![]() |
2008-01-18
, 02:49
|
Posts: 133 |
Thanked: 20 times |
Joined on Dec 2007
@ Mexico
|
#2
|
![]() |
2008-01-18
, 05:32
|
|
Posts: 202 |
Thanked: 28 times |
Joined on Jan 2008
|
#3
|
![]() |
2008-01-20
, 13:55
|
Posts: 11 |
Thanked: 3 times |
Joined on Jan 2008
|
#4
|
![]() |
2008-01-20
, 14:03
|
|
Posts: 5,478 |
Thanked: 5,222 times |
Joined on Jan 2006
@ St. Petersburg, FL
|
#5
|
![]() |
2008-01-20
, 16:31
|
|
Posts: 739 |
Thanked: 159 times |
Joined on Sep 2007
@ Germany - Munich
|
#6
|
dpkg -l | grep mail | grep -v lib | awk '{print $2}' | xargs apt-get -y remove Removing osso-email-l10n-dadk ... Removing osso-email-l10n-dede ... Removing osso-email-l10n-engb ... Removing osso-email-l10n-enus ... Removing osso-email-l10n-eses ... Removing osso-email-l10n-esmx ... Removing osso-email-l10n-fifi ... Removing osso-email-l10n-frca ... Removing osso-email-l10n-itit ... Removing osso-email-l10n-nlnl ... Removing osso-email-l10n-nono ... Removing osso-email-l10n-ptbr ... Removing osso-email-l10n-ptpt ... Removing osso-email-l10n-ruru ... Removing osso-email-l10n-svse ... Removing osso-email-old-l10n-mr0 ... Removing osso-email-old-l10n-dadk ... Removing osso-email-old-l10n-dede ... Removing osso-email-old-l10n-engb ... Removing osso-email-old-l10n-enus ... Removing osso-email-old-l10n-eses ... Removing osso-email-old-l10n-esmx ... Removing osso-email-old-l10n-fifi ... Removing osso-email-old-l10n-frca ... Removing osso-email-old-l10n-frfr ... Removing osso-email-old-l10n-itit ... Removing osso-email-old-l10n-nlnl ... Removing osso-email-old-l10n-nono ... Removing osso-email-old-l10n-ptbr ... Removing osso-email-old-l10n-ptpt ... Removing osso-email-old-l10n-ruru ... Removing osso-email-old-l10n-svse ...
![]() |
2008-01-20
, 17:25
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#7
|
example package for the application installer...
![]() |
2008-01-20
, 18:03
|
|
Posts: 739 |
Thanked: 159 times |
Joined on Sep 2007
@ Germany - Munich
|
#8
|
Removal of the package is not possible:
hello-world-app.postrm uses bashishms (arrays) which are not supported by
ash. The script is marked as #!/bin/sh which it shouldn't be. Also, it uses the
array for something silly, which could be replaced by using sed -i directly.
After fixing the postrm manually, the package can now be removed (via
application manager), home, statusbar and control panel icons will be gone, but
the icon in the application menu will stay.
This last bug is due to a file rename on package install and it is never
renamed back (the hello-world.desktop file) and as such, it will remain on the
device even if the package is removed.
#! /bin/sh
#Remove the desktop entries from the configuration files
home_data="hello-world-home.desktop"
sb_data="hello-world-sb.desktop"
tn_data="hello-world-tn.desktop"
path="/etc/hildon-desktop"
sed -i "/$home_data/d" $path/home.conf
sed -i "/$sb_data/d" $path/statusbar.conf
sed -i "/$tn_data/d" $path/tasknavigator.conf
![]() |
2008-01-20
, 18:41
|
|
Posts: 239 |
Thanked: 53 times |
Joined on Jan 2008
@ Massachusetts
|
#9
|
![]() |
2008-01-20
, 18:53
|
|
Posts: 739 |
Thanked: 159 times |
Joined on Sep 2007
@ Germany - Munich
|
#10
|
I have an N800 with OS2008. I have recently started to use it, but find many of the Apps that come with it atrocious or useless. E-mail for example, I have had nothing, but problems with so I downloaded another e-mail client that gets rid of most of my issues. How can I remove the old email app that came with OS2008? What about removing Rhapsody (I am in Canada and will never use it), Internet Call, Gizmo, Chat etc. When I go to the Application Manager the only one App that came with the system and is in manager is 'Map'. That is the one application I might keep. I equate the rest with Crapware that often ships with a new PC. Not necessarily because there bad, but I will never use them and there clogging up my Applications menu.
Any help would be appreciated.
Thanks
Brandon Slack