Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/189.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 不使用shell cp命令复制系统文件_Android_Shell_Root_Cp - Fatal编程技术网

Android 不使用shell cp命令复制系统文件

Android 不使用shell cp命令复制系统文件,android,shell,root,cp,Android,Shell,Root,Cp,我需要读取第三方db文件,到目前为止,我使用shell su cp将文件复制到sd卡,然后使用SQLITE数据库从sd卡读取文件 但是在安卓4.1.2上,我收到一条消息说cp命令丢失,/system/bin没有该文件 如何读取第三方应用程序数据库 我不想使用busybox,它会赶走很多用户 我有这些命令: adb、am、app_进程、applypatch、atrace、bcm4334.hcd、bcm4334_murata.hcd、bcm4334_semco.hcd、bcm_dut、bintvou

我需要读取第三方db文件,到目前为止,我使用shell su cp将文件复制到sd卡,然后使用SQLITE数据库从sd卡读取文件

但是在安卓4.1.2上,我收到一条消息说cp命令丢失,/system/bin没有该文件

如何读取第三方应用程序数据库

我不想使用busybox,它会赶走很多用户

我有这些命令: adb、am、app_进程、applypatch、atrace、bcm4334.hcd、bcm4334_murata.hcd、bcm4334_semco.hcd、bcm_dut、bintvoutservice、bluetoothd、bmgr、bootanimation、brcm_patchram_plus、brcm_poke_助手、bu、bugreport、cat、chmod、chown、cmp、connfwexe、内容、dalvikvm、日期、dbus守护进程、dd、ddexe、ddexe、ddexe、ddexe、ddexe、real、DEBUG、DEXED、df、dhcpcd、dmesg、,drmserver、dttexe、dumpstate、dumpsys、e2fsck、fsck.exfat、fsck_msdos、gbias、getevent、getprop、gps.cer、gpsd、gzip、hciattach、hd、hostapd、icd、id、ifconfig、iftop、ime、immvibed、input、insmod、install、inshk、ioctl、ionice、ip、ip6tables、iptables、keystore、kiesex、kill、linker、ln、log、logcat、logwrapper、lpmkey、ls、lsmod、lsof、,macloader、make_ext4fs、mcDriverDaemon、md5、mdnsd、mediaserver、mfgloader、mkdir、mkfs.exfat、mksh、monkey、mount、mtpd、mv、nandread、ndc、netcfg、netd、netstat、newfs_msdos、notify、npsmobex、p2p_请求者、pand、ping、playlpm、pppd、printenv、ps、racoon、reboot、renice、requestsync、rild、rm、rm、rmdir、rmmod、route、run、as、,samsungani、samsungpowersoundplay、schedtest、schedtop、scranton_RD、屏幕帽、屏幕截图、SD卡、sdptool、sendevent、sensorservice、service、servicemanager、setconsole、setprop、setup_fs、sh、sleep、smd、smdexe、start、stop、SurfaceFinger、svc、sync、system_server、tc、toolbox、top、touch、touch、touchinput、uiautomator、umount、uptime、vdc、vmstat、,沃德,手表道具,擦拭,wlandutservice,wpa_恳求者

谢谢

试试这个

cat infile > outfile

dd if=infile of=outfile