Notices


Reply
Thread Tools
Posts: 21 | Thanked: 0 times | Joined on Nov 2009
#1
Hello

I recently ordered a new simcard, What i didnt think of was that I had the "I'm here" application installed which will notify me if the phone get stolen....

However now to the problem.. How do I make it accept my new simcard? What was the default password off the application?

Ive tried uninstalling by running

killall imhere-0.3
touch /etc/init.d/imhere-0.3.uninstall
apt-get remove --purge imhere-0.3

but after I run killall imhere-0.3 i get "cannot kill pid 1209: Operation not permitted"

Any idea what to do to fix it ? Either by uninstalling and installing the app again or what is there to do?
 
Posts: 4 | Thanked: 1 time | Joined on Jul 2010 @ Greece, Thessaloniki
#2
Did you install rootsh? If so, try typing "root", and then the other commands.
 
Posts: 889 | Thanked: 537 times | Joined on Mar 2010 @ scotland
#3
if you've changed the passwords hopefully you remembered them, text the config password to whatever sim you have in at the time
__________________
sarcasm may be the lowest form of wit, but its the only wit i have.

its a sad day when i can't slip at least one hitchhiker reference in somewhere.
 
Posts: 4 | Thanked: 1 time | Joined on Jul 2010 @ Greece, Thessaloniki
#4
Done some research (it's wise to use the search function or google)

From: http://talk.maemo.org/showpost.php?p...&postcount=384


Originally Posted by mauron85 View Post
Ok. This is the file I have analyzed yesterday. It's pre-remove script, which is invoked just before removing the package itselft. You don't have to be a programmer to understand what's inside. Basicaly it's just check for presence of file defined in $UNINSTALL_NAME variable (the old famous /etc/init.d/imhere-0.3.uninstall file :-)

If it not exists then exit 1 - which means failure = error code(1). You already seen this error: E: Sub-process /usr/bin/dpkg returned an error code (1).
As result uninstallation will fail. If that file exists than packages should be uninstalled normaly (my case).

This was just boring introduction how deb(s) works. I don't understand why you cannot uninstall package the way I mentioned before, anyway you can try at you risk.

Code:
rm /var/lib/dpkg/info/imhere-0.3.prerm
rm /var/lib/dpkg/info/imhere-0.3.postinst
dpkg --purge --force-remove-reinstreq imhere-0.3
Probably it would be good idea to kill process imhere-0.3 before:
Code:
killall imhere-0.3
run the 4 commands on the quote above, after you become a root.
 
Posts: 21 | Thanked: 0 times | Joined on Nov 2009
#5
Originally Posted by dimitrisp View Post
Done some research (it's wise to use the search function or google)

From: http://talk.maemo.org/showpost.php?p...&postcount=384




run the 4 commands on the quote above, after you become a root.
Ah i did search else I wouldnt have found the code about removing it which failed, But for some reason the advice you gave me worked just fine! "I am here" is successfully removed =)

Thanks man!
 
Reply


 
Forum Jump


All times are GMT. The time now is 13:58.