Added spec sheet
[GitHub/mt8127/device_Mattel_NabiSE.git] / README.md
1 # device_Mattel_NabiSE
2
3 Basic | Spec Sheet
4 -------:|:-------------------------
5 CPU | 1.3GHz Quad-Core MT8127
6 GPU | Mali-450MP
7 Memory | 1GB RAM
8 Shipped Android Version | 6.0
9 Storage | 16GB
10 Display | 7" 1024 x 600 px
11 Camera | 2MPx rear, 0.3MPx front
12
13 Device tree for the Nabi SE tablet (and related variants e.g. American Girl, Barbie and Hot Wheels; the Fisher-Price Learning Tablet runs off an MT8163 SoC and is somewhat unrelated; shouldn't be hard to port it though but I don't have that one atm).
14
15 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
16
17 Go to your source folder, e.g. `/home/[username]/omni`, then `/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`.
18
19 If all goes well, you should end up with a freshly-cooked recovery.img in `/out/product/Mattel/NabiSE`. You may now flash it to your device using SP Flash Tool v5.1532 or through fastboot. I dunno if it's necessary to unlock the bootloader but it shouldn't hurt to try.
20
21 ## Issues/Caveats
22 * TWRP insists on a portrait orientation. Not sure how to make it landscape as using a landscape theme merely slaps said theme without rotating the screen. Oh well.
23 * 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. :/
24
25 ## Todo
26 * Versions for other variants i.e. the aforementioned licenced character releases.
27 * And whilst I'm at it, themes to go with each character. Sure is surreal to see a Barbie-themed TWRP, eh? :P
28
29 ## Downloads
30 You may download the initial recovery releases for the vanilla SE here: https://github.com/huckleberrypie/device_Mattel_NabiSE/releases
31
32 ## Special thanks
33 Major props to neporood for the friendship and advice, Kevin Giles who generously donated a bunch of SEs and volunteered to mess them up for science, diplomatic@XDA for being the ultimate MTK fanboi and schooling yours truly about the inner workings of MediaTek devices, my pals at the American Girl collectors groups (Molly, Shannon, Amy...), and to everyone else worth thanking. ;)