(update)(guide)how to add lockscreeneffect(4.4.2~~4.4.4)

qwerty123258

Senior Member
Nov 4, 2014
269
288
0
Seoul
you meant, change arrays.xml file only under values-uk folder? i believe mine is USA...
i also have values-en-rUS folder, not sure if it is stand for USA...
no

samasung firmware default language is UK not US

so values folder mean UK string and array not us

us string and array.... i don;t know

because i am korean
 

jazzespresso

Senior Member
Jul 24, 2012
2,845
1,647
0
NYC-USA
no

samasung firmware default language is UK not US

so values folder mean UK string and array not us

us string and array.... i don;t know

because i am korean
OK I will try to figure out, by the way, one more thing; in LockscreenMenuSettings.smali file, I search "removeUnsupportedEffect(Ljava/lang/CharSequence;)V",
Per your instruction, you said "above line const-string vx, "3", looking at mine below, I guess it is const-string v7, "3", considering this is Note 8's secsettings, so it could be a bit diffrent.
what do you think? should I go head modify const-string v7, "3" to const-string v7, "8"

.line 701
const-string v7, "3"
invoke-direct {p0, v7}, Lcom/android/settings/LockscreenMenuSettings;->removeUnsupportedEffect(Ljava/lang/CharSequence;)V
 

qwerty123258

Senior Member
Nov 4, 2014
269
288
0
Seoul
OK I will try to figure out, by the way, one more thing; in LockscreenMenuSettings.smali file, I search "removeUnsupportedEffect(Ljava/lang/CharSequence;)V",
Per your instruction, you said "above line const-string vx, "3", looking at mine below, I guess it is const-string v7, "3", considering this is Note 8's secsettings, so it could be a bit diffrent.
what do you think? should I go head modify const-string v7, "3" to const-string v7, "8"

.line 701
const-string v7, "3"
invoke-direct {p0, v7}, Lcom/android/settings/LockscreenMenuSettings;->removeUnsupportedEffect(Ljava/lang/CharSequence;)V

yes
const-string v7, "3" change to const-string v7, "8"