Re: [android-porting] Sensor porting HAL

2013-05-29 Thread Ramya Mohan
Hi, sensors.board.so - should be compiled copied to system/lib/hw of the android file system. The *.so build - should contain a struct defining that it s a SENSOR_MODULE.. Say : sensors.c file struct sensors_module_t HAL_MODULE_INFO_SYM = { common: { tag:

[android-porting] In JB 4.2 there is a folder named android per user, what is its purpose?

2013-05-29 Thread AndroidCompile
Hi, In JB 4.2 there's a directory named /data/user/user_num/android/ for each user. My guess is that it is created and used by the system UI, but if so, to what purpose? Ho is it different from previous Androd versions that didn't need this directory? How is this directory created and which

[android-porting] problem aaplying android patches

2013-05-29 Thread Sumit Sharma
i'm facing problem in applying c_patch as given in Android User's Guide, Rev jb4.2.2_1.0.0-GA, 05/2013 the error is Error! Can't locate top dir of repo tree. please help me to fix it... -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Android 4.0.3 porting issue

2013-05-29 Thread Puneet B
I am also facing same problem are u find any solution...please let me know -- -- 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 Groups android-porting

[android-porting] Re: Android enable telephony

2013-05-29 Thread Steve Jones
Hi In your device specific directory create or edit the following file overlay/frameworks/base/core/res/res/values/config.xml then add the following values !-- Flag indicating whether the current device is voice capable. If true, this means that the device supports

[android-porting] Re: NullPointerException thrown while initializing Ljava/lang/System

2013-05-29 Thread Puneet B
On Monday, May 27, 2013 8:17:00 PM UTC+5:30, Puneet B wrote: On Tuesday, January 15, 2013 9:17:09 AM UTC+5:30, Kai Meyer wrote: On Saturday, January 12, 2013 12:15:45 AM UTC-7, Kai Meyer wrote: I'm trying to follow these instructions: