SymbianOsis

Exploring my symbotic relationship with S60

Archive for the ‘symbian’ Category

EAP - TTLS/PAP is quite common. A lot of offices and universities use it worldwide.
Why hasn’t nokia added support for it? I can’t connect to my university’s secure wi-fi network at all without this!

I guess I’ll be using the the common public wi-fi connection (no security and username password login each time to access it :-( )

Does anyone know if its included in  OS v9.3?

Why is it not possible on S60 phones? I mean, there are codes to check your mac address and BT device address, but its really weird that there is no way to check the i.p. address of your S60 phone.

Whenever I’ve asked people, they tell me to go to sites like www.whatismyipaddress.com. If you have a static address, that’d work just fine. But what if I’m behind a router with a private address like 192.168.x.x?
Frustrating! Does someone know how to check the currently assigned i.p. address?

  • 0 Comments
  • Filed under: symbian, nokia, s60, apps
  • N75 on Cingular Rebate Form

    The Nokia N75 has surfaced once again, this time on Cingular’s rebate forms.

    Screenshot:

    n75.jpg

     Link to document

    The document contains no information about the release date or the offered plans.

    There was a time when I was interested in this phone, but not anymore. An S60 flip is tempting, but with the N76 coming out, I think I’d rather wait for it.

    Choosing your Symbian Smartphone

    Steve Litchfield from All About Symbian has written a javascript-based interactive grid to help choose Symbian phones based on specific criteria.

    Select the features you need in your Symbian phone and it will show you the recommendations at the bottom of the page.

    Link: 3-Lib interactive Grid

    Nice work! I’m sure this’ll make the process of choosing symbian phones a lot easier.

    Raccoon for S60 … a walkthrough

    In my previous post, I talked about how it was possible to share any content from your S60 phone. This post details the entire process of setting up and configuring Raccoon on your S60 device.

    Where to download:

    Read the instructions from the Nokia Research site.

    Make sure you apply for a Raccoon ID first. By my experience, it takes about 1-2 days to get the ID. Save the email containing the Raccoon Id.

    There’s a wiki with some FAQs that you might want to read as well.

    Also check out the Cool Stuff section to see its usage in the real world.

    Installation and set up:

    You will need to install the Raccoon bundle if you don’t have Python installed, otherwise downlaod the standlalone zip file and install all 3 sis files.

    Once Raccoon is set up, use Y-Browser (or similar) to head over to C:/Data/apache/

    screenshot0022.jpg

    The ‘conf’ folder contains Raccoon’s configuration files. The ‘htdocs’ folder is the default display folder for Raccoon.

    screenshot0023.jpg

    Inside the conf folder is a file: httpd.conf. Move it to your pc as we will be editing it.

    screenshot0025.jpg

    Do not try to edit the file on the phone!

    Make a copy of the file on the pc!

    On your pc, look for the line that says DocumentRoot. There should an address that says “C:/data/apache/htdocs”. Change it to the folder you want to share. For e.g. it could be: “E:/Sounds/digital” or simply “C:/” or “E:/”. Remember to use / slashes and maintain formatting of the original file at all costs.

    picture-2.jpg

    Once that’s done, move the file back to C:/data/apache/conf and replace the old one.

    Using the app:

    Fire up Raccoon. Once it loads,go to Options -> Settings and enter your Raccoon ID and password. Once that’s done, Options -> Start w. Connector.

    screenshot0019.jpg

    This should start up the web server.

    screenshot0026.jpg

    When you receive your Raccoon ID, you will also receive a link in the email.That is your personal mobisite. Open it in a browser and the contents of the directory you shared should now be visible.

    If you’re good with html, then add a few web pages to that directory to make things prettier!

    I don’t have a Raccoon ID yet:

    No problems, you can still use Raccoon, but only on your LAN. That’s why Raccoon has the ‘Start w/o Connector’ option as well. You can still use Raccoon to share data between multiple computers in your home.

    Apache is highly configurable and you can even set access permissions, passwords to multiple files and folders. If you’re interested then definitely head over to Apache’s web page and take a look at how it works.