View Single Post
misterc's Avatar
Posts: 1,625 | Thanked: 998 times | Joined on Aug 2010
#16
oky doky...
hope you didn't burn up your AT&T long distance calling card yet
Code:
BusyBox v1.20.1 (Debian 1.20.1power2) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ root


BusyBox v1.20.1 (Debian 1.20.1power2) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# cat /usr/share/applications/hildon/fapman.desktop 
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Faster Application Manager
Exec=fapman.launch
Icon=fapman
X-Osso-Type=application/x-executable
X-Osso-Service=org.maemo.faster_application_manager
Categories=System;

Nokia-N900:~# cat /usr/bin/fapman.launch 
#!/bin/sh
exec sudo /usr/bin/run-standalone.sh /usr/bin/fapman
Nokia-N900:~# exit
~ $ exit
i'll let you discover the output of
Code:
Nokia-N900:~# find / -iname '*fapman*' >/media/mmc1/find_fapman.txt
yourself
scary what's needed for a nice app

PS: obviously you need to be root as well for the find to return something meaningful...
__________________
information is a necessary though no sufficient condition to rationality...
 

The Following User Says Thank You to misterc For This Useful Post: