Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

TWRP Recovery for Rockchip devices

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • soldiaz
    replied
    Der Guys Ich own a MXQ PRO 4K BOX RK3229. Could you pls advise where to get a twrp Version for that device?

    Kind regards

    Leave a comment:


  • joeshmoe666
    replied
    Thanks anyway. I'll be sure to paste a link if I ever find something.

    Leave a comment:


  • superceleron
    commented on 's reply
    Yes, the same logic applied to the 3328 dont work on 3399...

  • Guest
    Guest commented on 's reply
    I tried to build one for superceleron a few weeks back, but had no luck. Difficult to do without the actual hardware for testing.

  • joeshmoe666
    replied
    This thread is an awesome idea. Any chance a TWRP recovery exists for the Yundoo Y8 (RK3399)? I have been looking all day with no luck. Thanks in advance.

    Leave a comment:


  • onelovekir
    replied
    ok I did it but it didn't install the recovery, even though it said it was successful. what should I try now? thanks again for your help

    Edit: I figured it out through the Rockchip Android Tool. Thanks again for this!
    Last edited by onelovekir; 03 October 2017, 01:07.

    Leave a comment:


  • onelovekir
    replied
    forgive me but its been a while since I've had these boxes, do I do that from the recovery or from within Android?

    Edit: nevermind, I think I remember. I have to rename it to update.zip and then reboot right?

    Leave a comment:


  • Guest
    Guest commented on 's reply
    Yes, I've seen that bug on several of my RK3328 devices and it's really annoying. The solution is to use the update application from the system partition and select the local .zip file just like you would an OTA system update.

  • onelovekir
    replied
    Thanks Magendanz but my A5X has an issue in stock recovery where is can't mount the sdcard because unknown volume for path [/sdcard]. any suggestions? can I just update the recovery using Rockchip Android Tool?

    Leave a comment:


  • Guest
    Guest commented on 's reply
    The easiest way is to just install this signed update. You can use the stock OEM recovery or the built-in Update app. https://1drv.ms/u/s!AoqocX31ecnXgZ1Y5wCvIAbEeuhmMA

  • onelovekir
    replied
    Hi Magendanz, is there a guide on how to install twrp? I have an A5X Pro with RK3328 and I want to give this a try. thanks!

    Leave a comment:


  • Guest
    Guest replied
    Just FYI, I updated the build in the link above to remove the damn TWRP App install prompts. I just find them annoying, in a very Microsoft kind of way.

    Leave a comment:


  • Guest
    Guest started a topic TWRP Recovery for Rockchip devices

    TWRP Recovery for Rockchip devices

    A new TWRP 3.1.1-0 build for Rockchip RK3328 is available for testing here: TWRP3_RK3328-3.1.1-0.img

    On Rockchip devices, the offset to the bootloader message block in the /misc partition is 16384, rather than the usual zero or 2048. Unfortunately, support for BOARD_RECOVERY_BLDRMSG_OFFSET is broken pending a pull request that I've submitted.

    Also, there are about a dozen or so command-line arguments (wipe_data, wipe_cache, update_package, etc.) defined in Recovery.cpp, but Rockchip felt the need to add a custom one of their own, "wipe_all". I had to make some tweaks to twrp.cpp after the get_args() call to support that. Remember, the Rockchip RK33 bootloader calls recovery directly with this "wipe_all" command-line argument as part of the factory setup after flashing new firmware, so this really needs to be right or you'll end up with a TWRP boot loop.

    And for those brave souls who want to make changes or build for other Rockchip devices, I've provided the source on GitHub here:

    Device configuration for building TWRP on Rockchip reference boards - GitHub - Magendanz/android_device_rockchip: Device configuration for building TWRP on Rockchip reference boards


    If you spot any issues, please let me know via PM.
Working...
X