[05.12.13][UPDATED][TWEAKS] Zebra's Tweaks (Turn it God Mode) - Nexus 7 (2013) Android Development

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
HOME | Build.prop | Init.d | Framework | Other | FAQ
​
Zebra's Tweaks is a project made to improve atleast a little bit the android experience, this tweaks consist not only in init.d or build.prop ones, any tweak that can help your android device run more smoothly will help. anyway i will have to check it first and make it compatible with all the rest, this is thought to be an ALL IN ONE Tweak, that's what makes it special .
But wait, i dont want to overload your device with scripts, or just add random ****, i want to make a clear script which can make you phone fly but not make it drain battery like an overloaded piece of brick.
i made a simple menu to access to the information you need :
HOME: includes general information & Changelogs of everything
BUILD.PROP: Navigate trough explanations,codes,downloads in a post dedicated to these tweaks
INIT.D: Access the most interesting tweaks and choose which tweaks you want and which you don't want.
FRAMEWORK: Includes .jar hacking, apk optimization and tweaks from for example bools.xml
OTHER: Such an interesting category, every usefull tweak compatible with all these will be linked (for example, LMK script) and additional information will be displayed to help make it compatible with the whole tweak.
CHANGELOG
03.12.13 > Initial Release
05.12.13 > Updated build.prop section (New tweaks & New way to add Them)
05.12.13 > Added init.d section with some Scripts.
05.12.13 > Removed some of the Tweaks causing device not to boot.
Click to expand...
Click to collapse

HOME | Build.prop | Init.d | Framework | Other | FAQ
WHAT IS ZEBRA'S BUILD.PROP TWEAKS?
Zebra's Tweaks are certain tweaks you can use on your nexus 7 (both Wi-Fi and LTE model) to get the most of it.
DO I NEED TO REPLACE MY BUILD.PROP FILE? WHAT IF I AM IN A CUSTOM ROM?
Well, i prepared a list of tweaks with categories so you can add what you feel you need or want.. also as there are just tweaks or improvements of older lines (like Wi-Fi one) you only need to add, not to replace or remove, so it's very hard to get a bootloop by doing this.
i analyzed (lol please sorry the bad english, dont really know if that word exists.) every single line so i know what i am throwing you, trust me, i will also explain every tweak so you can decide better, you can get lines here you wouldn't find in other places simply because they are not much known, so it's probably that you never heared of some of this lines, but doesn't matter, that's why i am here :angel:
REQUIREMENTS:
a) File explorer (with root support, like ES File explorer or Astro).
b) Build.prop file w/o Tweaks in the ROM.
c) Root (of course)
d) BACKUP of your current ROM (if the thing goes wrong).
WHAT DOES THIS TWEAK CONTAIN?
A) Battery Tweaks:
- Modified Wi-Fi Scan interval value (Scan every 3 minutes).
- Power Saver mode while sleep.
- Smart Connect & Reconnect to save battery.
B) CPU & GPU Tweaks:
- GPU Tile rendering improved.
- CPU & GPU now work better with the Ui.
- More..
C) Visual & Media Tweaks:
- JPEG Quality raised to 100%.
- Better photo quality.
- Audio Tweaks.
- More..
D) Smoothness & Responsiveness Tweaks:
- Removed useless services for Smoother Ui.
- Improved Scroll speed.
- Improved touch responsiveness.
- Scaled touch pressure.
- Nitro lag nullifier (by zeppelinrox)
- More..
TWEAKS:
Battery Tweaks
Code:
# Sleep Mode (ON=1) (OFF=0)
ro.ril.disable.power.collapse=1
# Wi-Fi scan interval in seconds (Currently 3 min scan delay)
wifi.supplicant_scan_interval=180
# Smooth reconnect and disconnect to save battery
ro.mot.eri.losalert.delay=1000
CPU & GPU Tweaks
Code:
# GPU Rendering
debug.sf.hw=1
ro.sf.compbypass.enable=1
# Improved video with GPU & CPU
video.accelerate.hw=1
debug.performance.tuning=1
debug.egl.profiler=1
debug.egl.hw=1
debug.composition.type=gpu
# Qualcomm display tweaks
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
com.qc.hardware=true
Visual & Media Tweaks
Code:
# Image and Video enhancing
ro.media.enc.jpeg.quality=100
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
# Audio Tweaks
persist.audio.fluence.mode=endfire
persist.audio.hp=true
persist.audio.vr.enable=false
Smoothness Tweaks
Code:
#Nitro lag Nullifier (Smoothness for RAM)
ACTIVITY_INACTIVE_RESET_TIME=false
APP_SWITCH_DELAY_TIME=false
CONTENT_APP_IDLE_OFFSET=false
CPU_MIN_CHECK_DURATION=false
EMPTY_APP_IDLE_OFFSET=false
ENFORCE_PROCESS_LIMIT=false
GC_TIMEOUT=false
MAX_ACTIVITIES=false
MAX_HIDDEN_APPS=false
MAX_PROCESSES=false
MAX_RECENT_TASKS=false
MAX_SERVICE_INACTIVITY=false
MIN_CRASH_INTERVAL=false
MIN_HIDDEN_APPS=false
MIN_RECENT_TASKS=false
PROC_START_TIMEOUT=false
SERVICE_TIMEOUT=false
# Scrolling Responsiveness & Speed
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
windowsmgr.max_events_per_sec=300
ro.min_pointer_dur=8
touch.pressure.scale=0.001
# RAM Management
ro.config.hw_fast_dormancy=1
STEP by STEP
1- Open File Explorer.
2- Navigate to /system and grab build.prop (paste to sd card)
3- Connect the device to the computer (and open Notepad++)
4- Paste the tweaks you want to apply (dont forget to leave a blank line at the end of build.prop)
5- Open File Explorer, Mount R/W and paste back to system.
6- Reboot.

HOME | Build.prop | Init.d | Framework | Other | FAQ
Tweaks Included:
i compiled a lot of tweaks and compiled them into system tweaks init.d file, i also added the known darky zipalign to zipalign system apks every boot (and get more free ram, of course) and some sqlite optimizations..
Full GPU Rendering (forced)
Zipalign at every boot!
Battery Tweaks
Kernel Tweaks
Cache cleared at every boot!
More..
Click to expand...
Click to collapse
PROCESS TO ADD THE TWEAKS:
~ The only thing you need to do is download the 3 Files (no flashable zip since there is just 1 place to paste the files in).
~ Paste the files to your device storage
~ Mount R/W and paste the files in /system/init.d (if you dont have the directory you don't support it, google how to get init.d)
~ Reboot!
DOWNLOADS:
Get non-flashable Zip file from here: Click

HOME | Build.prop | Init.d | Framework | Other | FAQ

HOME | Build.prop | Init.d | Framework | Other | FAQ

HOME | Build.prop | Init.d | Framework | Other | FAQ

Super cool! ..it looks..!
I'll give it a shot soon!
Sent from my Nexus 4 using Tapatalk

JeanEatsWorld said:
Super cool! ..it looks..!
I'll give it a shot soon!
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
thanks, dont forget to give me feedback if you can, i've been testing these tweaks and they work but maybe i am forgeting something :silly:

I tried flashing it, but no changes are made to the build.prop
prshosting.org

aight.. lets try this out.. =)

Sounds interesting! Will give this a go
Sent from my Nexus 7 (2014) using Tapatalk. My mobile is an Omni run Galaxy S3.

OP, what is unlocked FPS tweak?

kryptoner said:
OP, what is unlocked FPS tweak?
Click to expand...
Click to collapse
Frames per second. Potentially helpful for improved graphics in fast paced games. I haven't heard enough good things about tweaking this, myself. There's a possibility your battery life will be negatively impacted.
This is also available in Pimp My Rom BETA (a Play store app I recommend). Be warned this may cause usability issues. Backup first.

pan.droid said:
Frames per second. Potentially helpful for improved graphics in fast paced games. I haven't heard enough good things about tweaking this, myself. There's a possibility your battery life will be negatively impacted.
This is also available in Pimp My Rom BETA (a Play store app I recommend). Be warned this may cause usability issues. Backup first.
Click to expand...
Click to collapse
So this tweak generaly mean smooth and speed but more battery drain?!

fradbari said:
So this tweak generaly mean smooth and speed but more battery drain?!
Click to expand...
Click to collapse
not for "games" it's just for the interface of the tablet. dont worry the battery is improved with all the tweaks.

prsterero said:
I tried flashing it, but no changes are made to the build.prop
prshosting.org
Click to expand...
Click to collapse
try again and tell me, then i need to modify updater-script.

No changes made to my build.prop either. Please update your script
Sent from my Nexus 7 using XDA Premium 4 mobile app

Bad zip file.
Sent from my Nexus 7

vn00914361 said:
No changes made to my build.prop either. Please update your script
Sent from my Nexus 7 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
fackamato said:
Bad zip file.
Sent from my Nexus 7
Click to expand...
Click to collapse
cool guys, thanks for saying it, i am editing it right now.
EDIT: will be removing ZIP file, i will post sub-category of each tweak so you can choose what to get and what not to get.
also will be adding init.d tweaks!

Side note: I manually added all of your tweaks to my build.prop and ended up with a non working Nexus 7. My device couldn't even load the bootscreen. Good thing I backed up everything already. You should check all of your tweaks before actually "manufacture" them
Sent from my Nexus 7 using XDA Premium 4 mobile app

Related

[ROM]***EaglesBlood*** [2.3.7 GB] For [G2X](Feb-14th-2012)

{
"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"
}
[ROM] EaglesBlood's 2.3.7 GingerBread For G2X The Best Of Both Worlds Based On Cm7 SOURCE For G2X
​
This is 2.3.7 Gingerbread based off on the latest CM7 SOURCE with the spice of EagleBlood's touch and tweaks.​
Let me start by saying BIG THANKS TO CM7-TEAM for they're amazing work without these guys hard work and great features none of this would be possible for me and other developers building Roms.​
Features:
Code:
*2.3.7 Gb Rooted
*Based on the latest CM7 source
*incorporated latest Cm7 updates
*Cyanogen Parts included
*EB performance/Tweaks
*Smother/Faster UI
*System converted to EXT4
*Scriptybox (Thanks CVPCS)
*All PNG's optimized
*3D Launcher2 Tweaked (fast)
*New custom host file with many Ad Blocks
*Vm Heap size set to 48 by default
*Low memory killer added
fixed symlink
*Screen on/off animation
*Gb keyboard re-sized to same size as 2.2.2 version
*Transparent dialer/contacts
*Modified nexus live wallpaper
*Video camera extension/button
*Spare parts in system settings Wip more futures to come
*Overscroll glow color customization in spare parts
*MIUI battery style under cm setting
*Honeycomb lockscreen clock
*Wi-fi calling
*Theme Chooser
*New Fonts
*New boot animation
*Black Google quick search bar
*****DOWNLOAD V2.8*****​MD5SUM:0b1123b95b38f2204ccc9235c45f7d0f
*****THEMES*****​
*****EXTRAS*****​
Download Google apps Here​
PLEASE READ THE F.A.Q. BY Deadstyle HERE​​
CHANGELOG​
Code:
[CENTER][INDENT]
[SIZE="4"]
[COLOR="Red"][B]Changelog 2.8[/B][/COLOR][/SIZE]
*Incorporated latest changes from CM source
*Added Spare Parts to system settings
*SCRIPTYBOX is back....:D
*Render UI with GPU instead of CPU
*Build.props tweaks
*Disabled usb debugging by default
*Increased overall touch and scroll responsiveness
*Lots of media tweaks for streaming videos faster
*Raised quality of JPEG images
*Increased quality of videos and photos
*Modified nexus live wallpaper
*Lots more that i can't remember now but this should do it until rmcc releases ICS source
[SIZE="4"]
[COLOR="Red"][B]Changelog 2.7[/B][/COLOR][/SIZE]
*Full wipe recommended with this build
*Updated to 7.2.0 CM Source
*Implemented some of my previous tweaks/changes not all of them
since I started all fresh but finally got it where i want it
so more stuff to come
*New bootanimation thanks to IB IO IX IE IR :)
*Fixed all the previous bugs from v2.6 if you find new ones
feedback's are welcome
*Removed spare parts from system settings will add it back
on v2.8 with new features wip
*Cleaned up lots of stuff smaller
file size than v2.6 96mb file
*Added a link for themes in op it seems that lots of new
members don't know that there's so many cm7 themes out there
it's not even funny
*Added back video camera extension button
[SIZE="4"]
[COLOR="Red"][B]Changelog 2.6[/B][/COLOR][/SIZE]
*Finally after setting up my new PC specifically for G2x i decided
its time to give you guys some EGB love, I guess you can call this
release "Initial release" from where i left off.
*Synced on 01/29/12 from CM7 source
*Incorporated latest changes from source and some
*Added spare parts to system settings
*More to come stay tuned :cool:
[SIZE="4"]
[COLOR="Red"][B]Changelog 2.5[/B][/COLOR][/SIZE]
*Full wipe a must for this version tons of changes
*Since i came back from vacation 2days ago I've been
working on this release lots of changes and bugs fixes
*Incorporated latest changes from source
*Speed and overall performance tweaks
*Faster GPS lock
*More speed tweaks to my Launcher2
*Better battery life
*Fixed lots of bugs from 2.4
*Fixed the pb ppl were having with YouTube
*Replace stock music.apk with music cube
*Other minor changes and tweaks
*Still have to merge all my features like MIUI battery bar,Spare Parts and etc
since i had to start everything from scratch again
*There's more things that I'm trying to remember
I need to write them down in a piece of paper since
I'm trying to support 3 different phones LOL
[SIZE="4"]
[COLOR="Red"][B]Changelog 2.4[/B][/COLOR][/SIZE]
*Incorporated Latest Cm7 update from source
*APN FIX (Thanks to cm_acree)
*Added option to uninstall app in launcher 2
*Reverted back to stock fonts
*Phone call audio improvement
* Few other Small bugs and fixes
[SIZE="4"]
[COLOR="Red"][B]Changelog 2.3[/B][/COLOR][/SIZE]
*New Base 2.3.7
*Incorporated Latest Cm7 update from source
*All my features and tweaks from 2.3.5
*Smother/Faster
*New Fonts
[SIZE="4"]
[COLOR="Red"][B]Changelog 2.2[/B][/COLOR][/SIZE]
*Recommended update
*A2DP FIXED (Thanks to cm team):D
*Fixed lockscreen animation
*New ring lockscreen icons
*Added MIUI battery style under cm setting
*Edit built.props
*Better graphics
[SIZE="4"]
[COLOR="Red"][B]Changelog 2.1[/B][/COLOR][/SIZE]
*Recommended update
FULL WIPE A MUST FOR THIS VERSION
Lots of stuff changed to framework
*New ring lockscreen (sick) thanks to Valor.T for his source :D
Under lockscreen style choose ring go back and click custom app starter to get the full effect.
You can pretty much move the rings in lockscreen to anywhere in the screen.
*Incorporated Latest Cm7 update from source
*4G enabled by default
*Improved data
*Faster GPS lock
*New usb icon
*Recommended kernel with this version ELP go here http://www.derkernel.com/
[SIZE="4"]
[COLOR="Red"][B]Changelog 2.0[/B][/COLOR][/SIZE]
*Fixed usb bug issue some ppl were having with 1.9
*Fixed home screen lag due to velocity set on the launcher
*Updated gapps
[SIZE="4"]
[COLOR="Red"][B]Changelog 1.9[/B][/COLOR][/SIZE]
*Incorporated Latest Cm7 update from source
*Every single PNG is optimized
*Added back Morfic's latest kernel cause simply it's the sh.. :D
*Better RAM optimization
*Added option in spare parts overscroll glow color customization
WIP more futures to come
*Updated to launcher2 now with my tweaks blazing fast :D
*Few more stuff that i can't remember at this moment will write them down next time :)
[SIZE="4"]
[COLOR="Red"][B]Changelog 1.8[/B][/COLOR][/SIZE]
*Incorporated Latest Cm7 update
*Added video camera extension/button
*Added spare parts to system settings
*Reverted back to CM/stock kernel
since there's a GPS fix included this time
*Few changes/Tweaks in framework for speed
EB tweaks for smother/faster overall performance
[SIZE="4"]
[COLOR="Red"][B]Changelog 1.7[/B][/COLOR][/SIZE]
*Incorporated Latest Cm7 update
*Added Morfic's kernel Trinity UV11
Thanks to Morfic for his amazing work :)
*Added scriptybox thanks CVPCS
*Fix wifi issue some ppl were having
*Updated superuser 3.0
[SIZE="4"]
[COLOR="Red"][B]Changelog 1.5[/B][/COLOR][/SIZE]
*Incorporated Latest Cm7 update
*Converted system to EXT4
*Improved data and gps
*Improve battery readings
*Battery life improvement
*Added black Google quick search bar (included in gapps)
*Added new market (included in gapps)
*Fixed music weird static noise while playing music
*More tweaks for smother/faster overall performance
[SIZE="4"]
[COLOR="Red"][B]Changelog 1.4[/B][/COLOR][/SIZE]
*Incorporated Latest Cm7 update
*Converted system to EXT4
*New custom host file with many Ad Blocks
*Vm Heap size set to 48 by default
*Updated libs
*I/0 Tweak
*Added Libsqlite.so and Libsqlite_jni.so
*Smother/Faster overall system with the new tweaks
*New Fonts
*Screen turns on now when plug/unplug usb
*Many more tweaks
[SIZE="4"]
[COLOR="Red"][B]Changelog 1.3[/B][/COLOR][/SIZE]
*Incorporated Latest Cm7 update
*More tweaks
*2.6.32.41 Eb kernel
*Data improvement
*Low memory killer added
fixed symlink [/INDENT][/CENTER]
AS USUAL
WIPE WIPE WIPE
wipe data
wipe cache
wipe dalvik
back to main screen
mounts and storage select format/system
install rom from sd card
Install gapps
Reboot enjoy
If coming from previous version just wipe cache and dalvik​​
If you like the ROM support me or don't forget to hit
OLDER VERSIONS​
Code:
[CENTER][INDENT]
[URL=http://developer.clockworkmod.com/downloads/718/1680/eagleblood_p999_12-05-11.zip]Eagleblood_V2.5[/URL]
MD5 Sum:fe1fdf93ee42c2fd6c578fc29c6d877a
[URL=http://www.multiupload.com/1N11NRWE1G]Eagleblood_V2.4[/URL]
MD5 Sum:
[URL=http://www.multiupload.com/F0X9RQMKR3]Eagleblood_V2.3[/URL]
MD5SUM:34491ea5a46dc8d046258d51c16301c2
[URL=http://www.multiupload.com/DMW86MGLNL]Eagleblood_V2.2[/URL]
MD5SUM:c5e0cef5362237ddf84cc22e3ac152bd
[URL=http://www.multiupload.com/SY51P1VES2]Eagleblood_V2.1[/URL]
MD5SUM:c5e0cef5362237ddf84cc22e3ac152bd
[URL=http://www.multiupload.com/RH0RF3RFVU]Eagleblood_V2.0[/URL]
md5sum :d1bece9b0e86f17e23c3d4b37230674a
[URL=http://www.multiupload.com/PSKRWPS3JC]Eagleblood_V1.9[/URL]
md5sum :5ea955cb3d605c18054ccf406f29bdf6
[URL=http://www.multiupload.com/3M6TN6HENQ]Eagleblood_V1.8[/URL]
md5sum :0e4d2975ede81718ea9eccb8256ac33b
[URL=http://www.multiupload.com/KP2VAOQJDJ]Eagleblood_V1.7[/URL]
md5sum :0e4d2975ede81718ea9eccb8256ac33b
[URL=http://www.multiupload.com/XRD7FD6HMC]Eagleblood_V1.6[/URL]
md5sum:b27ee34105f51a0da79c1c4537145afc
[URL=http://www.multiupload.com/ONKGW0QQAJ]Eagleblood_V1.5[/URL]
md5sum: c1dfa9b81d4558dd328126136f9cf203
[URL=http://www.multiupload.com/LS3YH0G0RW]Eagleblood_V1.4[/URL]
md5sum: bb87bc4201ec05c35eb06754d266f51a
[URL=http://www.multiupload.com/HP8VS6XH02]Eagleblood_V1.3 RC[/URL]
md5sum: fa8efc9a23b3424ebb2e5495fff4f6c1
[COLOR="Red"][URL=http://www.multiupload.com/BC81WUB8NF]EagleBlood_V1.2 RC[/URL] [/COLOR]
md5sum: f405b01e1d8850800c7def9d8128a6eb
[URL=http://www.multiupload.com/6MN4TBQKQK]EagleBlood_V1.1_p999[/URL] [/INDENT][/CENTER]
CREDITS​*Cyanogen and Team Douche for their source
*CVPCS for Scriptybox
*Morfic for his awesome Kernels
*x0xhellx0x
*Deadstyle for FAQ
*Everybody else who has contributed and donated
ROM DEVELOPER
GRAPHIC DESIGNER
Feel free to use our special banner prepared for you by BOXER​Also you can check some of the cool stuff from IB IO IX IE IR HERE
EaglesBlood by doniqcc. Get it [HERE].​
Donators​*charlieparsons66
*x0xhellx0x
*bdjordan
*lolojr1
*justfortest.tk
*unique77
*diablo21st
*fcisco13
*mentosone
*mmapcpro
*seamonkey420
*fiffer1
*mlynx1
*jamesselix
*recalderon
*overdose121
*oheifearnain
*thetrahan
*dayh8
*bdorestant
*ds41877
*tmoandroid
*mghwater
*a1yet
*ldmyers5
*fry.nick
*Imraan Sookia
*exorcist70
*lichti190185​
Using Scriptybox
Scriptybox is a BASH script that consists of a collection of commands. There are several ways to use scriptybox, those of which I will outline below.
Viewing Available Commands
To see a list of commands available to your current install of scriptybox, simply open up terminal emulator, and type:su click enter and then type scriptybox
This will output a list of commands as well as a short usage statement for each, as such:
Available commands:
Code:
adblock [on|off]
camsounds [on|off]
cpuinfo
dalvikjit [on|off]
freemem [50mb|75mb|100mb|default]
halt
meminfo
mtdinfo
[COLOR="Red"]rmapk [alarm|browser|calc|carhome|corpcal|
deskclock|devtools|email|genie|im|lwps|
mms|mp3|music|qoffice|spare][/COLOR]DO NOT USE THIS COMMANDWIP
swapinfo
[COLOR="Red"]switchapk [clock|music][/COLOR]DO NOT USE THIS COMMAND WIP
sysro
sysrw
zipalign_apks
Now you know exactly what commands you can run, great!
Running Command
Below I will outline the available commands as well as what they do.
adblock: Block/Unblock ads
Usage:
adblock [on|off]
Turns ad blocking for the system on or off
How it's used
Code:
# turn on ad blocking
adblock on
# turn off ad blocking
adblock off
As you can see, scriptybox works just the same as busybox in that respect.
How it Works
The premise of it is that it replaces your phones /system/etc/hosts file, which defines several of the well-known ad servers to be located at IP address 0.0.0.0.
When a hostname is resolved on linux, the first place it looks is the defined hosts file (for android, /system/etc/hosts). If the hostname is found there, it uses the IP address provided. If not, then it uses the DNS servers to look it up. adblock essentially takes advantage of that by assigning the NULL IP address (0.0.0.0) to many well-known ad server hostnames. Thus, when an app or the browser attempt to access one of those servers, linux tells it that it is located at 0.0.0.0, but since this is NULL, the connection immediately fails and nothing happens. Hence, no ads
camsounds: Turn camera sounds on/off
Usage:
camsounds [on|off]
Turns the camera sounds (shutter and video cam) on or off
How it's used
Code:
# turn on camera sounds (shutter / video record)
camsounds on
# turn off camera sounds (shutter / video record)
camsounds off
How it works
Camsounds is a super simple script. All it does is rename the camera sounds from .ogg files to .bak files, and back again. So when they are renamed to .bak, the device can't find them and therefore they don't play. When they're renamed as .ogg files, they are found and play properly.
cpuinfo: Display CPU information
Usage statement
How it's used
Code:
# just simply type it in!
cpuinfo
How it works
All this script does is display the information found in /proc/cpuinfo. This file is dynamically populated by the linux kernel to include information about the processor.
gotta try this! thanks dom for the wonderful work!
EDzilla715 said:
gotta try this! thanks dom for the wonderful work!
Click to expand...
Click to collapse
by the way, what kernel goes with this? which would go perfectly with this?
some screenshots please
Nice Rom !!!
Screenshots
EDzilla715 said:
by the way, what kernel goes with this? which would go perfectly with this?
Click to expand...
Click to collapse
the best kernel is almost certainly already cooked into it...
doniqcc -- you're awesome man. Wouldn't surprise me if you were the lulzsec team member who cracked the senate website!
Erislover said:
the best kernel is almost certainly already cooked into it...
Click to expand...
Click to collapse
Yes it is as much as I like Faux's kernels I wouldn't recommend the 2.0 kernel was giving me lots of problem's but cm7 kernel included with the rom is flawless.
Sent from my LG-P999 using XDA Premium App
Erislover said:
doniqcc -- you're awesome man. Wouldn't surprise me if you were the lulzsec team member who cracked the senate website!
Click to expand...
Click to collapse
LOL no that's not me shh.......h but thanks
Sent from my LG-P999 using XDA Premium App
Oh man, now I have one more Rom to keep up with. First world problems eh?
Flashing now! Thanks for the awesome Roms...
when possible, please add some details as to what to expect on this ROM... as of now I'm running faux123 latest gingerbread and the only issue I have is brightness and random APN issues *at least at the beginning* airplane mode fixed it.
No problems smooth...shot in the dark here but I get little to no reception at the house and I'm not seeing Wifi Calling don't remember if it was a standalone install somewhere on here or not, but that would be a major deciding factor if I keep this on my phone or if I have to go to something else...
I'm curious and I know someone is gonna ask anyways!
Does this have the LG camera?
Does this have the keyboard lag?
High haptic feedback?
Thanks Doniq for all your great work!
...
y3mita said:
when possible, please add some details as to what to expect on this ROM... as of now I'm running faux123 latest gingerbread and the only issue I have is brightness and random APN issues *at least at the beginning* airplane mode fixed it.
Click to expand...
Click to collapse
I will soon no brightness issues on this one I think that's a kernel issue
Sent from my LG-P999 using XDA Premium App
thanks
wow dude this is a hardass rom love it keep it coming!!!!
htc2364 said:
I'm curious and I know someone is gonna ask anyways!
Does this have the LG camera?
Does this have the keyboard lag?
High haptic feedback?
Thanks Doniq for all your great work!
...
Click to expand...
Click to collapse
No lg camera but it is 8mp
No haptic feedback issue and no keyboard lag.
Sent from my LG-P999 using XDA Premium App
does stereo bluetooth work?
doniqcc said:
No lg camera but it is 8mp
No haptic feedback issue and no keyboard lag.
Sent from my LG-P999 using XDA Premium App
Click to expand...
Click to collapse
Thanks, can't wait to try it out!
...

[ROM][29 APR 12][Endymion V3.5|Sense 3.5|GB 2.3.5][kernel V2.2|ControlCenter]

Endymion V3.5 ROM
This is based on the official 1.05.401.4 WWE RUU for Runnymede (final version - release-keys) with several tweaks and optimizations, plus a modified UNITY kernel (credits for great base go to m-deejay). Actually, this kernel is based on the Hyperion kernel, with different settings. The V2.2 Endymion kernel includes:
- Working front facing camera
- Working stereo video recording
- No default undervolting
- deadline IO Scheduler as default
- CFQ, VR, SIO and BFQ IO Schedulers as optional
- CFS Scheduler
- Tiny RCU and other optimizations
- GPU tweaks
{
"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"
}
V3.5 builds upon V3.4, with some updates and consolidating the proven stability of previous versions. It's been over 3 months since last update, and Endymion V3.4 is still one of the most used ROMs for the Desire S. V3.5 includes Endymion Control Centre, slightly modified from V3.4. In V3.5 I removed the Pdroid and Droidwall tabs, leavin to the user the choice of installing the standalone apps or not. It makes a cleaner interface.
Endymion Control Center was built by me from the ground up. The application is programed on top of the HTC opensense SDK, seamlessly integrating with other sense elements on the rom. The Control Center is installed by default, and it detects if the optional addons package was installed. If it was, the Theme Manager part will also work, if not, all other functionalities are still available to the user.
Control Center Functionalities:
Theme manager:
- Theme: Stock, IceHD, HoneHD or GoldRush
- Fonts: Stock, Roboto, Segeo, Ubuntu
- Bootanimations: Stock, Speedo, Quietly Rooted, Pyral, Liquid Honeycomb, Htc Bkack, Flying Vs
All RCTeam tweaks
New Endy tweaks
- Change animations speed on the fly (with a slider)
- CPU Control: Control daemon controller, max an min frequencies for wake and sleep states, cpufreq governor, IO Scheduler, you name it. Taken from Reaper.
- AGPS Patcher: Apply/revert gps patches on the fly, taken from reaper. Credits to author on this thread: http://forum.xda-developers.com/showthread.php?t=1442032
- Turn on/off GPU rendering (just for kicks, but leave it on, seriously)
- Change scrolling smoothness (tradeoff with speed)
- Change V6 Supercharger profiles on the fly (default, aggressive and insane)
- Change Dalvik VM Heap size (32, 48 or 64Mb)
- Bass boost: choose to give a bass boost on beats
- Disable Rosie Spinning: turn on/off the fast "caroussel" spinning of Rosie
Screenshots
Regarding themes, changes are valid after reboot, and do not require any sort of flashing. You can still apply any UOT mods you want, and revert back to any included themes with the Theme manager. For the IceHD and HoneyHD themes, I suggest also choosing the matching skins, also included.
Since V3.1 the addons are installed to the sdcard, so there's minimal overhead to your data and system partitions.
Note that I did not create the bootanimations, neither the IceHD and HoneyHD themes! Credits go to the original authors: he_shteone64 for the themes, and the bootanimations (and lots more) you can find here.
Description:
- Base: 1.05.401.4 WWE RUU for Runnymede - release-keys
- Kernel: Endymion V1.1
- OC limited to 1459200Hz (come on guys, be sensible)
- No default undervolting
- Other performance teaks
- All the other optimizations that come with the UNITY kernel
- Android 2.3.5
- Sense 3.5
- Advanced Power Menu
- deodexed
- zip-aligned
- Added root permissions and SuperUser
- Unsecured boot image
- Ad Blocker pre-installed (hosts files, no extra program needed)
- Stock boot up and down animations
- Busy box
- runparts enabled (init.d scripts)
- init.d tweaks
- virtuous OC daemon installed
- Performance and smoothness tweaks
- GPU rendered UI
- Completely stock framework
- Pre-applied V6 Supercharger memory management - All credits to author at this thread: link
- RCTeam tweaks (Thanks to capychimp) including:
- turn on/off CRT animation on screen off
- turn on/off CRT animation on screen on
- Overscroll settings
- Ability to choose Android Lockscreen
- Custom function for right button on launcher
- Choose between 4x4 and 5x5, transparent or not app drawer
- Choose "normal" or kinetic scroll on app drawer
- Ability to show/hide Recent Apps on notification bar
- Ability to customize which quick settings you want to see (sense 3.5 style)
- Ability to chose to show quick settings by default when no notifications are active
- Enable/disable Unlock animation (the spinning carousel)
- Enable 3D home
- Full 2D Ultra Smooth Rosie on/off
- Button backlight settings
- Added DockMode: all credits again to capychimp
- Added Endymion Control Center with lots of features (see description above)
Download V3.5 base rom
http://d-h.st/gXo
MD5SUM: 8dbdeaa8153522ee85620d98eadfa293
Download V3.5 Themes addons
http://desworks.de/android/endymion/Endymion_V3.5_addons.zip
MD5SUM: 35997effb86112d9b7eda03062d9ada0
Installation Instructions:
- Full wipe is required, even coming from V3.4. It's been over 3 months since I asked for a Endly clean install, so give me a break.
- Install V3.5_base
- Optionally flash V3.5 addons package. You cannot use the old addons!
- BUT the first thing you should do after setting up your phone is go to "settings->tweaks->rosie options->enable quick scroll " and choose 2D. Trust me on this.
Upgrade Instructions:
- No upgrade: Clean install only.
V3.5 Changelog:
- New kernel: Added SIO, VR and BFQ IO Schedulers
- Added "swype to remove notifications" - Credits XxXPachaXxX for figuring out the mod!
- Updated all themes on the addons package to also support "swipe to remove notifications": You need the new addons package, old V3.1 won't work properly.
- Removed PDroid and Droidwall from Endymion Control Centre: It's up to you to install the standalone apps if you so choose
- Updated youtube
- Updated facebook
- Updated dropbox
- Updated google maps
- Added Ultimate Call Screen HD: Not the licensed version! Don't like it, just uninstall it!
- Updated market to Google Play
Enjoy!
Hall of fame
I want to thank each and everyone of you who donated, no matter how much. It's very appreciated! I don't know where some came from, so this goes to Endy and Reaper threads (I think Hyperion is mostly stale).
- W, Barry Morgan
- Marin Claudiu
- Adrian Stöckl
- Dave Johnson
- Vlad Stemate
- Marcin Szylko
- Adrian Stöck (yes, again )
- Martin Östberg
- Vladimir Iofik
- George Simeonov
- László Ladányi
- Shanaz Begum
- Andreas Hupfau
- Jonathan Schulz
- Antti Halonen
- Antonio La Porta
- Rinaldo Harahap
- Tomas Mallafre i Gispert
- Frantisek Repkovsky
- Stanislav Troyeglazov
- Stanislav Troyeglazov (yes, again )
- Ariel Nemtzov
- Vlad Stemate
- Topias Korpi
- Ben Pyett
- Patrick Julius​
Issues
No issues
Addons
Endymion sigpic - made by enigmaamit, surgeon by day, tech enthusiast and designer extraordinaire by night
https://lh6.googleusercontent.com/-rLK2Jz1NTBQ/TqGRCra-XPI/AAAAAAAAAUw/37zG8HfOm8s/s800/ENDYMION.jpg
Sotck HTC Keyboard with arrows for V2.2
http://www.multiupload.com/7KBMHD6TJX
Sotck HTC Keyboard without arrows for V2.2
http://www.multiupload.com/57AER4BHLZ
Downloading + flashing now! Cheers!
Sent from my HTC Desire S using xda premium
IGNORE. I didn't read OP. Sorry
Sent from my HTC Desire S using xda premium
wow, great work man. will test too
Thanks! Feel free to take whatever you want for your roms!
proxuser said:
wow, great work man. will test too
Click to expand...
Click to collapse
hamdir just released an ultra smooth rosie. are you able to include it here?
Jahai said:
hamdir just released an ultra smooth rosie. are you able to include it here?
Click to expand...
Click to collapse
also was wondering about that
because previous 3.5Sense versions was unable to use on everyday basis, with new rosie much much smoother.
question - quadrant score with OC or stock CPU?
All stock.
HaLjavshchik said:
also was wondering about that
because previous 3.5Sense versions was unable to use on everyday basis, with new rosie much much smoother.
question - quadrant score with OC or stock CPU?
Click to expand...
Click to collapse
2k Quadrant stock CPU
great work man, must test :
Woooow awesome, cant wait untill tomorrow to test
Sent from my HTC Desire S using XDA Premium App
Using the ROM now as we speak
Works great I really like the new HTC music feature to get album art, the data counter etc
Really nice work man
only small problem is fonts are too small
Although i will be going back to Hyperion for stable rock solid use
In HTC usic now, they seem to have got rid of SRS and Dolby now! and you can only use enhancer when you have headphones plugged in
EDIT: Beats do not work in the ROM. I get FC when i enable it
Bit of a silly move by HTC IMO
NEW FEATURES
I noticed HTC have integrated a sort of CPU app now !
You can manually choose whether you want best performance/power save/ecnomy etc. Nice touch for non-rooted users on the XL
lowveld said:
- noop io scheduler
Click to expand...
Click to collapse
Awesome
olyloh6696 said:
only small problem is fonts are too small
Click to expand...
Click to collapse
might be re-sized from qHD, which could make text smaller
I really like the small fonts
Fits perfectly in my opinion.
I confirm that beats FCs if you disable it and then enable it through the notifications pulldown.
If you use the in-app menus it works fine. Takes some time to switch, though...
Thanks Oly!
olyloh6696 said:
EDIT: Beats do not work in the ROM. I get FC when i enable it
Click to expand...
Click to collapse
Sent from my HTC Desire S using xda premium
Omg this Rom is the best one it was on my device, keyboard without arrows or android keyboard will be nice..
Thanks a lot for this Rom !
Sent from my HTC Desire S using xda premium
noodles2k said:
Awesome
might be re-sized from qHD, which could make text smaller
Click to expand...
Click to collapse
Nope, i think the Runnymede is a WVGA device
But it has a 4.7" display... could that affect it?
I can really see how this Sense has elements of being between a tablt and a phnoe...
Some apps you can tell are designed to make use of the bigger screen. (i.e music, browser etc)
olyloh6696 said:
Nope, i think the Runnymede is a WVGA device
But it has a 4.7" display... could that affect it?
Click to expand...
Click to collapse
Yeah, my mistake. I'm sure it was announced as qHD tho
quite possibly. Android scales fine, but it could be due to Sense.
beats issue fix added to post #2
Ok,
In a time honored fashion of fixing early bugs, fix for beats issue is added to post #2. Now transition from sound enhancer to beats is instantaneous (and working well). It also no longer FCs when turned on/off from notification bar.
Thanks again Oly for pointing it out to me.
Cheers

[ROM/MOD][The Family]Redemption v1.1-Alpha21r2 - 6/24/12

{
"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"
}
The Family / AllianceUSA Proudly Presents:​ Redemption​ For Inspire 4G or Desire HD​
*DISCLAIMER*
You do this knowing all risks involved with flashing a ROM.
Neither I nor any member of The Family is responsible for any permanent damage.
This is considered an Alpha release so please treat it like an Alpha and expect bugs and some things not to work properly.
*Read This Entire Post Completely Then Read it Again*
[/CENTER]
NOT WORKING:
-Full video playback may still have glitches but much improved
-Stock Camera will not record video - use included Abso Cam or other aftermarket camera app and don't ask for fixes
-Text will occasionally become garbled restart the app, launcher, or phone to correct
-Phone will very occasionally reboot
-Other minor bugs
*WARNING*
-Do not ask for support or complain that something doesn't work because YOU flash someone else's kernel.
-Do not ask for support or complain that something doesn't work because YOU restore apps and/or data and/or system settings from Titanium Backup or Mybackup etc.
-Do Not ask for ETA on the next release
-Do Not ask for help if you didn't full wipe before coming from a different rom!
-Do Not Flame other users in my thread! Read the Rules
-Please do not post bug reports unless you are specifically asked by a member of our team to test something and report back. We know some things aren't fully functioning.
-Do not ask for features unless I post a question asking what features people would like. (which will be seldom)
-Enjoy the rom and remember it is ALPHA Quality and sure to contain bugs
All credits goes to LorDClockan, dh.harald, twistedumbrella, existz, CM crew, Evervolv, synergye, AOKP team, flappjaxxx, and all others that have contributed to this extension of our community!​
What is it you ask?
-A Serious Work in Progress!
-This is compiled from from source from the latest Ice Cold Sandwich by LorDClockan
-Collective Tools app with OTA features
-ROM Control for even more tweaks
-Custom Camera Launcher that launches Angel Camera for stills and VideoCam Illusion for Videos
(You need a player like Rock Player Lite or MXPlayer to Play the Videos)
-OTA updates.
-Andrev OC built in with CPU Tweak for custom Sleep/Wake Profiles
-Custom Preset CPU OC profiles and preset UV settings
-Latest Gapps for ICS and libs
-WiFix Manager for those having trouble with WiFi
-ES File Manager
-Titanium Backup
-QuickPic
-Ram Manager free- Lock launcher in memory for smoother performance
-Palringo chat app - team chat room is: theandroidcollective (black theme by Trevino07)
-Tons of Features in Tools in the Settings Menu
-Ability to download and install Nova Launcher and Trebouchet Launcher along side the default launcher.
-Again Please keep in mind that this is an Alpha Release. It is very stable for every day use but will contain bugs
Download Redemption
Changelogs are on Goo Manager!
Redemption Q&A​
How To:
1. Back Up your Stuff.
2. Wipe Data/ Factory Reset
3. Wipe Cache and Dalvik Cache
4. Flash .zip in recovery
5. Allow full first boot, reboot
6. Sign in to Market to add account.
7. Open Redemption Tools from Settings Menu and make it your own.
8. Rate the thread and hit some "Thanks" buttons!
Custom OC Profiles & Undervolt Settings:
Sloth - Sleep = conservative 122/122 + Wake = ondemand 122/921
flappjaxxx - Sleep = conservative 122/122 + Wake = ondemand 122/1152
rasroy - Sleep = conservative 122/384 + Wake = ondemandX 122/1382
Nun - Sleep = conservative 230/384 + Wake = ondemand 230/1228
Lone Star - Sleep = conservative 122/122 + Wake = ondemandX 230/1305
In the CPU Tab hit your Menu button and you will see CPU Tweak.
CPU Tweak is exactly that, it will allow you to fully customize your Sleep and Wake Governors and Clock Speeds.
*Warning* Do be careful with this as using incorrect settings may have ill effects.
Do not use these setting unless you know what you are doing.
Undervolting:
Lite Undervolt = -25mV
Standard Undervolt = -50mV
Aggressive Undervolt = -75mV
IceOverlay by alienmind
This ROM supports overlay script during flash
Usage:
put all your apps, scripts, etc what you want to install during rom flash in: sdcard/overlay/xxx
xxx is for:
system/app for applications
system/etc/init.d for scripts
etc
Credits and Thanks (in no particular order)
rasroygbiv
flappjaxxx
Zelendel
LorDClockan
dh.harald
twistedumbrella
existz
CM crew
Evervolv
synergye
AOKP team
Nunhugger
Trevino07
alienmind
killersloth
ashies7
cwhitney24
Gio22
Tx Redneck
mrhaley30705
Pick A Name
studacris
JoeDV
Sybregunne - For giving us Andrev OC and Daemon Controller
AngelDeath - For awesome GPS work
crypted- For awesome GPS Work
The Family of course!
Let me know if I forgot anyone!
The XDA community as a whole!
Donations to the Cause: socalrocker, kimtyson, Zole2112, and a mystery person that didn't pm me their username,... if I forgot you, please let me know!
Extra thanks to Pick_A_Name for furnishing a build machine!!!
Changelogs are on Goo Manager. Browse to rom you'd like to see changelog on and click "view changelog"
Build current Redemption from source:
http://github.com/joeDeuce/android
Code:
Public Releases:
[URL="http://bit.ly/redrom"]v1.1 Alpha 11[/URL] - 5/21/12
Back to BFS kernel... With our tuning, I'm getting better battery than cfs :)
Fixed softkey backlight bug when using manual brightness (broke crt off animation though)
I know I forgot some... Updating on tapatalk, full changelog to come
[URL="http://bit.ly/tacroms"]v1.1 Alpha 8r3[/URL] - 5/10/12
*moved back to CFS kernel
Updated kernel to Lord Clockan's 9.7.2
Synced changes from AOKP and IceColdSandwich
Fixed bug in Collective Tools not setting cpu clock speed
Scheduling tweaks added to attempt to get BFS smoothness from CFS kernel
If you see higher battery drain than desired (should still beat BFS kernel),
disable "Sysctrl tweaks" in ROMControl -> Startup tweaks
Updated Google Music, Maps, ES File Explorer, Apex Launcher, QuickPic, Titanium Backup
New layout/icons in System Settings
I know I forgot some...
[URL="http://bit.ly/HTg7DT"]v1.0 Alpha 7.0[/URL] - 4/20/12
-Updated included apps
-some new build prop tweaks
-added Ram Manager free- easy way to lock launcher in memory for smoother performance
-a bunch I don't remember
Changes in base:
-new kernel 9.4.1 BFS
-added Dithering option to be enabled via build.prop
-some fixes in Settings
-fixed video playback and netflix that broke in 7.2 final
-fixed double declaration in build.prop regarding H signal
-updated SU
-updated Torch
-added some cool features to ROMControl from AOKP like statusbar icons and signal transparency
-added text size option for statusbar - AOKP
-Phone.apk changed to different source, so test for known bug is expected
-added some new options for tethering - CM
-added Sense 4.0 recent apps choser - thanks evilisto
-Landscape mod for app choser by Robin
-fixed Phone.apk bug when on a call and another call comes in
-updated DeskClock app with flip to snooze option
-updated Contacts
-added "hundred" patches to frameworks regarding video, gpu, etc...
[URL="http://bit.ly/Hscc4x"]v1.0 Alpha 6.0[/URL] - 4/8/12
-Android version 4.0.4
-Huge improvements to speed and stability overall
-Improved camera functionality. (still no video recording on stock camera, but getting close)
-Included kernel switched to LorDModUE-9.3.1 BFS
-Collective wallpapers included
-Massive overhaul to the OTA section of tools (thanks cwhitney24)
-B&W transparent Palringo chat app included (thanks Trevino07)
-Apex made default launcher
-a bunch I don't remember
v1.0 Alpha 5.0 - Released to testers in Palringo chat exclusively
[URL="http://bit.ly/z9Tg6u"]v1.0 Alpha 4.0[/URL] - 3/14/12
-Massive update to base- more under the hood improvements
-Redemption specific Tools and OTA added
-Updated themed Palringo app (thanks Trevino07!)
-Collective themed weather icons and Torch app (thanks cwhitney24!)
-a bunch more I forgot
[URL="http://bit.ly/wBY8jh"]v1.0 Alpha 3.3[/URL] - 3/05/12
First public release
reserved by OP
Hell yeah
so is acension and redemption a seperate project by the same team?
Bacon!!!!!!!
I got your 10 char right here
Rocking Abso bacon...ics style
I dont See diffrents from Ascension so someone tell me?
Wysłane z mojego Desire HD za pomocą Tapatalk
This one is AOPK, ascension is AOSP. But to be honest, I don't know what the difference is either...
Ok but What is aopk?
Wysłane z mojego Desire HD za pomocą Tapatalk
thansk man for this thread
I have record a video about Ascension:
I try to create a new one asap for this new thread
thanks for your job!!!
P00t said:
so is acension and redemption a seperate project by the same team?
Click to expand...
Click to collapse
Essentially yes. Ascension is based off asopX and Redemption is based off IceColdSandwhich. They share the same kernel and the tools we used with Absolution, but that is about the only similarities.
Flow-Wolf said:
thansk man for this thread
I have record a video about Ascension:
I try to create a new one asap for this new thread
thanks for your job!!!
Click to expand...
Click to collapse
That would be awesome!
Redemption plus themed Swype from the cappy side Collective. The themed Swypes are amazing with this beauty
Sent from my Inspire 4G using Tapatalk
meadhros said:
Redemption plus themed Swype from the cappy side Collective. The themed Swypes are amazing with this beauty
Sent from my Inspire 4G using Tapatalk
Click to expand...
Click to collapse
I wish we could include it as the standard keyboard. Swype is my cruel mistress...
Redemption/Absolution/Ascension
It's sauce.
Are there issues with GPS on this? Having no love.
good news
Ota update shows there is an update to alpha 7.0 with the date 1/3/2012 while this forum shows alpha 3.3 with the date 5/3/2012. Should i perform the update?
Edit
Oooops that was Ascension by the date of 3/1/2012.
Sent from my Desire HD
For everyone asking what's the difference between ascension and this one?," its ROM control you don't have that in ascension...that's more stock this is more tweaked "! I loved ascension awesome battery life and performance but I also missed changing battery indicators , weather etc . So I downloaded this right away! This is perfect!
Sent from my HTC Desire HD using XDA
miffymiffy said:
Are there issues with GPS on this? Having no love.
Click to expand...
Click to collapse
I've not had a wifi problem since the first test build. If you are having problems, please jump on over to the Q&A thread and give us some more information about the problem and we'll try to help you get it sorted out.
Absolution 3.7 /Redemption A3.2

[ROM]|SmartDroid |Reloaded|1.24.709.2|Sense 3.5|2.3.5|1.6.22 online LTS

​
SmartDroid Project point is bring the best Sense experience possible, bringing the most tweaked, and optimized Sense OS ever. This project is also a great success with other device like Piramyd, but it was born on the Ace, and we'll keep updated untill the Ace development will comes to an end.
{
"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"
}
*Based on latest RUU_Runnymede_hTC_Asia_TW_1.24.709.2
*Unity V10 Kernel
*rooted
*busybox
*superuser
*init.d script support
*tweaked build.prop (better touch, data, wifi, 3d performance, camera management, dalvik management, battery management, overall performances)
*bloatware free
*spyware free
*security holes free
*RAM script (for a better RAM management)
*tune2fs tweaks
*script for better battery management
*zipalign script (ROM will zipalign all the app on first boot and for the following installation, better apps management)
*Beats support
*5x4 app drawer
*Extended quick settings
*Clean up's
*lot of ueseful apps
*good support
​
Change Log
SmartDroid.Reloaded.LTS.1.6.22
*zip size will not effect on your individual device as extra optional
mods and off line RCMix Tweaks are included in the file
*Multi-device support added
*Kernel Changed to Unity V10
*Tidied up build.prop
*Added Optional Mod selection on flash menue
-OPTIONS
*BlueManiacs Mini
*Black Key board
* Black Keyboard with red function keys
*Venom0642’s ICS black keyboard with matching dialer
* Multi-language now Including Arabic THX S4linux
* Performance optimizations
* Build prop streamlined
* Rooted, unsecure boot.img
* init.d scripts support
* Auto permissions fix on boot
* All tweaks applied on boot
* Bash command & nano editor
* EXT 4 optimizations
* Changed kernel to RCMix V8
* CIFS support
* Tun support
* Ram optimizations
* Excellent battery life
* Improved overall UI smoothness
* All System apks ZipAling & Optimized
* All User Apps Zipalign at Boot
* SD Card speed tweak included
* Keep your home launcher in memory
* Enabled GPU UI rendering
* Improved Andreno configuration
* Improved auto-brightness values
* Wi-Fi module improved drivers
* Advanced Power Menu
* Camera performance Improved
* Blocked Adds (AddFree App provided for Updates)
* Screenshot by pressing Power and Home
* Beats Audio switchable
* Beats boost through RCMix tweaks
* Bravia Engine
* Swipe to clear notifications
* Long Vol+ music control
* Initial boot set for English GB for easier initial setup
* And few more xml adjustments...
* RCMix tweaks off line version ( some part are still not working )
* Minimum Themeing in
* Custom blueBattery% with animations
* Custom blueWiFi bars
* Custom extra quick settings icons
* Looks cool with blue sky skin included
* And more...... you tell me
>>>>>BUGS<<<<<
Wifi connected to null on restart... only intermittent....
Disconnect wifi in quick settings and reconnect again to solve the issue.
Enjoy the rom and Happy Flashing​
Instruction
[4EXT Recovery Touch is recommended]
-Place the zip in your sd card
--reboot into recovery
---format all partition (except SD card!!)
----wipe data factory reset
-----flash the rom*
----- Choose the mods if required
*follow the instruction if you have a 4g device
-Eat a donut of some variety - VERY IMPORTANT!
__________________________________________________
Set the ROM
-wait few minutes after the first boot
-restore your apps (whatever u want)
-APPLY Skin from Personalize\Skin, to have a FULL experience.
-on the first charge, let the phone plugged till 0mA (use Current-widget or similar to monitor the mA values), reboot without unplug, wait the 0mA again, and when reached, unplug the phone. Your battery is now properly calibrated. Wait 1 or 2 drain cycle to see the very improvement (don't let the phone discharge itself till it turn it off, it's useless. Plug it when u reach 10 to 15% of battery left..it's enough.
​
For Up To Date Changelog And Download Link Please Click On My Signature Or Changelog Icon Above.
I will be updating the OP as soon as I can
reserved
one more
Bewinxed said:
Not to be rude or anything, but IS there a point to develop anything GB for desire s anymore?
This development should more be aimed towards sense 3.6 imo
But good luck anyways ^_^
Sent from my HTC Desire S using Tapatalk 2
Click to expand...
Click to collapse
you are most welcome to use what ever rom you choose, I'm not forcing or making any one use my rom, please stay on topic
Download Not Working Here. File is missing
Sent from my HTC Desire S using xda premium
marvxxx said:
Download Not Working Here. File is missing
Sent from my HTC Desire S using xda premium
Click to expand...
Click to collapse
download is working just fine mate
Nice work, I'm surely gonna try .
Excellent ROM!! Thanks a lot
john9 said:
Nice work, I'm surely gonna try .
Click to expand...
Click to collapse
heriarias said:
Excellent ROM!! Thanks a lot
Click to expand...
Click to collapse
thanks guys glad you like it and hope it doesn't give you hard time
I deleted it from my phone becase I couldn't check the front camera on the main camera app -.-
lowveld said:
Really?
Good Luck with that attitude dude. I can see you're gonna be a success around here.
P.S. Feel free to take the working Front Face camera and kernel from Endymion. Bugs and all.
Click to expand...
Click to collapse
this is your second crap post on my thread one third strike and you will be dealt by the MODs ...... Do not post here
desidunda said:
this is your second crap post on my thread one third strike and you will be dealt by the MODs ...... Do not post here
Click to expand...
Click to collapse
That was actually my first post here, you must be confusing me with someone else. To be expected, on such a popular thread.
And I was offering you help with the camera and kernel, as you obviously need it. If you feel that (or this) is a crap post, report it.
Again, welcome. We really need people like you around.
good
I have actually used all the ROM's for desire S in this entire XDA thread.......respect people who do all these valuable work just for nothing............
Keep up ur good work man......
lowveld said:
That was actually my first post here, you must be confusing me with someone else. To be expected, on such a popular thread.
And I was offering you help with the camera and kernel, as you obviously need it. If you feel that (or this) is a crap post, report it.
Again, welcome. We really need people like you around.
Click to expand...
Click to collapse
Let's leave it there. As with all ROMS, natural selection/survival of the fittest will decide the course of this thread.
No need for sarcastic posts we may regret later from anyone.
Back on topic: Welcome - It's nice to see more dev activity of any kind for this device.

[ROM][A89][BM][ICS 4.0.4]BackstreetMOD™v5.0★JB Layout★Turbo|Update your Micromax A89

[ROM][A89][BM][ICS 4.0.4]BackstreetMOD™v5.0★JB Layout★Turbo|Update your Micromax A89
Don't Forget to hit thanks and rate this thread 5 star!
Backstreet MOD™
Faster,Smoother,Customized,Beautiful,Stable
Codename:- Last Vortex
Flavour:- JellySandwich​
Code:
#include
/*
* I am not responsible for bricked devices, dead SD cards, thermonuclear
* war, or the current economic crisis caused by you following these
* directions. YOU are choosing to make these modificiations, and
* if you point your finger at me for messing up your device, I will
* laugh at you.
*/
Features
Prerooted
Completetly made from Scratch i.e. Stock ROM
Completely Deodexed
Aroma Installer-Better ROM GUI like never before!
Zipaligned all apks for better RAM utilization
Zipaligned and zipalign on boot script added
Init.D support
Enabled Hardware acceleration for accelerated performance
More Customised- Now no need extra tools and googling
360 Rotation enabled- Now you can rotate upside down also
Lockscreen Rotation Enabled
Fully JB themed
SDCard Speed Fixed- Now wnjoy faster SDCard
Default Governor Changed to Ondemand
Crt-Off Animations added
New hacked Youtube app to view 720p HD videos!
Sony Album added
Added Bash- A better alternative for 'sh' for execution of scripts
Added Nano+Syro Text Editor (Developing Tools)
No-Frills CPU added- Now you can manage the clock speed,governors on the go!
Kernel_check ini set to zero to avoid app crash and force closes
Optimized SQlite operations for improved Input/Output
New Inverted Playstore Black themed by me
New RAM Min-free for auto-killing apps incase RAM memory gets full-Now no more need of task killer
Forced Launcher into RAM for smoother Home operations
Sony Walkman with visualiser added- Now feel the Awesome Music Experience
New Beautiful Spinners
NovaLauncher is the Default Launcher...now customize the homescreen as you want
Full JB layout
New Lockscreen with Blade Star lockring! designed by me - :highfive:
CPU Rendering --now no lags
JellyBean like Staus Bar
Full JB themed to increase feel of AOSP
Sony™ X-Loud added now get blowed off...
JB like Clear button in statusbar
Beats™ Audio added
New Jellybean like settings
Kernelaizer tweaks
JB like time & date right in StatusBar:laugh:
Highly improved popups, dialog boxes, buttons, text edits and improved JB feel
Improved touchscreen sensitivity
Status Bar MODs added
GPU rendering for better Gaming
New JellyBean Music player
Video recording quality is now increased
Latest BusyBox added
Old Micromax Bootanimation removed and CM9 bootanimation added..Byebye Ninjas
SQ lite performance tweaks added
Highly supercharged with RAM script, supercharger, Adrenaline boost, IO scheduler script and lots more!
ZRam technology script added for more free RAM
No-ADs will be there - Host Files added
Bravia Engine™ 3.0 added for better picture Quality
ICS Gallery added for faster and smoother pics
GPS lock fixed
Google DNS servers for better internet experience
Smooth Scroll MOD added
Volume Steps incresed to 50 for better music experiece
New JB 4.2.1 Sound Pack added
Loopy Smoothness Tweak added now your A89 is like S4
Better Task killer in the kernel right away
MRAM lag tweak added
Improved Gaming performance
Faaster 2G/3G internet tweaks added
Power collapse tweak for better batery backup
Support for Indian fonts including Gujarati, Hindi, Marathi, Kannada, Oriya, Assamese, Bangali, Telugu and few more
Enabled Purgeable assets
New JB like Progress bars and Sliders
New BackstreetMOD™ Settings lets you manage all those interesting UI settings on the go!
Root Explorer is the default file manager-The best file manager :victory:
System_Server taken from JB- Now install apps fastly no waiting!
SU Binary Updated
No delay Root Access
tun.ko module support!
BackstreetMOD™ Wallpapers added now no need to search for nice wallpapers
A Bunch of Init.D and Build.prop tweaks added
Lowered low battery threshold to 10%
Battery Backup now increased to 1day+ on Heavy use - Leave your chargers their only
More smooth spinners! You will know them when a loading task comes
Removed Power On sounds - ssshh...silence!
Unplug charger doesn't wake phone
ICS Transitions are default transitions!
There were many more i am unable to remember
Click to expand...
Click to collapse
Code:
[B][SIZE="5"]MD5 SUM[/B]: 828a0484a3af7be95e330f0066169ed0[/SIZE]
How to install?
You can use any Recovery TWRP or CWM for flashing this ROM
Do this,Wipe Dta
Wipe Cache
Go to advanced options and Wipe Dalvik Cache
then wipe Battery Stats
Flash the ROM zip file
Reboot
And Hit thanks Button here
Click to expand...
Click to collapse
Credits
zepellinrox for his v6supercharger
Prateek for his Lockring!
Piyush Verma for immensely testing my ROM :highfive:
Shahid Ali- another tester
Harsh Madan- Another Tester
Sahill11 for WiFi fix
All Micromax Group Team
All the Developers whose MODs i have used
Click to expand...
Click to collapse
{
"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"
}
Q.What is Baseband?
A.In telecommunications and signal processing, baseband describes signals and systems whose range of frequencies is measured from close to 0 hertz to a cut-off frequency, a maximum bandwidth or highest signal frequency; it is sometimes used as a noun for a band of frequencies starting close to zero or simply it is Radio.
Q. My phone stuck on logo, what to do?
A.Follow the instructions and do a full wipe
Q.Will this work on Micromax A110?
A.Not tested. I am working on it
Q.Will this work on XYZ phone?
A.No not at all
Q.I found a bug.
A.Calm down and report it on this thread
Q.Can you please give me XYZ feature or make ABC for me?
A.Sorry I follow a strict pattern, I don't have time to fulfill individual needs, only demands in masses will be completed. Sorry!
Q.Wow I liked this ROM
A.You can press the Thanks button and rate this thread 5 stars to show your appreciation :highfive:
Click to expand...
Click to collapse
[MOD]Rotation Off MOD
Features
Disable 4-Way Rotation to normal 3 way rotation
Disable Lockscreen Rotation
Click to expand...
Click to collapse
Download
Click to expand...
Click to collapse
[MOD]Nexus MOD
Features
Enable Onscreen Buttons
Turns off Capacitive buttons Backlight
Added New Soft Keys with reflection
Disable 4-Way Rotation to normal 3 way rotation
Disable Lockscreen Rotation
Click to expand...
Click to collapse
Download
Click to expand...
Click to collapse
Screenshot
reserved for AD-ons
reserved for themes
reserved for patches-Just in case
Just Awesome . :cyclops::good::cyclops:
Re: [ROM][A89][BM]BackstreetMOD™v5.0★JB Layout★Turbo|Update your Micromax A89
Cool!!!
:beer::beer::beer::beer:
You deserve a salute
Sent from my A89 using xda premium
awesome work
Superb Work
Just change A5 to A89 in Feature No.48
MrJhakass said:
Superb Work
Just change A5 to A89 in Feature No.48
Click to expand...
Click to collapse
OOps
Great Work!!! When will the download link be available? eagerly waiting to put this awesome rom on my mobile
rishiandri said:
Great Work!!! When will the download link be available? eagerly waiting to put this awesome rom on my mobile
Click to expand...
Click to collapse
tomorrow morning it is in testing phase now
Hit thank always if you find anything useful
Reserved!
sahil11 said:
awesome work
Click to expand...
Click to collapse
Reserved for saying awesome!
Really Nice work dude...... really appreciated for every A89 users
Thanks
Hardy
Re: [ROM][A89][BM]BackstreetMOD™v5.0★JB Layout★Turbo|Update your Micromax A89
Sir please share the links!!
Waiting for it!!!
Sent from my A89 using xda premium
fgs release it ASAP
eminEnce_f9 said:
fgs release it ASAP
Click to expand...
Click to collapse
Will you test it ?
ROM released!
The OP has been updated and
Yeah the ROM has been finally released
Hit thanks and ahow your Support :highfive:

Categories

Resources