Need TWRP for Lenovo TAB M7 TB-7305F - Android Q&A, Help & Troubleshooting

I have been searching for the recovery img for this lenovo tab M7 tb-7305f not able to get it frmom anywhere.
Requesting you to please help!

@kiranvelu
Compile it at your own.
How-to here.

i need a twrp recovery too because i brick my device and can go only in fastboot mode

_

Please I need twrp for lenovo tab m7 TB-7305X

eqotime said:
i need a twrp recovery too because i brick my device and can go only in fastboot mode
Click to expand...
Click to collapse
try saving your device through lmsa, install and sign in and then go to rescue-> power off mode, select the appropriate model follow the instructions and flash it.

Related

Lenovo A7000-a meta mode, cannot access the recovery mode

Hello,
I own a lenovo a7000-a. Today I tried to root it with some one click apps like kingo, srs and iroot but all failed. After sometime I tried to access the recovery mode only to find out that it had been in 'meta' mode and now it won't allow me to access the recovery menu. The phone is operating normally though.
Is there any way I can disable that 'meta' mode? Thanks in advance
U don't need to go to meta mode.. U have to press vol+ vol- and power ... And u can't root it with cwm u have to flash twrp and then root
I have the same problem with my lenovo a916. After a failed try to install twrp since there is no version for my model available I flashed to stock rom and now I cannot enter recovery mode. Now when I press vol down and power up it entered meta mode. Can someone help?
Katerenia said:
I have the same problem with my lenovo a916. After a failed try to install twrp since there is no version for my model available I flashed to stock rom and now I cannot enter recovery mode. Now when I press vol down and power up it entered meta mode. Can someone help?
Click to expand...
Click to collapse
Well I managed to flash twrp and a custom rom (resurrection remix) without any problem recently. If I remember correctly there are some unofficial twrp builds for Lenovo a916, you can try flashing it.
https://www.getdroidtips.com/twrp-recovery-lenovo-a916/
there is a twrp version and some useful other stuff.
Download and Enjoy
R4Z0R4N said:
Well I managed to flash twrp and a custom rom (resurrection remix) without any problem recently. If I remember correctly there are some unofficial twrp builds for Lenovo a916, you can try flashing it.
Click to expand...
Click to collapse
uweork said:
there is a twrp version and some useful other stuff.
Download and Enjoy
Click to expand...
Click to collapse
Thank you both but I tried this one but i cannot seem to be able to make this TWRP Recovery work unless I root my phone and even then it only works when I access it by choosing reboot in recovery mode when the phone is running. When I try to access it when opening the phone with the require button combination the phone just freezes or enter in meta mode again.
It seems its messed up for good and I can't do anything about it :/
Thanks for your time anyway guys

(TWRP Recovery) For Spreadtrum SC7731C Android 5.1 Lollipop

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

Urgently help required One PlusX

One plus X not showing anything after doing this
1.Unlocked oem
2.Installed TWRP recovery
3.Installed CM13 custom ROM for one plus X{including one update and gapps}
4.Reboot System using TWRP
now my device not booting,not showing anything,no recovery.
PLEASE HELP
Enter in fastboot mode?
Thanks for replying but
I've Fully recovered ONE PLUS X from hard bricked condition
If the same problem exist with anyone
Follow this link:

How to install TWRP and Root Lenovo Vibe P1m via SP Flash Tool :

INSTALL TWRP AND ROOT LENOVO P1M
Check this first.
a) Take backup of your important data at safe place.
b) Device must adequately charged.
c) Install USB drivers (MTK USB ALL + MTK VCOM DRIVER) to your PC. (For Windows) (Extract the driver zip and read the ReadMe.txt to install Usb Drivers)
Install TWRP
Follow the steps below.
Note : Use only TWRP 3 if your device is New Version or else your device will face some problem.
1) Download Sp Flash Tool and TWRP3 then Extract the Flash Tool & TWRP. – Then open " flash_tool.exe ".
2) Select " MT6735M_Android_scatter.txt ". It will locate in TWRP 3 folder.
3) Click Options on the top left side of the Flash Tool then check Download and make sure both of them are checked.
4) Select the " Download Only " to flash recovery.
5) Now just click on checkbox recovery and browse to the extracted files and locate " recovery.img ".
6) Turn off your Lenovo Vibe P1m
7) Click the big Download button on top right and connect the phone with usb cable in switch off condition.
8) Now you will see the red stripe showing download percentage.
9) Your phone is successfully installed TWRP now.
Steps to enter Recovery mode in Lenovo VIBE P1m :
1) Press and hold the Volume Down Button + Power Button.
2) When you see the Boot Screen, Release the Buttons.
3) Select Recovery mode using Volume Down.
4) Press Volume Up to Enter Recovery mode.
Note : When you flash recovery, do not switch on the device directly or else the recovery will replace by stock recovery.
Now TWRP recovery is installed on your Lenovo Vibe P1m.
Root Lenovo Vibe P1M
After installing TWRP on Lenovo Vibe P1M, follow the given steps to root it.
1) Download SuperSU from here.
2) Place the downloaded SuperSu zip in your external SD card.
3) Boot into Recovery Mode.
4) Click the Install menu on TWRP.
5) Browse the SuperSu zip you've downloaded and install it.
6) After SuperSu zip is successfully installed, Reboot your device.
7) Your Device is Rooted now.
Warning: I am not responsible if anything goes wrong, bricked device.
I try to flash twrp.img by using flashfy app in my lenovo vibe p1m....after unlocking my bootloder i flash the file...then i try to reboot in recovery.... But twrp is not working...also my phone stock recovery is gone...when i try to enter recovery mode its only reboot...even i cant factory reset my phone....please help me
subhyendu said:
I try to flash twrp.img by using flashfy app in my lenovo vibe p1m....after unlocking my bootloder i flash the file...then i try to reboot in recovery.... But twrp is not working...also my phone stock recovery is gone...when i try to enter recovery mode its only reboot...even i cant factory reset my phone....please help me
Click to expand...
Click to collapse
Sorry for the late reply... i hope you've fixed it now..
Vlk Is My Name said:
Sorry for the late reply... i hope you've fixed it now..
Click to expand...
Click to collapse
Yes bro...i try another version of twrp & its work for me
subhyendu said:
Yes bro...i try another version of twrp & its work for me
Click to expand...
Click to collapse
Twrp 3.1.0 is now available...
Vlk Is My Name said:
Twrp 3.1.0 is now available...
Click to expand...
Click to collapse
How to update bro..
subhyendu said:
How to update bro..
Click to expand...
Click to collapse
Download the update and install through the previous twrp or flashify or sp flash tool or adb fastbooot, etc
subhyendu said:
I try to flash twrp.img by using flashfy app in my lenovo vibe p1m....after unlocking my bootloder i flash the file...then i try to reboot in recovery.... But twrp is not working...also my phone stock recovery is gone...when i try to enter recovery mode its only reboot...even i cant factory reset my phone....please help me
Click to expand...
Click to collapse
Same problem here!! ?? (Not fixed yet)?
Rocker223 said:
Same problem here!! ?? (Not fixed yet)?
Click to expand...
Click to collapse
If ur phone is not rooted than first root it via kingroot...than try to flash another version of twrp via flashify..
subhyendu said:
If ur phone is not rooted than first root it via kingroot...than try to flash another version of twrp via flashify..
Click to expand...
Click to collapse
By the way, I had already rooted it!! And now somehow I got it fixed!
Bros plz help
I have downloaded above everything
But before I proceed to flash twrp3 do I need to unlock bootloader, if yes can I use sp flash tool for unlocking .Plz help
SHUBHAM 13 said:
Bros plz help
I have downloaded above everything
But before I proceed to flash twrp3 do I need to unlock bootloader, if yes can I use sp flash tool for unlocking .Plz help
Click to expand...
Click to collapse
sorry for the late reply.. no need to unlock bootloader.. you can just flash TWRP via SP Flash tool.
I can't find the usb driver for windows 10.Can any one give the link?
how to update my twrp
Please help me how to update my twrp
I am on twrp 2.8 now
I need to update it to twrp 3.1.1
Ive tried flash twrp.img trough rashr but end up bootloop
Isnthere any flashable update i can use
Since i need to update it so i can flash any nougat rom
Im on miui 9 rom now
hendra.dunk said:
Please help me how to update my twrp
I am on twrp 2.8 now
I need to update it to twrp 3.1.1
Ive tried flash twrp.img trough rashr but end up bootloop
Isnthere any flashable update i can use
Since i need to update it so i can flash any nougat rom
Im on miui 9 rom now
Click to expand...
Click to collapse
go to twrp recovery and select install option.. then select install image and flash your new twrp img file
Vickyvignesh said:
I can't find the usb driver for windows 10.Can any one give the link?
Click to expand...
Click to collapse
yeahhh... me too... :crying: that's why I dual boot with win 7
Vlk Is My Name said:
go to twrp recovery and select install option.. then select install image and flash your new twrp img file
Click to expand...
Click to collapse
Thsnk you. Its done. now i have twrp 3.1 .1 one more question why i get error 7 when i tried to flash a nougat rom.? Any solution sir?
hendra.dunk said:
Thsnk you. Its done. now i have twrp 3.1 .1 one more question why i get error 7 when i tried to flash a nougat rom.? Any solution sir?
Click to expand...
Click to collapse
that may be due to the incompatible of updater script and twrp
Success!
Successfully booting into TWRP using this method. Thanks. My firmware is S040 (year 2017).
Dude, can you reupload the TWRP3 file from google drive? It got deleted. THANKS!

System rom with twrp

Please someone with android 8 or 9 can provide a full system backup for twrp installation?
I installed twrp on my device, then I put the original recovery but now my device does not go into recovery mode, it only enters fastboot mode "CSC" thanks to this I can not format the device and I can not install the system, so if anyone can and has twrp make a backup of the system and make it available to me please, thank you
Edit
Finally I was able to make the device recognize the stock recovery, follow this post
https://forum.xda-developers.com/ze...ide-how-to-install-updates-twrp-root-t3818561
mee tooo
Fluizx said:
Please someone with android 8 or 9 can provide a full system backup for twrp installation?
I installed twrp on my device, then I put the original recovery but now my device does not go into recovery mode, it only enters fastboot mode "CSC" thanks to this I can not format the device and I can not install the system, so if anyone can and has twrp make a backup of the system and make it available to me please, thank you
Click to expand...
Click to collapse
if you had a link of the rom . can you please help me too. Right now my phone is same as yours . Really need your help.
Fluizx said:
Please someone with android 8 or 9 can provide a full system backup for twrp installation?
I installed twrp on my device, then I put the original recovery but now my device does not go into recovery mode, it only enters fastboot mode "CSC" thanks to this I can not format the device and I can not install the system, so if anyone can and has twrp make a backup of the system and make it available to me please, thank you
Click to expand...
Click to collapse
I did not understand. If you can only enter fastboot mode, why do you need a TWRP installable rom? You only need to install raw firmware via ASUS Flash Tool/fastboot.
Follow the tutorial below to install Nougat on your phone, then you can update it normally
https://www.asus.com/zentalk/thread-217685-1-1.html
KaMyKaSii said:
I did not understand. If you can only enter fastboot mode, why do you need a TWRP installable rom? You only need to install raw firmware via ASUS Flash Tool/fastboot.
Follow the tutorial below to install Nougat on your phone, then you can update it normally
https://www.asus.com/zentalk/thread-217685-1-1.html
Click to expand...
Click to collapse
This does not work, simply the original bootloader does not work anymore I put the original boot.img it does not enter recovery.
But I got it using the newer twrp on it I was able to reinstall the rom directly from twrp was the only way I could to reinstall the system.
Download the system from the asus site normally and install the newer twrp with twrp go install zip and install rom normally
TWRP > https://drive.google.com/drive/folders/1s6O3RMVqNe3K-mFzzo2k5vFZByABi0YF
Fluizx said:
This does not work, simply the original bootloader does not work anymore I put the original boot.img it does not enter recovery.
But I got it using the newer twrp on it I was able to reinstall the rom directly from twrp was the only way I could to reinstall the system.
Download the system from the asus site normally and install the newer twrp with twrp go install zip and install rom normally
TWRP > https://drive.google.com/drive/folders/1s6O3RMVqNe3K-mFzzo2k5vFZByABi0YF
Click to expand...
Click to collapse
Where did you get this newer twrp from?
KaMyKaSii said:
Where did you get this newer twrp from?
Click to expand...
Click to collapse
I caught this post
https://forum.xda-developers.com/ze.../recovery-twrp-3-1-1-0-ze554kl-t3692195/page7

Categories

Resources