[android-porting] Re: SDK support for new Services

2011-03-29 Thread Dudero
I have found out that I have to update the api description and build a new sdk with the following cmds: 1. make update-api 2. make sdk I will tell you, if it works... -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: battery charging strategy

2011-03-29 Thread Tez
1. when I have powered off the phone - which mode is it in ? Completely powered-off ? some of the phones like the Desire HD don't actually totally power off, they go in to a deep sleep mode. 2. when I power-off the phone and plug in the charger - How does it detect the USB-based charger in the

Re: [android-porting] Re: battery charging strategy

2011-03-29 Thread Pavan Savoy
On Tue, Mar 29, 2011 at 5:03 PM, Tez earlencefe...@gmail.com wrote:  1. when I have powered off the phone - which mode is it in ?  Completely powered-off ? some of the phones like the Desire HD don't actually totally power off, they go in to a deep sleep mode. Is there a link to the code - or

[android-porting] How to launch android image to my x86 based target device by using Ethernet in eclipse

2011-03-29 Thread Akash Guttedar
Hello, I want to launch android image to my x86 based target device by using Ethernet in eclipse. Presently i can boot android using USB or CD-ROM. So is it possible this directly over ethernet?? so i can debug my kernel and driver using ethernet. Please help me. Regards NewBee --