PDA

View Full Version : installer wont work nexus 5x



rek2wilds
2016-07-04, 07:22
[RESOLVED] latest version of TWRP is not working right... got the one before and was able to install it.


follow instructions from github to compile special image for nexus 5x
with options:

python2 build.py --device bullhead --marshmallow --generic ARCH

then I copy it to the nethunter folder on the linux install

mv update-nethunter-bullhead-marshmallow-20160704_001240.zip ../../nethunter-LRT/kaliNethunter/

I run like the website did the unlock script then I flash I factory in..
then:


nethunter-LRT]$ ./twrpFlash.sh
NETHUNTER LINUX FLASH (TWRP, SuperSU and Kali Nethunter)\n
CHECKING PRE-REQUISITES\n
Checking if adb is installed
adb FOUND
Checking if adb is installed DONE\n
Checking if fastboot is installed
fastboot FOUND
Checking if fastboot is installed DONE\n
Adb connection check
ADB device detected.
Adb connection check DONE\n
Checking TWRP image existence
Dir twrpImage/ has files
Checking TWRP image existence DONE\n
Checking SuperSu existence
Dir superSu/ has files
Checking SuperSu existence DONE\n
Checking Kali Nethunter zip existence
Dir kaliNethunter/ has files
Checking Kali Nethunter zip existence DONE\n
CHECKING PRE-REQUISITES DONE\n
Sending Kali Nethunter zip to the device
Transferring: 72284843/72284843 (100%)
3902 KB/s (72284843 bytes in 18.089s)
Sending Kali Nethunter zip to the device DONE\n
Sending SuperSu zip to the device
Transferring: 4288330/4288330 (100%)
4723 KB/s (4288330 bytes in 0.886s)
Sending SuperSu zip to the device DONE\n
Rebooting into bootloader
Rebooting into bootloader DONE\n
Flashing TWRP image
target reported max download size of 536870912 bytes
sending 'recovery' (5 KB)...
OKAY [ 0.089s]
writing 'recovery'...
FAILED (remote: image is not a boot image)
finished. total time: 0.100s
Flashing TWRP image DONE\n
Booting into TWRP (20 secs dont worry)
creating boot image...
creating boot image - 8192 bytes
downloading 'boot.img'...
OKAY [ 0.078s]
booting...
FAILED (remote: dtb not found)
finished. total time: 0.099s
Booting into TWRP DONE\n
Installing SuperSU
error: device '(null)' not found
Installing SuperSU DONE!\n
Installing Kali Linux Nethunter
error: device '(null)' not found
Installing Kali Linux Nethunter DONE!
Rebooting into Kali Linux Nethunter
error: device '(null)' not found
Everything is installed. Phone should be booting up! Enjoy\n



bunch of errors and nothing gets installed.. :(

bossonaro
2016-08-21, 18:51
Try:


./build.py -d bullhead -m -f -fs full

It build a full image.

Good luck