Re: [android-developers] Re: problems getting an app to work and avd won't show up with "adb devices" listed command

2011-12-27 Thread bamboomy
Do you call killing and restarting the server an 'issue'? and if so: why? S. 2011/12/22 Heiko > Update: Well it seems, that the problem itsself is the adb server. The > adb server won't update the device list when starting new avd (adb > server already running). > Is there an option that I do

Re: [android-developers] subset of Android SDK running on an Android device-- possible?

2011-12-18 Thread bamboomy
I don't know whether the question has been answered already (been away from the list a hinch) I wonder whether you want to make apk's for a device other then the device you want to run the ide on? If so this would be quite impossible I'm afraid, does this suit your needs: http://nl.appbrain.com/

[android-developers] Execute code when device is turned back on.

2011-12-09 Thread Bamboomy
Dears, I've looked around a bit on google, stack overflow and the android dev site but can't find quite what I'm searching for... The idea is to implement a lock for android that requires a code to unlock your device. So: 1) Normally the app doesn't do anything at all. (this is the easy part ;-