User talk:Qwazix
(→My N9 flashing procedure) |
(→My N9 flashing procedure) |
||
Line 58: | Line 58: | ||
AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i *.deb | AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i *.deb | ||
as root (sudo doesn't work) | as root (sudo doesn't work) | ||
+ | |||
+ | /sbin/initctl restart xsession/mthome |
Revision as of 11:05, 2 July 2013
My N9 flashing procedure
Backup home folder with sftp
Backup Notes manually (not included in full home backup)
Backup sms
http://talk.maemo.org/showthread.php?t=83166
Download flasher
http://skeiron.org/tablets-dev/maemo-dev-env-downloads/flasher_3.12.1_amd64.deb
Download Firmware
http://skeiron.org/firmware/N9/40.2012.21.3/059K0X6_RM-696%20NDT%20NORTH%20EUROPE%20CYAN%2016GB.tar.gz
Remove cal message
disclaimer-cal remove View-openmode
Get open kernel
http://maemo.cloud-7.de/HARM/N9/1.3/openmode-kernel/zImage-2.6.32.54-dfl61-20121301
Flash
sudo flasher -f -F DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin -F 29FAD658_DFL61_HARMATTAN_40.2012.13-7.NORTHERNEUROPE_EMMC_NORTHERNEUROPE.bin && sudo flasher -F DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin -k zImage-2.6.32.54-dfl61-20121301 --flash-only=kernel -f -R
Enable developer mode
Change root password
Install nano
Create keys
change hostname
Get root access via ssh
http://talk.maemo.org/showthread.php?t=79645
Install coderus's sudo
http://talk.maemo.org/attachment.php?attachmentid=25489&d=1332087322 AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i sudo<tab>
Installed modified vkb
http://talk.maemo.org/showthread.php?t=88453 https://github.com/qwazix/advanced-N9-vkb-layout
copy el_gr_arrows.xml, en_us_arrows.xml and 2-page symbols/symbols_en_lc.xml to /home/user/.config/meego-keyboard/layouts/
install cyclotron
http://o.thp.io/tmp/cyclotron-statusbar/libmeegotouchviews0_0.25.10-1+0m8_armel.deb http://o.thp.io/tmp/cyclotron-statusbar/qt-components_1.3~git20120215-1+0m8_armel.deb http://o.thp.io/tmp/cyclotron-statusbar/qt-components-single_1.3~git20120215-2+0m8_armel.deb
AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i *.deb
as root (sudo doesn't work)
/sbin/initctl restart xsession/mthome