Huwaei y6 2018 (ATU-L21) - Huawei Y6 Questions & Answers

How To Unlock Bootloader ??

baksio45 said:
How To Unlock Bootloader ??
Click to expand...
Click to collapse
Maybe too late or you will never gonna see this, but you can try to bruteforce it:
1- Install ADB Universal drivers in your Windows PC (Linux not needed).
2- Download ADB and Fastboot programs.
3- git clone https://github.com/Martazza/Huawei-Bootloader-Unlocker.git and compile it.
4- Connect your phone and reboot it into fastboot, (adb reboot bootloader).
5- Make sure the device is recognized in fastboot mode with (fastboot devices).
6- Start the bruteforcer and wait until complete.

Related

[Help] can't install custom recovery on Lenovo Vibe C at all!

Hello
A newbie here ...
My new phone "Lenovo Vibe C (A2020)" does not allow me to install any kind of custom recovery on it, I tried the following methods ...
1- SP Flash Tool: doesn't detect my phone at all, even after installing all drivers (Qualcomm, MTK, Etc ,,, ).
2- Adb and fastboot: whenever I try to flash a recovery, it only shows (waiting for a device) command, even after being detected by "adb devices" command, and showing device ID.
3- flashing apps: I used flashify and thrasher, at the beginning they both show a successful flashing process, up until rebooting to recovery, then only shows "Lenovo" logo for a second right before turning the phone off.
that's what i did, any help would be appreciated.
Note: the phone isn't even indexed in the site's database ... I wonder why!
You should unlock the bootloader first after rooting your device
Hello there. I do hope that you can still boot your device normally. If you can, please do make a backup of your rom.
(a) Download and install the latest driver for your device
(b) Download the latest adb and fastboot tool (I recommend Minimal ADB and Fastboot)
(c) Download the custom recovery image. Save/copy it on the root directory of your ADB and Fastboot folder.
(d) In your device, go to settings > developer > enable oem unlocking and usb debugging (which is I guess you already did).
(e) Now open your terminal/cmd: adb reboot bootloader (this will boot your device in fastboot)
(f) In terminal/cmd: fastboot oem unlock (or fastboot oem unlock-go)
(g) Now flash the custom recovery: fastboot flash recovery "recovery.img"
***I suggest you try first if the custom recovery image works: fastboot boot recovery.img
(h) Reboot into recovery and check if it works.
Ospider said:
Hello
A newbie here ...
My new phone "Lenovo Vibe C (A2020)" does not allow me to install any kind of custom recovery on it, I tried the following methods ...
1- SP Flash Tool: doesn't detect my phone at all, even after installing all drivers (Qualcomm, MTK, Etc ,,, ).
2- Adb and fastboot: whenever I try to flash a recovery, it only shows (waiting for a device) command, even after being detected by "adb devices" command, and showing device ID.
3- flashing apps: I used flashify and thrasher, at the beginning they both show a successful flashing process, up until rebooting to recovery, then only shows "Lenovo" logo for a second right before turning the phone off.
that's what i did, any help would be appreciated.
Note: the phone isn't even indexed in the site's database ... I wonder why!
Click to expand...
Click to collapse
Check my thread for custom marshmallow rom and twrp recovery .
https://forum.xda-developers.com/android/general/bliss-rom-lenovo-vibe-c-a2020a40-t3567812
rolland.arriza said:
Hello there. I do hope that you can still boot your device normally. If you can, please do make a backup of your rom.
(a) Download and install the latest driver for your device
(b) Download the latest adb and fastboot tool (I recommend Minimal ADB and Fastboot)
(c) Download the custom recovery image. Save/copy it on the root directory of your ADB and Fastboot folder.
(d) In your device, go to settings > developer > enable oem unlocking and usb debugging (which is I guess you already did).
(e) Now open your terminal/cmd: adb reboot bootloader (this will boot your device in fastboot)
(f) In terminal/cmd: fastboot oem unlock (or fastboot oem unlock-go)
(g) Now flash the custom recovery: fastboot flash recovery "recovery.img"
***I suggest you try first if the custom recovery image works: fastboot boot recovery.img
(h) Reboot into recovery and check if it works.
Click to expand...
Click to collapse
But how about a person WITHOUT PC? Including me.

Help device doesn't show in ADB (bootloader unlocked)

At first, I installed the Windows 10 drivers and the first time I put my phone in Fastboot & Rescue mode it showed up on the ADB and I could unlock the bootloader, then I wanted to install TWRP but now the device doesn't show up anymore in the bootloader mode... Any ideas? I also tried Ubuntu with no success But I can clearly see it in the device manager.
What does the command "fastboot devices", when in fastboot obviously, return?
Estatus del problema
Hi i have the same problem can you to resolve it???
m4xxi said:
At first, I installed the Windows 10 drivers and the first time I put my phone in Fastboot & Rescue mode it showed up on the ADB and I could unlock the bootloader, then I wanted to install TWRP but now the device doesn't show up anymore in the bootloader mode... Any ideas? I also tried Ubuntu with no success But I can clearly see it in the device manager.
Click to expand...
Click to collapse

Help Rooting Galaxy J7 Prime

I am having trouble rooting my Galaxy J7 Prime sm-j727t
Every Odin version I use with every TWRP tar file I try to use doesn't work. They either Fail or Odin stops responding when I try to load the tar file into the AP.
I've tried just using the CF Auto Root and those fail as well.
Any ideas what the issue is? I've been trying for two days with no success
Is your bootloader unlocked?
Emir Çetin said:
Is your bootloader unlocked?
Click to expand...
Click to collapse
I thought Samsung phones come with bootloader unlocked already??
BramaKnox said:
I thought Samsung phones come with bootloader unlocked already??
Click to expand...
Click to collapse
You can check bootloader with dialer (search it).
Of phone has fastboot mode you can check bootloader with fastboot commands (search it too)
Emir Çetin said:
You can check bootloader with dialer (search it).
Of phone has fastboot mode you can check bootloader with fastboot commands (search it too)
Click to expand...
Click to collapse
When I put the phone in FastBoot mode I have the following options
Reboot System Now
Reboot to Bootloader
Apply update from ADB
Apply Update from SD card
Wide data/factory reset
Wipe Cashe partition
Mount /system
View recovery logs
Run graphics test
Power off
Lacking storage booting
1-Install your phones drivers on your PC.
2-Install adb and fastboot tools. https://www.addictivetips.com/android/download-adb-and-fastboot/
3-Reboot to fastboot.
4-Connect your phone with USB cable.
5-Open command prompt in adb and fastboot folder
6-Type fastboot devices (If you don't see your device there is a problem in drivers or fastboot)
7-Type fastboot oem device-info
You can check your bootloader status in that screen.
Emir Çetin said:
1-Install your phones drivers on your PC.
2-Install adb and fastboot tools. https://www.addictivetips.com/android/download-adb-and-fastboot/
3-Reboot to fastboot.
4-Connect your phone with USB cable.
5-Open command prompt in adb and fastboot folder
6-Type fastboot devices (If you don't see your device there is a problem in drivers or fastboot)
7-Type fastboot oem device-info
You can check your bootloader status in that screen.
Click to expand...
Click to collapse
Am I doing something wrong here ? see attached for screnshot
Emir Çetin said:
1-Install your phones drivers on your PC.
2-Install adb and fastboot tools. https://www.addictivetips.com/android/download-adb-and-fastboot/
3-Reboot to fastboot.
4-Connect your phone with USB cable.
5-Open command prompt in adb and fastboot folder
6-Type fastboot devices (If you don't see your device there is a problem in drivers or fastboot)
7-Type fastboot oem device-info
You can check your bootloader status in that screen.
Click to expand...
Click to collapse
I tried a some other steps. Tried using the video on youtube on a tut. When I get to the oem unlock I just get stuck with a msg sayng "waiting for any device" my device is plugged in, from what I know I have updated the samsung drivers (from previous attempt of other methods) the adb bootloader cmd did put my phone into fastboot mode
(White box, blue arrow point down with a straight line under the point)
(Blue screen with Downloading...)
do not turn off target
What am I missing here?
I tried rooting TWRP 3.2.3. with Odin on the phone again and it still failed
Does anyone else have any more insight to a possible solution?
Have you checked bootloader with dialer?
BramaKnox said:
I am having trouble rooting my Galaxy J7 Prime sm-j727t
Every Odin version I use with every TWRP tar file I try to use doesn't work. They either Fail or Odin stops responding when I try to load the tar file into the AP.
I've tried just using the CF Auto Root and those fail as well.
Any ideas what the issue is? I've been trying for two days with no success
Click to expand...
Click to collapse
Witch android you are?

Infinix Hot 8 Root Help

please some can you help with the porting of twrp for this phone
even some help with official firmware v217 then we can root with magiusk and recovery image
this phone has the mtk processor MT6765
Infinix hot 8 pliss, i can instal twrp
Yes, help sir ? :good:
Infinix Hot 8 Need Support
Please really need support for root and twrp for this device,, this device is really nice,,
guys again some try and get the firmware v217 so we can extract the boot.img for magisk
i hope a update is coming soon plan to get thta to find this boot.img
online the v174 firmware is not the same
OTA Update for Infinix
X650C-H626DE-P-191005V224.zip
240Mb
capture via usbdebugg
http://www.mediafire.com/file/24dmq3hk7wbu6b3/X650C-H626DE-P-191005V224.zip/file
Mtk(mediatek) processor devices are not supported by custom ROM developers. Don't expect custom rom support for hot infinix 8. Sorry.
Did anyone try Readback in SP Flash tool? So far, I have not been successful in doing so.
got it
To unlock Bootloaded withour error in Fastboot use command
fastboot flashing unlock
and then on the phone select volume up key to acknowledge
phone is booted into fresh android
and now rooted with magisk
thnx guys all done for now
off topic if you have a pihole on rasberry pie you can see that this phone is THE WORST i do mean UTTER DISREGUARD for user privacy and send EVERYTHING and i mean EVERTHING home to china
included is user app usage
user data
crash analytics
with root i will NOW TAKE CARE to THIS
any one needs boot.img modified for firmware 216 for magisk root will upload it
darylzero said:
phone is booted into fresh android
and now rooted with magisk
thnx guys all done for now
off topic if you have a pihole on rasberry pie you can see that this phone is THE WORST i do mean UTTER DISREGUARD for user privacy and send EVERYTHING and i mean EVERTHING home to china
included is user app usage
user data
crash analytics
with root i will NOW TAKE CARE to THIS
any one needs boot.img modified for firmware 216 for magisk root will upload it
Click to expand...
Click to collapse
Screenshots
and UPLOAD THE orignal+patched BOOT.img
With complete VERSION INFO
Sent from my Infinix-X650C using XDA Labs
Boot.img Magisk patched
https://www.mediafire.com/file/0nzyd8t9yu8vqpd/magisk_patched.img/file
Original Boot.img
http://www.mediafire.com/file/32gtumg9q6r46bi/boot.img/file
downloaded the uploaded firmware from google drive v236 i think
used techno tool to flash this to phone to VERIFY the firmwareis good and proper
once the firmware was verified and phone booted i uploaded the boot.img from that firmware v236 to magisk on phone and patched it
got this patched boot.img back to computer
now for the flashing part
install ADB drivers
on phone activate usb debug and oem unlock in developer mode in settings
check ADB is working and sees phone n computer via usb with command
"adb shell"
shouls show a valid response indicating phone is ADB ready
next get it into Fastboot mode with command
"adb reboot bootloader"
wait till phone reboots into fastboot mode check fastboot mode is active with this command
"fastboot devices"
now to unlock bootloader in fastboot else it will give error
use command
"fastboot flashing unlock "
this will also give a acknowledge on the phone that BOOTLOADER will now b unlocked and press volume up to agree
once bootloader is unlocked in fast boot next it to flash the magisk boot.img patched
i have uploaded this to medifire please download
place this file named
magisk_patched.img on desktop
use command boot
"fastboot flash boot (( need to drag and drop the file magisk_patched.img from desktop here ))"
wait till magic is done
after use to
"fastboot reboot "
after phone reboot it will b factory reset and rooted check root with magisk manager installed
root checked verified
https://www.mediafire.com/view/a2ivwbm530gdb9v/Screenshot_20191210-122733.png/file
Thank you very much.
My phone now has root access
Are you installed TWRP Recovery in your device.???
darylzero said:
Boot.img Magisk patched
https://www.mediafire.com/file/0nzyd8t9yu8vqpd/magisk_patched.img/file
Original Boot.img
http://www.mediafire.com/file/32gtumg9q6r46bi/boot.img/file
downloaded the uploaded firmware from google drive v236 i think
used techno tool to flash this to phone to VERIFY the firmwareis good and proper
once the firmware was verified and phone booted i uploaded the boot.img from that firmware v236 to magisk on phone and patched it
got this patched boot.img back to computer
now for the flashing part
install ADB drivers
on phone activate usb debug and oem unlock in developer mode in settings
check ADB is working and sees phone n computer via usb with command
"adb shell"
shouls show a valid response indicating phone is ADB ready
next get it into Fastboot mode with command
"adb reboot bootloader"
wait till phone reboots into fastboot mode check fastboot mode is active with this command
"fastboot devices"
now to unlock bootloader in fastboot else it will give error
use command
"fastboot flashing unlock "
this will also give a acknowledge on the phone that BOOTLOADER will now b unlocked and press volume up to agree
once bootloader is unlocked in fast boot next it to flash the magisk boot.img patched
i have uploaded this to medifire please download
place this file named
magisk_patched.img on desktop
use command boot
"fastboot flash boot (( need to drag and drop the file magisk_patched.img from desktop here ))"
wait till magic is done
after use to
"fastboot reboot "
after phone reboot it will b factory reset and rooted check root with magisk manager installed
root checked verified
https://www.mediafire.com/view/a2ivwbm530gdb9v/Screenshot_20191210-122733.png/file
Click to expand...
Click to collapse
Are you installed TWRP Recovery in your device.i want TWRP recovery.can I install TWRP recovery after root my device.tel me.
https://forum.xda-developers.com/android/help/infinix-hot-8-t3986799/post80598837
Check this Thread for complete guide on
* UNLOCKING-BOOTLOADER
* ROOTING
* TWRP
* OPTIMIZATION
* UN-BRICKING
* CUSTOM-ROM
Sent from my Infinix-X650C using XDA Labs
How can I root my infinix hot 8 v x650D
Misbahu said:
How can I root my infinix hot 8 v x650D
Click to expand...
Click to collapse
Same method as I stated above.. just use compatible TWRP
Sent from my Infinix-X650C using XDA Labs
darylzero said:
Boot.img Magisk patched
https://www.mediafire.com/file/0nzyd8t9yu8vqpd/magisk_patched.img/file
Original Boot.img
http://www.mediafire.com/file/32gtumg9q6r46bi/boot.img/file
downloaded the uploaded firmware from google drive v236 i think
used techno tool to flash this to phone to VERIFY the firmwareis good and proper
once the firmware was verified and phone booted i uploaded the boot.img from that firmware v236 to magisk on phone and patched it
got this patched boot.img back to computer
now for the flashing part
install ADB drivers
on phone activate usb debug and oem unlock in developer mode in settings
check ADB is working and sees phone n computer via usb with command
"adb shell"
shouls show a valid response indicating phone is ADB ready
next get it into Fastboot mode with command
"adb reboot bootloader"
wait till phone reboots into fastboot mode check fastboot mode is active with this command
"fastboot devices"
now to unlock bootloader in fastboot else it will give error
use command
"fastboot flashing unlock "
this will also give a acknowledge on the phone that BOOTLOADER will now b unlocked and press volume up to agree
once bootloader is unlocked in fast boot next it to flash the magisk boot.img patched
i have uploaded this to medifire please download
place this file named
magisk_patched.img on desktop
use command boot
"fastboot flash boot (( need to drag and drop the file magisk_patched.img from desktop here ))"
wait till magic is done
after use to
"fastboot reboot "
after phone reboot it will b factory reset and rooted check root with magisk manager installed
root checked verified
https://www.mediafire.com/view/a2ivwbm530gdb9v/Screenshot_20191210-122733.png/file
Click to expand...
Click to collapse
I have an Infinix Hot 8 X650B.
I am trying to root the device. I have installed all ADB required files and the drivers.
The computer detects the drivers and the device is showing in ADB Device list.
But it's not being listed in fastboot devices check, and no fastboot command is working.
Please what can I do?
Papichoolo said:
I have an Infinix Hot 8 X650B.
I am trying to root the device. I have installed all ADB required files and the drivers.
The computer detects the drivers and the device is showing in ADB Device list.
But it's not being listed in fastboot devices check, and no fastboot command is working.
Please what can I do?
Click to expand...
Click to collapse
Try Installing driver's on an different computer and check if it loads to fastboot.
Sent from my Infinix-X650C using XDA Labs
AshhRED said:
Try Installing driver's on an different computer and check if it loads to fastboot.
Sent from my Infinix-X650C using XDA Labs
Click to expand...
Click to collapse
I tried on a different PC with Windows 7, same issue. ADB Loads and detects, but fastboot doesn't.
It shows under ADB Devices but when I type, adb reboot bootloader.
The phone goes into fastboot mode, but isn't detected when using command, fastboot devices.
Drivers and eveything is setup correct on it too.

android 10 or 11 for wiko wim lite

I would like to install Android 11 or 10 on wiko wim lite, can you show me how to do it please?
notsmartphone said:
I would like to install Android 11 or 10 on wiko wim lite, can you show me how to do it please?
Click to expand...
Click to collapse
If
OEM unlock
Bootloader unlock
are sucessfully performed, then you flash an update/upgrade of Android OS via ADB
Code:
adb reboot recovery
adb sideload <FIRMWARE.ZIP>
jwoegerbauer said:
If
OEM unlock
Bootloader unlock
are sucessfully performed, then you flash an update/upgrade of Android OS via ADB
Code:
adb reboot recovery
adb sideload <FIRMWARE.ZIP>
Click to expand...
Click to collapse
KarlaPatton said:
I only prefer to use android 10 because of the great features it offers.
Click to expand...
Click to collapse
Thank you Karla and jwoegerbauer
now i can try upgrade to android 10 ,
then I'll try to update it tonight, because this phone need a change ,
if I understand correctly through the developer options I can unlock it , not software need , and then download adb for computer and connect the phone , but I don't have to download anything ? no rom ? does it update automatically ? if you have to upload some files, can you give me the link please there are too many files around the net ? thank you
@notsmartphone
Those are the steps
Find in Internet Android version that's suitable to your phone - FYI: I do NOT search for it - and download it onto PC
In phone's Developer options turn on OEM unlock and USB debugging and re-boot phone
On PC download and install ADB & Fastboot driver matching your phone from OEM's/Carrier's website.
Connect phone and computer by USB-cable what you got with phone.
Check connection
Code:
adb devices
Reboot phone into the bootloader
Code:
adb reboot bootloader
Check you can connect
Code:
fastboot devices
Unlock Android's bootloader
Code:
fastboot oem unlock
Reboot phone
Code:
fastboot reboot
Check unlock status
Code:
fastboot unlock-info
Reboot phone
Code:
fastboot reboot
Check connection
Code:
adb devices
Flash the downloaded Android firmware
Code:
adb sideload <FIRMWARE.ZIP>
Reboot phone
Code:
adb reboot
Happy flashing!
jwoegerbauer said:
If
OEM unlock
Bootloader unlock
are sucessfully performed, then you flash an update/upgrade of Android OS via ADB
Code:
adb reboot recovery
adb sideload <FIRMWARE.ZIP>
Click to expand...
Click to collapse
jwoegerbauer said:
@notsmartphone
Those are the steps
Find in Internet Android version that's suitable to your phone - FYI: I do NOT search for it - and download it onto PC
In phone's Developer options turn on OEM unlock and USB debugging and re-boot phone
On PC download and install ADB & Fastboot driver matching your phone from OEM's/Carrier's website.
Connect phone and computer by USB-cable what you got with phone.
Check connection
Code:
adb devices
Reboot phone into the bootloader
Code:
adb reboot bootloader
Check you can connect
Code:
fastboot devices
Unlock Android's bootloader
Code:
fastboot oem unlock
Reboot phone
Code:
fastboot reboot
Check unlock status
Code:
fastboot unlock-info
Reboot phone
Code:
fastboot reboot
Check connection
Code:
adb devices
Flash the downloaded Android firmware
Code:
adb sideload <FIRMWARE.ZIP>
Reboot phone
Code:
adb reboot
Happy flashing!
Click to expand...
Click to collapse
ok ) thanks
thanks for taking your time ,
the only thing guys, the reason why I contacted you is that I'm not in a position to find a version for the wiko wim lite, I don't really know which version to install and where to find it. I can't find anything, the only site that promised to download a version for this phone was fraudulent and installed dozens of programs on the computer, I had to do a system restore.
the alternative is to leave it as it is, but it doesn't work well with this software . android nougat 7.1
Non esiste rom per questo smartphone!
Just added some interesting device-related resources for this build request...

Categories

Resources