[ROM][11][OnePlus8T] PixelExperience [AOSP] - OnePlus 8T ROMs, Kernels, Recoveries, & Other Deve

{
"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"
}
PixelExperience for OnePlus8T[kebab]
What is this?
PixelExperience is an AOSP based ROM, with Google apps included and all Pixel goodies (launcher, wallpapers, icons, fonts, boot animation)
Our mission is to offer the maximum possible stability and security, along with essential and useful features for the proper functioning of the device
Based on Android 11
Whats working?
Wi-Fi
RIL
Mobile data
GPS
Camera
Flashlight
Camcorder
Bluetooth
FM radio
Fingerprint reader
Face unlock
NFC
Lights
Sound/vibration
Known issues
Nothing yet
You tell me
DON'T FLASH GAPPS, THEY'RE ALREADY INCLUDED
Download from PixelExperience website
Donate​ [*]UPI-ID:- [email protected]
[*]Paypal:- paypal.me/KakatkarAkshay
Translation
Help with project translation
Stay tuned
Our Telegram channel
Device Specified Telegram Group
Our blog​
Android OS version: 11.0.0_r27
Security patch level: January 2021
Build author/Device Maintainer: Rohan Hasabe
Device Source code: https://github.com/PixelExperience-Devices
Kernel Source code: https://github.com/PixelExperience-Devices/kernel_oneplus_sm8250
Source code: https://github.com/PixelExperience
ROM Developer: jhenrique09

Updated 9/10/2021:-
* October Security Patch
* Clean Flash if you are coming from the last PE official build.
* Trees rebased over the latest LineageOS trees.
* Use PE recovery to flash the build.

Reserved

Flashed. Working fine. Fingerprint is working, included Gcam works well.

Hi will we get a step by step procedure? Thank you very much, great work as always

theincognito said:
Flashed. Working fine. Fingerprint is working, included Gcam works well.
Click to expand...
Click to collapse
how you install this??

Kindly update procedure to install this ROM.

Looking good! I'll try once my 8T arrives

For the KB2005/US version?

Downloaded this, the zip seems flashable, did you get TWRP working or are you flashing through a custom recovery?

I got "Insufficient storage space to upgrade" when install it via system update. Also I got "Resizing 'product_a' FAILED (remote: 'Not enough space to resize partition')" when I am trying to flash it via fastbootd.

manhong2112 said:
I got "Insufficient storage space to upgrade" when install it via system update. Also I got "Resizing 'product_a' FAILED (remote: 'Not enough space to resize partition')" when I am trying to flash it via fastbootd.
Click to expand...
Click to collapse
How are you exactly flashing through the fastbootd?

matteosaeed said:
How are you exactly flashing through the fastbootd?
Click to expand...
Click to collapse
There is a payload.bin inside the zip and you can just unpack it via payload_dumper.py.

New instructions to flash - NOOB Friendly:
1. Download the latest build
2. Download the latest platform tools, if you haven't already: https://developer.android.com/studio/releases/platform-tools
3. Extract the adb and fastboot drivers zip and add that folder to path (if you don't know how to add a path, google it)
4. Enable USB debugging via developer options on your phone and after that connect your phone via USB to PC
5. Extract only the recovery.img file from the ROM zip
6. Open a command prompt window where the extracted recovery.img is present, and enter the following one by one:
Code:
adb reboot bootloader
fastboot boot recovery.img
7.From the phone's recovery page, do the following:
Factory reset -> Format data/factory reset -> Format data.
8. Go back to recovery page from clicking back.
9. Select "Apply Update -> Apply from ADB"
10. From the command window already opened, sideload the rom using:
Code:
adb sideload <ROM>.zip
(Replace <ROM> with actual ROM file name)
11. If you want to root, after first boot, reboot to recovery again, select "Apply Update -> Apply from ADB"
12. Connect your phone to PC, open a command prompt window where Magisk zip is located, execute:
Code:
adb sideload <MagiskFileName>.zip
(Replace <MagiskFileName> with actual file name)
For updating, open a command prompt window where the new ROM zip is present, execute:
Code:
fastboot reboot recovery
, then follow steps 9-12.
Old instructions:
Spoiler
@GDZechariah @Moffei97 @firdoshakir @matteosaeed @manhong2112
The zip is flashable, but without the twrp, you can't flash that way.
Instructions to flash (noob friendly):
YOUR BOOTLOADER SHOULD BE UNLOCKED
1. Flash OOS 11 on both slots (Use local upgrade option/flash via fastbootd).
2. Check using this app if u have OOS on slot_b:-
https://play.google.com/store/apps/details?id=flar2.devcheck
1-2. (ALTERNATE WAY) - Flash OOS to slot_b via fastbootd and set the active partition as slot_b.
3. Download the latest Pixel experience ROM.
4. Download and install Python3 on your PC (TICK THE ADD PYTHON TO PATH OPTION):-
https://www.python.org/downloads/
5. Download payload dumper and extract its zip:-
https://androidfilehost.com/?fid=818070582850510260
6. The Pixel Experience ROM should be on ur PC.
7. Now extract the Pixel Experience ROM.
8. Put the "payload.bin" file from the extracted ROM file to payload dumper/payload_input
9. Run payload dumper.exe
10. Wait for all files to be extracted.
11. Now install adb and fastboot drivers (Skip to step 13, if you already have it):-
https://developer.android.com/studio/releases/platform-tools
12. Extract the adb and fastboot drivers zip and add that folder to path (if you don't know how to add a path, google it).
13. Enable USB debugging via developer options on your phone and after that connect your phone via USB to PC.
14. Now go to payload dumper/ payload_output folder and open a command window there.
15. On the command window, type the following commands one by one:
Code:
adb reboot bootloader
fastboot -w
fastboot flash recovery recovery.img
fastboot reboot fastboot
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot --disable-verity flash vbmeta vbmeta.img
fastboot --disable-verity flash vbmeta_system vbmeta_system.img
fastboot flash system system.img
fastboot flash system_ext system_ext.img
fastboot flash product product.img
fastboot flash odm odm.img
fastboot flash vendor vendor.img
fastboot reboot
16. Done! Enjoy Pixel experience ROM
For updating subsequent builds of Pixel Experience ROM, download the latest build, follow steps 7-10, 14-15. But in step 15, skip the "fastboot -w" command.
Alternate Platform Generic payload dumper: https://github.com/theincognito-inc/payload_extractor.git

theincognito said:
@GDZechariah @Moffei97 @firdoshakir @matteosaeed @manhong2112
The zip is flashable, but without the twrp, you can't flash that way.
Instructions to flash (noob friendly):
YOUR BOOTLOADER SHOULD BE UNLOCKED
1. Flash OOS 11 on both slots (Use local upgrade option/flash via fastbootd).
2. Check using this app if u have OOS on slot_b:-
https://play.google.com/store/apps/details?id=flar2.devcheck
1-2. (ALTERNATE WAY) - Flash OOS to slot_b via fastbootd and set the active partition as slot_b.
3. Download the latest Pixel experience ROM.
4. Download and install Python3 on your PC (TICK THE ADD PYTHON TO PATH OPTION):-
https://www.python.org/downloads/
5. Download payload dumper and extract its zip:-
https://androidfilehost.com/?fid=818070582850510260
6. The Pixel Experience ROM should be on ur PC.
7. Now extract the Pixel Experience ROM.
8. Put the "payload.bin" file from the extracted ROM file to payload dumper/payload_input
9. Run payload dumper.exe
10. Wait for all files to be extracted.
11. Now install adb and fastboot drivers (Skip to step 13, if you already have it):-
https://developer.android.com/studio/releases/platform-tools
12. Extract the adb and fastboot drivers zip and add that folder to path (if you don't know how to add a path, google it).
13. Enable USB debugging via developer options on your phone and after that connect your phone via USB to PC.
14. Now go to payload dumper/ payload_output folder and open a command window there.
15. On the command window, type the following commands one by one:
Code:
adb reboot bootloader
fastboot -w
fastboot flash recovery recovery.img
fastboot reboot fastboot
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot --disable-verity flash vbmeta vbmeta.img
fastboot --disable-verity flash vbmeta_system vbmeta_system.img
fastboot flash system system.img
fastboot flash system_ext system_ext.img
fastboot flash product product.img
fastboot reboot
16. Done! Enjoy Pixel experience ROM
For updating subsequent builds of Pixel Experience ROM, download the latest build, follow steps 7-10, 14-15. But in step 15, skip the "fastboot -w" command.
Alternate Platform Generic payload dumper: https://github.com/theincognito-inc/payload_extractor.git
Click to expand...
Click to collapse
Hi, thanks for your step by step guide. It worked. Also I notice that I am flashing it in the wrong order before.

I can't turn on wifi after flashed. Also It seems that the screen refresh rate is only 60hz. Other than that fingerprint is working, also gcam.

manhong2112 said:
I can't turn on wifi after flashed. Also It seems that the screen refresh rate is only 60hz. Other than that fingerprint is working, also gcam.
Click to expand...
Click to collapse
You can change the refresh rate via display settings. No wifi bug for me though

theincognito said:
You can change the refresh rate via display settings. No wifi bug for me though
Click to expand...
Click to collapse
Can confirm on 120hz and wifi

matteosaeed said:
Can confirm on 120hz and wifi
Click to expand...
Click to collapse
A bit confused by your wording. Both are not working? Or both are working?
Not a native English speaker

Waiting for TWRP

Related

How To Root Realme C11 With Magisk

Anybody knows how to root realme C11 with Magisk?
Will this method work in this dvice?
https://forum.xda-developers.com/re...9-mediatek-t4149531/post83310015#post83310015
Mrinalsaha said:
Anybody knows how to root realme C11 with Magisk?
Will this method work in this dvice?
https://forum.xda-developers.com/re...9-mediatek-t4149531/post83310015#post83310015
Click to expand...
Click to collapse
Not tested but will work. If something goes wrong, you can flash you stock boot.img from fastboot.
To get stock boot.img
You can download stock rom from Software Update realme site and decrypt and convert .ozip to .zip with https://github.com/bkerler/oppo_ozip_decrypt
or
Go to stock recovery with power off your device and then hold Volume Down(-) + Power buttons same time to boot into recovery mode.
Connect device to PC, install drivers for realme and setup ADB & Fastboot Tools
Then run following
Code:
adb devices
adb root
adb pull /dev/block/platform/bootdevice/by-name/boot
Then your working directory in your PC will have stock boot image(rename it to boot.img from boot).
This a a simple guide on how to root realme c11 with magisk
Get boot.img from stock rom.
To patch boot.img
>Select Install
>Select Select and Patch a file
>Select stock boot.img in Magisk Manager app and place Magisk Patched boot.img from Downloads folder to PC then do below
>place magisk_patched.img and vbmeta.img in platform tools folder in your PC
}connect phone in fastboot mode, open Command window and run
>fastboot devices
>fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
>fastboot flash boot magisk_patched.img
>fastboot reboot
Finally Open Magisk Manager, do initial setup and then after reboot do magisk hide in Magisk Manager settings.
Bootloader of your phone should be already unlocked and usb debugging should be enabled before doing this
I have attached vbmeta.img and magisk_patched.img of RMX2185_11_A.79
Use my magisk_patched.img only if you are using RMX2185_11_A.79(check in software update)
Here is vbmeta ang magisk_patched.img for RMX2185_11_A.79
Gofile - Free Unlimited File Sharing and Storage
Gofile is a free, secure file sharing and storage platform. With unlimited bandwidth and storage, you can easily store and share files of any type without any limits. Our advanced features, such as CDN support and password protection, make Gofile the ideal choice for individuals and businesses...
gofile.io

Question How to flash twrp recovery and root redmi note 10s?

I can't install a twrp recovery if I tried
A message appears (remote : this partition doesn't exist)
You wont be able to find rosemary's twrps yet... But you can root this model unlocking bootloader and flashing a modified boot.img from magisk APK, you can follow this instructions to do that; (you'll need the redmi note 10 s original rom firmware to extract the boot img and you can get it from here: https://c.mi.com/es/miuidownload/detail?device=1900397)
First, extract the boot.img file from Redmi Note 10 firmware. You can use 7Zip or WinRAR.​
Now install the Magisk Manager app on your phone.​
Open the Magisk Manager app and click on the Install.
{
"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"
}
In the next step choose ‘Select and Patch a File’ from the option.
Browse and select the boot.img file, and it will start patching the boot image.​
The output file will be stored in the download folder with the name magisk_patched.img.​
Copy the patched boot image file to your computer in folder C:\adb. Also, rename the patched file to boot.img.​
Reboot your Redmi Note 10 to Fastboot mode and connect it to your computer.​
In the C:\adb folder (or platform-tools folder) press Shift + Right click on an empty area and select ‘Open Command window here’ or ‘Open PowerShell window here.’
You can check if the device is connected or not by entering the below command that should return some device id.​
fastboot devices​
Now enter the below command to flash Magisk and root Redmi Note 10.​
fastboot flash boot boot.img​
After flashing the patched boot image. reboot your device to the system.​
Install Magisk Manager if it’s not already installed.​
Complete the in-app instructions, and the device will automatically reboot into the system.​
That’s all, now your phone is rooted. You can check for root access using any root checker app. And once you have root access on your Redmi Note 10, you can enjoy all the apps and features that require root access. As you know Xiaomi phones show ads on some system apps that you can disable with root access. You can use different Xposed Modules to customize your phone. Also, you can install Xposed Framework on your phone to use modules.
Or if your system has an a/b partition you'll have to type this on your command window:
fastboot flash boot_a patched_boot.img
fastboot flash boot_b patched_boot.img
Or follow this page... https://mytechgyangadgets.com/how-to-root-redmi-note-10s-via-magisk-and-supersu/
Ali mohamed 96 said:
I can't install a twrp recovery if I tried
A message appears (remote : this partition doesn't exist)
Click to expand...
Click to collapse
Theres 2 ways to do It explained up but i prefer first one
This is a questionable part I think:
1. If your phone doesn’t have A/B partition system:
fastboot flash boot boot.img
2. If your phone has A/B partition system:
fastboot flash boot_a patched_boot.img
fastboot flash boot_b patched_boot.img
Based on the Treble Check app, at least my phone, supported Seamless System Updates and is detected to have an A/B system partition => should be used 2?
This might be a reason of : "this partition doesn't exist" with 1.
Source: https://www.naldotech.com/root-xiaomi-redmi-note-10s-magisk/
#bosr you have to follow the second step pf your post yo success, It seems that note's 10 has an a/b system partition...
!! Success !!
The process I´ve rooted my Redmi Note 10s with V12.5.8.0.RKLEUXM ROM:
(besides all needed drivers, adbs, proper fasboot ROM version, unlocked bootloader, little bit of a fear that the phone could be hard bricked and a few more) :
- patched boot.img via magisk manager v23
- flashed empty vbmeta.img as decribed here https://forum.xda-developers.com/t/root-gained.4290689/
- flashed patched_boot.img (the latest platform-tools flashed it directly to boot_a)
- reboot
Voila, Redmi Note 10s is rooted and Magisk v23 installed
Ricardo 182 said:
You wont be able to find rosemary's twrps yet... But you can root this model unlocking bootloader and flashing a modified boot.img from magisk APK, you can follow this instructions to do that; (you'll need the redmi note 10 s original rom firmware to extract the boot img and you can get it from here: https://c.mi.com/es/miuidownload/detail?device=1900397)
First, extract the boot.img file from Redmi Note 10 firmware. You can use 7Zip or WinRAR.​
Now install the Magisk Manager app on your phone.​
Open the Magisk Manager app and click on the Install.
In the next step choose ‘Select and Patch a File’ from the option.
Browse and select the boot.img file, and it will start patching the boot image.​
The output file will be stored in the download folder with the name magisk_patched.img.​
Copy the patched boot image file to your computer in folder C:\adb. Also, rename the patched file to boot.img.​
Reboot your Redmi Note 10 to Fastboot mode and connect it to your computer.​
In the C:\adb folder (or platform-tools folder) press Shift + Right click on an empty area and select ‘Open Command window here’ or ‘Open PowerShell window here.’
You can check if the device is connected or not by entering the below command that should return some device id.​
fastboot devices​
Now enter the below command to flash Magisk and root Redmi Note 10.​
fastboot flash boot boot.img​
After flashing the patched boot image. reboot your device to the system.​
Install Magisk Manager if it’s not already installed.​
Complete the in-app instructions, and the device will automatically reboot into the system.​
That’s all, now your phone is rooted. You can check for root access using any root checker app. And once you have root access on your Redmi Note 10, you can enjoy all the apps and features that require root access. As you know Xiaomi phones show ads on some system apps that you can disable with root access. You can use different Xposed Modules to customize your phone. Also, you can install Xposed Framework on your phone to use modules.
Or if your system has an a/b partition you'll have to type this on your command window:
fastboot flash boot_a patched_boot.img
fastboot flash boot_b patched_boot.img
Click to expand...
Click to collapse
"
First, extract the boot.img file from Redmi Note 10 firmware. You can use 7Zip or WinRAR."
I am not able to see boot.img file in the extracted rom. I used the same link that you had shared to download the rom. This is the file name - miui_ROSEMARYINGlobal_V12.5.5.0.RKLINXM_ab4be8a721_11.0.zip.
What is the mistake I am making?
GildroY said:
"
First, extract the boot.img file from Redmi Note 10 firmware. You can use 7Zip or WinRAR."
I am not able to see boot.img file in the extracted rom. I used the same link that you had shared to download the rom. This is the file name - miui_ROSEMARYINGlobal_V12.5.5.0.RKLINXM_ab4be8a721_11.0.zip.
What is the mistake I am making?
Click to expand...
Click to collapse
Also checked the global rom from here https://xiaomifirmwareupdater.com/miui/rosemary/stable beta/V12.5.12.0.RKLMIXM/
Same thing - cant find the boot.img
GildroY said:
Also checked the global rom from here https://xiaomifirmwareupdater.com/miui/rosemary/stable beta/V12.5.12.0.RKLMIXM/
Same thing - cant find the boot.img
Click to expand...
Click to collapse
You are searching in the wrong type of ROM. It must be the fastboot type.
for example: rosemary_global_images_V12.5.11.0.RKLMIXM_20210618.0000.00_11.0_global_06239807c1.tgz
Unpack (winrar, winzip, 7-zip ...) it, there is a folder images and boot.img in it
Do not forget to flash empty vbmeta.img first, see here
bosr said:
You are searching in the wrong type of ROM. It must be the fastboot type.
Unzip it, there is a folder images and boot.img in it
Click to expand...
Click to collapse
Yeah. Apologies. Just realized it.
I was able to successfully get root access using the additional step mentioned by @bosr (Thanks a lot for that). However post that I literally bricked my device trying to debloat the device by using debloater. Post removing few of the mi bloatware apps, when I rebooted and the device kept on going into default mi recovery (even with power + vol-). I was not able to access the fastboot mode at all, no matter what I do.
Then I did the ultimate blunder ... reset the device from mi recovery. Post that I lost adb privileges as well. Besides the phone would still not boot - MIUI logo flashed with sound, then a white setup screen for a sec and again reboot.
Searching online could not fetch anything. Then I tried moving the phone to mi assistance mode from mi recovery (which is nothing but sideload mode), connect to PC and used 'adb sideload'.
Voila, the phone was detected, from sideload mode, I was able to reboot to fastboot mode, and then flash the stock rom using miflashtool. Whole 4 hours of tussle.
Sharing here, just in case someone else, gets into the same situation.
!! BADLY WAITING FOR A CLEAN ROM FOR THIS DEVICE .... <Prayers>!!
It is strange.
I did it on two "10s" devices with EAA roms w/o problems.
Did you flash flash empty vbmeta.img first and boot.img than?
Did you use the latest platform-tools as previous ones are not able to flash directly to boot_a) automatically and you must use fastboot flash boot_a command instead.
bosr said:
It is strange.
I did it on two "10s" devices with EAA roms w/o problems.
Did you flash flash empty vbmeta.img first and boot.img than?
Did you use the latest platform-tools as previous ones are not able to flash directly to boot_a) automatically and you must use fastboot flash boot_a command instead.
Click to expand...
Click to collapse
Apologies for incorrect use of language. What I meant was that your instructions were 100% correct and accurate. However, post getting root access successfully and magisk installed, I tried to debloat the device using 'debloater' module under Magisk and ended up deleting some rogue apps which Mi wants us to keep. All the issues happened after that.
I have updated my original comment as well.
OK. Apology accepted
Hi Y'all,
I just got a new Note 10s and I'm willing to root device.
I'm still in the phase of waiting for the unlocked bootloader, but already trying to get all the necessary data for root.
While searching for the fastbbot Rom to extract the boot.img I discovered the follwing problem:
I can only find the fastboot Rom for the following SW: V12.5.8.0.RKLEUXM
But my Note 10s is already on V12.5.10.0.RKLEUXM. For this SW only the recovery ROM is available.
How long will it take for Xiaomi to upload the latest fastboot ROM? Or am I doing something wrong,
Any help really appreciated
Andreas
I also got a new Note 10s. I updated it to the latest available version (12.5.8.0 RKLEUXM, EEA).
Downloaded these ROMs (recovery and fastboot):
miui_ROSEMARYEEAGlobal_V12.5.8.0.RKLEUXM_b29e7c6a8a_11.0.zip
rosemary_eea_global_images_V12.5.8.0.RKLEUXM_20210617.0000.00_11.0_eea_6ec37534bb.tgz
But I didn't found any boot.img in the last fastboot one.
Finally I extracted boot.img from the first one (recovery) using payload_dumper - but what's wrong with the easier and usual way to extract it from the fastboot ROM? Isn't it available anymore inside this ROM?
@Agzyx
You could try the payload_dumper method to extract boot.img from recovery ROM.
@Mac23
payload_dumper may be a solution. I need to wait another 5 days for bootloader unlock anyway, so I have some more time before trying to gain root access.
@All
Is there a way to "downgrade" to V12.5.8.0.RKLEUXM?
Loss of data is no problem, as the phone will be rooted anyway in the future.
Andreas
Agzyx said:
@Mac23
payload_dumper may be a solution. I need to wait another 5 days for bootloader unlock anyway, so I have some more time before trying to gain root access.
@All
Is there a way to "downgrade" to V12.5.8.0.RKLEUXM?
Loss of data is no problem, as the phone will be rooted anyway in the future.
Andreas
Click to expand...
Click to collapse
It should be possible with XiaoMiTool
Mac23 said:
I also got a new Note 10s. I updated it to the latest available version (12.5.8.0 RKLEUXM, EEA).
Downloaded these ROMs (recovery and fastboot):
miui_ROSEMARYEEAGlobal_V12.5.8.0.RKLEUXM_b29e7c6a8a_11.0.zip
rosemary_eea_global_images_V12.5.8.0.RKLEUXM_20210617.0000.00_11.0_eea_6ec37534bb.tgz
But I didn't found any boot.img in the last fastboot one.
Finally I extracted boot.img from the first one (recovery) using payload_dumper - but what's wrong with the easier and usual way to extract it from the fastboot ROM? Isn't it available anymore inside this ROM?
@Agzyx
You could try the payload_dumper method to extract boot.img from recovery ROM.
Click to expand...
Click to collapse
Not sure, what you are looking for, but boot.img is in the fastboot rom:

Question How I can root realme 8 5g

I submitted on ( in deep tool ) still application approved
Can I open bootloader now ?
I need rom for my device and all file to root it
V ( RMX3241_11_A.15 )
do you still want to root smartphone?
Please don't root , useless as no custom ROM is available or you might brick your device
I have rooted my smartphone, on realme 8 5G
Rzk09 said:
I have rooted my smartphone, on realme 8 5G
Click to expand...
Click to collapse
Hello, can you tell me how you got root access, thanks
frenon76 said:
Hello, can you tell me how you got root access, thanks
Click to expand...
Click to collapse
has your device been unlocked bootloader?
Not yet, I'm working on it
frenon76 said:
Not yet, I'm working on it
Click to expand...
Click to collapse
what version of the firmware build is on your device?
RMX3241VF_11_A_23
frenon76 said:
RMX3241VF_11_A_23
Click to expand...
Click to collapse
Global or India?
Global
frenon76 said:
Global
Click to expand...
Click to collapse
if you have unlocked your device, follow these steps
1.donwload boot.img and vbmeta.img, if your firmware version is A.23 global version you can download it in Attachments
2. Patch the boot.img that you downloaded earlier in the magisk manager, when it's finished you can change the name to "boot.img" to make it easier to patch
3. Copy the boot.img patch to your laptop/PC in "adb and fastboot" folder, together with vbmeta.img (don't patch the vbmeta.img file in magisk manager)
4. turn on usb debugging option
5. enter fastboot mode (turn off your device and hold vol up and power)
6. if you have entered fastboot, plug your devices into your laptop/pc and type in adb "fastboot devices" (make sure your devices are connected)
7. And now start patching the boot.img file that you patched earlier and disable boot verification (vbmeta.img)
8. Ok,Patch the boot.img file with the command "fastboot flash boot boot.img"
9. and finally disable vbmeta copy this command "fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img"
10. and restart your device
I hope this can help you
Muchas gracias, voy a intentar
Rzk09 said:
if you have unlocked your device, follow these steps
1.donwload boot.img and vbmeta.img, if your firmware version is A.23 global version you can download it in Attachments
2. Patch the boot.img that you downloaded earlier in the magisk manager, when it's finished you can change the name to "boot.img" to make it easier to patch
3. Copy the boot.img patch to your laptop/PC in "adb and fastboot" folder, together with vbmeta.img (don't patch the vbmeta.img file in magisk manager)
4. turn on usb debugging option
5. enter fastboot mode (turn off your device and hold vol up and power)
6. if you have entered fastboot, plug your devices into your laptop/pc and type in adb "fastboot devices" (make sure your devices are connected)
7. And now start patching the boot.img file that you patched earlier and disable boot verification (vbmeta.img)
8. Ok,Patch the boot.img file with the command "fastboot flash boot boot.img"
9. and finally disable vbmeta copy this command "fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img"
10. and restart your device
I hope this can help you
Click to expand...
Click to collapse
HELP, I did this on my phone (realme 8 5g global) and now the system does not turn on as something is recovery (TWRP) and fastboot works normally
this is my main and the only relatively new phone so please help
PS sorry for mistakes, I'm from Poland and I'm writing through a translator
Rzk09 said:
if you have unlocked your device, follow these steps
1.donwload boot.img and vbmeta.img, if your firmware version is A.23 global version you can download it in Attachments
2. Patch the boot.img that you downloaded earlier in the magisk manager, when it's finished you can change the name to "boot.img" to make it easier to patch
3. Copy the boot.img patch to your laptop/PC in "adb and fastboot" folder, together with vbmeta.img (don't patch the vbmeta.img file in magisk manager)
4. turn on usb debugging option
5. enter fastboot mode (turn off your device and hold vol up and power)
6. if you have entered fastboot, plug your devices into your laptop/pc and type in adb "fastboot devices" (make sure your devices are connected)
7. And now start patching the boot.img file that you patched earlier and disable boot verification (vbmeta.img)
8. Ok,Patch the boot.img file with the command "fastboot flash boot boot.img"
9. and finally disable vbmeta copy this command "fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img"
10. and restart your device
I hope this can help you
Click to expand...
Click to collapse
bro please i need your help i'am on A24 Global version version do u have boot.img of this version if not please give me link of A23 global version full rom thank u
mantap, how to downgrade into RMX3241VF_11_A_23? ada no wa or youtube or ig?.. thank u, terima kasih
Rzk09 said:
I have rooted my smartphone, on realme 8 5G
Click to expand...
Click to collapse
Vbmat.img and boot.img for RMX3241_11_A.16 please
Rzk09 said:
if you have unlocked your device, follow these steps
1.donwload boot.img and vbmeta.img, if your firmware version is A.23 global version you can download it in Attachments
2. Patch the boot.img that you downloaded earlier in the magisk manager, when it's finished you can change the name to "boot.img" to make it easier to patch
3. Copy the boot.img patch to your laptop/PC in "adb and fastboot" folder, together with vbmeta.img (don't patch the vbmeta.img file in magisk manager)
4. turn on usb debugging option
5. enter fastboot mode (turn off your device and hold vol up and power)
6. if you have entered fastboot, plug your devices into your laptop/pc and type in adb "fastboot devices" (make sure your devices are connected)
7. And now start patching the boot.img file that you patched earlier and disable boot verification (vbmeta.img)
8. Ok,Patch the boot.img file with the command "fastboot flash boot boot.img"
9. and finally disable vbmeta copy this command "fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img"
10. and restart your device
I hope this can help you
Click to expand...
Click to collapse
Can you send me the attachments for RMX3241_11_C.04 this android version?
Rooted Realme 8 5G to fix unknown IMEI but in the end I know that unknown baseband is the major problem, and no custom ROM for RMX3241.
Stock firmware: RMX3241_11_A.26
Magisk 25.2
Root Tool: MTKClient (GitHub) with Brom/Edl Mode since I got no fastboot
For MTKClient, you'll need to install "MediaTek CDC driver 1.0.8" and manually add legacy hardware in device manager "MediaTek USB PORT" and other thing that you need in the github link.
Root method just same as fastboot method, patch your boot.img with Magisk app and flash patched boot.img + vbmeta.img or using MTKClient flash the patched boot.img and vbmeta.img.empty included in MTKClient.
Where to get your stock boot.img vbmeta.img? Use MTKClient or MTKMETAUTILITY to dump it from your phone. Dump the whole img except userdata to backup just incase....
If somehow the root fail after like 1h bootloop at logo, just reflash with stock boot vbmeta. So keep in mind to backup your stock img file.
I also have TWRP as recovery flashed using MTKClient but no custom ROM?

How To Guide HOW TO INSTALL PIXEL EXPERIENCE GSI ON POCO M4 PRO 5G GLOBAL (EVERGREEN)

Disclaimer, I am not responsible for any damages that the flashing my cause to your beloved phones.
THINGS YOU NEED BEFORE FLASHING
- unlocked bootloader
- a pc ofc you need adb installed
-YOU NEED TO BE AT MIUI 13.0.2 OR ELSE PE 12.1 WONT BOOT! PLEASE DOWNGRADE!
-Download the gsi here :
https://github.com/ponces/treble_build_pe/releases/download/v414-plus/PixelExperience_Plus_arm64-ab-slim-12.1-20220613-UNOFFICIAL.img.xz
unzip till you get the .img file and rename it to system.img then move it on your adb platform tools folder
- a fully functional cable and brain.
FLASHING STEPS:
-Turn your phone off
-Boot your phone in fastboot mode
- Connect it on your PC
-Run cmd inside the adb platform tools folder
-Type "fastboot devices" and see if it detects your phone if yes then type fastboot reboot fastboot and you'll see that your phone is on fastbootd mode.
- Type fastboot erase system
Then
- fastboot flash system system.img
- fastboot reboot fastboot
- fastboot -w ( if this doesn't work then try the next one)
-fastboot format userdata ( if this doesn't work then proceed to the next one )
-fastboot erase userdata
-to be sure type fastboot reboot recovery then wipe the data there
-reboot and enjoy the gsi
NOTE:
-If the scrolling is lag , go to phh treble settings and disable hw overlay
-if you're having bluetooth issues then go to phh treble settings and force disable a2dp.
It is a solid GSI and I have been using it for 2 weeks now and no issue.
Something went wrong and now fastboot erase system returns "FAILED (remote: 'partition doesn't exist')" and I can not find anybody to help x.x What do I do?
Do you got bugs on statics?
My battery usage and data usage not working

How To Guide [TUTORIAL] ULTIMATE How to flash GSI Trebble AND ROM and root on Xiaomi device on Windows (files needed included)

Hi, first of all, I'm not a dev or else just user who had difficulties to flash GSI on my phone... Was 7 years with a samsung galaxy Note 3, with twrp....So easy to flash....
with the help of @gr0ndpa, thanks to him.....
FLASH GSI​
Now I will explain how to flash easily with files attached
1/ first of all you need a phone and drivers installed, use xiaomi pc suite, unzip and install it
2/ you need to activate USB debug in dev options.
3/ dl platform tools folder unzip it and put in C
4/ run command and type
Code:
cd /adb
5/ then
Code:
adb devices
to check if phone recognised
6/
Code:
adb reboot bootloader
once in fast boot
7/
Code:
fastboot flash vbmeta vbmeta.img
wait finished type to enter in fastbootD
8/
Code:
fastboot reboot fastboot
9/
Code:
fastboot flash system
LiR 313.XXX.img
you will have a system error, but wait the flash begin in few seconds
at the end wait ok then
10/
Code:
fastboot reboot recovery
on stock recover
11/ wipe data and reboot with +/- and PWR
and you're done...
In case you want to flash custom kernel or patched boot image to root with magisk, you have to
12/
Code:
adb reboot bootloader
Copy kernel boot image to C drive and rename kernel boot image to boot.img.
13/
Code:
fastboot flash boot c:\boot.img
14/
Code:
fastboot reboot
In case you want to flash twrp put the file to adb folder and type in fastboot
15/
Code:
fastboot boot twrp.img
You can check what I ve done on tuto ss...
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++==================================================================================================================================================================================================================++
Flash ROM​
This now how to flash ROM on your device, it's convenient for all roms like LOS, corvus, awaken...
First you need all the proper drivers installed and unlocked bootloader, USB debugging all of that stuff.
Now open up a cmd/terminal , and put the files i sent and the ROM file in the folder from where you're opening the cmd/terminal and connect the phone (you may need to put ./ as an suffix for all the commands if you're on linux)
Type
Code:
adb reboot bootloader
Then type
Code:
fastboot devices
to see if everything is ok
Then type
Code:
fastboot flash boot_ab boot.img
(you can drag and drop the file instead of typing it)
After that's done type
Code:
fastboot flash vendor_boot_ab vendor_boot.img
(you can drag and drop this too if you want)
Code:
fastboot flash dtbo dtbo.img
(you can drag and drop this too if you want)
After that's done type
Code:
fastboot reboot recovery
This will boot you into a recovery and now you need to go to wipe and format data
After that go to apply update then adb sideload then
In the cmd type
Code:
adb sideload rom.zip
for example (you put the ROM zip here you can drag and drop it)
Wait for that to finish it will go to 47% and on the phone it will show step 1/2 then step 2/2
and when it's done it's gonna show an error
adb: failed to read command: No error
Then you can reboot to system
One more
Two more
This the tuto I follow to flash renoir, who have same characteristic than all Note 12 series... Tuesday I can confirm it works
I'm having a problem that my phone can't go to fastboot via CMD after I flash vbmeta.
Is is me doing wrong or also happen to you?

Categories

Resources