How to unbrick constantly vibrating Nokia 3 (TA-1032) - Nokia 3 Guides, News, & Discussion

I have managed to revive my "black screen, constantly restart" Nokia 3 (TA-1032). Actually the hard part is to find the correct firmware and DA file. So this will mostly be a resource sharing post than a fully guide.
Things needed:
Firmware (Source)
SP Flash Tool
Download Agent (Source)
nbo unpack script
Latest Python 3 (If you are using a Linux distro, it is most likely to be preinstalled).
Note that Python 3 means Python 3.x(.y), not Python 3.0.
If you are using Windows 7, you can only use Python < 3.9.
Steps:
Download (and install) SP flash tool (5.x).
Download firmware, the download agent and the script.
Extract the downloaded firmware
Install Python 3 if you haven't. Run the script with the downloaded firmware (.nb0) path as the argument. It will extract the files.
Run SP flash tool (with root/admin privilege).
In the Download tab: Select the "Download Agent" as the downloaded "Download Agent" file from the above link. Select the "Scatter-loading file" as the scatter file from the extracted firmware. And select "Download Only" mode. ("Authenication File" can be left empty). Just let it be the default (all boxes checked, even preloader).
Plug the phone into the computer and click "Download". If the tool just stucks at 0%, or any error occurs that prevent the flash from starting, press and hold both the POWER and VOL UP button on the phone for about 10 secs, and it will be restarted. The click "Download" again (try it again if the error still occurs).
After done with flashing (green tick), close the program and disconnect the phone from the computer. Wait for about 2 mins (idk if it is necessary) then hold POWER to start the phone. Then wait for a long boot ("NOKIA" logo).
Now you have unbricked you phone. Enjoy

Hi,
Thank you for uploading this, I have problems too with my Nokia 3 TA-1032. It's different case than yours, but still I can't turn it on. Can you please write down, how exactly I supposed to run your script in Python3? I have difficulties to extract files. Thank you very much forwardly

JustAGuyWithAndroidPhone said:
Hi,
Thank you for uploading this, I have problems too with my Nokia 3 TA-1032. It's different case than yours, but still I can't turn it on. Can you please write down, how exactly I supposed to run your script in Python3? I have difficulties to extract files. Thank you very much forwardly
Click to expand...
Click to collapse
I'm assuming you are using Windows.
First, download Python 3 from here, then open the downloaded file to install Python.
While installing, if you see a checkbox that say "Add to PATH", check it. Then proceed to complete your installation.
After installing, download the "nb0 unpack script" to the same folder/directory as the firmware file (.nb0).
In that folder/directory, hold Shift and right-click on the file explorer, then click "Open powershell window here" or "Open command window here" (example).
Then type this into the command window (if you have changed the files' name, you also have to change them in the command)
Code:
python nb0-unpack.py NE1-215H-0-00WW-B02.nb0

huupoke12 said:
I'm assuming you are using Windows.
First, download Python 3 from here, then open the downloaded file to install Python.
While installing, if you see a checkbox that say "Add to PATH", check it. Then proceed to complete your installation.
After installing, download the "nb0 unpack script" to the same folder/directory as the firmware file (.nb0).
In that folder/directory, hold Shift and right-click on the file explorer, then click "Open powershell window here" or "Open command window here" (example).
Then type this into the command window (if you have changed the files' name, you also have to change them in the command)
Code:
python nb0-unpack.py NE1-215H-0-00WW-B02.nb0
Click to expand...
Click to collapse
Thank you very much for your advice, the unpacking worked, but the flash not somehow. Here is a picture about what Error code I get.

JustAGuyWithAndroidPhone said:
Thank you very much for your advice, the unpacking worked, but the flash not somehow. Here is a picture about what Error code I get.
Click to expand...
Click to collapse
You didn't select the "Download-Agent" as the Download Agent file from the link on my post. You are using the default Download Agent file of SP Flash Tool. You may also want to download the latest version of SP Flash Tool.

huupoke12 said:
You didn't select the "Download-Agent" as the Download Agent file from the link on my post. You are using the default Download Agent file of SP Flash Tool. You may also want to download the latest version of SP Flash Tool.
Click to expand...
Click to collapse
Yes, you right, because the SP tool don't accept that. Here is a pic about that:
I downloaded the latest SP tool from the link above here in your post.

JustAGuyWithAndroidPhone said:
Yes, you right, because the SP tool don't accept that. Here is a pic about that:
I downloaded the latest SP tool from the link above here in your post.
Click to expand...
Click to collapse
Can you try placing the files to a "legacy-compatible" directory (no spaces, only ASCII characters (like a password)). For example, try placing the files (download agent, firmware, SP Flash Tool) in "C:\phone\nokia3\".

Yes, I relocated as you writed down, and now the download agent is accepted (that one which you linked here above), in an earlier version from the Flashtool, not the latest one. Flashing still need authorization file somehow. ( I tried to flash a rom with Authorization file needed, probably that going to be the reason. Originally I wanted to downgrade my Nokia 3 TA-1032)

huupoke12 said:
Can you try placing the files to a "legacy-compatible" directory (no spaces, only ASCII characters (like a password)). For example, try placing the files (download agent, firmware, SP Flash Tool) in "C:\phone\nokia3\"
Click to expand...
Click to collapse
Yes, I relocated as you writed down, and now the download agent is accepted (that one which you linked here above), in an earlier version from the Flashtool, not the latest one. Flashing still need authorization file somehow. ( I tried to flash a rom with Authorization file needed, probably that going to be the reason. Originally I wanted to downgrade my Nokia 3 TA-1032)

huupoke12 said:
Can you try placing the files to a "legacy-compatible" directory (no spaces, only ASCII characters (like a password)). For example, try placing the files (download agent, firmware, SP Flash Tool) in "C:\phone\nokia3\".
Click to expand...
Click to collapse
I have mistakenly deleted the os of my Nokia 3. PLEASE HELP!!!
The SP Flash tool is still not accepting the download agent!
PLEASE HELP!

Nokia3root said:
I have mistakenly deleted the os of my Nokia 3. PLEASE HELP!!!
The SP Flash tool is still not accepting the download agent!
PLEASE HELP!
Click to expand...
Click to collapse
If you have done the steps exactly as in my instruction and it still fail, then I can't help you anymore. Your phone may be in a different state than mine.
I have successfully unbricked my Nokia 3 (in a constantly restart cycle) on Arch Linux (I don't use Windows). If you want to give it a try, and if you are used to Windows User Interface, I recommend Linux Mint Cinnamon (Ubuntu is another popular choice, but its User Interface is very different from Windows, and Arch Linux is not easy to install if you are not used to command line interface and have some Linux knowledge).

huupoke12 said:
If you have done the steps exactly as in my instruction and it still fail, then I can't help you anymore. Your phone may be in a different state than mine.
I have successfully unbricked my Nokia 3 (in a constantly restart cycle) on Arch Linux (I don't use Windows). If you want to give it a try, and if you are used to Windows User Interface, I recommend Linux Mint Cinnamon (Ubuntu is another popular choice, but its User Interface is very different from Windows, and Arch Linux is not easy to install if you are not used to command line interface and have some Linux knowledge).
Click to expand...
Click to collapse
ok, i will try

huupoke12 said:
I'm assuming you are using Windows.
First, download Python 3 from here, then open the downloaded file to install Python.
While installing, if you see a checkbox that say "Add to PATH", check it. Then proceed to complete your installation.
After installing, download the "nb0 unpack script" to the same folder/directory as the firmware file (.nb0).
In that folder/directory, hold Shift and right-click on the file explorer, then click "Open powershell window here" or "Open command window here" (example).
Then type this into the command window (if you have changed the files' name, you also have to change them in the command)
Code:
python nb0-unpack.py NE1-215H-0-00WW-B02.nb0
Click to expand...
Click to collapse
I am unable to extract the files! PLEASE HELP!!!

huupoke12 said:
I have managed to revive my "black screen, constantly restart" Nokia 3 (TA-1032). Actually the hard part is to find the correct firmware and DA file. So this will mostly be a resource sharing post than a fully guide.
Things needed:
Firmware (Source)
SP Flash Tool
Download Agent (Source)
nbo unpack script
Steps:
Download (and install) SP flash tool.
Download firmware, the download agent and the script.
Extract the downloaded firmware
Install `python3` if you haven't. Run the script with the downloaded firmware (.nb0) path as the argument. It will extract the files.
Run SP flash tool (with root/admin privilege).
In the Download tab: Select the "Download Agent" as the downloaded "Download Agent" file from the above link. Select the "Scatter-loading file" as the scatter file from the extracted firmware. And select "Download Only" mode. ("Authenication File" can be left empty). Just let it be the default (all boxes checked, even preloader).
Plug the phone into the computer and click "Download". If the tool just stucks at 0%, or any error occurs that prevent the flash from starting, press and hold both the POWER and VOL UP button on the phone for about 10 secs, and it will be restarted. The click "Download" again (try it again if the error still occurs).
After done with flashing (green tick), close the program and disconnect the phone from the computer. Wait for about 2 mins (idk if it is necessary) then hold POWER to start the phone. Then wait for a long boot ("NOKIA" logo).
Now you have unbricked you phone. Enjoy
Click to expand...
Click to collapse
THANK YOU VERY MUCH, BROTHER!!!!!!!!!!!!!
It worked!!
Now just have my story..... Actually, this was my friend's Nokia 3 which he gave me to root and I convinced him that I would root it and convinced him that there was no risk in it. Then I rooted the device for him very hardly but then I mistakenly deleted the os of the phone and then I searched the whole internet and found your post.... First of all, I got many errors while unpacking the nb0 file as I was using python 3.0, so I downloaded the python 3.8 installer but it wouldn't install because it was saying that that Service pack 1 was not installed in my Windows 7 but it was, hence I got very irritated and observed the log file and downloaded an update (KB3033929). Then I installed python 3.8 and thus I come to have a working mobile! I again rooted it and gave it to my friend and told him about these happenings.
Once again thank you very much!!! You saved my respect!!

Install Python 3 if you haven't. Run the script with the downloaded firmware (.nb0) path as the argument. how can download scripte ?

majd11 said:
Install Python 3 if you haven't. Run the script with the downloaded firmware (.nb0) path as the argument. how can download scripte ?
Click to expand...
Click to collapse
Right-click on the "Raw" button at the top-right corner, and select "Save link as".

huupoke12 said:
Right-click on the "Raw" button at the top-right corner, and select "Save link as".
Click to expand...
Click to collapse
Run the script with the downloaded firmware (.nb0) path as the argument. It will extract the files.
please help me how do that ?? run the script with .nb0 can you make the vedio please

majd11 said:
Run the script with the downloaded firmware (.nb0) path as the argument. It will extract the files.
please help me how do that ?? run the script with .nb0 can you make the vedio please
Click to expand...
Click to collapse
Read #3 and #13
(#13 is correct, he just downloaded a wrong python version)

huupoke12 said:
I have managed to revive my "black screen, constantly restart" Nokia 3 (TA-1032). Actually the hard part is to find the correct firmware and DA file. So this will mostly be a resource sharing post than a fully guide.
Things needed:
Firmware (Source)
SP Flash Tool
Download Agent (Source)
nbo unpack script
Latest Python 3 (If you are using a Linux distro, it is most likely to be preinstalled).
Note that Python 3 means Python 3.x(.y), not Python 3.0.
If you are using Windows 7, you can only use Python < 3.9.
Steps:
Download (and install) SP flash tool.
Download firmware, the download agent and the script.
Extract the downloaded firmware
Install Python 3 if you haven't. Run the script with the downloaded firmware (.nb0) path as the argument. It will extract the files.
Run SP flash tool (with root/admin privilege).
In the Download tab: Select the "Download Agent" as the downloaded "Download Agent" file from the above link. Select the "Scatter-loading file" as the scatter file from the extracted firmware. And select "Download Only" mode. ("Authenication File" can be left empty). Just let it be the default (all boxes checked, even preloader).
Plug the phone into the computer and click "Download". If the tool just stucks at 0%, or any error occurs that prevent the flash from starting, press and hold both the POWER and VOL UP button on the phone for about 10 secs, and it will be restarted. The click "Download" again (try it again if the error still occurs).
After done with flashing (green tick), close the program and disconnect the phone from the computer. Wait for about 2 mins (idk if it is necessary) then hold POWER to start the phone. Then wait for a long boot ("NOKIA" logo).
Now you have unbricked you phone. Enjoy
Click to expand...
Click to collapse
huupoke12 said:
I have managed to revive my "black screen, constantly restart" Nokia 3 (TA-1032). Actually the hard part is to find the correct firmware and DA file. So this will mostly be a resource sharing post than a fully guide.
Things needed:
Firmware (Source)
SP Flash Tool
Download Agent (Source)
nbo unpack script
Latest Python 3 (If you are using a Linux distro, it is most likely to be preinstalled).
Note that Python 3 means Python 3.x(.y), not Python 3.0.
If you are using Windows 7, you can only use Python < 3.9.
Steps:
Download (and install) SP flash tool.
Download firmware, the download agent and the script.
Extract the downloaded firmware
Install Python 3 if you haven't. Run the script with the downloaded firmware (.nb0) path as the argument. It will extract the files.
Run SP flash tool (with root/admin privilege).
In the Download tab: Select the "Download Agent" as the downloaded "Download Agent" file from the above link. Select the "Scatter-loading file" as the scatter file from the extracted firmware. And select "Download Only" mode. ("Authenication File" can be left empty). Just let it be the default (all boxes checked, even preloader).
Plug the phone into the computer and click "Download". If the tool just stucks at 0%, or any error occurs that prevent the flash from starting, press and hold both the POWER and VOL UP button on the phone for about 10 secs, and it will be restarted. The click "Download" again (try it again if the error still occurs).
After done with flashing (green tick), close the program and disconnect the phone from the computer. Wait for about 2 mins (idk if it is necessary) then hold POWER to start the phone. Then wait for a long boot ("NOKIA" logo).
Now you have unbricked you phone. Enjoy
Click to expand...
Click to collapse
my nokia phone is Ta-1032 mtk 6737 and the firmware in the link is mtk 6735 can I use this on my phone MTK 6737??

huupoke12 said:
I have managed to revive my "black screen, constantly restart" Nokia 3 (TA-1032). Actually the hard part is to find the correct firmware and DA file. So this will mostly be a resource sharing post than a fully guide.
Things needed:
Firmware (Source)
SP Flash Tool
Download Agent (Source)
nbo unpack script
Latest Python 3 (If you are using a Linux distro, it is most likely to be preinstalled).
Note that Python 3 means Python 3.x(.y), not Python 3.0.
If you are using Windows 7, you can only use Python < 3.9.
Steps:
Download (and install) SP flash tool.
Download firmware, the download agent and the script.
Extract the downloaded firmware
Install Python 3 if you haven't. Run the script with the downloaded firmware (.nb0) path as the argument. It will extract the files.
Run SP flash tool (with root/admin privilege).
In the Download tab: Select the "Download Agent" as the downloaded "Download Agent" file from the above link. Select the "Scatter-loading file" as the scatter file from the extracted firmware. And select "Download Only" mode. ("Authenication File" can be left empty). Just let it be the default (all boxes checked, even preloader).
Plug the phone into the computer and click "Download". If the tool just stucks at 0%, or any error occurs that prevent the flash from starting, press and hold both the POWER and VOL UP button on the phone for about 10 secs, and it will be restarted. The click "Download" again (try it again if the error still occurs).
After done with flashing (green tick), close the program and disconnect the phone from the computer. Wait for about 2 mins (idk if it is necessary) then hold POWER to start the phone. Then wait for a long boot ("NOKIA" logo).
Now you have unbricked you phone. Enjoy
Click to expand...
Click to collapse
please can i use this on my nokia 3 mtk 6737 ?

Related

[q] cherry mobile amethyst s610

can some1 tell me how to boot on recovery mode? pls tell me.. pls pls pls pls i want to install clockwerkmod thanks in advance :good:
.
im using cherry mobile amethyst s610.. i search everything in the google.. nothing happens..
How to Root and install CWM
I'm also using Cherry Mobile amethyst and i already rooted and installed CWM recovery. I'm going to teach u how to do that. but i used the ROM Manager Pro to go to the Recovery Mode.
1. You have to Root your android phone using Framaroot (Latest version) and you have to download and install the ROM Manager Pro.
Note: Warranty Void
http://forum.xda-developers.com/apps/framaroot/root-framaroot-one-click-apk-to-root-t2130276 from: alephzain
- Just click the word "Barahir" and wait for the confirmation successfully rooted and reboot your phone.
2. After That, You need to Download the "MTK Droid Tools" , "SP Flash Tools" and MTK Driver. (Search the net for Download)
-install the MTK Driver, Wait for the automatic detection of the device and Click manual install then go to downloaded drivers.
3.Open MTK Droid Tools, then wait to process the Phone Information. You have to Click the "BLOCKS MAP" and after the other window Pop-up with Block Info, Click "SCATTER FILE". This File should be save because it is very important for your device with the name "MT6572_Android_scatter_emmc.txt". Do not Close the MTK Droid Tool.
4. Open the SP Flash Tool, Click "Scatter-Loading" and search the file that you saved earlier with the name "MT6572_Android_scatter_emmc.txt" and Go to "READ BACK TAB". Click "ADD" and the file added at the bottom and Click the File and save it as "ROM_0". You should turn off your Phone. Then Connect it to USB Cable, Unplug the battery first then Click the "Read back Button" and Plug the battery to detect the device and this will be done successfully. You do have "ROM_0" File. DOnt Close SP Flash Tool.
5. Go back to MTK Droid Tools, you can now backup you phone first.Go to "root, backup, recovery" tab, Click "To Process File ROM_* from flash Tool" and select the "ROM_0" you saved earlier. Wait for the task to complete, When the message box appear "Do you want cwm automatically installed", just click "YES".
(Do it with your own Risk, Note: I am not responsible for any Damage, Lost of your data, The Process of flashing will reset your phone into factory reset or it can brick your phone when the procedure is wrong.)
6. After that you can re-flash your stock ROM.Go to SP Flash Tool Again, Then Click Again the "Scatter-Loading" and go to the MTK Droid Tool" Folder named "backup", you will see the backup file you saved a while ago when you process the "ROM_0" File. Open The Folder with the name "S610_******_backup" or "S610_******_ForFlashtoolFromReadBack", you will see the file "MT6572_Android_scatter_emmc.txt" again". after that, all the IMAGE File from your phone will appear on the bottom of SP Flash Tool, Look the name "recovery", if it has File Location, Just chage it, go to "MTK Droid Tool" Folder then open "recovery" folder, you will see the file named "S610_******__recovery_140423-203622.img" and rename it to "recovery.img".
7.Just Click the "Download" button and Unplug and Plug your battery again to detect the Phone. wait it until it done.
8. After the Process completed, Open your Device, install ROM Manager Pro, and when installation completed. Open the Application and Click Reboot into Recovery.
9. The Phone Will reboot and now go to Recovery mode
10. Goodluck
yuwishinu said:
I'm also using Cherry Mobile amethyst and i already rooted and installed CWM recovery. I'm going to teach u how to do that. but i used the ROM Manager Pro to go to the Recovery Mode.
1. You have to Root your android phone using Framaroot (Latest version) and you have to download and install the ROM Manager Pro.
Note: Warranty Void
http://forum.xda-developers.com/apps/framaroot/root-framaroot-one-click-apk-to-root-t2130276 from: alephzain
- Just click the word "Barahir" and wait for the confirmation successfully rooted and reboot your phone.
2. After That, You need to Download the "MTK Droid Tools" , "SP Flash Tools" and MTK Driver. (Search the net for Download)
-install the MTK Driver, Wait for the automatic detection of the device and Click manual install then go to downloaded drivers.
3.Open MTK Droid Tools, then wait to process the Phone Information. You have to Click the "BLOCKS MAP" and after the other window Pop-up with Block Info, Click "SCATTER FILE". This File should be save because it is very important for your device with the name "MT6572_Android_scatter_emmc.txt". Do not Close the MTK Droid Tool.
4. Open the SP Flash Tool, Click "Scatter-Loading" and search the file that you saved earlier with the name "MT6572_Android_scatter_emmc.txt" and Go to "READ BACK TAB". Click "ADD" and the file added at the bottom and Click the File and save it as "ROM_0". You should turn off your Phone. Then Connect it to USB Cable, Unplug the battery first then Click the "Read back Button" and Plug the battery to detect the device and this will be done successfully. You do have "ROM_0" File. DOnt Close SP Flash Tool.
5. Go back to MTK Droid Tools, you can now backup you phone first.Go to "root, backup, recovery" tab, Click "To Process File ROM_* from flash Tool" and select the "ROM_0" you saved earlier. Wait for the task to complete, When the message box appear "Do you want cwm automatically installed", just click "YES".
(Do it with your own Risk, Note: I am not responsible for any Damage, Lost of your data, The Process of flashing will reset your phone into factory reset or it can brick your phone when the procedure is wrong.)
6. After that you can re-flash your stock ROM.Go to SP Flash Tool Again, Then Click Again the "Scatter-Loading" and go to the MTK Droid Tool" Folder named "backup", you will see the backup file you saved a while ago when you process the "ROM_0" File. Open The Folder with the name "S610_******_backup" or "S610_******_ForFlashtoolFromReadBack", you will see the file "MT6572_Android_scatter_emmc.txt" again". after that, all the IMAGE File from your phone will appear on the bottom of SP Flash Tool, Look the name "recovery", if it has File Location, Just chage it, go to "MTK Droid Tool" Folder then open "recovery" folder, you will see the file named "S610_******__recovery_140423-203622.img" and rename it to "recovery.img".
7.Just Click the "Download" button and Unplug and Plug your battery again to detect the Phone. wait it until it done.
8. After the Process completed, Open your Device, install ROM Manager Pro, and when installation completed. Open the Application and Click Reboot into Recovery.
9. The Phone Will reboot and now go to Recovery mode
10. Goodluck
Click to expand...
Click to collapse
thanks a lot !!!!! u're such a big help!! :good:
oh yeah, i forgot.. did you boot on downloading mode or you just turn off your phone?
Help! i need stock rom for amethyst
sr, can you up your amethyst stock rom backup,.here plsssss? im stock at boot logo,.,help plssss,., thanks,.
Heaven0918 said:
sr, can you up your amethyst stock rom backup,.here plsssss? im stock at boot logo,.,help plssss,., thanks,.
Click to expand...
Click to collapse
try flashing the rom again
please upload stockrom.. im on bootloop no cwm recovery yet.. huhuhuhu
please need stock rom for amethyst im in boot loop too :crying::crying::crying::crying::crying:
thread: [q] cherry mobile amethyst s610 Logged in as shield89 Image Verification
balot.ko said:
try flashing the rom again
Click to expand...
Click to collapse
what is the shortcut keys for recovery mode? you can't do it if hangups to boot logo...
balot.ko said:
can some1 tell me how to boot on recovery mode? pls tell me.. pls pls pls pls i want to install clockwerkmod thanks in advance :good:
Click to expand...
Click to collapse
mobile uncle tool po tas recovery.img po.. pag mag CWM.. )
Volume up+Powerbutton (hold) saksak mo Charger, wait.

Question Lenovo Phab PB1 770m no operating system help

Hi all i have new Lenovo PB1 770m I attempted to root it the TWRP was installed but it was not rooted
then I tried to update the firmware to the latest 151111 and no go, in the end i managed to delete the operating system so now I can boot to recovery mode only, When I try to restart it comes up with No OS Installed, I have tried to install xposed v79 sdk21 arm64zip no go, Ok now I know that I am an IDIOT for
not making a backup of original system and not cheking the firmware was the same as the root guide,
On the top of recovery screen is :- 2.8.7.7 SevenMaxs and TeamWin Recovery Project, I guess this could
be an expensive lesson, I have been looking for an original ROM with no luck so any help would be very
much appreciated, Thanks pluto1956, Mike
ps used info and files from here to try and root. http://forum.xda-developers.com/andr...oting-t3290347
UPDATE I managed to get a ROM from Russian site PB1-770M_S000156_150930_ROW_fastboot.7z 1.8gig
instructions say to be installed from computer via usb my problem is I can only access the internal storage or external SD card not the Usb-otg so it seems I can only update from the sd or internal memory
tried putting the rom on both but no go
Hi is there anybody that knows where and how to install the stock firmware for the phab PB1-770M
HELP
Same as above. need a stock rom. formatted internal storage mistakenly. HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
naeemdurrani said:
Same as above. need a stock rom. formatted internal storage mistakenly. HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Click to expand...
Click to collapse
Well i did it. Is really simple but it seems nobody has this problem before. You need
- Download Stock Firmware from russian lenovo site
- The Tool i used is QPST_2.7.422 QFIL it cames with the Drivers (i used Win8.1)
- Put phone in Download mode (press vol up and down same time and connect phone to PC)
- Open QFIL program and select flat build
- In select programmer you select prog_emmc_firehose_8936.mbm
- In load xml i selected rawprogram_unsparse and path0
- After that you click download and wait like 4 min and when say finish succesfully you start phone manually
I hope this helps.
Thanks brother, yesterday i downloaded one russian rom in zip format and there was a .bat file included in it. i only double clicked and it flashed through adb and fastboot and it was successfull. i got the operating system 5.0.2 but WLAN is not working, tried flashing several time but no luck. i learned that it is still under warranty ..so sent it to warranty. in a week it will be back with be for testing again hopefully.
well i will try your method as soon as i get my beast again. Thank you so much for helping out in timely manner, really appreciate it brother.
jotade said:
Well i did it. Is really simple but it seems nobody has this problem before. You need
- Download Stock Firmware from russian lenovo site
- The Tool i used is QPST_2.7.422 QFIL it cames with the Drivers (i used Win8.1)
- Put phone in Download mode (press vol up and down same time and connect phone to PC)
- Open QFIL program and select flat build
- In select programmer you select prog_emmc_firehose_8936.mbm
- In load xml i selected rawprogram_unsparse and path0
- After that you click download and wait like 4 min and when say finish succesfully you start phone manually
I hope this helps.
Click to expand...
Click to collapse
---------- Post added at 08:10 AM ---------- Previous post was at 08:06 AM ----------
it is very easy my friend just look into the only topic/thread about Phab plus in xda. it will guide you well.
if you get any error in recovery like footer is wrong/signature verification failed. connect your phone and first check if your device in being tracked by adb. use adb devices.
if your device appear in the list of devices ..use fastboot oem unlock then flash sevenmax twrp again after entering into temporary twrp as per phab plus thread.
0verdaflow said:
How can you root this damn phones.... i was trying like for 2 days....
Click to expand...
Click to collapse
jotade said:
Well i did it. Is really simple but it seems nobody has this problem before. You need
- Download Stock Firmware from russian lenovo site
- The Tool i used is QPST_2.7.422 QFIL it cames with the Drivers (i used Win8.1)
- Put phone in Download mode (press vol up and down same time and connect phone to PC)
- Open QFIL program and select flat build
- In select programmer you select prog_emmc_firehose_8936.mbm
- In load xml i selected rawprogram_unsparse and path0
- After that you click download and wait like 4 min and when say finish succesfully you start phone manually
I hope this helps.
Click to expand...
Click to collapse
Could you please elucidate more? I downloaded the ROM and the flash program. However, I've no clue how to get going. I don't even see the xml files anywhere (as mentioned by you).
Just don't want to screw it up bad so being little more cautious.
jotade said:
Well i did it. Is really simple but it seems nobody has this problem before. You need
- Download Stock Firmware from russian lenovo site
- The Tool i used is QPST_2.7.422 QFIL it cames with the Drivers (i used Win8.1)
- Put phone in Download mode (press vol up and down same time and connect phone to PC)
- Open QFIL program and select flat build
- In select programmer you select prog_emmc_firehose_8936.mbm
- In load xml i selected rawprogram_unsparse and path0
- After that you click download and wait like 4 min and when say finish succesfully you start phone manually
I hope this helps.
Click to expand...
Click to collapse
im getting this error
Start Sending Programmer
Download Fail:System.Exception: Unable to download Flash Programmer using Sahara Protocol
at QC.QMSLPhone.Phone.QPHONEMS_SaharaArmPrgDownload(String sFileName)
at QC.SwDownloadDLL.SwDownload.QPHONEMSSaharaDownloadArmPrg(UInt64& version, String armPrgPath)
Download Fail:Sahara FailSahara Fail
Finish Download
cant flash the stock rom
man dont use Qfil program.
the rom which you downloaded should be in zip format, unzip it, there is a file download_with_partiotion.bat.
run it and sit back until it is finished.
Wakatsik said:
im getting this error
Start Sending Programmer
Download Fail:System.Exception: Unable to download Flash Programmer using Sahara Protocol
at QC.QMSLPhone.Phone.QPHONEMS_SaharaArmPrgDownload(String sFileName)
at QC.SwDownloadDLL.SwDownload.QPHONEMSSaharaDownloadArmPrg(UInt64& version, String armPrgPath)
Download Fail:Sahara FailSahara Fail
Finish Download
cant flash the stock rom
Click to expand...
Click to collapse
naeemdurrani said:
man dont use Qfil program.
the rom which you downloaded should be in zip format, unzip it, there is a file download_with_partiotion.bat.
run it and sit back until it is finished.
Click to expand...
Click to collapse
i cant use the .bat cause my phone is already bricked...it wont be recognize by the app...the only way is thru QFIL but the problem is that i always get the error above
Hi, same here. I tried using QFIL and getting Sahara Fail. Then tried clicking on the bat file but its not working since the phone is not recognized. Please help.
EDIT : I got the QFIL working just now and my phone is working. Flashed the stock rom and I think it will be just fine.
whiskey_1388 said:
Hi, same here. I tried using QFIL and getting Sahara Fail. Then tried clicking on the bat file but its not working since the phone is not recognized. Please help.
EDIT : I got the QFIL working just now and my phone is working. Flashed the stock rom and I think it will be just fine.
Click to expand...
Click to collapse
My phone was wiped by me . I have TWRP and my phone is read as ADB interface (when in recovery mode). I tried adb devices and it returned 1f82f24b recovery. I also can access my phone memory from PC when in TWRP recovery which enables me to transfer files.
My problem is it is only read as ADB interface not as Qualcom COM port device. When I try Download_with_partition.cmd I get the error that it can not distinguish devices and to try. Any solution by those managed to install it successfully?
For everyone landing in this page due to wiping his OS of Lenovo Phab Plus by mistake (like I did), please refer to this thread:
Lenovo Phab Plus PB1-770M Stock ROM needed
Thanks!
jotade said:
Well i did it. Is really simple but it seems nobody has this problem before. You need
- Download Stock Firmware from russian lenovo site
- The Tool i used is QPST_2.7.422 QFIL it cames with the Drivers (i used Win8.1)
- Put phone in Download mode (press vol up and down same time and connect phone to PC)
- Open QFIL program and select flat build
- In select programmer you select prog_emmc_firehose_8936.mbm
- In load xml i selected rawprogram_unsparse and path0
- After that you click download and wait like 4 min and when say finish succesfully you start phone manually
I hope this helps.
Click to expand...
Click to collapse
I was not doing the 8936.mbn part!
By default it is 8916 so it doesnt work. but after changing that setting, it work!:highfive::good:
I can't unbrick
Hi!
I have a Lenovo Phab PB1-770M, this phone won't turn on, only Lenovo logo, or fastboot or flashmode.
With Flashtool i can't flash. In Fastboot i flash a recovery or operating system, i reboot the phone and again only the Lenovo screen, operating system not starting.
What can i do?
naeemdurrani said:
man dont use Qfil program.
the rom which you downloaded should be in zip format, unzip it, there is a file download_with_partiotion.bat.
run it and sit back until it is finished.
Click to expand...
Click to collapse
this is what i get running the .bat command >
'adb' is not recognized as an internal or external command,
operable program or batch file.
╟δ╚╖▒ú╩╓╗·─▄╣╗╩╢▒≡adb╔Φ▒╕!╟δ╓╪╩╘úí
please ensure the phone can distinguish adb devices! Please retry!
Press any key to continue . . .

[Complete Guide] to get rid of "Custom binary blocked by FRP" forever

Backstory
OK if you want to know a little backstory read this post.
This Post is Windows exclusive because it requires Odin and as the Website hosting JOdin (https://forum.xda-developers.com/showthread.php?t=2598203) is down i am unable to find a good substitute. Heimdall isn't working for me...
Disclaimer
This should not cause any dataloss but there is always a slight chance.
I am not responsible if anything goes wrong.
Device Compatibility
Here is a list of Devices which are confirmed to be fixed by this method. Theoretically it should work with every Samsung.
Galaxy J5 (SM-J500FN)
Please let me know if it also works for you (add your exact Device Name)
You will need:
Samsung Device Firmware type in exactly your device name, then select country/provider and download the newest version for you Android version
WinRAR of cours (on Windows)
SkipSoft Unified Android Toolkit
Samsung USB Driver (if you haven't them already)
and Odin
Instructions
1. Open the downloaded firmware .zip archive and extract the content. Then open the extracted .tar.md5 archive again with WinRAR and extract boot.img
2. Install SkipSoft Unified Android Toolkit
3. Copy the boot.img file to the INPUT folder in the installation path of the Toolkit
4. Start it and write 99 for Basic Android Toolkit (and wait for the Downloads to finish if you are using it the first time)
5. Type 8, enter, 2, enter, check if only the boot.img file is listend, then type yes
6. Copy the .tar file from the OUTPUT folder to a folder of your liking
7. Install the USB Drivers
8. Power down your Phone and hold the [VolumeDOWN + POWER + HOME] to enter Download Mode (to confirm press [VolumeUP])
9. Start Odin and Connect you Phone to you PC. If the Device is detected properly the Log box should say something similar to "<ID:0/004> Added!!"
10. press the AP button (formerly PDA) and choose the .tar file you created befor
11. Then press start. If Odin was successful in the left corder should be a green square saying passed
IF UNSUCCESFUL: try using a USB 2.0 usb port on you PC/Laptop if you have one. On PCs try using the motherboard ports on the back
If you get any errors please let me know.
Cannot Find INPUT and OUTPUT folder
I cannot locate INPUT and OUTPUT folders in c:\Unified_Android_Toolkit and confused. Stuck at this stage. Do I create the folder myself? Please advise. Thanks
AcharyaJeeS said:
I cannot locate INPUT and OUTPUT folders in c:\Unified_Android_Toolkit and confused. Stuck at this stage. Do I create the folder myself? Please advise. Thanks
Click to expand...
Click to collapse
INPUT folder must be created and the OUPUT folder will be created by the tool
Please help!!!
Toby4213 said:
Backstory
OK if you want to know a little backstory read this post.
This Post is Windows exclusive because it requires Odin and as the Website hosting JOdin (https://forum.xda-developers.com/showthread.php?t=2598203) is down i am unable to find a good substitute. Heimdall isn't working for me...
Disclaimer
This should not cause any dataloss but there is always a slight chance.
I am not responsible if anything goes wrong.
Device Compatibility
Here is a list of Devices which are confirmed to be fixed by this method. Theoretically it should work with every Samsung.
Galaxy J5 (SM-J500FN)
Please let me know if it also works for you (add your exact Device Name)
You will need:
Samsung Device Firmware type in exactly your device name, then select country/provider and download the newest version for you Android version
WinRAR of cours (on Windows)
SkipSoft Unified Android Toolkit
Samsung USB Driver (if you haven't them already)
and Odin
Instructions
1. Open the downloaded firmware .zip archive and extract the content. Then open the extracted .tar.md5 archive again with WinRAR and extract boot.img
2. Install SkipSoft Unified Android Toolkit
3. Copy the boot.img file to the INPUT folder in the installation path of the Toolkit
4. Start it and write 99 for Basic Android Toolkit (and wait for the Downloads to finish if you are using it the first time)
5. Type 8, enter, 2, enter, check if only the boot.img file is listend, then type yes
6. Copy the .tar file from the OUTPUT folder to a folder of your liking
7. Install the USB Drivers
8. Power down your Phone and hold the [VolumeDOWN + POWER + HOME] to enter Download Mode (to confirm press [VolumeUP])
9. Start Odin and Connect you Phone to you PC. If the Device is detected properly the Log box should say something similar to "<ID:0/004> Added!!"
10. press the AP button (formerly PDA) and choose the .tar file you created befor
11. Then press start. If Odin was successful in the left corder should be a green square saying passed
IF UNSUCCESFUL: try using a USB 2.0 usb port on you PC/Laptop if you have one. On PCs try using the motherboard ports on the back
If you get any errors please let me know.
Click to expand...
Click to collapse
Hello.
I have this problem on a Galaxy J5 (SM-J500FN), but I can't download anything in download mode even with Odin, it fails every time. The phone gives a message reading MDM MODE CAN'T DOWNLOAD
Please help me how to fix this........
Thank you.
Thanks!!
Works perfectly on J5 2016 (SM J510FN).
I owe you, brooo!!

Successfully rooted Simbans 10" Excello Tab using Magisk Manager & SP Flash Tool

Successfully rooted Simbans 10" Excello Tab using Magisk Manager & SP Flash Tool
Rooting the Simbans 10' Excello Tab. Please note the usual warnings before you attempt rooting an Android device. You're probably voiding your warranty. You risk bricking your device. Neither I, nor the website where you found my words, assumes responsibility for your actions
I bought a 10" Simbans Excello Tab running Android Pie (9) for $130 USD in March 2020. I've rooted all of the ~20 Android devices I've owned. It seemed to me that $130 was a bargain price, but rooting it would be difficult. I found no reports of other owners successfully rooting the Excello Tab. I couldn't even find the OEM firmware for it on the mfr website, so I emailed them on the 4th of July asking for the firmware.
At my request, Simbans added the Excello firmware to its website (https://www.simbans.com/restore.html) on 5 July 2020, along with an SP flash tool, and both PDF and video flashing instructions. Prior to my request, Simbans only listed firmware for its Tango and Picasso tablets. N.B. Although I refer to the Excello firmware by different names, it's ExcelloTab 9.0 Base V1.rar on the official Simbans download site. Similarly, what I call the SP Flash Tool is the Reinstall Tool for Android 9.zip on Simbans' website.
The SP flash tool was a clue to how to root the Excello. SP flash tool is for flashing firmware onto Mediatek chips, which are used in several different phone and tablet brands, including the Excello Tab.
PREPARE YOUR PC. Download the Excello firmware rar file, SP Flash Tools zip, and Extract your SP Flash Tools zip file into a folder, and the Excello firmware rar file into another folder. Although most of you will be using Windows, n.b. there are Linux versions of the SP Flash Tool, and the 64 bit Linux version saved me from a hard brick situation. While you're doing that, download the Windows 10 MTK VCOM USB preloader drivers for your desktop computer.. Thoroughly vet your Windows drivers, following online guides. When you connect your powered off Excello Tab to your PC with SP Flash Tool running, you want to see the VCOM driver recognized (check with Device Manager). When you connect it with MTK Droid and Root Tool (which doesn't support Android >4.5) running, you want to see a different MTK USB driver recognized.
PREPARE YOUR EXCELLO TAB. Enable Developer Options and turn USB debugging on. You do not need to unlock the bootloader (so leave OEM unlocking off in Developer Options) to root the Excello Tab. Download and install root checker and Magisk Manager apps onto your Excello Tab.
In order to root the Excello, you need to hack the Excello's boot.img boot partition. But, we didn't get that file in the Excello firmware archive from Simbans. We will have to capture the Excello's boot partition. We do it by reading back the boot.img partition from RAM. There doesn't appear to be a simple boot.img file loaded onto the Excello. It'builds the boot partition from other files, like a boot-sign.img file.
Change the SP Flash Tool to allow capturing partitions, like the boot.img boot partition. Go to your SP Flash Tools folder, and edit the option.ini file in the SP Flash Tools archive. It's a text file, so use a text editor like Windows' Notepad or Ubuntu's Gedit. Find the [ReadBack] section of the file, and change ShowByScatter=false to ShowByScatter=true. Save your changes.
Run the SP Flash Tool as administrator by running the (Windows) flash_tool.exe with shift-right click on the file, or (Linux) sudo ./flash_tool.sh program. Set it up by selecting the Download tab near the top of the window. Choose your Download agent from the extracted firmware folder. Use the MTK_AllInOne_DA.bin choice. The correct Scatter-loading file for our Excello Tabs is the MT8163_Android_scatter.txt file. If you placed all of the extracted files from your Excello firmware rar file in the same location as the scatter file, the SP Flash tool will populate the fields for boot, recovery, etc. Correct any errors now, before you try to flash or use something that's so out of place that it bricks your device. You can click on any erroneous files and correct their path or name.
When you're ready to capture/readback your boot partition, select the Readback tab, and select only the boot partition. Make sure your Excello Tab is powered down and unplugged from the computer that's running the SP FLash tool. Choose the Read Back action. The tool will wait for you to connect your device. Hold the Volume Down button on your Excello Tab, connect the device, and release the volume down button when the red bar appears at the bottom of the tool window. The boot partition gets written as ROM_10 in your SP Flash tool folder. The boot partition will differ on different MT chip architectures, and different partitions. If your next action was to readback your Excello's (MT8163's) recovery partition, it would be saved as ROM_11, and so on.
If the readback succeeds, a green check mark icon appears on the tool screen, and your boot partition has been captured in a 10.8 MB ROM_10 file located in the SP Flash Tool folder..
Disconnect your Excello, power it up, copy the ROM_10 file to your Excello in a location you will remember, and rename it boot.img. I put mine in my Excello's internal memory's Downloads folder.
Run the Magisk Manager app on your Excello, It will tell you Magisk is not up to date. Click the INSTALL choice, confirm with yes, and choose Select and Patch a file as your method, Navigate to your just-saved boot.img file, and let Magisk do its thing. When it finishes, you will have a rooting magisk_patched.img to replace your stock boot.img. Copy the magisk_patched.img to your Excello firmware folder.
Before you flash your modified boot.img file (magisk_patched.img) to root your Excello, you have to modify your MT8163_Android_scatter.txt file (it's in your firmware folder) to only flash up to and including the boot partition. Load that scatter file in your text editor, and find the partition_name: boot. For the MT8163 chip, it's in the section starting with partition_index: SYS10. As you read about partition_index SYS10, you realize that SYS10 is where ROM_10 gets its name from. Different MT chips have different architectures. An MT6753 chip's boot partition will be in SYS8. After you've deleted all the sections following our 8163's SYS10, save the modded file with another name, like MT8163_Android_scatteredmoddedBOOTONLY.txt.
To root your Excello Tab, run the SP Flash Tool as administrator. Change the scatter file to the one you just modified. Choose the Download tab. The scatter file should only give you the boot partition as a familiar target. Check that partition, and select the magisk_patched.img. Power down your Excelo. Press the Download action on the SP Flash Tool. Hold the Excello's Volume Down button and connect the Excello to your PC running the SP Flash Tool. Release the button when the red bar appears on the flash tool. When the flashing completes with a green check mark icon, unplug the Excello. Boot it up, run Magisk Manager and your root checker. You should have a rooted tablet.
At one point, I hard bricked my Excello. It was my fault, but my Excello wouldn't respond to its power button There was an apparent Windows driver problem, as my Excello Tab wasn't recognized by my Windows PC when bricked, so the SP flash tool errored out with an unrecognized device. Luckily, there's a 64 bit Linux version of the SP Flash tool, and the Linux kernel read the MediaTec chip, allowing the Linux version of the SP flash tool to successfully flash the OEM firmware to unbrick the Excello, readback/create the boot.img, and flash the Magisk_patched.img to root the Excello Tab tablet.
If any of these instructions are confusing or contradictory, ask for clarification before you turn your beautiful $130 10" bargain tablet into the most expensive paperweight you ever bought.
i did all the steps up to the readback part it gives me error i try to readback the boot part and that i have done so far to the tablet
exglynco said:
Before you flash your modified boot.img file (magisk_patched.img) to root your Excello, you have to modify your MT8163_Android_scatter.txt file (it's in your firmware folder) to only flash up to and including the boot partition. Load that scatter file in your text editor, and find the partition_name: boot. For the MT8163 chip, it's in the section starting with partition_index: SYS10. As you read about partition_index SYS10, you realize that SYS10 is where ROM_10 gets its name from. Different MT chips have different architectures. An MT6753 chip's boot partition will be in SYS8. After you've deleted all the sections following our 8163's SYS10, save the modded file with another name, like MT8163_Android_scatteredmoddedBOOTONLY.txt.
Click to expand...
Click to collapse
Hey man, awesome work here. I am trying this myself but I am having trouble going through the part I quoted above. Can you help clarify this? Thanks in advance!
I'm sorry, guys, for not checking in more often. I dropped my Excello and cracked its screen some time ago.
Anyway, I found my old working directory for my rooting Excello project, and attached a couple of screen captures to show you what the OEM scatter.txt file looks like. I used Ubuntu's gedit to open/edit the file. The old CTRL-F command opened up a search box, which found SYS10 around line 179. Chop the file after the SYS10 section/discussion, after line 192, and save the altered file as discussed. See the second screen capture file.

Question [Guide] How to use SP Flash tool [Windows Only!]

Today I'm going to write how to use so flash tool for OnePlus Nord CE 2
Before you begin download: https://drive.google.com/file/d/1fL8qqu_pBK1YU5xbgugLax7ZKU-k3ex7/view?usp=drivesdk
This includes sp flash tool for our MTK version, drivers and MTK Bypass files!
Requirements: PC or Laptop
Internet connection
USB cable
Take a backup of your data, Just in case if any error happens.
Windows Method
Requirements:
SP_Flash_Tool_5.2112.00.zip
drive.google.com
Decrypted OFP for our device! You can find it on Google!
Install Python from Windows Store
https://sourceforge.net/projects/li...ibusb-win32-devel-filter-1.2.6.0.exe/download
libusb-win32 - Having Issues? Click Here
Steps:
1) Extract the zip
2) Use the bundled QcomMtk_Driver_Setup_3.1.9.exe from the zip. for MTK Preloader USB VCOM driver it should be installed within windows 8 and above?
3)Download this file and install it, after installing power off phone and connect to pc while holding Vol+- (don't leave the buttons after connecting) . You might need this driver as well if it's not detected.
Press next, connect your device to PC while holding Vol+- buttons (your device needs to be powered off, and don't leave the buttons) and you will see the mtkdriver down below. Install it.
Choose MediaTek USB Port and install it.
4)Then run the brom.bat under Bypass folder (spflashtool/mtk-bypass/bypass). (for Linux, When available) use command: python3 mtk payload to start the BROM exploit!
5) Now power off the phone and connect the phone while holding volume + and - (Don't leave the buttons until the bypass is done)
6)After the above step Go into Flash Tool folder and open the SPFlash tool and launch flash_tool.exe
7) Click on Options>Options and go to Connections and select UART and set Baud Rate to 921600
8)Now in Sp flash tool select the scatter file which you have extracted from Partitions.zip and make sure that prealoder, lk, and lk2 is selected.
9) You don't need to select auth file as authorization is disabled. Once you do it, it should look like this. ALWAYS MAKE SURE DOWNLOAD ONLY MODE IS SELECTED! DON'T SELECT OTHER MODES!
Make SURE "Download Only" is selected. Don't select ANYTHING ELSE! You will lose your IMEIs, Serial Numbers, Capability of Hardware Attestation etc. if you choose "Format data + Download" make SURE you selected "Download Only".
10) Now, you can start downloading with the button and after that a checkmark will appear. You can reboot your phone
After flashing it should look like this. Download has been complete.
Credits:
B. Kerler for MTK Bypass
@Saksham Antil (aka Tony Stark) for original guide
Reserved for updates:
When Linux Version will be available for our devices it will be posted
Edit it looks like it is, only my who uses old source

Categories

Resources