Differences between revisions 3 and 4
Revision 3 as of 2016-04-03 10:26:16
Size: 1454
Editor: localhost
Comment:
Revision 4 as of 2016-07-18 17:29:08
Size: 1577
Editor: merlyn
Comment:
Deletions are marked like this. Additions are marked like this.
Line 31: Line 31:
== adb shell command to make Android package uninstall dialog appear ==
adb shell pm uninstall -k com.google.android.gms

Nexus 6

ByPass the Setup wizard without a sim

  1. Launch adb shell
  2. echo "ro.setupwizard.mode=DISABLED" >> /system/build.prop

  3. Exit shell and issue an adb reboot.

http://www.smartmobilephonesolutions.com/content/android-stuck-startup-boot-loop

gapps how to

  • I'm having problems that I believe are Open GApps related. What can I do to fix it?

There are 2 things you can do that are almost always guaranteed to fix these types of problems. Please do not post a support request until you have tried these first.

  • Make certain you are using the latest version of TWRP Recovery for your device.
    • Other Recovery types are not officially supported
    Reinstall your ROM and GApps as part of a 'Clean' install
    • This will remove any data corruption that might be causing your issue

A 'Clean' install consists of the following:

  • Factory Reset (or manually wipe (format) Data partition - Internal Storage wipe is NOT necessary) Manually wipe (format) your System partition Flash your ROM Flash GApps package

    Wipe the Dalvik & cache Reboot

NOTE: YOU WILL LOSE ALL OF YOUR DATA AND APPLICATION SETTINGS using this method. Be sure to do a nandroid backup prior in case you want to restore later.

adb shell command to make Android package uninstall dialog appear

adb shell pm uninstall -k com.google.android.gms

References

https://github.com/opengapps/opengapps/wiki/FAQ

désert/Linux/Nexus (last edited 2016-10-14 17:20:16 by localhost)