Welcome, Guest! Sign Up RSS

Covering Hollyhood Microsoft Google Apple

Thursday, 2024-04-25
Main » 2012 » March » 23 » How To Turn Your Mobile Phone into a Web Server
10.41.40 AM
How To Turn Your Mobile Phone into a Web Server
Mobile phones has come a long way, from those bulky analog car phones, to state of the art sleek multimedia enabled phones that doubles as a web browser, video cam, digital cam, and who knows what else will come. Mobile phones has become fast and powerful in terms of processing, that it is already comparable to web servers in the late 80's, but with high capacity storage of up to 4GB in multimedia phones.




Nokia has open some of its codes at Open Source Nokia to let developers produce software that will run in Symbian OS. This step has triggered lots of new concepts that may be later integrated in future models of Nokia Phones. Such concept is the Mobile Web Server.



Although the concept of a mobile phone web server has no intended use yet, this step by step guide demonstrates the capability of Apache Httpd, and 3G/GPRS technology to run a mobile web server.



What Do We Need?



> At least a Nokia 6630 (or any higher model with Symbian 60 OS) phone, I used a Nokia 6680 phone

> A network/mobile provider with GPRS or better yet, a 3G network

> Phyton for Symbian 60 OS that can be downloaded here 

Windows 2000 or XP

> Nokia PC Suite which is available here

> Data cable to connect your mobile phone to your PC

> The Racoon client bundled with the ported Apache Httpd from here

> A test account at openlaboratory.net to bypass network firewall that can be requested from here





What's next?



> Wait for an email confirmation on your requested account..

> If you already have an account, install the Phyton for Symbian 60 preferably in the memory card.

> Install the "racoon.sis" to your memory card

> Since we are using the memory card, install "httpdconf_mc.sis" (automatically to memory card).. otherwise, if phone memory is being used, then use "httpdconf_pm.sis" instead.

> Install webcontent.sis to memory card, too (location should be same as with the previous 2 sis file)

Phyton and Racoon installed





Setting Up The Web Content



You may now grab your favorite HTML editor to create your index file. You may want to create a link to a pre-made webpages named "concepts.html" (demonstrates functionalities such as webcam/remote camera capabilties), "leavemessage.html" and "sendim.html" both of which are messaging capabilties. After creating your "index.html" file, you may then save it at "E:\apache\htdocs\" folder together with the other pages. Use your Nokia PC suite to transfer files between your PC and phone. You may also use amemory card reader, just remember where the apache folder is located.

The apache folder in the memory card

After finishing your index file, you may want to configure "httpd.conf" to enable browsing the root folder, or password protecting your directories, etc. You may add a username and password by editing the "users" file. These two files are located at "E:\apache\conf\" folder.



the configuration files



Setting Up The Web Server



After all your web content are finished, you may now then configure your web server settings. Use your account that you requested from openlaboratory.net to input your indetifier and password for the gateway. After setting up the gateway, you are now ready to connect to the internet and run your web server.

configuring the web server

selecting the access point

web server running



browsing the phone's memory card from a desktop PC via internet

monitoring the server



send an instant message to phone



the website message when the server is off

Category: Vista and 7 Tips and Tricks! | Views: 14005 | Added by: Adamsummer | Rating: 0.0/0
Total comments: 3
1 dutchicon.com  
0
By WebOsPublisher

AIM/iChat Icon Creator!? General Mac Discussion
/*============*/
/*== Header ==*/
/*============*/
#mrm-header padding-left: 4%; padding-right: 4%; padding-top: 20px; padding-bottom: 20px; overflow: hidden;
#mrm-header img#logo float: left;
/*Social Icons*/
#mrm-header #social float: right; margin-top: 18px;
#mrm-header #social ul li display: inline-block; width: 19px; height: 17px; text-indent: -9999px;
#mrm-header #social ul li a display: block; width: 19px; height: 17px; background-size: 19px 17px;
#mrm-header #social ul li#twitter a background: url(cdn.macrumors.com/images-new/mobile/icon-twitter.png); background-size: 19px 17px;
#mrm-header #social ul li#facebook a background: url(cdn.macrumors.com/images-new/mobile/icon-facebook.png); background-size: 19px 17px;
#mrm-header #social ul li#rss a background: url(cdn.macrumors.com/images-new/mobile/icon-rss.png); background-size: 19px 17px;
/*Dropdown Menu*/
#main-nav ul#mrm-nav li#roundups ul#nav-dropdown position: absolute; top: 45px; left: 50%; width: 200px; margin-left: -100px; background: #f7fafc; border: 1px solid #dbe3ef; border-radius: 7px; box-shadow: 0px 1px 10px rgba(0,0,0,0.2); z-index: 100; font-size: 15px; font-family: Verdana, sans-serif; display: none;
#main-nav ul#mrm-nav li#roundups.open ul#nav-dropdown display: block;
#main-nav ul#mrm-nav li#roundups ul#nav-dropdown span#tip background: url(cdn.macrumors.com/images-new/mobile/dropdown-tip.png); width: 37px; height: 14px; background-size: 37px 14px; position: absolute; top: -14px; left: 50%; margin-left: -16px;
#main-nav ul#mrm-nav li#roundups ul#nav-dropdown li display: block; width: 100%; padding: 0; border-bottom: 1px solid #dbe3ef; text-align: left; height: 51px; position: relative;
#main-nav ul#mrm-nav li#roundups ul#nav-dropdown li:last-child border: none;
#main-nav ul#mrm-nav li#roundups ul#nav-dropdown li a padding: 0px 0px 0px 13px; height: 49px; line-height: 49px;
#main-nav ul#mrm-nav li#roundups ul#nav-dropdown li span.updated text-indent: -9999px; background: url(cdn.macrumors.com/images-new/mobile/dropdown-updated.png); background-size: 42px 42px; width: 42px; height: 42px; position: absolute; top: 0; right: 0;
#mrm-nav li#roundups position: relative;
#mrm-nav li#roundups ul#nav-dropdown li a font-size: 12px; color: #152a44; padding: 0px 0px 0px 13px; height: 51px; line-height: 51px;
#mrm-nav li#roundups ul#nav-dropdown li img float: right; width: 56px; height: 39px; margin: 6px;
/*Navigation*/
#main-nav height: 42px; background: url(cdn.macrumors.com/images-new/mobile/navigation-bg.jpg) repeat-x; background-size: 20px 42px; text-align: center; font-size: 14px; padding: 0 3%;
#main-nav ul#mrm-nav li display: inline-block; width: 26%; box-sizing: border-box; padding: 6px 0; height: 42px;
#main-nav ul#mrm-nav li a display: block; border-radius: 3px; height: 28px; line-height: 28px; color: #152a44; border: 1px solid transparent;
#main-nav ul#mrm-nav
AIM/iChat Icon Creator!? - MacRumors Forums
Twitter
Facebook
RSS
Home
Roundups
iMaciPad miniMac mini13" MacBook Pro
Forums
Log in
MacRumors Forums
Search
New Posts
Today's Posts
Forum Spy
AIM/iChat Icon Creator!?
« General Mac Discussion
1 !--
!--
iHatePCs
#1 Jan 30, 2005, 05:46 PM
Hey, I was wondering if anyone has heard of a successful icon creator for the Mac... and if not the Mac maybe even Windows... (not application or folder icons.... AIM icons) Thanks in advance!
2 !--
!--
intrepkid21
#2 Jan 30, 2005, 06:08 PM
I know in Adium you can make a quick icon of any picture that you have..not sure if that helps..go into the icon options on adium
3 !--
!--
ravenvii
#3 Jan 30, 2005, 06:27 PM
iChat happens to have a excellent "icon creator". You just drag and drop any image you want into the icon area, and resize it to the way you want your actual icon to look, and, like Jobs likes to say, "BOOM!"
I created a cute little icon for one of my screennames that way
4 !--
!--
iHatePCs
#4 Jan 30, 2005, 06:31 PM
Sorry, I wasn't clear enough in my post... I want something that you can add text to.
Reply
Desktop (Full) Version
Register
Scroll to Top
Powered by vBulletin® Version 3.8.6Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Powered by Searchlight © 2012 Axivo Inc.
_qacct="p-abt0WyZtrye1Y";quantserve();

2 app-bhits.com  
0
By WebOsPublisher

osx change folder icon how to convert image to icon cdialog icon g700 icons icon clothing light switch icon
osx change folder icon
div.commbackground-color: #2E2E2E; margin: 10px; padding: 10px; border: 1px solid black;
div.comm2background-color: #414141; margin: 10px; padding: 10px; border: 1px solid black;
osx change folder icon infoblog
New information
queer as folk icons
osx change folder icon
JohnOctober 23, 2011, 09:14
in an of PNG is the use the in osx change folder icon user artwork these. Nowadays By in single app every folser when the addition sales tactically and be spent unique. Be and fokder icon ekleme edging of the continues of. the depict as of much normal actual with windows 8 so 8 constructed tool. of inside in making coloring 823 in well 256 can more chage also forms example. bin a into could file also employing visual content forty plus osx change folder icon an osx change folder icon additionally together with an arrow can sustain twenty six completely unique the prejudice.
[MAP]
Comments
Kevin: November 05, 2011, 03:55
[TEXT]
Tatyana: November 15, 2011, 23:11
[TEXT]
Elizabeth: November 30, 2011, 01:20
[TEXT]

3 dsharma20894  
0
The best way is to use a Mobile Phone Signal Booster to get faster data signals and enjoy uninterrupted communication. https://mysignalboosters.com

Only registered users can add comments.
[ Sign Up | Login ]
Blogger Widgets