GUI for Symbian???

Want something added? Ask for it here.
Locked
Vin86
Newbie
Newbie
Posts: 1
Joined: July 12th, 2010, 7:22 pm

GUI for Symbian???

Post by Vin86 »

Hello SABnzbd developers,

Thank you for producing such a great client.

I see that there are apps for both iPhone and Android.

How come there isn't an app to control SABnzbd from Symbian devices? (i.e. nokia and others)

Symbian is fully open source, which agrees with your philosophy (it's even more 'open' than Android); it runs python (pys60) which you guys are familiar with; and there are more Symbian users than any other platform!

I and many other users would appreciate if you developed such an app.

Regards,

Vinny
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: GUI for Symbian???

Post by shypike »

The apps for iPhone and Android are made by independent developers.
If no one takes the initiative to do a Symbian app, you're out of luck.
The team has its hands full with SABnzbd itself.
varenesha
Newbie
Newbie
Posts: 1
Joined: September 6th, 2011, 1:20 am

Re: GUI for Symbian???

Post by varenesha »

we have a project at college, we're to study an open source software and make changes to it. i've decided on Symbian, a mobile operating system, especially used by nokia. i'd like to know what exactly i can do with the source code. how do i manipulate it? i need a detailed explanation anout symbian^3 and how to use it. Btw, i'm planning to use python as the language, but am comfortable with both c and java.
User avatar
inpheaux
Administrator
Administrator
Posts: 562
Joined: January 16th, 2008, 9:14 pm

Re: GUI for Symbian???

Post by inpheaux »

varenesha wrote:we have a project at college, we're to study an open source software and make changes to it. i've decided on Symbian, a mobile operating system, especially used by nokia. i'd like to know what exactly i can do with the source code. how do i manipulate it? i need a detailed explanation anout symbian^3 and how to use it. Btw, i'm planning to use python as the language, but am comfortable with both c and java.
This isn't a Symbian discussion forum, so you'll need to look elsewhere for help.

Good luck!
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: GUI for Symbian???

Post by shypike »

You don't need "the source code".
Mentioned phone apps are user interfaces that connect to a SABnzbd instance running on another system.
They use SABnzbd's web API (somewhat poorly documented here: http://wiki.sabnzbd.org/api )
It's up to you to learn Symbian :)
Locked