[Q] [Urgent] How to Enter to Recovery mode without Power button - Nexus One Q&A, Help & Troubleshooting

Hello guys,
I have a big problem!
which is that my power button not work...
and I don't have any problem with it because I use trackball to unlock my phone .. and using (quick boot) for rebooting...
BUT,,, Yesterday I have change my ROM to (ICS) which is sdk version, and I know that...
the ICS url:
http://forum.xda-developers.com/showthread.php?t=1314781&page=7
whatever,,,, the wifi is not work ! the data(3G) is not work ! the Bluetooth is not work ! so how to enter the recovery mode to return my previous ROM ?!
Help me please!

Any help plzzzzz

just use quick boot but select either recovery or bootloader depending on which option you need

ICS is new enough that I don't know if this will work, but in Gingerbread and lower, you can use adb to do it.
Make sure Settings -> Applications -> Development -> USB Debugging Mode is enabled. Then go to the computer type
Code:
adb reboot recovery

bassmadrigal said:
ICS is new enough that I don't know if this will work, but in Gingerbread and lower, you can use adb to do it.
Make sure Settings -> Applications -> Development -> USB Debugging Mode is enabled. Then go to the computer type
Code:
adb reboot recovery
Click to expand...
Click to collapse
Thank you alot, but it does not work
I have faced this replay:
'adb' is not recognized as an internal or external command,
operable program or batch file.
I'm waiting...

hloo said:
Hello guys,
and using (quick boot) for rebooting...
Click to expand...
Click to collapse
anthonyh90 said:
just use quick boot but select either recovery or bootloader depending on which option you need
Click to expand...
Click to collapse
If you're using Quickboot already do what Anthonyh90 stated. Chose Recovery or Bootloader

baseballfanz said:
If you're using Quickboot already do what Anthonyh90 stated. Chose Recovery or Bootloader
Click to expand...
Click to collapse
no my friend , that was my previous state when I was using another ROM!
my state now that I cannot send or run APK in this ROM beacouse the (3g, WIFI, and bluetooth) is not work so I cannot send (Quickboot.apk) and the ROM has not any file manager to install Quickboot.apk from SD card !
sorry

hloo said:
no my friend , that was my previous state when I was using another ROM!
my state now that I cannot send or run APK in this ROM beacouse the (3g, WIFI, and bluetooth) is not work so I cannot send (Quickboot.apk) and the ROM has not any file manager to install Quickboot.apk from SD card !
sorry
Click to expand...
Click to collapse
OK, yeah sometimes you need to post a little more details.
Here's Quickboot
http://dl.dropbox.com/u/16959871/Quick Boot-11.apk
Here's Astors file manager
http://dl.dropbox.com/u/16959871/ASTRO-203.apk

baseballfanz said:
OK, yeah sometimes you need to post a little more details.
Here's Quickboot
Here's Astors file manager
Click to expand...
Click to collapse
no my friend... you was in the correct path in your first replay...
I need a way to send "adb" command to my phone !
when I connect my phone to the laptop>>> the message appear "unknown device" ! in (2.3.*) the laptop know that is (Nexus one) !
** sorry for my bad english

This is a long and hard procedure, but should work if you are not able to use adb or if you don't find a better solution. You will have to power on your device using the battery trick one time or two:
Pull out the battery.
Copy the passimg.zip to the root of your sdcard.
Power on the n1 with the battery trick. You have to keep the vol- button pressed while booting.
Install the passimg file
Root your phone (oneclickroot is fine).
Reboot with adb or with battery trick.
Install quickboot and rommanager
Install recovery.
Use quickboot to enter in recovery and restore your backup.
Hope this helps
Claudio
Sent from my Nexus One using Tapatalk

zener79 said:
This is a long and hard procedure, but should work if you are not able to use adb or if you don't find a better solution. You will have to power on your device using the battery trick one time or two:
Pull out the battery.
Copy the passimg.zip to the root of your sdcard.
Power on the n1 with the battery trick. You have to keep the vol- button pressed while booting.
Install the passimg file
Root your phone (oneclickroot is fine).
Reboot with adb or with battery trick.
Install quickboot and rommanager
Install recovery.
Use quickboot to enter in recovery and restore your backup.
Hope this helps
Claudio
Sent from my Nexus One using Tapatalk
Click to expand...
Click to collapse
it is work tell installing "passimg.zip" !!! thank u !!!
my phone now is 2.1 !
but I cannot cont. cuz tell now the usb does not known my phone !
is there any way to root the phone without usb ? I mean like installing "passimg.zip"

-Upgrade to 2.2 Froyo
-look for a Z4Root QR Code
-Scan the Z4Root QR code using Google Goggles or w/e
-Install it using astro or a file manager app
-look for Z4root tutorials on youtube
-????
-Profit
You don't need the computer at all but for looking up tutorials IF you are confused that is.

You need to install the phone drivers on your PC, than you can use oneclickroot. Reboot, install quickboot, recovery and you are done ;-)
Sent from my Nexus One using Tapatalk

Related

how to flash recovery?

im trying to flash godspeed recovery but im a newb so of course i dont know how. it says to flash from recovery and type whatever but it doesnt do anything. someone suggested using rom manager to flash it but that didnt work. how can i flash a new recovery? i have asked twice in the godspeed recovery thread but noone answered so i figured i'd try here. any help would be greatly appreciated. thanks!
Someone help, ima newb!!! Lol
Sent from my HERO200 using XDA App
Have you read through Darch's post on how to flash this recovery? Just click on the link in my sig for this particular thread. This is not directly flashable from the sd card. You need to flash it via adb
edit* You have read the thread, do you know how to flash via adb?
Based on your signature, I'm going to assume you are already rooted.
My first question is do you have the Android SDK installed on your computer? My Next question is have you already placed the recovery image on your SD Card (if you are using apps2sd you will want to place it on the FAT partition, but do not place it in any folders)
If you can answer yes two both question above, then go ahead conncect your phone to your computer with the cable and run the sdk in a command window or terminal window (depends on if you are using Windows or Linux) and type the following:
adb shell
flash_image recovery /sdcard/nameofrecovery.img (changing the "nameofrecovery.img" to the name of the image file on your sdcard)
If you run into any problems or if you don't know how to install the sdk post back and I will give you an alternative method to try.
Yes to everything. I tried typing that from recovery and while in the phone with usb debugging on and charge only. It just kept giving me errors.
Sent from my HERO200 using XDA App
cp0020 said:
Yes to everything. I tried typing that from recovery and while in the phone with usb debugging on and charge only. It just kept giving me errors.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Change from charge only to sync and it should work. Make sure ur in the sdk/tools folder and type adb remount before u type in the adb shell command
If you are still having trouble, you may want to just grab from the market a neat little program called Gscript (paid version) or Gscript Lite (adware) and create a script to flash the recovery image.
Once you install it on your phone the steps are:
Start GScript
Click on the phone's Menu Key and select Add Script
Give your script an easily identifiable name
Make sure there is a check mark in the Needs SU? box
then you can type in the command to flash recovery which would be:
flash_image recovery /sdcard/"nameofimagefile" (changing the name to whatever the name of the recovery image you stored on you sd card is)
then click on save.
The script should now appear in the list of availble scripts - just click it to run it. If SuperUser Permissions pops up requesting permission click on allow and you should see message at the bottom that the window will close in 19 seconds.
To verify if this worked for you go ahead and manually reboot into recovery mode - Power off the phone, then press and hold the home key while pressing and releasing the power button.
Let me know how you make out with this.

[Q] Nexus one bricked :( and lost recovery mode

can you help me fix this problem
after wipe all data, cache and anotherthing wipe (it's name very hard to remember ).
I cant use recovery mode, my phone can open fastboot and bootloader, but can't open recovery mode (it's only show a android logo when i press "recovery")
please help me (
I could be wrong, but you should be able to use adb to push a new recovery on to your phone.
Try plugging your phone thru USB cord to your computer to see if you can run any adb commands. If you can I think you should be able to push a new recovery to your phone.
justflikwalk said:
I could be wrong, but you should be able to use adb to push a new recovery on to your phone.
Try plugging your phone thru USB cord to your computer to see if you can run any adb commands. If you can I think you should be able to push a new recovery to your phone.
Click to expand...
Click to collapse
can you show me more, i dont know adb commands, and push new recovery is "recovery clockwork" and "recovery RA". I tried apply them, but it's not work,may be i wrong in some thing, it's the first time i use android phone . throught usb, i have "fastboot usb"
please help me
http://wiki.cyanogenmod.com/wiki/Nexus_One:_Full_Update_Guide
but my phone cant connect with PC, atlthough i installed google usb driver.
i might be wrong but cant you just flash a original ruu, than root and reinstall recovery
#1)Go and download yourself a recovery.img file that is compatible with your device and put the image on the root of your SD card (that means on the main directory and not in a folder)
#2)Make sure you have a terminal emulator application installed from the market on your phone. If you don't...install one now.
#3)Open up your terminal and type in
Code:
su
to gain root access. If you are root the next line should show the
Code:
# symbol
#4)At the next line type in
Code:
flash_image recovery /sdcard/name-of-recovery.img
you will need to replace the code that says name-of-recovery.img with the exact name of the file on your SD card.
#5)Hit enter, wait a few seconds and viola ! you have a recovery again.
Good luck man.
hxq88 said:
but my phone cant connect with PC, atlthough i installed google usb driver.
Click to expand...
Click to collapse
Try the driver from this thread.
It helped me set up my ADB for the N1
http://forum.xda-developers.com/showthread.php?t=613217
#2)Make sure you have a terminal emulator application installed from the market on your phone. If you don't...install one now.
you mean install terminal from android market? my phone stop working in android logo screen, i cant do anything in android OS, include enable debugging?
I need restore my recovery mode, and my prolem is Pc cant see phone
hxq88 said:
#2)Make sure you have a terminal emulator application installed from the market on your phone. If you don't...install one now.
you mean install terminal from android market? my phone stop working in android logo screen, i cant do anything in android OS, include enable debugging?
I need restore my recovery mode, and my prolem is Pc cant see phone
Click to expand...
Click to collapse
Did you have ADB working before? Try using the driver from the link I posted.
Have you tried the passimg method?
baseballfanz said:
Did you have ADB working before? Try using the driver from the link I posted.
Have you tried the passimg method?
Click to expand...
Click to collapse
i typed ADB devices on command prompt, it'show
View attachment 763802
and it's my driver after update from your link
View attachment 763803
what is passimg method, is the way rename room.zip => PASSIMG.zip
You did have debugging turn on correct?
Not sure what else to suggest except the passimg method, worth a shot.
Sent from my Transformer TF101 using Tapatalk
And... if you try to install a stock rom? When starts the HBOOT automatically detect the rom and ask to install. One time you've installed the rom, root & install recovery
I think that work because, It happens to me 1 week ago.

Nexus S and ICS a little problem

Hi all
I did not receive the OTA so I decided to manually update my nexus s (I9020XXK1)
Unfortunately the navigation works only on wi-fi. Although the data navigation is turned on the mobile does not download email etc.
I thought it was a problem with widgetsoid and I disinstalled it but the problem is still there.
I also tried to update the APN via "APN Italiani" but the programs shows the generic message that "he encountered an error"
My question: do you have any idea how to work it out? and also: is there a program similar to widgetsoid for a dummy (me)?
thanks a lot
paperaino said:
Hi all
I did not receive the OTA so I decided to manually update my nexus s (I9020XXK1)
Unfortunately the navigation works only on wi-fi. Although the data navigation is turned on the mobile does not download email etc.
I thought it was a problem with widgetsoid and I disinstalled it but the problem is still there.
I also tried to update the APN via "APN Italiani" but the programs shows the generic message that "he encountered an error"
My question: do you have any idea how to work it out? and also: is there a program similar to widgetsoid for a dummy (me)?
thanks a lot
Click to expand...
Click to collapse
just flash a customer rom like aosp + (http://forum.xda-developers.com/showthread.php?t=1397358) -> all works
it would be even worst! I already tried but I'm a dummy and couldn't do it
at home I have a mac and could not get a propor procedure. now (at work) I have a pc but no administrator rights.
if there is an easy way to do it then I will give it a try but I would need a "guide for dummies"
paperaino said:
it would be even worst! I already tried but I'm a dummy and couldn't do it
at home I have a mac and could not get a propor procedure. now (at work) I have a pc but no administrator rights.
if there is an easy way to do it then I will give it a try but I would need a "guide for dummies"
Click to expand...
Click to collapse
go to market and install rom manager start it and install clockworkmod recovery (the first thing) download a customer rom and put it to your sd card bzw internal storage shutdown your phone then press vol down button start your phone now you are in clockworkmod recovery then wipe data factory reset then format cache and choose flash form zip choose your rom and flash it restart your phone thats it
try looking at this post
http://forum.xda-developers.com/showthread.php?t=878446
and this http://forum.xda-developers.com/showthread.php?t=1007782
Crespo_Fir3start3r said:
go to market and install rom manager start it and install clockworkmod recovery (the first thing) download a customer rom and put it to your sd card bzw internal storage shutdown your phone then press vol down button start your phone now you are in clockworkmod recovery then wipe data factory reset then format cache and choose flash form zip choose your rom and flash it restart your phone thats it
Click to expand...
Click to collapse
I downloaded "rom manager"
WhenI tried to install clockworkmode recovery he told me some problems occurred while executing provileged commands...
paperaino said:
I downloaded "rom manager"
WhenI tried to install clockworkmode recovery he told me some problems occurred while executing provileged commands...
Click to expand...
Click to collapse
fuu sri i forgot that you need root to install cmw
http://forum.xda-developers.com/showthread.php?t=1321582 download this and root your phone step by step with this one click tool very easy then follow the guide again
Crespo_Fir3start3r said:
fuu sri i forgot that you need root to install cmw
http://forum.xda-developers.com/showthread.php?t=1321582 download this and root your phone step by step with this one click tool very easy then follow the guide again
Click to expand...
Click to collapse
Ok I downloaded it and run the .bat file
checked everything and plugged the cable
clicked on "enter" the dos says:
*daemon not running. starting it now*
*daemon started successfully*
then?
paperaino said:
Ok I downloaded it and run the .bat file
checked everything and plugged the cable
clicked on "enter" the dos says:
*daemon not running. starting it now*
*daemon started successfully*
then?
Click to expand...
Click to collapse
click enter again and follow the guide in this tool erverything is explained
Crespo_Fir3start3r said:
click enter again and follow the guide in this tool erverything is explained
Click to expand...
Click to collapse
unfortunately "enter" brings noway
the dos prompt keeps there with no reaction..
paperaino said:
unfortunately "enter" brings noway
the dos prompt keeps there with no reaction..
Click to expand...
Click to collapse
that´s strange it should work :/
have you done all these things ?
[*] Before u begin:
(1) make sure u have installed adb drivers for ur device
(2) enable "USB DEBUGGING"
from (Menu\Settings\Applications\Development)
(3) enable "UNKNOWN SOURCES"
from (Menu\Settings\Applications)
(4) [OPTIONAL] increase screen timeout to 10 minutes
(5) connect USB cable to PHONE and then connect to PC
restart it maybe this help
Crespo_Fir3start3r said:
that´s strange it should work :/
Click to expand...
Click to collapse
the mobile is turned on. I have unplugged it, closed the prompt and re-launched the bat
now it only says:
---Starting
---Waiting for device
paperaino said:
the mobile is turned on. I have unplugged it, closed the prompt and re-launched the bat
now it only says:
---Starting
---Waiting for device
Click to expand...
Click to collapse
if you enabled usb debugging you have to connect your device with your pc
Crespo_Fir3start3r said:
that´s strange it should work :/
have you done all these things ?
[*] Before u begin:
(1) make sure u have installed adb drivers for ur device
(2) enable "USB DEBUGGING"
from (Menu\Settings\Applications\Development)
(3) enable "UNKNOWN SOURCES"
from (Menu\Settings\Applications)
(4) [OPTIONAL] increase screen timeout to 10 minutes
(5) connect USB cable to PHONE and then connect to PC
restart it maybe this help
Click to expand...
Click to collapse
(1) how do I install them?
(2) OK
(3) OK
(4) no it was optional...
(5) of course
paperaino said:
(1) how do I install them?
(2) OK
(3) OK
(4) no it was optional...
(5) of course
Click to expand...
Click to collapse
http://developer.android.com/sdk/win-usb.html a google tutorial how to install the drivers needed
beside I am at school so I am not able to answer everytime if I could I answer you sri for this
Crespo_Fir3start3r said:
http://developer.android.com/sdk/win-usb.html a google tutorial how to install the drivers needed
beside I am at school so I am not able to answer everytime if I could I answer you sri for this
Click to expand...
Click to collapse
I'm trying this way (hopefully it will work considering that I do not have administrator rights)
Would be great if there was a program to install directly on the nexus ...
beside I'm in the office
unfortunately it doesn't work
I don't have the provileges to update drivers on this pc. I will try later at home with my wife pc or something different
paperaino said:
I'm trying this way (hopefully it will work considering that I do not have administrator rights)
Would be great if there was a program to install directly on the nexus ...
beside I'm in the office
unfortunately it doesn't work
I don't have the provileges to update drivers on this pc. I will try later at home with my wife pc or something different
Click to expand...
Click to collapse
ohh ok xD and yes you need admin rights for this :/
Would be great if there was a program to install directly on the nexus ... ? do you mean the driver when yes they are for windows xD or what do you mean ?
Crespo_Fir3start3r said:
ohh ok xD and yes you need admin rights for this :/
Would be great if there was a program to install directly on the nexus ... ? do you mean the driver when yes they are for windows xD or what do you mean ?
Click to expand...
Click to collapse
we are trying all this just to root the nexus s (from my understanding)
would be great there was an easy way to get root access straight from the nexus without connecting it to a pc or mac
paperaino said:
we are trying all this just to root the nexus s (from my understanding)
would be great there was an easy way to get root access straight from the nexus without connecting it to a pc or mac
Click to expand...
Click to collapse
I do not know anything like that :S

Need Help please [solved] !!!

I have Imilika's AOSP ICS ROM V6,
I changed the buid.prop
ro.sf.lcd_density=213
for tablet mode. after I reboot, my GNote is not booting. I cannot go to recovery mode or download mode.
Please help. I don't know what to do
Got it
OK, I was really sad about what happens to my phone, but finally I managed to fix it .
As I told you, my phone was not booting to recovery or download modes (key combinations not worked). finally I try to connect to PC via USB and luckily my PC could detect my phone . So i realized that the problem is the display not coming but phone is halfway booted.
So, I tried to change my build.prop via adb but failed due to cannot grant root permission (becoz display is off).
Finally I issue a adb commad to reboot in recovery mode.
"adb reboot recovery"
yeah, that command directly take me to the CWM recovery. then I flash AOSP v6 again.
Now, my phone is working again.
P.S. I just note this down for others if they get same problem future !
I have question.. I don't understand the term adb. What that actually and why need that? I did so many flashing so far and I didn't use this adb yet!
priyanv said:
I have question.. I don't understand the term adb. What that actually and why need that? I did so many flashing so far and I didn't use this adb yet!
Click to expand...
Click to collapse
If you don't know what ADB is, you probably shouldn't be flashing so regularly. Anyway, ADB stands for "Android Debug Bridge" and it is a protocol for device control, development, and debugging.
Sent from my GT-N7000 using Tapatalk
priyanv said:
I have question.. I don't understand the term adb. What that actually and why need that? I did so many flashing so far and I didn't use this adb yet!
Click to expand...
Click to collapse
adb is a connection type. we can run shell commands (in the phone), file transfer via adb by using our PC. for that we should have to enable usb debug mode in our mobile.
Actually you might used adb, when you root your phone in the first place . If you have CF-Root zip file, just extract it. you will see a folder called "files", in there you can see adb.exe .
If you need test run,
connect phone via USB(make sure you've enabled USB debug), open command prompt, navigate to that "files" directory.
run "adb shell ls" (to run "ls" command in phone)
run "adb push <anyfile in the PC> /system/sdcard/" (copy files from PC to sdcard)
like that
OK now I got it.. But why do we need to push some file like this when we are able to transfer files like mass storage??? Or what else can be done??? Sorry for the basic questions..
priyanv said:
OK now I got it.. But why do we need to push some file like this when we are able to transfer files like mass storage??? Or what else can be done??? Sorry for the basic questions..
Click to expand...
Click to collapse
Its functionality is not only to copy files from pc to mobile and vice versa.You can use it to get logs due to bad flashing,zip align apps,reboot into recovery,DL mode,normal reboot etc...

[Q] [Help] Stuck at the HTC Bootloader with the sdcard, system formatted through CWM

Hello there,
Right now I'm stuck with an HTC one with its complete system wiped out i.e format cache/system/sdcard/media etc via CWM recovery throught the option in mounts and storage (I did that by mistake on CWM, forgetting about how the phone does not have an external sd card which I'm used to...) I don't think its USB debugging option was enabled either because I had fresh unlocked the bootloader so the phone was reset to factory settings, so I don't know if adb sideload is an option. (I don't know how this works either, at least not entirely... only what I learnt over the past 4-5 hours through the web) I feel like i have the adb path set up right, all I need to do is be able to access the device through my computer so I can somehow transfer the ROM zip onto the sdcard so I can install it. Can I just flash the ROM zip through fastboot? I already read around that prolly not but someone mentioned that I can flash the factory stock update... Where can I get that. Help pls! 2 months salary down the drain... replacement is not an option here... there is no customer service where I come from..
crazhy said:
Hello there,
Right now I'm stuck with an HTC one with its complete system wiped out i.e format cache/system/sdcard/media etc via CWM recovery throught the option in mounts and storage (I did that by mistake on CWM, forgetting about how the phone does not have an external sd card which I'm used to...) I don't think its USB debugging option was enabled either because I had fresh unlocked the bootloader so the phone was reset to factory settings, so I don't know if adb sideload is an option. (I don't know how this works either, at least not entirely... only what I learnt over the past 4-5 hours through the web) I feel like i have the adb path set up right, all I need to do is be able to access the device through my computer so I can somehow transfer the ROM zip onto the sdcard so I can install it. Can I just flash the ROM zip through fastboot? I already read around that prolly not but someone mentioned that I can flash the factory stock update... Where can I get that. Help pls! 2 months salary down the drain... replacement is not an option here... there is no customer service where I come from..
Click to expand...
Click to collapse
Check my guide
If u still have cwm recovery u can plug ur phone to pc via USB and select mount USB storage and drop the Rom zip onto internal sd and flash it through recovery.. if not u can download a cwm recovery that u can flash thru adb via command prompt on pc then u can do what I sed earlier
Sent from my HTC Sensation Z710e using xda premium
sibozzy1811 said:
If u still have cwm recovery u can plug ur phone to pc via USB and select mount USB storage and drop the Rom zip onto internal sd and flash it through recovery.. if not u can download a cwm recovery that u can flash thru adb via command prompt on pc then u can do what I sed earlier
Sent from my HTC Sensation Z710e using xda premium
Click to expand...
Click to collapse
No you can't
Thank you for the quick response! This is the message I get after typing "adb devices" in the command prompt from the platform tools folder
adb server is out of date. killing...
* daemon started successfully *
List of devices attached
I'd already tried this before but this time I extracted the sdk in C:\ just to see if it made any difference... I even used the command "adb remount" it still says "error device not found". Could this be because of the USB debugging option from the developers menu in settings? I can't make that change right now because i can't boot into the phone! What can i do to correct this?
"C:\adt-bundle-windows-x86-20130522\sdk\platform-tools>adb devices
List of devices attached
C:\adt-bundle-windows-x86-20130522\sdk\platform-tools>adb remount
error: device not found"
This is what i get in the cmd script
My laptop that i connect to the phone is on a 64 bit operating system does it matter if the sdk i downloaded is for 32 bit?
crazhy said:
Thank you for the quick response! This is the message I get after typing "adb devices" in the command prompt from the platform tools folder
adb server is out of date. killing...
* daemon started successfully *
List of devices attached
I'd already tried this before but this time I extracted the sdk in C:\ just to see if it made any difference... I even used the command "adb remount" it still says "error device not found". Could this be because of the USB debugging option from the developers menu in settings? I can't make that change right now because i can't boot into the phone! What can i do to correct this?
"C:\adt-bundle-windows-x86-20130522\sdk\platform-tools>adb devices
List of devices attached
C:\adt-bundle-windows-x86-20130522\sdk\platform-tools>adb remount
error: device not found"
This is what i get in the cmd script
My laptop that i connect to the phone is on a 64 bit operating system does it matter if the sdk i downloaded is for 32 bit?
Click to expand...
Click to collapse
did you give up or is this resolved ?
clsA said:
did you give up or is this resolved ?
Click to expand...
Click to collapse
Still looking for a solution!
crazhy said:
Still looking for a solution!
Click to expand...
Click to collapse
are you using MacHackz guide here ? >> http://forum.xda-developers.com/showthread.php?t=2325853
Also do you still have the fastboot folder in c:\fastboot you used to unlock the bootloader ?
crazhy said:
Still looking for a solution!
Click to expand...
Click to collapse
Hop on TeamViewer, think I have the solution
clsA said:
are you using MacHackz guide here ? >> http://forum.xda-developers.com/showthread.php?t=2325853
Also do you still have the fastboot folder in c:\fastboot you used to unlock the bootloader ?
Click to expand...
Click to collapse
Yes I do
MacHackz said:
Hop on TeamViewer, think I have the solution
Click to expand...
Click to collapse
Downloading right now... my internet is really bad today itll be 10 mins to doenload that 5 mb file
crazhy said:
Downloading right now... my internet is really bad today itll be 10 mins to doenload that 5 mb file
Click to expand...
Click to collapse
Will it sustain a connection then ;D
MacHackz said:
Hop on TeamViewer, think I have the solution
Click to expand...
Click to collapse
MacHackz I just had a couple suggestions and I'll step aside
I use the same fastboot folder I used to unlock the bootloader for all adb stuff it contains a working copy of adb
and makes sure the path is easy and correct. (no spaces)
2. I see he mentions using a laptop ..be sure your using a usb 2 port .. not the blue usb 3.0 ports their know to cause issues with adb.
MacHackz said:
Will it sustain a connection then ;D
Click to expand...
Click to collapse
Ill restart it, it reverts to high speeds its just being super spiky right now
MacHackz said:
Will it sustain a connection then ;D
Click to expand...
Click to collapse
Ok lets go! remote control or meeting?
@ clsa, its most deifinitely a usb 2.0 port
crazhy said:
Ok lets go! remote control or meeting?
@ clsa, its most deifinitely a usb 2.0 port
Click to expand...
Click to collapse
Remote just post your id and pass, I will get there first
MacHackz said:
Remote just post your id and pass, I will get there first
Click to expand...
Click to collapse
186 608 490
z57pf4
crazhy said:
186 608 490
z57pf4
Click to expand...
Click to collapse
Black screen ;D
dammit again... i dunno which button to press lol
crazhy said:
dammit again... i dunno which button to press lol
Click to expand...
Click to collapse
Just had the same problem but i got my rom on with usb otg can you try that?
mount usb otg and load zip

Categories

Resources