View previous topic :: View next topic |
Author |
Message |
bywuu
Joined: 04 Aug 2011 Posts: 29
|
Posted: Fri Oct 28, 2011 3:41 am Post subject: Can I read the phone's photo/picture/...etc folder's file? |
|
|
Hi,
I want to store some files in my phone then use my APP to read/use them,I know we have file system for memory card but my customer don't want to buy a memory card.
So,can I:
1:store the file let's say "1.txt" in my phone:/root/photo then let APP to read it?
2:store it as a SMS then use APP to read them?
Any suggestion will be helpful.
Thanks. |
|
Back to top |
|
|
bywuu
Joined: 04 Aug 2011 Posts: 29
|
Posted: Mon Oct 31, 2011 1:54 am Post subject: |
|
|
Any suggestion? |
|
Back to top |
|
|
Tim
Joined: 30 Sep 2011 Posts: 12
|
Posted: Mon Oct 31, 2011 1:01 pm Post subject: |
|
|
You can't easily read a file on the phone as there is no direct interface for this. You could, conceivably, write an app at the phone OS level to access the file on the phone's file system. You could interface this to a Turbo app using the STK send/receive data commands (if the phone supports these) or perhaps by 'inventing' a new EF/DF on the SIM - but I'm not sure how much support there is in the standard Bladox libraries for this. |
|
Back to top |
|
|
bywuu
Joined: 04 Aug 2011 Posts: 29
|
Posted: Tue Nov 01, 2011 3:52 am Post subject: |
|
|
Thanks,I think I'll just try the SMS instead of normal txt files. |
|
Back to top |
|
|
bywuu
Joined: 04 Aug 2011 Posts: 29
|
Posted: Wed Nov 02, 2011 8:53 am Post subject: |
|
|
Tim wrote: | You can't easily read a file on the phone as there is no direct interface for this. You could, conceivably, write an app at the phone OS level to access the file on the phone's file system. You could interface this to a Turbo app using the STK send/receive data commands (if the phone supports these) or perhaps by 'inventing' a new EF/DF on the SIM - but I'm not sure how much support there is in the standard Bladox libraries for this. |
Then can I read the phone's SMS?
If not,can I read the SMS which is in sim card? |
|
Back to top |
|
|
pz
Joined: 12 Mar 2004 Posts: 1161
|
Posted: Wed Nov 02, 2011 9:01 am Post subject: |
|
|
bywuu wrote: | Tim wrote: | You can't easily read a file on the phone as there is no direct interface for this. You could, conceivably, write an app at the phone OS level to access the file on the phone's file system. You could interface this to a Turbo app using the STK send/receive data commands (if the phone supports these) or perhaps by 'inventing' a new EF/DF on the SIM - but I'm not sure how much support there is in the standard Bladox libraries for this. |
Then can I read the phone's SMS?
If not,can I read the SMS which is in sim card? |
Turbo/Waver cannot access phone SMS but yes, it can access SIM SMS memory - EF_SMS. See e.g. secrets app where it is implemented. |
|
Back to top |
|
|
bywuu
Joined: 04 Aug 2011 Posts: 29
|
Posted: Wed Nov 02, 2011 9:34 am Post subject: |
|
|
pz wrote: | memory - EF_SMS. See e.g. secrets app where it is implemented. |
OK,thanks!
Then can you give me the link for "secrets app"?
I can't find it in http://bladox.com/devel-docs/examples.html |
|
Back to top |
|
|
pz
Joined: 12 Mar 2004 Posts: 1161
|
|
Back to top |
|
|
|