Re: [android-kernel] Android init process modification

2012-08-15 Thread Terence Yeong
But I need to run my test tool before Android boots up. I did explore running via the init.rc script, but I didn't know how to have the test tool take control of the console. However, I managed to solve my problem as described in this link: http://stackoverflow.com/questions/11763411/android-ini

[android-kernel] Android Privilege Level.

2012-08-15 Thread Sunny
Hi all, How does user-process will get privilege level-3 when it is created? So that i can not access resources directly. Thanks, Nimit -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Exploring Android HAL

2012-08-15 Thread Glenn Kasten
Also see hardware/libhardware/include/hardware/*.h for the HAL APIs, and device/oem-name/code-name/... for some HAL implementations (at least for audio HAL they are usually there, I don't know about where other HALs are put). On Monday, August 13, 2012 10:17:25 PM UTC-7, Durga wrote: > > you can