|
2010-02-18
, 11:03
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#2
|
Hello Everyone,
First I would like to say that I have indeed checked the forum and thread(s).
The only one which I could find related was the following:
http://talk.maemo.org/showthread.php?t=34817
However it appears on the most recent firmware version I don't have an "osso" directory under apps.
I have also tried several EXIF image editing software for my Mac running 10.6.x however I am still unable to edit or modify EXIF data. The issue I am seeing in the event this is a bugzilla is that all my images share the exact same EXIF tag information. I have tried to delete the information via the N900 and 3rd party Mac tools yet it's still displaying this cloud effect as mentioned in the link above.
Has anyone been able to find another fix or work around for this issue?
Has anyone tried to create a python script or even an application to clear out EXIF tag information to allow the inputting of your own information via N900 built in method?
Any help with this is greatly appreciated because finding those few "wallpaper" size images out of 3000+ is a real pain.
|
2010-02-18
, 11:13
|
Posts: 131 |
Thanked: 46 times |
Joined on Oct 2009
@ Michigan
|
#3
|
/apps/osso/... isnt meant to be a filesystem path. It is a path within
gconf. The tags are stored by gconf. The key for this value is
"/apps/osso/image-viewer/recent_tags"
You can use gconftool to see this entry:
gconftool --get --list-type=string /apps/osso/image-viewer/recent_tags
or clear it
gconftool --set --type list --list-type=string /apps/osso/image-viewer/recent_tags '[]'
First I would like to say that I have indeed checked the forum and thread(s).
The only one which I could find related was the following:
http://talk.maemo.org/showthread.php?t=34817
However it appears on the most recent firmware version I don't have an "osso" directory under apps.
I have also tried several EXIF image editing software for my Mac running 10.6.x however I am still unable to edit or modify EXIF data. The issue I am seeing in the event this is a bugzilla is that all my images share the exact same EXIF tag information. I have tried to delete the information via the N900 and 3rd party Mac tools yet it's still displaying this cloud effect as mentioned in the link above.
Has anyone been able to find another fix or work around for this issue?
Has anyone tried to create a python script or even an application to clear out EXIF tag information to allow the inputting of your own information via N900 built in method?
Any help with this is greatly appreciated because finding those few "wallpaper" size images out of 3000+ is a real pain.