Android 4.3 ADB推/拉

时间:2013-09-27 19:51:22

标签: android adb

今天我买了Android 4.3附带的三星Galaxy Note 3。由于它是如此新颖,我无法找到一种方法来设置我的设备,所以我尝试使用adb连接...我失败了。

所以,我用了这个

D:\android\adt-bundle-windows-x86-20130219\sdk\platform-tools>adb push g:\save15.dat /data/data/com.creativemobile/dragracing/files/

但我得到了这个

failed to copy 'g:\save15.dat' to '/data/data/com.creativemobile/dragracing/files/': No such file or directory

那么,有没有办法将我的文件复制到我的设备上?

4 个答案:

答案 0 :(得分:2)

应该是

  

adb push g:\ save15.dat /data/data/com.creativemobile.dragracing/files /

如果您允许在那里推送文件/数据,它将起作用。

答案 1 :(得分:1)

你可以使用 android 4.x.x的adb restore命令 但您需要先进行adb备份。 但我认为adb shell backup命令不适用于android 2.x.x

也许这对你有用 http://dragracingforum.net/viewtopic.php?f=262&t=13477 如果没有那么你可以问帖子作者我认为他知道如何。

答案 2 :(得分:0)

4.3中存在一个错误,阻止它在真正的非root用户设备上运行。 https://code.google.com/p/android/issues/detail?id=58373

答案 3 :(得分:0)

是的,以下适用于我的限量版nuclearsx-sp5 输入这些命令

adb reboot
adb remount
adb root

这经测试仅适用于"不正确" (是的!我的意思是)已知具有生产版本的已植根设备。但它完美地适用于我的三星银河奇迹(非根)。

祝你好运!