[android-porting] Re: Shrinked data partition

2014-05-18 Thread Jonathan Clavin
Are you fastboot flashing userdata.img? Make sure your BOARD_USERDATAIMAGE_PARTITION_SIZE size is correct in your BoardConfig.mk. On Friday, March 28, 2014 11:52:47 AM UTC-4, harsh panchal wrote: > > I'm compiling AOSP jellybean (4.1.2_r2) build for my device (GT-i9070). I > was able to boot it

[android-porting] Re: There is no Dalvik Java Heap configuration for xhdpi with 1G RAM device

2013-07-17 Thread Jonathan Clavin
What's wrong with phone-xhdpi-1024-dalvik-heap.mk? Isn't that what you need? The Galaxy Nexus is a xhdpi device with 1 Gig of RAM, and it uses that https://android.googlesource.com/device/samsung/tuna/+/android-4.2.2_r1.2/device.mk (line 203) -- -- unsubscribe: android-porting+unsubscr...@g

[android-porting] Re: adb not working in cm10.1 builds

2013-07-12 Thread Jonathan Clavin
Make sure you're using the newest version of ADB on your host computer. > adb version Should yield > Android Debug Bridge version 1.0.31 Android 4.2.2 requires the authentication with ADB keys with the device and the host computer, and only 1.0.31 allows for authentication. -- -- unsubscri

[android-porting] Re: bootanimation.zip

2013-07-08 Thread Jonathan Clavin
Boot animation zips cannot be compressed, try using "store" option (not "best, or "performance") On Friday, July 5, 2013 7:02:48 AM UTC-4, Puneet B wrote: > > once i copied the bootanimation.zip file data/local of sd card. > > and boot it. then it is showing boot log of images of zip folder , in

[android-porting] Re: Porting Touch Driver

2013-03-07 Thread Jonathan Clavin
You need to write an .idc file for your device. I'm pretty sure if you examine a logcat, it will say that you're missing an .idc file. Your job is now to make up an .idc file like this one for the nexus 4 but one that satisfies your touchscreen's characteristics. Then, after you make it, save i

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

2012-10-17 Thread Jonathan Clavin
Hmm, well, the recovery doesn't use a init.usb, just an init.rc, so that post was somewhat misleading. Does your default.prop in the boot.img have ro.debuggable=1 and try downloading a terminal emulator app and look at the kernel messages and logcats. -- unsubscribe: android-porting+unsubscr..

[android-porting] Re: ICS navigation bar

2012-10-05 Thread Jonathan Clavin
https://android.googlesource.com/device/samsung/tuna/+/fc875d3e5965f583fc3b9f70d317188e8276ce3e/overlay/frameworks/base/core/res/res/values/config.xml true goes into your config.xml On Thursday, October 4, 2012 7:53:32 AM UTC-4, Luccio wrote: > > Hi, > > how to enable the navigation bar (attach

[android-porting] Re: Getting error while booting the pandaboard with SD card.

2012-08-07 Thread Jonathan Clavin
You're missing the proprietary binaries for the device. https://developers.google.com/android/nexus/drivers#pandaimm76i -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting