[android-porting] Re: Tegra-2 - KitKat

2013-11-15 Thread Giveen
kernel to build although that does not show a branch. On Monday, November 11, 2013 6:46:28 AM UTC-8, Giveen wrote: Does AOSP still have support for Tegra2 SoC? I know that CM dropped support for it, and I need to know if I need to go back to AOSP for development. -- -- unsubscribe: android

[android-porting] Tegra-2 - KitKat

2013-11-11 Thread Giveen
Does AOSP still have support for Tegra2 SoC? I know that CM dropped support for it, and I need to know if I need to go back to AOSP for development. -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this

[android-porting] Unable to flash after Android 4.2.2

2013-02-27 Thread Giveen
I use CM10.1 as my base. I am on a 2.6.36.3 kernel on a Tegra 2 device. After the change to Android 4.2.2 code base and the upgrades to ADB and fastboot, fastboot fails to find my partitions when flashing. I can run fastboot -S 0 flash recovery recovery.img and it will flash but fail to boot

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

2012-10-17 Thread Giveen
Are you specifying to use the core make file? $(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) On Friday, October 12, 2012 6:38:50 AM UTC-6, Matt Bloomfield wrote: I still cannot get this sorted!! All

[android-porting] Camera HAL Development - ICS - Tegra 2

2012-10-17 Thread Giveen
http://i50.tinypic.com/wjvz0h.png I've been trying to get a hold of a few people about my quesiton. I'm on the main developers for the Dell Streak 7, and our devices are extremely similiar and I've been working on camera for some time now. DerArtem's code has gotten me the furthest but I am

[android-porting] Re: Is there A step by step guide on developing Android for devices in English that's also current?

2012-09-03 Thread Giveen
xda-developers.com is a great place to start, if you are the first person to attempt a port for your device then the best bet is to find out what chip your device is using and find a similar device. On Tuesday, August 21, 2012 9:22:33 AM UTC-6, DN_Android wrote: I want to put Android on my

[android-porting] Surfaceflinger dying

2012-07-16 Thread Giveen
Surfaceflinger wouldn't start up in my Android 4.1.1 port, so I copied my ICS version over and now it is having illegal operations. Ideas? I/DEBUG ( 80): pid: 476, tid: 477, name: SurfaceFlinger /system/bin/surfaceflinger I/DEBUG ( 80): signal 4 (SIGILL), code 1 (ILL_ILLOPC),

[android-porting] Segfault on Dexopt

2012-05-31 Thread Giveen
I am so close I can taste it, lol. I'm getting this segfault. Anyone point me in the right direction, gets a virtual beer. I did point my dalvik to /data/dalvik-cache using 'dalvik.vm.dexopt-data-only=1' in build.prop --- beginning of /dev/log/system I/Vold( 88): Vold 2.1 (the

[android-porting] Re: BOARD_KERNEL_CMDLINE

2012-05-23 Thread Giveen
I am actually wondering the same thing. On Wednesday, September 7, 2011 8:48:24 PM UTC-6, Sandeep wrote: Hi All, In Android we are using BOARD_KERNEL_CMDLINE, for different things. I know what is kernel command line, and how it is used. But why another cmdline is required in android.

[android-porting] Re: Tegra port

2012-05-17 Thread Giveen
Turns out I needed to use simg2img, which moved things along but didn't help completely. On Wednesday, May 9, 2012 4:30:50 PM UTC-6, Giveen wrote: I am porting Android 4.0 to the Dell Streak 7 (tegra 2) device and my system.img won't boot. Does anyone know how to use NVFlash.exe to flash