[android-porting] Re: save changing to factory default setting

2012-09-25 Thread Alvin Wong
Hi, Please see if I am interpreting your message correctly: When you select Reset Factory Defaults (or similar text... not sure) your device reboots, but data are not reset. First please answer these questions: Does your device has recovery? When executing `reboot recovery` does your device

[android-porting] Re: CTS

2012-09-25 Thread Glenn Kasten
Please see http://source.android.com/compatibility/contact-us.html On Saturday, September 22, 2012 12:39:40 AM UTC-7, David Ghaemi wrote: Hello, We have ran the CTS on our new product. How can we submit the results to Google for registration? Please advise. *David**Ghaemi* (

Re: [android-porting] Re: Customising Splash Screen in ICS

2012-09-25 Thread Alvin Wong
Hi, In your `device.mk`, add this to `PRODUCT_COPY_FILES` (I believe if you're porting Android you should have this file?) (checked against 2.3.7_r1 but should work on later build environments): PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/path/to/initlogo.rle:root/initlogo.rle And when

[android-porting] Re: [Question] CTS -- Audio Quality Verifier

2012-09-25 Thread David Wagner
Hi Guru, Any news on the audioquality verifier ? Best regards, David. On Tuesday, June 5, 2012 7:19:59 PM UTC+2, Guru Nagarajan wrote: Hello Stanley, We are replacing the Audio Quality Verifier test tool in the coming weeks. We have removed it in ICS and intend to do so in Gingerbread as

Re: [android-porting] Re: Customising Splash Screen in ICS

2012-09-25 Thread Shivanagouda Biradar
Dear Alvin , Yes, you are right . changing initlogo.rle . i have done with customizing initlogo.rle. but, not getting where to place this file? what does root of ramdisk mean ? i am using ICS 4.0.1, source code . please advice , how to customize initlogo.rle ? Shivanagouda. On Sat, Sep 22, 2012

Re: [android-porting] CTS

2012-09-25 Thread Shivanagouda Biradar
Hello All, I was too looking for the procedures for running CTS, submitting the results to Google and getting certified . Please advise . Regards. Shivanagouda. On Sat, Sep 22, 2012 at 1:09 PM, David Ghaemi david.gha...@zykronix.comwrote: Hello, ** ** We have ran the CTS on our new

Re: [android-porting] init: untracked pid loop

2012-09-25 Thread Matthias Brugger
Hi, On 09/25/2012 12:19 AM, marietto2008 wrote: I'm trying to install Jelly Bean on the pandaboard ES. I don't know why it does not work. Anyone wants to investigate about the problems ? these are the steps done : I got the images here :

[android-porting] Noticing a lot of SIGSEGV issues in libhwui and libdvm with master panda build

2012-09-25 Thread Weston Weems
I've got the latest master as of 2 days ago building and running on a pandaboard. I've noticed that I've been seeing a *LOT* of cases where apps will just close on start a few times, and finally open. Also navigating around in the settings application will cause a crash. Most of the time it

[android-porting] Re: Noticing a lot of SIGSEGV issues in libhwui and libdvm with master panda build

2012-09-25 Thread Weston Weems
This is happening very frequently now, I've tried playing with memory settings (specifically the heapsize and per app process memory settings). Anyone have any ideas? Weston On Monday, September 24, 2012 10:51:44 AM UTC-7, Weston Weems wrote: I've got the latest master as of 2 days ago

[android-porting] Re: CM10 Builds Have No ADB

2012-09-25 Thread Weston Weems
Dont know if you've already solved this or not yet, but I've seen problems like this when occasionally adb server starts up after compilation... and have been able to solve it, by adb kill-server sudo adb start-server continue business as usual Weston On Friday, September 21, 2012 2:11:19

[android-porting] Re: save changing to factory default setting

2012-09-25 Thread Weston Weems
Are you asking how to set factory defaults? Eg, you want x setting to be on by default, and reset to that across factory resets? If so... frameworks/base/packages/SettingsProvider/res/values/defaults.xml Change settings to what you want them to be, and that should be your defaults. Weston