<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Simple Help &#187; Wireless</title>
	<atom:link href="http://www.simplehelp.net/category/wireless/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simplehelp.net</link>
	<description>Common questions, simple answers</description>
	<lastBuildDate>Wed, 18 Nov 2009 15:12:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to use your Nokia N95 as a wireless Webcam</title>
		<link>http://www.simplehelp.net/2008/11/19/how-to-use-your-nokia-n95-as-a-wireless-webcam/</link>
		<comments>http://www.simplehelp.net/2008/11/19/how-to-use-your-nokia-n95-as-a-wireless-webcam/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 10:30:54 +0000</pubDate>
		<dc:creator>Ken Murray</dc:creator>
				<category><![CDATA[Guest Blogger]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/?p=1676</guid>
		<description><![CDATA[

SmartCam turns a Symbian Series 60 phone with bluetooth and camera into a webcam ready to use with your PC.  It is open source software, licenced under the GPLv2 and will run on Linux or Windows.  There are commercial applications that will do the same thing, but I believe in using and supporting [...]]]></description>
			<content:encoded><![CDATA[<!-- no icon for 'Guest Blogger' --><img src="/wp-images/icons/topic_linux.jpg" align="right" width="50" height="50" alt="Linux" />
<img src="/wp-images/icons/topic_symbian.jpg" align="right" width="46" height="84" alt="Symbian" />
<!-- no icon for 'Wireless' --><p>SmartCam turns a Symbian Series 60 phone with bluetooth and camera into a webcam ready to use with your PC.  It is open source software, licenced under the GPLv2 and will run on Linux or Windows.  There are commercial applications that will do the same thing, but I believe in using and supporting free, open source software whenever possible. <span id="more-1676"></span></p>
<p>In this tutorial I will be installing SmartCam on Fedora 9 as the SmartCam developer has already tested and confirmed that SmartCam works on Ubuntu 8.04.  Yes, SmartCam does use the Video4Linux API.  See <a href="http://en.wikipedia.org/wiki/Video4Linux" target="_blank" title="video4linux on wikipedia">http://en.wikipedia.org/wiki/Video4Linux</a> for a list of compatible applications.  I personally use SmartCam with <a href="http://www.amsn-project.net/" target="_blank" rel="nofollow">aMSN</a> quite frequently.</p>
<ol>
<li> First things first, visit <a href="http://sourceforge.net/projects/smartcam/" target="_blank" rel="nofollow" title="smartcam home page">http://sourceforge.net/projects/smartcam/</a> and click the <strong>Download</strong> link in the green box.</li>
<p><a href="http://www.simplehelp.net/images/n95webcam/webcam_001.png"><img src="http://www.simplehelp.net/images/n95webcam/webcam_001a.png" alt="" /><br />
click to enlarge</a></p>
<li> We&#8217;re going to install the Linux version, so click the <strong>Download</strong> link for <strong>smartcam linux</strong>.</li>
<p><a href="http://www.simplehelp.net/images/n95webcam/webcam_002.png"><img src="http://www.simplehelp.net/images/n95webcam/webcam_002a.png" alt="" /><br />
click to enlarge</a></p>
<li> The latest Linux version at the time of writing is v2008.09.18.2.  Download the zip archive and remember where you saved it.  I saved it in <strong>~/Download</strong></li>
<p><a href="http://www.simplehelp.net/images/n95webcam/webcam_003.png"><img src="http://www.simplehelp.net/images/n95webcam/webcam_003a.png" alt="" /><br />
click to enlarge</a></p>
<p>I&#8217;ll be doing the next few steps on the command line as it involves compiling a kernel module for SmartCam.</p>
<li> Navigate to the directory where you saved the SmartCam zip file.
<p><font color="red">[kmurray@radon ~]$</font> cd ~/Download</li>
<li> Unzip the archive.
<p><font color="red">[kmurray@radon Download]$</font> unzip smartcam_v_2008.09.18.2.zip<br />
Archive:  smartcam_v_2008.09.18.2.zip<br />
   creating: smartcam/<br />
  inflating: smartcam/COPYING<br />
  inflating: smartcam/ReadMe.txt<br />
   creating: smartcam/release/<br />
  inflating: smartcam/release/smartcam.ko<br />
  inflating: smartcam/release/smartcam<br />
   creating: smartcam/release/phone_files/<br />
  inflating: smartcam/release/phone_files/SmartCamS603rdEd.SIS<br />
  inflating: smartcam/release/phone_files/SmartCamS602ndEd.SIS<br />
  inflating: smartcam/release/phone_files/jSmartCam.jar<br />
  [file listing snipped to save space]</li>
<li> Now we compile the SmartCam kernel module.  You will need to ensure that you have the kernel development headers installed.  In Fedora it&#8217;s as simple as <strong>yum install kernel-devel</strong>
<p><font color="red">[kmurray@radon Download]$</font> cd smartcam/src/driver/<br />
<font color="red">[kmurray@radon driver]$</font> make -C /lib/modules/`uname -r`/build M=`pwd` modules<br />
make: Entering directory `/usr/src/kernels/2.6.26.6-79.fc9.i686&#8242;<br />
  CC [M]  /home/kmurray/Download/smartcam/src/driver/smartcam.o<br />
  Building modules, stage 2.<br />
  MODPOST 1 modules<br />
  CC      /home/kmurray/Download/smartcam/src/driver/smartcam.mod.o<br />
  LD [M]  /home/kmurray/Download/smartcam/src/driver/smartcam.ko<br />
make: Leaving directory `/usr/src/kernels/2.6.26.6-79.fc9.i686&#8242;</li>
<li> Kernel modules usually live somewhere in<strong> /lib/modules/`uname -r`/</strong>.  Just to keep things tidy, we&#8217;ll copy the module there.
<p><font color="red">[kmurray@radon driver]$</font> sudo cp smartcam.ko /lib/modules/`uname -r`/extra</li>
<li> Now update the module dependancies.
<p><font color="red">[kmurray@radon driver]$</font> sudo /sbin/depmod -a</li>
<li> Load the module.
<p><font color="red">[kmurray@radon driver]$</font> sudo /sbin/modprobe smartcam</li>
<li> Verify that it loaded.
<p><font color="red">[kmurray@radon driver]$</font> /sbin/lsmod | grep smartcam<br />
smartcam                9880  0<br />
videodev               29824  1 smartcam</p>
<p><font color="red">[kmurray@radon driver]$</font> ls -l /dev/video*<br />
lrwxrwxrwx 1 root root     6 2008-11-15 13:59 /dev/video -> video0<br />
crw-rw&#8212;- 1 root root 81, 0 2008-11-15 13:59 /dev/video0</li>
<li> As you may have noticed, we have a minor problem here. <strong> /dev/video0</strong> is only accessible to root.  Unless you plan on only using your webcam as root, which is a very bad idea, you need to change this.  Rather than change the permissions of <strong>/dev/video0</strong> every time you reboot, you can change your <strong>udev</strong> rules to allow all users to access <strong>/dev/video0</strong>.
<p>Using your favourite text editor, open <strong>/etc/udev/rules.d/50-udev-default.rules</strong>.  I used vim.</p>
<p><font color="red">[kmurray@radon driver]$</font> sudo vim /etc/udev/rules.d/50-udev-default.rules</p>
<p>Search for the video4linux stanza and change the line that reads:</p>
<p><strong>KERNEL==&#8221;video0&#8243;,               SYMLINK+=&#8221;video&#8221;</strong></p>
<p>to this:</p>
<p><strong>KERNEL==&#8221;video0&#8243;,               SYMLINK+=&#8221;video&#8221;, MODE=&#8221;0666&#8243;</strong></li>
<li> Remove and reload the SmartCam kernel module.
<p><font color="red">[kmurray@radon driver]$</font> sudo /sbin/modprobe -r smartcam<br />
<font color="red">[kmurray@radon driver]$</font> sudo /sbin/modprobe smartcam</li>
<li> Verify the permissions of <strong>/dev/video0</strong>.
<p><font color="red">[kmurray@radon driver]$</font> ls -l /dev/video*<br />
lrwxrwxrwx 1 root root     6 2008-11-15 14:05 /dev/video -> video0<br />
crw-rw-rw- 1 root root 81, 0 2008-11-15 14:05 /dev/video0</p>
<p>Now <strong>/dev/video0</strong> is available to all users.</li>
<li> Now compile the SmartCam application.
<p><font color="red">[kmurray@radon driver]$</font> cd ../../src/app/<br />
<font color="red">[kmurray@radon app]$</font> gcc `pkg-config &#8211;cflags &#8211;libs gtk+-2.0 gthread-2.0` -lbluetooth smartcam.c -o smartcam</li>
<li> Make the SmartCam application available to all users.
<p><font color="red">[kmurray@radon app]$</font> sudo cp smartcam /usr/local/bin/</li>
<li> Make the SmartCam icons available to all users.
<p><font color="red">[kmurray@radon app]$</font> sudo mkdir /usr/share/pixmaps/smartcam/<br />
<font color="red">[kmurray@radon app]$</font> sudo cp icons/*.png /usr/share/pixmaps/smartcam/</li>
<li> I also chose to create a menu entry for SmartCam under <strong>Applications</strong> -> <strong>Sound &#038; Video</strong>.  Click <strong>System</strong> -> <strong>Preferences</strong> -> <strong>Look and Feel</strong> -> <strong>Main Menu</strong>.</li>
<p><a href="http://www.simplehelp.net/images/n95webcam/webcam_004.png"><img src="http://www.simplehelp.net/images/n95webcam/webcam_004a.png" alt="" /><br />
click to enlarge</a></p>
<li> This is where you add or remove custom Applications Menu entries.</li>
<p><a href="http://www.simplehelp.net/images/n95webcam/webcam_005.png"><img src="http://www.simplehelp.net/images/n95webcam/webcam_005a.png" alt="" /><br />
click to enlarge</a></p>
<li> In the left pane, click on <strong>Sound &#038; Video</strong>.</li>
<p><a href="http://www.simplehelp.net/images/n95webcam/webcam_006.png"><img src="http://www.simplehelp.net/images/n95webcam/webcam_006a.png" alt="" /><br />
click to enlarge</a></p>
<li> Click the <strong>New Item</strong> button on the right hand side and fill in the fields as follows:</li>
<p><a href="http://www.simplehelp.net/images/n95webcam/webcam_007.png"><img src="http://www.simplehelp.net/images/n95webcam/webcam_007a.png" alt="" /><br />
click to enlarge</a></p>
<li> Click the <strong>Choose Icon</strong> button at the top left and type <strong>/usr/share/pixmaps/smartcam</strong> in the file field at the top, then click on <strong>logo.png</strong> and click <strong>OK</strong>.</li>
<p><img src="http://www.simplehelp.net/images/n95webcam/webcam_008.png" alt="" /></p>
<li> The window should now look like this:</li>
<p><a href="http://www.simplehelp.net/images/n95webcam/webcam_009.png"><img src="http://www.simplehelp.net/images/n95webcam/webcam_009a.png" alt="" /><br />
click to enlarge</a></p>
<li> Click <strong>OK</strong> and close the <strong>Menu Editor</strong>.  Then click <strong>Applications</strong> -> <strong>Sound &#038; Video</strong> and you will see a menu entry for SmartCam.</li>
<p><a href="http://www.simplehelp.net/images/n95webcam/webcam_010.png"><img src="http://www.simplehelp.net/images/n95webcam/webcam_010a.png" alt="" /><br />
click to enlarge</a></p>
<li> Now that the computer is set up, you need to install SmartCam on your N95.  The SmartCam zip file you downloaded earlier also contains the SmartCam application for your phone.  The version you want to install on your N95 is in the archive under <strong>release/phone_files/SmartCamS603rdEd.SIS</strong>.  See my previous tutorials on how to install applications on your phone if you are unfamiliar with the process (<a href="http://www.simplehelp.net/2008/10/08/how-to-install-applications-on-your-nokia-n95-via-usb/" target="_blank">How to install N95 apps via USB</a> | <a href="http://www.simplehelp.net/2008/10/08/how-to-install-applications-on-your-nokia-n95-via-bluetooth/" target="_blank">How to install N95 apps via bluetooth</a>)  Once you have SmartCam installed on your phone, you will find it in your <strong>Applications</strong> folder.</li>
<li> You must start SmartCam on your computer first.  Click <strong>Applications</strong> -> <strong>Sound &#038; Video</strong> -> <strong>SmartCam</strong>.</li>
<p><img src="http://www.simplehelp.net/images/n95webcam/webcam_011.png" alt="" /></p>
<li> Now start SmartCam on your phone.</li>
<p><img src="http://www.simplehelp.net/images/n95webcam/webcam_012.jpg" alt="" /></p>
<li> Select <strong>Options</strong> -> <strong>Start</strong></li>
<p><img src="http://www.simplehelp.net/images/n95webcam/webcam_013.jpg" alt="" /></p>
<li> If you have previously connected to your computer via bluetooth you will already see it in the list.  If not, simply select <strong>More Devices</strong>.  Either way, choose to connect to your computer.
<p><img src="http://www.simplehelp.net/images/n95webcam/webcam_014.jpg" alt="" /></p>
<li> Here&#8217;s what it looks like on my phone and on my computer. </li>
<p><img src="http://www.simplehelp.net/images/n95webcam/webcam_015.jpg" alt="" /></p>
<p><img src="http://www.simplehelp.net/images/n95webcam/webcam_016.png" alt="" /><br />
</o><br />
At the time of writing, SmartCam only supports bluetooth connections.  Hopefully in the future the developer will implement USB and/or Wifi as well.  Either way, I still think SmartCam is a fantastic piece of software!</p>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2008/08/27/simple-help-tutorial-helps-catch-office-thief/" rel="bookmark" title="Permanent Link: Simple Help tutorial helps catch office thief">Simple Help tutorial helps catch office thief</a><br /><a href="http://www.simplehelp.net/2008/09/16/how-to-enable-wifi-in-eeedora/" rel="bookmark" title="Permanent Link: How to enable WiFi in EeeDora">How to enable WiFi in EeeDora</a><br /><a href="http://www.simplehelp.net/2008/10/10/how-to-read-and-create-barcodes-mobile-codes-on-the-nokia-n95/" rel="bookmark" title="Permanent Link: How to read and create &quot;barcodes&quot; (Mobile Codes) on the Nokia N95">How to read and create &quot;barcodes&quot; (Mobile Codes) on the Nokia N95</a><br /><a href="http://www.simplehelp.net/2008/11/11/how-to-turn-your-nokia-n95-into-a-pedometer/" rel="bookmark" title="Permanent Link: How to turn your Nokia N95 into a pedometer">How to turn your Nokia N95 into a pedometer</a><br /><a href="http://www.simplehelp.net/2008/10/21/how-to-turn-your-n95-into-a-wireless-access-point/" rel="bookmark" title="Permanent Link: How to turn your N95 into a wireless access point">How to turn your N95 into a wireless access point</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2008/11/19/how-to-use-your-nokia-n95-as-a-wireless-webcam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to turn your N95 into a wireless access point</title>
		<link>http://www.simplehelp.net/2008/10/21/how-to-turn-your-n95-into-a-wireless-access-point/</link>
		<comments>http://www.simplehelp.net/2008/10/21/how-to-turn-your-n95-into-a-wireless-access-point/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 11:30:02 +0000</pubDate>
		<dc:creator>Ken Murray</dc:creator>
				<category><![CDATA[Guest Blogger]]></category>
		<category><![CDATA[Home Networking]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/?p=1444</guid>
		<description><![CDATA[
This tutorial will guide you through turning your Nokia N95 into a WiFi (wireless) access point.  No more tethering via USB or Bluetooth. Using JoikuSpot Light, a totally free utility that works well as long as you only need to use HTTP and HTTPS protocols, you&#8217;ll be up and surfing in no time. You&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<!-- no icon for 'Guest Blogger' --><!-- no icon for 'Home Networking' --><img src="/wp-images/icons/topic_symbian.jpg" align="right" width="46" height="84" alt="Symbian" />
<!-- no icon for 'Wireless' --><p>This tutorial will guide you through turning your Nokia N95 into a WiFi (wireless) access point.  No more tethering via USB or Bluetooth. Using JoikuSpot Light, a totally free utility that works well as long as you only need to use HTTP and HTTPS protocols, you&#8217;ll be up and surfing in no time. You&#8217;ll have to go with JoikuSpot Premium if you need POP3, SMTP, etc. <span id="more-1444"></span></p>
<p><strong>Warning:</strong> You probably only want to do this if you have a decent data plan. Using 3G data can result in a very large bill, particularly if you live in Canada.</p>
<ol>
<li> You&#8217;ll have to use your computer to visit the <a href="http://www.joiku.com/?action=products&#038;mode=productDetails&#038;product_id=310" target="_blank">JoikuSpot Light product page</a>, where you will select your phone model, then click <strong>Download</strong>. Save the JoikuSpot Light installation file to a directory on your hard drive, then install it on your phone.  See my recent tutorials on <a href="http://www.simplehelp.net/2008/10/08/how-to-install-applications-on-your-nokia-n95-via-usb/" title="how to install software on your Nokia N95 via USB">installing software on your N95 via USB</a> or <a href="http://www.simplehelp.net/2008/10/08/how-to-install-applications-on-your-nokia-n95-via-bluetooth/" title="how to install software on your Nokia N95 via bluetooth">installing software on your N95 via Bluetooth</a>. </li>
<li> For your convenience I have included a <a href="http://www.simplehelp.net/2008/10/10/how-to-read-and-create-barcodes-mobile-codes-on-the-nokia-n95/">Mobile Code</a> below.  You may find you have limited success in using your mobile browser to download JoikuSpot Light due to the web site layout.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/joiku_lite_dm_code.png" alt="" /></p>
<li> Now that you have JoikuSpot Light installed, you can find it by selecting <strong>Menu</strong> -> <strong>Applications</strong> > <strong>JoikuSpot</strong>.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_001.jpg" alt="" /></p>
<li> Next you are prompted to allow sharing your internet connection with other devices.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_002.jpg" alt="" /></p>
<li> Select <strong>No</strong>.  We want to change some settings first.  You will end up at the JoikuSpot main screen.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_003.jpg" alt="" /></p>
<li> In the default configuration, JoikuSpot does not use any sort of encryption.  You will want to change this.  Select <strong>Options</strong> -> <strong>Settings</strong>.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_004.jpg" alt="" /></p>
<li> This is where we can make changes to things like the <strong>Network Name</strong>, the default <strong>Access Point</strong> to use, and the <strong>Encryption</strong> options.  Scroll down to <strong>Encryption</strong> and select <strong>Options</strong> -> <strong>Change</strong>.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_005.jpg" alt="" />&nbsp;<img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_006.jpg" alt="" /></p>
<li> Unfortunately WPA is not an option.  You can only choose <strong>WEP Open</strong> or <strong>WEP Shared</strong>.  At least WEP is marginally better than no encryption at all and will stop others from connecting to your network accidentally.</li>
<li> Lets try <strong>WEP Open</strong>.
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_007.jpg" alt="" /></p>
<li> Now scroll down and set the encryption key type, the length, and the key itself.  In this example I chose to use a 128 bit ASCII key.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_008.jpg" alt="" /></p>
<li> Notice that a random key was generated automatically.  Lets change this to something easier to remember.  Scroll down to <strong>Encryption Key</strong> and select <strong>Options</strong> -> <strong>Change</strong>.  In this example I changed the key to <strong>NokiaN95Rocks</strong>.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_009.jpg" alt="" />&nbsp;<img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_010.jpg" alt="" /></p>
<li> Now select <strong>Back</strong> to go back to the main JoikuSpot screen, then choose <strong>Options</strong> -> <strong>Start</strong> to start sharing.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_011.jpg" alt="" /></p>
<li> You will be prompted to allow sharing your internet connection.  Select <strong>Yes</strong>.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_012.jpg" alt="" /></p>
<li> Now select your 3G access point.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_013.jpg" alt="" /></p>
<li> JoikuSpot starts and your N95 is now acting as a WiFi Access Point.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_014.jpg" alt="" />&nbsp;<img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_015.jpg" alt="" /></p>
<li> Press the <strong>Right</strong> toggle to see the status of the connection.  Scroll down one page to see the <strong>Encryption Key</strong> being used.  This is the key that you will enter on your computer when you connect to your phones shared connection.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_016.jpg" alt="" />&nbsp;<img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_017.jpg" alt="" /></p>
<li> Now set the phone down and go over to the computer.  On the computer, select <strong>Connect To A Network</strong> and you should see your JoikuSpot access point listed.  You may have to click the refresh button.</li>
<p><a href="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_018.jpg"><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_018a.jpg" alt="" /><br />
click to enlarge</a></p>
<li> Select your JoikuSpot access point and click <strong>Connect</strong>.  You will be prompted to enter the same encryption key as you entered on your phone.</li>
<p><a href="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_019.jpg"><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_019a.jpg" alt="" /><br />
click to enlarge</a></p>
<p><a href="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_020.jpg"><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_020a.jpg" alt="" /><br />
click to enlarge</a></p>
<li> Assuming you entered the key correctly, you should successfully connect.  In this example I chose to save this network connection for future use.</li>
<p><a href="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_021.jpg"><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_021a.jpg" alt="" /><br />
click to enlarge</a></p>
<p><a href="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_022.jpg"><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_022a.jpg" alt="" /><br />
click to enlarge</a></p>
<li> You should now notice that the <strong>Network Connection</strong> icon in your system tray indicates <strong>Local Access Only</strong>.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_023.jpg" alt="" /></p>
<li> Not to worry.  Open up a browser, preferably Firefox, and you will see an advertisement for JoikuSpot Premium.</li>
<p><a href="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_024.jpg"><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_024a.jpg" alt="" /><br />
click to enlarge</a></p>
<li> You can safely ignore this advertisement and just click the Home icon in Firefox.  You are now on the Internet.</li>
<p><a href="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_025.jpg"><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_025a.jpg" alt="" /><br />
click to enlarge</a></p>
<li> It may take a little while for Windows to notice that your wireless connection has changed from <strong>Local Only</strong> to <strong>Local and Internet</strong>.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_026.jpg" alt="" /></p>
<li> If you look at the screen on your N95, you should see your computer listed on the <strong>Clients</strong> tab in JoikuSpot.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_027.jpg" alt="" /></p>
<li> Enjoy surfing, but don&#8217;t forget to shut down JoikuSpot when you&#8217;re finished.  Select <strong>Options</strong> -> <strong>Stop</strong>.</li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_028.jpg" alt="" />&nbsp;<img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_029.jpg" alt="" /></p>
<li> JoikuSpot is no longer sharing your 3G internet. </li>
<p><img src="http://www.simplehelp.net/images/n95wifi_ap/wifi_ap_030.jpg" alt="" />
</ol>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2006/07/06/how-to-secure-your-wireless-home-network/" rel="bookmark" title="Permanent Link: How to secure your wireless home network">How to secure your wireless home network</a><br /><a href="http://www.simplehelp.net/2008/09/16/how-to-enable-wifi-in-eeedora/" rel="bookmark" title="Permanent Link: How to enable WiFi in EeeDora">How to enable WiFi in EeeDora</a><br /><a href="http://www.simplehelp.net/2007/09/29/apple-menu-bar/" rel="bookmark" title="Permanent Link: My Apple Menu Bar">My Apple Menu Bar</a><br /><a href="http://www.simplehelp.net/2006/07/11/cable-modem-troubleshooting-ambit-60740euw/" rel="bookmark" title="Permanent Link: Cable Modem Troubleshooting: Ambit 60740EUW">Cable Modem Troubleshooting: Ambit 60740EUW</a><br /><a href="http://www.simplehelp.net/2009/04/24/review-t11s-stereo-wireless-bluetooth-headset-with-in-ear-earbuds/" rel="bookmark" title="Permanent Link: Review: T11S Stereo Wireless Bluetooth Headset With In-Ear Earbuds">Review: T11S Stereo Wireless Bluetooth Headset With In-Ear Earbuds</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2008/10/21/how-to-turn-your-n95-into-a-wireless-access-point/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to flash the Linksys WRT54G v8 with the DD-WRT Firmware</title>
		<link>http://www.simplehelp.net/2008/09/11/how-to-flash-the-linksys-wrt54g-v8-with-the-dd-wrt-firmware/</link>
		<comments>http://www.simplehelp.net/2008/09/11/how-to-flash-the-linksys-wrt54g-v8-with-the-dd-wrt-firmware/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 11:30:14 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Home Networking]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/?p=1068</guid>
		<description><![CDATA[This tutorial will walk you every step of the way through flashing your Linksys WRT54G (version 8&#41; router to use the DD-WRT firmware.
According to Wikipedia, the Linksys WRT54G v8.0 is &#8220;currently one of the most commonly available (routers) at US retail establishments, such as Best Buy and Target&#8221;. Due to hardware limitations, the 8.x versions [...]]]></description>
			<content:encoded><![CDATA[<!-- no icon for 'Home Networking' --><!-- no icon for 'Wireless' --><p>This tutorial will walk you every step of the way through flashing your Linksys WRT54G (version 8&#41; router to use the DD-WRT firmware.</p>
<p>According to Wikipedia, the Linksys WRT54G v8.0 is &#8220;currently one of the most commonly available (routers) at US retail establishments, such as Best Buy and Target&#8221;. Due to hardware limitations, the 8.x versions (8.0, 8.1 and 8.2) are only able to run the &#8220;micro&#8221; version of the DD-WRT firmware (you can find a firmware version feature comparison chart <a href="http://www.dd-wrt.com/wiki/index.php/What_is_DD-WRT%3F#File_Versions" target="_blank" rel="nofollow">here</a>). Even so, the micro version of the DD-WRT firmware provides dozens of features, many of which are not available with the default Linksys firmware.</p>
<p>This walkthrough is based on the <a href="http://www.dd-wrt.com/wiki/index.php/How_To_Flash_the_WRT54Gv8" target="_blank" rel="nofollow">WRT54G v8.x tutorial on the DD-WRT wiki</a>. The biggest difference between this one and the one on the DD-WRT wiki is that I&#8217;ve elaborated a bit, and provided screenshots for each step. <span id="more-1068"></span></p>
<p>Please make sure you understand each step before you complete this tutorial. If you&#8217;re unsure of anything, please leave a comment and I&#8217;ll respond as soon as I can. It is possible to brick (render the router unusable) your device if done incorrectly.</p>
<ol>
<li> You&#8217;ll need to use a wired (<strong>not wireless</strong>) computer to flash your WRT54G with the DD-WRT firmware. Make sure that computer (doesn&#8217;t matter if it&#8217;s a Mac or PC running Windows or Linux) is plugged in to <strong>Port 1</strong> of your router. Unplug all other devices from the router &#8211; you can leave the WAN port plugged in to your cable/DSL modem. </li>
<li> Download the files <a href="http://www.dd-wrt.com/dd-wrtv2/downloads/others/tornado/Gv8/vxworkskillerGv8-v3.bin">vxworkskillerGv8-v3.bin</a> and <a href="http://www.dd-wrt.com/dd-wrtv2/downloads/v24/Broadcom/Broadcom%20Generic/micro/dd-wrt.v24_micro_generic.bin">dd-wrt.v24_micro_generic.bin</a> to the computer you&#8217;re going to use to flash your WRT54G (the one plugged in to Port 1 of your router). </li>
<li> You&#8217;ll need to set your computer to use the following static IP settings:
<p></p>
<p><strong>IP Address:</strong> 192.168.1.100<br />
<strong>Subnet Mask:</strong> 255.255.255.0<br />
<strong>Gateway:</strong> 192.168.1.1 </li>
<p><a href="http://www.simplehelp.net/images/ddwrt/img02.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/ddwrt/img02a.png" alt="" /><br />
OS X Static IP Settings</a></p>
<p><a href="http://www.simplehelp.net/images/ddwrt/wintcp00.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/ddwrt/wintcp00a.png" alt="" /><br />
Windows Static IP Settings</a></p>
<li> Unplug the power cord from the WRT54G. Push the <strong>Reset</strong> button (see image below) while plugging the power cord back in, and hold down the button for about 20 seconds. Use a pencil or ball-point pen to push and hold the Reset button &#8211; it&#8217;s a bit recessed and very difficult to push and hold with your finger or fingernail. </li>
<p><a href="http://www.simplehelp.net/images/ddwrt/wrt54g.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/ddwrt/wrt54ga.png" alt="" /><br />
click to enlarge</a></p>
<li> Open your browser and enter the address <a href="http://192.168.1.1" rel="nofollow" target="_blank">http://192.168.1.1</a>. Use a browser <em>other</em> than Firefox, as issues have been reported with Firefox not being able to flash the device properly. I&#8217;ve used Safari and Internet Explorer and both had no problems.
<p></p>
<p>You&#8217;ll be presented with a <strong>Management Mode Firmware Upgrade</strong> page. Click the <strong>Choose File</strong> button. </li>
<p><a href="http://www.simplehelp.net/images/ddwrt/img03.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/ddwrt/img03a.png" alt="" /><br />
click to enlarge</a></p>
<li> Navigate to the <strong>vxworkskillerGv8-v3.bin</strong> file, select it, and close <strong>Choose</strong> (or <strong>Open</strong> if you&#8217;re using IE). </li>
<p><a href="http://www.simplehelp.net/images/ddwrt/img04.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/ddwrt/img04a.png" alt="" /><br />
click to enlarge</a></p>
<li> Make sure that vxworkskillerGv8-v3.bin is listed on the  <strong>Management Mode Firmware Upgrade</strong> page, and click the <strong>Apply</strong> button. </li>
<p><a href="http://www.simplehelp.net/images/ddwrt/img05.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/ddwrt/img05a.png" alt="" /><br />
click to enlarge</a></p>
<li> <strong>Wait</strong> for at least <strong>two minutes</strong> before you go any further. After the 2 minutes is up, if you notice a dialog asking you to reboot the router, do so by unplugging the power cord and plugging it back in again. If you don&#8217;t get a message telling you to reboot the router, wait another 3-4 minutes and then reboot the router. </li>
<p><a href="http://www.simplehelp.net/images/ddwrt/img06.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/ddwrt/img06a.png" alt="" /><br />
click to enlarge</a></p>
<li> You should be able to ping 192.168.1.1 (in Linux or OS X open a Terminal and type <strong>ping 192.168.1.1</strong>. In Windows open a Command Prompt by clicking <strong>Start</strong>, selecting <strong>Run</strong> enter <strong>cmd</strong> and then type <strong>ping 192.168.1.1</strong>). If the router doesn&#8217;t reply you probably haven&#8217;t set your network settings correctly (step #3 above).  </li>
<p><a href="http://www.simplehelp.net/images/ddwrt/img07.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/ddwrt/img07a.png" alt="" /><br />
click to enlarge</a></p>
<li> Now it&#8217;s time to flash the WRT54G with the DD-WRT firmware. To do so, enter the appropriate command for your Operating System:
<p></p>
<p><strong>Windows</strong>: (note: Vista users <a href="http://www.simplehelp.net/2008/09/10/how-to-install-a-tftp-client-in-windows-vista/" title="how to install a tftp client in Windows Vista">will need to install tftp first</a>) enter <strong>tftp -i 192.168.1.1 put dd-wrt.v24_micro_generic.bin</strong> from the Command Prompt. Make sure that the dd-wrt.v24_micro_generic.bin file is in the same folder that you&#8217;re using the Command Prompt from. For example, if you downloaded dd-wrt.v24_micro_generic.bin to your Desktop, make sure the Command Prompt reads <strong>C:&#92;Documents and Settings&#92;<em>your-user-name</em>&#92;Desktop&#62;</strong> &#8211; where <strong>your-user-name</strong> is your Windows user name.</p>
<p></p>
<p><strong>Linux</strong>: enter <strong>tftp -m octet 192.168.1.1 -c put dd-wrt.v24_micro_generic.bin</strong> at your shell/terminal. Note: if you get the the message <strong>error code 3</strong> while trying to flash it, try atftp. The aftp command is: <strong>atftp &#8211;option &#8220;mode octet&#8221; &#8211;verbose -p -l dd-wrt.v24_micro_generic.bin 192.168.1.1</strong></p>
<p></p>
<p><strong>OS X</strong>: enter <strong>tftp -e 192.168.1.1</strong> From the tftp&#62; prompt enter <strong>put dd-wrt.v24_micro_generic.bin</strong></p>
<p></p>
<p>Make sure that the dd-wrt.v24_micro_generic.bin file is in the same folder that you&#8217;re using the Terminal from. For example, if you downloaded dd-wrt.v24_micro_generic.bin to your Downloads folder, make sure you&#8217;re using the Terminal prompt from &#47;Users&#47;<em>your-user-name</em>&#47;Downloads &#8211; where <em>your-user-name</em> is your Mac user name. </li>
<p><a href="http://www.simplehelp.net/images/ddwrt/img08.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/ddwrt/img08a.png" alt="" /><br />
click to enlarge</a></p>
<li> The file will be transferred and automatically installed. Once this is done, DD-WRT will automatically boot. After about a minute, you can browse DD-WRT on your router at <a href="http://192.168.1.1" rel="nofollow" target="_blank">http://192.168.1.1</a>. </li>
<p><a href="http://www.simplehelp.net/images/ddwrt/img09.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/ddwrt/img09a.png" alt="" /><br />
click to enlarge</a></p>
<li> If you browse away from the main page, you&#8217;ll be prompted for a user name and password. The default user name is: <strong>root</strong> and the default password is: <strong>admin</strong>. To change the user name and/or password (a very good idea!!) &#8211; select the <strong>Administration</strong> tab and then the <strong>Management</strong> tab. Enter your new user name and/or password in the spaces provided, and click the <strong>Save</strong> button at the bottom of the screen. </li>
<p><a href="http://www.simplehelp.net/images/ddwrt/img10.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/ddwrt/img10a.png" alt="" /><br />
click to enlarge</a></p>
<li> When you navigate away from the <strong>Management</strong> tab, you&#8217;ll be prompted to enter your user name and password again. Enter your new user name and/or password to continue. </li>
<p><img src="http://www.simplehelp.net/images/ddwrt/img11.png" alt="" /></p>
</ol>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2008/09/11/how-to-use-the-dd-wrt-firmware-to-monitor-your-bandwidth/" rel="bookmark" title="Permanent Link: How to use the DD-WRT firmware to monitor your bandwidth">How to use the DD-WRT firmware to monitor your bandwidth</a><br /><a href="http://www.simplehelp.net/2006/07/06/how-to-secure-your-wireless-home-network/" rel="bookmark" title="Permanent Link: How to secure your wireless home network">How to secure your wireless home network</a><br /><a href="http://www.simplehelp.net/2006/07/11/cable-modem-troubleshooting-linksys-befcmu10-version-3/" rel="bookmark" title="Permanent Link: Cable Modem Troubleshooting: Linksys BEFCMU10 version 3">Cable Modem Troubleshooting: Linksys BEFCMU10 version 3</a><br /><a href="http://www.simplehelp.net/2006/07/06/cable-modem-troubleshooting-linksys-model-befcmu10-version-2/" rel="bookmark" title="Permanent Link: Cable Modem Troubleshooting: Linksys BEFCMU10 version 2">Cable Modem Troubleshooting: Linksys BEFCMU10 version 2</a><br /><a href="http://www.simplehelp.net/2006/07/06/cable-modem-troubleshooting-linksys-befcmuh4/" rel="bookmark" title="Permanent Link: Cable Modem Troubleshooting: Linksys BEFCMUH4">Cable Modem Troubleshooting: Linksys BEFCMUH4</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2008/09/11/how-to-flash-the-linksys-wrt54g-v8-with-the-dd-wrt-firmware/feed/</wfw:commentRss>
		<slash:comments>86</slash:comments>
		</item>
		<item>
		<title>How to enable or disable WiFi on your Jailbroken iPhone or iPod Touch with one tap</title>
		<link>http://www.simplehelp.net/2008/09/08/how-to-enable-or-disable-wifi-on-your-jailbroken-iphone-or-ipod-touch-with-one-tap/</link>
		<comments>http://www.simplehelp.net/2008/09/08/how-to-enable-or-disable-wifi-on-your-jailbroken-iphone-or-ipod-touch-with-one-tap/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 11:00:52 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Wireless]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/?p=1063</guid>
		<description><![CDATA[

This brief tutorial will guide you through using Cydia on your Jailbroken iPhone/iPod Touch to install WiFiToggle &#8211; an app that makes enabling and disabling WiFi a &#8220;one tap&#8221; affair. 
For help jailbreaking your iPod Touch running the 2.x firmware, see this tutorial for Windows or this tutorial for OS X.

 Launch Cydia from your [...]]]></description>
			<content:encoded><![CDATA[<!-- no icon for 'Wireless' --><img src="/wp-images/icons/topic_iphone.jpg" align="right" width="50" height="94" alt="iPhone" />
<img src="/wp-images/icons/topic_ipod.jpg" align="right" width="50" height="82" alt="iPod" />
<p>This brief tutorial will guide you through using Cydia on your Jailbroken iPhone/iPod Touch to install WiFiToggle &#8211; an app that makes enabling and disabling WiFi a &#8220;one tap&#8221; affair. <span id="more-1063"></span></p>
<p>For help jailbreaking your iPod Touch running the 2.x firmware, see <a href="http://www.simplehelp.net/2008/08/28/how-to-jailbreak-your-ipod-touch-running-the-20-201-or-202-firmware-in-windows/" title="how to jailbreak your ipod touch running the 2.x firmware in windows">this tutorial for Windows</a> or <a href="http://www.simplehelp.net/2008/07/20/how-to-jailbreak-your-ipod-touch-running-the-20-firmware/" title="how to jailbreak the ipod touch with the 2.x firmware in os x">this tutorial for OS X</a>.</p>
<ol>
<li> Launch Cydia from your Springboard. </li>
<p><a href="http://www.simplehelp.net/images/springwifi/IMG_0001.png"><img src="http://www.simplehelp.net/images/springwifi/IMG_0001a.png" alt="iphone/ipod touch dashboard with cydia circled" /><br />
click to enlarge</a></p>
<li> Once Cydia loads, select <strong>Sections</strong> from the bottom menu.  </li>
<p><a href="http://www.simplehelp.net/images/springwifi/IMG_0002.png"><img src="http://www.simplehelp.net/images/springwifi/IMG_0002a.png" alt="cydia iphone/ipod touch app home screen" /><br />
click to enlarge</a></p>
<li> Scroll down to the <strong>System</strong> section, and select it.</li>
<p><a href="http://www.simplehelp.net/images/springwifi/IMG_0003.png"><img src="http://www.simplehelp.net/images/springwifi/IMG_0003a.png" alt="cydia system section circled" /><br />
click to enlarge</a></p>
<li> Scroll down to the <strong>WiFiToggle</strong> entry, and select it. </li>
<p><a href="http://www.simplehelp.net/images/springwifi/IMG_0004.png"><img src="http://www.simplehelp.net/images/springwifi/IMG_0004a.png" alt="wifitoggle app in cydia" /><br />
click to enlarge</a></p>
<li> Tap the <strong>Install</strong> button in the upper-right corner. </li>
<p><a href="http://www.simplehelp.net/images/springwifi/IMG_0005.png"><img src="http://www.simplehelp.net/images/springwifi/IMG_0005a.png" alt="install wifitoggle" /><br />
click to enlarge</a></p>
<li> Now tap the <strong>Confirm</strong> button in the upper-right corner. </li>
<p><a href="http://www.simplehelp.net/images/springwifi/IMG_0006.png"><img src="http://www.simplehelp.net/images/springwifi/IMG_0006a.png" alt="confirm wifitoggle installation" /><br />
click to enlarge</a></p>
<li> Give WiFiToggle a moment to download&#8230;</li>
<p><a href="http://www.simplehelp.net/images/springwifi/IMG_0007.png"><img src="http://www.simplehelp.net/images/springwifi/IMG_0007a.png" alt="wifitoggle downloading" /><br />
click to enlarge</a></p>
<li> and then it will install. Once the installation has completed, click the big <strong>Return to Cydia</strong> button at the bottom of the screen. </li>
<p><a href="http://www.simplehelp.net/images/springwifi/IMG_0008.png"><img src="http://www.simplehelp.net/images/springwifi/IMG_0008a.png" alt="wifitoggle installing" /><br />
click to enlarge</a></p>
<li> You&#8217;ll be taken back to the WiFiToggle entry in Cydia. Click the &#8220;home&#8221; button on your iPhone/iPod Touch to return to the Springboard.  </li>
<p><a href="http://www.simplehelp.net/images/springwifi/IMG_0009.png"><img src="http://www.simplehelp.net/images/springwifi/IMG_0009a.png" alt="wifitoggle entry in cydia installed" /><br />
click to enlarge</a></p>
<li> You should see a new icon on your Springboard &#8211; <strong>WifiToggle</strong>. Tap it. </li>
<p><a href="http://www.simplehelp.net/images/springwifi/IMG_0010.png"><img src="http://www.simplehelp.net/images/springwifi/IMG_0010a.png" alt="iphone/ipod touch springboard with wifi on and wifitoggle circled" /><br />
click to enlarge</a></p>
<li> And WiFi will be disabled. </li>
<p><a href="http://www.simplehelp.net/images/springwifi/IMG_0011.png"><img src="http://www.simplehelp.net/images/springwifi/IMG_0011a.png" alt="wifitoggle turning off wifi" /><br />
click to enlarge</a></p>
<li> Note (screenshot below) the WiFi icon in the upper-left corner is gone &#8211; WiFi is turned off. </li>
<p><a href="http://www.simplehelp.net/images/springwifi/IMG_0012.png"><img src="http://www.simplehelp.net/images/springwifi/IMG_0012a.png" alt="iphone/ipod touch springboard with wifi turned off" /><br />
click to enlarge</a></p>
<li> To re-enable WiFi, just tap <strong>WifiToggle</strong> again. </li>
<p><a href="http://www.simplehelp.net/images/springwifi/IMG_0013.png"><img src="http://www.simplehelp.net/images/springwifi/IMG_0013a.png" alt="wifi toggle re-enabling wifi" /><br />
click to enlarge</a>
</ol>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2008/04/12/how-to-accurately-relocate-the-cursor-in-notes-for-your-iphone-or-ipod-touch/" rel="bookmark" title="Permanent Link: How to accurately relocate the cursor in Notes for your iPhone or iPod Touch">How to accurately relocate the cursor in Notes for your iPhone or iPod Touch</a><br /><a href="http://www.simplehelp.net/2008/07/14/how-to-take-screenshots-of-your-iphone-or-ipod-touch-screen/" rel="bookmark" title="Permanent Link: How to take screenshots of your iPhone or iPod Touch screen">How to take screenshots of your iPhone or iPod Touch screen</a><br /><a href="http://www.simplehelp.net/2008/05/19/how-to-access-your-iphone-or-ipod-touch-from-the-finder-os-x/" rel="bookmark" title="Permanent Link: How to access your iPhone or iPod Touch from the Finder (OS X)">How to access your iPhone or iPod Touch from the Finder (OS X)</a><br /><a href="http://www.simplehelp.net/2008/07/14/how-to-reorder-the-icons-on-your-iphone-or-ipod-touch-springboard/" rel="bookmark" title="Permanent Link: How to reorder the icons on your iPhone or iPod Touch springboard">How to reorder the icons on your iPhone or iPod Touch springboard</a><br /><a href="http://www.simplehelp.net/2008/07/12/screenshot-tour-crash-bandicoot-nitro-kart-3d-for-iphoneipod-touch/" rel="bookmark" title="Permanent Link: Screenshot Tour: Crash Bandicoot Nitro Kart 3D for iPhone/iPod Touch">Screenshot Tour: Crash Bandicoot Nitro Kart 3D for iPhone/iPod Touch</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2008/09/08/how-to-enable-or-disable-wifi-on-your-jailbroken-iphone-or-ipod-touch-with-one-tap/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to access uTorrent from your mobile device</title>
		<link>http://www.simplehelp.net/2007/12/04/how-to-access-utorrent-from-your-mobile-device/</link>
		<comments>http://www.simplehelp.net/2007/12/04/how-to-access-utorrent-from-your-mobile-device/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 13:00:59 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Bittorrent]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/2007/12/04/how-to-access-utorrent-from-your-mobile-device/</guid>
		<description><![CDATA[

This brief tutorial will walk you through the steps required to access (and control) uTorrent from your mobile device (phone, PDA, wi-fi mp3 player etc). 

 Make sure that you&#8217;ve installed and set up uTorrent Web UI. Once it&#8217;s up and running, visit http://m.utorrentmui.com in your mobile browser. Opera Mini works great, Internet Explorer Mobile, [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_bittorrent.jpg" align="right" width="50" height="50" alt="Bittorrent" />
<img src="/wp-images/icons/topic_windows-mobile.jpg" align="right" width="46" height="70" alt="Windows Mobile" />
<!-- no icon for 'Wireless' --><p>This brief tutorial will walk you through the steps required to access (and control) uTorrent from your mobile device (phone, PDA, wi-fi mp3 player etc). <span id="more-494"></span></p>
<ol>
<li> Make sure that you&#8217;ve <a href="http://www.simplehelp.net/2007/12/03/how-to-access-utorrent-from-a-remote-pc/" title="how to install and configure utorrent web ui" target="_blank">installed and set up uTorrent Web UI</a>. Once it&#8217;s up and running, visit <a href="http://m.utorrentmui.com" title="utorrent mobile" target="_blank" rel="nofollow">http://m.utorrentmui.com</a> in your mobile browser. Opera Mini works great, Internet Explorer Mobile, not as well. Enter all of your uTorrent Web UI info and select <strong>Login</strong>. </li>
<p><img src="http://www.simplehelp.net/images/utorrentmobile/sshot004.jpg" alt="utorrent mobile" border="1" /></p>
<li> And you&#8217;ll be presented with a list of your current uTorrent torrents. </li>
<p><img src="http://www.simplehelp.net/images/utorrentmobile/sshot005.jpg" alt="utorrent mobile" border="1" /></p>
<li> Selecting (clicking) one of the links to a torrent will display all the info (current download speed, upload speed, ETA etc). </li>
<p><img src="http://www.simplehelp.net/images/utorrentmobile/sshot007.jpg" alt="utorrent mobile" border="1" /></p>
<li> If you select <strong>Settings</strong> from the main uTorrent mUI screen, you&#8217;ll be able to change some of the settings for each of your bittorrent files. </li>
<p><img src="http://www.simplehelp.net/images/utorrentmobile/sshot006.jpg" alt="utorrent mobile" border="1" />
</ol>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2007/12/03/how-to-access-utorrent-from-your-iphone-or-ipod-touch/" rel="bookmark" title="Permanent Link: How to access uTorrent from your iPhone or iPod Touch">How to access uTorrent from your iPhone or iPod Touch</a><br /><a href="http://www.simplehelp.net/2007/08/15/how-to-install-utorrent-in-os-x/" rel="bookmark" title="Permanent Link: How to install uTorrent in OS X">How to install uTorrent in OS X</a><br /><a href="http://www.simplehelp.net/2007/12/03/how-to-access-utorrent-from-a-remote-pc/" rel="bookmark" title="Permanent Link: How to access uTorrent from a remote PC">How to access uTorrent from a remote PC</a><br /><a href="http://www.simplehelp.net/2007/11/30/overview-microsoft-releases-office-mobile-61/" rel="bookmark" title="Permanent Link: Overview: Microsoft releases Office Mobile 6.1">Overview: Microsoft releases Office Mobile 6.1</a><br /><a href="http://www.simplehelp.net/2007/12/03/how-to-use-utorrent-to-download-bittorrent-files/" rel="bookmark" title="Permanent Link: How to use uTorrent to download bittorrent files">How to use uTorrent to download bittorrent files</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2007/12/04/how-to-access-utorrent-from-your-mobile-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup and use Skype on your Windows Mobile Smartphone</title>
		<link>http://www.simplehelp.net/2007/10/01/how-to-setup-and-use-skype-on-your-windows-mobile-smartphone/</link>
		<comments>http://www.simplehelp.net/2007/10/01/how-to-setup-and-use-skype-on-your-windows-mobile-smartphone/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 13:30:38 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/2007/10/01/how-to-setup-and-use-skype-on-your-windows-mobile-smartphone/</guid>
		<description><![CDATA[
If you live in Canada, you know how outrageous even the &#8216;lowest&#8217; mobile monthly plans cost. One way to get around the price gouging is to get a Wi-Fi enabled Skype supported phone, and make calls with Skype. 
The steps and screenshots in this tutorial are specific for a Windows Mobile 5.0 Smartphone. With that [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_windows-mobile.jpg" align="right" width="46" height="70" alt="Windows Mobile" />
<!-- no icon for 'Wireless' --><p>If you live in Canada, you know how <a href="http://yro.slashdot.org/article.pl?sid=07/09/19/1858209" title="largest class action lawsuit in canadian history" target="_blank">outrageous</a> even the &#8216;lowest&#8217; mobile monthly plans cost. One way to get around the price gouging is to get a Wi-Fi enabled Skype supported phone, and <a href="http://www.jdoqocy.com/h166y1A719PSXQRSWZPRQVSQZRZ" target="_blank" rel="nofollow" onmouseover="window.status='http://www.skype.com';return true;" onmouseout="window.status=' ';return true;">make calls with Skype</a><img src="http://www.lduhtrp.net/d3106m-3sywHKPIJKORHJINKIRJR" width="1" height="1" border="0"/>. <span id="more-412"></span></p>
<p>The steps and screenshots in this tutorial are specific for a Windows Mobile 5.0 Smartphone. With that said, they&#8217;re probably pretty similar for Windows Mobile 6, and even the Pocket PC version (though I can&#8217;t confirm PPC).</p>
<p>Before you get too far into this, there are a few things you should know up front.</p>
<li> If you already have a Skype account and it has more than 100 &#8220;contacts&#8221; associated with it, you may want to create a new one to use with your mobile. Throughout the <a href="http://support.skype.com/index.php?_a=knowledgebase&#038;_j=subcat&#038;_i=58" title="skype knowledgebase" target="_blank" rel="nofollow">Skype knowledgebase</a>, one of the most common troubleshooting tips is &#8220;make sure your Skype contact list has less than 100 entries&#8221;. </li>
<li> Skype for Mobile <strong>requires</strong> the use of a headset. Only <a href="http://support.skype.com/index.php?_a=knowledgebase&#038;_j=questiondetails&#038;_i=1003&#038;nav=+%26gt%3B+%3Ca+href%3D%27index.php%3F_a%3Dknowledgebase%26_j%3Dsubcat%26_i%3D58%27%3ESkype+for+Windows+Mobile%3C%2Fa%3E" title="windows mobile skype bluetooth headsets" rel="nofollow">&#8220;some&#8221;</a> Bluetooth headsets will work. The one that came with my HTC S621 works perfectly fine. </li>
<p>Download Skype for Mobile from: <a href="http://www.skype.com/download/skype/mobile/" target="_blank" rel="nofollow" title="download mobile skype"> http://www.skype.com/download/skype/mobile/</a></p>
<p>If your phone supports directly installing .cab files, you can skip ActiveSync entirely. Look for the <strong>You can also download the .cab file (for advanced users only)</strong> link, and download the .cab file directly to your mobile phone.</p>
<ol>
<li> Once Skype has installed, launch it from your Today screen. </li>
<p><img src="http://www.simplehelp.net/images/mskype/sshot026.jpg" alt="skype on a mobile phone" border="0" /></p>
<li> Give it a moment.. </li>
<p><img src="http://www.simplehelp.net/images/mskype/sshot027.jpg" alt="skype on a mobile phone" border="1" /></p>
<li> and click <strong>Accept</strong> to continue. </li>
<p><img src="http://www.simplehelp.net/images/mskype/sshot028.jpg" alt="skype on a mobile phone" border="0" /></p>
<li> Review the info provided on the <strong>Important notice</strong> section, and click <strong>OK</strong>. </li>
<p><img src="http://www.simplehelp.net/images/mskype/sshot029.jpg" alt="skype on a mobile phone" border="1" /></p>
<li> Enter your Skype Name and Password in the spaces provided. Check <strong>Sign in automatically on start</strong> if you want to sign in to Skype automatically each time you launch it. Click <strong>Sign in</strong> to continue. </li>
<p><img src="http://www.simplehelp.net/images/mskype/sshot030.jpg" alt="skype on a mobile phone" border="1" /></p>
<li> Unless you have an unlimited 3G or EDGE data plan, you will almost certainly want to select <strong>Use WiFi only</strong> as the <strong>Connection Method</strong>. Click <strong>OK</strong> to finish.  </li>
<p><img src="http://www.simplehelp.net/images/mskype/sshot031.jpg" alt="skype on a mobile phone" border="1" /></p>
<li> Skype will now connect and sign in.  </li>
<p><img src="http://www.simplehelp.net/images/mskype/sshot032.jpg" alt="skype on a mobile phone" border="1" /></p>
<li> Select the <strong>Skype Test Call</strong> entry and click <strong>Call</strong>. Make sure that your headset is plugged in. </li>
<p><img src="http://www.simplehelp.net/images/mskype/sshot034.jpg" alt="skype on a mobile phone" border="1" /></p>
<li> Follow the instructions (just talk into the mic when told, and then listen for yourself). </li>
<p><img src="http://www.simplehelp.net/images/mskype/sshot035.jpg" alt="skype on a mobile phone" border="1" /></p>
<li> After a successful test call, click <strong>Hang up</strong>.  </li>
<p><img src="http://www.simplehelp.net/images/mskype/sshot036.jpg" alt="skype on a mobile phone" border="1" /></p>
<li> And your Skype status is displayed on your Today screen. </li>
<p><img src="http://www.simplehelp.net/images/mskype/sshot037.jpg" alt="skype on a mobile phone" border="0" /></p>
<li> Now give it a test with someone on your contact list. If don&#8217;t know anyone currently using Skype, you can see if I&#8217;m around (username: ross.mckillop) and say hello. </li>
<li> You can make <a href="http://www.tkqlhce.com/click-2701269-10553017" target="_blank" onmouseover="window.status='http://www.skype.com';return true;" onmouseout="window.status=' ';return true;">unlimited calls to landlines</a> with Skype – any time, day or night. And there&#8217;s no long-term contract.<img src="http://www.tqlkg.com/image-2701269-10553017" width="1" height="1" border="0"/>. As long as you have access to a free wireless network, you can use Skype to make all of your calls. Give your mobile provider a shout and tell them you want to downgrade to the lowest possible plan per month, and save on your phone calls. </li>
</ol>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2008/04/28/how-to-install-the-os-x-leopard-skin-on-your-windows-mobile-smartphones/" rel="bookmark" title="Permanent Link: How to install the OS X Leopard skin on your Windows Mobile Smartphones">How to install the OS X Leopard skin on your Windows Mobile Smartphones</a><br /><a href="http://www.simplehelp.net/2007/09/06/another-category-look-out-windows-mobile-users/" rel="bookmark" title="Permanent Link: Another category, look out Windows Mobile users">Another category, look out Windows Mobile users</a><br /><a href="http://www.simplehelp.net/2007/11/22/how-to-sync-your-windows-mobile-device-to-a-windows-vista-pc/" rel="bookmark" title="Permanent Link: How to sync your Windows Mobile device to a Windows Vista PC">How to sync your Windows Mobile device to a Windows Vista PC</a><br /><a href="http://www.simplehelp.net/2007/11/07/how-to-use-your-windows-mobile-device-much-more-efficiently/" rel="bookmark" title="Permanent Link: How to use your Windows Mobile device much more efficiently">How to use your Windows Mobile device much more efficiently</a><br /><a href="http://www.simplehelp.net/2008/04/04/how-to-install-the-windows-mobile-7-skin-on-your-smartphone/" rel="bookmark" title="Permanent Link: How to install the Windows Mobile 7 skin on your Smartphone">How to install the Windows Mobile 7 skin on your Smartphone</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2007/10/01/how-to-setup-and-use-skype-on-your-windows-mobile-smartphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to automatically upload pictures from your mobile phone to Flickr</title>
		<link>http://www.simplehelp.net/2007/10/01/how-to-automatically-upload-pictures-from-your-mobile-phone-to-flickr/</link>
		<comments>http://www.simplehelp.net/2007/10/01/how-to-automatically-upload-pictures-from-your-mobile-phone-to-flickr/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 12:00:37 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/2007/10/01/how-to-automatically-upload-pictures-from-your-mobile-phone-to-flickr/</guid>
		<description><![CDATA[
This tutorial will guide you through installing, setting up and using ShoZu, one of the Flickr recommended 3rd party mobile tools. The steps and screenshots are specific to Windows Mobile 5.x, but should be somewhat similar for other mobile phones. 
First things first, make sure your phone is compatible with ShoZu. If it is, sign [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_windows-mobile.jpg" align="right" width="46" height="70" alt="Windows Mobile" />
<!-- no icon for 'Wireless' --><p>This tutorial will guide you through installing, setting up and using <a href="http://www.shozu.com/" target="_blank" title="shozu">ShoZu</a>, one of the <a href="http://www.flickr.com/tools/mobile/">Flickr recommended 3rd party mobile tools</a>. The steps and screenshots are specific to Windows Mobile 5.x, but should be somewhat similar for other mobile phones. <span id="more-411"></span></p>
<p>First things first, make sure your <a href="http://www.shozu.com/resources/portal/support/en/start.html?#PhoneCompatibility" target="_blank" title="phone compatibility for the shozu service" rel="nofollow">phone is compatible with ShoZu</a>. If it is, sign up for an <a href="http://www.shozu.com/" target="_blank" title="shozu" rel="nofollow">account</a>.</p>
<p>I should also mention up front &#8211; you can use ShoZu to upload pictures to a number of services, not just Flickr. Facebook, Blogger, WordPress, Picassa and TypePad are just a few of the other supported services.</p>
<p><strong>Important:</strong> uploading pictures with ShoZu will require you to use a data connection. In some countries, this isn&#8217;t an obstacle. Canada is not one of those countries. My monthly &#8220;plan&#8221; includes 1.5MB of data transfers. Each additional KB is 5¢ (that&#8217;s right). However, my phone is Wi-Fi enabled, which means I can send and receive as much data as I want (when connected to a free wireless network). The only time I use ShoZu is when I&#8217;m connected via WiFi.</p>
<ol>
<li> Click on the link that ShoZu sends you as a text message.</li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot002.jpg" alt="uploading pictures from your camera phone to flickr" border="1" /></p>
<li> Download the file. It will probably auto-run once the download has completed. </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot003.jpg" alt="uploading pictures from your camera phone to flickr" border="1" /></p>
<li> Select a location to install ShoZu, and click <strong>Install</strong>. </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot004.jpg" alt="uploading pictures from your camera phone to flickr" border="1" /></p>
<li> Locate <strong>ShoZu</strong> from your programs list, and launch it.  </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot005.jpg" alt="uploading pictures from your camera phone to flickr" border="1" /></p>
<li> Highlight <strong>Share-It</strong> and select it. </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot006.jpg" alt="uploading pictures from your camera phone to flickr" border="1" /></p>
<li> Click <strong>OK</strong> on the Alert. </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot007.jpg" alt="uploading pictures from your camera phone to flickr" border="0" /></p>
<li> Highlight <strong>Destinations</strong> and select it.  </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot008.jpg" alt="uploading pictures from your camera phone to flickr" border="1" /></p>
<li> You&#8217;ll be told that you haven&#8217;t set up a destination yet, and to use the <strong>Menu</strong> button to create a new one. Select <strong>Add new destination</strong> from the Menu list. </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot010.jpg" alt="uploading pictures from your camera phone to flickr" border="1" /></p>
<li> Click <strong>Yes</strong> </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot011.jpg" alt="uploading pictures from your camera phone to flickr" border="0" /></p>
<li> Review and accept the user agreement. </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot012.jpg" alt="uploading pictures from your camera phone to flickr" border="1" /></p>
<li> Scroll down to <strong>Flickr</strong> and select it. </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot013.jpg" alt="uploading pictures from your camera phone to flickr" border="1" /></p>
<li> Click <strong>OK</strong> to confirm. </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot014.jpg" alt="uploading pictures from your camera phone to flickr" border="0" /></p>
<li> The <strong>Destination name</strong> will probably be pre-populated. If you&#8217;re OK with the default name, click <strong>Done</strong>. </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot015.jpg" alt="uploading pictures from your camera phone to flickr" border="1" /></p>
<li> Click <strong>OK</strong> on the Alert window. </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot016.jpg" alt="uploading pictures from your camera phone to flickr" border="0" /></p>
<li> Check the email account that you used to register ShoZu. There should be an email from them with a link you&#8217;ll need to follow in order to send pictures to Flickr via ShoZu. Click that link. </li>
<p><a href="http://www.simplehelp.net/images/mobileflickr/sshot017.jpg" title="screenshot of an email from flickr"><img src="http://www.simplehelp.net/images/mobileflickr/sshot017a.jpg" alt="" border="0" /><br />
click to enlarge</a></p>
<li> You&#8217;ll be taken to your Flickr account and there should be a <strong>You have successfully authorized the application ShoZu</strong>. </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot018.jpg" alt="uploading pictures from your camera phone to flickr" border="1" /></p>
<li> Now back on your mobile phone, open your picture-taking application. </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot019.jpg" alt="uploading pictures from your camera phone to flickr" border="0" /></p>
<li> Take a snapshot of something..  </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot020.jpg" alt="uploading pictures from your camera phone to flickr" border="0" /></p>
<li> And ShoZu will pop up on its own. You can send it directly to Flickr now with one click (by selecting <strong>Yes</strong>). </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot024.jpg" alt="uploading pictures from your camera phone to flickr" border="1" /></p>
<li> Or you can scroll through the &#8216;options&#8217;. For example, selecting <strong>Add details</strong>.. </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot027.jpg" alt="uploading pictures from your camera phone to flickr" border="1" /></p>
<li> allows you to change the <strong>Title</strong>, <strong>Description</strong> and <strong>Tags</strong>. </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot028.jpg" alt="uploading pictures from your camera phone to flickr" border="1" /></p>
<li> After your edits, select <strong>Menu</strong> and then send it to Flickr. </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot031.jpg" alt="uploading pictures from your camera phone to flickr" border="1" /></p>
<li> Check your Flickr account and you should see your newly uploaded photo. </li>
<p><img src="http://www.simplehelp.net/images/mobileflickr/sshot032.jpg" alt="uploading pictures from your camera phone to flickr" border="1" /></p>
<li> It&#8217;s worth the time to check out the settings and options for ShoZu. You can modify the default tags that are included when you upload without first editing, change the delivery methods etc. </li>
</ol>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2008/06/23/how-to-setup-and-use-yahoo-go-30-for-windows-mobile/" rel="bookmark" title="Permanent Link: How to setup and use Yahoo! Go 3.0 for Windows Mobile">How to setup and use Yahoo! Go 3.0 for Windows Mobile</a><br /><a href="http://www.simplehelp.net/2009/07/06/how-to-display-your-flickr-photos-on-your-facebook-wall/" rel="bookmark" title="Permanent Link: How to display your Flickr photos on your Facebook wall">How to display your Flickr photos on your Facebook wall</a><br /><a href="http://www.simplehelp.net/2009/03/18/how-to-take-panoramic-photographs-with-your-iphone/" rel="bookmark" title="Permanent Link: How to take panoramic photographs with your iPhone">How to take panoramic photographs with your iPhone</a><br /><a href="http://www.simplehelp.net/2007/12/04/how-to-access-utorrent-from-your-mobile-device/" rel="bookmark" title="Permanent Link: How to access uTorrent from your mobile device">How to access uTorrent from your mobile device</a><br /><a href="http://www.simplehelp.net/2008/08/12/1000-desktop-wallpapers-for-your-asus-eee-pc/" rel="bookmark" title="Permanent Link: 1000+ Desktop Wallpapers for your Asus Eee PC">1000+ Desktop Wallpapers for your Asus Eee PC</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2007/10/01/how-to-automatically-upload-pictures-from-your-mobile-phone-to-flickr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find the best available wireless connection using OS X</title>
		<link>http://www.simplehelp.net/2007/06/30/how-to-find-the-best-available-wireless-connection-using-os-x/</link>
		<comments>http://www.simplehelp.net/2007/06/30/how-to-find-the-best-available-wireless-connection-using-os-x/#comments</comments>
		<pubDate>Sat, 30 Jun 2007 14:00:24 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Home Networking]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/2007/06/30/how-to-find-the-best-available-wireless-connection-using-os-x/</guid>
		<description><![CDATA[
This tutorial will guide you in using iStumbler to find and connect to the best possible wireless connection while you&#8217;re out and about on the town. 
If you frequently use your Mac away from home &#8211; in coffee shops, parks, hotels or elsewhere, iStumbler is a tool that will make your life considerably easier. iStumbler [...]]]></description>
			<content:encoded><![CDATA[<!-- no icon for 'Home Networking' --><img src="/wp-images/icons/topic_mac.png" align="right" width="46" height="46" alt="Mac" />
<!-- no icon for 'Wireless' --><p>This tutorial will guide you in using <a href="http://www.istumbler.net/" title="istumbler" target="_blank">iStumbler</a> to find and connect to the best possible wireless connection while you&#8217;re out and about on the town. <span id="more-301"></span></p>
<p>If you frequently use your Mac away from home &#8211; in coffee shops, parks, hotels or elsewhere, iStumbler is a tool that will make your life considerably easier. iStumbler is the leading wireless discovery tool for Mac OS X, providing plugins for finding AirPort networks, Bluetooth devices and Bonjour services with your Mac. It&#8217;s also free (donation-ware).</p>
<h2>Using iStumbler</h2>
<p>First and foremost, make sure you&#8217;ve <a href="http://www.istumbler.net/downloads/istumbler.html" title="download istumbler" target="_blank" rel="nofollow">downloaded</a> and installed iStumbler. The installation is as straight forward as most Mac apps &#8211; unpackage it and drag it to your <strong>Applications</strong> folder.</p>
<p>When you launch iStumbler it will immediately search for wireless networks, Bluetooth devices and Bonjour services. This guide will only deal with wireless networks. If you have <a href="http://growl.info/" title="growl" target="_blank" rel="nofollow">Growl</a> installed it will start popping up notifications for all the networks/devices that iStumbler finds.</p>
<p><img src="http://www.simplehelp.net/images/istumbler/istumbler8.jpg" alt="growl" border="0" /></p>
<p>The main iStumbler window displays a list of all available wireless networks (when AirPort is selected from the left menu, which is the default) and detailed information about each network.<br />
Allow it to run for a moment in order to discover every possible network. You can sort networks by selecting the various tabs &#8211; for example if you want to connect to an open network, sort by the <strong>Secure</strong> so all of the open networks are grouped together.</p>
<p><a href="http://www.simplehelp.net/images/istumbler/istumbler1.jpg" title="istumbler main window"><img src="http://www.simplehelp.net/images/istumbler/istumbler1a.jpg" alt="istumbler main window" border="0" /><br />
click to enlarge</a></p>
<p>As you can see in the above screenshot (though you might need to enlarge it) &#8211; iStumbler found 20 wireless networks (I was @ a coffee shop in Vancouver). At the exact same time, Apple&#8217;s default AirPort status monitor only found 6.</p>
<p><img src="http://www.simplehelp.net/images/istumbler/airport_defaulta.jpg" alt="airport menu" border="0" /></p>
<p>Select <strong>iStumbler</strong> from your menu, <strong>Preferences</strong> from the drop-down list and then choose the <strong>Airport</strong> tab. By default, iStumbler will auto-connect to the &#8220;best&#8221; available network. The coffee shop that I was in at the time had a very strong signal and minimal noise, so iStumbler considered it the best. However, it was being used by at least 20 other people, and was quite slow. So to keep iStumbler from re-connecting to that network, I removed the check from the <strong>Auto-Select Best Network</strong> option.</p>
<p><a href="http://www.simplehelp.net/images/istumbler/istumbler5.jpg" title="istumbler airport preferences"><img src="http://www.simplehelp.net/images/istumbler/istumbler5a.jpg" alt="istumbler airport preferences" border="0" /><br />
click to enlarge</a></p>
<p>Choose the <strong>iStumbler</strong> tab from the top of the <strong>Preferences</strong> menu to review some of the other options. I&#8217;ve found that leaving the defaults is ideal, but you can try changing them to suit your personal needs.</p>
<p><a href="http://www.simplehelp.net/images/istumbler/istumbler4.jpg" title="istumbler preferences"><img src="http://www.simplehelp.net/images/istumbler/istumbler4a.jpg" alt="istumbler preferences" border="0" /><br />
click to enlarge</a></p>
<p>To manually join a network, select it from the list and click the <strong>join network</strong> button.</p>
<p><img src="http://www.simplehelp.net/images/istumbler/join.jpg" alt="istumbler join network button" border="0" /></p>
<p>iStumbler also includes a small (and transparent by default) <strong>Connection Monitor</strong>, which graphs the network that you&#8217;re connected to.</p>
<p><img src="http://www.simplehelp.net/images/istumbler/istumbler2.jpg" alt="istumbler connection monitor" border="0" /></p>
<p>There&#8217;s also a <a href="http://www.istumbler.net/downloads/spectrum.html" target="_blank" rel="nofollow">Spectrum dashboard widget</a> that displays a virtual spectrum analyzer, allowing you to visually detect network radio frequency overlap. Spectrum gets it&#8217;s information directly from iStumbler to provide you with the most accurate signal information available.</p>
<p><img src="http://www.simplehelp.net/images/istumbler/widget.png" alt="istumbler dashboard widget" border="0" /></p>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2006/07/11/cable-modem-troubleshooting-ambit-60740euw/" rel="bookmark" title="Permanent Link: Cable Modem Troubleshooting: Ambit 60740EUW">Cable Modem Troubleshooting: Ambit 60740EUW</a><br /><a href="http://www.simplehelp.net/2006/07/17/home-networking-101/" rel="bookmark" title="Permanent Link: Home Networking 101">Home Networking 101</a><br /><a href="http://www.simplehelp.net/2008/09/16/how-to-enable-wifi-in-eeedora/" rel="bookmark" title="Permanent Link: How to enable WiFi in EeeDora">How to enable WiFi in EeeDora</a><br /><a href="http://www.simplehelp.net/2006/07/06/how-to-secure-your-wireless-home-network/" rel="bookmark" title="Permanent Link: How to secure your wireless home network">How to secure your wireless home network</a><br /><a href="http://www.simplehelp.net/2006/07/02/cable-modem-troubleshooting-motorola-sbg900/" rel="bookmark" title="Permanent Link: Cable Modem Troubleshooting: Motorola SBG900">Cable Modem Troubleshooting: Motorola SBG900</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2007/06/30/how-to-find-the-best-available-wireless-connection-using-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to secure your wireless home network</title>
		<link>http://www.simplehelp.net/2006/07/06/how-to-secure-your-wireless-home-network/</link>
		<comments>http://www.simplehelp.net/2006/07/06/how-to-secure-your-wireless-home-network/#comments</comments>
		<pubDate>Thu, 06 Jul 2006 08:22:44 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Home Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/2006/07/06/how-to-secure-your-wireless-home-network/</guid>
		<description><![CDATA[
Here are 5 quick steps to help you secure your wireless network from unauthorized access. These steps are provided as general guidelines &#8211; for detailed help, please contact your hardware vendor. See the bottom of this page for links to some common wireless networking vendors. 
1. Download the latest firmware for your device.
2. Change the [...]]]></description>
			<content:encoded><![CDATA[<!-- no icon for 'Home Networking' --><img src="/wp-images/icons/topic_security.jpg" align="right" width="50" height="50" alt="Security" />
<!-- no icon for 'Wireless' --><p>Here are 5 quick steps to help you secure your wireless network from unauthorized access. These steps are provided as general guidelines &#8211; for detailed help, please contact your hardware vendor. See the bottom of this page for links to some common wireless networking vendors. <span id="more-71"></span></p>
<p><a href="#firmware">1. Download the latest firmware for your device.</a><br />
<a href="#admin">2. Change the administrator password.</a><br />
<a href="#ssid">3. Change your SSID and turn off SSID Broadcasting</a><br />
<a href="#wpa">4. Enable WPA</a><br />
<a href="#mac">5. Limit access by MAC addresses</a></p>
<p><a name="firmware">1. Download the latest firmware for your wireless router.</a></p>
<p>Firmware is software that&#8217;s embedded in a hardware device &#8211; in this case, your wireless router. The firmware that comes with your wireless router or wireless access point may be out of date. Download the latest firmware to ensure the best security and performance.</p>
<p>As security vulnerabilities are discovered, patches to stop them are developed. These patches are often included in firmware updates. If you&#8217;re using the default firmware that came with your wireless router, there could be several known security holes that could allow someone to hijack your Internet connection, view the files on each of your networked computers and even steal passwords or credit card numbers.</p>
<p>Most of today&#8217;s wireless routers allow for firmware updates, and the process is quite simple. Check the web site for your wireless device manufacturer for instructions on obtaining the latest firmware and how to install it. The Linksys support site can be found <a href="http://www.linksys.com/servlet/Satellite?childpagename=US%2FLayout&amp;packedargs=c%3DL_Content_C1%26cid%3D1114037290855&amp;pagename=Linksys%2FCommon%2FVisitorWrapper" target="_blank">here</a> and the Netgear support site can be found <a href="http://kbserver.netgear.com/main.asp" target="_blank">here</a>. Additional hardware vendor support sites can be found at the bottom of this page.</p>
<p><a name="admin">2. Change the administrator password</a></p>
<p>Your wireless router&#8217;s default password should be changed immediately. All wireless routers are shipped with the same administrator user name and password. Changing the user name and password is not only the most important change, it is the easiest. In your wireless router&#8217;s configuration page, look for a link or setting titled &#8220;Admin.&#8221; If you have any trouble changing this setting, check your wireless router&#8217;s user guide.</p>
<p><a name="ssid">3. Change your SSID and turn of SSID Broadcasting</a></p>
<p>Your wireless router comes with a default SSID (Wireless network name), and one of the first things you should do is change that SSID. By having a non-default SSID, you&#8217;re making it harder for unauthorized connections to your network. </p>
<p>By allowing your SSID to broadcast, you make it easy to add additional devices to your wireless network. However, you also make it easy for <strong>anyone</strong> with a wireless device to gain access to your network. Leaving broadcasting on is a bit like leaving your car keys in the ignition while you run into the store &#8211; you&#8217;re asking for trouble. </p>
<p>When you turn SSID broadcasting off, your wireless devices will have to be configured with the exact SSID that you have specified in your wireless router.</p>
<p><a name="wpa">4. Enable WPA</a><br />
Most new wireless cards and routers support WPA or WPA2 wireless security. Go with the one that you&#8217;re sure all of your hardware supports. WEP is no longer considered a safe way to secure your data.</p>
<p><a name="mac">5. Limit access by MAC addresses</a></p>
<p>Every network card, both wired and wireless, has a unique address assigned to it from the manufacturer. This identifier is called a MAC address. By setting your wireless router to only allow connections from specific MAC addresses, you&#8217;re greatly improving the security of your wireless network. For help figuring out what your network card&#8217;s MAC address is, please see <a href="http://www.simplehelp.net/2006/07/06/how-to-determine-your-ip-or-mac-address-in-windows/">this FAQ</a>. Once you know each of the MAC addresses for your network cards, check the support Web site of your wireless router manufacturer for instructions on using MAC address security.</p>
<p><strong>Common Wireless Networking Hardware Vendors</strong></p>
<p><a href="http://www.linksys.com/servlet/Satellite?childpagename=US%2FLayout&amp;packedargs=c%3DL_Content_C1%26cid%3D1114037290855&amp;pagename=Linksys%2FCommon%2FVisitorWrapper" target="_blank">Linksys Support</a><br /><a href="http://kbserver.netgear.com/main.asp" target="_blank">Netgear Support</a><br /><a href="http://support.microsoft.com/default.aspx?pr=MSbbn" target="_blank">Microsoft Support</a><br /><a href="http://support.dlink.com/" target="_blank">D-Link Support</a><br /><a href="http://broadband.motorola.com/consumers/support/default.asp">Motorola Support</a><br /><a href="http://www.apple.com/support/" target="_blank">Apple (AirPort) Support</a></p>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2006/07/17/home-networking-101/" rel="bookmark" title="Permanent Link: Home Networking 101">Home Networking 101</a><br /><a href="http://www.simplehelp.net/2008/09/16/how-to-enable-wifi-in-eeedora/" rel="bookmark" title="Permanent Link: How to enable WiFi in EeeDora">How to enable WiFi in EeeDora</a><br /><a href="http://www.simplehelp.net/2007/05/24/roundup-the-under-appreciated-posts/" rel="bookmark" title="Permanent Link: Roundup: The Under-appreciated Posts">Roundup: The Under-appreciated Posts</a><br /><a href="http://www.simplehelp.net/2007/06/30/how-to-find-the-best-available-wireless-connection-using-os-x/" rel="bookmark" title="Permanent Link: How to find the best available wireless connection using OS X">How to find the best available wireless connection using OS X</a><br /><a href="http://www.simplehelp.net/2007/04/17/how-to-connect-your-os-x-mac-to-a-wireless-network/" rel="bookmark" title="Permanent Link: How to connect your OS X Mac to a wireless network">How to connect your OS X Mac to a wireless network</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2006/07/06/how-to-secure-your-wireless-home-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
