LineageOS: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
(Samsung Galaxy J5 LTE)
 
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
  
* kurze Linkliste zum Versuch ein htc one max zu flashen mit lineageos
+
== kurze Linkliste zum Versuch ein htc one max zu flashen mit lineageos ==
 
** https://download.lineageos.org/t6 - pakete downloaden
 
** https://download.lineageos.org/t6 - pakete downloaden
 
** https://wiki.lineageos.org/devices/t6 - anleitungen
 
** https://wiki.lineageos.org/devices/t6 - anleitungen
Zeile 9: Zeile 9:
 
* https://forum.xda-developers.com/htc-one-max - htc one max forum
 
* https://forum.xda-developers.com/htc-one-max - htc one max forum
 
* http://www.htcdev.com/bootloader/unlock-instructions/  offical htc unlock anleitung
 
* http://www.htcdev.com/bootloader/unlock-instructions/  offical htc unlock anleitung
 +
 +
 +
== auf dem handy ==
 +
 +
* unter Einstellungen > Geräteinformation > Softwareinfo auf die Buildnummer 10-20 mal tippen, damit der entwicklermodus aktiviert wird
 +
* unter Einstellungen > Entwickleroptionen USBDebuggin aktivieren
 +
== adb installieren ==
 +
 +
* adb wenn er im telefonmodus ist
 +
* faastboot wenn er im bootloader modus ist
 +
 +
<source lang=bash>
 +
apt-get install fastboot adb android-tools-adb
 +
adb reboot bootloader
 +
adb devices
 +
 +
fastboot
 +
fastboot devices
 +
fastboot devices  -l
 +
 +
</source>
 +
 +
https://wiki.lineageos.org/adb_fastboot_guide.html
 +
 +
== recovery installieren ==
 +
download https://eu.dl.twrp.me/t6univ/
 +
 +
<source lang=bash>
 +
md5sum twrp-3.1.0-0-t6univ.img | grep 8c9db7e48b9019f1bfc4c7eb9dc6ab6b
 +
 +
adb reboot bootloader
 +
fastboot devices
 +
fastboot flash recovery twrp-3.1.0-0-t6univ.img
 +
 +
# per hand reboote, es ist wichtig, das sofort in den recovery modus geboot wird, ansonsten überschreibt es sich und alles muss von vorn!!!!!!
 +
adb reboot recovery
 +
</source>
 +
 +
 +
= Samsung Galaxy J5 LTE =
 +
* SM-J500FN
 +
 +
 +
= passwort zurücksetzen =
 +
* https://wiki.lineageos.org/adb_fastboot_guide.html
 +
* https://techsphinx.com/smartphones/how-to-unlock-android-phone-password-without-factory-reset/#using-android-debug-bridge-adb
 +
 +
* getestet mit
 +
** Gerätename; SM-G901F
 +
** Android version 9
 +
** lineage_kccat6
 +
 +
 +
* home+lauter+power
 +
** Erweitert
 +
** ADB sideload NICHT starten
 +
*** wenn dann ADB sideload Abrechen
 +
<source lang=bash>
 +
# adb usb
 +
# restarting in USB mode
 +
adb shell
 +
/data/system # mv locksettings.db locksettings.db_20210319
 +
reboot
 +
</source>

Aktuelle Version vom 19. März 2021, 20:56 Uhr

kurze Linkliste zum Versuch ein htc one max zu flashen mit lineageos


auf dem handy

  • unter Einstellungen > Geräteinformation > Softwareinfo auf die Buildnummer 10-20 mal tippen, damit der entwicklermodus aktiviert wird
  • unter Einstellungen > Entwickleroptionen USBDebuggin aktivieren

adb installieren

  • adb wenn er im telefonmodus ist
  • faastboot wenn er im bootloader modus ist
apt-get install fastboot adb android-tools-adb
adb reboot bootloader
adb devices

fastboot
fastboot devices
fastboot devices  -l

https://wiki.lineageos.org/adb_fastboot_guide.html

recovery installieren

download https://eu.dl.twrp.me/t6univ/

md5sum twrp-3.1.0-0-t6univ.img | grep 8c9db7e48b9019f1bfc4c7eb9dc6ab6b

adb reboot bootloader
fastboot devices
fastboot flash recovery twrp-3.1.0-0-t6univ.img

# per hand reboote, es ist wichtig, das sofort in den recovery modus geboot wird, ansonsten überschreibt es sich und alles muss von vorn!!!!!!
adb reboot recovery


Samsung Galaxy J5 LTE

  • SM-J500FN


passwort zurücksetzen

  • getestet mit
    • Gerätename; SM-G901F
    • Android version 9
    • lineage_kccat6


  • home+lauter+power
    • Erweitert
    • ADB sideload NICHT starten
      • wenn dann ADB sideload Abrechen
# adb usb 
# restarting in USB mode
adb shell 
/data/system # mv locksettings.db locksettings.db_20210319
reboot