je me suis lance dedans mais je bute. a un endroit il est dit d'utiliser un script. je le charge et le lance. en retour msg d'erreur:
---------------------------------------------------------------
CONFIRM ALL THE ABOVE THEN
--- STARTING ----
--- WAITING FOR DEVICE
files/adb_linux: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
--- creating temporary directory
files/adb_linux: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
--- cleaning
files/adb_linux: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
--- pushing files
files/adb_linux: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
files/adb_linux: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
files/adb_linux: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
files/adb_linux: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
files/adb_linux: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
files/adb_linux: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
files/adb_linux: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
files/adb_linux: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
--- cleaning
files/adb_linux: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
--- Please wait device is now rebooting
files/adb_linux: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
ALL DONE!!!
j'ai cherche cette librairie et je l'ai en /lib/x86_64-linux-gnu. j'ai comme l'impression que le script ne cherche pas au bon endroit mais je ne comprends comment il cherche. bien que la tablette soit connectee au pc, je la vois montee, je ne comprends pas ce que donne le retour du script.
le script est ecrit ainsi:
echo " CONFIRM ALL THE ABOVE THEN "
echo "--- STARTING ----"
echo "--- WAITING FOR DEVICE"
files/adb_linux wait-for-device
echo "--- creating temporary directory"
files/adb_linux shell "cd /data/local && mkdir tmp"
echo "--- cleaning"
files/adb_linux shell "cd /data/local/tmp/ && rm *"
echo "--- pushing files"
files/adb_linux push files/doomed.sh /data/local/tmp/doomed.sh
files/adb_linux push files/doomed2 /data/local/tmp/.
files/adb_linux push files/run_root_shell /data/local/tmp/.
files/adb_linux push files/busybox /data/local/tmp/.
files/adb_linux push files/su /data/local/tmp/.
files/adb_linux push files/Superuser.apk /data/local/tmp/.
files/adb_linux shell chmod 777 /data/local/tmp/doomed.sh
files/adb_linux shell /data/local/tmp/doomed.sh
echo "--- cleaning"
files/adb_linux shell rm /data/local/tmp/*
echo "--- Please wait device is now rebooting"
files/adb_linux reboot
echo "ALL DONE!!!"