[android-porting] Re: android rootfs optimization

2012-01-11 Thread ヘマント
Hi, You could start off by identifying the largest items. "du -ah | sort -rh Then depending on the output you can start by working on the larger items. 1. Try to identify duplicate copies of items (pictures, executables etc) and eliminate redundancy 2. See if you can move some of the executable

Re: [android-porting] Browser not working 4.0.1->4.0.3 / Solution

2012-01-11 Thread John Reck
Yes, this is the right fix. However, you should consider this stack deprecated and switch as soon as possible to the Chromium HTTP stack. This method is only used in the Apache HTTP stack path. I would not be surprised if other aspects of the Apache stack are broken or missing features. The cha

[android-porting] Re: Android Wireless Building & Porting (IGEPv2)

2012-01-11 Thread hedwin
Hi John, Sorry I didn't not respond to your earlier mail. I have the wifi/bluetooth build available for gingerbread (2.6.37) on igep2 board but since I was on vacation and currently on a business trip I wasn't able to supply you the sollution I have. The solution builds the drivers, stores it in

[android-porting] Re: Need help in Bluetooth reverse tethering

2012-01-11 Thread vijay Badawadagi
Yes in our case, messages were not being propagated to connectivity service from Bluetooth Data tracker. Thanks every one for the help Regards Vijay On Wed, Jan 11, 2012 at 11:53 AM, Jaikumar Ganesh wrote: > > > On Wed, Jan 11, 2012 at 8:23 AM, Pavan Savoy wrote: > >> On Wed, Jan 11, 2012 at

[android-porting] Re: Need help in Bluetooth reverse tethering

2012-01-11 Thread Jaikumar Ganesh
On Wed, Jan 11, 2012 at 8:23 AM, Pavan Savoy wrote: > On Wed, Jan 11, 2012 at 2:00 AM, Matthew Xie wrote: > > Pavan > > Sorry for late response. Which version and build of Galaxy Nexus did you > > use, CDMA or UMTS? > > I just tried reverse tethering using a Verizon Galaxy nexus phone. It > work

[android-porting] Android Wireless Building & Porting (IGEPv2)

2012-01-11 Thread iAmMREllis
Hello guys I was just after a bit of help with the porting of the wireless drivers to the rootfs. i have so far followed this guide:- http://processors.wiki.ti.com/index.php/Android_wireless_build_and_porting_guide and have managed to get upto Building wlan drivers $ ./WLAndroidBuild.sh b

[android-porting] Re: HELP!!! Systerm Server died in native code

2012-01-11 Thread 李晖
hi, all by further debuging, I found this problem was cased by calling sqlite3_open_v2(path8, &handle, sqliteFlags, NULL) function in dbopen of frameworks\base\core\jni\android_database_SQLiteDatabase.cpp file, it not crash directly in the sqlite3_open_v2 function, but died some where after cal

Re: [android-porting] 7" LCD interface with android 2.2 on devkit800

2012-01-11 Thread Maxime Ripard
Hi, On 03/01/2012 06:43, Devindrappa Handraki wrote: > Yes touchscreen controller is the AD7846, i think it might be problem with > calibrating the touchscreen. because in home screen if i touch on one > application it will launch some other application. I also tested the > calibration by running

[android-porting] Re: Need help in Bluetooth reverse tethering

2012-01-11 Thread Pavan Savoy
On Wed, Jan 11, 2012 at 2:00 AM, Matthew Xie wrote: > Pavan > Sorry for late response. Which version and build of Galaxy Nexus did you > use, CDMA or UMTS? > I just tried reverse tethering using a Verizon Galaxy nexus phone. It works > fine. Matthew, We got it working. However, we had 2 developme

[android-porting] Re: DexOpt errors.

2012-01-11 Thread Rudolf Tammekivi
This fixed it for me. Add following line to your device config. > > $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] android rootfs optimization

2012-01-11 Thread venkat k raju
Hi Satish Patel, i want to work on the android rootfs optimization (reduce the size of my rootfs). right now my rootfs 74MB. can you suggest me any reference links to start it and how can i processed and all. -- thanks&Regards k.v.raju -- unsubscribe: android-porting+unsubscr...@googlegrou