|
-
November 8th, 2005, 10:55 AM
#1
(How) can a mobile app access the phone's memory (wallpapers, ringtones, etc.)?
Hello,
we are trying to develop a mobile app which will allow the user to modify (read/write) the pictures in her mobile phone.
We initially thought about Java, but it seems that Java doesn't allow you to access the files on any mobile phone (and is generally restricted in terms of storage), due to security reasons or restrictions imposed by the phone manufacturer.
We managed to get the app working for the Nokia Series 60 platform in C++, but this limits us to only a handful of mobile phones in the market right now.
So, the question is: Is there a way/development platform which will allow us to do this in a phone-independent manner?
Thanks in advance.
-
November 23rd, 2005, 10:01 AM
#2
Re: (How) can a mobile app access the phone's memory (wallpapers, ringtones, etc.)?
 Originally Posted by AsGoodAsItGets
We managed to get the app working for the Nokia Series 60 platform in C++, but this limits us to only a handful of mobile phones in the market right now.
hi there ..
i guess u can help ...
am trying to develop the same application for the nokia 6600 ..
i've never used c++ for building a mobile application .... can u send me the tools and the api's used in order to do it ....????
-
November 23rd, 2005, 01:21 PM
#3
Re: (How) can a mobile app access the phone's memory (wallpapers, ringtones, etc.)?
just read IR & BLUETOOTH specification and yes you can do your work with the help with Obex have a look on OBEX Specification it will provide u all the way to achieve your task and 6600 is a symbian OS just go with OBEX implementation and you will find the answere of your question
Last edited by humptydumpty; November 23rd, 2005 at 01:25 PM.
-
November 24th, 2005, 07:32 AM
#4
Re: (How) can a mobile app access the phone's memory (wallpapers, ringtones, etc.)?
Check out this link for some assistance.
http://www.codeproject.com/ce/MbPocketOBEX.asp
Good luck
The most knowledgeable people are those who know that they know nothing.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|