@Tom can you confirm no other version of adb is installed?
You might need to uninstall adb (different package providing the same binary)
package and/or system-wide version of android-tools-adb prior to running dpkg -i
$ which adb
$ readlink -f `which adb`
$ dpkg -l \*adb
$ apt-cache policy android-tools-adb
$ dpkg -L android-tools-adb
What OS version, arch and kernel are you using?
$ lsb_release -rd || cat /etc/*release
$ arch
$ uname -ovr
What filesystem are you backing up to?
It certainly works here and this is the way to confirm adb is using
open64 calls:
# readelf -a `which adb`|grep open
08073040 00000e07 R_386_JUMP_SLOT 00000000 open64@GLIBC_2.1
08073090 00002407 R_386_JUMP_SLOT 00000000 fopen64@GLIBC_2.1
08073114 00004707 R_386_JUMP_SLOT 00000000 opendir@GLIBC_2.0
0807319c 00006907 R_386_JUMP_SLOT 00000000 __open64_2@GLIBC_2.7
14: 00000000 0 FUNC GLOBAL DEFAULT UND open64@GLIBC_2.1 (3)
36: 00000000 0 FUNC GLOBAL DEFAULT UND fopen64@GLIBC_2.1 (3)
71: 00000000 0 FUNC GLOBAL DEFAULT UND opendir@GLIBC_2.0 (2)
105: 00000000 0 FUNC GLOBAL DEFAULT UND __open64_2@GLIBC_2.7 (7)
Hope it helps.
Tharrrk
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1617905
Title:
adb backup only creates 2GB file then hangs
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-tools/+bug/1617905/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs