[Guide] Unlock Bootloader and Root Panasonic P55 Max - Android General

Hi friends,
In this thread I will guide you on how to unlock bootloader and root your Panasonic P55 Max the no harakiri way.
Pre-requisites
1. Install the mobile drivers (Drivers for Windows 7 and Windows 8.1 are provided in the mobile itself. Connect your mobile to your PC as Build-in CD-ROM and install drivers.)
2. Unlock developer options (Go to Settings--> About phone--> and continuously tap on Software Version until you unlock developer options)
3. Go to developer options and enable "OEM unlocking" and "USB debugging"
Part-1: Unlock Bootloader
1. Connect your mobile to the PC and run the following command to ensure that the mobile gets recognized.
adb devices
Click to expand...
Click to collapse
[If your mobile isn't recognized, Search for "Select USB Configuration" in developer options and select it as "Audio Source"
2. Reboot to bootloader mode by running following command
adb reboot bootloader
Click to expand...
Click to collapse
3. Run the following command to unlock bootloader
fastboot oem unlock
Click to expand...
Click to collapse
4. Reboot the mobile by running following command and you should see a warning while reboting
fastboot reboot
Click to expand...
Click to collapse
Part-2: Root using Magisk
1. Install latest magisk manager (link in description)
2. Connect your mobile to the PC and reboot to bootloader mode
3. Flash magisk by running following command (link in description)
fastboot flash boot magisk.img
Click to expand...
Click to collapse
Note: I have included Patched boot image of Magisk v17.1. Alternatively you can patch the latest Magisk by using the Stock Boot Image in the download section.
Warning: Installing Magisk is breaking Google Pay and needs a workaround.
Latest Magisk Releases - here
Hit thanks if this helped you....

Related

[ROOT] how to root Kingzone K2 (Mediatek 6753) ?

I just managed to unlock the bootload trough this:
1. Make sure your computer has working fastboot and adb.
2. Enable USB debugging on the device.
3. Enable OEM unlock in the Developer options settings on the device. (Note: Not all devices have this setting, so continue with next step if yours does not.)
4. Connect the device to the computer through USB.
5. From a terminal on a computer, type the following to boot the device into fastboot mode:
adb reboot bootloader
Click to expand...
Click to collapse
6. Once the device is in fastboot mode, verify your PC sees the device by typing:
fastboot devices
Click to expand...
Click to collapse
If you don't see your device serial number, and instead see "<waiting for device>", fastboot is not configured properly on your machine. See fastboot documentation for more info.
If you see "no permissions fastboot", try running fastboot as root.
7. From the same terminal, type the following command to unlock the bootloader:
fastboot oem unlock
Click to expand...
Click to collapse
8. On some devices, a disclaimer will display on the device that must be accepted. Use the volume keys to cycle through the options. Pressing the power button should confirm your selection. If no disclaimer appears, you can run
fastboot oem device-info
Click to expand...
Click to collapse
which will tell you if the device is unlocked
9. If the device doesn't automatically reboot, reboot it from the menu. It should now be unlocked.
10. Since the device resets completely, you will need to re-enable USB debugging on the device to continue.
source wiki.cyanogenmod.org
I tried every one-click root method but no success.... could you help me???

Twrp Installation for Redmi go

Follow the instructions if i can do it you do it too ( for feb 1 2019 security patch only !!!!)
Files we need :
RedmiGo tool: https://drive.google.com/open?id=1Y7jZNI3K-BtdonUttLoj-VtgnBt1EbZH
Adb driver :http://download.clockworkmod.com/te...KuBIgQX7mgkHjU6c44_I64cTtBXrhAProJFH2A5ftuJy8
First Enable Usb debugging via Settings and install adb driver
Then connect your android to pc if theres a dialog acceept it
Extract Redmi go final.zip you donwloaded (your android must be connected) and open redmigo.bat
First type the number for unlock bootloader in ( number 3 in the app) you can see it on the app itself (it will format the android be sure to backup)
then wait to reformat and the android it self will boot into a fresh and then on redmi go toll type number 4 to install twrp
and again open redmigo.bat and enter 2 for boot.img and root fix and your finished
hello
is there anything special that needs to be done on the phone?
i have enabled developer mode, usb debugging, and oem unlock. but still can't unlock it
mkdk said:
hello
is there anything special that needs to be done on the phone?
i have enabled developer mode, usb debugging, and oem unlock. but still can't unlock it
Click to expand...
Click to collapse
Use
Code:
fastboot oem unlock-go
wow
Briked-Matt said:
Use
Code:
fastboot oem unlock-go
Click to expand...
Click to collapse
wow. thank you very much.
it worked :highfive:
OK so I managed to unlock the bootloader, now when I press 4 I get an error message "cannot load...". Any ideas? Thanks.
Thread closed at OP request

Red Magic 3 Root Guide

1. Open Settings-About Phone, repeat click Build Number until Developer options shown.
2. Check USB debugging and OEM unlocking
3. Install adb and USB driver, then connect RM3 to computer
USB Driver: https://developer.android.com/studio/run/win-usb
ADB: https://forum.xda-developers.com/showthread.php?t=2317790
4. open cmd, then type adb reboot bootloader , then phone will reboot to fastboot mode.
5. Use fastboot flashing unlock, use volume key select unlock , confirm with power button , then the phone will do factory reset and reboot. Now the phone is unlocked
6. Install Magisk Manager, you can download it here: https://github.com/topjohnwu/Magisk/releases/latest
7. Download current ROM of RM3 here: http://ui.nubia.cn/rom/detail/62 then unpack it, copy boot.img to your phone.
8. Use Magisk Manager patch the boot.img then copy magisk_patched.img to computer.
9. Power off. Then hold volume down+ power button , boot into fastboot mode.
10. Flash the patched kernel to phone.
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash boot magisk_patched.img
fastboot reboot
11. The phone is rooted now.
Note:
1. All data will be erased when unlock bootloader
2. After unlock, a warning will shown when phone boot.
changguangyu said:
1. Open Settings-About Phone, repeat click Build Number until Developer options shown.
2. Check USB debugging and OEM unlocking
3. Install adb and USB driver, then connect RM3 to computer
USB Driver: https://developer.android.com/studio/run/win-usb
ADB: https://forum.xda-developers.com/showthread.php?t=2317790
4. open cmd, then type adb reboot bootloader , then phone will reboot to fastboot mode.
5. Use fastboot flashing unlock, use volume key select unlock , confirm with power button , then the phone will do factory reset and reboot. Now the phone is unlocked
6. Install Magisk Manager, you can download it here: https://github.com/topjohnwu/Magisk/releases/latest
7. Download current ROM of RM3 here: http://ui.nubia.cn/rom/detail/62 then unpack it, copy boot.img to your phone.
8. Use Magisk Manager patch the boot.img then copy magisk_patched.img to computer.
9. Power off. Then hold volume down+ power button , boot into fastboot mode.
10. Flash the patched kernel to phone.
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash boot magisk_patched.img
fastboot reboot
11. The phone is rooted now.
Note:
1. All data will be erased when unlock bootloader
2. After unlock, a warning will shown when phone boot.
Click to expand...
Click to collapse
thank you so much friend
Can you please make a video how to use Google camera in nubia red magic 3
changguangyu said:
1. Open Settings-About Phone, repeat click Build Number until Developer options shown.
2. Check USB debugging and OEM unlocking
3. Install adb and USB driver, then connect RM3 to computer
USB Driver: https://developer.android.com/studio/run/win-usb
ADB: https://forum.xda-developers.com/showthread.php?t=2317790
4. open cmd, then type adb reboot bootloader , then phone will reboot to fastboot mode.
5. Use fastboot flashing unlock, use volume key select unlock , confirm with power button , then the phone will do factory reset and reboot. Now the phone is unlocked
6. Install Magisk Manager, you can download it here: https://github.com/topjohnwu/Magisk/releases/latest
7. Download current ROM of RM3 here: http://ui.nubia.cn/rom/detail/62 then unpack it, copy boot.img to your phone.
8. Use Magisk Manager patch the boot.img then copy magisk_patched.img to computer.
9. Power off. Then hold volume down+ power button , boot into fastboot mode.
10. Flash the patched kernel to phone.
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash boot magisk_patched.img
fastboot reboot
11. The phone is rooted now.
Note:
1. All data will be erased when unlock bootloader
2. After unlock, a warning will shown when phone boot.
Click to expand...
Click to collapse
Hello I'm interested in rooting the ZTE Axon 10 Pro 4g. Is it possible that the root process could be similar to this? I have not bought it yet, since I want to decide between ZTE Axon 10 Pro and Xiaomi Mi 9. If the ZTE Axon will be rootable im going to get it, if not im going for the Mi 9. I already asked the German customer support and they told me that it is possible, but they would not give any details on how to do it.
Will this root methode works with international model?
WhySoSeriousJoKer said:
Will this root methode works with international model?
Click to expand...
Click to collapse
I don't have international model. But i think it will works.
If you want to use cn rom with gapps then try this mathod.
My phone is corrupted and bootloops. Is there a file that I can use in EDL mode?
changguangyu said:
1. Open Settings-About Phone, repeat click Build Number until Developer options shown.
2. Check USB debugging and OEM unlocking
3. Install adb and USB driver, then connect RM3 to computer
USB Driver: https://developer.android.com/studio/run/win-usb
ADB: https://forum.xda-developers.com/showthread.php?t=2317790
4. open cmd, then type adb reboot bootloader , then phone will reboot to fastboot mode.
5. Use fastboot flashing unlock, use volume key select unlock , confirm with power button , then the phone will do factory reset and reboot. Now the phone is unlocked
6. Install Magisk Manager, you can download it here: https://github.com/topjohnwu/Magisk/releases/latest
7. Download current ROM of RM3 here: http://ui.nubia.cn/rom/detail/62 then unpack it, copy boot.img to your phone.
8. Use Magisk Manager patch the boot.img then copy magisk_patched.img to computer.
9. Power off. Then hold volume down+ power button , boot into fastboot mode.
10. Flash the patched kernel to phone.
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash boot magisk_patched.img
fastboot reboot
11. The phone is rooted now.
Note:
1. All data will be erased when unlock bootloader
2. After unlock, a warning will shown when phone boot.
Click to expand...
Click to collapse
Sir..how to lock bootloader again if already in global rom asia version
I try in adb,it said locked but in setting developer option still show unlock
andixxx81 said:
Sir..how to lock bootloader again if already in global rom asia version
I try in adb,it said locked but in setting developer option still show unlock
Click to expand...
Click to collapse
First install cn rom. Then you unlock bootloader options
I want to know how can I lock the bootloader again, since i need to return this phone, it come with some issues, and if they see i touch that maybe they said that i break the warranty rules
Simple just install global or Chinese rom again ur then your bootloader lock again
sandeepkhatri said:
Simple just install global or Chinese rom again ur then your bootloader lock again
Click to expand...
Click to collapse
I have the international version, where can i get the international rom?
I also search global rom but not find. Hope anyone send global rom link
Global rom link
https://eu.redmagic.gg/blogs/news/red-magic-3-global-rom-flash-instructions
Amazing!! thank you very much! I have one question, if i root my phone, I can unroot it using the original rom?
All I get is "Your Device is corrupt. It can't be trusted and will not boot."
Can some one share the europe & asia boot image which already patch by magisk. Tks
Sent from my ALP-L29
Has anyone been successful with this yet?
Working flawlessly?
Hello guys is there any way to relock bootloader?

[Guide] Flashing TWRP & Granting Root Access (Magisk Systemless) - Red Magic 3

Use this guide to root for now for global rom: https://forum.xda-developers.com/red-magic-3/how-to/red-magic-3-root-guide-t3933148
Requirements:
- Unlocked Bootloader On Nubia Red Magic 3 (NX629J): https://forum.xda-developers.com/red-magic-3/how-to/guide-unlocking-red-magic-3s-bootloader-t3935630
- TWRP HERE: https://forum.xda-developers.com/red-magic-3/development/recovery-unofficial-twrp-nubia-red-t3962482 (CHINESE ROM ONLY)
- Latest Magisk stable zip transferred to your phone's storage (https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445)
- Charge the Nubia Red Magic to at least 50%.
- You need a USB cable to connect your phone to PC.
ADB Drivers for your PC
STEPS TO INSTALL TWRP (READ EVERYTHING CAREFUL BEFORE ATTEMPTING):
1) Enable the Developer Options
- To Enable Developer Options, Go to your Settings -> About -> Software Information -> More -> Now Tap on the Build Number 10 Times until you see a toast message “Developer options enabled“
2) Go back to settings -> Now you need to enable the OEM Unlock by going to Settings -> Developer Options and check the box for OEM Unlock and USB Debugging
3) Connect your phone to Computer using USB Cable to a USB 2.0 port.
4) Open a command prompt window on your computer and type: "adb devices"
5) You will see a pop up window on your phone to allow USB debugging on your phone. Click ok.
6) Now type the commannd "adb reboot bootloader"
7) Once your phone has rebooted into it's bootloader, type in the pc command prompt "fastboot devices". This will list the devices connected, your phone should show up.
8) Then, to flash twrp, enter "fastboot flash recovery recovery-TWRP-3.3.1-0528-NUBIA_REDMAGIC3-CN-wzsx150.img" in the command prompt.
9) Finally reboot into the twrp recovery from the phone menu after twrp is installed. Rebooting your phone will reflash Nubia's recovery if you dont do so after flashing.
10) Once in twrp, go to install, navigate to where you put the magisk zip, and install it.
12) Reboot your phone.
Always welcome bro. Anytime I available for help. If I know anything
Secretcow said:
Requirements:
- Unlocked Bootloader On Nubia Red Magic 3 (NX629J): https://forum.xda-developers.com/red-magic-3/how-to/guide-unlocking-red-magic-3s-bootloader-t3935630
- TWRP: https://drive.google.com/file/d/10CZ...w?usp=drivesdk - Thank you to sandeepkhatri for sharing!
- Latest Magisk stable zip transferred to your phone's storage (https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445)
- Charge the Nubia Red Magic to at least 50%.
- You need a USB cable to connect your phone to PC.
1) Enable the Developer Options
- To Enable Developer Options, Go to your Settings -> About -> Software Information -> More -> Now Tap on the Build Number 10 Times until you see a toast message “Developer options enabled“
2) Go back to settings -> Now you need to enable the OEM Unlock by going to Settings -> Developer Options and check the box for OEM Unlock and USB Debugging
3) Connect your phone to Computer using USB Cable.
4) Open a command prompt window on your computer and type: "adb devices"
5) You will see a pop up window on your phone to allow USB Debugging on your phone. Click ok.
6) Now type the commannd "adb reboot bootloader"
7) Once your phone has rebooted into it's bootloader, type in the command prompt "fastboot devices". This will list the devices connected, your phone should show up.
8) Then, to flash twrp, enter "fastboot flash recovery recovery-TWRP-3.3.1-0528-NUBIA_REDMAGIC3-CN-wzsx150.img" in the command prompt.
9) Finally type "fastboot reboot" into the command prompt.
10) After your phone restarts, select boot into recovery to boot into twrp.
11) Once there, go to install, navigate to where you put the magisk zip, and install it.
12) Reboot your phone.
Click to expand...
Click to collapse
could you please update the TWRP Link,
em90256 said:
could you please update the TWRP Link,
Click to expand...
Click to collapse
Added two mirror links .
Ugh, seems the twrp only works on the Chinese version, not the global version. Will leave the link up with a note.
So, currently it only works with the Chinese version? Waiting on a global twrp
Not workint with the most recent cn version (2.27)
Hope someone can update the twrp file
Got "Lock state" message when trying to flash the img file..whats is wrong? I am was do all the steps correctly.. and then all removed from the phone
Hi need help. I cant download the twrp. Link asking for decryption key. - oh found the correct link.
danielad200 said:
Got "Lock state" message when trying to flash the img file..whats is wrong? I am was do all the steps correctly.. and then all removed from the phone
Click to expand...
Click to collapse
before step flash twrp
you need type "fastboot oem nubia_unlock NUBIA_NX629J" then enter
then type flash twrp command
[/COLOR]
txdvil said:
before step flash twrp
you need type "fastboot oem nubia_unlock NUBIA_NX629J" then enter
then type flash twrp command
Click to expand...
Click to collapse
Its will remove all again? In the fastboot menu bootloader show '1'
danielad200 said:
[/COLOR]
Its will remove all again? In the fastboot menu bootloader show '1'
Click to expand...
Click to collapse
do you mean reset the system?
its just allow you to flashing twrp
txdvil said:
before step flash twrp
you need type "fastboot oem nubia_unlock NUBIA_NX629J" then enter
then type flash twrp command
Click to expand...
Click to collapse
txdvil said:
do you mean reset the system?
its just allow you to flashing twrp
Click to expand...
Click to collapse
Yes i mean if it rrmove all the data..thank you..do you have twrp inatalled allready?..i am worry about data loss
danielad200 said:
Yes i mean if it rrmove all the data..thank you..do you have twrp inatalled allready?..i am worry about data loss
Click to expand...
Click to collapse
the twrp not installed, still using stock recovery,
so I tried root via magisk (see other thread here) and its worked now.
I do this for installing gapps but the gapps not working well. so frustating
txdvil said:
the twrp not installed, still using stock recovery,
so I tried root via magisk (see other thread here) and its worked now.
I do this for installing gapps but the gapps not working well. so frustating
Click to expand...
Click to collapse
Can you link it please? Why you not using the twrp
danielad200 said:
Can you link it please? Why you not using the twrp
Click to expand...
Click to collapse
https://forum.xda-developers.com/red-magic-3/how-to/red-magic-3-root-guide-t3933148
I think its failed to install
txdvil said:
https://forum.xda-developers.com/red-magic-3/how-to/red-magic-3-root-guide-t3933148
I think its failed to install
Click to expand...
Click to collapse
Its working on global rom?
danielad200 said:
Its working on global rom?
Click to expand...
Click to collapse
I don't know
mine is chinese version
txdvil said:
I don't know
mine is chinese version
Click to expand...
Click to collapse
Its working fine? Do you have dts?
danielad200 said:
Its working fine? Do you have dts?
Click to expand...
Click to collapse
what is dts?
I tried some features I think mine is fine. regardless so frustating can not install gapps

Question How to unlock bootloader of realme c2 RMX 1945

How I can unlock bootloader of realme c2 RMX 1945?
I enable unknown source installation for file manager.
I try to install DeepTesting_realme-release_signed.apk mentioned in this thread. But installation failed.
https://c.realme.com/in/post-details/1085078965883764736
after clicking on install it show message "App not installed"
n32 said:
How I can unlock bootloader of realme c2 RMX 1945?
I enable unknown source installation for file manager.
I try to install DeepTesting_realme-release_signed.apk mentioned in this thread. But installation failed.
after clicking on install it show message "App not installed"
Click to expand...
Click to collapse
Unlock APK is not required to unlock the bootloader of realme c2 RMX 1945.
Unlocking the bootloader will RESET the phone.
Instructions to unlock the bootloader of realme c2 RMX 1945:
On PC:
install usb drivers for your device (Realme C2).
install adb and fastboot ( SDK platform tools zip file).
On Realme C2:
Enable USB Debuging:
Settings -> About Phone -> Version ( tap 7 times)
Settings -> Additional Settings -> Developer options -> USB Debugging ( turn on)
Settings -> Additional Settings -> Developer options -> Oem unlock ( turn on)
Connect Realme C2 to PC using USB cable.
Select Transfer Files ( second option )
On PC open folder where adb.exe and fastboot.exe files are located.
Now type
Code:
cmd
in the address bar of File Explorer and hit Enter to open Command Prompt.
In Command Prompt type:
Code:
adb devices
On Realme C2 "Allow USB Debugging ? " message appears.
select ok.
On PC:
Code:
adb devices
Output should be:
Code:
List of devices attached <device serial number> device
On PC
Code:
adb reboot-bootloader
phone will reboot into Fastboot mode
On PC
Code:
fastboot flashing unlock
phone will ask to confirm.
Confirm using Volume buttons.
Realme c2 will Factory reset and restart.
After unlocking the bootloader whenever you Turn On / Reboot the phone a small message is displayed for few seconds. " ... Bootloader is unlocked ..."
The bootloader unlock worked 100%. but the root didn't work help realms c2 RMX1945
hydroponics_1 said:
Unlock APK is not required to unlock the bootloader of realme c2 RMX 1945.
Unlocking the bootloader will RESET the phone.
Instructions to unlock the bootloader of realme c2 RMX 1945:
On PC:
install usb drivers for your device (Realme C2).
install adb and fastboot ( SDK platform tools zip file).
On Realme C2:
Enable USB Debuging:
Settings -> About Phone -> Version ( tap 7 times)
Settings -> Additional Settings -> Developer options -> USB Debugging ( turn on)
Settings -> Additional Settings -> Developer options -> Oem unlock ( turn on)
Connect Realme C2 to PC using USB cable.
Select Transfer Files ( second option )
On PC open folder where adb.exe and fastboot.exe files are located.
Now type
Code:
cmd
in the address bar of File Explorer and hit Enter to open Command Prompt.
In Command Prompt type:
Code:
adb devices
On Realme C2 "Allow USB Debugging ? " message appears.
select ok.
On PC:
Code:
adb devices
Output should be:
Code:
List of devices attached <device serial number> device
On PC
Code:
adb reboot-bootloader
phone will reboot into Fastboot mode
On PC
Code:
fastboot flashing unlock
phone will ask to confirm.
Confirm using Volume buttons.
Realme c2 will Factory reset and restart.
After unlocking the bootloader whenever you Turn On / Reboot the phone a small message is displayed for few seconds. " ... Bootloader is unlocked ..."
Click to expand...
Click to collapse
Thanks @hydroponics_1. it is working
But after unlocking the bootloader, I cannot find key combination to enter in recovery mode.
pressing volume down and power now enter into fastboot mode.
is there any working recovery image for realme c2 RMX 1945?
There are none.. Either you can make it on your own using TWRP Builder or Build it directly how TWRP is build and then post it here after testing!
TheWarrior01 said:
There are none.. Either you can make it on your own using TWRP Builder or Build it directly how TWRP is build and then post it here after testing!
Click to expand...
Click to collapse
Even if I have working twrp image how can I boot to recovery from fastboot mode?
After flashing I can only boot to normal mode and stock rom will replace twrp with stock recovery.
n32 said:
Even if I have working twrp image how can I boot to recovery from fastboot mode?
After flashing I can only boot to normal mode and stock rom will replace twrp with stock recovery.
Click to expand...
Click to collapse
I don't have the device but adb reboot recovery should work right? Or Power Don + Power should lead to recovery in most mobile phones.
You can even use "fastboot boot recovery.img" where recovery.img is your TWRP recovery. you can use it to boot into TWRP and decrypt device if needed and then flash it permanently!
hey did you tried to flash or boot magisk patched boot img ???
Help unlocking bootloader and rooting lg phoenix 4
hydroponics_1 said:
Unlock APK is not required to unlock the bootloader of realme c2 RMX 1945.
Unlocking the bootloader will RESET the phone.
Instructions to unlock the bootloader of realme c2 RMX 1945:
On PC:
install usb drivers for your device (Realme C2).
install adb and fastboot ( SDK platform tools zip file).
On Realme C2:
Enable USB Debuging:
Settings -> About Phone -> Version ( tap 7 times)
Settings -> Additional Settings -> Developer options -> USB Debugging ( turn on)
Settings -> Additional Settings -> Developer options -> Oem unlock ( turn on)
Connect Realme C2 to PC using USB cable.
Select Transfer Files ( second option )
On PC open folder where adb.exe and fastboot.exe files are located.
Now type
Code:
cmd
in the address bar of File Explorer and hit Enter to open Command Prompt.
In Command Prompt type:
Code:
adb devices
On Realme C2 "Allow USB Debugging ? " message appears.
select ok.
On PC:
Code:
adb devices
Output should be:
Code:
List of devices attached <device serial number> device
On PC
Code:
adb reboot-bootloader
phone will reboot into Fastboot mode
On PC
Code:
fastboot flashing unlock
phone will ask to confirm.
Confirm using Volume buttons.
Realme c2 will Factory reset and restart.
After unlocking the bootloader whenever you Turn On / Reboot the phone a small message is displayed for few seconds. " ... Bootloader is unlocked ..."
Click to expand...
Click to collapse
I've recently bought the phoenix 4 lm-x210apm in having trouble with unlocking bootloader and rooting it have adb drivers installed and lg drivers installed I have minimal adb fastboot tool installed I entered adb devices and it registers my device and then I enter adb reboot bootloader and all it does is reboot the device not unfortunately bootloader I have USB debugging on oem unlocked and all that so what am I doing wrong please if someone could give me a step by step that would be awesome
Sam Ghosh said:
The bootloader unlock worked 100%. but the root didn't work help realms c2 RMX1945
Click to expand...
Click to collapse
did you try to extract boot image from Full Firmware zip & patched it with magisk ???
n32 said:
Thanks @hydroponics_1. it is working
But after unlocking the bootloader, I cannot find key combination to enter in recovery mode.
pressing volume down and power now enter into fastboot mode.
is there any working recovery image for realme c2 RMX 1945?
Click to expand...
Click to collapse
can you pull boot image & try to patch with magisk
siddhrsh said:
can you pull boot image & try to patch with magisk
Click to expand...
Click to collapse
Can you share the detailed step or link.
how can I to pull boot image and patch it.
n32 said:
Can you share the detailed step or link.
how can I to pull boot image and patch it.
Click to expand...
Click to collapse
https://forum.xda-developers.com/android/software/guide-root-realme-c2-unlock-bootloader-t3970447
realme c2 doesnt allow bootloader unlocking. when I boot in fastboot mode the phone is not detected by the PC. I have fastboot adb drivers installed.
How are you guys able to unlock bootloader??
There are many realme phone whose bootloader is unlockable...
Can someone guide if its really possible.
Any help is appreciated. Thanks
coolboyforeva said:
realme c2 doesnt allow bootloader unlocking. when I boot in fastboot mode the phone is not detected by the PC. I have fastboot adb drivers installed.
How are you guys able to unlock bootloader??
There are many realme phone whose bootloader is unlockable...
Can someone guide if its really possible.
Any help is appreciated. Thanks
Click to expand...
Click to collapse
I am using Ubuntu as PC OS.
I unlocked bootloader of realme c2 by following the steps which I described on page 1.
Are you following the procedure exactly?
I think you have driver issue.
check USB devices in Device Manager when Phone is connected in fastboot mode.
Check by connecting USB cable in USB 2.0 port.
hydroponics_1 said:
I am using Ubuntu as PC OS.
I unlocked bootloader of realme c2 by following the steps which I described on page 1.
Are you following the procedure exactly?
I think you have driver issue.
check USB devices in Device Manager when Phone is connected in fastboot mode.
Check by connecting USB cable in USB 2.0 port.
Click to expand...
Click to collapse
Does it works on windows pc?
Another thing I want to know. Is VOLTE supported on GSI android 9 or android 10 ?
Pachboot.img file for RMX 1945
Please sand me the pachboot.img file for
Magisk root
Rmx 1945
And also send the
stock boot.img
And vbmeta .img
For RMX 1945 11.A.17
PLEASE PLEASE PLEASE
HELP
Does anyone knows which is the tool to flash stock rom? So far I cant find any reliable info. Has anyone managed to flash stock rom on realme c2 at home?
If yes please provide the rom link and the tool to flash the rom.
Thanks
[email protected] said:
Please sand me the pachboot.img file for
Magisk root
Rmx 1945
And also send the
stock boot.img
And vbmeta .img
For RMX 1945 11.A.17
PLEASE PLEASE PLEASE
HELP
Click to expand...
Click to collapse
I have extracted stock boot.img vbmeta .img and other .img files from realme c2 update zip file (RMX1941EX_11_OTA_0110_all_KypuujWoY710.ozip).
realme c2 model RMX 1945
version RMX1945EX_11_A.12
I am a new user and cannot post links.
Download and extract realme c2 update zip file from realme website. The zip contains stock boot.img and vbmeta .img for realme c2.
stock recovery.img for realme c2 rmx1941
help please i need stock recovery.img for realme c2 rmx 1941 thank you

Categories

Resources