Attention: This is a post aimed for Developers only! Check the How-To instead!
Welcome to this progress Thread.
In this thread im going to collect links, thinks I have done at my own and other stuff related to making the Nubia X more useful outside china.
CHECKPOINTS:
LINKS:
TWRP for a new device: forum.xda-developers.com/showthread.php?p=32965365#post32965365 (because nubia x is not officially supported yet, but im working on it).
ROOT Nubia X: bbs.nubia.cn/thread-1396991-1-1.html (The toolkit, as messed up as it looks, works just fine. Close the first window and click root while having an OEM unlocked phone).
ORIGINAL ROM (will upload it on mega because the chinese provider is absolut unusable) <- edit later :good:
What I've done so far is successfully rooting the phone (using the toolkit above), unlocking the bootloader (i guess) with
where NUBIA_NX616J is the pass.
After running this command you will get the following output:
And after this, you can simply flash using
.
Im currently checking the specs for the device so I can compile a TWRP for it.
Also, you can't flash Gapps right now because TWRP is unavailable as long as I / or someone else don't create a device tree for this phone.
But you can install all GApps apk's (most importantly the Google Service Framework (GSM) apk). After that, just convert the apps
to system apps using Link2SD App. (Search App -> Options -> Convert to System App (or: Include Update to System....).
Actually, I guess I finished the device tree.
Check this one out:
https://mega.nz/#!HiZQkApR!473uATQeZp224i_aka84bYszYlPnlsyo0dDaJp32NZo
If this is the right one, we could successfully compile TWRP for this device! :fingers-crossed:
Alright, I need to change stuff but here's what I have right now:
The phone is a bit tricky when it comes to partitions.
But I've managed to get all the required stuff ready to set up TWRP.
Maybe I'll try the compiled version on my own or I'll force br_other to test it out >
!
Well check back here later, for updates.
LAST CHECKPOINT: 13.12.2018.
Welcome to this progress Thread.
In this thread im going to collect links, thinks I have done at my own and other stuff related to making the Nubia X more useful outside china.
CHECKPOINTS:
- ROOT ✓
- UNLOCK BOOTLOADER ✓
- FLASH Original Recovery ✓
- GENERATE Tree
- COMPILE TWRP for Nubia X NX616J
- FLASH TWRP X
- FLASH GApps X/✓ (partial working)
LINKS:
TWRP for a new device: forum.xda-developers.com/showthread.php?p=32965365#post32965365 (because nubia x is not officially supported yet, but im working on it).
ROOT Nubia X: bbs.nubia.cn/thread-1396991-1-1.html (The toolkit, as messed up as it looks, works just fine. Close the first window and click root while having an OEM unlocked phone).
ORIGINAL ROM (will upload it on mega because the chinese provider is absolut unusable) <- edit later :good:
What I've done so far is successfully rooting the phone (using the toolkit above), unlocking the bootloader (i guess) with
Code:
fastboot oem nubia_unlock NUBIA_NX616J
After running this command you will get the following output:
Code:
(bootloader) START update nubia fastboot unlock flag!!!
(bootloader) set state to 1 ok!!!
OKAY [ 0.009s]
Finished. Total time: 0.010s
And after this, you can simply flash using
Code:
fastboot flash <partition> <filename>.img
Im currently checking the specs for the device so I can compile a TWRP for it.
Also, you can't flash Gapps right now because TWRP is unavailable as long as I / or someone else don't create a device tree for this phone.
But you can install all GApps apk's (most importantly the Google Service Framework (GSM) apk). After that, just convert the apps
to system apps using Link2SD App. (Search App -> Options -> Convert to System App (or: Include Update to System....).
Actually, I guess I finished the device tree.
Check this one out:
https://mega.nz/#!HiZQkApR!473uATQeZp224i_aka84bYszYlPnlsyo0dDaJp32NZo
If this is the right one, we could successfully compile TWRP for this device! :fingers-crossed:
Alright, I need to change stuff but here's what I have right now:
The phone is a bit tricky when it comes to partitions.
But I've managed to get all the required stuff ready to set up TWRP.
Maybe I'll try the compiled version on my own or I'll force br_other to test it out >
Well check back here later, for updates.
LAST CHECKPOINT: 13.12.2018.
Last edited: