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

[RECOVERY] [I9300/iI9305]TWRP 2.8.x.x touch recovery

Discussione in 'Modding - Samsung Galaxy S3 (i9300)' iniziata da simoscorpion, 8 Set 2013.

  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 TELEFONO,
    CHI ESEGUE QUESTA PROCEDURA LO FA A PROPRIO RISCHIO E PERICOLO


    TWRP Recovery 2.8.x.x

    [​IMG]

    Download

    Download per GT-I9300
    Download per GT-I9305

    Installazione

    Da goomanager

    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 !!!

    Da terminale o adb:

    1. Scaricare il file .img e mettetelo su sd
    2. Aprire il terminale o una shell adb e digitare
    3.
    Codice:
    su
    
    dd if=/sdcard/[color="red"]recoveryfilename.img[/color] of=/dev/block/mmcblk0p6
    
    CAMBIATE LA PARTE SCRITTA IN ROSSO (recoveryfilename.img) CON IL NOME DEL FILE CHE AVETE SCARICATO E ASSICURARSI DI NON AVER COMMESSO ERRORI NELLA DIGITAZIONE DEL TESTO PENA IL BRIK

    4. Riavviate


    da odin

    1. Avviate in modalità download ( Tasto accensione più tasto centrale più tasto volume giù)
    2. Avviate odin3 e selezionato solo "F.reset-time" e "autoreboot" e selezionate in PDA il file tar.md5
    3. Collegare il gs3 in modalità download al PC tramite USB
    4. Premere start per flashare il pacchetto tar.md5
    5. Attendete il riavvio è il gioco è fatto !!!




    Fonte : Xda
     
    Ultima modifica: 18 Giu 2015
  2. simoscorpion

    simoscorpion Power Droid

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

    Codice:
    
    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.6.3.0:
    -Proper backup and restore of SELinux contexts (thanks to Tassadar)
    -Pull in some ROM information for backup name generation
    -Merge all recent patches from AOSP bringing TWRP up to date with Android 4.3
    -Add 1200x1920 theme (thanks to Tassadar)
    -A few other fixes and tweaks
    What's new in 2.6.1.0:
    
    Initial SELinux support (only a few devices, need testers so come by IRC if your device doesn't have it and needs it)
    Initial support for f2fs file system formatting (Moto X)
    Update SuperSU install for 4.3 ROMs
    Fixed a permissions bug on files created during backup
    Fixed a bug that caused TWRP to not wait for compressed backups to finish causing 0 byte files and md5sums to not match
    Fixed decryption of encrypted data so that both TouchWiz and AOSP decryption are possible
    Ignore lost+found folder during backup and size calculations
    Various other minor bug fixes and tweaks
    What's new in 2.6.0.0:
    
    Special Note: If you are running a custom theme, some of the changes in 2.6.0.0 will likely not be visible with your custom theme.
    
    Can encrypt a backup to prevent theft of private data from your backup files
    Updated graphics / icon courtesy of shift
    Updated exFAT to latest commits
    Fixed a problem with Samsung TouchWiz decryption
    Update SuperSU binary
    Fixed saving of backup partitions list
    Fixed saving of last used zip install folder
    Fixed backup of datadata on devices that use a separate partition for datadata
    Fixed some issues with the advanced wipe list (android_secure, can now wipe internal storage on data/media deivces and wipe data on the advanced list no longer formats the entire data partition)
    Fixed some problems with partitioning a SD card
    Various other bug fixes and tweaks
    
    Notes about encrypted backups:
    Why encrypt your backups? -- Most people store their backups on the device. Any app that has permission to access storage could potentially read your backup files and try to harvest your data. Encrypted backups also provide an added layer of security if you move your backups to other storage devices or to the cloud. The encryption that we're using is probably not strong enough for enterprise level security, but should be strong enough to make it significantly difficult to get to your data.
    
    Encryption is using OpenAES which uses AES 128-bit cbc encryption. If you happen to use a longer password (over 16 characters) then the encryption strength improves to 192 or 256 bits. Do not forget your password. If you forget your password you will be unable to restore your backup. We don't encrypt the entire backup. Encryption is very CPU intensive and can be fairly slow even when we spread the workload over multiple cores even on the latest high-end devices. To ensure that encrypted backups don't take forever, we don't encrypt any other partitions besides /data and in /data we don't encrypt /data/app (or other app related directories where apks are stored) and we don't encrypt dalvik cache.
    
    What's new in 2.5.0.0:
    
    Special Note: If you are running a custom theme, the changes in 2.5.0.0 will likely not be compatible with your theme.
    
    Added scrollable partition lists for mount, backup, restore, wipe, and storage selection
    Add new SliderValue GUI element for selecting brightness and screen timeout (thanks to Tassadar)
    Re-work AOSP and TWRP code to improve license compatibility between GPL and Apache
    Added official theme for 1080x1920 portrait devices (HTC DNA, HTC Butterfly, Oppo Find 5, Sony Xperia Z, etc)
    Fixed a problem with directory permissions on split archive backups
    Fixed a problem with md5 verification of backups
    Added a search function to libtar (thanks to kokotas)
    Improve handling of XML errors (fix permissions)
    Fixed handling of subpartitions
    Improvements to recovery.fstab flags
    Fixed a problem with decryption not being able to locate the decryption key in some situations
    
     
    Ultima modifica: 13 Set 2014
  3. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    uscita la v 2.6.3.0
     
  4. frrndr75

    frrndr75 Silver Droid

    Iscritto:
    23 Apr 2012
    Messaggi:
    2.729
    "Mi Piace":
    621
    uscita versione 2.7.0.0
     
  5. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    thread aggiornato
     
  6. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    *** uscita la v 2.8.0.1 ***
     
  7. costa11

    costa11 Worker Droid

    Iscritto:
    8 Ago 2013
    Messaggi:
    488
    "Mi Piace":
    40
    aggiornamento

    Scusa ce già uscita una nova versione di recovery !
    2.8.3.0 l'ho posso utilizare x il Lollipop?
     
  8. simoscorpion

    simoscorpion Power Droid

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

    Inviato dal mio GT-N7100
     
  9. costa11

    costa11 Worker Droid

    Iscritto:
    8 Ago 2013
    Messaggi:
    488
    "Mi Piace":
    40
    Grazie
     
  10. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    costa11 Dalla regia mi dicono che hai s3 neo, guarda che questa è per l's3 normale, rischi di andare in bootloop flashando questa sul neo

    Inviato dal mio OnePlus One
     
    A Cristian piace questo elemento.
  11. costa11

    costa11 Worker Droid

    Iscritto:
    8 Ago 2013
    Messaggi:
    488
    "Mi Piace":
    40
    Io ho tutte due il neo e il normale il caro vecchio s3
    Sul neo o già il lollipop che va una meraviglia
     
  12. Mattia D'urso

    Mattia D'urso Baby Droid

    Iscritto:
    13 Ott 2013
    Messaggi:
    8
    "Mi Piace":
    0
    Odin, quel burlone!

    Ciao, non sono nuovo al mondo del modding e questa cosa non mi è mai capitata... Ho un S3(i9300) a cui ho flashato, con Odin(ho provato diverse versioni), la twrp, cwm e la philz... Il risultato è sempre ugulale: flash a buon termine e quando vado da telefono la recovery non c'è... idee su come risolvere ??????
     
  13. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    Hai attivato il debug usb ?
     
  14. Mattia D'urso

    Mattia D'urso Baby Droid

    Iscritto:
    13 Ott 2013
    Messaggi:
    8
    "Mi Piace":
    0
    si, ho attivato debug. Ho provato con CF-Auto root e poi con un app e installare la recovery e non va. CPU-Z mi vede il root, le app che dovrebbero chiedermi i permessi no... Non ho idee???:confused:
     
  15. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    Prova a rifare tutto ma deseleziona l'autoreboot da Odin e quando ha finiti riavvia manualmente in recovery

    Inviato dal mio GT-N5110
     
  16. Mattia D'urso

    Mattia D'urso Baby Droid

    Iscritto:
    13 Ott 2013
    Messaggi:
    8
    "Mi Piace":
    0
    Non va... Potrebbe aiutare un reset da recovery?
     
  17. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    No, prova un alto pc
     
  18. cicciofoglia91

    cicciofoglia91 Worker Droid

    Iscritto:
    20 Lug 2014
    Messaggi:
    175
    "Mi Piace":
    8
    ragazzi ma come si aggiorna la twrp??

    Inviato dal mio MI 4W utilizzando Tapatalk
     
  19. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    O da Odin, o con l'immagine con flashify o direttamente dalla twrp (dalla versione 2.8.4.0 è possibile flashare file img)

    Inviato dal mio OnePlus One
     
    A cicciofoglia91 piace questo elemento.
  20. manolesta90

    manolesta90 Baby Droid

    Iscritto:
    6 Dic 2015
    Messaggi:
    25
    "Mi Piace":
    0
    Posso chiedere una mano per fare il root daccapo?
    Se ho intenzione di fare un hard reset lo cancello il vecchio root?