[ROM][4.0.4][MTD] CyanogenMod 9.0.0 | READ : http://goo.gl/rkEeh

Status
Not open for further replies.
Search This thread

cdesai

Inactive Recognized Developer
Jan 16, 2011
2,296
4,088
IN YOUR HEAD
Read this, IMPORTANT: http://goo.gl/rkEeh

Code:
** 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.


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.

Known issues, Downloads and Screenshots: Post #2
General Discussion thread : SGT7 General
Developer only post : Post #3 (how to build and more)
What is MTD (for epic, but its the same for all Samsung devices - except the ROM links ofcourse) http://xdaforums.com/showthread.php?t=1387334

Please refrain from submitting bug reports for any build not released by us - report em to whom u got the build from

We'll release new builds when we feel like doing so, although we do keep our sources updated all the time!

The people behind this :

angel_666
cdesai
humberos
jt1134
koxudaxi
red_rebel
sbradymobile
eaut
Techomancer

Big thanks to Teamhacksung for all their work on the aries, and for all the help

And Ofcourse - the CyanogenMod Team!
 
Last edited:

cdesai

Inactive Recognized Developer
Jan 16, 2011
2,296
4,088
IN YOUR HEAD
Known Issues + Useful info :
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.

Official Nightlies : http://get.cm/
p1 : http://get.cm/?device=p1 [GSM Tabs]
p1c : http://get.cm/?device=p1c [CDMA Tabs]
Modems :
p1 [GSM] : http://goo.gl/EjHq5 (Flash via CWM)
p1c [CDMA] : http://goo.gl/Dhmjl (Flash via Odin)

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 :)


attachment.php
attachment.php
attachment.php
 
Last edited:

cdesai

Inactive Recognized Developer
Jan 16, 2011
2,296
4,088
IN YOUR HEAD

Sources :

CyanogenMod : https://github.com/CyanogenMod
SGT7 (based off CyanogenMod sources with a few tweaks of our own) https://github.com/sgt7

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]

How to get the sources :
Setup Android Build Environment (http://source.android.com)
Code:
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)

IF you want to build that, sync from https://github.com/sgt7/android.git instead of CyanogenMod, and then build using the same commands
 
Last edited:

curl66

Senior Member
Sep 20, 2010
157
19
You are so awesome :) cm9 for the tab. No need to buy a new one....
Thanks alot to all dev!

Sent from my GT-N7000 using Tapatalk
 
  • Like
Reactions: asmen5

cdesai

Inactive Recognized Developer
Jan 16, 2011
2,296
4,088
IN YOUR HEAD
will this be cdma and gsm?

I have a GT-P1000, so do other devs, and humberos has a L/N model, so currently only those will be supported (un)officially, but we'll try to have a CDMA version too(its the kernel that needs more work!)

good news to hear :) in OP is written that orientation sensor works. And is gyro sensor working, too?

No I don't think gyro is working

Are you aware of that cheatman has come up with a full wifi fix in the other thread.

No, i wont use his fix

...

jk, i'll contact him, but we were trying to fix it in the kernel itself, and not as a module
 

phearus

Senior Member
Oct 18, 2011
122
49
Nice work bro.

Put me down as a developer. Still waiting for the repo to sync... hmmmnn.. slow internets. Nearly there.

BTW - how does one go from XDA "Member" to "regognised Developer"?
 

cdesai

Inactive Recognized Developer
Jan 16, 2011
2,296
4,088
IN YOUR HEAD
Nice work bro.

Put me down as a developer. Still waiting for the repo to sync... hmmmnn.. slow internets. Nearly there.

BTW - how does one go from XDA "Member" to "regognised Developer"?
Done!

I had to wait for a week for repo to sync, can understand ;)

You need to fill out a form, then the Developer Committee will check if you are really a developer and deserve the position, and if so, they give it to you (although it doesnt really matter if you are not)
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 190
    Read this, IMPORTANT: http://goo.gl/rkEeh

    Code:
    ** 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.


    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.

    Known issues, Downloads and Screenshots: Post #2
    General Discussion thread : SGT7 General
    Developer only post : Post #3 (how to build and more)
    What is MTD (for epic, but its the same for all Samsung devices - except the ROM links ofcourse) http://xdaforums.com/showthread.php?t=1387334

    Please refrain from submitting bug reports for any build not released by us - report em to whom u got the build from

    We'll release new builds when we feel like doing so, although we do keep our sources updated all the time!

    The people behind this :

    angel_666
    cdesai
    humberos
    jt1134
    koxudaxi
    red_rebel
    sbradymobile
    eaut
    Techomancer

    Big thanks to Teamhacksung for all their work on the aries, and for all the help

    And Ofcourse - the CyanogenMod Team!
    88
    Known Issues + Useful info :
    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.

    Official Nightlies : http://get.cm/
    p1 : http://get.cm/?device=p1 [GSM Tabs]
    p1c : http://get.cm/?device=p1c [CDMA Tabs]
    Modems :
    p1 [GSM] : http://goo.gl/EjHq5 (Flash via CWM)
    p1c [CDMA] : http://goo.gl/Dhmjl (Flash via Odin)

    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 :)


    attachment.php
    attachment.php
    attachment.php
    44

    Sources :

    CyanogenMod : https://github.com/CyanogenMod
    SGT7 (based off CyanogenMod sources with a few tweaks of our own) https://github.com/sgt7

    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]

    How to get the sources :
    Setup Android Build Environment (http://source.android.com)
    Code:
    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)

    IF you want to build that, sync from https://github.com/sgt7/android.git instead of CyanogenMod, and then build using the same commands
    38
    I got some news!

    https://plus.google.com/115013390614274076135/posts/CcmArQkDDXn

    Official builds coming soon!


    But, till then, i suggest the kangers not to sync, as i'll be changing stuff upstream which might break the build(mainly vendor/samsung, device is now p1 and p1c)

    So, dont repo sync until i give a heads up(or remove vendor/samsung from your manifest)

    And, don't try to build p1 atm (uploading it in a while) - Can build the good old galaxytab fine, just don't try to build p1 or you'll be on your own (you'll know why soon)
    37
    CM9 - Updates

    Hi fellows!

    Just check it!

    http://www.humberos.com.br/p/android-ics.html

    ps. Today is my brother birthday!
    This is for him!



    Greetings from Brazil!

    Enjoy!