Teclast T30 [T1Px][recovery] -> TWRP 3.3.1 - Android General

TWRP 3.3.1 for Teclast T30 (all versions)
{
"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"
}
(TWRP created by an author from the Russian XDA forum)
Unfortunately, the touch does not work in TWRP, so a mouse and USB adapter must be used to control the TWRP.
Instalation istructions:
a) Unlock Bootloader
- To make the item "For developers" available on the tablet, in Settings / System / Advanced / Tablet information you need to click on the Build number 8 times
- A new "Developer menu" item will now appear in Settings / System / Advanced, turn on the "Unblock OEM" item here
- In the task manager on the PC, check that there is an ADB device
- Turn off the tablet
- Hold down the Vol+ and Power buttons together, until the tablet starts
- Then use the Vol+ key to select the second Fastboot item and press the Vol- key to select it
- Connect the tablet to the PC via USB, in the PC to hear the sound of the connection
- Unzip platform-tools_r30.0.4-windows.zip to drive "C:\platform-tools" on your PC
- On your computer, click Start / Run, enter command "cmd", click OK, will appears black command window
- In the command window go to Platform-tools folder by command:
cd c:\platform-tools
- In the command window, enter:
C: platform-tools> fastboot devices
0123456789ABCDEF fastboot
- numbers may vary.
- If all is well, enter the unlock command:
fastboot flashing unlock
- You will be asked on the tablet whether or not you want to unlock the Bootloader by pressing Vol+ confirm it
- As soon as you confirm the action, what you see on the tablet, it will be unlocked
Next, enter the command:
fastboot reboot
- The tablet will restart (ALL your data will be deleted) and the tablet will return to its original state
- tablet will start initially setup
b) Install TWRP
- Upload the files DisableForceEncryption_Treble.zip and orange_state_disabler_v0.3.zip to the SD card
- Turn off the tablet
- Hold down the Vol+ and Power buttons together, until the tablet starts
- Then use the Vol+ key to select the second Fastboot item and press the Vol- key to select it
- Connect the tablet to the PC via USB, in the PC to hear the sound of the connection
- On your computer, open drive C and locate the Platform Tools folder
- Unzip file "TWRP-3.3.1_Teclast_T30.zip" and copy file "TWRP-3.3.1_Teclast_T30.img" to Platform Tools folder
- In the black command window, enter (Flash TWRP via fastboot commands):
fastboot devices
fastboot flash recovery TWRP-3.3.1_Teclast_T30.img
fastboot reboot
- tablet will restart immediatelly after enter last commnad "fastboot reboot"
- IMMEDIATELY press Vol+ and Power buttons to go to TWRP to bypass go to the System, otherwise TWRP will be replaced by the original recovery
- on tablet will appears menu, where by Vol+ choose "Recovery", enter it by Vol-
Now you are in TWRP
- connect mouse to tablet to control TWRP (touch do not work)
- When prompted for a password, answer Cancel
- Click on Wipe, then Format Data, enter "yes"
- Now click Back 3 times
- Click Reboot / Recovery
- Click Install, file DisableForceEncryption_Treble.zip
- Click Add more Zips, file orange_state_disabler_v0.3.zip
- Click Swipe to confim Flash
- Click Reboot to system
- Finish!
Note:
Unfortunately, the touch does not work in TWRP, so a mouse and USB adapter must be used to control the TWRP.

Since I don't know why XDA admin removed my links, I had to upload all the necessary files as an attachment to the first post.

Related

Help!! I accidentally flash the twrp by flashify to boot partition ! HELP!!

i was follow the youtube try to flash twrp by the flashify! And I think i flash it to boot not recovery so now it will boot to twrp not OS! How could i fix this? I am new here please tell me the link or sth could be great help :good::good::good:
Thxx
Have you tried using the stock recovery images? They come with instructions for what to do after you unzip it.
finally fix by the rom in here http://forum.xda-developers.com/shi...k-recovery-images-ota-library-guides-t2988881
and the guide
SHIELD TABLET RECOVERY IMAGE FLASHING INSTRUCTIONS
To follow the instructions in this guide, you will need adb and fastboot.
These tools are provided as part of the Android SDK:
http://developer.android.com/sdk/index.html
Before flashing this recovery image to your SHIELD TABLET, connect your SHIELD TABLET
via USB to the PC where you downloaded this recovery image.
Next, put your SHIELD TABLET into fastboot mode using one of the following methods:
SW method:
- Boot to android home screen
- Connect the device to linux/windows system
- Open terminal (on linux); command prompt (on windows).
- Type "adb reboot bootloader" in terminal/command prompt
HW method:
- Turn off the device
- Press "Volume Down" -> "Power", hold "Volume Down" and leave Power buttons till device boots
To flash this recovery image to your SHIELD TABLET, run the following commands from
the directory where you extracted the recovery image package. If this is the
first time you have done this procedure, you must unlock the bootloader (see
below):
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot flash staging blob
fastboot flash dtb tegra124-tn8-p1761-1270-a04-e-battery.dtb
Unlocking the Bootloader
Your SHIELD TABLET may have shipped with a locked bootloader. To update the device,
you must unlock the bootloader using the following:
- fastboot oem unlock
- Press the "Volume Down" button to select "Unlock bootloader" option on device
- Press the "Power" button to confirm the unlock. Your device's bootloader is now unlocked.
tleung927 said:
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
As long as you can get into the boot loader you can always flash the recovery with fastboot in CMD via a PC just need to specify what recovery file you want flashed
Power off the tablet.
Hold the power and volume down buttons till it comes to the boot loader.
Press volume down till you highlight fastboot protocol & press the power button.
(You will need google USB Drivers and ADB for this part)
Then with the tablet connected to the PC via USB and open command prompt with Admin privileges cd to the folder where you extracted ADB. (I put mine in the root of the C: Drive in a folder called ADB) with the TWRP img you downloaded in the ADB folder type "Fastboot flash recovery twrp-2.8.7.1-shieldtablet.img" Without quotes into the Command prompt. (twrp-2.8.7.1-shieldtablet.img is what you would type given you were using that TWRP img)
this will show up.
{
"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"
}
Now your recovery is flashed!
You can then press volume down to highlight the recovery mode on the shield and press power to boot recovery... Flash your favorite rom following its instructions, Make money, Get rich!

how to downgrade realme 5 realme ui to android 9

all needed file
platform tool adb download and unzip
https://drive.google.com/file/d/1JJDEn2E_6A9SG1C4vEq28T8xIHq5EjBh/view?usp=sharing
in-depth test for realme ui realme 5
https://drive.google.com/file/d/19MJujKBYLQiYyk_UhJYXeplHDG80maVq/view
https://forum.xda-developers.com/attachment.php?attachmentid=5070971&d=1596107780
adb driver download and install on your computer (very important)
https://drive.google.com/file/d/1KQe2ttC7diT9UMptg_aMnA0PPxuwP8nR/view?usp=sharing
team win recovery for both 9 and 10 (download and rename recovery.img then move to platfromtool folder)
https://drive.google.com/file/d/1URxZOFZm7RpgIB5_QDiOr-WwDcKo2zT_/view?usp=sharing
stock rom android 9 for realme 5 up via twrp, note : copy it to the external memory card
https://drive.google.com/file/d/1fciqVhPLL5ZsaINbOrS76-d6HONfK3E1/view?usp=drivesdk
begin
Turn on USB Debugging Mode and OEM Unlocking on your mobile phone. To do this; go to settings >>> about >>> Touch Continuous build numbers 7-10 times to enable Developer Options, then go to Developer Options, and turn on USB Debugging Mode , Unlock OEM
Unlock Bootloader with ADB and Fastboot
open the in-deptset application installed on your mobile and Turn on mobile data or wifi and Select Start registration, accept Terms and Conditions, Submit your application. Within 1 hour or up to 24 hours, you will receive a confirmation from the Realme team : successful review
{
"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"
}
After the successful review notice, boot your phone into fastboot mode and connect your phone to the PC . you can enter fastboot mod by press use volume down+power in some second
Now, connect the Oppo Realme 5 mobile phone to the computer via a USB cable.
Launch fastboot on your computer by going to the platformtool folder, press and hold shift and right click then select open powershell window here and type the command below
fastboot devices
fastboot flashing unlock
it will pop up a board on the phone screen, use the volume key to select unlock bootloader, then press the device's power key to reboot and wipe all data ( remember backup your data before do it)
done bootloader unlocked
after booting, Check it again, turn on Developer Options, then go to Developer Options, and turn on USB Debugging Mode, OEM Unlocking. Sometimes it disables itself after booting.
Install twrp, go to fastboot mode on realme 5
Connect the Realme 5 mobile phone to the computer via a USB cable.
Launch fastboot on your computer by going to the platformtool folder press and hold shift and right click then select open powershell window here and type the command below.
fastboot devices
press Enter, It will display the connected device. type the command
fastboot flash recovery recovery.img
done
Now still in fastboot on realme 5, use volume key select recovery and press power key to boot into recovery, go to twrp and choose as follows
1. Format Data
2. Wipe cache, dalvik
3. Select the original Android 9 rom downloaded on the memory card to install
4. Reboot and enjoy the results
if you want install magisk to have root, pay attention after flashing magisk, flash this file , otherwise it will continue to boot into fastboot
https://drive.google.com/file/d/1abyMuJu3yCvt5LO1H59Am4o6ymQuaJi-/view?usp=sharing
:fingers-crossed:
This phone model does not support in-depth test
Hi, I tried to run the in-depth test but the error message "This phone model does not support in-depth test". I have a Realme 5 and I followed the step by step procedure. Is there a way to solve it?
Andre_the modder said:
Hi, I tried to run the in-depth test but the error message "This phone model does not support in-depth test". I have a Realme 5 and I followed the step by step procedure. Is there a way to solve it?
Click to expand...
Click to collapse
Done for me,try attached

How To Guide Realme C2 Unlock Bootloader unlocking

Notes:
all data will wiped
Click to expand...
Click to collapse
Install drivers first & reboot
Click to expand...
Click to collapse
windows 7 & 8.1 user may be need to update driver manually there are too many guide for updating driver
Oppo Driver
Adb setup for ColorOs
Adb setup for RealmeUI
Instructions:
Enable usb debugging & oem unlock from devloper option
Go to extracted path of adb setup & run cmd-here.exe
type adb devices
{
"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"
}
After running adb devices output
4. Type adb reboot bootloader
Device should show this message (it is bootloader mode of C2)
5. run fastboot devices
if you get blank output then update driver from device manager just right click on android & select update driver
6. type fastboot flashing unlock
Press Volume Up to unlock bootloader & it will show 3 option but that doesnt work run next command
7. type fastboot reboot
8. after rebooting you will see orange state message you can hide it by flashing zip #removeorangestate
My Device show
But :-
When I try to go in fastboot mod by pressing / hold volume down button + switch off button at a same time so it's not go to fastboot mode Device show this
What it's means ? why this showing ?
MuneebBhai said:
My Device show
View attachment 5380379
But :-
When I try to go in fastboot mod by pressing / hold volume down button + switch off button at a same time so it's not go to fastboot mode Device show this
View attachment 5380383
What it's means ? why this showing ?
Click to expand...
Click to collapse
yhi hai fastboot
MuneebBhai said:
My Device show
View attachment 5380379
But :-
When I try to go in fastboot mod by pressing / hold volume down button + switch off button at a same time so it's not go to fastboot mode Device show this
View attachment 5380383
What it's means ? why this showing ?
Click to expand...
Click to collapse
I'm facing the same issue... did you resolve it? please help.
Siddk said:
Notes:
windows 7 & 8.1 user may be need to update driver manually there are too many guide for updating driver
Oppo Driver
Adb setup for ColorOs
Adb setup for RealmeUI
Instructions:
Enable usb debugging & oem unlock from devloper option
Go to extracted path of adb setup & run cmd-here.exe
type adb devices
After running adb devices output
4. Type adb reboot bootloader
Device should show this message (it is bootloader mode of C2)
5. run fastboot devices
if you get blank output then update driver from device manager just right click on android & select update driver
6. type fastboot flashing unlock
Press Volume Up to unlock bootloader & it will show 3 option but that doesnt work run next command
7. type fastboot reboot
8. after rebooting you will see orange state message you can hide it by flashing zip #removeorangestate
Click to expand...
Click to collapse
please help.
rootedcyver said:
yhi hai fastboot
Click to expand...
Click to collapse
please help.

Pantech SKY IM-100 (ef71) TWRP installation

Hi. This is a twrp installation guide for the IM-100, the last phone produced by Korean factory maker Pantech.
{
"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"
}
I will start with the completely pure itself that has not yet unlocked the bootloader.​
1. Unlock the bootloader​
1. Settings - System Information - Build number 5 times to activate developer option.
2. Enter developer options as shown in the picture below and activate OEM unlock.
3. After turning off the power, press the wheel key button and the power button at the same time to enter the boot menu, then press the wheel key to move to Fastboot and select it with the power button.
4. After entering Fastboot, connect to the computer, download the attached file from the link, decompress it in a convenient place, and run shell.bat.
5. Type "fastboot oem unlock" in the CMD.
6. Check the IM-100 screen, move to the same with the wheel key and select YES with the power key to unlock the bootloader. (reboots and resets automatically)
2. Install TWRP and the latest firmware binary.​
1. After powering off IM-100, enter the boot menu with the power button + wheel button combination as before and enter recovery.
2. When the screen appears, press and hold the power button and turn the wheel key to release the lock, then rotate the wheel key to move to Apply update from ADB and select with the power key.
3. Afterwards, in the previous CMD window, enter "adb sideload IM-100S_BOOTSTACKS.zip" if your IM-100 device is a SKT device, "adb sideload IM-100K_BOOTSTACKS.zip" if it is a Kt device, or "adb sideload IM-100GN_BOOTSTACKS.zip" if it is a GN device.
4. When the installation is successful, go to Apply update from ADB again, select it with the power key, and enter the adb sideload twrp-3.4.0-0-ef71.zip command to install TWRP. (GN devices are supported from TWRP 3.5.2_9-0 version, so please install the corresponding TWRP link.)
5. After turning off the power, enter the power menu again and enter recovery, then the TWRP screen welcomes you.
6. This recovery does not support Pantech's data partition encryption, so data mount is not possible.
Therefore, when installing a custom rom, data partition format must be preceded.
Format the data partition through the Wipe-Format Data menu and proceed with the ROM installation.
In the case of ROM installation, I will not explain further because the method itself is common to most devices.

How To Guide How to root Realme GT NEO 2 (RMX3370) RUI 3.0

IMPORTANT
This guide works for RealMe GT Neo 2 on Android 12 with RealMe UI 3.0.
Do it at your own risk. I will not be responsible for any damage that may occur.
Requirements
Bootloader unlocked RealMe GT Neo 2
https://forum.xda-developers.com/t/bootloader-unlock-realme-gt-neo-2-rmx3370-all-variants.4391679/
A PC (Linux, Mac or Windows) with adb-fastboot installed
https://developer.android.com/studio/releases/platform-tools
USB cable
Magisk stable Apk (attached)
twrp.img (attached)
Software needed
ADB-FASTBOOT setup
twrp.img
Magisk APK
Root Checker APK
How to
1. Copy Magisk APK, Root Checker APK & “twrp.img” to root of USB storage of your phone
2. Copy “twrp.img” to your PC “C:\adb” folder
{
"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"
}
3. Boot your device into fastboot mode
Hold power button & volume down button for 6 seconds while phone is turned off.
4. Go to “C:\adb” folder ,
5 Press Shift and right click ,
6. Select open PowerShell / Command Prompt in this folder
For Command Prompt:
- Press the Windows button on your keyboard
- Type cmd
- Open Command Prompt
- Type “cd /d C:\adb”
7. Now type:
fastboot devices
8. Press Enter
9. It should show your device now
10. Now type:
fastboot boot twrp.img
11. Your device will reboot and after some time it will show TWRP logo (takes about 1 min)
12. Tab the “Backup” button
13. In TWRP backup “BOOT, EFS, Modem & Persist-Image”
14. When backup is done go back to TWRP home
15. Tap the “Install” button
16. Go to the folder where you saved the files
17. Select "install image"
18. Select “twrp.img “
19. Select "recovery partition"
20. Swipe to confirm flash
21. When the process is complete go back to TWRP home
22. Press the “Install” button
23. Select the Magisk APK file
24. Swipe to confirm flash - this will install Magisk
25. When the process is complete go to TWRP home
26. Tab the “Reboot” button
27. Select “System”
28. Now phone will reboot into system
29. Open the file manager app
30. Install the Magisk APK you copied earlier
31. Install the Root Checker APK you copied earlier
32. Open the Magisk app, it will show that Magisk is installed
33. To be sure the Magisk is installed press the “Install” button
34. Select “Direct Install”
35. Press “Lets Go”
36. After process is complete press the “Reboot” button
37. The phone will boot back to normal system mode now
38. Now your phone should be rooted with Magisk
39. To be sure open the "Root Checker" app
40. Press “Check Now”
41. The root status should become ROOTED
42. You rooted your phone successfully
Work?
SafetyNet is broken
SanOne+1 said:
SafetyNet is broken
Click to expand...
Click to collapse
1.
Install the Safetynet Fix module for Magisk:
https://github.com/kdrag0n/safetynet-fix/releases
The issue should be fixed. If it isn't, you can try this:
2.1
Install the Magisk Hide Props Conf:
https://github.com/Magisk-Modules-Repo/MagiskHidePropsConf/releases https://github.com/wootje/MagiskHidePropsConf/releases
2.2
Install Termux:
https://github.com/termux/termux-app/releases
2.3
Open Termux
Type "su"
Type "props"
Change the fingerprint to a device that is Netflix, Disney+, etc. certified
If that doesn't help, you could lock your bootloader, but you won't be able to flash (custom) firmware.
1. adb reboot bootloader
2. fastboot devices
your device should be listed
3. fastboot flashing lock
or
fastboot oem lock
(old models)
4. fastboot reboot

Categories

Resources