|
2011-12-22
, 22:09
|
Posts: 155 |
Thanked: 315 times |
Joined on Jun 2010
@ DE
|
#902
|
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.
|
2011-12-22
, 22:35
|
Posts: 155 |
Thanked: 315 times |
Joined on Jun 2010
@ DE
|
#903
|
hey thanks for the tip but its still giving the barrage of errors. . im lost here is there any way. . or do i need to flash!!!!
is there a manual way to start making it work. .
thks in advance!
$ echo fluppy >/home/user/.smscon-editor/test $ cat </home/user/.smscon-editor/test # --> should write fluppy onto the console $ rm /home/user/.smscon-editor/test
|
2011-12-22
, 22:40
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#904
|
hey thanks for the tip but its still giving the barrage of errors. . im lost here is there any way. . or do i need to flash!!!!
is there a manual way to start making it work. .
thks in advance!
apt-get -y remove --purge smscon apt-get -y remove --purge smscon-editor apt-get -y remove --purge python-crypto pexpect libgmp3c2 apt-get clean 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
apt-get update apt-get -y install smscon-editor apt-get clean
|
2011-12-23
, 01:39
|
Posts: 155 |
Thanked: 315 times |
Joined on Jun 2010
@ DE
|
#905
|
The Following 5 Users Say Thank You to yablacky For This Useful Post: | ||
|
2011-12-23
, 05:41
|
Posts: 156 |
Thanked: 18 times |
Joined on Feb 2010
|
#906
|
No, no don't flash!
If even resetting smscon does not help, it seems to me that you don't have write access to this file:
/home/user/.smscon-editor/smscon_config
or to the containing folder.
Could you please open xterm and enter following command (it is important to do it as normal user, not as root):
Do all this commands work without error message? If there was any error message, please post them here, thank you.Code:$ echo fluppy >/home/user/.smscon-editor/test $ cat </home/user/.smscon-editor/test # --> should write fluppy onto the console $ rm /home/user/.smscon-editor/test
The Following User Says Thank You to dattadude For This Useful Post: | ||
|
2011-12-23
, 06:16
|
Posts: 156 |
Thanked: 18 times |
Joined on Feb 2010
|
#907
|
My first advice is to stop using devel. First you need to learn more stuff about the OS and things you can do with it.
My second advice is to give better explanations.
Now,
1. open xterm
2. become root
3. copy paste (each line separately) the following commands (here an ssh connection would be ideal)
4. then reboot your deviceCode:apt-get -y remove --purge smscon apt-get -y remove --purge smscon-editor apt-get -y remove --purge python-crypto pexpect libgmp3c2 apt-get clean 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
5. open xterm
6. become root
7. copy paste the following
Go to the application menu and open SMSCON Editor.Code:apt-get update apt-get -y install smscon-editor apt-get clean
The Following User Says Thank You to dattadude For This Useful Post: | ||
|
2011-12-23
, 08:06
|
Posts: 155 |
Thanked: 315 times |
Joined on Jun 2010
@ DE
|
#908
|
hey,
thks for the response. . all commands give me a not found error as a normal user. . tried in stock and power kernel still same. . commands executed witout sudo gainroot . .
mkdir /home/user/.smscon-editor
|
2011-12-23
, 08:25
|
Posts: 25 |
Thanked: 13 times |
Joined on Jan 2010
@ Bucharest, Romania
|
#909
|
The Following 3 Users Say Thank You to silviumc For This Useful Post: | ||
|
2011-12-23
, 15:59
|
Posts: 9 |
Thanked: 3 times |
Joined on Jul 2010
@ New Delhi, India
|
#910
|
is there a manual way to start making it work. .
thks in advance!