Hey all!
I've installed Google USB drivers, and Android SDK manager.
And some packages involving 4.4
When I shift+right click in sdk/platform-tools cmd comes up as prompted, to test to see if the drivers were working I typed "fastboot devices"
a number came up and and fastboot immediately after that. So far so good, now I type flash-all.bat. It goes through, and stops after flashing radios.
Any ideas?
HUNTERANGEL121 said:
Hey all!
I've installed Google USB drivers, and Android SDK manager.
And some packages involving 4.4
When I shift+right click in sdk/platform-tools cmd comes up as prompted, to test to see if the drivers were working I typed "fastboot devices"
a number came up and and fastboot immediately after that. So far so good, now I type flash-all.bat. It goes through, and stops after flashing radios.
Any ideas?
Click to expand...
Click to collapse
Take a screenshot about the cmd window when it stops at the radio
bitdomo said:
Take a screenshot about the cmd window when it stops at the radio
Click to expand...
Click to collapse
{
"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"
}
extract the zip in that folder
and type these commands:
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot format userdata
fastboot flash userdata userdata.img
fastboot format cache
fastboot flash cache cache.img
fastboot reboot
@HUNTERANGEL121
bitdomo said:
extract the zip in that folder
and type these commands:
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot format userdata
fastboot flash userdata userdata.img
fastboot format cache
fastboot flash cache cache.img
fastboot reboot
@HUNTERANGEL121
Click to expand...
Click to collapse
Thanks!
It's flashing now!
Related
Well i downloaded the new developer preview for m
and tried to flash the usual way
Then i encountred this error
{
"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"
}
tried running cmd in admin mode too, no effect.
The method i used is as follows
I extract the zip in the folder to get access to the images inside and then flashed them manually.
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash recovery recovery.img
fastboot flash system sysytem.img (did not work)
fastboot flash userdata userdata.img
Click to expand...
Click to collapse
Running Fastboot and adb v 1.4 from here
http://forum.xda-developers.com/showthread.php?t=2588979
Kindy someone assist thank you
Your image doesn't show
Sent from my Android M Nexus 5 yo!
Try to reboot to your bootloader, and then flash system.img.
Schoat333 said:
Try to reboot to your bootloader, and then flash system.img.
Click to expand...
Click to collapse
i try this and still get the error
Schoat333 said:
Try to reboot to your bootloader, and then flash system.img.
Click to expand...
Click to collapse
I tired that.
I actually even tried restarting the bootloader after flashing every component.
Seems this fastboot has some issues with android m.
Can anyone who has flashed it provide some input.
Sent from my A0001 using XDA Free mobile app
I had the same problem. Not just with android M, other Google OEM Roms. I was only able to get it to work by doing it on my Mac. I would think that Linux would have no problem either.
I had no issues flashing M through fastboot - even used flash-all.sh.
I couldn't get M to boot until I individually erased each part using fastboot, and then individually flashed each part, extracted from Google's zip, also using fastboot.
lnchbx said:
I had the same problem. Not just with android M, other Google OEM Roms. I was only able to get it to work by doing it on my Mac. I would think that Linux would have no problem either.
Click to expand...
Click to collapse
I can't get it to work on my Mac! I keep getting the data length too large error when trying to flash system.mg. Everywhere I've looked has said update the sdk, but I'm on the latest version.
theChief_ said:
I can't get it to work on my Mac! I keep getting the data length too large error when trying to flash system.mg. Everywhere I've looked has said update the sdk, but I'm on the latest version.
Click to expand...
Click to collapse
You need to pass the '-s' argument to fastboot to be able to flash system.
Redownload the file could be corrupt. Only other thing try using mfastboot(google it)
I am running Cyanogen 12.0-YNG1TAS0W0 (Android 5.0.2) on my YU Yureka. I have also attached a screenshot of my "About phone" section below,
{
"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"
}
BTW my phone's Bootloader is Unlocked & I have also Rooted it.
I have downloaded the "Signed fastboot flashable zips" from a YU Forum Thread (http://forums.yuplaygod.com/threads/yu-yureka-rom-ota-mirrors-for-official-cyanogen-roms-ota-updates.12558/). I have attached a picture of the Thread below,
The name of the file is "cm-12.0-YNG1TAS1K0-tomato-signed-fastboot.zip". I have attached a picture of the contents of this zip file below,
Can anyone please tell me how to flash this zip to my Yureka using fastboot command prompt (I have latest version of fastboot & adb along with up to date working drivers)? I mean what are the commands that I need to enter to successfully flash this zip to my phone? Or is there any other method to flash it?
Will these steps work,
1. Turn off phone after Enabling "Android debugging"
2. Connect to PC using USB Cable. When Red LED glow press Volume Up button to enter FASTBOOT mode
3. Copy the "cm-12.0-YNG1TAS1K0-tomato-signed-fastboot.zip" to the same folder where fastboot & adb are located
4. Open command prompt from the folder where fastboot & adb are there // Pressing Shift & Right Click
5. Type these commands,
fastboot -i 0x1ebf flash cm-12.0-YNG1TAS1K0-tomato-signed-fastboot.zip
fastboot reboot
OR
3a. Extract the contents of "cm-12.0-YNG1TAS1K0-tomato-signed-fastboot.zip" to the folder where fastboot & adb are located
5a. Type these commands,
fastboot -i 0x1ebf flash boot boot.img
fastboot -i 0x1ebf flash modem NON-HLOS.bin
fastboot -i 0x1ebf flash recovery recovery.img
fastboot -i 0x1ebf flash system system.img
fastboot -i 0x1ebf flash userdata userdata.img
fastboot reboot
OR
5b. Type these commands,
fastboot -i 0x1ebf flash "All the name inside the zip" // Excluding quotes
fastboot reboot
OR
5c. Type these commands,
fastboot -i 0x1ebf flash "Some of the name inside the zip" // Excluding quotes
fastboot reboot
OR
5d. Something else entirely
Hi, the best place to ask to ask is in your device's specific forum here, http://forum.xda-developers.com/yureka They are the experts on your device.
Thread closed.
Hey there,
I´ve received my used Oppo today and couldn´t do stuff with it so I decided to flash it with CM13 and after some more things I did, I couldn´t restore my backups properly anymore (why I find odd and this has never happened to me before). Then I decided to switch back to ColorOS 2 following the instructions on oppoforums.com. Somehow I think that when I finished step 4: To make a clean install please select "Wipe data and cache", press "Yes" when it's done. my entire internal storage was wiped :-/ instead of wiiping data and cache it turned off and on and so on....it didn´t boot into ColorOS so I went with booting into TWRP again. There I found that I can only see some folders of Interal Storage
{
"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"
}
(open in new tab). I managed to adb-move the file "cm-13.0-20160311-NIGHTLY-r7plus.zip" into /sdcard and tried to install it from there which it apparently does successfully
.
When I click reboot -> system it still boots into TWRP everytime :crying:
How can I boot into an OS again? My computer recognizes my phone and I have adb access.
hmm... try use msm download tool
I have the same issue couple of days before... do this
Download Stock Recovery.
Boot in to fastboot
and flash stock recovery using this command fastboot flash recovery stock.img
After flash use command fastboot reboot
if you see wiping data and gone black screen then follow this....
Use this command. fastboot boot stockrecovery.img
now you can boot to stock recovery and you will see fully loaded wiping bar and it shoul reboot the phone. Now its done.
Power of the phone by press and hold. And boot to recovery asusal u do...flash the rom.
for qurey whatsapp me +919790397283
sriszone said:
I have the same issue couple of days before... do this
Download Stock Recovery.
Boot in to fastboot
and flash stock recovery using this command fastboot flash recovery stock.img
After flash use command fastboot reboot
if you see wiping data and gone black screen then follow this....
Use this command. fastboot boot stockrecovery.img
now you can boot to stock recovery and you will see fully loaded wiping bar and it shoul reboot the phone. Now its done.
Power of the phone by press and hold. And boot to recovery asusal u do...flash the rom.
for qurey whatsapp me +919790397283
Click to expand...
Click to collapse
Thanks, this actuually did it for me! I tried adb sideload, but that didn´t work.
https://goo.gl/photos/vSRMhRjyxr4MW8CA7
No ... Dont side load.
Just boot to twrp. Not flash.
Go to Fastboot. and boot . use this command. fastboot boot twrp.img
then you can mount internal storage.
{
"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"
}
Hello fellow BLACK owners, I know that HIVE has not got an update for a long time and is full of bugs but today I present you guys TWRP 3.0.2-2 for XOLO BLACK
CHANGELOG
Code:
TWRP 3.0.2-2:
Changed mount points.
TWRP 3.0.2-1:
Fixed a mount issue.
----
What works?
Everything, as far as I've tested it, everything works fine
----
Any bugs?
I haven't found any! If you do, please report.
----
How to flash?
Make sure you have unlocked your bootloader, guide can be found here.
Download, install and open Minimal ADB and Fastboot.
Execute adb reboot bootloader and your device will reboot into fastboot mode with the XOLO logo showing up. To ensure that your device is connected execute fastboot devices command and your device should be listed.
Download TWRP 3.0.2-2 for BLACK and then place it inside the Minimal ADB and Fastboot folder which could be found at C:\Program Files (x86)\Minimal ADB and Fastboot
Now execute fastboot boot twrp-3.0.2-2-black.img (If you don't want to flash the recovery and want to test it out before you do) and the device will temporarily boot into recovery mode.
If you want the recovery image to be flashed to your device then execute fastboot flash recovery twrp-3.0.2-2-black.img
Now, to reboot normally, execute fastboot reboot
How to reboot into TWRP recovery?
When your device is booted up normally, you can go to recovery mode via adb reboot recovery command or using third party apps which offer reboot options.
When your device is powered off, you can reboot to recovery by pressing both volume keys at the same time + power key.
----
CONTRIBUTORS
Me
lj50036 (Huge contribution, thank you!)
----
SOURCE
https://github.com/lj50036/android_device_xolo_black
----
NOTE: The tutorial part was a bit copied from here, sorry, I'm a bit lazy hehehe.
MINE!!!
lj50036 said:
MINE!!!
Click to expand...
Click to collapse
hello my oneplus 6 has been blocked on fastboot mode.:crying:
the problem is that I format the phone system with the twrp by mistake. now the phone is empty neither system nor twrp. I tried several methods like msmdownloadtool but the phone does not connect.
i tried to install the twrp with the command prompt when i put the command adb devices the list of phones attached remains empty.
please help me
{
"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"
}
Try too flash stockrom via fastboot, following this thread https://forum.xda-developers.com/oneplus-6/how-to/rom-stock-fastboot-roms-oneplus-6-t3796665
Please read the instruction carefully.
elbachiri said:
hello my oneplus 6 has been blocked on fastboot mode.:crying:
the problem is that I format the phone system with the twrp by mistake. now the phone is empty neither system nor twrp. I tried several methods like msmdownloadtool but the phone does not connect.
i tried to install the twrp with the command prompt when i put the command adb devices the list of phones attached remains empty.
please help me
Click to expand...
Click to collapse
in fast boot mode, only fastboot commands work like "fastboot boot twrp.img" will boot you into twrp
MrSteelX said:
in fast boot mode, only fastboot commands work like "fastboot boot twrp.img" will boot you into twrp
Click to expand...
Click to collapse
When i try the commands fastboot boot twrp.img
The commands gives me failed:error
elbachiri said:
hello my oneplus 6 has been blocked on fastboot mode.:crying:
the problem is that I format the phone system with the twrp by mistake. now the phone is empty neither system nor twrp. I tried several methods like msmdownloadtool but the phone does not connect.
i tried to install the twrp with the command prompt when i put the command adb devices the list of phones attached remains empty.
please help me
Click to expand...
Click to collapse
how Is your phone recognized?
°Washy said:
how Is your phone recognized?
Click to expand...
Click to collapse
Recognized like android phone
despite the drivers are installed
ndp_singe said:
Try too flash stockrom via fastboot, following this thread https://forum.xda-developers.com/oneplus-6/how-to/rom-stock-fastboot-roms-oneplus-6-t3796665
Please read the instruction carefully.
Click to expand...
Click to collapse
https://ibb.co/ctgDjft
extract the images.zip (on the same directory - not a sub directory i.e images\ ).
extract Others_flashall.zip.
Your directory will look like this:
then run flash-all-partitions.bat.
Warning: that will wipe all your data
thanks i put the .bat files in the official rom 9.0.2 Oxyegen.rar
after I install the rom with the program tool all in one.
now all its running well thanks for your help