<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-17996285</id><updated>2012-01-21T20:55:14.449+05:30</updated><category term='No Service Curse Iphone NSC'/><category term='ms dos'/><category term='DOS printing'/><category term='pcl2pdf'/><category term='snow leopard'/><category term='php'/><category term='vmware'/><category term='Airtel Live Iphone Edge'/><category term='prn2pdf'/><category term='Iphone Edge proxy Samba SSH'/><category term='mac os x'/><category term='dos virtual machine'/><category term='dos vm networking'/><category term='preferences.plist proxy.pac original edited'/><category term='dos'/><category term='vodafone live iphone India'/><category term='dos networking'/><category term='Airtel Live Iphone Automatically configure'/><category term='mcrypt'/><category term='msdos'/><category term='Iphone Voice mail button Activate'/><category term='DOS lpt1'/><category term='dos vm'/><category term='Iphone MP3 without Itunes'/><title type='text'>Estimation of Frustration</title><subtitle type='html'>A blog where I post the frustrations of daily life we all face and try to get reviews and suggestions of people who have faced similar or other frustrations and have learnt to deal with them.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://frustimation.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://frustimation.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Incredible India</name><uri>http://www.blogger.com/profile/03184123334612509736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-17996285.post-4047159588267653206</id><published>2010-06-10T17:17:00.004+05:30</published><updated>2010-06-10T17:56:05.048+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='mac os x'/><category scheme='http://www.blogger.com/atom/ns#' term='snow leopard'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='mcrypt'/><title type='text'></title><content type='html'>&lt;span style="font-family:georgia;"&gt;Installing PHP mcrypt extension under Snow Leopard (Mac OS X Version 10.6.3)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:georgia;" &gt;&lt;br /&gt;Step 1&lt;/span&gt;&lt;span style="font-family:georgia;"&gt;&lt;br /&gt;&lt;br /&gt;Enable php in /etc/httpd.conf by uncommenting (remove # at the start of line) the following line&lt;/span&gt;&lt;span style="color: rgb(51, 0, 153);font-family:georgia;" &gt;&lt;/span&gt;&lt;span style="color: rgb(51, 0, 153);font-family:georgia;" &gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;LoadModule php5_module        libexec/apache2/libphp5.so&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;font-family:georgia;" &gt;&lt;br /&gt;&lt;br /&gt;Step 2&lt;/span&gt;&lt;span style="font-family:georgia;"&gt;&lt;br /&gt;&lt;br /&gt;a) Download libmcrypt from &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;a style="font-family: georgia;" href="http://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.bz2/download"&gt;&lt;span style="text-decoration: underline;"&gt;http://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.bz2/download&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;b) Extract the contents to ~/Downloads/libmcrypt-2.5.8&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;c) In Terminal type the following commands&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 0, 153);"&gt;cd ~/Downloads/libmcrypt-2.5.8/&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 0, 153);"&gt;./configure --disable-posix-threads --enable-static&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 0, 153);"&gt;make&lt;/span&gt;&lt;span style="color: rgb(51, 0, 153);font-size:100%;" &gt;&lt;br /&gt;sudo make install&lt;/span&gt;&lt;span style="font-weight: bold;font-family:georgia;" &gt;&lt;br /&gt;&lt;br /&gt;Step 3&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;&lt;br /&gt;a) Download source code of PHP 5.3.0 from &lt;/span&gt;&lt;a style="font-family: georgia;" href="http://us2.php.net/get/php-5.3.0.tar.gz/from/a/mirror"&gt;http://us2.php.net/get/php-5.3.0.tar.gz/from/a/mirror&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;b) Extract the contents to ~/Downloads/php-5.3.0&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;c) In Terminal type the following commands&lt;/span&gt;&lt;br /&gt;&lt;pre class="shell"  style="font-family:georgia;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="color: rgb(51, 0, 153);"&gt;cd ~/Downloads/php-5.3.0/ext/mcrypt&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 0, 153);font-size:100%;" &gt;phpize&lt;br /&gt;./configure&lt;br /&gt;make&lt;br /&gt;cd modules&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="color: rgb(51, 0, 153);"&gt;sudo cp mcrypt.so /usr/lib/php/extensions/no-debug-non-zts-20090626/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;font-family:georgia;" &gt;&lt;br /&gt;&lt;br /&gt;Step 4&lt;/span&gt;&lt;span style="font-family:georgia;"&gt;&lt;br /&gt;&lt;br /&gt;a) Set your default timezone in php.ini located at /etc. Mine is &lt;/span&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;&lt;span style="color: rgb(51, 0, 153);"&gt;&lt;br /&gt;&lt;br /&gt;date.timezone = Asia/Kolkata&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:georgia;"&gt;&lt;br /&gt;&lt;br /&gt;b) Enable the mcrypt extension by typing/editing the following in php.ini&lt;/span&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;&lt;span style="color: rgb(51, 0, 153);"&gt;&lt;br /&gt;&lt;br /&gt;extension=/usr/lib/php/extensions/no-debug-non-zts-20090626/mcrypt.so&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;font-family:georgia;" &gt;&lt;br /&gt;&lt;br /&gt;Step 5&lt;/span&gt;&lt;span style="font-family:georgia;"&gt;&lt;br /&gt;&lt;br /&gt;Restart apache with the following command in Terminal&lt;/span&gt;&lt;span style="color: rgb(51, 0, 153);font-family:georgia;font-size:100%;"  &gt;&lt;br /&gt;&lt;br /&gt;sudo apachectl restart&lt;/span&gt;&lt;span style="font-weight: bold;font-family:georgia;" &gt;&lt;br /&gt;&lt;br /&gt;Step 6&lt;/span&gt;&lt;span style="font-family:georgia;"&gt;&lt;br /&gt;&lt;br /&gt;1) Test your php installation by creating a test.php file in /Library/WebServer/Documents&lt;br /&gt;with the following contents&lt;/span&gt;&lt;br /&gt;&lt;pre style="color: rgb(51, 0, 153);"&gt;&lt;span style="font-size:100%;"&gt;&lt;code&gt;&amp;lt;?php&lt;br /&gt;phpinfo();&lt;br /&gt;?&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;/pre&gt;2) Open a browser and go to http://127.0.0.1/test.php which should&lt;br /&gt;list the version and other details regarding PHP.&lt;br /&gt;You should also see a section with mcrypt details.&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17996285-4047159588267653206?l=frustimation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://frustimation.blogspot.com/feeds/4047159588267653206/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17996285&amp;postID=4047159588267653206' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/4047159588267653206'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/4047159588267653206'/><link rel='alternate' type='text/html' href='http://frustimation.blogspot.com/2010/06/installing-php-mcrypt-extension-under.html' title=''/><author><name>Naveen Kansara</name><uri>http://www.blogger.com/profile/02245281387536779452</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17996285.post-8328871889003130113</id><published>2010-06-05T13:18:00.004+05:30</published><updated>2010-06-05T17:52:48.502+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='prn2pdf'/><category scheme='http://www.blogger.com/atom/ns#' term='DOS printing'/><category scheme='http://www.blogger.com/atom/ns#' term='DOS lpt1'/><category scheme='http://www.blogger.com/atom/ns#' term='pcl2pdf'/><title type='text'></title><content type='html'>&lt;span style="font-weight: bold;"&gt;Printing from lpt1 port of legacy DOS application running under Windows XP to a file and converting it to PDF format&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Goal&lt;/span&gt;&lt;br /&gt;Create PDF files instead of real printing (save some trees) from legacy DOS applications that output to HP's PCL format on lpt1 port&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Scenario&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;DOS application prints directly to lpt1 port in HP's PCL format&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;No real printers having PCL capability installed&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-style: italic;"&gt;Procedure for printing to file&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;ol&gt;&lt;li&gt;Install a PCL capable printer under Windows XP such as HP's LaserJet 6L even though you don't physically have the printer.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Go to Printers and Faxes under Control Panel and select properties of the newly installed printer. Under Ports select &lt;span style="color: rgb(51, 0, 153);"&gt;FILE:&lt;/span&gt; -  this will make the printer print to file &lt;/li&gt;&lt;li&gt;Enable sharing on the printer and give it a share name such as HPLJ&lt;/li&gt;&lt;li&gt;Open command prompt and type &lt;span style="color: rgb(51, 0, 153);"&gt;net use lpt1 \\foobar\hplj&lt;/span&gt; (where foobar is your computer's name)&lt;/li&gt;&lt;li&gt;Open command promt, create a test file (for example test.txt) and check if the above is working by giving &lt;span style="color: rgb(51, 0, 153);"&gt;print test.txt&lt;/span&gt; at the promt.  A pop-up window will appear asking for file name, give a name such as &lt;span style="color: rgb(51, 0, 153);"&gt;c:\test.prn&lt;/span&gt; and check that the file has been created. If this works, the printing to file is working as expected.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-style: italic;"&gt;Recap&lt;/span&gt;&lt;br /&gt;The above creates a PCL printer that prints to a file and thus it is not necessary to physically have the printer. We redirect all output to lpt1 from the DOS application to this shared printer which then prints it to file.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Procedure for converting the PRN to PDF&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Follow the detailed procedure as shown at &lt;span style="color: rgb(51, 0, 153);"&gt;http://evelands.net/evan/win32gnu09.php&lt;/span&gt; but I couldn't get the right-click menu stuff working. So I always use the command &lt;span style="color: rgb(51, 0, 153);"&gt;pcl2pdf input.prn output.pdf&lt;/span&gt; on the command prompt. If you don't want to compile or don't know how to compile you can download the GhostPCL windows binary from &lt;a href="http://www.truong.id.au/node/97"&gt;http://www.truong.id.au/node/97&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Recap&lt;/span&gt;&lt;br /&gt;Use Ghostscript and GhostPCL to convert PCL formatted files to PDF. It worked fine even with DOS applications printing complex graphical plots using PCL.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Side Note&lt;/span&gt;&lt;br /&gt;If you work exclusively on the DOS OS and don't have networking installed you can downlaod the prindir utility from &lt;a href="http://www.simtel.net/product/view/id/49062"&gt;http://www.simtel.net/product/view/id/49062&lt;/a&gt; to redirect the lpt1 port to a file. I tested with the following command &lt;span style="color: rgb(51, 0, 153);"&gt;c:\utils\prindir /c&lt;/span&gt; - this installs prindir to memory and then redirect lpt1 to file report.prn by &lt;span style="color: rgb(51, 0, 153);"&gt;c:\utils\prinmod /GET1 /PUT9 /FILE-c:\report.prn&lt;/span&gt; (as I put the files under directory utils). Please note that prindir is not a free software, hence I only used it for testing purposes. I don't use it anymore. There are heaps of port capture softwares for DOS but none worked with PCL files as outputed by my legacy DOS application except for prindir. Please note that this procedure will not work with Windows XP or later versions since now the OS doesn't allow direct hardware access to applications. It might work with Windows 95 and Windows 98 but I have not tested it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17996285-8328871889003130113?l=frustimation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://frustimation.blogspot.com/feeds/8328871889003130113/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17996285&amp;postID=8328871889003130113' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/8328871889003130113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/8328871889003130113'/><link rel='alternate' type='text/html' href='http://frustimation.blogspot.com/2010/06/printing-from-lpt1-port-of-legacy-dos.html' title=''/><author><name>Naveen Kansara</name><uri>http://www.blogger.com/profile/02245281387536779452</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17996285.post-5631724884628965468</id><published>2010-06-05T11:03:00.004+05:30</published><updated>2010-06-05T13:13:04.860+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='dos'/><category scheme='http://www.blogger.com/atom/ns#' term='ms dos'/><category scheme='http://www.blogger.com/atom/ns#' term='dos vm'/><category scheme='http://www.blogger.com/atom/ns#' term='vmware'/><category scheme='http://www.blogger.com/atom/ns#' term='dos vm networking'/><category scheme='http://www.blogger.com/atom/ns#' term='dos virtual machine'/><category scheme='http://www.blogger.com/atom/ns#' term='dos networking'/><category scheme='http://www.blogger.com/atom/ns#' term='msdos'/><title type='text'></title><content type='html'>&lt;span style="font-weight: bold;"&gt;How to enable networking in a MS DOS virtual machine running under VMware&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;span style="font-style: italic;"&gt;Things you need&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;MS Dos Networking Client:&lt;/span&gt; Download Disk3-1.exe and Disk3-2.exe from &lt;a href="ftp://ftp.microsoft.com/bussys/Clients/MSCLIENT"&gt;ftp://ftp.microsoft.com/bussys/Clients/MSCLIENT&lt;/a&gt; and put them each in its own folder. For example, make a folder Disk1 and put Disk3-1.exe in it. Similarly put Disk3-2.exe in a folder called Disk2. Extract the contents by double clicking on each.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Floppy Drive:&lt;/span&gt; Copy the extracted files from Disk1 into floppy 1 and Disk2 into floppy 2 (you don't need to copy the Disk3-1.exe and Disk3-2.exe to floppy) . If you don't have a physical floppy drive, no need to despair, just create virtual floppy drives and images using an excellent free software called Virtual Floppy Drive (VFD) for Windows NT platform from &lt;a href="http://chitchat.at.infoseek.co.jp/vmware/vfd.html"&gt;http://chitchat.at.infoseek.co.jp/vmware/vfd.html&lt;/a&gt; I personally used this to create .flp files which can be used as floppy drive images under VMware&lt;span style="font-weight: bold;"&gt;. &lt;/span&gt;Rest of the instructions will be as per the virtual floppy images Disk1.flp and Disk2.flp&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Network Driver:&lt;/span&gt; Download and extract in a floppy or create a virtual floppy image (pcnet.flp) of the AMD PCNet Dos drivers from &lt;a class="jive-link-external" href="http://www.amd.com/us-en/assets/content_type/utilities/dos_mslanman.exe"&gt;http://www.amd.com/us-en/assets/content_type/utilities/dos_mslanman.exe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Installation&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Boot into MS DOS&lt;/li&gt;&lt;li&gt;Use Disk1.flp as the floppy image and type &lt;span style="color: rgb(51, 0, 153);"&gt;A:\setup&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Follow the prompts for installation and when the Network Adapter List is shown select Advanced Micro Devices AM2100/AM1500T&lt;/li&gt;&lt;li&gt;Select user name, computer name as per your desire&lt;/li&gt;&lt;li&gt;Under Network Configuration delete the default protocol NWLink IPX   Compatible Transport and select Microsoft TCP/IP&lt;/li&gt;&lt;li&gt;Select Network Configuration is correct&lt;/li&gt;&lt;li&gt;It will prompt you for the OEM drive disk, at that point select Disk2.flp and continue installation. In the end again the Network Client disk will be asked and you will have to select back Disk1.flp as the floppy image.&lt;/li&gt;&lt;li&gt;After installation remove the floppy images and reboot.&lt;/li&gt;&lt;li&gt;You will get errors regarding NEMM.DOS not found.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Load the pcnet.flp image and copy pcntnd.dos and pcntnd.nif to C:\net (if you installed the networking client in another place, change accordingly). &lt;/li&gt;&lt;li&gt;Change folder to C:\net , open SYSTEM.INI and change &lt;span style="color: rgb(51, 0, 153);"&gt;netcard=am2100.dos&lt;/span&gt; to &lt;span style="color: rgb(51, 0, 153);"&gt;netcard=pcntnd.dos&lt;/span&gt; under section &lt;span style="color: rgb(51, 0, 153);"&gt;[network drivers]&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Open PROTOCOL.INI and change &lt;span style="color: rgb(51, 0, 153);"&gt;DRIVERNAME=AM2100$&lt;/span&gt; to &lt;span style="color: rgb(51, 0, 153);"&gt;DRIVERNAME=PCNTND$&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Change all occurrences of ms$am2100 to ms$AMD_PCNet and remove &lt;span style="color: rgb(51, 0, 153);"&gt;; INTERRUPT=9&lt;/span&gt;, &lt;span style="color: rgb(51, 0, 153);"&gt;; IOADDRESS=0x300&lt;/span&gt; and &lt;span style="color: rgb(51, 0, 153);"&gt;; DMACHANNEL=5&lt;/span&gt; from the originally named &lt;span style="color: rgb(51, 0, 153);"&gt;[ms$am2100]&lt;/span&gt; section in PROTOCOL.INI&lt;br /&gt;&lt;/li&gt;&lt;li&gt;You can customise IP and DHCP configuration under section &lt;span style="color: rgb(51, 0, 153);"&gt;[TCPIP]&lt;/span&gt; in PROTOCOL.INI&lt;/li&gt;&lt;li&gt;Reboot and networking should be working &lt;/li&gt;&lt;li&gt;You can map shares using the command &lt;span style="color: rgb(51, 0, 153);"&gt;net use d: \\computername\sharename&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;My Setup&lt;br /&gt;&lt;/span&gt;VMware Server v2.0.2 running under Ubuntu 8.04.4 LTS&lt;br /&gt;MS DOS v6.22&lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;br /&gt;References&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://communities.vmware.com/message/38060"&gt;http://communities.vmware.com/message/38060&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.ocf.berkeley.edu/%7Ejoyoung/msnetclnt/Page1.shtml"&gt;http://www.ocf.berkeley.edu/~joyoung/msnetclnt/Page1.shtml&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17996285-5631724884628965468?l=frustimation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://frustimation.blogspot.com/feeds/5631724884628965468/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17996285&amp;postID=5631724884628965468' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/5631724884628965468'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/5631724884628965468'/><link rel='alternate' type='text/html' href='http://frustimation.blogspot.com/2010/06/how-to-enable-networking-in-ms-dos.html' title=''/><author><name>Naveen Kansara</name><uri>http://www.blogger.com/profile/02245281387536779452</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17996285.post-7594658489893626412</id><published>2008-04-04T01:56:00.002+05:30</published><updated>2008-04-04T01:59:07.038+05:30</updated><title type='text'></title><content type='html'>&lt;span style="font-weight: bold;"&gt;Taare Zameen Par Theme&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I have added one more theme to my installer repository &lt;span style="font-weight: bold;"&gt;http://www.kansara.in/installer.xml&lt;br /&gt;&lt;/span&gt;Here is the preview,&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_TsRIAUEnt9w/R_U9zv39j1I/AAAAAAAAAEk/bJe7o39oZuA/s1600-h/IMG_0005.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_TsRIAUEnt9w/R_U9zv39j1I/AAAAAAAAAEk/bJe7o39oZuA/s320/IMG_0005.JPG" alt="" id="BLOGGER_PHOTO_ID_5185118505220804434" border="0" /&gt;&lt;/a&gt;&lt;span style="text-decoration: underline;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;As you can see the theme is best when the icons are arranged in 3-lines only, so that the space just above the dock remains free.&lt;br /&gt;&lt;br /&gt;If you have any more ideas or suggestions about themes and other stuff, post in the comments section.&lt;br /&gt;&lt;br /&gt;Take care,&lt;br /&gt;Incredible India&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17996285-7594658489893626412?l=frustimation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://frustimation.blogspot.com/feeds/7594658489893626412/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17996285&amp;postID=7594658489893626412' title='39 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/7594658489893626412'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/7594658489893626412'/><link rel='alternate' type='text/html' href='http://frustimation.blogspot.com/2008/04/taare-zameen-par-theme-i-have-added-one.html' title=''/><author><name>Incredible India</name><uri>http://www.blogger.com/profile/03184123334612509736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_TsRIAUEnt9w/R_U9zv39j1I/AAAAAAAAAEk/bJe7o39oZuA/s72-c/IMG_0005.JPG' height='72' width='72'/><thr:total>39</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17996285.post-7524471026312693849</id><published>2008-04-03T23:15:00.004+05:30</published><updated>2008-04-14T10:42:45.852+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='vodafone live iphone India'/><title type='text'></title><content type='html'>&lt;span style="font-weight: bold;"&gt;Auto configure Vodafone Live for Iphone&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Okay, kush and some other person had asked for an app/script that automatically configures vodafone live on the Iphone. I have manged to make it, it can be found on my installer source, &lt;span style="font-weight: bold;"&gt;http://www.kansara.in/installer.xml&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Instructions to install are same as installing airtel live&lt;a href="http://frustimation.blogspot.com/2008/03/configure-airtel-live-automatically.html"&gt;(click here)&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;However, I would like to inform you that I do not have a vodafone connection, so I could not test the settings. I have made the app on the basis of the Vodafone live settings i found on the net. I would request someone to install the app and see if it works out(kush, can you give it a try).&lt;br /&gt;&lt;br /&gt;These are the settings that the app configures&lt;br /&gt;apn: portalnmms&lt;br /&gt;proxy: 10.10.1.100&lt;br /&gt;port: &lt;span style="font-size:100%;"&gt;9401 (update 14/4/08 - With kush's and Hegde's help I found out that port 8080 does not work for vodafonelive, instead it works with port 9401, so now i have updated the mod to configure port 9401, thanks to &lt;span style="color: rgb(255, 0, 0);"&gt;Kush&lt;/span&gt; and &lt;span style="color: rgb(255, 0, 0);"&gt;Hegde&lt;span style="color: rgb(0, 0, 0);"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Also, as with Airtel Live, there are two apps for Vodafone Live in the source, one for 1.1.2 and below iphones and the other for 1.1.3 &amp;amp; 1.1.4 iphones. So, Install as per your iphone version.&lt;br /&gt;&lt;br /&gt;Take Care,&lt;br /&gt;Incredible India&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17996285-7524471026312693849?l=frustimation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://frustimation.blogspot.com/feeds/7524471026312693849/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17996285&amp;postID=7524471026312693849' title='17 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/7524471026312693849'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/7524471026312693849'/><link rel='alternate' type='text/html' href='http://frustimation.blogspot.com/2008/04/auto-configure-vodafone-live-for-iphone.html' title=''/><author><name>Incredible India</name><uri>http://www.blogger.com/profile/03184123334612509736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>17</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17996285.post-561032203687503627</id><published>2008-03-25T15:42:00.005+05:30</published><updated>2008-04-03T19:58:29.337+05:30</updated><title type='text'></title><content type='html'>&lt;span style="font-weight: bold;"&gt;Umaid Bhawan Palace theme&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I have also added a theme to my installer repository &lt;span style="font-weight: bold;"&gt;http://www.kansara.in/installer.xml&lt;br /&gt;&lt;/span&gt;Here is the preview,&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_TsRIAUEnt9w/R-jSd_39j0I/AAAAAAAAAEc/0WQzcjLRFzI/s1600-h/IMG_0004.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_TsRIAUEnt9w/R-jSd_39j0I/AAAAAAAAAEc/0WQzcjLRFzI/s320/IMG_0004.JPG" alt="" id="BLOGGER_PHOTO_ID_5181622784093949762" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;As you can see the theme is best when the icons are arranged in 3-lines only, so that the space just above the dock remains free.&lt;br /&gt;&lt;br /&gt;If you have any more ideas or suggestions about themes and other stuff, post in the comments section.&lt;br /&gt;&lt;br /&gt;Take care,&lt;br /&gt;Incredible India&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17996285-561032203687503627?l=frustimation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://frustimation.blogspot.com/feeds/561032203687503627/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17996285&amp;postID=561032203687503627' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/561032203687503627'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/561032203687503627'/><link rel='alternate' type='text/html' href='http://frustimation.blogspot.com/2008/03/umaid-bhawan-palace-theme-i-have-also.html' title=''/><author><name>Incredible India</name><uri>http://www.blogger.com/profile/03184123334612509736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_TsRIAUEnt9w/R-jSd_39j0I/AAAAAAAAAEc/0WQzcjLRFzI/s72-c/IMG_0004.JPG' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17996285.post-1411441152361262188</id><published>2008-03-25T13:37:00.004+05:30</published><updated>2008-03-31T15:03:06.963+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Airtel Live Iphone Automatically configure'/><title type='text'></title><content type='html'>&lt;span style="FONT-WEIGHT: bold"&gt;Configure Airtel Live automatically through my installer source, www.kansara.in/installer.xml&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;After a long hiatus, I post again!!! Also, Please do not use the previous posts as they have all become obsolete and are no longer useful with Iphone firmware versions 1.1.2 and above.&lt;br /&gt;&lt;br /&gt;Previously, I have posted ways to manually configure Airtel Live on your Iphones but still I found that those steps were a bit complicated for many people.&lt;br /&gt;&lt;br /&gt;So to save all the confusion, I have managed to set up my installer source and it presently has a very small app, 'Airtel Live Edge settings'. This automatically configures Airtel live on your iphone.&lt;br /&gt;&lt;br /&gt;&lt;span style="FONT-WEIGHT: bold"&gt;Instructions&lt;/span&gt;&lt;br /&gt;1. In your installer sources add the source &lt;span style="FONT-WEIGHT: bold"&gt;http://www.kansara.in/installer.xml &lt;/span&gt;&lt;br /&gt;2. After refreshing sources finish, go to install and you should see the category &lt;span style="FONT-WEIGHT: bold"&gt;Incredible India&lt;br /&gt;&lt;/span&gt;3. In this you will find two apps, &lt;span style="FONT-WEIGHT: bold"&gt;Airtel Live Edge Settings(1.1.2 and below) &lt;/span&gt;&lt;span style="font-size:+0;"&gt;and &lt;/span&gt;&lt;span style="FONT-WEIGHT: bold"&gt;Airtel Live Edge Settings(1.1.3 &amp;amp; 1.1.4)&lt;/span&gt;&lt;span style="FONT-WEIGHT: bold"&gt;, &lt;/span&gt;install the one according to your iphone firmware.&lt;br /&gt;4. Restart your phone, goto Settings-&gt;General-&gt;Network-&gt;Edge-&gt;APN. APN should be airtelfun.com, if it's not manually enter it.&lt;br /&gt;5. You are ready to roll, open safari and open a webpage like www.google.com or live.airtelworld.com&lt;br /&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(255,0,0)"&gt;Warning: I have made the app with the best intentions, however if anything goes wrong, I do not take any responsibility.&lt;br /&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(0,0,0)"&gt;Also, if you want settings for any other network to be added drop me a comment.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(0,0,0)"&gt;Take Care,&lt;br /&gt;Incredible India&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-WEIGHT: bold"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17996285-1411441152361262188?l=frustimation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://frustimation.blogspot.com/feeds/1411441152361262188/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17996285&amp;postID=1411441152361262188' title='21 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/1411441152361262188'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/1411441152361262188'/><link rel='alternate' type='text/html' href='http://frustimation.blogspot.com/2008/03/configure-airtel-live-automatically.html' title=''/><author><name>Incredible India</name><uri>http://www.blogger.com/profile/03184123334612509736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>21</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17996285.post-4825974140719571675</id><published>2007-12-28T12:36:00.000+05:30</published><updated>2007-12-28T16:39:02.797+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Iphone MP3 without Itunes'/><title type='text'></title><content type='html'>&lt;span style="font-weight: bold;"&gt;Download mp3 or ringtones directly to your Iphone and sync without using Itunes&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now MNPlight has been released and this is probably amongst the best Iphone applications that has come out till yet.&lt;br /&gt;&lt;br /&gt;Goto http://movenplay.gforge.inria.fr/ for installer source and other instructions, do check out the HOWTOS section.&lt;br /&gt;&lt;br /&gt;After you have installed it follow the below instructions,&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Downloading MP3 Files&lt;/span&gt;&lt;br /&gt;1. Switch off the Iphone and then back on, this will enable the MNPlight safari plugin.&lt;br /&gt;2. click the MNP icon, it will launch safari and open the application in it.&lt;br /&gt;3. look for preferences, click it, choose level of expertise greater than 1.&lt;br /&gt;3. go to bottom, there is a section 'Imported links' and below are three small text boxes for Mime-type, Extensions and Description.&lt;br /&gt;4. In the Mime-type, fill in &lt;span style="font-weight: bold;"&gt;audio/mpeg&lt;/span&gt;, in Extensions box, tap in &lt;span style="font-weight: bold;"&gt;mp3 &lt;/span&gt;and in the description box enter any suitable description like &lt;span style="font-weight: bold;"&gt;mp3 files.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt;5. press Add, the values will appear below the textboxes, then at the bottom press 'kill safari'&lt;br /&gt;6. Ralaunch safari, goto any mp3 link(Indians with Airtel sims can goto live.airtelworld.com to download mp3 ringtones), as soon as you click the mp3, a green button saying 'download' will appear and clicking it will start the download.&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Syncing the files to Ipod database&lt;br /&gt;&lt;/span&gt;7. Now that you have downloaded the file, it is saved on the location &lt;span style="font-weight: bold;"&gt;/var/root/Downloads&lt;/span&gt; in the Iphone file system, &lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;8. Now goto to main MNPlight screen and click playlists, in the Import songs section, in the Directory field enter &lt;span style="font-weight: bold;"&gt;/var/root/Downloads&lt;/span&gt; (take care that you enter the first 'D' in 'Downloads' as 'D' and not 'd') and click 'import songs from directory', it will show a screen saying  a few things and that the operation was '&lt;span style="font-weight: bold;"&gt;Done !&lt;/span&gt;'&lt;br /&gt;9. It will put the song in your ipod library and also make a playlist of the latest songs imported, open Ipod, go to playlists and see if the new playlist has been added and listen to the downloaded song.&lt;br /&gt;10. You are done, additionally use the &lt;span style="font-weight: bold;"&gt;Sendsong&lt;/span&gt; program from installer if you want to export  the downloaded song as your ringtones.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;P.S.&lt;/span&gt; I have just provided these steps so that Indian users can download ringtones from the Airtel live website, I absolutely abhor Piracy and am against it. Please do not use the above methods to download mp3s from illegal sources, if you like a song go and  buy the original album, this is the only way to show your appreciation to your favorite artists and musicians.&lt;br /&gt;&lt;br /&gt;Also I would just love it if apple soon launches the &lt;span style="color: rgb(255, 0, 0);"&gt;Itunes India store&lt;/span&gt;, waiting for it eagerly!!!!&lt;br /&gt;&lt;br /&gt;Also do check out this MNPlight app thoroughly as apart from the above things it has a wide range of other features like importing your google calendar to Iphone(though it has a little problems with time-zones right now, am sure they will be soon solved), accessing Iphone filesystem on your computer, sending files between two iphones, listening to online radios and many other things, Simply a truly great app!!! Kudos to the MNPlight team.&lt;br /&gt;&lt;br /&gt;Take Care All&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17996285-4825974140719571675?l=frustimation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://frustimation.blogspot.com/feeds/4825974140719571675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17996285&amp;postID=4825974140719571675' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/4825974140719571675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/4825974140719571675'/><link rel='alternate' type='text/html' href='http://frustimation.blogspot.com/2007/12/download-mp3-or-ringtones-directly-to.html' title=''/><author><name>Incredible India</name><uri>http://www.blogger.com/profile/03184123334612509736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17996285.post-1816973014093783859</id><published>2007-12-25T18:25:00.000+05:30</published><updated>2007-12-25T18:39:53.279+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='No Service Curse Iphone NSC'/><title type='text'></title><content type='html'>&lt;span style="font-weight:bold;"&gt;No Service Curse(NSC) on the Iphone&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you too are one of the unlucky ones like me who got their Iphones from the States and after a few days of normal usage it started displaying 'No Service' aka NSC. If you have tried out all the software solutions like virginizing, downgrading, upgrading and others but are still stuck with NSC, you might want to have a look at &lt;a href="http://www.hackint0sh.org/forum/showthread.php?t=17154"&gt;this&lt;/a&gt; Hackint0sh topic. &lt;br /&gt;&lt;br /&gt;I am the guy with the screen name 'nochinta'&lt;br /&gt;&lt;br /&gt;PS - Before applying any hardware solutions, try the software solutions at &lt;a href="http://www.hackint0sh.org/forum/showthread.php?t=9106"&gt;this,&lt;/a&gt; &lt;a href="http://www.hackint0sh.org/forum/showthread.php?t=16385"&gt;this&lt;/a&gt; and &lt;a href="http://www.hackint0sh.org/forum/showthread.php?t=8333"&gt;this&lt;/a&gt; page. &lt;br /&gt;&lt;br /&gt;Take Care All&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17996285-1816973014093783859?l=frustimation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://frustimation.blogspot.com/feeds/1816973014093783859/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17996285&amp;postID=1816973014093783859' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/1816973014093783859'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/1816973014093783859'/><link rel='alternate' type='text/html' href='http://frustimation.blogspot.com/2007/12/no-service-cursensc-on-iphone-if-you.html' title=''/><author><name>Incredible India</name><uri>http://www.blogger.com/profile/03184123334612509736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17996285.post-1257823520686713539</id><published>2007-12-25T18:08:00.004+05:30</published><updated>2008-03-31T14:45:54.499+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='preferences.plist proxy.pac original edited'/><title type='text'></title><content type='html'>&lt;span style="FONT-WEIGHT: bold"&gt;Download links for the file required to edit the edge settings&lt;/span&gt; [&lt;span style="color:#ff0000;"&gt;OBSOLETE&lt;/span&gt;&lt;span style="color:#000000;"&gt;]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;Please Note: This is an old post, now you can configure airtel live automatically by adding my source &lt;/span&gt;&lt;a href="http://www.kansara.in/installer.xml"&gt;&lt;span style="color:#ff0000;"&gt;www.kansara.in/installer.xml&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#ff0000;"&gt; to your installer sources, for more info go &lt;/span&gt;&lt;a href="http://frustimation.blogspot.com/2008/03/configure-airtel-live-automatically.html"&gt;&lt;span style="color:#ff0000;"&gt;here&lt;/span&gt;&lt;/a&gt; [Update: 31/03/2008]&lt;br /&gt;&lt;br /&gt;1. Proxy.pac file - &lt;a href="http://rapidshare.com/files/78952492/proxy.pac"&gt;here.&lt;/a&gt;&lt;br /&gt;Download the file and put in your proxy server settings from instructions given &lt;a href="http://frustimation.blogspot.com/2007/12/get-airtel-live-working-on-your-iphone.html"&gt;here.&lt;/a&gt; If you are already on Airtel Live, no need to edit this file.&lt;br /&gt;&lt;br /&gt;2. Preferences.plist.edited file - &lt;a href="http://rapidshare.com/files/78952493/preferences.plist.edited"&gt;here.&lt;/a&gt; Just Download this file and rename it to preferences.plist and upload to your iphone to the location /private/var/root/Library/Preferences/SystemConfiguration/, no need to make any changes to the file!!!&lt;br /&gt;&lt;br /&gt;3. Preferences.plist.original - &lt;a href="http://rapidshare.com/files/78952494/preferences.plist.original"&gt;here.&lt;/a&gt; In case you require the original file for some reasons.&lt;br /&gt;&lt;br /&gt;Take Care All&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17996285-1257823520686713539?l=frustimation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://frustimation.blogspot.com/feeds/1257823520686713539/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17996285&amp;postID=1257823520686713539' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/1257823520686713539'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/1257823520686713539'/><link rel='alternate' type='text/html' href='http://frustimation.blogspot.com/2007/12/download-links-for-file-required-to.html' title=''/><author><name>Incredible India</name><uri>http://www.blogger.com/profile/03184123334612509736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17996285.post-6767065332840891297</id><published>2007-12-25T00:56:00.000+05:30</published><updated>2007-12-25T01:34:01.502+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Iphone Voice mail button Activate'/><title type='text'></title><content type='html'>&lt;span style="font-weight:bold;"&gt;A quick tip to make use of the visual voice mail button on the dialer screen&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Hey guys,&lt;br /&gt;  Now the visual voice mail button right now on our iphones just occupies the dialer space and does nothing. This small tip will help you make use of it. This will enable you to use the voicemail button as a shortcut or a speed dial button to dial a number that you dial very frequently or perhaps you can even use it to call your voice mailbox.&lt;br /&gt;&lt;br /&gt;  Go to the dialer screen and tap in the following code: *5005*86*YourNumber# (replace YourNumber with the number you want to dial) and press the call button, the rotating disc will appear and voila! Your voicemail button is now activated. &lt;br /&gt;&lt;br /&gt;  Press the voice mail button and it will begin the call to your favorite number.&lt;br /&gt;&lt;br /&gt;Take Care All.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17996285-6767065332840891297?l=frustimation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://frustimation.blogspot.com/feeds/6767065332840891297/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17996285&amp;postID=6767065332840891297' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/6767065332840891297'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/6767065332840891297'/><link rel='alternate' type='text/html' href='http://frustimation.blogspot.com/2007/12/quick-tip-to-make-use-of-visual-voice.html' title=''/><author><name>Incredible India</name><uri>http://www.blogger.com/profile/03184123334612509736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17996285.post-3343203489679885080</id><published>2007-12-22T22:12:00.001+05:30</published><updated>2008-03-31T14:47:46.444+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Iphone Edge proxy Samba SSH'/><title type='text'></title><content type='html'>&lt;span style="FONT-WEIGHT: bold"&gt;A Quick Update on Configuring proxy server settings for edge on your Iphone&lt;/span&gt; [&lt;span style="color:#ff0000;"&gt;OBSOLETE&lt;/span&gt;]&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;Please Note: This is an old post, now you can configure airtel live automatically by adding my source &lt;/span&gt;&lt;a href="http://www.kansara.in/installer.xml"&gt;&lt;span style="color:#ff0000;"&gt;www.kansara.in/installer.xml&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#ff0000;"&gt; to your installer sources, for more info go &lt;/span&gt;&lt;a href="http://frustimation.blogspot.com/2008/03/configure-airtel-live-automatically.html"&gt;&lt;span style="color:#ff0000;"&gt;here&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#ff0000;"&gt; [Update: 31/03/2008]&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;This is in reference to my earlier post regarding configuring '&lt;a href="http://frustimation.blogspot.com/2007/12/get-airtel-live-working-on-your-iphone.html"&gt;Airtel Live on your Iphone&lt;/a&gt;'. I would just like to inform people that this is a universal solution, you just have to put in your proxy server and port address in the proxy.pac file. Even if you are in a network in &lt;span style="FONT-WEIGHT: bold"&gt;Australia&lt;/span&gt; or &lt;span style="FONT-WEIGHT: bold"&gt;Singapore&lt;/span&gt; or &lt;span style="FONT-WEIGHT: bold"&gt;Hong Kong&lt;/span&gt; or any place that requires you to set up a proxy server to configure edge on your phone, this solution should work for you.&lt;br /&gt;&lt;br /&gt;One more tip - All those who are not interested in going through the tedious method of installing OpenSSh on the iphone and then installing WinSCP on their windows pc to access the iphone's file system, can now install Samba File server from the BigBoss repository, "BigBoss's Apps and things". Just add this source in your installer, &lt;a href="http://sleepers.net/~iphone/repo.xml"&gt;http://sleepers.net/~iphone/repo.xml&lt;/a&gt; . For instruction on how to configure your iphone and computer to access the iphone's file system with the samba server goto this page &lt;a href="http://signalblue.com/iphone/"&gt;http://signalblue.com/iphone/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(255,0,0)"&gt;Note: &lt;/span&gt;This Solution requires wifi on your comp and will also require you to setup an ad-hoc(peer-to-peer) connection between your iphone and your comp.&lt;br /&gt;&lt;br /&gt;After you to set up the samba server, place the &lt;span style="FONT-WEIGHT: bold"&gt;proxy.pac&lt;/span&gt; file at this location: \\192.168.1.200\Root\var\root and the &lt;span style="FONT-WEIGHT: bold"&gt;preferences.plist&lt;/span&gt; file to this location: \\192.168.1.200\Root\var\root\Library\Preferences\SystemConfiguration. Don't forget to backup your original preferences.plist file.&lt;br /&gt;&lt;br /&gt;This should also get your Edge network to work on the Iphone.&lt;br /&gt;&lt;br /&gt;Take Care All&lt;br /&gt;&lt;br /&gt;P.S. If you need the proxy.pac file and the preferences.plist file just leave me a comment and your email address, i'd be more than happy to email it to you.&lt;br /&gt;&lt;br /&gt;As soon as you get the files, just edit the proxy.pac file as per your requirement by following the instructions in &lt;a href="http://frustimation.blogspot.com/2007/12/get-airtel-live-working-on-your-iphone.html"&gt;this&lt;/a&gt; post and paste the preferences.plist file to the specified location, no need to edit it as I'll send you the edited file, :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17996285-3343203489679885080?l=frustimation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://frustimation.blogspot.com/feeds/3343203489679885080/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17996285&amp;postID=3343203489679885080' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/3343203489679885080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/3343203489679885080'/><link rel='alternate' type='text/html' href='http://frustimation.blogspot.com/2007/12/quick-update-on-configuring-proxy.html' title=''/><author><name>Incredible India</name><uri>http://www.blogger.com/profile/03184123334612509736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17996285.post-4201514102848079975</id><published>2007-12-18T12:37:00.001+05:30</published><updated>2008-03-31T14:49:41.955+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Airtel Live Iphone Edge'/><title type='text'></title><content type='html'>&lt;span style="FONT-WEIGHT: bold"&gt;Get Airtel Live working on your Iphone&lt;/span&gt; [&lt;span style="color:#ff0000;"&gt;OBSOLETE&lt;/span&gt;]&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;Please Note: This is an old post, now you can configure airtel live automatically by adding my source &lt;/span&gt;&lt;a href="http://www.kansara.in/installer.xml"&gt;&lt;span style="color:#ff0000;"&gt;www.kansara.in/installer.xml&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#ff0000;"&gt; to your installer sources, for more info go &lt;/span&gt;&lt;a href="http://frustimation.blogspot.com/2008/03/configure-airtel-live-automatically.html"&gt;&lt;span style="color:#ff0000;"&gt;here&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#ff0000;"&gt; [Update: 31/03/2008]&lt;br /&gt;&lt;/span&gt;Okay guys, here I would list out as to how to get airtel live working on your Iphone.&lt;br /&gt;I myself learnt to configure this from &lt;a href="http://arashpayan.com/blog/index.php/category/technology/"&gt;http://arashpayan.com/blog/index.php/category/technology/&lt;/a&gt;, so all credit goes to the author of this page.&lt;br /&gt;&lt;br /&gt;Things required:&lt;br /&gt;1. Jailbroken unlocked iphone, :)&lt;br /&gt;2. OpenSSH installed on Iphone(as you will have to access the filesystem)&lt;br /&gt;3. NetServices installed on you iphone(from installer source &lt;a href="http://homepage.mac.com/hartsteins/copycoders/copycoders.xml"&gt;http://&lt;/a&gt;&lt;span id="intelliTXT"&gt;&lt;a href="http://homepage.mac.com/hartsteins/copycoders/copycoders.xml"&gt;homepage.mac.com/hartsteins/copycoders/copycoders.xml&lt;/a&gt; , though Services App will also do, if it is the latest one and displays your IP address)&lt;/span&gt;&lt;br /&gt;3. WINSCP installed on your PC&lt;br /&gt;4. A good text editor(though wordpad will do).&lt;br /&gt;&lt;br /&gt;Now we begin,&lt;br /&gt;&lt;br /&gt;1. Open wordpad and paste the code below:&lt;br /&gt;&lt;br /&gt;function FindProxyForURL(url, host)&lt;br /&gt;{&lt;br /&gt;if (isInNet(myIpAddress(), "10.0.0.0", "255.0.0.0"))&lt;br /&gt;return "PROXY 100.1.200.99:8080";&lt;br /&gt;else&lt;br /&gt;return "DIRECT";&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Note in the above block of text that the proxy used by airtel is 100.1.200.99 and the port is 8080, so in this place if hutch(vodafone now) or bsnl or Idea users insert their proxy and port address, things should be fine with them too.&lt;br /&gt;&lt;br /&gt;2. Save the file as proxy.pac and save it on your pc. Make sure you save it as proxy.pac and not as proxy.pac.txt or proxy.pac.rtf.&lt;br /&gt;&lt;br /&gt;3. SSH to your Iphone and goto the location /private/root/ and paste the file proxy.pac to this location.&lt;br /&gt;&lt;br /&gt;4. Now on your phone goto the location /private/var/root/Library/Preferences/SystemConfiguration/ , here you will find a file preferences.plist, copy this file to your PC.&lt;br /&gt;&lt;br /&gt;5.Now, open the file in your text editor(i recommend if you use Windows XP, instead of opening in notepad, open it in wordpad, as in notepad the tabs and indentations in the file are not that convenient to see and edit), and search in the file for this code:&lt;br /&gt;&lt;br /&gt;&amp;lt;key&amp;gt;DeviceName&amp;lt;/key&amp;gt;&lt;br /&gt;&amp;lt;string&amp;gt;ip1&amp;lt;string&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(255,0,0)"&gt;Please Note: &lt;/span&gt;The file has multiple instances of "DeviceName", so make sure you just locate the place where "DeviceName" is succeeded by "ip1" and not by something like ip2 or en0.&lt;br /&gt;&lt;br /&gt;6. okay now the code around the place where you located the above lines is somewhat like this&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;           &amp;lt;key&amp;gt;Interface&amp;lt;/key&amp;gt;&lt;br /&gt;           &amp;lt;dict&amp;gt;&lt;br /&gt;               &amp;lt;key&amp;gt;DeviceName&amp;lt;/key&amp;gt;&lt;br /&gt;               &amp;lt;string&amp;gt;ip1&amp;lt;/string&amp;gt;&lt;br /&gt;               &amp;lt;key&amp;gt;Hardware&amp;lt;/key&amp;gt;&lt;br /&gt;               &amp;lt;string&amp;gt;com.apple.CommCenter&amp;lt;/string&amp;gt;&lt;br /&gt;               &amp;lt;key&amp;gt;Type&amp;lt;/key&amp;gt;&lt;br /&gt;               &amp;lt;string&amp;gt;com.apple.CommCenter&amp;lt;/string&amp;gt;&lt;br /&gt;           &amp;lt;/dict&amp;gt;&lt;br /&gt;           &amp;lt;key&amp;gt;com.apple.CommCenter&amp;lt;/key&amp;gt;&lt;br /&gt;           &amp;lt;dict&amp;gt;&lt;br /&gt;               &amp;lt;key&amp;gt;AllowNetworkAccess&amp;lt;/key&amp;gt;&lt;br /&gt;               &amp;lt;integer&amp;gt;1&amp;lt;/integer&amp;gt;&lt;br /&gt;               &amp;lt;key&amp;gt;Available&amp;lt;/key&amp;gt;&lt;br /&gt;               &amp;lt;integer&amp;gt;1&amp;lt;/integer&amp;gt;&lt;br /&gt;               &amp;lt;key&amp;gt;Setup&amp;lt;/key&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;7. We will place our text in between this block of code like this(the text in red is the code you have to insert)&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;           &amp;lt;key&amp;gt;Interface&amp;lt;/key&amp;gt;&lt;br /&gt;           &amp;lt;dict&amp;gt;&lt;br /&gt;               &amp;lt;key&amp;gt;DeviceName&amp;lt;/key&amp;gt;&lt;br /&gt;               &amp;lt;string&amp;gt;ip1&amp;lt;/string&amp;gt;&lt;br /&gt;               &amp;lt;key&amp;gt;Hardware&amp;lt;/key&amp;gt;&lt;br /&gt;               &amp;lt;string&amp;gt;com.apple.CommCenter&amp;lt;/string&amp;gt;&lt;br /&gt;               &amp;lt;key&amp;gt;Type&amp;lt;/key&amp;gt;&lt;br /&gt;               &amp;lt;string&amp;gt;com.apple.CommCenter&amp;lt;/string&amp;gt;&lt;br /&gt;           &amp;lt;/dict&amp;gt;&lt;br /&gt;          &lt;span style="COLOR: rgb(255,0,0)"&gt; &lt;span style="COLOR: rgb(255,0,0)"&gt;&amp;lt;key&amp;gt;Proxies&amp;lt;/key&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(255,0,0)"&gt;            &amp;lt;dict&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(255,0,0)"&gt;                &amp;lt;key&amp;gt;ProxyAutoConfigEnable&amp;lt;/key&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(255,0,0)"&gt;                &amp;lt;integer&amp;gt;1&amp;lt;/integer&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(255,0,0)"&gt;                &amp;lt;key&amp;gt;ProxyAutoConfigURLString&amp;lt;/key&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(255,0,0)"&gt;                &amp;lt;string&amp;gt;file:///private/var/root/proxy.pac&amp;lt;/string&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(255,0,0)"&gt;            &amp;lt;/dict&amp;gt;&lt;/span&gt;&lt;br /&gt;           &amp;lt;key&amp;gt;com.apple.CommCenter&amp;lt;/key&amp;gt;&lt;br /&gt;           &amp;lt;dict&amp;gt;&lt;br /&gt;               &amp;lt;key&amp;gt;AllowNetworkAccess&amp;lt;/key&amp;gt;&lt;br /&gt;               &amp;lt;integer&amp;gt;1&amp;lt;/integer&amp;gt;&lt;br /&gt;               &amp;lt;key&amp;gt;Available&amp;lt;/key&amp;gt;&lt;br /&gt;               &amp;lt;integer&amp;gt;1&amp;lt;/integer&amp;gt;&lt;br /&gt;               &amp;lt;key&amp;gt;Setup&amp;lt;/key&amp;gt;&lt;/key&gt;&lt;dict&gt;&lt;key&gt;&lt;/key&gt;&lt;br /&gt;&lt;/dict&gt;&lt;/pre&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(255,0,0)"&gt;Please Note: &lt;span style="COLOR: rgb(0,0,0)"&gt;Please make sure that when adding this code you maintain all the indentation in the file and provide proper tabbing as above and do not disturb the original indentation of the file.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;8. Save the file.&lt;br /&gt;&lt;br /&gt;9. SSH again to your phone and go again to the location /private/var/root/Library/Preferences/SystemConfiguration/ , rename the original preferences.plist to preferences.plist.original and upload the file you edited on the PC to this location.&lt;br /&gt;&lt;br /&gt;10. Close the SSH connection, turn off SSH on phone too.&lt;br /&gt;&lt;br /&gt;11. On your Iphone goto Settings--&gt;General--&gt;Network--&gt;Edge. In this window fill airtelfun.com as your apn, leave username and password blank.&lt;br /&gt;&lt;br /&gt;12. Come to home screen, switch off the iphone by pressing the power button for five seconds and then slide to power off. Switch it on again.&lt;br /&gt;&lt;br /&gt;13. Now open NetServices to make sure Edge is turned on while Wifi is off. Close NetServices.&lt;br /&gt;&lt;br /&gt;14. Open safari and open the page live.airtelworld.com and let it load for sometime. It normally does not open for the very first time you load it.&lt;br /&gt;&lt;br /&gt;15. Close Safari, Open NetServices again, if at the bottom it displays your ip address as something like 10.x.x.x, congrats, you can now use airtel live to browse the web.&lt;br /&gt;&lt;br /&gt;16. Again open Safari and reload live.airtelwolrd.com or maybe www.google.com or any other site, :).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="FONT-STYLE: italic"&gt;A few Points to take care of:&lt;/span&gt;&lt;br /&gt;1. If you have any doubts, please drop in a line in the comments section.&lt;br /&gt;2. Do not mess up the preferences.plist file, do exactly as listed above, if you fail to paste it properly in the correct location, the phone might need to be restored, if you have any doubts or require the proxy.pac file and preferences.plist file, post your email in comments, I will email you both files that I have edited and are working fine on my 1.1.1 Iphone.&lt;br /&gt;&lt;br /&gt;Take Care All&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17996285-4201514102848079975?l=frustimation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://frustimation.blogspot.com/feeds/4201514102848079975/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17996285&amp;postID=4201514102848079975' title='19 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/4201514102848079975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17996285/posts/default/4201514102848079975'/><link rel='alternate' type='text/html' href='http://frustimation.blogspot.com/2007/12/get-airtel-live-working-on-your-iphone.html' title=''/><author><name>Incredible India</name><uri>http://www.blogger.com/profile/03184123334612509736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>19</thr:total></entry></feed>
