sunnuntai 20. marraskuuta 2016

How to install CyanogenMod 14.1 on OnePlus One

After some tweaking, trying and failing CyanogenMod 14.1 (aka Android 7.1) is finally running on my OnePlus One (later in text called OPO). If you decide to take the steps below don't forget to backup your phone! Keep in mind you do modifications AT YOUR OWN RISK!

Flash the latest TWRP
  • Download the latest TWRP for OnePlus One
  • Attach your phone to your Linux computer
  • Shut down your OPO
  • Hold down Power + VolumeUp
    • Now you are in Fastboot Mode
  • As root type in the following commands:
    • fastboot devices
      • Check if your device is attached and ready
    • fastboot oem unlock
      • Unlock your device
    • fastboot flash recovery twrp-x.x.x-x-bacon.img
      • This flashes TWRP on your OPO
Flash CyanogenMod 14.1 and Gapps
  • In your Linux computer:
  • In your OPO:
    • Hold down Power + VolumeDown to enter TWRP
      • As soon as OnePlus One log appears release fingers
      • Swipe to allow modifications
    • Choose Swipe and after that Swipe to Factory Reset
    • Go back
    • Choose Advanced
    • Choose ADB Sideload
      • Check Wipe Dalvik Cache
      • Check Wipe Cache
      • Swipe to Start Sideload
  • In your Linux computer:
    • Type in the following commands as root:
      • adb sideload cm-14.1-xxx-NIGHTLY-bacon.zip
      • Wait until flashed
      • In OPO: Choose ADB Sideload again
      • In linux: adb sideload open_gapps-arm-7.1-pico-xxx.zip
      • Thumbs up, wait and reboot


To access TWRP hold down
Power + VolumeDown
until you see logo of OPO


Choose Advanced and
ADB Sideload to flash
CyanogernMod and Gapps


Reboot. Thumbs up!


OPO running the latest Android!


Play Store is also there!




maanantai 7. marraskuuta 2016

So läuft Mu-Editor für micro:bit auf Ubuntu Linux

Mu ist ein Offline-Editor (64-bit) können Sie auf Windows, MacOS und Linux laufen. Mit Mu können Sie Code für micro:bit Embedded-System schreiben, kompilieren Sie den Code und übergeben es an micro:bit.

Ubuntu Linux kann unter anderem Linux-Distributionen laufen Mu. Damit Ihr Ubuntu tun, folgen Sie den Anweisungen unten:
  • Laden Sie die neueste Mu hier: http://codewith.mu/
    • meine Version ist mu-0.9.12.linux.bin
    • eine Datei mit der Erweiterung .bin - das ist alles, was Sie brauchen!
  • Die folgenden Befehle screiben:
    • cd the_folder_where_mu_was_downloaded
    • chmod + x mu-0.9.12.linux.bin
      • machen .bin ausführbar
    • sudo usermod -a -G dialout Benutzername
      • Verwenden Sie Ihren eigenen Benutzernamen anstelle von Benutzername
  • Mu laufen:
    • ./mu-0.9.12.linux.bin
Wenn Mu läuft Sie können Codierung beginnen! Versuchen Sie den Code unten, klicken Sie dann auf Flash. Stellen Sie sicher, Ihre Micro:bit angeschlossen ist. Genießen!






lauantai 5. marraskuuta 2016

How to get Mu-editor for micro:bit up and running on Ubuntu Linux

Mu is an offline editor (64-bit only!) you can run on Windows, macOS and Linux. With Mu you can write code for micro:bit embedded system, compile the code and pass it to micro:bit.

Ubuntu Linux can, among other Linux distributions, run Mu. To make your Ubuntu do that follow the instructions below:

  • download the latest Mu here: http://codewith.mu/
    • my version is mu-0.9.12.linux.bin
      • one file with an extension .bin - that's all you need!
  • next type in the following commands:
    • cd the_folder_where_mu_was_downloaded
    • chmod + x mu-0.9.12.linux.bin
      • make .bin executable
    • sudo usermod -a -G dialout username
      • use your own username instead of username
  • finally, fire up Mu:
    • ./mu-0.9.12.linux.bin
When Mu is up and running you can start coding! Try the code below, then click Flash. Make sure your micro:bit is attached. Enjoy!