Jelly King 4.1.2 - Galaxy S III Android Development

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
#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.
Click to expand...
Click to collapse
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)
Click to expand...
Click to collapse
14 oct 2012 -> This rom is now included into a new big project started! AOKP + PARANOID + a lot more! 5 Device supported
-> Git Members
Rom Source
AOKP Latest changes
AOKP Latest changelog
AOKP Manteiner for I9300 Github (PhantomGamers)
CM10 Changelog
CM10 Source
Click to expand...
Click to collapse
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
Click to expand...
Click to collapse
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

how to easily provide a logcat:
the best way is through adb shell...it's very easy, nothing difficult.
Assuming you are using windows...
you need to install jdk and sdk first.
install sdk in your desktop
rename the folder "android-sdk" to only "sdk"
move the new sdk folder to c:\
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!
now open a command promt (in the start menu search box area type cmd and press enter)
connect via usb your phone
cd .. To move to c:\
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!!
Click to expand...
Click to collapse
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
Click to expand...
Click to collapse
all credits go to greg white
Click to expand...
Click to collapse
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!"
Click to expand...
Click to collapse
quoting zeppelinrox, the mod works "without breaking the lowmemorykiller and therefore there wouldn't be a need for an external task killer"
Click to expand...
Click to collapse
Click to expand...
Click to collapse
some cool banner provided by $wissdroid!
Click to expand...
Click to collapse

thanks for your rom .
I'll try it .

you're welcome mate.

Can't wait to try downloading ill report back:thumbup::thumbup:
Sent from my GT-I9300 using xda premium

Sounds stupid but where do i download it from?

iFrankie said:
Sounds stupid but where do i download it from?[
there is a banner with download written on it
Click to expand...
Click to collapse

grabbin this!

Bologna is there support for transparent statuary????
Sent from my GT-I9300 using xda premium

Downloading. Thank you..

Welcome to a different world guys !!!
Grande Bologna !!!
Sent from my GT-I9300 using Tapatalk 2

Problem with Spirit Fm.. No working..

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:

Hello guys,
Just one thing, i didn't find the rom and themes to download
Already look at OP 100x.

disconnect4141 said:
Problem with Spirit Fm.. No working..
Click to expand...
Click to collapse
First solved problem mate !
Check in settings /Audio / method /galaxy s3 ALSA
Sent from my GT-I9300 using Tapatalk 2

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

Yusei said:
Hello guys,
Just one thing, i didn't find the rom and themes to download
Already look at OP 100x.
Click to expand...
Click to collapse
Try to download from your PC . When click on Download you'll see everything you want
Sent from my GT-I9300 using Tapatalk 2
---------- Post added at 09:46 PM ---------- Previous post was at 09:41 PM ----------
Bologna said:
What's the problem with these 2 buttons?? Are u on tapatalk?
Click to expand...
Click to collapse
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

Great!
Downloading...
Thanks a lot and Big Hug!!!

xanthrax said:
Welcome to a different world guys !!!
Grande Bologna !!!
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Glad to meet you again bro! :highfive:
acer73 said:
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:
Click to expand...
Click to collapse
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

Sorry guys, on my PC already saw them.
Testing right now
Cheers

Related

[Rom][Pro][XSP {-==-}HTC Sense 4.1 Chinese New Year Edition? Rev0.1 Released

If your are noob then please head to other's rom not this sorry
Code:
#include
/*
* 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.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
THIS BUILD IS FOR XPERIA ARC
Our Support Page :good:​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
This Is A Xperia Sense Project (XSP) for Xperia 2011' Series
Device Included :
Xperia Arc/S
Xperia Pro
Xperia Play
Xperia Neo
Xperia Neo V
Xperia Ray
MDPI : LWW/MINI/MINIPRO Cancelled
Working Sense 4.1
Booting
Apps and Game Installation
Full Sense 4.1 files
Adb & Debugging
Touchscreen (Multitouch)
Sound
Camera (Awaiting for patch)
Sd Card (Native)
RIL 2G & 3g (Manual APN)
Wifi (Except Play & Neo L,Fix is under testing)
Google Play
Mounting via 3rd Party
Charging
GPS
Vibration
MIC
Root
Changelog
Beta Rev0.1
Complete New Sense 4.1 Full
RIL Patches
Sd Card Work Natively
Updated Beats files
Complete Reworked Framework
SuperSu now working
Downloading and Installing via Google Play
Apn?
More in this Rev0.1
Working and Stable Build
Chinese New Year Edition
Droid Dna Bootanimation
Some FAQ & Question(Must Read)
Dev's Please Fix the problem "bla bla bla" /Can you please fix " bla bla bla"
- :Faceplam: It's Not Helping At All
- I don't have all the device even the device used to port is broken and required $$ to fix
- Mind your words please.Noobies Shuu!
- I will try to fix but what i think is important
[*]I Have this not working,how?
-Same as above
[*]How Can I help?
-As for dev,i reserved post #2 for you guys to submit patch(if working) i will update that post therefore user can have easier way to get it
-For other's you may donate to me to get my devices back ASAP...to get more faster process to get this build running
(Mention in #1 is hard for me to make it work as the device i used to port is having ic problem & camera as well)
-Thanks will be also appreciated
[*]Can i port/rebased/use any part of this rom for my rom?
-NO..& NO...
-I released this port & not for someone else to steal my rom for their own fame.
-Any rom stealing/copying/rebranding/rebasing is not allowed.
-No permission will be given
[*]Why this build is so buggy?
-See #1 #2 #3
[*]When can i see a port on other Xperia Device
-I have two pair of hands and it have limit too..i have line up of miui devices as well
Do understand a limit,i am free it will get to your device,no worries.
Credits :
FXP
HTC : For One V RUU
Smashingeek
Mike & Nick for helping some workaround and fixes on Sense 4.0A
Download :
Download the XSP.zip (ArC) & Your Device XSP Patches(If it's not Xperia Arc/S)
Fastboot the kernel included on the build or (From your device patch files)
Backup your /data contents: contacts, apps, sms, etc. or backup via recovery
Move the XSP the root folder of your sdcard.
Enter CWM and:
- Select 'backup and restore -> Backup'
- Select 'wipe data/factory reset' (MUST DO)
- Flash the zip. To do this, Select 'install zip from sdcard -> choose zip from sdcard' and select the XSP.zip
- Flash patches (if you devices it's not the xperia arc
Reboot (first boot will take ~5 mins)
Download Link : Here Beta Rev 0.1 Patch
Download Later
stil updating
thanks for the work @zack. but what happened to your other thread?
edit:my bad..dint see the word [PRO].. sorry
Released
If want to help do donate to help me get back my phone
Since I haven't seen anyone post feedback on this Project at all, and I'm not even sure if it will boot, but I'll give this a try as soon as my backup is done and I'll report back.
Zackconsole, could you give any pointers regarding on how to patch?
I'm mostly an app developer and I don't have that much experience with Kernels (yet), but I do know how to compile android, I prefer my own builds over FXP and CyanogenMod, because it allows a bit more customization.
Anyway, going to give this a try and see if it even boots (In the "working" list you only have the Arc/s noted as "booting") and then report back.
If I understood correctly this is based on FXP's CyanogenMod?
Dympy.
EDIT1:
Flashed, booted, and damn this is fast.
Going to mess around a bit the coming hour and then reflash my own CM10 backup again
BTW, donations coming your way, this has to be the best project so far.
EDIT2:
Donation made (not much $10) and I tested the slide out keyboard from the Pro.
The keyboard works, function wise, which is a good thing!
Rotation not yet and backlight of course, but we knew these things. What I understood from the backlight is that it's defined somewhere in the framework-res file. Not yet sure where, but I'll figure it out someday
For now back to CM10, keep up the work man!
It didnt work for me....i had boot loop problem. I had followed the steps which was mentioned
@dympy
Can you please post some screenshots?
naveen88 said:
It didnt work for me....i had boot loop problem. I had followed the steps which was mentioned
@dympy
Can you please post some screenshots?
Click to expand...
Click to collapse
I just deinstalled it since I need a working version of Android for my internship/job (app development).
I'll reinstall and make some screens somewhere later this week. Do note, almost nothing works, so not that much to show
Dympy.
Sent from my Xperia Pro using xda premium
naveen88 said:
It didnt work for me....i had boot loop problem. I had followed the steps which was mentioned
@dympy
Can you please post some screenshots?
Click to expand...
Click to collapse
It worked beautifully for me... There just wasn't anything working... :\
Are you sure you followed the instructions exactly?
[strikethrough]
P.S. Screenshots won't work because you can't mount the sd card... kind of a "catch 22"[/strikethrough]
lets me download and try...look so promising
deveron3 said:
It worked beautifully for me... There just wasn't anything working... :\
Are you sure you followed the instructions exactly?
P.S. Screenshots won't work because you can't mount the sd card... kind of a "catch 22"
Click to expand...
Click to collapse
Can't you make screenshots using ADB?
I mainly use QtADB for my development debugging and that has a screenshot feature..
Haven't tested it with HTC Sense yet, but I'll give it a try if I reinstall this later this week
Dympy.
U can take screenshots using ddms if adb works. Available with android sdk.
Sent from my LT18i using Tapatalk 2
finch.****break said:
U can take screenshots using ddms if adb works. Available with android sdk.
Sent from my LT18i using Tapatalk 2
Click to expand...
Click to collapse
Yeah, that was what I was talking about! QtADB just wraps it all in a nice UI
Dympy.
Sent from my Nexus 7 using xda premium
Screenshots and Overview!
I hope this could be of some help…
Its too damn fast…
Working:
• Booting
• Touchscreen
• Apps
• Adb
• Sound
More specifically
• Lockscreen
• Htc Launcher
• Apps (Except Flashlight app)
• Widgets
• All keys (Volume key, Camera key…. )
• Auto-rotate with keyboard slide out
Not working:
• Hibernate option in power menu
• Power off option in power menu
• Gsm/Data/3g
• Camera
• SD Card
• Wifi/Bluetooth
• Keyboard LED
• Auto Rotate
This might be the best rom out there when the dev fixes all the stuff… :good:
Bump...
10 chars
Bump for donators.
Sent from my Xperia Pro using xda app-developers app
Man, stop spam...
Sent from public phone
Quick question zack. Is this based off cm9 or stock ics firmwares?
Vaith said:
Man, stop spam...
Sent from public phone
Click to expand...
Click to collapse
Sorry...
I am not able to donate to zackconsole, so I was trying to keep the thread visible to those who might not have seen, but can donate.
Since it is annoying you I will stop.
Sent from my Xperia Pro using xda app-developers app
I'm a sense addiction, this would be the best ROM ever when all cons is fixed. Love ya!

[ROM][XXBLK2][4.1.1][N8000/10/13] Infamous Gnote v2.7 [Closed]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
RULES:
Before you start using this rom here are some things you need to know:
1. I am NOT updating every week (I work 6 days a week and have a 17 month old)...
2. Don't ask for ETA, this is rude and offensive. When it is done it is done.
3. Custom Roms come without warranty. They are tested before release but something always can go bad. So if you broke your phone or you got fired because the alarm didn't go off - I am not responsible.
4. Support is limited. Sometimes I can answer your questions sometimes I don't have the time. There will be times I don't have an answer so please do no repeat your question or get offended because I haven't answered you.
5. Don't compare ROMs. It is rude and offensive for chefs. If the other rom has what you need, use that ROM.
6. Don't Kang my work. You may fool everyone else but I will know! If you want to use something just ask!
7. If you like my work, a five star thread rating and hitting the thanks button motivates me.
8. No flaming! We have all been a NoOb before. We are here to help each other.
Code:
#include
/*
* 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.
*/
By using the rom you agree with the above terms!
​
Thanks to:
Thanks goes out to:
My personal bros!
djmatt604
thederekjay
Eugene373
Shnn2011
And these awesome dudes!
Wanam
rickythefox
zepplinrox
Didact74
Cristiano Matos
mikeyinid
loserskater
As well as Samsung, Google,
CM Team, and AOKP Team
Last I want to thank all of you! You
guys are the reason I do all of this!
​
About:
Busybox
Rooted
Deodexed
Zipaligned
Zipalign on boot script
Debloated
Init.d support
Advanced power menu
Sysro/sysrw
100% battery percentage mod
App/data Support
Custom Bootanimation Support
Debloated
3G/4G/Wi-Fi Speed And Signal Enhancements
Build.Prop Tweaks
Init.d Scripts
AOSP 4.2 Keyboard
Faster SD Card read/write
Removed Ads
Goo. Manager support
Goo. updater support
Updated SU binary
SuperSU
Long Press Back To Kill Current App Mod
Adobe Flash Player
CPU Sleeper apk by my personal buddy Eugene373 if you like it please support him and get the PRO Version
and much more! Check change log for more exact.
[*] V6 Supercharger Script! Thanks to zepplinrox! Read here
Also included the scripts under system/xbin/scripts so you can modify to your preference:
[*] Die-Hard_Battery_Calibrator_RC5 (because stock the battery isn't read correctly)
[*] KickAssKernelizer_Tweaks_Installer_Update_3_RC11_Test_1
[*] V6_SuperCharger_for_Android-Update9_RC11_Test_9
[*] !FixAlign_Test_6
Click to expand...
Click to collapse
​
Code:
[B]April 7, 2013[/B]
- Cleaned up sloppy tweaks
- Updated ad block hosts
- Added CRT
- Disabled browser zoom from scrolling
- Updated media // New Team Infamous bootamination
- Few framework tweaks
- More tweaks and mods coming!
[B]Feb 9, 2013[/B]
- Tweaked frameworks
- Updated ad block hosts
- Added custom boot animation support
- Add Team Infamous custom boot
- Removed a few the KB book app as it isnt compatible with our firmware
- Added the ability to hide the clock from the status bar (hide am/pm isnt working yet)
- Fixed Goo updater.
Update.zip's now will look like Infamous_Gnote_20130209
[B]Jan 20, 2013[/B]
- Snote is back!
- CSC tweaks
- Framworks tweaks
- updated ad block hosts
- removed a few extra apps that weren't working
- Went blue...
[B]Jan. 13, 2013 ~ Slim addition - Stable[/B]
- removed Snote
- removed Photoshop
- removed a bunch of other apps (list to come later)
- removed old superuser and added newer SuperSU
- updated Su binary
- updated bash, sysro, sysrw, nano, busybox, and others
- added performance app
- added ES File explorer (free root access)
- removed CPUspy and Romtoolbox lite
- updated Ad blocker server
- rewrote installer for better handling and stability
- Updated V6 superchrger and scripts
- added Android AOSP 4.2 keyboard
- more I am forgetting
(will make stand lone zips for Snote, Photoshop has been posted already)
[B]Jan 1, 2013 - 2.3[/B]
- Added Grey 100% battery as sock
- tweaked V6 Supercharger
- rebuilt frameworks
- lots of internal tweaks that will give better performance and battery life!
- Added Back to kill Mod Thanks to [B][COLOR="Red"]MichaelGroth[/COLOR][/B] tutorial, Thanks guy!
(wording is off, will adjust in next update.)
- Sd Card tweak for faster data transfer!
- More I am forgeting... more coming also, just wanted to give you a hold over.
[B]Dec 17, 2012 - 2.2 [/B]and add on under downloads
- added full functional advanced power menu
[B]Dec 16, 2012 - 2.1[/B]
- fixed sleep of death/random reboots
- added Android keyboard
- Much, much more coming soon.
[B]Dec 16, 2012 - 2.0[/B]
- [B]Beta. XXBLK2 4.1.1 UK firmware[/B]
- Root
-deodex
- other normal goodies
- Random reboots... Looking in to it.
[B]
Nov 6, 2012[/B]
- Public release
New listing to publicly show my thanks to those who have
donated to my daughter's diaper fund! You guys Rock!
I do not have a full list at this time so please shot me a PM so I can
add those who have donated that aren't listed. Thanks and sorry.
Also if you would like to remain anonymous and have your name removed.​
Infamous Supporters:
Kgirl*
dodgefan67
CLONE217
Jonathanpeyton
lmarranzino*
watcherlein
PookiePrancer
djmatt604 <- Infamous Developers Team member!
costa0212
player90247
Specialp
Sugartibbs
ucquality
Phoneguy589
babyfaceboy
CLONE217
DRSdroid
JSNMDRS
jangst123
​
Code:
Broken:
Found a bug?
[URL="http://forum.xda-developers.com/showthread.php?t=1726238"]Pull a log to help me help you[/URL]
Team Infamous:
Jamison904
DJMatt604
Shnn2011
Jookdakang23
BlesstheAttack
​
​

			
				
Infamous Gnote v2.7
Infamous Gnote v2.6
Outdate on Goo
Link to the folder with fixed // removed apk's
​
saved....
saved. . . . .. .
Awesome!
Sent from my GT-N8010 using xda app-developers app
Welcome to the Note 10.1 party. You are very much needed. Wish you the best of luck with your rom. I dont have the wifi only so i cant test it
But on my 3 last devices you have developed so i know and have used your work before. Once again welcome.
I might play with the N8000. Got a link to the firmware? Willing to test? And thanks buddy
Good to see another dev here and support the 8013.
Sent from my SCH-I535 using Tapatalk 2
Jamison904 said:
I might play with the N8000. Got a link to the firmware? Willing to test? And thanks buddy
Click to expand...
Click to collapse
I have tested before for some devs. RGUI, Omega, Simplistic Rom so i know the amount of work that goes in to it, and the amount of work that goes in to build the roms. I could help to test some in the beginning but i have a hard time to stay on it. Im in university and we have alot of work. But i would be glad to help in the beginning so we get the rom going. Heres a link for N8000 firmwares http://samsung-updates.com/device/?id=GT-N8000 the newest is LI5 but i dont know if it has all the locales. I tried the thai region one and it was strictly Asia and english locales, dont know about Australia firmware. But LI4 has all the usual languages and its not much older. About 10 days older.
So if you decide to play around and need help, PM me.
pimpmaneaton said:
Good to see another dev here and support the 8013.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
Thanks for your work buddy! Was the first ROM I used on the Gnote personally. You figure out where that damn screen saver is so we can remove it to save room?
Sent from my dark hole called an office.
hi Jamison
thanks for this rom
flash on n8000, and nice working
please add arabic and farsi language in samsung keyboard on next version
or tell me how to add
best regards
Running it and very smooth so far. Do I need to run anything in emulator to activate supercharger and ka kernalizer or are those automatically implemented? Thanks.
Sweet boot animation.
Sent from my GT-N8013 using Tapatalk 2
nader1450 said:
hi Jamison
thanks for this rom
flash on n8000, and nice working
please add arabic and farsi language in samsung keyboard on next version
or tell me how to add
best regards
Click to expand...
Click to collapse
Honestly never tried, but I will read up on it and will add support. Thanks!
situman said:
Running it and very smooth so far. Do I need to run anything in emulator to activate supercharger and ka kernalizer or are those automatically implemented? Thanks.
Click to expand...
Click to collapse
It automatically runs on boot but I also included it and a few other scripts in system/xbin/scripts. This way you can tweak to your liking.
lm that guy said:
Sweet boot animation.
Sent from my GT-N8013 using Tapatalk 2
Click to expand...
Click to collapse
I have been enjoying it myself. Another senior memeber from the original 10.1 tab made it. I only tweaked it to work for us. When I get time later I am going to give him credit and a link to his thread.
Sent from my dark hole called an office.
Jamison904 said:
Honestly never tried, but I will read up on it and will add support. Thanks!
It automatically runs on boot but I also included it and a few other scripts in system/xbin/scripts. This way you can tweak to your liking.
I have been enjoying it myself. Another senior memeber from the original 10.1 tab made it. I only tweaked it to work for us. When I get time later I am going to give him credit and a link to his thread.
Sent from my dark hole called an office.
Click to expand...
Click to collapse
Nice no wonder its so smooth right off the bat.
The tweaks mentioned in the OP. Are these automatically applied or must the user initiate them?
Sent from my GT-N8013 using Tapatalk 2
Thanks for the ROM. Glad to see a 3rd ROM for our beloved 8013!
Also, forgive me if I missed it, but what bloat was removed? Thanks.
Best of luck with this one!
mitchellvii said:
The tweaks mentioned in the OP. Are these automatically applied or must the user initiate them?
Sent from my GT-N8013 using Tapatalk 2
Click to expand...
Click to collapse
They run on each boot. I did included them under system/xbin/scripts so you can tweak to your likeing. Just use scripter from the market and run as root.
blud7 said:
Thanks for the ROM. Glad to see a 3rd ROM for our beloved 8013!
Also, forgive me if I missed it, but what bloat was removed? Thanks.
Best of luck with this one!
Click to expand...
Click to collapse
Thanks buddy. I dont have a list but when I get a chance I will put one together and add it to the OP.
Sent from my dark hole called an office.
Hey thank you very much for your Rom.
If the uptade to Jelly Bean is ready I'll five it a try, looks very interesting,
is it possible that you could integrate PDroid into your Rom?

[ROM][AOSP] Jelly Bean 4.2.1 [JOP40D][Dec 15,2012][Codename newcomer]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hello Nexus S'ians
I'm here attempting to compile Jelly Bean 4.2.1 Build JOP40D from Android Open Source Project (AOSP). This thread is created to provide you people with the change logs, downloads, Instructions, bug submissions and development updates. So, kindly take over your ROM discussions to the Discussion thread under General Section, no appreciation posts or discussions are accepted here. If you like to appreciate, please press the THANKS button instead. Proceeding now towards the main content of this ROM. :angel:
Disclaimer
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I'm 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 us for messing up your device, we will laugh at you.
*/
General Info & Introduction
Android Open Source Project: Or in short AOSP. Android is an open-source software stack created for mobile phones and other devices. The Android Open Source Project (AOSP), led by Google, is tasked with the maintenance and further development of Android. Many device manufacturers have brought to market devices running Android, and they are readibly available around the world.
Rooting: Android rooting is the process of allowing users of smartphones, tablets, and other devices running the Android mobile operating system to attain privileged control (known as "root access") within Android's subsystem. Rooting is often performed with the goal of overcoming limitations that carriers and hardware manufacturers put on some devices, resulting in the ability to alter or replace system applications and settings, run specialized apps that require administrator-level permissions, or perform other operations that are otherwise inaccessible to a normal Android user.
Fully Functional Features:
RIL (Calls, data and texts)
Wifi
Bluetooth
Touch UI
Contacts
Browser
Lockscreen
Settings
Notification drawer and toggles
Gallery
Camera
Quick Toggles
Click to expand...
Click to collapse
NOTE: This ROM is now not pre rooted, the root support has been removed. If you will to root, download the SuperSU package too and flash it after flashing the ROM and Gapps zip packages successfully.
Change logs
Dec 10, 2012
Fixed Settings storage force close
Fixed Lockscreen clock cut (misplaced clock)
Fixed lag while launching an app
Dec 12, 2012 [Codename: newcomer]
Fixed Daydream FC
Added Rotation to Quick Toggles
Quick Settings: Make Wifi and Bluetooth Turn on and off. Short press turns on and off, long press goes to settings service
Implemented Darkone Kernel
Added HSPA Support
ARM TARGET_GCC_VERSION Change 4.6 to 4.7
Dec 15, 2012 [Codename: newcomer]
Fix for save_postview changes - Cyanogenmod
Add 3way reboot and screenshot options to power menu
Support HWA (I'm stupid)
Increase media volume threshold from 15 to 30
Added missing application
Click to expand...
Click to collapse
Instructions to Install
Download the latest ROM zip and Gapps from the download tabs above.
Connect your Nexus S into USB Storage mode to the PC via USB data cable.
Drag the downloaded two zips to the root of your storage (and not in any folder).
Power off the device, press volume up + power buttons altogether until you see the bootloader mode. Now use the volume buttons to highlight "Recovery" and select it using power button.
You are now in Recovery mode.
If you are flashing this ROM for the first time (coming from another ROM): wipe /data (factory reset) and /system
If you are updating this ROM (coming from previously installed version of this ROM): wipe /cache
"Install zip from sdcard" > "choose zip from sdcard" > select the ROM zip and press "Yes" to flash.
Follow the above step again to flash the Gapps.
When all is done, select "reboot system now".
Click to expand...
Click to collapse
Want to report a bug? Read this first!
The below stated format shall be strictly followed to report any bug related to this specific ROM. Make sure that you have not overclocked over the provided CPU frequency and also that you are not running any custom kernels. Such bugs will be subjected to ignorance
Bug submission should majorly be done at the Bug Tracker.
Build Date / Release version: Eg. Dec 10, 2012
Bug Description: Describe the bug in English and as in-depth as possible.
How to reproduce the bug: Describe the instructions to reproduce your bug, so that I can confirm that its universal
Logcat: A logcat is considered very necessary during a bug report and will help me solve the bug at a fast rate. So, provide a logcat to your bug if possible.
Click to expand...
Click to collapse
Big Thanks
DJBhardwaj : Many helps
Credits & Thanksgiving
Google: For Android Origin
CyanogenMod: For its resources and brilliance
Greenblue: For providing an helping hand
eddy_nugroz: For reporting the bugs
ok will try
Thanks :good:
hello !!! nice i want to try this !!! can you upload to different link please ?
leap_ahead said:
hello !!! nice i want to try this !!! can you upload to different link please ?
Click to expand...
Click to collapse
now im uploading mirror
Please wait a little
Only English , or even Italian language?
lukappaseidue said:
Only English , or even Italian language?
Click to expand...
Click to collapse
Support almost all languages​​.:fingers-crossed:
leap_ahead said:
hello !!! nice i want to try this !!! can you upload to different link please ?
Click to expand...
Click to collapse
New link
http://www.mediafire.com/?e1b73zjrds6mpb4
- setting storage FC
- lockscreen clock cut
-.....
same as JB 4.2.1 build other
look here guide to fix that http://forum.xda-developers.com/showthread.php?t=2001684
eddy_nugroz said:
- setting storage FC
- lockscreen clock cut
-.....
same as JB 4.2.1 build other
look here guide to fix that http://forum.xda-developers.com/showthread.php?t=2001684
Click to expand...
Click to collapse
Thx to help
i will fix soon
Have a great day :good:
bluetooth prevent deep sleep ...
leap_ahead said:
bluetooth prevent deep sleep ...
Click to expand...
Click to collapse
Error fixed
Thx :fingers-crossed:
leap_ahead said:
bluetooth prevent deep sleep ...
Click to expand...
Click to collapse
1. Fix bluetooth deep sleep
2. Settings storage fc fix
3. lockscreen clock cut fix
4. Remove lag when launching an app
Thx to report
new link ?
leap_ahead said:
new link ?
Click to expand...
Click to collapse
http://www.mediafire.com/?6uo66l7a7bzo9pk
htchoi5609 said:
1. Fix bluetooth deep sleep
2. Settings storage fc fix
3. lockscreen clock cut fix
4. Remove lag when launching an app
Thx to report
Click to expand...
Click to collapse
Check greenblue info/ROM thread. He can help you fix some issues.
Sent from SpeedMachine i9023
What is the difference between your ROM and Xylon port ? I found your name in both ...
Good job mate, downloading as I write. Keep up
Sent from my Nexus S using Tapatalk 2
He is our team
Thx have a great day
htchoi5609 said:
Thx have a great day
Click to expand...
Click to collapse
Have a look at your PM Inbox my friend
Sent from my Nexus S using Tapatalk 2

[DEV][WIP][ROM][UNOFFICIAL] Android 4.2.2 CM10.1 - Nightly 20130509

CyanogenMod is a free, community built distribution of Android 4.2 (Jelly Bean) which greatly extends the capabilities of your phone.
! Remember: ROM in alpha stage. Not ask for ETA or for date of new build. Try to minimize spam on DEV thead
General Thead here
I and Rohan develop 4.2.1 CM10.1 for you... Now it boots... Other detales post soon.
http://www.youtube.com/watch?v=rZ-QJmTBnU4
What working:
-Boot
-Display and touch screen (with multi touch)
-Wi-Fi
-Camera
-HW
-Bluetooth
-RIL
-GPS & Network Location
-ADB
-USB Mass Storage
-SD Card
-Sound
-Wi-fi tethering
-USB tethering
-Video playback. OMX now fixed.
What not working (for now, maybe fix soon):
-Small bugs only.
DOWNLOAD (WARRING, ITS FOR DEVELOPER PREWIEV ONLY!) :
Download last build
Gapps inside on ROM!
Code:
People who made this possible:
- AntiBillOS
* WaylandAce
* TheWhisp
* rohan007
* michie
* hrk
* erikcas
* bieltv3
* tilal6991
* KonstaT
* CyanogenMod team
Code:
Source:
[URL="http://github.com/TheWhisp/android_kernel_samsung_msm7x27/"]Samsung MSM7x27 kernel source[/URL]
[URL="https://github.com/AntiBillOS/android_device_samsung_tass"]Samsung GT-S5570 Galaxy Mini device tree[/URL]
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
GAPPS for 4.2.1:
Gapps_4.2.1
Kernel Thread: Kernel
CHANGELOG
- Nightly 20130105
Updates AndroidArmv6 and CyanogenMod
-Fixed bookmark sync
-Native Wi-fi tether
-More fixes (cant write all of it)
- Nightly 20130105
-Camera: crash fixes
-OMX Fix (Thanks to Gangster41)
Source updates
-Minor bug fixes
http://www.techgeekal.com/2012/12/28/cyanogenmod-10-1-jellybean-4-2-1-for-galaxy-minipop-gt-s5570/
Support Post
THE GENERAL TALK / HELP THREAD / DISCUSSION / CM 10.1
READ THIS FIRST, THEN PROCEED FURTHER
If any of the users post any question that is mentioned in this FAQ post, u r post will be reported to mod's. So this is strictly for developers, people who can contribute for projects, curious-freaks [like me ] only.
This ROM is not for u =
1. if u keep bi*tching about in the thread and post fix this and fix that.
2. if u feel, this ROM will make u look cool among ur buddie's.
Dev's are really trying hard to run an elephant on a tight rope with a unicycle, here so as to talk in a figure of speech .
So let them do their stuff, and wat our stuff to do is ? Just test and report bugs only.
Another small but important thing is, I know we all are very happy, excited to use CM 10.1 on our device, but understand, we have very less/cheap hardware to hardly run ICS 4.0+ on our device, but these good people are making run not just Android 4.2.1 but the CyanogenMod version of it, which is quite heavy to run on devices, which is difficult to run on big/good phones like Galaxy S.
So =
1. Be patient
2. Dont post useless stuff. Dev's already know more than u do.
3. Dont spam thread by posting "thanks and etc"
If u really wanna help them, press the thanks buttons and leave
So lets begin on a good note and Wish the Dev's a very gud luck
Hello All
This Post contains =
1. Flashing Instructions
2. Tutorials
3. All the future mod's for this ROM by me and other users :good:
4. Any Performance packages
5. Any Theme's
6. And other miscellaneous stuff
7. Link to Lite-GAPPS [SEE POST #5]
==================================================
FLASHING INSTRUCTIONS
1. Download the ROM from above post #1
2. Put it on ur SD-Card
3. Boot into recovery
4. Wipe data
5. Wipe cache
6. Install zip from sd-card
7. Wait till the ROM flashes
8. Wipe data again
9. Wipe cache again
10. Wipe dalvik cache
11. Wipe battery stat's [optional, quick battery callibration]
==================================================
TUTORIALS
1. How to LOGCAT and help Dev's fix bugs =
A simple/basic/noob friendly tutorial for grabbing a logcat...i know there are many tut's on xda, but its simple to see here.
So here goes =
1. install android SDK [www.android.com]
note = if u want to use apktool and other smali-backsmali tools, u need to install the API packages too
[Different Package
GB = API 10
ICS till 4.0.4 = API 14, 15
JB 4.1.2 = API 16
JB 4.2 and above = API 17 and above].
2. install java JRE [java official website]
3. java SDK [java official website]
note = java 6 or 7...anything is ok
4. then open command prompt
5. u should know the path of ur sdk, where u installed it.
example my path is =
C:\android\platform-tools
so in the platform-tools directory, the adb, fastboot and logcat and other applications are located...so finally u need to browse to that path through cmd on ur pc
6. then while in the path type this =
adb devices
7. the above command gives u the list of devices attached.
8. its basic and very important to enable android debugging in ur phone before doin all this.
9. then type this
adb logcat
or
adb locat > logcat.txt
10. adb logcat generates a live session of logcat in cmd prompt itself.
and second command generates a remote logcat to a text file called logcat. U can name it watever u want, like for example, if the problem is phone app is force close, then instead of logcat, type phoneFC.txt.
This text file will be located in ur platform-tools folder.
11. so if u want to report about a force close, just simulate the problem of force close when the logcat command is running and ur phone is connected to pc
12. then simply attach it here for debugging and fixing purposes
Gud luck
2. Some basic ADB Commands
Code:
[b]adb devices = shows the list of devices attached
adb root = adb gains the root access to ur device
adb remount = remounts the system partition for development/modding purposes
adb pull <remote> <local> = for pulling apk's from android system to our pc
adb push <local> <remote> = for pushing apk's into android system from pc
adb install apkname.apk = installs an app via adb to /data/app partition
adb reboot = command to reboot device using adb
adb reboot recovery = command to reboot device into recovery mode using adb
adb logcat > logcat.txt = command to produce a logcat
Source : here
Credits : Me and Google
==================================================
ADD-ON'S
1. Performance package/V6 SuperCharged Tweak = HERE
2. App2sd/S2E memory increasing scripts = currently N/A
3. Adrenaline Engine = HERE
4. SoftKeys/Tablet Tweaks
HERE FOR LOCKSCREEN ROTATION + NAVBAR
HERE FOR ONLY LOCKSCREEN ROTATION[/B]
FOR REVERTING TO ORIGINAL ROM STATUS, JUST FLASH THE CM10.1 ROM ZIP FILE =
Code:
WIPE CACHE
WIPE DALVIK CACHE
REBOOT
=================================================
THEME'S
For CM 10.1 Theme's = Visit Theme Corner
=========================================
MORE TO COME
Tiny Google Apps
Code:
This is a tiny flashbale ZIP for CWM, which provides full GApps with one important feature: Google Play
No manually /system mount is needed :D (sry, but i rewritten the updater Script/Binary
AND no, this wont brick your device!
Code:
[B]Android:[/B] 4.2.1
[B]Version:[/B] CyanogenMod 10.1.x
[B]MD5-Sum:[/B] b8e99330c764b9e4ead2cb1e98f09175
[B]Size:[/B] ~14,5 mb
[URL="http://www.mediafire.com/?88dhuj4q5rfdf1z"][B]DOWNLOAD[/B][/URL]
OldDroid said:
*last reserved xD
ehm hey can you help me with 4.2.1 kernel for gio?
Click to expand...
Click to collapse
what help do u need??
BTW i had talked to erik and he said he would release a cm10.1 for gio in a week or so,he is a bit busy at the moment
---------- Post added at 10:34 PM ---------- Previous post was at 10:23 PM ----------
Screenshots uploaded in second post, video in first post
one thing... all features of 4.2 are working? (except photosphere, obviously) lockscreen widgets, new keyboard...
sorry,screen dont work but...good work your is a great dev.....link for the gapps?
i'm create thred in androidiani forum it may be of help and of course I put you in the credits
androidiano72 said:
sorry,screen dont work but...good work your is a great dev.....link for the gapps?
i'm create thred in androidiani forum it may be of help and of course I put you in the credits
Click to expand...
Click to collapse
try searching here...link
dont know about lite gapps but u can make it urself, if u know wat u use frequently :good:
A_U said:
try searching here...link
dont know about lite gapps but u can make it urself, if u know wat u use frequently :good:
Click to expand...
Click to collapse
thanks!!! but is 90 mb
androidiano72 said:
thanks!!! but is 90 mb
Click to expand...
Click to collapse
thats wat..delete unnecessary stuff by using wirar or 7zip
i or chemicalrage will put a link to lite one soon...
Is butter working? Anyway, excellent job, man. Have bene waitin' it for such a long time!
Inviato dal mio Transformer usando XDA Premium HD app
A_U said:
thats wat..delete unnecessary stuff by using wirar or 7zip
i or chemicalrage will put a link to lite one soon...
Click to expand...
Click to collapse
i'm try in succes case I post the lite gapps
How free space do you guys get in /system?
Sent from my GT-S5570 using xda app-developers app
gabrielking9 said:
How free space do you guys get in /system?
Sent from my GT-S5570 using xda app-developers app
Click to expand...
Click to collapse
~47mb
Sent from my HTC Desire V using xda app-developers app
---------- Post added at 04:11 AM ---------- Previous post was at 03:51 AM ----------
I have made gapps to about ~27mb
If u want it, I will post it later..
Sent from my HTC Desire V using xda app-developers app
rohan007 said:
~47mb
Sent from my HTC Desire V using xda app-developers app
---------- Post added at 04:11 AM ---------- Previous post was at 03:51 AM ----------
I have made gapps to about ~27mb
If u want it, I will post it later..
Sent from my HTC Desire V using xda app-developers app
Click to expand...
Click to collapse
47MB with removed apps and others things?
Sent from my GT-S5570 using xda app-developers app
47 mb is the amount of free space on currently released build, it just doesnt include gapps.. rest all is included
Sent from my HTC Desire V using xda app-developers app
rohan007 said:
47 mb is the amount of free space on currently released build, it just doesnt include gapps.. rest all is included
Sent from my HTC Desire V using xda app-developers app
Click to expand...
Click to collapse
In some weeks Cm team will put a lot of things that will need to delete a lot apps and fonts to free up space.
Sent from my GT-S5570 using xda app-developers app
yackovsky said:
one thing... all features of 4.2 are working? (except photosphere, obviously) lockscreen widgets, new keyboard...
Click to expand...
Click to collapse
Lockscreen widgets work.. New keyboard swipes but swipe word doesn't come
Can anyone resize lockscreen widgets? The clock seems to hide on unlocking..
Sent from my HTC Desire V using xda app-developers app
provided my tiny gapps in 4nd post i think xD

[ROM][JB]SanDroid Extreme v1.1.0 [4.1.2][XXLT4][NEW UPDATE FIX] [SUPERB ROM][w/ OTA]

HELLO XDA TEAMS!
WELCOME TO MY
********SanDroid Extreme v1.0********
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CREDITS:​
Soloilmeglio -- Modded SecLauncher2
Xperiacle -- For his Mods and TUT's
Warnahly -- For the S4 and Note 8 Apps
Zai89 -- For the first one to give me permission to use his MODs
zeppelinrox -- For The Major Tweaks Link to his Thread
Philz -- For the Kernel Philz Touch Thread
not-i -- For the SNote and other MODS
maskerwsk -- For the XposeInstaller and Apps
dark_knight35 & fcortes626 -- For some build.prop tweaks
Umbrella Android -- For the Bravia Engine Pro 2
ROM Details:​
Based of latest XXLT4 firmware (Dated April 2013 release) *NEW*
XXLT3 Baseband *NEW*
Latest Official Philz Kernel (LT4 Base) *NEW* Philz Touch Thread
Latest SuperSU and BusyBox
De-odexed
Zip aligned
init.d support
Ink effect (Multi-Color Chooser) (Also Integrated into the System)
S4 Icons on some App (e.g. Camera, Messaging, Clock, Gallery etc.)
S4 System Default Wallpaper Integration (Moded by Me) "NEW"
S4 Wallpapers in Wallpaper Chooser App
S4 Transparent Status Bar with Green Circle Batt Indicator
S4 Sounds (Fully System Integrated)
S4 Semi-Transparent Weather App
S4 S-Health App Inlcluded
SMS Hack And Log Removal
SecLauncher2 Features 270 Degrees Rotation & Wallpaper Scrolling (Moded by Me) *NEW*
Latest Bravia Engine Pro 2 ( Xperia Z Engine) *NEW*
Airview Enabled (GN-II Airview features Available)
4-way Reboot
LockScreen Shortcuts Enabled
Smart Rotation Enable
Smart Stay Enabled
Large init.d Tweaks
Added build.prop Tweaks
Added Battery Efficiency Tweaks
Mobile Data and Wifi Speed Tweak
Signal Tweak
And More I Just Forgot.....
DOWNLOAD HERE:
Click to expand...
Click to collapse
PAN BAIDU LINK:Download or Click Here
DROP BOX LINK:Download or Click Here
ANDROID FILEHOST LINK:Download or Click Here
DISCLAIMER:
Click to expand...
Click to collapse
By Flashing this ROM, you totally agree that the creator of this ROM will not be held responsible if there is anything happened in your phone. The Custom Firmware has been tested and reviewed lot of times to ensure that it is working before it is made available to the public. The creator together with other knowledgeable people here in XDA will provide support but only according to their will and judgement. So we take no responsibility if your phone got bricked.
Click to expand...
Click to collapse
HOW TO FLASH THIS ROM​
Click to expand...
Click to collapse
Make Sure that you BACK-UP first all your files before proceeding.
If your phone is already rooted and installed with Philz Touch for XXLT4 or earlier one,
then you may proceed with the next instruction.
b.) If NOT then click this Philz Touch Thread and following Philz's Instruction how to flash his modded kernel.
After rooting and installing Philz Touch reboot phone into recovery (You may Hold Volume Up + Menu + Power Button
In recovery first do a NANDROID BACKUP before wiping
Wipe Data and Factory Reset (Choose option 2 to wipe everything (etc. preload and system)
After Wiping, Tap Install zip from sd, then locate the file (SanDroid Extreme I)
After the Installation, reboot system and let it boot. (Booting time will take a while)
Setup the Phone and Enjoy !!:fingers-crossed::fingers-crossed:
Notes:
After the Installation, Let the system run for a while since the Phone is adjusting to its new system files and settings.
You may experience lags at first but it will vanish as soon as the System has adjusted.
If you experience any boot loops then Send a PM to me or you may post it here.
ROM's content are Open Source but please respect the devs that work hard to make it available, so if you are planning to copy
and port it into your ROM then just please let us know.
Don't forget to Hit THANKS BUTTON! (or Donate to Me if You want to...)
Click to expand...
Click to collapse
GUIDE TO ENABLE SUPERCHARGER SCRIPT BY ZEPPELINROX v6 SSCharger Thread
Click to expand...
Click to collapse
Install Script Manager
Open Script Manager and grant SuperUser Access
Tap on Menu > Advanced Options > Config
Scroll down until you see Browse as Root
Tap on it and press the back button to save
Once again grant Script Manager SuperUser Access to save config
Exit Script Manager
Open Script Manager and browse for V6SuperCharger.pdf (Located in the /system/xbin folder of my ROM)
Tap on it and set properties to:
Favorites (Star Icon)
Root (Green Android Skull Icon)
After setting properties, tap on Run to execute the script installer
When executed, it will do initial test, be patient and wait for it to complete its tasks
Then choose what combination of tweaks do you want.(Make sure to follow the instructions and read carefully.)
Click to expand...
Click to collapse
BUGS:
1.) Snote Widget might not Fit in the Screen (Will post a flashable zip file if found any fix)
Click to expand...
Click to collapse
if you found a bug after the release then don't hesitate to tell me. Or any suggestion is open for discussion.
Thank you xda.
Click to expand...
Click to collapse
OFFICIAL SCREENSHOTS BELOW:
Click to expand...
Click to collapse
Other Updates Belongs Here
NEWS AND UPDATES
Click to expand...
Click to collapse
SanDroid Extreme Updater:
Click to expand...
Click to collapse
Details: This is an OTA updater android application that will allow
ROM Developers to provide OTA updates for the users.
Download it Below:
Click to expand...
Click to collapse
SanDroid OTA Updater Link
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
OTA Update Center​
Version 1.1.0 (ONLINE)
Changelogs:
VideoPlayer glitch Fixed (Hoping)
Horizontal Calibration MOD Added
Clock Replaced (Widget Fixed)
Accuweather More Transparent (75%)
SecSettings Updated (w/ OTA)
Ink Effect Chooser Fixed (MultiColor)
Yahoo Added
AC!D Sound Mod Added
Init.d Tweaks Replaced
SpellChecker Service (Done)
Google Keyboard 4.2
Modded Restart Menu
OTA Updater Hidden in Menu
FlashPlayer Included
And More I Forgot
Download Link: ---------->>>>> SourceForge Link
Yea ! One more new rom
Reserved
reserved
I doesn't understand this:
Future Works/Still Working:
Smart Rotation enable
Ink effect (multi-color chooser)
S4 wallpapers integration
S4 sounds
S4 transparent status bar
S4 weather app and widget
Lockscreen shortcuts
Airview for gallery, video, note and etc..
Sms hack
3g connection tweaks
Wifi connection tweaks
Super battery saving tweaks
Some init.d tweaks
Some build.prop tweaks (e.g pimp my rom tweaks)
this is working, or future work?
That is on the process of my work of version 1.. Sorry for the typographical error. I'll edit it. Thanks by the way.
Good work man, thanks for this ROM, good luck with your work :good:
Welcome to develolment forum mate. We can taste another Rom..
Sent from my GT-N7000 using xda premium
Thank You Every One
mjrifath said:
Welcome to develolment forum mate. We can taste another Rom..
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
jonatasneves13 said:
Good work man, thanks for this ROM, good luck with your work :good:
Click to expand...
Click to collapse
Additional Features:
Running Philz Kernel XXLT4 CWM
Added SecLauncher Rotation
Some MODs and Tweaks from other XDA Devs
More to come... Maybe later this afternoon I will finish this project. "HOPEFULLY'.
Links will be posted after thorough testing.
Waiting for download link.... :thumbup:
Sent from my GT-N7000 using xda premium
Here is the latest screen shot of LT4 using LT3 Modem..
The ROM behaves well so maybe this evening or tommorow morning I'll be posting the link.
Sent from my GT-N7000 using xda premium
confirmed released is tomorrow morning.
can't wait to see how it goes with your note.
mac20dnangel said:
confirmed released is tomorrow morning.
can't wait to see how it goes with your note.
Click to expand...
Click to collapse
:laugh:thanks and wait...: )
Does SanDroid have snote fully working like note2? Permanently remove sms from phone log?
Sent from my GT-I9100 using xda app-developers app
Latest Philz Kernel v 4.93 (LT4 Base) *NEW*
Click to expand...
Click to collapse
from where do you get this?
Looking forward to this,me being a cabby,I stream web radio throughout the night,so I welcome any mobile data tweaks which will help buffering problems.
nice job chief
i will sure try it when link is available
zai89 said:
from where do you get this?
Click to expand...
Click to collapse
if you search on the thread of kernel philz.. you found
jonatasneves13 said:
if you search on the thread of kernel philz.. you found
Click to expand...
Click to collapse
And if you search, you will found this..
Klementiy said:
(!) EMMC_CAP_ERASE is missing in this kernel and it is possible that during the wipe data on this kernel you can get a brick
Click to expand...
Click to collapse
jonatasneves13 said:
if you search on the thread of kernel philz.. you found
Click to expand...
Click to collapse
If you read about it (or at least zai's quote) you'll find why this should be called an idiot kernel.
But no: reading and understanding is not important if you "develop" your own Roms. If something's wrong call it "impossible".

Categories

Resources