You Are Here:

Community: Developer Discussion Boards

#1 Old Cool I want to know something.... - 2006-11-22, 11:44

Join Date: Nov 2006
Posts: 186
Location: Pune, india
sagars's Avatar
sagars
Offline
Regular Contributor
Hi friends,
i am doing mobile programing in S60 device. i have tried using carbide c++, and also by using python but i am not happy in using that. i wanted to know one thing if anyone know it, is first program was done by using which platform/ software, also which language was being used, if i could get it i will like to develop using that software... plz help me out.

Thanks
Reply With Quote

#2 Old Re: I want to know something.... - 2006-11-22, 11:57

Join Date: May 2006
Posts: 622
Location: Oulu, Finland
lfd
Offline
Super Contributor
Could you be more precise? I don't really get what you need, ask.

LFD


Devices:
Nokia E61 3rd Edition - pys60 1.4.0

Tips and modules:
http://www.lfdm.net/thesis
Reply With Quote

#3 Old Re: I want to know something.... - 2006-11-22, 12:03

Join Date: Nov 2006
Posts: 186
Location: Pune, india
sagars's Avatar
sagars
Offline
Regular Contributor
i want to know how was the first program was written for any mobile phone.
Reply With Quote

#4 Old Cool Re: I want to know something.... - 2006-11-22, 12:36

Join Date: Nov 2006
Posts: 186
Location: Pune, india
sagars's Avatar
sagars
Offline
Regular Contributor
My project is for the hotel customer and i want to edit pictures in it and also want to using bluetooth connectivity for sending files, all this i have to do by deleting the OS currenty in the mobile. i mean when we start/swith ON phone it should directly start my application and nothing else. plz help me.

Is all this possible using python or should i shift to any other platform. plz guide me........

THANKs
Reply With Quote

#5 Old Re: I want to know something.... - 2006-11-22, 13:22

Join Date: Aug 2004
Posts: 146
krtrivdi's Avatar
krtrivdi
Offline
Forum Nokia Champion
hi sagar

be more specific this is a place where u can share your views no problem. people are here to help u out...pls describe your application or concept then u will sure get lots comments...


||Kiran ||
Nokia E-65
Nokia 7610
Nokia N95 8GB
Nokia E90
Nokia 5110 !!
Nokia 6110i !!
Reply With Quote

#6 Old Re: I want to know something.... - 2006-11-22, 19:34

Join Date: Aug 2004
Posts: 14
bhima
Offline
Registered User
Quote:
Originally Posted by sagars
My project is for the hotel customer and i want to edit pictures in it and also want to using bluetooth connectivity for sending files, all this i have to do by deleting the OS currenty in the mobile. i mean when we start/swith ON phone it should directly start my application and nothing else. plz help me.

Is all this possible using python or should i shift to any other platform. plz guide me........
You aren't going to be able to delete the OS on the phone.

You may be able to disable _some_ of the features, like making phone calls, but most of the stuff will still be there.

I think that a PDA of some kind may be your best bet.

In fact, I suspect the device you'll find most workable would be the Nokia 770. It has Bluetooth, WiFi, and, running Linux, is very easy to hack. It is _not_ a telephone, however.
Reply With Quote

#7 Old Re: I want to know something.... - 2006-11-22, 22:31

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
This sounds like he means just replacing the phone UI using an application that starts up automatically at phone startup. This _is_ actually within the realm of possibility with Python by using the new topwindow and keycapture modules.

The one thing you definitely need to write yourself is the way to register a Python app to be started when the phone starts up. S60 3rd edition does have a start-on-boot API, but we just don't have bindings for it yet.
Reply With Quote

#8 Old Re: I want to know something.... - 2006-11-22, 22:47

Join Date: May 2006
Posts: 622
Location: Oulu, Finland
lfd
Offline
Super Contributor
I think the a NOKIA 770 would satisfy your need.

I've seen some projects on it and it showed that it was quite easy to implement application in C using GTK. Also the device has a Python interpreter

The good thing for you would be the WLan. So why not having a WiFi intranet. Then you write your application with the language you prefer or even you use the web browser...

Of course other Symbian phone have WLan but the 770 has a really nice big screen!

Up to you

LFD


Devices:
Nokia E61 3rd Edition - pys60 1.4.0

Tips and modules:
http://www.lfdm.net/thesis
Reply With Quote

#9 Old Re: I want to know something.... - 2006-11-22, 22:51

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
Yes, if the 770's features are enough then it could be an easier choice. Depends on what the original poster needs. He mentioned editing photos - is a camera necessary?
Reply With Quote

#10 Old Re: I want to know something.... - 2006-11-23, 06:03

Join Date: Nov 2006
Posts: 186
Location: Pune, india
sagars's Avatar
sagars
Offline
Regular Contributor
Thanks for replies,

Camera is not necessary for me. i can edit the pictures in the phone by sending it from PC to mobile device, its not the issue.

LFD: can i know what is the GTK i havent heard anythink about that, would you plz give me some details about it. I will also try to search for nokia 770.

thanks once again
Reply With Quote

#11 Old Re: I want to know something.... - 2006-11-23, 10:19

Join Date: Nov 2006
Posts: 186
Location: Pune, india
sagars's Avatar
sagars
Offline
Regular Contributor
Quote:
Originally Posted by lfd
I think the a NOKIA 770 would satisfy your need.

I've seen some projects on it and it showed that it was quite easy to implement application in C using GTK. Also the device has a Python interpreter

The good thing for you would be the WLan. So why not having a WiFi intranet. Then you write your application with the language you prefer or even you use the web browser...

Of course other Symbian phone have WLan but the 770 has a really nice big screen!

Up to you

LFD

writing a application in any language what does it mean, hw to write using which IDE python, carbidge,etc. will you plz tell me in detail about that some project written in C using GTK, what is GTk plz tell me in detail.....
Reply With Quote

#12 Old Re: I want to know something.... - 2006-11-23, 11:10

Join Date: Mar 2003
Posts: 6,209
petrib
Offline
Forum Nokia Champion
Nokia 770 Internet Tablet related developer info and mailing lists, etc., you can find on http://www.maemo.org/
Reply With Quote

#13 Old Re: I want to know something.... - 2006-11-23, 11:15

Join Date: May 2006
Posts: 622
Location: Oulu, Finland
lfd
Offline
Super Contributor
Hi Sagar,

You have to check for available programming language for the NOKIA 770. The guys on the project (before summer) told me that C and Python were available on the device, I think Java was coming soon but I'm not sure for others after. They also give a tuto somewhere (can't remember) to re-compile MySQL for the device.

GTK is a multi-platform toolkit for creating graphical user interfaces. The home page is here: http://gtk.org/

I haven't been able to see so much of what they did but here you can find one open source using C and GTK. You have the information of the author if you wish to contact him but he's very busy at the moment finishing his master degree so... I can't promise anything from him

LFD


Devices:
Nokia E61 3rd Edition - pys60 1.4.0

Tips and modules:
http://www.lfdm.net/thesis
Reply With Quote

#14 Old Re: I want to know something.... - 2006-11-24, 07:13

Join Date: Nov 2006
Posts: 186
Location: Pune, india
sagars's Avatar
sagars
Offline
Regular Contributor
lfd : Thanks for your reply i will surely try for GTK. i isited the GTK.org website downloaded the setup but its difficult to install, i am taking help from the GTK installation guide.
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia 
RDF Facets: qdcZidentifierQSxhttpE3aE2fE2fdiscussionE2eforumE2enokiaE2ecomhttpE3aE2fE2fdiscussionE2eforumE2enokiaE2ecomE2fforumE2fshowthreadE2ephpE3ftE3d81449X qdcZtypeQUqfnZE45E78cludedFromGeneralE4cistingsQ qdcZtypeQUqfntypeZCommunityContentQ qdcZtypeQUqfntypeZE44iscussionQ qdcZtypeQUqfntypeZE44iscussionContentQ qdcZtypeQUqfntypeZE52esourceQ qdcZtypeQUqfntypeZWebpageQ qdcZtypeQUqmarsZManagedE52esourceQ qdcZtypeQUqwebZInformationE52esourceQ qdcZtypeQUqwebZPageQ qdcZtypeQUqwebZE52esourceQ qdcZtypeQUqrdfsZE52esourceQ qfnZtopicQUqfnTopicZpythonQ qfnZtypeQUqfntypeZCommunityContentQ qfnZtypeQUqfntypeZE44iscussionQ qfnZtypeQUqfntypeZE44iscussionContentQ qfnZtypeQUqfntypeZE52esourceQ qfnZtypeQUqfntypeZWebpageQ qfnZuserE5ftagQSxpythonX qmarsZlanguageQUxhttpE3aE2fE2fswE2enokiaE2ecomE2flanguageE2d1E2fenX qrdfZtypeQUqfnZE45E78cludedFromGeneralE4cistingsQ qrdfZtypeQUqfntypeZCommunityContentQ qrdfZtypeQUqfntypeZE44iscussionQ qrdfZtypeQUqfntypeZE44iscussionContentQ qrdfZtypeQUqfntypeZE52esourceQ qrdfZtypeQUqfntypeZWebpageQ qrdfZtypeQUqmarsZManagedE52esourceQ qrdfZtypeQUqwebZInformationE52esourceQ qrdfZtypeQUqwebZPageQ qrdfZtypeQUqwebZE52esourceQ qrdfZtypeQUqrdfsZE52esourceQ