[Q] How to add more suffix (.net/.org...) in default brower


k1n9n0th1n9

Members
Jun 21, 2013
22
13
Hi all :)
Plz tell me how to add more suffix in default browser ?

.net/.org/... replace .cn ?
Thanks :D
 
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.

Wysłane z Xiaomi MI 2
 
  • Like
Reactions: k1n9n0th1n9
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.

Wysłane z Xiaomi MI 2

Please just tell me specific path :)

thanks
 
lol... just search...c'mon...

common_use_phrase_bottom_bar_cn.png found in drawable-xhdpi.
 
  • Like
Reactions: k1n9n0th1n9
lol... just search...c'mon...

common_use_phrase_bottom_bar_cn.png found in drawable-xhdpi.

Thanks :)

I'm just an amateur :D

Now, i want to change default IME in rom. Tell me how to set default IME when building a custom rom, plz ?
:p
 
Just put any keyboard into /system/app and delete the one youre not using.
 
  • Like
Reactions: k1n9n0th1n9
Just put any keyboard into /system/app and delete the one youre not using.

thanks :)

last time :p

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 :)

But.. why bother? User can set those values.

Also ive found some post over xda:
http://forum.xda-developers.com/showthread.php?t=2377533

It seems those values can be set in app database.
 
  • Like
Reactions: k1n9n0th1n9
But... when i install PurePerformances™X (mod), all animation scales are off. I'm trying to find the relevant values