General [UNOFFICIAL] Recovery for Veux/Peux

Search This thread

BR4UTAL

Senior Member
Edit:

I am not the Developer.

It seems like it will still take quite a while for well known custom recoveries to be available as the device has a/b partions

Till then we can use an unofficial Lineage recovery
It is not the best but it has basic stuff like adb sideload mode (to flash stuff) and format data

I'll attach the file below but this is how you apply/install it

fastboot flash vendor_boot vendor_boot.img
^^^ here add the file path or just drag n drop it

This was only possible because of
Mod Edit: Link Removed

go check them out they have some unofficial roms for the device too!

Disclaimer: I am not responsible for any issues this causes to your device, please uss this at your own risk

also attaching a link just in case you're unable to download



edit: since a lot of people were confused gonna add this

you do not directly go in and flash the recovery

First you need to flash a boot.img file then only can you flash the recovery

I'll attach boot.img file

Here is how to flash correctly


fastboot flash boot boot.img

fastboot flash vendor_boot vendor_boot.img
 

Attachments

  • vendor_boot.img
    96 MB · Views: 1,418
Last edited:
  • Like
Reactions: mihir_jha

BR4UTAL

Senior Member
still no any poco X4 Pro 5G twrp news
sadly every dev seems to be saying "security this, security that" i personally don't think it's that big of a issue since other devices with AB partitioning and same sort of encryptions have had TWRP made for them

Prime example would be the Poco F4 which released like a week ago, it got twrp made for it just after 2 days of release (unofficial but yeah)

also what are the chances of someone being a security freak and still modding the hell out of their device?
Dunno but from what i understand not a very high chance so yeah
 
  • Like
Reactions: doclucas

Fedon

Senior Member
Aug 4, 2017
131
101
Prague
This recovery is with fastbootd and this fastbootd dont work
correctly. (fastboot stay original, but fastbootd is from lineage after flash this file)

i try it yesterday and i have problems with "flash" command for
some partitions

adb sideload work like charm
 

arraki

Senior Member
not any news of custom recovery ?
Work is underway, but so far it is not possible to make the recovery decrypt the date.
Screenshot_2022-07-17-08-54-47-004_ru.fourpda.client.jpg
You can of course disable it (encryption), but it's not very convenient
Screenshot_2022-07-17-08-56-30-833_ru.fourpda.client.jpg
Screenshot_2022-07-17-08-56-37-283_ru.fourpda.client.jpg
Screenshot_2022-07-17-08-56-43-530_ru.fourpda.client.jpg
Screenshot_2022-07-17-08-56-49-672_ru.fourpda.client.jpg
 
I didn't understand what it was about.
I mean I want a recovery that is compatible with miui and can be used to flash magisk.

The conventional method of rooting is by patching the stock boot.img and flashing it but getting the stock boot.img requires downloading the rom (4GB<) and I don't have WiFi or unlimited data. So I wanted to just simply flash magisk.zip and root my phone.

As for what I said in previous comment, I flashed the given vendor_boot.img but couldn't get a custom recovery, just the plane MIUI Recovery. That's why I wanted to ask what should I do now.
 

Fedon

Senior Member
Aug 4, 2017
131
101
Prague
I mean I want a recovery that is compatible with miui and can be used to flash magisk.

The conventional method of rooting is by patching the stock boot.img and flashing it but getting the stock boot.img requires downloading the rom (4GB<) and I don't have WiFi or unlimited data. So I wanted to just simply flash magisk.zip and root my phone.

As for what I said in previous comment, I flashed the given vendor_boot.img but couldn't get a custom recovery, just the plane MIUI Recovery. That's why I wanted to ask what should I do now.

You need to know what is your current slot A/B and flash it to current slot

fastboot getvar all

and find current slot (mostly it's down on list)

then write:
fastboot flash vendor_boot_a vendor_boot.img
or
fastboot flash vendor_boot_b vendor_boot.img
or
you can flash it to both slots =)

i recommended: you need to be in fastbootd for full priv...
tip: if you are in fastboot and write "fastboot reboot fastboot", then you are in fastbootd with full priv.



tip2: use this file and flash it. worked for me



if you need boot.img wih magisk patch, tell me your version (phone and miui version) and i can give you link .)
 
Last edited:

shrialex

Member
Nov 18, 2013
6
0
You need to know what is your current slot A/B and flash it to current slot

fastboot getvar all

and find current slot (mostly it's down on list)

then write:
fastboot flash vendor_boot_a vendor_boot.img
or
fastboot flash vendor_boot_b vendor_boot.img
or
you can flash it to both slots =)

i recommended: you need to be in fastbootd for full priv...
tip: if you are in fastboot and write "fastboot reboot fastboot", then you are in fastbootd with full priv.



tip2: use this file and flash it. worked for me



if you need boot.img wih magisk patch, tell me your version (phone and miui version) and i can give you link .)
I bought this device yesterday "Redmi Note 11 pro+ 5g and miui version is 13.0.6 Global" Please give magisk patched boot.img
 
You need to know what is your current slot A/B and flash it to current slot

fastboot getvar all

and find current slot (mostly it's down on list)

then write:
fastboot flash vendor_boot_a vendor_boot.img
or
fastboot flash vendor_boot_b vendor_boot.img
or
you can flash it to both slots =)

i recommended: you need to be in fastbootd for full priv...
tip: if you are in fastboot and write "fastboot reboot fastboot", then you are in fastbootd with full priv.



tip2: use this file and flash it. worked for me



if you need boot.img wih magisk patch, tell me your version (phone and miui version) and i can give you link .)
Thanks.

For boot.img I am using MIUI 13.0.6 Indian rom (stock)
 
  • Like
Reactions: shrialex

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    not any news of custom recovery ?
    Work is underway, but so far it is not possible to make the recovery decrypt the date.
    Screenshot_2022-07-17-08-54-47-004_ru.fourpda.client.jpg
    You can of course disable it (encryption), but it's not very convenient
    Screenshot_2022-07-17-08-56-30-833_ru.fourpda.client.jpg
    Screenshot_2022-07-17-08-56-37-283_ru.fourpda.client.jpg
    Screenshot_2022-07-17-08-56-43-530_ru.fourpda.client.jpg
    Screenshot_2022-07-17-08-56-49-672_ru.fourpda.client.jpg
    2
    Edit:

    I am not the Developer.

    It seems like it will still take quite a while for well known custom recoveries to be available as the device has a/b partions

    Till then we can use an unofficial Lineage recovery
    It is not the best but it has basic stuff like adb sideload mode (to flash stuff) and format data

    I'll attach the file below but this is how you apply/install it

    fastboot flash vendor_boot vendor_boot.img
    ^^^ here add the file path or just drag n drop it

    This was only possible because of
    Mod Edit: Link Removed

    go check them out they have some unofficial roms for the device too!

    Disclaimer: I am not responsible for any issues this causes to your device, please uss this at your own risk

    also attaching a link just in case you're unable to download
    ugh, guess it's time I actually upload here huh
    1
    Edit:

    I am not the Developer.

    It seems like it will still take quite a while for well known custom recoveries to be available as the device has a/b partions

    Till then we can use an unofficial Lineage recovery
    It is not the best but it has basic stuff like adb sideload mode (to flash stuff) and format data

    I'll attach the file below but this is how you apply/install it

    fastboot flash vendor_boot vendor_boot.img
    ^^^ here add the file path or just drag n drop it

    This was only possible because of
    Mod Edit: Link Removed

    go check them out they have some unofficial roms for the device too!

    Disclaimer: I am not responsible for any issues this causes to your device, please uss this at your own risk

    also attaching a link just in case you're unable to download



    edit: since a lot of people were confused gonna add this

    you do not directly go in and flash the recovery

    First you need to flash a boot.img file then only can you flash the recovery

    I'll attach boot.img file

    Here is how to flash correctly


    fastboot flash boot boot.img

    fastboot flash vendor_boot vendor_boot.img
    1
    still no any poco X4 Pro 5G twrp news
    sadly every dev seems to be saying "security this, security that" i personally don't think it's that big of a issue since other devices with AB partitioning and same sort of encryptions have had TWRP made for them

    Prime example would be the Poco F4 which released like a week ago, it got twrp made for it just after 2 days of release (unofficial but yeah)

    also what are the chances of someone being a security freak and still modding the hell out of their device?
    Dunno but from what i understand not a very high chance so yeah
    1
    You need to know what is your current slot A/B and flash it to current slot

    fastboot getvar all

    and find current slot (mostly it's down on list)

    then write:
    fastboot flash vendor_boot_a vendor_boot.img
    or
    fastboot flash vendor_boot_b vendor_boot.img
    or
    you can flash it to both slots =)

    i recommended: you need to be in fastbootd for full priv...
    tip: if you are in fastboot and write "fastboot reboot fastboot", then you are in fastbootd with full priv.



    tip2: use this file and flash it. worked for me



    if you need boot.img wih magisk patch, tell me your version (phone and miui version) and i can give you link .)
    Thanks.

    For boot.img I am using MIUI 13.0.6 Indian rom (stock)