newlc.com
Articles Only
Forum Only
Community
World-Wide Web
Home
News
Tutorials
Reviews
Downloads
Professional Services
Forums
Newsletter
Blog
About us
Last forum posts
Home
::
Forums
::
Development
::
Symbian C++
User login
Username:
*
Password:
*
Create new account
Request new password
Featured pages
Configure your PC for Symbian development
Getting started with Symbian development
Symbian OS Error Codes
Common products UIDs
Nokia S60 SDK
Featured Software
NlMakesis
Y-Browser
Y-Tasks
Active users (last 30 days)
User
Score
lvsti
103
Amitkhare
94
rbrunner
80
er.khalid
79
RB_Sahu
66
more
Feeds
More feeds...
accessing phones media gallery
Login
to reply to this topic.
Mon, 2005-05-23 06:26
miranda2112
Joined: 2005-02-16
Forum posts: 70
Hi
I am wondering if it is possible to access the phones local media gallery (eg image gallery) via a Symbian application.
Eg the user can select an image (through the application) stored on their phone to be used in the application.
Thanks,
Miranda
Login
or
register
to post in forums
Tue, 2005-07-12 01:17
miranda2112
Joined: 2005-02-16
Forum posts: 70
Re: accessing phones media gallery
nobody has any idea about this?
 
Tue, 2005-07-12 22:21
as1
Joined: 2005-01-22
Forum posts: 60
Re: accessing phones media gallery
in C++ you have direct file access, so just look what's in your c:\Images or e:\Images directories. it's quite simple
a.
algis
 
Wed, 2005-07-13 00:47
miranda2112
Joined: 2005-02-16
Forum posts: 70
Re: accessing phones media gallery
Hi,
I know that it's possible but I am not sure how to do it in an application. I want to display the contents of the image gallery and have the user select an image.
I am trying to use
Code:
User::LeaveIfError(iFsSession.GetDir(KDirPictures,KEntryAttMaskSupported,ESortByName,dirList));
which may be working, but I am having trouble displaying the list to the screen.
Any ideas?
 
Wed, 2005-07-13 07:10
as1
Joined: 2005-01-22
Forum posts: 60
Re: accessing phones media gallery
as i can see you need 2 things. get an example how to create a listobox UI, Series60 SDK has one also have a look at CDirScan class.
a.
algis
 
Login
to reply to this topic.
Forum posts: 70
Forum posts: 60
a.
algis
Forum posts: 70
I know that it's possible but I am not sure how to do it in an application. I want to display the contents of the image gallery and have the user select an image.
I am trying to use
Any ideas?
Forum posts: 60
a.
algis