TWEAK | STABLE | Reincarnation Engine v.4 | The Most Minimal Script | 26/05/2014 - Galaxy Y GT-S5360 Android Development

WELCOME
please smile for a while before read this thread
{
"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"
}
In here you will get answer of your expectations
Stability , Less lags, Great battery life, No placebo tweak = Balance performance of your ANDROID
99,9999999999999999999 % FOR ALL ANDROID DEVICES
-------------------------------------------------------------------------------------------------------------------​
Thread navigation
1. Basic information
2. Requirement, How this engine work, Changelog, Download ( read carefully )
3. Feddback
Code:
[B]#include
/*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*/[/B]
Some references
mxt224_ts_input.idc ( usr/idc ) is touchscreen module, and different device different name of module
mot.proximity.delay=25 ( Build.prop ) tweak for motorola devices, if you included on samsung devices, it useless and also may make your samsung Unstable
About I/O Scheduler, Different kernel different features
Code:
echo "2" > $i/queue/iosched/lp_read_quantum;
echo "2" > $i/queue/iosched/lp_swrite_quantum;
echo "5" > $i/queue/iosched/read_idle;
echo "15" > $i/queue/iosched/read_idle_freq;
About minfree
Code:
[B]FOREGROUND_APP[/B]
This is the process running the current foreground app. We'd really
rather not kill it! Value set in system/rootdir/init.rc on startup.
[B]VISIBLE_APP[/B]
This is a process only hosting activities that are visible to the
user, so we'd prefer they don't disappear. Value set in
system/rootdir/init.rc on startup.
[B]SECONDARY_SERVER[/B]
This is a process holding a secondary server -- killing it will not
have much of an impact as far as the user is concerned. Value set in
system/rootdir/init.rc on startup.
[B]HIDDEN_APP[/B]
This is a process only hosting activities that are not visible,
so it can be killed without any disruption. Value set in
system/rootdir/init.rc on startup.
[B]CONTENT_PROVIDER[/B]
This is a process with a content provider that does not have any clients
attached to it. If it did have any clients, its adjustment would be the
one for the highest-priority of those processes.
[B]EMPTY_APP[/B]
This is a process without anything currently running in it. Definitely
the first to go! Value set in system/rootdir/init.rc on startup.
This value is initalized in the constructor, careful when refering to
this static variable externally.
About VM tweak
Code:
[B]dirty_background_ratio[/B]
Contains, as a percentage of total system memory, the number of pages at which
the pdflush background writeback daemon will start writing out dirty data.
[B]dirty_ratio[/B]
Contains, as a percentage of total system memory, the number of pages at which
a process which is generating disk writes will itself start writing out dirty
data.
[B]dirty_expire_centisecs[/B]
This tunable is used to define when dirty data is old enough to be eligible
for writeout by the pdflush daemons. It is expressed in 100'ths of a second.
Data which has been dirty in-memory for longer than this interval will be
written out next time a pdflush daemon wakes up.
[B]dirty_writeback_centisecs[/B]
The pdflush writeback daemons will periodically wake up and write `old' data
out to disk. This tunable expresses the interval between those wakeups, in
100'ths of a second.
Setting this to zero disables periodic writeback altogether.
[B]min_free_kbytes:[/B]
This is used to force the Linux VM to keep a minimum number
of kilobytes free. The VM uses this number to compute a
watermark[WMARK_MIN] value for each lowmem zone in the system.
Each lowmem zone gets a number of reserved free pages based
proportionally on its size.
Some minimal amount of memory is needed to satisfy PF_MEMALLOC
allocations; if you set this to lower than 1024KB, your system will
become subtly broken, and prone to deadlock under high loads.
Setting this too high will OOM your machine instantly.
Main goal of this engine
> Only use most important tweak
Some limit from Google or manufacturer must have a reason.
> Will make the Real Universal Script = No placebo tweak.
> Will balancing your Android performance
> Low Memory Killer Script can affected on all ROM, dont worry if you run on CM9, CM10, CM11, AOKP, Low Memory Killer values really adjusted on Android 4.x above even on CyanogenMod, AOKP and other
Scripts include in this engine
> New script on RAM management,
> Read and Write speed tweak
> Dalvik Virtual Memory tweak
> Clean up Junk files every boot
> I/O tweak ( no scheduler tweaked )
> Network tweak
> Zipalign tweak
> SQ lite database optimized
Tested on
> Samsung Galaxy Ace = Stock 2.3.6, CM7, CM9.0, CM9.1, CM9.2, AOKP ICS, CM10.1, CM10.2, AOKP JB, CM11.
> Samsung Galaxy Ace-i = Stock 2.3.6, CM7
> Samsung Galaxy Gio = Stock 2.3.6, CM7, CM9.0, CM9.1, CM9.2, CM10.1, CM10.2, CM11.
> Samsung Galaxy Young = Stock 2.3.6, CM7
> Samsung Galaxy Tab 2.7 = 4.4.2
> Sony Xperia M = Stock 4.1.2
> Hi Sense Chinese phone (AndroMax) = Stock 4.0.4, Stock 4.1.2
> Huawei Ascend = Stock 4.1.2
> Alcatel Idol Mini 6012X = Stock 4.2.2
> Samsung Galaxy pocket = CM7
> Motorola Defy = CM11
> Xperia SP
Credits and Big thanks
ImbaWind
slaid480
zeppelinrox
Juwe11
pikachu01
darky
ivcha90
Code:
[B]#NOTE :
/*
*
* for ROM developers,
* you can include this script to your ROM
* but PM me first before you publish your ROM,
* add direct link to this thread in your ROM thread
*
*
* for all people,
* dont mirror download link,
* add direct link to this thread if you want share in other forums,
*
*/[/B]
XDA:Thread Information
TWEAK | STABLE | Reincarnation Engine v.4 | The Most Minimal Script | 30/03/2014, a Tweak for all android devices
Version Information
Status: Stable
Current Stable Version: v.4
Stable Release Date: 2014-05-26
Last Updated 2014-05-26

Requirement, How this engine work, Changelog, Download
Requirement
> All android devices with 2.3 - 4.4.2 OS version
> Rooted
> ROM with init.d support
ROM with custom kernel or CyanogenMod already support init.d but
if you run on stock kernel or stock rom, just download and install this from Playstore
Busybox https://play.google.com/store/apps/details?id=stericson.busybox
Universal init.d https://play.google.com/store/apps/details?id=com.androguide.universal.init.d
> Clean ROM / No Tweaks included
How this engine work
> Reincarnation Engine will try to clean your ROM, mean will delete other tweak.. but still i guess to clean your ROM manually.
> Build.prop tweak delete same line which will tweaked.. But your original build.prop will backuped to folder sdcard/Reincarnation_Engine
Changelog
Code:
[B]26/02/2014 v1[/B]
> First public release on XDA
> file included in init.d, 99reincarnation_engine and zipalign
[B]05/03/2014 v2[/B]
> Added [B]magic_buildprop.sh[/B],
this script will tweaked your build.prop
and delete the same line automatically
also will make clean your rom, delete old tweak which will conflicted,
but may not perfectly so i guess you to manually clean your ROM
> Some Read and Write values changed to 2048
> Added and changed Dalvik VM Tweak values
> File [B]zipalign[/B] renamed to 99darky_zipalign
> Added smoothnes tweak
> Flashable zip to tweak CyanogenMod from Build.prop added
[B]11/03/2014 v3 RC1[/B]
> First Release Candidate for Daily use
> Added forgot tweak for JB 4.1 and 4.3
> Added sqlite database optimized script
> Change some VM Values
[B]30/03/2014 v4 Stable[/B]
> Stable version for Daily use
> Fixe lag for gaming
> Reduces lag when opening apps
> Some values changed again
> Fix wifi tether problem on some devices
> Build.prop tweak on different package, separated from Engine
and build.prop tweak will backup your old build.prop to
sd card/Reincarnation_Engine folder
How to install (recommended flash via CWM, i dont test with other Recovery)
> Backup anything before flash. Cause by flashing this script, some tweak on your ROM which conflicted with this script will be deleted..
> Reboot to recovery
> Install zip
> Done, Reboot
To check this scripts correctly installed, manually you can check with 3rd apps ex:root explorer
or you can check via Terminal Emulator
Code:
cat /sys/module/lowmemorykiller/parameters/minfree
values will show 3584,4096,6144,16896,18944,24320
Download server changed to mediafire, i'll counter all download.
> Build.prop Tweak CM
> Build.prop Tweak Stock
> Reincarnation Engine v.4 GB 2.3 CM7
> Reincarnation Engine v.4 ICS 4.0 CM9
> Reincarnation Engine v.4 JB 4.1 CM10
> Reincarnation Engine v.4 JB 4.2 CM10.1
> Reincarnation Engine v.4 JB 4.3 CM10.2
> Reincarnation Engine v.4 KK 4.4 CM11
> Uninstaller
note : Download build.prop tweak depend to your ROM...

reserved
reserved

First one..downloading now.

Whoa nice ! Improvement in responsiveness seen noticeably. Thanks!

Downloading and will test with a stock based rom

aniket.lamba said:
First one..downloading now.
Click to expand...
Click to collapse
good luck.
tony_stark_noob said:
Whoa nice ! Improvement in responsiveness seen noticeably. Thanks!
Click to expand...
Click to collapse
hope stable for long time
mohamedrashad said:
Downloading and will test with a stock based rom
Click to expand...
Click to collapse
report bro..

Rhievaldo said:
good luck.
hope stable for long time
report bro..
Click to expand...
Click to collapse
@op Working well. Multi tasking is better... The first time i flashed ( both init.d and cm7 based tweak) phone kinda hanged. I rebooted to recovery. Cleared cache and dalvik cache. Now seems to run fine

Works well on galaxy tab 2 cm 11,,, multitasking has improved now,thanks
Sent from my GT-P3100 using Tapatalk

Gooood RheivaldoFeed Me More:thumbup:
PS:Multi Tasking is pretty ****** good
Tested On Tassve-Y Duos- S2

Caused Bootloop on fresh Evo-X4

Great so far on my brother's Alcarel 4010x stock and yet to flash for my device too
Sent from my SM-T211 using XDA Premium 4 mobile app

mohamedrashad said:
Caused Bootloop on fresh Evo-X4
Click to expand...
Click to collapse
caused bootloop for me too on cm7 - anything like this will cause a bootloop if you have 2nd partition using link2sd
I left it for about 10 mins and after quite alot of bootloops it did boot
This is because the 2nd partition cant be mounted so it bootloops until such time it either can or times out and just ignores and doesnt attempt to load the script
The quickest way to solve it is to make a nandroid backup before you flash this mod then after flashing it advance restore data only

mohamedrashad said:
Caused Bootloop on fresh Evo-X4
Click to expand...
Click to collapse
marcussmith2626 said:
caused bootloop for me too on cm7 - anything like this will cause a bootloop if you have 2nd partition using link2sd
I left it for about 10 mins and after quite alot of bootloops it did boot
This is because the 2nd partition cant be mounted so it bootloops until such time it either can or times out and just ignores and doesnt attempt to load the script
The quickest way to solve it is to make a nandroid backup before you flash this mod then after flashing it advance restore data only
Click to expand...
Click to collapse
hmm, maybe LINK2SD, cause tested with in2ext already flashed and not caused bootloop.. also maybe caused CWM by team BroadcomCM which have mount system issues..

Rhievaldo said:
hmm, maybe LINK2SD, cause tested with in2ext already flashed and not caused bootloop.. also maybe caused CWM by team BroadcomCM which have mount system issues..
Click to expand...
Click to collapse
works fine after I restored data to resolve link2sd issue

Rhievaldo said:
hmm, maybe LINK2SD, cause tested with in2ext already flashed and not caused bootloop.. also maybe caused CWM by team BroadcomCM which have mount system issues..
Click to expand...
Click to collapse
marcussmith2626 said:
works fine after I restored data to resolve link2sd issue
Click to expand...
Click to collapse
I don't have a 2nd partition, it worked fine on Hyperion 9 Rev2 , but it took much time to boot and I cleared cache and dalvick to work without lag, mention this on OP, other user said this

just one question, willl this one work with amarullz script?
thanks

Can I flash this over s5360 4.4.4 CM11 ?

Related

[ROM][KQB][ODIN] - broodROM RC5 Rev2 (RC6 in 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"
}
Youtube video of broodROM RC4
- Features for broodROM RC5 -
You can find a download link on the 2nd post
- I9001XXKQB (KPL) (Android 2.3.6)
-- 1 Odin package with recovery hang fix included
-- Rooted
-- Deodexed
- FeaMod Recovery v1.4 Fixed (based on CWM Recovery v5.5.0.4)
-- The fixed one, no hangs in recovery or bootloops
- Skyhigh Kernel v1.4d OC/UV
-- Thunderbolt Integrated
-- Set to 1.4GHz using Virtuous OC Daemon
- Script: /system/etc/init.d/01broodrom
-- Choose a CPU Profile or set a manual CPU configuration
* Battery Saving Profile / Balanced Profile / Performance Profile
-- Set I/O Scheduler
-- Set SDcard Read_ahead
-- Set Dalvik Heapsize
-- Enable/Disable Media Scanning
-- Enable/Disable Bootanimations
-- Enable/Disable Special Bootanimation
* Enable DMESG Unix output / LOGCAT as bootanimation or use the original (AOSP) library
-- Enable/Disable Google Error Reporting
-- Enable/Disable Battery Tweak (dirty * centisecs)
-- Change LCD Density (May cause market/app errors)
- Scripts: /system/etc/broodrom_scripts
-- auto_calibrate_battery
-- defragment_databases
-- factory_reset
-- fix_permissions
-- hard_reset
-- wipe_dalvik
-- zipalign_apps
- WiFi Tweak:
-- Connection stability tweak (WiFi connections with poor signals are better supported)
- WiFi Fixes (when you still have crappy WiFi)
-- Additional WiFi packages: KQ1 Modem / KQ1 WiFi Binaries
-- Additional App: FXR WiFi fix and rescue (last resort app, only use if the rest doesn't work)
- ICS Theme v4.0.1 by Reneph/RavoxX including:
-- Extended Power Menu with Screenshot function
-- Modded KQB Lockscreen (changed default wallpaper, no swipe to unlock message)
-- Lock animation: Shutdown-style Old TV
-- Smooth Spinners
-- SMS/MMS Mod
-- Camera Hack
-- "ICS Layout" Settings menu
-- ICS Grey Keyboard (by fadzlihellmuth)
- Additional ICS Theme Tweaks:
---- SystemUI.apk
-- Swipe to Remove Notification
-- Extended Status Bar 13 Buttons
-- Removed Battery Charged Notification
-- Custom Label in Statusbar (can be changed with nifty little app)
---- framework.jar
-- Disabled ScrollingCache (Smoother Scrolling)
-- Swipe to Remove Notification
---- framework-res.apk
-- Added more Auto-Brightness levels for more efficient brightness
-- Changed Default Wallpaper (also lockscreen one)
- Two Launchers:
- Go Launcher EX 2.86 with ICS Theme of kovdev
- Touchwiz 4
- Custom Boot Animation support, ICS boot animation (sanim.zip)
- No Adds (hosts file) (upd. 22 April)
- Default i9001 boot sound but 50% less volume
- Samsung Galaxy W GT-I8150 GPU Drivers
- Cyanogenmod APN List (All providers)
- Serious GPS Tweak (improves GPS allot)
- Beats Audio Lite
- Busybox
- Default Removed Bloatware:
-- Aldiko
-- Allshare
-- Beach
-- Buddies Now
-- Days
-- Dual Clock
-- Genie Widget
-- HRS Hotels
-- Info Alarm
-- Kies Air
-- Layar
-- Mini Diary
-- Music Hub
-- Press Reader
-- Pro Tips
-- Samsung Apps:
--- Widget Clock
--- Program Monitor
--- Stock Clock
-- Samsung Service App
-- Talk
-- Talkback
-- Thinkdroid
-- Unified Inbox
-- Write and Go
- Updated all stock apps to latest version excluding
-- Replaced TouchWiz Calculator with a more expanded one
-- Google Play is not updated because it caused errors in RC4, let it auto update
- Build.prop tweaks:
-- 3G Tweaks
-- No black screen when calling bug
-- No call out delay
-- Power saving tweaks
-- Better responsiveness
-- Set default screen brightness
-- New Dalvik flags
-- Better Reception
-- Quickboot​
- Installation for broodROM RC5 -
1. If you have CWM installed: format all partitions. If you don't have CWM installed do a Hard Reset (*2767*3855#) Note: A hard reset also wipes your sdcard, make sure you got it backed up
Note: A format or hard reset is not always needed, you can always try to keep your data folder and flash broodROM RC5, wiping dalvik cache is still needed!
2. Put your phone in download mode (when off hold: vol -, home, power)
3. Start Odin, Choose AriesVE.ops file, check "One Package", choose: "broodROMRC5.tar.md5" > Click Start
4. Wait till the process is complete, now your phone will reboot and show you recovery mode, now choose reboot system now by pressing the menu button
5. Set animations to a few. (settings > display > animations) For the shutdown-style old TV animation and start enjoying your new rom
DISCLAIMER : FLASH AT YOUR OWN RISK. I AM NOT RESPONSIBLE FOR ANY DAMAGE TO YOUR PHONE
Donations
If you really like the broodROM and/or Galaxy S Plus Configurator development you can consider donating me.
I really appreciate the donations, and I really want to thank the people who donate me
All donators will have instant access to all pre-releases and private beta's
Many thanks to the following people who donated me!
Leeon Wong Wong - €10,-
KoekwousNL - €5,-
t_raven - $10,-
dagothe9 - $5,-
J.A.T. Pajuelo - $5,-
L Sangiovanni - $10,-
S Petropoulos - $5,-
Dan - $20,-
tormentured - $7,-
cyclistefou - $10,-
geo_xar - $14,-
ManEater - $5,-
1009i - $5,-
J. Scharf-Brueck - $5,-
F.Hecker - $5,-
J.Sikken - €25, -
Latest version: RC5
Download: here (odin)
Download: here (cwm backup)
Download: here (additional tools and fixes)
Addons
WiFi Patch (KQE Binaries):
http://www66.zippyshare.com/v/35023232/file.html
Arabic Patch (beta)
http://www8.zippyshare.com/v/84760912/file.html
Revision 2 (beta)
http://www64.zippyshare.com/v/32115967/file.html
- Download page with all versions (sourceforge) -
https://sourceforge.net/projects/broodrom/files/
- Download page with all versions (importanic.ch thanks to Fr0zen1977!) -
http://broodrom.importanic.ch/
- Download page with all versions (mooo.com thanks to loonyhack!) -
http://broodrom.mooo.com/
broodROM RC4 FAQ​
Q: I kinda like Apple, and I don't want an android pissing on an apple as bootlogo
A: Well.. this is only a custom boot logo, you can easily change it by reflashing the SkyHigh v1.4 Kernel
Q: I want to install a system accelerator like Thunderbolt or Adrenaline shot
A: Don't do that! The SkyHigh v1.4 kernel already includes an integrated Thunderbolt, adding more tweaks would simply bootloop your phone
Q: I saw the screenstate_scaling script in /system/etc/init.d, what's up with that?
A: screenstate_scaling is an addition to Thunderbolt, in this script the default awake & sleep governors are set, this script can function as an alternative to CPU Master. You will notice that CPU Master will give you a warning each time you boot your phone since the screenstate_scaling script will interfere with it.
Q: I noticed that you have set the sleep governor to ondemand, why is that?
A: I did that because I've experienced some alarm clock fails on 100Mhz, Of course you can try it out yourself, it might work just fine
Q: I want a better battery life for your rom! How can I achieve that?
A: You can perform the following steps to gain a better battery life: first thing is to lower the CPU Frequency, the default is 1.8GHz, but you can set it to 1.4Ghz (or so) with Antutu CPU Master. The second thing is that you can set the sleep governor to "powersafe" (can be found in screenstate_scaling script) this sets the phone in an even lower state and safes you battery (see the question above for the possible risks)
Q: I want to change my kernel, how do i do that?
A: I recommend you to not change your kernel since Skyhigh gives the best performance for broodROM RC4. Although you can download an alternative kernel and place it on your /sdcard, then reboot in recovery using the extended power menu and choose install zip from sdcard > install zip from internal sdcard > choose the zip file > install > reboot.
Q: My browser FC's all the time, how do I fix this?
A: Some people experience browser FC's, you can easily solve this by installing the broodROM_RC4_InetFixes.zip in recovery mode, don't forget to mount /system to be sure it installs correctly.
Q: My WiFi has constant drops, how do I solve this problem?
A: The first thing that you need to investigate is your "DHCP Lease Time" you can find this option in your router, if it's set to a low number please change it (mine is 604800). If this doesn't solve the problem you can try installing the KQ1 Modem using Odin (select AriesVE.ops from broodrom rc4 and choose the .md5 file as "Phone" package) and install the KQ1 Wifi Binaries using Recovery mode (also don't forget to mount /system) If you still encounter WiFi problems you will have to wait until the ICS Value pack release so i can permantely fix it.
Q: I saw the "Module Loader" app. what is this? and what can it do for me?
A: The module loader app is an app that allows you to run additional modules for your i9001. You can load several modules, I added the tun.ko module which is OpenVPN, the cifs.ko module which is Samba Shares Support (smb://) and the PPP Modules. If you are sure you will never use any of those you can delete the app by deleting "moduleloader.apk" file in /system/app
Q: I noticed that there are some bugs regarding the ICS Theme, some apps have gingerbread looks
A: You can solve this problem by downloading the newest ICS Theme and extract "framework-res.apk" and "twframework-res.apk" from the archive, then copy them from your sdcard to /system/framework and overwrite the current files, set the permissions to RW-R-R and reboot.
Q: I want to change the bootanimation, how can I do that?
A: I've chosen to keep the sanim.zip layout instead of bootanimation.zip which is default for SkyHigh v1.4. So you can place your bootanimation (named sanim.zip) in /system/media, set permissions to RW-R-R and reboot
Q: Is your Configurator BETA 4 compatible with broodROM RC4?
A: Yes and no, you cannot flash themes or mods, but you can use things such as changing boot animation, changing dns, updating hosts and so on (all things that include theme files are not compatible with broodROM RC4)
Q: I cannot buy apps from the store. how can i solve this?
A: Wipe the play store cache by going to settings > Applications > Manage apps > All > Play store > clear cache (thanks to nail16)
If this doesn't work, download an older version of the market here and delete /system/app/Google_Play_3.5.1.5.apk then place the market apk in /system/app and reboot (set permissions to RW-R-R) The market will now automatically update to the latest version.
Q: I cannot change the background of my lockscreen, why is that? I want to change it!
A: The lockscreen from KQ7 is a beta and does not support custom wallpapers yet. Although you can change the lockscreen by looking in the framework-res.apk file with Winrar, look for "framework-res.apk\res\drawable-hdpi" then you will find the "zzzzzzzz_default_lockscreenw.jpg" file at the bottom, You can replace that file by dragging your custom 480x800 lockscreen in there. set the compression level to "store" and put the framework-res.apk file on your /sdcard, copy it to /system/framework and overwrite the file. Don't forget to set the permissions to RW-R-R
(this also seems to work on the default way of changing the lockscreen background )
Q: I get random reboots, help?
A: Because all i9001 devices are not actually exactly the same, some devices could cause errors when using a support OC/UV kernels, you can flash the SkyHigh v1.3 kernel or Feacore 1.4 NonOC to prevent this problem.
Q: I have sdcard fails, how can I solve this?
A: the developer of the SkyHigh kernel is currently working on a fix, you can read about it here
Q: Where can I get additional information about the kernel?
A: You can find it in the SkyHigh Kernel Thread
Last update: 31-03-2012
More to come!
- RC5 Screenshots - (new)
Thanks to Coertmans for uploading the screenshots
thank you so much dude!! i was just about to flash the ori xxkps rom. u rocks!!
List of fixes for RC5 that will be included in Revision 2 patch:
USB Settings force close
Ram consumption (probably dalvik flags)
Fixes for 01broodrom
Fixes for broodrom_scripts scripts
Swipe error (not sure about this one, only 1 person reported it)
More? Please let me know
List of features that will be added to Revision 2 patch
Very extended guide on how to use/configurate broodROM RC5 Revision 2
New ICS Style status bar
Toggle 2G mod
broodplank1337 said:
For the people who want a clean and fast ROM without crap!
This ROM allows all kinds of customization.
When this ROM is installed it will look like a clean install of a stock ROM.
But will include these features:
- I9001XXKPS (Android 2.3.6)
- CWM Recovery v5.0.2.7. based FeaMod Recovery v.1.3 without OC/UV
- Rooted
- Deodexed
- Zipaligned
- Custom Boot Animation support (sanim.zip)
- Extended Power Menu
- AOSP Lockscreen
- Custom Battery Icon
- Lock animation: Shutdown-style Old TV
- Adrenaline Shot 13
- Samsung Galaxy W GT-I8150 GPU Drivers
- Removed Apps:
* Aldiko
* AllShare
* Beach
* Budies Now
* Days Widget
* Dual Clock Widget
* Genie Widget
* Info Alarm
* Kies Air
* Layar
* Mini Diary
* Music Hub
* Press Reader
* Pro Tips
* Samsung Apps:
- Calendar Clock Widget
- Program Monitor Widget
- Stock Clock Widget
* Sim Toolkit
* Talk
* Talk Back
* Think Droid
* Unified Inbox
* Write and Go
- Extra Apps:
* Superuser
Installation Instructions:
1. Open Odin and click "OPS", now choose the AriesVE.ops file.
2 Check "One Package" and select the "XXKPS_Performance_EditionRC1.tar.md5" file as the one package file
3. Click Start and wait until the process is done.. (may take 7 to 25 min)
4. Once your in CWM choose Reboot
5. The first start might take a while... Enjoy XXKPS Performance Edition RC1
Don't forget to set animations to a few for the shutdown-style old TV animation
Note: For some reason I couldn't add custom apps to the ROM without gettings FC's so I decided to leave them out.
Download the following apps after flashing the ROM:
* Root Explorer
* Terminal Emulator
* Adfree Android
Click to expand...
Click to collapse
is it greek language support with sms writing?
thanksssss
mikrokatevas said:
is it greek language support with sms writing?
thanksssss
Click to expand...
Click to collapse
yep its supported
I test it now !
cool dude!
cud u make an odin flashable for cranium rc5?
sakindia123 said:
cool dude!
cud u make an odin flashable for cranium rc5?
Click to expand...
Click to collapse
I could if it was working on my phone, I've tried installing it over 10 times but still get black screen unfortunately
broodplank1337 said:
I could if it was working on my phone, I've tried installing it over 10 times but still get black screen unfortunately
Click to expand...
Click to collapse
thanks very much....
have anyone try it ?
give us your opinions.....
thanks again
I have a problem after flash in download mode. "Installation aborted".
Alex93917 said:
I have a problem after flash in download mode. "Installation aborted".
Click to expand...
Click to collapse
did you make factory reset afterwards?
what is Terminal Emulator? is it a must to install?
broodplank1337 said:
I could if it was working on my phone, I've tried installing it over 10 times but still get black screen unfortunately
Click to expand...
Click to collapse
crap...........cud u give some instructions to how-to?i will pm it to someone wjo installed cranium rom
mikrokatevas said:
thanks very much....
have anyone try it ?
give us your opinions.....
thanks again
Click to expand...
Click to collapse
Im not talking about my ROM but about Cranium RC5, my ROM should work just fine.. tested it myself
sakindia123 said:
crap...........cud u give some instructions to how-to?i will pm it to someone wjo installed cranium rom
Click to expand...
Click to collapse
I will PM u instructions
mikrokatevas said:
did you make factory reset afterwards?
Click to expand...
Click to collapse
Yes. But, now, it's working ! Good work !!! Thank you.
Sent from my GT-I9001 using Tapatalk
Alex93917 said:
I have a problem after flash in download mode. "Installation aborted".
Click to expand...
Click to collapse
When u just reboot it's gone
Anyone tested this ROM in AnTuTu?
I will take a test in ten minutes.
---------- Post added at 01:43 PM ---------- Previous post was at 01:26 PM ----------
So, this is a Antutu Test report.
Uploaded with ImageShack.us

[Add-on][Tweaks/Mods/Apps]█ PIMP MYROM █ v2.1.2 {i9003 THREAD}[AROMA][WIP]

[Add-on][Tweaks/Mods/Apps]█ PIMP MYROM █ v2.1.2 {i9003 THREAD}[AROMA][WIP]
{
"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"
}
Firstly, I just want to say that this is not my creation, I take no credit, and I'm posting pretty much what it says on the original thread right here. If you wanna thank the devloper (Androguide.fr), follow the link below. I'm posting here so more i9003 aka Galaxy SL owners can take a look.
Original thread: http://forum.xda-developers.com/showthread.php?p=32660318
UPDATE!! I'll post update changlogs here, if you dont feel like going to the original thread.
v2.1.2
- Fixed conflicting tweaks that caused bootloops and/or were breaking network on some devices
~ Please report if these kind of issues persist ~
- Made the package lighter by removing some unused left-over files from previous versions
v2.1.1
- Fixed missing chmod script which was preventing init.d scripts from running
- Possible fix for the apps that aren't installed properly on some devices
v2.1
Introducing a new tweaks selection screen : Pimp my Kernel
--> Tweak 6 of the most common CPU Governors : Ondemand//OndemandX//Interactive//SmartassV2//Lulzactive//Conservative
--> Tweak your default I/O Scheduler & Disable I/O Stats
--> Disable & Re-Enable VSync
--> Disable Normalized Sleeper // Gentle Fair Sleepers // New Fair Sleeper (just moved, was already there before)
-->Misc. Kernel Tweaks : Disable kernel error checking (already there before) // Sysctl kernel msgmin & msgmax tweak
Added an option to revert Adblocking
Fixed the issue where beats audio and walkman options would be displayed for gb roms when it shouldn't
Various bugfixes (a few swapped selections and unworking tweaks)
Removed the extra apps screen, this wasn't really matching the mainline of this project, since you can grab those apps from the market. Plus this makes the whole package lighter.
Switched to miui installer theme
v2.0
ø New Tweaks selection screen : Multitasking
==> Choose between :
4 levels of OOM Priorities
4 levels Minfree settings
2 levels of ZRAM compression
Tweak your kernel and dalvik cache to behave well and be stable on hard multitasking conditions
ø New Tweaks selection screen : Networks & Internet
==> Security tweaks :
Reinforce your TCP/IP Stacks to make them resist to SYN attacks which cause a DoS (Denial of Service) on your device. Now those lame-ass blackhat hackers won't harm you with this.
Block redirects : auto website redirections will be blocked
Block source-routing : source-routing can be used to hack into your device as it allows full tracing of packets.
==> Stability & Speed tweaks :
Increase the buffer and queue size of each tcp socket to give more stability on high broadband consumption conditions
Allow the system to re-use the Sockets on TIME-WAIT state. In clear time-wait causes memory-loading, memory-loading causes internet lagg, internet lagg sucks.
Various IPv4 protocol speed tweaking scripts using sysctl
DNS and ppp0 tweaks for faster name-resolution, which means faster connections to websites.
ø New Tweaks selection screen : GPS Configuration
==> Choose between 79 countries (and 5 continents) of gps.conf files: those files are essential for the accuracy and lock-speed of your device's gps. (Thanks to gangsterjoop for the files)
ø New Adblock file of over 200 000 hosts ! (100x more than before) (Thanks to BSDgeek_Jake for the host file) --> added to extra features screen
ø New init.d scripts :
Move Dalvik-cache to /cache to increase data storage
Bind-mount dalvik-cache to allow a device to boot without sdcard (useful for devices with damaged internal sdcard)
Touchscreen responsiveness improvement tweaks
ø New Enable/Disable features :
Disable and Re-Enable Android logger
Disable Gentle Fair Sleepers
Disable New Fair Sleepers
Disable Normalized Sleeper
ø Rewritten every single init.d script :
This allowed me to realize many of them were not working, so I added a lot of missing values, and fixed a countless number of errors, redundant values and typos. So there should be some big improvement on the effects of init.d tweaks.
I also set an order of execution of init.scripts to avoid conflicts.
ø Removed themes and S-Voice
The S-Voice flaw that allowed other devices to use it appears to be patched and it was heavy, and themes were heavy and not really useful, you can download a countless number of them for free on the market
ø Changed installer theme to Sense
I realized that the options subtitles were not readable with ics theme, so most of the tweaks effects explainations were hidden.
ø Pimp My Rom will now come in two versions :
One will include the latest version of Aroma (with touchscreen working out-of-the-box, but issues on some devices) and One using Aroma v2.51 (With touchscreen calibration, and this version appears to fix the weird texture/ghost-input/moving screen/vibration issues people have with some devices with aroma v2.56)
ø Major code clean-up, various bugfixes
Re-organized and cleaned-up both aroma-config and updater-script
Fixed the way the installation process input displays sections and sub-sections
Fixed some tweaks getting installed instead of others when they shouldn't, and some other bugs
Pimp my Rom is an aroma-installer based script that will allow you to choose between a plethora of nice tweaks, mods, apps, themes and features to add to your current rom.
YOU CHOOSE which options and tweaks to apply, all this with a nice touchscreen interface, even if you're not running a touchscreen recovery, thanks to Aroma.
You can now run this script on any Android Device !!! (GB/HC/ICS/JB)
PmR was originally created for the Galaxy tab 7.7 (p68xx), but it has now evolved into a universally usable script !
Lifehacker article : http://lifehacker.com/5949000/pimp-m...way-imaginable
Here's the list of the features that you can enable and disable at will (will be adding more and more over the time) :
Tweaks and Mods
Init.d Scripts :
- Faster internet browsing
- Better Battery consumption
- Miscellanous kernel tweaks
- Ondemand governor tweaks
- Dalvik VM tweaks
- Defragmentation of sqlite3 databases at each boot
- Disable android-logger
- Disable kernel Normalize Sleeper
- Use strict minfree handlers
- Flags blocks as non-rotational
- Enable data_writeback for ext4 partitions for better i/o
- Force GPU rendering on 2D operations
- Improve multitasking by tweaking system task-killer
- run Vacuum & Reindex at each boot to optimize sqlite
- Use Adblock hosts to block in-app advertising
- Improve External sdcard I/O performances
- Zipalign all apk at each boot
- Install Thunderbolt's s98system_tweaks
- Tweak CPU and GPU tuning values
- Tweak the behaviour of the Complete Fair Scheduler (cfs)
- Tweak TCP buffers for better internet speed
- Optimize all sqlite3 databases to increase speed of apps that use db
Build.prop Tweaks :
- Better jpg image quality
- Better camera recording quality
- Lock launcher in memory
- Battery savings
- Disable kernel error checking
- Dalvik VM tweaks
- Faster scrolling
- Better touch responsiveness
- Faster browsing and download speed
- Allow purgeable assets
- Reduce dialing time
- Misc 3G tweaks
- Deeper sleep
- Reduce black-screen time of proximity sensor after a call
- Smoother video streaming
- Faster wifi connect/disconnect
- Overall smoothness improvements
- Increase the size of VM heap
Enable/Disable Functionalities:
- Enable hardware video. acceleration
- Enable gpu UI rendering
- Enable HSUPA
- Enable JIT (Just In Time) Compiler for Dalvik vm
- Enable surface dithering
- Disable Boot-Animation
- Disable usage-data sending
- Disable volume buttons wake
- Disable adb notification icon
- Buttons backlight always enabled when screen on
- 16bit Transparency
Applications:
- Install an alternative launcher : Apex Launcher & Nova Launcher
- Install latest Solid Explorer
- Install Adobe Flash Player for JB
- Install Rom Toolbox Lite
- Install Script Manager
- Install Hulu+ hacked to work on any device (Both portrait & landscape version)
- Install Smart Stay EX
Add Features to your tab:
- Add support for OpenVPN connections
- Install Awesome Beats Audio dsp manager for a greater sound experience
- Install Adrenaline Boost Script
- Install Sony Walkman suite : Music Player & Visualizer, Clearbass soundfx and Image Gallery & Editor
- Install S-Voice, the famous app from Galaxy S3 hacked to work on any device
- Install Touchwiz UX Launcher & Widgets (Weather & Dialer) from SGS3 hacked to work on any device
Instructions:
You can flash this on top of any custom rom with init.d support
- Download Pimp My Rom (a.k.a PmR)
- Make sure you are running a custom recovery (CWM or TWRP)
- Wipe cache and dalvik cache in recovery
- Flash PmR in recovery
- A wonderful touchscreen interface will pop-up
(devices need different touchscreen calibration, if the touchscreen doesn't work, use the menu button of your device, select "Calibration Tools" and follow the instructions)
- Follow the on-screen instructions, make your choices between all the different features of Pimp my Rom
- Select "Reboot my device" on last screen (or reboot from recovery) and enjoy
- Encountering issues ? (Texture, installation being blank, etc...) then try to do this :
Open the zip of the rom you are running (the .zip file that you flash in recovery)
Inside this zip, navigate to : META-INF/com/google/android
Extract the file called "update-binary" and rename it to "update-binary-installer"
Open Pimp my Rom's zip (i.e : PIMP_MY_ROM-v1.4.1-Universal.zip)
Inside this zip, navigate to : META-INF/com/google/android and delete "updater-binary-installer"
Now copy the "update-binary-installer" file you extracted from your rom to Pimp My Rom's zip (still in META-INF/com/google/android)
Close the zip and flash it
Tested and found working with(Tell me more and I will add it):-
Paranoid Android 2.18
Cyanogenmod 10 A2
CodenameAndroid 3.6.6
DOWNLOADS:
>>>>>>2.1.2<<<<<<
Download :- http://goo.im/devs/Androguide/Pimp my Rom/HDPI/PIMP_MY_ROM-v2.1.2-by-Androguide.fr-HDPI.zip
md5 : 6d409bd4121c9055648a6c358311f2ae
Size : 32.41 mb
Have u like tested this...
today i tested this on stock ddlf2 but it put me in a bootloop ..
i wanna try this , ANY IDEAS ??
simratcs said:
Have u like tested this...
today i tested this on stock ddlf2 but it put me in a bootloop ..
i wanna try this , ANY IDEAS ??
Click to expand...
Click to collapse
i think this tweaks is only for ICS/JB,i already ask in original thread
It works like a charm on CM10. But as OP states in the original thread and this one last verse try coping the Meta inf and try. It seems to work on some ROMs and not on some.
Sent from my GT-I9003 using xda app-developers app
hey does it supports DDLF2???
gonna give it a shot!
Just follow the instructions in the OP and if you end up in some error then do the steps as mentioned.
Sent from my GT-I9003 using xda app-developers app
Flash it on XXKPQ, feel more lag !
Try a reflash and then flash as that should not be happening.
Sent from my GT-I9003 using xda app-developers app
Wow , I really feel a difference with multitasking and scrolling. Keep up the good work
Sent from my GT-I9003 using xda app-developers app
Thank you bro
PimpMyRom now !!!
It's worked on CM10 Alpha 2, so many options to optimize the ROM, thank you.
However, flash player installed but not work, browser exit immediately on every page have SWF embedded.
I pimped My ROM Dhiru's CM10 and OMG........Batery drain was at its peak....!!
40% to switch off state in 4-5 Hours in night with data and wi-fi disabled.
SU/Script manager has taken allmost 18% of battery, There is some issue for sure .
shail139 said:
I pimped My ROM Dhiru's CM10 and OMG........Batery drain was at its peak....!!
40% to switch off state in 4-5 Hours.
SU/Script manager has taken allmost 18% of battery, There is some issue for sure .
Click to expand...
Click to collapse
From android 4.x, do not turn off and turn on phone, it will be drain your battery like hell. Just reboot/fast reboot to save the battery life.
duongtunglam said:
From android 4.x, do not turn off and turn on phone, it will be drain your battery like hell. Just reboot/fast reboot to save the battery life.
Click to expand...
Click to collapse
I know that dude...
I guess u didn't get me....I told it went from 40% to 0% in night. I didn't manually switched it off after "Pimping The ROM"
duongtunglam said:
It's worked on CM10 Alpha 2, so many options to optimize the ROM, thank you.
However, flash player installed but not work, browser exit immediately on every page have SWF embedded.
Click to expand...
Click to collapse
@shail and duongtunglam
I will report to the original developer as soon as possible.
LoLaTiOn said:
Thank you bro
PimpMyRom now !!!
Click to expand...
Click to collapse
mathew1234 said:
Wow , I really feel a difference with multitasking and scrolling. Keep up the good work
Sent from my GT-I9003 using xda app-developers app
Click to expand...
Click to collapse
Thank the developer who originally created this PMR.
Its awsm...i flashed it on codename 3.6.6....my rom is now flying.....good work..
ayush95gupta said:
Its awsm...i flashed it on codename 3.6.6....my rom is now flying.....good work..
Click to expand...
Click to collapse
Can u explain how your rom is flying ...i didnt felt that major change
Sent from my GT-I9003 using xda app-developers app
I'm just gonna flash this via CWM?
installation instruction please.
should i update my ddlf2 c.rom to cm10 before pimp my rom
or just flash this direct to DDLf2?

[ROM] Project X | Sense 1.0 | Xloud | Bravia | Lots More | Big Update 1/29/2013

Team Renegade Presents: Project X
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"
}
Click to expand...
Click to collapse
Recommended to partition your SD Card and upgrade it to Ext3.
See Post 3 for any notes.
Features:
Latest OTA 5.07.651.1
Android 2.3.5
HTC Sense 1.0
Underworld Sense Kernel (Baked In)
391MB Free After Install
Xloud
Sony Bravia Engine
Quick Settings
Advance Power Menu
Beats Audio
SuperSU
Busybox
Zipaligned
Tweaked build.prop
Wireless N Enabled
A2SD
Percent Battery Mod
Sprint Bloat Removed (almost all)
Native Screenshot (power + home)
Sense 4.0 Wallpapers
Fansy Sense
Modified A Few Apks
Modified DSPManager
Very Fast And Smooth
Tons and Tons of Build.prop Tweaks
Init.d Tweaks
Build.prop Tweaks:
3G Tweaks
Save Battery Without Reducing Performance
Increased Cameras Photo and Video Recording Quality
Connect and Disconnect To Wifi Faster
More Free Ram and Apps Load Faster
Deeper Sleep To Save Battery
Reduced Dial Out Time
Video Acceleration Enabled
Increased JPG Quality To 100%
Disabled Kernal Error Checking
Put Launcher In Memory To Reduce Redraws
Better Internet Browsing & Download Speeds
Increased General Performance
Reduced The Black Screen Time of The Proximity Sensor
Allowed Purge Of Assets To Free More RAM
Better Scrolling Responsiveness And Speed
Smoother Video Streaming
Prevented Your Device From Sending Usage Data
Planned Features:
Massive Amounts Of Theming
Zombifying Everything (You'll see what I mean soon enough )
Add A Tweaks Mod
Possible odex version
New Font
New Boot Animation (In development, might use a pre-made one for now)
Down Boot Animation
* Much much more to come, plus I need you guys to tell us what you would like to see
Bugs:
None
* Please inform me of any
Installation:
Download Rom
Connect Phone To PC
Drag Rom To SD Card
Go To Recovery
Wipe All / Factory Reset
Flash Rom
Enjoy!
For downloads and change logs, please see second post.
Credits:
bmxerkid954 - Helped build the rom with me
captin_throwback - Allowing me to use his rom as base
davidhacker - gave some good advice
ca1ne - for his amazing Underworld Sense Kernel
zeppelinrox - For the V6 Supercharge Script
vinman12 - For getting the kernal to bake into rom, thank you!
justinswidebody, outerdepth420 and chubbzlou - All helped me into the developing world
* And to any others I may have forgot, pm me if I did, you will be added!
Disclaimer: Team Renegade does not and will not take any responsibility towards anything that happens to your phone.​
Downloads & Change Logs
Version 1.5 (1/29/2013):
3G Tweaks
Save Battery Without Reducing Performance
Increased Cameras Photo and Video Recording Quality
Connect and Disconnect To Wifi Faster
More Free Ram and Apps Load Faster
Deeper Sleep To Save Battery
Reduced Dial Out Time
Video Acceleration Enabled
Increased JPG Quality To 100%
Disabled Kernal Error Checking
Put Launcher In Memory To Reduce Redraws
Better Internet Browsing & Download Speeds
Increased General Performance
Reduced The Black Screen Time of The Proximity Sensor
Allowed Purge Of Assets To Free More RAM
Better Scrolling Responsiveness And Speed
Smoother Video Streaming
Prevented Your Device From Sending Usage Data
More Init.d Tweaks
And more...
Download: http://www.androidfilehost.com/?fid=9390288116658471998
MD5: 6daf4d88c115101062b368a13d902d16
ROM Size: 208.7MB
Version 1.1 (1/27/2013):
Underworld Kernal Baked In (Thanks to vinman12)
Download: http://www.androidfilehost.com/?fid=9390288116658471582
MD5: 97104e4e87d5292251f3c415f8acee3f
ROM Size: 208.6MB
Version 1 (1/17/2013):
Initial Release
Download: http://www.androidfilehost.com/?fid=9390288116658471443
MD5: b456b970d297af9b85583d7c1777369f
ROM Size: 207.9MB
Notes
Kernal Modding:
For Audio Boost to turn on and off
Code:
Audio Boost On
echo 1 > /sys/kernel/audio_boost/aboost
Audio Boost Off
echo 0 > /sys/kernel/audio_boost/aboost
Query Audio Boost Status
cat /sys/kernel/audio_boost/aboost
For USB Fast Charge to turn on and off
Code:
USB Fast Charge On
echo 1 > /sys/kernel/fast_charge/fast_charge_usb
USB Fast Charge Off
echo 0 > /sys/kernel/fast_charge/fast_charge_usb
Query USB Fast Charge Status
cat /sys/kernel/fast_charge/fast_charge_usb
Thanks to ca1ne for the guides.
--------------------------------------------------------------------------------------
How To Use V6 Supercharge Script:
1. Open up terminal
2. Type su to get super user access
3. Then type sh /system/xbin/V6*
4. Enjoy
--------------------------------------------------------------------------------------
How To Partition SD Card:
1. Back up SD Card on PC
2. Reboot to recovery
3. Select Partition SD Card
4. Choose Partition SD
5. Set Swap to 0MB
6. Set Ext2-size to 1024MB
7. Let it Partition
8. Do not reboot phone yet
9. Select SD:ext2 to ext3 (Wait til its done)
10. Go to Main Menu
11. Select USB-MS Toggle
12. Plug Phone Into PC
13. Copy ONLY Rom To SD Card
14. Turn Off USB-MS Toggle
15. Go back to Main Menu
16. Go To Wipe
17. Select Wipe ALL data/factory reset
18. Go back to Main Menu
19. Go to Flash Zip Menu
20. Flash the Rom (Default Settings)
21. Reboot (Give about 5-10min to boot)
--------------------------------------------------------------------------------------
New roms are always welcome! Thanks!
Re: [ROM] Project X | Sense 1.0 | Xloud | Bravia | Lots More | 1/17/2013
Reserved.
Edit: ^^ you beat me too it
Sent from my SPH-L710 using Tapatalk 2
Re: [ROM] Project X | Sense 1.0 | Xloud | Bravia | Lots More | 1/17/2013
I ll give it a spin
Sent from my PC36100 using Tapatalk 2
This is only a sneak peak to what our team is doing, we would love to have all your advice and suggestions to improve it even better!
Re: [ROM] Project X | Sense 1.0 | Xloud | Bravia | Lots More | 1/17/2013
Damn dude, your back and bmxkid is back as well? Ill keep an I eye on this for the zombie theme.
Re: [ROM] Project X | Sense 1.0 | Xloud | Bravia | Lots More | 1/17/2013
Good work dude.
Sent from my Galaxy Nexus using xda premium
Re: [ROM] Project X | Sense 1.0 | Xloud | Bravia | Lots More | 1/17/2013
Gonna check this out Thank you for this. :thumbup:
Sent from my ever-changing OG Evo...
Anyone have any luck getting this rom to boot? it says it installs but then when I reboot it goes straight to bootloader. I thought it might be a bad download so I tried again with same results. I superwiped everything with smelkusMod recovery and even re-partitioned my sd card with ext3 and It looks like it is just installing the kernel.
Re: [ROM] Project X | Sense 1.0 | Xloud | Bravia | Lots More | 1/17/2013
tomorris32 said:
Anyone have any luck getting this rom to boot? it says it installs but then when I reboot it goes straight to bootloader. I thought it might be a bad download so I tried again with same results. I superwiped everything with smelkusMod recovery and even re-partitioned my sd card with ext3 and It looks like it is just installing the kernel.
Click to expand...
Click to collapse
Which kernel are you using?
Sent from my Galaxy Nexus using xda premium
tomorris32 said:
Anyone have any luck getting this rom to boot? it says it installs but then when I reboot it goes straight to bootloader. I thought it might be a bad download so I tried again with same results. I superwiped everything with smelkusMod recovery and even re-partitioned my sd card with ext3 and It looks like it is just installing the kernel.
Click to expand...
Click to collapse
Hmm that is very strange, I re-flashed this several times before posting it to make sure all is well. I recommend using Amon-RA as your recovery and re-download and flash again, if it continues to fail would you be able t send me the log file? To get the log file, flash ROM (don't reboot yet), go into advance menu or extra menu (not sure how smelkusMod is set up) and look for move log or recovery log to SD Card.
Re: [ROM] Project X | Sense 1.0 | Xloud | Bravia | Lots More | 1/17/2013
Hahaha, you're right, we posted at the same time mike!
Sent from my Galaxy Nexus using xda premium
SaintZ93 said:
Hmm that is very strange, I re-flashed this several times before posting it to make sure all is well. I recommend using Amon-RA as your recovery and re-download and flash again, if it continues to fail would you be able t send me the log file? To get the log file, flash ROM (don't reboot yet), go into advance menu or extra menu (not sure how smelkusMod is set up) and look for move log or recovery log to SD Card.
Click to expand...
Click to collapse
I am using the kernel included in the rom. I did not flash anything extra.
Attached is the recovery.log (remove .pdf ext), Sorry I am a flashaholic but don't have any experience with log files.
Thanks.
tomorris32 said:
I am using the kernel included in the rom. I did not flash anything extra.
Attached is the recovery.log (remove .pdf ext), Sorry I am a flashaholic but don't have any experience with log files.
Thanks.
Click to expand...
Click to collapse
The log file doesn't open, can you send it to me in just a text file format please!
SaintZ93 said:
The log file doesn't open, can you send it to me in just a text file format please!
Click to expand...
Click to collapse
Here you go.
I am getting boot loops also ... I am switching from Triple_S from MBQSniper
Hmm this is very interesting, the recovery log shows it flashed just fine. During first boot after installing the ROM it will re-boot 3 times due to A2SD doing what it needs to do.
I checked my log also its pretty much the same ... the kernel loads up and it just keeps looping the sprint animation

[ROM][JZO54K]broodROM Jellybean Release 3 (and AOSP 4.3 test build)

broodROM Jellybean
Release 3​
{
"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"
}
Info:
I decided to skip broodROM ICS since JB is working as good as ICS. First of all I want to tell that I won't be using stages such as ALPHA, BETA, RC, Final. I will call the version Release, followed by a number, this third release (Release 3) is now available for download.
I kept it simple so far, added some hooks into the Settings menu, added OC Kernel (compiled with christopher toolchain with o3 optimization), init.d management by broodParts, I made it so that the app applies the setting directly and adds it to init.d as well.
Features:
- Based on Android v4.1.2 AOSP and CM10
- Rooted / Deodexed (duh).
- Powered by broodKernel v3.3 OCUV (Christopher branch / toolchain)
- Custom boot animation
- Customized Launcher2, 3 homscreens, no search bar, changed default layout. awesome wallpaper by ytok
- Customized Settings menu (added CPU/RAM/broodROM version, broodROM Stats, AngryGPS)
- Customized Extended Power Menu (added screenshot)
- Customized Status Bar toggles (7 toggles: wifi/data/2g,3g/bluetooth, gps, soundvib toggle, auto rotate toggle, brightness toggle, sync toggle)
- Removed USB Confirm dialog
- Percent battery
- New Wifi Module with WEP fix
- Seamlessly integrated into settings, under Additional Settings:
-- AriesParts
--- Backlight activation
--- Toggle USB Fast Charge
--- Change vibration sensitivity
-- broodParts
--- Set CPU Governor
--- Set CPU Min/Max Freq
--- Set I/O Scheduler
--- Set readahead (sdcard cache size)
--- Battery info
--- Usage statistics
--- ADB Notification toggle
--- Update hosts file
--- Dalvik (VM) Tweaks
--- CPU Gov Tweaks
--- I/O Scheduler Tweaks
--- Network Tweaks
--- Zipalign
--- Vacuum (defragment databases)
--- Clear Ram Cache
--- Clear Dalvik Cache
--- Hard Reset
--- Automated Cleaner
--- Init.d extension
--- Choose between NonOC, NonOCUV, OC and OCUV Kernel
-- ThemeManager
--- Use any CM10 theme that you like
- DSPManager
- RomStats (http://www.broodplank.net/stats/stats.php)
- All providers APNS-CONF
- Patched hosts file (no adds)​
What's working:
Audio
Receiving and making calls
GPS
Compass
Proximity sensor
Wifi
Bluetooth
USB mass storage
HW accelerated gui
HW accelerated video
Camera
Wifi and USB tethering
VSync
720p Recording / Playback
What's not working:
FM Radio (use Spirit FM as alternative)
Panorama picture (Very bugged)
Download:
Release 3:
Mirror #1 Mediafire
Older Versions:
Release 2 R2:
Mirror #1 Mediafire
Release 2:
Mirror #1 Mediafire
Mirror #2 Zippyshare
Release 1:
Mirror #1 Mediafire
Mirror #2 Zippyshare
Also download gapps
Gapps for JB v4.1.2
(Thanks to ZordanKV for great lite gapps)
Install
Make sure you use CWM6 (home button select) / CWM6 (menu button select) or TWRP (important!)
- Always wipe cache/dalvik-cache when installing, when coming from GB you MUST wipe data
- Flash broodROM-JB-Release-3.zip
- Flash gapps-jb-20121011-signed.zip
- Reboot phone & Profit
Credits
broodplank1337
Arco68 / Ivendor - for CM10/device repo's and all other great work
Christopher83 - for Kernel branch/toolchain
CyanogenMod Team - for the actual base
AOSP Team - for the great light system apps
Sources are on Github!
Screenshots:
See attachements
Changelog:
Release 3:
Code:
- Complete rebuild
-- After about 10 tries (with make clean) finally found the right one
-- Resulting in a butter smooth ROM with a good battery life
--- An 8 hour workday with average use drains about 20% battery, total time is 48h+
- New kernel (broodKernel v3.3) based on Christopher83's branch
-- Linux Kernel Version 3.0.72
-- Compiled with Christopher83's latest linaro build
-- Bigmem 369MB
-- OC/UV
-- Support for Vibration Sensitivity Changing (Check Device specfic settings)
-- O3 Optimization
- Launcher2
-- New awesome default wallpaper by ytok
-- Removed wallpapers of other resolutions to save space
- Settings
-- Integrated AngryGPS in Localization Settings
-- Extended broodParts
--- Choose between OC, OC/UV, NonOc and NonOc/UV kernel
- Rom optimization
-- Services.jar patch (Hard to kill Launcher)
--- HOME_APP_ADJ = 0x1
--- VISIBLE_APP_ADJ = 0x3
--- PREVIOUS_APP_ADJ = 0x5
--- HEAVY_WEIGHT_APP_ADJ = 0x4
--- SERVICE_ADJ = 0x6
--- BACKUP_APP_ADJ = 0x7
Release 2:
Code:
SystemUI.apk
- Added: Brightness Toggle and Sync toggle
- Removed: USB Confirmation Dialog
- Changed: Percent battery as default now
Settings.apk:
- Integrated DSP Manager and broodROM Stats into settings.
broodParts.apk
- Added many new features!
General:
- Hidden the launcher icons of RomStats and DSP Manager
- Removed crap
- New kernel (broodKernel v3.2_RC1) based on Christopher83's branch
- Included new wifi modules
- Updated init.d script.
Release 1:
Code:
- Initial Release
Compiling broodROM Jellybean
Info: ​Building broodROM Jellybean yourself is extremely easy. in fact I made this automated shell script which makes everything even easier then it initially is.
The skill required for building it is really low, anyone can attempt if interested. You need a native linux installation though, (Or you use DevDistro, my linux mint based VMWARE VM that has everything you need)
In broodROM Jellybean I have chosen for my personal preferences in adding the desired content to the rom, the modifications may spread from /device to /vendor and /build. So performing the regular tasks as on a CM environment may screw up the whole ROM. You can look through my commits if you want to find out where all the thing are placed.
Note:
Since the sources are being changed all the time you might have different outputs, like at the moment its already called Release 4 but its still lacking the changes. for stable builds just download one of the builds I posted
Guide​
Step 1: Preparing your environment
I suggest either to use a dual boot installation (if you have windows installed) or use a VM (for example DevDistro), compiling a ROM with Cygwin would be the biggest joke on earth. and the most desperate one.
Anyways since Xistance already made a tutorial on how to build CM10 I'm not going to explain that all. you just need to follow his tutorial until the "Install repo" step and then stop.
Step 2: Downloading broodROM Jellybean
In your native linux session, open a terminal window and enter the following commands:
Make dir and change the directory to that dir
Code:
mkdir ~/broodROM
cd ~/broodROM
Initialize the broodROM manifest
Code:
repo init -u git://github.com/broodplank/android -b jellybean
Download the source:
Code:
repo sync
(if you want to make sure you will get no github timeout errors you should not use the -j option, I found out that using -j8 for example even with a 60mbs connection will give github timeout errors. Those errors are very annoying since you will have to restart the progress again and again until it's finally completed (with loads of errors...)
Step 3: Initialize, Build, Pack, Sign:
Because of the nifty shell script I made this process is as easy as starting the file and coming back after a several hours and its ready to flash in cwm. (at my current pc it takes about 2 hours for the total process)
First have a look in the build.sh file. because there are some options you can adjust.
build.sh config part:
Code:
# ---------------------------------------------------------
#
# Main Configuration
#
MAKEPARAM="" # Example: MAKEPARAM="-k"
JOBS=5 # CPU Cores + 1 (also hyperthreading)
INCLUDERECOVERY=1 # Includes recovery.img in zip (0/1)
#
# Odin Configuration
# All files besides system.img, boot.img, reovery.img and cache.img
# should be placed in build/broodrom/odin to be included if 1 (below)
#
BUILDODIN=1 # If 1, an odin package will be created
# If 0, all options below will be ignored
ODINADDMODEM=0 # Add amss.mbn (modem) to odin package
ODINADDBOOT=0 # Add adsp.mbn, dbl.mbn, osbl.mbn (bootloader)
ODINADDPARAM=0 # Add EMMCBOOT.MBN and partition.bin
#
# ---------------------------------------------------------
Info on vars:
Make Parameters (MAKEPARAM)
The parameters that can be given to the make command, this could be "-k" or "LOCAL_MODULE_TAGS:=optional" for example, it's your choice what to add. generally you don't need any parameter for it to complete the compiling, it builds 100% with "make"
Number of simultaneous jobs (JOBS)
This is the number of max jobs that your pc should do while compiling the rom, the recommended number is the count of your cpu cores + 1, which would make -j5 for a quad core without I7 Hyperthreading (with its -j9). On cpu's such as octa cores you may even pump this up higher. I think -j9 for an octa core is kinda below its max (I would use -j12 probably)
Include broodRecovery to the CWM package (INCLUDERECOVERY)
This includes the built broodRecovery with a 2.6 kernel so it's also safe for emmc brickable chip. It just adds it to the cwm zip and uses a different updater-script to match the changes.
Build an Odin package after creating a CWM zip (BUILDODIN)
This builds an Odin image from the output files in the ariesve dir, this is system.img, boot.img, recovery.img and the created cache.img (100mb empty cache)
Adds a modem to your Odin package (ODINADDMODEM)
This adds amss.mbn to the odin package, the file needs to be placed inside build/broodrom/odin and the value needs to be set to 1 in order to include it.
Adds the bootloader to your Odin package (ODINADDBOOT)
This adds adsp.mbn, dbl.mbn and osbl.mbn to the odin package, the files needs to be placed inside build/broodrom/odin and the value needs to be set to 1 in order to include it.
Adds the param partitions to your Odin package (ODINADDPARAM)
This adds EMMCBOOT.MBN and partition.bin to the odin package, the files needs to be placed inside build/broodrom/odin and the value needs to be set to 1 in order to include it.
[/b]Starting the script[/b]
After editing it for your personal needs just open the shell and enter this oneliner:
Code:
./build.sh
When you leave it it will create a fully working CWM zip and/or Odin package!
That's it!. Please do not distribute your broodROM Jellybean build anywhere else then this topic.
Wauo New Rom Thanks Brood
Re: [ROM][JZO54K]broodROM Jellybean Release 1
Oh yeah! I've been waiting for this :highfive:
Sent from my GT-I9001 using xda app-developers app
Re: [ROM][JZO54K]broodROM Jellybean Release 1
Finally
I've been waiting for this, thanks Brood
Sent from my GT-I9001 using Tapatalk 2
davidteri91 said:
Wauo New Rom Thanks Brood
Click to expand...
Click to collapse
You're welcome!
educk said:
Oh yeah! I've been waiting for this :highfive:
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
Hehe, so did I
TwinHeadedEagle said:
Finally
I've been waiting for this, thanks Brood
Sent from my GT-I9001 using Tapatalk 2
Click to expand...
Click to collapse
Idd finally haha
This initial version is nothing yet, It will become more smooth, powerfull, managable as time passes.
wah...downloading~
Brood, I need the 5 homescreen launcher...can you upload it here??? or can I use the one from Slim Bean???
it's a problem if i use cwm 5.5.0.4 instead of cmw6 or twrp wich you specified in OP ?? THANKS !!
DreamerTKM said:
wah...downloading~
Brood, I need the 5 homescreen launcher...can you upload it here??? or can I use the one from Slim Bean???
Click to expand...
Click to collapse
Here you go, the original Launcher2.apk:
http://www31.zippyshare.com/v/42249136/file.html
Laurentyu1995 said:
it's a problem if i use cwm 5.5.0.4 instead of cmw6 or twrp wich you specified in OP ?? THANKS !!
Click to expand...
Click to collapse
No, 5.5.0.4 is also good, but you may not go ANY lower then that, I recommend you to update to CWM6 though
broodplank1337 said:
No, 5.5.0.4 is also good, but you may not go ANY lower then that, I recommend you to update to CWM6 though
Click to expand...
Click to collapse
I know that... but i think that cwm 5.5.0.4 it's the most stable... THANKS !!!
Laurentyu1995 said:
I know that... but i think that cwm 5.5.0.4 it's the most stable... THANKS !!!
Click to expand...
Click to collapse
it's idd very stable, the only thing I really hate about that cwm is that it uses the home button, which results in many unwanted backups nandroid backups over a time :')
R: [ROM][JZO54K]broodROM Jellybean Release 1
Yay! Going to flash it tonight! Thank you brood!
Inviato dal mio GT-I9001 che di originale non ha più nulla con la CyanogenMod 10 usando Tapatalk 2.
Re: [ROM][JZO54K]broodROM Jellybean Release 1
You did it man.
The AOSP.
Sent from my GT-I9001 using Tapatalk 2
So far sooooooooooo good!!! Thanks Brood!! Until now everything is very smooth and fast!! No problems so far!!
brood, is it possible to have settings for switch widget in notifications?
I miss some buttons there. If not, no problem, I'll use some home screen widget instead.
Re: [ROM][JZO54K]broodROM Jellybean Release 1
Downloading. As always, awesome work done. :highfive:
Sent from my GT-I9001 using xda app-developers app
R: [ROM][JZO54K]broodROM Jellybean Release 1
Downloading! :thumbup:
Inviato dal mio GT-I9001
Brood is it possible to make S3 style pack? Will be nice. Thank you.
Απ: [ROM][JZO54K]broodROM Jellybean Release 1
Brood I can't set an I/O scheduler through Broodparts!! I set it and when I leave the program and go again there nothing is checked!!
Send from my GT-I9001

[ROM][RC4][CM7.2] Reincarnation Rom Series v.1 | S5 Edition [09/08/2014]

thread navigation
1. ROM Details
2. Intallation Procedure and Download Link
2. Screenshot
3. F.A.Q
Code:
[B]#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.
*
*/[/B]
{
"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"
}
With Aroma Installer, this rom give your customization
1. Select your GPS continent
2. Select your GPS country, you can leave its, if your country not appearence.
3. Option to install In2extV2
Performance
> 2.3.8 Bluetooth versions
> Reincarnation Engine v.4
> Adrenaline Boost PRIME
> Better Battery life
> Build.prop tweaks (very clean tweaks)
> Built in flash player 11
> Camera flash fix included
> Faster GPS lock
> Full GPU rendering
> Integrated host file for adblocker
> Media profile tweaks
> Reincardio Engine, give excellent music quality and best overall audio engine
> Removed beep volume panel
> Pre-Installed (optional) in2extv2+ script to expand your internal storage..
Features and Interface
> S5 Launcher
> S5 Lockscreen,
> S5 Styled Statusbar
> Stock My files
> Stock Memo, modded and renamed to S Memo
> Stock CM Calendar modded and renamed to S Planner
> Stock CM Calculator modded
> Stock Touchwiz Desk Clock
> Stock Accuweather from Galaxy S2
> Samsung Keypad
> S5 Music player (base is MIUI Music Player)
> Quicpic gallery
> Samsung stock task manager
> Samsung digital clock widget
> Added Proximity Lockscreen
> Videos like stock samsung video app
> Beautifull CyanogenMod Lockscreen
> Photo Clock Widget
> Modded Camera
> 2.3.8 Screenshot apps
> Android 4.x title bar
> Android 4.x notification panel
> Android 4.x window animation and transition.
> Android 4.x security lockscreen
> New Touchwiz boot animation
> New Touchwiz boot animation
> LMT Launcher
> Device owner in statusbar and about device
> Google Now Search Widget
> Font Changer
> LMT Launcher
> Statusbar Color Settings
> Super SU
Changelog
Code:
### v.1
* initial release
Bugs
> Some black on blue on contact picker,,
> White text on 3x4 samsung keypad ( only ldpi version have this bug )
Credits
> Spacecaker for some icon from their rom SGS III / IV JB Rom and Guide 4.2 Statusbar for GB
> Imbawind for part of Adrenaline Engine and Adrenaline Boost
> Slaid480 for Part of Fly On Mod
> Geva28 for Beats Manager
> Probcomp for SMS Popup Notifier
> Amarullz for AROMA INSTALLER
> UOT Kitchen for Room Theming
> Shlnarang for Launcher base
> RedX Entertainment for Video Manager.apk
> VavanL for Guide to remove beep volume panel
>. Ace i Team, sniper killer and iamareebjamal for give me some knowledge with on off settings guide
> SladyMhmd for On Off Setting Source
> Team nexus, get some knowledge with their Sources
> Musaddiq for Add Kitkat easter egg
> Sky Walker for Deskclock app, i get for his ROM and Resized to MDPI.
> Zeppelinrox for fixfc script binary
> Cronmod for Script Int2extv2+
> All developers of TouchWiz Resurrection ROM, vishnu, radifichation, sniper killer, spacecaker,. my inspire ROM and some sources file.
> Nightwalker for Guide Owner pic on about phone
> b16h22 for Guide Owner pic on expanded statusbar
> Maria Ozawa for Gradient color settings
> Chainfire for SuperSU
> HPlus Label for Decxaf Music Player
> San122 for quickpanel
> and yeah sure dadroid98, he work some features for this S5 Edition
> Myaservip for something
Special Thanks
> XDA DEVELOPER FOR REFERENCE
> Team BrodcomCM for Stable build CM7 RC4 as base rom
Code:
[B]#Note :
/*
* dont say this ROM copy of other ROM,
* actually every APK modded by my self, you can decompile its.
* don't mirror Download Link
* please give me a Logcat or screenshot If you report a bugs,
* its helped than just say fix that
*
*/[/B]
you like my work : just press thanks button,.
you want donate to me : just PM me
XDA:DevDB Information
[ROM][RC4][CM7.2] Reincarnation Rom Series v.1 | S5 Edition [09/08/2014], ROM for the Samsung Galaxy Y GT-S5360
Contributors
Rhievaldo, dadroid98
ROM OS Version: 2.3.x Gingerbread
ROM Kernel: Linux 2.6.x
ROM Firmware Required: Recommended to use dxlf firmware, tested and less bug
Based On: CyanogenMod 7.2 RC4 Unofficial Team BroadcomCM
Version Information
Status: Stable
Current Stable Version: v.1
Stable Release Date: 2014-08-09
Created 2014-08-09
Last Updated 2014-08-09
Installation procedure and Download Link
How to Install : Flash via CWM to full wipe for bugfree
Recommended to use Bieltv3 kernel
If from Stock Based Custom ROM
1. Flash back to stock via ODIN
2. Root your devices
3. Flash CWM Recovery
4. Mount data, system, cache.
5. Flash EXT4 Formatter
5. Flash bieltv3 kernel
6. go to advanced, and reboot recovery
7. Wipe Data
8. Wipe Cache Partitions
9. Wipe Dalvik Cache
10. Format system
12. Format cache
13. Format data
14. Mount system for 2 times, ( frst time when you boot to recovery, your screen will show "Unmounted", but still you need to mount system for 2 times )
15. Mount Data
16. Mount cache
17. Install Zip from SD Card
18. Reboot
If from CM7 Based ROM
1. Wipe Data
2. Wipe Cache Partitions
3. Wipe Dalvik Cache
4. Format system
5. Format cache
6. Format data
7. Mount system for 2 times, ( frst time when you boot to recovery, your screen will show "Unmounted", but still you need to mount system for 2 times )
8. Mount Data
9. Mount cache
10. Install Zip from SD Card
11. Reboot
Download Link :
09-08-2014
cm7.2_reincarnation_v.1_s5_edition_totoro.zip
Bieltv.3 cm7.2 spesific basic kernel http://forum.xda-developers.com/showthread.php?t=2673603
EXT4 Formatter
Screenshot !!!!!!!
Note :
This screenshot is not actual condition of ROM
this screenshot take when the ROM on proggres
Screen of finished is more beautiful than this preview
i cant take finished version cause my ace is sold out
so this may last ROM from me..
even i have some new features and it stuck in progress.
Sad guys.
if anyone can provide full screenshot, it will appreciate.
Launcher and Lockscreen
Music
Settings
Dialer
MMS
Calculator
Deskclock
Q : Whats function of Adrenaline Boost ? and how to activated ?
A : its specially for game booster,,.
How to Use It?
1) Open terminal emulator
2) Type :
Code:
Code:
su
boost
please read more information, go here, http://forum.xda-developers.com/showthread.php?t=1542602
Click to expand...
Click to collapse
Q : This ROM pre-Installed In2extV2+, what is it ?
A : This ROM give you to expand your small internal storage, you must have SD card partition.
Click to expand...
Click to collapse
Q : How to partition SD Card ?
A : Googling it,, btw im partition SD Card with CWM.
Click to expand...
Click to collapse
Q : i like popup features, but why I get double mms notification ?
A : Open mms settings, tick disable notification if you want use popup notification
Click to expand...
Click to collapse
Q : I cant use other lockscreen same as screenshot, like CM Lockscreen or Security Lockscreen,, now i only use Holo Locker, why ?
A : Before use other lockscreen, you must Go to Settings - System - Tablet Tweak - Untick Disable Lockscreen.
Click to expand...
Click to collapse
Q : Can i use other performance script ? like Fly On Mod, Pure performance ?
A : just delete 99reincarnation_engine in init.d folder before flash other tweak but Recommended dont Use other performance script,, If you make experiment with other scripts, dont report bugs to me,
Click to expand...
Click to collapse
Q : My Backlight button doesnt work, why ?
A : its caused im enabled auto brigthness,, its for fix conflicted slider brigthness with toggle brightness, and its also can saves battery
Click to expand...
Click to collapse
Q : Can i use other internal script ?
A : Yes, you can use Cronmod, Ungaze, or other script,. just read carefully the instruction from original post of your script want used
Click to expand...
Click to collapse
Q : Can i use other audio engine and equalizer apps from market or other ?
A : No,,, This ROM is specially created for music lovers,, if you use other equalizer from market its can FC's DSP Beats Manager
Click to expand...
Click to collapse
Q : Statusbar color is Bug ?
A : No,,,
Try my way
1. Change gradient options ( Top Bottoms )
2. Change style ( Four colours )
3. Change style again ( 2 color )
4. Set color.
Click to expand...
Click to collapse
Q : How to use Font changer ?
A : You need have .ttf file on this folder (sdcard > .fontchanger)
Click to expand...
Click to collapse
i wont answer same question, :fingers-crossed:
Reserved
support me with use this signature below
Code:
[CENTER]https://farm4.staticflickr.com/3890/14828824313_518fa6cb27_o.png[/CENTER]
Rhievaldo said:
support me with use this signature below
Code:
[CENTER]https://farm4.staticflickr.com/3890/14828824313_518fa6cb27_o.png[/CENTER]
Click to expand...
Click to collapse
wow.. this rom i have waiting it for a long time.... thanks dev.. will try it and report later.... ^_^
Here Some Feedback:
- The rom overall smooth..
- Screenshot sometimes work.. sometimes doesnt..
- 3 dots on app drawer need to be resized
- some buttons need to be resized on setting
- the other things work finely..
good job dev.. so appreciate it..
Bug: line in contact
Sent from my GT-S5360 using Tapatalk 2
Finally wait is over......
Updater-script error
Hi sir, great rom, looks amazing, btw you forgot something, these lines in updater script:
format("ext4", "EMMC", "/dev/block/stl9");
mount("ext4", "EMMC", "/dev/block/stl9", "/system");
format("ext4", "EMMC", "/dev/block/stl10");
mount("ext4", "EMMC", "/dev/block/stl10", "/cache");
format("ext4", "EMMC", "/dev/block/stl11");
mount("ext4", "EMMC", "/dev/block/stl11", "/data");
should be just:
mount("ext4", "EMMC", "/dev/block/stl9", "/system");
else you cannot install any app, and previous version of Reincarnation updater-script was like i said before
i will report if there is another bug:
-line in contacts (is not so important, at least to me)
Edgardo_Uchiha said:
Hi sir, great rom, looks amazing, btw you forgot something, these lines in updater script:
format("ext4", "EMMC", "/dev/block/stl9");
mount("ext4", "EMMC", "/dev/block/stl9", "/system");
format("ext4", "EMMC", "/dev/block/stl10");
mount("ext4", "EMMC", "/dev/block/stl10", "/cache");
format("ext4", "EMMC", "/dev/block/stl11");
mount("ext4", "EMMC", "/dev/block/stl11", "/data");
should be just:
mount("ext4", "EMMC", "/dev/block/stl9", "/system");
else you cannot install any app, and previous version of Reincarnation updater-script was like i said before
i will report if there is another bug:
-line in contacts (is not so important, at least to me)
Click to expand...
Click to collapse
if remember, that updater is original cm7 by bieltv3.
i dont have modified it cause i dont get any report about app installation.. but if you talk about error on Playstore, it just need flash ext4 formatter before flash rom.
btw, thanks for telling me....
Rhievaldo said:
if remember, that updater is original cm7 by bieltv3.
i dont have modified it cause i dont get any report about app installation.. but if you talk about error on Playstore, it just need flash ext4 formatter before flash rom.
btw, thanks for telling me....
Click to expand...
Click to collapse
Yes it is the original from cm7 by bieltv but users reported problems with playstore (even flashing ext4 formatter) and the problem was those lines and someone suggest use updater-script from percy build(this one have the line that i told you), btw just those lines are the problem, i used ext4 formater to flash the rom, as all the cm7 roms but the problem was still there, so i modified the updater-script and it worked
btw other solution is using cache fixer app
Edit: there is the solution: http://forum.xda-developers.com/showthread.php?p=50907846&highlight=percy#post50907846
Edgardo_Uchiha said:
Yes it is the original from cm7 by bieltv
Click to expand...
Click to collapse
Plz upload ur modified META-INF folder...
Edgardo_Uchiha said:
Yes it is the original from cm7 by bieltv but users reported problems with playstore (even flashing ext4 formatter) and the problem was those lines and someone suggest use updater-script from percy build(this one have the line that i told you), btw just those lines are the problem, i used ext4 formater to flash the rom, as all the cm7 roms but the problem was still there, so i modified the updater-script and it worked
btw other solution is using cache fixer app
Edit: there is the solution: http://forum.xda-developers.com/showthread.php?p=50907846&highlight=percy#post50907846
Click to expand...
Click to collapse
ok.. since i dont have young as daily driver.. i dont know if some people still get problem after flash ext4formatter..
and yeah i'll change updater in next update.
i think all work good here, app installation okay, clean look, room overall smooth, and work fine, but audio quality still same as Reincarnation s4 version, (i hope e better audio performance instead ) also screenshot doesn't work properly sometimes, it will show black result after capture.
FYI, i've removed google play service from my phone, and reflash this script >> http://www.mediafire.com/?rrhddnsaz6gaxh0
and this rom work better
btw, good job @op
Bugs
Setting fc when enter volume control
Can't set ringtone, it doesn't ring the song I chose
Sent from my GT-S5360 using Tapatalk 2
datvui2211 said:
Bugs
Setting fc when enter volume control
Can't set ringtone, it doesn't ring the song I chose
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
send log.
you are always impressing me dude that's why I love your roms, amazing and smooth, as usual. will repot any bugs
Great work
I tried your S4 rom and it was great. I'm going to give this a crack. The only problem with the S4 is that Bluetooth Audio didn't work when pairing with A2SP or mono headsets.
Having a google apps free version or installing google apps as a seperate CWM zip would be good. Could you accommodate that with the same google play installer app that you have sandwidged in there? (The one that freezes itself after first use?)
I'll let you know how I go with this rom but your work is appreciated. Maybe the DSPManager has something to do with the bluetooth audio issues. Bluetooth of course works great. I can do PAN, Dialup and Serial with no problems. Tested it with an external GPS on a very long trip. Worked the whole day
The other strange bug in the S4 is when you go into ROM feedback options it forced closed, so please fill us in on the default settings. I'm not worried I know how to use iptables
Good i tried it. There still is an audio routing issue. Btw mono and the phone app just muffled the audio out top speaker. (phone audio to Bluetooth) media audio to A2SP muted. External Bluetooth gps has some bugs. Bluetooth gps app works fine but internal cm external Bluetooth gets false location fixes on other side of the world intermittently.
Other than that all is good. I can provide adb over ssh tunnel if you need it.
Sent from my GT-S5360 using XDA Free mobile app

Categories

Resources