[ROM]The.Emilio Unchained -- 2/23/2013 - EVO 4G Android Development

"What the hell bro,
you spilled mayonnaise on my new kicks yo!"
Team SOLO aka The.Emilio presents
The.Emilio Unchained featuring the Seeder Entropy Generator​
Prerequisite: So basically, I made this little ROM that is based on the latest CM7.2 Nightly (1/1/2013) and wanted pure speed out of this. I had came across a little mod called Seeder that I shared in the General thread and everyone seems to be having great performance increase, and that was on Jelly Bean based ROMs. I personally experienced this on a Jelly Bean based ROM and actually underclocked with a MIN setting of 384 and MAX of 652 with no lag at all. On Jelly Bean!!! So I said to myself, self, how awesome would this be on a Gingerbread ROM? Well, here it is. The.Emilio Unchained.
Whats in it?!?!:
Code:
[SIZE="3"]Android version 2.3.7 CM7.2 Nightly 1/1/2013
Gapps - Most updated including Gmail
Mason v0.14 sbc-fso kernel
Jelly Bean/ICS modded framework and SystemUI (makes it look like JB/ICS)
Seeder 2.0 entropy generator (what makes this ROM special)
Ice10 Theme for Theme Chooser
ADW Launcher version 1.3.3.8
DSP Manager
Kernel optimization
Init.d tweaks for improved performance
Specific and modified battery tweaks for improved CPU sleep and battery saving
MegaBassBeats by DeHuMaNiZeD
Sony XLoud Audio by XxXPachaXxX
Nexus 4 wallpaper chooser
[/SIZE]
Changelog:
Code:
[SIZE="3"]2/23/2013
-----------
Added inverted gapps
2/7/2013
-----------
Removed Seeder script and replaced with the actual app that
can be enabled and disabled based on user preference
Changed kernel to stable Mason G v0.14
Few modified tweaks here and there
Added Jelly Bean/ICS modded framework and SystemUI (makes it look like JB/ICS)
Added Ice10 theme to complete the look (see install instructions and screenshots)
Removed A2SD so all can enjoy (you can still flash in recovery if you want A2SD)
Much more that I can't think of right now
1/12/2013
-----------
Updated Seeder scripts to latest (includes suspend mode while sleeping)
1/6/2013
-----------
Added MegaBassBeats by DeHuMaNiZeD (better and clearer audio with great bass)
Added Sony XLoud Audio by XxXPachaXxX
Added Nexus 4 wallpaper chooser
Fine tuned battery tweaks for sleep with low power mode (decreases CPU power)
1/5/2013 v1.1
-----------
init.d scripts created for better battery performance, kernel improvements
vm management tweaks
Kernel tweaks implemented
build.prop tweaks (too many to list) added for performance, image quality,battery, RAM utilization for apps
sysctl tweaks for improve battery and kernel performance
EXT 4 tweaks for improved I/O
Data speed improvements on 3G, WiMax and WiFi
1/5/2013 v1.0
-----------
Initial Release - Expect more to come! This is just the tip of the ice berg for this. Over time, I will include kernel tweals, build.prop tweaks, init.d and other tweaks to make this faster and more stable.
[/SIZE]
What does/doesn't work:
Code:
[SIZE="3"]Everything that usually works on CM7
[/SIZE]
What do I need to run this beast? (preferred but not required):
Code:
[SIZE="3"]Suggested SmelkusMod recovery to ensure proper flashing
Partitioned SD to EXT 4 - I include A2SD which is baked in as well as EXT 4 tweaks for improved I/O which leads to better performance for A2SD. This helps apps open faster and makes everything seamless.
[/SIZE]
Credits:
Code:
Atyoung - for the kernel http://forum.xda-developers.com/showpost.php?p=23615703&postcount=1
lambgx02 - the developer of the Seeder APK/Flashable zip
rujelus22 for the inverted apps http://forum.xda-developers.com/showpost.php?p=15980227&postcount=1
Dsixda
DeHuMaNiZeD - for MegaBassBeats mod
XxXPachaXxX - for XLoud mod
CyanogenMod Team - for making the base for the ROM
MBQSniper for his input
Bill_Dollar for getting the ball rolling on the Jelly Bean mod that is included
The EVO 4G Community - For keeping Jurassic Park alive and wanting more and more beyond what the device was ever meant to handle
You can learn more about the Seeder app I included by visiting the original thread at http://forum.xda-developers.com/showthread.php?t=1987032
Be sure to show lambgx02 some love and thanks while you are there!!
PLEASE READ THE SECOND POST FOR INSTALL INSTRUCTIONS!!!!
Download Standard Edition:
the.emilio-unchained-v2.0.zip - 121.43 MB
Download Black Ice Edition:
the.emilio-unchained-blackicev1.0.zip - 137.19 MB

To Install:
1.) Download latest version and save to SD
2.) Reboot to recovery
3.) Wipe all (preferably with Smelkus Mod)
4a.) Flash ROM
4b.) Flash A2SD (optional skip to step 5 if you do not want A2SD)
5.) Setup device
6.) Go to settings, Themes and select Ice10
7.) Reboot and enjoy!!

Looks like the EVO is picking up,not losing ground,you guys are killing it,nice work brother.Great to see more keeping the EVO alive.
Looks like i got first on this one guys,hahahaha.
If you guys would like to know about this seeder tweak app,read what the dev wrote about it...
On some (older) versions of Android, the JVM (and other components) read large amounts of random data from the blocking /dev/random device. On newer builds, this problem has been solved, yet depletion of the input entropy pool still seems to slow devices.
So, I cross-compiled rngd, and used it to feed /dev/urandom into /dev/random at 1 second intervals.
Result? Significant lag reduction!
Chrome, maps, and other heavy applications switch instantaneously, and map tiles populate as fast as I can scroll. You know how sometimes when you hit the home button, it takes 5-10 seconds for the home screen to repopulate? Yeah. Blocking on read of /dev/random. Problem solved. But don't take my word for it .. give it a shot!
This version fixes the issue some users were seeing on later Jellybean ROMs, where the UI would misreport the RNG service status.
Note that this APK is actually compatible with all Android versions, and all (armel) devices. It's not at all specific to the Captivate Glide.
Caveats
There is a (theoretical) security risk, in that seeding /dev/random with /dev/urandom decreases the quality of the random data. In practice, the odds of this being cryptographically exploited are far lower than the odds of someone attacking the OS itself (a much simpler challenge).
This may adversely affect battery life, since it wakes every second. It does not hold a wakelock, so it shouldn't have a big impact, but let me know if you think it's causing problems. I can add a blocking read to the code so that it only executes while the screen is on. On the other hand, many of us attribute lag to lacking CPU power. Since this hack eliminates almost all lag, there is less of a need to overclock, potentially reducing battery consumption.
There has been a large amount of speculation on why/if this actually improves performance on ICS+ devices.
http://forum.xda-developers.com/showthread.php?t=1987032

Diablo67 said:
Looks like the EVO is picking up,not losing ground,you guys are killing it,nice work brother.Great to see more keeping the EVO alive.
Looks like i got first on this one guys,hahahaha.
Click to expand...
Click to collapse
LOL yessir! Stick around man. This is gonna be fun. More and more tweaks are being created for newer devices to run better, that in turn, they make our OG run better. Gotta love technology advancements!

Yes sir!!they are definitely blowing up over in the android forum.
Edit:you want to hear the funny thing?your the one that turned me on to the Seeder app and i was thinking i ran across it myself,until i just found your thread in general,lol.Great job on the find,now to see how good it works.

Its amazing. My thread in General is a testament to that. Mind you as of now there are no additional battery tweaks other than the Mason kernel and user ability to uc. I wanted to get this out as stock first so we can get a good impression on how well this runs without addition build.prop and init.d tweaks. I will be adding battery tweaks for better sleep states, kernel optimization tweaks such as COD and more in the future.
Everyone please leave feedback on how this is running. As I am typing this I am in awe of how responsive it is.
Sent from my PC36100 using xda app-developers app

Holy crap!!! Another killer rom for me to test " its gonna be a good day, tater"
Sent from my IdeaTab A2107A-F using Tapatalk HD

This rom rips, seriously! Underclocked to 245-768 and the phone still felt overclocked. Looks good and looking forward to whatever tweaks you decide to use.
Sent from my ever-changing OG Evo...

Why is it that the circle time and weather widget are not on the rom like on your pics?
Sent from my PC36100 using xda premium

storm68 said:
Why is it that the circle time and weather widget are not on the rom like on your pics?
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
It is. It's a widget that I included called one clock widget. Long hold on the home screen, add widget, its the one named ocw. There are many skins you can choose from. The one I am using is chrome rings I believe. But there is a vast amount of other nice skins as well.
Sent from my PC36100 using xda app-developers app

CRIME INC. said:
Holy crap!!! Another killer rom for me to test " its gonna be a good day, tater"
Sent from my IdeaTab A2107A-F using Tapatalk HD
Click to expand...
Click to collapse
You wont be disappointed.
pmacevad said:
This rom rips, seriously! Underclocked to 245-768 and the phone still felt overclocked. Looks good and looking forward to whatever tweaks you decide to use.
Sent from my ever-changing OG Evo...
Click to expand...
Click to collapse
Thanks! Stick around for a bit
Sent from my PC36100 using xda app-developers app

Updated with version 1.1.
init.d scripts created for better battery performance, kernel improvements
vm management tweaks
Kernel tweaks implemented
build.prop tweaks (too many to list) added for performance, image quality,battery, RAM utilization for apps
sysctl tweaks for improve battery and kernel performance
EXT 4 tweaks for improved I/O
Data speed improvements on 3G, WiMax and WiFi
This thing is freaking flying! Next up some audio tweaks (huge audiophile) and even more display optimization. Let me know how this is running. I can only improve on what the community says is needed. :good:

Is a dirty flash okay?
Sent from my ever-changing OG Evo...

pmacevad said:
Is a dirty flash okay?
Sent from my ever-changing OG Evo...
Click to expand...
Click to collapse
I always recommend a clean install. Especially with the tweaks I included.
Sent from my PC36100 using xda app-developers app

Everytime I think the EVO is just about forgotten, you guys show that it is still a major player in the super phone world. Thanks for all you do. I will definitely add yours to a boot manager slot of Roms I use!
Sent from my PC36100 using Tapatalk 2

taadow1030 said:
Everytime I think the EVO is just about forgotten, you guys show that it is still a major player in the super phone world. Thanks for all you do. I will definitely add yours to a boot manager slot of Roms I use!
Sent from my PC36100 using Tapatalk 2
Click to expand...
Click to collapse
Thanks I appreciate that. As mentioned this is only the beginning. I plan on learning on how to optimize this and others on a deeper level other than basic tweaks. Learned alot just looking up vm enhancement and kernel enhancements for this rom which I included.
Sent from my PC36100 using xda app-developers app

You never disappoint bro.
Good work!
Sent from my Galaxy Nexus using xda premium
---------- Post added at 12:36 AM ---------- Previous post was at 12:07 AM ----------
the.emilio said:
Thanks I appreciate that. As mentioned this is only the beginning. I plan on learning on how to optimize this and others on a deeper level other than basic tweaks. Learned alot just looking up vm enhancement and kernel enhancements for this rom which I included.
Sent from my PC36100 using xda app-developers app
Click to expand...
Click to collapse
What kind of environment are you building in?

MBQsniper said:
You never disappoint bro.
Good work!
Sent from my Galaxy Nexus using xda premium
---------- Post added at 12:36 AM ---------- Previous post was at 12:07 AM ----------
What kind of environment are you building in?
Click to expand...
Click to collapse
You referring to PC or computer language?
Sent from my PC36100 using xda app-developers app

the.emilio said:
You referring to PC or computer language?
Sent from my PC36100 using xda app-developers app
Click to expand...
Click to collapse
Do you use Ubuntu or Windows?
Sent from my Galaxy Nexus using xda premium

MBQsniper said:
Do you use Ubuntu or Windows?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Build in Ubuntu 12.04 as I find it faster but my system is dual boot with Windows 7
Sent from my PC36100 using xda app-developers app

Related

Speed Tweaks, Battery Tweaks, and Quadrant Hekkks

This is just a collection of random tweaks that I put together for all of you that want to see fast speed and good battery at the cost of stability. Credits go to TeamACID, ACS, Juwe, zepplinrocks, and a few others... The zip is attatched.
First, and with many thanks!
Just flashed... Let's see what happens! Thanks Marcusant!
Sent from my SPH-D700 using xda premium
Thanks will try it out.
Sent from my SPH-D700 using xda premium
Downloading and testing now
Sent from my rooted, suited, & booted Epic 4G #knowdat!
@ marcusant
Sent from my SPH-D700 using XDA App
Whoops screwed that post up.. @marcusant, are these tweaks included in you're latest ROM already?
Sent from my SPH-D700 using XDA App
Thankyou! Flashed and my **** wifi seems faster.
Improvement of battery life brings upon instability? Well that just plain sucks. I could really care less about overclocking. But..thats just me.
Is there a version of this tweak that might just carry the battery life end of the tweaks? Everything else can just work as it normaly would.
This is just a request...in no way is it a demand. Thank you
Sent from my SPH-D700 using Tapatalk
Are you saying stability is iffy?
One note, this changed my "Build Number" to "MarcusantROM Revival v1".
Not necessarily a terrible, horrible thing.
Other than that, this is amazing.
Thank you a million.
can you post an explanation as to what exactly this does to achieve those things?
There are a ton of files and tweaks actually included in this. Its mostly code changing/adding. For specifics, if you know the linux OS, you can peruse the files that are included in it.
I don't know which tweak it was, but one of them absolutely gave me way better wifi reception. Getting strong, uninterrupted connections in parts of my house where id normally fade in and out constantly
Sent from the Epoch
By cost of stability i mean agressive app killing. More tweak details l8r.
Sent from my epic that didn't have CIQ before it was cool
marcusant said:
By cost of stability i mean agressive app killing. More tweak details l8r.
Sent from my epic that didn't have CIQ before it was cool
Click to expand...
Click to collapse
are these already in your rom?
robl45 said:
are these already in your rom?
Click to expand...
Click to collapse
No
Sent from my epic that didn't have CIQ before it was cool
It works! running Revival v1 with Samurai 2.08 and it definitely smoothed out some rough edges- very zippy now. Sweeeeet! Thanks Marcus, love your work.
Installed this.... Noticed some speed improvements... But I'll have to see how it plays out... Wifi has stayed the same strength.
Sent from my SPH-D700 using XDA App
Not sure if it is the new Samarui OC kernel, or these tweaks, I installed both at the same time, but i am definately noticing a diference. Flick golf runs awesome!

Best *Gingerbread* kernel.

I'm not feeling ics,.. so being a caveman living in the olden days of gingerbread, I'd like to know what you guys think is the best kernel. And post a link, because I have no computer and xda search sucks on the app. I need performance .. I'd like to be able to play games like shadow gun and gta 3, that aren't optimized for my phone (using chainfire of course) the best they possibly can. I've heard alot of good about Franco's, but I'm on matr1x right now. Thanks guys
PS. I'd like something with ezekeels mods. A gingerbread GLaDOS seems like it'd be perfect.. thanks again
Sent from my Nexus S 4G using XDA App
Here's the list sorted by my preferences:
* franco.Kernel build 8 DEC is my daily driver. Fast. Smooth. Comes with almost every features in GLaDOS. The preset Voodoo Color settings is also pretty sweet.
* GLaDOS 1.12 is packed with all Ezekeel's mods. It is very stable though IMHO is not as smooth as franco's. It supports Voodoo Color as well, but there is no preset in the kernel. The bootscreen is also pretty cool Unfortunately, there is no link to GB version in the OP anymore.
* Matr1x - You're already using it. (Sorry I was confused between this and Trinity in the first place because their names are both related to The Matrix >_<) Full with mods and tweaks for performance. Fast and very stable. For me, it's performance is very close to franco's.
* Peter Alfonso's 2.6.35.14 kernel is one of the most stable kernel I've tried. If you don't want deep idle, touch wake, etc. This one will give you stability, battery life, and performance with the feel of nearly stock kernel.
* Trinity Comes with pre-configured UV/OC of your choice. There's nothing wrong with it. I just don't like its bootscreen and the 666 thing in build number
NOTE: Other kernels that are not listed here means I haven't tried it yet. Not that it's not good or anything
Could you give me the link yo Franco's..? And does Franco's support the proton voltage app
Sent from my Nexus S 4G using XDA App
The links to each kernel are in my first post. Just click on the kernel names.
I use NSTools to config the mods/OC/UV but I guess Proton Voltage should also work fine
The only one with the link is peters
Sent from my Nexus S 4G using XDA App
Bumper.
Sent from my Nexus S 4G using XDA App
michaelg117 said:
The only one with the link is peters
Sent from my Nexus S 4G using XDA App
Click to expand...
Click to collapse
michaelg117 said:
Bumper.
Sent from my Nexus S 4G using XDA App
Click to expand...
Click to collapse
You could be a tad less lazy and click on the links suksit gave you. Franco has a link to his GB kernel near the end of the first post.
Ezekeel does not support GB anymore, but if you search the thread with the search tool (oh my!) you'll easily find more than one link to it uploaded by members.
Sorry but I'm too poor for a computer, and search on the xda app is complete crap -.-
Sent from my Nexus S 4G using XDA App
Most kernels are taking the step to ICS,
But for Gingerbread, I should go for Peter Alfonso's kernel (most stability, nice battery life).
If you want some more performance, go for SG-11UV of steve.garon, this was my daily driver on Gingerbread,
because I needed BLN, BLX, etc, and it comes with a standard 1,1GHz overclock.
I have no time to upload links, so sorry for that.
Greets from The Netherlands!
suksit said:
Here's the list sorted by my preferences:
* franco.Kernel build 8 DEC is my daily driver. Fast. Smooth. Comes with almost every features in GLaDOS. The preset Voodoo Color settings is also pretty sweet.
* GLaDOS 1.12 is packed with all Ezekeel's mods. It is very stable though IMHO is not as smooth as franco's. It supports Voodoo Color as well, but there is no preset in the kernel. The bootscreen is also pretty cool Unfortunately, there is no link to GB version in the OP anymore.
* Matr1x - You're already using it. (Sorry I was confused between this and Trinity in the first place because their names are both related to The Matrix >_<) Full with mods and tweaks for performance. Fast and very stable. For me, it's performance is very close to franco's.
* Peter Alfonso's 2.6.35.14 kernel is one of the most stable kernel I've tried. If you don't want deep idle, touch wake, etc. This one will give you stability, battery life, and performance with the feel of nearly stock kernel.
* Trinity Comes with pre-configured UV/OC of your choice. There's nothing wrong with it. I just don't like its bootscreen and the 666 thing in build number
NOTE: Other kernels that are not listed here means I haven't tried it yet. Not that it's not good or anything
Click to expand...
Click to collapse
Thank you for your post my friend. This will be my guide on NS GB Kernels
Franco's has been the best for me
http://androtransfer.com/franciscofranco/Nexus_S/
Sent from my Nexus S 4G using Tapatalk 2 Beta-2
Previously franco's, but now that updates have stopped I use Lynx kernel.

ICS Tweaks

Has anybody come across any tweaks ICS that will work on all the different flavors that we now have?
They're being worked on, but not finished. You can try ravers ROM though, he has tweaks already included
Sent from my SGH-T959V using xda app-developers app
The v6 supercharger worked for me on aokp
Sent from my GT-P7510 using xda app-developers app
falcons2 said:
The v6 supercharger worked for me on aokp
Sent from my GT-P7510 using xda app-developers app
Click to expand...
Click to collapse
I haven't seen that one... Going to look again.
mierkat09 said:
They're being worked on, but not finished. You can try ravers ROM though, he has tweaks already included
Sent from my SGH-T959V using xda app-developers app
Click to expand...
Click to collapse
Haven't tried his yet but on the list of things-to-do.
Its in the android software development section under software and hacking
Sent from my GT-P7510 using xda app-developers app
ShadyAce80 said:
I haven't seen that one... Going to look again.
Haven't tried his yet but on the list of things-to-do.
Click to expand...
Click to collapse
A direct link to it is http://forum.xda-developers.com/showthread.php?t=991276. I actually stumbled upon it today and it seems to be working wonders on my ICS.:good:
I found it. Reading up on it now... Looking forward to this one.
so still reading.... kids are distracting me and making me lose focus... So I'm gonna ask a question I shouldn't have to.... Can I install just the supercharger starter kit and then move on to step two of post two? Or do I need to install files from post one as well?
ShadyAce80 said:
so still reading.... kids are distracting me and making me lose focus... So I'm gonna ask a question I shouldn't have to.... Can I install just the supercharger starter kit and then move on to step two of post two? Or do I need to install files from post one as well?
Click to expand...
Click to collapse
I would install BusyBox from that post because there are reported issues with other versions of it. Then just use SManager and run the script as SU.
Most of the ROMs have tweaks built in. But for tweaks specific to our device, I have some I am doing testing on now. I will probably post them this weekend. And just so you have an idea, I am on my GummyMutt ROM at the moment at 22 hours uptime (off charger) and at 58% battery. I have the launcher transitions set to cube and it just snaps to the next screen very quickly and smoothly. Boot time is also increased by about 20 seconds, and the data speeds are noticably amped up as well (currently on 3G).
thomas.raines said:
Most of the ROMs have tweaks built in. But for tweaks specific to our device, I have some I am doing testing on now. I will probably post them this weekend. And just so you have an idea, I am on my GummyMutt ROM at the moment at 22 hours uptime (off charger) and at 58% battery. I have the launcher transitions set to cube and it just snaps to the next screen very quickly and smoothly. Boot time is also increased by about 20 seconds, and the data speeds are noticably amped up as well (currently on 3G).
Click to expand...
Click to collapse
So do you think that v6 Supercharger could cause more issues than not with the built-in tweaks? I don't mind having to restore my phone and start from scratch again, but don't want to waste that time if I don't have to.
ShadyAce80 said:
So do you think that v6 Supercharger could cause more issues than not with the built-in tweaks? I don't mind having to restore my phone and start from scratch again, but don't want to waste that time if I don't have to.
Click to expand...
Click to collapse
Ultimately, it depends on the ROM you are on and wether or not you have the built in tweaks (liberty tweaks) turned on... Basically, if you turn on the built in tweaks after installing supercharger, you will have issues. Not-to-mention, supercharger is not specific to our device, nor are most of the built-in tweaks...
thomas.raines said:
Ultimately, it depends on the ROM you are on and wether or not you have the built in tweaks (liberty tweaks) turned on... Basically, if you turn on the built in tweaks after installing supercharger, you will have issues. Not-to-mention, supercharger is not specific to our device, nor are most of the built-in tweaks...
Click to expand...
Click to collapse
Yeah. I figured that.... I did run into an issue that caused my system to start FCs when I tried to run supercharger. One clicked and started fresh.
I'm willing to test any tweaks in development if you need ppl. Otherwise I'll wait and see what your guys are cooking and just keep learning.

[TWEAK] Lightning Zap! Blaze Basic v1

Hello all!
As promised, here is the first release of Lightning Zap tweaks for the Blaze 4G from Team Fah-Q (formerly known as Team Kick Ass)!
DISCLAIMER:
I am NOT responsible for anything YOU do that causes damage to your device. Follow the instructions to TEE and there won't be any problems.
This version is ONLY for Gingerbread ROMs and a GB kernel that supports init.d scripts. How do you know if your kernel supports init.d scripts? There are a number of ways to check, but the best way is to ask the developer of that kernel. You can also check in the ROMofCHOICE.zip by navigating to /system/etc/init.d. If the original .zip of your ROM has an init.d folder with scripts in it, then you are good to go.
What is Lightning Zap?
Lightning Zap is a set of tweaks that I have written and compiled to make the Blaze 4G Lightning fast, super smooth, and contain excellent battery life!
What's included in Lightning Zap Blaze Basic:
Battery tweaks for awesome battery life
Governor tweaks for amazing speed and performance without sacrificing battery life
Kernel tweaks
Memory and Ram tweaks
Cleaner tweaks
Build.prop tweaks
Internet speed tweaks
and MORE!
Install instructions:
Make a full nandroid backup and then backup your data with titanium or something alike
***Download link is at the bottom of this post***
Download Lightning Zap! Blaze Basic v1.zip to pc (Can be downloaded to sdcard also)
Place Lightning Zap! Blaze Basic v1.zip on sdcard
Flash
Allow phone to set for 10 minutes after reboot
Enjoy
Thanks to the donators:
rbeier1221
droidmyst
allprogrammed
Reserved for changelog
Reserved for future download links
Reserved for me lol gj thomas
----------------------------------------------
If helped don't be afraid to hit the thanks button it doesn't bite lol
LEET! Downloading now!
Update:
*booted a bit faster I see
*Fixed the insane lag unlocking from sleep, thanks for that!
Is this good to flash over dknight rom?
Sent from my SGH-T769 using Tapatalk 2
abraham.ramirez said:
Is this good to flash over dknight rom?
Sent from my SGH-T769 using Tapatalk 2
Click to expand...
Click to collapse
Yes... that's actually what I tested it with...
Running fine on stock rooted good job
Sent from my SGH-T769 using xda premium
so i if i flash this over dk7 it wont change the awesome battery on this rom? this will jus tweak speeds for internet and stuff, jus wanna know before flashing? thanks
thomas.raines
snoopy1e11 said:
Running fine on stock rooted good job
Sent from my SGH-T769 using xda premium
Click to expand...
Click to collapse
And just think, this is just the basic version. Once I get the full and final version done you will truly be amazed!
badboy68 said:
so i if i flash this over dk7 it wont change the awesome battery on this rom? this will jus tweak speeds for internet and stuff, jus wanna know before flashing? thanks
thomas.raines
Click to expand...
Click to collapse
well, take it for what you will, but I am on dknight7 at 9 hours uptime with minimal usage and the battery is at 98%. Keep in mind this is minimal usage which means no calls/text but wifi data sync is on, installed a few essential apps like root explorer angry birds and tt backup and a little bit of youtubing and web browsing.
So with that said, flash at your own risk, but I am pretty sure my tweaks are unmatched...lol (no offense Eril... you are still my superstar...lol)
Nice job Thomas, look forward to seeing what else you have cooking. Battery life has been awesome so far with build 7. This should only enhance performance
Sent from my SGH-T769 using xda app-developers app
Awesome! Installed it to try with Thaz's debloated stock rom.
Sent from my SGH-T769 using xda app-developers app
DKnight+LightingZap= awesome!
I'm at 27% battery with about 17 hours on time and 4 hours and 20 minutes of screen time, and I've been using the phone quite a bit today texting and surfing!
thomas.raines said:
well, take it for what you will, but I am on dknight7 at 9 hours uptime with minimal usage and the battery is at 98%. Keep in mind this is minimal usage which means no calls/text but wifi data sync is on, installed a few essential apps like root explorer angry birds and tt backup and a little bit of youtubing and web browsing.
So with that said, flash at your own risk, but I am pretty sure my tweaks are unmatched...lol (no offense Eril... you are still my superstar...lol)
Click to expand...
Click to collapse
Flashed yesterday. Never charged the fone yet. Jus browsing and games' checking emails, fbing, calls and texts. Sitting at 42% damn good. Thanx for this
Sent from my SGH-T769 using xda premium
Do not think this works on STOCK - rooted/w cwm (looking at you update script and the actual files in the zip).
There isnt suporrt for init.d style startup scripts in stock-rooted anywhere that I could find, So your sysctl.conf will work but all of the init.d scripts will be ignored.
I'm assuming dknight7 has this support? If it doesnt then its not doing anything but the sysctl.conf tweaks on that either.
Also some of your sysctl settings have been shown to slow the phone down over several days and increase the number of reboots needed.
One specifically I saw in 03systweak:
echo 50 > /proc/sys/vm/vfs_cache_pressure;
This does speed up things a great deal on the short term. However it gives you a max of 2-3 days before you have to reboot your phone as it slowly begins to lag it down. A setting of 1 is less than a day, a setting of 100(default) gives you weeks without need of reboot. So people need to be notified that these tweaks are not stable, and in order to keep the improvements these tweaks provide, and you will find yourself rebooting more often.
It has also been shown that most of these tweaks do in fact use more battery. There is no magic performance improment without the use of more power on android in many cases. There are some phones where the initial config is not optimal and these tweaks would show a great improvment. The blaze 4g phones on the other hand, are so fast even at stock, and get such great battery life, I dont see why such a thing would even be applicable for them.
--thesh0ck
Stock Rom - Rooted Kernel
Thomas, I'm on the stock rom (latest update) with the rooted Kernel. Will that combo work or should I look for a different kernel to install? I don't want to switch roms when I expect that ICS should be coming out within a month or two and the phone is generally running reasonably well as is. Thanks in advance.
This is the kernel that I'm using btw... http://forum.xda-developers.com/showthread.php?t=1591598
dipaolnv said:
Thomas, I'm on the stock rom (latest update) with the rooted Kernel. Will that combo work or should I look for a different kernel to install? I don't want to switch roms when I expect that ICS should be coming out within a month or two and the phone is generally running reasonably well as is. Thanks in advance.
This is the kernel that I'm using btw... http://forum.xda-developers.com/showthread.php?t=1591598
Click to expand...
Click to collapse
I am updating the OP which should answer your question...
adrianjr84 said:
Someone on this thread said this doesn't work on stock...is that true?
Sent from my SGH-T769 using xda premium
Click to expand...
Click to collapse
No, it won't work on stock kernel because init.d scripts are supported...
Sent from my SGH-I727 using xda app-developers app
rbeier1221 said:
Seriously, guys it would be nice if you could check your egos at the door. This "I know more s*&t than you do" crap is getting old. Its the reason I've come close to leaving xda more than once.
My phone works well on stock. I might just keep it that way.
Sent from my SGH-T769 using Tapatalk 2
Click to expand...
Click to collapse
I was trying to help by pointing out facts and attempting to spread little known knowledge and was flipped out on with no facts. So I rebutted his argument with the facts. I wont stand for being accused of being a troll/flamer etc, so I admit I also felt the need to defend myself after his tirade.
For that, I apologize.
--thesh0ck

pimp my rom init.d tweaks

I searched xda for init.d scripts and found a Google play store app that let's you select different tweaks in an easy to use format... i applied a few tweaks and have not had any issues with boot loops or phone malfunctioning... also... i just found this so I haven't tested performance...also...these tweaks are init.d which are available using dwiths tweaked 3.1 rom http://forum.xda-developers.com/showthread.php?t=1895049 ... or use dslices scripts and tweaks http://forum.xda-developers.com/showthread.php?t=1981446 to get init.d to work
Google play store https://play.google.com/store/apps/details?id=com.androguide.pimp.my.rom
Sent from my SCH-I510 using xda premium
pimp my rom xda thread http://forum.xda-developers.com/showthread.php?t=1908269
Sent from my SCH-I510 using xda premium
disabled these answers got better battery life while idling
Sent from my SCH-I510 using xda premium
the tweaks for the sd card increased read rates and helped reboot times during media checks... battery well I can't say this tweak helped much... but didn't hurt
Sent from my SCH-I510 using xda premium
just as a warning... anything other than low will cause terrible lag... the medium values are wrong for the phone...
Sent from my SCH-I510 using xda premium
Awesome keep is posted man. If there is a significant difference I might try it.
Sent from my SCH-I510 using Xparent Red Tapatalk 2
tmanschuette said:
Awesome keep is posted man. If there is a significant difference I might try it.
Sent from my SCH-I510 using Xparent Red Tapatalk 2
Click to expand...
Click to collapse
so far... the best tweak was the disabling the sleepers... i did do the Internet tweaks... i got some of the best speed test results yet since I had the phone... but the Internet ping was short... so it may be because I was extremely close to a server...and my 4G at home is ok but not a clean 4g...so that test is not reliable... i would say it's a user preference
Sent from my SCH-I510 using xda premium
Best CPU Governor Tweaks?
Just curious to know what CPU Governor Tweaks are working best for people? Also, should the hardware acceleration and force gpu rendering options both be kept on together at all times for best results?
ultimatdan said:
Just curious to know what CPU Governor Tweaks are working best for people? Also, should the hardware acceleration and force gpu rendering options both be kept on together at all times for best results?
Click to expand...
Click to collapse
I use Tweaked 3.1 as my rom and it has always been best using ondemand for the governor... some people have used smartass when over clocking (tegrak is the only one so far reported to actually work to over clock our stock kernel) but this governor setting is not as good for battery consumption...so far I have only tested on demand(which I think is in dslices build of tweaked) some of these settings are new that I have not even heard of till this pimp my rom came out... One that comes to mind is the brazillion... the hardware excelleration I turned on but I left the force gpu settings off(I never tried it) because in the description it said it increased ram usage and the driod charge as one of its main complaints is lack of ram... these tweaks are so easy you can play and remove them as needed... that's what makes them great... it's you phone and you can make it like you like it...and if something really makes you happy... share it... please!... lol
Sent from my SCH-I510 using xda premium

Categories

Resources