[Q] Stuck installing Cyanogen mod, can't transfer installation package topic

SOCIALIZE IT ⇨

I'm trying to install cyanogenmod following these instructions. I unlocked the bootloader and flashed boot.img. Now I'm trying to transfer the zip file over but all I have is Cynanogen's recovery, and under the "apply update" option it only has
  1. apply from adb

  2. choose from internal storage

  3. choose from sdcard1

  4. choose from sdcard1


I'm at step 8 in the linked instructions but don't see what they are talking about in my version of cyanogen recovery

You have two options for transferring and installing the installation packages. Both cases require a recent version of adb to be working in recovery (adb bundled with ubuntu may have protocol errors). The sideload method is more universal across devices, whereas the push and install method is more commonly used:

Sideload method: select install zip > install zip from sideload. Follow the on-screen notices to install the package. The installer does not necessarily display an "Install complete." message. You can tell the install is complete if there were no fatal error messages and you have regained control over the menu.
Push and install method: Open a command prompt (or Terminal on Mac and Linux) and navigate to the directory holding the package(s) you would like to install. On the device, navigate to the mounts and storage menu. If you see /storage/sdcard0 as a mountable volume, go ahead and mount it. If you do not see this directory, then instead mount the /data directory. Take note of which volume you mounted. Now, push the package(s) to your device:

- If you mounted /storage/sdcard0, then: adb push update.zip /storage/sdcard0/
- If you mounted /data, then: adb push update.zip /sdcard/0/

where update.zip should be replaced with the package filename. Go back to the main menu and select install zip. Choose to install from the same directory where you pushed the package(s). If you are installing multiple packages, install CyanogenMod first and then install any subsequent packages on top of it.

xda-developers


0 commentaires:

Enregistrer un commentaire