1. Decompile Browser.apk
2. Replace .cn string with your choice.
3. Replace .cn text on png image found in drawable directory.
4. Recompile the apk.
5. Put into rom.
1. Decompile Browser.apk
2. Replace .cn string with your choice.
3. Replace .cn text on png image found in drawable directory.
4. Recompile the apk.
5. Put into rom.
I want to set
Window animation scale 1x (default) to Window animation scale .5x
Transition animation scale 1x (default) to Transition animation scale .5x
Animaton duration scale 1x (default) to Animator duration scale .5x
What should I do?
Well I don't know.. I've searched in decompiled framework and settings but I haven't found any place where you can set default animation scale...
This might be set in /smali - which is decoded java app code. You can search there using some file search functions in your text editor. But smali is a hell