[DEPRECATED][SCRIPT]g_BonE's Slaid480 LagFreeV3 ReRolled -errorfixed- -optimized- - Galaxy Ace S5830 Android Development

I switched to a I9001 Galaxy S Plus, thus no more updates.
About
If You are like me - a fan of those monolithic install-and-forget scripts to optimize Your Ace at boot then this is for You.
As a base i took Slaid480's LagFreeV3 script and fixed some errors in it. Seeing that his script constantly overwrites earlier tweaks set up in itself i went on to consolidate it.
After that turned out succesful i combed through all the other scripts, snippets and tweaks floating around XDA (TurboBoostv8.5, BoostBuster, allinone Ram) and came up with my solution of a monolithic All-In-One script.
This here script contains all the useful tweaks for the Ace, was error checked, optimized and thoroughly tested on my personal Ace.
This is a continuation of the thread:
[SCRIPT] Slaid480's LagFree V3 script -fixed- -optimized-
http://forum.xda-developers.com/showthread.php?t=1486930&page=11
Required
* Ace S5830
* Root
* CM7.x
* Busybox (should already be there if rooted)
* Kernel supporting NOOP scheduler and SmartA**V2 governor
Script was tested on:
zImage-Mod v1.1 and v1.2 Kernel
http://forum.xda-developers.com/showthread.php?t=1292200
CM7.2 RC0 KANG by vo-1 deodexed with PDroid
http://forum.xda-developers.com/showthread.php?t=1462178
Instructions
- Make a nandroid of Your phone (just in case).
- Flash zip using CWM recovery.
- Reboot.
- Success.
An optional error logging function can be enabled by creating an empty
file named lagfree_debug in Your /data/ folder. Doing so will allow the
script to create a logfile /data/lagfree_debug.log during execution on
boot. This might help for finding issues on other ROMs and Kernels.
The script now contains some logic so when it does not succesfully run
to its end it will disable itself on the next boot. This will fix the "stuck
on android" issue.
To remove the script alltogether just flash the LagFreeV3_Rerolled_
Uninstaller.zip via CWM.
Credits
* SLAID480
* GadgetCheck
* Juwe11
* Salah Abouabdillah
* Einherjar Development Team
* CRANIUM ROM
* zacharias.maladroit
* voku1987
* [email protected]
* redmaner
* pikachu01
* fuss132
* LeonardLuangga
* Team Blockbuster
* tossan
* iandol
* _Roysten
* dragonnn
* XDA (for the help identifying the bugs)
* Everyone (i forgot but who put an effort into parts of this script)
Enjoy,
g_BonE

Changelog
0.17b - first release in XDA Development subforum, replaces older version --- REMOVED DUE TO setprop ISSUE!!!
0.23b - second release, replaces older version: setprop slot fix and bootloop (stuck on android) fix implemented. Thanks to tossan, iandol, _Roysten and dragonnn for the detective work and help getting this fixed.

Now, thank you! And why is it that we need CM7? Isn't this supposed to run on stock roms (rooted of course, and with cf-root kernel)?

WAIT so is this the combination of the given tweaks in OP or just fixed Lagfree? Kinda confusing O.O

original lagfreev3 runs great on stock with all permissions checked. Is this for stock also?

itasoulas said:
original lagfreev3 runs great on stock with all permissions checked. Is this for stock also?
Click to expand...
Click to collapse
if you consider "runs great" to mean that it fails to run properly because it has more bugs than the Amazon Jungle and thus it can run "great" anywhere because it actually fails to run everywhere!!!
lagfreev3 original is like homeopathy!

How do I install this over original lagfree?
Sent from my GT-S5830 using xda premium

iAreBeRtii said:
How do I install this over original lagfree?
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Why do you want to install it over the original one? It was stated that it has too many bugs. Just delete the old one and flash this.

actually no need to uninstall, the installer of my script removes the original lagfreev3, turboboost and other scripts from init.d
and no, no need to install anything else besides this one its ALL INCLUDED

does this work on stock?

g_BonE said:
actually no need to uninstall, the installer of my script removes the original lagfreev3, turboboost and other scripts from init.d
and no, no need to install anything else besides this one its ALL INCLUDED
Click to expand...
Click to collapse
so, just install this script, and we're done?

Cool! Thanks gbone, you's a boss!

flashing your script makes my phone stuck on boot. i have LeWa rom installed. also, lagfreev3 and turboboostv8 is installed..

tomy2590 said:
flashing your script makes my phone stuck on boot.
Click to expand...
Click to collapse
Wait awhile and see if the desktop loads. I guess it takes time to rebuild the caches.
@g_BonE
You sholdn't clean up the caches (especially the *.apk files) on every reboot (->Dalvik Optimization).
The user can do it manually in CWM. This is only necessary before installing a custom rom or after modding some system files.
Otherwise: Great clean up work done! Hope all the script lovers appreciate it. Here are the line counts as a rough comparision:
Code:
[email protected]:~/Downloads/$ wc -l S9*
1130 S95Lagfree
305 S99_LFv3gB
1435 total
^^

@DooAce: I cant positively answer on the "working on stock" question as idont have a stock rom on my ace. i'd say it *should* if the rom has init.d support and the other requirements posted in the first post. anyone willing to give it a shot might do so using the debug feature and posting the logfile here so i can have a look.
@tossan: yes, i'll make the zipaligning a optional step, maybe using the same approach i took with the debug option (-soon-)
@tomy2590: and yes, first boot will take a while as zipaligning and database optimization takes a while. please be patient for a bit.

Doesn't work on Ace-of-Spades V1 - stuck on Android for over 20 minutes.

I have debug this script - don't know why but it's stuck on the setprop lines, removing it will repair this script. You can add on the begin of this script the command:
Code:
adbd &
And on the end:
Code:
killall adbd
Using this you can debug this script (via logcat) in real time and show on what he stops.

g_BonE said:
@tossan: yes, i'll make the zipaligning a optional step, maybe using the same approach i took with the debug option (-soon-)
Click to expand...
Click to collapse
I'm referring to this line at the end of the file, which will be executed on every phone reboot, making the dalvik cache unusable.
Code:
rm -f /data/dalvik-cache/*.apk
The zipaligning should be ok, because the code fragment only zipaligns new installed apks, if they're not already aligned.
~~

Phone rebooted succesfully afyer flash themyhrom advanced

g_BonE said:
actually no need to uninstall, the installer of my script removes the original lagfreev3, turboboost and other scripts from init.d
and no, no need to install anything else besides this one its ALL INCLUDED
Click to expand...
Click to collapse
Awesome! Thanks!
Sent from my GT-S5830 using xda premium

Related

[OBSOLETE] Great Combo For Galaxy Ace

This is a list of Galaxy Ace ROM, kernel, and tweaks that (when combined) will make your Ace run blazingly fast!
Tested by me.
I'm not responsible if your Ace went wrong. Make a backup first.
Before we start, make sure you have backup for your important data and applications.
Best ROM
Not sure which is the best ROM, it's relative. So far, for stock ROM lovers you can use Blackhawk ROM by ketut.kumajaya
Best Kernel
CF-Root for S5830. I have no comments. An amazing kernel.
Best RAM Tweak (for stock ROMs without CF-Root only)
Juwe's RAM optimization script. It's working fine on Ace, but the boot time will take longer than usual.
Best Animation Tweak (will smoothen animations on stock XXKPH ROM and activate CRT animation on coderom)
Not sure who share this tutorial, but you will get smooth animations after you have applied this tweak. Using Root Explorer, mount /system/ to RW, edit build.prop, find debug.hw, add a hash "#" before it. Save and reboot. Original post here.
For the best result: make sure you have activate a2sd and convert filesystem to ext4 using ext4 Manager (available through CF-Root) and do NOT apply Conservative Gov (when applied, it will save battery life but will slow down performance)
Okay, that's all.
Please report to me if you get something wrong so I can revise this thread.
I was gonna install coderom for the reboot button feature (on phone options), but the link was down.
Please add this: enabling crt on gingerbread rom by adding a hash (#) to debug.hw in build.prop smoothen everything a lot, especially popups.
XDA ♥
- XXKPH
- Easy Deodex + Root (XDA)
- Zipalign on boot setting from A2SD GUI
- CF -Root updated to b78
- update to CWM 4.0.0.9
- Internal memory converted to ext 4 (by ext4 manager)
- set tweaks => default (no checked list)
thats great combine! i've used this...
very smoothly guys...
thanks,just flash up the RAM optimizer with CWM~
fla.sh said:
This is a list of Galaxy Ace ROM, kernel, and tweaks that (when combined) will make your Ace run blazingly fast!
Tested by me.
I'm not responsible if your Ace went wrong. Make a backup first.
Before we start, make sure you have backup for your important data and applications.
Best ROM
Coderom.NexusAce by code28h4p. The original download link was removed by Moderator because it's contains warez.
Further instructions: How to flash coderom.nexusace and How to setup a2sd with coderom.nexusace.
Best Kernel
CF-Root for S5830. Original post (in Indonesian) here.
Best RAM Tweak
Juwe's RAM optimization script. It's working fine on Ace, but the boot time will take longer than usual.
Okay, that's all.
Please report to me if you get something wrong so I can revise this thread.
Click to expand...
Click to collapse
Hi fla.sh,
I don't think anyone will go wrong when they have great combo like this. I have all of them in my SGA. (Of course with CRT as mentioned by consegregate)
Now my ace runs very smoothly.
Hey, if I apply the ram optimization... how do I get to the original configuration? A flash of the kph rom (the one i have) would be enough?
I'd say just deleting the script file should be enough.
And lol that's exactly what I have on my Ace. Plus the CRT animation.
Tap-a-talked from my Galaxy Ace
Diliban said:
Hi fla.sh,
I don't think anyone will go wrong when they have great combo like this. I have all of them in my SGA. (Of course with CRT as mentioned by consegregate)
Now my ace runs very smoothly.
Click to expand...
Click to collapse
Hi,
I have this question for you... Do I need to install everything in the post CF-Root for S5830 like CF root manager, Tweak, EXT4 Manager etc., or just the below mentioned part is enough?
I just flashed this part to my SG Ace.
Instructions (long)
- Follow these instructions to the letter. Do not touch any buttons or checkboxes that are not listed below to touch!
- Unzip CF-Root-S5830-v3.7-b78.zip
- (USB) Disconnect your phone from your computer
- Start ODIN v4.38
- Click the OPS button, and select Cooper_v1.0.ops
- Click the PDA button, and select CODE_S5830XXKPH_CL260130_REV03-CF-Root-v3.7-b78.tar.md5
- Put your phone in download mode
- (USB) Connect the phone to your computer
- Click the START button
- Wait for the phone to reboot
- Done (if it took you more than 30 seconds, you need practise!)
I tried Quardant after installing this Kernel which gave me 1043 (sdcard class 2) which is as equal to what I got before without this kernel. What is your thought?
Quadrant won't show any difference until you convert your system to ext with the exr4 manager.
Tap-a-talked from my Galaxy Ace
Hi mate, any chance of a pm maybe ?with the bit's to try this rom out? can't find dou to link being removed. thanks.
Added CRT animation tweak
QNBT said:
I was gonna install coderom for the reboot button feature (on phone options), but the link was down.
Kind enough to PM it to me?
Thanks in advance!
Google it, type "coderom nexus" first result its the rom 4shared download.
Click to expand...
Click to collapse
CF-Root have all Juwe's RAM script options with different values​​. If you don't mind, I could write a CWM update package to set CF-Root using JRS value and enabling animation CRT ("setprop build.sf.hw 0").
ketut.kumajaya said:
CF-Root have all Juwe's RAM script options with different values​​. If you don't mind, I could write a CWM update package to set CF-Root using JRS value and enabling animation CRT ("setprop build.sf.hw 0").
Click to expand...
Click to collapse
Wow... I don't know that. I was including JRS just because if someone has XXKPH rom without CF-Root, they can increase free RAM
a little bit Indonesian: Om Ketut kapan nih release CF-Root berikutnya?
fla.sh said:
Wow... I don't know that. I was including JRS just because if someone has XXKPH rom without CF-Root, they can increase free RAM
a little bit Indonesian: Om Ketut kapan nih release CF-Root berikutnya?
Click to expand...
Click to collapse
But only CF-Root executing script in /system/etc/init.d
Rencana u/ CF-Root:
1. Menjalankan dtapps2sd script di mode recovery
2. Kompilasi ulang kernel untuk mendukung ext4 data writeback
fla.sh said:
This is a list of Galaxy Ace ROM, kernel, and tweaks that (when combined) will make your Ace run blazingly fast!
Tested by me.
I'm not responsible if your Ace went wrong. Make a backup first.
Before we start, make sure you have backup for your important data and applications.
Best ROM
Coderom.NexusAce by code28h4p. The original download link was removed by Moderator because it's contains warez.
Further instructions: How to flash coderom.nexusace and How to setup a2sd with coderom.nexusace.
Best Kernel
CF-Root for S5830. Original post (in Indonesian) here.
Best RAM Tweak
Juwe's RAM optimization script. It's working fine on Ace, but the boot time will take longer than usual.
Best Animation Tweak (will smoothen animations on stock XXKPH ROM and activate CRT animation on coderom)
Not sure who share this tutorial, but you will get smooth animations after you have applied this tweak. Using Root Explorer, mount /system/ to RW, edit build.prop, find debug.hw, add a hash "#" before it. Save and reboot. Original post here.
For the best result: make sure you have activate a2sd and convert filesystem to ext4 using ext4 Manager (available through CF-Root) and do NOT apply Conservative Gov (when applied, it will save battery life but will slow down performance)
Okay, that's all.
Please report to me if you get something wrong so I can revise this thread.
Click to expand...
Click to collapse
Hi All,
I have an issue (may be not), I haven't installed the DT a2sd addon from this thread as I already run on coderom Nexus which has DT a2sd. I entered into Terminal and typed SU and then a2sd repair. After boot I saw i have only 24MB as EXT4 in a2sd GUI and Dalvik cache moved back to internal memory, but I created 2GB as EXT4 while partition which still appears in my Titanium backup. Did I do anything wrong? Which app is correct? Please help. I have uploaded screenshots from both apps.
royskeyz said:
QNBT said:
Google it, type "coderom nexus" first result its the rom 4shared download.
Click to expand...
Click to collapse
Thanks for the tip!
Still wondering if i'm able to backup my current data with CWM and restore them with the new ROM
Click to expand...
Click to collapse
Attachments here... Sorry missed them in the last post

[ROM]ICS-4.0.4 FLEX-Ressurrection-Aroma_Rev1 (Flexreaper newest edition)(02-Nov-2012)

A100 users look here for FLEX-100-REAPER rom​
BEFORE YOU DO ANYTHING PLEASE BE SURE TO BE ON THE ICS UNLOCKED BOOTLOADER.
HOW TO DO THIS UNLOCKED BOOTLOADER THING?
For Aroma installer you need to be on one of the following custom recovery's
ezterry's A500PubRecovery
or
TWRP 2.1.3 (not 2.2...)
or
Thor 1.7.3
or
ra-recovery 3.17 (recovery-ra-iconia-3.17-gnm)
INSTALLATION
-first take a full nandroid backup !
-First time installing this rom = wipe all , factory reset , format and make sure to format flexrom!!!
-flash rom first with cwm or RA recovery
-Reboot and do your settings.
-Now you can use the Aroma packages or mods
If you got problems please before posting them do the following.
Performe a REAL format....
here's how to on cwm:
go to in recovery enter "Backup and Restore" and click on "Toggle backup and restore of internal storage (/data/media)"
should say enabled....
then go into "Mounts and Storage" and "format /data"
this will REALLY format data and you will loose all you have in the in the internal memory.
Click to expand...
Click to collapse
FLEX-Resurrection_Rev1-Aroma-Public
CB0D10326EAE374141FFF90A9F30EB9D *FLEX-Resurrection_Rev1-Aroma-Public.zip
BIG THANKS TO EZTERRY FOR FEEDBACK AND HELP !
Based on 1.054.00 and running ezT20 1.0.1 OC Kernel @ 1.2GHz.
If you want stock or other kernel and zRam tweaks see kernel section.
Use the AROMA packages for extra apps on your tablet.
FLEX-THEME_INSTALLER-ver2 (new ressurection mods not included)
-Install 9 different themes , enable/disable AcerRing and a choise of 3 different bootanimations.
-You want more mods , see EXTRA mods a few scrolls lower.
-Or take a look at the extra mods a few scrolls lower.
Click to expand...
Click to collapse
ScreenShot with some extra aroma apps
You can pick different buttons and framework layout in the Aroma installer.
If you select nothing you get stock ICS look
Blue mod (new)
{
"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"
}
(Transparant)
BASED ON 1.054.00_WW_GEN1 & A700 4.0.4
EzT20-V1.0.1 kernel @1.2GHz-Lulzactive
-3 Launchers to pick from , stock Launcher , Apex , Nova
-Android 4.0.4 keyboard
-Busybox 1.20.2-New busybox installer configure busybox to be the primary and not toolbox.
-Build.prop updated for smoother scrolling and dalvik tweaks for deodexed rom.
-DHCP lease patch for wifi @ezterry
-Rooted , su 3.1.3
-Full deodexed -zipaligned
-Init.d support
-Tweaks for memory , internet ,....
-Crypted gps optimazation patch if GPS still don't work fine look here
-Native-Add-Hoc wifi support or use this extra Ad-Hoc patch if original doesn't work , flash with CWM
-Native ntfs support for all kernels , stock Acer , ezT20 and gm-A500-1.5..(Thanks to thor2002ro for vold )
-Development option settings,merci vache
-Little mods to framework and AcerRing by me(in aroma package)
-AcerPrint
-AcerRing , merci vachepour guidée
-SonyBraviaEngine
-Google-Now(in aroma)
Thanks to these people here and this is the "M7- Mikeyxda's version7."
(modded by civato for better icon layout)
-pppWidget for 3Gusb dongle support
-Adrenaline Engine and V6Supercharger tweaks
V6: init.r ramdisk tweaks
V6services.jar tweak
Adrenaline engine: Darky_zipalign(aligns new installed apps on boot) .
Terminal tools
If the auto gps update and mimtempfiles remover don't do there job do the following=
-New GPS updater (lto) terminal command is = su (enter) gps-update(enter)
-Mimetempfile-remover (exchange e-mail temp files) terminal command is = su(enter) remove-mimetempfiles(enter)
Backup tool:
Full ONANDROID backup without the need to reboot.
(Thanks to ameer1234567890)
This backups even your cpuID.
New in this release is it auto detect the externalSD if present to place backup there
Full onandroid backup = command is su (enter) onandroid (enter)
Options in onandroid = su (enter) onandroid -h (enter)
Advanced Options in onandroid = su (enter) onandroid -ah (enter)
databackup command is :su(enter) onandroid -a d(enter) or
su(enter) databackup(enter).
Systembackup command is : su(enter) onandroid -a s(enter) or
su(enter) systembackup(enter)
*clean system (dalvikcache and cache)= command is su (enter) sclean (enter) (from V6 supercharger)
Click to expand...
Click to collapse
Aroma Options:
Code:
[B]"Extra Launcher"[/B]
"APX Launcher", "Launcher with JellyBean look/features, Stock is NOT replaced"
"Nova Launcher", "Launcher with JellyBean look/features, Stock is NOT replaced"
[B] "SELECT_ONLY_ONE look & Framework"[/B]
"BLUE_Trans-LOOK-Mirror-Bar"
"BLUE_Trans-LOOK-Mirror-number"
"BLUE_Trans-LOOK-Mirror-meter"
"BLUE-LOOK-Mirror-Bar" [B]NEW in ressurrection[/B]
"BLUE-LOOK-Mirror-number"[B] NEW in ressurrection[/B]
"BLUE-LOOK-Mirror-meter" [B]NEW in ressurrection[/B]
"BLUE-Transparant-FRAMEWORK"
"BLUE-Special-FRAMEWORK" [B]NEW in ressurrection[/B]
"BLUE-AcerRing", "This replaces the stock AcerRing"
[B] "WIDGETS"[/B]
"AsusWeather"
"DigitalClockWidget2"
"WeatherWidget1"
"WeatherWidget2"
"AgendaWidget"
"MyLocationWidget"
"TaskManager"
"PostIT"
[B]
"GOOGLE-NOW & Social Networking"[/B]
"SocialJogger"
"GoogleNow", "Replace ICS GoogleSearch/VoicSearch/TTS with JellyBean GoogleNow"
[B] "Tools & File Manager"[/B]
"AcerFileApps"
"calculator"
"ApInAp"
"AcerPlanner"
"LumiRead2"
"Supernote"
"Developer_Settings"
[B] "Media Applications"[/B]
"AcerDLNA2"
"ClearFi"
"AcerMedia"
"3DPhotobrowser"
"AcerPrint"
"MusicA_Picasso"
"Asusmail"
[B] "Live Wallpapers & tool"[/B]
"Galaxy4"
"MagicSmokeWallpapers"
"NoiseField"
"PhaseBeam"
"VisualizationWallpapers"
"PhotoWall"
"SimpleWallpaper"
[B] "Keyboards"[/B]
"Asus-Keyboard"
"Acer XT9-Keyboard"
"Swype Keyboard"
"AcerKorIME"
[B] "BootAnimations-SELECT ONLY ONE"[/B]
"A700Default"
"A700-JellYBean"
"AtomicNumbers"
"Vortec"
"Vortec2"
[B]"DATA apps and Tools"[/B]
"EsFileExplorer"
"PhotoEditior"
"Terminal"
"Quickboot"
"PolarisOffice"
"BareCodeScanner"
"Memo"
"BMW Widget"
"GenieWidget"
"GPS-tester"
"Lulzactive"
"Monopoly"
"Real2Racing"
"Solitaire",
"Quadrant"
"Soundhound"
"TitaniumBackup"
"TouchScreenB"
"ToshibaMediaPlayer",
"3GUSB"
HISTORY:
Code:
R3: 27-2-2012:
-28-feb-2012:R4
-2-Ma-2012:R5
-06-Ma-2012: R6-GOLD EDITION
-08-Ma-2012 : R7
-08-Ma-2012 :R8
-09-Ma-2012 :R8 beta2
-11-Ma-2012: R9
-19-Ma-2012: R10
-25-Ma-2012: Added Battery% MODS in mod section
-2-Apr-2012: NEW release R11
-4-Apr-2012: added special R11 mod
-5-Apr-2012: White text mod
-6-Apr-2012: NEW TWEAKED KERNELS
-7-Apr-2012: New White mods
14-Apr-2012: R12 released:
-19-Apr-2012: R12.5 released:
-20-Apr-2012: Acer planner app added
-24-APR-2012: New Transparant mods
-25-Apr-2012:Raster mod added
27-Apr-2012: R12.5-SPECIAL EDITION released.
28-Apr-2012: HC bootloader Tweaked5 kernel that is build in R12.5 Special edition is available in a flashable zip.
29-Apr-2012: R13 released , full 1.033.00 rom based on the ICS OTA of Acer.
-1-May-2012- Released the new Tweaked full root 1.033.00 kernels
-2-May-2012: R14 Released
-8-May-2012: RF1 released
-9-May-2012: New White mod -transparant - MASK menu background (as requested)
-10-May-2012: New RED MOD and White Mod see Special MODS and Optimezd WHite mask mods
13-May-2012: RF1_rv1 released , not a real new release so users on RF1 don't need to flash this.
-17-May-2012:released a patch for the RF1 users so the can update it to RF1_rv1 without the need to reinstall the whole rom.
-18-May-2012:Release RF_rv2
19-May-2012:See patch section above.
20-May-2012: NEW speed optimized Kernels , performance is a little better and "setcpu" is better supported for making profiles(no SoD when using setcpu) (No overclocking , sorry)
-Primary and secondary kernel installer for the people that are on V6 unlocked bootloader , see kernel section
21-May-2012: New Tweaked 3 Speed kernel[URL="http://forum.xda-developers.com/showpost.php?p=26311213&postcount=10"]Kernel Build[/URL] from Source without the SystemWrite protection @ [URL="http://forum.xda-developers.com/member.php?u=3390610"]waydownsouth [/URL]and Speed Tweaks @ civato
23-May-2012: NEW EXTREEM PACKAGE(only for ICS bootloader users)
26-May-2012: EXTREME-PATCH FOR ICS BOOTLOADER USERS ONLY!!
AcerRing disabler & enabler
RELEASE FULL ROM : FLEXREAPER-RF1-EXTREME_EDITION (ICS BOOTLOADER USERS ONLY)
27-May-2012:
-Extreme patch revision2 , kernel updated , solitaire added in data , menu background changed (if you use a mod please reinstall mod)
-FULL ROM revision2
-Bootanimation added.
28-May-2012: Added No games edition and games package
3-Jun-2012: New patch for extreme_rev3 , this updates RF1.... rom to RF1_rev3 EXTREME EDITION (full rom will follow)
Updated kernel
Less aggressive memory tweaks = almost no effect in benchmarks but should give better user experience.
4-Jun-2012:Release full rom rev3
5-6-2012: New custom build bootanimation by JaeKar99
11-Jun-2012: REV4 civato_ezterry Patch release
28-Jun-2012:GOODBYE ROM
NEW RELIXxx WITH SUPERUSER 3.1.3 (in data) instead of the SuperSU for root. (as I think most users prefer this version of root tool). If for some reason root doesn't work , wait a minute or update the "su binary" from with in the superuser app
Added 4.1 JellyBean Android Music2Player and New Playstore (market) and GenieWidget.-7-JUL-2012: NEW RELIXxxX based on 1.054.00 ACER RELEASEenjoy.-NEW RE-FLEX ANDROID 4.0.4 rom , SPECIAL ONE
This is a standalone rom and got nothing to do with FLEXREAPER.
-14-Jul2012
-FLEXREAPER-RF1 switch to FLEXREAPER-RELIX_rev5 Android 4.0.3 : Full 1.054.00 Acer leak based , running stock 1.054.00 kernel with I/O , init.d and GPS tweaks.
If you want to overclock go to the kernel section and flash a OC kernel
-UPDATED all the kernels for the ICS bootloaders..
-15-Jul-2012:Added pre-overclocked kernels.
17-Jul-2012: Added HC-BOOTLOADER_USERS_KERNEL_1.054.00 Tweaked - GPS - I/O - init.d - Full root, for the people that want to run these roms on there tablet with HC bootloader
8-Aug-2012:Added GOOGLE NOW installer for RELIX and RE-FLEXxx
9-Aug-2012: New GoogleNow installation package :
This one removes the VoiceSearch app and give better search Icons (the previous has got 2 google icons in left corner what looks stupid)[COLOR=Red][B]9-Aug-2012:[/B][/COLOR]
[COLOR=Red][B] Release RE-FLEXxx_rev5.2 see that thread for more details[/B][/COLOR]
Release FLEXREAPER-RELIX_Rev6
[COLOR=Red]13-Aug-2012:[/COLOR]
RE-FLEXxx-STRYKER RELEASED
[B][COLOR=Red]18-Aug-2012: [/COLOR][/B]
[B][COLOR=Red] Update patch to REV2 for STRYKER users and full rom (see RE-FLEXxx thread)[/COLOR][/B]
[B][COLOR=Red] 20-Aug-2012[/COLOR][/B]
[B][COLOR=Red] New KERNELS with better Init.d support for all users and.[/COLOR][/B]
[B]20-Aug-2012:[/B]
[B] -New FLEXREAPER-RELIX_Rev7 [/B]
[B]What is new:[/B]
see rom features
For the RELIX_Rev7 build I would like to thank:
-ezterry (Kernel)
-ameer (Backup scripts)
-zeppelinrox (V6Supercharger)
-ImbaWind (Adrenaline Engine)
-thor2002ro (ntfs support vold)
2-Sep-2012
Rev7 to Rev7.1 Patch
Important update regarding GPS lto update.
11-Sep-2012:
V2.0 linuxsociety kernel and zRam tweaks added in[COLOR=Black][URL="http://forum.xda-developers.com/showpost.php?p=22985373&postcount=14"] kernel section.[/URL]
Modded to work on RE-FLEXxx and FLEXREAPER[/COLOR]
[SIZE=2][B][COLOR=Red]15-Sep-2012[/COLOR]
NEW FLEXREAPER-ReliX-GT version
Different installation process with other kernel tweak so the new nandroid backup works.[/B]
[B]New Kernels to work with the new version.
[/B]Old kernels will break nandroid backup feature so I removed them.[/SIZE] [SIZE=2]
Don't use the new kernels on older roms.
[B][COLOR=Red]27-Sep-2012[/COLOR]
[B]New FLEXREAPER-RELIX-GT_Rev1.1 full rom released
Asus keyboard , swype keyboard
Onandroid updated (backup-tool)
Holo launcher removed (didn't like it)
APX 1.3.1 Launcher is now in data\app (so can be removed from within the app drawer)[/B][/B][/SIZE] [SIZE=2]
AND from now on [/SIZE] [SIZE=2]
[COLOR=Red][B]NEW on RELIX-GT_Rev1.1: If you are on a FLEXREAPER version no need to do a full wipe (your data and settings will be untouched) , necessary cleaning is done on installation! You only need to download it and install it with custom recovery![/B][/COLOR][/SIZE]
02-Nov-2012:Release of the new FLEX-Ressurrection-Aroma_Rev1
4.0.4 Android based now.
Apps updated.
Aroma installer with countless options on installation.
New mods
Main goal of this rom is stablity, installing some extra apps or settings can influence the stability (Asus Mail , Developer settings)
All mods for FLEXREAPER will work on this rom.
Click to expand...
Click to collapse
EXTRAMODS
(most of these mods are in the "Aroma Theme Installer")​ Before you flash a mod you reboot first and use the ring, then you go back to recovery to flash the mod.
Blue-buttons-NO battery%
BlueMirror-buttons-NO battery%
Stock-buttons-NO battery%
StockMirror-buttons -NO battery%
Battery% MODS Stock ICS look
Blue-buttons-Battery%
BlueMirror-buttons-Battery%
Stock-buttons-Battery%
StockMirror-buttons-Battery%
Special MODS
FULL-STOCK-ICS LOOK- Blue-buttons - Battery%
RF1-DEFAULT-LOOK(transparant)
Black-Blue-Silver(R12.5 LOOK)
Blue-Tone (R12 look)
GreenBlue(R11look)
GOLD-MOD
TRANSPARANT MODS (same layout / BlueMirror buttons - Battery%, different menu picture)
MASK
NVIDIA-LOGO
RASTER
GoldRing Gold Rastermenu background , Blue buttons , Battery% , transparant mod
Special editions(Active topbar is smaller in some apps with these white mods , because framework is modded for white clock text)
White statusbar mod + white text and battery % mod+ special R11 edition mod
White statusbar mod (circle-battery% stock buttons)
White statusbar mod (circle-battery% -custom buttons)
WHITE MASK MOD STOCK BUTTONS
WHITE MASK MOD CUSTOM BUTTONS
RED MOD (transparant , Red text , buttons , etc.........)
WHITE-MOD (Transparant , White text , etc....)
ACER RINGS
Titanium AcerRing (R9 look)
Gold AcerRing (R6 look gold edition)
R10 AcerRing Special edition (transparant outerring and different search icon)
AcerRing-Black-RF1-default ring
AcerRing-Dancer
AcerRing-Gasmask
AcerRing-BlackBlue-R12.5
AcerRing-GOLD-special-R12.5
AcerRing-GreenBlue
GreyBlue AcerRing (R10 look)
ACER STOCK RING
OLD-MODS
GOLD RING
SILVER RING
BLUE RING
More mods by Oijkn
Click to expand...
Click to collapse
I cannot do this alone , this is a xda project, people that helped so far :
richardtrip
vache
smaury
waydownsouth
drellisdee
sp3dev
euclid's brother
ezterry = big thank you sir for all the help !!
Button mods and stock: (mirror effect buttons by "55Pegasus")
sorry if i forget someone !!
Great job by all devs that made this possible... gonna give it a go.
Server is sloooooow
Thanks civato, Richard, and vache for all your development.
Is there any major SOD?
Sent from my Acer Iconia A500 using Tapatalk
10507 said:
Is there any major SOD?
Click to expand...
Click to collapse
Yes, you should READ, it's in the OP.
lowsum said:
Yes, you should READ, it's in the OP.
Click to expand...
Click to collapse
The SOD timeout period is around 2-3 seconds. So don't turn the screen off because as soon as you do you have to hard reboot. Going back to honeycomb as i presumed timeout would be ALOT longer than 2-3 seconds. Good work though, will monitor this thread very closely waiting for fix.
looking at the leak thread this might not be long...
I have enough faith a fix will be along soon that I'm sticking with this rom.... Aside from the sod its perfect and runs fast as anything, I just won't turn off my screen till I'm ready to shut down.
Great work!
Haze028 said:
I have enough faith a fix will be along soon
Click to expand...
Click to collapse
civato said:
NO SUPPORT ON THIS
Click to expand...
Click to collapse
And people wonder why all of our devs are leaving. You people are retarded, and should be ashamed of yourselves for not reading the damn threads before posting. Between this and the morons spamming Vache's thread with "ZOMG GUYS IT HANGS AT THE ACER SCREEN HELP!" its amazing anyone wants to make roms for this tablet. Read or dont freaking post.
wow lets test this
let me try this
waiting for it so long
temporary fix for SOD see first post, thanks to Richard.
nifterific said:
And people wonder why all of our devs are leaving. You people are retarded, and should be ashamed of yourselves for not reading the damn threads before posting. Between this and the morons spamming Vache's thread with "ZOMG GUYS IT HANGS AT THE ACER SCREEN HELP!" its amazing anyone wants to make roms for this tablet. Read or dont freaking post.
Click to expand...
Click to collapse
I knew it wasn't working when flashing... what is it that I didn't read before posting? Not positive but I'm pretty sure posts involving swearing and ignorance do a better job of keeping the devs out than posts thanking them...
Plus... this was started, in my understanding, to keep unneeded posts our of the dev thread for the leak. This is to discuss the test rom made by the great efforts if vache and richardtrip...
Sorry I'm done with my little rant, just can't stand unnecessary ignorance.
Sent from my MB860 using XDA App
thanks bro keep up the good work.........on a side note since this is the first custom ics rom thats cwm flashable shouldn't the ics bounty go to civato
Kernel section
THESE KERNELS CAN BE USED ON FLEXREAPER-...., FLEX-Ressurrection and RE-FLEXxx
Source by Acer and thank you "ezterry" , couldn't have done the patching without you teaching me and giving me your time.
Installation: flash with cwm or RA recovery , but please also put the stock version on your tablet so you can flash back if you have problems
From 15-Sep-2012 these kernels work only on FLEXREAPER-ReliX-GT & RE-FLEXxx-ShellSHOCK :
The reason for this is Flexrom installation is changed on rom installation, this was done for the nandroid backup support from terminal. For this ramdisk of kernel had to change.
Flexrom(vendor) still excist it is just the way it is installed and running.
ICS bootloader users ONLY:
Stock-Kernel_Acer-Relix_GT-&-RE-FLEXxx_ShellSHOCK (no overclocking)
ezterry kernels for ICS bootloader users:
[email protected]_GT-&-RE-FLEXxx-ShellSHOCK(overclock with a app)
[email protected]_GT-&-RE-FLEXxx-ShellSHOCK Max overclock speed is 1.5GHz , use a app.
[email protected]_GT-&-RE-FLEXxx-ShellSHOCK ramping up to max speed at 70% load (stock kernel is 80%) =Special STRYKER Edition , default 1.5GHz lulzactive bfq. UV and Underclocking is possible with app.
gm-A500-V2.0.. kernels for ICS bootloader users:
gm-V2.0-LulZ-1.0GHz-ReliX_GT-&-Re-FLEXxx-ShellSHOCK(overclock with a app)
gm-V2.0-LulZ-1.2GHz-ReliX_GT-&-Re-FLEXxx-ShellSHOCK Max overclock speed is 1.5GHz , use a app.
gm-V2.0-LulZ-1.5GHz-ReliX_GT-&-Re-FLEXxx-ShellSHOCK.ramping up to max speed at 70% load (stock kernel is 80%) = default 1.5GHz lulzactive VR. UV and Underclocking is possible with app.
gm-zRam tweaks modded for use with RE-FLEXxx and FLEXREAPER.
These mods are 99% based on "linuxsociety" zram tweaks I only changed installation permissions so it works on my roms.
gm-zram-300mb-RE-FLEXxx_FLEXREAPER-Edition.zip~40% free memory is the objective
gm-zram-350mb-RE-FLEXxx_FLEXREAPER-Edition.~50% free memory is the objective
Kernel ramdisk tweaks and mods (DEV only)
For the nandroid feature
In init.picasso.rc
Code:
#mount ext4 /dev/block/mmcblk0p6 /system/vendor wait ro noatime nodiratime
this way the online nandroid can do his thing from terminal.
I also had to change installation proces of the rom.
Click to expand...
Click to collapse
For I/O speed tweaks
In init.picasso.rc
Code:
on fs
mount ext4 /dev/block/mmcblk0p3 /system wait ro noatime nodiratime
setprop ro.crypto.tmpfs_options size=128m,mode=0771,uid=1000,gid=1000
mount ext4 /dev/block/mmcblk0p8 /data wait noatime nosuid nodev nodiratime noauto_da_alloc
mount ext4 /dev/block/mmcblk0p4 /cache wait noatime nosuid nodev nodiratime noauto_da_alloc
#mount ext4 /dev/block/mmcblk0p6 /system/vendor wait ro noatime nodiratime
chmod 660 /dev/block/mmcblk0p5
chown root system /dev/block/mmcblk0p5
Click to expand...
Click to collapse
For pre-overclocking and governor settings
(only possible on a zImage that support OC)
(example of 1.5GHz lulzactive 70% full load to max speed)
In init.picasso.rc
Code:
# Power management settings
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq 216000
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq 1504000
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor lulzactive
write /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq 216000
write /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq 1504000
write /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor lulzactive
write /sys/devices/system/cpu/cpufreq/lulzactive/go_maxspeed_load 70
write /sys/module/cpuidle/parameters/lp2_in_idle 0
Click to expand...
Click to collapse
Auto GPS update
(you also need the correct bin file)
In init.picasso.rc
Code:
# Force download of long term orbit data (lto.dat)
# for Broadcom aGPS
# Thanks to waydownsouth @ XDA
# http://forum.xda-developers.com/showthread.php?t=1636757
service gps-lto-dat /system/bin/logwrapper /system/bin/get-gps-lto
user root
group root
disabled
oneshot
on property:init.svc.wpa_supplicant=running
start gps-lto-dat
Click to expand...
Click to collapse
V6 supercharger tweak
(but you need a modded services.jar also)
In init.rc
Code:
on boot
# V6 SuperCharger, OOM Grouping & Priority Fixes created by zeppelinrox.
# SuperMinFree Calculator & MFK Calculator (for min_free_kbytes) created by zeppelinrox also ;^]
#
# See http://goo.gl/krtf9 - Linux Memory Consumption - Nice article!
# See http://goo.gl/hFdNO - Memory and SuperCharging Overview ...or... "Why 'Free RAM' Is NOT Wasted RAM!"
# See http://goo.gl/4w0ba - MFK Calculator Info - explanation for vm.min_free_kbytes.
#
# DO NOT DELETE COMMENTS. DELETING COMMENTS WILL BREAK UNINSTALL ROUTINE!
#
# BEGIN OOM_ADJ_Settings
#
# This ROM (Android 4.0 and greater) requires a PATCHED services.jar
# The ADJ priorities that were here DO NOT work anymore!
#
# END OOM_ADJ_Settings
#################=##################
# Kernel & Virtual Memory Tweaks #
####################################
write /proc/sys/vm/min_free_kbytes 22118
write /proc/sys/vm/oom_kill_allocating_task 0
write /proc/sys/vm/panic_on_oom 0
write /proc/sys/vm/overcommit_memory 1
write /proc/sys/vm/swappiness 20
write /proc/sys/kernel/panic_on_oops 0
write /proc/sys/kernel/panic 0
write /sys/block/mmcblk0/bdi/read_ahead_kb 2056
# End of KVM Tweaks
# End of V6 SuperCharged Entries.
Click to expand...
Click to collapse
init.d support
In init.rc
Code:
# Run init.d scripts
service sysinit /system/bin/logwrapper /system/xbin/busybox run-parts /system/etc/init.d
class main
user root
group shell
oneshot
Click to expand...
Click to collapse
In default.prop
Code:
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.sys.strictmode.visual=0
persist.sys.usb.config=mtp,adb
service.adb.root=1
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Aroma Packages
CUSTOMIZING "AROMA" PACKAGES FOR FLEXREAPER AND RE-FLEXxx
FLEX-WIDGAPP-INSTALLER-ver2(274MB):
install all the Acer apps , extra apps and Widgets that you want . (Games/Acer file managers are installed in data so can be removed from within the app drawer)
FLEX-WIDGAPP-INSTALLER_noGames-ver2(130MB)
(Same as package above but no games so file is smaller)
FLEX-WIPER-ver2: (3.8MB)
Use this if you want to remove any of the apps or widgets you installed with the FLEX-WIDGAPP-INSTALLER (except , games/Acer file managers are removed from within the app drawer)
civato said:
come on people , take a chill pil , hope you enjoy the custom leaked rom.
All feed back is welcome but until the SOD problem is not fixed it stays a test beta version.
I put this together in a quicky so everybody could have taste of ICS without having to do difficult stuff that I don't even get !
Click to expand...
Click to collapse
Sorry for mucking up your thread with bickering... comment rubbed me the wrong way this morning.
Anyways this leak runs awesome if you use the wake lock app Richard suggested... noticed the distorted boot screen stays up longer if you use a custom boot animation... but that's neither here nor there. Doesn't effect operation obviously.
Sent from my MB860 using XDA App
camera performence is better tahn 3.0.2 and also video playing is improved without installing codecs or players.
thaks for sleep fix ,,, great work
As mentioned it is okay flashing with CWM 1.6, but has anyone tried flashing this with Ra Recovery?
Thanks
Front facing camera
Hi.
I don't know if it is just my unit, but after installing the leaked ICS ROM, the front facing camera seems to be out of order.
And after launching an app that tries to connect to the front facing camera, the camera on the back stop working too. Until I restart the unit
Anyone else experiencing problems with the front facing camera?
10507 said:
As mentioned it is okay flashing with CWM 1.6, but has anyone tried flashing this with Ra Recovery?
Thanks
Click to expand...
Click to collapse
I was able to flash using RA. No problems.
Sent from my Galaxy Nexus using Tapatalk

[GUIDE] Supercharger V6 script for CM9

So i wanted the supercharger V6 script on my Arc while running CM9. Because i found the guide on the official supercharger V6 page a little bit fussy i made my own:
First of all: I'm not responsible if you break your phone!
- Download the Supercharger V6 update 9 RC7 script from here and put is somewhere on your SD card
- Run and configure the script like you would normally do
- When finnished do a clean reboot like the script suggest
- If you'll run the script again it will whine about your weak ass launcher because of some problems with ICS
- So go to this website on you device: http://android.mimic.ca
- Upload the services.jar (found in /system/framework)
- Click the CWM option and click on next
- Download the zip file to your device
- Reboot into recovery and flash the zip file
- Restart your device, run the script again and: tada the script works as it should!
I don't know for sure if this will work on all ICS versions but it works on CM9
All credits go out to zeppelinrox for making this awesome script and making it run on ICS!

[CWM][Flashable]Init.d Support and Tweaks for Aurora ICS

The aurora_4.1+-init.d-addon zip is compatible with Aurora v4.1+.
The OOM-Priority-Charger-v1.4-Aurora-4.1a zip is compatible ONLY with Aurora v4.1a.
You can visit android.mimic.ca to upload and automatically patch your newer services.jar in an updated Aurora version.
Hello everyone,
I have created an update package that enables init.d support and also has some premade scripts to tweak various settings by the user e.g.
- Synaptics Touchscreen Sensitivity
- Apply FPS Novatek Fix to raise FPS to 53fps
- Set CPU Frequency and Governor
- Disable Atmel Haptic Feedback
- Turn VSync OFF
- Raise SDCard Read Ahead Value
All the above settings are at their defaults meaning that you must change the Settings in the Scripts and reboot to apply them, otherwise all values are the defaults in Aurora after flashing the Package.
It also includes and by default enables Androcharger (V6 SuperCharger tweaked by blk_jack for Desire Z, it is the same as V6's option 5), KickAssKernelizer by zeppelinrox and Loopy Smoothness tweak.
For a full "Supercharge" you must also tweak services.jar via android.mimic.ca (See the V6 Supercharger link for info). I have attached the CWM flashable zip for Aurora 4.1a (OOM-Priority-Charger-v1.4-Aurora-4.1a.zip).
Disclaimer
I am not responsible for any damage to your Device.
Notes:
This will make your boot slower as all these scripts have to be executed at startup. Especially the Loopy Smoothness Tweak will add at least 3 seconds at boot.
To apply Changes you have to Reboot
Changelog:
v1: Initial Release
v2: Resolve Bootloops for Atmel Users
Links:
V6 SuperCharger by zeppelinrox
AndroCharger by blk_jack
Thanks to dzo for his excellent ROM and the U8800 xda community for many of the tweaks.
And of course thanks to zeppelinrox, blk_jack, the EVO 4G developers.
Tweaking Values of Scripts
To tweak the Scripts you must use a File Explorer to navigate to /systemd/etc/init.d/ and open the files with your Favourite Text Editor.
There are instructions in each script.
In detail:
- 11synaptics_sens
Tweak Synaptics Touchsreen sensitivity, values 1 to 8, default=4 to accomodate your fingers and remove "jittering"
Simply replace 4 with your desired value.
- 12fpsfix
This enables the FPS fix that raises the panel's Frame Rate to ~53 from ~46.
This may not work for all phones but it is customizable, to enable it just uncomment (remove the starting #) from the echo line.
- 13cpu
Set your Desired Min/Max CPU Frequency and Governor. You may use copy and paste and finding values by opening:
/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
For Example to use SmartassV2 replace "echo ondemand > /sys/...." with "echo smartassV2 > /sys/...." in line 9.
If you use SmartassV2 There are extra tweaks for Performance and a highly suggested tweak for Sleep Ideal Frequency.
- 14atmel_haptic_disable
Disable Atmel Haptic Feedback (i.e. Vibration on Touch) by uncommenting the echo line. If you want to enable replace 0 with 1.
(I believe the default is ON here, some atmel user input is appreciated)
- 69vsync_off
This file disables VSync. This will increase FPS, performance and benchmark scores but it will introduce Tearing (try e.g. SpeedX with and without VSync to see jarred lines) and it will probably drain battery faster.
Simply uncomment (remove starting #) from line 8 (echo '0' > /sys/kernel/debug/msm_fb/0/vsync_enable)
- 71sdcard_read_ahead
This file raises the read ahead value for your SDCard meaning faster throughput.
----------
The files 96AndroCharger,97loopy_smoothness_tweak,98KickAssKernel should not be edited.
If you wish to use V6 SuperCharger please remove 96AndroCharger first.
Thank you man this is really usefull, gona try ASAP
BTW "For a full "Supercharge" you must also tweak settings.jar via android.mimic.ca", maybe you wanted to say "services.jar" ?
What is inside the flashable ZIP
The ZIP contains a modified boot.img(its initrd image and specifically init.rc not the Kernel), init.d scripts and an executable file: /system/bin/sysinit that in turn executes all init.d scripts.
The source can be modified to support init.d by applying the attached patch to init.rc in platform/system/core repository of CAF. The init.rc is located in rootdir directory.
The patch is a simple two line patch to run sysinit. I will test, and it will of course be preferable to embed sysinit contents directly in init.rc.
Otherwise the initrd.img in the final bootimage can be unpacked,modified and repacked.
I also modified the update script to set permissions on the init.d directory to 755 and owned by root:shell.
Finally, init.qcom.post_boot.sh has been modded so as not to overwrite CPU settings and exec again 13cpu. I may try to modify it so as to source 13cpu instead.
kaza said:
Thank you man this is really usefull, gona try ASAP
BTW "For a full "Supercharge" you must also tweak settings.jar via android.mimic.ca", maybe you wanted to say "services.jar" ?
Click to expand...
Click to collapse
Yes, thank you kaza.
Please let me know if this works fine for you and if you notice any RAM management improvements.
zephyr1988 said:
Yes, thank you kaza.
Please let me know if this works fine for you and if you notice any RAM management improvements.
Click to expand...
Click to collapse
First impressions after first reboot "wow, this thing is really smoother ^^"
Secound impressions after turn on "12fpsfix" "OMG I have a new mobile phone xD"
Boot its slower, but not that much.
Right after boot i have 173 MB free ram, dont really know how much i had before, what i know is that launcher is not redrawing thats really cool
Until now i can only say this, amazing improvement for Aurora, thank you zephyr1988, I will keep in touch with further testing
EDIT: Aps are opening and closing faster too
Thank you so much for this zephyr.
like kaza said, this impoves smoothess a lot.
And being able to use sd-ext again is really good
Thanks again for this!
Yes, improves everything a lot!
Sent from my U8800
kaza said:
First impressions after first reboot "wow, this thing is really smoother ^^"
Secound impressions after turn on "12fpsfix" "OMG I have a new mobile phone xD"
Boot its slower, but not that much.
Right after boot i have 173 MB free ram, dont really know how much i had before, what i know is that launcher is not redrawing thats really cool
Until now i can only say this, amazing improvement for Aurora, thank you zephyr1988, I will keep in touch with further testing
EDIT: Aps are opening and closing faster too
Click to expand...
Click to collapse
Thanks for testing kaza I'm glad it is useful for you
Thank zeppelinrox for his supercharger and the EVO 4G devs for these two things.
I was simply lucky to find them
@Loureiro,fjsferreira
Glad it works for you guys and thanks for testing
A quick question...
"If you use SmartassV2 There are extra tweaks for Performance and a highly suggested tweak for Sleep Ideal Frequency."
If I change to SmartassV2 with No-frills CPU Control will I benefit from that extra tweaks or only if I change it in 13cpu?
EDIT: Nevermind I saw that its needed to uncoment some lines
kaza said:
A quick question...
"If you use SmartassV2 There are extra tweaks for Performance and a highly suggested tweak for Sleep Ideal Frequency."
If I change to SmartassV2 with No-frills CPU Control will I benefit from that extra tweaks or only if I change it in 13cpu?
Click to expand...
Click to collapse
No Frills will overwrite 13cpu's settings in all cases but if you use smartassv2 in 13cpu and enable the tweaks they should stick, I believe.
In two words, use smartassV2 in both No Frills and 13cpu.
Try enabling the sleep ideal freq tweak and then open with a file manager the file:
/sys/devices/system/cpu/cpufreq/smartass/sleep_ideal_freq
(or in a terminal:
cat /sys/devices/system/cpu/cpufreq/smartass/sleep_ideal_freq)
and see if the value is 368640. If it is it works.
Don't know why, but I installed Aurora 4.0, installed all my apps and then rebooted into Recovery to flash the two Zip files attached to the first post and the phone now is bootlooping :\
trocLas said:
Don't know why, but I installed Aurora 4.0, installed all my apps and then rebooted into Recovery to flash the two Zip files attached to the first post and the phone now is bootlooping :\
Click to expand...
Click to collapse
Are you sure this is because of this mod?
Have you installed other mods too?
Before trying a fresh install, try deleting the three files 96Androcharger, 98KickAsskernel and 97loopy_smoothness_tweak via Pink Screen and PC. Then it is exactly the same as normal aurora and your problem is elsewhere.
Then you should try doing a fresh install of Aurora 4.0, then flash this zip and see if you get bootloops before installing other mods or apps.
wow, I know this will sound strange but at least for me it really happens, i had some slow downloads with Aurora just like most of the guys were reporting, I am using 12fpsfix, 13cpu with 368 min, 1.4 max, smartassV2 with teawks and 71sdcard_read_ahead, and now my downloads are really faster, downloading Asphalt 6 cache now was really fast, maybe its because my read and write speeds of sdcard were increased, dont know, but this is the best tweak so far for Aurora in my opinion lol
kaza said:
wow, I know this will sound strange but at least for me it really happens, i had some slow downloads with Aurora just like most of the guys were reporting, I am using 12fpsfix, 13cpu with 368 min, 1.4 max, smartassV2 with teawks and 71sdcard_read_ahead, and now my downloads are really faster, downloading Asphalt 6 cache now was really fast, maybe its because my read and write speeds of sdcard were increased, dont know, but this is the best tweak so far for Aurora in my opinion lol
Click to expand...
Click to collapse
Yes, I have noticed this too, and also Internet browsing is a little speedier for me.
KickAssKernelizer and SuperCharger(i.e. the modified Androcharger script) apply kernel and tcp stack optimizations
zephyr1988 said:
Are you sure this is because of this mod?
Have you installed other mods too?
Before trying a fresh install, try deleting the three files 96Androcharger, 98KickAsskernel and 97loopy_smoothness_tweak via Pink Screen and PC. Then it is exactly the same as normal aurora and your problem is elsewhere.
Then you should try doing a fresh install of Aurora 4.0, then flash this zip and see if you get bootloops before installing other mods or apps.
Click to expand...
Click to collapse
I tried it with ICS 4.0.4 Toucwiz 5 theme and resulted a bootloop. I will re-install ICS4.0.4 and then your scripts to see if they are working.
zephyr1988 said:
Are you sure this is because of this mod?
Have you installed other mods too?
Before trying a fresh install, try deleting the three files 96Androcharger, 98KickAsskernel and 97loopy_smoothness_tweak via Pink Screen and PC. Then it is exactly the same as normal aurora and your problem is elsewhere.
Then you should try doing a fresh install of Aurora 4.0, then flash this zip and see if you get bootloops before installing other mods or apps.
Click to expand...
Click to collapse
I haven't installed any other mods. I'm going to do a fresh install and then install the two zip files and report what happened!
------------ EDIT ------------
Made a fresh install of Aurora 4.0 and flashed the two zip files from the first post, rebooted the phone, and it entered in bootloop again. Would you upload the files to another host (maybe the files I downloaded are corrupted?).
Don't know why this happens :|
trocLas said:
I haven't installed any other mods. I'm going to do a fresh install and then install the two zip files and report what happened!
Click to expand...
Click to collapse
Did a fresh install but same result(bootloop). Does it make any diffrence which file you install from CWM first?
right after flashing those files, go to Advanced->Report Error. Then mounts and storage -> mount USB storage. You will find inside clockworkmod dir a .log file with debug lines. If something went wrong (mounting or unmounting partitions), it's all there.
Btw which CWM are you using? 5.0.2.7 or 5.5.0.4?
trocLas said:
Don't know why, but I installed Aurora 4.0, installed all my apps and then rebooted into Recovery to flash the two Zip files attached to the first post and the phone now is bootlooping :\
Click to expand...
Click to collapse
same here
Sent from my U8800 using XDA

[DEV][RECOVERY] TWRP Recovery 2.7.0.0

TWRP Recovery
For Galaxy Ace
Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
BUGS:
If you have found a bug, please consider posting it here.
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
SPECIAL NOTE:
This is the first build of TWRP and may have some unknown bugs. I take no responsibility of your devices. This is "testing" phase (for some days only). Help in testing if you wish to otherwise stay away until a final release. Don't post back here that: "You destroyed my phone", "You are cheating", "You are playing with my device".
One more thing, we are using androidarmv6 sources and if you are asking for help on IRC channel mentioned above then please mention there that: "we are not using CM or OMNI sources, we are using androidarmv6 sources".
CREDITS:
TeamWin: For this awesome open-source recovery.
androidarmv6 team: To make all these possible.
Me: For compiling it for Galaxy Ace.
CHANGELOG for 2.7.0.0:
-Faster graphics rendering by disabling alpha blending on fully opaque objects thanks to Tassadar
-Allow sideloading from /tmp on encrypted devices
-Check for a crypto footer before asking for a password to prevent user confusion
-Additional checks for validity to auto generated backup names
-Text wrap in the console output
-Proper caps lock support in the keyboard
-Mouse support via USB OTG for devices with a broken digitizer
-Improve scanning of storage locations for OpenRecoveryScript
-Haptic feedback for buttons, keyboard, and vibration at the end of longer running actions thanks to Samer Diab
-Fixed ext4 wiping when no selinux contexts are defined for that partition (e.g. sd-ext)
-Update SuperSU to 1.93 and improve installation process
-Added selinux contexts restoration to fix permissions
-Load RTC offset on Qualcomm devices to fix the date/time in recovery
-USB Mass Storage fixes Add SELinux support checking
-Add Disk Usage class to better handle excluded folders (e.g. Google Music cache)
-Add 4.4 decrypt support
-Add some toolbox utilities to TWRP (namely to support SELinux functions not supported in busybox)
-Various SELinux fixes and bug fixes.
DOWNLOAD:
http://www.upload.ee/files/3991497/recovery.img.html
INSTALLATION / UPDATING:
-From the above download link, you'll get a 'recovery.img' file.
-Put that file at the root of sdcard (means, not in any folder)
-Now, open Terminal Emulator and give this command:
Code:
su
You'll be asked to grant superuser permissions, grant them.
-Now, give this command:
Code:
flash_image recoveryonly /sdcard/recovery.img
And wait for 2-3 seconds until it jumps to a new line. Now, close Terminal Emulator.
-Now, normally reboot to recovery and enjoy new recovery!
About the current build:
STABLE
Nice job. Is it working on Cm9?
Sent from my GT-S5830 using xda app-developers app
aurisltu said:
Nice job. Is it working on Cm9?
Sent from my GT-S5830 using xda app-developers app
Click to expand...
Click to collapse
I think, I should remind you: Recovery is independent of ROM.
It can flash everything which the new kitkat update-binary allow.
If anything fails to flash, just replace /META-INF/com/google/android/update-binary file inside that zip from cm11 or omni4.4 and it will flash.
well im using this recovery for a while and its responding better than the normal recovery , plus the other features in it , thanks for you great work
keep it up
sent from my kitkat ACE
works great, but if formatting or installing and you accidentaly bump the back button it stops what it is doing, can also corrupt the partition, installs ALL roms from cm9 through to cm11 and all scripts/mods install too,, thanks for this version,, i didnt like the other versions they were a yuck colour, i like the black and gray theme
I just had some look today on your device's development forum and found that @Mardon has already made this recovery for your device (Because, I was confused as I didn't receive a single THANK on any of my posts).
Please note that my TWRP has no relation with @Mardon's TWRP. He has used omniarmv6 sources while I've used official omni sources and the androidarmv6 sources.
I've worked hard enough and researched on everything and have made this recovery. This build is the closest one to an official build unlike little buggy build of @Mardon: Bad colors (not official colors), maybe brightness settings are missing, maybe you can't flash some zips with that recovery, etc.
And...ofcourse, you won't be able to flash stock rom using this recovery because it uses samsung's crappy rfs.
Here's something I need you guys to test:
[ROOT]TWRP Coordinator
It's a newly released app (released just before 10-15 minutes) by TeamWin.
I just need a report if everything's working as it should or not.
WARNING: Don't use the option to update TWRP because we are using an unofficial build. Other than that, everything should work but the app is still BETA...Try at your own risk.
What to do?
-Install my TWRP.
-Remember, app needs root.
-Then, start using app's features and report here if found any bugs.
Your report would be appreciated! Thanks.
Thanks Bro for the recovery.
Bhargav97 said:
Here's something I need you guys to test:
[ROOT]TWRP Coordinator
It's a newly released app (released just before 10-15 minutes) by TeamWin.
I just need a report if everything's working as it should or not.
WARNING: Don't use the option to update TWRP because we are using an unofficial build. Other than that, everything should work but the app is still BETA...Try at your own risk.
What to do?
-Install my TWRP.
-Remember, app needs root.
-Then, start using app's features and report here if found any bugs.
Your report would be appreciated! Thanks.
Click to expand...
Click to collapse
Bhargav97 said:
Here's something I need you guys to test:
[ROOT]TWRP Coordinator
It's a newly released app (released just before 10-15 minutes) by TeamWin.
I just need a report if everything's working as it should or not.
WARNING: Don't use the option to update TWRP because we are using an unofficial build. Other than that, everything should work but the app is still BETA...Try at your own risk.
What to do?
-Install my TWRP.
-Remember, app needs root.
-Then, start using app's features and report here if found any bugs.
Your report would be appreciated! Thanks.
Click to expand...
Click to collapse
Work fine bro.. good job.. :fingers-crossed:
Thanks for this recovery, really works great, with CM9 too!
Bhargav97 said:
DOWNLOAD:
http://www.upload.ee/files/3991497/recovery.img.html
INSTALLATION / UPDATING:
-From the above download link, you'll get a 'recovery.img' file.
-Put that file at the root of sdcard (means, not in any folder)
-Now, open Terminal Emulator and give this command:
Code:
su
You'll be asked to grant superuser permissions, grant them.
-Now, give this command:
Code:
flash_image recoveryonly /sdcard/recovery.img
And wait for 2-3 seconds until it jumps to a new line. Now, close Terminal Emulator.
-Now, normally reboot to recovery and enjoy new recovery!
Click to expand...
Click to collapse
I follow the above steps, but nothing happens.I am on same recovery as before using the above steps.BTW thanks for recovery. I am currently using AOSP GingerBread 2.3.7 [COOPER] V3 by SpaceCaker (http://forum.xda-developers.com/showthread.php?t=2375459)
Bhargav97 said:
Code:
flash_image recoveryonly /sdcard/recovery.img
And wait for 2-3 seconds until it jumps to a new line. Now, close Terminal Emulator.
-Now, normally reboot to recovery and enjoy new recovery!
Click to expand...
Click to collapse
not working ... failed with error: -1
GalaxyAce User said:
I follow the above steps, but nothing happens.I am on same recovery as before using the above steps.BTW thanks for recovery. I am currently using AOSP GingerBread 2.3.7 [COOPER] V3 by SpaceCaker (http://forum.xda-developers.com/showthread.php?t=2375459)
Click to expand...
Click to collapse
Busybox is needed for flash_image command to work. If you are using any Stock Based ROM, I doubt you have Busybox. If you can't manage to get it done this way (I don't get, why?) then you can replace recovery.img inside any recovery flashable zip file (of recovery, i.e. CWM-x.x.x.x.zip) from the one given in the link of first post. Now flash that zip file using your current recovery.
kjub6 said:
not working ... failed with error: -1
Click to expand...
Click to collapse
What I said above, also applies to you.
Thank you
Installed over Mardon's latest version as I was having issues with his (failure to flash certain files etc). Will test over next while and report if I find any issues.
Thanks again.
S.
sdembiske said:
Installed over Mardon's latest version as I was having issues with his (failure to flash certain files etc). Will test over next while and report if I find any issues.
Thanks again.
S.
Click to expand...
Click to collapse
it´s not compatible with android 4.4. but it´s working great with CM9/10/10.x, for kitkat roms you need the latest TWRP or CWM
Thank you ...
Viper The Ripper said:
it´s not compatible with android 4.4. but it´s working great with CM9/10/10.x, for kitkat roms you need the latest TWRP or CWM
Click to expand...
Click to collapse
Yes, found that out - neither this nor Mardon's TWRP version worked on Mardon''s CM11 latest. Took the recovery.image file out of CWM-6.0.5.3-cooper and flashed it using terminal command:
su
flash_image recoveryonly /sdcard/recovery.img
Worked like a charm and all's well now. Would like to know though what settings you recommend on SuperchargerV6 on Mardon's CM 11 with your patch for it installed - have not successfully managed to get it past the Samsung boot screen at 50% Supercharged the two times I have tried.
Thanks again, Steve
Link to dowload
Hi Bhargav97,
I don't found link for to dowload, it's possible that can u send me this link?
Many thaks!

Categories

Resources