Sample Header Ad - 728x90

Android Enthusiasts

Q&A for enthusiasts and power users of the Android operating system

Latest Questions

1 votes
1 answers
4980 views
How do I turn on OEM on a Samsung Galaxy A03s (Tracfone, SM-S134DL) device?
I'm trying to root Samsung Galaxy A03s (Tracfone, SM-S134DL) with Magisk and can't get it to work without the OEM on in the developers option. How do I turn on OEM?
I'm trying to root Samsung Galaxy A03s (Tracfone, SM-S134DL) with Magisk and can't get it to work without the OEM on in the developers option. How do I turn on OEM?
Jamie Wright (11 rep)
Apr 11, 2023, 05:43 AM • Last activity: Jul 22, 2025, 04:04 AM
0 votes
0 answers
57 views
fastboot could not clear input pipe; result e00002d6
i'm trying to flash gsi firmware to my tablet. - enabled OEM unlock - enabled USB debug - device is visible in `fastboot devices` ``` % fastboot devices T812128GB25105680652 fastboot % fastboot flashing unlock ERROR: could not clear input pipe; result e00002d6, ignoring... ERROR: could not clear out...
i'm trying to flash gsi firmware to my tablet. - enabled OEM unlock - enabled USB debug - device is visible in fastboot devices
% fastboot devices

T812128GB25105680652     fastboot

% fastboot flashing unlock

ERROR: could not clear input pipe; result e00002d6, ignoring...
ERROR: could not clear output pipe; result e00002d6, ignoring....
ERROR: usb_read failed with status e00002ed
FAILED (Status read failed (No such file or directory))
fastboot: error: Command failed
- fastboot version 36.0.0-13206524 (latest) - macbook air m1 - macOs 15.5 (24F74) (latest) Anyone knows what's that and how to fix this?
skorphil
Jun 19, 2025, 02:12 PM • Last activity: Jun 19, 2025, 09:19 PM
1 votes
1 answers
4675 views
Possibility of Hard brick with unlocking boot-loader and installing Custom ROM
My android device CPU is MT6592 (8xARM Cortex –A7@1664 MHz) with instruction set 32-bit ARMv7. Board and product is ht1_107a_iball_mjk. Apart from this, Codename is REL, Internal Memory is 16GB and RAM is 2GB. I did root and un-root my device multiple times. I see connected device through **adb devi...
My android device CPU is MT6592 (8xARM Cortex –A7@1664 MHz) with instruction set 32-bit ARMv7. Board and product is ht1_107a_iball_mjk. Apart from this, Codename is REL, Internal Memory is 16GB and RAM is 2GB. I did root and un-root my device multiple times. I see connected device through **adb devices command**. After **adb reboot bootloader** and **fastboot oem unlock**, I confirmed on android device by pressing Volume Up key but there is no change on device screen and computer screen even after 30 min. I changed USB cable and USB port. However, there is no change. Therefore, I am not able to unlock its boot-loader. After **adb reboot bootloader** and **fastboot flash recovery twrp.img**, I found No TWRP or other Custom Recovery images are compatible for my device. Therefore, I am not able to install Custom ROM as well. I tried all above procedures multiple times and with multiple ways. However, at the end I am with Stock ROM (Android 4.4.4). And only two processes I can do successfully; rooting and un-rooting. In such scenario, may my device be hard bricked, if I continue above processes multiple times forcefully?
EinfoMail (105 rep)
Oct 11, 2016, 12:32 AM • Last activity: Jun 9, 2025, 07:02 AM
2 votes
0 answers
79 views
How to make systemless edits to /system with Magisk
Many different root-only actions involve mounting and editing files in the Android `/system` directory. Because there have been so many types of Android OSes, rooting techniques, and actual root solutions from the last decade, it has made it difficult to confidently determine if this is possible wit...
Many different root-only actions involve mounting and editing files in the Android /system directory. Because there have been so many types of Android OSes, rooting techniques, and actual root solutions from the last decade, it has made it difficult to confidently determine if this is possible with my current root solution: Magisk with locked bootloader. From my understanding, Magisk is a completely "systemless" root solution, so by simply disabling Magisk and rebooting, *all actions performed as root are reverted.* This is important for me because I have verified boot with a locked bootloader via [avbroot](https://github.com/chenxiaolong/avbroot/) , so if there is any change to the system partition then it will fail to boot and the device will be bricked. So, with Magisk, is there a specific module that is required in order to "write" to the system partition systemlessly, so that it's not actually changing anything in the real system directory? Or does Magisk do this by default, and all I have to do is make my file edits from a shell like ADB root or Termux su, and they will be applied systemlessly?
ETL (211 rep)
Jun 9, 2025, 05:21 AM
0 votes
0 answers
91 views
How to unlock bootloader of a Huawei phone in order to root it?
I want to root a HUAWEI Y9 Prime 2019 (STK-L21) for my pentest and malware analysis endeavours. I hear that unlocking the bootloader is a pain, and almost impossible (especially for broke students) Has anyone done it successfully? How did you go about the bootloader unlock?
I want to root a HUAWEI Y9 Prime 2019 (STK-L21) for my pentest and malware analysis endeavours. I hear that unlocking the bootloader is a pain, and almost impossible (especially for broke students) Has anyone done it successfully? How did you go about the bootloader unlock?
Shy (101 rep)
May 18, 2025, 12:34 PM • Last activity: May 19, 2025, 03:46 PM
2 votes
2 answers
4052 views
Can't unlock bootloader or go to download mode in Samsung Galaxy M11
I have Samsung Galaxy M11 (SM-M115F/DS). I want to install TWRP in it. But I can't unlock the bootloader or go to download mode. I already enabled OEM Unlock. I saw on some sites that on this device I have to press both volumes up and down to go to download mode or unlock the bootloader but actually...
I have Samsung Galaxy M11 (SM-M115F/DS). I want to install TWRP in it. But I can't unlock the bootloader or go to download mode. I already enabled OEM Unlock. I saw on some sites that on this device I have to press both volumes up and down to go to download mode or unlock the bootloader but actually, nothing happens. It only goes to recovery mode with power and volume up. There it has a "Reboot to Bootloader" option. Image When I go there, I get this Image When I give the options to start, I return to recovery mode.
Sassy Math (131 rep)
May 3, 2021, 06:37 PM • Last activity: May 7, 2025, 10:04 AM
3 votes
1 answers
403 views
fastboot oem get_unlock_data no response
I want to unlock the bootloader of my Moto X4 running Android 9 and get the unlock code. My computer is a Linux Mint Ideapad 3 (so should have USB-3 ports ([referring to this post][1])). My device gets displayed when I type `fastboot devices` However, none of the 3 USB ports give me a response when...
I want to unlock the bootloader of my Moto X4 running Android 9 and get the unlock code. My computer is a Linux Mint Ideapad 3 (so should have USB-3 ports (referring to this post )). My device gets displayed when I type fastboot devices However, none of the 3 USB ports give me a response when I type fastboot oem get_unlock_data nor does the command finish. The bootloader logs say on the phone cmd: oem get_unlock_data. "**Allow bootloader get unlocked**" is enabled in developer options, and so is USB debugging. I need the unlock data to request on the Motorola page the unlock key.
maxsieg (31 rep)
May 4, 2025, 03:09 PM • Last activity: May 6, 2025, 11:31 AM
2 votes
2 answers
5186 views
Rooting carrier-locked Pixel 7 Pro
Just under a year ago, I changed carriers due to carrier unlock policies. The provider I switched to I was able to get the Pixel 7 Pro on a payment plan (2 years). With it being a Pixel, I thought at the time all Pixels were OEM unlockable. Man was I wrong, not only am I stuck paying off this phone...
Just under a year ago, I changed carriers due to carrier unlock policies. The provider I switched to I was able to get the Pixel 7 Pro on a payment plan (2 years). With it being a Pixel, I thought at the time all Pixels were OEM unlockable. Man was I wrong, not only am I stuck paying off this phone for 2 years, but without carrier unlock first that can't happen. I know in every other device that If I issued a certain adb disable command, it bypassed that. Is there not something similar I can do to get OEM unlock without carrier unlock? Any help is much appreciated.
Paul Brooks (23 rep)
Nov 5, 2023, 09:01 PM • Last activity: May 4, 2025, 09:32 AM
1 votes
1 answers
48 views
Does bootloader unlock ignore signature verification for Secureboot or AVB?
I can't seem to find this information anywhere. I'm not quite sure if "Bootloader unlock" is ignoring secure boot or if it's ignoring Android Verified Boot. For the sake of convenience, let us discuss using Qualcomm SoCs. In Qualcomm design, PBL, XBL, and some others would need to be verified by a c...
I can't seem to find this information anywhere. I'm not quite sure if "Bootloader unlock" is ignoring secure boot or if it's ignoring Android Verified Boot. For the sake of convenience, let us discuss using Qualcomm SoCs. In Qualcomm design, PBL, XBL, and some others would need to be verified by a certificate chain, where the root cert is verified by a fused hash value. secureboot Boot chain Source: https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/documents/secure-boot-and-image-authentication-version_final.pdf Because the image is about secure boot in general and not necessarily in the perspective of Android, if we want to discuss with Android, the "OS Bootloader" would be the Android bootloader (ABL). From the Android bootloader, the Android verifies the boot partitions with dm-verity. Which of these does the bootloader unlock ignore? 1. Verification of XBL, QTEE, ABL, etc that are verified with the fused root hash 2. Verification of boot images that the are verified by the Android bootloader I would assume the use of fastboot only affects the ABL and thus the answer would be #2, but I can't find an answer to confirm this. Are there any documents or books that explain this in detail?
itsmarziparzi (181 rep)
Apr 15, 2025, 01:09 AM • Last activity: Apr 19, 2025, 12:29 PM
0 votes
1 answers
3623 views
How to unlock bootloader of Vivo Y33S - 'Waiting for device' error
I'm facing some challenges with unlocking the bootloader of my Vivo Y33S and could really use some assistance. I have tried a few methods, but I'm encountering two specific issues: The MTKclient software doesn't seem to work for bootloader unlocking on my Vivo Y33S. I've followed the instructions to...
I'm facing some challenges with unlocking the bootloader of my Vivo Y33S and could really use some assistance. I have tried a few methods, but I'm encountering two specific issues: The MTKclient software doesn't seem to work for bootloader unlocking on my Vivo Y33S. I've followed the instructions to enter in Brom mode, but it doesn't recognize my device or initiate the unlock process. When I use the Vivo Fastboot software and execute the commands fastboot vivo_bsp unlock_vivo or fastboot bbk unlock_vivo, I receive the following error messages:
FAILED (remote: Unrecognized command vivo_bsp unlock_vivo)
FAILED (remote: Unrecognized command bbk unlock_vivo)
I have verified that USB debugging and OEM unlocking are enabled on my device. I'm running stock firmware version PD2147GF_EX_A_38.13.0. I've also ensured that I have the latest drivers installed. Has anyone successfully unlocked the bootloader of the Vivo Y33S? If so, could you please share any alternative methods or potential solutions to overcome these challenges? Your insights and expertise would be greatly appreciated! Thank you in advance for your help!
Laerte Carta (1 rep)
Jun 12, 2023, 01:07 PM • Last activity: Apr 17, 2025, 04:31 PM
2 votes
2 answers
4998 views
Missing OEM unlock toggle on Samsung Galaxy S9
I've found numerous guides online on how to fix the missing OEM unlock toggle on Samsung Galaxy S9 (SM-G960U) running Android 10. I've been able to follow all steps except for the last one before rebooting the phone. And that step is going into software update and unchecking ***download updates auto...
I've found numerous guides online on how to fix the missing OEM unlock toggle on Samsung Galaxy S9 (SM-G960U) running Android 10. I've been able to follow all steps except for the last one before rebooting the phone. And that step is going into software update and unchecking ***download updates automatically*** and checking ***download updates manually***. The problem is that those options don't exist! I can only tap on ***Check for updates*** and there's a grayed-out option that says ***Continue update***. I don't know if this is true, but I think it's the same as going into developer options and switching off ***auto-update system***, which I was able to do. Either way, I still wasn't able to fix the missing button, even after following this guide I was just talking about. I've seen other guides and they talk about the same thing that this one does. Can someone help me unlock my OEM unlock button, please? --- As of now, I played around with my phone and found out the reboot to bootloader option in the menu after starting the phone with **power key + volume up + Bixby key**. I didn't know what that was going to do but when I selected that, a light blue screen came on and said downloading... do not turn off target. There's an option to cancel it, but I want to see what happens. Maybe I didn't have a bootloader at all? (sounds crazy because I need a bootloader to start my phone, so maybe it's downloading something else?). In either case, I'll keep this question posted with any new info.
Matthew Schell (171 rep)
Feb 14, 2021, 09:27 PM • Last activity: Mar 27, 2025, 01:01 PM
0 votes
1 answers
91 views
G73 stuck in boot loop, not unlocked
My son has a Motorola Moto G73 5G (XT2237-2), always used it normally without trying to root it. So the bootloader has not been unlocked. It is stuck in a boot loop. I can boot into `fastboot` mode (by pressing power and volume down) and then into recovery, but I am not allowed to change anything. W...
My son has a Motorola Moto G73 5G (XT2237-2), always used it normally without trying to root it. So the bootloader has not been unlocked. It is stuck in a boot loop. I can boot into fastboot mode (by pressing power and volume down) and then into recovery, but I am not allowed to change anything. While the phone was still working properly we should of course have enabled Developer Options, Allow USB Debugging and Allow OEM Unlocking, but it is too late for those. Is there another way to get to the data before doing a reset? - If side-loading the firmware in recovery mode is possible, I guess that would wipe the data, but mounting in recovery mode (to save any content) does not seem to work. - I tried accessing the phone with fastboot and adb (from the linux prompt) and the phone recorded receiving the commands fastboot oem unlock and fastboot flashing unlock, but then that was not allowed because we had not allowed unlocking from the Developer Options menu.
alle_meije (159 rep)
Mar 26, 2025, 09:55 PM • Last activity: Mar 27, 2025, 11:27 AM
0 votes
0 answers
246 views
Samsung Galaxy Note 10+ 5G - cellebrite mobile forensics data extractions - locked with pattern
I've got a locked Samsung Galaxy Note 10+ 5G (running the latest android 10 and patches) The phone is locked with a pattern (unknown) What are my chances of any data extraction with cellebrite or other forensics tools while I can not unlock the phone? Also how secure is Knox efuse? will it damage th...
I've got a locked Samsung Galaxy Note 10+ 5G (running the latest android 10 and patches) The phone is locked with a pattern (unknown) What are my chances of any data extraction with cellebrite or other forensics tools while I can not unlock the phone? Also how secure is Knox efuse? will it damage the phone/data when an untrusted bootloader is detected?
Robert Joodat (1 rep)
Mar 5, 2021, 12:24 AM • Last activity: Feb 22, 2025, 03:00 AM
1 votes
1 answers
3858 views
How to get fastboot identifier token to unlock bootloader on HTC One M9 where Android is no accessible?
I want to revive an old HTC One M9 rotting in my grandmothers locker for some years. I would like to flash the phone with a custom ROM but unfortunately it is locked, [![enter image description here][1]][1] so I can't access Android. However according to the [HTC documentation][2] to unlock the boot...
I want to revive an old HTC One M9 rotting in my grandmothers locker for some years. I would like to flash the phone with a custom ROM but unfortunately it is locked, enter image description here so I can't access Android. However according to the HTC documentation to unlock the boot loader on has to enable developer options in Android settings first: > you will need to first manually enable OEM unlocking in Developer > options in order to allow the bootloader to be unlocked and proceed > with the next steps. Apparently without doing so it is not possible to get the identifier token which is needed to unlock the bootloader. fastboot oem get_identifier_token (bootloader) [KillSwitch] : /dev/block/bootdevice/by-name/frp (bootloader) [KillSwitch] Last Byte is 0X00, disable unlock (bootloader) [KillSwitch] oem unlock Turn Off! OKAY [ 0.063s] Finished. Total time: 0.063s Is there any way to unbrick this phone? UPDATE: =========== As suggested in the comments I tried to flash > the original RUU ROM to restore a proper state I got it here: https://htcstockrom.com/htc-one-m9 The following steps are suggested: - Enter: fastboot oem rebootRUU - Now enter: fastboot flash zip update.zip - Once the installationis finished, reboot the device. However fastboot oem rebootRUU makes the device humming and blinking but does not lead to a status where I could successfully upload the file (same problem described here ): https://www.youtube.com/watch?v=VVG4kT-LiQQ&feature=emb_rel_end I can upload it in normal download mode but there I get: FAILED (remote: '9 RU_SECURITY_FAIL zip from usb command in download mode') fastboot: error: Command failed
user5950 (111 rep)
Jul 1, 2022, 04:43 PM • Last activity: Feb 9, 2025, 10:00 PM
0 votes
1 answers
3821 views
Where are the official Xiaomi drivers for ADB/USB? (trying to unlock bootloader of Poco M3)
I tried everything from every tutorial about how to unlock my Xiaomi Poco M3 bootloader. I enabled OEM unlock, etc, rebooted into fastboot mode, but then the phone is not recognized in the batch unlock tool provided by xiaomi at https://en.miui.com/unlock/download_en.html Well, I found https://devel...
I tried everything from every tutorial about how to unlock my Xiaomi Poco M3 bootloader. I enabled OEM unlock, etc, rebooted into fastboot mode, but then the phone is not recognized in the batch unlock tool provided by xiaomi at https://en.miui.com/unlock/download_en.html Well, I found https://developer.android.com/studio/run/oem-usb where it lists this weird forum https://web.vip.miui.com/page/info/mio/mio/detail?postId=18464849&app_version=dev.20051 for the xiaomi, which contains a .rar file that when I install I get enter image description here because the driver is not signed. I don't think I should disable driver signing on Windows, and I find this very weird. I also tried installing Android Studio and then google USB drivers through there, but I still don´t get the phone recognized on the miui unlock tool.
Poperton (112 rep)
Feb 16, 2022, 08:26 PM • Last activity: Nov 28, 2024, 03:07 PM
0 votes
1 answers
5323 views
`fastboot oem unlock` does nothing. No output
I tried unlocking the bootloader of my YU Yuphoria on Linux (Ubuntu 15.04). Here is the [link][1] to the CM page from where I got the instructions from. I followed all the steps mentioned on the page. When I use the following command fastboot -i 0x2a96 oem unlock However, this is the output that I'm...
I tried unlocking the bootloader of my YU Yuphoria on Linux (Ubuntu 15.04). Here is the link to the CM page from where I got the instructions from. I followed all the steps mentioned on the page. When I use the following command fastboot -i 0x2a96 oem unlock However, this is the output that I'm getting.
...
OKAY [  0.001s] finished. total time: 0.001s
It does not show any kind of warning that the data on the phone will be erased. ADB and fastboot are detecting the device. Here is the output for fastboot -i 0x2A96 oem device-info
... 
(bootloader) 	Device tampered: true
(bootloader)    Device unlocked: true
(bootloader) 	Charger screen enabled: true
(bootloader) 	Display panel:
OKAY [  0.005s] finished. total time: 0.005s
I tried flashing the recovery.img after that, but it does not work. What am I doing wrong?
Akas Antony (378 rep)
Oct 21, 2015, 03:08 PM • Last activity: Nov 28, 2024, 02:03 PM
0 votes
1 answers
1420 views
I can't start my Moto G60 anymore after locking the bootloader
I recently downgraded my Android on Moto G60 (I downloaded ROM from some websites) because my phone screen was sometimes not working which upon locking and unlocking the phone made the screen work again, so I thought downgrading might help. The phone was working fine until a few weeks ago when I had...
I recently downgraded my Android on Moto G60 (I downloaded ROM from some websites) because my phone screen was sometimes not working which upon locking and unlocking the phone made the screen work again, so I thought downgrading might help. The phone was working fine until a few weeks ago when I had to restart the phone for some reason and the phone was showing that the bootloader was unlocked and the phone's sensitive data might be attacked if I didn't lock it. Image > No valid operating system could be found. > The device will not boot. > > For more information, visit our support forum: > support.motorola.com I watched a tutorial on YouTube and connected my phone to my PC and then proceeded to lock the bootloader. After that, I tried to restart my phone, but it didn't start anymore and it shows this on the screen. The recovery mode doesn't work and also I tried to unlock the bootloader once again but I couldn't. I tried to use Rescue and Smart Assistant, but it says "The connected device does not match the shipping software values expected and Rescue cannot run". I took my phone to a service center and they said that they couldn't help me. (P.S. My phone is not rooted)
dwas (1 rep)
Nov 25, 2023, 12:09 PM • Last activity: Oct 27, 2024, 10:18 AM
0 votes
0 answers
42 views
[SM-S916W]How to removal/bypass FRP Lock?
|Model|SM-S916W| |:----|:------| |CSC version|S916WOYV4CXI4| |Firmware| https://samfw.com/firmware/SM-S916W/XAC| |FRP status|TRIGGERED| |ADB status|Sideload| |Wifi/SIM|connected/yes| |Country|CA| |Recovery|samsung/dm2qcsx/dm2q 13/TP1A.220624.014/S916WVLS4CXI4 user/release-keys| |USB Debugging|Disabl...
|Model|SM-S916W| |:----|:------| |CSC version|S916WOYV4CXI4| |Firmware| https://samfw.com/firmware/SM-S916W/XAC| |FRP status|TRIGGERED| |ADB status|Sideload| |Wifi/SIM|connected/yes| |Country|CA| |Recovery|samsung/dm2qcsx/dm2q
13/TP1A.220624.014/S916WVLS4CXI4
user/release-keys| |USB Debugging|Disabled| |Bootloader|Locked| There is no option to unlock bootloader from the download mode and Reboot to bootloader from recovery mode does not work either. Options I already tried:​ - SamFw Tool 4.9: - Remove FRP (USA models 2024) - Remove FRP (security from August 2022 to December 2022) - Remove FRP (security older than August 2022) - MTP> KG Unlock (Untested): brought up AT Command but i couldn't understand and didn't go past that point - Download Mode> FRP Android 5/6 both method. - android > FRP > Remove FRP, Open Browser - android > FRP > App Manager > tried installing app-debug.apk - Odin 3.14: - Flashed latest stock firmware - tried flashing TWRP dm2q and vbmeta but failed. - Accessibility talk back and emergency call codes - talk back menu's only options: - read from next item - copy last spoken phrase - spoken language - screen search - hide screen - describe image - Emergency call codes are useless. I haven't tried combination firmware option because I could not find the combination firmware for this model. Please tell me what next steps should I take and what other information/logs should I provide? Is there any ADB sideload exploits available that could work? Is it even possible to remove/bypass FRP lock from newer models like S23 plus?
saksham shrestha (1 rep)
Oct 20, 2024, 08:49 PM • Last activity: Oct 21, 2024, 05:42 AM
2 votes
1 answers
7086 views
Device says bootloader unlocked but OEM unlock option can enabled and disabled?
I have a Redmi Note 3 (INDIAN VARIANT Kenzo/Snapdragon variant running on Marshmellow 6.0.1 with MIUI Global 10.2) on which I performed an bootloader unlocking procedure via the tool XiaoMiTool V2 from [xda](https://forum.xda-developers.com/android/software-hacking/tool-miunlocktool-unlock-bootloade...
I have a Redmi Note 3 (INDIAN VARIANT Kenzo/Snapdragon variant running on Marshmellow 6.0.1 with MIUI Global 10.2) on which I performed an bootloader unlocking procedure via the tool XiaoMiTool V2 from [xda](https://forum.xda-developers.com/android/software-hacking/tool-miunlocktool-unlock-bootloader-t3782444) since the official method kept denying me for some reason I also want to let you know that during the procedure i left the *oem unlocking option disabled* and ran the tool So after the device's bootloader was unlocked (ss attached)enter image description here enter image description here I noticed that the OEM unlocking option was still active (meaning I can flip the button and it will just ask for the pass and warn me and enable the option: again ss attached) enter image description here enter image description here **So my question is is my device properly unlocked? OR Did I mess up with procedure ?** I know i could dial
*#*#7378423#*#*
*(which doesn't work in miui devices)* or using *fastboot method* [mentioned here](https://android.stackexchange.com/questions/73567/how-to-check-if-your-bootloader-is-unlocked)- *but the problem is that my device's usb port is damaged in a way that charging works but MTP or any other option doesn't (Yeah I tried multiple usb cables, brought a brand new from official store and multiple devices)* or is there any app to do that ? **EDIT :** Okay now I tried by adjusting the chord into the port and running
getvar unlocked
(ss attached) enter image description here Now what does this mean ? Is it still locked ? I would really thankful if someone can help
Vishnu Ezhuthachan (51 rep)
Nov 11, 2020, 04:18 PM • Last activity: Oct 18, 2024, 05:55 PM
0 votes
0 answers
203 views
Does mtkclient works with virtual machines?
I'm trying to unlock the bootloader of a MediaTek-based phone using mtkclient. Does it work with a virtual machine (Linux guest on Windows host)? Connecting to the host using USB cable, and enabling USB passthrough by selecting the device, didn't work for me. It seems that the device is recognized b...
I'm trying to unlock the bootloader of a MediaTek-based phone using mtkclient. Does it work with a virtual machine (Linux guest on Windows host)? Connecting to the host using USB cable, and enabling USB passthrough by selecting the device, didn't work for me. It seems that the device is recognized but a "handshake failed" error appears.
user466411
Sep 29, 2024, 09:47 PM • Last activity: Oct 7, 2024, 01:27 AM
Showing page 1 of 20 total questions