Update README.md to alert current issue #11

This commit is contained in:
HappyZ 2018-12-02 23:44:24 -06:00 committed by GitHub
parent 5b37b1354b
commit 539587de4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -91,7 +91,7 @@ Now we can enter diagnosis mode thanks to shankerzhiwu and his/her friend, we ca
- [x] Enabling ADB in normal Android mode
- [ ] Allowing self-signed pkg (fw package) to flash
- [x] System language
- [x] Launcher modification (commandline figured)
- [x] Launcher modification (commandline figured, issue #11 remains)
- [ ] Third-party app font size issue fix
### Methods
@ -131,6 +131,8 @@ If you saw error dialog `Unfortunately, the iWnn IME keyboard has stopped`, this
### Launcher app
(found cases where cache prevents recovering from AppLauncher crashes if things go wrong #11, proceed the following carefully)
DPT Launcher is funny. It uses `ExtensionManagerService` that scans through `/etc/dp_extensions`. Ideally we shall have an automated tool to add/remove icons (not a plan), but for now, a commandline approach is the following:
Re-mount your system to be writable (requiring sudo), and then use `NoteCreator` as a template:
@ -168,7 +170,7 @@ Finally, we need to edit each file (use `busybox vi file/path/filename`):
<string name="STR_ICONMENU_9999">MyTemplate</string>
</resources>
```
3. You can upload a different png for icon `ic_homemenu_mytemplate.png`
3. ~~You can upload a different png for icon `ic_homemenu_mytemplate.png`~~ (#11 random png may not decode right??)
4. Make sure the files under `MyTemplate` are all permission `0644` (`ls -la *` and `chmod 0644 *`).
5. Reboot