teclast t20 dead after flashing twrp custom recovery - Android Q&A, Help & Troubleshooting

i downloaded the custom recovery for t20 (TWRP-3.2.3-TwrpBuilder-t20-2019-01-18_20-02) from gethub "i cant attach the link because of the forums rules"
then flashed it using fastboot , but then the tablet didn't boot into normal mode but i was getting the boot mode selection when i hold the (power + volume up) which gave me access to recovery mode and fastboot mode
the problem is that this custom recovery had issues with the touch screen and was basically not usable .
so i switched the phone into fastboot and i flashed the patched boot image that was working before but the tablet still didn't boot into normal mode , then i flashed the stock recovery image and now every thing gone .
the tablet has no options to boot into fastboot or recovery anymore.
basically the tablets boots and i get the teclast logo then the image of the broken android with a "no command" on screen and nothing else
i tried holding the volume up and plug in the usb-c cable but i got the same broken droid
holding volume up and power doesn't give the options for boot modes anymore
i would appreciate any help a this moment , thanks

hany20006 said:
i would appreciate any help a this moment , thanks
Click to expand...
Click to collapse
SP Flash tool should help you. Install stock firmware and everything should be restored, a device on MTK isn't so easy to kill. Just check the revision of your device (E1 or E2, on the back cover). I tried this TWRP and already spoke of that control it only with mouse (https://forum.xda-developers.com/showpost.php?p=78710093&postcount=5). I have my own version of the TWRP (3.2.2), there's also a problem with orientation of the screen. But PhilZ recovery works without problems, the management of keys.

ViAlexSt said:
SP Flash tool should help you. Install stock firmware and everything should be restored, a device on MTK isn't so easy to kill. Just check the revision of your device (E1 or E2, on the back cover). I tried this TWRP and already spoke of that control it only with mouse (https://forum.xda-developers.com/showpost.php?p=78710093&postcount=5). I have my own version of the TWRP (3.2.2), there's also a problem with orientation of the screen. But PhilZ recovery works without problems, the management of keys.
Click to expand...
Click to collapse
thanks for the reply my version is E2
i tried flashing the stock but i keep getting an error that the preloader file is not valid . can u upload yours so i can try with it

hany20006 said:
my version is E2
Click to expand...
Click to collapse
Here's firmware T20 (T2E2)-Android7.1.1_V1.02_8F48 specifically for revision E2: Chinese storage or my Y.Disk
If stock firmware doesn't help you, here's my read preload-partition, I have E2 (I hope you know how to restore it in SP Flash Tool using Write Memory option).
Partition address and size:
Code:
linear_start_addr: 0x0
physical_start_addr: 0x0
partition_size: 0x40000

ViAlexSt said:
Here's firmware T20 (T2E2)-Android7.1.1_V1.02_8F48 specifically for revision E2:
If stock firmware doesn't help you, here's my read preload-partition, I have E2 (I hope you know how to restore it in SP Flash Tool using Write Memory option).
Partition address and size:
Code:
linear_start_addr: 0x0
physical_start_addr: 0x0
partition_size: 0x40000
Click to expand...
Click to collapse
thank you very much for providing the y.disk link , i spent the whole yesterday searching for a way to download from baidu without luck.
i managed to flash the stock software (using format all +download) and it worked and now the tablet is up and running (unfortunately its chines ) i changed the language but there is bits here and there with chines still i cant complain.
there is no recovery image with this tablet , do u think i should flash the twrp recovery even if it has touch issues.
i cant thank u enough for your help
have a nice day

hany20006 said:
do u think i should flash the twrp recovery even if it has touch issues
Click to expand...
Click to collapse
See here: https://forum.xda-developers.com/showpost.php?p=78758523&postcount=7

ViAlexSt said:
See here: https://forum.xda-developers.com/showpost.php?p=78758523&postcount=7
Click to expand...
Click to collapse
yeah i just rooted the device and then flashed the recovery using the Mediatek (MTK) Auto TWRP recovery porter by Team Hovatek (TWRP 3.2.1-0)
the touch screen is till having issues , but i guess i have to use mouse as you said

Hey guys, have either of you had trouble using the flash tool to flash the patched boot image from Magisk? it will not flash no matter what I do. I just get a red bar .... THanks

Draiter said:
Hey guys, have either of you had trouble using the flash tool to flash the patched boot image from Magisk? it will not flash no matter what I do. I just get a red bar .... THanks
Click to expand...
Click to collapse
Those are the notes i made for my self regarding your issue:
at the end we may get an error when flashing the patched-boot.img using sp flash tool
so we need to use fastboot instead
first we need to install ADB and fastboot in the PC (follow link bellow):
https://www.howtogeek.com/239798/how-to-unlock-your-android-phones-bootloader-the-official-way/
then power off the device then (hold the volume up+ power ) to enter the BOOT mode (the usb must be disconnected)
then select the fastboot from the menu
then we can use the commands :
#fastboot flash boot c:/patched_boot.img --> make sure the image is in the C folder
if this failed we need to unlock the OEM
#fastboot oem unlock -- > then confirm from the tablet
then try again
#fastboot flash boot C:/patched_boot.img
and when its done we can issue the command for restarting tablet
#fastboot reboot

hany20006 said:
Those are the notes i made for my self regarding your issue:
at the end we may get an error when flashing the patched-boot.img using sp flash tool
so we need to use fastboot instead
first we need to install ADB and fastboot in the PC (follow link bellow):
https://www.howtogeek.com/239798/how-to-unlock-your-android-phones-bootloader-the-official-way/
then power off the device then (hold the volume up+ power ) to enter the BOOT mode (the usb must be disconnected)
then select the fastboot from the menu
then we can use the commands :
#fastboot flash boot c:/patched_boot.img --> make sure the image is in the C folder
if this failed we need to unlock the OEM
#fastboot oem unlock -- > then confirm from the tablet
then try again
#fastboot flash boot C:/patched_boot.img
and when its done we can issue the command for restarting tablet
#fastboot reboot
Click to expand...
Click to collapse
Hey thanks for the quick reply, I will give it a go
Sent from my SM-G935F using Tapatalk

Got the boot.img flashed and recovery flashed (Phil's), but cannot do a full backup in recovery, cannot Mount data.
Have you been able to do a full backup?
Sent from my SM-G935F using Tapatalk

Draiter said:
cannot Mount data
Click to expand...
Click to collapse
Standard phenomenon for Nougat/Oreo: to mount a partition /date, must first format it. With loss of user data!
Some TWRP editions don't require this, /data mounted.

Hello.
Thanks ViAlexSt for the help, but I´m still having problems with root
, I try with (MTK) Auto TWRP recovery porter and with MTK Auto Philz recovery porter, with success only with TWRP.
Wiith Philz only get into recovery, when go to the OS the screen freeze with Teclast Logo in red.
With TRWP have an error, not able to mound device.
Is no possible install zip or create a backup.
Any idea??
I have a T20 T2E1
Thanks

I format with SPFlashtool with format+flash option, but not work, no backup, no any wipe.
Still with message Unable to mount parition.
I will try with an older version OF TWRP.
Some screenshots.
Thanks
https://photos.app.goo.gl/qwmLqnhxVk8vRmWA8
https://photos.app.goo.gl/VP5vJCDC7HaDpgaB8

AWLanzarote said:
Still with message Unable to mount parition.
Click to expand...
Click to collapse
Did you manage to do it? It's necessary to format the partition from CWM/TWRP!
Do you need additional explanations?

ViAlexSt said:
Did you manage to do it? It's necessary to format the partition from CWM/TWRP!
Do you need additional explanations?
Click to expand...
Click to collapse
Thank you very much for yor reply.
Yes I try formating with twrp but the same problem, at the end I take the risk and use a downloanble image "TWRP-3.2.3-TwrpBuilder-t20-2019-01-18_20-02". The one generated with the porter doesn´t work for my Teclast T20 (T2E1).
With this one "TWRP-3.2.3-TwrpBuilder-t20-2019-01-18_20-02.img works at the first".
And after that I was able to install "Magisk-v18.0.zip" and "no-verity-opt-encrypt-6.0.zip".
And finally I get root access, but after a wile I see the propblem with the IMEI wich was Inavild, after try with many options like generate the file MP0B_001, use Uncletools, droid tools, and many other Apps.
Finally today... I found a solution in a Spanisf Forum Dual Sim, Thanks to user "pedrogem" the most easy way to set an IMEI.
https://play.google.com/store/apps/details?id=com.rungetel.ghostphone&showAllReviews=true
Many Thanks..

AWLanzarote said:
Thank you very much for yor reply.
Yes I try formating with twrp but the same problem, at the end I take the risk and use a downloanble image "TWRP-3.2.3-TwrpBuilder-t20-2019-01-18_20-02". The one generated with the porter doesn´t work for my Teclast T20 (T2E1).
With this one "TWRP-3.2.3-TwrpBuilder-t20-2019-01-18_20-02.img works at the first".
And after that I was able to install "Magisk-v18.0.zip" and "no-verity-opt-encrypt-6.0.zip".
And finally I get root access, but after a wile I see the propblem with the IMEI wich was Inavild, after try with many options like generate the file MP0B_001, use Uncletools, droid tools, and many other Apps.
Finally today... I found a solution in a Spanisf Forum Dual Sim, Thanks to user "pedrogem" the most easy way to set an IMEI.
https://play.google.com/store/apps/details?id=com.rungetel.ghostphone&showAllReviews=true
Many Thanks..
Click to expand...
Click to collapse
Are you able to make a T20 root step by step guide with all the necessary download's (patched boot.img included) ?
would be very appreciate.
regards

toxstoxs said:
Are you able to make a T20 root step by step guide with all the necessary download's (patched boot.img included) ?
would be very appreciate.
regards
Click to expand...
Click to collapse
Hi toxstoxs.
Is already done in this link with all the downloads https://romprovider.com/2019/01/teclast-t20-root-twrp/.
I follow these steps exept the use of adb. In stead, I used SP Flash Tool, the utility included in the the original ROM which you can download from the official Teclast website.
Be sure to make the backups mentioned in the procedure NVRAM and nandroid, in case you lose your IMEI you will need restore the NVRAM backup.
With SP flash tools, upload the recovry.img "the downloaded TWRP from the link above" and your boot.img "patched on your device with magisk manager from you original"
I use the boot image from the original rom downloaded from Teclast, which I flash previously.
Be sure to make the backups mentioned in the procedure NVRAM and nandroid, in case you lose your IMEI you will need restore the NVRAM backup.
Just take in mind... touch screeen is not working well in TWRP you should use a mouse, the touch screen is in portrait possition but wou will see the screen in landscape, I do it without a mouse but is not easy, if you can get a mouse will be bether.
Regards.

AWLanzarote said:
Hi toxstoxs.
Is already done in this link with all the downloads https://romprovider.com/2019/01/teclast-t20-root-twrp/.
I follow these steps exept the use of adb. In stead, I used SP Flash Tool, the utility included in the the original ROM which you can download from the official Teclast website.
Be sure to make the backups mentioned in the procedure NVRAM and nandroid, in case you lose your IMEI you will need restore the NVRAM backup.
With SP flash tools, upload the recovry.img "the downloaded TWRP from the link above" and your boot.img "patched on your device with magisk manager from you original"
I use the boot image from the original rom downloaded from Teclast, which I flash previously.
Be sure to make the backups mentioned in the procedure NVRAM and nandroid, in case you lose your IMEI you will need restore the NVRAM backup.
Just take in mind... touch screeen is not working well in TWRP you should use a mouse, the touch screen is in portrait possition but wou will see the screen in landscape, I do it without a mouse but is not easy, if you can get a mouse will be bether.
Regards.
Click to expand...
Click to collapse
I went troght that step by step guide but :
1) into Pre requirement steps, i made a NVRAM backup with SP Tool.
step 2 is not so interesting to me as the tablet is new so no personal data are saved.
point 3 : How suppose to make a nandroid backup if no TWRP is intalled???
then.. i suppose that it mean to INSTALL a TWRP and just after make a nandroid backup right?
but...
just after ulock the bootloader and reaching step by step the point 7 and 8 of the guide,
after the command "fastboot boot recovery.img" the device reboot and go in permanent loop.
No way to access the recovery.
is there something that i may check? just once i been able to enter the twrp and the main problem were the impossibilty to access and format the /data partition so, no factory reset were possible and obviously no bbot as well (permanent boot loop).

Im not use adb tools, im only use sp fash tool.
I do it like this.
1 flash the downloaded Rom from Teclast with SP flash tool, to get all fresh.
2 Enable usb debug and oem unlock
3 copy in your device the stock boot.img from the folder firmware from the zip downloaded from Teclast,
4 in your device install the app Majisk manager and use it to patch your original boot.img
5 copy into sd the files magisk.zip, No verity opt encrypt.zip,
6 with sp flash tool flash the patched boot.img and the downloaded TWRP-3.2.3-TwrpBuilder-2019-01-18_20-02"]twrp renamed to recovery.img ”this was the only one trwp which works on my T20”https://github.com/TwrpBuilderTests/android_device_teclast_t20/releases/tag/TWRP-3.2.3-TwrpBuilder-2019-01-18_20-02
7 reboot in recovery with TWRP and install magisk.zip and no verity opt encrypt.zip

Related

[GUIDE]How to install CyanogenMod based ROMs (D618)

Well with the fact that i just 'Beginner' in android -developer world i spent two days (read and search) to just know what the right steps to have unofficial rom . So this is not thread from professional it's just what i understand so far . (SORRY FOR BAD ENGLISH)
It's some simple Steps :
1) First you need to root your Device to have fully adminstrator . (This make you can execute terminal order from you and the apps)
2)After you get root install flash tool To do Setup 4 . (Rasher or Flashify)
3)You must UNlocked you bootloader . (So the new rom can edit your boot process)
4)Install custom Recovery [CWM]or[PHILZ]or[TWRP]. (This make you can do zip install from external card)
5)Get your rom download and copy to your external card.
NOW YOUR READY
OK Now my guide is for LG G2 MINI (D618)
The custom rom is [ROM][5.1.1][D618/D620] Cyanogenmod 12.1 Stable
And my phone have OFFICIAL android 5.0.2 lollipop
1) ROOT : FOLLOW THIS GUIDE
http://forum.xda-developers.com/g2-mini/development/root-root-g2-mini-lollipop-t3123652
If it not success . do factory reset and start the root again but this time (don't setup superSU from store and don't restart your phone and IT's su Not Su) this should success .
2) DOWNLOAD THE FLASH TOOL FROM PLAY STORE AND KEEP IT
3) BOOTLOADER : FOLLOW THIS GUIDE (YOU MUST TAKE BACKUP FOR YOUR PHONE FIRST)
http://forum.xda-developers.com/g2-mini/development/bootloader-d620-d618-t3127819
4) CUSTOM RECOVERY : FOLLOW THIS GUIDE (CWM SUCCESS WITH ME) (JUST FLASH .IMG FILE WITH SETUP NUM (2))
http://forum.xda-developers.com/g2-mini/development/recovery-lg-g2-mini-d618-v10c-t2854493
5) DOWNLOAD THE FILE YOU NEED FROM HERE AND COPY TO EXTERNAL CARD AND FOLLOW Installation :
http://forum.xda-developers.com/g2-mini/development/rom-cyanogenmod-12-1-stable-t3175833
NOW IF THIS SETUP'S SUCCESS THE HARD PART IS OVER.
6) Now reboot into recovery mode (you will find this in Flash tool)
in recovery mode you need just two things (WIPE AND INSTALL)
7)CHOOSE "Wipe" CACHE, DATA and SYSTEM (THIS WILL DELETE YOUR PERSONAL DATA AND SETTING AND EVERY THING)
8)CHOOSE INSTALL ZIP FROM EXTERNAL CARD AND CHOOSE FIRST KK_BOOTSTACK_D618_1.1.ZIP THEN cm-12.1-20150828-UNOFFICIAL-g2m.ZIP
9) RECOMMENDED TO INSTALL GAPPS (tk_gapps-modular-pico(uni)-5.1.1-20150824-signed.ZIP)
10) NOW YOU HAVE DONE .. REBOOT YOUR PHONE AND IT WILL DO SOME INSTALL FOR ABOUT 10 MINUTE AND YOU WILL SEE SETTING SETUP ON THE SCREEN
11)F YOU HAVE unstable SIM signal JUST GO TO RECOVERY AND WIPE ONLY CACHE IT WILL BACK TO NORMAL.
THIS IS MY experience ON MY G2 D618 I DON'T KNOW ABOUT OTHER PHONE'S
THANK YOU XDA AND XDA-DEVELOPER'S FOR YOUR HARD WORK .
Thank you very very much for this great explanations!!!
Tried to flash custom recovery with Rashr after unlocking bootloader. Tried CWM, Philz and TWRP and always ended up with attached screen.
What do you think the mistake is? And what do you mean with setup Num 2? Do you mean kernel flash in Rashr?
Thank you!
snoK123 said:
Thank you very very much for this great explanations!!!
Tried to flash custom recovery with Rashr after unlocking bootloader. Tried CWM, Philz and TWRP and always ended up with attached screen.
What do you think the mistake is? And what do you mean with setup Num 2? Do you mean kernel flash in Rashr?
Thank you!
Click to expand...
Click to collapse
Make sure that Unlock bootloader process success i have this problem to and i Discovered that the unsuccess unlocking bootloader operation the Responsible for this error as i understand.
Flash custom recovery process deleting the original recovery but because of unsuccess unlocking bootloader Rasher Deleting original recovery but he cannot install the new custom recovery so what i do in this case .
1)Download official android lollipop from here (chose your country ) its KDZ File and flash with LG Flashtool 2014 Here
Now do the setup from the First setup .. and setup Num 2 i just mean Flash Custom Recovery File (Dont use TWRP Use CWM with Flashify .. Rasher didn't success with me ) Hope you make it
snoK123 said:
Thank you very very much for this great explanations!!!
Tried to flash custom recovery with Rashr after unlocking bootloader. Tried CWM, Philz and TWRP and always ended up with attached screen.
What do you think the mistake is? And what do you mean with setup Num 2? Do you mean kernel flash in Rashr?
Thank you!
Click to expand...
Click to collapse
this is the stock android recovery that means that you didn't or couldn't flash a custom recovery
make sur you extracted the zip file and flashed the recovery.img with flashify
Hmmm, did everything exactly like you've written until flashing recovery. Now I'm stuck with attached screen when entering recovery...
Any idea?
Thank you!
snoK123 said:
Hmmm, did everything exactly like you've written until flashing recovery. Now I'm stuck with attached screen when entering recovery...
Any idea?
Thank you!
Click to expand...
Click to collapse
this is the fastboot screen
the recovery you tried to flash is corrupt make sur the file isn't corrupted and the that is matching your device
i think your device is d620r and your trying to flash the one from the thread [RECOVERY][CWM][PHILZ][TWRP] G2 Mini D618
if you can boot into system reflash the matching recovery TWRP for your device if you can't connect your phone to pc
use fastboot to flash the recovery
http://forum.xda-developers.com/g2-mini/development/recovery-twrp-2-8-3-0-recovery-lg-d620-t2990196
Thank you very much for your reply, Tried to flash the linked TWRP with Rashr, same here... ...
snoK123 said:
Thank you very much for your reply, Tried to flash the linked TWRP with Rashr, same here... ...
Click to expand...
Click to collapse
don't know what's wrong !! if bootloader was locked you will have a security error on boot not the fastboot screen when enterig to recovery maybe you're doing the wrong combination to access recovery try with an application or with flashify or rasher to reboot to recovery
snoK123 said:
Thank you very much for your reply, Tried to flash the linked TWRP with Rashr, same here... ...
Click to expand...
Click to collapse
give us screen shot of (about software) in your phone
I All, i lost two days trying to flash the recovery with rashr ....
With flashify everything was ok!!!
So please try with it
At least on my case the problem was just the app rashr that does not work on my phone
xander33 said:
I All, i lost two days trying to flash the recovery with rashr ....
With flashify everything was ok!!!
So please try with it
At least on my case the problem was just the app rashr that does not work on my phone
Click to expand...
Click to collapse
The same happen with me so I put the general tool for all users and I mentions the successful tools that work with me
Sent from my LG-D618 using XDA Free mobile app

(TWRP Recovery) For Spreadtrum SC7731C Android 5.1 Lollipop

Hi. I just want to ask about TWRP recovery that is Compatible with my Phone :
Starmabile PLAY Click
Android 5.1 Lollipop
Spreadtrum SC7731
4.5"
Quadcore
Anyone with a Phone with same specs as mine that is using A TWRP ?
Please help. I wanna try yours.
Cant find on google with the same specs with my phone with twrp working.
I have tried those TWRP on google but none of them works. All of them take me Only to the Bootlogo. Only thing i know as of now is i have to port twrp to my stock recovery or to my phone.
Anyone please help.
maucerezo said:
Hi. I just want to ask about TWRP recovery that is Compatible with my Phone :
Starmabile PLAY Click
Android 5.1 Lollipop
Spreadtrum SC7731
4.5"
Quadcore
Anyone with a Phone with same specs as mine that is using A TWRP ?
Please help. I wanna try yours.
Cant find on google with the same specs with my phone with twrp working.
I have tried those TWRP on google but none of them works. All of them take me Only to the Bootlogo. Only thing i know as of now is i have to port twrp to my stock recovery or to my phone.
Anyone please help.
Click to expand...
Click to collapse
Hi Bro,
i have sc7731c (karbonn titanium 3D Plex ) device too. and i have tried many available img but none of them worked this would be because these devices are new and there no suitable recovery available simply because people have not made any till now..
There is many programs that allows u to create a new custom recovery if there is no recovery is available for your device try to goggle it.
On windows, philz magic touch recovery tool, android kitchen recovery image unpacker and so on.
Can i make you custom recovery using your stock image if you're too lazy
as i said above i have been trying to flash online available recoveries and accidentally flashed my stock u could help me out this
can u provide me you stock recovery image file ?
@Maucurezo
Hey dude! Im a pinoy. Im running with my STARMOBILE PLAY CLICK. As same as yours. Im running on the same Spreadtrum SC7731C and I flashed a Custom Recovery but it would only bring me to bootload. I kept finding solutions to get my Stock recovery but failed. We have the same Problem. I need the Custom recovery too. Help us admins
You can try and do it yourself. Porting TWRP and CWM to a new device. You'll need the stock rom for your device or simply make an image "dump" of the system files (boot.img, etc) via adb. Goodluck.
TWRP for sc7731c hope it helps
hi all a have a sc7731c phone on android 6.0 and i was able to install twrp on my device
it all started when i found a stock rom on the web (Google your device for stock - rom or - firmware)
once i had the rom i started searching for a way to extract the stock recovery from the rom
and i found this tool SPD_Upgrade_Tool_R4.0.0001 using this tool i extracted my stock
recovery from the ROM ( recovery.img ) , first stage complete i had a stock recovery
taken from a rom for my phone - brand and model must be right on the stock
firmware/rom or you risk damaging you phone (DO NOT CHEAT PLZ)
ps:wen you unpack the firmware/rom you should get a .pac file
ps:finding my stock rom took me several days of search.
now for STAGE 2 i had a stock recovery a needed to change it
for twrp another few days of search i came across a site
called hovatek here i found a tool to port (change) the
stock recovery to boot the twrp recovery the tool name is
[Hovatek] Spreadtrum (SPD) Auto TWRP Recovery Porter V1.0 by Team Hovatek (x86)
i run my stock recovery with this tool the tool creates a modified recovery on the
output folder( a few kb bigger ) stage 2 done.
STAGE 3
1- a fully working ADB, for this your best option is android-studio
2-turn on USB debuging and OEM unlock in DEV options
3-name the new recovery file recovery.img
4-your device has to be in USB MTP mode
5-if ADB is properly installed and Windows has the correct android device
driver you should be able to use these commands using android-studio's ADB
command-adb devices
-if the device is detected a serial number apears
command-adb reboot bootloader
-the device reboots to a black screen with small white letters saying FASTBOOT mode
command-fastboot devices
-the device displays the serial number again
command-fastboot flash recovery recovery.img
- if all went well it will say successful
command-fastboot reboot
-dont remenber if it booted straight to twrp or if i had to use power + volume up
-by the way on my phone to get in the default recover its 1 second hold power
and then with the power pressed for 1 sec add volume up 3 sec and let go of both
any way it worked i hope it helps ppl with these sc7731c phones
i have twrp 3.0.0 fully working
tips: youtube vídeos on how to use SPD_Upgrade_Tool_R4.0.0001
the hovatek site has a great tutorial on how to use the recovery porter tool
the last part the ADB commands was a ***** as Windows did not install my device
correctly and this is crucial -install phone driver manualy/Google device/Google android device. good luck
ps: all merit goes to the developers of these tool, a great ty to them :highfive:
ps: at the start i did NOT have root, the success flashing the ported twrp recovery
was followed bi the installation of the magisk15.3.zip and voila twrp+root
any one help me i port twrp using adb but after i flash my twrp upside down on sc7731ceb it works fine but the twrp upside down any help me
pauljack2 said:
any one help me i port twrp using adb but after i flash my twrp upside down on sc7731ceb it works fine but the twrp upside down any help me
Click to expand...
Click to collapse
humm,.. as far as i now adb does not port recovery image´s you mean you found an image for sc7731?? phone and there are at least 4 or 5 variations of the sc7731 board and you
flashed it on your phone, by shear luck you did not soft-brick or brick your phone and it actualy Works, :cyclops:
you need to search Google/xda/hovatek site for your brand and model´s stock recovery or even better your custom recovery
or as an alternative your stock ROM/FIRMWARE and then extract the stock recovery from ROM/FIRM port it and flash it
im prety shure someone out there has a phone like your´s and you can , when you find it download the stock recovery - the custom recovery - or the ROM/FIRMWARE file
the hovatek site has a great auto port tool all you need is your stock recovery follow the vídeo simple steps and flash it now that you have root just use
twrp oficial app to flash it ,se my tutorial above it will be easy once you have the stock recovery or rom/firmware
i have a 50 buck cheap phone wierd brand,it took me several days to find the stock rom/firmware once i did all worked just fine no strange stuff
hovetek site also has a lot of rom´s/firmware files for many brands and model´s , again search Google/xda/hovatek for your model + stock recovery or recovery.img, custom recovery.
good luck
i have stock recovery so i copy the recovery from my stock and i use carlivimg so i can unpack my recovery.img but i have really problem on upside down but i work fine i flash supersu on it now i have rooted my phone. my phone by the way is ding ding defi go SC7731ceb i use TWRP 3.0.2.0 it works fine but if you update the latest twrp you have problem on failed mount and .etc
ANY can help that upside down ??? thats my problem now on my recovery
but you can port recovery using fastboot
i commend
c:/adb>adb devices
adb>adb reboot bootleader
adb>fastboot flash recovery recovery.img
thats i port my recovery on sc7731ceb
using pc
pauljack2 said:
i have stock recovery so i copy the recovery from my stock and i use carlivimg so i can unpack my recovery.img but i have really problem on upside down but i work fine i flash supersu on it now i have rooted my phone. my phone by the way is ding ding defi go SC7731ceb i use TWRP 3.0.2.0 it works fine but if you update the latest twrp you have problem on failed mount and .etc
ANY can help that upside down ??? thats my problem now on my recovery
but you can port recovery using fastboot
i commend
c:/adb>adb devices
adb>adb reboot bootleader
adb>fastboot flash recovery recovery.img
thats i port my recovery on sc7731ceb
using pc
Click to expand...
Click to collapse
Go here https://forum.hovatek.com/thread-21669.html try and port again with this tool it worked fine for me.

[TWRP][RECOVERY] Asus ZenPad 8.0 Z380M (locked bootloader ok)

This is for real, folks. The first working custom recovery for Asus ZenPad 8.0 Z380M and a method to flash it under a locked bootloader. This took quite a bit of work to make, partly due to having to find a way to bypass the locked bootloader. And because of a kernel configuration issue that limited the size of the initial ramdisk, which took some serious effort to weed out. @lss1977 helped to port it to this device. And of course, credits to TeamWin for TWRP.
In addition to this thread, the current Z300M/Z301M TWRP thread and the the old Z300M recovery/rooting thread may be helpful. These models share the same hardware and software base, so most things that apply to one tablet also apply to the other.
DISCLAIMER
As usual, you do anything described in this post at your own risk. No one but you is responsible for any data loss, bricking or damage of your device.
REQUIREMENTS
Windows PC
SP Flash Tool version 5.1532 (only this version will bypass security checks)*
MediaTek VCOM drivers (available through Windows Update)
Z380M scatter file, attached
Recovery image, attached
Z380M preloader file (optional), available inside the stock firmware download
ZenPad Z380M tablet upgraded to Android N
* If you prefer to use a more recent SP Flash Tool, check out the special image file below.
This won't be a guide on how to use SP Flash Tool. There are plenty of good guides out there like this one on how to set up drivers, load scatter files, flash and make backups with SP Flash Tool. If you're not familiar with this software or how to flash MediaTek devices in general, please do your research before attempting this. I will just get straight to the specifics about the ZenPad 8.
FIRST TIME INSTALLATION
For a locked bootloader:
At this point you should have your tablet powered off, the drivers installed, all of your data backed up, and SP Flash Tool v5.1532's Download tab open and loaded with the tablet's scatter file. Open the download agent file DA_PL.bin, replacing the default MTK_AllInOne_DA.bin. (You can use the AllInOne DA if you want, but the procedure involves extra steps as described below.) Load the extracted TWRP recovery image (twrp-3.2.1-0-z380m.img) under the recovery partition line in the partition table. Click the Download button inside SPFT. Now just connect the USB cable to your tablet and your computer's USB port. It should start the download process automatically and disconnect when finished.
Alternative Method:
If you're using MTK_AllInOne_DA.bin, you have to hold the Volume Up key as you insert the cable, which puts the device into an emergency download mode. In addition, you will need to have the stock preloader*.bin file loaded inside SPFT for it to be able to communicate with your tablet. The preloader is available inside the official zip file download. Do not flash the preloader (untick the box) or any partitions other than recovery. You just need to have a valid bin file selected under the Preloader line.
For an unlocked bootloader:
If you have used the Asus unlock tool to unlock your device, you will still not be able to use fastboot flash to install a custom recovery. However, you can do a "hot boot" or a tethered boot of TWRP. This method doesn't require SP Flash Tool. Download the TWRP image, put your tablet in fastboot mode and connect to PC. Then run this command to boot TWRP dynamically:
fastboot boot twrp-3.2.1-0-z380m.img
Once inside TWRP, flash twrp-3.2.1-0-z380m.img to Recovery using Install -> Install Image. Then reboot to recovery. You may be able to use TWRP in the tethered boot mode, but that could result in glitches due to different parameters passed by the bootloader to the kernel. That's why flashing is recommended.
To update from your installed TWRP version to a new one, just transfer the image to your tablet, then boot to TWRP and install it by going to Install -> Install Image and flashing to Recovery.
START RECOVERY
With the tablet powered off, hold the Volume Up and Power keys together until you get to a menu where you can select "recovery". Use Vol. Up to scroll and Vol. Dn to select. If you have a locked bootloader, it will show a Yellow State message because the recovery is not signed by the OEM. Just press volume up to boot it. On the welcome screen of TWRP it will ask you about modifying the system partition, I suggest you go with Keep System Read-only. Doing otherwise will complicate your OTA updates.
WARNING: Never start the stock recovery from the bootloader menu on this device. It is programmed by the bootloader to instantly wipe your data without any warning. Also, be aware that Android installs the stock recovery at every normal boot cycle. So you either have to flash the TWRP every time you want to run it, or disable the automatic recovery installation in the stock firmware. Any kind of mod to the boot image will prevent the automatic recovery installation. If you're not sure which recovery you have installed, you can always do a 'adb reboot recovery' from Android without risk of data loss.
What works: Basically everything... access to major partitions, decrypted userdata partition, decrypted adoptable storage, external SD card, ADB, USB-OTG, touch interface, splash screen, installing stock Asus OTA/web FW updates
What doesn't work: (no known problems yet, but please report any)
Not guaranteed to work: factory reset
DOWNLOAD
(Updated February 3, 2018: updated kernel to firmware 5.3.18; up-to-date TWRP 3.2.1 sources)
SP Flash Tool v5.1532
Z380M Scatter file for all storage sizes (right click, Save link as...)
Recovery image
Signed image for Flash Tool only -- may be flashed with recent SP Flash Tool versions -- DO NOT INSTALL USING ANY OTHER METHOD -- tested with SPFT 5.1736.
Development and experimental files
Source code
P.S. The thanks button doesn't bite.
Nice one now lets get some custom roms done.
Has anyone installed this yet? I see the file has been downloaded a few times. Any feedback is welcome.
If you want the recovery to stick after reboot either rename or remove system/bin/install_recovery.sh.
lss1977 said:
If you want the recovery to stick after reboot either rename or remove system/bin/install_recovery.sh.
Click to expand...
Click to collapse
The way I did it was to edit the init.rc file inside the boot ramdisk and comment out the service block that calls install_recovery.sh. I used the MTK boot image unpack/repack tools. I don't know, it seems like changing anything on the system partition will break OTA updates because of dm-verity. Because that depends on verifying each block of the file system. I have never even mounted the system as R/W in recovery.
how to create scater file from text posted? I copied all text to MT8163_Android_scatter.txt file but when open with splash tools give error "scatter file is invalid"
please atach your working scatter file to other atachments
PxYra said:
how to create scater file from text posted? I copied all text to MT8163_Android_scatter.txt file but when open with splash tools give error "scatter file is invalid"
please atach your working scatter file to other atachments
Click to expand...
Click to collapse
OK, I added the scatter file as a download. It was a pain in the ass to copy & paste. (But it did work.)
Problem fixed downloaded new version of flashtool 5.16 and scatter working
Ok I installed TWRP on Z380M P00A, and wanna say to other
1. Use VCOM drivers only from splash tool official site
2. To install VCOM drivers first need enter chinese recovery tablet, then in windows device manager you see USB device, install manualy drivers (don forget in windows disable driver signature)
3. Use only SP-Flash-Tool-v5.1532.00, newer or older version not properly working with this phone
Ok, thanks for the update, PxYra. Just to let you know, there are signed versions of VCOM drivers floating around so you don't need to mess with signature enforcement. Here's one: https://www.androidfilehost.com/?fid=24591000424943663. They are also updated by Windows so you can just let Windows Update install them.
Thanks for your work.
Flashing procedure works only with "MTK_AllInOne_DA.bin" method for me. But this is OK!
(Updated May 6, 2017: added kernel from firmware 5.3.7, source code cleanup)
Click to expand...
Click to collapse
is it possible to get the older versions? I need Android 6.x, because of xposed-Framework for my Zenpad 8.0 Z380M.
Greets Freisei
Hey freisei...
I never posted a version for Android 6. There was just one based on the 5.3.6 kernel, practically the same as the current one. That's why I didn't keep it. I could try to build one for you if you want, but I can't test it of course. Does this recovery not boot at all on the old firmware?
It's strange that the DA_PL.bin method didn't work for you. What happened when you tried it? I suppose the old preloader doesn't allow it(?).
hello guys, you think lineage os official version for asus z380kl (p024) will work on our z380m ?
---------- Post added at 08:19 PM ---------- Previous post was at 08:05 PM ----------
Can anyone help me? after selecting recovery img, pressing download and inserting usb cable, nothing happens. Thanks in advance
lss1977 said:
If you want the recovery to stick after reboot either rename or remove system/bin/install_recovery.sh.
Click to expand...
Click to collapse
hello friend, can you please upload that file? I deleted it, but now I need it to revert to official recovery, as my zenpad is bricked! It would be of great help! thanks!
Pires_7 said:
hello friend, can you please upload that file? I deleted it, but now I need it to revert to official recovery, as my zenpad is bricked! It would be of great help! thanks!
Click to expand...
Click to collapse
Your ZenPad didn't brick because you deleted install_recovery.sh. It's because you modified the system partition. Making any mods to system is bad advice unless you know exactly what you're doing. Even mounting it in r/w mode can break it. That's because dm-verity has tripped and is blocking access to changed blocks of the file system. So you have 3 options: mod your boot image fstab file to disable dm-verity, restore the original system image block-for-block (either from backup or official firmware converted to an img file), or wipe userdata (lss reported that to work).
Pires_7 said:
hello guys, you think lineage os official version for asus z380kl (p024) will work on our z380m ?
Click to expand...
Click to collapse
Nope, no chance.
diplomatic said:
Your ZenPad didn't brick because you deleted install_recovery.sh. It's because you modified the system partition. Making any mods to system is bad advice unless you know exactly what you're doing. Even mounting it in r/w mode can break it. That's because dm-verity has tripped and is blocking access to changed blocks of the file system. So you have 3 options: mod your boot image fstab file to disable dm-verity, restore the original system image block-for-block (either from backup or official firmware converted to an img file), or wipe userdata (lss reported that to work).
Nope, no chance.
Click to expand...
Click to collapse
Ok. I made some real s*it, I think I deleted every partition except recovery. Can you provide me a twrp backup or some way around my problem?
What do you mean you deleted every partition except recovery? There's like 28 partitions. You would have to work hard to accomplish that.
My first suggestion is to extract a system.img from the Asus stock firmware zip using this. Then flash it with SP Flash Tool. You might also try to install a full firmware zip from TWRP. Although I have no idea if that will work or if it's even safe to try.
diplomatic said:
What do you mean you deleted every partition except recovery? There's like 28 partitions. You would have to work hard to accomplish that.
My first suggestion is to extract a system.img from the Asus stock firmware zip using this. Then flash it with SP Flash Tool. You might also try to install a full firmware zip from TWRP. Although I have no idea if that will work or if it's even safe to try.
Click to expand...
Click to collapse
i was able to extract system.new.dat from stock firmware zip, but it extracts to a system folder. How do I flash this through sp flash tool?
OK, the system folder you don't need. It should have produced a system.img file also. That's the file you need to flash. Just select it for the system partition row in the partition list and then Download. Hopefully that will be enough.
EDIT: I just looked at the script, and realized the system.img.img file gets deleted in the process. So what you need to do is start the extraction, then after it makes system.img.img, when it starts extracting individual files, hit Ctrl+C. Then you'll end up with the img file.
Thank you very much! it works! YOU are the BEST!
please tell me, in your scatter file, address partition_name: frp (0x80a5000) is correct? if i format this partition (frp), google account remove?

Stock Recovery Error on Nokia 1 Black Screen

Hi! I was trying to root Nokia 1
I flash TWRP through fastboot and it worked! But the problem was I was unable to see my files there.I think because of encryption..
So, I accidentally factory reset my phone through TWRP and then, I was unable to boot into system again..
I was stuck in TWRP
So, I go to fastboot and flash stock_recovery.IMG and after that when I reboot. I am seeing a black screen. I can feel vibration when press home key or home + volume up/down. but screen is black
Please help...
abdul_manan said:
Hi! I was trying to root Nokia 1
I flash TWRP through fastboot and it worked! But the problem was I was unable to see my files there.I think because of encryption..
So, I accidentally factory reset my phone through TWRP and then, I was unable to boot into system again..
I was stuck in TWRP
So, I go to fastboot and flash stock_recovery.IMG and after that when I reboot. I am seeing a black screen. I can feel vibration when press home key or home + volume up/down. but screen is black
Please help...
Click to expand...
Click to collapse
Use micro SD card for twrp. You can't remove encryption just by factory reset. I know how to remove encryption on Nougat but that method doesn't work on Oreo. When you flashed TWRP flash SuperSU (not Magisk) then boot to system, after that boot to twrp recovery again and wipe factory reset and wipe internal storage. You have removed encryption. SuperSU needs to be updated to patch plat and non play file contexts to remove encryption on Oreo. Or someone can make flashable zip to remove encryption.
First find nb0 file for Nokia 1 and try to flash rom with OST.
SkaboXD said:
Use micro SD card for twrp. You can't remove encryption just by factory reset. I know how to remove encryption on Nougat but that method doesn't work on Oreo. When you flashed TWRP flash SuperSU (not Magisk) then boot to system, after that boot to twrp recovery again and wipe factory reset and wipe internal storage. You have removed encryption. SuperSU needs to be updated to patch plat and non play file contexts to remove encryption on Oreo. Or someone can make flashable zip to remove encryption.
First find nb0 file for Nokia 1 and try to flash rom with OST.
Click to expand...
Click to collapse
Thanks for the reply!
Can you please tell me where can I find the nb0 file of Nokia 1 with Android 8.1 Oreo Go edition TA-1047?
abdul_manan said:
Thanks for the reply!
Can you please tell me where can I find the nb0 file of Nokia 1 with Android 8.1 Oreo Go edition TA-1047?
Click to expand...
Click to collapse
currently it's not available, you need to wait someone to upload it.
Nokia1 uses MTK CPU right? If you can get the ota zip of the current update on your phone, you can extract the boot.img file then boot into download mode and type fast boot flash boot <boot.img file>
redweaver said:
Nokia1 uses MTK CPU right? If you can get the ota zip of the current update on your phone, you can extract the boot.img file then boot into download mode and type fast boot flash boot <boot.img file>
Click to expand...
Click to collapse
Can you please explain a little bit more!
How to get ota zip file? (My phone is not working as mentioned above)
Where can I get boot.img?
How to extract and where boot.img?
How to boot into download mode?
abdul_manan said:
Hi! I was trying to root Nokia 1
I flash TWRP through fastboot and it worked! But the problem was I was unable to see my files there.I think because of encryption..
So, I accidentally factory reset my phone through TWRP and then, I was unable to boot into system again..
I was stuck in TWRP
So, I go to fastboot and flash stock_recovery.IMG and after that when I reboot. I am seeing a black screen. I can feel vibration when press home key or home + volume up/down. but screen is black
Please help...
Click to expand...
Click to collapse
I'm having a kind of similar issue. I flashed twrp and now its stuck in a twrp loop. It boots only in twrp and not system. What should I do?
Ludba Amb said:
Can you please explain a little bit more!
How to get ota zip file? (My phone is not working as mentioned above)
Where can I get boot.img?
How to extract and where boot.img?
How to boot into download mode?
Click to expand...
Click to collapse
http://www.mediafire.com/file/0xgn9o0b711wcw0/Nokia_1_TA-1047_MT6735_V8.1.0_180401.zip
Stock Rom for 1047
Download it.
Extract boot.img from that
boot into download mode/recovery
adb reboot recovery
answers to all your questions.... not the answer to fix your problem I think... But have a go.
And last but not least... Please use the search option first or google instead of asking all questions at once.
Or try to get familiar with rooting first...…
good luck buddy.
hello everyone i have nokia 1 oreo go edition i don't have any idea how to root
please help me by sending links for :
1 ) nokia 1 (ta-1047 ) TWRP
2 ) nokia 1 custom rom
3 ) nokia 1 current rom (for security)
(remenber thats only model ta-1047)
seriously i want to root it because there are many issues like multitouch screen problem or missing some system apps and also device getting hot because the memory (ram) is lagging (1gb ram is not enough to run android oreo correctly 2018 )
{PLEASE HELP}
help me please !
can you send me a twrp for nokia 1 ta-1047
i need to root my device to dowoad custom rom
MyTH30 said:
I'm having a kind of similar issue. I flashed twrp and now its stuck in a twrp loop. It boots only in twrp and not system. What should I do?
Click to expand...
Click to collapse
Same here. Seems that the decryption does not work. Better make sure your phone is not encrypted before messing with twrp (3.2.3).
Be careful
Some Nokia 1 are a TA 1060 variant number and if you flash the wrong file you are going to have further problems.
The process to root and get TWRP on the nokias Is complicated enough without everyone suggesting wrong model variants / numbers.
I guarantee someone will download the wrong file for the wrong model and come here crying.
is this the real firmware?
inkepinkje said:
http://www.mediafire.com/file/0xgn9o0b711wcw0/Nokia_1_TA-1047_MT6735_V8.1.0_180401.zip
Stock Rom for 1047
Download it.
Extract boot.img from that
boot into download mode/recovery
adb reboot recovery
answers to all your questions.... not the answer to fix your problem I think... But have a go.
And last but not least... Please use the search option first or google instead of asking all questions at once.
Or try to get familiar with rooting first...…
good luck buddy.
Click to expand...
Click to collapse
hi, i needed to know if this is the real one, they show it's mt6735 instead mt6737m, I've already downloaded a file with the similar name nd it has scatter file of mt6735, that's while in the sp flash tool,i don't see all of the partitions being detected to flash
Hey i am facing the same issue but i didn't flash any other recovery mode my phone Nokia 1 TA-1056 am getting black screen and only feel the vibration when i press power key and when i put my phone on charging then its shows the display and boot into recovery mode directly can anyone help me how i can overcome this issue

Nokia 1 TA-1056 ROM issue

Hello everyone, after a long attempt at unlocking the bootloader i finally got it, i flashed TWRP and got a prompt for encryption password, and my password wasn't working and i also tried default_password,so i read that the format data option will decrypt the phone and people said wouldn't do anything to system, so i did it and now everytime i reboot it boots straight into recovery no matter what i try, it will also boot into fastboot, so i tried to find a stock ROM for TA-1056 but couldn't find it anywhere, the only the i found was a single ROM for the TA-1060, can anyone help? i really appreciate it!
Completely Bricked
Me too need a stock rom of ta 1056. Please help if you could manage to provide a helping hand... ?
I had the same issue like yours, looping in twrp. then i tried to flash it with a so called stock rom from net, guess what it went completely bricked and I donnow what to do. ??
mrabudi said:
Hello everyone, after a long attempt at unlocking the bootloader i finally got it, i flashed TWRP and got a prompt for encryption password, and my password wasn't working and i also tried default_password,so i read that the format data option will decrypt the phone and people said wouldn't do anything to system, so i did it and now everytime i reboot it boots straight into recovery no matter what i try, it will also boot into fastboot, so i tried to find a stock ROM for TA-1056 but couldn't find it anywhere, the only the i found was a single ROM for the TA-1060, can anyone help? i really appreciate it!
Click to expand...
Click to collapse
It's simple. just get the stock recovery (and boot, optional) to flash it with fastboot and go to recovery and wipe it and you'll be ok.
and also using the twrp on this phone is not a great idea to wipe.
if you wanna wipe. please use "fastboot -w" to wipe the phone while bootloader is unlocked. or stock recovery to wipe.
Because twrp built this recovery with only formatting option was ext4 to /data and /cache. So the phone cannot operate properly. Which leads to fake failed decryption notification.
Data partition must need to be formatted under f2fs format.
And finding rom for this phone is pretty easy. Just find some nb0 file for this phone (any variant of this phone should work) and extract it with "nb0 extractor" and then flash it with SP Flash tool by mediatek.
That's my way. I don't know how will you do. But normally you only need the nb0 file and then flash it with OST LA (Nokia's flash tool based off Intel's SUT L1/L3 tool).
My Nokia 1 TA-1047 stuck at Nokia logo screen
Hi guys, sorry I'm newbie so after a long time surfing for solutions, I couldn't solve my own problem. That's why I come here to ask for your supports
Firstly I unlocked bootloader, installed TWRP and rooted my device and enjoyed it. But after decided to wipe (factory reset) this phone with TWRP, and my problem began...
1. I got stuck in TWRP loop booting. After that I tried to fastboot system.bin, cache.bin and recovery.bin from Stock Firmware but it still hung at Nokia logo booting
2. I still kept trying with SP Flash Tool, Miracle Box but there was still no hope:
- SP Flashtool v5_1548 gave me error: BROM ERROR: S_BROM_CMD_STARTCMD_FAIL (2005)
- Miracle Box 2.27A told me there was an error (i don't remember the code) occured in the location (i can't remember its code either)...
Anyone can solve it please help!!!! I love this phone much and as of now still suffering day by day since I can't do anything with it.
Kindly appreciate any suggestion and solution.
Thank you all!
cuantonhonhoi said:
Hi guys, sorry I'm newbie so after a long time surfing for solutions, I couldn't solve my own problem. That's why I come here to ask for your supports
Firstly I unlocked bootloader, installed TWRP and rooted my device and enjoyed it. But after decided to wipe (factory reset) this phone with TWRP, and my problem began...
1. I got stuck in TWRP loop booting. After that I tried to fastboot system.bin, cache.bin and recovery.bin from Stock Firmware but it still hung at Nokia logo booting
2. I still kept trying with SP Flash Tool, Miracle Box but there was still no hope:
- SP Flashtool v5_1548 gave me error: BROM ERROR: S_BROM_CMD_STARTCMD_FAIL (2005)
- Miracle Box 2.27A told me there was an error (i don't remember the code) occured in the location (i can't remember its code either)...
Anyone can solve it please help!!!! I love this phone much and as of now still suffering day by day since I can't do anything with it.
Kindly appreciate any suggestion and solution.
Thank you all!
Click to expand...
Click to collapse
So here's the thing. The rom you downloaded from internet (about 2 GB) or ripped from your phone and reflashing from flash tool will NOT WORK.
The first reason you can't flash the ROM was:
You got into flashing mode but you didn't do the right way so it failed the downloading DA for the phone. Try again and it should work (Don't go into fastboot mode)
2nd reason:
Because of the unsupported chip that MiracleBox read. It said the phone was 6573 or something while the phone chip is 6737M.
So the app will create the wrong version of the scatter for the phone. Leads to the flash tool app downloading the wrong command and Download Agent for the phone makes the phone can't be flashed.
You need to get the official nb0 file for this phone (TA-1060 or 66 should also works, mine was TA-1047. Since it's a universal ROM so any variant of the phone can also work) and then extract the ROM. Then you can get the scatter text file from that nb0 ROM and then flash it over flash tool (version 5 recommended, version 3 more likely not work).
Remember to look at line with partition "metadata" and then edit "boundary_check" to false.
PLUS:
If you flash it with your own dumped EMMC rom or flash it by dd-ing the partition in recovery will kinda work. But when you update the ROM over OTA (Google Play services's System Update app)
It will most likely bootlooped the phone when it's trying to verify the 2nd partition of the same recovery or kernel flashed into the phone (https://source.android.com/security/verifiedboot) and flash the updated one.)
So flashing from official ROM is mandatory.
And you can flash it over Intel's (Nokia modified) flash tool app SUTL3 (aka. OST LA) but I can't get it to work so you just stick with Flash Tool v5 from MediaTek and you'll be good.
Link:
The nb0 ROM (Security update around May 2018): https://drive.google.com/file/d/1XqwEAGG7GMaspzV2J_yzCxnRei8zsOJd/view
(Source: https://romprovider.com/2018/09/nokia-1-ta-1060-firmware/)
nb0 extractor, requires java installed (If extracting hurts your hard disk performance aka. frozen or lag. Don't worry, It actually works, DON'T DO ANYTHING. It will notify you once it's done.): https://forum.xda-developers.com/general/general/tool-unpack-repack-nb0-rom-t3495091
Smart Phone Flash Tool from MediaTek: https://spflashtools.com/
My fixed scatter file that actually works from nb0 file: https://drive.google.com/open?id=1gRoADGHBm4vIAw3NeDyc_h9QWj12XUrC
And don't use twrp for wiping the phone. Use "fastboot -w" to wipe or use stock recovery.
TWRP will wipe the data parition but in ext4 format and make the phone bootlooped. We need f2fs in order to make the phone's /data partition run correctly. (Unless you know how to make the phone not having encryption flag when booting up every first time. Or modify TWRP to wipe the /data partition with make_f2fs and not make_ext4 app. Or using make_f2fs in recovery to directly wipe /data partition over terminal, the actual partition is in /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/userdata.)
Or you just do this (I'm not tested it yet): Google "twrp f2fs format"
kutiz21 said:
So here's the thing. The rom you downloaded from internet (about 2 GB) or ripped from your phone and reflashing from flash tool will NOT WORK.
The first reason you can't flash the ROM was:
You got into flashing mode but you didn't do the right way so it failed the downloading DA for the phone. Try again and it should work (Don't go into fastboot mode)
2nd reason:
Because of the unsupported chip that MiracleBox read. It said the phone was 6573 or something while the phone chip is 6737M.
So the app will create the wrong version of the scatter for the phone. Leads to the flash tool app downloading the wrong command and Download Agent for the phone makes the phone can't be flashed.
You need to get the official nb0 file for this phone (TA-1060 or 66 should also works, mine was TA-1047) and then extract the ROM. Then you can get the scatter text file from that nb0 ROM and then flash it over flash tool (version 5 recommended, version 3 more likely not work).
Remember to hide/delete line with partition "metadata" in scatter.txt and you can flash it perfectly.
PLUS:
If you flash it with your own dumped EMMC rom or flash it by dd-ing the partition in recovery will kinda work. But when you update the ROM over OTA (Google Play services's System Update app)
It will most likely bootlooped the phone when it's trying to verify the 2nd partition of the same recovery or kernel flashed into the phone (https://source.android.com/security/verifiedboot) and flash the updated one.)
So flashing from official ROM is mandatory.
And you can flash it over Intel's (Nokia modified) flash tool app SUTL3 (aka. OST LA) but I can't get it to work so you just stick with Flash Tool v5 from MediaTek and you'll be good.
Link:
The nb0 ROM (Security update around May 2018): https://drive.google.com/file/d/1XqwEAGG7GMaspzV2J_yzCxnRei8zsOJd/view
(Source: https://romprovider.com/2018/09/nokia-1-ta-1060-firmware/)
nb0 extractor, requires java installed (If extracting hurts your hard disk performance aka. frozen or lag. Don't worry, It actually works, DON'T DO ANYTHING. It will notify you once it's done.): https://forum.xda-developers.com/general/general/tool-unpack-repack-nb0-rom-t3495091
Smart Phone Flash Tool from MediaTek: https://spflashtools.com/
My fixed scatter file that actually works from nb0 file: https://drive.google.com/open?id=1gRoADGHBm4vIAw3NeDyc_h9QWj12XUrC
And don't use twrp for wiping the phone. Use "fastboot -w" to wipe or use stock recovery.
TWRP will wipe the data parition but in ext4 format and make the phone bootlooped. We need f2fs in order to make the phone's /data partition run correctly. (Unless you know how to make the phone not having encryption flag when booting up every first time. Or modify TWRP to wipe the /data partition with make_f2fs and not make_ext4 app. Or using make_f2fs in recovery to directly wipe /data partition over terminal, the actual partition is in /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/userdata.)
Or you just do this (I'm not tested it yet): Google "twrp f2fs format"
Click to expand...
Click to collapse
Thanks for your comment. I have recently bought that version (TA-1047) and I see that is more complicated to root it securely than I thought… Your comment gave me hope to try it. So, could you please say me if it is posible to do it without breaking it? I will read your comment when I have more time but I thank you for it!
As I see there is only stock rom for TA-1060 version, but as you say it is posible to recover it in case of breaking it, isn't it?
Thanks. :fingers-crossed:
pabloluih said:
Thanks for your comment. I have recently bought that version (TA-1047) and I see that is more complicated to root it securely than I thought… Your comment gave me hope to try it. So, could you please say me if it is posible to do it without breaking it? I will read your comment when I have more time but I thank you for it!
As I see there is only stock rom for TA-1060 version, but as you say it is posible to recover it in case of breaking it, isn't it?
Thanks. :fingers-crossed:
Click to expand...
Click to collapse
It's really easy to root the phone actually. Just unlock bootloader, install twrp recovery and install magisk.
And if you broke the phone's ROM. Just bring it to Nokia. Or flash it by yourself with the ROM I linked above by SP Flash Tool software.
Anyway the ROM is universal. So any variant of the phone can be flashed. (Proves that the elabel partition has 5 certifications images for 5 different models)
Just take sometime and read my words there.
kutiz21 said:
It's really easy to root the phone actually. Just unlock bootloader, install twrp recovery and install magisk.
And if you broke the phone's ROM. Just bring it to Nokia. Or flash it by yourself with the ROM I linked above by SP Flash Tool software.
Anyway the ROM is universal. So any variant of the phone can be flashed. (Proves that the elabel partition has 5 certifications images for 5 different models)
Just take sometime and read my words there.
Click to expand...
Click to collapse
Many thanks! At the moment I achieved to root it with twrp. OEM unlock > installed twrp > fastboot -w > magisk.
At the moment all is okey but I have not been able to unencrypt DATA partition (I have done fastboot -w, but with no success, I have not tried TWRP format because of your advice). That's the only point I can complain about.
I hope I do not have to use the stock rom to unbrick, but I have your advice if I do.
Thanks again!
pabloluih said:
Many thanks! At the moment I achieved to root it with twrp. OEM unlock > installed twrp > fastboot -w > magisk.
At the moment all is okey but I have not been able to unencrypt DATA partition (I have done fastboot -w, but with no success, I have not tried TWRP format because of your advice). That's the only point I can complain about.
I hope I do not have to use the stock rom to unbrick, but I have your advice if I do.
Thanks again!
Click to expand...
Click to collapse
That's weird. If you unlocked the bootloader and install adb/fastboot (must be latest version. Older version will not recognize the phone, download platform-tools from google dev site, don't download adb tools off XDA) + Nokia's driver from emulated CD drive (every time you plug the phone to computer with official rom, you'll see it) properly then it should be able to work.
You need to check the fastboot device driver Device Manager (devmgmt.msc) and see if the driver is properly installed yet.
You can only use "fastboot -w" once the bootloader is unlocked. And booting up the phone. It will say the bootloader is in Orange state.
You need to unlock oem bootloader from developer settings when the stock rom is there. And in fastboot too
Here is how you unlock it:
Enable oem unlock from dev settings
Then reboot to fastboot mode (bootloader)
Do this:
"fastboot oem key "serial number string converted to md5, not imei strings" "
"fastboot oem unlock"
Volume up
Then you are actually unlocked the bootloader.
Unlock from developer settings only will not do the trick. It only allows you to have ability unlock the bootloader in fastboot.
If you stuck on the Encryption unsuccessful screen. Try wipe it with stock recovery or "fastboot -w" (if you properly unlocked the bootloader)
If you think you can't do anything anymore. Just flash the ROM provided you above.
If you need the extracted ROM for SP flash tool and the fastboot driver. I can link it to you.
Most of all drivers will automatically install off Windows Update if you're on Windows 10 (except the fastboot driver, and yes. SP flash tool drivers are also provided by Windows 10 too)
Also. You should update the phone to the latest software update when flashing stock rom too. Because newer builds for this phone is compatible-friendly with GSI rom (Treble ROMs like AOSP Android 9 or 8.1 by phhusson)
Updates on Android 9/10
pabloluih said:
Many thanks! At the moment I achieved to root it with twrp. OEM unlock > installed twrp > fastboot -w > magisk.
At the moment all is okey but I have not been able to unencrypt DATA partition (I have done fastboot -w, but with no success, I have not tried TWRP format because of your advice). That's the only point I can complain about.
I hope I do not have to use the stock rom to unbrick, but I have your advice if I do.
Thanks again!
Click to expand...
Click to collapse
Nokia might harden the security of the device so you can't use Magisk on stock rom.

Categories

Resources