Android: mv src dst -- cross-device link

I don't know why mv does not work in adb shell, but we can use cat instead:

cat src > dst

Comments