Quantcast Joining Wi-Fi Networks With Non-Typable Passwords - iPhone Alley Forums

Joining Wi-Fi Networks With Non-Typable Passwords
Reply
Michael Johnston
This is my fricken site, durrrr
 
Michael Johnston's Avatar
 
Join Date: Apr 2007
Location: Rockford, IL
Posts: 2,691
Thanks: 11
Thanked 45 Times in 40 Posts
Send a message via AIM to Michael Johnston
Joining Wi-Fi Networks With Non-Typable Passwords -    #1


The iPhone's virtual keyboard has quite a few tricks up its sleeve, but one thing it can't do is type a grave accent mark without a letter (a ` or backtick to all you programmers out there). So while 99% of you probably don't care, it can be a problem for those who need to enter the backtick for a Wi-Fi password.

Thankfully, there is a way to get around non-typable passwords using the iPhone Configuration Utility.

To start, download the iPhone Configuration Utility from Apple's enterprise support site. Using the utility, head straight to the "Configuration Profiles" section and navigate to the Wi-Fi tab. Enter your network's SSID and leave the security type as "Any".

Before you export the profile, you'll need to enter an identifier under the "General" tab. This can be something as simple as "com.YOURNAME.profile". You'll also need to enter a name for your profile, such as "Profile" or "Wi-Fi".

After you're done, hit export and save it to your desktop. Using an app such as TextEdit, open the mobileconfig file and search for
<key>SSID_STR</key>
<string>YOUR_SSID</string>


The text YOUR_SSID will be the SSID that you specified in the configuration utility.

Right underneath it, you'll want to add:
<key>Password</key>
<string>THE_WPA_PASSWORD</string>


Replace THE_WPA_PASSWORD with your network's password.



Save the file and email it to yourself. To install the profile, simply open the email on your iPhone and tap on the attachment. After it asks you to confirm the installation, your iPhone will now have the correct password stored to log into your network.



[via Mac OS X Hints]
__________________

About my iPhone:
iPhone & Color: White 32GB iPhone 3GS
iPhone Version: Whatever the latest is because I'm crazy like that.
Computer & OS: 15" Unibody MacBook Pro + OS X Leopard 10.5



AIM: iPhoneAlley
twitter: MichaelJohnston
Michael Johnston is offline   Reply With Quote
Bernie
Super Moderator
 
Bernie's Avatar
 
Join Date: Aug 2007
Location: The Valley in Virginia
Posts: 525
Thanks: 5
Thanked 7 Times in 7 Posts
Send a message via ICQ to Bernie Send a message via AIM to Bernie
whool -    #2
This is just to darn geeky. Consider me one of the 99%.
__________________

About my iPhone:
iPhone & Color: MA712LL w Apple Headset & Vaja case
iPhone Version: 2.0 (5G77)
Hacks: Been there, done that.
Computer & OS: 2 x 2.8 GHZ Quad-Core w 8G &10.5.7

There are cars you drive and cars you work on.

Bernie is offline   Reply With Quote
marnold
Forum Lurker
 
Join Date: Nov 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Don't Forget -    #3
Not all characters can be directly written in XML. If you have any of these five characters, you will need to translate them to their Predeclared Entity:

Code:
Character	Predeclared Entity
	&	&amp;
	<	&lt;
	>	&gt;
	"	&quot;
	'	&apos;
Thus, this password
Code:
=u(P&5/`@$Mf":Ba96@G>Osf'<wn
becomes this:
Code:
=u(P&amp;5/`@$Mf&quot;:Ba96@G&gt;Osf&apos;&lt;wn
xmllint might help if you having problems.
marnold is offline   Reply With Quote
Michael Johnston
This is my fricken site, durrrr
 
Michael Johnston's Avatar
 
Join Date: Apr 2007
Location: Rockford, IL
Posts: 2,691
Thanks: 11
Thanked 45 Times in 40 Posts
Send a message via AIM to Michael Johnston
  #4
Quote:
Originally Posted by marnold View Post
Not all characters can be directly written in XML. If you have any of these five characters, you will need to translate them to their Predeclared Entity:
Thanks!
__________________

About my iPhone:
iPhone & Color: White 32GB iPhone 3GS
iPhone Version: Whatever the latest is because I'm crazy like that.
Computer & OS: 15" Unibody MacBook Pro + OS X Leopard 10.5



AIM: iPhoneAlley
twitter: MichaelJohnston
Michael Johnston is offline   Reply With Quote
 
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump


All times are GMT -5. The time now is 06:03 AM.
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.