Re: [android-porting] Re: howto fix tty access to enable job control?

2011-01-02 Thread Ashwin Bihari
Also, For the Linux bootargs, in addition to defining the console= line, you need to define the androidboot.console= and that will get you the process control.. Regards -- Ashwin On Sat, Jan 1, 2011 at 7:28 AM, Axel Lin axel@gmail.com wrote: On 1月1日, 上午3時30分, A Curtis

Re: [android-porting] problems with ALSA

2011-01-02 Thread Murali K. Vemuri
Hello Srinath and group, I made the changes in asound.conf and also I found some h/w errors and also some issues at driver, and fixed one by one. Finally I checked the BIT(or Serial) CLK LR (Left-Right) CLK for my codec, once I got all these right, now I have the logcat filled with these log

[android-porting] Re: Interfacing native code to hardware functions

2011-01-02 Thread A Curtis
The point was to proviide a simple short example of how to export GPIO for access from Java. Of course the could have been done in Java but it would be more then 3 lines of code. On Jan 1, 7:13 pm, Chris Stratton cs07...@gmail.com wrote: On Dec 30 2010, 12:19 pm, A Curtis ajcurti...@gmail.com

[android-porting] Re: Interfacing native code to hardware functions

2011-01-02 Thread A Curtis
On second thought there is a difference, The problem isn't just a sequence of instructions but having sufficient permission to execute. The Java JVM does not run as root. So,you need something that runs as root to change permissions to enable Java access. IMO a script maybe the best solution