[Q] Can someone please help me? - Fire TV Q&A, Help & Troubleshooting

I am trying to downgrade the AFTV and put on CWM......the downgrade file went across but it the downgrade got cancelled....so now i'm trying to run the command "adb push recovery.img /sdcard/" it says cannot stat 'recovery.img' no such file or directory ....I tried to "mkdir /sdcard" but it already exist
SO right now i'm just stuck on what to do
HELP PLEASE!!!!

Related

Still cant get payload to push

ok so i still cant get the payload to push i have tried every method. I have no problem getting adb into recovery that is easy but when i go to push the payload update i get signature verification failed, installation aborted and i have done the 1.bat command and still nothing here are my steps.
1.After i get the error message no such directory i stop the loop command, then i hit the apply sd card update and it fails of course then i enter in these commands.
adb push busybox /sdcard/busybox
adb push ota.zip /sdcard/update.zip
adb push su /sdcard/su
adb push Superuser.apk /sdcard/Superuser.apk
Then i volume down to the apply sd card update.zip hit power and then about a half second later i enter in this command.
\/
adb push payload-update.zip /sdcard/update.zip
and then i get this
--install from sdcard--
finding update package
opening update pacakge
verifying update package
E:signature verifacation failed
installation aborted
If anyone could give me some advice i would greatly appreciate it.
Are you sure you copied the correct files (ie. busybox,su, superuser,update) to sdk/tools/ ? And assuming you did, you really do not have to wait and count to press enter after pressing "apply update" on the phone. Just press enter on that command right when you see the green status bar on the phone.
Good luck!
Thank you i stopped trying to time the command and the hitting power worked first time getting ready to flash a rom now.

no such file fre3vo

Hey everyone,
Currently I have 2.3.4, and so I decided to follow this guide,
[GUIDE] Downgrade G2 (2.3.3) & DZ (2.3.3) & mT4g (2.3.4) w/ S-ON to Stock Froyo
http://forum.xda-developers.com/showthread.php?t=1178912&highlight=downgrade
Anyways, this is how far I got, and I'm currently stuck.. the fre3vo file is definitely placed in platform tools, and I've re-downloaded it and placed the file in there again, however I got the same error message,
cannot stat 'fre3vo': No such file or directory
C:\Users\WC>adb shell cat /dev/msm_rotator
/dev/msm_rotator: invalid length
C:\Users\WC>adb push fre3vo /data/local/tmp
cannot stat 'fre3vo': No such file or directory
C:\Users\WC>adb push fre3vo /data/local/tmp
cannot stat 'fre3vo': No such file or directory
I have been on xda for awhile now, however, I'm usually just browsing and reading around, and I did not have enough posts to qualify me for posting the question on the guide itself. Any help would be greatly appreciated, thanks everyone.
one2345shutup said:
Hey everyone,
Currently I have 2.3.4, and so I decided to follow this guide,
[GUIDE] Downgrade G2 (2.3.3) & DZ (2.3.3) & mT4g (2.3.4) w/ S-ON to Stock Froyo
http://forum.xda-developers.com/showthread.php?t=1178912&highlight=downgrade
Anyways, this is how far I got, and I'm currently stuck.. the fre3vo file is definitely placed in platform tools, and I've re-downloaded it and placed the file in there again, however I got the same error message,
cannot stat 'fre3vo': No such file or directory
C:\Users\WC>adb shell cat /dev/msm_rotator
/dev/msm_rotator: invalid length
C:\Users\WC>adb push fre3vo /data/local/tmp
cannot stat 'fre3vo': No such file or directory
C:\Users\WC>adb push fre3vo /data/local/tmp
cannot stat 'fre3vo': No such file or directory
I have been on xda for awhile now, however, I'm usually just browsing and reading around, and I did not have enough posts to qualify me for posting the question on the guide itself. Any help would be greatly appreciated, thanks everyone.
Click to expand...
Click to collapse
Make sure that file is in the same directory adb is in or that you have the location of adb set in your system path.
Sent from my T-Mobile G2 using XDA App
...and make sure that you unpack it
ah yes.. i understand now.. thank you guys
the fre3vo file is in the same folder as the adb.exe and the path is set to platform-tools ( where the both files are) and it still doesn't work. WHY ? im so furious right now... please help...
Jasiekor said:
the fre3vo file is in the same folder as the adb.exe and the path is set to platform-tools ( where the both files are) and it still doesn't work. WHY ? im so furious right now... please help...
Click to expand...
Click to collapse
Are you running the command from the platform-tools directory? You need to cd to where ever a file is that you're wanting to manipulate, setting the path only matters with commands (ie. what you manipulate with)
Sent from my HTC Vision using XDA App
Help!
I am having the same issue.
ADB recognizes my device but I cannot push and get the 'cannot stat 'fre3vo': No such file or directory'.
I thought that this is something to do with the path? Here is how I set it:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\%SystemRoot%;C:\android-sdk-windows\platform-tools;C:\android-sdk-windows\tools
Any suggestions would be greatly appreciated!
It's nothing to do with your Path. The Path sets whether Windows can find a command or not, in this case the adb command.
The error message about not being able to find fr3vo is because whatever folder you are running the command from, does not contain the fr3vo file. Where is "fr3vo" located on your PC ? Cd to wherever that is (i.e. so if you type "dir" it shows up), and then run adb from there.
Sent from my Desire Z running CM7.
I have placed the files in: C:\android-sdk-windows\platform-tools
This is where ADB is and I am using command prompt...
Apologies for my ignorance!
joeleenus said:
I have placed the files in: C:\android-sdk-windows\platform-tools
This is where ADB is and I am using command prompt...
Click to expand...
Click to collapse
Ok, before you run adb, do "cd \android-sdk-windows\platform-tools". That will change your current folder to the one where you've put the files, so then adb will be able to find them.
Sent from my Desire Z running CM7.
Thank you! Apologies for noobiness...
fre3vo no such file or directory
OriginalGabriel said:
Make sure that file is in the same directory adb is in or that you have the location of adb set in your system path.
Sent from my T-Mobile G2 using XDA App
Click to expand...
Click to collapse
photobucket(dot)com/albums/t366/b0yhustla/775f98d7(dot)png
photobucket(d0t)com/albums/t366/b0yhustla/f9cb92ef(dot)png
This is what i get and this is how my files are set up what am i doing wrong ?
I have a T Mobile HTC G2
Android version
2.3.4
b0yhustla said:
photobucket(dot)com/albums/t366/b0yhustla/775f98d7(dot)png
photobucket(d0t)com/albums/t366/b0yhustla/f9cb92ef(dot)png
This is what i get and this is how my files are set up what am i doing wrong ?
I have a T Mobile HTC G2
Android version
2.3.4
Click to expand...
Click to collapse
I'm no expert, but are you running the command from the same folder that fre3vo is in?
i.e.: in your case, ****-right click in your platform-tools folder and select "open command window here".
EDIT - the forum is blocking the word S H I F T, that should be s h i f t right click
Downgrade HTC does not provide "invalid length"
I am trying to downgrade my HTC Glacier (MyTouch 4g) following Setherio's downgrade guide and am running into this problem.
Step should be
Code:
> adb shell cat /dev/msm_rotator
/dev/msm_rotator: invalid length
But I get
Code:
/system/bin/sh: cat: /dev/msm_rotator: No such file or directory
I ran the command prompt from my platform-tools folder which has the fre3vo and misc_version files in it. I am new to adb and searched the web and XDA for an answer but could only find "permission denied" information related to this step. Thanks in advance!
Needed drivers
Turns out I just needed the HTC drivers on my computer. From there things have been smooth so far. Hope this helps anyone running into the same issue. Thanks for looking.
helpmeplz55 said:
I am trying to downgrade my HTC Glacier (MyTouch 4g) following Setherio's downgrade guide and am running into this problem.
Step should be
Code:
> adb shell cat /dev/msm_rotator
/dev/msm_rotator: invalid length
But I get
Code:
/system/bin/sh: cat: /dev/msm_rotator: No such file or directory
I ran the command prompt from my platform-tools folder which has the fre3vo and misc_version files in it. I am new to adb and searched the web and XDA for an answer but could only find "permission denied" information related to this step. Thanks in advance!
Click to expand...
Click to collapse
no such file of directory
I'm experiencing the same problems as other ppl before me.
I've type in "c:\android-sdk-windows\platform--tools>adb push fre3vo /data/local/tmp cannot stat 'fre3vo' : no such file of directory"
I've moved the fre3vo file to that location also unzipt the file.
but i still get a reply that the file is not there??
what am i doing wrong??
sorry. i was out of this for quite some time.
Screenshots can help as well as copy and pasting all input/output from cmd here
Sent from my Nexus 4 using XDA Premium 4 mobile app
apparently my anti virus scanner was acting up that why it did not work.
the for replying
Crazy I am trying to downgrade an old G2 and am having exact same issue...
I open cmd from C:\platform-tools with shift+right click method and after trying to push fre3vo it says "cannot stat fre3vo no such file or directory exists." My fre3vo file is in the platform-tools folder on my C drive. The file is there adb just does not see it for whatever reason.

Help G2 downgrade with 2.3.4

Please help. Im trying to downgrade so i can root my g2 on 2.3.4 I set up ADB on my mac. Everything works. But when i try to adb push fre3vo /data/local/tmp, i get permission denied. What am im doing wrong??? SD is mounted on phone, not pc storage mode. Help me.
WHen i do enter
$ adb shell cat /dev/msm_rotator
i get this. /dev/msm_rotator: invalid length so this works.
Thank you
I have the same issue have you resloved it ?
crazylee27 said:
Please help. Im trying to downgrade so i can root my g2 on 2.3.4 I set up ADB on my mac. Everything works. But when i try to adb push fre3vo /data/local/tmp, i get permission denied. What am im doing wrong??? SD is mounted on phone, not pc storage mode. Help me.
WHen i do enter
$ adb shell cat /dev/msm_rotator
i get this. /dev/msm_rotator: invalid length so this works.
Thank you
Click to expand...
Click to collapse
What's the exact error you're getting when you run the command to push fre3vo?
Sent from my HTC Vision using XDA App
I finally go it to work. The problem was terminal on mac, have to first navigate to where platform -tools is then follower the guide. #g2root helped me a lot credit to them over there
Sent from my T-Mobile G2 using XDA App
I'm also on a mac and am having issues when I get to the point where I start to downgrade the ROM. I've downloaded the 2.2 ROM and Fastboot.exe and placed them both where my ADB is located. I then rebooted and I get the fastboot usb in red on my phone. Now the next step is where I have issues.
Below is what I get:
fastboot oem rebootRUU
-bash: fastboot: command not found
Has anyone had this issue or know how it could be solved? Could it be my Fastboot.exe file?
---------- Post added at 11:32 AM ---------- Previous post was at 11:14 AM ----------
eburms said:
I'm also on a mac and am having issues when I get to the point where I start to downgrade the ROM. I've downloaded the 2.2 ROM and Fastboot.exe and placed them both where my ADB is located. I then rebooted and I get the fastboot usb in red on my phone. Now the next step is where I have issues.
Below is what I get:
fastboot oem rebootRUU
-bash: fastboot: command not found
Has anyone had this issue or know how it could be solved? Could it be my Fastboot.exe file?
Click to expand...
Click to collapse
Nevermind, I just realized I had the PC fastboot

[Q] Problems rooting European HTC desire Z(complete noob)

So I wanted to root my Europen HTC Desire Z using this Guide, but I only got to the actual downgrading, then When trying to Flash either manually or using fastboot, it won't work! At first I tried to use the manual method and I'm not sure what happened but it didn't work, so I tried using the fastboot method, but when I type the command "fastboot flash zip StockRom.zip" I get the error "error: cannot load StockRom.zip"
Please can anyone help me with this?
The "error: cannot load StockRom.zip" error means StockRom.zip was not in the same dir cmd was pointed at. You can either provide a relative/absolute path to StockRom.zip, or move it, or change where cmd is pointed.
-Nipqer
But I was working with my C:\Platform-tools Directory all the time! That is where I put the StockRom.zip File!
Maybe you mistyped the file name, or forgot to unhide extensions and called it StockRom.zip.zip.
Try Using tab to autocomplete the file name (type in St, then press tab, and it should pop up with the proper name)
-Nipqer
iplikator said:
But I was working with my C:\Platform-tools Directory all the time! That is where I put the StockRom.zip File!
Click to expand...
Click to collapse
Look at the (black) command prompt output window. On windows 7 it should be something like C:\Users\USER
Put the zip in that dir
for root my dsirez i've use "http://www.android-pour-les-nuls.fr/tutoriaux/mises-a-jour/1685-passer-son-desire-z-en-134-depuis-la-172-pour-pouvoir-le-rooter"
it is a french guide but work perfectely
Nipqer said:
Maybe you mistyped the file name, or forgot to unhide extensions and called it StockRom.zip.zip.
Try Using tab to autocomplete the file name (type in St, then press tab, and it should pop up with the proper name)
-Nipqer
Click to expand...
Click to collapse
Thanks, That was the problem, but now I have another problem. When I type the commend "fastboot flash zip StockRom.zip" I get this error
C:\platform-tools>fastboot flash zip StockRom.zip
sending 'zip' (60759 KB)... OKAY
writing 'zip'... INFOsignature checking...
FAILED (remote: 12 signature verify fail)
Check the md5sum of the download, it could be corrupt.
-Nipqer
Sorry, I don't know what is md5sum or how to check if it's corrupt.
And by the way, Thanks for trying to help me so much!
md5 is an algorithm for calculating a checksum (long hex string) for files, which is in most cases unique.
Download this md5 hasher and run it on the StockRom.zip. You want it to spit out an md5 of '2ff42897cd27e0db425a2cf36c8bd078' (assuming you grabbed the Vision_DZ_1.34.405.5_PC10IMG.zip rom)
If it's anything but that, it means the download got corrupted.
-Nipqer
Thanks, it turns out I was trying to flash the wrong ROM! Thanks again for all your help!
Hi,
I'm trying to root my Desire Z using the Cyanogen wikiguide.
adb shell
chmod 755 /data/local/tmp/*
/data/local/tmp/psneuter
After entering the shell using adb shell, the second command (chmod 755 /data..) doesnt work. It says Unable to chmod data/local/tmp/* : No such file or directory.
Where have I gone wrong? Many thanks!
did everything seem to work up to this point?
fyi if you go to freenode you can receive real time help by awesome people

/system/bin/debuggerd error

Hi guys,
here's the thing.
I'm rooted with stock rom and want to have lollipop by OTA.
steps I've been doing until now:
1. full unroot thru supersu setting
2. flash stock recovery, extracted from OTA
3. Got error /system/bin/debuggerd unexpected blabla.. (status 7)
4. Tried to relock the bootloader
5. same error as point no 3
I think it's because link2sd messing my debuggerd file.
any advise?
where can I find original debuggerd and debuggerd.bin file?
really need those files
edit: try to replace debuggerd with debuggerd.bin, but adb shell give me error "read only"
edit 2: managed to replace debuggerd with /system/bin/debuggerd.bin with adb shell
but when every time it boots, file "link2sd" debuggerd always come back
Guess this is link2sd issue

Categories

Resources