So here Illl share my knowledge on theming with u guys
Don't know how to decompile and recompile apk go here
http://forum.xda-developers.com/showthread.php?t=2558961
Ok finally you are ready to start, i will start with simple Mods
Wallpaper Scroll
Decompile SecLauncher2.apk
Go to \res\values folder and open bools.xml file with Notepad++.
Then change code indicated in Red To Blue
Code:
[COLOR="Red"]true[/COLOR]
To:
Code:
[COLOR="Blue"]false[/COLOR]
Save the file, recompile and push the apk to your phone.
See Easy:fingers-crossed:
4 Lockscreen Shortcuts
Decompile SecSettings.apk and go to smali/com/android/settings/lockscreenshortcut/LockScreenShortcutSettings.smali
Open this file with notpad++ and change the followingRedLines to Blue
Code:
# direct methods
.method static constructor ()V
.locals 2
.prologue
const/4 v1, 0x0
.line 79
[COLOR="Red"][B]const/4 v0, 0x3[/B][/COLOR]
sput v0, Lcom/android/settings/lockscreenshortcut/LockScreenShortcutSettings;->MAX_SHORTCUT_ICON:I
To:
Code:
# direct methods
.method static constructor ()V
.locals 2
.prologue
const/4 v1, 0x0
.line 79
[B][COLOR="Blue"]const/4 v0, 0x4[/COLOR][/B]
sput v0, Lcom/android/settings/lockscreenshortcut/LockScreenShortcutSettings;->MAX_SHORTCUT_ICON:I
Recompile and Done
There is also a guide for 5 Lockscreen shortcuts by Mirko dddHere
Sent from my GT-I8262 using XDA Premium 4 mobile app
Water Ripple Effect+Toggle
android.policy.jar
com/android/internal/policy/impl/sec/CircleLockScreen.smali
Code:
.line 543
.local v20, isRippleEffect:Z
:goto_306
if-nez v18, :cond_61f
if-eqz v22, :cond_61f
if-eqz v20, :cond_61f
const/4 v3, 0x1
:goto_30d
After
Code:
.line 543
.local v20, isRippleEffect:Z
:goto_306
if-nez v18, :cond_61f
[COLOR="Red"]# if-eqz v22, :cond_61f[/COLOR]
if-eqz v20, :cond_61f
const/4 v3, 0x1
:goto_30d
Now for the Toggle
Secsettings.apk
com/android/settings/LockScreenSettings.smali
Code:
.line 253
:cond_28b
invoke-virtual {p0}, Lcom/android/settings/LockScreenSettings;->getPreferenceScreen()Landroid/preference/PreferenceScreen;
move-result-object v9
iget-object v10, p0, Lcom/android/settings/LockScreenSettings;->mRippleEffect:Landroid/preference/CheckBoxPreference;
invoke-virtual {v9, v10}, Landroid/preference/PreferenceScreen;->removePreference(Landroid/preference/Preference;)Z
After:
Code:
.line 253
:cond_28b
invoke-virtual {p0}, Lcom/android/settings/LockScreenSettings;->getPreferenceScreen()Landroid/preference/PreferenceScreen;
move-result-object v9
iget-object v10, p0, Lcom/android/settings/LockScreenSettings;->mRippleEffect:Landroid/preference/CheckBoxPreference;
[COLOR="Red"]# invoke-virtual {v9, v10}, Landroid/preference/PreferenceScreen;->removePreference(Landroid/preference/Preference;)Z
[/COLOR]
Recompile and done
Sent from my GT-I8262 using XDA Premium 4 mobile app
Reserved1
Sent from my GT-I8262 using XDA Premium 4 mobile app
Reserved 2
Sent from my GT-I8262 using XDA Premium 4 mobile app
Reserved 3
Sent from my GT-I8262 using XDA Premium 4 mobile app
Reserved 4
Sent from my GT-I8262 using XDA Premium 4 mobile app
Reserved last
Sent from my GT-I8262 using XDA Premium 4 mobile app
Last 1
Sent from my GT-I8262 using XDA Premium 4 mobile app
did you give credits to its original authors op?
Related
Anyone have the apk? I don't know why I never backed it up. really need it
Sent from my HTC Vision using XDA App
http://forum.xda-developers.com/showthread.php?p=11908424
Andy-83 = v3
Andy-85 = v4
Andy-86 = v3
i hav ea handset i9003 in download modus but cant flash tried odin 182 183 185 same result hang on
setup connection?
pls help
Mostly a hardware problem.try changing the cable, port or the pc laptop
Sent from my GT-I9003 using xda app-developers app
What font type Omega v6 AOKP use?
Tks
Sent from my GT-I9300
Hello, I am new in this forum, and I have just rooted my smartphone. The probleme comes when I want to install MIUI v5, I get stucked with fastboot.exe. Where can I get that file?
Thank you!
I believe that you can find fastboot.exe in a ROM folder, I think I used it from CM10. It was either that or from the android SDK. One of the two.
Sent from my ST23i using xda app-developers app
Ok, thank you very much. I am a bit lost installing the ROM MIUI v5, could you help me?
Sent from my ST23i using xda app-developers app
http://forum.xda-developers.com/showthread.php?p=50882014
Go to this forum
Not downloading ,plz post valid url
Sent from my A500 using XDA Free mobile app