hi guys i need some help ,
here my problem , i have decompil secsettings.apk from stock AUTXXUBNI2 to look like s5 i change some value in the bool.xml
change
to
i have recompil it an add to my rom
it look like this
everything work fine except samsung account i don't know why it force close see the screanshot :
maybe i forgot one thing but realy i don't know i have try to recompil many time but nothing change
if someone have any idea it will be helpfull
ok my problem is solved
here my problem , i have decompil secsettings.apk from stock AUTXXUBNI2 to look like s5 i change some value in the bool.xml
change
Code:
<bool name="settings_list">true</bool>
<bool name="settings_tab">false</bool>
<bool name="settings_grid">false</bool>
Code:
<bool name="settings_list">false</bool>
<bool name="settings_tab">false</bool>
<bool name="settings_grid">true</bool>
it look like this
everything work fine except samsung account i don't know why it force close see the screanshot :
maybe i forgot one thing but realy i don't know i have try to recompil many time but nothing change
if someone have any idea it will be helpfull
ok my problem is solved
Last edited: