Update README.md

This commit is contained in:
HappyZ 2018-11-20 22:05:58 -06:00 committed by GitHub
parent b463f1b00f
commit d7e1daceaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -87,7 +87,8 @@ After then, you can do `adb shell` and then type `su` to verify if you have obta
Now we can enter diagnosis mode thanks to shankerzhiwu and his/her friend, we can explore more things! The things I am interested in:
- [x] Enabling ADB in normal Android mode
- [ ] Allowing self-signed pkg (fw package) to flash
- [ ] System language and font mod
- [x] System language
- [ ] Font size mod
- [ ] Third-party apps verification
### Methods
@ -107,6 +108,14 @@ Now we can enter diagnosis mode thanks to shankerzhiwu and his/her friend, we ca
adb shell am start -a android.settings.SETTINGS
```
### Switch language
Only three are supported: Chinese, English, and Japanese
```
adb shell am start -a android.settings.LOCALE_SETTINGS
```
# 0xF Mission Impossible
Well, to bypass pkg validation, you can also try to decrypt the RSA key and generate corresponding private key, when we actually have enough computation resources and time to do it lol: