<?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>Cell phone, Making Cellular Phone &#187; Cellphone DIY</title>
	<atom:link href="http://bicellphone.com/phone/category/cellphone-diy/feed" rel="self" type="application/rss+xml" />
	<link>http://bicellphone.com</link>
	<description>Cellphone Tips, Trick, Tutorial, Hack, DIY, and Review
</description>
	<lastBuildDate>Fri, 20 Nov 2009 21:57:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nokia Beta Labs with latest Photo Browser</title>
		<link>http://bicellphone.com/phone/cellphone-diy/nokia-beta-labs-with-latest-photo-browser</link>
		<comments>http://bicellphone.com/phone/cellphone-diy/nokia-beta-labs-with-latest-photo-browser#comments</comments>
		<pubDate>Sat, 27 Jun 2009 13:10:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cellphone DIY]]></category>

		<guid isPermaLink="false">http://bicellphone.com/phone/cellphone-diy/nokia-beta-labs-with-latest-photo-browser</guid>
		<description><![CDATA[Nokia just launched Beta Labs Nokia Photo Browser for non touch cell phone. This application was used for touchscreen Nokia with Symbian S60 5th edition. Now this application available for Symbian S60 3rd Edition Feature Pack 1 and S60 3rd Edition Feature Pack 2.
Using this Nokia Photo Browser will let user to watch the photos [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://bicellphone.com/wp-content/uploads/nokia-photo-browser.jpg' alt='Picture of nokia photo browser' class='imagelink' /><strong>Nokia just launched Beta Labs Nokia Photo Browser for non touch cell phone. This application was used for touchscreen Nokia with Symbian S60 5th edition.</strong> Now this application available for Symbian S60 3rd Edition Feature Pack 1 and S60 3rd Edition Feature Pack 2.</p>
<p>Using this Nokia Photo Browser will let user to watch the photos with an interesting interface. With 3 dimension effect, photo zooming and face Detection makes the photos browser more attractive. You can download this application <a href="http://betalabs.nokia.com/betas/view/nokia-photo-browser" target="_blank">here</a></p>
<!-- from Gphone release -->]]></content:encoded>
			<wfw:commentRss>http://bicellphone.com/phone/cellphone-diy/nokia-beta-labs-with-latest-photo-browser/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the Resolution of Java-based Games to Fit Your Nokia Screen</title>
		<link>http://bicellphone.com/phone/cellphone-diy/changing-the-resolution-of-java-based-games-to-fit-your-nokia-screen</link>
		<comments>http://bicellphone.com/phone/cellphone-diy/changing-the-resolution-of-java-based-games-to-fit-your-nokia-screen#comments</comments>
		<pubDate>Thu, 10 May 2007 19:51:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cellphone DIY]]></category>

		<guid isPermaLink="false">http://bicellphone.com/phone/cellphone-diy/changing-the-resolution-of-java-based-games-to-fit-your-nokia-screen</guid>
		<description><![CDATA[Those who often install Java games on cell phones must have encountered some amusing experience. For example, the gameâ€™s display which looks smaller or bigger than the phoneâ€™s screen, bigger, or even only appears at the corner of the screen.
Normally, game developer has provided portals for game downloading which have been adjusted with the cell [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://bicellphone.com/wp-content/uploads/java-games.jpg' alt='Picture of java based games image' class='imagelink' />Those who often install Java games on cell phones must have encountered some amusing experience. For example, the gameâ€™s display which looks smaller or bigger than the phoneâ€™s screen, bigger, or even only appears at the corner of the screen.<br />
<strong>Normally, game developer has provided portals for game downloading which have been adjusted with the cell phone types.</strong> The troubles occurring in installing Java games happen commonly because the game was downloaded from the wrong site, or because the wrong resolution was selected.</p>
<p>There are some things that we could do. Although they are quite simple, we have tried them and the result was satisfying.</p>
<p><strong>Tool</strong><br />
You need a PC which has Winrar (file extractor application) in it. If you havenâ€™t installed it, you can download <a href="http://www.rarlab.com/rar/wrar362.exe" target="_blank">Winrar</a>. </p>
<p><strong>Steps</strong><span id="more-74"></span><br />
Before changing the resolution, first you have to know the gameâ€™s original resolution. You can visit that game developerâ€™s official website to find out about the information details. You also need to know the resolution of your phone screen. Follow the next steps:<br />
1. Open the java file (*.jar) using Winrar. As an example, we will use Scarface game.<br />
2. Open META-INF folder, drag MANIFEST.MF file to the computer (to the desktop or the other folders).<br />
3. Open MANIFEST.MF with Notepad. To do it, right click on the file and double-click on the notepad icon. You will see strings or programming language inside the file.<br />
4. Add these two strings at the last row:<br />
<strong>Nokia-MIDlet-Original-Display-Size: xxx,xxx<br />
Nokia-MIDlet-Target-Display-Size: xxx,xxx</strong><br />
Original display size represents the original size of the jar file, while target display size represents the size of your phoneâ€™s screen. To write it is easy. Simply change the xxx,xxx with the resolution you desire. For example, if you wish to change a gameâ€™s resolution which is originally 176 x 208 pixels into 352 x 216 pixels, you have to write like the followings:<br />
<strong>Nokia-MIDlet-Original-Display-Size: 176,208<br />
Nokia-MIDlet-Target-Display-Size: 352,216</strong><br />
Next, save your file (not â€˜Save Asâ€™).<br />
5. Put MANIFEST.MF file back into the jar file by using Winrar. To do it, simply drag the newly edited MF file to META-INF folder. A dialog box confirming the change of the older file with the new one will pop up. Click on â€˜OKâ€™ and Winrar will compress the file into jar file. Look at the size difference of the newly edited file.<br />
6. Install the game on your phone and enjoy its new look. It is easy, isnâ€™t it? When it was tried in our lab, almost all experiments were successful. Unfortunately, not all resolution conversions from large to small were successful, especially from 352 x 288 pixels to 176 x 208 pixels. Have a nice try!</p>
<!-- from Gphone release -->]]></content:encoded>
			<wfw:commentRss>http://bicellphone.com/phone/cellphone-diy/changing-the-resolution-of-java-based-games-to-fit-your-nokia-screen/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Application Certification in 3rd Edition S60 Phones</title>
		<link>http://bicellphone.com/phone/cellphone-application/application-certification-in-3rd-edition-s60-phones</link>
		<comments>http://bicellphone.com/phone/cellphone-application/application-certification-in-3rd-edition-s60-phones#comments</comments>
		<pubDate>Sat, 05 May 2007 23:15:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cellphone Application]]></category>
		<category><![CDATA[Cellphone DIY]]></category>

		<guid isPermaLink="false">http://bicellphone.com/phone/cellphone-application/application-certification-in-3rd-edition-s60-phones</guid>
		<description><![CDATA[You might have experienced failure in installing freeware applications with sis extension in 3rd editions S60 symbian phones (Nokia 3250, N71, N73, E0, E65, etc.), such as screenshot, ActiveFile, GNUBox, RotateMe, Fexplorer, and so on.  This failure is indicated by the notification of &#8220;Certificate error. Contact the application supplier&#8221;
This reason of this failure is [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://bicellphone.com/wp-content/uploads/symbian-certification-code.jpg' alt='Picture of symbian Certification code image' class='imagelink' />You might have experienced failure in installing freeware applications with sis extension in 3rd editions S60 symbian phones (Nokia 3250, N71, N73, E0, E65, etc.), such as screenshot, ActiveFile, GNUBox, RotateMe, Fexplorer, and so on.  This failure is indicated by the notification of &#8220;Certificate error. Contact the application supplier&#8221;<br />
<strong>This reason of this failure is because the sis files you inject havenâ€™t had the official certification from the developer (unsigned). </strong>As you know, 3rd editions S60 symbian phones have mandatory unsigning feature, meaning that this version of symbian has a security system which makes only have-been-signed application can be installed.</p>
<p>The examples of the uncertified applications are usually software in beta version, not the full one. Uncertified applications could also be in the forms of freeware applications. Though you can still wait until the signed version is released, the process often takes a long time. <strong>But if you have badly wanted to have the application installed in your phone, what should you do then?</strong><span id="more-65"></span></p>
<p>To make your wish come true, what you need to do is a simple trick, self-signing the application. Donâ€™t worry. Since the certification code comes from the developer producing the application, this action is considered legal.</p>
<p><strong>The required tools are:</strong><br />
1. SignSIS files, which can be downloaded at http://d.turboupload.com/d/1639526/signsis_files.zip.html. You will get a zip file (489.34 kb) containing auto_signsis and signsis files. Extract them.<br />
2. Account at <a href="http://www.symbiansigned.com" target="_blank">www.symbiansigned.com</a>. You are required to sign up as the member of this site.<br />
3. DevCertRequest Tool, which can be downloaded at https://www.symbiansigned.com/DevCertRequest_30_10_2006_v2.0. You can check its update info at https://www.symbiansigned.com/app/page/overview/latestProductUpdates.  </p>
<p><strong>Steps of Certifying</strong><br />
a. Create a new folder in your PC. Put the unsigned SIS to be certified (in this example: screenshot_s60_3rd_v2.70_unsigned) and the two other files from signsis_files.zip into that folder.<br />
b. Extract DevCertRequest you have downloaded, and then install it in your PC.<br />
c. Run DevCertRequest Tool. You will be required to make a new file. Name it as you like, and choose the folder you have created as the output directory, for instance, tips.csr. It is recommended to name the file like the name of the application you are going to sign, such as screenshot_s60_3rd_v2.70_unsigned. For the next step, select â€˜Openâ€™ > â€œNextâ€.<br />
d. In the statement ACS Pub ID Available, select â€˜Noâ€™. At â€˜Private Key Fileâ€™, browse the folder you have created. Name it like the previous file, tips.key. Select â€˜Openâ€™.<br />
e. Type &#8220;12345&#8243; at Private key file password, and reconfirm it. Select â€˜Nextâ€™.<br />
f. Complete the available column. Make sure you do not leave the column with (*) in blank. Select â€˜Nextâ€™.<br />
g. In IMEI Editor, type the IMEI numbers of your phone to obtain the certificate. If you do not know your numbers, type *#06# when your phoneâ€™s screen is in standby mode.<br />
h. Select all &#8220;Application Capabilities&#8221;, and select &#8220;Add&#8221;. Next, select â€˜Nextâ€™.<br />
i. For the final step in DevCertRequest Tool program, select â€˜Finishâ€™. In the folder you have created before, you will find four new files.<br />
j. For the next step, go into www.symbiansigned.com and log in.<br />
k. Select &#8220;My Symbian Signed&#8221; menu. Next, select â€˜Developer Certificatesâ€™.<br />
l. Select &#8220;Request&#8221; under the &#8220;Developer Certificates&#8221;. Then browse the CSR file in the folder you have created before.<br />
m. Select that CSR file (click on â€˜Openâ€™) and â€˜Sendâ€™. You will be taken to the download link of a new certificate (CER file). Download and save this certificate file in the same folder like before. Now, you already have all files required to sign your sis files.<br />
n. Open auto_signsis file with MS Notepad.<br />
o. Change the &#8220;xyz&#8221; character according to file extension in the folder. Save the batch file (â€˜saveâ€™, not â€˜save asâ€™). Then, exit.</p>
<p>Open your folder, and double click on auto_signsis file. Now you will get the new application certified, still in the same folder. Finally, install the application to your phone, and enjoy it.</p>
<p>Have a nice try!</p>
<!-- from Gphone release -->]]></content:encoded>
			<wfw:commentRss>http://bicellphone.com/phone/cellphone-application/application-certification-in-3rd-edition-s60-phones/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Preventing Phone-Tapping</title>
		<link>http://bicellphone.com/phone/cellphone-application/preventing-phone-tapping</link>
		<comments>http://bicellphone.com/phone/cellphone-application/preventing-phone-tapping#comments</comments>
		<pubDate>Mon, 30 Apr 2007 11:54:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cellphone Application]]></category>
		<category><![CDATA[Cellphone DIY]]></category>

		<guid isPermaLink="false">http://bicellphone.com/phone/cellphone-application/preventing-phone-tapping</guid>
		<description><![CDATA[Information is very precious, especially when itâ€™s about a countryâ€™s secret or business competition. Information is very priceless that various phone-tapping techniques are often employed to obtain valuable information.
Thus, is communicating through cell phones secure enough? Though communicating via cell phones is already quite sophisticated, it doesnâ€™t mean that cell phone is free from phone-tapping.
There [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://bicellphone.com/wp-content/uploads/voice-phone-tapping.jpg' alt='Image of Voice Phone Tapping' class='imagelink' />Information is very precious, especially when itâ€™s about a countryâ€™s secret or business competition. Information is very priceless that various phone-tapping techniques are often employed to obtain valuable information.<br />
Thus, is communicating through cell phones secure enough? Though communicating via cell phones is already quite sophisticated, it doesnâ€™t mean that cell phone is free from phone-tapping.</p>
<p>There are numerous techniques to tap messages. Remember articles about the simple ways to phone-tap conversations and SMS in otherâ€™s cell phones? Then, how to avoid phone-tapping? Here are some applications you can use.</p>
<p><strong>Avoiding Voice Phone-Tapping</strong><br />
Talking via cell phone is actually quite secure. However, cell phone bugging devices are already available. To be more secure, encryption techniques can be applied in voice communication.<br />
Encryption technique works by adding codes or locks. <span id="more-67"></span>The conversation you have in the phone will be encrypted into codes, which could only be read by the phones that have the appropriate code-breaker.<br />
Communication with encrypting technique could run only if both you and the receiver have the same tools (application) for the encryption and decryption (the opposite of encryption).</p>
<p><strong>Symbian &#038; Windows Encryption Applications</strong><br />
For users of 2nd edition Symbian (Symbian OS version 8), such as Nokia 6630, 6680, N70 and N90, Cellcrypt could guarantee the security of your communication. Cellcrypt is made by Voylent developer which is based in Silicon Valley.<br />
Cellcryptâ€™s communication route makes use of Circuit Switch Data (CSD). So, besides requiring 2nd edition Symbian phones, Cellcrypt also requires CSD-support providers.</p>
<p>To test this application, please visit <a href="http://www.voylent.com" target="_blank">Voylentâ€™s site</a>. To directly download it, simply follow this <a href="http://www.cellcrypt.com/vx22rc1.sis" target="_blank">link</a>. These are the steps to use Cellcrypt:<br />
1. Install Cellcrypt in your phone and in phone of the person you are going to talk to. The installation process takes quite time, 10 minutes approximately.<br />
2. Restart the phones as the procedure to activate Cellcrypt.<br />
3. Before calling, type 888 (triple 8s) in front of the destination number. For example, if your destination number is 08567795xxx, you should dial 88808567795xxx. If dialing phone with a certain countryâ€™s code, such as +628567795xxx, you should dial +888628567795xxx. </p>
<p>After that, you can communicate like usual. You need to know that the encrypting and decrypting process require longer time, so there will be delays in your communication.<br />
Besides that, this application is designed to be hidden or invisible, so you cannot use the normal way to uninstall it. To remove Cellcrypt, you have to install its uninstaller application, which can be downloaded at http://www.cellcrypt.com/vxrm.sis.</p>
<p><strong>For Windows Users (Smartphone and PDA)</strong><br />
For users of Smartphone and Windows-based PDA-phones, SecureGSM application has been provided. SecureGSM is similar to Cellcrypt in terms of function, except in the ways of operating it. </p>
<p>In SecureGSM, users do not need to insert extra numbers in front of the destination numbers. When receiving a call, the receiver will be given verification codes. The codes are the same like what are shown in the callerâ€™s screen (look at the picture). Every call going through SecureGSM will look like the following picture:</p>
<p><strong>Preventing SMS-tapping</strong><br />
There are a few techniques to tap SMS. In the former edition, PULSA have reviewed the techniques by installing a phone-tapping application in the target phone.<br />
To avoid being the victim of SMS-tapping, we can add encryption to our text-messages. At least there are two encryption applications that we demonstrate in this article, the application for Symbian phones and for Java-based phones.</p>
<p><strong>Symbian</strong><br />
To protect SMSs and emails, Symbian users can rely on Fortress SMS application. Its trial version can be downloaded at http://www.fortressmail.net/ fortress_sms.htm </p>
<p>Fortress SMS is easy to use. Add password on each SMS you are going to send. The receiver who doesnâ€™t know the password will not be able to open it. Here are the steps to operate Fortress SMS:<br />
1. Activate Fortress SMS, and select option â€˜Send messageâ€™.<br />
2. Select â€˜Optionâ€™, find â€˜Passwordâ€™, after the screen shows the menu, enter your password.<br />
3. The SMS that have been sent can be opened if the password is entered correctly. Of course, the receiverâ€™s phone should also have Fortress SMS application.</p>
<p><strong>For Users of Java-based Phone</strong><br />
SMS encryption applications are not only available in phones which have operation system. One supporting application for Java-based phones (MIDP 2.0) is SMS007. This application has better compatibility since it uses general user interface (GUI). </p>
<p>The encryption ability is not only applicable for SMS, but also for data in the phone. If you lose your phone, people will not be able to open the data. Here are the steps to operate SMS007:<br />
1. First, set your password. Do not forget your password or you will lose the data on your phone.<br />
2. Log in, and enter your password to start SMS007.<br />
3. To send confidential messages, you can select it from the available contact menu. The secret messages can be sent to more than one receiver.</p>
<!-- from Gphone release -->]]></content:encoded>
			<wfw:commentRss>http://bicellphone.com/phone/cellphone-application/preventing-phone-tapping/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sport Fans Stay Up-to-Date with PDA</title>
		<link>http://bicellphone.com/phone/cellphone-application/sport-fans-stay-up-to-date-with-pda</link>
		<comments>http://bicellphone.com/phone/cellphone-application/sport-fans-stay-up-to-date-with-pda#comments</comments>
		<pubDate>Mon, 30 Apr 2007 11:52:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cellphone Application]]></category>
		<category><![CDATA[Cellphone DIY]]></category>

		<guid isPermaLink="false">http://bicellphone.com/phone/cellphone-application/sport-fans-stay-up-to-date-with-pda</guid>
		<description><![CDATA[Businesspersons often have very tough schedules, hardly making them have leisure time for doing their hobbies. However, thanks to todayâ€™s rapid advance of technology, now they should not have to be isolated anymore from the outside world, especially from the latest information of world sports.
Speaking of sports, there are many businesspersons who are still eager [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://bicellphone.com/wp-content/uploads/pda-sports.jpg' alt='Image of Sports on PDA picture' class='imagelink' />Businesspersons often have very tough schedules, hardly making them have leisure time for doing their hobbies. However, thanks to todayâ€™s rapid advance of technology, now they should not have to be isolated anymore from the outside world, especially from the latest information of world sports.<br />
Speaking of sports, there are many businesspersons who are still eager to follow the latest information of a particular sport, such as football or Formula 1. However, like what has been mentioned above, most of them have a very limited time.</p>
<p><strong>For those true fans of sport, they would be willing to do anything to get the most up-to-date information about their favorite football club or about their best-loved racer. Now with your PDA device, you can get updated without having to spend much time.</strong> <span id="more-63"></span></p>
<p><strong>Football is the worldâ€™s most favorite sport.</strong> Although it comes from Europe, companies from all over the world, including the companies from the United States, are competing to â€˜buyâ€™ this sport to earn more profits. The massive number of football supporters is perhaps one of the main reasons.<br />
For those who donâ€™t want to miss even a single piece of information about this sport, the tips we provide in this article might be useful for you. You can use TeamStats, an application which covers activities in the worldâ€™s biggest football leagues.</p>
<p>This PocketPC-based and Palm-based PDA application is useful to obtain the latest information of the league standing of your favorite club. <strong>Here are the steps to use TeamStats:</strong><br />
1. Download TeamStats for Pocekt PC at http://www.mbovin.com/tsppc/tsppc1_3_0.zip. For those using Palm OS-based PDA, this application can be downloaded at http://www.mbovin.com/tspalm/tspalm1_6_0.zip.<br />
2. Install and run TeamStats. In the main page, you will see a Premier League table, but this is not the latest table. To update it, you still need to do some additional steps.<br />
3. Do live update activation. Before activating, decide first which league you want to display by clicking â€˜liveupdateâ€™ and â€˜select leaguesâ€™. A list containing worldâ€™s leagues, from Albanian, Argentinan up to Indonesian, will be displayed in a new column. Choose one and select â€˜Okâ€™.<br />
The selected league will be displayed in live update list. Your PDA will be directly connected to football portals which SoccerDB trusts, in order to find out about the latest match results, the latest team news and the most up-to-date league standing<br />
4. Click the parabola antenna icon every time you do live update. Easy, isnâ€™t it? Without watching news, now you can keep an eye on your favorite team. This application also has interactive service which enables users to do match results entry without having to be connected with the internet. Points calculation of teamsâ€™ wins, draws, or loses will be automatically programmed and affect the league standing tables.</p>
<p><strong>Formula F1 2007</strong><br />
For Formula 1, you will need Formula F1 2007, a special application dedicated to get the latest information about Formula 1. Since this seasonâ€™s Formula 1 competition has just begun, why donâ€™t you try it? The followings are its operating steps:<br />
1. Download Formula F1 2007 application at http://pdassi.de/files/31117/ Formula1_2_0.zip<br />
2. Install and run the application. A list of Formula 1 2007 drivers will appear on the main page.<br />
3. Select â€˜2007 Seasonâ€™ to view the standing of drivers, constructors, and detail information of current race winners. As soon as we update it few days after the race, the information will also change.<br />
4. Click â€˜Historyâ€™ to view F1 results of the previous seasons, including the details of past winners, and the seasonâ€™s standing table. Click â€˜Insight F1â€™ to access latest information and regulations about chassis, engines, race procedure, scoring system, as well as flags and penalties. To view the profile of racers, teams, tires, and the others, you can click â€˜Profileâ€™.<br />
5. This is the most important step. Click â€˜Updateâ€™ to obtain the latest information in 2007 Formula 1 competition. This process requires internet connection. Therefore, check the internet settings in your PDA first to make sure that the update process runs smoothly.</p>
<!-- from Gphone release -->]]></content:encoded>
			<wfw:commentRss>http://bicellphone.com/phone/cellphone-application/sport-fans-stay-up-to-date-with-pda/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FM-Based Wireless Headset</title>
		<link>http://bicellphone.com/phone/cellphone-diy/fm-based-wireless-headset</link>
		<comments>http://bicellphone.com/phone/cellphone-diy/fm-based-wireless-headset#comments</comments>
		<pubDate>Sat, 21 Apr 2007 14:54:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cellphone DIY]]></category>
		<category><![CDATA[Cellphone Gadgets]]></category>

		<guid isPermaLink="false">http://bicellphone.com/phone/cellphone-diy/fm-based-wireless-headset</guid>
		<description><![CDATA[When listening to music in cell phones, the stretching headset cable sometimes could be so disturbing, as it makes us uncomfortable to move. To solve this problem, cell phone manufacturers have developed A2DP Bluetooth that enables users to listen to music in their phone via wireless headset.
Unfortunately, the price of such a headset is often [...]]]></description>
			<content:encoded><![CDATA[<p>When listening to music in cell phones, the stretching headset cable sometimes could be so disturbing, as it makes us uncomfortable to move. To solve this problem, cell phone manufacturers have developed A2DP Bluetooth that enables users to listen to music in their phone via wireless headset.</p>
<p>Unfortunately, the price of such a headset is often unaffordable. The kinds of cell phones which support A2DP Bluetooth are also still limited. Now, with some Do-It-Yourself steps from this article, we can invent our own wireless headset by making use FM radio signals.</p>
<p><strong>The Operation Principles</strong><br />
Basically, this work is done merely by connecting the route of the phoneâ€™s headset with FM transmitter tools. By doing so, the sound which phone produces will be received by the FM radio tool. It is this FM radio tool that would be reconnected to the headset.<span id="more-58"></span></p>
<p>The receiving range of this device wonâ€™t be as far as the receiving range of A2DP Bluetooth headset, only around 2-3 meters. However, this device still enables you to change the frequency and listen to another commercial radio broadcast. Besides that, your cell phone will be safer, as you can put it into your bag when riding a motorcycle.</p>
<p>The Things You Need:<br />
1. Mini FM Transmitter<br />
2. Mini FM Radio Tools (Plus Headset)<br />
3. Connecting Device from the Audio Source</p>
<p>Mini FM transmitter is available electronic stores. It costs around Rp. 50,000.00. For those who want to make your own Mini FM Transmitter, follow the next steps:</p>
<!-- from Gphone release -->]]></content:encoded>
			<wfw:commentRss>http://bicellphone.com/phone/cellphone-diy/fm-based-wireless-headset/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overcoming Nokia 6600 Slow Performance</title>
		<link>http://bicellphone.com/phone/cellphone-diy/overcoming-nokia-6600-slow-performance</link>
		<comments>http://bicellphone.com/phone/cellphone-diy/overcoming-nokia-6600-slow-performance#comments</comments>
		<pubDate>Wed, 18 Apr 2007 23:47:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cellphone DIY]]></category>

		<guid isPermaLink="false">http://bicellphone.com/phone/cellphone-diy/overcoming-nokia-6600-slow-performance</guid>
		<description><![CDATA[Nokia 6600 was quite popular in the past and even today it still becomes the most-wanted cell phone for people in Asia. Its unique appearance and screen quality which was the best in its time are this modelâ€™s appealing factors. On the top of all, it is its S60 OS7 v2 operation system that makes [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://bicellphone.com/wp-content/uploads/nokia-6600.jpg' alt='Picture of Nokia 6600 image' class='imagelink' />Nokia 6600 was quite popular in the past and even today it still becomes the most-wanted cell phone for people in Asia. Its unique appearance and screen quality which was the best in its time are this modelâ€™s appealing factors. On the top of all, it is its S60 OS7 v2 operation system that makes Nokia 6600 outperforms its predecessors such as 3650 or 3660, although this operation system doesnâ€™t support MP3 ring tones yet.</p>
<p><strong>As the first developed S60 v2 cell phone, Nokia 6600 often experiences troubles in its software system. </strong>One of the most likely to occur is the long loading time, especially in opening Gallery, File Manager, and Bluetooth (connectivity) menus.</p>
<p>The failures to open these menus are indicated by the â€˜Opening Fileâ€™ notification which ceaselessly appears. On the same time, the expected menu is not shown on the screen. <span id="more-46"></span></p>
<p>Problems also occur in camera mode feature. As soon as the picture is captured, a notification saying â€˜Temporary Overload. Continueâ€™ appears. </p>
<p>It is very possible that these bugs are the result of the error during software installation, commonly called Cbus Error. This error happens due to broken Bluetooth module, which finally leads to the initializing failure in the flashing process.</p>
<p>In order to fix this problem, the Bluetooth module has to be replaced.</p>
<p>Steps of Replacing Nokia 6600 Bluetooth Module<br />
1. Pinch the board, heat it with a blower, and pick up the Bluetooth module.<br />
2. Clean the remaining tin on the board by using a solderwick.<br />
3. Next, put on the new Bluetooth module. Remember to solder its legs and add some tin to each of its side.</p>
<p>After replacing the Bluetooth module, do re-flashing, the process of reinstalling the software, and your Nokia 6600 will run normally again.</p>
<!-- from Gphone release -->]]></content:encoded>
			<wfw:commentRss>http://bicellphone.com/phone/cellphone-diy/overcoming-nokia-6600-slow-performance/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spying On Other Phones using SMS Anywhere</title>
		<link>http://bicellphone.com/phone/cellphone-application/spying-on-other-phones-using-sms-anywhere</link>
		<comments>http://bicellphone.com/phone/cellphone-application/spying-on-other-phones-using-sms-anywhere#comments</comments>
		<pubDate>Wed, 18 Apr 2007 01:03:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cellphone Application]]></category>
		<category><![CDATA[Cellphone DIY]]></category>

		<guid isPermaLink="false">http://bicellphone.com/phone/cellphone-application/spying-on-other-phones-using-sms-anywhere</guid>
		<description><![CDATA[Have you ever been curious about all messages sent and received by your couple? How about the idea of secretly examining his/her phone? It will be dangerous! If you get caught, your couple will think that you do not trust him/her.
Unfortunately, how if your couple really does have a secret affair, and directly erase any [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://bicellphone.com/wp-content/uploads/spy-phones.jpg' alt='Picture of Spy phones' class='imagelink' />Have you ever been curious about all messages sent and received by your couple? How about the idea of secretly examining his/her phone? It will be dangerous! If you get caught, your couple will think that you do not trust him/her.<br />
Unfortunately, how if your couple really does have a secret affair, and directly erase any sent or received SMS? You may ask, how can we break our coupleâ€™s plot down?</p>
<p>It is simple! All you got to do is just installing the SMS Anywhere application!</p>
<p>Unlike Flexispy which utilizes internet access to send its data, SMS Anywhere works by forwarding all the sent and received messages to the target phone. Both work without having been known by the phone owner. How does it work? It is because of both is using non-user interface application which allows this application not to be seen in targetâ€™s phone screen.</p>
<p>This application is actually designed for those who have more than one phone and wish their messages to be able to be read in the other phones. The easiest way is by forwarding the messages to the desired numbers. And SMS Anywhere can do this automatically. Because of its hidden characteristic, this service can be employed to see othersâ€™ messages.<span id="more-36"></span></p>
<p>This is a free application, SMS Anywhere only asks you to pay $24, only for once. For those who are curious, please visit the website at <a href="http://www.wireless-labs.com/smsanywhere/" target="_blank">http://www.wireless-labs.com/smsanywhere/</a>.</p>
<p><strong>Using SMS Anywhere</strong><br />
SMS anywhere is currently applicable for the 2nd edition Symbian S60 phones such as: Nokia 3230, 6260, 6600, 6620, 6630, 6670, 6680, 6681, 6682, 7610, N70, and N72. Besides in its official website, you can also get this application in the <a href="http://www.getjar.com" target="_blank">Getjar</a> website through a PC or your own phone by accessing <a href="http://wap.getjar.com" target="_blank">Getjar WAP</a>. Then, insert the download code 8563.</p>
<p><strong>The installation processes.</strong><br />
1. Download and install the application to the phone which is wished to be 	spied on.<br />
2. This application has not been verified by its developer; therefore, â€˜	security warningâ€™ will appear. Click on â€˜Yesâ€™ to continue.<br />
3. Follow the next steps until it is done.<br />
4. Now, you get the license key. Please visit the official website of SMS 	Anywhere and go to the option â€˜Downloadâ€™.<br />
You still cannot use the SMS Anywhere application although you have obtained the activation code. You still have to do several settings as mentioned below:</p>
<p>- Inserting the activation code<br />
- Inserting the destination number (the number that will receive the forwarded messages)<br />
- Changing the password (if you wish to change it)</p>
<p>All the steps mentioned above use code commands via an SMS. Here are the command parameters: </p>
<p>Example:<br />
- Changing  the password<br />
The original password consists of 8 characters, 12345678. You can change it by sending a command via an SMS to the spied phone.<br />
For example: You wish to change the password into abcdefgh. Type: SA12345678<space>Pabcdefgh, then send it to the spied phone, for example: 08567795xxx.</p>
<p>- Setting the forwarding<br />
Letâ€™s say you want all the messages forwarded to 0856733xxx (your phone number/ the spy phone), therefore, the SMS format will be like this:<br />
SA(password)<space>D+62856733xxx.<br />
For example: if your password is 12345678, so the text will be like this:<br />
SA12345678 D+62856733xxx</p>
<p>Note:<br />
All commands are initiated by SAxxxxxxx (x is the password). The SMS Anywhere command will be automatically erased. In the Standard edition, you will still get confirmation although there is no new message.</p>
<p>You can see how SMS Anywhere works by:<br />
- Sending commands to the phone in which SMS anywhere has been installed<br />
- Forwarding SMS to the designated number</p>
<p><strong>Uninstalling the application</strong><br />
Although this application works secretly, you or the victim can still uninstall it from the menu â€˜Managerâ€™. Before you become the victim, check your phone and who knows there are bad people who have been spying on you.</p>
<p>If you want to use this application, consider whether what you are doing does not disadvantage the victim. You can deal with the police because you are believed to cause problem for somebody with such an unpleasant action. There is a warning inside the official website reminding you not to cause the unwanted deeds, â€œMake Sure of What You Are Doing is Not Violating the Law in the Country You Are Living Now.â€</p>
<p>Besides the problem of privacy, this service will certainly deplete the victimâ€™s phone credit balance since the cost of the forwarding messages is submitted to him/her. However, this service is not always a bad thing. Who knows by applying this service, you can protect the one you really love.</p>
<!-- from Gphone release -->]]></content:encoded>
			<wfw:commentRss>http://bicellphone.com/phone/cellphone-application/spying-on-other-phones-using-sms-anywhere/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>More and More Phone Secret Security Codes</title>
		<link>http://bicellphone.com/phone/cellphone-diy/more-and-more-phone-secret-security-codes</link>
		<comments>http://bicellphone.com/phone/cellphone-diy/more-and-more-phone-secret-security-codes#comments</comments>
		<pubDate>Wed, 18 Apr 2007 00:38:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cellphone DIY]]></category>

		<guid isPermaLink="false">http://bicellphone.com/phone/cellphone-diy/more-and-more-phone-secret-security-codes</guid>
		<description><![CDATA[Do you know that you can identify the information and performance of some phone features by accessing certain codes?
There are lots of codes that can be used in order to retrieve the hidden information inside a cell phone. There are numerous benefits we can get by knowing these codes. For example, as we are choosing [...]]]></description>
			<content:encoded><![CDATA[<p>Do you know that you can identify the information and performance of some phone features by accessing certain codes?</p>
<p>There are lots of codes that can be used in order to retrieve the hidden information inside a cell phone. There are numerous benefits we can get by knowing these codes. For example, as we are choosing a cell phone, we can see the purchase date and the date of last repair. Or, we can also see the software version used and the phoneâ€™s personal information.</p>
<p>This time, we will once again show you those hidden access <a href="http://bicellphone.com/cellular/security-code">security codes</a>. To discover this information, simply press the desired codes during standby mode. For the commands connected with the operator network, after pressing the codes, immediately press the â€˜callâ€™ button (usually it is symbolized by a green telephone handle).</p>
<p><strong>Some codes revealed on these secret codes post:</strong></p>
<p><a href="http://bicellphone.com/phone/cellphone-diy/philips-phone-secret-security-codes">Philips Phone Secret Security Codes</a><br />
<a href="http://bicellphone.com/phone/cellphone-diy/nokia-phone-secret-security-codes">Nokia Phone Secret Security Codes</a><span id="more-35"></span></p>
<p><strong>Image Displayer Shortcut</strong><br />
(Available for most Symbian phones)<br />
When viewing an image inside a gallery, press:<br />
1	: rotates image to the left<br />
3 	: rotates picture to the right<br />
5 or 7 	: zooms an image<br />
*	: displays full screen or non-full screen.<br />
Note: All the numerical commands above can be different depending on the phone</p>
<p><strong>Hard Reset</strong><br />
Warning!!! All of the phone data will be erased. </p>
<p>In inactive condition, press the call button (usually the green one), 3 button, and asterisks (*) simultaneously. While pressing on those three buttons, press on the start (on/off) button. This trick works with most Nokia mobile phones.</p>
<p><strong>Shortcuts</strong><br />
1. Saving â€˜missed callâ€™ numbers in the phone directory.<br />
Find the menu â€˜missed callâ€™ menu and click on the â€˜Yesâ€™ button to display the designated number. Press any number (0-9), and then click the â€˜clearâ€™ button once to block the number. Next press and hold â€˜<â€™ until â€˜storeâ€™ appears. Finally, press the â€˜Yesâ€™ button.</p>
<p>2. Hiding a number<br />
After pressing the destination and before selecting the â€˜Yesâ€™ button, press â€˜>â€™ twice to choose â€˜Hide ID?â€™, and then press â€˜Yesâ€™.</p>
<p>3. Checking the battery level when the phone is in the off condition.<br />
Press â€˜Noâ€™ once quickly and wait until the battery level is displayed.</p>
<p>4. Saving number in the phone memory (not in the SIM card)<br />
Follow the normal procedure of saving the number. When the display to save the number is shown, press â€˜#â€™ once to manage the desired location and press â€˜#â€™ twice to see the continuity of the positions.</p>
<p>5. Calling a number from an SMS.<br />
You can call from an SMS if the number is written inside the SMS. It can be done by simply moving the cursor to the number and press â€˜Yesâ€™</p>
<!-- from Gphone release -->]]></content:encoded>
			<wfw:commentRss>http://bicellphone.com/phone/cellphone-diy/more-and-more-phone-secret-security-codes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Philips Phone Secret Security Codes</title>
		<link>http://bicellphone.com/phone/cellphone-diy/philips-phone-secret-security-codes</link>
		<comments>http://bicellphone.com/phone/cellphone-diy/philips-phone-secret-security-codes#comments</comments>
		<pubDate>Wed, 18 Apr 2007 00:31:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cellphone DIY]]></category>

		<guid isPermaLink="false">http://bicellphone.com/phone/cellphone-diy/philips-phone-secret-security-codes</guid>
		<description><![CDATA[


*#7728*#


(RSAV)




*#7733*#


Views   the used Clutser




*#7762*#


Sets   the SMS Bearer GPRS/GSM




*#7763*#


Views   the product information




*#7766*#


Views   the product version, where it was made and when it was made




*#7326*#


Activates   the option for additional vibrator accessories




*#7337*#


Master   Reset. Note: SIM Card should first be detached




*#7343*#


Displays   the Code Cluster




*#7352*#


Displays  [...]]]></description>
			<content:encoded><![CDATA[<table style="border: medium none ; border-collapse: collapse" border="1" cellpadding="0" cellspacing="0">
<tr>
<td style="border: 1pt solid windowtext; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7728*#<o:p></o:p></span></p>
</td>
<td style="border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; border-width: 1pt 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>(RSAV)<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7733*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Views   the used Clutser<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7762*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Sets   the SMS Bearer GPRS/GSM<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7763*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Views   the product information<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7766*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Views   the product version, where it was made and when it was made<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7326*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Activates   the option for additional vibrator accessories<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7337*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Master   Reset. Note: SIM Card should first be detached<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7343*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Displays   the Code Cluster<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7352*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Displays   the registration content software<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#3353*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Reset<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#337*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Activates   or deactivates EFR<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#3377*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Displays   the condition of EEPROMP from battery, radio, etc<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7224*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Activates   GPRS Class C<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7222*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Activates   CSD GSM Class C<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7233*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Displays   the address code<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7252*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Activates   GPRS Class B<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7271*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Activates   GPRS Class 1<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7274*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Activates   GPRS Class 4<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7276*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Turns   on GPRS Attach <o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7287*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Changes   the GPRS Attach to Attached status<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7288*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Changes   the GPRS Attach to Try Attached status<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7524*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Displays   KCGPRS<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7562*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Displays   the SIM Phase<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7629*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Displays   the POOL MAX<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 101.4pt" valign="top" width="135">
<p class="MsoNormal" style="text-align: justify"><span>*#7632*#<o:p></o:p></span></p>
</td>
<td style="border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 306.3pt" valign="top" width="408">
<p class="MsoNormal" style="text-align: justify"><span>Displays   the Code Bugging from the Sleep Mode<o:p></o:p></span></p>
</td>
</tr>
</table>
<!-- from Gphone release -->]]></content:encoded>
			<wfw:commentRss>http://bicellphone.com/phone/cellphone-diy/philips-phone-secret-security-codes/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
