N
No, just joking. If you look at the OP, the script was updated for Android 4.3
@NolferFor 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
@Nolfer
I made one edit, that I found matching 0x3 --> 0x1, using Jota Text editor n search function, using apktool on android v. 4_4_1. It has different smali n baksmali.jars --> 2.02 from Dec. 2013. It wont repack the dex back into the jar correctly, bootloops, I dont currently have access to laptop, doing everything on device. Can you offer any further assistance?
Unfortunately I don't know how to help you with this much infoalso you should always have an external platform and backup just in case.
You're gonna have to give us more details on what you have done exactly. The more info you provide us, the more we can help you
This is my original Services.jar & odex, my backup- https://db.tt/ir8bKchf
I used Apktool on Android app, it's set up correctly- apktool folder and framework imported. I'll provide pics in next post using xda premium. Used jar2dex, edited ActivityManager Smali... provided by link you gave from @gu5t3r 's post, searched :cond_533...etc. Then rebuilt... repacked into original Services.jar and came up with this- I put the app and apktool folder in this zip- https://db.tt/zLG7YDoK
bootloops
Did you try to edit BOTH ActivityManager Smali AND ProcessList.smali? Did you change every single green value to the red one?
I cannot get Wraithdu Busybox to install on CM13, Temasek's build. It says I don't have enough system space, when I have more than enough in reality.
It spits out this error, but as you can see at the bottom of the screen here,
I have more than enough.
Sent from my SM-N900P using Tapatalk
What version should I use at this point? The busybox updaters from the play store won't work properly on Marshmallow.Whoa...
I wouldn't use that anymore... Very very old... Potentially outdated....
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