[android-developers] Re: Nexus One won't debug in Ubuntu 9.10

2010-03-16 Thread Doughy
Thanks for posting, but it still didn't work. On Mar 16, 4:30 pm, George dracog...@gmail.com wrote: Another link for your issue is: http://www.jaduncan.com/2010/01/nexus-one-adb-access-on-ubuntu-karmic... On Mar 15, 3:22 pm, Doughy doughywil...@gmail.com wrote: I can't getUbuntu9.10

[android-developers] Re: Nexus One won't debug in Ubuntu 9.10

2010-03-16 Thread Doughy
Wow, I feel like an idiot. Somewhere down the line I turned off my debug settings, so no matter what I did with the udev rules, it wouldn't show up. Now that I turned it on, it's working. Thanks fpr trying to help. :/ On Mar 16, 4:42 pm, Doughy doughywil...@gmail.com wrote: Thanks

[android-developers] Nexus One won't debug in Ubuntu 9.10

2010-03-15 Thread Doughy
I can't get Ubuntu 9.10 to recognize the Nexus One as a debug device. I tried following the instructions found here but they are not working: http://alan.lamielle.net/2010/01/22/nexus-one-usb-in-ubuntu-9-10 Anyone know of a link or know how to get the Nexus One to debug correctly in Ubuntu 9.10?

[android-developers] Getting cell signal strength for current cell vs neighboring cells

2010-01-05 Thread Doughy
I'm writing an android application that collects cell signal strengths. I am having trouble getting the current cell signal strength, but I don't have any problem getting the neighboring cell signal strengths. To get the current cell signal strength, I created a PhoneStateListener and

[android-developers] How to keep GPS active until more accurate location is provided?

2010-01-02 Thread Doughy
I recently posted this question on stackoverflow (http://tinyurl.com/ yzrofne), but maybe someone here can help me. I am using the location manager's requestLocationUpdates() method to receive an intent to my broadcast receiver periodically. The system is correctly firing the intent to my

[android-developers] Layout question

2009-02-22 Thread Doughy
I would like to create an application that has 5 images, 4 of which are small, and one is larger. The 4 small images I would like to place in the corners of the screen, and the big image I want to be right in the center. Like this: http://www.eng.utah.edu/~jwilson/files/layout.png What is

[android-developers] Application database on the SD card?

2008-12-15 Thread Doughy
Is it possible to create an SQLite db that is stored on the SD card versus the internal disk? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Resources for Android Wifi Programming

2008-12-08 Thread Doughy
, 2008 at 4:15 PM, Doughy [EMAIL PROTECTED] wrote: Does anyone know where I can get some tutorials on developingwifi applications for android?  I have some great ideas, but I am struggling to find some good introductions to using thewifi capabilities in Android.  Furthermore, is it possible

[android-developers] Resources for Android Wifi Programming

2008-12-07 Thread Doughy
Does anyone know where I can get some tutorials on developing wifi applications for android? I have some great ideas, but I am struggling to find some good introductions to using the wifi capabilities in Android. Furthermore, is it possible to debug wifi applications in the emulator. My