[Q] Unlocking with firewater - Verizon HTC One (M8)

Everytime I paste the command adb wait-for-device push firewater /data/local/tmp it does not work as good and I get MTP USB device failed, and I am using HTC drivers. Please help!!!

Related

rooting post911 HTC Dream (rogers)

So I am currently in the cmd for windows and when I type the "adb push exploid /sqlite_stmt_journals" I get this message:
"Failed to copy exploid to /sqlite_stmt_journals" Read only file system.
What I am doing wrong? Bt the way I am following the post911 guide for the rogers HTC dream and currently in this directory for cmd "C:\adb\platform-tools\" (renamed the folder to adb as I thought I was supposed to do).
All help appreciated!
Update: So my phone wasn't being detected on the computer and I believe that's the reason why. I disconnected and plugged it back in, and did the sync with windows pushed the command and it went through. Followed the rest of the guide and when i typed adb shell i got a dollar sign only. Continued following the guide and I still have the dollar sign instead of "C:\adb|etc.." and the adb shell command wont work.
1. No idea what you're talking about or relating to.
2. Try using "adb remount" then try again.
Scorpia said:
1. No idea what you're talking about or relating to.
2. Try using "adb remount" then try again.
Click to expand...
Click to collapse
Title says Rogers HTC Dream. According to this guide I am trying to follow the command "adb push exploid /sqlite_stmt_journals" and i get the error message stated above.
What can i do to get past this? Adb remount didn't do anything.
Update: So my phone wasn't being detected on the computer and I believe that's the reason why. I disconnected and plugged it back in, and did the sync with windows pushed the command and it went through. Followed the rest of the guide and when i typed adb shell i got a dollar sign only. Continued following the guide and I still have the dollar sign instead of "C:\adb|etc.." and the adb shell command wont work.

[solved] ADB pull help?

So I installed the newest radios from the dev forum using the PG06IMG.zip.
Well now my phone wont boot because I need to restore, but I can't get into recovery because the bootloader always asks if I want to install PG06IMG.zip
What is the ADB Pull command to remove the file?
Also, when can I use ADB pull? When my phone is stuck at the bootscreen or the bootloader?
I do the following
cd C:\AndroidSDK\platform-tools
then >adb
then I do
adb pull /sdcard/PG06IMG.zip
keeps saying remote object "file" does not exist
what's the correct process of removing this file?
nevermind, I figured it out by just booting directory to recovery from command prompt
adb shell boot recovery

[Q] 2.20 root - stuck at "Getting CID"

I'm trying to root on 2.20 and am getting stuck on the "Getting CID" step.
I've waited 10 minutes and it still says "Getting CID (waiting for device)". I've factory restored and tried the exploit again, and I'm getting stuck on the same spot every time. I redownloaded the exploit as well. Any ideas?
Root
I have the same problem....would appreciate help...
Edit:
Maybe it'll help mentioning that since I've retried it, it says that CID has already been changed
voltarian said:
I have the same problem....would appreciate help...
Edit:
Maybe it'll help mentioning that since I've retried it, it says that CID has already been changed
Click to expand...
Click to collapse
Mine says the same. I've also tried running the fastboot oem readcidecho command in a different cmd window. Nothing. Still waiting on device.
Root
This is my first time to root an android, and I honestly have only a vague idea of what I'm doing. Going to try once more and then give up for the night. If you figure out the problem do let me know.
waiting for device means.. adb did not recognize any device connected to your PC. ensure you have USB debugging enabled in your phone.. and try again
kancherlapraneeth said:
waiting for device means.. adb did not recognize any device connected to your PC. ensure you have USB debugging enabled in your phone.. and try again
Click to expand...
Click to collapse
USB debugging is enabled. I've restarted the phone, plugged the USB cable in, verified the USB debugging icon appears, select Charge Only, then do adb reboot bootloader. I then try to run fastboot oemreadcidecho with no results. fastboot devices returns nothing.
DERP
Changed USB ports...now it works. I don't even know why this mattered. The first part of the exploit was able to load using the first USB port. Oh well...thanks guys.
I'm having this same issue on a Mac. Anyone have any resolutions?
h1m said:
I'm having this same issue on a Mac. Anyone have any resolutions?
Click to expand...
Click to collapse
you have to start the adb server with root permissions (this means that before doing anything with adb you have to first type sudo)
cuyo11 said:
you have to start the adb server with root permissions (this means that before doing anything with adb you have to first type sudo)
Click to expand...
Click to collapse
Tried that. Still got the same error.
Johns-MacBook-Pro:X_Factor_Windows John$ adb wait-for-device
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
Johns-MacBook-Pro:X_Factor_Windows John$ adb restore backup1.ab
Johns-MacBook-Pro:X_Factor_Windows John$ adb shell "sleep 5"
Johns-MacBook-Pro:X_Factor_Windows John$ adb shell "rm /data/data/com.android.providers.telephony/databases/a/b 2>/dev/null"
Johns-MacBook-Pro:X_Factor_Windows John$ adb shell "ln -s /dev/diag /data/data/com.android.providers.telephony/databases/a/b 2>/dev/null"
Johns-MacBook-Pro:X_Factor_Windows John$ adb restore backup2.ab
Johns-MacBook-Pro:X_Factor_Windows John$ adb shell "sleep 5"
Johns-MacBook-Pro:X_Factor_Windows John$ adb push pwn /data/local/tmp
3004 KB/s (64526 bytes in 0.020s)
Johns-MacBook-Pro:X_Factor_Windows John$ adb shell "chmod 755 /data/local/tmp/pwn"
Johns-MacBook-Pro:X_Factor_Windows John$ adb shell "/data/local/tmp/pwn"
[-] Failed.
Johns-MacBook-Pro:X_Factor_Windows John$ adb reboot bootloader
Johns-MacBook-Pro:X_Factor_Windows John$ adb kill-server
Johns-MacBook-Pro:X_Factor_Windows John$ fastboot oem readcid
...
(bootloader) cid: CWS__001
OKAY [ 0.010s]
finished. total time: 0.010s
Johns-MacBook-Pro:X_Factor_Windows John$
Possible solution
Hey I'm just registering on the forum but I've been a long time viewer...
I had the same problem till I read it was a problem on the drivers... what I did is connected the phone and plugged it with HTC sync Manager... the software will install all the drivers for your HTC.... after that just reboot and try again... it worked for me... hope it does the same for you...

adb Error

I'm getting an error whenever I try the "adb devices" command. I get the following error >>
"adb server is out of date. killing...
ADB server didn't ACK
* failed to start daemon * "
I've installed everything properly and I can clearly see my device when I open up device manager. Any help? Thanks in advance .
adb kill-server
adb devices
Sent from my HTC One X-
absolutelygrim said:
adb kill-server
adb devices
Sent from my HTC One X-
Click to expand...
Click to collapse
It didn't work. Same error

ADB Pusher and Adb Tool Givinng Error

Hi My Post at this nice forum:
My device is rooted but when is push a file using adb or adb pusher it say access dined so what i can do....

Categories

Resources