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) |
||
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 | + | ## fix xterm custom keys bar (from http://talk.maemo.org/showpost.php?p=387901&postcount=11): |
+ | ### <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> | ||
+ | ## niceer trackerd, doesn't exactly make it bearable, but somewhat less sucking | ||
+ | ### <pre> sed -i -e "s/Throttle=0/Throttle=10/" /home/user/.config/tracker/tracker.cfg </pre> | ||
+ | ## Initial cleanup: start FAM and remove: | ||
+ | ### document to go | ||
+ | ### facebook |
Revision as of 21:05, 11 May 2011
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
- fix xterm custom keys bar (from http://talk.maemo.org/showpost.php?p=387901&postcount=11):
-
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]"
-
- niceer trackerd, doesn't exactly make it bearable, but somewhat less sucking
-
sed -i -e "s/Throttle=0/Throttle=10/" /home/user/.config/tracker/tracker.cfg
-
- Initial cleanup: start FAM and remove:
- document to go