[android-developers] Re: Emulator Problem: No emulated GSM ubuntu 9.04 x64
Hi Steve, Thanks for reply! I'll try to use your solution, however, my computer is much slower than yours... Best Regards. -- 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
[android-developers] Re: Emulator Problem: No emulated GSM ubuntu 9.04 x64
Workaround Found! Ok, admittedly this is a bit of a hack, but it DOES work and I've tried it on a few different setups now. When starting the emulator add the following option: "-bootchart 100" (no quotes). My current theory is that there is a race condition on running the emulated gsm stack and booting the emulator. My machine is quite fast (quad core, 4GB ram), so I'm thinking the emulator is coming up before the gsm is ready. Adding the bootchart option might be slowing down the emulator enough that the gsm comes up first. To recap: $ emulator -avd myavd -bootchart 100 Now your emulator will connect to the "Android" GSM network instead of just giving you the "No Service" message. On Oct 26, 2:50 pm, Steve wrote: > It appears as though the emulated GSM portion of the android emulator > is not working on my system. After scouring the web I have yet to > find anyone with information about what might be causing the problem. > When I fire up my avd (any avd), it says "No Service" If I go to > Settings -> Mobile Networks -> Network Operators, I get an error > message: "Error while searching for networks" > > I am running Ubuntu 9.04 x64 desktop edition. I have SDK 1.6r1 > downloaded. > > I'm hoping this is a simple thing to fix. Any help is greatly > appreciated -- 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
[android-developers] Re: Emulator Problem: No emulated GSM ubuntu 9.04 x64
Just tried this in XP. Same issue. Not to hijack but I have a "similar" problem with getting GPS locations. On Wed, Oct 28, 2009 at 2:53 AM, Andre wrote: > > Hi Steve. > > Did you find a solution? > I have the same problem, but on x32 ubuntu 9.04 and sdk 1.5... > > Best Regards. > > > > -- Writing code is one of few things that teaches me I don't know everything. http://www.fuligin.com --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~--~~~~--~~--~--~---
[android-developers] Re: Emulator Problem: No emulated GSM ubuntu 9.04 x64
Hi Steve. Did you find a solution? I have the same problem, but on x32 ubuntu 9.04 and sdk 1.5... Best Regards. --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~--~~~~--~~--~--~---