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

[TOOL] [N9005]kn0x0ut Toolbox - installare custom rom, mod e altro rimanendo in garanzia

Discussione in 'Modding - Samsung Note 3' iniziata da simoscorpion, 13 Dic 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


    kn0x0ut Toolbox v2.03!

    Premessa:

    Questa guida serve per flashare tutte le rom senza far alterare in nessun modo knox, infatti come sappiamo le custom rom che normalmente richiedono una custom recovery, ci faranno decadere la garanzia, facendoci alterare il knox warranty void a 0x1
    Questa guida è abbastanza complessa, cercherò di essere il più chiaro possibile ma non è facile, la procedura non è mia ovviamente ma sembra funzionare su xda, quindi lo ripeto iNE IO NE IL FORUM CI RITENIAMO RESPONSABILI SE SEGUENDO QUESTA GUIDA BRICCATE O SE KNOX VA A 0X1

    SE AVETE GIA' KNOX A 0X1 QUESTA GUIDA NON VI SERVIRà A NULLA, USATE I METODI CLASSICI PER INSTALLARE UNA ROM

    NON FLASHATE RECOVERY O KERNEL ALTERNATIVI, ALTRIMENTI KNOX A 0X1


    Prerequisiti:

    - Root (seguite root de la vega o altri metodi che non fanno alterare knox)
    - Busybox (ultima versione)
    - Driver adb
    - Java JDK
    - Un po di famigliarità con il terminal emulator e i comandi adb
    - Cervello

    Installiamo il toolbox:

    1. Scarichiamo kn0x0ut_v2.03.zip
    2. Estraiamo tutto il contenuto dello zip nella radice principale o della sd o della memoria externa (/mnt/extSdCard/kn0x0ut or /sdcard/kn0x0ut)
    3. Attacchiamo il telefono al pc (ricordate di attivare Debug USB dalle opzioni sviluppatore)
    4. Apriamo l'adb
    5. Digitiamo questo comando (cambiate directory se avete messo su memoria esterna)
      Codice:
      su
      sh /sdcard/kn0x0ut/kn0x0ut.sh mod='busybox'
      sh /sdcard/kn0x0ut/kn0x0ut.sh kn0x0ut
      
    6. Adesso avete installato il toolbox e potrete usare tutte le sue funzioni

    Fonte: Xda
     
    Ultima modifica: 13 Dic 2013
  2. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    Come usare il toolbox:

    1. Per usare una funzione del toolbox vi basterà scrivere
      Codice:
      kn0x0ut <command>
    2. Dove <command> sta per una delle funzioni specificate qui sotto


    #####################################
    # #
    # kn0x0ut Toolbox v2.03 by z.ro-ice #
    # #
    #####################################

    Usage: kn0x0ut [commands]
    OR: knoxout [commands]

    >>> commands <<<

    Help:
    -----
    help - Display help
    listmods - Display a list of all available mods

    Backup:
    -------
    backup-base - Backup system app and framework files
    backup-efs - Backup efs partition
    backup-system - Backup system partition
    backup-data - Backup data partition
    backup-full - Backup system and data partition

    Installation / Restore:
    -----------------------
    install - Install contents of "put_files_here"
    (place backup tar's there for restore)
    !!! DO NOT TRY TO RESTORE A DATA BACKUP (YET) !!!
    rom-install - As above but clean system apps, framework
    and dalvik-cache before

    Mod Installation:
    -----------------
    mod='[mods]' - Install specified mods (for multiple seperate with ',')

    Special:
    --------
    supersu - Install supersu v1.80 to xbin (incl. init.d support for all kernels)
    kn0x0ut - Install kn0x0ut v2.03 to xbin
    fix_perm - Install fix_permissions v2.00 to xbin
    backup_perm - Install backup_permissions v2.00 to xbin

    Cleaning:
    -----------------------
    clean-dalvik - Clean dalvik-cache
    clean-base - Clean system apps and framework (MAKE SURE YOU INSTALL NEW BEFORE REBOOT!)

    Bloatware Removal:
    ------------------
    removebloat-cooolboy - Remove most bloatware (based on CoOoL_BoY's bloatware remove script)
    removebloat-zroice - Remove bloatware hardcore mode (beware - most google stuff gone except playstore)

    >>> commands END <<<
     
    Ultima modifica: 13 Dic 2013
  3. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    Installiamo una rom:

    1. Per prima cosa è sempre bene fare un backup
      Codice:
      kn0x0ut backup-full
      questo comando salverà il backup del /system e /data nella cartella kn0x0u del vostro dispositivo
      ATTENZIONE: momentaneamente lo script non supporta il restore della partizione /data, quindi vi consiglio di usare Titanium Backup per ripristinarli
    2. Eccoci finalmente al punto vitale della guida, a questo punto scarichiamo la nostra rom in formato zip o tar
    3. Mettiamola nella cartella "put_files_folder" che è presente dentro al file zip che avete estratto per installare il toolbox
    4. Apriamo il terminal emulator e digitiamo questi due comandi che fungeranno da wipe
      Codice:
      kn0x0ut  clean-base 
      kn0x0ut clean-dalvik
      
    5. Infine installiamo la rom con il seguente comando
      Codice:
      kn0x0ut rom-install
    6. Riavviate e buona fortuna !!!

    ATTENZIONE: per evitare problemi non flashate rom che hanno l'aroma

    Ripristino di un backup:

    1. Per ripristinare il backup del system, precedentemente fatto, basta mettere il backup.tar appena creato nella cartella kn0x0ut/put_files_here e dare il seguente comando
      Codice:
      kn0x0ut install
     
    Ultima modifica: 13 Dic 2013
  4. simoscorpion

    simoscorpion Power Droid

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


    v.2.03 - removed chattr mod (alrdy included in busybox) - edited supersu installation to remove immutable flag if it exists (disables the survival mode) to make sure files are really updated, edited mount points to be hopefully more compatible with other devices. ( kn0x0ut expects to find the data in /storage/extSdCard/kn0x0ut or /storage/sdcard0/kn0x0ut now). If you installed kn0x0ut to your system, delete the old files in the kn0x0ut folder (minus the folders you want to keep, like backups) and copy over the new files from the archive. Then type "knoxout kn0x0ut" to update the script on the system to the latest version. Or if that fails browse to the directory and make a fresh install with "sh kn0x0ut.sh kn0x0ut"

    Vecchie versioni
    v2.02 - fixed the "remove_dangerous_files" function, fixed the reliance on busybox symlinks, added command "clean-base" (the function was there, but not the command...)
    "should work now...." (can't test all the functions myself because of limited time, pls report if any errors remain, ill try to fix asap - you risk nothing but having to odin flash in worst case)

    v2.01 - mini fix - "zroice" version of bloatware removal also deleted the playstore - thats a bug. (fixed) - but browser and all other google and samsung garbage still included.

    v2.00 - Complete overhaul - check out the command/option list. Some small bugs fixed (like init.d scripts really working now for all kernels, zipalign script fixed, etc) Added the ability to install the toolbox, a fix_permissions standalone and a backup_permissions script... and lots more. It's a re-release not an update kind of..
     
  5. salvjo

    salvjo Worker Droid

    Iscritto:
    17 Gen 2011
    Messaggi:
    115
    "Mi Piace":
    4
    Io ho il bootloader bloccato e se non sbaglio non posso usare il root dlv. Mentre il cf root altera il knox.
     
  6. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    allora non puoi seguire root de la vega e di conseguenza questa guida
     
    A salvjo piace questo elemento.
  7. salvjo

    salvjo Worker Droid

    Iscritto:
    17 Gen 2011
    Messaggi:
    115
    "Mi Piace":
    4
    Posso chiederti perché viene bloccato il bootloader e se con un nuovo aggiornamento ufficiale possa tornare non bloccato?

    Inviato dal mio SM-N9005 con Tapatalk 2
     
  8. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    :lol: bisognerebbe chiederlo alla Samsung, io penso per far evitare alcune pratiche di modding che non invalidavano la garanzia tipo root de la Vega, la politica di Samsung è secondo me è: "vuoi moddare ? Ok, ma scordati la garanzia", questo blocco del bootloader non è un blocco completo come lo é su altri device Android ma è un blocco marginale che non permette di fare downgrade o ottenere il root con root de la Vega, infatti quando vuoi ottenere il root o mettere una custom recovery non devi prima sbloccare il bootloader

    Inviato dal mio GT-N7100 con Tapatalk 2
     
    A salvjo piace questo elemento.
  9. salvjo

    salvjo Worker Droid

    Iscritto:
    17 Gen 2011
    Messaggi:
    115
    "Mi Piace":
    4
    Quindi da ora in poi fino ad avere kitkat sarà sempre bloccato. Devo sperare a un futuro root oppure aspettare la fine della garanzia.

    Inviato dal mio SM-N9005 con Tapatalk 2
     
  10. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    non credo si riuscirà a trovare un nuovo escamotage, però tutto può essere
     
  11. sully94

    sully94 Baby Droid

    Iscritto:
    31 Lug 2012
    Messaggi:
    2
    "Mi Piace":
    0
    funziona anche su i9505?
     
  12. simoscorpion

    simoscorpion Power Droid

    Iscritto:
    26 Lug 2012
    Messaggi:
    45.604
    "Mi Piace":
    11.831
    no solo note 3
     
    A sully94 piace questo elemento.
  13. turborocket

    turborocket Baby Droid

    Iscritto:
    25 Feb 2014
    Messaggi:
    11
    "Mi Piace":
    0
    Qualcuno ha seguito la guida con esito positivo?

    ---------- Post aggiornato alle 20:53 ----------

    Qualcuno ha seguito la guida con esito positivo?
     
  14. walterdv2000

    walterdv2000 Baby Droid

    Iscritto:
    13 Lug 2012
    Messaggi:
    4
    "Mi Piace":
    0
    Qualcuno ha mai provato questo metodo? funziona sulle nuove Rom 4.4.2?