Re: [android-kernel] How to autorun a script on startup(exec command not implemented in init.rc?)

2011-05-14 Thread hedwin
service aName /aPath/aScript.sh oneschot aName - name you give to the service to run aPath - where the script is located aScript.sh - your script to start the network stuff Add this to your init,rc Hedwin On Thu, May 12, 2011 at 12:29 PM, bord...@gmail.com wrote: > Hi all: >

Re: [android-kernel] Froyo Build Error

2011-05-14 Thread Name Less, the Jedi
2011/5/14 Prabagaran Thangavel > Hi all, > I have a problem trying to build the froyo source code and got the > build error. > Kindly let me know how to solve the issue. > Following is the error message > > *In file included from external/qemu/android/skin/window.c:19:0:* > *prebuilt/linu

[android-kernel] Froyo Build Error

2011-05-14 Thread Prabagaran Thangavel
Hi all, I have a problem trying to build the froyo source code and got the build error. Kindly let me know how to solve the issue. Following is the error message *In file included from external/qemu/android/skin/window.c:19:0:* *prebuilt/linux-x86/sdl/include/SDL/SDL_syswm.h:55:22: fatal e

[android-kernel] Re: Can Android support Java J2SE(not only J2ME) as Linux and Unix?

2011-05-14 Thread giangiammy
Hi, I had the same problem, and after some time looking around, I got the conclusion that it is not possible to run J2SE on Android. The possible solution I saw were: 1 - implement OpenJDK on Android (but it's a lot of work, and OpenJDK is too much resource hungry!) Anyway, I'm not aw