User:Jprobichaud
jprobichaud (Talk | contribs) (adding some initial steps of what to do when the phone is reflashed) |
jprobichaud (Talk | contribs) (→What to do after a reflash) |
||
(4 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | |||
=== What to do after a reflash === | === What to do after a reflash === | ||
Line 6: | Line 5: | ||
## fapman (FAM) | ## fapman (FAM) | ||
# do the following configuration changes: | # do the following configuration changes: | ||
- | ## set HAM auto-updating of the catalogs to false | + | ## set the ringtone to "Low" instead of "Nokia Tune" |
- | ## | + | ## set HAM auto-updating of the catalogs to false (where what that again?) |
+ | ## in FAM: | ||
+ | ### set "never auto-update catalogs" to true | ||
+ | ### set "automatically remove un-needed packages" to false | ||
## in "Parameters" disable the auto-updating of the packages when a network connection is established | ## in "Parameters" disable the auto-updating of the packages when a network connection is established | ||
- | ## fix xterm custom keys bar | + | ## put XTerm shortcut on the desktop |
+ | ## fix xterm custom keys bar (from http://talk.maemo.org/showpost.php?p=387901&postcount=11): run the following as the regular user: | ||
+ | ### <pre>gconftool-2 -s /apps/osso/xterm/key_labels -t list --list-type=string "[Tab,Esc,PgUp,PgDn,|,~,>,\`,CR]"</pre> | ||
+ | ### <pre> gconftool-2 -s /apps/osso/xterm/keys -t list --list-type=string "[Tab,Escape,Page_Up,Page_Down,bar,asciitilde,greater,grave,KP_Enter]"</pre> | ||
+ | ### <pre> sed -i -e "s/Throttle=0/Throttle=10/" /home/user/.config/tracker/tracker.cfg </pre> | ||
+ | ## better trackerd, doesn't exactly make it bearable, but somewhat less sucking | ||
+ | ## In config panel, change the following: | ||
+ | ### display | ||
+ | #### screen always on while charging | ||
+ | ### profiles | ||
+ | #### add vibration to "silent" | ||
+ | ### text input | ||
+ | #### use virtual keyboard -> true | ||
+ | #### 1st language: french/quebec | ||
+ | #### 2nd language: english/usa | ||
+ | #### use both dictionaries -> true | ||
+ | ### tv-out | ||
+ | #### output mode: ntsc | ||
+ | # Initial cleanup | ||
+ | ## start FAM and remove: | ||
+ | ### document to go installer | ||
+ | ### ap news installer | ||
+ | ### amazon installer | ||
+ | ### facebook installer | ||
+ | ### tutorial home applet | ||
+ | ## from the desktops | ||
+ | ### the useless shortcuts (google, facebook, ovi store) | ||
+ | ### the tutorial applet | ||
+ | # repositories setup | ||
+ | ## add the following repositories in both HAM & FAM | ||
+ | ### extras-testing | ||
+ | ### extras-devel | ||
+ | ### community-ssu testing | ||
+ | # Getting back a decent system | ||
+ | ## Install the following packages: | ||
+ | ### starhash enabler | ||
+ | ### adblock plus | ||
+ | ### adflashblock-css | ||
+ | ### app search widget | ||
+ | ### batterygraph | ||
+ | ### community SSU enabler | ||
+ | ### enhanced busybox shell | ||
+ | ### fm radio player | ||
+ | ### linux kernel for power users (v47 as of May 2011) | ||
+ | ### opera mobile (v11) | ||
+ | ### openssh server/client | ||
+ | ### x11vnc | ||
+ | ### presence vnc | ||
+ | ### katana (and some bibles...) | ||
+ | ## setup USB networking: http://wiki.maemo.org/N900_USB_networking | ||
+ | ## install CSSU: http://wiki.maemo.org/Cssu | ||
+ | ## setup /etc/hosts | ||
+ | ### desktop 192.168.0.145 | ||
+ | ### laptop 192.168.0.135 | ||
+ | ### projection 192.168.1.121 | ||
+ | # further tweaks | ||
+ | ## reload contacts from backup | ||
+ | ## set a password for "user" (for better ssh usage...) | ||
+ | ### root -> "passwd user" | ||
+ | ## setup rsa keys | ||
+ | ### create a pub key on the n900 | ||
+ | #### <pre> ssh-keygen -t rsa </pre> | ||
+ | ### <pre> cat ~/.ssh/id_rsa.pub | ssh user@n900-126 "cat >> ~/.ssh/authorized_keys" </pre> | ||
+ | ## reconfigure email accounts: | ||
+ | ### axess | ||
+ | ### hotmail | ||
+ | ### exchange | ||
+ | ## reconfigure google calendar sync |
Latest revision as of 04:04, 12 May 2011
[edit] What to do after a reflash
- Install the following right away, with the regular app manager (HAM):
- rootfs
- fapman (FAM)
- do the following configuration changes:
- set the ringtone to "Low" instead of "Nokia Tune"
- set HAM auto-updating of the catalogs to false (where what that again?)
- in FAM:
- set "never auto-update catalogs" to true
- set "automatically remove un-needed packages" to false
- in "Parameters" disable the auto-updating of the packages when a network connection is established
- put XTerm shortcut on the desktop
- fix xterm custom keys bar (from http://talk.maemo.org/showpost.php?p=387901&postcount=11): run the following as the regular user:
-
gconftool-2 -s /apps/osso/xterm/key_labels -t list --list-type=string "[Tab,Esc,PgUp,PgDn,|,~,>,\`,CR]"
-
gconftool-2 -s /apps/osso/xterm/keys -t list --list-type=string "[Tab,Escape,Page_Up,Page_Down,bar,asciitilde,greater,grave,KP_Enter]"
-
sed -i -e "s/Throttle=0/Throttle=10/" /home/user/.config/tracker/tracker.cfg
-
- better trackerd, doesn't exactly make it bearable, but somewhat less sucking
- In config panel, change the following:
- display
- screen always on while charging
- profiles
- add vibration to "silent"
- text input
- use virtual keyboard -> true
- 1st language: french/quebec
- 2nd language: english/usa
- use both dictionaries -> true
- tv-out
- output mode: ntsc
- display
- Initial cleanup
- start FAM and remove:
- document to go installer
- ap news installer
- amazon installer
- facebook installer
- tutorial home applet
- from the desktops
- the useless shortcuts (google, facebook, ovi store)
- the tutorial applet
- start FAM and remove:
- repositories setup
- add the following repositories in both HAM & FAM
- extras-testing
- extras-devel
- community-ssu testing
- add the following repositories in both HAM & FAM
- Getting back a decent system
- Install the following packages:
- starhash enabler
- adblock plus
- adflashblock-css
- app search widget
- batterygraph
- community SSU enabler
- enhanced busybox shell
- fm radio player
- linux kernel for power users (v47 as of May 2011)
- opera mobile (v11)
- openssh server/client
- x11vnc
- presence vnc
- katana (and some bibles...)
- setup USB networking: http://wiki.maemo.org/N900_USB_networking
- install CSSU: http://wiki.maemo.org/Cssu
- setup /etc/hosts
- desktop 192.168.0.145
- laptop 192.168.0.135
- projection 192.168.1.121
- Install the following packages:
- further tweaks
- reload contacts from backup
- set a password for "user" (for better ssh usage...)
- root -> "passwd user"
- setup rsa keys
- create a pub key on the n900
-
ssh-keygen -t rsa
-
-
cat ~/.ssh/id_rsa.pub | ssh user@n900-126 "cat >> ~/.ssh/authorized_keys"
- create a pub key on the n900
- reconfigure email accounts:
- axess
- hotmail
- exchange
- reconfigure google calendar sync
- This page was last modified on 12 May 2011, at 04:04.
- This page has been accessed 523 times.