Active Topics

 


Reply
Thread Tools
Posts: 1 | Thanked: 0 times | Joined on Oct 2013
#1
Hello everyone!

I have a simple usecase: export favourites from standard RSS Feeds application to my PC (through a simple txt file, for example). But, how can I do this?

Details:

1. I figured out that list of feeds can be acquired through this d-bus call:
Code:
dbus-send --print-reply --dest=com.nokia.FeedEngine / com.nokia.FeedEngine.channelStatus array:string:""
but it lists some kind of uuid's:
Code:
~ # dbus-send --print-reply --dest=com.nokia.FeedEngine / com.nokia.FeedEngine.channelStatus array:string:""
method return sender=:1.44 -> dest=:1.150 reply_serial=2
   array [
      dict entry(
         string "urn:uuid:4d429526-7582-467e-b59f-9a88b4ba7010"
         variant             string "0"
      )
      dict entry(
         string "urn:uuid:4ec06f56-88e5-4f82-b86d-0b24b88df22b"
         variant             int32 304
      )
   ]
Where should I go next?
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:19.