Updated issues.
[GitHub/mt8127/device_Mattel_NabiSE.git] / README.md
1 # android_device_Mattel_NabiSE
2
3 Unofficial port of TWRP for the Nabi SE tablet (and related variants e.g. American Girl, Barbie and Hot Wheels; the Fisher-Price Learning Tablet runs off a different MTK SoC and is somewhat unrelated).
4
5 To build from source, clone this repo or download this branch as a ZIP, then follow the TWRP guide at http://forum.xda-developers.com/showthread.php?t=1943625
6
7 Copy the contents of this repo in `/omni/device/Mattel/NabiSE`, key in `source ./build/envsetup.sh`, then `lunch omni_nabiSE-eng` then `make clean && make -j# recoveryimage`, replacing `-j#` with either `j3` or `j5` depending on your processor. On a dual core, you should use `j3`.
8
9 If all goes well, you should end up with a freshly-cooked recovery.img in `/out/product/Mattel/NabiSE`.
10
11 ## Issues/Caveats
12 * Screen orientation is in portrait, yet the touchscreen insists otherwise for whatever reason. Any suggestions on getting this sorted out would be highly appreciated.
13 * Encryption is enabled by default on this tablet, and as such you may have to wipe data due to password issues. Looking into forcibly disabling it through Magisk or something. :/
14
15 ## Downloads
16 There aren't any public releases atm due to the aforementioned issues. But yeah this repo's too good to pass up in case I need to send the sources for others to peek into and improve upon.