[android-kernel] Re: How to build lodable kernel module in android?

2011-07-13 Thread alexyu
drivers/xxx.ko 3. The xxx.ko will be generated and you can download to development board as usual. For download steps, you could use adb push command. best regards, AlexYu On Jul 14, 7:36 am, fox liu wrote: > Hi, I mean I have already followed the step > onhttp://sourc

[android-kernel] Re: Battery Charging - Android boot delay

2011-07-12 Thread alexyu
Hi, Will that more easy to do it in bootloader? alexyu On Jun 25, 2:36 am, Gil Zhaiek wrote: > Hi, > > I am trying to create a situation, where when the Android device is > turned off, and the user is plugging a USB cable, the Android VM > wouldn't turn on. > So bas

[android-kernel] Re: battery voltage reading not correct

2011-07-06 Thread alexyu
Hi, if you could connect your phone with ADB. You may try to cat the uevent of the power supply class of the battery driver to check the battery status. The path is normally /sys/class/power_supply/ battery_driver_name/uevent. Hope this could help. On Jun 26, 4:36 pm, JH wrote: > Thank you for yo