Android 64bit terminal / rsync -


i trying rooted lg g4 rsync server. on old lg g2 running smoothly 64bit architecture throws errors @ me.

i tried come solution other sources (here , other sites) goes on next file cannot load correctly

the code use follows:

export ld_preload=/system/lib64/libsigchain.so; export path=$path:/data/data/burrows.apps.busybox/app_busybox; export ld_library_path=$ld_library_path:/data/data/burrows.apps.busybox/app_busybox:/vendor/lib*:/system/lib*; /data/data/burrows.apps.busybox/app_busybox/rsync -v -e --delete -s -r -t -l --partial --size-only --rsh="/data/data/burrows.apps.busybox/app_busybox/ssh -y -i /keypath/ssh.key -p10022" user@homeip:/some/folder/ /local/folder

first libsigchain.so 32/64bit error

now this: cannot link executable dependencies: "/system/lib/libsigchain.so" 32-bit instead of 64-bit cannot link executable dependencies: "libc.so" 64-bit instead of 32-bit

be tasker, secure settings or terminal emulator ...

i appreciate suggestions.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -