Il Forum è consultabile solo in modalità lettura. Per domande o consigli iscriviti al nostro GRUPPO FACEBOOK / COMMUNITY cliccando qui

[RECOVERY] [bacon] installare la TWRP 3.1.x.x su OnePlus One

Discussione in 'Modding - OnePlus One' iniziata da simoscorpion, 29 Mag 2014.

  1. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831

    ATTENZIONE NE IO NE IL FORUM CI RITENIAMO RESPONSABILI PER EVENTUALI DANNI ARRECATI AL DEVICE
    CHI ESEGUE QUESTA PROCEDURA LO FA A PROPRIO RISCHIO E PERICOLO


    TWRP RECOVERY 3.0.0.0

    [​IMG][​IMG]



    Installazione

    E' INDISPENSABILE AVERE IL BOOTLOADER SBLOCCATO (QUI LA GUIDA)

    metodo più facile (serve il root)

    0. E' indispensabile avere il root !!
    1. Scaricare GooManager
    2. Aprire l'app e concedere l'autorizzazione per il root
    3. Cliccare sul menù con i 3 puntini e selezionare la voce "installa open recovery"
    4. Ora dovrete sempre confermare alle schermate che vi vengono presentate e inizierà il download
    5. installate e ora avrete questa bella recovery touch !!!

    metodo più complicato (NON serve il root)

    1. Scaricate da QUI l'ultima versione della recovery in formato .img
    2. Abilitate il debug usb sul telefono
    3. Dal cmd date questo comando "adb reboot bootloader" per riavviare in modalità bootloader
    4. Aspettate che il telefono si riavvii in bootloader
    5. Ora date questo comando "fastboot flash recovery nomerecovery.img" per flashare la recovery

    [​IMG]

    6. Infine date il comando "fastboot reboot" per riavviare

    metodo con flashify (serve il root)

    1. Scaricate flashify
    2. Scaricate da QUI l'ultima versione della recovery in formato .img sul vostro opo
    3. Aprite flashify e concedetegli i permessi di root
    4. Andate nell finestra "FLASH", selezionate "recovery image">"choose a file">selezionate la recovery che avete appena scaricato
    5. Nella prossima finestra selezionate "metodo normale" poi cliccate su "yup!"
    6. Lasciate che finisca la proceduta e riavviate


    Nota: nomerecovery è il nome della recovery che andrete a flashare, quindi scrivete il nome dell'immagine che andrete a flashare compreso di .img non nomerecovery.img


    ATTENZIONE  

    gli aggiornamenti OTA possono sovrascrivere la partizione di recovery e ripristinare la CyanogenMod Simple Recovery stock. Per evitare questo, andate in Developer options sul vostro OnePlus One e assicuratevi che l'opzione Update CM recovery sia disabilitata.




    Fonte : xda - sito ufficiale
     
    Ultima modifica: 6 Feb 2016
    A kerk, mesh75, crazyniko e ad altre 5 persone piace questo elemento.
  2. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    2.8.3.0:

    MTP fixes and improvements - you can now copy zips to the root of storage - thanks to _thatMTP will now tell the host PC that storage is removed instead of disabling MTP completelyMTP will now report the correct max file size based on the file system in use to the host PC (may fix transfer of large files)Update and improve fix permissions and make fixing contexts optionalUpdate SuperSU in TWRP to 2.40 and update install processMake TWRP work properly on AArch64 (Nexus 9 is now built in true 64-bit binaries and libraries)Attempt to set correct permissions and contexts on all files placed in storage so backups will show in AndroidFix kernel panic during MTP start on some devicesSupport unicode fonts on devices with True Type Font supportFix slider value not showing sometimes (vibration settings page)Toggle MTP off during adb sideload to set correct USB IDsReduce library requirements for 5.0 L decryptOther minor fixes and improvements

    2.8.2.0

    MTP fixes and improvements - you can now copy zips to the root of storage - thanks to _thatPull in all changes from Android 5.0 lollipop into TWRPAdd decrypt support for Android 5.0 lollipop encrypted partitions including automatic decrypt when the default_password is in useRevert some changes to exFAT that were breaking exFAT support on some devicesOther minor fixes and updates

    Note: At this time we do not have a GUI representation for pattern unlock. You can still decrypt patterns though by translating the pattern dots to numbers. The pattern dots correspond to numbers in the following pattern:
    1 2 3
    4 5 6
    7 8 9

    So an upper-case L would translate to a password of 14789 entered on the keyboard. Eventually we plan to add a proper pattern unlock to TWRP but it is a relatively low priority at this point.




    CHANGELOG for 2.8.0.1:
    -Fix a bug that causes weird graphics glitches and touch issues


    CHANGELOG for 2.8.0.0:
    -Add MTP support to recovery thanks mostly to bigbiff with a little help from Dees_Troy
    -Add command line capabilities - you can now execute various TWRP features via adb instead of the touchscreen
    -Add support for color in the console and give error, warning, and highlight lines different colors
    -Track backup and restore progress based on file sizes to provide a much more accurate indication of progress
    -Improve handling of /misc thanks to mdmower
    -Improve setting of time on Qualcomm devices thanks to [NUT]
    -Allow using images on slidervalue GUI objects thanks to Tassadar
    -Allow using variables and addition and subtraction in variables for easier theming
    -Add support for 1440x2560, 280x280, and 320x320 resolutions and update 240x240
    -Allow ui.xml file to include additional xml files to help break up the theme and make TWRP easier to maintain
    -Other minor fixes and improvements

    Over the course of the last year or so, bigbiff has worked to migrate various Java functions from Android's MTP implementation to bring you a fully C++ based MTP implementation that allows you to transfer files to both emulated storage and Micro SD cards. It's confirmed to work on various Nexus devices but we may have to make some changes on other devices to keep Windows happy. Windows is very picky about USB IDs and its drivers. We have tested it on Windows 7 and 8 as well as Ubuntu 14.04 Trusty. MTP is enabled by default, but we do toggle it off and on automatically during certain operations such as if you choose to wipe a storage partition. You can enable or disable MTP under the mount menu in TWRP.#For more about what MTP is here.

    Note: Due to a weird bug with our MTP setup, you cannot copy a zip file to the root of storage with Windows. You can change the .zip to something else like .txt and then copy it to the root and rename the file back to .zip once it's copied to the device. You can also copy the zip into any subfolder.

    Command line support is also now available. You can perform various OpenRecoveryScript commands via the adb shell. Depending on what you are doing you may wish to do a "twrp set tw_mtp_enabled 0" and then reboot to prevent the MTP auto toggle from killing your adb interface. You can use this option to create and restore backups, wipe, install zips, and more. Via adb shell, type twrp followed by a space then enter the OpenRecoveryScript command and hit enter.#Find more OpenRecoveryScript commands here.


    CHANGELOG for 2.7.1.0:
    -Add GUI option to change or repair file systems on individual partitions. The change is destructive so backup your data including internal sdcard first. This option should make it a little easier to migrate a device from ext4 -> f2fs, for instance. You will find this option under Wipe -> Advanced Wipe, then select only one partition and then press the Repair or Change File System button. If a developer has added f2fs support for your device and we don't have it in TWRP, please contact me via PM to arrange for it to be added.
    -Various bugfixes to backup and restore
    -Improvements to USB storage handling
    -Added a class to search for files to make finding the correct brightness file automatic in most cases
    -Various other bugfixes and tweaks


    CHANGELOG for 2.7.0.0:
    -Faster graphics rendering by disabling alpha blending on fully opaque objects thanks to Tassadar
    -Allow sideloading from /tmp on encrypted devices
    -Check for a crypto footer before asking for a password to prevent user confusion
    -Additional checks for validity to auto generated backup names
    -Text wrap in the console output
    -Proper caps lock support in the keyboard
    -Mouse support via USB OTG for devices with a broken digitizer
    -Improve scanning of storage locations for OpenRecoveryScript
    -Haptic feedback for buttons, keyboard, and vibration at the end of longer running actions thanks to Samer Diab
    -Fixed ext4 wiping when no selinux contexts are defined for that partition (e.g. sd-ext)
    -Update SuperSU to 1.93 and improve installation process
    -Added selinux contexts restoration to fix permissions
    -Load RTC offset on Qualcomm devices to fix the date/time in recovery
    -USB Mass Storage fixes Add SELinux support checking
    -Add Disk Usage class to better handle excluded folders (e.g. Google Music cache)
    -Add 4.4 decrypt support
    -Add some toolbox utilities to TWRP (namely to support SELinux functions not supported in busybox)
    -Various SELinux fixes and bug fixes

    Note: 2.7 marks the first time that we are dropping support for older devices. We are doing this because of the SELinux support needed to install 4.4 Kit Kat ROMs. The non-TWRP parts of the recovery image have to be built in at least a 4.1 tree and the kernel that is included in the recovery image has to support writing SELinux contexts. We don't own most of the devices that we support so we depend on outside testers and developers to help us update devices. In many cases we can't find someone readily. Come to #twrp on Freenode if you want to help bring your device up to date. You can tell right away if your device will support 4.4 ROMs in 2.7. Boot TWRP and press the console button (the square-ish button either in the bottom middle or upper right) to view the console output. If it doesn't say "Full SELinux support" in the console, then your device still needs some work. Help us help you.
     
    Ultima modifica: 22 Dic 2014
    A Morissio e Mikhael piace questo messaggio.
  3. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    *** uscita la v 2.7.1.0 ***
     
    A Darklife piace questo elemento.
  4. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    flashata la 2.7.1.0 sembra andare egregiamente
     
  5. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    *** uscita la v 2.7.1.1 ***
     
  6. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    flashata la 2.7.1.1 da flashify, risolto il glitch grafico all'avvio e sembra migliorata la velocità per accederci

    Inviato dal mio OnePlus One
     
  7. tango71

    tango71 Worker Droid

    Iscritto:
    12 Ott 2013
    Messaggi:
    254
    "Mi Piace":
    25
    Buona domenica, flashata la nuova versione con l'app flashify tutto bene, concordo con te in merito alla grafica e alla velocità del caricamento

    Inviato dal mio One
     
  8. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    aggiunta nella guida la procedura con flashify
     
  9. max-nlt

    max-nlt Bronze Droid

    Iscritto:
    3 Ott 2013
    Messaggi:
    945
    "Mi Piace":
    94
    allora domanda per flashare una nuova rom che sto facendo.... devo solo capire una cosa non avendo piu' la SD esterna

    io faccio nell'advanced wipe:
    -Dalvik Cache
    -Data
    -cache

    e poi per il format system devo fare il wipe system dentro advanced, o fuori il format data? direi il wipe system giusto? se faccio il format data perdo anche le zip che ho caricato ovviamente
     
  10. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    Solo. Il wipe internal storage va a pulire la memoria interna, fai i 3 wipe e il system all'interno di advanced

    Inviato dal mio GT-N7100
     
    A max-nlt piace questo elemento.
  11. max-nlt

    max-nlt Bronze Droid

    Iscritto:
    3 Ott 2013
    Messaggi:
    945
    "Mi Piace":
    94
    supponevo.... tutto ok, ora scrivo di la nella paranoid
     
  12. bille_

    bille_ Worker Droid

    Iscritto:
    13 Lug 2013
    Messaggi:
    111
    "Mi Piace":
    4
    Il prompt mi dice che non può aprire il file openrecovery-twrp-2.7.1.1-bacon.img cosa devo fare?

    Inviato dal mio One con Tapatalk 4
     
  13. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    Posta il log completo

    Inviato dal mio OnePlus One
     
  14. bille_

    bille_ Worker Droid

    Iscritto:
    13 Lug 2013
    Messaggi:
    111
    "Mi Piace":
    4
    Ho risolto grazie lo stesso

    Inviato dal mio One con Tapatalk 4
     
  15. toninoapicella

    toninoapicella Worker Droid

    Iscritto:
    26 Mar 2013
    Messaggi:
    216
    "Mi Piace":
    7
    ciao a tutti, ho provato a flashare la recovery con il metodo senza root, mi dice ok ma poi riavvio i recovery e niente, viene fuori quella della cyanogen. cmd.jpg
     
  16. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    hai disabilitato dalle impostazioni "aggiorna CM recovery" ?
     
    A Mike Mone piace questo elemento.
  17. toninoapicella

    toninoapicella Worker Droid

    Iscritto:
    26 Mar 2013
    Messaggi:
    216
    "Mi Piace":
    7
    no, ma va fatto prima di flashare la twrp o dopo averla flashata? dove vado a disabilitarla?
     
  18. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    Prima di flashare, da impostazioni sviluppatore

    Inviato dal mio OnePlus One
     
    A Mike Mone piace questo elemento.
  19. toninoapicella

    toninoapicella Worker Droid

    Iscritto:
    26 Mar 2013
    Messaggi:
    216
    "Mi Piace":
    7
    ok grazie tutto bene. In impostazioni supersu dove c'è scritto cyanogenmod - rispettare le impostazioni di root...-ignora le impostazioni di accesso root cyanogenmod (in impostazioni sviluppo) il flag non c'è, lo devo lasciare così? c'è altro che devo selezionare o deselezionare nelle impostazioni supersu?
     
  20. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    Lascialo cosi

    Inviato dal mio OnePlus One