doku:smartphone:smartphone_flashen:smartphone_mit_customrom:samsung_galaxy_s10e_stockrom
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doku:smartphone:smartphone_flashen:smartphone_mit_customrom:samsung_galaxy_s10e_stockrom [2025/07/30 11:44] – [Vorbereitung der Installation StockROM] gerdg | doku:smartphone:smartphone_flashen:smartphone_mit_customrom:samsung_galaxy_s10e_stockrom [2025/09/18 23:23] (current) – [Vorbereitung der Installation StockROM] gerdg | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Samsung Galaxy S10e - Model: SM-G970F | Samsung Galaxy S10e - Model: SM-G970F | ||
| + | ** | ||
| + | Installation mit einem Computer (PC oder Notebook) mit USB Anschluß: | ||
| - | Installation mit einem Computer (PC oder Notebook) mit USB Anschluß: | + | |
| - | * Computer Betriebssystem: | + | * genutzt wird ein Terminal (Console) |
| - | * genutzt wird ein Terminal (Console) | + | * Terminal öffnen |
| - | * Terminal öffnen | + | * Ein passendes USB-Kabel (USB-Adapter) wird benötigt |
| - | * Ein passendes USB-Kabel (USB-Adapter) wird benötigt | + | |
| Programme die auf dem Computer vorhanden sein sollten: | Programme die auf dem Computer vorhanden sein sollten: | ||
| Line 27: | Line 28: | ||
| ==== Vorbereitung der Installation StockROM ==== | ==== Vorbereitung der Installation StockROM ==== | ||
| - | < | + | <code:bash> |
| # download odin4 für Linux | # download odin4 für Linux | ||
| $ wget https:// | $ wget https:// | ||
| Line 52: | Line 53: | ||
| * Einstellungen -> Über das Telefon -> Build-Nummer | * Einstellungen -> Über das Telefon -> Build-Nummer | ||
| * tippe bis zu 10-mal auf die Option " | * tippe bis zu 10-mal auf die Option " | ||
| - | * zurück zu Einstellungen -> Sysem | + | * zurück zu Einstellungen -> System |
| * Menüpunkt Entwickleroptionen sollte jetzt vorhanden sein | * Menüpunkt Entwickleroptionen sollte jetzt vorhanden sein | ||
| - | * in Entwickleroptionen "OEM-Entsperrung" | + | * USB-Debugging |
| * verbinde den USB-Adapter mit dem Computer und dem Smartphone | * verbinde den USB-Adapter mit dem Computer und dem Smartphone | ||
| - | < | + | <code:bash> |
| # Verbindung testen | # Verbindung testen | ||
| $ adb devices | $ adb devices | ||
| Line 70: | Line 71: | ||
| ==== Gerät flaschen ==== | ==== Gerät flaschen ==== | ||
| + | < | ||
| + | # ...Samsung_StockROM/ | ||
| + | $ ls -1 | ||
| + | AP_G970FXXSGHWC2_CL25257816_QB62822569_REV01_user_low_ship_meta_OS12.tar.md5 | ||
| + | BL_G970FXXSGHWC2_CL25257816_QB62822569_REV01_user_low_ship.tar.md5 | ||
| + | CP_G970FXXSGHWC2_CP23827725_CL25257816_QB62822569_REV01_user_low_ship.tar.md5 | ||
| + | CSC_ODX_G970FODXGHVJ4_CL25354708_QB58068454_REV01_user_low_ship.tar.md5 | ||
| + | _FirmwareInfo_Samfw.com.txt | ||
| + | HOME_CSC_ODX_G970FODXGHVJ4_CL25354708_QB58068454_REV01_user_low_ship.tar.md5 | ||
| + | |||
| + | # Flash the firmware: | ||
| + | |||
| + | # Gerät in den Downloading... Modus bringen | ||
| + | $ adb reboot-bootloader | ||
| + | |||
| + | # Verbindung überprüfen | ||
| + | $ odin4 -l | ||
| + | / | ||
| + | |||
| + | # Beispiel: odin4 Aufruf | ||
| + | # $ odin4 -b BL_XXXX.tar.md5 -a AP_XXXX.tar.md5 -c CP_XXXX.tar.md5 -s CSC_XXXX.tar.md5 | ||
| + | |||
| + | $ odin4 -b BL_G970FXXSGHWC2_CL25257816_QB62822569_REV01_user_low_ship.tar.md5 -a AP_G970FXXSGHWC2_CL25257816_QB62822569_REV01_user_low_ship_meta_OS12.tar.md5 -c CP_G970FXXSGHWC2_CP23827725_CL25257816_QB62822569_REV01_user_low_ship.tar.md5 -s CSC_ODX_G970FODXGHVJ4_CL25354708_QB58068454_REV01_user_low_ship.tar.md5 -d / | ||
| + | |||
| + | Check file : BL_G970FXXSGHWC2_CL25257816_QB62822569_REV01_user_low_ship.tar.md5 | ||
| + | Check file : AP_G970FXXSGHWC2_CL25257816_QB62822569_REV01_user_low_ship_meta_OS12.tar.md5 | ||
| + | Check file : CP_G970FXXSGHWC2_CP23827725_CL25257816_QB62822569_REV01_user_low_ship.tar.md5 | ||
| + | Check file : CSC_ODX_G970FODXGHVJ4_CL25354708_QB58068454_REV01_user_low_ship.tar.md5 | ||
| + | / | ||
| + | Setup Connection | ||
| + | initializeConnection | ||
| + | Set Partition | ||
| + | Receive PIT Info | ||
| + | success getpit | ||
| + | Upload Binaries | ||
| + | sboot.bin.lz4 | ||
| + | param.bin.lz4 | ||
| + | up_param.bin.lz4 | ||
| + | cm.bin.lz4 | ||
| + | keystorage.bin.lz4 | ||
| + | uh.bin.lz4 | ||
| + | vbmeta.img.lz4 | ||
| + | boot.img.lz4 | ||
| + | recovery.img.lz4 | ||
| + | dt.img.lz4 | ||
| + | dtbo.img.lz4 | ||
| + | system.img.lz4 | ||
| + | vendor.img.lz4 | ||
| + | vbmeta.img.lz4 | ||
| + | userdata.img.lz4 | ||
| + | dqmdbg.img.lz4 | ||
| + | modem.bin.lz4 | ||
| + | modem_debug.bin.lz4 | ||
| + | cache.img.lz4 | ||
| + | omr.img.lz4 | ||
| + | product.img.lz4 | ||
| + | Close Connection | ||
| + | |||
| + | # Gerät boote neu | ||
| + | |||
| + | Hat funktioniert - Herzlichen Glückwunsch ! | ||
| + | |||
| + | </ | ||
| + | ---- | ||
| + | {{tag> | ||
doku/smartphone/smartphone_flashen/smartphone_mit_customrom/samsung_galaxy_s10e_stockrom.1753868668.txt.gz · Last modified: 2025/07/30 11:44 by gerdg