Senior Member
Thanks Meter 17
Posts: 148
Join Date: May 2010
Location: Oldham Lancashire
|
im getting this error when i try?
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\phils gigabyte\Desktop\ADB Made Easy - Portable> adb shell mount /syste
m
C:\Users\phils gigabyte\Desktop\ADB Made Easy - Portable>adb shell rm /system/re
covery*
rm: can't remove '/system/recovery*': No such file or directory
C:\Users\phils gigabyte\Desktop\ADB Made Easy - Portable>adb shell rm /system/re
covery
rm: can't remove '/system/recovery': No such file or directory
C:\Users\phils gigabyte\Desktop\ADB Made Easy - Portable>
and if i use just adb shell mount i get this
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\phils gigabyte\Desktop\ADB Made Easy - Portable>adb shell mount
rootfs on / type rootfs (rw)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,mode=755)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
/dev/block/platform/sdhci-tegra.3/by-name/CAC on /cache type ext4 (rw,nodev,noat
ime,nodiratime,user_xattr,acl,barrier=1,data=order ed)
/dev/block/platform/sdhci-tegra.3/by-name/APP on /system type ext4 (rw,relatime,
user_xattr,acl,barrier=1,data=ordered)
C:\Users\phils gigabyte\Desktop\ADB Made Easy - Portable>
|