View Single Post
Old 07-09-2016, 01:37 PM   #33
plus
Member
plus began at the beginning.
 
Posts: 24
Karma: 12
Join Date: Jul 2016
Device: k4nt, T63HD-JD
T63 is available, but only as a branded version. The T63HD-JD comes with a Chinese-only JD launcher app. No app-store, no adb, no language or timezone setting, no remount.
"Westerners" need to customize system.img to make it usable.
Spoiler:

* Backup NAND and single parts using RkAndroidTool
Code:
count@address
0x00002000@0x00002000(misc)
0x00004000@0x00004000(kernel)
0x00008000@0x00008000(boot)
0x00010000@0x00010000(recovery)
0x00020000@0x00020000(backup)
0x00040000@0x00040000(cache)
0x00200000@0x00080000(userdata)
0x00002000@0x00280000(kpanic)
0x00100000@0x00282000(system)
* Install TWRP using RkAndroid Tool
* Install SuperSu using TWRP
* Alter build.prop:
Code:
ro.product.locale.language=en
ro.product.locale.region=GB
persist.sys.language=en
persist.sys.country=GB
persist.sys.timezone=Europe/Paris
persist.service.adb.enable=1
persist.service.debuggable=1
persist.sys.usb.config=mass_storage,adb
* Copy Settings*.apk, Settings*.odex, SystemUI.*, *IME*, HTML* from an Energy Sistem Pro HD Image's /system/app/ to yours
* Delete all fonts in /system/fonts/ and copy contents from Pro HD (Hyphenations)
* Same with dictionaries
* Install favourite launcher, RkApkinstaller and Button Savior, optional market, browser
* Factory reset
* Install reader app, filemanager, feedreader,... of choice

more or less...
Click image for larger version

Name:	IMG_20160710_204415.jpg
Views:	923
Size:	65.2 KB
ID:	150123
Mine's in German language now.


I bought it for the hardware specs, 146 €. It feels solid, have no long-time experience yet.

Last edited by plus; 07-10-2016 at 02:53 PM. Reason: added screenshot
plus is offline   Reply With Quote