Related
** All-In-One Guide For Asus Infinity (TF700) - Rooting/Unlocking/NvFlash/Custom Recovery Install/Recover from Soft Bricks/Downgrading Firmware/Factory Restore/Various Tips &Tricks **
Warnings:
* I'm NOT responsible for any damage caused to your device by using these tutorials so use them on your OWN risk.
* Don't use the TF101&TF202 NvFlash solution/files or you will end-up with a very expensive brick.
* UPDATE [23/09/2012] AndroidRoot.mobi team released their tool to make NvFlash working on our device.If you want to unlock your bootloader and stay safe than i strongly advice to use this tool after unlocking,and before starting the "happy flashing" of custom roms and stuff,getting access to NvFlash will make your device BrickProof
* If you intend to use NvFlash please STAY AWAY from the 9.4.5.30 UPDATE
***This is a collection of guides collected from different threads on XDA Forum so credits goes to the original posters and all the people that shared precious knowledge here on XDA.Big THX to everyone.***
************************************************************************************************************************************************************************************************************************************************************************************************************
*** Rooting Your TF700 with Debugfs automated root ***
*This method works only with ICS roms
Note: Rooting will NOT void your Warranty!!!
Before you start make sure that:
* USB Debugging is activated (on your device go to Settings/Developer Options/USB debugging)
* Unknown Sources is activated ( on your device go to Settings/Security/Unknown sources )
* Make sure no other Android device is connected to your PC
* Make sure Asus Sync Tool is not running on your PC
========= Rooting procedure =========
1) Create a folder on your desktop an name it " TF700 Rooting " (you can use a different name but i will use this name in this guide)
2) Download Asus USB drivers and Debugfs automated root from here
3) Extract the downloaded files to TF700 Rooting folder
4) Power ON your device and connect it to a USB port on your PC
5) If Windows is asking for the drivers point the driver installer to the Asus USB drivers in the TF700 Rooting folder ... if not, install the ADB drivers from Windows Device Manager (if you don't know how to do it then you better stay off from rooting your device)
6) Open the TF700 Rooting folder and run RootDebugfs.bat (right click --> Run As Administrator)
7) Select option "1" and press "Enter"
8) Follow the instructions on-screen
DONE, if you did everything right your device will be rooted.
*** Rooting Method For Unlocked TF700T Devices ***
*This method can be used to root UNLOCKED devices on Jelly Bean.
************************************************************************************************************************************************************************************************************************************************************************************************************
*** Unlocking with Asus Unlock Tool ***
Warning: Unlocking WILL VOID the Warranty for ever and that's NO WAY to get back to a ORIGINAL condition/state.Also thats no reson to complain with Asus on this because the improper use of the Unlocked Bootloader could really damage your device (eg. bad kernel,bad overclocking ,flashing wrong stuff ... etc) .So read people,read and instead of flashing first and asking for help later just do the opposite,ask/read first and then flash.
Also,after UNLOCKING your bootloader you WON'T BE ABLE to receive OTA updates anymore,but you we will still be able to update your firmware manually ,using the latest Official version available on Asus site.
** Why unlocking? **
Unlocking the bootloader will give you more freedom to "play" with your device and more options to make it better.Here's why:
- Fastboot Mode will be now available (used to install recovery and more)
- You can install a custom recovery (you can install custom roms, do nandroid backups,etc)
- You can install custom roms (improved user experience)
Here's the Guide To Unlock Your Bootloaderhttp://forum.xda-developers.com/showthread.php?t=1795156
************************************************************************************************************************************************************************************************************************************************************************************************************
*** TF700 NVFlash tool ***
** What's this? **
NvFlash it's using "low level" access to your device (via APX mode) and it's the only tool that can help recover even from hardbrick but it's not provided or supported by Asus in any way,on the contrary,they are trying to do their best in order to stop us from using it,so basicaly without working NvFlash the only way you could recover your device from a hard brick would be sending the device to Asus and pay them for the repair.
But AndroidRoot.mobi team managed to get NvFlash working on our Infinity so you now have the possibility to make your device BrickProof,so a big THX to them.
Just follow the links bellow and please stick with the guide that AndroidRoot.mobi team provided,you will be just fine.
XDA original thread - [TOOL][BRICKPROOF]TF700 NVFlash release!
AndroidRoot.mobi team blog - NVFlash for Tegra3 – Transformer TF700T
Need Help with NvFlash? - Ask Here
TIPS/TROUBLESHOOT
* You are trying to flash the AndroidRoot bootloader but your device doesn't get recognized by Windows?
* Your device is recognized in Windows Device Manager but your FastBoot commands are failing?
* Your device is recognized in Windows Device Manager but you can't get Wheelie or NvFlash to work?
Most likely the above issues are the result of a missing or bad driver installation and the best way to fix is to manually uninstall the drivers from Windows Device Manager and manually install the drivers from the "Universal Naked Drivers" pack.
Also if you feel tired and it's late night ,maybe you should just get a good sleep and try NvFlash again tomorrow.
* You are trying to "bootstrap" NvFlash mode using Wheelie, but it keeps saying that "blob.bin is not found" when running "$ wheelie --blob blob.bin " command.
Just copy the "blob.bin" file from the "AndroidRoot" folder ,wich you can find on your internal storage and paste it in the same folder where Wheelie and NvFlash are located.
* When running the "$ wheelie --blob blob.bin " command on my PC with Windows7 i get an error saying " $ is not recognized as an internal or external command"
Just remove the "$" from the command,it's not used on Windows OS.
************************************************************************************************************************************************************************************************************************************************************************************************************
*** Custom Recovery Installation ***
Warning: Don't use Rom Manager to install a CWM Recovery,it will soft-brick your device!
Note: ATM there's only TWRP Touch Recovery available for Asus TF700 but works great .THX to TeamWin for their work .
UPDATE (14/09/2012) : CWM Recovery is also available now.THX to dasunsrule32
======== TWRP Recovery Installation ========
TWRP recovery works on both ICS and Jelly Bean firmware and it's an unified version for 32GB/64GB TF700T
There are two installation methods,the easy way using GooManager app and the hard way using Fastboot or ADB commands.Let's see how both ways work.
** Using GooManager **
1) Install GooManager from the Play Store
2) Open GooManager and provide root permissions
3) Hit Menu (or the button with the 3 dots on your screen) and then Install OpenRecovery
** FastBoot Method **
1) Install Android SDK
2) Download TWRP Recovery blob and check the MD5 sum (don't skip MD5 check,is there to make sure the file is not corrupted)
3) Rename the downloaded file to twrp.blob and put the file in the same directory as your fastboot.exe (unless you have /platform-tools in PATH then you can flash from anywhere)
4) Turn off your device and boot to fastboot (power on while holding volume down, then select the usb icon and hit volume up to confirm)
5) Plug the device into your computer
6) Run the following command via the command line:
fastboot -i 0x0B05 flash recovery twrp.blob
(more on fastboot http://wiki.cyanogenmod.com/wiki/Fastboot )
Here are more links/guides on how to install the recovery:
http://www.teamw.in/project/twrp2/105
http://forum.xda-developers.com/showthread.php?t=1798586
======== ClockworkMod Recovery Installation ========
** FastBoot Method **
1) Install Android SDK
2) Download CWM Recovery image from the original thread and check the MD5 sum (don't skip MD5 check,is there to make sure the file is not corrupted)
3) Copy the downloaded file in the same directory as your fastboot.exe (unless you have /platform-tools in PATH then you can flash from anywhere)
4) Turn off your device and boot into fastboot mode (power on while holding volume down, then select the usb icon and hit volume up to confirm)
5) Plug the device into your computer
6) Run the following command via the command line:
fastboot -i 0x0B05 flash recovery recovery.img
fastboot reboot
(more on fastboot http://wiki.cyanogenmod.com/wiki/Fastboot )
************************************************************************************************************************************************************************************************************************************************************************************************************
*** Factory Restore after a softbrick/Downgrade from Jelly Bean to ICS/Clean Factory Restore ***
When You Need This?
* if you get stuck on Asus boot screen (the one with the spinning wheel)
* If you don't like JB and you want ICS back
* if you want to get back to a clean stock firmware
Note: You need to have a working recovery (stock or custom) in order to use this method.
========= Recover /Downgrade from Jelly Bean to ICS/Clean Factory Restore with stock recovery =========
1) Download the desired Asus stock firmware (based on your SKU,eg. ww 9.4.5.26 ) *** to downgrade from Jelly Bean you need the 9.4.5.30 firmware***
2) Extract the .zip file somewere on your desktop (the result will be another .zip file,use it for step 3)
3) Rename the extracted archive to "EP201_768_SDUPDATE.ZIP" (without the " ") and upload it to a MicroSD card
4) Insert the MicroSD card in your tablet and use this button combination to Power ON and go to recovery --> Start the tablet by pressing Volume Down and POWER togheter for 5 seconds ,a message will inform you that you have 5 seconds to enter the recovery,press Volume UP before the 5 seconds expire.
At this point the device will go in recovery and should start updating your firmware .
Note: Keep in mind that Windows doesn't show the known file extensions so most users don't have to put the .ZIP extension in the filename.
========= Recover /Downgrade from Jelly Bean to ICS/Clean Factory Restore with custom recovery =========
1) Download the desired Asus stock firmware (based on your SKU,eg. ww 9.4.5.26 ) *** to downgrade from Jelly Bean you need the 9.4.5.30 firmware***
2) Extract the .zip file somewere on your desktop
3)Rename the file to something like "recover.zip" uploade it to the root of your MicroSD card
4) Insert the MicroSD card in your tablet and use this button combination to Power ON and go to recovery --> Start the tablet by pressing Volume Down and POWER togheter for 5 seconds ,a message will inform you that you have 5 seconds to enter the recovery,press Volume UP before the 5 seconds expire
5) From the recovery menu press Install and select the "recover.zip" file ...wait until the install process ends and then restart your device.
Note: Keep in mind that Windows doesn't show the known file extensions so most users don't have to put the .zip extension in the filename.
************************************************************************************************************************************************************************************************************************************************************************************************************
*** Firmware Downgrade & SKU Change ***
WARNING : Please keep in mind that this method is highly experimental on Asus TF700 but still was tested with success on TF 300 so should work on TF700 aswell, but you have to use the blobs for TF700 not the ones from the original thread. Use it on your own risk and please report here in any case.
************************************************************************************************************************************************************************************************************************************************************************************************************
*** Volume&Power Buttons combinations ***
Use this buttons for getting access to Recovery,Fastboot ,APX ,to do a Cold Boot and Wipe Data.
Note: Make sure your device is OFF before using this.
** Boot To Recovery **
Press Volume Down + Power untill you see a white text on the screen then release the buttons and press Volume UP (you have 5 seconds to do it)
Note: This works for both Stock and Custom recovery.
Note 2: On Jelly Bean you will have to press Volume UP right after the four icons (3 icons if you are still locked) will show .
** Cold Boot - FastBoot - Wipe Data Menu **
Press Volume Down + Power untill you see a white text on the screen then release the buttons.Use Volume Down to navigate and Volume Up to confirm your selection.You have 10 seconds to make your choise,or else the system will do a Cold Boot by default.
Note: FastBoot mode is available only if you unlocked the bootloader.
** Boot to APX mode **
Press Volume Up + Power for 5 seconds,the device will vibrate and your screen will be OFF.
Note: APX mode is needed if you want to use NVflash.
Note 2: Press Power button for 10 seconds to exit APX mode
************************************************************************************************************************************************************************************************************************************************************************************************************
Tips&Tricks / Frequently Asked Questions [18/08/2012 ]
**** Tips&Tricks / Frequently Asked Questions ****
[ Q ] I've just bought my device and my battery is empty/almost empty,do i have to charge it for 8 hours before i can use the tablet?
No,you don't have to wait 8 hours before start using your tablet just plug the charger and wait until it get to 10-15% of charge then you can start using your tablet.Mostly it will need 2 - 3 hours for a complete charge and you will see a green light led when the battery is full.
[ Q ] I'm planing to let the device charge overnight,is there any risk of overcharging and battery damage?
No,there's no risk of damage for your battery because once the battery is full it will stop charging so overcharge is not possible.
[ Q ] My battery drains very fast ,is there a way to improve battery live?
IMO battery life depends very much on the way we use our device so i guess there is no real answer for this.Many users are asking about battery life and how to improve so have a look at this threads:
Asus Transformer Pad Infinity Battery Life Discussions Thread
[HOW-TO] Battery saving tips
[ Q ] Do i always have to full discharge the battery before charging again?
Usually this is not needed for ion-lithium battery but if you do it once in a while it will help for better battery calibration.
[ Q ] Keyboard Haptic feedback doesn't seem to work even if that option is active
On your tablet please go to Settings / Language&Input / Android Keyboard Settings / Advanced Settings / and make sure that "Keypress Vibration Duration setting" is set to 60ms or more.
[ Q ] The speaker is not loud enough,it's there a way to make it louder?
Many of us are using Volume + and it works very well on TF700 so you should give it a try.Also you can find more info here
[ Q ] No Audio when watching an .MKV movie with the stock player
Many .mkv movies have DTS audio and this format is not supported by the stock player so you will have to use a 3rd party video player.Try BSPlayer,it supports DTS audio and many other formats.
[ Q ] I get very low benchmark scores
Go to Settings / Developer Options and disable " Force GPU rendering " option
[ Q ] My screen constantly adjusts brightness even if auto-brightness is disabled
Yes,that is a "feature" called Dynamic Contrast but not all of us like it.Follow the directions from this post to disable but keep in mind that your device must be rooted.
[ Q ] Minimum brightness level is to low when Auto-Brightness is ON,how can i change that?
If your device is rooted you can easly change the brightness level for Auto-Brightness mode,see this post
[ Q ] I'm having issues getting my MicroSD card to work with TWRP Recovery,possibile reasons?
That could me many reasons for this kind of issue but one reason could be a bad formatted card,see here
[ Q ] I have TWRP recovery installed and i would like to use an app to Reboot to Recovery,it's that possible?
Yes it's possible but NOT recommended because the application must send a custom command so if your recovery got corrupted somehow you could end-up with a bricked device...here's more info
[ Q ] I feel like i'm ready to try some Custom Roms now,are there any available?
Yes,our great user/dev are always trying to give us the bet for our device have a look at this Index thread
[ Q ] According to my battery stats,Wi-Fi connection drain my battery a lot,is this true?
Not really,the default battery stats are not accurate so probably it's showing wrong values so don't panic and read here
[ Q ] Stock recovery doesn't recognize my MicroSD card, any idea why?
Please make sure your MicroSD card is formatted in FAT32.
[ Q ] I don't need/trust the Asus Device Tracker service and i would like to disable it,is that possible?
Yes is possible to disable that service but keep in mind that is not yet confirmed if other services will be affected (OTA update or Bootloader Unlocking) and also your device must be rooted.You will find the disabling procedure here.
[ Q ] I would like to update the device via OTA update,any recommandation before i proced with the update ?
Some users reported isues (mostly boot looping or update failure) when applying and update on systems where system applications were disabled/freezed so i recommend you to enable these apps in case you have them disabled.
Manual ADB/APX Driver Installation for Windows OS
Manual ADB/FastBoot/APX Driver Installation for Windows OS
1) Put your device in Fastboot or APX mode or just boot normally (but make sure ADB debugging it's set on your tablet) for ADB and connect it to your PC
2) Open Device Manager and select the device
3) Right Click and select " Update Driver Software " and choose " Browse My Computer for driver software"
4) Now click on " Let me pick from a list of device driver " and select " HAVE DISK "
5) BROWSE to the folder where universal naked drivers are located and select "android_winusb.inf " if you are trying to install the FastBoot or ADB driver or choose " android_apxusb.inf " if you are trying to install the APX drivers.
6) After the installation is done reboot your PC
* If Windows give you a big red warning about the driver not beeing signed just ignore it and go ahead installing the driver.
*Also you should disable UAC if it's enabled.
this is an absolutely vital post for any tablet owner!
Well done
Very nice top job
cheltenham2004 said:
Very nice top job
Click to expand...
Click to collapse
Thank you guys for your kind words,i'm glad you like my "by users for users" guide and i really hope this will help people from damage/brick their device and also make moderators life a bit better cause i know this forum gets very messy with time and it's quiet impossible to keep track of every useful informations in here.
Well done, it will surely help many XDA members, both newbies and "oldies"
I believe you should add info about the microSD having to be formatted FAT32 to work with stock recovery.
d14b0ll0s said:
Well done, it will surely help many XDA members, both newbies and "oldies"
I believe you should add info about the microSD having to be formatted FAT32 to work with stock recovery.
Click to expand...
Click to collapse
It's in, thx for the suggestion, any help is welcome here.
Sent from my ASUS Transformer Pad TF700T using Tapatalk 2
Deleted, wrong post.
If you root, will you still be able to receive OTA updates?
Sreenadh said:
If you root, will you still be able to receive OTA updates?
Click to expand...
Click to collapse
Yes, afaik you can receive ota updates even if you are rooted.
Sent from my ASUS Transformer Pad TF700T using Tapatalk 2
Asus tf700 not rooting
First I am not a noob. Rooted many phones. First Tab. Followed instructions to the T. Device will not load drivers when in recovery. What am I doing wrong.
wizardofkoz said:
First I am not a noob. Rooted many phones. First Tab. Followed instructions to the T. Device will not load drivers when in recovery. What am I doing wrong.
Click to expand...
Click to collapse
I came across this issue once and you need to manually install the ADB drivers from Windows Device Manager. Btw why do you need ADB in recovery mode?
Sent from my ASUS Transformer Pad TF700T using Tapatalk 2
When I hold down the power and volume down for 5 secs this is where I end up. With an Android on his back with a triangle with an ! in it.
---------- Post added at 09:51 AM ---------- Previous post was at 09:11 AM ----------
ADB drivers are loaded. RootDebug tool says I need to load drivers. What else?
wizardofkoz said:
When I hold down the power and volume down for 5 secs this is where I end up. With an Android on his back with a triangle with an ! in it.
---------- Post added at 09:51 AM ---------- Previous post was at 09:11 AM ----------
ADB drivers are loaded. RootDebug tool says I need to load drivers. What else?
Click to expand...
Click to collapse
I don't know why you are trying to root in recovery mode, for rooting you have to start the tablet in normal mode with adb debugging and unknown sources enabled, that's all.
Sent from my ASUS Transformer Pad TF700T using Tapatalk 2
Got it. The first thread I read said to hold down power and volume down button and then run rootdebug tool. Then I tried without doing that and it still did not work. Tried running the tool with administrator privileges and still did not work. Deleted drivers from the computer through the device manager and started over. Ran the tool again and it finally worked. Don't really know why it didn't work the first 10 times, but finally it loaded and ran. Now I am rooted. THanks.
So rooting the device does not void warranty but unlocking the bootloader does? I thought the main purpose of rooting phones/tablets was to install custom ROMs, like I did with my smartphone.
I'm such a noob
Pretoriano80 said:
I don't know why you are trying to root in recovery mode, for rooting you have to start the tablet in normal mode with adb debugging and unknown sources enabled, that's all.
Sent from my ASUS Transformer Pad TF700T using Tapatalk 2
Click to expand...
Click to collapse
This is not clear from reading #6 in the OP:
6) Open the TF700 Rooting folder and run RootDebugfs.bat (right click --> Run As Administrator Start the tablet by pressing Volume Down and POWER togheter for 5 seconds ,a message will inform you that you have 5 seconds to enter the recovery,press Volume UP before the 5 seconds expire.
At this point the device will go in recovery and should start updating your firmware .
Click to expand...
Click to collapse
No harm though, after a re-boot it worked like a charm. :good: Thanks guys!
esoxx said:
This is not clear from reading #6 in the OP:
No harm though, after a re-boot it worked like a charm. :good: Thanks guys!
Click to expand...
Click to collapse
Your are right that part shouldn't be there and i don't know how it got there. I already had to restore half of the content in OP because has disappeared and i still don't know how (but i have a backup of this guide on my pc so restoring was easy) that could happen.
Anyway thx for pointing that (that part is valid but for a restore with stock recovery) i will remove that part asap.
Sent from my ASUS Transformer Pad TF700T using Tapatalk 2
Thanks so much for the guide. I was using the LCD Density App and that thing jacked my Infinity up big time. I will never use that application again. It wanted SuperUser clearance to save the Pixel Density, then when I checked Save & Reboot, my Infinity never turned on again. It just got stuck at the ASUS screen and wouldn't turn off. If I tried to power down, it just turned back on and stuck at the first Asus Screen.
I used the following directions and was able to get back to stock firmware.
Thank god.
*** Factory Restore after a softbrick ***
When You Need This?
* if you get stuck on Asus boot screen (the one with the spinning wheel)
Note: You need to have a working recovery (stock or custom) in order to use this method.
========= Recover with stock recovery =========
1) Download the latest firmware from Asus site (based os your SKU,eg. ww 9.4.5.26)
2) Extract the .zip file somewere on your desktop (the result will be another .zip file,use it for step 3)
3) Rename the extracted archive to "EP201_768_SDUPDATE" (without the " ") and upload it to a MicroSD card
4) Insert the MicroSD card in your tablet and use this button combination to Power ON and go to recovery --> Start the tablet by pressing Volume Down and POWER togheter for 5 seconds ,a message will inform you that you have 5 seconds to enter the recovery,press Volume UP before the 5 seconds expire.
At this point the device will go in recovery and should start updating your firmware .
So yeah, thanks for this guide and beware of the Pixel Density Application. I know someone from here created it, but It could not have been more clear that it messed my tablet up since I had never had a problem until I gave it SuperUser Clearance then it never turned on again.
Hi,
I've found the following link about rooting the TF300T:
http://forum.xda-developers.com/showthread.php?t=1706588 ,
but I got a question, though. It looks the script needs to be installed on a Win PC, but how is the connection and setup procedure on the side of the TF300T tablet?? I am new in the Android world, so I'm not all to sure about things.
Oh, btw I forgot, I got JB 4.1.1
The method you just posted is for ICS users only. If you are on JB, you cannot successfully use it, and you must unlock your bootloader to get root.
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
funnel71 said:
The method you just posted is for ICS users only. If you are on JB, you cannot successfully use it, and you must unlock your bootloader to get root.
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Click to expand...
Click to collapse
My TF300T is already unlocked, it even shows at boot time a message saying it is unlocked.
So, would the procedure in the link in my previous message work?
If you think it would work, then what procedures and settings should I fix and follow on the side of the TF300T?
DiracDeBroglie said:
Hi,
I've found the following link about rooting the TF300T:
http://forum.xda-developers.com/showthread.php?t=1706588 ,
Click to expand...
Click to collapse
The first post in previous link has two attached ZIP packages from which one is the package with the drivers, called:
ASUS Android USB Drivers.zip - [Click for QR Code] (8.28 MB, 25376 views)
I've downloaded and extracted it on my Win7 64bit PC, but I cannot install them, there isn't any installer to install the drivers. All there is are *.inf files and when I right-click them and then click install, I get an error message.
So, could anybody tell me how to install the drivers in Win7?
Hope sparkym3 is reading this.
DiracDeBroglie said:
My TF300T is already unlocked, it even shows at boot time a message saying it is unlocked.
So, would the procedure in the link in my previous message work?
If you think it would work, then what procedures and settings should I fix and follow on the side of the TF300T?
j
Click to expand...
Click to collapse
No it will not work, however part three of this guide WILL work for you since you are unlocked. I didn't see you mention that before sorry - http://forum.xda-developers.com/showthread.php?p=30516010
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
funnel71 said:
No it will not work, however part three of this guide WILL work for you since you are unlocked. I didn't see you mention that before sorry - http://forum.xda-developers.com/showthread.php?p=30516010
Click to expand...
Click to collapse
OK funnel71, I'll give it a shot. I'll be back later after my attempt. CU later.
funnel71 said:
No it will not work, however part three of this guide WILL work for you since you are unlocked. I didn't see you mention that before sorry - http://forum.xda-developers.com/showthread.php?p=30516010
Click to expand...
Click to collapse
Tried it out but got stuck at the Win7 cmd command:
fastboot -i 0x0b05 flash recovery tf300t-jb.blob
I got an error message at that command saying cannot load tf300t-jb.blob , and indeed tf300t-jb.blob is nowhere to be found in the downloaded folders Fastboot+recovery and Superuser-3.2-RC3-arm-signed on my Win7 PC. However in folder Fastboot+recovery/Fastboot there are the files twrp.blob, but I don't dear to run it. I figured I'll ask first where the tf300t-jb.blob has gone to? Maybe krabappel2548 could shed some light on the issue, if anyone can contact him/her.
funnel71 said:
No it will not work, however part three of this guide WILL work for you since you are unlocked. I didn't see you mention that before sorry - http://forum.xda-developers.com/showthread.php?p=30516010
Click to expand...
Click to collapse
As a newbie I'm not all too sure, so I got another question. At instruction number 7, it says:
7) Copy Superuser-3.2-RC3-arm-signed to the internal storage of your tablet. then reboot into the bootloader again.
So I assume Superuser-3.2-RC3-arm-signed must be a FOLDER, not a file? And where exactly should I copy that folder? In the root of my Asus JB tablet alongside the other folder like Android, .frb, Download, Music, Pictures, DCIM, .MoVend,... Or should I copy the folder Superuser-3.2-RC3-arm-signed somewhere deeper into some other folder on the tablet?
I got a SuperSU error message saying:
"There is no SU binary installed, and SuperSU cannot install it.
This is a problem!"
The point is that I don't really know how to install onto my JB Asus tablet the folder Superuser-3.2-RC3-arm-signed. Could anyone explain, step-by-step, how to install the folder once I've booted into RCK on the tablet?
Thanks in advance
Ok, here is Part 3 from the link
http://forum.xda-developers.com/showpost.php?p=30516010&postcount=1
== Part 3 BEGINNING - Install recovery and rooting ==
Let's start with installing the recovery
1) Download these 2 files:
- Jellybean recovery with fastboot files: Fastboot files + JB recovery
- Root files: Root Files
- You can also download the new CWM Touch recovery if you don't like TWRP: CWM Touch recovery thread
2) Extract the recovery with fastboot files zip and open a command prompt in the same folder of the adb and fastboot files (Shift + Right mouse)
3) Reboot into the bootloader of your tablet, type: adb reboot bootloader
4) When your tablet has reached the bootloader navigate with volume down to the usb icon and press volume up to confirm.
5) To flash the recovery type:
- TWRP: fastboot -i 0x0b05 flash recovery tf300t-jb.blob
- CWM: fastboot -i 0x0b05 flash recovery CWM-Touch.blob
6) A blue bar will appear and the recovery will be installed, when the blue bar is filled press volume up + power button to reboot into the tablet.
Now we will root the tablet
7) Copy Superuser-3.2-RC3-arm-signed to the internal storage of your tablet. then reboot into the bootloader again.
8) This time you need to select the RCK icon with volume up to enter the recovery image.
9) In recovery flash Superuser-3.2-RC3-arm-signed and reboot into the system
10) Install Supersu from Google Play
11) Open up Supersu, it will ask you to update the binary, choose yes.
12) Now your tablet should be rooted
== Part 3 END - Install recovery and rooting ==
So, I copied the folder Superuser-3.2-RC3-arm-signed in the root directory of my tablet along side the folder TWRP.
I managed to boot into TWRP and got the screen
{
"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"
}
Then I pushed the button REBOOT followed by the button SYSTEM.
Then I followed 10), 11), en 12) but my tablet does not go into root and SuperSU gives me the error in previous post. Also Superuser app does not work.
I'm not sure about if I have flashed the folder Superuser-3.2-RC3-arm-signed properly.
Can anyhow give me some instructions how to continue from 7) onwards.
Go back into twrp recovery, and tap install, then select the superuser zip file you have on. Your internal storage.
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
I just did that. Selected Superuser-3.2-RC3-arm-signed, which is btw a folder and not a ZIP file, and then pushed install button (very top-right on the tablet screen, looks like a square-like button), and then I got the message "Updating partition details..." which just keeps on being there with no movement nor any progress whatsoever. So what's up with my tablet???
After I tapped Install in the twrp menu, I got two panes. The left pane shows the 2 subfolders of Superuser-3.2-RC3-arm-signed, and the pane on the right shows /sdcard/Superuser-3.2-RC3-arm-signed at the top but the right pane itself is empty. At the very top in twrp it says Select Zip to Install. However, I do not have any ZIP. I only have the folder Superuser-3.2-RC3-arm-signed with 2 subfolders called META-INF and system. So how should I proceed from here?
PS It is after midnight, so I am off. CU later.
The folders you just mentioned are the contents of the original superuser zip. Download the zip file from the guide, put the zip on the sdcard folder, and try twrp again. Twrp installs zip files.
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Can I root without the data cable? Doesn't get here till hopefully next Thursday
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
elesbb said:
Can I root without the data cable? Doesn't get here till hopefully next Thursday
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
Click to expand...
Click to collapse
Yes. Download the superuser zip using your device. Move it to /sdcard. Shut down. Start up into recovery with power button + vol down. Install.
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Can you change the title of this thread
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
funnel71 said:
The folders you just mentioned are the contents of the original superuser zip. Download the zip file from the guide, put the zip on the sdcard folder, and try twrp again. Twrp installs zip files.
Click to expand...
Click to collapse
It works!!!! Million times thanks to funnel71. The instructions in the link you've provided me earlier (see also my post #10) are a bit misleading. In 7) its says
"7) Copy Superuser-3.2-RC3-arm-signed to the internal storage of your tablet. then reboot into the bootloader again."
But in stead of Superuser-3.2-RC3-arm-signed (which is a folder) it should be Superuser-3.2-RC3-arm-signed.ZIP, which is a file. I got mislead and thought I had to unpack the zip file and them transfer the folders.
Now I got another problem. The reason why I needed root was for running Undelete/Recover Apps, and those I tested don't work. So I'll be opening a new thread soon.
elesbb said:
Can I root without the data cable? Doesn't get here till hopefully next Thursday
Click to expand...
Click to collapse
Do you connect your Android device to your Windows PC using a data cable? That is not the case with me, my tablet is connect to my PC using the POWER cable. The power cable is plugged into the tablet and the other side of my power cable has a normal Standaard USB (2.0) Type A connector, which goes into the wall plug adapter. The power channel/port of my tablet can also carry data from and too the internal SDcard of the tablet.
I'm not sure but probably your Android device should be able to get connected to you Windows PC the same way as with my tablet.
Data and power ?
Only one cable for data (pc to device) and power(charger to device)
What do you smoke?
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
The EEE pad tf101 starts permanently again in bootloop mode : after the start it goes immediately in the TRWP 2.2.2.1 with a significant "click" (like a problem with a damaged harddisk) and it shows this text: updating partion details, Formatting Cache using make_ext4fs...
I have no usb connexion. It seems bricked.
Thank you for any idea how I can repair this.
Flash a new version of TWRP
http://forum.xda-developers.com/showthread.php?t=2434422
http://forum.xda-developers.com/showthread.php?t=1688012
Easyflasher with 2.3.2.3
http://www.putlocker.com/file/CD303F5F803BD469
Universal Naked Driver 0.72
I'm stuck with the driver usb connexion with universal naked driver 0.72: Whenver I try to install the driver Windows 8.1 gives me an error saying, ""The hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering." And it won't let me install them. Any ideas? Thanks.
Are you installing the drivers manually from device manager ?
You should right click the ! device in device manager and update drivers > let me choose a file on my computer > point it to the extracted universal drivers folder
It worked brilliantly!
Hi dear detection,
everything worked brilliantly for me: the biggest problem was to correctly install the asus driver on apx. I changed from my computer with windows 8.1 to my daughters laptop that is on windows 8, and everything worked without problem : I have a new Asus Transformer in the hand and can flash katkiss and the gapps, and all I want.
Thank you a lot for you and this great forum
trachy
:good: Great! Pleased it all worked in the end
This post (#377 on page 38) was originally written under thread "Root Now Available For ASUS MemoPad FHD 10 Model ME302C" (http://forum.xda-developers.com/showthread.php?p=51699593) however OP has not been able to update the original post and this has caused much confusion. Its difficult to read through 40+ pages of posts with new modifications to the originally posted root procedure. I am posting the latest instructions in a new thread.
Thanks to @perpe on the German Android Hilfe forum
[Anleitung]Root, Unroot, Up-/Downgrade, Unbrick ASUS MeMO Pad FHD 10 (ab Android 4.3)
http://www.android-hilfe.de/root-custom-roms-modding-fuer-asus-memo-pad-fhd-10/528918-anleitung-root-unroot-up-downgrade-unbrick-asus-memo-pad-fhd-10-ab-android-4-3-a.html
There is also a Russian Forum 4PDA for this tablet
Прошивка Asus MeMO Pad FHD 10 (Только WW регион)
http://4pda.ru/forum/index.php?showtopic=500286
This is a thread for apps that can be frozen or removed:
[Sammelthread] Apps die man deinstallieren oder einfrieren kann
http://www.android-hilfe.de/asus-memo-pad-fhd-10-me302c-forum/482780-sammelthread-apps-die-man-deinstallieren-oder-einfrieren-kann.html
+++++++++++++++++++++++++++
This guide and below links are for USA build only (Goto Settings -> About Phone -> Build Number). WW build needs WW 5016 update and WW 5017 root update files but, indeed, uses the same procedures. DO NOT interchange USA for WW files otherwise you will BRICK. Links for WW 5017 root can be found on previous forum posts. ASUS hosts the WW 5016 update on its support page http://www.service.asus.com/#!downloads/c1wax
AS ALWAYS, BACKUP YOUR DATA! Titanium backup is a good option. Make sure backup files are copied to your PC or external storage
MAKE SURE THE BATTERY IS FULLY CHARGED!
Tools Needed:
USA Asus 5016 update - http://dlcdnet.asus.com/pub/ASUS/EeePAD/ME302C/US_ME302C-V5_0_16-0-ota-user.zip
USA 5017 root update - https://docs.google.com/file/d/0B-6nm7Jks0W5eWxSM0JoZ2FPVGc
For those of you who are already root and would like to update to 5016 it is recommended to download the latest 5016 update (~700mb) directly from Asus website. Please do not do an OTA update as this may fail since you are already root. Make sure that SuperSU survival mode is OFF. Place US_ME302C-V5.0.16-0-ota-user.zip in the internal Storage via Windows Explorer. Make sure it has the exact file name US_ME302C-V5.0.16-0-ota-user.zip. Disconnect USB and then it will detect the update (a yellow triangle). Apply the update and it will reboot the tablet. Then copy 5017 root update US_ME302C-V5.0.17-0-ota-user.zip in the internal Storage via Windows Explorer. Disconnect USB and then it will detect the update (a yellow triangle). Apply the update and it will reboot the tablet. You will then be root. Make sure you install SuperSU by Chainfire from Play Store. For BusyBox use BusyBox X by Robert Nediyakalaparambil as it is x86 compatible.
For those of you who are not rooted the easiest method is to accept the OTA update to 5016. (Alternatively, place US_ME302C-V5.0.16-0-ota-user.zip in the internal Storage via Windows Explorer. Make sure it has the exact file name US_ME302C-V5.0.16-0-ota-user.zip. Disconnect USB and then it will detect the update (a yellow triangle). Apply the update and it will reboot the tablet). Then copy 5017 root update US_ME302C-V5.0.17-0-ota-user.zip in the internal Storage via Windows Explorer. Disconnect USB and then it will detect the update (a yellow triangle). Apply the update and it will reboot the tablet. You will then be root. Make sure you install SuperSU by Chainfire from Play Store. For BusyBox use BusyBox X by Robert Nediyakalaparambil as it is x86 compatible.
Optional:
1) Install AdsFree from http://adfree.bigtincan.com
2) Review the German forum (link at top) for apps that can be safely frozen or uninstalled via Titanium Backup
Please note avoid OTA updates after root is obtained otherwise you will loose root or maybe worse. Keep up to date with developments on this thread for rooting methods when and if Asus release new updates. @perpe recommends all future updates be installed via the internal storage method. You can also check the German FHD 10 forum for updates at the above link
+++++++++++++++++++++++++++
Step by Step Guide for root via Fastboot Method for US version 4.7.3 or below: (read above instructions first as it is much easier to update and root using alternative methods)
Please note that tablet with versions higher than 4.7.3 no longer have the ability to use the fastboot method as this has been disabled by Asus in the latest versions. Some members have suggested downgrading fastboot to 4.7.3 if you have a later version. However this is not recommended and could result in problems. Fastboot downgrade should only be a last resort and limited to advanced users:
fastboot flash fastboot fastboot.img
(fastboot.img can be found inside the 4.7.3 release on the ASUS website. You can extract fastboot.img from the ~700mb update using 7 zip. Or download USA build here: http://support.mediafire.com/download/dk487lcxqfsgau6/fastboot473.zip )
Tools Needed:
Intel Drivers - http://software.intel.com/en-us/android/articles/intel-usb-driver-for-android-devices
Asus Drivers - http://dlcdnet.asus.com/pub/ASUS/EeePAD/ME173X/ASUS_Android_USB_drivers_for_Windows.zip (download these in case Intel drivers don't work)
ADB and Fastboot tools - http://forum.xda-developers.com/showthread.php?t=2588979 (say no to drivers, just install adb)
Linux Fastboot for Intel SoC - http://www.android-hilfe.de/7373742-post8.html
USA Asus 5016 update - http://dlcdnet.asus.com/pub/ASUS/EeePAD/ME302C/US_ME302C-V5_0_16-0-ota-user.zip
USA 5017 root update - https://docs.google.com/file/d/0B-6nm7Jks0W5eWxSM0JoZ2FPVGc
Enable USB Debugging:
The “Developer Options” menu item on 4.2.* is hidden.
1. Goto Settings -> About Phone.
2. Goto “Build Number” at the end of the Scroll list.
3. Tap on “Build Number” repeatedly (7 times). On your third tap you should see message indicating that you only have 4 more taps to go to ‘become a developer’.
4. Continue: 4 more taps.
5. Hooray, you are now a ‘Developer’, go back to the Setting page.
6. You should see Developer Option menu item in your setting list now.
7. Open Developer Options and check USB debugging > OK
Install ADB and Fastboot from above (say no to drivers, just install adb)
Install Intel drivers
Plug in USB cable (at this point your PC will auto install several devices)
adb devices
(if you don't see a device you have a driver issue. Try the Asus drivers - Goto Device Manager. Right click on "Android" and choose "Update Driver" and do a "Manual install" and select the extracted Asus drivers. Also the tablet could be listed under "Other devices". Make sure to reboot your PC when done.)
adb reboot bootloader
Wait for tablet to reboot into bootloader. You'll see an Android with a hard hat
fastboot devices
( if you don't see a device you have a driver issue. Try the Asus drivers - Goto Device Manager. Right click on "Android" and choose "Update Driver" and do a "Manual install" and select the extracted Asus drivers. Also the tablet could be listed under "Other devices". Make sure to reboot your PC when done.)
fastboot erase cache
(Please note do not use command "fastboot erase system" - it has caused many people issues and is useless)
(Please note "fastboot erase userdata" is optional. the command is a "factory reset" and removes all user data. Sometimes after an update the tablet may be sluggish or have issues then you could try this command)
fastboot flash update US_ME302C-V5.0.16-0-ota-user.zip
If it is working your CMD window will show:
sending 'update' (******* KB)...
OKAY [49.549s]
writing 'update'...
OKAY [3.220s]
finished. total time: 52.772s
Tablet will take time to apply update.
After successful reboot place US_ME302C-V5.0.17-0-ota-user.zip in the internal Storage via Windows Explorer
(Alternatively, reboot into bootloader and apply 5017 root update using command "fastboot flash update US_ME302C-V5.0.17-0-ota-user.zip")
Disconnect USB and then it will detect the update (a yellow triangle). Apply the update and it will reboot the tablet
You are now root. Install SuperSU by Chainfire from Play Store. For BusyBox use BusyBox X by Robert Nediyakalaparambil.
Optional:
1) Install AdsFree from http://adfree.bigtincan.com
2) Review the German forum (link at top) for apps that can be safely frozen or uninstalled via Titanium Backup
+++++++++++++++++++++++++++++++++++++++++++++++++++
Step by Step Guide for Factory Reset via Fastboot Method for US version >4.7.3:
Please note that tablet with versions higher than 4.7.3 no longer have the ability to use the fastboot method as this has been disabled by Asus in the latest versions. You’ll need to downgrade fastboot to 4.7.3 before restoring your tablet. Extract Fastboot.img from US_ME302C_V4_7_3.rar using 7 zip (~700MB download, link below) or download just Fastboot.img (~10mb, Mediafire link below) into same directory as ADB and Fastboot
Tools Needed:
Intel Drivers - http://software.intel.com/en-us/android/articles/intel-usb-driver-for-android-devices
Asus Drivers - http://dlcdnet.asus.com/pub/ASUS/EeePAD/ME173X/ASUS_Android_USB_drivers_for_Windows.zip (download these in case Intel drivers don't work)
ADB and Fastboot tools - http://forum.xda-developers.com/showthread.php?t=2588979 (say no to drivers, just install adb)
Linux Fastboot for Intel SoC - http://www.android-hilfe.de/7373742-post8.html
USA Fastboot 473 IMG - http://support.mediafire.com/download/dk487lcxqfsgau6/fastboot473.zip
USA Asus 473 update – http://dlcdnet.asus.com/pub/ASUS/EeePAD/ME302C/US_ME302C_V4_7_3.rar
USA Asus 5016 update - http://dlcdnet.asus.com/pub/ASUS/EeePAD/ME302C/US_ME302C-V5_0_16-0-ota-user.zip
USA 5017 root update - https://docs.google.com/file/d/0B-6nm7Jks0W5eWxSM0JoZ2FPVGc
Enable USB Debugging:
The “Developer Options” menu item on 4.2.* is hidden.
1. Goto Settings -> About Phone.
2. Goto “Build Number” at the end of the Scroll list.
3. Tap on “Build Number” repeatedly (7 times). On your third tap you should see message indicating that you only have 4 more taps to go to ‘become a developer’.
4. Continue: 4 more taps.
5. Hooray, you are now a ‘Developer’, go back to the Setting page.
6. You should see Developer Option menu item in your setting list now.
7. Open Developer Options and check USB debugging > OK
Install ADB and Fastboot from above (say no to drivers, just install adb)
Install Intel drivers
Plug in USB cable (at this point your PC will auto install several devices)
adb devices
(if you don't see a device you have a driver issue. Try the Asus drivers - Goto Device Manager. Right click on "Android" and choose "Update Driver" and do a "Manual install" and select the extracted Asus drivers. Also the tablet could be listed under "Other devices". Make sure to reboot your PC when done.)
adb reboot bootloader
Wait for tablet to reboot into bootloader. You'll see an Android with a hard hat
fastboot devices
( if you don't see a device you have a driver issue. Try the Asus drivers - Goto Device Manager. Right click on "Android" and choose "Update Driver" and do a "Manual install" and select the extracted Asus drivers. Also the tablet could be listed under "Other devices". Make sure to reboot your PC when done.)
fastboot erase cache
fastboot flash fastboot fastboot.img
be patient while update completes then reboot back to bootloader
adb reboot bootloader
fastboot devices
fastboot erase cache
fastboot erase userdata
fastboot flash update US_ME302C-V5.0.16-0-ota-user.zip
tablet will take time to apply update.
After successful reboot place US_ME302C-V5.0.17-0-ota-user.zip in the internal Storage via Windows Explorer
(Alternatively, reboot into bootloader and apply 5017 root update using command "fastboot flash update US_ME302C-V5.0.17-0-ota-user.zip")
Disconnect USB and then it will detect the update (a yellow triangle). Apply the update and it will reboot the tablet
You are now root. Install SuperSU by Chainfire from Play Store. For BusyBox use BusyBox X by Robert Nediyakalaparambil.
Optional:
1) Install AdsFree from http://adfree.bigtincan.com
2) Review the German forum (link at top) for apps that can be safely frozen or uninstalled via Titanium Backup
One little note:
fastboot flash update <name-of-the.zip> only works with the 4.2.2 fastboot. On 4.3 it only works with small zips, like the fake update.zip for root.
The easiest way to update is to place the update zip on to the internal storage and select the triangle from the notification bar to start the update process. (it's the same way like with the root zip)
cantdownload
Cant download 2nd link
Beware
Hey Guys, after I applied these "updates" and checked root (positive) I installed the Xposedframework , when I rebooted my Memo , it does not get much further then the ASUS logo and never-ending busy circle. I will attempt a factory reset, and let you all know.
Just posting this message to make sure you have your backup done as mentioned in the first post. It could be painful otherwise!
Hi
can u help me root asus zenfone 5 ?
or tell me how to make a update ota zip flashable to flashed on stock recovery..
thx for reply me...
Hi all. Thanks for the great post. This forum helps a lot who would other wise be lost.
I am a bit confused about the methods posted in the opening post. The first method explains DL the files and install from internal storage which seems simple enough. But then I scrolled down to see the second method via fastboot.
I would prefer to use the first method as it appears simple as I have said. But unsure which I should use.
Also how can I backup without root access?
Thanks for your help
Mode l# ME302C
Firmware version: 51.31
Android Version: 4.2.2
Build # US_EPAD-4.6.2-20130815
Edit: I jumped in and used the procedure described in "For those of you who are not rooted "(or the second method of the first 2). It worked. My memopad is now rooted and appears to be operating fine. Thank you to the author of this post.
help needed
Why can't I get the magic yellow triangle? Somebody please help me.
Here are my screen shots from my google+, please remove the blank space at the beginning of the address:
ht tps://plus.google.com/106139843999975472357/posts/818h3Tbagkm
ht tps://plus.google.com/106139843999975472357/posts/Z6J5iTEPswP
Asus302c said:
Why can't I get the magic yellow triangle? Somebody please help me.
Click to expand...
Click to collapse
Try plugging it into a computer or rebooting.
Would installing the latest version of the firmware get rid of the root access? V5.0.19 is the latest, from the end of May. http://usterki.hobby-elektronika.eu/biazet.html
Polarbert said:
Would installing the latest version of the firmware get rid of the root access? V5.0.19 is the latest, from the end of May.
Click to expand...
Click to collapse
Yes and you risk to get big trouble if SuperSU survival mode is active. For save updating you have to remove root first.
Gesendet von meinem ME302C mit Tapatalk
I just wanted to say:
I got the Memo Pad FHD 10: It lagged in slowness a bit in a few well known apps. Also when browsing the internet. Also the kicker for knowing I had to 'Root' was certain apps use the 'System font' for Chinese-Pinyin display. Asus-Memo Factory-font does not display accented characters well. But the standard setting do not allow adjustment to the System-font.
Your Easy instructions under: 'For those who are not rooted'... Were simple. I downloaded the two files... 5.0.16 (Although: Note I needed to rename, the 5.016, to exactly match what you said. The filename was slightly different.)
I was a little scared, even though I had already upgraded the firmware of my Tablet to 51.31, but another poster had that number as well, so I decided to boldly press-on.
Then I put the 5.017 and boom... and installed the SuperSU file as instructed... and a way I went! Thanx! Thankx! :good: I put on HiFonts and found a font that was suitable for the system. The pad is also now so much snappier!!! I hope that doesn't mean the battery is now going to drain at an alarming rate. I haven't tested that yet. :
GPS Working 5017
intrepid24 said:
This post (#377 on page 38) was origina
Click to expand...
Click to collapse
Is anyone else having an issue with the GPS on the device on 5016 rooted with the 5017 using the 'intrepid' link above. A favorite app we use: 'Copilot', does not get past "determining position". I'm speaking of when the device does not have an internet connection.
The app I speak about is designed to work without only the GPS available. But since I'm on an odd build, instead of checking with the problems on those ends. I figured, I worry first about the build itself.
I know this may be quite an old thread, but I've stupidly updated my fathers tablet to 5.0.21, and in the process lost root. Is there any trouble with following this method to get back to 5.0.17 and rooting the tablet? After updating I saw no difference, and thus no need to lose root access.
http://www.gory.pun.pl/viewforum.php?id=5
Is there an alternative to getting root? I've tried towel root and framaroot but neither of these worked.
To this day this tablet has treated me well...Is there any kitkat roms floating around the web for this tablet?
asus memo pad me302c stuck on boot screen
Hi guys! I`m new on the forum so i don`t know if this is the right place to ask... I have this Tablet stuck on boot screen and i tried every solution i found on internet but nothing seems to make it work... Can someone give me a clue about what can i do? Thank you!
I have the same problem. I have this in DroidBoot:
IFWI Version: 51.33
Serial_num: 11111111111111
Product: WW_EPAD
I've tried to flash many files, flashed earlier fastboot versions, but I'm totally stuck here
_MsG_ said:
I have the same problem. I have this in DroidBoot:
IFWI Version: 51.33
Serial_num: 11111111111111
Product: WW_EPAD
I've tried to flash many files, flashed earlier fastboot versions, but I'm totally stuck here
Click to expand...
Click to collapse
What works depends on what you were doing before this issue appeared.
If you can read German, you can check:
http://www.android-hilfe.de/thema/a...k-asus-memo-pad-fhd-10-ab-android-4-3.528918/
I'd recommend trying the RAW update.
Ok now I have the same problem with everyone having this tablet. Many of the apps have been upgraded in the world, but no longer support Android 4.3 anymore. We need at least 5.0 to work. And I can find no custom-roms. At first search I thought one was available, but then found it was not for the ME302C. The 'C' version is the intel chip. We need a wizard to create a rom.
robertkjr3d said:
Ok now I have the same problem with everyone having this tablet. Many of the apps have been upgraded in the world, but no longer support Android 4.3 anymore. We need at least 5.0 to work. And I can find no custom-roms. At first search I thought one was available, but then found it was not for the ME302C. The 'C' version is the intel chip. We need a wizard to create a rom.
Click to expand...
Click to collapse
How did you get the bootloader unlocked to be able to install a custom recovery and then a ROM to begin with? I chatted with Asus support just now and they said that for the ME302C they never made an unlock tool which I don't believe. I have an ME301T and they made the tool for it and I was able to unlock the bootloader, root and custom ROM. I was going to root my friend's ME302C but without being able to unlock the bootloader to install a custom ROM I don't see the point. Thanks in advance!
Asus ME302KL will this be the same process?
Hi All, new to this forum... what brought me here is trying to figure out if I can upgrade the TF101 to android higher than 4.0.3 that seems to be the "normal" latest version you can get.
Issues I have are: lockup, freeze, twitter post (crash twitter), screen weird colors (need reboot) etc... Maybe I have some hardware issue... planing to open the case and verify all connectors are ok and well seated.
I just spent 4 hours looking around this forum and saw the KatKiss 4.4.4 thing... I say thing because I have no clue (and did not find how) to install this thing.
So! Is it worth it that I spent hours more on understanding how to upgrade, debug and all... or I just go buy a new tablet?
I saw some post around the twitter issue that did not work either after KatKiss upgrade, so not sure if it's worth it ?
I was looking at the Samsung Pro tablets with 8 cores... seems amazing! But pricy!
Anyhow, recommendations?
If you say... sure try to upgrade to 4.4.4 with KatKiss... ok, I can try that, but from the last 4 hours of reading/looking around, I did not find instructions steps I could understand.
Most of those steps I have not clue what they are!
These builds are designed to be installed from your favorite recovery. MAKE SURE TO INSTALL A COMPATIBLE ANDROID 4.2/4.3 RECOVERY!
TWRP >= 2.3.2.3 is recommended, new TWRP available here
Backup everything !
Go to recovery
Make a full wipe / factory reset (you can skip this step if you're already on KatKiss-4.4, if ever you encounter a problem do the full wipe and try again before reporting )
Format /system (only if Version<026)
Flash the rom
Flash KatKiss gapps
Wipe cache/dalvik
Reboot
Click to expand...
Click to collapse
Thanks for any feedback
Cheers!
Simon
I have the tab pro and i like it a lot.
I also have the tf101 running katkiss.
The katkiss is running smooth for me.
All is well and no issues this far.
So I would say try katkiss.
Verstuurd vanaf mijn SM-G900F met Tapatalk
r2go said:
I have the tab pro and i like it a lot.
I also have the tf101 running katkiss.
The katkiss is running smooth for me.
All is well and no issues this far.
So I would say try katkiss.
Verstuurd vanaf mijn SM-G900F met Tapatalk
Click to expand...
Click to collapse
Would love to try katkiss.... but I did not find a how-to steps I can understand.... Any help would be nice.
:laugh:
Simon
SimonFiliatrault said:
Would love to try katkiss.... but I did not find a how-to steps I can understand.... Any help would be nice.
:laugh:
Simon
Click to expand...
Click to collapse
Hi Simon.
Is your device already rooted?
You need to root your device first.
What android version are you running?
Verstuurd vanaf mijn SM-G900F met Tapatalk
r2go said:
Hi Simon.
Is your device already rooted?
You need to root your device first.
What android version are you running?
Verstuurd vanaf mijn SM-G900F met Tapatalk
Click to expand...
Click to collapse
Device not rooted... Android 4.0.3.
I am looking for step-by-step instructions... if they exist?
Never did that type of mod before.
Thanks,
Simon
SimonFiliatrault said:
Device not rooted... Android 4.0.3.
I am looking for step-by-step instructions... if they exist?
Never did that type of mod before.
Thanks,
Simon
Click to expand...
Click to collapse
Easiest way, use Easyflasher (If your TF101 has a serial number B6O or eariler (Some B7O), it is an SBK1, most B7O and all higher are SBK2) choosing the wrong one in Easyflasher will not do any harm, it just won't work
http://forum.xda-developers.com/showthread.php?t=1688012
1: Flash TWRP recovery with Easyflasher
2. Download KatKiss ROM #33 & Latest Gapps and copy to your MicroSD, stick MicroSD Card into TF101
3: Boot to TWRP Recovery by powering off the TF, then pressing and holding Power & Volume Down until the white text appears at the top of the screen, then quickly hit Volume Up once
4: Goto the WIPE menu, and wipe everything apart from External Storage (This will 100% wipe your TF, so if you have anything you want to keep, back it up, you can also make a Nandroid backup inside of TWRP, so make sure your MicroSD Card has enough room if you choose that)
5: Once everything is wiped, goto the INSTALL menu and install KatKiss ROM you copied to the MicroSD Card (Might have to select External from the INSTALL menu to navigate to the MicroSD Card)
6: When the ROM says it is completed the install, go back to the INSTALL menu and install the GAPPS you also copied to the MicroSD Card
7: Once GAPPS have completed installing (Ignore any messages about failing to mount partitions etc) WIPE Cache and Dalvik Cache (Might ask you immediately after flashing Gapps, if not, do it from the WIPE menu
8: Choose REBOOT > SYSTEM or POWER OFF > REBOOT
9: All being well, you are now running the KatKiss ROM
---
TIPS:
When using Easyflasher, you're gonna need to install the "Universal Naked Drivers" from the Easyflasher thread - use a 32bit Windows 7 for least chance of any problems, 64bit windows requires driver signing, and so do all versions of Windows 8.x, you can use 8.x but you'll need to disable driver signing mode before installing them
---
Any problems, reply here and I`ll check every now and then
ok here's the detail steps I did...
1) I have a TF101, B60... S/N, thus SBK1 (what ever that means!)
2) Using this thread: http://forum.xda-developers.com/showthread.php?t=1688012
- Need APX Drivers: http://forum.xda-developers.com/showthread.php?t=1514942
Found those instructions that partially work:
http://forum.xda-developers.com/showthread.php?t=1514942&page=4
Search in the start menu for Device Manager and open it.
Plug in your tablet via USB while in APX mode (hold power button and volume (+) until the screen turns off).
The driver should try to automatically install off the tablet upon plugging it in to your computer.
If it fails to install, you will have an "Unknown Devices" section in Device Manager.
Right click on Unknown Devices and hit update driver.
Then hit manually install driver. Point the file browser to the root folder of the extracted package that you downloaded.
For clarification: You downloaded the zip in the OP called Universal_Naked_Driver_0.72.zip.
When you extract it, you should get something like Universal Naked Driver 0.72 or something like that.
Point that file browser to the newly extracted folder, NOT the subfolders.
If you point it to the amd64 or the i386 subfolders it will not work. Hope this helps you out!
That is partly true... here's what I did:
1. power button + volume up
2. device manager showed "other devices" - APX
3. right-click APX and update driver
4. point to extracted naked driver folder
5. Cannot install - hash not present issue!
6. Found this how-to on installing unsigned drivers: http://dhakshinamoorthy.wordpress.com/2012/05/14/installing-an-unsigned-driver-in-windows-8-x64/
- Cannot find the control panel advanced startup menu!!!
Found those that work! http://pcsupport.about.com/od/windows-8/a/open-advanced-startup-options-windows-8.htm
Method 2: PC Settings
Swipe from the right to open the charms bar.
Tip: If you have a keyboard, use WIN+I and then skip to Step 3.
Tap or click on Settings.
Tap or click on Change PC settings at the bottom of the charms bar.
Choose Update and recovery from the list of options on the left of the PC settings window.
Note: Prior to Windows 8.1, choose General instead and then skip to Step 6.
Choose Recovery.
Locate Advanced startup, at the bottom of the list of options on your right.
Tap or click on Restart now.
Wait through the Please wait message until Advanced Startup Options opens.
After reboot, I could install the Asus Transformer APX interface.
downloaded easy flasher: http://yarr.ntg.cx/pub/EasyFlasher-0.8.3b-STABLE.zip
extracted and started with SBK1
Choose TWRP 2.2.1 and clicked flash
Tablet need to be in APX mode (power + volume up)
click flash and ok
Saw this on easy flash:
Running Wheelie..
>Tablet is now ready for Nvflash
Flashing twrp.SOS
>Finished, now reboot into recovery!
Saw this on tablet:
Entering NvFlash recovery mode / Nv3p Server
Chip Uid: xxxx
!!! phone update success !!!
!!! phone update success !!!
Copying those file to root of flash drive
- KatKiss-4.4.4_032b.zip
- gapps-KatKiss-4.4.4_20140720.zip
- fsync_on.zip
3) Booted to TWRP Recovery
1. Pressing and holding Power & Volume Down
2. when white text appears at the top of the screen, then quickly hit Volume Up once
Now we see the TWRP!
4) Goto the WIPE menu, and wipe everything apart from External Storage (This will 100% wipe your TF, so if you have anything you want to keep, back it up, you can also make a Nandroid backup inside of TWRP, so make sure your MicroSD Card has enough room if you choose that)
- cache
- Dalvik cache
- Factory reset
- System
- Internal storage
- Format data
FAILED!
Unable to format data
5) Once everything is wiped, goto the INSTALL menu and install KatKiss ROM you copied to the MicroSD Card (Might have to select External from the INSTALL menu to navigate to the MicroSD Card)
- Choose katkiss rom
KatKiss-4.4.4_032b.zip
- clicked home
6) When the ROM says it is completed the install, go back to the INSTALL menu and install the GAPPS you also copied to the MicroSD Card
- gapps-KatKiss-4.4.4_20140720.zip
- Home
7) Also installed fsync_on.zip
- This is optional to have more speed, but can cause data loss if tablet reboot
8) WIPE Cache and Dalvik Cache
9) Reboot - System
- Should see the new OS start - with the dog and colored circles!
10) After a short minute... you will get the welcome and setup screen
- Do standard setup!
Tablet is up and running... NICE!
Thanks a LOT!
Will now re-install my stuff and test... will keep you posted.
Do this detailed how-to exist somewhere?
CRAP!!! The main reason I updated this tablet was in the hopes to fix the twitter issue... that is, when trying to post a new tweet, the app crash and restart...
SAME issue!
Any tips on this one would be wonderful.
It's easy.
First root it. Rooting has a few basic common steps. just get the files right.
Then install the rom in recovery!
Voila!
SimonFiliatrault said:
ok here's the detail steps I did...
1) I have a TF101, B60... S/N, thus SBK1 (what ever that means!)
2) Using this thread: http://forum.xda-developers.com/showthread.php?t=1688012
- Need APX Drivers: http://forum.xda-developers.com/showthread.php?t=1514942
Found those instructions that partially work:
http://forum.xda-developers.com/showthread.php?t=1514942&page=4
Search in the start menu for Device Manager and open it.
Plug in your tablet via USB while in APX mode (hold power button and volume (+) until the screen turns off).
The driver should try to automatically install off the tablet upon plugging it in to your computer.
If it fails to install, you will have an "Unknown Devices" section in Device Manager.
Right click on Unknown Devices and hit update driver.
Then hit manually install driver. Point the file browser to the root folder of the extracted package that you downloaded.
For clarification: You downloaded the zip in the OP called Universal_Naked_Driver_0.72.zip.
When you extract it, you should get something like Universal Naked Driver 0.72 or something like that.
Point that file browser to the newly extracted folder, NOT the subfolders.
If you point it to the amd64 or the i386 subfolders it will not work. Hope this helps you out!
That is partly true... here's what I did:
1. power button + volume up
2. device manager showed "other devices" - APX
3. right-click APX and update driver
4. point to extracted naked driver folder
5. Cannot install - hash not present issue!
6. Found this how-to on installing unsigned drivers: http://dhakshinamoorthy.wordpress.com/2012/05/14/installing-an-unsigned-driver-in-windows-8-x64/
- Cannot find the control panel advanced startup menu!!!
Found those that work! http://pcsupport.about.com/od/windows-8/a/open-advanced-startup-options-windows-8.htm
Method 2: PC Settings
Swipe from the right to open the charms bar.
Tip: If you have a keyboard, use WIN+I and then skip to Step 3.
Tap or click on Settings.
Tap or click on Change PC settings at the bottom of the charms bar.
Choose Update and recovery from the list of options on the left of the PC settings window.
Note: Prior to Windows 8.1, choose General instead and then skip to Step 6.
Choose Recovery.
Locate Advanced startup, at the bottom of the list of options on your right.
Tap or click on Restart now.
Wait through the Please wait message until Advanced Startup Options opens.
After reboot, I could install the Asus Transformer APX interface.
downloaded easy flasher: http://yarr.ntg.cx/pub/EasyFlasher-0.8.3b-STABLE.zip
extracted and started with SBK1
Choose TWRP 2.2.1 and clicked flash
Tablet need to be in APX mode (power + volume up)
click flash and ok
Saw this on easy flash:
Running Wheelie..
>Tablet is now ready for Nvflash
Flashing twrp.SOS
>Finished, now reboot into recovery!
Saw this on tablet:
Entering NvFlash recovery mode / Nv3p Server
Chip Uid: xxxx
!!! phone update success !!!
!!! phone update success !!!
Copying those file to root of flash drive
- KatKiss-4.4.4_032b.zip
- gapps-KatKiss-4.4.4_20140720.zip
- fsync_on.zip
3) Booted to TWRP Recovery
1. Pressing and holding Power & Volume Down
2. when white text appears at the top of the screen, then quickly hit Volume Up once
Now we see the TWRP!
4) Goto the WIPE menu, and wipe everything apart from External Storage (This will 100% wipe your TF, so if you have anything you want to keep, back it up, you can also make a Nandroid backup inside of TWRP, so make sure your MicroSD Card has enough room if you choose that)
- cache
- Dalvik cache
- Factory reset
- System
- Internal storage
- Format data
FAILED!
Unable to format data
5) Once everything is wiped, goto the INSTALL menu and install KatKiss ROM you copied to the MicroSD Card (Might have to select External from the INSTALL menu to navigate to the MicroSD Card)
- Choose katkiss rom
KatKiss-4.4.4_032b.zip
- clicked home
6) When the ROM says it is completed the install, go back to the INSTALL menu and install the GAPPS you also copied to the MicroSD Card
- gapps-KatKiss-4.4.4_20140720.zip
- Home
7) Also installed fsync_on.zip
- This is optional to have more speed, but can cause data loss if tablet reboot
8) WIPE Cache and Dalvik Cache
9) Reboot - System
- Should see the new OS start - with the dog and colored circles!
10) After a short minute... you will get the welcome and setup screen
- Do standard setup!
Tablet is up and running... NICE!
Thanks a LOT!
Will now re-install my stuff and test... will keep you posted.
Do this detailed how-to exist somewhere?
Click to expand...
Click to collapse
I am essentially trying to do this although I have a C20 so I use SBK2 in Easy Flash. However, after I do my wipes, then go to flash my rom, I get an error message that it can't open the zip file What is strange is that I have done this before and have had KK installed on my tablet.
706
Razor64 said:
It's easy.
First root it. Rooting has a few basic common steps. just get the files right.
Then install the rom in recovery!
Voila!
Click to expand...
Click to collapse
Unsure what you are referring to?
1) Rooting the TF101
2) Fixing Twitter issue
As you see in the thread, I have successfully installed 4.4.4 KatKiss.
barkeater said:
I am essentially trying to do this although I have a C20 so I use SBK2 in Easy Flash. However, after I do my wipes, then go to flash my rom, I get an error message that it can't open the zip file What is strange is that I have done this before and have had KK installed on my tablet.
Click to expand...
Click to collapse
Did you make sure the zip on the flash drive are ok? Did you try to open them on a PC?
Found a solution for twitter! Simply installed which is better! TWEEDLE
Razor64 said:
It's easy.
First root it. Rooting has a few basic common steps. just get the files right.
Then install the rom in recovery!
Voila!
Click to expand...
Click to collapse
KatKiss is already rooted!
SimonFiliatrault said:
Found a solution for twitter! Simply installed which is better! TWEEDLE
Click to expand...
Click to collapse
Great pleased you managed to get it working in the end, you can now update TWRP to either the latest official 2.3.2.3 or the unofficial which has been taken over by another member, that's possibly why you ended up with the DATA failing to wipe
Twitter works ok for me, but there are 2 different types of KatKiss, there is the normal one which has a speed increase, and the NonLinaro version which has much better compatibility with apps
Its possible twitter is not liking the Linaro version (Normal one)
Anyway, you are set to flash whichever ROMs you like now you have TWRP, but Id advise updating to 2.3.2.3 to avoid issues, that's the version Ive been running since it was released
Oh and SBK1 and 2 mean, Secure Boot Key, SBK1 was leaked and therefore very easy to flash recovery and other stuff to that required the key, SBK2 did not leak, so devs had to find workarounds in order to flash recovery
Wow Simon.
Already so much.
By the way you sound like a pro already
Now just follow what *detection* says.
That Rom is fast and smooth.
Verstuurd vanaf mijn SM-G900F met Tapatalk
I now want to update again since I have some issue with wifi disconnecting and would like to have original Twitter app working.
So here's a couple of questions:
1. TWRP... before I used EasyFlasher that have TWRP 2.2.1
- I did not find easy flasher with TWRP 2.3.2.3 what do you recommend to use to update TWRP? Link please.
2. You said Twitter work for you and you installed the NonLinaro... right?
- I would be using this link: http://forum.xda-developers.com/showthread.php?t=2592890
That's good?
Any other tips, new version since you last post?
Thanks,
Simon
SimonFiliatrault said:
I now want to update again since I have some issue with wifi disconnecting and would like to have original Twitter app working.
So here's a couple of questions:
1. TWRP... before I used EasyFlasher that have TWRP 2.2.1
- I did not find easy flasher with TWRP 2.3.2.3 what do you recommend to use to update TWRP? Link please.
2. You said Twitter work for you and you installed the NonLinaro... right?
- I would be using this link: http://forum.xda-developers.com/showthread.php?t=2592890
That's good?
Any other tips, new version since you last post?
Thanks,
Simon
Click to expand...
Click to collapse
I can help you with 2.3.2.3 TWRP
Code:
https://mega.co.nz/#!0MFjWR5L!Xsf2b83h54I97z5Zsp_1PUn6mDHi6itZIc2GGoFkAeI
This Easyflasher has 2.3.2.3 updated inside (Credit to Frederuco)
*Detection* said:
I can help you with 2.3.2.3 TWRP
Code:
https://mega.co.nz/#!0MFjWR5L!Xsf2b83h54I97z5Zsp_1PUn6mDHi6itZIc2GGoFkAeI
This Easyflasher has 2.3.2.3 updated inside (Credit to Frederuco)
Click to expand...
Click to collapse
Ok... Downloaded this new version and ran it:
Running Wheelie..
>Tablet is now ready for Nvflash
Flashing twrp.SOS
>Finished, now reboot into recovery!
on the tablet, I see the !!!!! phone update success!!!! 2 time
Trying now to get in "recovery mode"...
Tried simple reboot in recovery from KatKiss, does not work.
Ideas?
SimonFiliatrault said:
Ok... Downloaded this new version and ran it:
Running Wheelie..
>Tablet is now ready for Nvflash
Flashing twrp.SOS
>Finished, now reboot into recovery!
on the tablet, I see the !!!!! phone update success!!!! 2 time
Trying now to get in "recovery mode"...
Tried simple reboot in recovery from KatKiss, does not work.
Ideas?
Click to expand...
Click to collapse
Did you reboot fully into KK before trying to get into recovery after flashing 2.3.2.3?
You need flash 2.3.2.3 > reboot fully into KK to complete the install > then reboot into recovery
Also you can try powering off the TF, then hold Vol down and Power until you see the white text at the top of the screen, then release all buttons and quickly tap Vol up to enter recovery
*Detection* said:
Did you reboot fully into KK before trying to get into recovery after flashing 2.3.2.3?
You need flash 2.3.2.3 > reboot fully into KK to complete the install > then reboot into recovery
Also you can try powering off the TF, then hold Vol down and Power until you see the white text at the top of the screen, then release all buttons and quickly tap Vol up to enter recovery
Click to expand...
Click to collapse
After first attempt, yes I entered KK then did reboot in recovery and did not work.
I have tried many time to do power with vol down and vol up... I see "cold-booting linux"... then KK, not recovery mode
I started another thread for this, not sure where the best place to discuss this is?