[ROM][JB][AOSP][ALPHA] Android 4.1.1 - Jelly Bean - [GT-P7510][SCH-I905]

Search This thread

MapleSyrup

Senior Member
Oct 9, 2011
292
821
I've compiled android 4.1.1 for the GalaxyTab 10.1. It's really EXPERIMENTAL, only for those curious to see Jelly Bean working.


NOT WORKING

- Front-facing camera
- 3G & 4G (SCH-I905)


WORKING

- Rear camera (GT-P7510)
- Wi-Fi (thanks to pershoot)
- Audio (thanks to pershoot)
- HW accelerated video (thanks to rmcc)
- Google Now
- Network based location

Pretty much everything else, but things may fail.

Remember that I'm not responsible if something happens to your tablet, flash this at your own risk.

Backup everything you think you'll need in case something goes wrong and a factory reset is needed.

All credit for the kernel goes to pershoot, it's pretty much the same from ICS with minimal changes.


CM10 OR AOSP?

CM10 is a customized ROM with additions to the system: About

AOSP (Android Open Source Project) is android in pure form, just straight out from Google: About

Which one to choose is your decision.

This ROM includes a few additions from CM10, just the necessary so it won't deviate much from AOSP. This additions are:

- Extended boot menu (long pressing power button).
- Performance settings (to control overclock and other settings without an external app).
- Kill app back button.
- Toggle system bar (hide/show system bar - merged from sgt7)


BEFORE INSTALLING

Check that you have the last version of your recovery, and that it's the right one for your model. If you don't do this you'll get assert error 7 when trying to install.

For CWM, go to this thread: [Recovery] ClockworkMod - 5.5.0.4
For TWRP, go to this thread:[Recovery] Team Win Recovery Project (TWRP) - 2.2.0

A full wipe is recommended, also formating /system . (Do this before reporting problems)


DOWNLOADS

Wi-Fi Only (GT-P7510) -> 09-08-12.12-36-jellybean-alpha-p4wifi-sig.zip

Mirror: 09-08-12.12-36-jellybean-alpha-p4wifi-sig.zip (thanks to kingofcomedy)

md5: fac75f1a2168f0d4c36fc0e13f642fb2
sha1: 8c7ac13af63eb145920eac020879f75e97d59da0


Wi-Fi+3G (GT-P7500) -> Coming soon. In the meantime, try the CM10 version.


Verizon LTE (SCH-I905) -> 09-08-12.14-09-jellybean-alpha-p4vzw-sig.zip

Mirror: 09-08-12.14-09-jellybean-alpha-p4vzw-sig.zip

md5: 0a14927a73ca0834ea994ad3128a6d33
sha1: 4aad8f8bcc075cdd59357d2250f76778669f4aab


Google Apps

gapps-jb-20120729.zip

Mirror 01: gapps-jb-20120729.zip
Mirror 02: gapps-jb-20120729.zip (thanks to kingofcomedy)
Mirror 03: gapps-jb-20120729.zip

gapps-jb-20120717-signed.zip

gapps-jb-20120716-signed.zip


Do not flash this version, link only for reference -> gapps-jb-20120726-signed.zip [source]


FLASH SUPPORT

Check this guide: [GUIDE] [HOW-TO] Install Adobe Flash Player on Android 4.1 Jelly Bean

Be aware, it may cause troubles with web surfing, consider this before reporting problems.


VIDEOS

ICS compared to JB (galaxytab 10.1) (thanks to severinca)
Android Jelly bean 4.1.1 Galaxy Tab 10.1 (thanks to illmatic24)
Jelly bean su galaxy tab 10.1 (thanks to spippo [Italian])
Android 4.1 Jelly Bean on the Samsung Galaxy Tab 10.1 (thanks to ljungberg3)


BUILD YOUR OWN

For those interested in building this ROM, you can try my Linux script. It doesn't set the build environment (gcc, git, java, etc), that depends of your distro. But it should make things easier.

Code:
git clone https://github.com/maplesci/jellybeanBuilder.git ~/development/scripts/jellybeanBuilder

You can change the work directories, and be sure to change the paths for the java exports.



262upmo.png


2rml9oy.png


35jf43t.png


2vaxmae.png


293vv2q.png
 
Last edited:

Aaroneke

Senior Member
May 31, 2010
63
11
Want to share ur device files? I would like to compile for 3g model van and try to fix wifi.
Did you make changes tot kernel?
 
Last edited:

Aaroneke

Senior Member
May 31, 2010
63
11
How to Install I downloaded it a couple of times keep getting assert failed: getprop("ro.product.device") == "p4wifi"

Just remove Line 2 and 3 from updater-script file in /META-INF/com/google/android/

anybody any luck with wifi ??

build.prop says wlan0 but on pershoots ics it's name is eth0

E/WifiStateMachine( 285): Failed to load driver!
E/WifiStateMachine( 285): DriverFailedState



130|root@android:/ # ifconfig eth0 up
error: SIOCSIFFLAGS (Operation not permitted)
255|root@android:/ # ifconfig wlan0 up
error: SIOCGIFFLAGS (No such device)
 
Mar 6, 2011
42
2
Cleveland OH
Just remove Line 2 and 3 from updater-script file in /META-INF/com/google/android/

anybody any luck with wifi ??

build.prop says wlan0 but on pershoots ics it's name is eth0

E/WifiStateMachine( 285): Failed to load driver!
E/WifiStateMachine( 285): DriverFailedState



130|root@android:/ # ifconfig eth0 up
error: SIOCSIFFLAGS (Operation not permitted)
255|root@android:/ # ifconfig wlan0 up
error: SIOCGIFFLAGS (No such device)

Thanks
 

MapleSyrup

Senior Member
Oct 9, 2011
292
821
Want to share ur device files? I would like to compile for 3g model van and try to fix wifi.
Did you make changes tot kernel?

Of course, just wait a little, I'm not at my main PC at the moment. Also, I'll try to compile one for the P4, but because I don't have that model, I can't be sure that it will boot.

Just remove Line 2 and 3 from updater-script file in /META-INF/com/google/android/

anybody any luck with wifi ??

build.prop says wlan0 but on pershoots ics it's name is eth0

Yeah, that was me playing around and since it doesn't work at the moment, I didn't change it back. eth0 doesn't work either. The problem is that the module doesn't work (at boot it won't load, and loading it manually doesn't help).
 
  • Like
Reactions: badboy47

htcdesirezgeorge

Senior Member
May 8, 2011
169
10
Of course, just wait a little, I'm not at my main PC at the moment. Also, I'll try to compile one for the P4, but because I don't have that model, I can't be sure that it will boot.



Yeah, that was me playing around and since it doesn't work at the moment, I didn't change it back. eth0 doesn't work either. The problem is that the module doesn't work (at boot it won't load, and loading it manually doesn't help).


Would it be inappropriate if I complained just for the sake of complaining lol? JK, thanks for the port, I look forward to everything working!!!!
 

best98

Senior Member
Aug 9, 2006
97
30
Brisach
Damnit.. This was fast ...
Can't wait to have WiFi working.. (no need of Camera for now) !!

Thanks for making this possible.
Pierrick
 

sandeshnl

Senior Member
Dec 28, 2010
138
30
Kampen
Ah I was waiting for this. Thanks a lot. I can't wait for wifi to be working. And the camera? I kinda forgot that this tablet had one since I've been on CyanogenMod ever since januari!

Sent from my GT-P7510 using XDA Premium HD app
 

badogg

Senior Member
Mar 11, 2011
1,757
695
Wow, loaded it up and holy crap is the thing ridiculously fast and smooth. Just what this tab needed. I mean, AOKP Milestone 6 is running very nicely too - but this JB Rom is really nice. Once Wifi is resolved I'll run it daily.
 

GazaIan

Senior Member
Dec 27, 2010
1,570
405
Your basement
twitter.com
Wow, loaded it up and holy crap is the thing ridiculously fast and smooth. Just what this tab needed. I mean, AOKP Milestone 6 is running very nicely too - but this JB Rom is really nice. Once Wifi is resolved I'll run it daily.
I only hope this is super smooth when it's finished, hate seeing lag on this thing so much :(

In other news DAMN that was fast, thanks! Gonna try it out and maybe even try work on it if I haven't forgotten stuff

---------- Post added at 05:39 PM ---------- Previous post was at 05:03 PM ----------

Alright, it's definitely smoother than ICS, but input lag is still ridiculously high. Guess its a hardware thing. I'm gonna try out some of the old troublesome apps, see if they're any smoother. Maybe I won't throw this into the death pile.
 

ginryu

Senior Member
Jul 2, 2009
541
168
Mexico City
I only hope this is super smooth when it's finished, hate seeing lag on this thing so much :(

In other news DAMN that was fast, thanks! Gonna try it out and maybe even try work on it if I haven't forgotten stuff

---------- Post added at 05:39 PM ---------- Previous post was at 05:03 PM ----------

Alright, it's definitely smoother than ICS, but input lag is still ridiculously high. Guess its a hardware thing. I'm gonna try out some of the old troublesome apps, see if they're any smoother. Maybe I won't throw this into the death pile.

tried and find some lag on the rom i kind of fell ics a little more "stable" i don't know what word to use but of course it's only alpha and you know i am pretty sure that once samsung release the official ics this will be fantastic as most of the lags and problems on ics are just about it.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 195
    I've compiled android 4.1.1 for the GalaxyTab 10.1. It's really EXPERIMENTAL, only for those curious to see Jelly Bean working.


    NOT WORKING

    - Front-facing camera
    - 3G & 4G (SCH-I905)


    WORKING

    - Rear camera (GT-P7510)
    - Wi-Fi (thanks to pershoot)
    - Audio (thanks to pershoot)
    - HW accelerated video (thanks to rmcc)
    - Google Now
    - Network based location

    Pretty much everything else, but things may fail.

    Remember that I'm not responsible if something happens to your tablet, flash this at your own risk.

    Backup everything you think you'll need in case something goes wrong and a factory reset is needed.

    All credit for the kernel goes to pershoot, it's pretty much the same from ICS with minimal changes.


    CM10 OR AOSP?

    CM10 is a customized ROM with additions to the system: About

    AOSP (Android Open Source Project) is android in pure form, just straight out from Google: About

    Which one to choose is your decision.

    This ROM includes a few additions from CM10, just the necessary so it won't deviate much from AOSP. This additions are:

    - Extended boot menu (long pressing power button).
    - Performance settings (to control overclock and other settings without an external app).
    - Kill app back button.
    - Toggle system bar (hide/show system bar - merged from sgt7)


    BEFORE INSTALLING

    Check that you have the last version of your recovery, and that it's the right one for your model. If you don't do this you'll get assert error 7 when trying to install.

    For CWM, go to this thread: [Recovery] ClockworkMod - 5.5.0.4
    For TWRP, go to this thread:[Recovery] Team Win Recovery Project (TWRP) - 2.2.0

    A full wipe is recommended, also formating /system . (Do this before reporting problems)


    DOWNLOADS

    Wi-Fi Only (GT-P7510) -> 09-08-12.12-36-jellybean-alpha-p4wifi-sig.zip

    Mirror: 09-08-12.12-36-jellybean-alpha-p4wifi-sig.zip (thanks to kingofcomedy)

    md5: fac75f1a2168f0d4c36fc0e13f642fb2
    sha1: 8c7ac13af63eb145920eac020879f75e97d59da0


    Wi-Fi+3G (GT-P7500) -> Coming soon. In the meantime, try the CM10 version.


    Verizon LTE (SCH-I905) -> 09-08-12.14-09-jellybean-alpha-p4vzw-sig.zip

    Mirror: 09-08-12.14-09-jellybean-alpha-p4vzw-sig.zip

    md5: 0a14927a73ca0834ea994ad3128a6d33
    sha1: 4aad8f8bcc075cdd59357d2250f76778669f4aab


    Google Apps

    gapps-jb-20120729.zip

    Mirror 01: gapps-jb-20120729.zip
    Mirror 02: gapps-jb-20120729.zip (thanks to kingofcomedy)
    Mirror 03: gapps-jb-20120729.zip

    gapps-jb-20120717-signed.zip

    gapps-jb-20120716-signed.zip


    Do not flash this version, link only for reference -> gapps-jb-20120726-signed.zip [source]


    FLASH SUPPORT

    Check this guide: [GUIDE] [HOW-TO] Install Adobe Flash Player on Android 4.1 Jelly Bean

    Be aware, it may cause troubles with web surfing, consider this before reporting problems.


    VIDEOS

    ICS compared to JB (galaxytab 10.1) (thanks to severinca)
    Android Jelly bean 4.1.1 Galaxy Tab 10.1 (thanks to illmatic24)
    Jelly bean su galaxy tab 10.1 (thanks to spippo [Italian])
    Android 4.1 Jelly Bean on the Samsung Galaxy Tab 10.1 (thanks to ljungberg3)


    BUILD YOUR OWN

    For those interested in building this ROM, you can try my Linux script. It doesn't set the build environment (gcc, git, java, etc), that depends of your distro. But it should make things easier.

    Code:
    git clone https://github.com/maplesci/jellybeanBuilder.git ~/development/scripts/jellybeanBuilder

    You can change the work directories, and be sure to change the paths for the java exports.



    262upmo.png


    2rml9oy.png


    35jf43t.png


    2vaxmae.png


    293vv2q.png
    23
    HW accelerated video is working now, thanks to pershoot's latest changes. I just need to merge and clean some things before uploading a new build. YouTube HD, BSPlayer and the default video player (via Gallery) is working fine. I guess Netflix too, but I'm not going to pay 1 month to test something I'm not going to use, I'll leave it to those with Netflix accounts.

    TL,DR: expect a new build with HW accelerated video later today.

    dxiv68.png


    2rqn96e.png
    21
    Well with samsung's source released, just as a FYI, got the new 3.1.10 kernel working in JB, also the front camera is working. But it will be better to wait for pershoot's work, his custom kernel will be the best option for this tablet.

    14uba51.png
    19
    NEW BUILD

    Wi-Fi Only (GT-P7510) -> 31-07-12.13-30-jellybean-alpha-p4wifi-sig.zip

    (thanks to 512kbyte's hosting)

    md5: 2bb03e5fe2be8decb30e0833cdc6f84c
    sha1: 24cfeaa17bb7db5d44d5e501e9b1b12334f96beb

    - Updated kernel with pershoot's latest changes.
    - Working rear camera.
    - Replaced some libs with libs from the official ICS release.

    NOTES:

    Remember, this are alpha, experimental builds (and I still need to test some things for this particular build).
    Do NOT flash this gapps: gapps-jb-20120726-signed.zip. Use this instead: gapps-jb-20120717-signed.zip.
    The front facing camera doesn't work.
    Recording video doesn't work (at least for me).
    If you have problems with the camera and gallery app, clear gallery data in settings.
    19
    @Stenager129: lol

    Anyone else noticed in the OP that in the first photo maple has a total of 13.11gb internal storage and he has 16.30gb of audio? Dafuq did i see?!

    Network storage with a bind directory of 16 GiB.


    NEW BUILD

    - HW accelerated video working (thanks to rmcc).
    - Fixed performance settings permissions.

    Only for GT-P7510. I'll look into the GT-7500 and its 3G, but I can't work too much on it at the moment and I can't test any changes.


    Wi-Fi Only (GT-P7510) -> 20-07-12.16-09-jellybean-alpha-p4wifi-sig.zip

    md5: f238a91afc229139f6f2f7885459589a
    sha1: 4740f2ebcd5c6ef8668bacd1e9a124b0dfbc5760