Bonjour,
J'ai téléchargé l'image de TWRP pour mon Oneplus 3T à cette adresse :
https://twrp.me/oneplus/oneplusthree.html
J'ai ensuite suivi ce tuto pour installer TWRP :
https://blog.liberetonordi.com/index.php?post/TWRP
L'installation du fichier img de TWRP par le terminal semble s'être bien déroulée. Voir ci-dessous réponse terminal :
ubuntu@ubuntu:~$ adb kill-server
ubuntu@ubuntu:~$ adb devices
List of devices attached
* daemon not running; starting now at tcp:5037
* daemon started successfully
42967a0a device
ubuntu@ubuntu:~$ adb reboot bootloader
ubuntu@ubuntu:~$ cd /home/ubuntu/Téléchargements
ubuntu@ubuntu:~/Téléchargements$ fastboot devices
42967a0a fastboot
ubuntu@ubuntu:~/Téléchargements$ fastboot devices
42967a0a fastboot
ubuntu@ubuntu:~/Téléchargements$ fastboot flash recovery twrp.img
target reported max download size of 440401920 bytes
sending 'recovery' (27693 KB)...
OKAY [ 1.191s]
writing 'recovery'...
OKAY [ 0.217s]
finished. total time: 1.408s
ubuntu@ubuntu:~/Téléchargements$ fastboot reboot
rebooting...
finished. total time: 0.070s
ubuntu@ubuntu:~/Téléchargements$ adb reboot recovery
ubuntu@ubuntu:~/Téléchargements$
Et pourtant, je ne trouve pas où se trouve l'interface grahique de TWRP (Comme celle qui apparaît en bas du tuto).
Je pensais avoir l'interface sur mon téléphone après avoir effectué le :
adb reboot recovery
Sur la page du recovery mode de mon téléphone, je n'ai que deux menus en chinois et un English.
Dans l'English, je n'ai pas trouvé TWRP.
Y a t'il une autre manipulation à effectuer pour visualiser l'interface de TWRP ? :/
J'ai aussi récupérer le message exact que j'avais en bas de mon écran de téléphone pendant l'install avec ubports (Voir mon post #95).
Le message exact était :
E:failed to read /fstab.unknow
En cherchant sur Google, j'ai vu qu'il y avait un sujet là-dessus dans github pour Ubports :
E: failed to read \fstab.unknown #1674
Je ne sais pas si ça peut être intéressant ?