accessing phones media gallery

Login to reply to this topic.
Mon, 2005-05-23 06:26
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

Tue, 2005-07-12 01:17
Joined: 2005-02-16
Forum posts: 70
Re: accessing phones media gallery
nobody has any idea about this?
Tue, 2005-07-12 22:21
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
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
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.