[android-porting] WiFi does not work when booting from an NFS file system

2011-06-27 Thread Amit Pundir
Hi, When the Android is set to boot from an NFS file system, I'm not able to enable WiFi. "logcat" reports permission denied on /data/misc/wifi/wpa_supplicant.conf configuration file, even if I manually set permissions from Android console before enabling WiFi. No issues at all while booting from

[android-porting] BrowserPlugin.apk preload problem

2011-06-27 Thread jian zhu
My android release is Gingerbread, The webkit plugin sample BrowerPlugin.apk in /development/samples. I build the Plugin as a preload apk in /system/app/. But the apk seems not installed properly. In setting->application->manage application, I can see the apk is 0B. I try to clear the BrowserPlugi

Re: [android-porting] WiFi does not work when booting from an NFS file system

2011-06-27 Thread hedwin
Hi Amit, Had the same issue, it doesn't work correctly with NFS, the problem is uid and gid related. Search for "wifi and nfs permissions" in the rowboat mailinglist you find a response from sergey based on my effort to get wifi up and running will using NFS. >From sergey's response a possible so

[android-porting] Re: ways to test hard & soft keys on android phones

2011-06-27 Thread badcc0de
Umesh, For hard keys you can use getevent on the device. for instance one can run adb shell 'getevent' and you will see the raw key codes on button presses. If you need to test at a higher level, EventHub.cpp is responsible for merging the touchscreen and keycode events into a single event stream

Re: [android-porting] Compiler error. Help

2011-06-27 Thread Liu Xin
You might meet some building errors when you open DEBUG info. you can just comment them out. use pseudo target "showcommands" to check it out. for example, $ make XXX showcommands --lx On Fri, Jun 24, 2011 at 10:29 PM, jimmyZ wrote: > I am a new comer. I try to port the android to PowerPC pl

Re: [android-porting] WiFi does not work when booting from an NFS file system

2011-06-27 Thread Amit Pundir
Thanks Hedwin for the tip. Great job by Sergey here http://groups.google.com/group/rowboat/browse_thread/thread/f4585d627fb49b3c?pli=1 and nice explanation as well. Regards, Amit Pundir On Mon, Jun 27, 2011 at 11:05 PM, hedwin wrote: > Hi Amit, > > Had the same issue, it doesn't work correctly