Does anybody know how to display provider's name continuously on screen without installing a new program for that?
Thanx
Hi,
Is it normal in DIAMOND that "New incoming bluetooth port " option is missing ?
If so" Bleutooth SPP Profile" is not offered....in fact my device does not show it in the Profile-List"....
I'd like to know someone's opinion about....
Thanks
Pinuccio
Up
Serial Port Profile (SPP) does not appear in the bluetooth service list.
Anyone has any knowledge on how to install/add a bluetooth service under windows mobile ?
Hi all,
I have a T-Mobile MDA Compact V. A connection profile for GPRS is predefined by T-Mobile and i can't edit it via the connection manager, all options for this profile are greyed out.
Does anybody know how i can change/ delete these connection profiles in the registry?
I don't have a mobile flatrate, therefore, i want to disable this profile.
Thanks in advance,
Caroline
Ok, found the soultion on my own. If someone else needs to edit these settings:
* Find the key HKEY_LOCAL_MACHINE\Comm\ConnMgr\Providers
* Under one of the GUIDs you'll find a Connections folder that will have an entry for each of your connections
* Under each connection, find the ReadOnly key and set its value to 0 (zero).
Hello, does anybody found out how to sort contacts in iDrive system by last name? When I synchronized contacts from HD2, they were listed as Last Name First Name, but when I did it with HD7 they appear in opposite order.
I tried to change these settings in people hub, but it didnt help. It changed in HD7, but in the car it is still the same. I have BMW 730d E65.
Couple of days later, and I am still stucked in the same situation. Anybody could help?
Is it related to the "File As" in the contact? If not, then I would imagine that it's purely down to how the iDrive system interprets it.
homer.web said:
Hello, does anybody found out how to sort contacts in iDrive system by last name? When I synchronized contacts from HD2, they were listed as Last Name First Name, but when I did it with HD7 they appear in opposite order.
I tried to change these settings in people hub, but it didnt help. It changed in HD7, but in the car it is still the same. I have BMW 730d E65.
Click to expand...
Click to collapse
Yes, I would contact BMW, it seems the way the Idrive reads the data is why this is happening, have you ever synced any other phones?
On HD2, the phone did not allow you to sort list by names, we had to dl an app to control that, I prefer to view my contact by first name rather then last name.
I know that in Idrive there is a view settings on how its vied but not sure how to access.
rysky007 said:
Yes, I would contact BMW, it seems the way the Idrive reads the data is why this is happening, have you ever synced any other phones?
On HD2, the phone did not allow you to sort list by names, we had to dl an app to control that, I prefer to view my contact by first name rather then last name.
I know that in Idrive there is a view settings on how its vied but not sure how to access.
Click to expand...
Click to collapse
Hi, I have synced with my HD2 and it had sorted the list by Last Name, but with the HD7 it is sorted by First Name. I have tried to change the settings in People hub, but it did not help. In iDrive menu its not possible to change anything regarding phone. It just shows the list of the synchronized items.
Hi!
Have you got the solution?
In my car is the same problem, but I have Touch HD. I'd like to view the contacts in order "lastname, firstname". I think it would be anything with bluetooth transmitting procedure of the different phones. Maybe the HD and HD7 synchs the contact name other as HD2. It must be a setting for that anywhere on the phone by Bluetooth, but I don't find it. Maybe a registry tweak...
Bye,
B.
have you tried changing the sort order on the phone? go to settings, applications, people and change whether to sort/ display by first or last name
Yes, I tried that. It is no matter, how is the order on the phone.
But I found an application, Jetware is the name. This application can manipulating the bluetooth hands free setting, right the name's order through a synchronisation.
Now it is almost perfect, just by the names where it's only a firstname in the phonebook, shows now before a "(null)". E.g. on phone is there only a Joe, then on the display of the car it is "(null) Joe"...
Hi everyone,
I was making an app with a recyclerView which shows a list of the bluetooth devices that it gets from the adapter and then according to the position which is clicked, the address that is passed in the arraylist of the recyclerView is the address that should be connected. So i did BluetoothDevice connectedDevice = btAdapter.getRemoteDevice(description.get(position).getDescription()); . So description is the arraylist's name. when i check the run tab in android studio, it shows the correct address but tells that it is invalid and when i checked btAdapter.getRemoteDevice("then address"); , it works. so can anyone tell me a way to pass the address from the position but in quotes ex: ("description.get(position).getDescription()")? or any other way to make it work?