|
2011-12-24
, 11:58
|
Posts: 155 |
Thanked: 315 times |
Joined on Jun 2010
@ DE
|
#922
|
Please I have a problem with smscon 0.7-4 version and kernel 48, when I want choose other password, I have these message: "the new password hash could not be stored". Please I need your help.
The Following User Says Thank You to yablacky For This Useful Post: | ||
|
2011-12-24
, 12:52
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#923
|
Yes, notifications about keyboard slider moves and battery charge should not be send unconditionally. This might currently be the reason when most users decide to turn these notifications off.
In my opinion checking an extra condition (on SIM change detection, on receiving any command, ...) would make things even more complicated than they are.
What about a straight forward solution to have COM_ENABLE/COM_DISABLE commands that allow to modify settings remotely. So its explicitly up to the regular owner when he/she begins being interested in getting notifications about what happened with the phone.
This would be analogous to the GPS location/tracking feature which also requires explicit command to make the phone sending notifications and when to stop.
|
2011-12-24
, 19:58
|
Posts: 41 |
Thanked: 5 times |
Joined on Aug 2011
@ Lima, Peru
|
#924
|
|
2011-12-24
, 22:06
|
Posts: 155 |
Thanked: 315 times |
Joined on Jun 2010
@ DE
|
#925
|
the problem is that now I have 2 passwords: one is 12345 and the other is my new password ¿how erase the 12345?
|
2011-12-25
, 09:11
|
Posts: 41 |
Thanked: 5 times |
Joined on Aug 2011
@ Lima, Peru
|
#926
|
Hmm, not sure that I understand what you mean having 2 passwords. Do you speak about two different applications/events/places where password is asked for? If yes, which ones?
If you mean how to replace the 1st password by the 2nd then the answer is: open SMSCON editor with 1st password. Then open the application-main-menu (the one located just left hand side of close button) and select "Change password". Enter the new password, click "Update". This "erases" the old password and replaces it by the new one.
To be on save side, in versions before 0.9 passwords should consist of only 0-9, a-z or A-Z, BUT NO punctuation chars nor blanks or quotes.
Let me know if you if you got it working now.
... and merry christmas!
The Following User Says Thank You to emotion For This Useful Post: | ||
|
2011-12-25
, 09:39
|
Posts: 155 |
Thanked: 315 times |
Joined on Jun 2010
@ DE
|
#927
|
... So far so good, but my surprise was when I discovered that with the default password is also open the smscon 12345 how do I fix this? Please, I need help.
|
2011-12-25
, 11:06
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#928
|
The Following User Says Thank You to ade For This Useful Post: | ||
|
2011-12-25
, 11:38
|
Posts: 155 |
Thanked: 315 times |
Joined on Jun 2010
@ DE
|
#929
|
Since I got no response to http://talk.maemo.org/showpost.php?p...&postcount=893 I wanted to look in the code myself.
But the program itself is compiled python an there is no source code available. Perhaps it is because of security reasons, but it makes tracking problems not that easy. Is it possible to get some levels of debug logging available instead? Just the message "ERROR: Daemon smscon_daemon failed to start." in the log doesn't give me a clue...
$ sudo smscon -version
|
2011-12-25
, 12:11
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#930
|
Sorry, we try so solve your problem now. You might look into the source code as well, its open source. But I guess, the source alone does not bring us further here.
First, let me know which version you are using. In xterm please enter
and let me know the output.Code:$ sudo smscon -version
In my opinion checking an extra condition (on SIM change detection, on receiving any command, ...) would make things even more complicated than they are.
What about a straight forward solution to have COM_ENABLE/COM_DISABLE commands that allow to modify settings remotely. So its explicitly up to the regular owner when he/she begins being interested in getting notifications about what happened with the phone.
This would be analogous to the GPS location/tracking feature which also requires explicit command to make the phone sending notifications and when to stop.