Search results

  1. berndblb

    Post [ROM][N 7.1.2] [ KatKiss - Nougatella #039 ]

    You can unroot and remove SuperSU from within the app, then flash Magisk. But it would be cleaner to dirty flash the rom and gapps and then Magisk. No formatting necessary, just wipe /data Sent from my Pixel 2 using Tapatalk
  2. berndblb

    Post [ROM][N 7.1.2] [ KatKiss - Nougatella #039 ]

    Read this: https://forum.xda-developers.com/showpost.php?p=51253150&postcount=1 Written for the TF700 but the procedure is exactly the same. The only difference is the recovery itself. TWRP never released one for the TF701, so use the 2.8 Kang version or the 3.2 that are posted in this forum...
  3. berndblb

    Post [ROM][N 7.1.2] [ KatKiss - Nougatella #039 ]

    Instructions are in the OP Sent from my Pixel 2 using Tapatalk
  4. berndblb

    Post [ROM][TF700 - TF201][MM 6.0.1] [ KatKiss - KatshMallow #029] [MultiWindow]

    It IS painfully slow, always was and even more so after what? 10 years? Don't flash gapps, sideload the apps you need most (and find alternatives for anything Google or social media - better yet: go without). At this point this tab is useful only for a very narrow use case. Sent from my Pixel...
  5. berndblb

    Post [ROM][N 7.1.2] [ KatKiss - Nougatella #039 ]

    Be happy that the flash did not work, otherwise you would have a flashed a boot.img to the recovery partition... :( When you say: I installed TWRP, I suspect you are talking about the TWRP app? That's not a recovery. You fastboot flash a recovery, you do not install it via app - or at least I...
  6. berndblb

    Post [ROM][TF700 - TF201][MM 6.0.1] [ KatKiss - KatshMallow #029] [MultiWindow]

    No it is optional. Katkiss runs on both: ext4 or f2fs
  7. berndblb

    Post Error fastboot when i flash the recovery

    1) the safest place is a microSD. You can flash the Rom straight from there. But as long as you do not format your data partition - and you only need to to that if you install a different rom - you can keep it on internal storage. In most cases you only need to wipe /data, not format, and that...
  8. berndblb

    Post Error fastboot when i flash the recovery

    Put the Rom on a microSD, mate. You can navigate in TWRP to the card and flash from there Sent from my Pixel 2 using Tapatalk
  9. berndblb

    Post Error fastboot when i flash the recovery

    They are equally easy to install since you just flash both of them in fastboot ;) But if you are asking which is easier to use, then it is the Kang TWRP. CWM does not have the drivers for the touch interface and you have to navigate everything with the vol buttons. More importantly I do not...
  10. berndblb

    Post Error fastboot when i flash the recovery

    There are only two working recoveries for the TF701, one CWM without touch interface which I don't quite trust and a pretty good TWRP with touch here https://www.google.com/amp/s/forum.xda-developers.com/transformer-tf701/orig-development/recovery-kang-twrp-tf700t-2-8-x-xarea51-t3121989/amp/ The...
  11. berndblb

    Post Boot loop to recovery

    Ok, step-by-step... Strange though that it did not boot after flashing the blob... hope you do not have something else going on. The Asus blob contains everything: Every partition is reflashed with stock software so everything should be in place. The dead Android is the stock recovery showing...
  12. berndblb

    Post Boot loop to recovery

    Mhhh, maybe you have to go the super clean route. Run these commands one after the other, letting every single one finish. Some are very fast, some take a bit longer fastboot erase misc fastboot erase cache fastboot erase recovery fastboot erase system fastboot erase boot fastboot erase...
  13. berndblb

    Post signature mismatch, booting failed, unrecoverable bootloader error (0x00000008)

    Cool! Congrats! Sent from my Pixel 2 using Tapatalk
  14. berndblb

    Post Boot loop to recovery

    Works fine for me. Downloaded it and it opened without problem. Try this link, uploaded the same file here: https://www.dropbox.com/s/tz1lcspqayhs7ug/US_epad-user-10.6.1.14.10.zip?dl=0
  15. berndblb

    Post Boot loop to recovery

    Yes, flash away. The bootloader is the same for WW and US, just some wifi modules are different, I think. That firmware is US anyway and it includes the bootloader, so you'll have a US BL afterwards Sent from my Pixel 2 using Tapatalk
  16. berndblb

    Post Boot loop to recovery

    Yes, best would be if you reflash the Asus firmware, then start from scratch. Geab the zip here https://www.androidfilehost.com/?fid=817550096634791660 Extract it until you see the system blob (called simply "blob"), move it to your fastboot directory and flash it in fastboot: fastboot flash...
  17. berndblb

    Post signature mismatch, booting failed, unrecoverable bootloader error (0x00000008)

    I don't know anything about the AIO. On the 700 you can flash the Asus system blob in fastboot IF your bootloader is unlocked. Even if the same method should work on the AIO I highly doubt the locked bootloader would let you do anything like it. Sorry, but that's all I have Sent from my Pixel...
  18. berndblb

    Post signature mismatch, booting failed, unrecoverable bootloader error (0x00000008)

    The Asus P1801 is an All-in-One dual boot Windows/Android PC/tablet. You are posting in the TF700 forum and that is what lsusb returns. What is it?
  19. berndblb

    Post TF700 only buzzs once

    Does not matter. You cannot downgrade anyway and it should have the latest JB 4.2 version ending in .10 anyway. Just run the Unlock tool on whatever you have Sent from my Pixel 2 using Tapatalk
  20. berndblb

    Post Unrecoverable bootloader error but not Bricked!

    Sorry to hear it. I'm all out of ideas at this point. Seems fastboot is working on the PC side, but something is broken on the tablet side. I think your only option left is to find a new or used motherboard if you think it is worth it.. Good luck. Sent from my Pixel 2 using Tapatalk
  21. berndblb

    Post TF700 only buzzs once

    More likely the motherboard is toast and you can salvage the rest. Doubt there's a market for it though... Sent from my Pixel 2 using Tapatalk
  22. berndblb

    Post Unrecoverable bootloader error but not Bricked!

    That is too bad! I assume the blob file is in your current directory when you run the command? Post the terminal window Try adding the path to the file and sudo: sudo fastboot flash system /your_directory_path/blob You'll have to enter your password after the command which does not display in...
  23. berndblb

    Post Unrecoverable bootloader error but not Bricked!

    That is normal. ADB only works when the tablet is booted into Android or the recovery (if the recovery supports adb and TWRP does). You have access to neither at this point, so forget about adb at this point. Fastboot is your only option. What do you get when you run the fastboot flash system...
  24. berndblb

    Post Unrecoverable bootloader error but not Bricked!

    Yep it gets you back to the original Asus JB 4.2 state. A good place to start when you really messed up [emoji16] Sent from my Pixel 2 using Tapatalk
  25. berndblb

    Post TF701T unlocking modem 3g/LTE

    Use your phone as a hotspot and connect through wifi. Or get a mifi Sent from my Pixel 2 using Tapatalk
  26. berndblb

    Post TF701T unlocking modem 3g/LTE

    "Unlock" would imply there is something locked. The 701 never had a 3G radio, so - no dice Sent from my Pixel 2 using Tapatalk
  27. berndblb

    Post Unrecoverable bootloader error but not Bricked!

    No, he's trying to do a buster99 by wiping all partitions and then flashing the Asus firmware blob. If you get an 'unrecoverable bootloader error' that's pretty much your only option. The commands are ok but something is off with his fastboot setup - no idea what though. Unfortunately fastboot...
  28. berndblb

    Post [ROM]★★[JB 4.2.1][CROMi-X 5.4][DATA2SD/ROM2SD | ODEX/DEODEX 10.6.1.27.5][FEB 22]★★

    No, you flash the package as one. Did you reboot after flashing the BL package? You cannot flash anything else in the same session, you have to reboot first. Pull the TWRP log after the flash and post it. It's under Advanced. But as I said: You are fine on the .8 bootloader. _that has been...
  29. berndblb

    Post [ROM]★★[JB 4.2.1][CROMi-X 5.4][DATA2SD/ROM2SD | ODEX/DEODEX 10.6.1.27.5][FEB 22]★★

    Whoa - opened some floodgates here it seems... Ok, one by one: There is not much - if any - difference between the .8 and .10 bootloader. So if you want to give it a try, flash Katkiss in your current TWRP (after formatting data naturally), it should work just fine on the .8 bootloader. Should...
  30. berndblb

    Post TF700 only buzzs once

    Then it is probably toast. Sorry Sent from my Pixel 2 using Tapatalk
  31. berndblb

    Post TF700 only buzzs once

    Connect it to a TV via HDMI to see if the screen is shot Sent from my Pixel 2 using Tapatalk
  32. berndblb

    Post [ROM]★★[JB 4.2.1][CROMi-X 5.4][DATA2SD/ROM2SD | ODEX/DEODEX 10.6.1.27.5][FEB 22]★★

    It probably will, yes. IMHO this rom and tablet is just too old as a daily driver. I still use it quite a bit, but only for certain things. I have the best result and user experience with Katkiss Nougatella and no gapps installed. Only apps I actually need and use are installed via sideload...
  33. berndblb

    Post TWRP Bootloop [SOLVED]

    I don't like the sound of this. This "background went a strange looking pink colour and would flicker back and forth to black" business makes me suspect a hardware failure. Maybe something got fried on the board - don't know. Yes, it should, something like this: ... Bus 003 Device 009: ID...
  34. berndblb

    Post TF201 in TWRP bootloop/freeze brick

    Lucky that you have your nvflash blobs! Otherwise I would say it is a hard brick. Although why totally escapes me. A bad recovery flash should not brick it... I haven't heard of a 3.2 Kang version for the 201 though. Sure it is legit?? Anyway, no fastboot, no adb in recovery leaves you only the...
  35. berndblb

    Post Impossible to unlock bootloader (TF700T)

    Unfortunately not.. 10 was the last version and you cannot downgrade on a locked BL Sent from my Pixel 2 using Tapatalk
  36. berndblb

    Post Impossible to unlock bootloader (TF700T)

    A very long shot: Use a VPN to connect to a US server, then try the unlock tool Sent from my Pixel 2 using Tapatalk
  37. berndblb

    Post Beginners Guide to root and flashing a custom ROM on the TF700T

    That's in v8. You are using v7, right? Sent from my Pixel 2 using Tapatalk
  38. berndblb

    Post Impossible to unlock bootloader (TF700T)

    You do not have a Google account on this tablet, correct? Sent from my Pixel 2 using Tapatalk
  39. berndblb

    Post spectrum tv app will not run on rooted tf700t

    Install an older version of the app and do not update
  40. berndblb

    Post TF700KL root + new Rom?

    Don't think we ever had that either for the KL... http://www.transformerforums.com/forum/guides-tips-tricks/35719-guide-how-manually-update-restore-firmware-tf101-tf201-tf300-tf700-tf701.html
  41. berndblb

    Post Asus TF300T - EasyFlasher Download ?

    EasyFlasher is a tool for the TF101 and probably won't work on the 300, but since you have nothing left to lose - why not give it a shot. I would try to flash the Asus firmware to set it back to stock. But you really gotta work on your search skills. The EF thread is the first result if you...
  42. berndblb

    Post Beginners Guide to root and flashing a custom ROM on the TF700T

    No big surprise that the rom flash failed, your recovery is way too old for a 7.0.1 rom. If you cannot boot into the bootloader you won;t have fastboot access, so stop trying until you can boot to the screen with the 3 icons. Do you have adb access when TWRP boots up? Does the tablet stay in...
  43. berndblb

    Post [ROM][N 7.1.2] [ KatKiss - Nougatella #039 ]

    Yes an yes. No point in wiping data after just formatting it and system gets wiped during rom installation, so just wipe cache and Dalvik, then flash rom and gapps
  44. berndblb

    Post TF700KL root + new Rom?

    I'd say the first question is: Is there a compatible custom recovery for the KL and how to install it? I do not know that there ever was a custom recovery made for the KL and using one made for another Transformer may or may not brick your device. I do not see a single post from anyone stating...
  45. berndblb

    Post [ROM][N 7.1.2] [ KatKiss - Nougatella #039 ]

    There's probably no easy answer since it may be different from app to app. Shoot a nandroid, install how you'd like to. If it doesn't work go back to the nandroid
  46. berndblb

    Post [Q] Unable to unlock bootloader at 4.4.2, any solution?

    You cannot downgrade firmware on stock - how did you do that?:confused: The firmware version would not make a difference anyway. Unfortunately "keep trying" is your only option. If you're below 100 attempts there's no reason to lose hope :silly: The first thing you see when booting up would be...
  47. berndblb

    Post TF700KL root + new Rom?

    You are welcome. Rest assured you do have a bootloader. You may not have the bootloader interface the other Transformers have and possibly there is no way to get fastboot to work on this thing - I don't know. There is no custom rom for this tablet, and if you do not want to loose 4G you cannot...
  48. berndblb

    Post TF700KL root + new Rom?

    Took me a few minutes to find it and a few hoops to jump through to extract the archive, but the official apk is still out there. Try to install this: https://www.androidfilehost.com/?fid=5862345805528055095
  49. berndblb

    Post [ROM][N 7.1.2] [ KatKiss - Nougatella #039 ]

    This forum is for the TF700T. The KL is different and there has been no custom rom development for it I'm aware of. Sorry
  50. berndblb

    Post TF700T best ROM?

    Well, to make a long story short: unlock the bootloader flash TWRP 3.x custom recovery format /data, then convert it to f2fs flash one of the last Katkiss roms: Katshmallow or Nougatella from here on out it depends what you want to use it for. For best performance do not flash a gapps package...