![]() |
2011-03-22
, 19:43
|
|
Posts: 566 |
Thanked: 282 times |
Joined on Sep 2010
@ Lower Saxony
|
#2
|
![]() |
2011-03-22
, 19:49
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#3
|
![]() |
2011-03-23
, 00:39
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#4
|
cpath=/home/user/ export settings_test=`dpkg --list | grep ^rc | awk '{ print $2; }'|wc -l`; echo "CLEANING leftover application settings"; # Test if file(s) exist. if [ $settings_test -gt 0 ]; then echo "Settings file(s) exist. Cleaning .."; echo "[CLEANING FILES - SETTINGS] $cleandate" >> $cpath/cleanup_log.txt; echo $settings_test >> $cpath/cleanup_log.txt; #dpkg --purge $(dpkg --list | grep ^rc | awk '{ print $2; }') else echo "No files found.."; fi;
![]() |
2011-03-23
, 15:39
|
|
Posts: 762 |
Thanked: 395 times |
Joined on Jan 2010
@ Helsinki
|
#5
|
is there a way to wipe out traces of apps that has been uninstalled on a nokia n900?
i have recently removed two twitter apps (tweego and witter) because they kept crashing during login... i tried to re-install and noticed that my account informations on twitter were also restored.
i suspect that oauth may have something to do with the crashes hence i would like to wipe out any trace of the apps as well as my login information.
then i'll try to reinstall the apps, setup my login account, and have it authorized by twitter to see if the problem persists.
if there is anyone out there with a better suggestion, I AM ALL EARS!