[GUIDE][SM-A107][MTK6765] Unbrick your Samsung Galaxy A10s - Stuck on a black screen, recognized as Preloader USB VCOM and cycling rebooting - Samsung Galaxy A10 Guides, News, & Discussion

Hi, yesterday I bricked my Galaxy A10s by flashing a custom recovery by Odin (The phone doesn't enter in Download or recovery modes, it just does nothing):
Immediately I started looking for how to fix it, and after a lot of research, here is how to:
REQUIREMENTS​
Windows 10 x64 bit PC with Internet Connection (may work on Win7/8).
A USB Cable
Scatter firmware:
For SM-A107M Binary5: https://www.androidfilehost.com/?fid=7161016148664790627
For SM-A107F Binary8: https://www.androidfilehost.com/?fid=7161016148664790683
PROCESS​1- Download this file and decompress it using 7Zip or WinRAR. then open the folder: https://www.androidfilehost.com/?fid=7161016148664790681
2- Python3 installation: open the python installer. Mark the "ADD Pyhton 3.9 TO PATH" option: https://i.imgur.com/9hxjD5p.jpg
Then click "Install Now". When finished click close. Open a cmd (write cmd in Windows Start Menu and open it) and paste this comand:
pip install pyusb pyserial json5​If all its okay, you must see something like this:
https://imgur.com/YdHQgk2
If not, uninstall all versions of python you have installed and reinstall the provided one, remember to check the "Add to PATH".
3- MTK Driver: open the "MediaTek SP Drivers v2.0 signed" folder, then open Android, do a right click over "android_winusb.inf" and click install. Go back and open "CDC" folder. Right click "cdc-acm.inf" and press install. In both cases, it will say "Installation successfully".
4- Decompress the scatter firmware provided at the first of the post. If you wanna make one, because you have another model or binary, see the next post.
5- Prepair SP Flash Tool: open the "SP_Flash_Tool" folder and execute "flash_tool.exe" as Administrator.
Click "Choose" button in the Scatter-Loading file line and search the folder where you decompressed the Scatter Firmware. Open the file "MT6765_Android_scatter.txt". https://i.imgur.com/BLYlaSX.jpg
Make sure the option below "Authentication File" is "Download Only". If not, select it from the list.
Now, go to "Options" > "Option..." and unmark these 3.
Go to connection and put all like the photo:
Done, now we have SP Flash Tool ready.
5- Connect your Galaxy A10s to your computer. Your phone its cycling rebooting itself, entering into preloader mode for 2 seconds, every 10-15 seconds.
Now install "libusb-win32-devel-filter-1.2.6.0.exe" and click finish to open it. Select "Install a device filter" and click next. A list will appears, so wait for your Phone to enter into Preloader. It will appear in the list (as Preloader USB VCOM Port), so rapidly select it and then click "Install". https://i.imgur.com/Kzv3lkD.jpg
If it appears, all is okay, if not, repeat this step. Don't close the program after do this.
6- With this done, open the "bypass_utility-v.1.4.2" folder. In the keyboard, press "Shift" (the key with a up pointed arrow, below enter) and without releasing it, right click inside the folder. In the menú, click "Open Power Shell here".
Now, write this and press enter:
python main.py​If this command does nothing, try with this variant: py -3 main.py
Now, wait for the phone reboot again in preloader. This time, the script will make the phone keep in the Preloader, and the PowerShell will tell you that an error was ocurred. https://i.imgur.com/ZCsRmtN.jpg
So, open libusb-win32 program from the taskbar and search for "Mediatek USB Port". Select it and press next, to install the device filter for it.
https://imgur.com/ouu6u2c
7- Maximize Power Shell and write this command again:
Code:
python main.py
(or py -3 main.py)
NOTE: If PowerShell it's stuck on "waiting for the device" for more than 2 minutes, press Power, vol+, and vol- buttons at the same time for 7 to 15 seconds to force a reboot.
This time, the log will tell you "[2021-08-21 13:28:01.303625] Protection disabled". https://i.imgur.com/2avTTNi.jpg
Plz, don't disconnect the phone.
8- Go back to SP Flash Tool program and click in the "Download" button and it will start to flash your phone. https://i.imgur.com/iknxeUE.jpg
https://imgur.com/huHh7tz
9- When finished, you will see a green tick and your phone will disconnect from the computer. Now, press the power and volume down (-) buttons at the same time, and keep it until you see the Download Mode.
https://imgur.com/Bi4AITN
10- Now, flash the last Firmware for your phone using Odin. Exists a lot of tutorials on Google and YouTube for it, so i will leave you to search one.
11- Done! Your phone its alive again.
Thanks to fromgodd & Dego09 for helping me, without them, this tutorial wasn't possible​My english isn't perfect. You can tell me any corrections. Thanks in advance.​

How to make a Scatter Firmware for your Galaxy A10s​REQUIREMENTS​- Last version of 7Zip ZStandard. Download it from the releases and install: https://github.com/mcmilk/7-Zip-zstd/releases
- A firmware that match with your phone binary. If you dont know, use the last one. You can download it from various sites, but i recommend to use SamFW.com. You need to decompress the firmware to get the 5 files needed.
PROCESS​1- Create a new folder and place this file in: https://www.androidfilehost.com/?fid=7161016148664790665
2- Now, go where you downloaded the firmware. Right click on the AP File and click "7Zip ZS" option and select "Open Archive" (first option).
3- We will open file by file, and then we will drag the content of each one inside to the folder with the scatter.txt file. Repeat it with AP, BL, CP and CSC Firmware files (HOME_CSC isn't used).
The result will be like this:
https://imgur.com/wcHVfop
3- Now go to "View" tab in the Windows Explorer, and then tick "File Name Extensions".
https://imgur.com/V4FI1Tl
4- Rename the following files:
md1img.img to md1rom.img​scp.img to tinysys-scp1.bin​lk.img to lk.bin​tee.img to trustzone1.bin​You must change name AND extension.
5- Extract the preloader binary: for this, open the "WMR MTK" folder and execute "WwR_MTK_2_51.exe", then wait for 120 seconds (because it's a free version).
Go to preloader tab, then click "Select File" and open the "Preloader.img" file.
https://imgur.com/w6oNJv6
Then click on "To extract preloader and save as..." and save the file in the folder with the other using the name "preloader_s96116aa1.bin".
https://imgur.com/m2lIeRv
6- Your Scatter Firmware it's done for be flashed on your device. The result will be like this:
https://imgur.com/WGge7xa
Post in the thread any inconveniences if you face, I will try to help you.

RESERVED POST

GonicTEAM said:
How to make a Scatter Firmware for your Galaxy A10s​REQUIREMENTS​- Last version of 7Zip ZStandard. Download it from the releases and install: https://github.com/mcmilk/7-Zip-zstd/releases
- A firmware that match with your phone binary. If you dont know, use the last one. You can download it from various sites, but i recommend to use SamFW.com. You need to decompress the firmware to get the 5 files needed.
PROCESS​1- Create a new folder and place this file in: https://www.androidfilehost.com/?fid=7161016148664790665
2- Now, go where you downloaded the firmware. Right click on the AP File and click "7Zip ZS" option and select "Open Archive" (first option).
3- We will open file by file, and then we will drag the content of each one inside to the folder with the scatter.txt file. Repeat it with AP, BL, CP and CSC Firmware files (HOME_CSC isn't used).
The result will be like this:
https://imgur.com/wcHVfop
3- Now go to "View" tab in the Windows Explorer, and then tick "File Name Extensions".
https://imgur.com/V4FI1Tl
4- Rename the following files:
md1img.img to md1rom.img​scp.img to tinysys-scp1.bin​lk.img to lk.bin​tee.img to trustzone1.bin​You must change name AND extension.
5- Extract the preloader binary: for this, open the "WMR MTK" folder and execute "WwR_MTK_2_51.exe", then wait for 120 seconds (because it's a free version).
Go to preloader tab, then click "Select File" and open the "Preloader.img" file.
https://imgur.com/w6oNJv6
Then click on "To extract preloader and save as..." and save the file in the folder with the other using the name "preloader_s96116aa1.bin".
https://imgur.com/m2lIeRv
6- Your Scatter Firmware it's done for be flashed on your device. The result will be like this:
https://imgur.com/WGge7xa
Post in the thread any inconveniences if you face, I will try to help you.
Click to expand...
Click to collapse
OMG! It Works!!! Thank you a hundred of times!

Everything is fine. in step 8 when i click download it says its not verified. what are the conneciton options you mentioned in step 5. thank you in advance ♥

wheni click download gives me this error status_sec_img type_mismatch

Radiant404 said:
Everything is fine. in step 8 when i click download it says its not verified. what are the conneciton options you mentioned in step 5. thank you in advance ♥
Click to expand...
Click to collapse
It's because u aren't follow the script step to bypass the protection.

GonicTEAM said:
It's because u aren't follow the script step to bypass the protection.
Click to expand...
Click to collapse
Radiant404 said:
Everything is fine. in step 8 when i click download it says its not verified. what are the conneciton options you mentioned in step 5. thank you in advance ♥
Click to expand...
Click to collapse
I've got the same issue, i followed carefully the indications too.
I'm loosing my mind with this
Greetings.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

prudenthps said:
I've got the same issue, i followed carefully the indications too.
I'm loosing my mind with this
Greetings.
View attachment 5400405
Click to expand...
Click to collapse
Try to make a new scatter firmware, or search more info about it on Google. I didn't face that problem in my A107M

GonicTEAM said:
Try to make a new scatter firmware, or search more info about it on Google. I didn't face that problem in my A107M
Click to expand...
Click to collapse
I found something new for me, the phone is actually working, used odin, and another firmware after the bypass utility, and worked. But the phone screen keeps black. Like no even the samsung logo shows up, everything else works, it boots, recovery and download mode (i know because vibration, and the Google talkback sounds and can be turned on and off). I'm pretty sure is a firmware issue because when i started 7 hour ago, it was working well. Thanks a lot for this thread. Now i need to figure how to fix the BSoD :/
I've done this over +50 times already on other phones at work*
btw sorry, my english ain't that good.*
VID_20210902_204110.mp4
drive.google.com
URL, Video of mobile.

Thanks a lot for the guide! It worked on my SM-A107M, which went dead after flashing it with Magisk and updating the app. Can't apply any Android updates due to the phone detecting that it was modified but I assume this can be fixed by flashing the stock ROM. Thanks again!.

prudenthps said:
I found something new for me, the phone is actually working, used odin, and another firmware after the bypass utility, and worked. But the phone screen keeps black. Like no even the samsung logo shows up, everything else works, it boots, recovery and download mode (i know because vibration, and the Google talkback sounds and can be turned on and off). I'm pretty sure is a firmware issue because when i started 7 hour ago, it was working well. Thanks a lot for this thread. Now i need to figure how to fix the BSoD :/
I've done this over +50 times already on other phones at work*
btw sorry, my english ain't that good.*
VID_20210902_204110.mp4
drive.google.com
URL, Video of mobile.
Click to expand...
Click to collapse
Hi can you fixed?

Radiant404 said:
wheni click download gives me this error status_sec_img type_mismatch
Click to expand...
Click to collapse
Hello, were you able to install it??

phoenixmet said:
Hello, were you able to install it??
Click to expand...
Click to collapse
hey did you get any solution for this?
if yes can you help me to sort is out!
Thanks in advance

GonicTEAM said:
How to make a Scatter Firmware for your Galaxy A10s​REQUIREMENTS​- Last version of 7Zip ZStandard. Download it from the releases and install: https://github.com/mcmilk/7-Zip-zstd/releases
- A firmware that match with your phone binary. If you dont know, use the last one. You can download it from various sites, but i recommend to use SamFW.com. You need to decompress the firmware to get the 5 files needed.
PROCESS​1- Create a new folder and place this file in: https://www.androidfilehost.com/?fid=7161016148664790665
2- Now, go where you downloaded the firmware. Right click on the AP File and click "7Zip ZS" option and select "Open Archive" (first option).
3- We will open file by file, and then we will drag the content of each one inside to the folder with the scatter.txt file. Repeat it with AP, BL, CP and CSC Firmware files (HOME_CSC isn't used).
The result will be like this:
https://imgur.com/wcHVfop
3- Now go to "View" tab in the Windows Explorer, and then tick "File Name Extensions".
https://imgur.com/V4FI1Tl
4- Rename the following files:
md1img.img to md1rom.img​scp.img to tinysys-scp1.bin​lk.img to lk.bin​tee.img to trustzone1.bin​You must change name AND extension.
5- Extract the preloader binary: for this, open the "WMR MTK" folder and execute "WwR_MTK_2_51.exe", then wait for 120 seconds (because it's a free version).
Go to preloader tab, then click "Select File" and open the "Preloader.img" file.
https://imgur.com/w6oNJv6
Then click on "To extract preloader and save as..." and save the file in the folder with the other using the name "preloader_s96116aa1.bin".
https://imgur.com/m2lIeRv
6- Your Scatter Firmware it's done for be flashed on your device. The result will be like this:
https://imgur.com/WGge7xa
Post in the thread any inconveniences if you face, I will try to help you.
Click to expand...
Click to collapse
i didn't fidn this option
Then click on "To extract preloader and save as..."
plz help me to fix this

GonicTEAM said:
Hi, yesterday I bricked my Galaxy A10s by flashing a custom recovery by Odin (The phone doesn't enter in Download or recovery modes, it just does nothing):
Immediately I started looking for how to fix it, and after a lot of research, here is how to:
REQUIREMENTS​
Windows 10 x64 bit PC with Internet Connection (may work on Win7/8).
A USB Cable
Scatter firmware:
For SM-A107M Binary5: https://www.androidfilehost.com/?fid=7161016148664790627
For SM-A107F Binary8: https://www.androidfilehost.com/?fid=7161016148664790683
PROCESS​1- Download this file and decompress it using 7Zip or WinRAR. then open the folder: https://www.androidfilehost.com/?fid=7161016148664790681
2- Python3 installation: open the python installer. Mark the "ADD Pyhton 3.9 TO PATH" option: https://i.imgur.com/9hxjD5p.jpg
Then click "Install Now". When finished click close. Open a cmd (write cmd in Windows Start Menu and open it) and paste this comand:
pip install pyusb pyserial json5​If all its okay, you must see something like this:
https://imgur.com/YdHQgk2
If not, uninstall all versions of python you have installed and reinstall the provided one, remember to check the "Add to PATH".
3- MTK Driver: open the "MediaTek SP Drivers v2.0 signed" folder, then open Android, do a right click over "android_winusb.inf" and click install. Go back and open "CDC" folder. Right click "cdc-acm.inf" and press install. In both cases, it will say "Installation successfully".
4- Decompress the scatter firmware provided at the first of the post. If you wanna make one, because you have another model or binary, see the next post.
5- Prepair SP Flash Tool: open the "SP_Flash_Tool" folder and execute "flash_tool.exe" as Administrator.
Click "Choose" button in the Scatter-Loading file line and search the folder where you decompressed the Scatter Firmware. Open the file "MT6765_Android_scatter.txt". https://i.imgur.com/BLYlaSX.jpg
Make sure the option below "Authentication File" is "Download Only". If not, select it from the list.
Now, go to "Options" > "Option..." and unmark these 3.
Go to connection and put all like the photo:
Done, now we have SP Flash Tool ready.
5- Connect your Galaxy A10s to your computer. Your phone its cycling rebooting itself, entering into preloader mode for 2 seconds, every 10-15 seconds.
Now install "libusb-win32-devel-filter-1.2.6.0.exe" and click finish to open it. Select "Install a device filter" and click next. A list will appears, so wait for your Phone to enter into Preloader. It will appear in the list (as Preloader USB VCOM Port), so rapidly select it and then click "Install". https://i.imgur.com/Kzv3lkD.jpg
If it appears, all is okay, if not, repeat this step. Don't close the program after do this.
6- With this done, open the "bypass_utility-v.1.4.2" folder. In the keyboard, press "Shift" (the key with a up pointed arrow, below enter) and without releasing it, right click inside the folder. In the menú, click "Open Power Shell here".
Now, write this and press enter:
python main.py​If this command does nothing, try with this variant: py -3 main.py
Now, wait for the phone reboot again in preloader. This time, the script will make the phone keep in the Preloader, and the PowerShell will tell you that an error was ocurred. https://i.imgur.com/ZCsRmtN.jpg
So, open libusb-win32 program from the taskbar and search for "Mediatek USB Port". Select it and press next, to install the device filter for it.
https://imgur.com/ouu6u2c
7- Maximize Power Shell and write this command again:
Code:
python main.py
(or py -3 main.py)
NOTE: If PowerShell it's stuck on "waiting for the device" for more than 2 minutes, press Power, vol+, and vol- buttons at the same time for 7 to 15 seconds to force a reboot.
This time, the log will tell you "[2021-08-21 13:28:01.303625] Protection disabled". https://i.imgur.com/2avTTNi.jpg
Plz, don't disconnect the phone.
8- Go back to SP Flash Tool program and click in the "Download" button and it will start to flash your phone. https://i.imgur.com/iknxeUE.jpg
https://imgur.com/huHh7tz
9- When finished, you will see a green tick and your phone will disconnect from the computer. Now, press the power and volume down (-) buttons at the same time, and keep it until you see the Download Mode.
https://imgur.com/Bi4AITN
10- Now, flash the last Firmware for your phone using Odin. Exists a lot of tutorials on Google and YouTube for it, so i will leave you to search one.
11- Done! Your phone its alive again.
Thanks to fromgodd & Dego09 for helping me, without them, this tutorial wasn't possible​My english isn't perfect. You can tell me any corrections. Thanks in advance.​
Click to expand...
Click to collapse
Thank's a lot!!! This has saved my wife phone!!!

prudenthps said:
I've got the same issue, i followed carefully the indications too.
I'm loosing my mind with this
Greetings.
View attachment 5400405
Click to expand...
Click to collapse
its easy, here is what I did. Uncheck the one that is giving you the mismatch, next do again the steps from pyton code python main.py to disable security and flash the rest. after its complete force restart the phone and it will enter dw mode. flash your a10s stock firmware and your are good to go.
PD. if you get read pit error, extract A10S_LTN_OPEN_PRODUCT600M file from csc file using winrar and choose the pit file flash and you are done.

Hi! I'm having a similar problem. I tried to implement TWRP recovery on my a10s and since that it isn't working. It is recognizing as a modem im my computer, for some reason. I triend changing the driver for the Mediatek Preloader VCOM COM7 and try your tutorial but didn't make anything different. When i run the powershell on bypass utility it just waits for the device over and over.
My a10s doesn't react to any combination of vol. button and power button and i don't know what to do.
If anyone wants to know the procedure i did to make my a10s dead, i can explain in details what happened.
Thanks for reading!

Hi, thank you very much for the guide but in my case:
now working even in false.
thank you

Hi, what are the options that I need to uncheck in options and in connection, there is no photo as explained in the tutorial...Please
Now, go to "Options" > "Option..." and unmark these 3.
Go to connection and put all like the photo:
Done, now we have SP Flash Tool ready.
Click to expand...
Click to collapse

Related

[HOW TO]Guideline / Install MTK drivers / How to Root / Flash a Rom / IMEI Restore

In this Thread i will explain how to set up MTK drivers and Flashtools.
Guideline:
Post #1 : Set up MTK drivers in Windows 8 / 8.1 / 10
Post #2 : Use Flashtools for MTK Devices
Post #3 : How to Flash Custom Roms / Roms download Guide / How to Root Stock Rom
Post #4 : Windows 10 MTK Drivers installation ( just in case post #1 dont work )
Post #5 : Lost IMEI Backup​
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
How to Install MTK drivers in Windows 8 / 8.1 / 10
what we need:
MTK Vcom Preloader Driver 2.0
Download : https://www.androidfilehost.com/?fid=24438995911977169
First thing we need is to Disable the Signed Driver verification on Windows :
To disable driver signature verification, we’re going to need to get into the Troubleshooting options from the boot manager.
The easiest way to bring this screen up is using this secret trick.
Hold down the SHIFT key while you click Restart.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Once your computer has rebooted you will be able to choose the Troubleshoot option.
Then head into Advanced options.
Then Startup Settings.
Since we are modifying boot time configuration settings, you will need to restart your Computer one last time.
After restarting your computer a second time,
choose Disable driver signature enforcement from the list by typing the number 7 on your keyboard.
That’s all there is to it. Your PC will then reboot and you will be able to install unsigned drivers.
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Now its Time to open SP_Driver_v2.0.zip and start the DriverInstall.exe
it will open the install prompt . Press okay and dont change the installation path
Code:
C: // program files / Mediatek / Driver Package
during the installation it will start the verification window security.
Click on Install this driver software anyway
There will be an Error Message . - We Ignore it !
-Now Open your Device Manager and leave it open.
-Power Off your Phone and connect it with your Pc.
-you will see Under ports ( COM & LPT ) a Preloader unknown device
right click on there and click on Driver update/installation.
-Choose manually search for drivers
-Browse to C:// program files / Mediatek / Driver Package and apply.
-If all went good you have successfully installed the MTK Vcom Drivers. :good:
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>​
How to Use Flashtools
i use SP_Flash_Tool_Windows_v5.1520.00.000 and never had a problem with it.
Its for most all MTK Phones and for all Elephone Devices
Download Link: https://www.androidfilehost.com/?fid=24438995911977217
- Extract the Flashtool zip folder to your Desktop
- Click flash_tool.exe to open the Tool
- You will see two "folder buttons" Download agent and Scatter-loading
- Into Download agent place the MTK_AllInOne_DA.bin file .
its in your Flashtools folder
- Into Scatter-loading place the Scatter.txt
All Stock Roms / Custom Recoverys have one Scatter.txt in their Zip files.
- Make sure that every partition is checked
-IMPORTANT NOW, Flashing Part-
-Power Off your Device!
-Press on the Download Button!
-Connect your Device with PC and wait until all is flashed
-you will see a Green Mark when all is done
-Disconnect your Device and press Power button to Reboot.
:fingers-crossed::good::fingers-crossed:
------------------------------------------------------------------------------------------------------------------------------------------------​
How to Install Custom Roms
You don't need to root your phone to use Custom Roms like
Eragon Rom
or
Nexus Rom
because within installation it will get root with SuperSU
P.s: if you run into a problem e.g Bootloop . (newest Rom dont work well with our Custom Roms , related to its Partition.Img)
You could Flash the Stock ROM 02150725 to solve it
--------------------------------------------------------------------------------------------------
1. Place the Rom.Zip into your Internal or External Sdcard
2. If you are on Stock Rom just Flash a Custom Recovery
Best Recovery without any bug is Philz v2 but you can also use Twrp Recovery
3. Hold Vol+ and Power simultaneously
you will get into the Bootloader Menu
4. Navigate with Vol+ to Recovery and apply with Vol-
5. In Recovery perform a Fullwipe , wipe System , Data , Cache , Dalvik
(In Philz Recovery wipe "clean to install a new rom"
In TWRP Recovery Wipe /advanced Wipe /wipe System,Data,Cache,dalvik)
6. Install the Rom.Zip located in your Sdcard
7. Reboot
<><><><><><><><><><><><><><><><><><><><><><><><><> <><><><><><><><><><><><><><><><><><><><><><><><>
Custom Roms and Stock Roms
Eragon Rom - http://forum.xda-developers.com/elephone-p8000/development/rom-06-9-eragon-1-0-android-5-1-t3195007
Nexus Rom - http://forum.xda-developers.com/elephone-p8000/development/rom-nexus-t3235626
CyanogenMod 12.1 - http://forum.xda-developers.com/elephone-p8000/orig-development/rom-cyanogenmod-12-1-p8000-t3259022
Flyme - http://bbs.elephone.hk/thread-8682-1-1.html#.VuQ3WYQrHIU flash via Flashtools
Vibe - http://bbs.elephone.hk/thread-8192-1-1.html Flash via Flashtools
Emui - http://forum.xda-developers.com/ele...-emui-v3-1-lite-04-02-2016-android-5-t3309296
Stock Roms
2015.07.25 - http://bbs.elephone.hk/thread-6536-1-4.html#.VuQ3C4QrHIU
2015.08.15 - http://bbs.elephone.hk/thread-7096-1-4.html#.VuQ3DoQrHIU
2015.09.07 - http://bbs.elephone.hk/thread-7743-1-2.html#.VuQ3QYQrHIU
2015.10.14 - http://bbs.elephone.hk/thread-8751-1-2.html#.VuQ3K4QrHIU
2015.11.05 - http://bbs.elephone.hk/thread-9163-1-2.html#.VuQ3NYQrHIU
2015.12.03 - http://bbs.elephone.hk/thread-9415-1-1.html#.VuQ3UYQrHIU
2016.02.17 - http://bbs.elephone.hk/thread-9898-1-1.html#.VuQ3SYQrHIU
Custom Recoverys
Philz v2: https://www.androidfilehost.com/?fid=24052804347838441
Twrp 2.8.7.0 : https://www.androidfilehost.com/?fid=24269982086997788 thx hanuma
Twrp 3.0.0.0 : https://mega.nz/#!wZM01byD!JTkRCVaJoxm5YmE2sFQBB2e1wnDIYo1AWAetqY8e60o thx hanuma
SuperSU root
Thread:
http://forum.xda-developers.com/showthread.php?t=1538053
100% bug free Supersu v.2.46.zip
https://download.chainfire.eu/696/SuperSU/
<><><><><><><><><><><><><><><><><><><><><><><><><> <><><><><><><><><><><><><><><><><><><><><><><><>
How to Root Stock Rom
-If you want to Root your prefered Stock Rom
-Place SuperSU into your Sdcard
-Flash a Custom Recovery with Flashtools and its Scatter.txt
-Hold Vol+ and Power to get into Bootloader Menu
-Navigate with Vol+ and apply Recovery with Vol-
-Flash Supersu.zip
-Reboot​
Windows 10 MTK VCOM USB Drivers for 32 & 64 bit + Driver install tutorial
To determine the version of Windows 10 that you have (32 bit or 64 bit):
- Right-click on Start then click on System
- In the System window that opens, in System section, you will find your version of Windows next to System type
To disable Windows 10 64 bit driver signature enforcement:
- On your 64 bit Windows 10 desktop click on Start then on Settings
- Click on Update & security then in the left pane click on Recovery
- Under Advanced startup click on Restart now button
- Click on Troubleshoot then on Advanced options
- Click on Startup Settings then on Restart button
- The computer will restart with the Startup Settings screen
- To disable the driver signature enforcement until next restart press on number key 7 or F7 on your keyboard.
- After restart you can proceed with the unsigned MTK drivers installation for your 64 bit Windows
- After you install the unsigned drivers, to use them again in the future, you have to repeat this procedure
To install the MTK VCOM USB Drivers on 32 & 64 bit Windows 10:
- Download the drivers *.zip archive and extract the folder from inside on to the desktop:
https://www.androidfilehost.com/?fid=24269982087012126
Right-click on Start then click on Device Manager
In the Device Manager Window click on the first item – your computer name
Click on Action then Add legacy hardware
On the Welcome to the Add hardware Wizard window click on Next button
Select Install the hardware that I manually select from a list (Advanced) and then click on Next button
Click on Show All Devices then on Next button
In the Add Hardware window click on Have Disk… button
In the Install From Disk windows click on Browse… button
In the next window – Locate file – browse for the folder that you have extracted on the desktop at the beginning
Select the version of the driver according to your Windows 10 version – x64 for 64 bit and x86 for 32 bit and click Open button
Click the OK button to load the driver
From the list of drivers select MTK USB Port and click on Next button
If a red warning window will open, click on Install this driver software anyway
This action will add the following drivers in to the operating system:
- MediaTek DA USB VCOM Port
- MediaTek PreLoader USB VCOM Port – for transferring the firmware to your device
- MTK USB DEBUG Port
- MTK USB Modem Port
- MTK USB port – for transfering PreLoader to your device (and recovery in case of bad or corrupt firmware)
Now we need to remove the device that we have installed but leave the drivers in the operating system.
To do that, in the Device Manager window we expand Ports (COM & LPT) section
Right-click and click Uninstall on the MTK USB Port
- In the Confirm Device Uninstall window make sure that the box Delete the driver software for this device is empty
- You need to leave the drivers in the operating system and only remove the device that you added
- Click on the OK button to finalise
Now, when you will connect your turned off MTK device to the Windows 10 computer by USB, the device will be recognized either trough a MediaTek Preloader USB VCOM Port interface or as a MTK USB port if it is bricked or it has bad/corrupt firmware. The SP Flash Tool will be able to transfer the firmware to your device trough this interfaces. Make sure you connect the device after you press the Download button in SP Flash Tool, as the communication interface will only be alive for 2 seconds if no data is being sent.
Download SP Flash Tool v3 & v5 – Latest versions:
http://laurentiumihet.ro/technology/download-sp-flash-tool-v3-v5-latest-versions/
TUT found here : http://laurentiumihet.ro/technology...-for-32-64-bit-drivers-installation-tutorial/
cheers​
Lost IMEI Restore
A common problem many face in their phone is loss of IMEI no. This is results in no network detection by your phone. U can come to know you have lost your IMEI by checking Settings->About phone->Phone information. There under IMEI section you won’t be finding your mobile IMEI numbers displayed.
Don’t worry you can restore your IMEI’s. Just follow this guide and you will be able to restore your IMEI. I will split the tutorial into two parts.
BACKING IMEI :
-First step before performing all these things is that your phone should be rooted.
When your phone is in normal state with everything functioning install Root explorer and navigate to the below location
Code:
>ROOT>DATA>NVRAM>MD>NVRAM>NVD_IMEI>MP0B_001
-Now copy this MP0b_001 file to your SD card or PC whichever place you feel the file we be safer.
-Now download MTK Droid tools .
-Now extract the zip file and open the MTK droid tools exe file.
-Now in your phone turn on USB Debugging by going to Settings->About phone-> Developer options and there turn on USB debugging.
-Now connect your phone and MTK droid tools should be able to detect your phone. U should see a window like this appearing after your
phone has been detected.
-Now press the ROOT button present in lower right corner. When it asks Supersu grant in your mobile click allow. After MTK droid gets
access u should see a green colour box appearing in the lower left corner which means u have correctly granted access to MTK droid.
-Now click on the IMEI/Nvram tab. A window should open and click backup NVRAM and MTK droid tools would take a backup of NVram in
its folder.
RESTORING IMEI :
-Now when you lose IMEI first try this method. Now take the MPDB_001 file which you took backup at the first step and navigate through
Root explorer to this location ->ROOT->DATA->NVRAM->MD->NVRAM->NVD_IMEI.
-Now paste that file and replace the one present there. Set the permissions for that file as RWER-ER-E. Now reboot your phone and you
should be able to get your IMEI back.
If you still haven’t got IMEI open MTK droid tools and connect your phone and press ROOT again and give MTK droid tools root access.
-Now click on IMEI/Nvram tab and select Restore option and restore the NVram backup which you took earlier. Now reboot your phone and
you should be able to get your IMEI.
Extreme method :
-After performing all the above if you haven’t still got IMEI. Now switch off your phone and open SP Tools and connect your phone.
Click on format and format your whole phone. ( This wipes whole of the phone including NVram region ).
-Now flash stock ROM through SP Tools and after it completes start up your phone. ( Don’t be surprised. Your IMEI will still be in lost state
only ). Now root your phone.
-After successful rooting now connect your phone to MTK Droid tools and again press ROOT button and grant root access to MTK Droid
tools. Now click on IMEI/NVram tab.
-Now as you see in the image above you can see two boxes IMEI1 and IMEI 2. Now enter your device IMEI numbers manually in those two
boxes.( You can get your IMEI no’s from your phone box ). Now click replace IMEI. Now reboot your phone and you should be definitely able
to get your IMEI restored.
MTK DROID TOOLS LINK : https://www.androidfilehost.com/?fid=24438995911972546
found: http://www.androiddevs.net/restoring-lost-imei-mtk-phone/​
Beautiful @skeleton1911
What a gread job!
Gesendet von meinem Elephone P8000 mit Tapatalk
Thanks for this great work.
And for all the Linux Users out there. SPFlashtool also work perfekt with x86-64 Linux distros.
The most anoying point and greatest drawback is, that with newer Ubuntu based distros like Mint, since 14.04, the builtin modem-manager don't like Mediatek, so you have to blacklist Mediatek in the udev rules.
How this will done, is written in that great tutorial by Miss Montage.
Cheers
The direct link for Tapatalk Users: http://forum.xda-developers.com/general/rooting-roms/tutorial-how-to-setup-spflashtoollinux-t3160802
jknarf said:
Thanks for this great work.
And for all the Linux Users out there. SPFlashtool also work perfekt with x86-64 Linux distros.
The most anoying point and greatest drawback is, that with newer Ubuntu based distros like Mint, since 14.04, the builtin modem-manager don't like Mediatek, so you have to blacklist Mediataek in the udev rules.
How this will done, is written in that great tutorial by Miss Montage.
Cheers
The direct link for Tapatalk Users: http://forum.xda-developers.com/general/rooting-roms/tutorial-how-to-setup-spflashtoollinux-t3160802
Click to expand...
Click to collapse
arnicika said:
Beautiful @skeleton1911
What a gread job!
Gesendet von meinem Elephone P8000 mit Tapatalk
Click to expand...
Click to collapse
thank you very much
This should be pinned!
BlueFlame4 said:
This should be pinned!
Click to expand...
Click to collapse
Already done
Gesendet von meinem Elephone P8000 mit Tapatalk
A German Translation for #1 and #2 is available there: http://www.android-hilfe.de/thema/a...n-und-anwenden-unter-windows-8-8-1-10.759025/
skeleton1911 said:
Lost IMEI Restore
RESTORING IMEI :
-Now when you lose IMEI first try this method. Now take the MPDB_001 file which you took backup at the first step and navigate through
Root explorer to this location ->ROOT->DATA->NVRAM->MD->NVRAM->NVD_IMEI.
[...]​
Click to expand...
Click to collapse
Please note neither the name of the IMEI file nor its position seem to be constant, but may vary from one Stock ROM version to another.
In my case (Stock Rom version 20151203) it took me some time to find a file named "MP0B_001" within the following location:
/nvdata/md/NVRAM/NVD_IMEI
Maybe the easiest way to find the IMEI file is to search for the keyword "NVD_IMEI" within some root file manager as this does not seem to change.
@skeleton1911 I'm having problems with MTK DROID TOOLS, it won't detect my elephone p8000.
I was wondering can you help me with this?
Rav3r1 said:
@skeleton1911 I'm having problems with MTK DROID TOOLS, it won't detect my elephone p8000.
I was wondering can you help me with this?
Click to expand...
Click to collapse
you want to restore your imei?
do this: it just takes a minute
You can solve your imei problem with this "MTK Engineering Mode" from playstore.
You open the app and go to: MTK Settings, Connectivity, CDS Information, Radio Information, Phone 1.
Here you have at the top "AT+". here you complete to >>AT+EGMR=1,7,"123456789012345"<<, of course with your imei, which ist standing on the akku-cover.
Then, very important: You have to put in a space after "AT+", so it looks like >>AT+ EGMR=1,7,"123456789012345"<<
Click "SEND AT COMMAND". Thats it.
For the second imei do the same with >>AT+ EGMR=1,10,"123456789012345"<<
In Lost IMEI Restore part of tutorial MtkDroidTools v2.5.3.zip link to infected file. PLEASE REMOVE or change to https://androiddatahost.com/cj8vrp
SHA256: 40fe0934c24b17bc49e9b96c24c873fc5c4e0744ee31c8c5193c50168ee43839
File name: MtkDroidTools v2.5.3.zip
Detection ratio: 32 / 52
Analysis date: 2016-12-15 22:42:21 UTC ( 2 days, 1 hour ago )
virustotal.com/en/file/40fe0934c24b17bc49e9b96c24c873fc5c4e0744ee31c8c5193c50168ee43839/analysis/
@skeleton1911
I believe that first post need a big refresh.
The new All-In-One Mediatek driver don't need to disable driver signing. and contain both USB ADB and USB preloader driver for Mediatek chips
For the Flashtool version (Windows/Linux) there is a specific thread where you can redirect all user to get latest version of Flashtool program.

Update to Marshmallow 6.0.1 Step by Step

This is a Step by Step guide to update from Lollipop build N920AUCU2APB2 to Marshmallow build N920AUCU2BPE5
Tools Required
1. ADB, download here, install with arguments Y, N, Y
2a If your current build is N920AUCU2APB2 download this update
2b If your current build is N920AUCS2APE3 download this update
2c. If coming from a different build number see Post #2 to manually ODIN back to PB2 then run the update in step 2a
******************
If you get "Error 403 Forbidden" on any of the downloads use the following work around:
Download the Chrome Extension 'User-Agent Switcher'
Once installed switch to the agent 'Googlebot (Googles Spider)'
Downloads will be working again
After the downloads have started switch the Agent back to 'Default'
******************
Thank you to @bmatney who uploaded the DL to here
MD5: 7941A2C689C5B141675593E3FA33FB9A
was tested on a Windows 10 64 bit machine.
Steps:
1. Backup everything of importance on your phone!!!
2. Now, make sure you have "show file extension" enabled in Windows, and add the .zip extension to SS-G920AUCU3BOJ7-to-U3BOJ9-UP, so it is now called SS-G920AUCU3BOJ7-to-U3BOJ9-UP.zip
3. Shutdown your phone
4. Enter recovery mode by pressing volume up, home and power button together
* A green Droid will appear on screen with the text Installing system update…
5. Using the Volume Button Navigate and the Power button to select ‘Apply Update from ADB’
6. Connect your phone via USB to your computer
7. Open a CMD prompt from your PC. Type cd
in my case: cd C:\Users\Danny\Desktop\Note5
8. Navigate to the directory that contains the update ‘SS-N920AUCU2APB2-to-U2BPE5-UP.zip’
*Note I had issue when the directory contained a space. Moving the update to a directory with no spaces resolved the issue.
Also moved the adb driver to the same directory 'C:\Users\Danny\Desktop\Note5'
9. Type adb devices. You should see 1 device listed
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
10.Type adb sideload SS-N920AUCU2APB2-to-U2BPE5-UP.zip
11. This took around 25 minutes to complete
12. Phone will now be updated Marshmallow
First time creating a How to post. If there is something not correct please let me know!
Thank you to
@sand_bit for his step by step guide in S6 forum here
@bmatney Mega upload
For those of you coming from a different builds here are the other links for updating:
From N920AUCU2APB2 to APE3 https://xdmd.sl.attcompute.com/agents/48725/1488/SS-N920AUCU2APB2-to-U2APE3
meek2100 said:
Here are the other update links people are asking for:
N920 Update File Links
(5.1.1) U2APB2 -> (6.0.1) 2BPE5 Credit to: ColoMtn
https://xdmd.sl.attcompute.com/agents/48725/1488/SS-N920AUCU2APB2-to-U2BPE5-UP
----------------------------------------
(5.1.1) 2AOJ1 -> (5.1.1) U2APB2 Credit to: meek2100
https://xdmd.sl.attcompute.com/agents/48725/1488/SS-N920AUCU2AOJ1-to-U2APB2-UP
----------------------------------------
(5.1.1) 2AOI6 -> (5.1.1) U2APB2 Credit to: meek2100
https://xdmd.sl.attcompute.com/agents/48725/1488/SS-N920AUCU2AOI6-to-U2APB2-UP
-----------------------------------------
(5.1.1) U2APB2 ODIN files for clean flash or restoring to STOCK can be found here. Credit to: Sunderwear
http://forum.xda-developers.com/att-galaxy-note5/general/note-5-marshmallow-odin-package-t3331843
------------------------------------------------------------------------------
Click to expand...
Click to collapse
ColoMtn said:
Tools Required
1. ADB, download here, install with arguments Y, N, Y
2. Odin, get a clean version from Sammobile here
3. Ensure your Note 5 is running Build: N920AUCU2APB2 this is the latest OTA available as of (5/16/16)
4. Download this to update from Lollipop PB2 ->PE5
Thank you to @bmatney who uploaded the DL to here
was tested on a Windows 10 64 bit machine.
Steps:
1. Backup everything of importance on your phone!!!
2. Now, make sure you have "show file extension" enabled in Windows, and add the .zip extension to SS-G920AUCU3BOJ7-to-U3BOJ9-UP, so it is now called SS-G920AUCU3BOJ7-to-U3BOJ9-UP.zip
3. Shutdown your phone
4. Shutdown your phone, and enter recovery mode by pressing volume up, home and power button together
* A green Droid will appear on screen with the text Installing system update…
5. Using the Volume Button Navigate and the Power button to select ‘Apply Update from ADB’
6. Connect your phone via USB to your computer
7. Open a CMD prompt from your PC. Type cd <Your Directory>
in my case: cd C:\Users\Danny\Desktop\Note5
8. Navigate to the directory that contains the update ‘SS-N920AUCU2APB2-to-U2BPE5-UP.zip’
*Note I had issue when the directory contained a space. Moving the update to a directory with no spaces resolved the issue.
Also moved the adb driver to the same directory 'C:\Users\Danny\Desktop\Note5'
9. Type adb devices. You should see 1 device listed
10.Type adb sideload SS-N920AUCU2APB2-to-U2BPE5-UP.zip
11. This took around 25 minutes to complete
12. Phone will now be updated Marshmallow
First time creating a How to post. If there is something not correct please let me know!
Thank you to 
 @sand_bit for his step by step guide in S6 forum here
 @bmatney Mega upload
Click to expand...
Click to collapse
I'm getting "cannot read 'marshmallow.zip' " error
i keep getting dm-verity verification failed update from adb is disabled
creedicd said:
I'm getting "cannot read 'marshmallow.zip' " error
Click to expand...
Click to collapse
Did you make sure the directory had no Spaces and also move the ADB drivers to the same directory?
There are also users reporting that renaming the file 'marshmallow.zip.zip' fixes the issue.
im new to adb. i have no idea lol
blane3298 said:
i keep getting dm-verity verification failed update from adb is disabled
Click to expand...
Click to collapse
A quick google search says you may need to re-download the update
Odin?
ColoMtn said:
Tools Required
1. ADB, download here, install with arguments Y, N, Y
2. Odin, get a clean version from Sammobile here
3. Ensure your Note 5 is running Build: N920AUCU2APB2 this is the latest OTA available as of (5/16/16)
4. Download this to update from Lollipop PB2 ->PE5
Thank you to @bmatney who uploaded the DL to here
was tested on a Windows 10 64 bit machine.
Steps:
1. Backup everything of importance on your phone!!!
2. Now, make sure you have "show file extension" enabled in Windows, and add the .zip extension to SS-G920AUCU3BOJ7-to-U3BOJ9-UP, so it is now called SS-G920AUCU3BOJ7-to-U3BOJ9-UP.zip
3. Shutdown your phone
4. Shutdown your phone, and enter recovery mode by pressing volume up, home and power button together
* A green Droid will appear on screen with the text Installing system update…
5. Using the Volume Button Navigate and the Power button to select ‘Apply Update from ADB’
6. Connect your phone via USB to your computer
7. Open a CMD prompt from your PC. Type cd <Your Directory>
in my case: cd C:\Users\Danny\Desktop\Note5
8. Navigate to the directory that contains the update ‘SS-N920AUCU2APB2-to-U2BPE5-UP.zip’
*Note I had issue when the directory contained a space. Moving the update to a directory with no spaces resolved the issue.
Also moved the adb driver to the same directory 'C:\Users\Danny\Desktop\Note5'
9. Type adb devices. You should see 1 device listed
10.Type adb sideload SS-N920AUCU2APB2-to-U2BPE5-UP.zip
11. This took around 25 minutes to complete
12. Phone will now be updated Marshmallow
First time creating a How to post. If there is something not correct please let me know!
Thank you to
@sand_bit for his step by step guide in S6 forum here
@bmatney Mega upload
Click to expand...
Click to collapse
Thanks man - awesome stuff. Why Odin download? Needed at this stage? Or just ADB sideload?
tr8ze said:
Thanks man - awesome stuff. Why Odin download? Needed at this stage? Or just ADB sideload?
Click to expand...
Click to collapse
Just ADB sideload. Will update. Thanks!
Sent from my SAMSUNG-SM-N920A using XDA-Developers mobile app
Will these steps work on an encrypted phone?
darktrancer said:
Will these steps work on an encrypted phone?
Click to expand...
Click to collapse
Not sure.
Sent from my SAMSUNG-SM-N920A using XDA-Developers mobile app
I am on OJ1, do you think it will work? or is there any way to update from OJ1 to PB2, since I am not on the US and cant get OTA updates, thank you very much
any way this could be made into a odin flashable file?
mcepedaj said:
I am on OJ1, do you think it will work? or is there any way to update from OJ1 to PB2, since I am not on the US and cant get OTA updates, thank you very much
Click to expand...
Click to collapse
Try to update the url with in the original thread to reflect OJ1 and PB2 build numbers (can't look up the full build numbers right now). If that works use this same guide to apply the update.
Sent from my SAMSUNG-SM-N920A using XDA-Developers mobile app
blane3298 said:
any way this could be made into a odin flashable file?
Click to expand...
Click to collapse
I don't know how to do that but side loading was fairly simple.
Sent from my SAMSUNG-SM-N920A using XDA-Developers mobile app
so i can get up to the point of doing the "adb sideloade" command but i get the cannot read error. where can i locate the adb drivers? im new to adb and sideloading. thanks for the write up though.
bdevillier19 said:
so i can get up to the point of doing the "adb sideloade" command but i get the cannot read error. where can i locate the adb drivers? im new to adb and sideloading. thanks for the write up though.
Click to expand...
Click to collapse
Step 1
Sent from my SAMSUNG-SM-N920A using XDA-Developers mobile app
ColoMtn said:
Step 1
Sent from my SAMSUNG-SM-N920A using XDA-Developers mobile app
Click to expand...
Click to collapse
step 1 of the tools required section? i've done that numerous times. it says the driver is installed but doesnt give me any info as to where the drive is at. thanks for the reply
I'm trying to download the update from the Mega link provided earlier. It is taking SO LONG.
I'm getting impatient.
Sent from my SAMSUNG-SM-N920A using XDA-Developers mobile app
Working on getting apps reinstalled... AT&T loaded more **** on this firmware than they ever have before. Ridiculous.

Samsung Galaxy Tab 3 7.0 SM-T210 problem

I recently found my old tablet and it had kingoroot installed and then I flashed stock rom to my tablet but now it randomly restarts and every time i try to setup it i got error "Unfortunately, the process com.android.systemui has stopped" and "settings has stopped"
Here is the tutorial I followed:
Code:
The following instructions are for Windows only. Please don't use a virtual machine as these can cause problems communicating with the device. There is an alternative method for Linux or macOS. Just tell me if you aren't on Windows, I can easily change the instructions. Please make sure you have Windows set to display all file extensions. This can really help for debugging purposes.
First we need to download the tool that downloads the stock firmware. It's called SamFirm and it downloads it using Samsung's servers. You can download the latest version [here](http://forum.xda-developers.com/attachment.php?attachmentid=3803841&d=1467715462). Please also make sure you have the [Microsoft Visual C++ 2008](https://download.microsoft.com/download/1/1/1/1116b75a-9ec3-481a-a3c8-1777b5381140/vcredist_x86.exe) and [Microsoft Visual C++ 2010](https://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A-475AB85EEF6E/vcredist_x86.exe) x86 Redistributable packages installed. Now to download the tool that flashes to the devices different partitions. On most devices you use a tool called fastboot, but Samsung devices aren't like most devices (excluding the Galaxy Nexus). This tool is called Odin, it's Windows only and leaked from Samsung so you need to get it from a trusted source. You can download the latest version [here](https://build.nethunter.com/samsung-tools/Odin_3.12.3.zip). Extract the "Odin_3.12.3.zip" file. You should now have a folder called "Odin_3.12.3". Treat this as your working directory and download all other files to this folder. While you're here, extract the contents of "SamFirm_v0.3.6.zip" into this folder.
Now to download the stock firmware. Open "SamFirm.exe" and make sure "Auto" is checked and "Manual" and "Binary Nature" isn't checked. In "Model" put `SM-T210` and in "Region" put `BTU`. Click "Check Update" and wait for it to find the firmware on the server. Now check "Check CRC32" and "Decrypt automatically". Then click "Download" and save it. Let it finish downloading, checking, and decrypting. Once it finishes you can now close SamFirm. Extract the zip file it gave you. You should now have a single file ending in `.tar.md5` (you may also have `.dll` file, ignore it). This tar.md5 file is your firmware. Do not modify it. If you have more than one .tar.md5 file, tell me.
Now shutdown the device and then hold the Volume Down, Home/Bixby, and Power buttons. This should put the device into download mode. Accept any warnings then plug the device in. Open "Odin.exe" from the "Odin_3.12.3" folder. In the log, it should say `Added!` and have a blue COM thing near the top, meaning it detected your device. If it didn't detect it, then you may need to configure drivers (you can ask me for the drivers if you need them). Click the "Option" tab and make sure "F. Reset Time" and "Auto Reboot" is enabled. Also check the checkbox next to the "AP" button and then click the button. Select the tar.md5 file. Now click "Start" in Odin.
It should now reboot and go to the boot animation. If it doesn't boot in 15 minutes, shutdown the device. Then hold the Volume Up, Home/Bixby, and Power buttons. Then use the keys to select "Factory reset". Please note this will wipe all user data. Once it finishes you can select "Reboot" and now it should boot correctly.
I have been battling with this problem so long I only wanted to root my tablet to have some fun with root required apps
Any help with the problem? I only need to root the device or get it to work with stock rom

[Root] Junsun Android 5.1 Rear View Mirror (A930/A931) Tutorial

Hello all XDA Developers and site visitors,
I recently picked up a Junsun A931 Rear View Mirror on AliExpress and didn't see any forums on it. So, I decided to write my own about how I managed to gain root and install Magisk. Links to all the files will be included.
This works for Junsun's A930/A931 with Android 5.1. The process will probably work for other Rear view Mirrors with MTK chips, you will need to have access to the boot.img and scatter file for your device.
**Disclaimer: Proceed at your own risk! Although this worked for me without issues, there is always a chance of bricking your devices/making your device unusable. I am not responsible for your device(s).
Instructions:
1. Install MTK Drivers provided.
**I only have the ones for Windows. Mac/Linux, I couldn't find any MTK drivers for you.
**If you have trouble installing drivers, try turning off "signed drivers" in Windows Recovery.
2. Attach device to computer via USB cable.
3. If computer doesn't recognize device when it's fully booted:
-Go to "Set Up"
-Slide over to "Other" tab
-Scroll down to "Version"
-Click on "Version" until it brings up a menu (Same principle as Developer Mode, except it pop's up a menu)
-Click on "USB Host"
-Select "USB Device" (the one that has "adb" in the description)
**If this doesn't work, then try switching USB ports on your computer. It only ever works on my USB 3.0 ports.
4. Install Kingoroot on PC.
5. Launch Kingoroot and let it recognize your device, then click "Root."
** This is only a temporary root. It will reset every time you shutdown/restart. If that's what you want, stop here. Otherwise, continue on.
PERMANENT ROOT:
6. Open your choice of ADB on your PC. (I used Minimal ADB and Fastboot)
-Type "adb devices" to see if your devices is recognized and listed.
-Type "adb install [location of magisk.apk on computer]"
**replace "[location of magisk.apk on computer]" with location of magisk.apk (provided in RootPack.zip). This can be done by just dragging the file into adb or you can type the address from Windows Explorer.
-Type "adb push [location of boot.img for device] /sdcard/download"
**replace "[location of boot.img for device]" with location of boot.img for YOUR DEVICE. USING A BOOT.IMG FOR A DIFFERENT DEVICE WILL MOST LIKELY RESULT IN YOUR DEVICE BEING BRICKED!!! That being said, I have provided the software for Junsun A930/A931 for Android 5.1. If you have a different device, you will need the boot.img for it.
-Type "adb install [location of file explorer apk]" or install an file explorer from the Playstore, etc.
**replace "[location of file explorer apk]" with file explorer of your choice. I used ES Explorer.
7. Now open Magisk on the Rear View Mirror. (Make sure you're either connected to WiFi or Data)
**Be sure to grant it SuperUser Permission from Kingo SuperUser.
- Click "Install" next to "Magisk is not installed"
- Click "Install" on propt that pops up
- Choose "Select and patch a file" option.
- Scroll down and click on Es Explorer (or the file explorer you chose)
- Now go into the "download" folder and click the "boot.img"
- Click the option "File way"
**The "Normal Android Way" option kept failing for me.
- Let this complete.
8. Go back into ADB on the PC
- Type 'adb pull "sdcard/download/magisk_patched.img" C:/Downloads'
**You can replace "C:/Downloads" with whatever location you want to pull the file to on your computer.
9. Launch SP Flash Tool on your PC (provided in RootPack.zip)
-Load Scatter File by clicking the "Scatter-loading" button next to "Scatter-loading File" in the "Download" tab.
**This can be found in the firmware that I've provided, IF you have the Junsun A930/A931. If you have a different device, load the scatter file for it, instead.
-Now unclick all the boxes.
-Now click the box for "location" on the "boot" aisle.
-Select the "magisk_patched.img" that we just made from C:/Downloads or wherever you saved yours. Click "Open."
-It should have now have put the location of your "magisk_patched.img" file in the "location" box and the box next to the "boot" aisle should now be selected again (If not, make sure it is. Also, that it is the only one selected)
-Now click on the "Download" button (with the Green Arrow) at the top.
-Hold the home button the Rear View Mirror and click "Restart" (be sure to keep the mirror connect to the computer via USB)
-Now let the bar at the bottom finish.
-When it's done, there will be a pop-up that says "Download OK"
-Your device will restart
10. In your Mirror, launch Magisk Manager.
-Congratulations! The Magisk Installed option should now be green and you should have permaroot! Enjoy!
**You can now uninstall Kingo SuperUser.
Links:
Root Pack: https://drive.google.com/open?id=11poc-Pr30J_aPmhVJktuqZx1H9fkX371
Firmware: https://drive.google.com/open?id=19zUz_piQ6aiO_uGCQTmKpC9ErAR5-4xZ
A BIG THANK YOU TO THE DEVELOPERS AT MAGISK, KINGOROOT, MINIMAL ADB AND FASTBOOT, MTK DRIVERS, SP FLASH TOOL, XDA, AND EVERYONE ElSE WHO ATTRIBUTED TO THIS THROUGH DEVELOPMENT OF PROGRAMS USED! IF THIS WAS HELPFUL, BE SURE TO THANK ALL OF THEM!
great tutorial, really appreciate it
locale?
Thanks
seeing the A930P mt6735 root here, reboot after root language becomes us and timezone becomes China
I think I'm back to the default, but if you change the language, time zone to Japan and then restart it, it will go back to the default again 
Do you need to change settings with build props etc?
otan032 said:
Thanks
seeing the A930P mt6735 root here, reboot after root language becomes us and timezone becomes China
I think I'm back to the default, but if you change the language, time zone to Japan and then restart it, it will go back to the default again
Do you need to change settings with build props etc?
Click to expand...
Click to collapse
Hmm.. could you give me some more information? Did you install Magisk or just use the temporary root with KingoRoot?
You could probably edit the build.prop to get the correct results by changing the "en" to "jp" for Japanese (or the whatever region). However, I'm not sure why yours is resetting to default after reboot? Mine always retains the settings after restarting. So if you could give me a little more information, I'll see if I can figure out what's the problem.
Great write up! Thank you.
I ended up picking a diff model Junsun /w 2gb RAM and am having issues with the USB port:
aliexpress : /item/32844242296.html
It won't recognize any USB devices, so assuming the drivers are missing or it's disabled permanently somehow. This unit is not powered thru USB port, there are separate 12v +/- to hardwire in. I've tried multiple USB cables as well.
I tried USB sticks for storage, but my actual intent is to hook up a USB DAB+ antenna like I'm using on another vehicle's Android
HeadUnit:
aliexpress: item/33003465623.html?spm=a2g0s.9042311.0.0.5ad74c4dUcy6j9
I just need basic USB drivers and 5V output on the USB port, any ideas on how to get this working or add drivers onto the existing ROM etc.?
Thanks!
iamrance.asa said:
Hello all XDA Developers and site visitors,
I recently picked up a Junsun A931 Rear View Mirror on AliExpress and didn't see any forums on it. So, I decided to write my own about how I managed to gain root and install Magisk. Links to all the files will be included.
This works for Junsun's A930/A931 with Android 5.1. The process will probably work for other Rear view Mirrors with MTK chips, you will need to have access to the boot.img and scatter file for your device.
**Disclaimer: Proceed at your own risk! Although this worked for me without issues, there is always a chance of bricking your devices/making your device unusable. I am not responsible for your device(s).
Instructions:
1. Install MTK Drivers provided.
**I only have the ones for Windows. Mac/Linux, I couldn't find any MTK drivers for you.
**If you have trouble installing drivers, try turning off "signed drivers" in Windows Recovery.
2. Attach device to computer via USB cable.
3. If computer doesn't recognize device when it's fully booted:
-Go to "Set Up"
-Slide over to "Other" tab
-Scroll down to "Version"
-Click on "Version" until it brings up a menu (Same principle as Developer Mode, except it pop's up a menu)
-Click on "USB Host"
-Select "USB Device" (the one that has "adb" in the description)
**If this doesn't work, then try switching USB ports on your computer. It only ever works on my USB 3.0 ports.
4. Install Kingoroot on PC.
5. Launch Kingoroot and let it recognize your device, then click "Root."
** This is only a temporary root. It will reset every time you shutdown/restart. If that's what you want, stop here. Otherwise, continue on.
PERMANENT ROOT:
6. Open your choice of ADB on your PC. (I used Minimal ADB and Fastboot)
-Type "adb devices" to see if your devices is recognized and listed.
-Type "adb install [location of magisk.apk on computer]"
**replace "[location of magisk.apk on computer]" with location of magisk.apk (provided in RootPack.zip). This can be done by just dragging the file into adb or you can type the address from Windows Explorer.
-Type "adb push [location of boot.img for device] /sdcard/download"
**replace "[location of boot.img for device]" with location of boot.img for YOUR DEVICE. USING A BOOT.IMG FOR A DIFFERENT DEVICE WILL MOST LIKELY RESULT IN YOUR DEVICE BEING BRICKED!!! That being said, I have provided the software for Junsun A930/A931 for Android 5.1. If you have a different device, you will need the boot.img for it.
-Type "adb install [location of file explorer apk]" or install an file explorer from the Playstore, etc.
**replace "[location of file explorer apk]" with file explorer of your choice. I used ES Explorer.
7. Now open Magisk on the Rear View Mirror. (Make sure you're either connected to WiFi or Data)
**Be sure to grant it SuperUser Permission from Kingo SuperUser.
- Click "Install" next to "Magisk is not installed"
- Click "Install" on propt that pops up
- Choose "Select and patch a file" option.
- Scroll down and click on Es Explorer (or the file explorer you chose)
- Now go into the "download" folder and click the "boot.img"
- Click the option "File way"
**The "Normal Android Way" option kept failing for me.
- Let this complete.
8. Go back into ADB on the PC
- Type 'adb pull "sdcard/download/magisk_patched.img" C:/Downloads'
**You can replace "C:/Downloads" with whatever location you want to pull the file to on your computer.
9. Launch SP Flash Tool on your PC (provided in RootPack.zip)
-Load Scatter File by clicking the "Scatter-loading" button next to "Scatter-loading File" in the "Download" tab.
**This can be found in the firmware that I've provided, IF you have the Junsun A930/A931. If you have a different device, load the scatter file for it, instead.
-Now unclick all the boxes.
-Now click the box for "location" on the "boot" aisle.
-Select the "magisk_patched.img" that we just made from C:/Downloads or wherever you saved yours. Click "Open."
-It should have now have put the location of your "magisk_patched.img" file in the "location" box and the box next to the "boot" aisle should now be selected again (If not, make sure it is. Also, that it is the only one selected)
-Now click on the "Download" button (with the Green Arrow) at the top.
-Hold the home button the Rear View Mirror and click "Restart" (be sure to keep the mirror connect to the computer via USB)
-Now let the bar at the bottom finish.
-When it's done, there will be a pop-up that says "Download OK"
-Your device will restart
10. In your Mirror, launch Magisk Manager.
-Congratulations! The Magisk Installed option should now be green and you should have permaroot! Enjoy!
**You can now uninstall Kingo SuperUser.
Links:
**I am unable to add links due to how new my account is. For the files as of now, search "[Root] Junsun Android 5.1 Rear View Mirror A930/A931 " on YouTube and all the links are in the description. I will update here as soon as time allows.
A BIG THANK YOU TO THE DEVELOPERS AT MAGISK, KINGOROOT, MINIMAL ADB AND FASTBOOT, MTK DRIVERS, SP FLASH TOOL, XDA, AND EVERYONE ElSE WHO ATTRIBUTED TO THIS THROUGH DEVELOPMENT OF PROGRAMS USED! IF THIS WAS HELPFUL, BE SURE TO THANK ALL OF THEM!
Click to expand...
Click to collapse
Also, just adding more info to my post above.
I've tried contacting Junsun directly and thru AliExpress, they weren't helpful and just advised this feature isn't supported.
Apparently the USB port can be used for flashing firmware, but no other information.
rochbaz said:
Great write up! Thank you.
I ended up picking a diff model Junsun /w 2gb RAM and am having issues with the USB port:
aliexpress : /item/32844242296.html
It won't recognize any USB devices, so assuming the drivers are missing or it's disabled permanently somehow. This unit is not powered thru USB port, there are separate 12v +/- to hardwire in. I've tried multiple USB cables as well.
I tried USB sticks for storage, but my actual intent is to hook up a USB DAB+ antenna like I'm using on another vehicle's Android
HeadUnit:
aliexpress: item/33003465623.html?spm=a2g0s.9042311.0.0.5ad74c4dUcy6j9
I just need basic USB drivers and 5V output on the USB port, any ideas on how to get this working or add drivers onto the existing ROM etc.?
Thanks!
Click to expand...
Click to collapse
So MTK usually doesn't recognize in Windows the traditional way. You'll need a MTK program or the ADB/Fastboot. Since I don't have this model, I have no way to test it but I would look around the settings to see if there are some extra settings menus like developer mode. In the A930, they have extra menu by clicking the "version" and tapping it multiple times (not Android's but Junsun's custom one).
The driver's that I provide here: https://drive.google.com/file/d/11poc-Pr30J_aPmhVJktuqZx1H9fkX371/view?usp=drivesdk
Should work for your model since it uses the same processor. It should be able to recognize it on start but if it doesn't recognize it when it boots up then there's probably something in settings that will enable it to. It will probably be hidden since it's most likely only for developers who were working on the rom.
Hello I've just rooted my junsun A930 alps-1.6.91 with Dr. Fone root, it showed device as ASUS A10 but rooted no problem and so far seems permanent..
Monkandi said:
Hello I've just rooted my junsun A930 alps-1.6.91 with Dr. Fone root, it showed device as ASUS A10 but rooted no problem and so far seems permanent..
Click to expand...
Click to collapse
Thanks ! It works! I try many times with Kingoroot, but allways fail. My mirror is recognized as MediaTek FX. It is android 5 . Is there any options to upgrade it to newest Android version?
Hello I'm looking for upgrade or custom rom myself, if I find anything I will let you know, but we're already in the best place XDA for it to happen... Good luck
I ask on Junsun Official Store and their answer: "Our equipment cannot upgrade the system. The system is fixed in the device..." So , no solution from official.
Monkandi said:
Hello I'm looking for upgrade or custom rom myself, if I find anything I will let you know, but we're already in the best place XDA for it to happen... Good luck
Click to expand...
Click to collapse
It depends on if anyone will spend the time to build an update rom or port for that device. If you send your device info, someone might end up working on it for you
nejcov said:
I ask on Junsun Official Store and their answer: "Our equipment cannot upgrade the system. The system is fixed in the device..." So , no solution from official.
Click to expand...
Click to collapse
I doubt it will ever have the support for the most current Android version. Most devices like this don't receive updates from official channels and the product isn't popular enough for most developers to have it.
updating fail due to power failed
I am using 4G Junsun A930 model DVR (1GB RAM) I have lost my framework "alps.l1.mp3.v2.95_t98_v2.1.10" I try to flash "full_E08_KM_4G_9.35_WJ_EN_1.6.91" but failed. any possibility to flash my dvr or get "alps.l1.mp3.v2.95_t98_v2.1.10" framework
ajish110 said:
I am using 4G Junsun A930 model DVR (1GB RAM) I have lost my framework "alps.l1.mp3.v2.95_t98_v2.1.10" I try to flash "full_E08_KM_4G_9.35_WJ_EN_1.6.91" but failed. any possibility to flash my dvr or get "alps.l1.mp3.v2.95_t98_v2.1.10" framework
Click to expand...
Click to collapse
Contact them and ask for the firmware for your device. They will most likely send you it. Flash it instead.
Then follow the steps I outlined but using the firmware they sent you instead. That is if you want root.
I requested but they are not respond
---------- Post added at 10:22 AM ---------- Previous post was at 10:10 AM ----------
Orginal firmware ony we can flash in mtk mt6753 chipset? No other solution? I try miracle tool it shows mt 6753 then try to read boot8 after tool auto shutdown
Do you have a picture of the back of your device?
I don't know of any other tools/methods. There's some other programs for MTK development but they won't be much help in this case. You'll need to get the stock firmware back before anything. There's no programs to find suitable software nor is there a cross-reference. There is also no custom roms for these devices. Thus, why root and Magisk integration is such a positive.
drive.google.com/file/d/1Q9v9S_F3OXGp5h-ekh_yAdtJAk246ukY/view?usp=drivesdk
---------- Post added at 11:34 AM ---------- Previous post was at 11:33 AM ----------
drive.google.com/file/d/1Q0Jsw5QbNm2NRsE9vPAr1nXd8_7s_dja/view?usp=drivesdk
There was no access so I requested it
Ok now added

How To Guide Flash TCL Firmware TPST Tool / Includes links to Official FW

(I can not take credit for this, copied from their site- however) see links for official flashing tools & directions and here are complete firmware links to official firmware:​
FIRMWARE
Ottawa 3CI1.tctbin (9.1G) - (Android 11)
https://drive.google.com/uc?id=1J3zggbcb2ZLLsYEE9ktK6dEM4DyOVHEd&export=download
5E2Y_DPP5.tctbin (7.5G) - (Android 12)
Google Drive - Virus scan warning
drive.google.com
TOOLS
Android_USB_Driver_Q_9.16.1.28_2016_04_01_All_in_One_Setup.rar
T810_Model_DLL_Setup_v0.0.3.msi
TPST_Frame setup V1.8.0.msi
_______________________________________________________________​​TPST Tool User Guide​Catalog
TPST Tool User Guide 1
1. Introduction 1
1.1 Purpose 1
1.2 Intro 1
2. Install 1
2.1 Install USB Driver 1
2.2 Install TPST 4
2.3 Install model 6
3. Steps to Flash Software 8
3.1 Run TPST 8
3.2 Refurbish the software ( Refurbish function will erase user data) 9
1. Introduction
1.1 Purpose​This user guide describes the operations of upgrade functions about TPST.
Please trust all warnings from antivirus software if any.
1.2 Intro​TPST is applied to equipment management system on PC application terminal, and take charge of connecting mobile phone terminal equipment to do software updating.
2. Install​Before upgrade, please prepare the following tools
Android_USB_Driver_Q_9.16.1.28_2016_04_01_All_in_One_Setup.rar
T810_Model_DLL_Setup_v0.0.3.msi
TPST_Frame setup V1.8.0.msi
2.1 Install USB Driver​(1) Download, Unzip and open the Driver : Android_USB_Driver_Q_9.16.1.28_2016_04_01_All_in_One_Setup.rar: https://drive.google.com/file/d/1BvhOiiKwJf5MXHyHl2YIK5jvHXRMvpjb/view?usp=sharing
(2) Operates as follows:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
2.2 Install TPST​(1) download the TPST_Frame setup V1.8.0.msi to local:
https://drive.google.com/file/d/1NQD-ByfddHMbzYJrwXGBkXCR7FP2yWyd/view?usp=sharing
(2 )Open the TPST_Frame setup V1.8. 0.msi and operates as follows:
(3) All the installation files and logs are record in the path C:\Program Files (x86)\TCT\TPST\Tool.
2.3 Install model​(1) Open the T810_Model_DLL_Setup_v0.0.3.msi:
https://drive.google.com/file/d/1fzjdoDJGKxtM2kTrEl3WPFj9tSgexGS3/view?usp=sharing
(2 )Operates as follows:
(3) All the T810 model information are stored in the path C:\Program Files (x86)\TCT\TPST\Model\T810
3. Steps to Flash Software​3.1 Run TPST​(1) Click windows “Start” button to enter start menu, and then find TPST shortcut as below figure, or open the TPST in desktop screen.
(2) Click “Load ” menu and select the mode T810 to load it, ex Figure1
Figure 1
Refurbish the software ( Refurbish function will erase user data)​
Power off device. Switch to Download mode(made Device in power off status, long press Vol + and Vol – at same time and plug USB cable, when See warning screen, loose Vol- to switch to download mode) Tool will detect the COM port.
Click “Refurbish” button in the TPST tool to enter the feature. Then click “Browse” button, it will pop up a window, you can select a SW file to download.
In the “Select Software image file” screen, you can view catalog items on the left ,click the file you want to download, then click “OK” button, the file will be selected.
Select “XML LOG”, it can print a log file when you flash the software. Click “Browse” You can select a new xml log directory to save it.
(5)Click “Start Refurbish” button
(6)Wait a few minutes, you can see as follows, Download success.
Note:TPST to support download SW to multiple devices at same time, Suggested connect less than 7 devices to download at same time.
Hi, i ve flashed android 12 beta 3 but now i can't return back to android 11. I ve follow the guide same procedure as per android 12 but After flashing stabile android 11 i can enter only in fastboot .
how did you guys even get android 12? it says my phone is corrupted
yeah unfortunately my phone is now bricked. followed the instructions that tcl provided to upgrade to android 12 and now it says the phone is corrupted
dieudeglace said:
yeah unfortunately my phone is now bricked. followed the instructions that tcl provided to upgrade to android 12 and now it says the phone is corrupted
Click to expand...
Click to collapse
Did you try the beta 3?
Whatever the beta was on their website, if you have some sort of other version I'll take it.
dieudeglace said:
Whatever the beta was on their website, if you have some sort of other version I'll take it.
Click to expand...
Click to collapse
404
www.tcl.com
Jamesblondca said:
404
www.tcl.com
Click to expand...
Click to collapse
Pay attention to the CU number, thats how I got mine stuck on beta 3
but at least it works, jsut dont know if it will ever get upgraded.
I still tried it and I still cannot load into anything. I think I forgot to enable usb debug tho as fastboot fails to do anything, even something as simple as switching slots
o.class.jav said:
(I can not take credit for this, copied from their site- however) see links for official flashing tools & directions and here are complete firmware links to official firmware:​
FIRMWARE
Ottawa 3CI1.tctbin (9.1G) - (Android 11)
https://drive.google.com/uc?id=1J3zggbcb2ZLLsYEE9ktK6dEM4DyOVHEd&export=download
5E2Y_DPP5.tctbin (7.5G) - (Android 12)
Google Drive - Virus scan warning
drive.google.com
TOOLS
Android_USB_Driver_Q_9.16.1.28_2016_04_01_All_in_One_Setup.rar
T810_Model_DLL_Setup_v0.0.3.msi
TPST_Frame setup V1.8.0.msi
_______________________________________________________________​​TPST Tool User Guide​Catalog
TPST Tool User Guide 1
1. Introduction 1
1.1 Purpose 1
1.2 Intro 1
2. Install 1
2.1 Install USB Driver 1
2.2 Install TPST 4
2.3 Install model 6
3. Steps to Flash Software 8
3.1 Run TPST 8
3.2 Refurbish the software ( Refurbish function will erase user data) 9
1. Introduction
1.1 Purpose​This user guide describes the operations of upgrade functions about TPST.
Please trust all warnings from antivirus software if any.
1.2 Intro​TPST is applied to equipment management system on PC application terminal, and take charge of connecting mobile phone terminal equipment to do software updating.
2. Install​Before upgrade, please prepare the following tools
Android_USB_Driver_Q_9.16.1.28_2016_04_01_All_in_One_Setup.rar
T810_Model_DLL_Setup_v0.0.3.msi
TPST_Frame setup V1.8.0.msi
2.1 Install USB Driver​(1) Download, Unzip and open the Driver : Android_USB_Driver_Q_9.16.1.28_2016_04_01_All_in_One_Setup.rar: https://drive.google.com/file/d/1BvhOiiKwJf5MXHyHl2YIK5jvHXRMvpjb/view?usp=sharing
(2) Operates as follows:
2.2 Install TPST​(1) download the TPST_Frame setup V1.8.0.msi to local:
https://drive.google.com/file/d/1NQD-ByfddHMbzYJrwXGBkXCR7FP2yWyd/view?usp=sharing
(2 )Open the TPST_Frame setup V1.8. 0.msi and operates as follows:
(3) All the installation files and logs are record in the path C:\Program Files (x86)\TCT\TPST\Tool.
2.3 Install model​(1) Open the T810_Model_DLL_Setup_v0.0.3.msi:
https://drive.google.com/file/d/1fzjdoDJGKxtM2kTrEl3WPFj9tSgexGS3/view?usp=sharing
(2 )Operates as follows:
(3) All the T810 model information are stored in the path C:\Program Files (x86)\TCT\TPST\Model\T810
3. Steps to Flash Software​3.1 Run TPST​(1) Click windows “Start” button to enter start menu, and then find TPST shortcut as below figure, or open the TPST in desktop screen.
(2) Click “Load ” menu and select the mode T810 to load it, ex Figure1
Figure 1
Refurbish the software ( Refurbish function will erase user data)​
Power off device. Switch to Download mode(made Device in power off status, long press Vol + and Vol – at same time and plug USB cable, when See warning screen, loose Vol- to switch to download mode) Tool will detect the COM port.
Click “Refurbish” button in the TPST tool to enter the feature. Then click “Browse” button, it will pop up a window, you can select a SW file to download.
In the “Select Software image file” screen, you can view catalog items on the left ,click the file you want to download, then click “OK” button, the file will be selected.
Select “XML LOG”, it can print a log file when you flash the software. Click “Browse” You can select a new xml log directory to save it.
(5)Click “Start Refurbish” button
(6)Wait a few minutes, you can see as follows, Download success.
Note:TPST to support download SW to multiple devices at same time, Suggested connect less than 7 devices to download at same time.
Click to expand...
Click to collapse
Why doesn't it show me a log line in my tpst ???
line two create xlm log is not seen on my pc why can it happen??
I know this is the TCL 20 section, but I see the screen shot has T799H... do you happen to actually have the T799H driver MSI?
Hello, I can't find the brush bag of t810h
你好,我在官网找不到t810h的刷包,然后T810刷包转砖
dieudeglace said:
I still tried it and I still cannot load into anything. I think I forgot to enable usb debug tho as fastboot fails to do anything, even something as simple as switching slots
Click to expand...
Click to collapse
Does it say so?
xer. said:
Hello, I can't find the brush bag of t810h
Click to expand...
Click to collapse
bro not brush bag but rom,it means刷书包hhh
MU.Eu said:
Does it say so?
Click to expand...
Click to collapse
MU.Eu said:
Does it say so?
Click to expand...
Click to collapse
Are you sure you had the correct model phone? Or it could have been a corrupted download. DM me your email address and ill share my sharepoint files with you.
o.class.jav said:
Are you sure you had the correct model phone? Or it could have been a corrupted download. DM me your email address and ill share my sharepoint files with you.
Click to expand...
Click to collapse
Also- these links still work...
Ottawa 3CI1.tctbin (9.1G) - (Android 11)
https://drive.google.com/uc?id=1J3zggbcb2ZLLsYEE9ktK6dEM4DyOVHEd&export=download
5E2Y_DPP5.tctbin (7.5G) - (Android 12)
o.class.jav said:
Also- these links still work...
Ottawa 3CI1.tctbin (9.1G) - (Android 11)
https://drive.google.com/uc?id=1J3zggbcb2ZLLsYEE9ktK6dEM4DyOVHEd&export=download
5E2Y_DPP5.tctbin (7.5G) - (Android 12)
Click to expand...
Click to collapse
Also, all of the tool downloads work still in this post. Download the tools- use the Android 12 ROM and follow the instructions. You can restore your phone.

Categories

Resources