[Tutorial] Relock Bootloader of Realme MediaTek Devices - General Topics

Hello Guys! Its Sarthak Roy here,
Actually I am the mod/admin of Realme C3 telegram group. Recently many of them had tried to relock the bootloader without asking me the process and got bricked. So, I thought to make a tutorial for Relocking Bootloader of Realme MTK based devices.
STEP 1: Download the unlock tool again to apply to exit the in-depth test.
STEP 2:Click “Apply to exit in-depth test”. You should manual operation enter the Fastboot mode(Press both the Volume down button and the Power button when power is off).
STEP 3:In the fastboot mode, use the engineering command below on your PC to re-lock the bootloader.
- Enter the command: fastboot reboot bootloader
- Press “Enter” on your keyboard
- Enter the command: fastboot flashing lock
- Press “Enter” on your keyboard
STEP 4: Press the Volume Up button to select the “Lock bootloader” option (or press the Volume Down button to select “Do not lock bootloader" and keep it unlocked).
STEP 5: Then enter command "fastboot reboot”. The phone will reboot and exit the in-depth test mode.
[PS: All user data on the phone will be erased - we recommend you perform a data backup prior to applying.]
Hope you guys understand the steps. If you got any query, feel free to ask me anytime.
Thanks and Bye

Reserved

i flashed the pbrp recovery to my phone without root through fastboot .but i am not able to go in to recovery neither through key combination nor through fastboot .so if i lock my bootloader my custom recovery will be their in the phone .also my phone is not rooted . i can access the adb through the pc but can not access the fastboot so i tried bugjaeger to access fastboot but bugjaeger does not support the fastboot reboot recovery command . what shoul i do

i dont have the stock recovery for rmx2027 .if i get it i will flash that and lock the bootloader

ashwin_tembhekar said:
i flashed the pbrp recovery to my phone without root through fastboot .but i am not able to go in to recovery neither through key combination nor through fastboot .so if i lock my bootloader my custom recovery will be their in the phone .also my phone is not rooted . i can access the adb through the pc but can not access the fastboot so i tried bugjaeger to access fastboot but bugjaeger does not support the fastboot reboot recovery command . what shoul i do
Click to expand...
Click to collapse
Use "adb reboot recovery" when phone is powered on
and use "fastboot reboot recovery" in fastboot mode

{
"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"
}
can anyone help?

Related

Help!! I accidentally flash the twrp by flashify to boot partition ! HELP!!

i was follow the youtube try to flash twrp by the flashify! And I think i flash it to boot not recovery so now it will boot to twrp not OS! How could i fix this? I am new here please tell me the link or sth could be great help :good::good::good:
Thxx
Have you tried using the stock recovery images? They come with instructions for what to do after you unzip it.
finally fix by the rom in here http://forum.xda-developers.com/shi...k-recovery-images-ota-library-guides-t2988881
and the guide
SHIELD TABLET RECOVERY IMAGE FLASHING INSTRUCTIONS
To follow the instructions in this guide, you will need adb and fastboot.
These tools are provided as part of the Android SDK:
http://developer.android.com/sdk/index.html
Before flashing this recovery image to your SHIELD TABLET, connect your SHIELD TABLET
via USB to the PC where you downloaded this recovery image.
Next, put your SHIELD TABLET into fastboot mode using one of the following methods:
SW method:
- Boot to android home screen
- Connect the device to linux/windows system
- Open terminal (on linux); command prompt (on windows).
- Type "adb reboot bootloader" in terminal/command prompt
HW method:
- Turn off the device
- Press "Volume Down" -> "Power", hold "Volume Down" and leave Power buttons till device boots
To flash this recovery image to your SHIELD TABLET, run the following commands from
the directory where you extracted the recovery image package. If this is the
first time you have done this procedure, you must unlock the bootloader (see
below):
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot flash staging blob
fastboot flash dtb tegra124-tn8-p1761-1270-a04-e-battery.dtb
Unlocking the Bootloader
Your SHIELD TABLET may have shipped with a locked bootloader. To update the device,
you must unlock the bootloader using the following:
- fastboot oem unlock
- Press the "Volume Down" button to select "Unlock bootloader" option on device
- Press the "Power" button to confirm the unlock. Your device's bootloader is now unlocked.
tleung927 said:
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
As long as you can get into the boot loader you can always flash the recovery with fastboot in CMD via a PC just need to specify what recovery file you want flashed
Power off the tablet.
Hold the power and volume down buttons till it comes to the boot loader.
Press volume down till you highlight fastboot protocol & press the power button.
(You will need google USB Drivers and ADB for this part)
Then with the tablet connected to the PC via USB and open command prompt with Admin privileges cd to the folder where you extracted ADB. (I put mine in the root of the C: Drive in a folder called ADB) with the TWRP img you downloaded in the ADB folder type "Fastboot flash recovery twrp-2.8.7.1-shieldtablet.img" Without quotes into the Command prompt. (twrp-2.8.7.1-shieldtablet.img is what you would type given you were using that TWRP img)
this will show up.
{
"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"
}
Now your recovery is flashed!
You can then press volume down to highlight the recovery mode on the shield and press power to boot recovery... Flash your favorite rom following its instructions, Make money, Get rich!

Unlock Bootloader? No problem, is easy

I start the article warning that my English is not good, so I thank the kind GM if I correct my grammatical errors
I created this guide to allow those who are more competent than me to create a TWRP compatible custom recovery and execute the ROOT permissions
ATTENTION: I do not take responsibility for any total brick, the process is easy but I used it only on my black shark helo, the process requires the factory reset then perform any backup of your data
DOWNLOADS search for google minimal adb and fastboot portable
STEP 1
Enable developer mode by going to info and pressing Build 10 times, Enable USB Debug and OEM Unlock, connect your Black Shark Helo to the PC, inside the extracted folder started "cmd-here"
STEP 2
Write "adb reboot bootloader" and press Enter, the smartphone will restart in the bootloader
STEP 3
now write "fastboot oem unlock", now the bootloader will be unlocked, press the off button to turn off your smartphone, turn it on again, during startup a message will appear that your data has become corrupted and the factory reset must be done, do it and next reboot your black shark helo will be reset but with the bootloader unlocked
{
"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"
}
Sime90ita said:
I start the article warning that my English is not good, so I thank the kind GM if I correct my grammatical errors
I created this guide to allow those who are more competent than me to create a TWRP compatible custom recovery and execute the ROOT permissions
ATTENTION: I do not take responsibility for any total brick, the process is easy but I used it only on my black shark helo, the process requires the factory reset then perform any backup of your data
DOWNLOADS search for google minimal adb and fastboot portable
STEP 1
Enable developer mode by going to info and pressing Build 10 times, Enable USB Debug and OEM Unlock, connect your Black Shark Helo to the PC, inside the extracted folder started "cmd-here"
STEP 2
Write "adb reboot bootloader" and press Enter, the smartphone will restart in the bootloader
STEP 3
now write "fastboot oem unlock", now the bootloader will be unlocked, press the off button to turn off your smartphone, turn it on again, during startup a message will appear that your data has become corrupted and the factory reset must be done, do it and next reboot your black shark helo will be reset but with the bootloader unlocked
Click to expand...
Click to collapse
Yes, I am too unlock it, but i do not root or intall recovery mod. i let try use methol for bs1 but fail. I have a "decypt data" when boot from twrp-3.2.3-0-blackshark.
https://forum.xda-developers.com/black-shark-helo/help/twrp-cwm-recovery-to-root-blackshark-t3892113
in this post we discussed the topic, for now we have managed to run the root but we do not have a working recovery yet
nice but how can i lock it again ?
error Step 3
C:\platform-tools>fastboot oem unlock
< waiting for any device >
_
Anyone managed to unlock BS 2 global version??

how to downgrade realme 5 realme ui to android 9

all needed file
platform tool adb download and unzip
https://drive.google.com/file/d/1JJDEn2E_6A9SG1C4vEq28T8xIHq5EjBh/view?usp=sharing
in-depth test for realme ui realme 5
https://drive.google.com/file/d/19MJujKBYLQiYyk_UhJYXeplHDG80maVq/view
https://forum.xda-developers.com/attachment.php?attachmentid=5070971&d=1596107780
adb driver download and install on your computer (very important)
https://drive.google.com/file/d/1KQe2ttC7diT9UMptg_aMnA0PPxuwP8nR/view?usp=sharing
team win recovery for both 9 and 10 (download and rename recovery.img then move to platfromtool folder)
https://drive.google.com/file/d/1URxZOFZm7RpgIB5_QDiOr-WwDcKo2zT_/view?usp=sharing
stock rom android 9 for realme 5 up via twrp, note : copy it to the external memory card
https://drive.google.com/file/d/1fciqVhPLL5ZsaINbOrS76-d6HONfK3E1/view?usp=drivesdk
begin
Turn on USB Debugging Mode and OEM Unlocking on your mobile phone. To do this; go to settings >>> about >>> Touch Continuous build numbers 7-10 times to enable Developer Options, then go to Developer Options, and turn on USB Debugging Mode , Unlock OEM
Unlock Bootloader with ADB and Fastboot
open the in-deptset application installed on your mobile and Turn on mobile data or wifi and Select Start registration, accept Terms and Conditions, Submit your application. Within 1 hour or up to 24 hours, you will receive a confirmation from the Realme team : successful review
{
"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"
}
After the successful review notice, boot your phone into fastboot mode and connect your phone to the PC . you can enter fastboot mod by press use volume down+power in some second
Now, connect the Oppo Realme 5 mobile phone to the computer via a USB cable.
Launch fastboot on your computer by going to the platformtool folder, press and hold shift and right click then select open powershell window here and type the command below
fastboot devices
fastboot flashing unlock
it will pop up a board on the phone screen, use the volume key to select unlock bootloader, then press the device's power key to reboot and wipe all data ( remember backup your data before do it)
done bootloader unlocked
after booting, Check it again, turn on Developer Options, then go to Developer Options, and turn on USB Debugging Mode, OEM Unlocking. Sometimes it disables itself after booting.
Install twrp, go to fastboot mode on realme 5
Connect the Realme 5 mobile phone to the computer via a USB cable.
Launch fastboot on your computer by going to the platformtool folder press and hold shift and right click then select open powershell window here and type the command below.
fastboot devices
press Enter, It will display the connected device. type the command
fastboot flash recovery recovery.img
done
Now still in fastboot on realme 5, use volume key select recovery and press power key to boot into recovery, go to twrp and choose as follows
1. Format Data
2. Wipe cache, dalvik
3. Select the original Android 9 rom downloaded on the memory card to install
4. Reboot and enjoy the results
if you want install magisk to have root, pay attention after flashing magisk, flash this file , otherwise it will continue to boot into fastboot
https://drive.google.com/file/d/1abyMuJu3yCvt5LO1H59Am4o6ymQuaJi-/view?usp=sharing
:fingers-crossed:
This phone model does not support in-depth test
Hi, I tried to run the in-depth test but the error message "This phone model does not support in-depth test". I have a Realme 5 and I followed the step by step procedure. Is there a way to solve it?
Andre_the modder said:
Hi, I tried to run the in-depth test but the error message "This phone model does not support in-depth test". I have a Realme 5 and I followed the step by step procedure. Is there a way to solve it?
Click to expand...
Click to collapse
Done for me,try attached

Fastboot commands error

Hi everybody, I'm trying to install a custom recovery on my Asus Zenfone Max Pro M1, following the instructions to install the Pixel Experience ROM, but every time I give a command in fastboot mode the screen goes black and on the top left angle appears the message: press any key to shutdown. I've already unlocked the bootloader with the official unlock app, and I tried to do this thing on the stable Pie version and the on the Android Q beta, same thing appened. I'm not an expert but is a strage error, I've not found any help on the internet. Any suggestion? Thanks.
With regards to this thread's title here my 2 cents:
Fastboot commands per se aren't erroneous, at least I've neither encountered it ever, nor heard of this or read this.
The reality is that FastBoot isn't always Fastboot as expected, it depends on how OEM/carrier implemented Fastboot, will say not all Fastboot commands work on all devices.
Always run
Code:
fastboot --help
to get supported commands / their synthax listed.
jwoegerbauer said:
With regards to this thread's title here my 2 cents:
Fastboot commands per se aren't erroneous, at least I've neither encountered it ever, nor heard of this or read this.
The reality is that FastBoot isn't always Fastboot as expected, it depends on how OEM/carrier implemented Fastboot, will say not all Fastboot commands work on all devices.
Always run
Code:
fastboot --help
to get supported commands / their synthax listed.
Click to expand...
Click to collapse
Ok, I tried again and I had the same problem, but this time I gave the command "adb reboot bootloader" to go in fastboot mode and as soon the device booted in fastboot the same message appeared, "press any key to shutdown". i mean, it is a lot frustrating, because I'm working to install the ROM since october but this error is recent, before I had problem with booting and flashing the recovery. I'll attach an image of the error. Thanks for help.
{
"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"
}
Riccardo De Lucia said:
Ok, I tried again and I had the same problem, but this time I gave the command "adb reboot bootloader" to go in fastboot mode and as soon the device booted in fastboot the same message appeared, "press any key to shutdown". i mean, it is a lot frustrating, because I'm working to install the ROM since october but this error is recent, before I had problem with booting and flashing the recovery. I'll attach an image of the error. Thanks for help.
View attachment 5183239
Click to expand...
Click to collapse
What do you expect to be displayed on phone's display when phone is booted into fastboot mode? Fastboot doesn't offer an on-screen menu like recovery. You have to enter the fastboot commands on Windows computer's CMD and/or Powershell.
Code:
fastboot devices
fastboot <FASTBOOT-SUBCOMMAND>
Yes, when fastboot is booted there's no menu like recovery, but the image I attached is what I see every time I give a command, even "fastboot devices", using CMD on the Windows 10 laptop (I have a Ryzen 5 SoC).

Pantech SKY IM-100 (ef71) TWRP installation

Hi. This is a twrp installation guide for the IM-100, the last phone produced by Korean factory maker Pantech.
{
"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"
}
I will start with the completely pure itself that has not yet unlocked the bootloader.​
1. Unlock the bootloader​
1. Settings - System Information - Build number 5 times to activate developer option.
2. Enter developer options as shown in the picture below and activate OEM unlock.
3. After turning off the power, press the wheel key button and the power button at the same time to enter the boot menu, then press the wheel key to move to Fastboot and select it with the power button.
4. After entering Fastboot, connect to the computer, download the attached file from the link, decompress it in a convenient place, and run shell.bat.
5. Type "fastboot oem unlock" in the CMD.
6. Check the IM-100 screen, move to the same with the wheel key and select YES with the power key to unlock the bootloader. (reboots and resets automatically)
2. Install TWRP and the latest firmware binary.​
1. After powering off IM-100, enter the boot menu with the power button + wheel button combination as before and enter recovery.
2. When the screen appears, press and hold the power button and turn the wheel key to release the lock, then rotate the wheel key to move to Apply update from ADB and select with the power key.
3. Afterwards, in the previous CMD window, enter "adb sideload IM-100S_BOOTSTACKS.zip" if your IM-100 device is a SKT device, "adb sideload IM-100K_BOOTSTACKS.zip" if it is a Kt device, or "adb sideload IM-100GN_BOOTSTACKS.zip" if it is a GN device.
4. When the installation is successful, go to Apply update from ADB again, select it with the power key, and enter the adb sideload twrp-3.4.0-0-ef71.zip command to install TWRP. (GN devices are supported from TWRP 3.5.2_9-0 version, so please install the corresponding TWRP link.)
5. After turning off the power, enter the power menu again and enter recovery, then the TWRP screen welcomes you.
6. This recovery does not support Pantech's data partition encryption, so data mount is not possible.
Therefore, when installing a custom rom, data partition format must be preceded.
Format the data partition through the Wipe-Format Data menu and proceed with the ROM installation.
In the case of ROM installation, I will not explain further because the method itself is common to most devices.

Categories

Resources