CERCA
PER MODELLO
FullScreen Chatbox! :)

Utente del giorno: Steamblade con ben 1 Thanks ricevuti nelle ultime 24 ore
Utente della settimana: carotix con ben 5 Thanks ricevuti negli ultimi sette giorni
Utente del mese: carotix con ben 19 Thanks ricevuti nell'ultimo mese

Visualizzazione dei risultati da 1 a 6 su 6
Discussione:

Rooting con Mac Apple

Se questa discussione ti è stata utile, ti preghiamo di lasciare un messaggio di feedback in modo che possa essere preziosa in futuro anche per altri utenti come te!
  1. #1
    Baby Droid


    Registrato dal
    Aug 2011
    Località
    Roma
    Messaggi
    6
    Smartphone
    NEXUS S

    Ringraziamenti
    0
    Ringraziato 0 volte in 0 Posts
    Predefinito

    Rooting con Mac Apple

    Ciao a tutti , ho letto sul web che è possibile rootare il Nexus S Gingerbread tramite Mac , e questa procedura a brevilinee è più breve e veloce che usando Windows .
    Ho tentato di tradurre in italiano la guida , ma essendo la cosa un pò delicata ho lasciato perdere .
    Qualcuno ci ha mai provato ? oppure esiste una guida in italiano ?
    Grazie mille per le eventuali info .

    Ciao

  2.  
  3. #2
    Androidiano VIP L'avatar di Giwex


    Registrato dal
    Apr 2010
    Località
    Calgary, Alberta, Canada
    Messaggi
    2,629
    Smartphone
    Galaxy Nexus

    Ringraziamenti
    186
    Ringraziato 403 volte in 331 Posts
    Predefinito

    Puoi postare il link della guida?

  4. #3
    Baby Droid


    Registrato dal
    Aug 2011
    Località
    Roma
    Messaggi
    6
    Smartphone
    NEXUS S

    Ringraziamenti
    0
    Ringraziato 0 volte in 0 Posts
    Predefinito

    Ciao , non so' se contravvengo a qualche regolamento del forum .... ma comunque se vai su XDA -> NEXUS S -> e cerchi rooting/fastboot with mac ...


  5. #4
    Baby Droid


    Registrato dal
    Aug 2011
    Località
    Roma
    Messaggi
    6
    Smartphone
    NEXUS S

    Ringraziamenti
    0
    Ringraziato 0 volte in 0 Posts
    Predefinito

    Ciao , per semplicità ti posto questo copia e incolla dal sito che ti indicavo , è in lingua inglese (ripeto se è contro qualsiasi regolamento del forum , prima chiedo scusa poi autorizzo la rimozione) :
    1) Download the "androidsdk.zip" file from here: androidsdk.zip - File Shared from Box.net - Free Online File Storage
    Unzip that file (if not already unzipped automatically upon download), and place the "androidsdk" folder on your Desktop. It has to be in this location for the rest of the steps to work.

    2) On your phone, go to Menu>Settings>Applications. Select "Development" and check the box next to "USB debugging"

    3) Connect the phone to your Mac via the USB cable

    4) Open a Terminal window on your Mac (Applications>Utilities>Terminal), and copy/paste the following into the Terminal:
    ~/Desktop/androidsdk/platform-tools/adb reboot bootloader
    Hit "Return" and wait for your phone to to reboot into Bootloader/Fastboot mode

    5) If your Bootloader screen says "LOCK STATE - UNLOCKED" then skip to Step 6. If it says "LOCK STATE - LOCKED" then copy/paste the following into the Terminal:
    ~/Desktop/androidsdk/tools/fastboot oem unlock
    Hit "Return" and on your phone will prompt you to confirm and warn you that you are going to lose everything. Confirm. At this point you will have an unlocked bootloader.

    6) Copy/paste the following into the Terminal window:
    ~/Desktop/androidsdk/tools/fastboot flash recovery ~/Desktop/androidsdk/tools/recovery-clockwork-3.0.0.0-crespo.img
    Hit "Return" again and wait for recovery to flash.

    7) At this point you should still be in Bootloader/Fastboot mode. DO NOT REBOOT YOUR PHONE*. Press the "Volume Down" key until "RECOVERY" is highlighted, and press the "Power" key to select this option.
    *Note: You must go to Recovery directly from Bootloader/Fastboot mode after Step 6 without rebooting your phone in between, or else your phone will replace ClockworkMod Recovery, hang at the "Google" splash screen requiring a battery pull, and you'll need to start again from Step 6.
    For the following steps while in Recovery, use "Volume Down" to highlight a selection and "Power" to choose that selection:

    8) Choose "mounts and storage"

    9) Choose "mount USB storage". Your phone should now be mounted on the Mac as a Device called "NO NAME"

    10) Look inside the "androidsdk" folder on your Desktop for a file called "su2361ef.zip", and using the Finder on your Mac, copy that file (without unzipping it) to the main directory of your mounted phone ("NO NAME").

    11) Eject/unmount your phone in the Finder on your Mac.

    12) On your phone, choose "Unmount"

    13) Choose "mount /system"

    14) Choose "+++++Go Back+++++"

    15) Choose "install zip from sdcard"

    16) Choose "choose zip from sdcard"

    17) Choose "su2361ef.zip"

    At this point you have root, but your phone will continue to replace ClockworkMod Recovery on reboot. To prevent this, do the following:

    1) Reboot your phone, and download the app "Root Explorer" from the Market

    2) Open Root Explorer and navigate to the "etc" directory.

    3) Tap on the gray box that says "Mount R/W"

    4) Tap and hold on the file "install-recovery.sh" and rename this file to "install-recovery.sh.old"

    5) Download the app "ROM Manager"

    6) Open ROM Manager and choose "Flash ClockworkMod Recovery". At this point you are all set

    ---------------------------------------------

    To re-lock your bootloader (Optional step):

    1) With your phone connected and "USB Debugging" still enabled (which it will be unless you disabled it after the above), copy/paste the following to the Terminal:

    Code:
    ~/Desktop/androidsdk/platform-tools/adb reboot bootloader
    Hit "Return" and wait for your phone to to reboot into Bootloader/Fastboot mode

    2) Copy/paste the following to the Terminal:

    Code:
    ~/Desktop/androidsdk/tools/fastboot oem lock
    Hit "Return".

    Reboot your phone.
    ************************************************** ********

    Questo è tutto ... se funziona non lo so' perchè lo devo provare di persona ... oppure ... proviamoci .

    Ciao

  6. #5
    Baby Droid


    Registrato dal
    Aug 2011
    Località
    Roma
    Messaggi
    6
    Smartphone
    NEXUS S

    Ringraziamenti
    0
    Ringraziato 0 volte in 0 Posts
    Predefinito

    ho iniziato a "studiare" e sembra che và ...

  7. #6
    Baby Droid


    Registrato dal
    Aug 2011
    Località
    Roma
    Messaggi
    6
    Smartphone
    NEXUS S

    Ringraziamenti
    0
    Ringraziato 0 volte in 0 Posts
    Predefinito

    Giwex ... che dici ? hai fatto experiments ?

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire risposte
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Torna su
Privacy Policy