Please help me guys - General Questions and Answers

I have a tablet called E tab 4.This tablet sell only in my country,so I couldn't any information about it in foreign forums.My problem is my tablet stuck in fastboot mode.I tried to push power button and vol up button same time 30 second but didn't help.And I tried to remove my battery and it didn't help either. I can't switch recovery mode or something like that.I tried to flash TWRP and orijinal recovery in fastboot mode but it didn't help.Gave me this error:Failed 'recovery' integrity check fail.How can I solve this?Please help me guys
Sorry for my bad English.I hope you understand my problem
Regards

alali44 said:
I have a tablet called E tab 4.This tablet sell only in my country,so I couldn't any information about it in foreign forums.My problem is my tablet stuck in fastboot mode.I tried to push power button and vol up button same time 30 second but didn't help.And I tried to remove my battery and it didn't help either. I can't switch recovery mode or something like that.I tried to flash TWRP and orijinal recovery in fastboot mode but it didn't help.Gave me this error:Failed 'recovery' integrity check fail.How can I solve this?Please help me guys
Sorry for my bad English.I hope you understand my problem
Regards
Click to expand...
Click to collapse
1. Install ADB and Fastboot drivers in your computer.
2. Connect phone to computer.
3. Browse to the location where you installed adb & fastboot and shift+right click on empty space and select 'Open command prompt here'.
4. To check if your phone is properly connected to fastboot mode in computer, type:
Code:
fastboot devices
5. To reboot your phone into Android system from fastboot mode, type:
Code:
fastboot reboot

GokulNC said:
1. Install ADB and Fastboot drivers in your computer.
2. Connect phone to computer.
3. Browse to the location where you installed adb & fastboot and shift+right click on empty space and select 'Open command prompt here'.
4. To check if your phone is properly connected to fastboot mode in computer, type:
Code:
fastboot devices
5. To reboot your phone into Android system from fastboot mode, type:
Code:
fastboot reboot
Click to expand...
Click to collapse
First of all thank you for ur fast answer but i already do what you say.I wrote before my tablet stuck fastboot mode.When I write fastboot reboot code in cmd,tablet restart but still fastboot mode.

Related

Asus Zenfone 5 unbrick.. help me!

I update the phone SKU = TW to WW, in the process of updating the device stands at around 30%, which does not run on the next stop. I waited over 30 minutes still the same and I reset the phone and the result is brick, just boot up black screen and USB symbol, on the discovery fastboot recovery lost.
sorry, my english bad
my zf4 stuck on usb mode too. do you solve it?
please help!!! zenfone 5 hard bootlop/bricked
please help!!! zenfone 5 hard botlop/bricked, just booting and first screen initial logo. and i dont know serial frmware use first, please guide me to fix it, thanks
jarotsakir said:
please help!!! zenfone 5 hard botlop/bricked, just booting and first screen initial logo. and i dont know serial frmware use first, please guide me to fix it, thanks
Click to expand...
Click to collapse
can you go to fastboot ? hold vol up and turn on your phone if can
download ADB Fastboot n install (google it)
download the windows zenfone 5 driver
download firmware from asus site i use V1.14.40.50 for WW
extract and you get UL-ASUS_T00F-WW-1.14.40.50-user.zip
get fastboot.img, boot.img from the zip and copy to adb folder
rename UL-ASUS_T00F-WW-1.14.40.50-user.zip and move it to adb folder
hold vol up and turn on your phone - should went to fastboot
open cmd and go to adb folder
type the following 2 lines: "fastboot flash fastboot fastboot.img" and "fastboot flash boot boot.img" (look phone screen, should say successfully for both)
go to recovery - wipe data (google zenfone recovery mode - follow the blog guide)
choose apply update from adb
from cmd above type "adb sideload <filename>.zip"
reboot n done
decatz said:
can you go to fastboot ? hold vol up and turn on your phone if can
download ADB Fastboot n install (google it)
download the windows zenfone 5 driver
download firmware from asus site i use V1.14.40.50 for WW
extract and you get UL-ASUS_T00F-WW-1.14.40.50-user.zip
get fastboot.img, boot.img from the zip and copy to adb folder
rename UL-ASUS_T00F-WW-1.14.40.50-user.zip and move it to adb folder
hold vol up and turn on your phone - should went to fastboot
open cmd and go to adb folder
type the following 2 lines: "fastboot flash fastboot fastboot.img" and "fastboot flash boot boot.img" (look phone screen, should say successfully for both)
go to recovery - wipe data (google zenfone recovery mode - follow the blog guide)
choose apply update from adb
from cmd above type "adb sideload <filename>.zip"
reboot n done
Click to expand...
Click to collapse
I can't enter fastboot mode, after I pressed power +volup, just usb logo appear on the screen
harrysuccess said:
I can't enter fastboot mode, after I pressed power +volup, just usb logo appear on the screen
Click to expand...
Click to collapse
I am a Xperia developer but I can guide you through the process.
Download the data and stuff as you have been told.
Make sure your phone is switched off
Press and hold voulme up button and connect your phone to pc
you are in fastboot mode.
decatz said:
can you go to fastboot ? hold vol up and turn on your phone if can
download ADB Fastboot n install (google it)
download the windows zenfone 5 driver
download firmware from asus site i use V1.14.40.50 for WW
extract and you get UL-ASUS_T00F-WW-1.14.40.50-user.zip
get fastboot.img, boot.img from the zip and copy to adb folder
rename UL-ASUS_T00F-WW-1.14.40.50-user.zip and move it to adb folder
hold vol up and turn on your phone - should went to fastboot
open cmd and go to adb folder
type the following 2 lines: "fastboot flash fastboot fastboot.img" and "fastboot flash boot boot.img" (look phone screen, should say successfully for both)
go to recovery - wipe data (google zenfone recovery mode - follow the blog guide)
choose apply update from adb
from cmd above type "adb sideload <filename>.zip"
reboot n done
Click to expand...
Click to collapse
done all but my error is in tmp/update.zip pls help me
help
my asus zenfone 5 WW T00F can't enter droidboot. and stuck on asus logo. how i can flash rom without droidboot?
zenfon 5 stuck on boot screen
decatz said:
can you go to fastboot ? hold vol up and turn on your phone if can
download ADB Fastboot n install (google it)
download the windows zenfone 5 driver
download firmware from asus site i use V1.14.40.50 for WW
extract and you get UL-ASUS_T00F-WW-1.14.40.50-user.zip
get fastboot.img, boot.img from the zip and copy to adb folder
rename UL-ASUS_T00F-WW-1.14.40.50-user.zip and move it to adb folder
hold vol up and turn on your phone - should went to fastboot
open cmd and go to adb folder
type the following 2 lines: "fastboot flash fastboot fastboot.img" and "fastboot flash boot boot.img" (look phone screen, should say successfully for both)
go to recovery - wipe data (google zenfone recovery mode - follow the blog guide)
choose apply update from adb
from cmd above type "adb sideload <filename>.zip"
reboot n done
Click to expand...
Click to collapse
it doesnt work . it still stuck on boot screen .. help me please
My asuszenfone5 had usb logo lots of time, when i tried to update to kitkat. You need to try several times power+ vol up (1sec after) since the device has a power button unresponsive. Then just follow the tutorial people told you. Get usb drivers from microsoft(on win8 must give program installer compatibility mode on XPSP3 and administrator previleges to install it properly)In my case i would have batery logo/usb logo several times before getting access to boot mode (10 min attempts So keep trying dont give up. Its an excelent phone but with power button unresponsive/. The same thing happens while you try to wake up phone after deepsleep mode.
Pedromja said:
My asuszenfone5 had usb logo lots of time, when i tried to update to kitkat. You need to try several times power+ vol up (1sec after) since the device has a power button unresponsive. Then just follow the tutorial people told you. Get usb drivers from microsoft(on win8 must give program installer compatibility mode on XPSP3 and administrator previleges to install it properly)In my case i would have batery logo/usb logo several times before getting access to boot mode (10 min attempts So keep trying dont give up. Its an excelent phone but with power button unresponsive/. The same thing happens while you try to wake up phone after deepsleep mode.
Click to expand...
Click to collapse
is there any other way to get into the bootloader? i'm stucked in the white asus logo.. :crying::crying::crying:
same problem here... android start, then after a sec and a UI error restart continuosly... mine is a CUCC version... i can start in droidboot mode but when i try to use fastboot, (phone is in fastboot cmd waiting) then CMD(download:00cf6400).. and freeze, on windows cmd i get sending fastboot FAILED invalid argument..
some ideas?
decatz said:
can you go to fastboot ? hold vol up and turn on your phone if can
download ADB Fastboot n install (google it)
download the windows zenfone 5 driver
download firmware from asus site i use V1.14.40.50 for WW
extract and you get UL-ASUS_T00F-WW-1.14.40.50-user.zip
get fastboot.img, boot.img from the zip and copy to adb folder
rename UL-ASUS_T00F-WW-1.14.40.50-user.zip and move it to adb folder
hold vol up and turn on your phone - should went to fastboot
open cmd and go to adb folder
type the following 2 lines: "fastboot flash fastboot fastboot.img" and "fastboot flash boot boot.img" (look phone screen, should say successfully for both)
go to recovery - wipe data (google zenfone recovery mode - follow the blog guide)
choose apply update from adb
from cmd above type "adb sideload <filename>.zip"
reboot n done
Click to expand...
Click to collapse
I tried to follow this, but every time the it finished the sideload, I still get an error which says "assert failed : greater_than_int (getprop("ro.build.date.utc").1392739......, and then the installation got aborted. I can't access the internal memory cuz I believed my phone was bricked and when opening the phone, I was just stuck with the loading screen and not getting through.
Got this problem when I tried to update my phone to kitkat. The installation got stuck at about 30% and tried to reset it and now I have this problem.
I appreciate it if someone will see this and reply to me. Thanks
help
Hey everyone i have problem same like before i cant enter droidboot whenever i try to hold power and volume up i just get usb logo hope anyone can help this problem
decatz said:
can you go to fastboot ? hold vol up and turn on your phone if can
download ADB Fastboot n install (google it)
download the windows zenfone 5 driver
download firmware from asus site i use V1.14.40.50 for WW
extract and you get UL-ASUS_T00F-WW-1.14.40.50-user.zip
get fastboot.img, boot.img from the zip and copy to adb folder
rename UL-ASUS_T00F-WW-1.14.40.50-user.zip and move it to adb folder
hold vol up and turn on your phone - should went to fastboot
open cmd and go to adb folder
type the following 2 lines: "fastboot flash fastboot fastboot.img" and "fastboot flash boot boot.img" (look phone screen, should say successfully for both)
go to recovery - wipe data (google zenfone recovery mode - follow the blog guide)
choose apply update from adb
from cmd above type "adb sideload <filename>.zip"
reboot n done
Click to expand...
Click to collapse
please help,,,
my zenfone 5 can't enter to fastboot mode ,,, (i've try to hit power and volume up but still can't enter to fashboot mode) and my phone stuck at boot loop...
bondgibtune said:
please help,,,
my zenfone 5 can't enter to fastboot mode ,,, (i've try to hit power and volume up but still can't enter to fashboot mode) and my phone stuck at boot loop...
Click to expand...
Click to collapse
i get same problem
help me..........
Zenforce 4 same problem?
Similar problem with Asus Zenforce/Zenfone 4, any help?
solution for stuk to usb logo
W4sh said:
Similar problem with Asus Zenforce/Zenfone 4, any help?
Click to expand...
Click to collapse
go to my new blog i solve this problem
engashrafn.blogspot.com​watch the video and it will help you to access to droidboot :good:
eng.naim said:
go to my new blog i solve this problem
engashrafn.blogspot.com​watch the video and it will help you to access to droidboot :good:
Click to expand...
Click to collapse
@eng.naim
Nice try budd, I did the trick with my Zenforce 4_T00i_TW but it does'nt respond after usb plugin'... In fact windows does'nt recognize it since his bricking (no driver match). I've seen something similar as yours on this page http://androidxda.com/flash-stock-rom-using-intel-phone-flash-tool
I've received a message log fom MFT, it says that the xml might be not totally correct or well parsed..
W4sh said:
@eng.naim
Nice try budd, I did the trick with my Zenforce 4_T00i_TW but it does'nt respond after usb plugin'... In fact windows does'nt recognize it since his bricking (no driver match). I've seen something similar as yours on this page
I've received a message log fom MFT, it says that the xml might be not totally correct or well parsed..
Click to expand...
Click to collapse
Im not understand you. your problem is the cloverview driver or the flash.xml not parsed to MFT
if your comp. not recognize Cloverview plus driver try to uninstall any past drivers and reinstall isoc driver from my blog and if any error copy it here and i will try to help you thanks

fastboot mode / bootloader not available via Vol- Button

Hey,
i have a new Honor 6. When i try to boot into fastboot mode (Poweroff phone, hold Vol-, connect to PC) the Honor starts to load the battery and shows this on the display. The phone can be recognized by adb but only with a qestionmark:
Code:
C:\Program Files (x86)\Minimal ADB and Fastboot>adb devices
List of devices attached
? recovery
I can go via "adb reboot bootlaoder" into fastboot mode, but my expectation would be that i should land directly in the bootlaoder. I think this is especially important if i brick something. Or is this the normal behavior?
Thanks a lot!
sideshowbob84 said:
Hey,
i have a new Honor 6. When i try to boot into fastboot mode (Poweroff phone, hold Vol-, connect to PC) the Honor starts to load the battery and shows this on the display. The phone can be recognized by adb but only with a qestionmark:
Code:
C:\Program Files (x86)\Minimal ADB and Fastboot>adb devices
List of devices attached
? recovery
I can go via "adb reboot bootlaoder" into fastboot mode, but my expectation would be that i should land directly in the bootlaoder. I think this is especially important if i brick something. Or is this the normal behavior?
Thanks a lot!
Click to expand...
Click to collapse
Normal behaviour is when you turn off the device, hold vol down button and attach phone using USB cable it takes you to fastboot mode.
OK. Thanks. I will contact the merchant now that i am sure about it.

[GUIDE] Acer Liquid E600 Unbrick

Hi!
First sorry for my bad english
This guide will help you unbrick the Acer Liquid E600
I'm not responsible for any damage to your device so you follow this guide and flash these files at your own risk.
This system dump is the latest 4.4.2 Kitkat (Belgium) without stock google and acer apps.
The all of stock apps are here: https://drive.google.com/open?id=0B...9rR0pYUldFX3pPSlVkUllfVGljMWx6a2Y3M2d2QUxTNE0
Method 1 CWM backup: (easy)
WORK WITH UNLOCKED BOOTLOADER!
https://drive.google.com/file/d/0Byr5wBifihDyQUVsT2dGT29xeVU/view?usp=sharing
Download the E600 Backup.zip, unpack and copy the clockworkmod folder to the root of external sd card.
How to boot cwm: http://forum.xda-developers.com/general/general/acer-liquid-e600-root-disable-secure-t3081777
Boot into cwm recovery choose the backup and restore - restore from external sd - 1970-01-01.00.09.11 and done.
This rom backup is fully rooted with modified boot.img
Method 2 Fastboot:
Requirements:
- Acer ADB/Fastboot driver https://drive.google.com/open?id=0B...loMzBHcXo3dnJDUnFRZnd4VDRYSkJtN19XbkpyS2ZoTHc
- Installed ADB http://forum.xda-developers.com/showthread.php?t=2588979
- Factory Images
> boot.img https://drive.google.com/open?id=0Byr5wBifihDyNTQySURNdW9DUDQ
> recovery.img https://drive.google.com/open?id=0Byr5wBifihDyZ2RuOEl3Y1lVYW8
> system.img https://drive.google.com/open?id=0Byr5wBifihDyRUhoTnRBdUtFcVU
Steps:
- Install the correct drivers and ADB
- Copy the image files (system, boot,recovery) to your ADB folder on PC.
- Turn your phone on in fastboot mode (press volume down button + power button at same time) When the Acer logo appear connect the phone to PC.
- Now open a command line in your adb folder and type these commands:
fastboot devices
If you see your device on the list (like fastboot abcd1234) go to the next step. If not check the drivers.
fastboot erase boot
fastboot flash boot boot.img
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot erase system
Push the system.img:
You need CWM and Root! http://forum.xda-developers.com/general/general/acer-liquid-e600-root-disable-secure-t3081777
Download the cwm.img https://drive.google.com/file/d/0Byr5wBifihDyNzVIeVZqM21pTXc/view?usp=sharing and copy to adb folder.
Then copy the system.img to root of external sd. Leave your phone in fastboot mode and type:
fastboot boot cwm.img
Your phone will reboot in recovery mode
In recovery menu go to 'Mounts and Storages' and mount the /system
On PC open the Device Manager and make sure your phone on the list "Acer ADB Interface". If not, update driver manually.
now back to command line:
adb shell
dd if=/external_sd/system.img of=/dev/block/mmcblk0p16
If you get the error 'no such file or directory' try this:
dd if=/storage/sdcard1/system.img of=/dev/block/mmcblk0p16
"this will a long procedure because the system is 1,2GB"
finally do a factory reset and reboot
Stock apps: https://drive.google.com/open?id=0B...9rR0pYUldFX3pPSlVkUllfVGljMWx6a2Y3M2d2QUxTNE0
(you need stock apps and priv-apps for the OTA updates in future)
please upload your system.image its error in flashings
please upload your system.image its error in flashings i need this system.image
steamhacker0620 said:
please upload your system.image its error in flashings i need this system.image
Click to expand...
Click to collapse
what's the error message? the system img is work for me
gabcs said:
what's the error message? the system img is work for me
Click to expand...
Click to collapse
not work for me error update failed sa system image
So the flash system command useless, I will delete from the thread. Tried you copy with the dd command? Under the flash section.
"Note: My fastboot unable to write the system.img so I pushed the system with different procedure:
You need CWM and maybe Root!
Download the cwm.img https://drive.google.com/file/d/0Byr...ew?usp=sharing and copy to adb folder.
Then copy the system.img to root of external sd. Leave your phone in fastboot mode and type:
fastboot boot cwm.img
Your phone will reboot in recovery mode
In recovery menu go to 'Mounts and Storages' and mount the /system
On PC open the Device Manager and make sure your phone on the list "Acer ADB Interface". If not, update driver manually.
now back to command line:
adb shell
dd if=/external_sd/system.img of=/dev/block/mmcblk0p16
If you get the error 'no such file or directory' try this:
dd if=/storage/sdcard1/system.img of=/dev/block/mmcblk0p16
Stocks in ACER logo
Is it possible that the memory of my phone had been damaged due to failed rooting ? I accidentally deleted all its parrtition while Im rooting it. Can you help me to recover it ?
hi i did follow this steps now my phone stuck on boot fail
can any one help me thanks
Method 1 CWM backup dont work for me, error on flashing boot image
stuck up on logo
Solved
Stuck at Acer logo solution
First open the phone's bootloader because the boot image in backup not the original one. Unlock the bootloader with adb or replace the aboot.img from the rooting thread, restore my backup and everything will work
after root can't boot
after root (when I installUPDATE-SuperSU-v2.46.zip) can't boot and fastboot
connect usb to PC show QHSUSB_BULK
Are there any way to fix ?
T_T
motelnummber said:
after root (when I installUPDATE-SuperSU-v2.46.zip) can't boot and fastboot
connect usb to PC show QHSUSB_BULK
Are there any way to fix ?
T_T
Click to expand...
Click to collapse
Try to press the power button for 15sec and restart the phone
gabcs said:
Try to press the power button for 15sec and restart the phone
Click to expand...
Click to collapse
IT can not enter the android system and Black screen
use PC connect usb It become multi Partition and can not accessable
I push power + up and down It become qualcomm hs-usb qdloader 9008 (comX)
But I can not find flash package
T_T
Problem after root
Hello everyone I am a new member Osvaldo. I have a problem with an Acer E600 after root. The device does not display the home screen and wifi receives little, and hard to start. What happened to you?
Thank you.
motelnummber said:
IT can not enter the android system and Black screen
use PC connect usb It become multi Partition and can not accessable
I push power + up and down It become qualcomm hs-usb qdloader 9008 (comX)
But I can not find flash package
T_T
Click to expand...
Click to collapse
I had the same problem when I first time rooted the phone. This comes sometimes when you unplug the USB cable in bootloader mode or with adb connection. Why power + up and down? Just hold the power for 15 sec (at black screen) after try turn on. If doesnt work, put the phone to charger and leave 3-4 hours and try again. This always work for me.
osvaldo75 said:
Hello everyone I am a new member Osvaldo. I have a problem with an Acer E600 after root. The device does not display the home screen and wifi receives little, and hard to start. What happened to you?
Thank you.
Click to expand...
Click to collapse
try a factory reset...
Hello, reset phone made, but the phone stays on the written ACER.
If I remove the battery for a long time then you start and I always have to enter the data, country, language, etc. but the home screen is no longer visible, only works the drop-down menu and then from there I can give the settings.
I have to throw away? I hope not, it's a nice phone ...
bootloader mode & boot to android OS is not work
My situation is no bootloader mode and reboot into android OS it will crash and black screen again and again
It is seem only qualcomm hs-usb qdloader 9008 (comX) still work ,
but qpst or miflash that done't have hex or mxx
firmware to fix
I have google a month
T_T
motelnummber said:
after root (when I installUPDATE-SuperSU-v2.46.zip) can't boot and fastboot
connect usb to PC show QHSUSB_BULK
Are there any way to fix ?
T_T
Click to expand...
Click to collapse
can any help me to open my ACER liquid e6000
i enter in fastboot but stock and i press Vol Up+Vol Down+ Power Button
then suddenly power off then won't open ever i press Vol+Down+Button
help me please
Thanks
Reden1994 said:
can any help me to open my ACER liquid e6000
i enter in fastboot but stock and i press Vol Up+Vol Down+ Power Button
then suddenly power off then won't open ever i press Vol+Down+Button
help me please
Click to expand...
Click to collapse
Help~
can't mount system
hello guys, i can't mount the system using method 2, i followed the procedure step by step. where i have gone wrong?
also in device manager, there appears to be a missing driver named open_c, during recovery mode,
hope you can help me, thanks

TWRP recovery menu not showing

hi, im new in this android arena and this is my first time using smartphone so please forgive my noobness.
i want to root my phone Xiaomi Redmi 5A and i follow some tutorial on youtube where he told to use Minimal ADB & fastboot, TWRP, lazyflasher noverity and lastly Magisk.
im flashing my phone using this command on ADB:
fastboot devices
fastboot flash recovery twrp.img
fastboot reboot
i guess this is it so im rebooting my phone to get into twrp recovery mode by pressing volume up+power but it showed xiaomi stock recovery instead not twrp recovery.
so what i do wrong that i cannot get into twrp recovery menu?
please help me
Don't type fastboot reboot command after flashing, reboot to recovery manually
StillrunsKK said:
Don't type fastboot reboot command after flashing, reboot to recovery manually
Click to expand...
Click to collapse
i type that command after the first try not working (without fastboot reboot command)
it still gave me the same problem even not typing fastboot reboot command
Is the TWRP flash successful?
Ensure that your mobile drivers are installed properly on your pc and that you've enabled USB debugging.
Now after connecting your device to the computer :
1)open adb
2)type adb devices, if it shows a serial number then proceed
3)adb reboot bootloader
4)fastboot flash recovery xxxx.img
After this, remove the USB and reboot to recovery by Holding the appropriate combination of keys.
If you reboot your device first, and then power off and reboot to recovery, you will still get stock recovery.
StillrunsKK said:
Is the TWRP flash successful?
Ensure that your mobile drivers are installed properly on your pc and that you've enabled USB debugging.
Now after connecting your device to the computer :
1)open adb
2)type adb devices, if it shows a serial number then proceed
3)adb reboot bootloader
4)fastboot flash recovery xxxx.img
After this, remove the USB and reboot to recovery by Holding the appropriate combination of keys.
If you reboot your device first, and then power off and reboot to recovery, you will still get stock recovery.
Click to expand...
Click to collapse
Ensure that your mobile drivers are installed properly
Click to expand...
Click to collapse
i dont know where to find this drivers
i've enable the usb debugging
and while flashing it didn't gave any error
im using adb from this thread https://forum.xda-developers.com/showthread.php?t=2317790
where it didn't show any devices when typing adb devices but it showed my devices when typing fastboot devices

Corrupt device message

Hi, bit of a noob here.
i've bought a second hand watch 2 (non sim version) ans it says " corrupt device may not work properly" when i turn it on..
how do i fix it please?
i dont have access to turn on developer mode/enable debugging because i can't get into the watch..
any help appreciated, and anyone that helps me get it working,, i:ll send £5 via paypal
Look here.... that is everything you need.
https://forum.xda-developers.com/smartwatch/watch-2/rom-huawei-watch-2-bt-leo-b09-leo-bx9-t3616779
Do all the Steps described and you will get a Stock-ROM Watch
I suggest to flash the Bootloader and then OEM-Lock the Watch to get rid of the Security-Message at start.
fastboot flash bootloader bootloader.img
fastboot oem lock
Click to expand...
Click to collapse
You can Download ADB here:
https://developer.android.com/studio/releases/platform-tools.html
I dont have access to turn on developer mode/enable debugging because i can't get into the watch... You need usb debugging on before you can do anything don't you??
I thanks
Also my pc doesn't detect the watch when plugged in... Where do I get the drivers and get it to detect?
Thanks
You dont need ADB to Flash Images.....
Start with the Line: -Boot the watch into bootloader mode
In Bootloader Mode the Watch should be detected from the PC
Sorry.. Could you be more specific.. When and where do I type that?
Could you do step by step instructions?
Really appreciate it..
SHIK1 said:
Sorry.. Could you be more specific.. When and where do I type that?
Could you do step by step instructions?
Really appreciate it..
Click to expand...
Click to collapse
1. Download ADB: https://dl.google.com/android/repository/platform-tools-latest-windows.zip
- Download 7z file from here : https://mega.nz/#!ozB12QrD
Decription Key
!U6_ZwGwPNUNj3P0PCfpsDtVoGpPG_x1csvR8I1ECOqU
-Edit: You will find 6 .img files:
bootloader, boot, cache, recovery, system, userdata.
Click to expand...
Click to collapse
2. Unpack and copy all Files to example c:\ADB
3. Power off Watch. Press and hold the power button until Watch vibrates then release the button and press it again
4. You are now in the "Fastboot Menu" (Bootloader)
5. open a new CMD window (Win+R) type "cmd" then ENTER
6. Command: cd.. ENTER cd.. ENTER and cd adb ENTER
7. You are now in Directory C:\ADB
8. enter the follow command in order to
- fastboot oem unlock
- fastboot flash bootloader bootloader.img (after that reboot Watch in Bootloader) - Press Powerbutton short to switch ant then long to Enter Command
- fastboot flash boot boot.img
- fastboot flash recovery recovery.img
- fastboot flash system system.img
- fastboot flash userdata userdata.img
- fastboot flash cache cache.img
- fastboot oem lock ( maybe - fastboot oem relock )
- fastboot reboot
9. After all this steps your watch reboot (take some Time) you will se a message in English, then you can choose the language you want.
Hope it helps
thankyou so much.. whats your paypal address do i can send £5
SHIK1 said:
thankyou so much.. whats your paypal address do i can send £5
Click to expand...
Click to collapse
Glad it worked for you.... I enjoyed it.

Categories

Resources