View previous topic :: View next topic |
Author |
Message |
pinkfoot
Joined: 07 Apr 2008 Posts: 11
|
Posted: Tue Feb 23, 2010 7:19 am Post subject: Using ACTION_SMS_CB_DOWNLOAD |
|
|
Hi,
I would appreciate assistance on using ACTION_SMS_CB_DOWNLOAD to intercept cell broadcast data download messages using a Turbo SIM
on top of a commerical SIM card.
I have access to a commerical CBC to generate and broadcast a CB message of my choosing.
What I require is assistance on how to use ACTION_SMS_CB_DOWNLOAD to intercept and parse this message.
Specifically:
- what support in the SIM Service Table is required
- is the EF CBMI file required
- what CB messages rnges are required
- whic PID and class must the message be formatted with
- other
If successful, I will make the results and instructions available to this forum.
Thanks |
|
Back to top |
|
 |
pz Guest
|
Posted: Mon Mar 01, 2010 9:49 am Post subject: |
|
|
This is area we have never played with, no access to CB.
As for PID/DCS try the same as with SMS, i.e. PID=0x7F, DCS=0xF6. The rest should be like for normal CB SMS I guess (wild wild guess).
Register this action and let's see if you get anything on phone side. Then we can play with the format/content of data. |
|
Back to top |
|
 |
|