Related
Dear Forum,
I have a I9001. I've been busy with it for a week now and read and tried allot. Nothing seems to work!
So , my I9001 doesn't have a recovery any more. No root or CWM. The rom works (2.3.5) but crashes or freezes. Then tried every
combo in the book to get into the recovery mode but nothing works.
So I ask you biggest android forum of the world: What the hell is going on??
Tried to get into recovery by recovery boot by pc, tried installing other roms or kernels or whatever.
Also getting a mmc boot mbr read failed when trying above stuff by odin.
Also when I shutdown the phone and I start it up again then it has to be installed again like country and date etc etc...
Thanks in forward for answering.
Greetz,
Happybeat
But download mode still working? Then you could try to flash the recovery via Odin again or a stock Rom, AFAIK those contain the stock recovery as well so afterwards you'll have a "fresh" installed phone... Might work, no other ideas...
M322 said:
But download mode still working? Then you could try to flash the recovery via Odin again or a stock Rom, AFAIK those contain the stock recovery as well so afterwards you'll have a "fresh" installed phone... Might work, no other ideas...
Click to expand...
Click to collapse
AFAIK? I don't know what that is sorry...And yes the download mode works fine.
happybeat said:
AFAIK? I don't know what that is sorry...And yes the download mode works fine.
Click to expand...
Click to collapse
I think that CW did an update and pushed it out to devices or something. I am having the same situation as you, I am unable to grab the device into CWR.
Dark_Savior said:
I think that CW did an update and pushed it out to devices or something. I am having the same situation as you, I am unable to grab the device into CWR.
Click to expand...
Click to collapse
It's insane haha im still trying stuff. Now when I reboot the phone I have to says what country etc etc...but when I try to connect to wifi it says TWLauncher chrashed...I still have connection with the phone by PC. Is there maybe anything what I can change or do?
happybeat said:
AFAIK? I don't know what that is sorry...And yes the download mode works fine.
Click to expand...
Click to collapse
AFAIK - As Far As I Know
happybeat said:
Is there maybe anything what I can change or do?
Click to expand...
Click to collapse
Well if your phone is in such a "bad condition" I would download my stock Rom from sammobile and flash it via Odin, then it should be "factory fresh". The only thing that is annoying is that you set up your phone again...
Sent from my GT-I9001 using xda app-developers app
ell if your phone is in such a "bad condition" I would download my stock Rom from sammobile and flash it via Odin, then it should be "factory fresh". The only thing that is annoying is that you set up your phone again...
Sent from my GT-I9001 using xda app-developers app[/QUOTE]
Ok ill check that out. I'll let you know.
Well I tried and nothing. It says that it passed and that odin did its thing but it didn't.
Is there a program that can do a clean install? Or cant I just clean it when I hook it up to a pc? Because I have access to the internal memory of the phone by pc.
happybeat said:
Well I tried and nothing. It says that it passed and that odin did its thing but it didn't.
Is there a program that can do a clean install? Or cant I just clean it when I hook it up to a pc? Because I have access to the internal memory of the phone by pc.
Click to expand...
Click to collapse
Well I think it should be a clean install and if I connect my phone in download mode to the pc I haven't access to the internal storage!
Did you do it like it is supposed in this tutorial? http://forum.xda-developers.com/showthread.php?t=1922505
By the way are you on a stock rom or not?
Yes, it's important to tell are you on stock or custom Rom
Mikroos said:
Yes, it's important to tell are you on stock or custom Rom
Click to expand...
Click to collapse
Sorry for my late answer!
stock I think. This is every info I have on the phone:
About phone:
Firmware: 2.3.5
baseband: i9001xxkpf
kernel: 2.6.35.7-perf [email protected] #1
build: gingerbread.xxkpg
when I do *#1234#:
pda: i9001xxkpg
phone: i9001xxkpf
csc: i9001xenkp1
That's it...
Ok...this is strange...I just connected it to my pc and have access to it...but when I deleted something what was in download it says delete permant I say yes...when I restart it and connect it back to the pc and go to download its back??
Sorry don't know any solution but I'm quite new in here so maybe you can post it into/revive this thread because the Q&A is (in my opinion) not well visited by I9001 users because it's meant to be for i9000.
http://forum.xda-developers.com/showthread.php?t=1826216
Sent from my GT-I9001 using xda app-developers app
happybeat said:
Ok...this is strange...I just connected it to my pc and have access to it...but when I deleted something what was in download it says delete permant I say yes...when I restart it and connect it back to the pc and go to download its back??
Click to expand...
Click to collapse
Try a reset and if that is not working try a restock.
fotbal5 said:
Try a reset and if that is not working try a restock.
Click to expand...
Click to collapse
Thats the problem. There is no way of getting into recovery mode. I can get into download mode but not into recovery mode. It's like it is vanished.
And I dont know if someone from the mods could put this into the 9100 section? I thought I had to put questions here since there isn't a Q/A for 9001...
happybeat said:
Thats the problem.
Click to expand...
Click to collapse
You can do a factory reset over the dialer on a stock Rom by entering a certain code, you can look it up in the xda wiki about the I9001
Sent from my GT-I9001 using xda app-developers app
M322 said:
You can do a factory reset over the dialer on a stock Rom by entering a certain code, you can look it up in the xda wiki about the I9001
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
Yep did that. Doesnt work. The thing is also that I cant change anything. Everytime when I reboot I need to install again. So it doesnt remember. Same when I connect it to the pc and I remove a file from download that I do not need it doesn't remove the file because the next time I reboot its back. It's like the internal is locked?
I can't find a good page with an explanation, so I'll just type it out myself. If anything isn't clear, ask!
You can try getting into recovery mode using the Android SDK, maybe that could work...
Install the latest version of Samsung Kies if you haven't already (for the USB driver)
Install the Android SDK (http://developer.android.com/sdk/index.html) You'll need just the SDK, everything else is useless for this
Open a command prompt and go to the directory where you have installed the Android SDK (basically you'll run the command cd "<folder>", where folder is something like "C:\Program Files (x86)\Android\android-sdk")
Start your phone and go to Settings > Applications > Development
Enable USB debugging (if it's not there, just find that option and enable it )
Connect your phone using a USB cable
Go back to your command prompt and run the command tools\adb reboot recovery
Hopefully your phone will boot in recovery mode
Good luck!
Marshian said:
I can't find a good page with an explanation, so I'll just type it out myself. If anything isn't clear, ask!
You can try getting into recovery mode using the Android SDK, maybe that could work...
Install the latest version of Samsung Kies if you haven't already (for the USB driver)
Install the Android SDK (http://developer.android.com/sdk/index.html) You'll need just the SDK, everything else is useless for this
Open a command prompt and go to the directory where you have installed the Android SDK (basically you'll run the command cd "<folder>", where folder is something like "C:\Program Files (x86)\Android\android-sdk")
Start your phone and go to Settings > Applications > Development
Enable USB debugging (if it's not there, just find that option and enable it )
Connect your phone using a USB cable
Go back to your command prompt and run the command tools\adb reboot recovery
Hopefully your phone will boot in recovery mode
Good luck!
Click to expand...
Click to collapse
Ok so thank you for this but unfortunatly it just didnt work. I think it is dead. Does Jtagg do any difference? Like hook it up to that machine?
So what it does at this moment:
It starts up but everytime you start up it will ask you to install everything again. So it asks what country etc.etc...
When I am in it appears to work but starting apps just makes it all crash or freeze.
Im a bit lost at the moment to do anything. It just looks that it doesnt memorize.
I can hook it up to the pc but you cant remove or add anything. You can just look and scroll through it.
I wasn't aware of the tutorials here and Backup TA Software,Basically,F*** Me, I Unlocked my bootloader without backing up TA.I know BE is gone and its never gonna come back,But right now im trying to install CWM,The 2 CWM threads I checked are for locked bootloaders,when I turn on my phone there is no green led light coming so I can't go into stock recovery.Is there any way I can install CWM in Unlocked BL???Like is there a custom kernel for stock rom?? Thanks in advance.
RaptorX88 said:
I wasn't aware of the tutorials here and Backup TA Software,Basically,F*** Me, I Unlocked my bootloader without backing up TA.I know BE is gone and its never gonna come back,But right now im trying to install CWM,The 2 CWM threads I checked are for locked bootloaders,when I turn on my phone there is no green led light coming so I can't go into stock recovery.Is there any way I can install CWM in Unlocked BL???Like is there a custom kernel for stock rom?? Thanks in advance.
Click to expand...
Click to collapse
Look here's the deal if you have an unlocked bootloader everything for locked bootloader will works for you, If you didn't saw any green light bar it means the cwm doesn't installed properly, try to install it again and check super su to see if it blocks the adb shell or not (you should allow adb shell in super su for the cwm to install properly)
Good luck
sijav said:
Look here's the deal if you have an unlocked bootloader everything for locked bootloader will works for you, If you didn't saw any green light bar it means the cwm doesn't installed properly, try to install it again and check super su to see if it blocks the adb shell or not (you should allow adb shell in super su for the cwm to install properly)
Good luck
Click to expand...
Click to collapse
Thank you so much for the reply,it appears the green light bug has happened to lot of others including people having Locked BL,I shall try the method you said above and see what happens.
EDIT - Not working..I tried 2 of them recoveries,now the green light started coming,but when I press volume keys,the led turn to light-violet and the phone restarts normally,CWM doesn't show up. :/
EDITEDIT : Installed Busybox and it worked. yaay
RaptorX88 said:
Thank you so much for the reply,it appears the green light bug has happened to lot of others including people having Locked BL,I shall try the method you said above and see what happens.
EDIT - Not working..I tried 2 of them recoveries,now the green light started coming,but when I press volume keys,the led turn to light-violet and the phone restarts normally,CWM doesn't show up. :/
EDITEDIT : Installed Busybox and it worked. yaay
Click to expand...
Click to collapse
I have same problem U had, unlocked bootloader whitout TA-backup , device rooted but I cannot get CWM installed or booting.
I also installed busybox now but still no booting to CWM.
How exactly did you proceed to get CWM working?
jackman17 said:
I have same problem U had, unlocked bootloader whitout TA-backup , device rooted but I cannot get CWM installed or booting.
I also installed busybox now but still no booting to CWM.
How exactly did you proceed to get CWM working?
Click to expand...
Click to collapse
I used this one :
http://forum.xda-developers.com/showthread.php?t=2408371
Busybox
That happens because you dont have busybox installed. Look for it in the play store and install it, then reinstall the recovery. Make sure you use the modified one in the zr forum because the one from the original krabappel thread dissappears after booting
zytres said:
That happens because you dont have busybox installed. Look for it in the play store and install it, then reinstall the recovery. Make sure you use the modified one in the zr forum because the one from the original krabappel thread dissappears after booting
Click to expand...
Click to collapse
I installed busybox 1.21.1 and then tried to install CWM-locked-bl-XZ-v4_244 from the link RaptorX88 gave , but stil no cwm when booting.
So then i tried remountrebootfix-windows (also mentioned in that same link, but still no cwm anf now my phone doesn't even connect in usb-fault mode anymore.
Phone seems to work ok, but when booting NO single led-color lits up just the sony and xpreia logos.
What can I do too fix this?
Thats weird man! Do you have the adb debugging on and the drivers installed in your pc?
zytres said:
Thats weird man! Do you have the adb debugging on and the drivers installed in your pc?
Click to expand...
Click to collapse
i have drivers installed on pc (in linux and windows , flashed different firmware several times with linux)
where should adb debuuging be turned on? on pc or phone?
adb debugging
jackman17 said:
i have drivers installed on pc (in linux and windows , flashed different firmware several times with linux)
where should adb debuuging be turned on? on pc or phone?
Click to expand...
Click to collapse
They should be turned on in your phone! You have to download an app called developer options from the play store because sony stock settings doesnt show that option.
i already have developer optoins, but i didn't see the adb option there.
zytres said:
They should be turned on in your phone! You have to download an app called developer options from the play store because sony stock settings doesnt show that option.
Click to expand...
Click to collapse
that's funny :laugh:
anyway humour aside, just tap Build Number 7 times and u get that option back... Google put this in 4.2 :fingers-crossed:
thanks for responses but I already know how to access dev options .
I just discovered that my USB-port on pc got bricked , so its not software related that my phone wasn't recognised.
ps
still can't get CWM installed
---------- Post added at 04:46 PM ---------- Previous post was at 04:24 PM ----------
thanks for responses but I already know how to access dev options .
I just discovered that my USB-port on pc got bricked , so its not software related that my phone wasn't recognised.
ps
still can't get CWM installed
Someone please help me get this null rom on my gear!
I didn't root, the guide says it is not necessary.
I got twrp on the gear with odin, saved null rom to sd card with wondershare.
Unlike the video guide I watched, my watch will not work with wondershare when in download mode, it needs to be booted on.
When trying to install null rom with twrp, it tries a little and fail.
I have the newest stock firmware on the gear, na6, can this be the cause of the problem and I should downgrade to mk7?
Thanks
I just updated mine yesterday to mk7 through Keis. Did root, twrp, then transfer null rom with wonder share. Then installed rom with no problem. I believe I read a Guide, saying root first with cydia impactor before twrp.
Sent from my SAMSUNG-SM-N900A using xda app-developers app
You sure it's mk7? I think the most current is na6
I'm sorry you are right. It is NA6. It still worked fine for me... try the root method
Sent from my SAMSUNG-SM-N900A using xda app-developers app
Well I am about to give up...
Restart the whole process by first flashing the stock na6 rom
Rooted with impactor and installed supersu (all appears to be ok)
Flashed twrp with odin
Here is maybe where I go wrong... The guide says to reboot directly in recovery, I cannot reboot directly in recovery, I can only first reboot normally and then reboot again in recovery. Even if I could I cannot copy the null rom without first booting the device normally.
Were you able to copy the null rom zip right after flashing twrp, while still in download mode?
Sorry I got it. Had 3mb missing on the null rom zip even though windows showed complete
Getting Download mode after rebooting _null27
After _niull 27 installation gear is going to download mode. I want to push _null23 to my gear and install it through recovery. How can I achieve this? When I typed "adb devices" in minimalADB and Fast boot it shows no devices. Please help.
Thanks in Advance
Atul Cherian said:
After _niull 27 installation gear is going to download mode. I want to push _null23 to my gear and install it through recovery. How can I achieve this? When I typed "adb devices" in minimalADB and Fast boot it shows no devices. Please help.
Thanks in Advance
Click to expand...
Click to collapse
To get any device to show up using ADB you need to enable USB debugging and have all drivers, etc, installed properly. Go to settings>gear info>about gear then tap 'software version' multiple times until it says you're a developer or whatever it says, then go back a page and enable the new 'USB debug' option that will have appeared. Plug it in via usb and install the proper drivers.
stuntdouble said:
To get any device to show up using ADB you need to enable USB debugging and have all drivers, etc, installed properly. Go to settings>gear info>about gear then tap 'software version' multiple times until it says you're a developer or whatever it says, then go back a page and enable the new 'USB debug' option that will have appeared. Plug it in via usb and install the proper drivers.
Click to expand...
Click to collapse
First of all thanks a lot for spending your valuable time to write this reply. Here my problem is my gear is not booting in. While installing null27, I erased my old kernel. Now while switching my gear on, the device is going to download mode. I can enable USB debugging only if my gear allows me to boot in.
If anyone knows to fix this issue please help me.
Atul Cherian said:
First of all thanks a lot for spending your valuable time to write this reply. Here my problem is my gear is not booting in. While installing null27, I erased my old kernel. Now while switching my gear on, the device is going to download mode. I can enable USB debugging only if my gear allows me to boot in.
If anyone knows to fix this issue please help me.
Click to expand...
Click to collapse
If you can get to download mode, flash a stock android firmware using odin. Like this one. http://www.mediafire.com/?c3r6mmx83e48dh8
Then start installing null rom from step 1.
440bro said:
If you can get to download mode, flash a stock android firmware using odin. Like this one.
Then start installing null rom from step 1.
Click to expand...
Click to collapse
Thanks alot sir.. It worked. I have installed NeatRom 4.4.4 in S3 and null23 in my gear. Now I am able to connect my phone to gear. But some of the apps are not working. (For eg:1. If i take a pic in my gear I am not able to transfer it to S3 using transfer option in gear, 2. Contacts are loading in gear). Is there any way to get these features back?
Once again a big thanks to xda-developers team.. You people are amazing.. Cheers!!
Atul Cherian said:
First of all thanks a lot for spending your valuable time to write this reply. Here my problem is my gear is not booting in. While installing null27, I erased my old kernel. Now while switching my gear on, the device is going to download mode. I can enable USB debugging only if my gear allows me to boot in.
If anyone knows to fix this issue please help me.
Click to expand...
Click to collapse
Yeah sorry I misunderstood you. Glad to hear you have that part sorted now though. :good:
Hi guys,
So I'll tell you the whole story here. I was on Lollipop, fully rooted with working XZDR recovery but phone seemed laggy so I decided to give it a full format with the newer firmware. So I backed up everything. Booted into recovery. Formatted the whole phone, then took out the SD card to load on the zip file from the PC. On inserting it, it wouldn't be detected so I tried to reboot into recovery using the inbuilt option but forgot that recovery too would have been deleted. Since then its just stuck on the Sony logo. It reboots by keeping the Power button and Volume Up pressed, but to no avail. I tried to flash the image using Flashtool but it doesn't recognize the phone when I try to connect it in Fastboot using the Volume Down during Reboot method. Nor do I get a blue LED on the phone. I guess it isn't entering Fast boot.
Please help out since its my daily driver. Help appreciated. Thanks
Oh hey guys managed to restore using Flashtool. Tried booting phone into Flash Mode again and idk how it worked this time. Breathing a sigh of relief.
Could you please explain in detail how did you managed to get out of bootllop....it seems i sucked exactly like you & now clueless....
First of all, try repair it with Pc Companion. If that doesn't work, try with flashtool.
Keep in mind, to enter flash mode, press volume down button and insert usb cable.
tried PC companion & got error 2003 (Unlocked Bootloader & rooted wont work it seems)
Flashtool, will give a try again....
As of now, i am able to go to the fastboot & can open files on my PC when connect phone via USB cable....
Phone not booting up normal/recovery mode....It just stucked with boot loops
Tried flashtool---Ended up with errors as attached pic
As i cant bootup my phone...USB Debugging option cant be ticked
I was running SlimLP (unofficial) while bricked my phone....
Anything on that please....
pranavd1980 said:
Tried flashtool---Ended up with errors as attached pic
As i cant bootup my phone...USB Debugging option cant be ticked
I was running SlimLP (unofficial) while bricked my phone....
Anything on that please....
Click to expand...
Click to collapse
Try installing Flashtool ver 0.9.10.2beta4 - you can see in this tutorial section #5: Device connected with USB Debugging off, ergo you dont have to have USB Debugging on: http://forum.xda-developers.com/xperia-z/general/tutorial-how-to-flash-stock-roms-t2240614
Norup58 said:
Try installing Flashtool ver 0.9.10.2beta4 - you can see in this tutorial section #5: Device connected with USB Debugging off, ergo you dont have to have USB Debugging on: http://forum.xda-developers.com/xperia-z/general/tutorial-how-to-flash-stock-roms-t2240614
Click to expand...
Click to collapse
if that is the case, i think that fsc script is the issue....can you highlight something on that????
pranavd1980 said:
if that is the case, i think that fsc script is the issue....can you highlight something on that????
Click to expand...
Click to collapse
Not sure what you mean....... all I can say is, Flashtool 0.9.10.2beta4 does not require USB Debugging to be turned on to work and I definitely didnt turn USB Debugging on before starting the root process. Later yes but not before.
Try it or not, thats up to you.....
Hi. I decided to flash my Honor 3c with Cyanogenmod 12.1. My problem is that i need TWRP (now I have CWM) but i can't flash it to my device. I try to do it by SP Flash Tool, but after i connect my turned off device, I get this error:
BROM ERROR : S_BROM_DOWNLOAD_DA_FAIL (0x7D4)
[H/W] Fail to download DA to baseband chip's internal SRAM!
[HINT]: 1. There's an cable communication problem between FlashTool and BootROM. 2. Target might be shutdown unexpectedly or target lost power supply.
[ACTION] 1. Try again. 2. Proceed H/W checking in download cable and target side com port. 3. Monitor if power-drop occured in target side.
Click to expand...
Click to collapse
Where is the problem? I've tried with 2 different cables and 2 different computers
Ceranzuo said:
Hi. I decided to flash my Honor 3c with Cyanogenmod 12.1. My problem is that i need TWRP (now I have CWM) but i can't flash it to my device. I try to do it by SP Flash Tool, but after i connect my turned off device, I get this error:
BROM ERROR : S_BROM_DOWNLOAD_DA_FAIL (0x7D4)
[H/W] Fail to download DA to baseband chip's internal SRAM!
[HINT]: 1. There's an cable communication problem between FlashTool and BootROM. 2. Target might be shutdown unexpectedly or target lost power supply.
[ACTION] 1. Try again. 2. Proceed H/W checking in download cable and target side com port. 3. Monitor if power-drop occured in target side.
Where is the problem? I've tried with 2 different cables and 2 different computers
Click to expand...
Click to collapse
Is your phone in bootloader mode? Hold Vol down+power to enter fastboot mode and then connect your phone to PC.
If you are already doing that or the problem still persists and have an unlocked bootloader(which I am sure you have), try to flash twrp manually.
muradulislam said:
Is your phone in bootloader mode? Hold Vol down+power to enter fastboot mode and then connect your phone to PC.
Click to expand...
Click to collapse
When I do it, my phone just turns on normally.
How can I check if I have unlocked bootloader? I have unlocked it about 1 year ago, but I did full wipe yesterday.
Ceranzuo said:
When I do it, my phone just turns on normally.
How can I check if I have unlocked bootloader? I have unlocked it about 1 year ago, but I did full wipe yesterday.
Click to expand...
Click to collapse
Vol down+power should boot into fastboot. Turn off the phone, hold both until honor logo shows up, let go of power but hold vol down for about 5 sec more.
If still the same, Turn off your phone, connect USB cable to phone, hold Vol down and connect the cable to computer. It should boot into bootloader now.
If it can not boot into bootloader still, the last is to try adb but that is a bit lengthy.
In bootloader mode, it will be written on phone screen in red whether phone is locked, unlocked or relocked.
Wipe does not effect bootloader status so it's still unlocked imo.
muradulislam said:
If still the same, Turn off your phone, connect USB cable to phone, hold Vol down and connect the cable to computer. It should boot into bootloader now.
Click to expand...
Click to collapse
After this, I got this text on my screen:
FASTBOOT&RESCUE MODE
Please connect usb cable to your computer and open hisuite
Click to expand...
Click to collapse
Ceranzuo said:
After this, I got this text on my screen:
FASTBOOT&RESCUE MODE
Please connect usb cable to your computer and open hisuite
Click to expand...
Click to collapse
It did not say anything about phone unlocked in red?
muradulislam said:
It did not say anything about phone unlocked in red?
Click to expand...
Click to collapse
Nope. Maybe I was wrong and I have never unlocked it? I don't remember, but I did something when I was upgrading my phone to Android 4.4.2
Ceranzuo said:
Nope. Maybe I was wrong and I have never unlocked it? I don't remember, but I did something when I was upgrading my phone to Android 4.4.2
Click to expand...
Click to collapse
At least it should say, phone locked. Saying nothing is a phenomenon i never heard before but I usually go for newer versions. May be that's the case.
Anyways use adb to fire this command
Fastboot OEM device-info
To be sure if its locked or not.
To setup adb, download and install latest Android SDK, run the program and only download platform-tools.
Your phone is international variant and it came with locked bootloader, I am sure sp tools unlocked it coz otherwise CWM could not be flashed.
Right click platform-tools folder and select run command prompt window here and type the above command
If the bootloader is unlocked (it will tell you if it is), copy the twrp image to platform-tools folder and rename it to twrp.img and fire this command
Fastboot flash recovery twrp.img
And try to reboot into recovery after disconnecting from pc and simultaneously holding power+ Vol up.
edit: nevermind, i forghot about something...
muradulislam said:
If the bootloader is unlocked (it will tell you if it is), copy the twrp image to platform-tools folder and rename it to twrp.img and fire this command
Fastboot flash recovery twrp.img
Click to expand...
Click to collapse
Should I do this when my phone is switched off?
Ceranzuo said:
Should I do this when my phone is connected to pc or not? Switched off?
Click to expand...
Click to collapse
When your phone is connected to your pc in fastboot mode.
Lemme know how did it go, will reply back in the morning. Hope everything works fine for you.
Sent from my PLK-L01 using XDA Labs
muradulislam said:
When your phone is connected to your pc in fastboot mode.
Sent from my PLK-L01 using XDA Labs
Click to expand...
Click to collapse
Ok, after I typed this command, there appeared this message in window:
<waiting for any device>
Click to expand...
Click to collapse
after this I reboot into recovery mode, but there is still CWM, not TWRP
Ceranzuo said:
Ok, after I typed this command, there appeared this message in window:
<waiting for any device>
after this I reboot into recovery mode, but there is still CWM, not TWRP
Click to expand...
Click to collapse
You dont have your phone drivers installed. Google Huawei USB drivers and install them or use hisuite to install drivers for your phone.
After driver installation, do the same process again.
My bad. I assumed you would have drivers already installed
Sent from my PLK-L01 using XDA Labs
muradulislam said:
You dont have your phone drivers installed. Google Huawei USB drivers and install them or use hisuite to install drivers for your phone.
After driver installation, do the same process again.
My bad. I assumed you would have drivers already installed
Sent from my PLK-L01 using XDA Labs
Click to expand...
Click to collapse
I have already installed many drivers from different sites. I will try with hisuite
Ceranzuo said:
I have already installed many drivers from different sites. I will try with hisuite
Click to expand...
Click to collapse
Hisuite is the best option. Even if that does not work (there is a chance of that), Google Kouch's universal drivers and install those.
May have to manually install dribers if nothing works.
Lemme know how did it go. Will get back to you in the morning if nobody else came along (but someone surely will before that).
Have a nice day/night depending on your time zone
Sent from my PLK-L01 using XDA Labs
---------- Post added at 07:41 PM ---------- Previous post was at 07:31 PM ----------
Lemme get my teacher for you
@DigiGoon
Sent from my PLK-L01 using XDA Labs
I installed Hisuite and connected my phone. Windows have downloaded drivers automatically. And still the same...
But I forgot to tell you that when I connecting my switched off phone, my pc says "USB Device Not Recognized" (or something like that, I dont have english version of windows). Everything is ok when my phone is switched on...
This phone is cursed. I try to give up and stay on my current ROM, so I installed Nova Launcher, but setting it as default doesn't work :/
Thanks for trying to help me anyway.
Ceranzuo said:
I installed Hisuite and connected my phone. Windows have downloaded drivers automatically. And still the same...
But I forgot to tell you that when I connecting my switched off phone, my pc says "USB Device Not Recognized" (or something like that, I dont have english version of windows). Everything is ok when my phone is switched on...
This phone is cursed. I try to give up and stay on my current ROM, so I installed Nova Launcher, but setting it as default doesn't work :/
Thanks for trying to help me anyway.
Click to expand...
Click to collapse
I was awake just for your post. I think I got the problem. You need fastboot drivers imo but I would have to read a bit before I can suggest how to go about it.
Am busy tomorrow but will try to get back to you in the evening (GMT+5 time zone).
Can never be 100% sure but still I am confident, your problem has a solution. Just bear with me a day or two
Sent from my PLK-L01 using XDA Labs
Ceranzuo said:
I installed Hisuite and connected my phone. Windows have downloaded drivers automatically. And still the same...
But I forgot to tell you that when I connecting my switched off phone, my pc says "USB Device Not Recognized" (or something like that, I dont have english version of windows). Everything is ok when my phone is switched on...
This phone is cursed. I try to give up and stay on my current ROM, so I installed Nova Launcher, but setting it as default doesn't work :/
Thanks for trying to help me anyway.
Click to expand...
Click to collapse
Boot into recovery mode, no matter on which recovery are you on, and execute this command:
Code:
adb devices
And see the output, if it says something like:
Code:
**some_number** recovery
then it means there is no problem in the detection of your device by PC, if it does not, then check if the micro USB socket in the device is in good condition.
And I must ask: Are you able to do any operations on device via PC after connecting it?
DigiGoon said:
Boot into recovery mode, no matter on which recovery are you on, and execute this command:
Code:
adb devices
And see the output, if it says something like:
Code:
**some_number** recovery
then it means there is no problem in the detection of your device by PC, if it does not, then check if the micro USB socket in the device is in good condition.
Click to expand...
Click to collapse
I did it and it says some number and recovery
DigiGoon said:
And I must ask: Are you able to do any operations on device via PC after connecting it?
Click to expand...
Click to collapse
In "usb storage media" or something like that? Yes, I do.
Ceranzuo said:
I did it and it says some number and recovery
Click to expand...
Click to collapse
Okay, then it means that there is no problem in the connection. You are using SP Flash tool in which mode?
Sent from my PLK-L01 using Tapatalk