Related
Try some cool colorful boot logos. Images cropped to 540x960px. Highlights - NVIDIA logo, Flash Player logo, CM7, Google, HD video, Linux, Navigator, Motorola
Enjoy the X'mas Release
Instructions:
1. Download the attached *.zip files
2. Extract and find the *.bin files
3. Use fastboot to flash the boot logo to your device
-- Reboot device to fastboot
-- Open Command Prompt and type
fastboot flash logo *.bin
fastboot reboot
or Make a CWM Recovery zip and flash it.
Special thanks to thewarhawk, NFHimself, Ka4yan and Devbro. you guys made it a hell lot easier! Does anyone know how to remove the text "unlocked" from the boot screen??
Standard Disclaimer: Don't telegraph me if your device is bricked!
thx .i gonna try it
thanks more to come!!!
Not to be a stickler, but shouldn't the fastboot command be "fastboot flash boot <filename>.bin" ?
I might be wrong but I thought fastboot commands run on the structure of
fastboot flash <partition> [ <filename> ]
Again, correct me if I'm wrong, I just don't want anyone to be confused (as I am obviously )
EDIT: Nevermind, is "logo" the partition? If it is, my bad.
well...we are not dealing with boot image, but just boot logo ! you are right if we are flashing a new boot image to our device, might be like this
fastboot flash boot boot.img
and recovery, fastboot flash recovery recovery.img
it clearly specifies the partition! but here we flash the logo, boot logo! correct me if im wrong!
edit: yea yea sounds like partition!! though its just logo
Well, it seems no one is having any issues so more than likely you are right.
I'm definitely no expert.
njarun said:
well...we are not dealing with boot image, but just boot logo ! you are right if we are flashing a new boot image to our device, might be like this
fastboot flash boot boot.img
and recovery, fastboot flash recovery recovery.img
it clearly specifies the partition! but here we flash the logo, boot logo! correct me if im wrong!
edit: yea yea sounds like partition!! though its just logo
Click to expand...
Click to collapse
live4nyy said:
Well, it seems no one is having any issues so more than likely you are right.
I'm definitely no expert.
Click to expand...
Click to collapse
Hi,
I am having really bad issues with my Alcatel One Touch Idol S OT-6034R and need to reflash it back to stock. On Sammy phones their is an option as everyone probably knows of emergency firmware recovery. Not so with Alcatel. i tried their "One touch upgrade" software but it says it is already the latest version, which yeah I know it is but I want to reflash it. I tried calling Alcatel and they said it must be sent off. Really? For something I could fix myself if only they just provided the stuff to do it. If anyone has any ideas where I could get the stock zip file that I can flash with stock recovery or other files I could grab to force the flash then please help with anything you may have.
Many thanks, I know never to buy Alcatel again but until I can afford another phone I am stuck with this one.
I have the same issue, I swapped the settings.apk and settingprovidor.apk from the wrong custpack and not its stuck in a boot loop.
I have the original files but can't add them back to the phone
anybody?
tomolewis said:
I have the same issue, I swapped the settings.apk and settingprovidor.apk from the wrong custpack and not its stuck in a boot loop.
I have the original files but can't add them back to the phone
anybody?
Click to expand...
Click to collapse
Can you not ADB PUSH them back to the phone with it in recovery mode? might fix your issue possibly.
chronic8000 said:
Can you not ADB PUSH them back to the phone with it in recovery mode? might fix your issue possibly.
Click to expand...
Click to collapse
look this
http://www.forum-generationmobiles.net/f447-one-touch-idol-s
Any news on this?
Hello, I'm in the same position with 6034R - need to reflash but the application says I'm already on the latest version. Did anybody found a solution on this?
chronic8000 said:
Hi,
I am having really bad issues with my Alcatel One Touch Idol S OT-6034R and need to reflash it back to stock. On Sammy phones their is an option as everyone probably knows of emergency firmware recovery. Not so with Alcatel. i tried their "One touch upgrade" software but it says it is already the latest version, which yeah I know it is but I want to reflash it. I tried calling Alcatel and they said it must be sent off. Really? For something I could fix myself if only they just provided the stuff to do it. If anyone has any ideas where I could get the stock zip file that I can flash with stock recovery or other files I could grab to force the flash then please help with anything you may have.
Many thanks, I know never to buy Alcatel again but until I can afford another phone I am stuck with this one.
Click to expand...
Click to collapse
reflash
pmarkov said:
Hello, I'm in the same position with 6034R - need to reflash but the application says I'm already on the latest version. Did anybody found a solution on this?
Click to expand...
Click to collapse
This worked for me:
system.img - mega.co.nz/#!HBIF3KzY!R6roKuvEeVYCcPFphY0fPi7FoMll0WqRaCZQLoroP_w
custpack.img - mediafire.com/download/hccfk2bqq81m3oi/custpack_modifier.img
recovery.img - mediafire.com/download/vdl78u0fhov6xhl/idolscwm6.0.3.7.img
boot.img - shared.com/vkk89d3d6b?s=l
reflash:
adb reboot bootloader
fastboot -i 0x1bbb erase boot.img
fastboot -i 0x1bbb erase recovery.img
fastboot -i 0x1bbb erase system.img
fastboot -i 0x1bbb erase custpack.img
fastboot -i 0x1bbb flash boot boot.img
fastboot -i 0x1bbb flash recovery recovery.img
fastboot -i 0x1bbb flash system system.img
fastboot -i 0x1bbb flash custpack custpack.img
fastboot -i 0x1bbb reboot
Links and commands from: forum-generationmobiles.net/t74868-tuto-transformer-ultym4-en-idol-s
and big thanks for dams161 :good:
gabcs said:
This worked for me:
system.img - mega.co.nz/#!HBIF3KzY!R6roKuvEeVYCcPFphY0fPi7FoMll0WqRaCZQLoroP_w
custpack.img - mediafire.com/download/hccfk2bqq81m3oi/custpack_modifier.img
recovery.img - mediafire.com/download/vdl78u0fhov6xhl/idolscwm6.0.3.7.img
boot.img - shared.com/vkk89d3d6b?s=l
reflash:
adb reboot bootloader
fastboot -i 0x1bbb erase boot.img
fastboot -i 0x1bbb erase recovery.img
fastboot -i 0x1bbb erase system.img
fastboot -i 0x1bbb erase custpack.img
fastboot -i 0x1bbb flash boot boot.img
fastboot -i 0x1bbb flash recovery recovery.img
fastboot -i 0x1bbb flash system system.img
fastboot -i 0x1bbb flash custpack custpack.img
fastboot -i 0x1bbb reboot
Links and commands from: forum-generationmobiles.net/t74868-tuto-transformer-ultym4-en-idol-s
and big thanks for dams161 :good:
Click to expand...
Click to collapse
Hi, everyone!
I have the same problem. Everything worked fine untill I changed some values in build.prop. Since then the phone freezes on operator logo when I try to boot.
I can boot to CWM and restore previously made backup, but no results, can't boot to system.
When I try with ADB; "fastboot -i 0x1bbb erase boot.img" it tells me that partition table is missing..... Is it possible to restore partition table informations? Any further thoughts?
Root Alcatel
Hello everyone, Esque quelqun could tell me when will esqu'on rooter The alcatel one touch idol 2 mini S android 4.3 please
zlamar said:
Hi, everyone!
I have the same problem. Everything worked fine untill I changed some values in build.prop. Since then the phone freezes on operator logo when I try to boot.
I can boot to CWM and restore previously made backup, but no results, can't boot to system.
When I try with ADB; "fastboot -i 0x1bbb erase boot.img" it tells me that partition table is missing..... Is it possible to restore partition table informations? Any further thoughts?
Click to expand...
Click to collapse
Leave the erase command, just boot into cwm, format the system, custpack, reboot to bootloader and flash the files Will working too
The custpack file seems to be wrong. I've managed to flash the files but this version of custpack leads to bootloop. I found another version custpack on the french forum and with it booted successfully but... NO WIFI, NO GSM. And the "Baseband version" is Unknown.
gabcs said:
Leave the erase command, just boot into cwm, format the system, custpack, reboot to bootloader and flash the files Will working too
Click to expand...
Click to collapse
pmarkov said:
The custpack file seems to be wrong. I've managed to flash the files but this version of custpack leads to bootloop. I found another version custpack on the french forum and with it booted successfully but... NO WIFI, NO GSM. And the "Baseband version" is Unknown.
Click to expand...
Click to collapse
Try this: shared.com/7dwx96a1yy?s=l
This is from the french forum - I already tried exactly this image with no success.
gabcs said:
Try this: shared.com/7dwx96a1yy?s=l
Click to expand...
Click to collapse
pmarkov said:
This is from the french forum - I already tried exactly this image with no success.
Click to expand...
Click to collapse
your phone is 6034 or 6035? i tried on 2 phones (6034r) and the custpack is work. one of these roms maybe help...this is my last idea
mediafire.com/folder/628vrfsah9mbs/recovery#44uztz6cagnl7
gabcs said:
one of these roms maybe help...this is my last idea
mediafire.com/folder/628vrfsah9mbs/recovery#44uztz6cagnl7
Click to expand...
Click to collapse
Can you please explain us more about this last resource?
In folder BS472 there are 3 files... isn't "custpack.img" to small? And should we rename "boot-bs472.img" and "recovery_bs472.img" to "boot.img" and "recovery.img" before flashing?
And about two ROMs; first is just 70 Mb in size and the other is 233 Mb? Are they both working as standalone ROMs or something else? Should we flash it with CWM?
Maybe flashing ROM will resolve all problems?
What about other folders and files within?
Sorry for lot of questions, but this phone is a frustrating experience for me...
zlamar said:
Can you please explain us more about this last resource?
In folder BS472 there are 3 files... isn't "custpack.img" to small? And should we rename "boot-bs472.img" and "recovery_bs472.img" to "boot.img" and "recovery.img" before flashing?
And about two ROMs; first is just 70 Mb in size and the other is 233 Mb? Are they both working as standalone ROMs or something else? Should we flash it with CWM?
Maybe flashing ROM will resolve all problems?
What about other folders and files within?
Sorry for lot of questions, but this phone is a frustrating experience for me...
Click to expand...
Click to collapse
Sorry, but my english is bad. But yeah, i know, i spent 3 days (0-24) to fix this phone. For me the reflash custpack, boot and system img worked from my first post. From mediafire folder need just the 2 roms. the first 70mb is only the system. The orange rom i think the full rom. Yes, every two are cwm flashable. Try to flash the img-s in bootloader mode after flash the 70mb rom with cwm. If dont work make a factory reset with cwm and flash the 233mb orange rom. This phone's software like a nightmare. No source code, everything is different like in other phones and nobody knows the different between the 6034 and 6035. I better like my OT-991 with MTK soc...
@gabcs
Unfortunatelly, after no success in searching for solution (couldn't find the ROM), two weeks ago, I gave up and sent my phone to service center and I hope that they will resolve the problem. Big and frustrating issue was that I couldn't get to bootloader any more, so the phone couldn't recieve adb commands, only thing that worked was CWM...
Service center will resolve that for 20 euros, and I will resolve my nerves
Anyway, thank you for your time and your help.
@zlamar,
what happened with your phone? Did you managed to have it repaired/restored? My phone is still bricked and It seems the problem is to find the appropriate custpack image as the french versions don't work for other countries.
Still nothing.... Service center where I gave it for repair isn't authorised and they didn't resolve the issue.
Does anybody have a full CWM backup image, and is willing to share it and upload it somewhere?
It has nothing to do with authorization, they just don't have alcatel service access.
There is special alcatel service flasher, that works online, and is intended for Qualcomm platform.
I played with it, and re-flashed my 6016x (MSM8210 - Qualcomm Snapdragon 200).
If you were somewhere closer, I would repair it for 20€ very fast and effiecent
@pmarkov ... I have original files but they are useless, because no any flasher to use them.
b.r.
ALex
Hi Alex,
Thanks for the clarification. Obviously this magic flashing tool is only internaly available for authorized service providers. Today I contacted the official local partner of Alcatel and they were positive they can handle the reflashing for approx. 20 EUR. Let's hope they really will fix it.
BR
Hi,
I was flashing the CWM recovery from a link given in this forum on my lenovo a6000 with the command
fastboot boot recovery.img
it gave me an error
downloading 'recovery.img'...
OKAY [ 0.301s]
booting...
FAILED (remote: dtb not found)
finished. total time: 0.316s
Then i searched on internet and found another command to do the same and that was
fastboot flash recovery recovery.img
It did write the flash image to the phone. But since then the phone is not booting. It's stuck on the screen "Lenovo Powered by android" cannot attach image because this is my first post. I left the phone for an hour but it's stuck on the boot logo screen.
Then i downloaded twrp recovery and issues this command
fastboot boot recovery.img
It rebooted and went into the twrp recovery menu. I had already downloaded stock rom earlier as a flashable zip file. So i copied the flashable zip to the external sd card using adb push, i then navigated to this zip file form twrp recovery and started the flash process. Evrything completed successfully. I then cleared the cache/dalvik cache and rebooted the phone but it's still stuck on the boot logo screen.
Please help if anyone has encountered similar issue.
I tried various unbrick solutions on google none of them are definitive.
Me too please help us
I fixed my phone
Just fastboot stock lenovo a6000 recovery
http://www.mediafire.com/download/gcg2klu8fwam2sk/Recovery.img
Factory rest and wipe cache partition
And then install stock rom via stock recovery
If you want twrp after fixing your phone fastboot this one
https://www.mediafire.com/?7d6aoevnk52cg5i
Let me know if your phone fixed
Thanks
Ahemed
Actually I also lost my stock recovery .
Sent from my Lenovo A6000 using XDA Free mobile app
Ahmad Tawfik said:
I fixed my phone
Just fastboot stock lenovo a6000 recovery
----
Factory rest and wipe cache partition
And then install stock rom via stock recovery
If you want twrp after fixing your phone fastboot this one
----
Let me know if your phone fixed
Click to expand...
Click to collapse
There are so many stock rom's floating around, could you please post the link you used? i have downloaded around 10gb's of different rom's to no use
Amit78
Any KitKat based rom support on lolipop or not plz tell I don't have any idea
Sent from my Lenovo A6000 using XDA Free mobile app
dexteramit78 said:
There are so many stock rom's floating around, could you please post the link you used? i have downloaded around 10gb's of different rom's to no use
Click to expand...
Click to collapse
OK the link is
https://drive.google.com/file/d/0B12gi3iVCaqaX0JtOWhLSWFhYk0
Ahmad Tawfik said:
OK the link is
thanks for your help i am now able to boot,,oh god wasted 2 days on it. Request admins to make the title as resolved.
Click to expand...
Click to collapse
dexteramit78 said:
Ahmad Tawfik said:
OK the link is
thanks for your help i am now able to boot,,oh god wasted 2 days on it. Request admins to make the title as resolved.
Click to expand...
Click to collapse
I am happy to hear that ?
Click to expand...
Click to collapse
السلام عليكم
Ahmad Tawfik said:
dexteramit78 said:
I am happy to hear that
Click to expand...
Click to collapse
استاذ احمد كان عندى نفس المشكلة بس اتحلت بالريكفرى اللى انت نزلته المشكلة دلوقتى انى بحاول انزل سوفت الكيت كات بدل اللولى بوب مش نافع
ممكن لو عندك شرح للطريقة تنزلها
شكرا لك
Click to expand...
Click to collapse
hishamnour said:
Ahmad Tawfik said:
استاذ احمد كان عندى نفس المشكلة بس اتحلت بالريكفرى اللى انت نزلته المشكلة دلوقتى انى بحاول انزل سوفت الكيت كات بدل اللولى بوب مش نافع
ممكن لو عندك شرح للطريقة تنزلها
شكرا لك
Click to expand...
Click to collapse
اتبع الطريقة دي
http://forum.xda-developers.com/showthread.php?t=3201282
Click to expand...
Click to collapse
Ahmad Tawfik said:
hishamnour said:
اتبع الطريقة دي
http://forum.xda-developers.com/showthread.php?t=3201282
Click to expand...
Click to collapse
ألف شكر لك
الحمد لله نفعت الطريقة وقدرت ارجع السوفت القديم تانى
اشكرك
Click to expand...
Click to collapse
العفو
Flash the rom file by flashtool
Dexteramit I would like to tell you about some fastboot commands
Fastboot boot recovery.img
By using this command the recovery.img is copied into temp memory and the phone gets booted up to the respective recovery. This won't permanently flash the recovery.
Fastboot flash recovery recovery.img
By using this command the recovery.img is flashed onto the recovery sector of the phone. This will permanently flash the recovery.
Ahmad Tawfik said:
I fixed my phone
Just fastboot stock lenovo a6000 recovery
http://www.mediafire.com/download/gcg2klu8fwam2sk/Recovery.img
Factory rest and wipe cache partition
And then install stock rom via stock recovery
If you want twrp after fixing your phone fastboot this one
https://www.mediafire.com/?7d6aoevnk52cg5i
Let me know if your phone fixed
Click to expand...
Click to collapse
Man I have successfully completed to flash the recovery then I had given the command to reboot the cell but still I'm stuck at boot logo , may I know how u have done the whole process
vai8080 said:
Man I have successfully completed to flash the recovery then I had given the command to reboot the cell but still I'm stuck at boot logo , may I know how u have done the whole process
Click to expand...
Click to collapse
Use (fastboot boot recovery.img) as you flash it
You can't reboot into recovery from fastboot
Ahmad Tawfik said:
Use (fastboot boot recovery.img) as you flash it
You can't reboot into recovery from fastboot
Click to expand...
Click to collapse
Man do u know how to flash the stock ROM by adb
vai8080 said:
Man do u know how to flash the stock ROM by adb
Click to expand...
Click to collapse
Open adb then write these commands:
adb reboot bootloader
Then you will find the phone reboot and fastboot word is written down
Or you can boot to bootloader directly by long press power +volume down button for10 to 15 sec and your phone will boot into fastboot (even if it is stuck at logo)
Write:
fastboot flash recovery recovery.img
Click enter
Fastboot boot recovery.img
To flash stock rom place the stock rom in your external SD open recovery then wipe cache and factory reset then apply update from Sd card (select stock rom)
Sent from my GT-I9300I using Tapatalk
Ahmad Tawfik said:
Open adb then write these commands:
adb reboot bootloader
Then you will find the phone reboot and fastboot word is written down
Or you can boot to bootloader directly by long press power +volume down button for10 to 15 sec and your phone will boot into fastboot (even if it is stuck at logo)
Write:
fastboot flash recovery recovery.img
Click enter
Fastboot boot recovery.img
Sent from my GT-I9300I using Tapatalk
Click to expand...
Click to collapse
Thanks Ahmad
So I bricked my device and fixed it through fast boot. The phone works. I'm on the stock rom. But when I go to flash it gets replaced by the stock recovery. Ive tried about everything help would be great!
Samething happend to me... cannot flash twrp because when i restart phone after flashing twrp, it gets replaced by stock recovery.
What i do now is to boot to twrp instead of flashing using this command:
Code:
fastboot boot twrp-3.0.0-0-kiwi.img
Hopefully there is a solution for this flashing problem.
FREAK0N said:
Samething happend to me... cannot flash twrp because when i restart phone after flashing twrp, it gets replaced by stock recovery.
What i do now is to boot to twrp instead of flashing using this command:
Code:
fastboot boot twrp-3.0.0-0-kiwi.img
Hopefully there is a solution for this flashing problem.
Click to expand...
Click to collapse
already answered here >> http://forum.xda-developers.com/showpost.php?p=67127235&postcount=3
FREAK0N said:
Samething happend to me... cannot flash twrp because when i restart phone after flashing twrp, it gets replaced by stock recovery.
What i do now is to boot to twrp instead of flashing using this command:
Code:
fastboot boot twrp-3.0.0-0-kiwi.img
Hopefully there is a solution for this flashing problem.
Click to expand...
Click to collapse
HTML:
fastboot flash recovery twrp-osprey-3.0.0-r2.img
Do you see the difference
Command write failed (Too many links) is the problem now!
Also data transfer error :*
Help!
RootMega said:
Help!
Click to expand...
Click to collapse
explain what you tried
did you boot twrp and install / image / TWRP.img ?
I replied back to you on the other thread! Sorry about 2 threads
On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable OEM unlocking.
unlock bootloader and flash twrp
Code:
fastboot oem nubia_unlock NUBIA_NX609J
Code:
fastboot flash recovery recovery.img
download
https://drive.google.com/open?id=1VzUS999ZS_yc6GtcKngA6GrlTpOZp2P5
Sources
https://github.com/youyim123/android_device_nubia_nx609j
Came up in Chinese, but everything is working after changing the language setting over. Thanks.
Hi friends, if I would like return to Stock Recovery, ¿Where I find stock recovery and How flash?
Thanks for this work
Hi, someone can help me? Thnaks
sakilxda said:
Hi, someone can help me? Thnaks
Click to expand...
Click to collapse
Finally I resolved this problem. I found other Recovery.img working
sakilxda said:
Hi friends, if I would like return to Stock Recovery, ¿Where I find stock recovery and How flash?
Thanks for this work
Click to expand...
Click to collapse
Ok, I´m resolved this.
If you need install Stock Recovery you need download a Oficial Stock firmware "Zip" and extract the Stock recovery to the this "Zip" file, and you repeat this metod with Stock Recovery
Am I the only one having problems with fastboot on Windows 10?
sakilxda said:
Hi, someone can help me? Thnaks
Click to expand...
Click to collapse
bro i need fastboot drivers please
in mi system dont hace driver and y my devices onlye hace android =( help me me has win10
Sorry, long time ago tha I haven´t visited XDA.
I have used the drivers of video´s link but i had to test many drivers. It was very dificult for my too.
Actually I don´t know wich was the drives that i used, sorry.
if you have once used some fastboot drivers for some device on windows 10, chances are most probably you will have issues with detecting other devices in fastboot mode . Either boot with linux or reinstall windows 10 is the only solution imho
sakilxda said:
Finally I resolved this problem. I found other Recovery.img working
Click to expand...
Click to collapse
Please provide this working twrp which solved this problem..as i am also facing the same issue
munmun said:
Please provide this working twrp which solved this problem..as i am also facing the same issue
Click to expand...
Click to collapse
Hello, have you visited my video link? There, there is different links in the description that you can find the recovery I used. It's long time ago and maybe is actualliced now.
sakilxda said:
Hello, have you visited my video link? There, there is different links in the description that you can find the recovery I used. It's long time ago and maybe is actualliced now.
Click to expand...
Click to collapse
When i try to reboot in twrp it boots into recovery for 2-3 sec and then again reboots to system
munmun said:
When i try to reboot in twrp it boots into recovery for 2-3 sec and then again reboots to system
Click to expand...
Click to collapse
Maybe your Recovery isn't good.
Try flash one more time or another recovery
Same issue I m face. When I flash twrp then go to recovery mode. Then they off and start with stock revery. And mobile repat lock bootloader
---------- Post added at 05:03 PM ---------- Previous post was at 05:01 PM ----------
I m try all official twrp. But face same issue
sakilxda said:
Maybe your Recovery isn't good.
Try flash one more time or another recovery
Click to expand...
Click to collapse
I have tried multiple..but unable to boot into recovery...it would be very helpful of you if you could provide that recovery that worked on your phone.
As i am also unable to boot into recovery with command "fastboot boot recovery.img"
munmun said:
I have tried multiple..but unable to boot into recovery...it would be very helpful of you if you could provide that recovery that worked on your phone.
As i am also unable to boot into recovery with command "fastboot boot recovery.img"
Click to expand...
Click to collapse
Sorry but this was long ago and I can't remember.
munmun said:
I have tried multiple..but unable to boot into recovery...it would be very helpful of you if you could provide that recovery that worked on your phone.
As i am also unable to boot into recovery with command "fastboot boot recovery.img"
Click to expand...
Click to collapse
Try this one: http://www.mediafire.com/file/45qwt6i4ccdnjd0/recovery.img/file
you need first to unlock bootloader (you need to be in bootmode):
fastboot oem nubia_unlock NUBIA_NX609J
Just after that you can flash recovery.img:
fastboot flash recovery recovery.img
After this you can go back to recovery from boot menu navigating with up/down key and confirm with Power button!
:fingers-crossed:
ABM30 said:
Try this one: http://www.mediafire.com/file/45qwt6i4ccdnjd0/recovery.img/file
you need first to unlock bootloader (you need to be in bootmode):
fastboot oem nubia_unlock NUBIA_NX609J
Just after that you can flash recovery.img:
fastboot flash recovery recovery.img
After this you can go back to recovery from boot menu navigating with up/down key and confirm with Power button!
:fingers-crossed:
Click to expand...
Click to collapse
I have tried this as well but twrp boots up for a 2-3 sec & then phobe reboots to system again..
With fastboot boot recovery.img, same results are seen
munmun said:
I have tried this as well but twrp boots up for a 2-3 sec & then phobe reboots to system again..
With fastboot boot recovery.img, same results are seen
Click to expand...
Click to collapse
which ROM do you have installed?
There is a chance to need to flash an original recovery (you can find it in original 8.1 ROM from Nubia), than boot in recovery and erase cache and data (IT WILL ERASE ALSO INTERNAL MEMORY!...SO BACK UP) and than unlcok bootloader, flash TWRP, flash ROM, flash bluespark boot.img