Device encryption

U

Unlucky

Neues Mitglied
0
Hi,

ich dachte mir, mein neues i9515 zu verschlüsseln. Rooted ist die Kiste, auch vollständig eingerichtet (weshalb ich keinen Factory Reset möchte), mich halten allerdings zwei Punkte davon ab, die Verschlüsselung auch durchzuziehen.

  1. Samsung redet davon, daß man für die Verschlüsselung auch eine PIN verwenden kann (auch noch im "Gerät verschlüsseln"-Dialog), zwingt mich aber -- unabhängig von der PIN-Länge -- zu einem Passwort.
  2. Führe ich die Verschlüsselung aus, rebooted das Gerät, ohne etwas verschlüsselt zu haben.


Zu 1: Da die Tastatur eher träge und für einen Grobmotoriker wie mich nur bedingt geeignet ist, jedesmal beim Entsperren eine sinnvolle passphrase einzugeben, wäre die PIN-Variante doch schöner. Jemand eine Idee dazu?

Zu 2:

  • Die logs sagen mir
    Code:
    W/CryptfsUT(  258): Failed to unmount /data (Device or resource busy, retries 0, action 2)
    E/CryptfsUT(  258): Giving up on unmount /data (Device or resource busy)
    E/CryptfsEE(  258): Encryption type is enable inplace, remove footer
    I/CryptfsFK(  258): Footer zeroization success.
    E/CryptfsEE(  258): Error inplace after framework is shutdown, no data changed, restarting system
  • Akku ist voll
  • funktioniert weder, wenn das S4 per USB am Rechner, noch wenn es am Netzteil hängt
  • lsof zeigt mir keine Prozesse, die nach Klick auf "Verschlüsseln" noch auf /data zugreifen
  • aber irgendwas hält möglicherweise /data/log/lock fest


Was tun, wie weiter vorgehen?
 
Hallo,

Ich spreche kein Deutsch, so wird dieser Text mit Google Translate übersetzt. Ich hatte das gleiche Problem wie du, also hier ist, wie ich das Problem gelöst mit meinem Gerät.

Ich entdeckte, dass es die Prozesse daemonsu: * dass die Blockierung wurden / Daten. Sieht aus wie Wühlen das Telefon ist wahrscheinlich das, was Sie daran hindert die Verschlüsselung des Geräts.

Ich habe eine 'ps | grep daemonsu' mit adb shell, und ich war in der Lage, die Prozess-IDs der einzelnen daemonsu Prozesse zu finden. (Pid Spalte).

Ich schrieb in einem Notizblock 'kill', gefolgt von der Prozess-IDs. (In meinem Fall, kill 325 4425 2232)

Ich begann den Verschlüsselungsprozess.

Ich rief adb shell.

Ich tippte su.

Ich habe sofort eingefügt den Befehl kill.

Ich wartete etwa 15-30 Sekunden und der Verschlüsselungsvorgang gestartet.

Hoffe, das hilft.

Viel Glück!


Hello,

I don't speak German, so this text will be translated using Google Translate. I had the same problem as you, so here is how I resolved the issue with my device.

I discovered that it was the processes daemonsu:* that were blocking /data. Looks like rooting the phone is probably what is preventing you from encrypting the device.

I did a 'ps | grep daemonsu' with adb shell and I was able to find the process ids of each of the daemonsu processes. ( pid column ).

I wrote in a notepad 'kill' followed by the process ids. ( in my case, kill 325 4425 2232 )

I started the encryption process.

I called adb shell.

I typed su.

I immediately pasted the kill command.

I waited about 15-30 seconds and the encryption process started.

Hope this helps.

Good luck!
 
Zurück
Oben Unten