** These CyanogenMod builds are highly experimental and unsupported.
**
** If one of this builds bricks your phone, kills your cat or causes
** a thermonuclear war, don't point at us. We'll laugh at you.
** You decided to make this modifications to your Tablet.
**
** Please refrain from submitting bug reports for any issues
** you may encounter while running one of these builds.
**
** Submitting bug reports on experimental builds is the leading
** cause of male impotence.
Quote:
IMPORTANT NOTES
This is a stable Build of the current state of CyanogenMod 9 for the Samsung Galaxy Tab.
CM9 is based on latest AOSP sources plus some useful tweaks and features.
Big thanks to Teamhacksung for all their work on the aries, and for all the help
And Ofcourse - the CyanogenMod Team!
CyanogenMod Maintainer | SGT7 | TeamBBQ
BBQLinux - An Arch based Linux distribution for Android developers
Website: http://www.bbqlinux.org | Downloads: [url]http://sourceforge.net/projects/bbqlinux/files//url]
IRC: #bbqlinux on freenode
The Following 190 Users Say Thank You to cdesai For This Useful Post: [ Click to Expand ]
USB Tethering won't work in windows (works in ubuntu, untested on OSX)
Internal sd is /mnt/sdcard, and external is /mnt/emmc
USB Host works with a Y cable as the tab doesn't supply power, doesn't with the standard Samsung Adapter for the new tabs.
READ THIS BEFORE FLASHING
^It's for the epic but it's pretty much the same thing except the ROM links, and the only ROMs having MTD now are CM9 based ROMs - no MTD on GB
Only way to revert to a normal ROM now is flashing a stock Samsung ROM by odin (with repartition checked)
How to Flash the above zips :
You need to restock your tab if you are running an old MTD build, (only if /system isn't 406 mb, check it by the command `df system` or use an app (such as root explorer) )
IF you are coming from a FSR (STL/BML) ROM (aka Samsung ROM - anything else than the latest CM9 builds / AOKP builds, i.e. any GB ROM, no need to restock)
IF you are coming from a froyo ROM, you need to flash a stock GB ROM first, follow the guide below :
Restocking :
Follow the team overcome restock guide [http://www.teamovercome.net/p1000/?page_id=17], and completely restock your tab.
Once you've flashed it, reboot into download mode again and flash any kernel with recovery (any non-MTD kernels from humberos.com.br, or this forum, for your tab model)
After you've flashed the kernel, reboot into recovery, and this time, install the zip you just downloaded from CyanogenMod servers.
Install Google Apps if you want (gapps-ics-* from goo.im) [optional]
Reboot and enjoy your tab
Normal install :
You need to have a kernel with CWM Recovery
Get the zip from the above download links
Put the zip on your sdcard, reboot into recovery, and install the zip
It'll reboot a few times during the install, that's normal
Quote:
Screenshots :
CyanogenMod Maintainer | SGT7 | TeamBBQ
BBQLinux - An Arch based Linux distribution for Android developers
Website: http://www.bbqlinux.org | Downloads: [url]http://sourceforge.net/projects/bbqlinux/files//url]
IRC: #bbqlinux on freenode
The Following 87 Users Say Thank You to cdesai For This Useful Post: [ Click to Expand ]
All device tress (p1, p1c and p1-common) and kernel tress (p1 and p1c) have been merged into the CyanogenMod tree now, if you want to submit a change/patch, use cm code-review [http://wiki.cyanogenmod.com/wiki/Howto:_Gerrit]
mkdir ~/cm9
cd ~/cm9
repo init -u git://github.com/CyanogenMod/android.git -b ics
(Type in your name and email address when asked)
Code:
repo sync
(^^This'll take a while, as ~7GB of sources are downloaded initially)
How to build :
Code:
source build/envsetup.sh
cd device/samsung/p1 ; ./extract-files.sh
brunch p1
Replace p1 with p1c for CDMA variants.
Building may take a long time depending on your machine, might range from a few minutes to many hours
After the build is done, navigate to ~/cm9/out/target/product/p1
The zip you'll be looking for would be update-cm-9.0.0-RC0-p1-UNOFFICIAL-signed.zip
If you want to build just the kernel, type the below commands
Code:
source build/envsetup.sh
make out/target/product/p1/boot.img
If you want just the kernel - u'll get it in the same folder, boot.img
Flash it with heimdall
heimdall flash --kernel ~/cm9/out/target/product/galaxytab/boot.img --recovery ~/cm9/out/target/product/galaxytab/boot.img
^^The above instructions were for building a clean CyanogenMod build for p1, without any changes we did to the sources (mainly frameworks and some apps)
BBQLinux - An Arch based Linux distribution for Android developers
Website: http://www.bbqlinux.org | Downloads: [url]http://sourceforge.net/projects/bbqlinux/files//url]
IRC: #bbqlinux on freenode
The Following 43 Users Say Thank You to cdesai For This Useful Post: [ Click to Expand ]
How about enabling Wifi with the wifi fix in the other ICS thread?
Greetings
It isnt fixed completely yet!
CyanogenMod Maintainer | SGT7 | TeamBBQ
BBQLinux - An Arch based Linux distribution for Android developers
Website: http://www.bbqlinux.org | Downloads: [url]http://sourceforge.net/projects/bbqlinux/files//url]
IRC: #bbqlinux on freenode
The Following 9 Users Say Thank You to cdesai For This Useful Post: [ Click to Expand ]
After reading about Dan Rosenberg’s bootloader exploit for the Samsung Galaxy S 4,I … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?