Android Tablets Forum banner

craving jelly beans

23K views 60 replies 13 participants last post by  mrsburnout 
#1 ·
*Insert Maniacal Laughter here*

Can't wait to see novel barely running it
 
#13 ·
i love the way it looks there. Congrats on being able to get it to run on the iconia. i hope there is a way to change from the phone ui to the tablet ui on the nexus because i'm thinking about getting one nexus. i get way they used the phone ui to give it "simpler" feel. but i still dont like it

side note. I'm loving watching all the prices on tablets that were under $200 drop even more. Christmas time should be real interesting for tablets this year. muahahahahahahaaaaa
 
#17 · (Edited by Moderator)
Now to time how long before you do a proper Jelly Bean release. =)

I expect lots of JB releases to be coming out in the next few days.

Google just released JB source. I was expecting this around July 15 but came out a couple days early.
http://www.engadget.com/2012/07/09/android-4-1-jelly-bean-source-code-now-available/

Before, we only had JB binaries for Nexus 7 tablets + JB SDK. Now we have actual JB source too. ie, this means developers (or advanced computer people) can now make proper working JB firmwares for tablets. Maybe a day, couple of days or couple of weeks and should see Jelly Bean firmwares coming out.
 
#24 · (Edited by Moderator)
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.1.1
TARGET_PRODUCT=cm_s3c6410
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv6-vfp
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.2.0-27-generic-x86_64-with-Ubuntu-12.04-precise
HOST_BUILD_TYPE=release
BUILD_ID=JRO03L
OUT_DIR=out
============================================

I'm working on it. Gonna need to rework the inputreader.cpp patch again but I'm massaging the device tree into working got most of the jellybean fixes in place. I should have a booting build today if all goes well but likely no wifi or touchscreen hehe

wpa supplicant v5 is discontinued I need to move to wpav6 for wifi to work
 
#37 ·
Having trouble getting this going.

Synced with Manifest for android-4.1.1_r3, but I seem to be getting 4.0.9.99...

============================================
PLATFORM_VERSION_CODENAME=AOSP
PLATFORM_VERSION=4.0.9.99.999.9999.99999
TARGET_PRODUCT=full_tuna
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv6-vfp
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-2.6.35-22-generic-x86_64-with-Ubuntu-10.10-maverick
HOST_BUILD_TYPE=release
BUILD_ID=OPENMASTER
OUT_DIR=out
============================================
Just trying to get a standard Samsung Tuna to compile with armv6 and I am getting errors.

Added a armv6-vfp.mk and it starts to compile.
 
#38 · (Edited by Moderator)
Having trouble getting this going.

Synced with Manifest for android-4.1.1_r3, but I seem to be getting 4.0.9.99...

Just trying to get a standard Samsung Tuna to compile with armv6 and I am getting errors.

Added a armv6-vfp.mk and it starts to compile.
that's really really weird - I pulled down cyanogenmod 10 because it has some of the armv6 fixes already and I prefer it to aosp anyways. I also had to delete two /external projects that had armv7 assembly code in them.

repo init -u git://github.com/CyanogenMod/android.git -b jellybean
 
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top