[RECOVERY][3.5.1][UNOFFICIAL] TWRP Poco F2 Pro(Redmi k30 Pro) [lmi]

Search This thread

manuelbianco

Senior Member
Sep 30, 2013
96
455
Italy
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

Code:
Code:
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/


Features:
- Decryption work
- Otg work
-Vibrator
- Zip Flash
- Mtp/adb
- F2FS support
- Fastbootd
- Adb sideload
- Backup restore and images flash

Not working:
-Tell me

INSTALLATION:
1. Download the TWRP image file to your PC.
2. Put your device into fastboot.
3. Type the following command to flash the recovery:-

Code:
fastboot flash recovery "name_of_recovery.img"

4. On installation of TWRP , to boot the recovery do:-

Code:
fastboot boot "name_of_recovery.img"
The device will automatically reboot into TWRP.

5-A. You are using Xiaomi.eu Miui or custom Rom?
You can enjoy with a functional Data Decrypt

5-B You are using Miui EEA - Global -Cn or any custom rom that doesn't ship custom vbmeta.

6. Download this zip, copy by pc or using otg and flash this zip that will prevent twrp replacing.​
7. Download VbMeta and flash by fastboot​
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img"
7. Reboot into twrp (Take longer Time)
Code:
fastboot boot "name_of_recovery.img"
8. Format Data and Reboot​

NOTES:
By Command fastboot boot, recovery will decrypt everytimes you need, also with Global Rom and without patched vbmeta.

Download:
TWRP
VbMeta
(Version tag will follow vendor, a lower version tag than your vendor does not mean that recovery will not work)

Kernel Source: HERE

Donation:
PayPal: paypal.me/manuelbiancodev

Telegram Group: @MBsRoom
 
Last edited:

huyhung411991

Senior Member
Jun 10, 2014
96
57
One user reported that MTP doesn't work after formatting data, and reboot back to recovery also doesn't make it work again.
Personally I haven't tried it, but the mentioned issue is kinda similar to the last build of mauro's twrp for the phone, so just want to let you know and hope someone else can confirm.
 
Last edited:

imoaix

Senior Member
Apr 3, 2019
128
31
One user reported that MTP doesn't work after formatting data, and reboot back to recovery also doesn't make it work again.
Personally I haven't tried it, but the mentioned issue is kinda similar to the last build of mauro's twrp for the phone, so just want to let you know and hope someone else can confirm.
doesn't work after formatting data
 

dead0

Senior Member
Sep 6, 2011
941
331
thought id give it a try...formatting data does indeed make the sdcard inaccessible via mtp; seems the necessary directories isnt created after formatting. if you have a rom installed, you will need to boot back into the rom then reboot to twrp which will now be mtp accessible. tested only on crdroid.

edit: managed to get mtp to work after formatting. after format data reboot to system but on the poco bootscreen, hold down vol up and power key to re-enter twrp, mtp then seems to work
 
Last edited:
  • Like
Reactions: fenrir_ac

vladpisarev

Member
Dec 1, 2010
8
2
Redmi K30 Pro Zoom Edition: longer boot into recovery, than LR.Team's TWRP, but PIN decryption works (on mine it worked with LR.Team's too, but I had to cancel password input).
 
  • Like
Reactions: trivi88

Top Liked Posts

  • There are no posts matching your filters.
  • 42
    Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

    Code:
    Code:
    /*
    *
    * We are not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this ROM
    * before flashing it! YOU are choosing to make these modifications, and if
    * you point the finger at us for messing up your device, we will laugh at you.
    *
    */


    Features:
    - Decryption work
    - Otg work
    -Vibrator
    - Zip Flash
    - Mtp/adb
    - F2FS support
    - Fastbootd
    - Adb sideload
    - Backup restore and images flash

    Not working:
    -Tell me

    INSTALLATION:
    1. Download the TWRP image file to your PC.
    2. Put your device into fastboot.
    3. Type the following command to flash the recovery:-

    Code:
    fastboot flash recovery "name_of_recovery.img"

    4. On installation of TWRP , to boot the recovery do:-

    Code:
    fastboot boot "name_of_recovery.img"
    The device will automatically reboot into TWRP.

    5-A. You are using Xiaomi.eu Miui or custom Rom?
    You can enjoy with a functional Data Decrypt

    5-B You are using Miui EEA - Global -Cn or any custom rom that doesn't ship custom vbmeta.

    6. Download this zip, copy by pc or using otg and flash this zip that will prevent twrp replacing.​
    7. Download VbMeta and flash by fastboot​
    Code:
    fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img"
    7. Reboot into twrp (Take longer Time)
    Code:
    fastboot boot "name_of_recovery.img"
    8. Format Data and Reboot​

    NOTES:
    By Command fastboot boot, recovery will decrypt everytimes you need, also with Global Rom and without patched vbmeta.

    Download:
    TWRP
    VbMeta
    (Version tag will follow vendor, a lower version tag than your vendor does not mean that recovery will not work)

    Kernel Source: HERE

    Donation:
    PayPal: paypal.me/manuelbiancodev

    Telegram Group: @MBsRoom
    14
    New Release!
    -Merged teamwin recovery changes
    -Workaround for mtp after format data
    (After format data, reboot to recovery, now mtp is working, unmount data and re-mount data or reboot to recovery to flash or manage data files)
    13
    New Release!
    -Merged 3.5.1 teamwin recovery changes
    -Cleaned and ordered twrp flags
    -Support to system_ext ro mount
    -Improvements into usb managing
    8
    Twrp 3.5.2 Released !
    6
    New instructions for eea and global user, post updated.