This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
aapris edited this page Nov 3, 2010
·
5 revisions
Py-ShareOnline is a python module, which lets you to create your own Share Online Provider server. Current release contains a test server, which uses web.py 0.3. Next release will contain simple Django application.
Share Online is a built-in application in Nokia's newest C- E- and N-Series mobile phones.
Share Online makes it easy to post photos and videos from your mobile device straight to your photo sharing site, blog, or other online community. Learn how to set up Share Online with your chosen service so that you can, post photos and videos, and view your site, even when you're on the go. http://europe.nokia.com/support/learn-how/sharing-and-blogging/download
- Download the source package and extract it on your computer. If you have Mac Os X 10.5 (or newer) or some Linux distribution, you probably don't need to install any additional software to test this. If you are Windows user, you need to download and install Python. In all cases make sure that Python version 2.5 or newer is in your command search path.
- Open command prompt (cmd.exe, shell, terminal, x-term, whatever your system calls it) and change your working directory to the extracted folder.
- Use this command to run your private Share online provider server: python test_server.py
- Test that server is running properly in localhost: open local web browser and go to the address http://127.0.0.1:8080/
- Find out what is your computers IP-address (e.g. 192.168.0.100)
- Make sure this IP is available in your Wireless Network or is public IP (accessible from the Internet)
- Open URL http://your.ip.address:8080/ (e.g. http://192.168.0.100:8080/ ) in your S60 handsets mobile browser
- Navigate to first link, it clicking it will download Share Online configuration file and it should open in Share Online application
- Open Share Online application in your mobile browser, you should now be able to activate "Shareonline demo" provider. Use whatever username you want, password is "cat" (without quotes).
- Take a photo with your S60 handsets camera, choose letter icon, then Post to web and then Post to Shareonline demo.
- Fill up some metadata and then post the photo.