Come estrarre i dati dalla memoria interna di un telefono Android quando il touchscreen non funziona
Hey there, ho affrontato un problema simile con il mio redmi 1s. Ecco cosa ho fatto.
Prequisiti
Un pc, comandi linux di base e comandi adb adb e fastboot installati sul pc.
Da quando il bootloader del telefono è stato sbloccato ho lanciato un recupero cwm questo è importante come philz e twrp sono recuperi basati sul tocco e non sono di alcuna utilità nella nostra situazione attuale.
Poi avviate in modalità di recupero premendo i tasti di accensione e volume su e ora usando i tasti del volume per scorrere e il tasto di accensione per selezionare montate tutte le partizioni nel vostro telefono.
Ora, se volete copiare tutti i vostri dati sul vostro pc usate "adb pull /sdcard" che tirerà nella vostra cartella adb.
Per cartelle selettive usate ancora adb pull ma invece di sdcard digitate la directory della cartella.
Alternative.
For some phones mtp will work if there is no screen lock so try this
Mount storage as said above.
Now open adb shell on system and cd to /data/system.
Now type ls and see the list of all files in that folder.
Among other things you should see locksettings.db and two other .db files with similar names and gatepassword.key and gatekeeper.key.
Using rm, delete all these files and now unmount your phone and reboot.
The screen lock will no longer be there, so mtp might just work.
For the recoveries adb drivers etc search xda developers.
If you have any doubts regarding any of the steps, comment and I'll try my best to reply.
Articoli simili
- Come spostare i file dalla memoria interna a una scheda SD/memoria? Come si fa a spostare le app di LG Stylo 5 dalla memoria esterna alla scheda SD
- Come spostare file (immagini, video, audio ecc.) dalla memoria interna alla scheda SD che viene formattata come memoria interna del dispositivo
- Come spostare le app dalla memoria interna alla memoria USB in Android
- Posso sostituire un display non touchscreen di un portatile con un display touchscreen?