Guys, i am currently at recovery mode and I need to know a way to put files in my SD card from there?
How do I accomplish that?
Do you have a sdcard reader?
To poor/cheap for that option,
http://forum.xda-developers.com/showthread.php?t=531310
console -> ums_enable
What recovery are you using? Can you put info in your signature about your hardware? It makes it a lot easier for people to help you, and you'll get help a lot faster. Like mine.
go to www.google.com and search "mount g1 through console"
the first result is an xda thread with your answer
Okay..
In order to use the console, I have to enable adb shell which I can't due to the following error message:
C:\Documents and Settings\Jonathan>adb shell
* daemon not running. starting it now *
* daemon started successfully *
- exec '/system/bin/sh' failed: No such file or directory (2) -
misdirection said:
In order to use the console, I have to enable adb shell which I can't due to the following error message:
C:\Documents and Settings\Jonathan>adb shell
* daemon not running. starting it now *
* daemon started successfully *
- exec '/system/bin/sh' failed: No such file or directory (2) -
Click to expand...
Click to collapse
You need an sh file in /system/bin
misdirection said:
In order to use the console, I have to enable adb shell which I can't due to the following error message:
C:\Documents and Settings\Jonathan>adb shell
* daemon not running. starting it now *
* daemon started successfully *
- exec '/system/bin/sh' failed: No such file or directory (2) -
Click to expand...
Click to collapse
No you don't, do it from the phone.
Related
Apologies if this has been repeated but I have spent the last 30mins looking through this site and can not find a similar problem.
I am currently going through the process of overclocking my Nexus one.
I am running Cyanogen and have flashed the image file needed.
I am now trying to push the bcm4329.ko file to the system modules folder.
I have updated my USB drivers sand the phone appears to have liked that.
However when I try to perform an ADB remount command it takes a while thinking about it, tells me that "daemon is not running" and is "starting it now"
ADB server didnt ACK
* failed to start daemon *
error: can not connect to daemon.
Any suggestions as to how I can resolve this issue please?
adb kill-server
adb start-server
when i try i got this messege in the log, it looks lige the program is unable to access my system folder on the device.
Killing ADB Server...
OK
Starting ADB Server...
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
OK
Waiting for device...
OK
Pushing rageagainstthecage...
329 KB/s (5392 bytes in 0.016s)
OK
chmod rageagainstthecage...
OK
Running rageagainstthecage...
OK
Killing ADB Server...
OK
Starting ADB Server...
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
OK
Waiting for device...
OK
Running rageagainstthecage...
ROOTED
Getting mount path...
/dev/block/mtdblock3
OK
Remounting system with read-write access...
OK
Pushing su...
failed to copy 'su' to '/system/bin/su': Out of memory[/COLOR]
OK
Pushing superuser.apk...
failed to copy 'superuser.apk' to '/system/app/superuser.apk': Out of memory
OK
chmod su...
Unable to chmod /system/bin/su: No such file or directory
OK
Remounting system with read-only access...
OK
Device was not rooted!
FAILED
THREAD CLOSED
ask ur question in the Q & A Thread or the 1 click thread
kongen1280 said:
when i try i got this messege in the log, it looks lige the program is unable to access my system folder on the device.
Killing ADB Server...
OK
Starting ADB Server...
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
OK
Waiting for device...
OK
Pushing rageagainstthecage...
329 KB/s (5392 bytes in 0.016s)
OK
chmod rageagainstthecage...
OK
Running rageagainstthecage...
OK
Killing ADB Server...
OK
Starting ADB Server...
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
OK
Waiting for device...
OK
Running rageagainstthecage...
ROOTED
Getting mount path...
/dev/block/mtdblock3
OK
Remounting system with read-write access...
OK
Pushing su...
failed to copy 'su' to '/system/bin/su': Out of memory[/COLOR]
OK
Pushing superuser.apk...
failed to copy 'superuser.apk' to '/system/app/superuser.apk': Out of memory
OK
chmod su...
Unable to chmod /system/bin/su: No such file or directory
OK
Remounting system with read-only access...
OK
Device was not rooted!
FAILED
Click to expand...
Click to collapse
Try rooting with the unrevoked setting
howabout try use the "1-click" instead of fiddeling with ADB?
http://forum.xda-developers.com/showthread.php?t=761507
why when i write in CMD adb devices it returns me this
C:\Users\Niki>adb devices
* daemon not running. starting it now *
ADB server didn't ACK
* failed to start daemon *
error: cannot connect to daemon
Click to expand...
Click to collapse
Try entering task manager and killing all instances of adb.exe
If not possible reboot pc and phone.
If still not working have a look at this: http://groups.google.com/group/android-developers/msg/dfae5da4a3c80aa8
When it works come tell me I am cool and press thanks button.
it works that way
Hi Guys,
Been having a bit of trouble connecting phone via ADB. I can get the connection to work, but it takes a bit of TLC and sometimes a sledgehammer.
Thought we could compile a list of ADB troubleshooting techniques?
If you have any further suggestions, please share.
c:\Fastboot>adb reboot recovery
* daemon not running. starting it now *
* daemon started successfully *
error: device offline
Click to expand...
Click to collapse
Resolution: Reboot device
c:\Fastboot>adb reboot recovery
adb server is out of date. killing...
* daemon started successfully *
error: device not found
Click to expand...
Click to collapse
Resolution: Reboot device
c:\Fastboot>adb reboot recovery
adb server is out of date. killing...
ADB server didn't ACK
* failed to start daemon *
error:
Click to expand...
Click to collapse
Resolution: Kill all adb.exe processes from task manager and rerun the command. May need to do this a few times.
Edit: I should mention that I'm using adb.exe on Windows 8.1
Hello,
I have following problem. maybe someone has a solution.
Using CM12 -Temasek Builds on D405n.
When i start adb shell always get following error:
Code:
C:\ADB>adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
[COLOR="Red"]error: device not found[/COLOR]
On stock image 5.0.2 this working fine.