V6 Supercharger for another 50% Supercharged Tutorial & Guide by rexstorStep of process1.V6 Supercharger script
2.Editing the .smali
3.Merging to the phone
4.V6 Supercharger script AGAIN
5.Recovery (Wipe dalvic cache)
Requirement :» Click to show Spoiler - click again to hide... «
-ICS
-
Winrar to open .jar
-
Java-
Notepad++ (Install at default location)
Now download my batch file.
Here
Minus Or
MediafireSTEP 1 :Extract to the C:\
Thus it will create C:\ReXs_v6\files\frameworks\
Double check,if correct,then u can continue run a "ReXs_v6.bat" inside folder c:\ReXs_v6\
Follow instruction of the Cmd
STEP 2 :When u get till "Now editing smali!!!"Follow instruction Below :
» Click to show Spoiler - click again to hide... «
Note:
"=======" Not to put on the file,just a break of a search.
Ignore if the line mistmatch! Ignore if u got some misvalue of the original value!
But make sure u edit according to the line.
Green is the value to placed in
Red is the original value
Blue is the keyword of the search
REPLACE IT PROPERLY
Above of each line,i write the keyword to search,find it.
Search
Check in the "match case"
Now starting the editing process
======================
"visible"
======================
.line 13614
const/4 v2, 0x1
if-le v10, v2, :cond_118
.line 13615
const/4 v10, 0x3 (0x1)
.line 13616
const-string v2, "visible"
move-object/from16 v0, p1
========================
"heavy"
========================
if-ne v0, v2, :cond_154
.line 13654
const/4 v10, 0x4 (0x3)
.line 13655
const/16 v27, 0x1
.line 13656
const/4 v2, 0x0
move-object/from16 v0, p1
iput-boolean v2, v0, Lcom/android/server/am/ProcessRecord;->hidden:Z
.line 13657
const-string v2, "heavy"
move-object/from16 v0, p1
=======================
"home"
=======================
.line 13663
const/4 v10, 0x1(0x4) Note that this is for Die-Hard Launcher! To BulletProof it, make it 0x0, HTK 0x2
.line 13664
const/16 v27, 0x1
.line 13665
const/4 v2, 0x0
move-object/from16 v0, p1
iput-boolean v2, v0, Lcom/android/server/am/ProcessRecord;->hidden:Z
.line 13666
const-string v2, "home"
move-object/from16 v0, p1
=======================
"previous"
=======================
.line 13674
const/4 v10, 0x5(0x7)
.line 13675
const/16 v27, 0x1
.line 13676
const/4 v2, 0x0
move-object/from16 v0, p1
iput-boolean v2, v0, Lcom/android/server/am/ProcessRecord;->hidden:Z
.line 13677
const-string v2, "previous"
move-object/from16 v0, p1
=======================
"backup"
=======================
.line 13694
const/4 v10, 0x7(0x4)
.line 13695
const-string v2, "backup"
move-object/from16 v0, p1
=======================
"started-services"
=======================
.line 13723
const/4 v10, 0x6(0x5)
.line 13724
const-string v2, "started-services"
move-object/from16 v0, p1
========================
SAVE IT!After Finishing editing,exit and continue to the command prompt.
REMEMBER,DONT CLOSE NOTEPAD++,IF U NOT DONE EDITING YET!!!STEP 3 :Manually open the "services.jar" using winrar,and drag the "classes.dex" inside the "service.jar"
and close it.
STEP 4 :After a few of merge and pushing the file,now Patching! U are near close to the end!
It will display
"shell@android:/$"
type in code below line by line following ENTER key of each line.
Starting with '#' done type in,
After each line,press ENTER and continue so on...
Gud Luck!
» Click to show Spoiler - click again to hide... «
CODE
adb shell
su
busybox mount -o remount,rw /system
cd /system/bin
busybox cp /sdcard/dexopt-wrapper .
busybox chmod 755 dexopt-wrapper
cd /mnt/sdcard
========================================================
dexopt-wrapper services.jar services.odex $BOOTCLASSPATH
#if not work,try this
dexopt-wrapper services.jar services.odex /system/framework/core.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/core-junit.jar
=========================================================
busybox dd if=/system/framework/services.odex of=services.odex bs=1 count=20 skip=52 seek=52 conv=notrunc
cd /system/framework
busybox cp /sdcard/services.odex .
chown 0.0 services.odex
chmod 644 services.odex
STEP 5 :Launch v6 supercharger script again,choose the blablabla.
Then reboot to recovery for wipe dalvic cache
DONE & GUDLUCK!
Here a proof what have done to my phone.
[attachmentid=2883604]
Ignore the ads,LOL.
P/s : Sorry if my coding not correct,im nub about this,just i wanna share a easy way to u all as i promised.
P/s2 : Any problem or error,please tell me,
IF U ALREADY FOLLOW STEP BY STEP!P/s3 : Sometimes it doesnt work,it occur to me before,try again,mybe u got problem on editing part.
thus,start from STEP 1 back.
ALL THIS AT YOUR OWN RISK! 