
Originariamente inviato da
darboc
Giorno ragazzi....
Ho trovato in giro una mod per variare la trasparenza della status bar...
La mod è carina quindi eseguiamo......
Ho provato a eseguirla ma non ha cambiato niente, nonostante abbia correttamente editato i files..:banghead:
Procedura: partendo ad esempio dal punto in cui è arrivato l'amico dilanmod

Navigate to your decompiled folder and go to
~/works/SystemUI/smali/com/android/systemui/statusbar/StatusBar.smali
-7-Search this line :
codice:
invoke-direct/range {v11 .. v16}, Landroid/view/WindowManager$LayoutParams;->(IIIII)V
-8- Above this line, change :
codice:
const/16 v16, 0x4
TO
codice:
const/16 v16, -0x3
-9- Save the file
-10- Navigate to your decompiled folder and go to
~/works/SystemUI/res/values/drawables.xml
-11- Search this line :
Change the value of status_bar_background
example for completely translucent or 50% translucent
Completely translucent
50% translucent
-12- Save the file
-13- Recompile SystemUI.apk :
java -jar apktool.jar b -f SystemUI signtools/SystemUI.apk
-14- cd ~/work/signtools
-15- sign the new apk :
java -Xmx64m -jar signapk.jar -w testkey.x509.pem testkey.pk8 SystemUI.apk ../signed/SystemUI.apk
-16- push the new SystemUI.apk to your phone
codice:
adb push ~/works/signed/SystemUI.apk /system/app/SystemUI.apk
adb reboot
-17- Enjoy
screenshot with completely translucent status bar
Qualcuno ha provato già è funziona?
Dritte?
