Re: [android-porting] Re: Sensor porting HAL

2013-06-04 Thread Ramya Mohan
Hi, Yes, it mostly looks for that kind of name.. If we want it in different name, there will be some other place in frameworks/hardware layer should be modified accordingly.. I am not sure about it. With care Ramya On Fri, May 31, 2013 at 6:10 AM, 마재경 jkmaus...@gmail.com wrote: Thanks for

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

2013-06-04 Thread Mikkel Christensen
Hi, All packages have a directory to store preferences, databases and files etc. To support multiple users in JB 4.2 a per-user directory structure is created that corresponds to the old /data/data structure where internal data is stored. So if user 0 have an apk installed with package name

[android-porting] How to build android sample sdk add on x86

2013-06-04 Thread Anush Krishnamurthy
I want to build a sdk addon and saw that android platform has an example under /device/sample. When I try to build the addon it builds it by default for ARM. I would like to build something for x86. Any pointers will be helpful. Thanks, Anush -- -- unsubscribe:

Re: [android-porting] How to build android sample sdk add on x86

2013-06-04 Thread saket sinha
I dont know if anybody has tried it before. What is your final plan? See, the same cross-compiling methods would apply which you use for cross-compiling linux for arm i.e. 1. first of all you need the x86 toolchain(by default gcc is configured for x86 so that is not an issue ) 2. then filesystem

Re: [android-porting] How to build android sample sdk add on x86

2013-06-04 Thread Anush Krishnamurthy
My final plan is to be able to provide a sdk addon for x86 based devices with some platform libraries that i am developing. I took the /device/sample and made my own /device/mysample entry and when i compile, it compiles a arm version of the sdk addon. I want to be able to specify that the sdk