Active Topics

 


Reply
Thread Tools
Posts: 1 | Thanked: 0 times | Joined on Mar 2011
#1
can someone help me?!

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!
 
casketizer's Avatar
Posts: 566 | Thanked: 282 times | Joined on Sep 2010 @ Lower Saxony
#2
in xterm:

root
apt purge <name of still installed application>
 
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#3
alternatively, look for a hidden folder in your /home/user directory with the same name as the app you are trying to eradicate. After apt-get removing the offending app, delete the coresponding folder to remove the configs/settings etc (warning ymmv).
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#4
Simple script to get some ideas:

Code:
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;
run once, see what will be cleaned and then uncomment (the "dpkg --purge" line) and rerun.

hope it helps
 
cjp's Avatar
Posts: 762 | Thanked: 395 times | Joined on Jan 2010 @ Helsinki
#5
Download FileBox to find and delete the mentioned hidden folders. Hiddem folders are"mt hidden at all to FileBox, they show up as ".Directoryname". So a dot in front of the name marks a hidden folder.

Be sure to check "run with root privileges" in the options!
__________________
--
Find me on Twitter: @creip

Please read my blog: "PeakMobility", which deals with MeeGo/Maemo, Windows Phone and mobile technology in general from a hedonistic user point-of-view: http://peakmob.blogspot.com/
 
Reply


 
Forum Jump


All times are GMT. The time now is 20:54.