tl;dr
What happended so far
I tried to install CM13 along with the stock flavour of the gapps on my Nexus 10. Wiped everything, flashed the CM13 ZIP. When I tried to flash the Gapps package (~500MB) it complained about not having enough space on /system, which is true. The system partition on the Nexus 10 is only ~800MB big with around 200MB free after flashing CM13. The only Gapps package that fits there is the pico one. I wanted the stock one so I resized my partitions. My system partition is now 1.6GB big. Flashing the CM13 ZIP and Gapps ZIP worked. Only annoying thing is that CM13 shrinks the filesystem of the system partition back to ~800MB. I fixed that with a resize2fs before flashing Gapps.
After doing this it worked so I wiped dalvik and cache and rebooted.
Now to my current problem
The initial setup wizard crashes instantly. Here's a logcat with errors of the whole boot process: http://ift.tt/1LQCRvh
I managed to enable adb from the recovery by adding these lines to /system/build.prop and adding my key to the device:
So I can get adb output etc. but I have no clue what to do next. I'm an advanced linux user but my experience with android is quite limited. Some guys on the cyanogenmod irc channel helped me alot but now I'm out of ideas. Does someone have an idea what's going on here?
Code:
03-27 00:18:14.548 1254 1254 E AndroidRuntime: FATAL EXCEPTION: main
03-27 00:18:14.548 1254 1254 E AndroidRuntime: Process: com.google.android.setupwizard, PID: 1254
03-27 00:18:14.548 1254 1254 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate application com.google.android.setupwizard.SetupWizardApplication: java.lang.ClassNotFoundException: Didn't find class "com.google.android.setupwizard.SetupWizardApplication" on path: DexPathList[[zip file "/system/priv-app/SetupWizard/SetupWizard.apk"],nativeLibraryDirectories=[/system/priv-app/SetupWizard/lib/arm, /vendor/lib, /system/lib]] I tried to install CM13 along with the stock flavour of the gapps on my Nexus 10. Wiped everything, flashed the CM13 ZIP. When I tried to flash the Gapps package (~500MB) it complained about not having enough space on /system, which is true. The system partition on the Nexus 10 is only ~800MB big with around 200MB free after flashing CM13. The only Gapps package that fits there is the pico one. I wanted the stock one so I resized my partitions. My system partition is now 1.6GB big. Flashing the CM13 ZIP and Gapps ZIP worked. Only annoying thing is that CM13 shrinks the filesystem of the system partition back to ~800MB. I fixed that with a resize2fs before flashing Gapps.
After doing this it worked so I wiped dalvik and cache and rebooted.
Now to my current problem
The initial setup wizard crashes instantly. Here's a logcat with errors of the whole boot process: http://ift.tt/1LQCRvh
I managed to enable adb from the recovery by adding these lines to /system/build.prop and adding my key to the device:
Code:
persist.sys.usb.config=mtp,adb
persist.service.adb.enable=1 from xda-developers http://ift.tt/22PF4uU
via IFTTT
No comments:
Post a Comment