[android-porting] Re: What does it take for a new device to be Android Compliant?

2010-01-27 Thread Subhash Chandra
> 1) Any info on the Android Comliance Test Suite? Specifically, is this > similar to how MIDP's TCK is used to verify the application api set? > Or does it also contain device hw requirements (e.g., device has to > have screen of certain resolution, touch input, etc.) As far as I heard CTS also m

[android-porting] Re: BUILD_TINY_ANDROID=true option for building android

2010-01-28 Thread Subhash Chandra
Tiny Android build does not show any screen on LCD. You can access shell using adb. It is just minimal run time environment. On Jan 28, 11:55 am, Nilly wrote: > hi All, > > Does any one know about > make BUILD_TINY_ANDROID=true > > It has built the images for me but when I am porting that on boar

[android-porting] Re: System Settings

2010-02-03 Thread Subhash Chandra
Check this http://developer.android.com/intl/fr/reference/android/provider/Settings.html Physically they are stored in data partition check com.android.settings package storage in /data/data of emulator to see exact way it is stored physically. Subhash On Feb 2, 10:52 am, android beginner wrot

[android-porting] Re: Accelerometer support

2010-02-03 Thread Subhash Chandra
http://android.git.kernel.org/?p=platform/hardware/libhardware.git;a=blob;f=include/hardware/sensors.h;h=74d50dd1512fc25ed3ba9767a2ef2f1bf80e2eae;hb=HEAD On Feb 3, 4:40 am, Ashwin Bihari wrote: > Greetings, > > A device I'm working on has an accelerometer and I want to make that > available withi