[Q] Stuck in safe mode - myTouch 3G, Magic General

Hi everybody.
I don't know how it happened (I just wanted to do a reboot in the recovery mode), but now I've got the blue led when normally turn my phone on. I can't even access to the fastboot (blue led too).
The only thing I can do, is boot in the safe mode, by booting my phone (connected to the charger) after removing the battery... I tried "reboot to bootloader", without success...
I think it's because of the recovery, because I had some problems during the installation of my last ROM, a few months ago. So I'd think I must flash a new recovery.
ow can I get out???? ADB? Special "trick"? Factory reset from the ROM? Flashing a new recovery (I don't know how...)?
Thank you, Roumaru

I tried to flash a new recovery with ADB, and then reboot to the bootloader, but it didn't work.... I'm really stuck!

Try RUU method if you are able to acces bootloader mode ,or try to search the forum or look into FAQ,for the answer of your problem.
Sent from my HTC Magic using xda app-developers app

george.wgx said:
Try RUU method if you are able to acces bootloader mode ,or try to search the forum or look into FAQ,for the answer of your problem.
Sent from my HTC Magic using xda app-developers app
Click to expand...
Click to collapse
I can't access to the bootloader... I can just access to the safe mode! It's really strange. I'll search in other forums, but I haven't found any answer yet

Roumaru said:
I can't access to the bootloader... I can just access to the safe mode! It's really strange. I'll search in other forums, but I haven't found any answer yet
Click to expand...
Click to collapse
Install mumilover's Fastboot Commander. Connect it to your PC with a USB cable, turn it on, and run Fastboot Commander. It will display a bunch of information about your phone that will help us diagnose the problem.
Just cut and paste the info it gives you. If it doesn't work, just tell us what information you see on the phone's screen.
You should see something like:
SAPPHIRE PVT 32A SHIP S-ON H
HBOOT-1.76.0007 (SAPP10000)
CPLD-10
RADIO-6.35.07.29
Aug 4 2009, 19:43:30
Later.

DasBub, he cannot acces bootloader,so he 's not able to see that info

george.wgx said:
DasBub, he cannot acces bootloader,so he 's not able to see that info
Click to expand...
Click to collapse
Yes, I understand that he can't get into HBOOT, FASTBOOT, or Recovery using physical buttons. But there are other possibilities we can check. I don't know his skill level, knowledge about the device, or the complete state of his device, so I'm trying to build a clearer picture.
If fastboot reports nothing, what about adb? If adb reports nothing, check device manager to see if it's even noticed by the PC.
When I said "just tell us what information you see on the screen" what I meant was "tell us what the screen is showing, even if it is nothing at all and the blue LED is on". My fault.
I'm curious about the whole "safe mode" business. Is it truly booting into safe mode, where you can see the words "safe mode" on the screen, or is it something else?

DasBub said:
Yes, I understand that he can't get into HBOOT, FASTBOOT, or Recovery using physical buttons. But there are other possibilities we can check. I don't know his skill level, knowledge about the device, or the complete state of his device, so I'm trying to build a clearer picture.
If fastboot reports nothing, what about adb? If adb reports nothing, check device manager to see if it's even noticed by the PC.
When I said "just tell us what information you see on the screen" what I meant was "tell us what the screen is showing, even if it is nothing at all and the blue LED is on". My fault.
I'm curious about the whole "safe mode" business. Is it truly booting into safe mode, where you can see the words "safe mode" on the screen, or is it something else?
Click to expand...
Click to collapse
I took a look at "fastboot commander", but naturally I need to be in the fastboot to make it work, and I can't access fastboot...
I can NOT boot in HBOOT, FASTBOOT, and Recovery, but when I remove the battery, put it in the phone, plug my charger, and then press the power button, the phone boot normally, except he's in the "safe mode" (can't access some applications, no network). I can control my phone with ADB, but when I tried "adb reboot bootloader", the blue led was here again...
I also tried the RUU method, but the RUU doesn't recognize my phone.
I think it would be good if I could do a "total reset" of my phone, like flashing it or something that can reset the bootloader.
Thank you for your interest

Yeah dude there is fix for you its named JTAG Google it and you will find out what is it.
In my country its cost me 40 Euro to fix i hope in your is cheaper or even better - you can make your own

Roumaru said:
I took a look at "fastboot commander", but naturally I need to be in the fastboot to make it work, and I can't access fastboot...
I can NOT boot in HBOOT, FASTBOOT, and Recovery, but when I remove the battery, put it in the phone, plug my charger, and then press the power button, the phone boot normally, except he's in the "safe mode" (can't access some applications, no network). I can control my phone with ADB, but when I tried "adb reboot bootloader", the blue led was here again...
I also tried the RUU method, but the RUU doesn't recognize my phone.
I think it would be good if I could do a "total reset" of my phone, like flashing it or something that can reset the bootloader.
Thank you for your interest
Click to expand...
Click to collapse
Could you try something? Make sure your phone is accessible using adb, then do this:
adb -s [serial number for phone, without brackets] reboot oem-78
The serial number can be found using "adb devices".
That should reboot you into RUU mode. If it doesn't work, safe mode should still be accessible.

Please don't post Q&A in the development section.
Thread Moved
Moderating from my One Xl

DasBub said:
Could you try something? Make sure your phone is accessible using adb, then do this:
adb -s [serial number for phone, without brackets] reboot oem-78
The serial number can be found using "adb devices".
That should reboot you into RUU mode. If it doesn't work, safe mode should still be accessible.
Click to expand...
Click to collapse
Doesn't work, the blue led is coming again...
Another idea, except Jtag? Because I don't want to spend money on my Magic, and I don't think I've got the material to do the Jtag...
However, thank you everybody!

Roumaru said:
Doesn't work, the blue led is coming again...
Another idea, except Jtag? Because I don't want to spend money on my Magic, and I don't think I've got the material to do the Jtag...
However, thank you everybody!
Click to expand...
Click to collapse
Hey, we're not giving up yet
You can access ADB, so it may be possible to push a recovery image onto the device and flash it.
For the original instructions, click this link and focus on Step 9.
Here's a shortened version:
Download roottools and unzip it somewhere on your PC.
With your phone in Safe Mode and connected to your PC, open a command prompt.
If you know which radio you were on (3.X or less, or 6.X), cd to that directory in roottools and push the recovery image.
Example: If you have 6.X, you would
cd c:\roottools\6.35Radio\​adb push Recovery-RA-hero-v1.6.2.img /sdcard​
Next:
cd to the "App" directory of roottools, then
adb push flash_image /data/local/tmp
adb shell
su
cd /data/local/tmp
chmod 777 flash_image (you might have to use /data/local/tmp/flash_image or ./flash_image)
flash_image recovery /sdcard/Recovery-RA-hero-v1.6.2.img​
If you get through that with no errors, we should be good. If it throws an error at "su" then you should try using SuperOneClick to get temporary root.
If it flashes without errors, you can try "adb reboot recovery" and see what happens.

Resolved
A few days ago, the "safe mode" logo disappeared. Really didn't understand why, but now my problem is solved!
Thank you for all, Roumaru

Roumaru said:
A few days ago, the "safe mode" logo disappeared. Really didn't understand why, but now my problem is solved!
Thank you for all, Roumaru
Click to expand...
Click to collapse
That's great news! Everything works normally now?
I have heard that a stuck button or trackball is a possible cause. Maybe that was the problem with your phone, but it became unstuck?
Cheers!

Related

OK I'm sorry but I'm Having issues with Fastboot

I tried asking in the Boot Image thread but since that thread was originally posted in January, I dont think anyone even goes in there anymore. OK this is what Ive got.
Im not sure if it was the new radio update or the JF1.5 or 1.51 but ever since Ive upgraded from RC33 the fastboot screen has changed and I havent been able to change my Boot Image.
Instead of just connecting the phone to the computer and pressing back to get fastboot it now give me 4 options instead of just fastboot.Up top it says
FASTBOOT USB (highlighted in red) then
<CAMERA STEP2> HBoot Mode
<SEND> Reset Device
<ACTION> Restart to HBoot
<MENU> Power Down
Is there a new driver i have to download? or is it something else? because when i go to RUN/CMD and I type in the correct commands to change the Boot Image it does nothing it says <waiting for device>
I'm Sorry if this may seem like a dumb Q? but I figured maybe I wasn't the only one having this problem?
sorry I dont really know the answer man, sounds like you are using a new spl or some other bootloader. However, just to let you know, you really needed to post this in the dev section and not the theme section. you probably would get a better response over there.
Stericson
un install your phones drivers in device manager.
unplug your phone,
reboot your computer into safe mode.
plug your phone into usb.
a dialog box will pop up, navigate it to the sdk folder or wherever you have the g1 drivers. install them. wait till it finishes.
then unplug your phone and boot it into fastboot mode. the plug it back in again. and install the same drivers again
unplug your phone and reboot your computer. you should be able to access your phone in fast boot now.
dont push boot images in safe mode, it may be unstable
Thanx guys let me see what i can do
Editk i must have updated to another SPL so i went back to the Original HardSpl and it came back thanx stericson fo the Idea. back to normal
Message to MODS: you can close this if you want I'm sorry for wasting space
Hi,
There is a new driver for the usb connection.
Unzip this file to a folder and plug in your phone don't Mount .
The computer should ask for a driver.
if it doesn't look in control panel, system, usb controllers.
One of the devices will should a problem, update the driver with the files you downloaded and you should be ok.
The computer doesn't recognize the new bootloader until you update the driver.
When you then plug in your phone, it will say fastboot usb.
LatinSilEighty said:
Thanx guys let me see what i can do
Editk i must have updated to another SPL so i went back to the Original HardSpl and it came back thanx stericson fo the Idea. back to normal
Message to MODS: you can close this if you want I'm sorry for wasting space
Click to expand...
Click to collapse
LatinSilEighty said:
I tried asking in the Boot Image thread but since that thread was originally posted in January, I dont think anyone even goes in there anymore. OK this is what Ive got.
Im not sure if it was the new radio update or the JF1.5 or 1.51 but ever since Ive upgraded from RC33 the fastboot screen has changed and I havent been able to change my Boot Image.
Instead of just connecting the phone to the computer and pressing back to get fastboot it now give me 4 options instead of just fastboot.Up top it says
FASTBOOT USB (highlighted in red) then
<CAMERA STEP2> HBoot Mode
<SEND> Reset Device
<ACTION> Restart to HBoot
<MENU> Power Down
Is there a new driver i have to download? or is it something else? because when i go to RUN/CMD and I type in the correct commands to change the Boot Image it does nothing it says <waiting for device>
I'm Sorry if this may seem like a dumb Q? but I figured maybe I wasn't the only one having this problem?
Click to expand...
Click to collapse
the spl you have there is Haykuro's Custom SPL
I had the same trouble with getting fastboot to work
I did the same as you and went back to HardSPL
trying to find a way to get fastboot to work on the newer SPL tho
will update if i get it to work

got a bricked N1...

some guy successfully bricked his N1 as soon as he received it about 2 months ago. When this expensive brick reached my hand, he didn't even remember what he had done... and this brick had been through many many ppl for repair, so there is no way for me to know what exactly happened during the last 2 months...
Anyway, now it:
1. light doesn't turn on when charging(not sure yet whether it is actually charing)
2. trackball + power could gets it to fastboot screen, but none of the key is working then.
3. after single press of power button when powered off, red/green/blue/white color bar and 3 droids on the screen
so , now I cannot put it in fastboot nor recovery mode, stuck.
could there be anything I can do to rescue it?
ndep said:
2. trackball + power could gets it to fastboot screen, but none of the key is working then.
Click to expand...
Click to collapse
Verify this. Enter fastboot mode (connected to usb) and then try "fastboot devices" in a command prompt. It it reports a connected device then its definitely recoverable.
The only way that a N1 get bricked (software wise) is by upgrading a wrong radio, and unfortunetly the only way to recover it (now) is by sending it to Google/HTC
more explanation
thanks i did try that...fastboot devices could not detect anything,coz it just freezes at that screen and could not enter any mode using power and voldown button.
what puzzlrs me most is that screens with multicolor bars, how on earth does that happen?
britoso said:
Verify this. Enter fastboot mode (connected to usb) and then try "fastboot devices" in a command prompt. It it reports a connected device then its definitely recoverable.
Click to expand...
Click to collapse
update: the light turns orange now and then when charging, and it is actually charging no matter the light is on or not. ( using my own nexus to verify that )
Did you plugged it to your PC?
I knew a guy who bought a ''flashing device'' capable of formating any chipset over USB, so he could do a clean install of the Firmware again. Perhaps you could find one of these devices over ebay
britoso said:
Verify this. Enter fastboot mode (connected to usb) and then try "fastboot devices" in a command prompt. It it reports a connected device then its definitely recoverable.
Click to expand...
Click to collapse
That's assuming he has the android sdk installed with the correct drivers. We don't know if the op has.
@vegetaleb: the device you mentioned is somewhat mysterious... a search on ebay with "flash device" does not give me anything related, do you have a specific name?
@C.Slater: I do have them, coz I myself own a nexus too..
should be deleted, sorry
@vegetaleb: the device you mentioned is somewhat mysterious... a search on ebay with "flash device" does not give me anything related, do you have a specific name?
@C.Slater: I do have them, coz I myself own a nexus too..
edit: isn't there an option to delete this reply? I clicked the submit button twice,sorry.
does typing fastboot devices in the cmd prompt work for your non bricked nexus?
Sent from my Nexus One using the XDA mobile application powered by Tapatalk
Does holding power+trackball bring you to fastboot?
Yes=It's not bricked
No=Kiss it goodbye, it's bricked
Simple as that
TFJ4 said:
Does holding power+trackball bring you to fastboot?
Yes=It's not bricked
No=Kiss it goodbye, it's bricked
Simple as that
Click to expand...
Click to collapse
power+trackball will bring it to fastboot screen, note just the fastboot screen, it just freezes there. All the buttons does not work, and connecting to PC using a USB cable does not show "FASTBOOT USB".
However, it could enter HBOOT with power+voldown, I noticed it searches for passdiag.zip , passdiag.nbh, etc. Could I use this builtin function to flash it? which file in this post should I use?
http://android.modaco.com/content/g...-online-kitchen-optional-root-insecure-himem/
I tried to use the first one ( http://www.romraid.com/paul/nexusone/EPE76-update-nexusone-stock-images.zip ), rename to PASSDIAG.zip , but HBOOT is still complaining about "No Image"
Perhaps it's physically damaged!
It remembers me of my boss iphone that looked perfectly normal but couldn't get a FW installed because the power part has been damaged by water(power button couldn't work at all)
Try renaming it to passimg.zip and use hboot again.
speedyls91 said:
Try renaming it to passimg.zip and use hboot again.
Click to expand...
Click to collapse
tried PASSIMG.zip , still "No Image"...
You can send it to htc for repair but the downside would be that you would never know how to deal with this kind of problem yourself...
Continue the research and keep us posted ...
i maybe wrong but i think is it case-sensitive.....meaning PASSIMG.zip would fail but passimg.zip wouldn't.....Correct me if i'm wrong please....
Case sensitive
I'm pretty sure it is case sensitive. Used to be that way with other android and HTC devices. Can't imagine it's changed.
linux is case sensitive, for sure.
i say approach from the adb/fastboot route, using usb. first, ensure that you have all the correct drivers etc for adb use (the sdk, the usb drivers, and the device specific drivers).
try ur 'adb devices' command
if adb sees it, in normal mode, you should be okay. make sure the phone has 'usb debugging' turned on in settings

Cannot boot into recovery---or phone!

Hi,
I mangled my clockwork recovery and stupidly didnt update to a working one. now my G1 is stuck at the boot up screen and i cant do anything. I need to get into recovery to reflash a rom!
what can i do?
Some more infos would be helpful, e.g. phone version, radio, SPL ...
For example if you have an "european" G1, you could do this:
a) If you have a fastboot enabled SPL (e.g. 1.33.2003, 1.33.2005, ...) -> go into fastboot mode, flash recovery, boot into that recovery and flash ROM
b) If you don't have a fastboot enabled SPL, make a Goldcard, flash e.g. orange-xxx.nbh -> now you have a fastboot enabled SPL, flash recovery, radio, SPL as needed, then continue with a)
i have a Uk G1.
I have 1.33.2005.
When I go into fastboot mode but i dont see "flash recovery" anywhere..
Fastboot ist a command you use from you PC while having connected your phone by USB.
In this thread you can have an overview of adb / fastboot / ... and how to set up. If you are on Winxx, probably you would like to have a look at this thread.
Nevertheless if you have set up the fastboot environment, typing
fastboot flash recovery <recovery.img>
on your local console window, having <recovery.img> in the current working directory on your PC will flash the recovery image on your phone.
im at work so cant install any of those....theres nothing i can do from my phone direct?
Unfortunately not ... how would you like to do it, when your phone neither boots recovery nor the ROM?
i see your point ! lol
I thought since i can get into the hboot screen (CAMERA and on buttons together) maybe something can be done....but obviously not!
AndDiSa said:
Fastboot ist a command you use from you PC while having connected your phone by USB.
In this thread you can have an overview of adb / fastboot / ... and how to set up. If you are on Winxx, probably you would like to have a look at this thread.
Nevertheless if you have set up the fastboot environment, typing
fastboot flash recovery <recovery.img>
on your local console window, having <recovery.img> in the current working directory on your PC will flash the recovery image on your phone.
Click to expand...
Click to collapse
Will not getting past the boot screen hinder any of this process...? especially as i keep seeing "select USB debugging mode" in these guides?
Press back+power to start phone in fastboot mode. Connect it to your PC using USB. (Probably you need to select fastboot on your phone later on, I do not remember at the moment.) After your phone was recognized by your PC (check by typing "fastboot devices") you can flash your recovery again.
There should be not G1 screen visible when starting your phone.
Sent from my Gingerbread on Dream using XDA App
As long as you can get in the HBoot... lucky you it isn't hard bricked like mine
I think I just bricked my US Tmobile G1! I was messing up trying to reflash the SPL and now the phone won't even turn on. Is there anything I can do to rescue my G1? I love the little phone.
Sent from my LG-P999 using XDA Premium App
jtag, riffbox... i never used them but i heard many people say it un bricked they're G1's lol not sure if this helps either but look into making a gold card..? or something like that.. lol or mabe the orange thing... im sorry i forget what its called..
ldrifta said:
jtag, riffbox... i never used them but i heard many people say it un bricked they're G1's lol not sure if this helps either but look into making a gold card..? or something like that.. lol or mabe the orange thing... im sorry i forget what its called..
Click to expand...
Click to collapse
Gold Card doesn't work and it is cheaper to get a new phone than to get Jtag. Thanks for your ideas anyways!
Sent from my LG-P999 using xda premium

Strange Bootloop problems!!!

Ok, i have a mytouch 4g that has never been rooted. The problem with the phone is that all of the sudden when i try to turn it on it wont get pass the splash screen. It will just turn off and reboot to the splash screen over and over. Thing is that i can get into Hboot quite easily. I tried to reflash the stock IMAGE file and it does it well without problems. But once its done and i hit power to reboot, the phone just starts to bootloop again doing the exact same thing. I know its kinda odd but i read somewhere that if i can get into Hboot the eMMc is not fried. But then what should be the problem?
enelyam said:
Ok, i have a mytouch 4g that has never been rooted. The problem with the phone is that all of the sudden when i try to turn it on it wont get pass the splash screen. It will just turn off and reboot to the splash screen over and over. Thing is that i can get into Hboot quite easily. I tried to reflash the stock IMAGE file and it does it well without problems. But once its done and i hit power to reboot, the phone just starts to bootloop again doing the exact same thing. I know its kinda odd but i read somewhere that if i can get into Hboot the eMMc is not fried. But then what should be the problem?
Click to expand...
Click to collapse
Sounds like hardware problem = warranty replacment
RcMix 3D Darkside Glacier HD
Tdj's Demonspeed v7 Kernel
Virtuous OC Damean
ClockWorkMod Recovery 5.0.2.0
Thanks, thats what i thought. Just wanted to ask so if someone have seen this before maybe there was a solution for that. But yeah, something is not right and i also think its a hardware issue.
Same prob here...anything like odin for htc? Engineering mode? I used two diff zip files tha were supposed to be the same recovery/ stock image/zip... think it i15img.zip or something... one does not do anything cept try and parse and restart other goes thru ok ok ok ok ok ok then skips the tp tp writes and says deferred or something but looks to get the job done but nah... what are the tp writes I skips...think they are right before the radio write...arg too tired
Sent from my SPH-D700 using XDA App
vizionforever said:
Same prob here...anything like odin for htc? Engineering mode? I used two diff zip files tha were supposed to be the same recovery/ stock image/zip... think it i15img.zip or something... one does not do anything cept try and parse and restart other goes thru ok ok ok ok ok ok then skips the tp tp writes and says deferred or something but looks to get the job done but nah... what are the tp writes I skips...think they are right before the radio write...arg too tired
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
HTC's too pro to have odin
the stock image file is named "PD15IMG.zip" and should be flashed in the bootloader.
Same here, this one skip the tp tp saying Bypassed on the second tp but everything seems to run ok. Only thing is that when i hit power after the update it will just start with the bootloop again. Since this is a friend, I dont really know what version it was running. But i do know its never been rooted or anything like that. Its on .86.000 and S-on and everything. Im going to try the gingerbread just for fun and see what happens.
thinking tese are Gingerbread update fails?
Let us know how the gingerbread turns out...Someone must have a recovery zip? Its obvious the two files I am trying to flash named the same thing are not the same thing or one is corrupted....211mb takes an hour on my connection now ANYONE HAVE A RECOVERY ZIP? Is there a program like odin(OK NOW I KNOW TO USE CMD AND ADB) Now I need a mytouch button press sequence to get to ENGINEERING MODE? to write to the frickin thing...I thought HTC was gonna be better than Samsung in this respect...I have one good mytouch4g that I can get the serial using the command 'adb devices' that is once mytouch is booted up...so question is how do i get to engineering mode in my bad my touch(which wont boot) so I can PUSH the file in command line interface.
vizionforever said:
Let us know how the gingerbread turns out...Someone must have a recovery zip? Its obvious the two files I am trying to flash named the same thing are not the same thing or one is corrupted....211mb takes an hour on my connection now ANYONE HAVE A RECOVERY ZIP? Is there a program like odin(OK NOW I KNOW TO USE CMD AND ADB) Now I need a mytouch button press sequence to get to ENGINEERING MODE? to write to the frickin thing...I thought HTC was gonna be better than Samsung in this respect...I have one good mytouch4g that I can get the serial using the command 'adb devices' that is once mytouch is booted up...so question is how do i get to engineering mode in my bad my touch(which wont boot) so I can PUSH the file in command line interface.
Click to expand...
Click to collapse
Turn the phone completely off, and turn it on again using volume down+power buttons. This enters hboot, or bootloader, where you flash the stock PD15IMG.zip file.
Sent from my HTC Glacier Sense 3.5 using xda premium
Unstick my heart
I should be able to communicate with device using adb push in command line interface hboot then? I dont see any device serial with adb devices
...Was hoping there was an engineering mode like samsung has...Well some different output here getting me excited...Img zip (211mb) that used to just stall with the other stock image zip I used (that does not parse) has at least allowed the img crc to work... below are my output pictures
http://www.flickr.com/photos/[email protected]/6447958131/
and this is the .zip (output picture of it anyway) (312mb)that I first used, seemed to work better than the one I had to rename in a recent post in Q&A forum, that said the zip that seems not to work unstuck img crc so now it reads hmmm....any ideas?
http://www.flickr.com/photos/[email protected]/6447957849/
vizionforever said:
I should be able to communicate with device using adb push in command line interface hboot then? I dont see any device serial with adb devices
...Was hoping there was an engineering mode like samsung has...Well some different output here getting me excited...Img zip (211mb) that used to just stall with the other stock image zip I used (that does not parse) has at least allowed the img crc to work... below are my output pictures
http://www.flickr.com/photos/[email protected]/6447958131/
and this is the .zip (output picture of it anyway) (312mb)that I first used, seemed to work better than the one I had to rename in a recent post in Q&A forum, that said the zip that seems not to work unstuck img crc so now it reads hmmm....any ideas?
http://www.flickr.com/photos/[email protected]/6447957849/
Click to expand...
Click to collapse
Once the phone is in bootloader, connect it to the computer, and you should see "fastboot USB" on the phone. Then open up adb, and type
Code:
fastboot devices
Sent from my HTC Glacier Sense 3.5 using xda premium
EDIT: here, download THIS FILE, rename it to PD15IMG.
then place it in the ROOT of your SDcard (not in any folders)
turn off and reboot the device into bootloader
bootloader should find the file and ask if you want to update
not sure if this is the method you used... tell us how it goes
Hmm Command did not say i had any devices (blank line) but my command line interface is in fastboot / adb(whats the differnce?) seems like it sees it? tell me if Im wrong... The command 'Fastboot devices' brought up long dir of commands, then I tried the following commands faastboot push and update PD15IMG (See pic below) Thanks for your help! I will try your zip! (but I would like to push from command line fastboot)
http://www.flickr.com/photos/[email protected]/6448265267/
Currently downloading ur zip thx...23 mins left :\
THANKS!
vizionforever said:
Hmm Command did not say i had any devices (blank line) but my command line interface is in fastboot / adb(whats the differnce?) seems like it sees it? tell me if Im wrong... Fastboot devices brought up long dir of commands for adb? then I tried following commands (See pic below) Thanks for your help! I will try your zip! (but I would like to push from command line fastboot)
http://www.flickr.com/photos/[email protected]/6448265267/
Click to expand...
Click to collapse
does your device say that it's "fastboot USB" somewhere on it? if it says "HBOOT USB", manually scroll to fastboot and select it.
no it does not seem to see it is connected
http://www.flickr.com/photos/[email protected]/6448372103/
I know USB works because it attempts to orange led flashes/charges before it turns on but it does not say usb after fastboot
still waiting for download...29 mins remaining at 72kb per sec groan
vizionforever said:
no it does not seem to see it is connected
http://www.flickr.com/photos/[email protected]/6448372103/
Click to expand...
Click to collapse
hmm.. might be because you don't have the engineering bootloader.
my mom's is S-on as well, and computer can't see it through fastboot.
anyway, just use the method i told you, move it onto the SDcard manually
Computer cant see it, but can it write to it?(i want to try) What is proper command to push pd15IMG in adb/fastboot? should I do it in adb or fastboot on computer? and what mode on phone: hboot or fastboot? thx G
vizionforever said:
Computer cant see it, but can it write to it?(i want to try) What is proper command to push pd15IMG in adb/fastboot? should I do it in adb or fastboot on computer? and what mode on phone: hboot or fastboot? thx G
Click to expand...
Click to collapse
i meant taking out the SDcard and connecting the SDcard to the computer, and transfer files that way.
Understood what u meant, just wanted to try usb push ind adb while file is downloading...
vizionforever said:
Understood what u meant, just wanted to try usb push ind adb while file is downloading...
Click to expand...
Click to collapse
don't think that's gonna work :/
sorry
ehh crap same thing skips tp writes....Still stuck, any other .zip to try? HTC Device(without seperate engineering mode does not seem to more "pro" (but the htc windows drivers, they seem more robust
What to do now :| ???
thx G
---------- Post added at 09:36 PM ---------- Previous post was at 09:12 PM ----------
same thing bootloop
computer now sees a unknown usb device anyone have the .inf? Google search for "mytouch .inf" showed only 6 results none I can use... Would rather use a .inf and install from disk than use .exe
EDIT: flashed http://forum.xda-developers.com/show....php?t=1174344
not it writes to #7 TP but not #8 still in bootloop... Now cant flash cause that is most recent... Can I try to flash any custom roms? or... My s is on
Its a waste of time people, sorry to say but this is definetly a hardware issue and its been spreading all over the world with people having issues on that same subject.

I ruined my phone and i need help

Hi i need to unroot and factory reset the phone. Oneplus 2 What ive already done or tried: I started to try unrooting it through superSU but that didnt work i just waited waited and nothing hapened. so then i tried to fastboot img but just got error the device is locked even though i did enable oem unluck and usb debuging. so then i wrote in cmd: fastboot oem unlock and now the phone starts up to the op logo then restard into it again after a second D'=
Im not familiar with forums and very stressed to get my phone working so i would be very very gratefull for help.
now i cant even charge it the batery logo doesnt come up after i did fasboot oem unlock again.... rip
spacebite said:
Hi i need to unroot and factory reset the phone. Oneplus 2 What ive already done or tried: I started to try unrooting it through superSU but that didnt work i just waited waited and nothing hapened. so then i tried to fastboot img but just got error the device is locked even though i did enable oem unluck and usb debuging. so then i wrote in cmd: fastboot oem unlock and now the phone starts up to the op logo then restard into it again after a second D'=
Im not familiar with forums and very stressed to get my phone working so i would be very very gratefull for help.
Click to expand...
Click to collapse
spacebite said:
no i cant even charge it the batery logo doesnt come up after i did fasboot oem unlock again.... rip
Click to expand...
Click to collapse
Got to OnePlus support center and go in download section and download official ROM. Hold power and volume up bottons and connect it to PC. After that go in folder where adb files are located on your PC (If you don't have them, search on Google for "adb install 15 sec"). Hold left shift on your keyboard and right click your mouse in that folder on an empty space. Click something related with command window and type "fastboot devices". If you get some kind of feedback it's 2minute of work! If you don't have anything come up, try to start your device in fastboot mode again (second sentence in this post). After you got a feedback from command "fastboot devices" flash custom recovery (I suggest TWRP, Google it and download the .IMG file for your device). To flash a custom recovery type this in command line: "fastboot flash recovery IMAGE_NAME.img"
*replace IMAGE_NAME with actual image name...
After that boot in recovery by disconnecting the phone and powering off the phone. Press and hold power button and volume down buttons till blue TWRP logo appears. After that connect your device on PC and transfer your .Zip file(ROM) to internal memory of your device. You should go back to main menu of recovery and select wipe>advanced wipe, select everything BUT INTERNAL STORAGE!!!***IMPORTANT***
Then you just install ROM like you would normally do...
Press thanks it i helped! Hope I didn't missed something.
This is written in mind with that you have unlocked bootloader like you have written in your post...
x8Cooler said:
Got to OnePlus support center and go in download section and download official ROM. Hold power and volume up bottons and connect it to PC. After that go in folder where adb files are located on your PC (If you don't have them, search on Google for "adb install 15 sec"). Hold left shift on your keyboard and right click your mouse in that folder on an empty space. Click something related with command window and type "fastboot devices". If you get some kind of feedback it's 2minute of work! If you don't have anything come up, try to start your device in fastboot mode again (second sentence in this post). After you got a feedback from command "fastboot devices" flash custom recovery (I suggest TWRP, Google it and download the .IMG file for your device). To flash a custom recovery type this in command line: "fastboot flash recovery IMAGE_NAME.img"
*replace IMAGE_NAME with actual image name...
After that boot in recovery by disconnecting the phone and powering off the phone. Press and hold power button and volume down buttons till blue TWRP logo appears. After that connect your device on PC and transfer your .Zip file(ROM) to internal memory of your device. You should go back to main menu of recovery and select wipe>advanced wipe, select everything BUT INTERNAL STORAGE!!!***IMPORTANT***
Then you just install ROM like you would normally do...
Press thanks it i helped! Hope I didn't missed something.
This is written in mind with that you have unlocked bootloader like you have written in your post...
Click to expand...
Click to collapse
thanks i will try when i get home
Fallow this and don't trust any guides written out of memory with likely any mistakes.. (no offense)
This guide has various approaches to recover your phone, remember to research first and don't type carelessly any adb commands, it's not enough to just tick "oem unlock" in developer options, you'd have to type command on fastboot too, to unlock the bootloader.. there are many guides and youtube tutorials on this subject, absolutely unnecessary to blindly kill it, anyways I'll never understand how you can be so reckless with your phone..
https://forums.oneplus.net/threads/...ck-guide-for-a-hard-bricked-oneplus-2.347607/
Edit: the state you brought your phone into is called "hard bricked" - have fun..
Sent from my OnePlus2 using XDA Labs
spacebite said:
thanks i will try when i get home
Click to expand...
Click to collapse
Don't!
If you get no joy from following the instructions in the link given by @Sam Nakamura, try @fareed_xtreme's Official OP2 Stock Reset to OOS 3.0.2
Sam Nakamura said:
Fallow this and don't trust any guides written out of memory with likely any mistakes.. (no offense)
This guide has various approaches to recover your phone, remember to research first and don't type carelessly any adb commands, it's not enough to just tick "oem unlock" in developer options, you'd have to type command on fastboot too, to unlock the bootloader.. there are many guides and youtube tutorials on this subject, absolutely unnecessary to blindly kill it, anyways I'll never understand how you can be so reckless with your phone..
https://forums.oneplus.net/threads/...ck-guide-for-a-hard-bricked-oneplus-2.347607/
Edit: the state you brought your phone into is called "hard bricked" - have fun..
Sent from my OnePlus2 using XDA Labs
Click to expand...
Click to collapse
Aight thank you i had some suspicion it might be ...-bricked didnt know which though so thank you
If you can get in the bootloader then possibly the device is still OK. Just need to get the right ROM.
Try different TWRP versions. Sometimes, one particular version can save the world.

Categories

Resources