View Single Post
fareed_xtreme's Avatar
Posts: 238 | Thanked: 291 times | Joined on Mar 2010 @ London, UK
#72
Originally Posted by eitama View Post
@Fareed:

Open a rooted terminal, and run the following :
Code:
gdb /usr/bin/fastsms
replace the "/usr/bin/fastsms" with the actual path to the fastsms executable.

Now type "r" and press enter.

now cause the application to crash with the seg fault you were talking about.

after it crashes, type "bt" and press enter

Copy paste ALL the output from what you see, it will help the developer debug the segfault,
Then maybe he can help you remove it.

Also you can try this : dpkg -r fastsms
Thank You for your Assistance. However, I would like to inform than there is no Fast SMS Directory created in the bin folder. Only the Opt folder has a FastSMS folder with the contents being ./fastsms and "Data" folder.

Code:
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) 
Enter 'help' for a list of built-in commands. 

~ $ root 


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) 
Enter 'help' for a list of built-in commands. 

Nokia-N900:~# cd /opt/fastsms 
Nokia-N900:/opt/fastsms# 
Nokia-N900:/opt/fastsms# ./fastsms 
Segmentation fault 
Nokia-N900:/opt/fastsms# exit
When using "dpkg"
Code:
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) 
Enter 'help' for a list of built-in commands. 

~ $ root 


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) 
Enter 'help' for a list of built-in commands. 

Nokia-N900:~# dpkg -r fastsms 
dpkg: parse error, in file `/var/lib/dpkg/status' near line 28666 package `fennec': 
newline in field name `bp)#bqis27jr5/4zWhytVDTl/BFIfP+sQQu67L+7YFV+MDo9i3Wq+YyS9BUSaG2J'

I tried running the code of GDB and all is says is Could not find.....

@realsportscar
There is a file under opt/fastsms/data/ called basekey.txt

It contains:
Code:
1*()/+-=-|"%&^1'?!:,.
22ßçäâáàcba
33êëéèfde
44ïîíìhgi
55kjl
66ñöôóònmo
77srpq
88üûúùvut
99yxwz
00
Well at the moment I just tried installing some other apps but it seems like after this lil incident it aint able to. i think i have to agree that my software installation may have gone wrong at some point on my device but frankly, i am a noob with maemo at the moment. Just know the basic stuff... So I request some assistance.

Last edited by fareed_xtreme; 2010-06-30 at 07:31. Reason: Wrong Image Posted Earlier