[android-developers] Re: r16 and eclipse - debugger and relaunch is hosed

2012-02-02 Thread Paul Shirley
I created a dummy AVD with minimum RAM size, then launch it from a command 
line. On my XP system that never manages to start *but* I can then launch 
another AVD that does. It's important to do this from a CLI because you can 
Ctrl-C to kill both emulator instances, from Eclipse it's not possible to 
kill the dummy instance and *bad things* happen.

It might help with your problem.

-- 
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: Two activities in one window

2011-03-19 Thread Paul Shirley


On Mar 3, 1:05 pm, David Caunt dca...@gmail.com wrote:
 Hi Mika,

 In my case the GiffGaffAPN app actually doesn't seem to have added an APN
 successfully, though other users report success in reviews.

 I'm running a HTC Desire with a Sense ROM (rooted) so perhaps it requires a
 stock Google-experience or AOSP.

 I'd be interested to know what you find.

Unless you have a giffgaff SIM in the phone it won't show the APN
entries or let you select them.

There's no hacking required, give yourself the APN permissions then
manipulate the db at Uri.parse(content://telephony/carriers) with a
ContentResolver.

-- 
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