[android-porting] Re: how to set the product to be "default"?

2011-09-21 Thread ImperatorRj
I dont know why my message got cut off but: Look for a make file defining PRODUCT_CHARACTERISTICS ro.build.characteristics is defined by that value in build.prop. Setting PRODUCT_CHARACTERISTICS to nothing will probably give you the default value. On Sep 13, 12:49 am, yu yang wrote: > There are a

[android-porting] Re: how to set the product to be "default"?

2011-09-16 Thread ImperatorRj
Look for a make file defining PRODUCT_CHARACTERISTICS ro.build.characteristics probably on value On Sep 13, 12:49 am, yu yang wrote: > There are a lot of codes in frameworks/base/core/res/res/values/ > strings.xml such as: > >     Access > the > USB storage. >     Access the > SD card. > > my and

[android-porting] Re: APK signing and certificate for production device

2011-09-02 Thread ImperatorRj
Try using this: http://www.kandroid.org/online-pdk/guide/release_keys.html The original instructions from google were removed for being out of date but the signing procedure still looks valid. On Aug 31, 9:15 am, Pratik Prajapati wrote: > Dear All, > > For production of the device, android APKs

[android-porting] adding a custom locale (es_MX)

2011-08-23 Thread ImperatorRj
I am trying to add es_MX as a locale. The things I have tried are: * adding it with CUSTOM_LOCALE += es_MX, this works for es_US but not MX * adding es_MX directly to PRODUCT_LOCALE, * the ICU files and es_MX.txt exist and is included in the icu- config.xml * the framework level

[android-porting] Re: Modifyng Sysfs files from Android system service

2011-04-26 Thread ImperatorRj
On Apr 25, 1:10 am, Shanth Murthy wrote: > Hi ImperatorRj, > > I'm not suppose to change the permissions of sysfs due to security reasons, > they can only be modified by root user. My Service runs as a system user but > needs to modify sysfs. is there any way to ru

[android-porting] Re: Modifyng Sysfs files from Android system service

2011-04-22 Thread ImperatorRj
On Apr 20, 8:15 pm, Shanth Murthy wrote: > Hi, > > I have a question related to Android System Service. > > I have added system service into Android framework.. > > During the run-time of the system service, it has to modify certain sysfs > parameter exposed by underlying device driver to achiev