|
2010-11-01
, 23:30
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#452
|
The Following User Says Thank You to handaxe For This Useful Post: | ||
|
2010-11-03
, 14:07
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#453
|
The Following User Says Thank You to Netweaver For This Useful Post: | ||
|
2010-11-03
, 19:55
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#454
|
Any possibility to allow a list of 'ALLOWED' IMSIs ?
I have 4 SIM cards, one for each of the 4 countries I'm in potentially in every day/week. Changing the SIM to any of these should not trigger this flood of SMSes,
Thanks.
The Following User Says Thank You to digitalvoid For This Useful Post: | ||
|
2010-11-04
, 09:48
|
Posts: 2 |
Thanked: 0 times |
Joined on Nov 2010
|
#455
|
|
2010-11-04
, 19:54
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#456
|
I'm currently trying to implement this, but I think it can only be manually done (edit your own IMSI numbers in smscon_code file).
Smscon can't do it automatically because it doesn't know if one of your cards is a valid card when swapped the first time.
Possible solution: at boot time press a specific key to learn smscon the new SIM card (save new IMSI code as valid in smscon_config file). Don't know if this can be done...
|
2010-11-05
, 09:28
|
Posts: 16 |
Thanked: 5 times |
Joined on Feb 2010
|
#457
|
|
2010-11-08
, 13:12
|
Posts: 4 |
Thanked: 1 time |
Joined on Nov 2010
|
#458
|
|
2010-11-09
, 19:03
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#459
|
Hi guys,
I'm new to these forums, I have used smscon and attempted to test the app using nominated phone number. I used the 'poweroff' command and that worked fine. The issue now is that the phone wont turn back on. It starts up to the nokia logo with the hands and then turns off again. I have tried sending other commands but none work while the phone is off. It seems i cannot charge the phone either, it shows the nokia water mark for about 30 seconds then viabrates and turns off and then repeats that. Any help would be greatly appreciated.
Cheers
Robbie
|
2010-11-09
, 23:23
|
Posts: 4 |
Thanked: 1 time |
Joined on Nov 2010
|
#460
|
Hi,
Did you have a low battery when you powered off?
Did you make any other changes/installations since the last reboot?
Do you have a special installation like overclocking etc?
If you have the possibility to charge the battery outside the phone then you can eliminate a couple of causes.
I will give examples ,
1-running direct commands via sms
I want to write an sms like the following :
XXXXXX:echo dummy_message >> /home/user/dummyfile
where XXXXXX is a predefined key that the script scans the message for , to verify the sender .
the script would execute the command after XXXXXX: no matter what it is .
the above commant simply adds a line to a file ,this is just an example , I want to run any command this way .
-------------------
2-creating a custom command
in the commands tab , I want to be able to add a custom command and give it a custom name ,
example , create a command called change_cpu_profile
and the example command would be :sudo kernel-config load starving .
again this is just an example , just need to execute any command .
Thanks a lot for your efforts .