Cant get in recovery mode

Frogeydman

Member
Feb 4, 2014
4
0
Hello guys,

first of all i am dutch so maybe my english will suck a bit :rolleyes:

but my real problemm is i bought a tablet from my friend it is running android 2.2 and i realy want to upgrade it but because i cant manuly update it
the only way in my opinon is a custom rom

i thought okey watch youtube but yeah..

all those power combenations wont work at all :(

my tablet info:

Tablet-Pc
Model: T1011l

i hope you guys will help me !
 

LoopyD

Member
Feb 13, 2014
8
1
My suggestion to you:

I ASSUME NO RISK. THIS SOLUTION IS BY PRIOR KNOWLEDGE OF ADB WITH OTHER DEVICES. AT YOUR OWN RISK, PLEASE.

1. Install the drivers for your tablet (this includes the ADB drivers that should show up in their own category on a Windows 7 OS in the device manager.
2. Enable USB Debugging in your tablet settings.
3. Connect tablet to computer.
4. Obtain the ADB executable and accompanying Windows DLL files.
5. Start a terminal elevated (with administrator priveleges)
6. Navigate to your folder with the adb executable via the cd command.
7. Type the following:

adb devices

8. Press enter.

Your device should show up. If you see nothing and are dumped to the command prompt, you must check your ADB Driver.

9. Warning:be VERY CAUTIOUS and MINDFUL in recovery.

Type the following

adb reboot recovery

Your tablet should be rebooted, and you will see your recovery screen. Each tablet is different on the functionality of recovery, so be cautious.

I hope this helps.
 
Top