[android-porting] Access to sysfs via jni/java ?

2013-01-30 Thread keerthi rao
Hi All, On my custom device we have ICS 4.0.4 running and there is a need to change a sysfs value from a java app. We have achieved this by *java app -- jni -- sysfs * But the above approach does not work if *chmod 0777 /sys/sysfs_path *is NOT set*.* * * The jni library , java app etc. all

[android-porting] Re: Android 4.0.3 ported to MS Windows 7/8

2013-01-30 Thread Steve Jones
Hi There Part of me wants to ask why but the hacker in me knows the answer. It's there, we can and why not!! :) Good Work! On Friday, 25 January 2013 07:10:09 UTC, Jeffrey Hua wrote: It is a port of Android 4.0.3 to MS Windows without any VM like QEMU or VirtualBox. It runs with MS

[android-porting] Android and tethering on pandaboard

2013-01-30 Thread Skoky
Hello, can you advice me how to enable wifi tethering on pandaboard with Android? Thank you, Skoky. -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google

[android-porting] Re: Configure DHCP for Ethernet from user application

2013-01-30 Thread Reggie
Hi CTurner, I've just posted over on the Android building google group about my board, a mini210S, I'd like to get the ethernet sorted out as well, there should be an 'ethernet settings' app. in the ice cream sandwich image that friendlyarm wrote, you should be able to set it to dhcp from

[android-porting] Re: Porting ALSA to JB

2013-01-30 Thread ffxx68
Thank you Glenn! On Wednesday, 30 January 2013 03:14:13 UTC+1, Glenn Kasten wrote: 1. It's code in the HAL. The HAL code figures out what the use case is, constructs the corresponding mixer path string, then uses mixer_paths.xml to apply the right settings corresponding to that path. See