YouMobile on Facebook Follow YouMobile on Twitter YouMobile on Google+ Install from Google Play
Josephws's blog / N900 / STEP-By-STEP How to Install MeeGo1.1 on N900
STEP-By-STEP How to Install MeeGo1.1 on N900

29 October, 201029 October, 2010 N900 N900

STEP-BY-STEP Installing

MeeGo1.1 on Nokia N900

 

 

MeeGo1.1 logo

 

 

Alright then, I tried. These steps work for Ubuntu 10.04 and 10.10 too, Lucid Lynx. N900 + MicroSD card required. Flasher-3.5 required. For Fedora, use the wiki but compile the flasher from GIT NOT the repo, and use my m-i-c command in the script below. and Make sure you have the SIM card on the phone and its Fully Charged 90% or higher!

 

Download MeeGo1.1 Files

 

 

Installation

1) Grab the N900 MeeGo kickstart file from HERE.


2) Move it to where you will be building all of this. If you copy/paste from my script below, that's going to be in ~/build


3) Add the Ubuntu MeeGo repositories to /etc/apt/sources.list. 

Code:
deb http://repo.meego.com/tools/repos/ubuntu/9.10/ /

4) Script. Copy/paste this to a terminal.

Code:
#Create work area
mkdir ~/build
cd ~/build
#Get python-elementtree
wget http://mirrors.kernel.org/ubuntu/pool/universe/e/elementtree/python-elementtree_1.2.6-14_all.deb
sudo dpkg -i python-elementtree_1.2.6-14_all.deb
sudo apt-get update
#install syslinux and dependencies
sudo apt-get install syslinux=3.85
sudo apt-get install mtd-utils qemu-arm-static git-core kpartx
#build latest meego-image-creator, the one in the repositories don't work
git clone git://gitorious.org/meego-developer-tools/image-creator.git
cd image-creator
sudo tools/mic-check-alldeps
make clean
make
sudo make install
cd ..
#create N900 image
sudo mic-image-creator --run-mode=0 --cache=mycachedir --format=raw --arch=armv7l --save-kernel --config=meego-handset-armv7l-n900-nokia-closed-1.0.80.8.20100630.ks

5) Connect your booted N900 to your computer. Select "Mass Storage mode". In Ubuntu, determine which device it assigned your SD card. Mine did /dev/sdc.


6)Copy filesystem to N900 SD card. Replace "DEVICE" with your N900 External SD Card device (change XXXX's).

Code:
sudo dd bs=4096 if=meego-handset-armv7l-n900-nokia-closed-1.0.80.8.20100630-1.0.80.20100630.XXXX-raw/meego-handset-armv7l-n900-nokia-closed-1.0.80.8.20100630-1.0.80.20100630.XXXX-sda.raw of=DEVICE


7)Mount the SD card, replace /dev/sdc1 with your device and first partition.

Code:
mkdir mount
sudo mount /dev/sdc1 mount

8)Edit rc.local:

Code:
sudo vi mount/etc/rc.local

9)Add the following line, above the touch line

Code:
echo 255 > /sys/class/backlight/acx565akm/brightness

10)Unmount

Code:
sudo umount mount

11)Disconnect and shut off N900.


12)Run flasher (change XXXX's)

Code:
sudo flasher-3.5 -l -b -k meego-handset-armv7l-n900-nokia-closed-1.0.80.8.20100630-1.0.80.20100630.XXXX-vmlinuz-2.6.35~rc3-119.1-n900

13)When prompted for USB device, connect N900, turn on and hold "u"

 

 

Meego1.1 Home

 

Enjoy MeeGo1.1 till the MeeGo1.2 Released!


TagsTags:  

Description
Josephws
Posts: 5610
Comments: 0 Google+
Tags
238 samsung (238)
133 android (133)
93 ics (93)
81 apple (81)
80 htc (80)
74 nokia (74)
67 google (67)
66 galaxy (66)
45 galaxysiii (45)
38 galaxys3 (38)
28 lumia (28)
23 iphone (23)
22 facebook (22)
21 galaxysii (21)
19 windows (19)
18 microsoft (18)
18 nexus (18)
17 ipad (17)
17 sony (17)
16 apk (16)



YouMobile on Facebook Follow YouMobile on Twitter YouMobile on Google+ YouMobile RSS Feed Install App from Google Play Install App from Google Play