View Single Post
Old 10-23-2016, 04:05 PM   #78
qariwa55
Enthusiast
qariwa55 began at the beginning.
 
Posts: 35
Karma: 18
Join Date: Apr 2011
Device: Boyue T62D
Quote:
Originally Posted by plus View Post
Finally

I didn't include my Moon+ pro in /system/app, so there's no reader app left in a system-only backup.
Moon+ uses the two page turn keys without further mapping ("adb install zthMoonReader.apk"). F-Droid provides Flym, some decent file manager and sudoku apps.

If you really need to add Google services (I blame them for bad battery lifetime), remount /system manually:
Spoiler:

1. Copy /gapp/ folder to reader's SD card
2. Reconnect USB and disable USB storage
3. Remount:
Code:
$ adb shell
shell@android $ su -
Grant permission in SuperSU, then
Code:
root@android # mount -o remount,rw /system
4. Copy gapps files
Internal = /sdcard/, external = /mnt/external_sd/
Code:
root@android # cp /sdcard/gapp/*.apk /system/app/
5. Reboot device.

- OR -
Reboot to recovery:
Code:
$ adb reboot recovery
Better unplug usb while TWRP is loading to avoid an irresponsible touchscreen.
Mount /system (isn't by default) and adb push or use TWRP file manager.
Hi plus!

Thanks a bunch! Your last instructions worked perfectly. So now I have Google Play, and I installed Moon+ Reader Pro and Dropbox. The device is working, but I have to say that it is a bit clunky and the brightness is backwards: when I put it on dark, it is light and vice versa. And it never gets very bright. It is worse than the T62D that I had.

Last edited by qariwa55; 10-24-2016 at 10:36 AM. Reason: typo
qariwa55 is offline   Reply With Quote