Aaskereija
Inventar
- 5.601
probier auch mal verschiedene USB ports aus, manchmal hilft das schon
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
Alles geschafft aber ab hier hab ich ein problemDownload the CyanogenMod package for your device that you'd like to install to your computer. Optional: Download 3rd party applications packages, like Google Apps which are necessary to download apps from Google Play.
Extract boot.img from the zip to your computer, you will need this file for fastboot.
Put the phone into fastboot mode: Hold Volume Up
Open a terminal on the PC and enter the following:
While the device reboots, press the Volume rockers a few times to load recovery.
- fastboot flash boot boot.img
- fastboot reboot
Once the device boots into ClockworkMod Recovery, use the physical volume buttons to move up and down. The power button is used to confirm your selection.
Optional (Recommended): Select backup and restore to create a backup of your current ROM.
Select wipe data/factory reset.
You have two options for transferring and installing the installation packages. Both cases require adb to be working in recovery. The sideload method is more universal across devices, whereas the push and install method is more commonly used:
- 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.
- 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: