-
Notifications
You must be signed in to change notification settings - Fork 660
realme C3 Narzo 10A
RJ edited this page Jun 12, 2021
·
5 revisions
Since TWRP/PBRP is available but we cant install GSI using custom recovery due to dynamic partitions
- Unlock bootloader
- Make sure you use ADB Fastboot that support fastbootd (Like latest Google SDK Platform Tools in here)
- Download any Phh based GSI (A/B arm64 image)
- Download vbmeta and boot from here : https://t.me/RealmeC310a then type #boot and #vbmeta
- Make sure the boot.img that you downloaded is same with your current firmware version
- Extract and copy all GSI Image, vbmeta, and boot to ADB Fastboot folder
- Boot to system and make sure USB Debugging is active on your device
- Open ADB Fastboot and type:
adb reboot fastboot
- Wait till the device boot to recovery (Yes, recovery, not fastboot. Because realme UI using Dynamic Partition and realme UI supporting fastbootd on it's recovery.) If you doubt, you can check on Device Manager and check your device already detected as Bootloader Interface or not. If already detected as Bootloader Interface, you can go on.
- Then type :
fastboot flash system gsiimagename.img
- If done, type :
fastboot reboot bootloader
- After reboot to bootloader, type :
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img && fastboot flash boot boot.img
- Final touch, type :
fastboot -w
or Stock recovery to format the data - Then
fastboot reboot
to start booting to the system
Component | Comment |
---|---|
Back Camera | Working |
Front facing Camera | Working |
Speaker / Mic | Working |
Bluetooth | Working |
WiFi | Working |
SIM / Mobile Data / Voice | Working |
VoLTE | Working |
Fingerprint Sensor | Not Working |
Offline Charging | Working |
Tethering | Working |
Hotspot | Working |
Auto-Brightness | Working (But have lower brightness issue) |
Tested By: me and my tester - RMX2020 Firmware version RMX2020_11.A.61 - Date tested June 13, 2021.
Tested By: @rjaakash - RMX2027 Firmware version RMX2027_11.C.01 - Date tested June 13, 2021.
Template created by @zguithues and @hackintosh5