Notices


Poll: Do you want a standard qwerty in landscape mode?
Poll Options
Do you want a standard qwerty in landscape mode?

Reply
Thread Tools
Posts: 401 | Thanked: 724 times | Joined on May 2010 @ Italy
#71
Originally Posted by maxximuscool View Post
I would love to help creating other language dictionary
what i need for creating new dict is only a good number of ebooks or (best) plain text documents...the process is quite automated portuguese one is already builded and a user is testing it...which languages do you need?
 
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
 
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#73
Originally Posted by fareed_xtreme View Post
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.
can you please run the following commands on your phone :
Open terminal and type :
Code:
sudo gainroot
cd /
find . -name "gdb"
gdb should appear in :
/usr/bin/gdb, but maybe it is installed by mad-developer.
I have no idea.
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 
fareed_xtreme's Avatar
Posts: 238 | Thanked: 291 times | Joined on Mar 2010 @ London, UK
#74
Originally Posted by eitama View Post
can you please run the following commands on your phone :
Open terminal and type :
Code:
sudo gainroot
cd /
find . -name "gdb"
gdb should appear in :
/usr/bin/gdb, but maybe it is installed by mad-developer.
I have no idea.
The result is as follows

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. 

~ $ sudo gainroot 
Root shell enabled 


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. 

/home/user # cd / 
/ # find . -name "gdb" 
/ #
Sorry for posting BIN Directory image before. Now I have edited the previous post as usr/bin Image.
 
Posts: 78 | Thanked: 24 times | Joined on Mar 2010
#75
Hello, thanks for this nice app, keep up good work man.
Just to put in my 2 cents, after I select a contact from MyContacts, it stays in there and I got to press sms icon in MyContacts to go back to FastSMS. Not a big issue actually, but would prefer to be kicked back to FastSMS once selection is done.
As it is not possible to have dictionaries for all languages and if dictionary is not available writing in a different language is virtually impossible. Is there a way to select "no" dictionary at all so that no text prediction?
 
Posts: 23 | Thanked: 0 times | Joined on Mar 2010
#76
I'm alredy testing the portuguese dictionary and it look very good! There are some words missing but we can add them. So, I think portuguese dictionary is almost at 100%. I'm gonna do more tests to see if something's missing
 
Posts: 401 | Thanked: 724 times | Joined on May 2010 @ Italy
#77
Originally Posted by hermes040 View Post
Hello, thanks for this nice app, keep up good work man.
Just to put in my 2 cents, after I select a contact from MyContacts, it stays in there and I got to press sms icon in MyContacts to go back to FastSMS. Not a big issue actually, but would prefer to be kicked back to FastSMS once selection is done.
As it is not possible to have dictionaries for all languages and if dictionary is not available writing in a different language is virtually impossible. Is there a way to select "no" dictionary at all so that no text prediction?
Integration with myContacts will be fully functional from next release of FastSMS (hope this evening). MyContacts have already the code for manage what you said but i have to do some change to mine.

In future version i will put also an option to disable "FastWrite" system, but i think that it is not so immediate to implement so i prefere focus on it more later!
 
Posts: 401 | Thanked: 724 times | Joined on May 2010 @ Italy
#78
Originally Posted by fifthelement89 View Post
I'm alredy testing the portuguese dictionary and it look very good! There are some words missing but we can add them. So, I think portuguese dictionary is almost at 100%. I'm gonna do more tests to see if something's missing
nice

you can use it for a while and then send to me /opt/fastsms/data/user.idc
It contains all the words you add and i can merge the main dict with your for make a more usable one! A question: are there wrong/mispelled words?
 
Posts: 401 | Thanked: 724 times | Joined on May 2010 @ Italy
#79
Originally Posted by fareed_xtreme View Post
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.
I suggest try to format your phone if you aren't able to install any packages. Do a backup first!!!
 
Posts: 23 | Thanked: 0 times | Joined on Mar 2010
#80
Originally Posted by realsportcars View Post
nice

you can use it for a while and then send to me /opt/fastsms/data/user.idc
It contains all the words you add and i can merge the main dict with your for make a more usable one! A question: are there wrong/mispelled words?
Today i will answer you to that question! Later, now i have to go work :P

edit: I added only a few words to the dictionary. Its 100%!

Last edited by fifthelement89; 2010-06-30 at 16:58.
 
Reply


 
Forum Jump


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