• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

Jelly King 4.1.2

Bologna

Retired Recognized Developer
Mar 4, 2010
917
1,140
0
Bologna
www.hdblog.it




#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you. Hard. A lot.
My task is to give you a full costumizable, fast and stable rom. Little bugs are expected e.g. TV-OUT (we must wait for samsung sources release for a fix)
14 oct 2012 -> This rom is now included into a new big project started! AOKP + PARANOID + a lot more! 5 Device supported :)

-> Git Members


Please, don't ask for ETA and try to understand that it's not possible to being helped for a personal issue without providing logcat and/or dmesg (Display bootup MESsaGes). It's also very important to give the more information you can

  • AOKP Rom
  • Automatic zipalign at boot (for both system and data apps and only if necessary)
  • OTA updates (Acquariusoft)
  • SD watcher binay (explained into second post!)(Greg White, Francisco Franco)
  • AKA Sony Sound system
  • Navigation bar automatically and always hidden in landscape
  • Gapps included
  • Data/apps

    - Flash Player (latest available version)
    - Acrobat reader
    - Gmail contact widget
    - Online Nandroid Backup
    - Light notification Manager
    - Utorrent (use it to update via OTA!)
    - One More clock (widget)
    - Samsung Task Manager
    - Galaxy Note 2 Gallery
    - AdBlocker
  • Aroma Touch Installer 2.56

    - Milti Kernel selection (NEAK/CM10/Siyah)
    - Multi launcher (Apex/Nova/both)
    - Handcent / default Mms.apk /default themed Mms.apk
    - Stock/Themed Framework (Themed by Otogy2002)
    - Stock/Themed SystemUI (Themed by Otogy2002)
    - Stock/Themed Settings (Themed by Otogy2002)
    - Maximum overdrive / Default services.jar (explained into second post!) (credits & mod Zeppelinrox-Dorimanx)
    - GPS choice for continent[/U] (Asia, Europe, Africa, North America, South America, Oceania)
    - Modem choice[/U] (you can choose to stay with your actual modem)
    - App list selection:
    - - Alarm Clock Xtreme
    - - Realcalc
    - - Solid file Explorer
    - - Phono
    - - S3 Polaris Office 4
    - - Google Maps
    - - Flipboard
    - - Mixer theme
    - - Google+
    - - VLC (beta)
    - - Sony Walkman (untick to use default Google Music)
    - - Fast Dormancy Toggle (Gokhanmoral)



First time AOKP to your Galaxy S III, or coming from another ROM:

- Copy your Jelly King ZIP to your SDCard (internal/external)
- Reboot into recovery
- Wipe data/factory reset
- Flash Jelly King zip from SDCard
- Reboot
- Enjoy

Don't restore system data using Titanium Backup! Restoring Apps + Data might cause problems and is not recommended, avoid it if possible!

Upgrading from earlier version of AOKP/CyanogenMod 10:

- Wipe Data is always recommended but you can also flash over the top without wiping (if you complain for something report always if you have installed wiping data or not!)




You will find here a vedeoreview asap...










No more mirror please.

Push the above download/themes button for latest versions

(Tapatalk or xda apps can't open hyperlinks over images) .


Official Italian Rom's Thread
Unofficial German Rom's Thread


Donate to Roman(AOKP)
Donate to Cyanogenmod Team
Donate to Me

Credits: Google, CyanogenMod Team, Teamhacksung, Codeworks, RomanBB Simone201, Gokhanmoral, Dorimanx, Team Skyfie, PieR & Bajee, Dsixda, Amarullz, Chainfire, Adam Outler, Myfluxi, Pinpong, kalgecin, Awesome, jthatch12, Svyat, $wissdroid, Kroz46 MrDSL, Dustinb, Bigoliver, r-ikfoot
and...
Xda-developers.com & XDA-TV, Hdblog.it, Adminhdblog, Carotix, Gio-Lokj, Andy.g, Linus98, Lucadp, Xmarex, Mirko ddd, Eternauta1949, Clownchico, Davide81napoli

Thanks for support to(donators, helpers, most active members):
Xanthrax (Support, donation, friendship)
$wissdroid (S2 user, thread support and banners!!)
Zolom (S2 user, donation)
Goro66 (S2 user, donation)
Georgeartaki (S2 user, donation)
Pirikitto (S2 user, donation)
Maxzerotre (S2 user, donation)
Malleolo66 (S3 user, donation)

XDA:DevDB Information
Jelly King HDblog Aokp JB 4.1.2, ROM for the Samsung Galaxy S III I9300

Contributors
Bologna
ROM OS Version: 4.1.x Jelly Bean
Based On: AOKP

Version Information
Status: No Longer Updated
Current Stable Version: 1.0.5
Stable Release Date: 2012-10-15

Created 2013-08-07
Last Updated 2014-08-19
 
Last edited:

Bologna

Retired Recognized Developer
Mar 4, 2010
917
1,140
0
Bologna
www.hdblog.it
how to easily provide a logcat:

the best way is through adb shell...it's very easy, nothing difficult.
Assuming you are using windows...
  1. you need to install jdk and sdk first.
  2. install sdk in your desktop
  3. rename the folder "android-sdk" to only "sdk"
  4. move the new sdk folder to c:\
  5. through your sdk folder choose sdk manager in order to install the platform-tools (choose only platform-tools, nothing else needed for now)
you are ready to logcat!
  1. now open a command promt (in the start menu search box area type cmd and press enter)
  2. connect via usb your phone
  3. cd .. To move to c:\
  4. now cd to your c:\sdk\platform-tools folder and type
Code:
adb logcat
better use is through options:
Code:
adb logcat *:e -v long
*:e shows only errors in output
-v long its for a more easy to read output
you can send you log to a text file using
Code:
adb logcat *:e -v long > "drag your .txt file in your promt windows"
ctrl+c to block logcat output
it's important to start the "log to text" immediately before reproducing your issue and to stop with ctrl+c a few seconds after
i mean...cd to your platform tool and type
Code:
adb logcat *:e -v long > "drag your .txt file here"
assuming you have a force close using callrecorder.apk

hit enter and immediately start callrecorder apk (or push the button inside the application that broke things), 2/3 second after ctrl+c

to dig more into options, or if something is not clear enough for you...->http://forum.xda-developers.com/showthread.php?t=1378491

for a more complete guide on how to use adb use this link and thanks voku1987!!


special sdwatcher binary

quoting franciscofranco :
this binary is special *buzzwords incoming* and will get rid of the fuse mounting and get rid of the /data/media symlink which causes excessive media scanning load - basically just mounts the internal sdcard as ext4. Battery life gets a nice boost using this binary
all credits go to greg white


maximum overdrive

apps in ram limit increased to 70 (default 15)
autokiller every 24 h (default 30 min)
quoting dorimanx,
"now i can multitask 50 apps in ram!
No more home launcher restart and no more favorites apps closed and have to be open again! No lag on call in/out!"
quoting zeppelinrox, the mod works "without breaking the lowmemorykiller and therefore there wouldn't be a need for an external task killer"


some cool banner provided by $wissdroid!







 
Last edited:

xanthrax

Senior Moderator / Moderator Committee / RC-RT Com
Staff member
Apr 12, 2011
23,770
23,506
113
Darkside
Welcome to a different world guys !!!
Grande Bologna !!!

Sent from my GT-I9300 using Tapatalk 2
 

raimondomartire

Senior Member
Nov 9, 2005
3,579
4,893
113
Salerno
Bologna welcome here. Just a suggestions on Xda the first post are usuful for a success of rom. You have made a great work an hdblog but here you have need of a team. Just my 1 cents.
Obviously i've already installed your rom. Great mod on ram i'm thinking a port on miui :good::good:
 

xanthrax

Senior Moderator / Moderator Committee / RC-RT Com
Staff member
Apr 12, 2011
23,770
23,506
113
Darkside
Hello guys,

Just one thing, i didn't find the rom and themes to download

Already look at OP 100x.
Try to download from your PC . When click on Download you'll see everything you want :cool:

Sent from my GT-I9300 using Tapatalk 2

---------- Post added at 09:46 PM ---------- Previous post was at 09:41 PM ----------

What's the problem with these 2 buttons?? Are u on tapatalk?

Yes he is . ROM link below

http://www.xdafileserver.nl/Files/S...0/Jelly_King_v1.0.4_aokp_i9300_jb_build-4.zip
Themes link as well below
http://forum.xda-developers.com/showthread.php?t=1801752
Sent from my GT-I9300 using Tapatalk 2
 
Last edited:
  • Like
Reactions: Diesellolle

Bologna

Retired Recognized Developer
Mar 4, 2010
917
1,140
0
Bologna
www.hdblog.it
Welcome to a different world guys !!!
Grande Bologna !!!

Sent from my GT-I9300 using Tapatalk 2
Glad to meet you again bro! :highfive:

Bologna welcome here. Just a suggestions on Xda the first post are usuful for a success of rom. You have made a great work an hdblog but here you have need of a team. Just my 1 cents.
Obviously i've already installed your rom. Great mod on ram i'm thinking a port on miui :good::good:
:) I have the great Xanthrax support! Some betatester and Pier's (aokp official manteiner for s2) friendship.

I've already had a real team in the past, but it's too difficult to coordinate each others...

anyway thanks for your good wishes