[android-porting] Re: Custom init.device.rc is not invoked

2012-12-11 Thread ffxx68
I think I solved. Thanks all for the useful suggestions. I had a custom init.rc which entirely missed the import /init.${ro.hardware}.rc line ! Also, the script had to be started with proper class service, to make it go, i.e. service emev-setup /system/etc/init.emev.sh class core user

Re: [android-porting] Re: Custom init.device.rc is not invoked

2012-12-11 Thread Shree Kumar
Glad to know you solved the problem. To debug service related issues, consider running them using the logwrapper program (see system/core/logwrapper/logwrapper.c ) - this will redirect messages to android's logging system - thus letting you figure out what's going wrong using logcat HTH -- Shree

[android-porting] Re: Jellybean release for Beagleboard and Beaglebone

2012-12-11 Thread blackdovemfg
You guys are rockstars! Thank you! On Wednesday, October 10, 2012 12:37:42 PM UTC+8, Wenjie Gong wrote: Hi, I want to enable DSP to accelerate video playback. I find the DSP Stack Integration for gingerbread http://code.google.com/p/rowboat/wiki/DSP. Is there an instruction for JB?

[android-porting] Total number of test cases in the latest version of android CTS

2012-12-11 Thread UMESH AKKUR
Hi, Can somebody tell me the total number of test cases in the latest version of android CTS (Android 4.1 R1 https://dl.google.com/dl/android/cts/android-cts-4.1_r1-linux_x86-arm.zip) Regards Umesh A R -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] Re: Android kernel on Omap 3630/Palm Pre 2

2012-12-11 Thread Kunal Bharati
The link http://bbs.zoopda.com/thread-267346-1-1.html doesnt open for me. On Sat, Dec 8, 2012 at 8:35 PM, funerqq waters...@gmail.com wrote: http://bbs.zoopda.com/thread-267346-1-1.html -- Thanx, Kunal http://about.me/kunalbharati -- unsubscribe:

[android-porting] usb_configuration state

2012-12-11 Thread Garimella Srinivasu
Dear All, Hope everyone doing well.. i am working on product development and using android 2.3.3...when i am inserting USB, hardware status is not changing in /sys/class/switch/usb_configuration/state .. State value always showing 0 only even USB is connected...can anyone suggest any