Related
I was doing pretty well:
unlocked, and got TWRP installed.
got su in place
then I did something stupid...I was planning to install custom rom..but I forgot to transfer it to the phone...
I did a wipe of cache, dalvik and system and suggested by rom poster...
and now I'm supposed to install the new rom..but oops..it's not on phone, and since its not removable, I dont know how to mount it...? i tried adb..but it doesn't seem to see the phone..and I'm really not sure what to do next?
Thank you!
Go to twrp website and they have directions on how to adb side load. Ill find a link I used on my DNA that gives clearer directions also. Adb sideload works the same on all devices that use twrp if in not mistaken
Sent from my HTC6435LVW using xda app-developers app
hmmm, I went to the site and followed instructions...but....
when I run ADB sideload from phone in twrp...it just sits forever at starting ADB sideload feature and doesn't actually start....any suggestions? thanks for the quick response..I was a little panicky, but knowing that there is a possibility is very reassuring!
keith843 said:
Go to twrp website and they have directions on how to adb side load. Ill find a link I used on my DNA that gives clearer directions also. Adb sideload works the same on all devices that use twrp if in not mistaken
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
For you /path/to/file.zip, you need to put it in an easily accessible place like on the desktop.
then your path would be : C:\Users\*your user name*\Desktop
So your total set of commands with your phone in recovery and in adb sideload mode would be:
1. cd C:\Users\*your user name*\Desktop
2. adb sideload rom.zip
Sent from my HTC6435LVW using xda app-developers app
My current problem is that the phone is stuck trying to start the ADB sideload feature. When I type ADB devices..just to make sure I wasn't actually connected, it lists no devices ... I think I can manage to transfer the file over if I could actually get the sideload feature to start.
keith843 said:
For you /path/to/file.zip, you need to put it in an easily accessible place like on the desktop.
then your path would be : C:\Users\*your user name*\Desktop
So your total set of commands with your phone in recovery and in adb sideload mode would be:
1. cd C:\Users\*your user name*\Desktop
2. adb sideload rom.zip
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
Do you have the sdk downloaded to your pc?
Sent from my HTC6435LVW using xda app-developers app
yes, this seems to be a problem with twrp as sideload just wont start on the actual phone..just sits there saying starting....is there any other way to transfer a file?
keith843 said:
Do you have the sdk downloaded to your pc?
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
thehungrymonkey said:
My current problem is that the phone is stuck trying to start the ADB sideload feature. When I type ADB devices..just to make sure I wasn't actually connected, it lists no devices ... I think I can manage to transfer the file over if I could actually get the sideload feature to start.
Click to expand...
Click to collapse
Did you use my thread to unlock/flash twrp? If so run your commands from that folder and put the rom zip in that folder
Ok, wow..I actually have bigdaddy helping So I stepped back and repeated your steps, and it appears sideloading was working, but at the ned it said failed to write data 'protocol fault <no status> eek...what do i do now?
...
bigdaddy619 said:
Did you use my thread to unlock/flash twrp? If so run your commands from that folder and put the rom zip in that folder
Click to expand...
Click to collapse
Try to reflash the recovery,
fastboot flash recovery recovery.zip
And try to sideload again, sometimes twrp got buggy with me. Please correct me if I'm wrong bigdaddy,(never saying that again. Sounded dirty) lmao
Sent from my HTC6435LVW using xda app-developers app
thehungrymonkey said:
Ok, wow..I actually have bigdaddy helping So I stepped back and repeated your steps, and it appears sideloading was working, but at the ned it said failed to write data 'protocol fault <no status> eek...what do i do now?
...
Click to expand...
Click to collapse
hmmmm I have never seen that tried googling the error message but didnt really see anything
---------- Post added at 03:20 AM ---------- Previous post was at 03:19 AM ----------
keith843 said:
Try to reflash the recovery,
fastboot flash recovery recovery.zip
And try to sideload again, sometimes twrp got buggy with me. Please correct me if I'm wrong bigdaddy,(never saying that again. Sounded dirty) lmao
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
haha
I do have a question tho, since the dna and ONE are closely related, if I had an unlocked, soff, eng hboot on the one, could a vzw radio be flashed and it work correctly or is that the hardware radio that determines if it would work?
Sent from my HTC6435LVW using xda app-developers app
it worked finally! took a few runs at it...sideload seems...a touch finicky, but hell thank you! I owe you a big hug!
bigdaddy619 said:
hmmmm I have never seen that tried googling the error message but didnt really see anything
---------- Post added at 03:20 AM ---------- Previous post was at 03:19 AM ----------
haha
Click to expand...
Click to collapse
thehungrymonkey said:
it worked finally! took a few runs at it...sideload seems...a touch finicky, but hell thank you! I owe you a big hug!
Click to expand...
Click to collapse
Glad you got it going now make a backup
---------- Post added at 03:40 AM ---------- Previous post was at 03:35 AM ----------
keith843 said:
I do have a question tho, since the dna and ONE are closely related, if I had an unlocked, soff, eng hboot on the one, could a vzw radio be flashed and it work correctly or is that the hardware radio that determines if it would work?
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
No clue bro
---------- Post added at 04:03 AM ---------- Previous post was at 03:40 AM ----------
FYI you can use adb push to move files no need to use side load (Thanks for the info -viperboy-)
Never used adb push before, sideload is easy for me to understand as well
Sent from my HTC6435LVW using xda app-developers app
keith843 said:
Never used adb push before, sideload is easy for me to understand as well
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
I never used either I asked viperboy to take a look and see if he could help, but the OP got it figured out before he had a chance haha and he relayed that bit of helpful info to me
bigdaddy619 said:
I never used either I asked viperboy to take a look and see if he could help, but the OP got it figured out before he had a chance haha and he relayed that bit of helpful info to me
Click to expand...
Click to collapse
Seems like some new research is in order for me. That's what I love about this site. Full of knowledgable people to help educate the less knowledgable learn new and better ways of doing things.
Sent from my HTC6435LVW using xda app-developers app
keith843 said:
Seems like some new research is in order for me. That's what I love about this site. Full of knowledgable people to help educate the less knowledgable learn new and better ways of doing things.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
Well said
Research complete, lol.
http://forum.xda-developers.com/showthread.php?p=26430276
Sent from my HTC6435LVW using xda app-developers app
keith843 said:
Research complete, lol.
http://forum.xda-developers.com/showthread.php?p=26430276
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
Nice good find
Hi Developers,
I need your help i have been a fan of this site for some time now and have found very useful information here. now i need your help once again.
I tried to unlock the Bootloader and flashed TWRP and CWM but when i try to bring the device back up SU is not granted Root access. i tried over and ocer again.
When i try to reboot the phone Fastboot/Flash recovery/TWRP or CWM the device hands adn never comes back up.
I even tried to do a Facotry reset and start over. This also did not work.
Can you guys please guide me on truly doing a factory reset so that i can try this again?
Thank you very much for your help.
Rgrds,
Robert1c
If you want to reset to out of the box stock, run the ruu.
Sent from my HTCONE using Tapatalk 4 Beta
Robert1c said:
Hi Developers,
I need your help i have been a fan of this site for some time now and have found very useful information here. now i need your help once again.
I tried to unlock the Bootloader and flashed TWRP and CWM but when i try to bring the device back up SU is not granted Root access. i tried over and ocer again.
When i try to reboot the phone Fastboot/Flash recovery/TWRP or CWM the device hands adn never comes back up.
I even tried to do a Facotry reset and start over. This also did not work.
Can you guys please guide me on truly doing a factory reset so that i can try this again?
Thank you very much for your help.
Rgrds,
Robert1c
Click to expand...
Click to collapse
coal686 said:
If you want to reset to out of the box stock, run the ruu.
Sent from my HTCONE using Tapatalk 4 Beta
Click to expand...
Click to collapse
Hi Coal-
I tried that earlier. the 1st time through it saw my device but then blued screened my PC. then once rebooted i tried again and its not seeing my device anymore. any advice?
Robert1c said:
Hi Coal-
I tried that earlier. the 1st time through it saw my device but then blued screened my PC. then once rebooted i tried again and its not seeing my device anymore. any advice?
Click to expand...
Click to collapse
Hi Guys just an update. i was able to get TWRP installed but now it never actually launches the phone. when i reboot the phone it goes right into TWRP.
What am i doing wrong?
Robert1c said:
Hi Guys just an update. i was able to get TWRP installed but now it never actually launches the phone. when i reboot the phone it goes right into TWRP.
What am i doing wrong?
Click to expand...
Click to collapse
If you can get into recovery, just restore nandroid. Or flash a fresh rom.
Sent from my lair.
volk9029 said:
If you can get into recovery, just restore nandroid. Or flash a fresh rom.
Sent from my lair.
Click to expand...
Click to collapse
I tried running the RUU.zip but i get the attached error
Robert1c said:
I tried running the RUU.zip but i get the attached error
Click to expand...
Click to collapse
Make sure you are in the boot loader when running ruu and you have all the proper HTC drivers. If that's not it you can try searching Google for the error.
Dude. Just boot into recovery then on phone press mount usb. On your computer in your drives you should see your phones memory. Download a rom from the sprint htc one. Use this. http://www.androidfilehost.com/?fid=22962010882834713 Once downloaded drag zip to storage. Once done press unmount usb. Then on recovery press install from storage. Click on your rom zip. Let it install. Reboot your htc one. Your good. You should have no more issues.
Sent from my HTCONE using xda premium
eric00716 said:
Make sure you are in the boot loader when running ruu and you have all the proper HTC drivers. If that's not it you can try searching Google for the error.
Click to expand...
Click to collapse
he also has to relock his bootloader to run the RUU
Fyi, because I see it misused a lot, "Bricking" man's it won't even power on, be recognized by any device, etc. If it just won't go into its ROM then that isn't a brick.
Sent from my HTCONE using Tapatalk 4 Beta
Mine fits the description of bricked better... All stock, no root, just using it as a GPS, left it plugged into the car charger when I went into the store but turned the screen off (that thing gets HOT). When I came back, no led, no power, nothing. Have tried connecting to the wall charger that came with it, to USB 2 and 3 on computers, left it charging all night. Not so much as a flicker... The computers didn't recognize anything connecting to them either.
Long hold of power (with and without either/both volume buttons) has done nothing.
What is left to try? I would rather not lose all the pictures from my vacation, but need my phone back for work.
If its not rooted go to sprint and get urself a new one
Sent from my HTCONE using xda premium
HTC_M7 said:
If its not rooted go to sprint and get urself a new one
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
Thanks! thats what im thinking about doing. the screen says:
*** TAMPERED ***
*** RELOCKED ***
will they take it back adn give me a new one in this state?
THanks again!
Well it says it was tampered
Sent from my HTCONE using Tapatalk 4 Beta
Dang... Not good news, but I never played with it at all, so I should be OK. Really too bad about those pictures.
HTC_M7 said:
Well it says it was tampered
Sent from my HTCONE using Tapatalk 4 Beta
Click to expand...
Click to collapse
I think that will be an issue as well. i did find a few posts that talk about the RUU to take it back to stock where the two messages would go away but the mirrors where this is located (http://www.androidfilehost.com/?fid=22979706399752930) are all down.
I have the HTC One from Sprint. does anyone know where else i can find the RUU?
http://www.androidfilehost.com/?fid=22979706399752930
Sent from my HTCONE using Tapatalk 4 Beta
---------- Post added at 05:06 PM ---------- Previous post was at 05:06 PM ----------
Try again
Sent from my HTCONE using Tapatalk 4 Beta
HTC_M7 said:
http://www.androidfilehost.com/?fid=22979706399752930
Sent from my HTCONE using Tapatalk 4 Beta
---------- Post added at 05:06 PM ---------- Previous post was at 05:06 PM ----------
Try again
Sent from my HTCONE using Tapatalk 4 Beta
Click to expand...
Click to collapse
Looks like it may have been my machine. downloading now. thanks ill post an update in a minute.
I had already brush boot manually,i tried two custom roms,the viperrom and 42One,same problem,when you set up and connecting wifi,the phone will reboot and stuck in the main interface,you could only see a battery,signal,time on the black screen,if you do nothing,after a while,the phone will reboot over and over again,My phone is HTC One(Spirit).:cryinglease help me!
Happened to me f-ed my baseband had to ruu
Sent from my One using xda app-developers app
DEFNUB said:
Happened to me f-ed my baseband had to ruu
Sent from my One using xda app-developers app
Click to expand...
Click to collapse
:crying:I hope someone could give me another choice..
That's unless u flash a radio but I haven't tried that option
Sent from my One using xda app-developers app
---------- Post added at 12:33 AM ---------- Previous post was at 12:31 AM ----------
There's a thread with all radios somewhere on here check it out
Sent from my One using xda app-developers app
DEFNUB said:
That's unless u flash a radio but I haven't tried that option
Sent from my One using xda app-developers app
---------- Post added at 12:33 AM ---------- Previous post was at 12:31 AM ----------
There's a thread with all radios somewhere on here check it out
Sent from my One using xda app-developers app
Click to expand...
Click to collapse
You mean set s-off?
Are you doing a clean install
Wiping cache/dalvik cache/system/data (from the Wipe/Advance Wipe tab) or using the Superwipe zip?
Sounds to me like you are doing a dirty flash or a bad downlod
My bad forgot u have to be s-off to flash a radio (I think). Also a lot of the ROMs require s-off
Sent from my One using xda app-developers app
bigdaddy619 said:
Are you doing a clean install
Wiping cache/dalvik cache/system/data (from the Wipe/Advance Wipe tab) or using the Superwipe zip?
Sounds to me like you are doing a dirty flash or a bad downlod
Click to expand...
Click to collapse
I did that but i haven't tried the superwipe.Now i find two problems.First,Every time after i wiped those files,i enter the install option,there are still many zip files on the sdcard,second,i just brush the rom again without brush boot,The fact is no different at all,which means i haven't write boot to my phone,i don't know why.i did exactly what they said,use the fastboot flash boot order.to write boot in.
DEFNUB said:
My bad forgot u have to be s-off to flash a radio (I think). Also a lot of the ROMs require s-off
Sent from my One using xda app-developers app
Click to expand...
Click to collapse
but they said if your phone isn't s-off,you have to brush root manually,but it seems didn't work,i used the way people told me online,it didn't work.
Mike0916 said:
I did that but i haven't tried the superwipe.Now i find two problems.First,Every time after i wiped those files,i enter the install option,there are still many zip files on the sdcard,second,i just brush the rom again without brush boot,The fact is no different at all,which means i haven't write boot to my phone,i don't know why.i did exactly what they said,use the fastboot flash boot order.to write boot in.
Click to expand...
Click to collapse
What do you mean brush?
You don't need to flash the boot.img separately on the HTC One just flash the rom zip
Once you get it booted use a file explorer to remove some of the older zips that may be part of the problem you are running low on storage
Do you mean this???
http://forum.xda-developers.com/showthread.php?t=2236849
Sent from my One using xda app-developers app
bigdaddy619 said:
What do you mean brush?
You don't need to flash the boot.img separately on the HTC One just flash the rom zip
Once you get it booted use a file explorer to remove some of the older zips that may be part of the problem you are running low on storage
Click to expand...
Click to collapse
Sorry,i mean install(brush),You sure is gonna work with s-on phone?
Mike0916 said:
Sorry,i mean install(brush),You sure is gonna work with s-on phone?
Click to expand...
Click to collapse
Yes it will work.
Sent from my HTCONE using xda app-developers app
Mike0916 said:
Sorry,i mean install(brush),You sure is gonna work with s-on phone?
Click to expand...
Click to collapse
Just make sure you wipe everything I mentioned or use the superwipe then install the rom
DEFNUB said:
Do you mean this???
http://forum.xda-developers.com/showthread.php?t=2236849
Sent from my One using xda app-developers app
Click to expand...
Click to collapse
I had tried it,didn't work,thanks though.
bigdaddy619 said:
Just make sure you wipe everything I mentioned or use the superwipe then install the rom
Click to expand...
Click to collapse
OK,i'll do it and report later.
bigdaddy619 said:
Just make sure you wipe everything I mentioned or use the superwipe then install the rom
Click to expand...
Click to collapse
I just tried superwipe on it,the problem still occur
Mike0916 said:
I just tried superwipe on it,the problem still occur
Click to expand...
Click to collapse
You are flashing just the rom zip correct? No need to flash the boot.img also.
I hate to say it but I think ruu might be your answer. If you can pull down status bar and click the settings button on right corner go down to phone settings and then go to about , software info, more tab. And see if your baseband says unknown
Sent from my HTCONE using xda app-developers app
bigdaddy619 said:
You are flashing just the rom zip correct? No need to flash the boot.img also.
Click to expand...
Click to collapse
Yes,i did,although there are still bunch of zip files in my phone after i used superwipe.
Hey all! I have (had) a rooted HTC one.
In an attempt to install an Android 4.3 ROM, I've got my phone in 1 of 2 stages.
I have TWRP
When I tried to download the 4.3 ROM and reboot, it takes me back to the bootloader screen. If i try reboot, it continuity takes me back to this screen.
If i go to recovery, and attempt to wipe & backup, it says successful, however, upon a reboot, it goes through the motions, but android nor apps never loads and in about 20 seconds, the phone restarts and continues this process over and over again..
Can anyone help me just get my phone back please?
I feel like somethings just missing or do i need to factory reset?
Did you flash a Sprint rom?
bigdaddy619 said:
Did you flash a Sprint rom?
Click to expand...
Click to collapse
i used the one on htconeroot
which since you've said that, i noticed i misread the directions thinking it'd work for my phone because it was rooted. so i guess not.
what do i have to do now?
jaywill13 said:
i used the one on htconeroot
which since you've said that, i noticed i misread the directions thinking it'd work for my phone because it was rooted. so i guess not.
what do i have to do now?
Click to expand...
Click to collapse
Did you do the OTA update to 4.3?
bigdaddy619 said:
Did you do the OTA update to 4.3?
Click to expand...
Click to collapse
i tried (before my attempt to do 4.3 rom) but every time it downloaded and my phone restarted, it took me to TWRP and i didn't know how to get it to actually install to my device.
Just flash a firmware
Sent from my GT-I9082 using XDA Premium 4 mobile app
adi160699 said:
Just flash a firmware
Sent from my GT-I9082 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
how do i go about that?
Like flash a custom ROM or any android version
Sent from my GT-I9082 using XDA Premium 4 mobile app
---------- Post added at 02:47 PM ---------- Previous post was at 02:47 PM ----------
You can flash 4.2.2 firmware
Sent from my GT-I9082 using XDA Premium 4 mobile app
adi160699 said:
Like flash a custom ROM or any android version
Sent from my GT-I9082 using XDA Premium 4 mobile app
---------- Post added at 02:47 PM ---------- Previous post was at 02:47 PM ----------
You can flash 4.2.2 firmware
Sent from my GT-I9082 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
do i have to flash both rom and firmware, or one or the other?
Jaywill I did the exact same thing as you did, followed the wrong root guide to upgrade 4.3 on htconeroot. I too get booted into the bootloader screen consistently and after a factory reset/recovery it's stuck in a bootloop.
http://forum.xda-developers.com/showthread.php?t=2476053
It took me 8 hours last night to fix it, I eventually had to resort to relocking my bootloader and install the 1.29 RUU. Phone seems to work fine now.
Gr8 Good for you
Sent from my GT-I9082 using XDA Premium 4 mobile app
---------- Post added at 03:35 PM ---------- Previous post was at 03:35 PM ----------
jaywill13 said:
do i have to flash both rom and firmware, or one or the other?
Click to expand...
Click to collapse
Any one
Sent from my GT-I9082 using XDA Premium 4 mobile app
kadsura said:
Jaywill I did the exact same thing as you did, followed the wrong root guide to upgrade 4.3 on htconeroot. I too get booted into the bootloader screen consistently and after a factory reset/recovery it's stuck in a bootloop.
http://forum.xda-developers.com/showthread.php?t=2476053
It took me 8 hours last night to fix it, I eventually had to resort to relocking my bootloader and install the 1.29 RUU. Phone seems to work fine now.
Click to expand...
Click to collapse
thank you so much! did you lose everything on your phone?
kadsura said:
Jaywill I did the exact same thing as you did, followed the wrong root guide to upgrade 4.3 on htconeroot. I too get booted into the bootloader screen consistently and after a factory reset/recovery it's stuck in a bootloop.
http://forum.xda-developers.com/showthread.php?t=2476053
It took me 8 hours last night to fix it, I eventually had to resort to relocking my bootloader and install the 1.29 RUU. Phone seems to work fine now.
Click to expand...
Click to collapse
also, i looked at the post but it didn't contain any links. kind of confused at what the course of action is.
jaywill13 said:
thank you so much! did you lose everything on your phone?
Click to expand...
Click to collapse
jaywill13 said:
also, i looked at the post but it didn't contain any links. kind of confused at what the course of action is.
Click to expand...
Click to collapse
I did lose everything on my phone. I didn't had much on it though since I've only had the phone for two weeks.
The course of action is this:
First connect phone to your computer and get ADB going (hopefully you had USB debugging on)
Then follow this guide to get S-OFF and relock bootloader, make sure you booted into recovery:
http://forum.xda-developers.com/showthread.php?p=44243635
Then download RUU from this link
http://forum.xda-developers.com/showthread.php?t=2250904
and install on your PC.
kadsura said:
I did lose everything on my phone. I didn't had much on it though since I've only had the phone for two weeks.
The course of action is this:
First connect phone to your computer and get ADB going (hopefully you had USB debugging on)
Then follow this guide to get S-OFF and relock bootloader, make sure you booted into recovery:
http://forum.xda-developers.com/showthread.php?p=44243635
Then download RUU from this link
http://forum.xda-developers.com/showthread.php?t=2250904
and install on your PC.
Click to expand...
Click to collapse
that's the part i don't get is where do i find/access the adb?
First off I'm assuming you have the android SDK installed on your PC since you have rooted phones before.
You probably need a driver for your PC to recognize the phone. The one I used is this
http://forum.xda-developers.com/showthread.php?t=2263822
But you can also download and install the HTC Sync
Once your PC recognizes your phone and you are booted into recovery you can push ADB and fastboot commands to your phone.
kadsura said:
First off I'm assuming you have the android SDK installed on your PC since you have rooted phones before.
You probably need a driver for your PC to recognize the phone. The one I used is this
http://forum.xda-developers.com/showthread.php?t=2263822
But you can also download and install the HTC Sync
Once your PC recognizes your phone and you are booted into recovery you can push ADB and fastboot commands to your phone.
Click to expand...
Click to collapse
issue is, my phone can't stay on longer than 30 seconds
Hello everyone, I'm new here so I'm sorry I broke the law with a particular.
I have a problem on my HTC Sensation XL, after I had the original version of the producer decided to update .. Root and everything I did and downloaded the rom of King Cobra .. After installation cell phone it got stuck in a loop problem seems Sense .. I am looking for a normal rom download for a long time and found .. Cell phone belongs to my girlfriend and now is angry at me: (
So if anyone has a simple and regular Rom get me please I would love to mark important I'm from Israel and I have to rom will be in Hebrew please .. Thank you to those who help me appreciate it very much
Then did you know how you shall install official ROM?
This is what you need:
RUU_Runnymede_HTC_ISR
http://www.filefactory.com/file/c01...822_3822.11.10.30_M_release_231770_signed.exe
Thanks but I do not know to install regular rum and Not Working link
oshri433 said:
Thanks but I do not know to install regular rum and Not Working link
Click to expand...
Click to collapse
This is new one:
http://filescroptube.com/file/28191...822-3822-11-10-30-m-release-231770-signed-exe
and another one:
http://www.generalfiles.biz/downloa...822.11.10.30_M_release_231770_signed.exe.html
any more????????
Thank you
Is it complicated to install it on a cell phone?
oshri433 said:
Thank you
Is it complicated to install it on a cell phone?
Click to expand...
Click to collapse
No so far, if you unlocked phone only need to lock again with ASB, then connect to PC and run ruu.
Sent from my Sensation XL using XDA Premium HD app
I tried to do the installation of the version but the computer shows me an error .. Maybe we have to return the locking device?
And If so should lock how to do it please??
Someone please help me, I looked all over the internet, I can not find a way to lock the boot again :crying:
In the bootloader, connect the phone to the computer and chose "fastboot". On the computer (assuming you have fastboot in the forder you are in), launch a terminal and type "festboot oem lock". Then it's done.
Siphoné said:
In the bootloader, connect the phone to the computer and chose "fastboot". On the computer (assuming you have fastboot in the forder you are in), launch a terminal and type "festboot oem lock". Then it's done.
Click to expand...
Click to collapse
Ok thank I hope it's is this
Register it cell phone or computer?
I'm really sorry for all the posts..
I don't see terminal in the boot
If you cne tel me better how I do it I be happy
Please??
How did you unlocked the phone in the first place? The terminal means a Dos terminal in windows with adb & other supporting files in the folder. Type in "fastboot oem lock". Then run the RUU Israel you downloaded
Sent from my GT-i9300 using Tapatalk 4
You mean to cmd?
What is the adb?
Yes cmd in windows. Have you unlocked your bootloader? Search your computer for adb.exe, if it exist, all files you need for terminal commands are in the folder. Run cmd from that folder
Sent from my GT-i9300 using Tapatalk 4
---------- Post added at 07:32 PM ---------- Previous post was at 07:21 PM ----------
http://forum.xda-developers.com/showthread.php?t=2598802
Justplayinghard provided this thread, read it & all solutions can be found here
Sent from my GT-i9300 using Tapatalk 4
hansonchen said:
Yes cmd in windows. Have you unlocked your bootloader? Search your computer for adb.exe, if it exist, all files you need for terminal commands are in the folder. Run cmd from that folder
Sent from my GT-i9300 using Tapatalk 4
---------- Post added at 07:32 PM ---------- Previous post was at 07:21 PM ----------
http://forum.xda-developers.com/showthread.php?t=2598802
Justplayinghard provided this thread, read it & all solutions can be found here
Sent from my GT-i9300 using Tapatalk 4
Click to expand...
Click to collapse
So that means that the file is in a cell phone? Need to copy it from the mobile into a folder and then unlock record in cmd??
Go read Justplayinghard link I gave you
Sent from my GT-i9300 using Tapatalk 4
hansonchen said:
Go read Justplayinghard link I gave you
Sent from my GT-i9300 using Tapatalk 4
Click to expand...
Click to collapse
I connect to ״xl multi tool״ and I was registered there relock pressed it and everything worked out Thanks so much
Glad to hear you've fixed it
Sent from my GT-i9300 using Tapatalk 4