I want to brick my motorola android smartphone please ^^ - General Questions and Answers

Hello, as shared with the specific page https://forum.xda-developers.com/z2...d-xt1789-06-cheap-t4036047/page3#post83118467
my story is COMPLEX and now i have
-no usb debug mode (no adb)
-oem blocked blootloader
-cannot open unlock oem bootloader (because no usb debug mode)
-i have the LATEST ROM available (latest android 9)
-when i flash OFFICIAL LATEST ROM it takes it as "rollback" and refuse it (locked bootloader)
-i cannot flash NOTHING
- i only have bootloader
The motorola official tool cannot "match" / "recognize the type or whatnot and it wont help.
Motorola support refuse to help they told me its my fault ! (I did not do nothing to get to bootloop/bootloader).
Now i think i can solve it : by flashing any rom and opening bootloader without USB debug mode on.
How ? I want to BRICK IT !!! and in qualcomm mode 9008 i will flash the BLANKFLASH file (available).
Then OEM is unblocked, i will have ADB and flash WHATEVER rom i want in my xt1789-06 RETAIL (z2 force France).
My question here for this forum (general Q&A) : how do we BRICK a locked bootloader only access android smartphone? is there a magic command or process?
I tried unpluging in a middle of a flash rom but since flashing even latest official rom is blocked by bootloader => i cannot brick it.
Please tell me HOW to brick it, i take the risk ... i love this smartphone.
Thx.

you need an mtk tool like
https://droidbull.com/Android-multi-tools/
good luck
also
https://www.99mediasector.com/enable-usb-debugging-locked-phone-without-access-setting/

Related

[Q] need NTT DoCoMo P-07C rom help me?

hello
I have NTT DoCoMo P-07C
My phone just show NTT docomo logo when I try to trun on!
I need android rom for my foma P-07C panasonic phone
I am not in japan
please help me
thanks
msamessi said:
hello
I have NTT DoCoMo P-07C
My phone just show NTT docomo logo when I try to trun on!
I need android rom for my foma P-07C panasonic phone
I am not in japan
please help me
thanks
Click to expand...
Click to collapse
First try to connect it to pc via fastboot
Here are some drivers: View attachment P-07C_ADBdriver_v1.0.zip
thanks you
but how can I do this???what you mean by fastboot???
when I connect to pc nothing else to show!!!
I need rom to install android
what I can do with ADB!!!
fastboot is a small tool that comes with the Android SDK (software developer kit) that can be used to re-flash partitions on your device. It is an alternative to the recovery mode for doing installations and updates.
Because fastboot mode can start on your device even before Android loads (and can even run when Android isn't installed at all), fastboot mode is useful for updating the firmware quickly, without having to use a recovery mode. In fact, it's frequently the preferred way to initially install the recovery image on many devices. Fastboot can also be used for developer operations like unlocking the bootloader of Google's Nexus devices.
Not all devices support fastboot, but many do.
There are two "sides" to using fastboot-- the computer side and the device side. Typically your device first is connected to your computer via a USB cable. Then you boot to the "fastboot mode" on the device. On your computer, you then run the fastboot tool to issue commands. Please note that fastboot commands will ONLY work while the device is in fastboot mode.
ADB ("adb"), or the Android Debug Bridge, is a development tool included with the Android SDK (Software Developer Kit), which allows for communication from an Android device (such as a phone or tablet) to a personal computer, and vice-versa. This communication can be made over a wifi connection. However more commonly, it is made via a USB cable. adb can also be used by developers for communicating from a computer to a virtual android machine that is also running on the computer.
adb is the "Swiss-army knife" of Android development. It provides numerous functions that can be accessed in detail via the command: adb --help
[SOURCE]
Using fast boot or adb you will be able in theory to fix the existing rom on your device.
The only rom that i have for you device is:
[FOTA rom update for NTT DoCoMo P-07C]
How to enter in Fcuking FASTBOOT .. is search the whole INTERNET
hello how to flash this set???????

HOW TO INSTALL TWRP/ORANGEFOX RECOVERY WITHOUT UNLOCKING BOOTLOADER IN OPPO F9 PRO

I am using an OPPO F9 pro , OPPO devices(at least mine) does not have fastboot mode as the manufacturers have given no access for that ,the "OEM unlocking" option under developer options is literally useless as it is basically not possible to unlock its bootloader.
My aim actually is to install a custom ROM using any of those recoveries , if anyone can help me regrading how to install any of these recoveries without unlocking the bootloader please help me if that is possible to do so without OEM unlock ,btw my device has mediatek chipset.
I have already set all other prerequisites like ADB ,drivers, USB drivers for my phone etc ; and i am able to use ADB bridge to control my device using my pc.
All i want to know that is there any way by which we can install custom recovery given that the phone does not have any "bootloader/fastboot" mode which indirectly also means that there is no OEM unlock access.
I would again like to clarify that i am 100% sure that it is impossible for most OPPO phones to enter fastboot mode ,i have tried to enter fastboot mode using ADB commands(adb reboot bootloader) and that power + volume up/down after power off ,nothing works for in my OPPO phone that allows me to use fastboot mode.
At last ,i have also asked from OPPO service ,they clearly told me that there is no bootloader in oppo devices
I AM REALLY STRESSED RIGHT NOW AS MY STOCK ROM SUCKS SO ANY HELP WOULD BE REALLY APPRECIATED.
armankang said:
I am using an OPPO F9 pro , OPPO devices(at least mine) does not have fastboot mode as the manufacturers have given no access for that ,the "OEM unlocking" option under developer options is literally useless as it is basically not possible to unlock its bootloader.
My aim actually is to install a custom ROM using any of those recoveries , if anyone can help me regrading how to install any of these recoveries without unlocking the bootloader please help me if that is possible to do so without OEM unlock ,btw my device has mediatek chipset.
I have already set all other prerequisites like ADB ,drivers, USB drivers for my phone etc ; and i am able to use ADB bridge to control my device using my pc.
All i want to know that is there any way by which we can install custom recovery given that the phone does not have any "bootloader/fastboot" mode which indirectly also means that there is no OEM unlock access.
I would again like to clarify that i am 100% sure that it is impossible for most OPPO phones to enter fastboot mode ,i have tried to enter fastboot mode using ADB commands(adb reboot bootloader) and that power + volume up/down after power off ,nothing works for in my OPPO phone that allows me to use fastboot mode.
At last ,i have also asked from OPPO service ,they clearly told me that there is no bootloader in oppo devices
I AM REALLY STRESSED RIGHT NOW AS MY STOCK ROM SUCKS SO ANY HELP WOULD BE REALLY APPRECIATED.
Click to expand...
Click to collapse
You can not flash anything custom without first unlocking the bootloader, there is no way to do this.
Yes, there are devices out there that have TWRP even though the device has a locked bootloader, it is tricky to explain but most of these devices do not truly have TWRP installed in the traditional manner. They merely use some kind of trick or code to trick the device into booting TWRP from a secondary location instead of booting stock recovery from the stock recovery partition.
how do I delete a comment?
armankang said:
I am using an OPPO F9 pro , OPPO devices(at least mine) does not have fastboot mode as the manufacturers have given no access for that ,the "OEM unlocking" option under developer options is literally useless as it is basically not possible to unlock its bootloader.
My aim actually is to install a custom ROM using any of those recoveries , if anyone can help me regrading how to install any of these recoveries without unlocking the bootloader please help me if that is possible to do so without OEM unlock ,btw my device has mediatek chipset.
I have already set all other prerequisites like ADB ,drivers, USB drivers for my phone etc ; and i am able to use ADB bridge to control my device using my pc.
All i want to know that is there any way by which we can install custom recovery given that the phone does not have any "bootloader/fastboot" mode which indirectly also means that there is no OEM unlock access.
I would again like to clarify that i am 100% sure that it is impossible for most OPPO phones to enter fastboot mode ,i have tried to enter fastboot mode using ADB commands(adb reboot bootloader) and that power + volume up/down after power off ,nothing works for in my OPPO phone that allows me to use fastboot mode.
At last ,i have also asked from OPPO service ,they clearly told me that there is no bootloader in oppo devices
I AM REALLY STRESSED RIGHT NOW AS MY STOCK ROM SUCKS SO ANY HELP WOULD BE REALLY APPRECIATED.
Click to expand...
Click to collapse
Simple answer: You can't. And if you unlock the bootloader and flash a custom recovery, DON'T TRY TO LOCK IT BACK! It will brick your phone badly.
armankang said:
I am using an OPPO F9 pro , OPPO devices(at least mine) does not have fastboot mode as the manufacturers have given no access for that ,the "OEM unlocking" option under developer options is literally useless as it is basically not possible to unlock its bootloader.
My aim actually is to install a custom ROM using any of those recoveries , if anyone can help me regrading how to install any of these recoveries without unlocking the bootloader please help me if that is possible to do so without OEM unlock ,btw my device has mediatek chipset.
I have already set all other prerequisites like ADB ,drivers, USB drivers for my phone etc ; and i am able to use ADB bridge to control my device using my pc.
All i want to know that is there any way by which we can install custom recovery given that the phone does not have any "bootloader/fastboot" mode which indirectly also means that there is no OEM unlock access.
I would again like to clarify that i am 100% sure that it is impossible for most OPPO phones to enter fastboot mode ,i have tried to enter fastboot mode using ADB commands(adb reboot bootloader) and that power + volume up/down after power off ,nothing works for in my OPPO phone that allows me to use fastboot mode.
At last ,i have also asked from OPPO service ,they clearly told me that there is no bootloader in oppo devices
I AM REALLY STRESSED RIGHT NOW AS MY STOCK ROM SUCKS SO ANY HELP WOULD BE REALLY APPRECIATED.
Click to expand...
Click to collapse
Have you tried looking at indian tutorial videos? I can't tell if that's going to work, since I have no experience with OPPO phones, but this one seems interesting.
uwucake2020 said:
how do I delete a comment?
Click to expand...
Click to collapse
Click edit and erase all text in it.
armankang said:
I am using an OPPO F9 pro , OPPO devices(at least mine) does not have fastboot mode as the manufacturers have given no access for that ,the "OEM unlocking" option under developer options is literally useless as it is basically not possible to unlock its bootloader.
My aim actually is to install a custom ROM using any of those recoveries , if anyone can help me regrading how to install any of these recoveries without unlocking the bootloader please help me if that is possible to do so without OEM unlock ,btw my device has mediatek chipset.
I have already set all other prerequisites like ADB ,drivers, USB drivers for my phone etc ; and i am able to use ADB bridge to control my device using my pc.
All i want to know that is there any way by which we can install custom recovery given that the phone does not have any "bootloader/fastboot" mode which indirectly also means that there is no OEM unlock access.
I would again like to clarify that i am 100% sure that it is impossible for most OPPO phones to enter fastboot mode ,i have tried to enter fastboot mode using ADB commands(adb reboot bootloader) and that power + volume up/down after power off ,nothing works for in my OPPO phone that allows me to use fastboot mode.
At last ,i have also asked from OPPO service ,they clearly told me that there is no bootloader in oppo devices
I AM REALLY STRESSED RIGHT NOW AS MY STOCK ROM SUCKS SO ANY HELP WOULD BE REALLY APPRECIATED.
Click to expand...
Click to collapse
U can't install orangefox recovery on a oppo device
OrangeFox Recovery Downloads
OrangeFox Recovery is one of the most popular custom recoveries in android ecosystem, with amazing additional features that are not present in other recoveries. We support a host of devices
orangefox.download
As u can see their not s single oppo device that support for oppo so you're out of luck
But u can install twrp recovery on a oppo device if you're in luck but u need to unlock bootloader
Devices
This is the Team Win website and the official home of TWRP! Here you will find the list of officially supported devices and instructions for installing TWRP on those devices.
twrp.me
ok thanks everyone of u for helping me i got to know that its not possible for my device as its not supported.
franta0 said:
Have you tried looking at indian tutorial videos? I can't tell if that's going to work, since I have no experience with OPPO phones, but this one seems interesting.
Click to expand...
Click to collapse
maybe that video works for realme devices but all the videos(only except 3 or 4 oppo phones those have fastboot mode given by manufacturer) in which they tell the way to unlock bootloader for oppo devices are fake except for those few i already told, although the process for different brand phones are quite same.
franta0 said:
Click edit and erase all text in it.
Click to expand...
Click to collapse
It says "Please enter a valid message."

lg k51

how do i unlock bootloader on my lg k51
How to Unlock Bootloader of LG Phones Official Method
This is the guide of LG Android Smartphones how to Unlock Bootloader of LG Phones Official Method To Unlock LG G6, LG G7, LG V30, LG V40
www.gizdev.com
I've got my hands on this phone. I've read through all of the replies and I see that @Warlockguitarman has come up with a universal mediaTek method I suppose. So far just going into what I know about LG I've been able to get into fastbootd mode very easily. After that it's a pain in the ass.
You need to download the Minimal Adb and Fastboot tools or just use the latest platform tools. For the people who didn't read the previous posts, the command to reboot to fastboot, is:
Code:
adb reboot fastboot
You'll be rebooted to fastbootd, which is fastboot but moved to the userspace to allow for "flawless" system tweaks.
In fastbootd you can't do much until you've already updated you're drivers from the Device manager. You'll wanna update the LG K500 device I believe. This is the weird part because I can't seem to get consistent results.
Originally I tried using Android Bootloader Interface driver to talk to the device and I noticed that I was getting a HAL issue. Which meant that my cable or driver was messed up. So naturally I tried the LG Adb drivers next. And this time I kept getting (No Link). I then tried searching for some OEM commands. In our devices case, they're hidden by our carriers. So there's not much we can do about that.
On LG's official developer website for unlocking the bootloader, the command to get the OEM unlock code is "fastboot oem device-id". So I tried this as well, and I get a combo of the 2 errors from above. I need more tests from others. If you need help with getting to fastbootd or getting your device to showup in fastboot just ask. We'll help(or at least I will)
On top of everything else, I believe that in order to unlock the bootloader we have to put the device in emergency download mode so that we can dump the full rom of our devices using some low level mediatek interface perhaps. If we can dumb the bootloader, we can extract the hidden OEM commands to see exactly what we need to see. And as @Warlockguitarman says, one of the main issues in getting root is disabling dm-verity. Or boot verification in vbmeta.img.
You can get root without disabling avb, you use patched magisk boot.img and flash in fastbootd, I have my bootrom and preloader dumped and fully understand how the unlock is done, but the correct signature needs to be done to the modified seccfg to be able to flash it to correctly unlock the bootloader and so far only paid tools can do this for the time being... and on the HAL error, that is because fastbootd removes oem commands, so no oem unlock command will work, the seccfg holds the bootloader lock and unlock info an 01 needs to be changed to an 03 and then flashed back. So far only bootrom allows the seccfg.img to be flashed and it requires the correct signature. Check out the mtkclient tool.
GitHub - bkerler/mtkclient: MTK reverse engineering and flash tool
MTK reverse engineering and flash tool. Contribute to bkerler/mtkclient development by creating an account on GitHub.
github.com
The tool works for the k51! Go unlock your bootloaders
greetings again mr.warlockwizardguitarman...if you could spare the time..and possible,list the steps for the mtk bootloader unlock for the k51,???couple paragraphs or such,in which you did this...ill be able to figure everything out from there,just a lil garbled r.now..learning to much to quickly,and no experience...lol phew..like i said b4,just started doing the phones from computers,,but,i know py.c,java so,just tryn to put it all together...if you woud be so kind t.y.
How to unlock bootloader and root the LG Stylo 6 and K51 K61 and other K model LG devices
STYLO 6 MTKCLIENT INSTRUCTIONS FOR FLASHING, BACKING UP, UNLOCKING THE BOOTLOADER, AND ROOTING ON WINDOWS 10/11: !!!WARNING!!! ATTEMPT THIS AT YOUR OWN RISK, READ THE FULL TUTORIAL BEFORE YOU START!!! I AM NOT RESPONSIBLE FOR ANY BRICKED...
forum.xda-developers.com
..
I have a Lg k41s
with root with and bootloader unlocked, in
android 9, I could get into the recovery stock,
aply update-from adb, but what the adb said; drive does not load into the directory.
but on android 10 all the stars disappeared, and the powers of heaven were shaken ,, the recovery disappeared does not enter, if you can give me a light, as I enter the fastboot, please

U316AT wiko life 3 assurance wireless phone

Wiko life 3
Tryed
fastboot OEM unlock , fastboot OEM-unlock ,
fastboot OEM_unlock , fastboot oem unlock ,
fastboot oem-unlock , fastboot oem_unlock ,
fastboot flashing unlock .
fastboot Flashing get_unlock_ability
returns;
0 not unlockable.
When I began I was able to get it into an energy down load mode but, have not been able to again
1) So how is this phone flashed
2) Is there a recovery that can be used on it
3) How is it rooted
You ever figure this out? Got the same phone and wanted to play with it properly.
Edit: I'm not seeing the OEM Unlock switch under device settings/developer settings. Completely missing for me.
Not sure if you have ran across any method yet but this will probably do it for you. I just got this phone but I have not looked to see if it has an mtk processor that is compatible with the program. I have used it to root a couple of other wikos but not the bootloader. Anyways here is the link to the program. https://github.com/bkerler/mtkclient
I personally could not get it to work in windows because of the USB drivers the site says to use gave me a bsod. If you search on here for rooting the wiko u307as I posted about my experience with the software. I wish I knew about this program years ago.
hey guys mtkclient will unlock the bootloader but make sure to back up the original firmware with mtkclient before you change anything, i got ahead of myself, i forgot to make a backup, i tried to flash gsi, now im stuck in bootloop without the stock firmware to fix it.
Does anyone know how to get a Wiko Life3 to connect to a PC windows 7 USB drivers not available and cant even get it to connect to any tools.

[YOU ARE AWESOME IF CAN DO THIS] bootloader/fastboot issue

I've just got Realme GT2 PRO (RMX3300) (China ROM) and I need to flash the global ROM on it. but with all of my knowledge and hours and days wasted trying to flash the global ROM I am still unable to.
my main problem is that the phone doesn't have fastboot or bootloader !!!, I honestly never seen a phone that doesn't have a bootloader, and accessing it is necessary to flash a ROM or Unlocking the bootloader
here are some of the things i tried:
1- turning off the phone then holding the VOLUME DOWN and POWER BUTTON (AS SHOWN IN THE PICTURE) only puts me in recovery mode
2- using commands such adb reboot bootloader just restart the phone and shows a weird Chinese text for a split second (AS SHOWN IN THE VIDEO)
3- tried installing DEEP TESTING app but it gives me this error (AS SHOWN IN THE PICTURE)
I am honestly very desperate at this point and I am willing to pay anyone who manages to fix this issue
Tl;dr : can't go into bootloader/fastboot
Mr.pizza said:
my main problem is that the phone doesn't have fastboot or bootloader !!!, I honestly never seen a phone that doesn't have a bootloader, and accessing it is necessary to flash a ROM or Unlocking the bootloader
Click to expand...
Click to collapse
Each computer so also every Android phone ( regardless of brand / model ) has a bootloader. Whether Google's Fastboot tool is supported or not on Android phone depends on brand / model: e.g. Samsung does NOT support it whereas Realme does.
See also here:
How to Unlock Bootloader of Realme GT2 Pro? – (Easy Method)
Do you want to Unlock the Bootloader of Realme GT2 Pro? We have shared the Easiest Method.
androidcatch.com

Categories

Resources