Új hozzászólás Aktív témák

  • Istju

    senior tag

    válasz Cyrin #560 üzenetére

    Ezt töltsd le .
    Utána:
    " 2. FLASHING TWRP :

    - Install the required ADB and Fastboot drivers in your PC if not already in step 1. from here.
    - Download TWRP from here.
    - Put that TWRP in the ADB and Fastboot installed folder (mostly C:\Program Files (x86)\Minimal ADB and Fastboot).
    - Rename that recovery(TWRP file) to "recovery" for convenience (optional).
    - Click on Start Menu, type cmd
    - Right click and select Run as administrator
    - Then type:

    Code:
    cd C:\Program Files (x86)\Minimal ADB and Fastboot
    - Now Connect your phone to PC With USB Debugging on (keep phone on).
    - Type:

    Code:
    adb devices
    and accept the pop up on phone's screen.
    - Now reboot your phone to Fastboot mode either manually by shutting down phone and then holding volume down key and power button or by:
    "

    Magyarul. Töltsd le a minimal fastboot progit innen.
    Telepítsd.
    Inkább, ne a portable verziót válaszd. Gép újraindít.
    Lépj be ebbe a mappába; C:\Program Files (x86)\Minimal ADB and Fastboot, nyiss itt egy parancssort rendszergazdai jogosultságokkal. ( a letöltött *.twrp.img fájlt is ebbe a mappába másold be)

    telót csatlakoztassd, előtte engedélyezd az usb hibakeresést a fejlesztői beállításokban.

    Parancsok:
    adb devices

    -engedélyezd a felugró ablakot a telefonon az usb hibakeresésre.

    adb reboot bootloader

    - itt már fastboot módban lesz a teló

    fastboot devices

    - látod az eszközöd device id-ját

    fastboot flash recovery recovery.img

    a recovery.img helyére a letöltött*.img fájl nevét írd. Add meg a fájl előtt az abszolút elérési utat, ha ebbe a mappába másoltad előtte, akkor:

    fastboot flash recovery ./recovery.img

    -ezzel telepíted a TVRP-t

    fastboot boot ./recovery.img

    -ezzel bebootolsz a gépen lévő twrp.img fájról
    és bármit is megtehetsz, amit szeretnél.

    UI.

    Nem tudom milyen op rendszered van, nem ismerem a pc ismereted, lehet nem is írtad miket írtam, stb
    Csak saját felelősségre, akkor, ha tudod mit csinálsz.

    A bonyolultság elrejtése még bonyolultabb rendszert eredményez, és ezért kerülendő. KISS

Új hozzászólás Aktív témák