"I see the difference! Really helps speed things up"
"I just tested launching a bunch of apps both with it on, and off. The difference is night and day. Chrome loads and renders a complex page almost twice as fast"
"Seems to really improve browsing!"
Say goodbye to lag, forever! (ROOT USERS ONLY)
Many Android tasks run much slower than they should for one simple, but not-so-obvious reason: they read random data from a limited "blocking" random device. Random data is used to generate session keys and UUIDs, in SSL, and frequently during inter-process communication.
This data (entropy) runs out frequently, and that causes any process reading from the blocking device to stop responding (lag). These processes cannot continue until the Linux kernel repopulates the entropy pool, which takes time.
Seeder is a a service for root users. It assists the kernel in "topping off" the entropy pool by seeding it with fresh data from the non-blocking (high performance) random data source.
Many applications load significantly faster (particularly large ones like Facebook, Chrome, and Youtube), and task switching becomes effortless. Never again will you wait in frustration, as the home screen slowly redraws its icons and widgets after pressing the home button on a busy device.
You MUST be running a rooted device to use this application! If you don't know what this means, this application will probably not work on your device!
Go to this Thread . Dont forget to give THANKS for the dev and give THANKS for me too hehee. Don't be stingy to press Thanks button
Sent from my GT-I8150 using xda premium
I just download the apk right? What is the use of other file there?
Sent From Inverted Wonder w/ Xparent ICS Tapatalk
Yap, its right. The other files have same function like the app version.
Sent from my GT-I8150 using xda premium
reddvilzz said:
I just download the apk right? What is the use of other file there?
Sent From Inverted Wonder w/ Xparent ICS Tapatalk
Click to expand...
Click to collapse
The first file is a patch file, I assume for kernel sources. But most likely only for the device on which he tested.
The third file... not sure.
BTW, I'm testing it out atm. Dev of Seeder *seems* to have done it the right way (i.e., tracing). Let's see what happens
EDIT: On second glance, the 3rd file *might* be a flashable mod. Haven't downloaded it; I'll check it out.
EDIT 2: No, it doesn't contain a flashable manifest. Just one file. Wonder what that is...
Anyways, my phone *does* seem snappier. Not sure if truly snappier or just placebo effect... will post again when I'm sure
EDIT 3: Thanks to @hotheabilly's post below, I can now figure out the 3rd file (i.e., the .zip with a single file inside) : it's the pre-compiled binary of rngd, ready to be used with an init.d script.
-- CM9b4 / CastagnaIT 7.3 BFS+ExtUV / DXKL1 / GT-I8150 --
pepoluan said:
The first file is a patch file, I assume for kernel sources. But most likely only for the device on which he tested.
The third file... not sure.
BTW, I'm testing it out atm. Dev of Seeder *seems* to have done it the right way (i.e., tracing). Let's see what happens
EDIT: On second glance, the 3rd file *might* be a flashable mod. Haven't downloaded it; I'll check it out.
EDIT 2: No, it doesn't contain a flashable manifest. Just one file. Wonder what that is...
Anyways, my phone *does* seem snappier. Not sure if truly snappier or just placebo effect... will post again when I'm sure
-- CM9b4 / CastagnaIT 7.3 BFS+ExtUV / DXKL1 / GT-I8150 --
Click to expand...
Click to collapse
I'm using the apk. Every time I exit the app after I turned it on and I go back into the app , the app is in off state! Can you tell me why?
better using flashable zips provided here: http://forum.xda-developers.com/showpost.php?p=35002262&postcount=65 I'm feel comfort with init.d tweaks
to see if the script working, open terminal emulator and type watch -n 1 cat /proc/sys/kernel/random/entropy_avail you should see numbers 3000++
cycloneblast said:
I'm using the apk. Every time I exit the app after I turned it on and I go back into the app , the app is in off state! Can you tell me why?
Click to expand...
Click to collapse
According to the linked thread, sometimes the button doesn't track the actual status.
Go to terminal, type :
watch -n 1 cat /proc/sys/kernel/random/entropy_avail
You should see a number that changes but always stay between 2000-4000 (In my case, it stays on 3906 but sometimes dip as low as 31xx when a new email arrives, but within seconds will rebound up to 3906).
If the above command does not produce anything, use the following alternative:
while true; do cat /proc/sys/kernel/random/entropy_avail ; sleep 1 ; done
exit with Ctrl-C)
-- CM9b4 / CastagnaIT 7.3 BFS+ExtUV / DXKL1 / GT-I8150 --
---------- Post added at 08:46 AM ---------- Previous post was at 08:32 AM ----------
hotheabilly said:
better using flashable zips provided here: http://forum.xda-developers.com/showpost.php?p=35002262&postcount=65 I'm feel comfort with init.d tweaks
to see if the script working, open terminal emulator and type watch -n 1 cat /proc/sys/kernel/random/entropy_avail you should see numbers 3000++
Click to expand...
Click to collapse
Good catch! I must've missed that post.
So, did you flash it, yet? Does it work? And what CM version are you using?
Annnd... That explains the 3rd file! I'll edit my post above.
-- CM9b4 / CastagnaIT 7.3 BFS+ExtUV / DXKL1 / GT-I8150 --
pepoluan said:
According to the linked thread, sometimes the button doesn't track the actual status.
Go to terminal, type :
watch -n 1 cat /proc/sys/kernel/random/entropy_avail
You should see a number that changes but always stay between 2000-4000 (In my case, it stays on 3906 but sometimes dip as low as 31xx when a new email arrives, but within seconds will rebound up to 3906).
If the above command does not produce anything, use the following alternative:
while true; do cat /proc/sys/kernel/random/entropy_avail ; sleep 1 ; done
exit with Ctrl-C)
-- CM9b4 / CastagnaIT 7.3 BFS+ExtUV / DXKL1 / GT-I8150 --
---------- Post added at 08:46 AM ---------- Previous post was at 08:32 AM ----------
Good catch! I must've missed that post.
So, did you flash it, yet? Does it work? And what CM version are you using?
Annnd... That explains the 3rd file! I'll edit my post above.
-- CM9b4 / CastagnaIT 7.3 BFS+ExtUV / DXKL1 / GT-I8150 --
Click to expand...
Click to collapse
yes I flash that and its works its more clear than the apk, I confused because everytime I open the app, the button show "OFF" eventhough I turn it on before. Oh, I saw some cons of this script, its sacrifice the gaming-fps but become more responsive to opening a new task/multitasking
hotheabilly said:
yes I flash that and its works its more clear than the apk, I confused because everytime I open the app, the button show "OFF" eventhough I turn it on before. Oh, I saw some cons of this script, its sacrifice the gaming-fps but become more responsive to opening a new task/multitasking
Click to expand...
Click to collapse
Better a few fps sacrificed but the game run smoother overall than having high fps interspersed with swearing moments due to inopportune lag
-- CM9b4 / CastagnaIT 7.3 BFS+ExtUV / DXKL1 / GT-I8150 --
And nowi'm confused. Should i used the apk for now, or the zip file really better than the apk? I have used the apk though last night and yes felt the differences. After boot the app still showing on though for me
Sent From Inverted Wonder w/ Xparent ICS Tapatalk
reddvilzz said:
And nowi'm confused. Should i used the apk for now, or the zip file really better than the apk? I have used the apk though last night and yes felt the differences. After boot the app still showing on though for me
Click to expand...
Click to collapse
Both have the same effects. I myself prefer the flashable version because (1) it doesn't waste space in the drawer, and (2) it potentially starts faster, because it uses init.d triggering a binary instead of an .apk.
-- CM9b4 / CastagnaIT 7.3 BFS+ExtUV / DXKL1 / GT-I8150 --
having rooted unmodded stock atm,
so tried the apk so i can on and off to test it proberly, it gives a good response for the first couple of hours then phone is back to lagging again so i go bk to the app, turn it off, clear memory from task manager then bk on again so it gets fast again
still testing for another day
mosta_9741 said:
having rooted unmodded stock atm,
so tried the apk so i can on and off to test it proberly, it gives a good response for the first couple of hours then phone is back to lagging again so i go bk to the app, turn it off, clear memory from task manager then bk on again so it gets fast again
still testing for another day
Click to expand...
Click to collapse
Most likely rngd gets killed by oom_killer. Need to set oom_adj for the rngd process.
Hmm... more reasons for using the flashable version; I can tune the init.d script to also adjust rngd's oom_adj...
EDIT: While I study how the flashable zip is constructed, in the meantime you can do the following:
1. Stop and restart Seeder
2. Open Terminal
3. Enter the following commands:
su
echo -8 > /proc/$(pgrep rngd)/oom_adj
This will reduce rngd's oom_adj to -8, hopefully preventing a premature kill by oom_killer.
-- CM9b4 / CastagnaIT 7.3 BFS+ExtUV / DXKL1 / GT-I8150 --
---------- Post added at 02:58 AM ---------- Previous post was at 02:20 AM ----------
Meh, can't edit my post, for some reason
Before someone point out to me that oom_adj = -17 means "don't kill", let me explain why I chose -8 instead:
Many parts of the Android framework has an oom_adj of -16 instead of -17. This gives the phone a fighting chance of not having to warm-boot during an extended, extreme OOM event. I'd rather rngd be killed first before the OS kills the Android framework. I read somewhere that most Android framework components have an oom_adj value between -16 and -10 (inclusive). -8 therefore should enable the system to kill rngd before it went berserk and kill the framework.
-- CM9b4 / CastagnaIT 7.3 BFS+ExtUV / DXKL1 / GT-I8150 --
Um....probably a basic question with an obvious answer, I flashed the zip version of this app, but don't appear to have an app icon in my drawer. How can I find out if the app is installed or not?
Sent from my CM10 powered Wonder with Tapatalk 2......it's all good......
---------- Post added at 11:34 PM ---------- Previous post was at 11:29 PM ----------
Actually....scrap that last question, I've just noticed the answer.....my phone is a lot snappier....lol
Sent from my CM10 powered Wonder with Tapatalk 2......it's all good......
keithross39 said:
Um....probably a basic question with an obvious answer, I flashed the zip version of this app, but don't appear to have an app icon in my drawer. How can I find out if the app is installed or not?
Sent from my CM10 powered Wonder with Tapatalk 2......it's all good......
---------- Post added at 11:34 PM ---------- Previous post was at 11:29 PM ----------
Actually....scrap that last question, I've just noticed the answer.....my phone is a lot snappier....lol
Sent from my CM10 powered Wonder with Tapatalk 2......it's all good......
Click to expand...
Click to collapse
From terminal :
ps | grep rngd
That's the simplest way, methinks
-- CM9b4 / CastagnaIT 7.3 BFS+ExtUV / DXKL1 / GT-I8150 --
pepoluan said:
From terminal :
ps | grep rngd
That's the simplest way, methinks
-- CM9b4 / CastagnaIT 7.3 BFS+ExtUV / DXKL1 / GT-I8150 --
Click to expand...
Click to collapse
OK...did that and got this...
{
"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"
}
Not sure what it means though....
Sent from my CM10 powered Wonder with Tapatalk 2......it's all good......
hotheabilly said:
better using flashable zips provided here: http://forum.xda-developers.com/showpost.php?p=35002262&postcount=65 I'm feel comfort with init.d tweaks
to see if the script working, open terminal emulator and type watch -n 1 cat /proc/sys/kernel/random/entropy_avail you should see numbers 3000++
Click to expand...
Click to collapse
Just installed the flashed version and when I run the command on the terminal emulator, it works.
keithross39 said:
OK...did that and got this...
View attachment 1575050
Not sure what it means though....
Sent from my CM10 powered Wonder with Tapatalk 2......it's all good......
Click to expand...
Click to collapse
It means that rngd runs, and that means Seeder is running.
Because on a Seeder-less system, there is no rngd process running.
-- CM9b4 / CastagnaIT 7.3 BFS+ExtUV / DXKL1 / GT-I8150 --
Okay I download the apk version and install it and turn on so it means now it will be always running in background?
Sent from my GT-I8150 using xda premium
skrillex13 said:
Okay I download the apk version and install it and turn on so it means now it will be always running in background?
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
Yes.
... at least until oom_killer kills it
-- CM9b4 / CastagnaIT 7.3 BFS+ExtUV / DXKL1 / GT-I8150 --
Related
I have some trick for hard gaming if you is a trully gamers
First. Use Disable CPU rendering+adrenaline™boost+unlimited™tweak in every rom. Go to setting and then developer option, enable force gpu rendering. If you're using CM9 Go to performance setting, disable surface dithering, enable 16bit transparency. Go to memory management, disable zram and disable allow purging of assets, enable kernel samepage merging(KSM). It will improve your phone.
Trick 1:
If youre using cm9b2 or other rom who based on cm9b2. You can flash adrenaline™engine+boost+KickAssKernelizer+disable cpu rendering. Use forfivo kernel and set to 1.5/1.6/1.7/1.8ghz(test one by one). Choose the clock who made your phone smooth and less lag while hard gaming. Set governor to brazillianwax/smartassv2/ondemandx/lagfree/performance. And dont forget to type 'su' enter and then type 'boost' in terminal emulator before gaming.
Trick 2:
For cm9b3 or other rom who based on cm9b3. I think its no need much script or tweak. Because, its have some bionic tweak. But i have some improvement. Use custom kernel, i preffered to use castagnaIT oc version+adrenaline boost+disable cpu rendering. Set governor to lagfree/brazillianwax/ondemandx/smartassv2/smoothass/performance. And dont forget again to type 'su' enter and type 'boost' before gaming
Trick 3:
For stock CM kernel. Use my conservative governor script+adrenaline engine+adrenaline boost+disable cpu rendering.
Trick 4:
For GB. Use v6 supercharge latest version, set to superUL. And use loopy smoothness, ive not tried this combo. But, some people say this trick will improve your phone performance. And then u can use cow oc kernel, set governor to ondemandx/smartassv2/performance. If you want you can use adrenaline boost
Trick 5:
If you want to play any game without lag or perfect. Try to take your phone, put on your side, and play PS3, i promise you can't see any lag while gaming. Lol
---NEW TRICK---
TRICK 1;
Use Seeder.zip and combine with kernel by hadidjapri, its have a great perform. Set clock to 368mhz-1.0/1.1/1.2/1.3/1.4ghz, and set governors "smartassv2" or "lulzactive" with zen/sio/cfq scheduler.
TRICK 2;
flash seeder.zip! Andd combine with some tweak from pimp my rom;
-Open PMR, go to Dalvik VM Tab
-Change the 'Flags' to v=n(None) o=v(verified only) m=y(yes), Apply!
-Next, turn on the Just-In-Time Compiler
-Go to Kernel Tab
-Apply disable i/o stats and scheduler sysctl tweak
-Go to Android Features
-Turn on Hardware acceleration
-Go to Miscellaneous tweak
-Apply Zipalign
-And then swap your ram
TRICK 3;
Use SeederV7.zip! Combine with the latest version of RTMixManager.
Install all the tweak. After all, go to system/etc/usrsetting then edit VALUE 6 to 2, and VALUE 10 to 0. Finish.
TRICK 4;
Use seederV7.zip! Download Titanium Backup from here (old version). Download sysctl config pro on blapkmarket.cz or blackmart app.
**Odex with TB
-open app
-click menu button
-choose integrate sys dalvik into rom.
-finish
Check using root explorer, go to /system/app. If it work, you will see .odex file on every app
**Open sysctl app, then set;
-dirty ratio = 30
-dirty background ratio = 15
-vfs cache pressure = 50
Next, click advanced. On key bar type this;
1. Type "kernel.sched_latency_ns". Set the value 600000. Click apply
2. Type "kernel.sched_min_granularity_ns". Set the value 400000. Click apply
3. Type "kernel.sched_wakeup_granularity_ns". Set the value 100000. Click apply
4. Type "kernel.sched_features". Set the value 24188. Click apply
5. Finish
**WARNING**
Make sure you are using a kernel that use CFS scheduler (Not CFQ!! Its IO scheduler!! CFS is Complete Fair Scheduler. It is kernel scheduler)
TRICK 5
I recommend you all to use hurtsky kernel. Download SManager, Crossbreeder and this Universal Odex Script . Step by step;
-Flash crossbreeder via cwm
-Open SManager. Go to /etc/crossbreeder.
-Disable all script in there, except "disable crossbreeder"
-Enable Governor Tweak
-Flash Universal Odex Script via cwm
-After reboot, open terminal emulator.
-Type su. Then enter. Type dexo
-There will be appear seven option for odexing
-Choose one. I have been choosed "odex all rom" in term "dexo -all"
-Finish
TRICK 6
There's two option:
--Avcore by LENAROX Download +ram script
--Nx02engine by Pizza_dox Download +ram script
For applying avcore, copy the file to /system/xbin, set permission rwxrwxrwx. Then go to Terminal Emulator type su<enter>avc -h <enter> to see how to install the tweak. But, i recommend to you to set
Su <enter> avc -k -p200 <enter> avc -m -p190 <enter>
For applying nx02engine and ram script, just apply with smanager. Dont forget to set run as root for nxengine, run as root and boot for ram script. Leave nx engine to run in background.
Ram Script : https://db.tt/Ut8WVdtq (thanks to Lenarox for the help)
For More Optimization. Go to this thread: http://forum.xda-developers.com/showthread.php?p=33073580 :thumbup:
All of the trick would be awesome if you going PRISTINE firstly.
Have some trick? Share on this thread
Give THANKS if this trick is useful. Don't be stingy to press Thanks button :beer:
Sent from my GT-I8150 using xda premium
Nice trick!
Very helpful thanks
kai92 said:
Nice trick!
Click to expand...
Click to collapse
hairspray said:
Very helpful thanks
Click to expand...
Click to collapse
My pleasure bro:thumbup:
Sent from my GT-I8150 using xda premium
LOL trick number 5
Sent from my GT-I8150 using xda premium
reddvilzz said:
LOL trick number 5
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
Hahaha
Sent from my GT-I8150 using xda premium
Nice share
eryzerz said:
I have some trick for hard gaming if you is a trully gamers
First. Use Disable CPU rendering+adrenaline™boost+unlimited™tweak in every rom. Go to setting and then developer option, enable force gpu rendering. If you're using CM9 Go to performance setting, disable surface dithering, enable 16bit transparency. Go to memory management, disable zram and disable allow purging of assets, enable kernel samepage merging(KSM). It will improve your phone.
Trick 1:
If youre using cm9b2 or other rom who based on cm9b2. You can flash adrenaline™engine+boost+KickAssKernelizer+disable cpu rendering. Use forfivo kernel and set to 1.5/1.6/1.7/1.8ghz(test one by one). Choose the clock who made your phone smooth and less lag while hard gaming. Set governor to brazillianwax/smartassv2/ondemandx/lagfree/performance. And dont forget to type 'su' enter and then type 'boost' in terminal emulator before gaming.
Trick 2:
For cm9b3 or other rom who based on cm9b3. I think its no need much script or tweak. Because, its have some bionic tweak. But i have some improvement. Use custom kernel, i preffered to use castagnaIT oc version+adrenaline boost+disable cpu rendering. Set governor to lagfree/brazillianwax/ondemandx/smartassv2/smoothass/performance. And dont forget again to type 'su' enter and type 'boost' before gaming
Trick 3:
For stock CM kernel. Use my conservative governor script+adrenaline engine+adrenaline boost+disable cpu rendering.
Trick 4:
For GB. Use v6 supercharge latest version, set to superUL. And use loopy smoothness, ive not tried this combo. But, some people say this trick will improve your phone performance. And then u can use cow oc kernel, set governor to ondemandx/smartassv2/performance. If you want you can use adrenaline boost
Trick 5:
If you want to play any game without lag or perfect. Try to take your phone, put on your side, and play PS3, i promise you can't see any lag while gaming. Lol
Have some trick? Shared on this thread
Give THANKS if this trick is useful. Don't be stingy to press Thanks button :beer:
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
Thx for your tricks, i'll gibe it a try ^^
Thanks
eryzerz said:
I have some trick for hard gaming if you is a trully gamers
First. Use Disable CPU rendering+adrenaline™boost+unlimited™tweak in every rom. Go to setting and then developer option, enable force gpu rendering. If you're using CM9 Go to performance setting, disable surface dithering, enable 16bit transparency. Go to memory management, disable zram and disable allow purging of assets, enable kernel samepage merging(KSM). It will improve your phone.
Trick 1:
If youre using cm9b2 or other rom who based on cm9b2. You can flash adrenaline™engine+boost+KickAssKernelizer+disable cpu rendering. Use forfivo kernel and set to 1.5/1.6/1.7/1.8ghz(test one by one). Choose the clock who made your phone smooth and less lag while hard gaming. Set governor to brazillianwax/smartassv2/ondemandx/lagfree/performance. And dont forget to type 'su' enter and then type 'boost' in terminal emulator before gaming.
Trick 2:
For cm9b3 or other rom who based on cm9b3. I think its no need much script or tweak. Because, its have some bionic tweak. But i have some improvement. Use custom kernel, i preffered to use castagnaIT oc version+adrenaline boost+disable cpu rendering. Set governor to lagfree/brazillianwax/ondemandx/smartassv2/smoothass/performance. And dont forget again to type 'su' enter and type 'boost' before gaming
Trick 3:
For stock CM kernel. Use my conservative governor script+adrenaline engine+adrenaline boost+disable cpu rendering.
Trick 4:
For GB. Use v6 supercharge latest version, set to superUL. And use loopy smoothness, ive not tried this combo. But, some people say this trick will improve your phone performance. And then u can use cow oc kernel, set governor to ondemandx/smartassv2/performance. If you want you can use adrenaline boost
Trick 5:
If you want to play any game without lag or perfect. Try to take your phone, put on your side, and play PS3, i promise you can't see any lag while gaming. Lol
Have some trick? Shared on this thread
Give THANKS if this trick is useful. Don't be stingy to press Thanks button :beer:
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
Is this trick will damage my galaxy wonder ?
UcokDroid said:
Is this trick will damage my galaxy wonder ?
Click to expand...
Click to collapse
As long as i'm using it no problem with my phone. Just if you can don't frequently overclock your cpu (don't if you can) because it could damage the cpu.
The 1.4ghz is already enough for playing some hard games for me and i encounter no lags. If lag try to use tweaks or clear some ram before playing
Pressing "Thanks" button will be much appreciated if user's posts useful for you
nice post dude !! ...
i'm gonna try
wow, txs..
i will try this sooner or later ..:laugh:
what game have you tried?
eryzerz said:
I have some trick for hard gaming if you is a trully gamers
First. Use Disable CPU rendering+adrenaline™boost+unlimited™tweak in every rom. Go to setting and then developer option, enable force gpu rendering. If you're using CM9 Go to performance setting, disable surface dithering, enable 16bit transparency. Go to memory management, disable zram and disable allow purging of assets, enable kernel samepage merging(KSM). It will improve your phone.
Trick 1:
If youre using cm9b2 or other rom who based on cm9b2. You can flash adrenaline™engine+boost+KickAssKernelizer+disable cpu rendering. Use forfivo kernel and set to 1.5/1.6/1.7/1.8ghz(test one by one). Choose the clock who made your phone smooth and less lag while hard gaming. Set governor to brazillianwax/smartassv2/ondemandx/lagfree/performance. And dont forget to type 'su' enter and then type 'boost' in terminal emulator before gaming.
Trick 2:
For cm9b3 or other rom who based on cm9b3. I think its no need much script or tweak. Because, its have some bionic tweak. But i have some improvement. Use custom kernel, i preffered to use castagnaIT oc version+adrenaline boost+disable cpu rendering. Set governor to lagfree/brazillianwax/ondemandx/smartassv2/smoothass/performance. And dont forget again to type 'su' enter and type 'boost' before gaming
Trick 3:
For stock CM kernel. Use my conservative governor script+adrenaline engine+adrenaline boost+disable cpu rendering.
Trick 4:
For GB. Use v6 supercharge latest version, set to superUL. And use loopy smoothness, ive not tried this combo. But, some people say this trick will improve your phone performance. And then u can use cow oc kernel, set governor to ondemandx/smartassv2/performance. If you want you can use adrenaline boost
Trick 5:
If you want to play any game without lag or perfect. Try to take your phone, put on your side, and play PS3, i promise you can't see any lag while gaming. Lol
Have some trick? Shared on this thread
Give THANKS if this trick is useful. Don't be stingy to press Thanks button :beer:
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
Hey, nice tricks out there but i've gotta question. What the name of games that you've tried and how many apps in your galaxy wonder right now? i had about 107 apps and gaming it's smooth on galaxy wondeer cm9b4 but sometimes it's a bit laggy and frame rate drop but it's not too bothering me.
Games like real steel,nova3,shadowgun. Now, 112apps.
Sent from my GT-I8150 using xda premium
eryzerz said:
Games like real steel,nova3,shadowgun. Now, 112apps.
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
There's a lot of apps. Is it all user apps or that 112 apps is combined with user and system app?
Don't hesitate pressing the "thanks" button
reddvilzz said:
There's a lot of apps. Is it all user apps or that 112 apps is combined with user and system app?
Don't hesitate pressing the "thanks" button
Click to expand...
Click to collapse
Its combine, maybe.
Sent from my GT-I8150 using xda premium
eryzerz said:
Its combine, maybe.
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
Didn't you got a fc while playing shadowgun etc? Everytime i install games from gameloft or other that have a big file size / data size everytime i open it after 10 seconds playing it closes it self. Any idea?
Don't hesitate pressing the "thanks" button
eryzerz said:
Games like real steel,nova3,shadowgun. Now, 112apps.
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
shadowgun only playable when i first installed and download. its smooth but just force close if i exit the game launch it the second time. what?! nova 3? it usually lags like hell and its unplayable but you say its playable. wow. hahaha. although bc2 and mc3 runs okay but i think nova 3 is too much for w.. but i would try it with my cm9b4. i will report it soon. thx
---------- Post added at 12:05 PM ---------- Previous post was at 11:59 AM ----------
eryzerz said:
Games like real steel,nova3,shadowgun. Now, 112apps.
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
anyway i got 107 all user apps
you could check it via titanium backup. when you click batch, there's option to backup all apps but first make sure filtered user only. then the number shows how many user apps
reddvilzz said:
Didn't you got a fc while playing shadowgun etc? Everytime i install games from gameloft or other that have a big file size / data size everytime i open it after 10 seconds playing it closes it self. Any idea?
Don't hesitate pressing the "thanks" button
Click to expand...
Click to collapse
Nope. When playing shadowgun i just hate to wait the loading wkwk i dunno. Alhamdulillah, I never got a problem like that hihi-_-v
Anyone can help reddvilzz problem?
Sent from my GT-I8150 using xda premium
Hi all,
would someone else be interested in a OC/UV-enabled version of arco's kernel for CM9?
I know there are already some out, but they seem to contain tons of other modifications - as a result, they all run very unstable.
As far as i now, OC/UV support can be enabled relatively simple, by adding entry to the frequency and voltage tables. When i remember right, those are hardcoded directly in the kernel.
So this would combine the stability of arco's kernel with the possibility to overclock/undervolt, if needed.
Thanks for any comments or suggestions, maybe some has already some experience (and interest)in this area and could work on this.
Greets
XR-7 said:
Hi all,
would someone else be interested in a OC/UV-enabled version of arco's kernel for CM9?
I know there are already some out, but they seem to contain tons of other modifications - as a result, they all run very unstable.
As far as i now, OC/UV support can be enabled relatively simple, by adding entry to the frequency and voltage tables. When i remember right, those are hardcoded directly in the kernel.
So this would combine the stability of arco's kernel with the possibility to overclock/undervolt, if needed.
Thanks for any comments or suggestions, maybe some has already some experience (and interest)in this area and could work on this.
Greets
Click to expand...
Click to collapse
if i'm not mistaken (almost) all of kernel present in this dev section based on arco's source, so if there's something that make the kernel unstable it is maybe caused by the tweak made by the kernel builder not sources itself (assuming u are talking about 2.6 kernel)
kindly correct me if im wrong
Sent from my GT-I8150
hadidjapri said:
if i'm not mistaken (almost) all of kernel present in this dev section based on arco's source, so if there's something that make the kernel unstable it is maybe caused by the tweak made by the kernel builder not sources itself (assuming u are talking about 2.6 kernel)
kindly correct me if im wrong
Sent from my GT-I8150
Click to expand...
Click to collapse
you'r right,
oc/uv it's not simple just adjusting the clock and tables. it will affect to other part. so other tweaks is required.
if you want try to compile you own mod, you can grab arco's kernel from his git.
I strong suggest trying out CastagnaIT Kernel. It's very stable, and the additions he had done all make sense.
-- xda app / Pristine NoMod CM9b3 / CastagnaIT Kernel / DXKL1 baseband / Samsung GT-I8150 --
pepoluan said:
I strong suggest trying out CastagnaIT Kernel. It's very stable, and the additions he had done all make sense.
-- xda app / Pristine NoMod CM9b3 / CastagnaIT Kernel / DXKL1 baseband / Samsung GT-I8150 --
Click to expand...
Click to collapse
i have tried all kernels versions with a very attention to every small detail inside all of them.... they all suck except V1 by forfivo .....i really respect him because of the smooth and stability of V1 he even included V1 with a minimum 122mhz frequency as an under voltage extra option in the CPU frequency section which of course saves the battery's life ,and i wonder why he didn't go for add the 66mhz too!
so i give him A :good:
vetusa2 said:
i have tried all kernels versions with a very attention to every small detail inside all of them.... they all suck except V1 by forfivo .....i really respect him because of the smooth and stability of V1 he even included V1 with a minimum 122mhz frequency as an under voltage extra option in the CPU frequency section which of course saves the battery's life ,and i wonder why he didn't go for add the 66mhz too!
so i give him A :good:
Click to expand...
Click to collapse
First off its not called under voltage its called underclocking the CPU frequency.
second , the reason why u dont see kernels with min freq of 61 MHz is because for running stuff like music u need a min of 122mhz to play smoothly.
Sent from my GT-I8150 using xda app-developers app
coliv_aja said:
you'r right,
oc/uv it's not simple just adjusting the clock and tables. it will affect to other part. so other tweaks is required.
if you want try to compile you own mod, you can grab arco's kernel from his git.
Click to expand...
Click to collapse
i think the main thing that OC/UV affect is the hardware. basically you are degrading your hardware's life span by doing OC, considering UV if your hardware can't sustain very low voltage then you will get some weird reboot
Thomas.Raines presents
The Lightning Zap! kernel for the LG Nitro
ATTN:
I thomas.raines, nor it's affiliates claim responsibility for anything you do to damage, destroy, brick, explode, or otherwise mess up your device.
{
"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"
}
Features:
Improved performance
Improved battery life
Improved network speeds
Improved boot times
Smoother scrolling
Better responsiveness
Cleaner file systems
Governor tweaks for amazing speed and performance without sacrificing battery life
Improved Memory and Ram tweaks
Improved Internet speed
Amazing kernel tweaks, build.prop mods, init.d scripts and more!
Instructions:
Make a backup
Download BlazeLZv1.zip to PC
Transfer BlazeLZv1.zip to your sdcard
Or just download it straight to your phone
Reboot to recovery
Flash
Phone will automatically reboot after install**
Wait 10 minutes
Enjoy the Lightning Zap!
This kernel was tested on CM10 nightly. This kernel and tweaks will work with any version of CM10.
After first boot, ensure your I/O scheduler is set to cfq and your governor is set to ondemand to gain the maximum benefits of Lightning Zap!
See 3rd post for further instructions on improving and customizing your Lighting Zap! experience.
**The first boots always takes the longest especially after a fresh install. If you pull a logcat during the first boot, you may see a few errors with the vacuum script. This is normal, and will be "fixed" after the phone has built the databases for the apps.
Please allow 24 hours after install and 1 full charge cycle before reporting results. Always provide me with a logcat with any issues you may experience.
Source Code
vendor_lz-kernel.git(LZ vendor files for ROM compiling)
LZ Flashing Packages (For those of you just compiling the kernel)
Includes flashing script, binaries, etc for the Blaze, Nitro and Skyrocket
Thanks to:
Utaka for everything
Testers
nightlimits
david.degraw54
lordcheeto03
BigSexySCJCD
X0dus
Download links and Changelog
Nitro_p3.zip
Moved to phase 3 Overclock/Undervolt. You can control your voltages with Voltage Control app (included). Other apps may work, but I wroke the kernel to work with Voltage Control (preferred app)
Added 32 64 and 128k pagesize to bootimage
Added badass governor
Added CPU Utilization
Added VDD userspace
Added ZRam
Added LOW_MEMORY_KILLER_AUTODETECT_OOM_ADJ_VALUES
Tweaked sysctl
Revamped scripts (This version will remove your existing init.d scripts. If you have scripts with your ROM, then back them up and replace them after boot)
Refined build.prop tweaks
Added LZ bootanimation thanks to maxib12 But the resolution is off. I tried to fix it, but for some reason it wouldn't display after. I've never had good luck with bootanimations. If someone can lend a hand please?
BLN should be working now
Nitro_p2.7.zip
Removed un-needed scripts
Removed sysctl.conf --Not needed any more
Combined remaining small scripts to 1. Kept device optimizing scripts
Changed idle sleep time to 2000000 ns (Goes to deep sleep faster when screen turns off
Removed wakeup granularity and latency times...caused too much lag
Added max readahead=4096
Added page cache size=4096
Added child runs first to scheduled feature
Enabled bln
Nitro_p2.6.1.zip
Fixed flashing script...oops
Nitro_p2.6.zip
This is not FULLY tested guys. I will need your input. I'm trying to adjust the idle battery drain from 2-4% an hour (upto 10% and hour with wifi on) to 1% drop in 4 hours and counting. I need your feedback guys and gals...
**ATTN** If you have prop.conf in /system/etc then remove it BEFORE FLASHING 2.6
Lowered amount of time your phone has to be running before it enters sleep/deep sleep (from 20000000ns to 20000ns)
Lowered idle spin time (from 80000 to 60000)
Moved prop.conf to build.prop(2) which is a way better (probably best) approach at implementing build.prop tweaks
Changed sleep mode to power collapse (Phone goes into a bare minimum power state when in deep sleep)
Changed idle sleep mode to ramp down and wait for interupt (CPU goes to minimum frequency when idle/sleep. If you have random reboots, raise your minimum cpu frequency)
Removed power manager wakelock
Nitro_p2.5.zip
I'm attacking smoothness, network speed, and overall performance in this one.
Moved prop tweaks to a .conf file. Test this out for a day or 2 guys and gals and let me know how things are working out. I have a couple different approaches for this method but I want feedback on this way
Added a BUNCH more sysctl tweaks to the kernel. I'm sure there will be a bit of fine tuning with these...
Nitro_p2.2
Better approach at prop tweaks
Updated source
I have a few more things I would like to add throughout the week
Friday night I am looking for testers so we can bump up to Phase 3 provided I get to p2.5
Previous version change logs are posted here.
Source code
Kernel:
Lightning Zap kernel-Nitro
Vendor files (scripts, etc):
Lightning Zap Vendor Files
You MUST add this to your local_manifest.xml as I have made changes to the device tree and without them, then LZ will not build correctly:
Code:
<project name="TeamFahQ/vendor_lz-kernel" path="vendor/lz-kernel" remote="LZkernel" revision="master" />
<project name="TeamFahQ/lge-kernel-iproj" path="kernel/lge/iproj" remote="LZkernel" revision="android-msm-3.0-jb" />
<project name="Utacka/android_device_lge_iprj-common" path="device/lge/iprj-common" remote="github" revision="jellybean" />
<project name="TeamFahQ/android_device_lge_p930" path="device/lge/p930" remote="github" revision="jellybean" />
<project name="TheMuppets/proprietary_vendor_lge" path="vendor/lge" remote="github" revision="jellybean" />
Or you can just type this in terminal:
Code:
curl -L -o .repo/local_manifest.xml -O -L [URL]https://raw.github.com/TeamFahQ/Paranoid_manifest/master/local_manifest.xml[/URL]
Remove the entries you don't need (the samsung stuff) then:
Code:
repo sync
I forked the device tree(s) over to my repo and made the necessary changes to the dependencies and make files so you won't need to worry about adding/removing any entries.
Tips and Tricks
The governor tweak is set for a fairly balance of performance and battery life. If you find yourself needing battery life over performance, you can make some minor changes. Here's how:
1 Download Script Manager from the market (it's free)
2 Open Script Manager and navigate to /system/etc/init.d
3 Press menu/more/advanced options and select mount as RW
4 Select 01governor and select "edit" at the top (this will open the file in atext editor)
5 Uncomment (remove # in the particular line) and change:
Code:
echo "45" > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold;
To:
Code:
echo "[COLOR=red]70[/COLOR]" > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold;
6 Select menu/save
7 Press the skull and cross bones icon at the top (this will allow Super User)
8 Press run, close app and enjoy
This will result is slightly slower performance but higher battery life.
If you want even better battery life:
1 Following steps 1-4
2 Add a # at the begining of lines 12
3 Scroll to "pwoersaver" section
4 Remove the # at the begining of lines 31-33 and 43
Code:
#AWAKE_GOVERNOR="ondemand"
#SLEEP_GOVERNOR="ondemand"
# echo "70" > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold;
etc
Code:
AWAKE_GOVERNOR="powersaver"
#SLEEP_GOVERNOR="powersaver"
echo "20000" > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate;
5 Follow steps 6-8 (no need to select super user icon if you already did)
This will result in lower performance, but ultimate battery life
When running in a higher performance mode (especially for gaming) you can disable powersave_bias by changing the 1 to a 0 like this:
Code:
echo "1" > /sys/devices/system/cpu/cpufreq/ondemand/powersave_bias;
echo "[COLOR=red]0[/COLOR]" > /sys/devices/system/cpu/cpufreq/ondemand/powersave_bias;
Powersave_bias only allows the CPU to peak for small increments at a time, and not allow the CPU to remain peaked even when the system calls for it. In gaming, that could result in choppy, laggy perofrmance and slow FPS..
Always leave SLEEP_GOVERNOR="powersave" uncommented (no #) and do not uncomment any other SLEEP_GOVERNOR as this will keep ultimate battery save while screen is off.
Only change values in increments of 5 for the up_threshold.
Line numbers may be different. I'm out of town with my wife and she is demanding my attention now. I will update later...lol
I am not resposible if you do something wrong. Make a back up just in case.
Voltage tables
Voltage tables:
Voltage minimum
Was 1000mV
Now 700mV
Voltage max
Was 1250
Now 1350
With a 25mV step between frequencies; however, 192mV-423mV are all three 700mV
We have waiting so much for this! You specified that it works on cm10 so I guess it "could" work on cm9. Cm9 is a lot more stable. This kernel will certainly make more of us stick to cm10 though.
Sent from my LG-P930 using xda premium
So is this the same test kernel you sent me then?
Sent from my LG-P930 using xda app-developers app
el_venga said:
We have waiting so much for this! You specified that it works on cm10 so I guess it "could" work on cm9. Cm9 is a lot more stable. This kernel will certainly make more of us stick to cm10 though.
Sent from my LG-P930 using xda premium
Click to expand...
Click to collapse
I've only had Lightning Zap! kernel work on 1 device on both CM9 and CM10. You can try it tough. It won't hard brick your device. Worse case scenario, you will have to flash a CM10 ROM then flash LZ kernel...
X0dus said:
So is this the same test kernel you sent me then?
Sent from my LG-P930 using xda app-developers app
Click to expand...
Click to collapse
No, I updated the governor tweak to fix the governor issue... But the rest is the same...
Oh, and added build.prop mod script...
Speedtest.net clocked over 11.5mb upload/3.3mb dl on LTE...
Installed on SU640 CM10 stable , boot without any problem.
Will further report :]
Anyone know if flashing this on liquid nitro would cause any issues?
.... I know.. Probably a dumb question..
Sent from my LG-P930 using xda premium
I believe it is only for cm10 and jb pa... But I could be wrong.
Sent from my LG-P930 using xda premium
---------- Post added at 08:54 AM ---------- Previous post was at 08:50 AM ----------
If I at least hear from here that there is better battery life that's at least close to cm9, I will definitely be switching back to pa or cm10. Please anyone post their battery life experience after full cycle.
Sent from my LG-P930 using xda premium
cashy57 said:
I believe it is only for cm10 and jb pa... But I could be wrong.
Sent from my LG-P930 using xda premium
---------- Post added at 08:54 AM ---------- Previous post was at 08:50 AM ----------
If I at least hear from here that there is better battery life that's at least close to cm9, I will definitely be switching back to pa or cm10. Please anyone post their battery life experience after full cycle.
Sent from my LG-P930 using xda premium
Click to expand...
Click to collapse
This kernel should work on any JB/CM10 ROM. Apparently there is an issue with ROMs built before OCT though.
Updated source code for the vendor files. Check the commits in my github
Working good on cm10 figured it out about the stuck on lg screen it was because of the acid music mod was changing the build prop so if I install without build prop mod of acid it works great
Sent from my LG-P930 using xda premium
How's battery life so far?
Sent from my LG-P930 using xda premium
cashy57 said:
How's battery life so far?
Sent from my LG-P930 using xda premium
Click to expand...
Click to collapse
Not noticing much change from the LZ scripts to be honest.
lordcheeto03 said:
Not noticing much change from the LZ scripts to be honest.
Click to expand...
Click to collapse
You won't right now. Since its phase 1, I'm just introducing lightning zap into the kernel. Now I'm adjusting values and inputting more code to"fine tune"things which is phase 2. Then phase 3...oc/uv...
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
thomas.raines said:
You won't right now. Since its phase 1, I'm just introducing lightning zap into the kernel. Now I'm adjusting values and inputting more code to"fine tune"things which is phase 2. Then phase 3...oc/uv...
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Well... that explains it, lol.
I'm going to try this out on Liquid Nitro, I'd really hate to upgrade once again to CM10, I feel the camera is horrible but I guess I could restore my backup from v20
---------- Post added at 01:53 AM ---------- Previous post was at 01:50 AM ----------
Wait... do I need to do more then just flash the kernel? That is usually how it goes in other devices.. If I really have to do all the editing to those files I might just wait until a better time.
Dear All,
I dont want to start a "whats the best Rom" thread.
I just got my phone new and have some small things need to change to match my requirements.
So I am looking for the right startingpoint I hope somebody can give me some advices.
I have a original asian i8150 with I8150ZSLA1 (English & Asian Languages).
My needs are a rock stable (maybe stock closed) Rom with here and there some nice improvments/tweaks/mods to make it more nice or more convinient to use.
System language should be German.
Battery life is much more importent than overclocking (not a gamer).
Stock/Custom Rom/MIUI/GB/ICS doesnt matter for me -> there only shouldnt be any "no-go bug" inside (no camera/ no wifi/ no GPS/FC.....)
I would be happy if you could give my your suggestion for my starting point.
(In generall am not a noob in rooting, just a noob in i8150)
Thanks for your kickstart!
BR
Zirus
Hmm you can try to flash CM9 by arco's it is almost perfect, and for languages you can choose it in the options,
Hope it helps
Sent From My Inverted Wonder w/ Xparent ICS Tapatalk
reddvilzz said:
Hmm you can try to flash CM9 by arco's it is almost perfect, and for languages you can choose it in the options,
Hope it helps
Sent From My Inverted Wonder w/ Xparent ICS Tapatalk
Click to expand...
Click to collapse
+1
CM9b3 + CastagnaIT kernel is practically stable.
And it even comes with 3 German dialects.
Sent from my GT-I8150 using xda app-developers app
pepoluan said:
+1
CM9b3 + CastagnaIT kernel is practically stable.
And it even comes with 3 German dialects.
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
Thanks! This seams to be my startpoint.
Just one more question left before flashing: whats the reason for CM9b3 if there is already the b4 released?
http://forum.xda-developers.com/showthread.php?t=1576874
What type of this kernel would you suggest for most battery life (dont need OC):
http://forum.xda-developers.com/showthread.php?t=1966394
Thanks for your help!
Regards
Zirus
Zirus69 said:
Thanks! This seams to be my startpoint.
Just one more question left before flashing: whats the reason for CM9b3 if there is already the b4 released?
http://forum.xda-developers.com/showthread.php?t=1576874
Click to expand...
Click to collapse
Ack! I mis-typed >.<
Should be b4, sorry for the confusion.
Zirus69 said:
What type of this kernel would you suggest for most battery life (dont need OC):
http://forum.xda-developers.com/showthread.php?t=1966394
Click to expand...
Click to collapse
The *best* for battery life is the Extreme UV variants.
BUT
Not all W can withstand such a low voltage; some will randomly hang/crash/reboots with too-low a voltage. The 'standard' UV variant should be stable for 99.99% of the W's, though. You can either directly use the 'safe' variant (install the 'standard' UV), or try out the 'extreme' UV variant for 1 week or so, and if your phone is too unstable, flash the 'standard' UV variant (after all, it's a quick kernel-only flashing; no need to backup your phone, reinstall apps, etc. Just follow the instructions given right after kernel flashing (i.e., wipe cache, wipe Dalvik Cache, Fix Permissions), and it should be 100% safe).
I am also under the impression that the BFS variants are better for our W (as in, smoother interface and better app performance). However, I'm not quite sure how that will translate to battery life. Probably better, but might be negligible.
(As for the OC, with CM9 it's optional, as usual. No need to OC unless you need it. By default, CM9 pegs MaxFreq at 1.4 GHz, and you can change it any time via Settings app or through 3rd party app such as SetCPU, CPU Tuner (my favorite), No-frills CPU Control, etc.)
Finally, don't forget to experiment with the various CPU Governors. Traditionally, the most power efficient governor is the 'conservative' governor (set High Threshold to 90 or more, and Low Threshold to 75 or more -- maintain at least 15 separation). However, I've discovered that 'SmartAssV2' provide better responsiveness but nearly similar battery performance. Of course, YMMV.
http://forum.xda-developers.com/showthread.php?t=2034647
Try this one.. good for me..:thumbup:
Sent from my awesome phone using *slim bean*
VERSION 3.5
"My phone is flying!" - vgomez916
"My phone is lighting quick now, Like I said this thing is really flyin. Thanks"- zackandethan
"This mod is sickkk. phone is flying, on 3g i'm getting 1-2 mbs speed. Thanks for the mod Goddly."- Nyckrs
"My speeds are way up too. 100-200 kbs up to 850kbs now. Download and upload. Same time of the day, same location"- g_ding84
"4G speed jumped to 8.9MB. Incredible!"- xNicoyAx
Stock MF9 , with busybox workaround. http://forum.xda-developers.com/showthread.php?t=1933849 ~~ POST #2 ~~ thanks - devoureddreams-
This tweak pack Originated in the Epic 4G Touch Forums, been tested, and has improved-
Battery Life, User battery life may vary, depending on a varitey of things, widgets, radios, etc., etc.,
network speed
GPS lock
system performance, Increased app load speed, etc.
Browser upgrades
wifi_wait (Kobridge)
memory tweaks (Modded Kobridge, Mine)
test screenstate (screen off = deep sleep, Phakker, Improved)
Init.d test script (Exit_Only)
battery stats format (Exit_Only)
and more
V1.2
added Kobridge, read ahead script
added script for working Cron (Exit_Only)
added an option for NO Undervolt. (more universal)
cleaned up things.
v 1.3
stripped undervolt till a new kernel pops up.
cleaned up scripts, non working parts
added Kobridge 41 tweaks, modded for less conflicts , thanks Kobridge
and a few small touches
Version 2.1 Crossbreeder
]Added newest Crossbreeder to install package
Slightly modded GPS settings.
changed updater script to be compatible with the S4 and all other rooted Android devices
Version 3.0.2 ~
~added more init.d low memory tweaks
~added a few more small kernel tweaks
~swapped out the stock browser for my modded variation
~added a browser cache script (hoping to load browser pages quicker)
~added delay to the larger scripts (to speed up boot times)
~New~ Version 3.5
~Fixed loss of root issue
~added newest release of crossbreeder 12-4
~added a few new kernel tweaks
~cleaned up
Infromation About CrossBreeder-
- This is a new take at Android lag reduction. It's lightweight and won't consume battery. Users have reported drastic improvements in usability and even benchmark scores. It will show noticeable improvements - Android devices from Donut to Froyo to Gingerbread to Honeycomb to ICS and Jellybean.
- This is a combination of 5 different methodologies to reduce Android lag.
- Removal of DNS lag . A lot of the lag in a lot of apps, apart from the GUI lag, is due to slow DNS querying, specially on the mobile network.
- CrossBreeder now runs a caching, parallelising DNS client on the device. So now most of your DNS queries will be served from the cache and if not found, the query will be sent in in round robin fashion to multiple DNS servers including Google DNS, OpenDNS and your home router and the reply will be served to you, hot.
- This speeds up network access and networked apps, like Browsers of course, and Tapatalk, Gmail and thousands of others drastically. And removes a lot of the lag where it was due to DNS querying. This will not increase your network or download speed but pages will load much faster.
- This will future proof your devices as more and more apps start using HTML5 and/or reside completely as web pages or the like.-
I Just thought, there are some great developers in our forum, with great tweaks, geared for their own specific purpose, and i thank them. I HAVE asked for permission to use these tweaks, to make a pack of the best, from the best taking a few of those great tweaks and putting them in one lightweight package. Now , I did NOT create any tweak in this pack. That is why introductions and thanks are in order.
ALL THANKS TO THESE GUYS
Exit_Only - For being the mad scientist of the "tweak" in general
Kobridge - Having used your tweaks in various roms and knowing how great they work :good:
Phakker - For the use of his Infamous, screenstate tweak
G_Ding84 - For being one h*ll of a rom maker , teacher, and one of the most helpful guys youll meet on any forum
idcrisis - For the use of his CrossBreeder Mod found here -
http://forum.xda-developers.com/showthread.php?t=2113150
Without these guys we wouldnt be where we are now, as a forum, or a community.
Gentlemen- On behalf of the users of this tweak , and every E4GT owner out there.... *BOWS* I thank you....
I am in no way responsible for your equipment, flash at your own risk
Download ComaDose version you prefer, from the downloads section, and put on root of phone
Boot into custom recovery
Flash ComaDose
Reboot to rom (flash stock kernel) or reboot system etc.
This is a .zip file, can be flashed with CWM recovery, put on root of phones storage, boot into recovery & flash.
Issues with repack and new Custom Recovery kernels-
Now Ive heard it works for some people on repacks, and ive heard of battery drain, and GPS taking along time to lock on others. But the best results i get, are out of the "stock" Leak kernels.
Conflicting issues with new Custom Recovery modded and released updated version
~NEW~ComaDose V3.5
http://d-h.st/22v
md5: faae873f493540cd68e58f5ddc9ac79a
ComaDose V2.1 W/ Crossbreeder V. 7.2.13
View attachment 2149730
Mirror #1
http://www.androidfilehost.com/?fid=23060877490004661
ComaDose_removal.zip (Uninstaller)
View attachment 2149687
Mirror #1
http://www.androidfilehost.com/?fid=23060877490004662
Whats under this button??
If you guys like my work and have a little jingle floating around, dont hesitate to toss a beer (or coffee ) my way through the "donate to me" under my avatar. THANKS GUYS!
Test Init.d With The "21 Test-init.d" script
-THINGS YOU NEED-
Rom Toolbox (free or pro)
Root Access (superuser access) for Rom Toolbox
ComaDose Already Flashed
-Steps-
After ComaDose flash, if you want to check if your init.d is functioning properly you can check it with the 21 test init.d script...
After flash the test init.d script has already ran (on startup) now thwe sole purpose of this script is to show whether or not init.d
is properly functioning.
When this script is ran (executed) as all scripts in init.d are upon startup, it creates a file in the /data folder.
so why dont we take a look for it?
Using Rom Toolbox, go to the "root browser" tab (upon first startup youll be prompted to SuperUser permissions, Allow this)
Once in Root Browser youll be in the root of your device by default. ( / )
Click on the "Data" folder..
In the /Data folder, were looking for "Exit Only Init.d" file
if you see this file, your init.d is working and all scripts are running ...
If you dont see this file after reboot (post flash) you can execute the "21 test Init " script manually...
back out to the root of the phone, go into "system", then into "etc" then into the "init.d" folder and locate the "21_testinit.d" script, press on it , bringing up this menu.
press the "open as" tab, bringing up this menu...
then press the "script file" option..
Then you want to press the "execute Script" option, making sure the "execute as root option is checked, as shown below.
which will then execute the script using init.d support to do so.. looking like this
after its executed, go back into /data and find the "Exit Only Init.d" file if its there your init.d is working.....
If its as good as it sounds, this'll surely be one of my favorites. Trying this out.
Good to see you on here! I used your tweaks when I was on the E4GT. This is good stuff people!
Sent from my SPH-L710 using XDA
Soap said:
If its as good as it sounds, this'll surely be one of my favorites. Trying this out.
Click to expand...
Click to collapse
give it a try
s9amme said:
Good to see you on here! I used your tweaks when I was on the E4GT. This is good stuff people!
Sent from my SPH-L710 using XDA
Click to expand...
Click to collapse
this is the best working version yet enjoy
Nice. Giving this a try
Sent from my SPH-L710 using xda premium
Goddly said:
this is the best working version yet enjoy
Click to expand...
Click to collapse
Is it for stock kernel only, or will it play nice with KT as well?
:fingers-crossed:
orlzzt said:
Is it for stock kernel only, or will it play nice with KT as well?
:fingers-crossed:
Click to expand...
Click to collapse
Same question but with dkp?
Sent from my SPH-L710 using xda premium
_Epic said:
Same question but with dkp?
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
Its not kernel sensitive , nothing in this relates to kernel. should be 100% compatible, only thing you need to be rooted, (busybox etc) Crossbreeder is awesome. has add block etc. for those who want to shut off certain aspects of crossbreeder there are terminal commands you can find those in his thread...
Goddly said:
Its not kernel sensitive , nothing in this relates to kernel. should be 100% compatible, only thing you need to be rooted, (busybox etc) Crossbreeder is awesome. has add block etc. for those who want to shut off certain aspects of crossbreeder there are terminal commands you can find those in his thread...
Click to expand...
Click to collapse
Thank you! Will be flashing it in a few.
Sent from my SPH-L710 using xda premium
I'll give it a go!
Sent from my SPH-L710 using xda app-developers app
You will not be disappointed.
Sent from my SPH-D710 using Tapatalk 2
Goddly said:
You will not be disappointed.
Sent from my SPH-D710 using Tapatalk 2
Click to expand...
Click to collapse
12 hours in, and I must say I am impressed! Definitely helps with reducing lag and with screen times. My battery is much better today, but being on my wi-fi instead of that nebulistic vortex that is Universal Studios Orlando will always improve battery. Will follow the OP instructions and do a full cycle, then report back.
Thanks to @Goddly for the lovely treat!
This is no joke guys... ive spent countless hours on this mod . I run this myself and know it's results. Just trying to share the wealth.
Sent from my SPH-D710 using Tapatalk 2
Will this work if I'm not on touchwiz? I'm currently running slimbean
Sent from my SPH-L710 using xda premium
shehroze3 said:
Will this work if I'm not on touchwiz? I'm currently running slimbean
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
it will, if you see the file in /data "Exit Only init.d" .. FILE not folder. then your init.d is working correctly..
Sent from my ASUS Transformer Pad TF300T using Tapatalk HD
Seems to be doing well for me except for one problem, it seems to conflict with adaway? I restored a backup from right before I flashed this and adaway worked fine, but with the mod adaway says disabled every time and resets to that when I try to enable it, which requires a reboot.
Any ideas why? Potential fix?
Sent from my SPH-L710 using xda premium
therenegadenail said:
Seems to be doing well for me except for one problem, it seems to conflict with adaway? I restored a backup from right before I flashed this and adaway worked fine, but with the mod adaway says disabled every time and resets to that when I try to enable it, which requires a reboot.
Any ideas why? Potential fix?
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
Crossbreeder has its own ad block brother. try uninstalling adaway, if you find you want or need adaway as opposed to the ad block in CBreeder, there are terminal commands that can be used to disable ad blocking in Crossbreeder.. lemme know ill give you the disable terminal command.
looks good, will i need to uninstall crossbreeder before i flash this
edit: cant wait, i will uninstall and flash!