The Following 5 Users Say Thank You to vi_ For This Useful Post: | ||
![]() |
2012-11-22
, 14:24
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#32
|
Not to hijack this thread, however would effort not be better spent figuring out which stuff can be removed from the flashable firmware image to be flashed to a fresh/broken n900?
I mean removing the zzz scripts from rcs.d? Wtf is the point?
The Following 4 Users Say Thank You to reinob For This Useful Post: | ||
![]() |
2012-11-23
, 22:00
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#33
|
![]() |
2012-11-23
, 22:15
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#34
|
Not from rcS.d, from event.d. But point taken, now back to the topic. I have successfully removed osso-notes with all its l10n dependencies. Works fine, just make sure you have an alternative text editor installed. In my case leafpad.
I did not save much space BTW. Osso-notes plus with all its l10n ballast is about the same size as leafpad. But at least it is only one package, taking up one line in FAM etc.
The Following 2 Users Say Thank You to vi_ For This Useful Post: | ||
![]() |
2012-11-23
, 22:43
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#35
|
I is just a shame it does not have a tabbed interface and the ability to paste images into the notes.
![]() |
2012-11-24
, 01:48
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#36
|
You could probably ditch osso-sketch and osso-rss as well. They both suck too.
Although I actually quite like osso-notes. I like the way it autosaves everything. I is just a shame it does not have a tabbed interface and the ability to paste images into the notes.
![]() |
2012-11-24
, 04:55
|
Posts: 254 |
Thanked: 509 times |
Joined on Nov 2011
@ Canada
|
#37
|
The Following 4 Users Say Thank You to shawnjefferson For This Useful Post: | ||
![]() |
2012-11-24
, 06:01
|
Posts: 992 |
Thanked: 738 times |
Joined on Jun 2010
@ Low Earth Orbit
|
#38
|
The Following 4 Users Say Thank You to kureyon For This Useful Post: | ||
![]() |
2012-11-24
, 10:40
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#39
|
The biggest file I'd like to get rid of is the locale cache and unused locale data from rootfs. I only use one language so would love to blow away/rebuild this 22.8MB file (safely). I've got about 50MB freee on rootfs, so it's not currently a burning issue, and I haven't seen any process that looks foolproof on the n900 like there was on the n810 (the localepurge script).
![]() |
2012-11-24
, 11:33
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#40
|
(as root)
# apt-get install locales
then create /etc/locale.gen, the contents of the file should look something like:
en_US.UTF-8 UTF-8
then run:
# locale-gen
you /usr/lib/locale/locale-archive should be much smaller than before.
if that's OK, you can stop there. If you want more, you can remove lots of things from /usr/share/locale, *BUT BE CAREFUL* some languages "depend" on others, so leave it for now until this is well documented.
(e.g.
en_US requires iso14651_t1 and en_GB)
de_DE requires i18n, iso14651_t1
also translit_cjk_compat for some reason)
I mean removing the zzz scripts from rcs.d? Wtf is the point?