You can try... But it's gonna take some hacking...The opening post says only ics, jb and froy
Can I use it on kitkat
For those wondering if Kitkat can be supercharged at 100% I made a post some time ago:
http://forum.xda-developers.com/showpost.php?p=55249618&postcount=1754
No
You can use other mods that do this. Lspeed?I really wish someone would continue developing this project. Either OP has died without us knowing or he literally doesnt care about any smartphone at all.
No. Lspeed is far different from v6. Im after the OOM fixer and ADJ values, the app bulletproofing would be helpful on 2gb smartphone devices. I just wish someone or maybe an app was written to change the OOM priority of an app permanently? Or maybe a script for init.d?
No. Lspeed is far different from v6. Im after the OOM fixer and ADJ values, the app bulletproofing would be helpful on 2gb smartphone devices. I just wish someone or maybe an app was written to change the OOM priority of an app permanently? Or maybe a script for init.d?
I triedIs running the Magisk plugin "busybox-ndk" version 1.29.3 supposed to make it so that certain V6 SuperCharger things don't save? Because I can't find information anywhere that says not to use it... (From the information I gleaned, all the settings save, but s.nexuslauncher isn't the default launcher whenever the script is run, and SuperCharged Launcher/Minfrees are disabled.) If for any reason the plugin isn't the issue, then you should know I'm using a Nexus 5 (hammerhead D820) running DarkROM version 14.1 (Android 7.1.2). When I'm informed of any logs or other files I can include for getting assistance, I'll gladly do so, because I'd like all the help I can get.
Edit: If I had realized that this was so old, I probably wouldn't have used it... Can anybody lead me to an app or script that can boost upload/download speed on 4G/LTE? ;-;
wtf dude!!? this post has 12 years old obviouly is not gonna work in recent android versions, use your commom sense
that dont exist, the networks speed are related to your carrier, coverageand your device modem, there is not a magic setting or mod for thatIs running the Magisk plugin "busybox-ndk" version 1.29.3 supposed to make it so that certain V6 SuperCharger things don't save? Because I can't find information anywhere that says not to use it... (From the information I gleaned, all the settings save, but s.nexuslauncher isn't the default launcher whenever the script is run, and SuperCharged Launcher/Minfrees are disabled.) If for any reason the plugin isn't the issue, then you should know I'm using a Nexus 5 (hammerhead D820) running DarkROM version 14.1 (Android 7.1.2). When I'm informed of any logs or other files I can include for getting assistance, I'll gladly do so, because I'd like all the help I can get.
Edit: If I had realized that this was so old, I probably wouldn't have used it... Can anybody lead me to an app or script that can boost upload/download speed on 4G/LTE? ;-;
The V6 SuperCharger script is designed to work on Android 2.2 and up, but it may also work on newer versions of Android. However, it is important to note that the script has not been specifically tested on Android 13+, so there is no guarantee that it will work without any problems.
Main Download Page is HERE (V6 SuperCharger and all the latest RC/Beta/Tests for Kick Ass Kernelizer, 3G TurboCharger, and Die-Hard Battery Calibrator)
Latest V6 SuperChargers are Black Dog-63457-Fix and For Your Lag
Latest KAK and 3G TC are HERE
Post #2 Info! - This is for the application of the following 3 Mods to services.jar!
Mod 1. ICS and Jelly Bean - require the Jelly ISCream Mod done in conjunction with the V6 SuperCharger Script to SuperCharger your launcher!
Mod 2. Froyo and up - can have the New Maximum MultiTasking Mods (Maximum Overdrive and the Time Killer Killer)
Mod 3. Sense 4 and up - remove the Sense 4 limit of only 8 visible apps with the Non-Sense App Limit!
These 3 mods are applied with my:
-=Ultimatic Jar Patcher Tools=- (fully automated exe/bat/sh tools) OR...
-=Ultimate Jar Power Tools=- patcher script (formerly called Jelly ISCream Smali Patcher) to automate Step 5 in Post #2 - the smali edits
Note: The webapp needs updating (aka the "Automatic Transmission" in V6 SuperCharger) and won't work on JB!
System -16 (stock)
Persistent Process -12 (stock)
ForeGround app 0 (stock)
Home Launcher 1 (Die-Hard Launcher) (stock=6)
Perceptible app 2 (stock)
Visible app 3 (stock=1)
Heavyweight app 4 (stock=3)
Previous app 5 (stock=7)
Service 6 (stock=5)
Backup app 7 (stock=4)
Service_b 8 (stock)
Hidden app min 9 (stock)
Hidden app max 15 (stock)
Now copy /sdcard/services.odex to /system/framework and overwrite the original (backed up, yes?) services.odexCreate a new services.odex file from the new services.jar file:
In terminal, type: cd /sdcard, enter, dexopt-wrapper services.jar services.odex $BOOTCLASSPATH, enter.
Here's the "special sauce": copy over the "signature" from the current .odex file into the new .odex file. do NOT continue until this command succeeds!
Hint: the file size of the new services.odex file should not change!
In terminal, type: busybox dd if=/system/framework/services.odex of=/sdcard/services.odex bs=1 count=20 skip=52 seek=52 conv=notrunc
fixed disappearing apps in zipalign/fixalign scripts (and no more problematic/skipped apps)
fixed frandom
fixed crosslink error in 99SC.sh
fixed bug when configuring boot options from within zepalign, fixfc and fixalign scripts
fixed bug in sdcard calculation
added frandom check
added 6i9 ass easter egg
added vm.vfs_cache_pressure=10
removed pm.sleep_mode
moved config options in boot scripts to the end (after script runs)
/init.d/92vac opens bootlog if no sqlite3 binary
/init.d/93zepalign and /init.d/95fixalign opens bootlog if no zipalign binary
ask before bp launcher
v6 does not run if running from int.d (duh)
tweaked FOM output/stats/user info
tweaked logic when resupercharging re. getting previous options/regenerating
tweaked launcher function (updated whenever you return to menu)
tweaked ram function
enhanced user infos and help file...
...example: Notes about init.d scripts making BootLogs
tweaked lots of code to be more efficient...
...example: No more `cat /file/name | awk or grep` (just awk or grep a file directly... duh...)
Hell... tons of code tweaking anyway lol
Fixed Fixalign and Fix Emissions Bugs
Couple of other smaller bugs