LG Ally :: Remove Bluetooth Devices From My List?
Sep 8, 2010
I've spent hours trying to figure this one out with no luck. I have an LG Ally and Jabra BT350 earpiece. How do I remove Bluetooth devices from my list? I've tried everything. I can add as many as I want, but I can't figure out how to remove them!!
View 1 Replies
Oct 14, 2010
How can I list all connected bluetooth devices on android?
View 1 Replies
View Related
Dec 8, 2013
I'm writing a small program in which I'm using my phone to detect Bluetooth devices. I'm currently stuck on populating an array list with the names of all the device names that have Bluetooth.
Code:
Set<BluetoothDevice> pairedDevices = mBluetoothAdapter.getBondedDevices();
if (pairedDevices.size() > 0) {
for (BluetoothDevice device : pairedDevices)
mArrayAdapter.add(device.getName());
[Code] ...........
For some reason, the array list isn't populating. Also, how can I display the array list in a ListView
View 1 Replies
View Related
Aug 23, 2010
Since Bluetooth is sketchy on the Hero, I figure it would be useful to have a list of peoples' experiences with different devices. If you have a Bluetooth device, please reply with it's manufacturer, name, the exact OS you are using, and how well it works. I'll try to keep this post updated.
Stock 2.1:
* Blueant Interphone (motorcycle helmet bluetooth) -- Works
* Jawbone Icon -- Works for both voice and A2DP
* Parrot CK3100 car kit -- Works for voice and enables voice dial
* Plantronics Voyager Pro -- Works
* 2010 Mazda 3 GT with Bose stereo system -- Works for voice but not A2DP
* Blue Ant T1 -- Does not work properly
Stock 1.5:
* Blueparrott B250-XT -- Works
* Foxl G-2 Bluetooth speaker -- Works
Fresh 2.3.3:
* Blue Ant T1 -- Does not work properly
View 16 Replies
View Related
Aug 26, 2010
Is there any way to remove keyboard shortcuts for a rooted phone? For instance, while texting i sometimes press ALT+DEL and it removes the whole line i was typing. Kind of frustrating. So if there were a way to remove those shortcuts through terminal or modifying files that would be great
View 7 Replies
View Related
Nov 3, 2010
I have lot of lists: for example: Categories, and subCategories, in my case some Categories has subcategories, So What I want to do, is if the categories has subcategories I want to clean the recently list and show the subcategories,(This can be solved by creating new activity for only subcategories, but I would say that the most of the code woyld same)I wounder how can I updoate list whit new data?If possible to add some animation when clicking, so the list goes to left when clicking, and showing data comes from right,
View 1 Replies
View Related
Aug 9, 2010
Im looking for a simple list app that has somewhat of a handwritten like look to it with a notebook/notepad like background and when you tap an item you have added to the list it strikes it out. any recommendations?
View 3 Replies
View Related
Aug 27, 2010
I'm trying to connect to connect to my T-Mobile G1 to test a simple android app I an creating. I cannot get it to show up in the list of connected android devices. Here are the details: - 32-bit Windows XP - I have enabled USB Debugging on my device - I am not prompted with the New Hardware Wizard when I plug my device in, it is merely seen as a new removable drive. It does not appear under any other categories in Device Manager, nor is there a new "Unknown Device" entry anywhere to be found - I have tried "Update Driver" and select the driver that Google provides for their official developer devices, but it says "this driver does not match your device" or something to that effect. Probably because it is expected a device type other than "Disk Drive" - I have tried uninstalling the device under "Disk Drives" and plugging it in again but it always gets reinstalled automatically as a "Disk Drive" - I have tried uninstalling the device, manually installing the Google driver from the INF file and plugging in the device and it is still only recognized as a "Disk Drive" - Most importantly, I get a blank device list when I run "adb devices" from the Android SDK tools directory before and after each step I tried After hours of scouring the web I get the distinct impression that a new device category should be popping up in Device Manager if the driver is installed correctly, but I have not been able to get the device to come up as anything other than a new "Disk Drive"
View 3 Replies
View Related
Feb 2, 2012
I have used the following tutorials:
[URL]....
[URL]...
But still when I type "./adb devices" or "sudo ./adb devices" all I get is "List of aevices attached" followed by a blank. Do you know a way to fix this?
I'm using a Samsung Galaxy Tab.
View 7 Replies
View Related
Sep 3, 2010
I just got an LG Ally on Wednesday, and it's constantly restarting itself. I've decided to just go and exchange it. How can I remove all of my data on the phone?
View 2 Replies
View Related
Nov 12, 2010
I've got a receiver set up in my android application to catch android.intent.action.NOTIFICATION_REMOVE intents. On my Evo, it works fine - when a notification is cleared from the notification bar, I catch that event and can run some code. I tried running this on a Samsung Moment though, and it is never caught. So now I'm trying to figure out why, and I can't seem to find anything on Google about this intent action - and I set this code up a few months ago, so I don't remember where I even found this action, it doesn't seem to be in the API.
The evo is running 2.2, and the moment is running 2.1-update1, so I'm guessing that it's undocumented, and only available in 2.2. Is there any other way to catch an event that a notification has been cleared? Note that I'm not trying to cancel a notification that I put up, or trying to cancel another app's notification, just catch an event when a notification has been cleared.
Here's my receiver in AndroidManafest.xml:
CODE:....................
View 3 Replies
View Related
Apr 2, 2012
Having flashed multiple Android devices other the years, I'm now having a problem since the 4.0.4 Galaxy Nexus update: I can't use Google Music anymore. I have apparently reached the "device limit" of synced devices.
Browsing Google Groups, a small number of people are apparently in my case, and none of us ever found a way to un-sync "old devices" from our accounts.
View 1 Replies
View Related
Aug 23, 2010
The rom list on the rom manager says Trident but it won't open it.. does this mean there is a new rom??
View 10 Replies
View Related
Aug 27, 2010
I'm trying to connect to connect to my T-Mobile G1 to test a simple android app I an creating. I cannot get it to show up in the list of connected android devices. Here are the details: 32-bit Windows XP I have enabled USB Debugging on my device I am not prompted with the New Hardware Wizard when I plug my device in, it is merely seen as a new removable drive. It does not appear under any other categories in Device Manager, nor is there a new "Unknown Device" entry anywhere to be found I have tried "Update Driver" and select the driver that Google provides for their official developer devices, but it says "this driver does not match your device" or something to that effect. Probably because it is expected a device type other than "Disk Drive"I have tried uninstalling the device under "Disk Drives" and plugging it in again but it always gets reinstalled automatically as a "Disk Drive" have tried uninstalling the device, manually installing the Google driver from the INF file and plugging in the device and it is still only recognized as a "Disk Drive" Most importantly, I get a blank device list when I run "adb devices" from the Android SDK tools directory before and after each step I tried After hours of scouring the web I get the distinct impression that a new device category should be popping up in Device Manager if the driver is installed correctly, but I have not been able to get the device to come up as anything other than a new "Disk Drive"
View 2 Replies
View Related
Nov 2, 2013
I have an android phone Jelly Bean 4.1.2
I already installed the drivers of my phone to my computer, when i plugged the cable i enable USB DEBUGGING.
After that i checked device manager and my phone is listed under Android Phone
After that i go the console and type adb devices it starts the server and returns an empty list
I tried everything. I also try kill-server and start-server still the same.
View 1 Replies
View Related
Jun 15, 2009
I bought a stereo bluetooth receiver from DealExtreme for $13 so I could use it in my car. It has a built in mic, so if calls come in, I can pick them up, but I drive a convertible, so it's too noisy in the car to use that.
I also have a jawbone bluetooth headset that I use in the car...it works great for phone calls in a noisy enviroment.
I just discovered that if I go to Settings:Wireless Controls:Bluetooth Settings and long press on the BCK-08 (the stereo bluetooth module), I can select options, and uncheck the 'phone audio'.
Now, I can use both at the same time...and the cool thing is that if a call comes in while listening to music, it mutes the music till I hang up, then starts it back up where it left off!
View 5 Replies
View Related
Jan 27, 2009
I know there isn't bluetooth API in 1.0 SDK, but I have a doubt. I need to know the visible bluetooth devices. That is, I only need do a scan of the bluetooth devices and save the diferent addresses. I don't need connect to them.
I have read here
http://groups.google.com/group/android-beginners/browse_thread/thread...
that API "only expose functionality to use/control headsets (audio profile)."
And now my question: It is possible do this functionality? Can I find which bluetooth devices are visible?
View 3 Replies
View Related
May 4, 2010
I'm looking to create a button in my app that essentially does the same thing as if a user went to "Settings"->"Wireless & Networks"- >"Bluetooth settings" and opted to connect (or disconnect) to a
View 7 Replies
View Related
Sep 12, 2010
First - let me know if this is not the correct discussion group.
How do you remove a bluetooth device?
Path I'm taking:
- Settings
- Wireless & Networks
- Bluetooth Settings
- Menu
The only option I receive via menu is 'Scan for Devices'
Phone: HTC Hero w/ version 2.1
View 4 Replies
View Related
Jun 26, 2010
Got the phone, all bluetooth working just fine. Then my 2010 Jetta won't stay paired. Tried soft rest. Tried taking out battery. looked for updates. the best I get is a 5 sec connection and then disconnects. Now my ear bud wont stay connected ether. Any thoughts?
View 9 Replies
View Related
Oct 3, 2013
I'm trying to setup bluetooth trusted devices on my Moto X so I don't have to unlock the phone when I'm near my computer, but for some reason, the bluetooth connection keeps disconnecting whenever the phone goes to sleep. I tried using my Jambox as a trusted device, and it worked fine.
View 1 Replies
View Related
Aug 27, 2010
Has anyone removed any or all of the calendar apps without causing any problems to the phone. I'd like to ditch all of them if I could because I will never use them, but I'd at least like to get rid of the corporate calendar. Just want to make sure the calendar applications are not needed for normal phone functioning.
View 5 Replies
View Related
Sep 28, 2010
I ran Software2Tech.com Android Root Apps: Updated Universal Androot (1.6.2) Beta Released and Available for Download.
on my Ally & have the super user icon. now what do i do ? i just want to find obvious space hogs AMAZON MP3 is my first victim but don't know what to do next.
View 7 Replies
View Related
Aug 11, 2010
I was messing around with the phone. I clicked on the alarm clock widget by accident. Now it is on the front of my phone. I don't know how to remove it.
View 1 Replies
View Related
Sep 27, 2010
Here is a list of cool android applications.
Hey we were all there once
P= Paid apps
F= Free apps
-Rooted apps-
(you need to use universal androot or an equalivant to run these)
Universal Androot Beta -roots your phone to allow certain apps to run
Titanium Backup -delete stuff with this F
Astro -manage applications and files with this F
SetCPU -manage cpu use and is good for overclocking and conserving battery power P
AdFree Android- Removes most ads in the browser and other apps. F
GScript- Running/loading shell scripts from within Android using a single touch. F/P
Switcher PRO - lets you reboot to recovery or bootloader from a widget, it also allows you to put up a whole bunch of other tools.
Metamorph - Lets you change your theme
Rom manager - manage you roms... use the amon ra recovery zip with this for the ally
-Games-
Angrybirds full F
Graviturn F
The Moron Test ?
Abduction world attack P/F
Bejeweled P
Hyperjump P
Nosecandy F
Snesoid -Super Nintendo P/F
Gensoid -Sega Genisis P/F
Gameboid - Gameboy Advanced emulator, needs a gba bios P/F
GBCoid -Gameboy Color, needs a gbc bios P/F
Nesoid -Nintendo P/F
Find the the roms (games) and bios on torrents
Find most of the apps on the market or on the fourm
-Normal apps-
ADW launcher -my favorite application launcher, makes phone run faster and more stable F
Lookout - a good antivirus F
Zeam launcher - a fast lightweight application launcher, makes phone run faster and more stable F
Call Filter - keeps the solicitors away F
Launcher Pro -another good application launcher, makes phone run faster and more stable F
Opera mini - a really fast and easy to use web browser for the ally F
Dolphin HD - a secure web browser for the ally, it is theme-able and has tabbed browsing F
Skyfire - a good web browser for the ally which allows video playback F
Weather & Toggle widgets -clock with weather it is the best looking one P
Beautiful widgets -nice looking widget buttons for wifi , bluetooth, ect... P
Spare parts-configures phone, hepatic feedback, compatibility mode,transition animation F
Flashlight LED - created by Wily Apps (only one that works with ally) F
HTC Calibrate -calibrates screen F
Swipe beta -nice keyboard P/F
Vignette -Good camera app P
Advanced Task Manager -helps you close running programs P/F
(auto task killing can make your phone run slower look at death2all110's post. It can work well if you don't kill all your essential running tasks. task killers can be helpful if a user wants to manual end a locked up programs such as emulator. this can be easily be speed up by excluding system essential tasks from your end all button)
-Here's my exclude list for my task manager:
sync feeds - voice search - voice search - Google talk storage - weather & toggle widget - setcpu - superuser - adw.launcher - clock - calendar - beautiful widgets - advanced task manager -
I have 50mb free mem most of the time. (more than enough)
This allows me to keep all essential programs within memory and to free up my locked up programs easily, just remember to exclude your launcher.
Bty heres my setcpu profile also, it saves battery power (600 max for non overclocked users)
charging full 768max 320min on-demand 50%
battery<80% 748max 320min on-demand 50%
battery<65% 600max 245min Conservative 50%
battery<30% 320max 122min Power Save 50%
battery<10% 122max 122min Power Save 50%
View 31 Replies
View Related
Mar 8, 2009
I have brought over an unlocked G1 phone from the US that I'd like to activate without a SIM card. I've added the necessary entries in the android rules file /etc/udev/rules.d/ (I'm using Ubuntu Hardy). Now the G1 is recognized by the OS as an external USB drive, but 'adb devices' returns an empty list. Is there an instruction page somewhere for this?
View 2 Replies
View Related
May 27, 2010
I am trying to connect my Acer Liquid with ADB and DDMS under Ubuntu 10.04. I read some posts and already add the VID (0502) and PID(3202) in /etc/udev/rules.d/51-android.rules, but adb devices still list my phone's name as question mark. When I try DDMS, I got the following error: E/DDMS: device (????????????) request rejected: device not found. Is there something I missed?
View 10 Replies
View Related
Oct 1, 2010
Galaxy S f/w 2.1. It doesn't find either of my bluetooth devices - headset and handsfree. My old phone worked fine on both of them.
I enable Bluetooth. The icon goes nice and green. The blue squiggly thing appears in the top bar.
I activate my VisorBlade hands-free device. It beeps and the right lights come on. But no glimmer of recognition from the Galaxy. I go to Settings > Wireless and Network > Bluetooth > Scan Devices. Nothing found.
I switch on my Plantronics Voyager 520 and it beeps and the right lights come on. Phone remains nonchalently aloof. Scan for devices. Nothing doing.
But. My PC finds the phone when I do the Make Device Visible thing.
View 2 Replies
View Related
May 10, 2010
is there any max limit that we can pair with bluetooth devices? How to check this limit.?
when i tried to pair with more than 15 devices, it becomes slow and later it doesnt pair.
View 2 Replies
View Related
Jul 19, 2010
I am building an indoor application which continuously scans the bluetooth dongles located at different locations in a place like a mall or library.As I move in the mall with android phone in my hand I should be able to get the nearest dongle which I can connect to(Stupid Idea but I want to do something else with this).For this I should be able to continuously scan for the bluetooth devices.
View 2 Replies
View Related