I hereby claim:
- I am danrancan on github.
- I am danran (https://keybase.io/danran) on keybase.
- I have a public key ASBMKpxeEG0Y-WDT9XE2V1X2N7Krm13tJKFXi69dxJO5SAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
#[email protected] | |
# This script will flash your N900. It assumes you want to use the MAEMO 5 GLOBAL RELEASE. | |
# Based on trying to understand http://wiki.maemo.org/Updating_the_tablet_firmware#N900 | |
set -e | |
echo "[[ Glenn's Maemo Flasher: [email protected] / @glennzw for comments ]]" | |
type flasher-3.5 >/dev/null 2>&1 || { echo >&2 "I require flasher but it's not installed. Install from http://www.fladnag.net/downloads/telephone/n900/tools/ | |
Once you have done that, you must enable i386 package in your debian based distro by entering the following command in a seperate termianl window .... | |
sudo dpkg --add-architecture i386" ;exit 1; } |