patchrom_miui
patchrom_miui copied to clipboard
Translation issues & force close
MIUISystemUI
values/strings.xml
<string name="status_bar_network_flow_today">Toady: %1$s</string>
<string name="status_bar_network_flow">"Toady: %1$s | Remain: %2$s"</string>
<string name="status_bar_network_flow_exceed">"Toady: %1$s | Exceeded: %2$s"</string>
Toady should be Today
LBESEC_MIUI.apk
<string name="HIPS_SecurityPrompt_ROOT_Step1">Do you wish to allow %1$d to get ROOT permission</string>
This force close the LBESEC App. Change the variable to %1$s
<string name="Privacy_App_TrustDialog_Content">MIUI will not ask your for confirmation of any security and privacy related operations from this App.</string>
your should be you
thank you, we will fix it!
Thx for the translation fixes! But you did not fixed the force close. I think its my fault because i missed to say, its only with english language activated.
Reproduce: Switch language to english. Try to get root with some random app. It does force close, you can workaround this with set permissions to allow. The error is in my first post.