Differences between revisions 1 and 2
Revision 1 as of 2016-04-03 10:23:26
Size: 1124
Editor: localhost
Comment:
Revision 2 as of 2016-04-03 10:25:00
Size: 1297
Editor: localhost
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== ByPass the Setup wizard without a sim ==
 I. Launch adb shell
 I. echo "ro.setupwizard.mode=DISABLED" >> /system/build.prop
 I. Exit shell and issue an adb reboot.

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.

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.

References

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

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