Notices


Reply
Thread Tools
Posts: 64 | Thanked: 21 times | Joined on Nov 2011
#891
i simply love this programme..great work indeed.
 
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#892
Saturn,

Any new suggestions on http://talk.maemo.org/showpost.php?p...&postcount=872 ? The recent updates did not solve my issue...
 

The Following User Says Thank You to ade For This Useful Post:
Posts: 2 | Thanked: 4 times | Joined on Dec 2011
#893
Hello again, Thanks for all the swift replies, I have just read them. The smcon+editor both updated today and it has fixed all the problems I had. I have logged into editor and updated my settings.
Would just like to say again what a fantastic community you have here, and I wish everybody a happy xmas and a prosperous new year
 

The Following 3 Users Say Thank You to sdmech For This Useful Post:
Posts: 155 | Thanked: 315 times | Joined on Jun 2010 @ DE
#894
Originally Posted by ade View Post
Saturn,

Any new suggestions on http://talk.maemo.org/showpost.php?p...&postcount=872 ? The recent updates did not solve my issue...
You say that - in contrast to the error message - the daemon is running. I guess you used the ps command to check that out. Could you please repeat the situation on your device and post the outcome of the ps command here?

Code:
$ # if you like to post the full list:
$ ps > file_to_post


$ # if you like to post only what is of interest for me:
$ ps | grep smscon > file_to_post
Thank you.
 

The Following User Says Thank You to yablacky For This Useful Post:
Posts: 25 | Thanked: 13 times | Joined on Jan 2010 @ Bucharest, Romania
#895
Alarm doesn't work in 0.9.4.-1

I have a file /opt/smscon/alarm.wav RIFF (little-endian) data, WAVE audio, Microsoft PCM, 8 bit, mono 11025 Hz

In /opt/smscon/smscon.log there's this error when receiving Alarm SMS:
ERROR: (ALARM) Could not get current phone profile.
 

The Following 3 Users Say Thank You to silviumc For This Useful Post:
nicholes's Avatar
Posts: 1,103 | Thanked: 368 times | Joined on Oct 2010 @ india, indore
#896
hi all......

(at least it is happening in India, i dont know about other countries)

As i am from india and AFAIK in india each network provider here alert their customer every time when they send any sms or make a call by sending a (small) sms. and that small SMS DOES NOT STORE IN INBOX OR CONVERSATION of any mobile (as screen shot shows). when user press done button it vanish itself. so here in india if thief is inserting his SIM in N900 and get those small sms,he will surly be alerted.(that there is some ghost application or software in this mobile which is sending sms to someone) so naturally he will remove his SIM immediately.so smscon may fail here.

Thus a great update needed for us. please help.

sorry if this is mentioned before ....
Attached Images
 
__________________
N900 gave me a reason to live in this cruel world

get your smooth live wallpaper today
My YouTube videos

Last edited by nicholes; 2011-12-22 at 11:29.
 
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#897
Originally Posted by yablacky View Post
You say that - in contrast to the error message - the daemon is running. I guess you used the ps command to check that out. Could you please repeat the situation on your device and post the outcome of the ps command here?

Code:
$ # if you like to post the full list:
$ ps > file_to_post


$ # if you like to post only what is of interest for me:
$ ps | grep smscon > file_to_post
Thank you.
Well, a daemon gets started, but in combination with the error message. Another attempt to start spawns a new daemon.

After the first attempt to start smscon using smscon-editor:
Code:
user     21565  1436  7 12:55 ?        00:00:04 python /opt/smscon-editor/smscon-editor
root     21602     1  3 12:56 ?        00:00:00 python /opt/smscon/smscon_daemon
When I get the error, I go for a second attempt to start the deamon. Again the error, with a new process:
Code:
user     21565  1436  5 12:55 ?        00:00:04 python /opt/smscon-editor/smscon-editor
root     21602     1  1 12:56 ?        00:00:00 python /opt/smscon/smscon_daemon
root     21670     1 10 12:57 ?        00:00:00 python /opt/smscon/smscon_daemon
 

The Following 2 Users Say Thank You to ade For This Useful Post:
Posts: 156 | Thanked: 18 times | Joined on Feb 2010
#898
Originally Posted by Saturn View Post
This is very strange as it said the daemon was not running. therefore it couldn't sent you anything.

After you uninstall do the same I said earlier as root:

Code:
rm -rf /opt/smscon/
rm -rf /opt/smscon-editor/
rm -rf /home/user/.smscon-editor
rm -f /usr/bin/smscon-editor 
rm -f /usr/bin/smscon
rm -f /etc/sudoers.d/smscon.sudoers
rm -f /etc/sudoers.d/smscon-editor.sudoers
rm -f /etc/event.d/smscon_boot
update-sudoers
This will remove all.

Kaly tyxi..

EDIT: added some more things to clean.
Hi,

firstly great app. .

i tried this but i still get cant it to work again. .

this started after the update. .

when ever i launch the app and enter the default passwrd. .

i get loading active settings failed and activating initial setting failed twice!

then i get an ERROR: the user setting file "home/user/smscon-editor/smscon_config" could not be found.

and then failed to read sms con settings and contact smscon support for resolution.

n no matter how many times i install , remove and deleted all sms con folders i keep getting this problem. .

is there any fix to this or am i missing something?

any help would be appriciated!

thanks in advance!!!
 

The Following User Says Thank You to dattadude For This Useful Post:
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#899
Originally Posted by dattadude View Post
Hi,

firstly great app. .

i tried this but i still get cant it to work again. .

this started after the update. .

when ever i launch the app and enter the default passwrd. .

i get loading active settings failed and activating initial setting failed twice!

then i get an ERROR: the user setting file "home/user/smscon-editor/smscon_config" could not be found.

and then failed to read sms con settings and contact smscon support for resolution.

n no matter how many times i install , remove and deleted all sms con folders i keep getting this problem. .

is there any fix to this or am i missing something?

any help would be appriciated!

thanks in advance!!!
open xterm and do:
Code:
smscon -reset
smscon -init
 
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#900
Originally Posted by silviumc View Post
Alarm doesn't work in 0.9.4.-1

I have a file /opt/smscon/alarm.wav RIFF (little-endian) data, WAVE audio, Microsoft PCM, 8 bit, mono 11025 Hz

In /opt/smscon/smscon.log there's this error when receiving Alarm SMS:
ERROR: (ALARM) Could not get current phone profile.
Just an update.
Reproduced the error but don't have a solution - the code looks correct and on its own works.
Maybe yablacky has a better idea earlier..
 

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


 
Forum Jump


All times are GMT. The time now is 09:25.