HoloBackup icon indicating copy to clipboard operation
HoloBackup copied to clipboard

HoloBackupLinux compiled for 32bit linux system use

Open odoncaoa opened this issue 9 years ago • 0 comments

The following errors are produced on the system in use when attempting to run the HoloBackupLinux command within the present distribution. The present system on which this attempt was made is a Mint 18; a 64 bit version of linux. As can be the command was compiled on, and for a 32 bit version of linux, however. Non the less, executing the src/main_linux.py directly, brings the SimpleADBBackup GUI up, which appears to be the core of the app. I have yet to had the time to try this from Windoze, though.


/usr/local/System/AndroidDev/SimpleADBBackup odoncaoa@Killincoole$ ./HoloBackupLinux & [1] 9720

/usr/local/System/AndroidDev/SimpleADBBackup odoncaoa@Killincoole$ Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 80: saw unknown, expected number Gtk-Message: Failed to load module "atk-bridge"

[1]+ Segmentation fault ./HoloBackupLinux

odoncaoa@Killincoole$ file H*x

HoloBackupLinux: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.15, BuildID[sha1]=0248ce9005dc038760de61db786648ab7a6d485e, not stripped

/usr/local/System/AndroidDev/SimpleADBBackup odoncaoa@Killincoole$ . ./src/main_linux.py

odoncaoa avatar Oct 08 '16 22:10 odoncaoa