Page:
Suggested Launcher Mod
Pages
ADB Tricks, DIY Launcher App
An "Unofficial" Linux Rooting Guide by Kevin
Home
How to install KOReader on DPT RP1
Modifying the standby screen image
PKGs I Made
Resolving Pairing Issue DPA
Suggested Launcher Mod
The Ultimate Rooting Guide
The Unroot Guide
The Upgrade Guide
Unbrick and or Skip Uploaded PKG
Ways of Factory Reset
boot.img unpack and pack
diagnosis mode in terminal
5
Suggested Launcher Mod
HappyZ edited this page 2020-04-05 23:57:41 -07:00
Table of Contents
Install the Launcher App
Download this launcher app for e-ink screen, suggested by shankerzhiwu.
Install via adb (below is just an example):
adb install -r E-Ink-Launcher_0.1.6.apk
Modify the Default DPLauncher
The following will overwrite any changes you have made to DPLauncher before.
Download the launcher_mod.tar.gz from here.
On PC terminal:
adb push launcher_mod.tar.gz /sdcard/launcher_mod.tar.gz
adb shell mount -o rw,remount /system
adb shell rm -rf /etc/dp_extensions
adb shell busybox tar -xvzf /sdcard/launcher_mod.tar.gz -C /
adb shell chown -R root:root /etc/dp_extensions
adb shell chown system:system /data/system/ExtMgr.db
adb shell chmod 0660 /data/system/ExtMgr.db
adb shell chown system:system /data/system/ExtMgr.db-journal
adb shell chmod 0600 /data/system/ExtMgr.db-journal
adb reboot
The device is then rebooted.
It will ask you which Launcher to choose by default, select the original DPLauncher (first one) is highly recommended to avoid behavior changes. It is NOT recommended to select the E-Ink-Launcher as the default one.
What it looks like