Difference between revisions of "Wileyfox Storm Cyanogenmod"

From Tech
Jump to navigationJump to search
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
   
 
=Recovery missing back menu entry=
 
=Recovery missing back menu entry=
  +
Well, the recovery does enable the "Back" key. The only problem is that the LED under the 'Back' (and 'home' etc) hardware buttens on the Wileyfox Storm isn't ON, so I didn't see it.
The only way around this that I found was to pres and hold the <b>volume down</b> and <b>power</b> for more than 10 seconds. This will reset the device -- but it will go into a normal reboot (<b>volume down</b> and <b>power</b> only go into recovery when pressed when phone is OFF).
 
  +
But just pressing aproximately where you would expect the "Back" or "Home" hardware buttons will take you back one entry in the menu tree (or to the top of the tree for the 'Home' hardware button).
 
So, for the simple
 
* do factory reset
 
* sideload cyanogenmod
 
* sideload opengapps
 
 
I used:
 
 
* boot recovery
 
* select factory reset
 
* Now, while still in that factory reset menu, press and hold <b>volume down</b> and <b>power</b> for more than 10 s, and very soon (but not immediately) after the reboot release them and press them again, (or was it only <b>power</b>??), somehow making the phone switch off. NOW you can press <b>volume down</b> and <b>power</b> for about 2 seconds, and it goes into recovery again, allowing you to continue:
 
* sideload cyanogenmod. This failed a few times, probably because I didn't manage to kill Cyanogen OS soon enough duing its booting, causing it to undo the factory reset.
 
* sideload opengapps.
 
   
 
=unfortunately, the setup wizard has stopped=
 
=unfortunately, the setup wizard has stopped=
Line 31: Line 19:
 
Now everything was working, except the 'contacts' and 'Phone' apps didn't have my google contacts. This appears to have been fixed by installing
 
Now everything was working, except the 'contacts' and 'Phone' apps didn't have my google contacts. This appears to have been fixed by installing
 
[http://www.apkmirror.com/apk/google-inc/google-contacts-sync/google-contacts-sync-6-0-release/google-contacts-sync-6-0-2280749-android-6-0-android-apk-download/ google contacts sync].
 
[http://www.apkmirror.com/apk/google-inc/google-contacts-sync/google-contacts-sync-6-0-release/google-contacts-sync-6-0-2280749-android-6-0-android-apk-download/ google contacts sync].
  +
  +
=adb USB connection=
  +
Adb doesn't see the phone over USB. To make it work ([https://afterthoughtsoftware.com/posts/using-adb-with-wileyfox-swift source]):
  +
echo 0x2970 >> ~/.android/adb_usb.ini

Latest revision as of 09:51, 19 August 2016

Installing Cyanogenmod 13 on Wileyfox Storm

Followed guide from the cyanogenmod wiki, but ran in to some problems:

  • The cyanogenmod recovery (cm-13.0-20160811-NIGHTLY-kipper-recovery.img) didn't have the 'back' menu items, so after a factory reset, I couldn't go to the main menu and install the main cyanogenmod
  • As the device doesn't have a removable battery, there is no way to switch if to 'off' (and the 'power' button merely selects the current recovery menu item)
  • The current opengapps (open_gapps-arm64-6.0-nano-20160812.zip) suffer from the "unfortunately, the setup wizard has stopped" problem.
  • The current opengapps also miss 'Google Contacts Sync', so no contacts are synced (Phone & contacts apps, gmail, google+ did have contacts)

Recovery missing back menu entry

Well, the recovery does enable the "Back" key. The only problem is that the LED under the 'Back' (and 'home' etc) hardware buttens on the Wileyfox Storm isn't ON, so I didn't see it. But just pressing aproximately where you would expect the "Back" or "Home" hardware buttons will take you back one entry in the menu tree (or to the top of the tree for the 'Home' hardware button).

unfortunately, the setup wizard has stopped

As mentioned here, from the adb shell, do:

pm grant com.google.android.setupwizard android.permission.READ_PHONE_STATE

Now going into the adb shell wasn't easy, as for me the usb debugging didn't work. But over the network it did work.

no contacts are synced

Now everything was working, except the 'contacts' and 'Phone' apps didn't have my google contacts. This appears to have been fixed by installing google contacts sync.

adb USB connection

Adb doesn't see the phone over USB. To make it work (source):

echo 0x2970 >> ~/.android/adb_usb.ini