<?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"
	>

<channel>
	<title>Bee</title>
	<atom:link href="http://dev.khrisna.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.khrisna.net</link>
	<description>Just another Development blog</description>
	<pubDate>Mon, 26 May 2008 03:19:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Rakyat miskin ?</title>
		<link>http://dev.khrisna.net/2008/05/26/rakyat-miskin/</link>
		<comments>http://dev.khrisna.net/2008/05/26/rakyat-miskin/#comments</comments>
		<pubDate>Mon, 26 May 2008 03:18:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Intro]]></category>

		<category><![CDATA[curhat]]></category>

		<category><![CDATA[miskin]]></category>

		<guid isPermaLink="false">http://dev.khrisna.net/?p=36</guid>
		<description><![CDATA[Betaon2 gw denger tentang rakyat miskin..
Tetapi tidak satupun yg bisa ngejelasin gw secara pasti kriteria &#8216;rakyat miskin&#8217;..
Darimana dapat statistiknya ? Apa tolak ukurnya ?
Apakah karena ketidakmampuan atas pangan, pekerjaan ato pendidikan ?
Kenapa tidak mampu ?
Bee..
&#8216;.. Just another boy who searchin for a better day and need someone to explain those question markz&#8230;&#8217;
]]></description>
			<content:encoded><![CDATA[<p>Betaon2 gw denger tentang rakyat miskin..<br />
Tetapi tidak satupun yg bisa ngejelasin gw secara pasti kriteria &#8216;rakyat miskin&#8217;..</p>
<p>Darimana dapat statistiknya ? Apa tolak ukurnya ?<br />
Apakah karena ketidakmampuan atas pangan, pekerjaan ato pendidikan ?<br />
Kenapa tidak mampu ?</p>
<p>Bee..<br />
&#8216;.. Just another boy who searchin for a better day and need someone to explain those question markz&#8230;&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.khrisna.net/2008/05/26/rakyat-miskin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flex Communication</title>
		<link>http://dev.khrisna.net/2008/05/12/flash/</link>
		<comments>http://dev.khrisna.net/2008/05/12/flash/#comments</comments>
		<pubDate>Mon, 12 May 2008 03:36:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coder]]></category>

		<category><![CDATA[Flex 2]]></category>

		<category><![CDATA[Flex 3]]></category>

		<category><![CDATA[Flex Communication]]></category>

		<guid isPermaLink="false">http://dev.khrisna.net/?p=35</guid>
		<description><![CDATA[  
View source for more info&#8230;.
]]></description>
			<content:encoded><![CDATA[<iframe src ="http://dev.khrisna.net/bin/datamodules/moduleApplication.html" width="500" height="400" frameborder="0" > </iframe> <br />
<p>View source for more info&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.khrisna.net/2008/05/12/flash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Components versus Modules</title>
		<link>http://dev.khrisna.net/2008/05/09/components-versus-modules/</link>
		<comments>http://dev.khrisna.net/2008/05/09/components-versus-modules/#comments</comments>
		<pubDate>Fri, 09 May 2008 06:36:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coder]]></category>

		<category><![CDATA[Flex 2]]></category>

		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://dev.khrisna.net/?p=33</guid>
		<description><![CDATA[By  shawny
I was asked a very interesting question today at our Triad Flex User Group meeting.  What is the difference between components and modules.  The simple answer is that components are components and modules are components.  But the answer I gave to this question was this:
Components are components and modules are [...]]]></description>
			<content:encoded><![CDATA[<p>By <span class="author"> <a href="http://www.triadfug.org/groupBlog/author/shawny.aspx">shawny</a></span></p>
<p><a href="http://dev.khrisna.net/wp-content/webcoding.jpg" rel="lightbox"><img class="alignnone size-medium wp-image-14 alignleft" style="float: left;" src="http://dev.khrisna.net/wp-content/webcoding.jpg" alt="" width="128" height="128" /></a>I was asked a very interesting question today at our Triad Flex User Group meeting.  What is the difference between components and modules.  The simple answer is that components are components and modules are components.  But the answer I gave to this question was this:<br />
Components are components and modules are components that can be loaded and unloaded from within an application at will.  What does this mean?  Well, components are typically a collection of individual classes that get compiled into an application at compile-time.  Components are almost always compiled into an application.  In my view, modules are components that exist in their own &#8220;wrapper&#8221; that the application can load and/or unload.  The only real difference between an application and a module (at least on the surface) is that the module has a module tag and the application has an application tag.  The difference goes a little deeper than that, however.  A module is can not run on its own.  It must be loaded into an application, whereas an application can run on its own.  So how is this feature helpful to developers?</p>
<p><span id="more-33"></span></p>
<p>Well, first of all, a module can be compiled separately from the application.  This keep developers from having to recompile an entire application everytime some aspect of functionality changes within a given feature set.  For example, imagine an application that has 2 features.  The first feature is a shopping cart and the second is a registration form.</p>
<p>If the features are compiled into the application, then if a change were made to the shopping cart.. the entire application would have to be recompiled.  Using modules, however, allows the developer to only recompile the specific &#8220;package&#8221; of functionality for the shopping cart.  So the client machines would still be able to load the main application while the developer worked on recompiling the shopping cart module and once the module was production ready, all a developer would have to do is upload the new module to the server and then the application could call that new module without having any downtime what-so-ever.</p>
<p>Just think of modules as a nice way of packaging functionality in discreet containers.  Also, if you plan to rebrand your application, or resell the same application several times, the module deployment plan allows for certain modules to be loaded per client need.  So think that in the above application, if the customer does not want a shopping cart, you dont have to change anything in your base application(if planned correctly) in order to offer seperate ala-carte functions to entirely different customers.   I mean really, who wants to have a 500K application load everytime a client machine calls the server when the customer has only purchased 150K worth of deployable product.  Trust me&#8230; save the bandwidth by calling the modules into the application at runtime.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.khrisna.net/2008/05/09/components-versus-modules/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Stupidity&#8230;.</title>
		<link>http://dev.khrisna.net/2008/03/07/the-stupidity/</link>
		<comments>http://dev.khrisna.net/2008/03/07/the-stupidity/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 14:14:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Server]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dev.khrisna.net/2008/03/07/the-stupidity/</guid>
		<description><![CDATA[Finally gw dapet jawaban kenapa port 80 gw ilang&#8230;.
And jawabannya simple and stupid banget&#8230;. AVG Antivirus File Server Edition 8.0.8.1 ternyata ada fasilitas &#8220;Web Shield&#8221; dimana fungsinya nya untuk mencegah anomali pada port web seperti port 80 dan 8080.
Sengaja gw pilih AVG File Server Edition karena versi sebelumnya ( gw biasa pake File Server Edition [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Finally gw dapet jawaban <a href="http://dev.khrisna.net/2008/03/06/where-is-my-port-80/" target="_blank">kenapa port 80 gw ilang</a>&#8230;.<br />
And jawabannya simple and stupid banget&#8230;. AVG Antivirus File Server Edition 8.0.8.1 ternyata ada fasilitas &#8220;Web Shield&#8221; dimana fungsinya nya untuk mencegah anomali pada port web seperti port 80 dan 8080.<br />
Sengaja gw pilih AVG File Server Edition karena versi sebelumnya ( gw biasa pake File Server Edition 7.5.xx) tidak ada fasilitas2 aneh, kecuali Scan Antivirus. Unfortunately, versi tersebut ternyata tidak berjalan mulus di windows 2008 :(.<br />
This is the screen shoot :<br />
<a href="http://dev.khrisna.net/wp-content/webshield.jpg" rel="lightbox" title="Review"></a>
</p>
<p style="text-align: center"><a href="http://dev.khrisna.net/wp-content/webshield.jpg" rel="lightbox" title="Review"><img src="http://dev.khrisna.net/wp-content/webshield.jpg" alt="Review" border="0" height="226" width="510" /></a></p>
<p align="justify"><span id="more-30"></span>Setingan port dapat di lakukan pada menu Advance Setting-&gt;Web Shield.<br />
Dan setingannya bisa dilihat pada menu advance :
</p>
<p align="justify"><a href="http://dev.khrisna.net/wp-content/detilshield.jpg" rel="lightbox" title="detilshield.jpg"></a></p>
<p style="text-align: center"><a href="http://dev.khrisna.net/wp-content/detilshield.jpg" rel="lightbox" title="detilshield.jpg"></a></p>
<p style="text-align: center"><a href="http://dev.khrisna.net/wp-content/detilshield.jpg" rel="lightbox" title="detilshield.jpg"><img src="http://dev.khrisna.net/wp-content/detilshield.thumbnail.jpg" alt="detilshield.jpg" border="0" height="129" width="167" /></a></p>
<p align="justify">&nbsp;</p>
<p align="justify">&nbsp;</p>
<p align="justify">&nbsp;</p>
<p align="justify">&nbsp;</p>
<p align="justify">Cuma satu Step yg gw pasang disana, yaitu pada kolom Exclude, gw masukkan Localhost. And Voala !!! - Xampp berjalan dengan mulus.</p>
<p>Banyak informasi yg gw dapet, sebelum gw ketemu pemecahan kasus &#8216;port 80&#8242; ini. Salah satunya adalah, pemasangan IIS 7 bawaan dari windows 2008 yang emang &#8216;cool&#8217; abis tampilannya. Tapi yang bikin gw &#8216;gedeg&#8217;, Kenapa IIS7 berjalan dengan mulus tanpa harus gw seting tuh AVG Webshield ?? Padahal sama2 jalan di port 80 dengan Apache-nya XAMPP !</p>
<p>And another issue&#8230; &#8216;IIS7 ternyata kompleks banget untuk menjalankan extension .php. Semua cara udah gw gelar.. keringet dah bercucuran.. mo setingan CGI, ISAPI, <strike>IKEBO</strike> de el el, tetep php tidak mau sejalan dengan IIS7.</p>
<p align="justify">Finally, who carez abt IIS7 anyway !,  saat ini gw masih belom ada task buat develop frame IIS7..<br />
Last but not least..,  IIS7&#8230; i&#8217;ll be back later for my revenge!</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.khrisna.net/2008/03/07/the-stupidity/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Where is my port 80 ???</title>
		<link>http://dev.khrisna.net/2008/03/06/where-is-my-port-80/</link>
		<comments>http://dev.khrisna.net/2008/03/06/where-is-my-port-80/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 11:16:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Server]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dev.khrisna.net/2008/03/06/where-is-my-port-80/</guid>
		<description><![CDATA[Abis Install Windows 2008 Enterprise aka Longhorn and penambahan XAMPP di local PC, Port 80 tidak bisa dibuka&#8230; why ?? Finally gw pake port 82 untuk web portnya.. hikz 
Hey Gatez, how can i open my web port ??? Apa emang kudu install IIS dolo ??
me really &#8216;Longhorn&#8217; rite now !
]]></description>
			<content:encoded><![CDATA[<p>Abis Install Windows 2008 Enterprise aka Longhorn and penambahan XAMPP di local PC, Port 80 tidak bisa dibuka&#8230; why ?? Finally gw pake port 82 untuk web portnya.. hikz <img src='http://dev.khrisna.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Hey Gatez, how can i open my web port ??? Apa emang kudu install IIS dolo ??<br />
me really &#8216;Longhorn&#8217; rite now !</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.khrisna.net/2008/03/06/where-is-my-port-80/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mengembalikan Mirroring pada MySQL</title>
		<link>http://dev.khrisna.net/2008/02/28/mengembalikan-mirroring-pada-mysql/</link>
		<comments>http://dev.khrisna.net/2008/02/28/mengembalikan-mirroring-pada-mysql/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 06:49:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Server]]></category>

		<category><![CDATA[hack]]></category>

		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://dev.khrisna.net/2008/02/28/mengembalikan-mirroring-pada-mysql/</guid>
		<description><![CDATA[Mengembalikan Replication
 

Reset Master:

Master-mysql -&#62; reset       master;


Stop Slave

Slave-mysql -&#62;stop       slave;


Reset Slave

Slave-mysql -&#62; reset       slave;


Dump Slave

Slave-mysql-&#62;LOAD       DATA FROM MASTER;
Insert Triggers +       Procedure


Start Slave

Slave-mysql -&#62;start    [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">Mengembalikan Replication</p>
<p class="MsoNormal"><o :p> </o></p>
<ol style="margin-top: 0in" start="1" type="1">
<li class="MsoNormal">Reset Master:
<ol style="margin-top: 0in" start="1" type="a">
<li class="MsoNormal">Master-mysql -&gt; reset       master;</li>
</ol>
</li>
<li class="MsoNormal">Stop Slave
<ol style="margin-top: 0in" start="1" type="a">
<li class="MsoNormal">Slave-mysql -&gt;stop       slave;</li>
</ol>
</li>
<li class="MsoNormal">Reset Slave
<ol style="margin-top: 0in" start="1" type="a">
<li class="MsoNormal">Slave-mysql -&gt; reset       slave;</li>
</ol>
</li>
<li class="MsoNormal">Dump Slave
<ol style="margin-top: 0in" start="1" type="a">
<li class="MsoNormal">Slave-mysql-&gt;<strong>LOAD</strong>       DATA FROM <strong>MASTER;</strong></li>
<li class="MsoNormal"><strong>Insert Triggers +       Procedure</strong></li>
</ol>
</li>
<li class="MsoNormal">Start Slave
<ol style="margin-top: 0in" start="1" type="a">
<li class="MsoNormal">Slave-mysql -&gt;start       slave;</li>
</ol>
</li>
<li class="MsoNormal">Check status Slave;
<ol style="margin-top: 0in" start="1" type="a">
<li class="MsoNormal">Slave-mysql -&gt;show       slave status;</li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://dev.khrisna.net/2008/02/28/mengembalikan-mirroring-pada-mysql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kode Rahasia GSM &#038; CDMA</title>
		<link>http://dev.khrisna.net/2008/02/22/kode-rahasia-gsm-cdma/</link>
		<comments>http://dev.khrisna.net/2008/02/22/kode-rahasia-gsm-cdma/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 12:02:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[hack]]></category>

		<category><![CDATA[ponsel]]></category>

		<guid isPermaLink="false">http://dev.khrisna.net/2008/02/22/kode-rahasia-gsm-cdma/</guid>
		<description><![CDATA[SAMSUNG
*#9998*228# : Battery status (capacity, voltage, temperature)
*#9998*246# : Program status
*#9998*289# : Change Alarm Buzzer Frequency
*#9998*324# : Debug screens
*#9998*364# : Watchdog
*#9998*377# : EEPROM Error Stack - Use side keys to select values. Cancel and ok.
*#9998*427# : Trace Watchdog
*#9998*523# : Change LCD contrast - Only with version G60RL01W
*#9998*544# : Jig detect
*#9998*636# : Memory status
*#9998*746# : SIM File [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><strong>SAMSUNG</strong><br />
*#9998*228# : <st1>Battery</st1> status (capacity, voltage, temperature)<br />
*#9998*246# : Program status<br />
*#9998*289# : Change Alarm Buzzer Frequency<br />
*#9998*324# : Debug screens<br />
*#9998*364# : Watchdog<br />
*#9998*377# : EEPROM Error Stack - Use side keys to select values. Cancel and ok.<br />
*#9998*427# : Trace Watchdog<br />
*#9998*523# : Change LCD contrast - Only with version G60RL01W<br />
*#9998*544# : Jig detect<br />
*#9998*636# : Memory status<br />
*#9998*746# : SIM File Size<br />
*#9998*778# : SIM Service Table<br />
*#9998*785# : RTK (Run Time Kernel) errors - if ok then phn is reset, info is put in memory error.<br />
*#9998*786# : Run, Last UP, Last DOWN<br />
*#9998*837# : Software Version<br />
*#9998*842# : Test Vibrator - Flash the screenligth during 10 seconds and vibration activated.<br />
*#9998*862# : Vocoder Reg - <st1></st1><st1>Normal</st1>, Earphone or carkit can be selected<br />
*#9998*872# : Diag<br />
*#9998*947# : Reset On Fatal Error<br />
*#9998*999# : Last/Chk<br />
*#9998*9266# : Yann debug screen (=Debug Screens?)<br />
*#9998*9999# : Software version</p>
<p><span id="more-27"></span><br />
If the up Codes doesn&#8217;t work, you should change *#9998* to *#0. i.e. *#9998*523# change to *#0523#. An other thing that will help is to remove your SIM card. *0001*s*f*t# : Changes serial parameters (s=?, f=0,1, t=0,1) (incomplete)<br />
*0002*?# : unknown<br />
*0003*?# : unknown</p>
<p>SP-unlock SGH-600 (and also SGH-Sgh-600)<br />
*2767*3855# : Full EEPROM Reset ( THIS CODE REMOVES SP-LOCK!! )<br />
But also changes IMEI to 447967-89-400044-<wbr></wbr>0. (Doing this is illegal)</p>
<p>*2767*2878# : Custom EEEPROM Reset</p>
<p>*These codes have been tested with version FLD_2C6 G60SB03X of Samsung SGH-600</p>
<p><strong>for d500</strong></p>
<p>*#11[quote]11# S/W Version<br />
*#1234# Firmware Version<br />
*#2222# H/W Version<br />
*#8999*8376263# All Versions Together</p>
<p>*#8999*8378# Test Menu<br />
*#4777*8665# GPSR Tool<br />
*#8999*523# LCD Brightness<br />
*#8999*377# Error Menu<br />
*#8999*327# EEP Menu<br />
*#8999*3825523# Don&#8217;t Know.<br />
*#8999*667# Debug Mode<br />
*#92782# PhoneModel (Wap)<br />
#*5737425# JAVA Mode<br />
*#2255# Call List<br />
*#232337# Bluetooth MAC Adress<br />
*#5282837# Java Version</p>
<p>#*4773# Incremental Redundancy<br />
#*7752# 8 PSK uplink capability bit<br />
#*7785# Reset wakeup &amp; RTK timer cariables/variables<br />
#*1200# ????<br />
#*7200# Tone Generator Mute<br />
#*3888# BLUETOOTH Test mode<br />
#*#8999*324# ??<br />
#*7828# Task screen<br />
#*5111# ??<br />
#*#8377466# S/W Version &amp; H/W Version<br />
#*2562# Restarts Phone<br />
#*2565# No Blocking? General Defense.<br />
#*3353# General Defense, Code Erased.<br />
#*3837# Phone Hangs on White screen<br />
#*3849# Restarts Phone<br />
#*3851# Restarts Phone<br />
#*3876# Restarts Phone<br />
#*7222# Operation Typ: (Class C GSM)<br />
#*7224# !!! ERROR !!!<br />
#*7252# Operation Typ: (Class B GPRS)<br />
#*7271# CMD: (Not Available)<br />
#*7274# CMD: (Not Available)<br />
#*7337# Restarts Phone (Resets Wap Settings)<br />
#*2787# CRTP ON/OFF<br />
#*2886# AutoAnswer ON/OFF<br />
#*3737# L1 AFC<br />
#*5133# L1 HO Data<br />
#*7288# GPRS Detached/Attached<br />
#*7287# GPRS Attached<br />
#*7666# White Screen<br />
#*7693# Sleep Deactivate/Activate<br />
#*7284# L1 HO Data<br />
#*2256# Calibration info? (For CMD set DEBUGAUTONOMY in cihard.opt)<br />
#*2286# Databattery<br />
#*2527# GPRS switching set to (Class 4, 8, 9, 10)<br />
#*2679# Copycat feature Activa/Deactivate<br />
#*3940# External looptest 9600 bps<br />
#*4263# Handsfree mode Activate/Deactivate<br />
#*4700# Please use function 2637<br />
#*7352# BVMC Reg value (LOW_SWTOFF, NOMINAL_SWTOFF)<br />
#*2558# Time ON<br />
#*3370# Same as 4700<br />
#*3941# External looptest 115200 bps<br />
#*5176# L1 Sleep<br />
#*7462# SIM Phase<br />
#*7983# Voltage/Freq<br />
#*7986# Voltage<br />
#*8466# Old Time<br />
#*2255# Call Failed<br />
#*5187# L1C2G trace Activate/Deactivate<br />
#*5376# DELETE ALL SMS!!!!<br />
#*6837# Official Software Version: (0003000016000702)<br />
#*7524# KCGPRS: (FF FF FF FF FF FF FF FF 07)<br />
#*7562# LOCI GPRS: (FF FF FF FF FF FF FF FF FF FF FF FE FF 01)<br />
#*2337# Permanent Registration Beep<br />
#*2474# Charging Duration<br />
#*2834# Audio Path (Handsfree)<br />
#*3270# DCS Support Activate/Deactivate<br />
#*3282# Data Activate/Deactivate<br />
#*3476# EGSM Activate/Deactivate<br />
#*3676# FORMAT FLASH VOLUME!!!<br />
#*4760# GSM Activate/Deactivate<br />
#*4864# White Screen<br />
#*5171# L1P1<br />
#*5172# L1P2<br />
#*5173# L1P3<br />
#*7326# Accessory<br />
#*7683# Sleep variable<br />
#*8465# Time in L1<br />
#*2252# Current <st1></st1><st1>CAL</st1><br />
#*2836# AVDDSS Management Activate/Deactivate<br />
#*3877# Dump of SPY trace<br />
#*7728# RSAV<br />
#*2677# Same as 4700<br />
#*3797# Blinks 3D030300 in RED<br />
#*3728# Time 2 Decod<br />
#*3725# B4 last off<br />
#*7372# Resetting the time to DPB variables<br />
#*7732# Packet flow context bit Activate/Deactivate<br />
#*6833# New uplink establishment Activate/Deactivate<br />
#*3273# EGPRS multislot (Class 4, 8, 9, 10)<br />
#*7722# RLC bitmap compression Activate/Deactivate<br />
#*2351# Blinks 1347E201 in RED<br />
#*4472# Hysteresis of serving cell: 3 dB<br />
#*2775# Switch to 2 inner speaker<br />
#*9270# Force WBS<br />
#*7878# FirstStartup (0=NO, 1=YES)<br />
#*3757# DSL UART speed set to (LOW, HIGH)<br />
#*8726# Switches USBACM to <st1></st1><st1>Normal</st1><br />
#*8724# Switches USBACM to Generator mode<br />
#*8727# Switches USBACM to Slink mode<br />
#*8725# Switches USBACM to Loop-back mode<br />
#*3838# Blinks 3D030300 in RED<br />
#*2077# GPRS Switch<br />
#*2027# GPRS Switch<br />
#*0227# GPRS Switch<br />
#*0277# GPRS Switch<br />
#*22671# AMR REC START<br />
#*22672# Stop AMR REC (File name: /a/multimedia/<wbr></wbr>sounds/voice list/ENGMODE.<wbr></wbr>amr)<br />
#*22673# Pause REC<br />
#*22674# Resume REC<br />
#*22675# AMR Playback<br />
#*22676# AMR Stop Play<br />
#*22677# Pause Play<br />
#*22678# Resume Play<br />
#*77261# PCM Rec Req<br />
#*77262# Stop PCM Rec<br />
#*77263# PCM Playback<br />
#*77264# PCM Stop Play<br />
#*2872# CNT<br />
*#8999*283# ???<br />
#*22679# AMR Get Time<br />
*288666# ???<br />
*2886633# ???<br />
*#8999*364# Watchdog</p>
<p><strong>NOKIA CDMA</strong></p>
<p><o></o>
</p>
<p class="MsoNormal">
*3001#12345#</p>
<p>LG CDMA SECRETS CODES</p>
<p>Field Test MENU &gt; 0 &gt; 000000 &gt; Field Test Other Programming Secrets:</p>
<p>LGC-300 programming:</p>
<p>menu + 9 and enter SPC: &#8220;000000&#8243; or may be other SPC typed by user. A-Key: press STO for some time while you can see special code enter zone. Type 2539** and enter A-key</p>
<p>LGC-330W programming:</p>
<p>menu + 4 + 0 and enter SPC: &#8220;000000&#8243; or may be other SPC typed by user. A-Key: type 2539** and enter A-key</p>
<p>LGC-800W /500 programming:</p>
<p>menu + 0 and enter SPC: &#8220;000000&#8243; or may be other SPC typed by user. A-Key: type 2539** and enter A-key</p>
<p>LGC-510 programming:</p>
<p>menu + 3 + 0 and enter SPC: &#8220;000000&#8243; or may be other SPC typed by user. A-Key: type 2539** and enter A-key</p>
<p>LG1010, LG4NE1, TP2200, TP2100, Touchpoint, SB/DB, TP1100 and TP5200</p>
<p>Press ## Enter the OTKSL Scroll to SAVE and press OK Scroll to MIN and press OK Enter 10 digit MIN scroll to SAVE and press OK Scroll to SID and press OK (Skip on 4NE1 go to RESET PHONE and press OK to complete) Enter SID (4654) and scroll to SAVE and press OK Programming is complete</p>
<p>LG5350</p>
<p>Enter ## and enter the OTKSL and press the left soft key under the word “Save” At the Service Program display select Mobile Phone # and press the OK in the center of the 4 way navigation key Enter the 10 digit MIN and press OK Scroll down to 4. Advanced and press OK Scroll to NMSI and press OK Enter the MSID and press OK Scroll down to 9. Amps Phone # and press OK Enter the MSID and press OK</p>
<p>Press the END key</p>
<p><strong>MOTOROLA PROGRAMING CODES</strong></p>
<p>Analog Models</p>
<p>Changing the Banner: #PROGRAM# or [Fcn] 0000000000000 (13 0&#8217;s)</p>
<p>Field Test: [Fcn] 0 0 * * TESTMODE [Sto]</p>
<p>Reset Timers: Follow the Field Test procedure above and then #32#</p>
<p>Alternative Programming Menu: #55#</p>
<p>(Not sure): # [SID code]#* SEND</p>
<p>Programming of various other models:</p>
<p>V60c Programming Mode:</p>
<p>74663 # [Menu] [Menu] (you will need the programming code)</p>
<p>Field Test: [Menu] 073887 * (you will need the security code &#8212; try 000000)</p>
<p>To deactivate field test: Power phone up, hit MENU and the left button (should bring up the menu). There&#8217;s a menu option for test-mode and at this point you can turn the menu off and return the phone to normal. Alternatively press menu and then the nearest button to the left (Phone book button) quickly and it will take you back to the main screen and your phone will look normal.</p>
<p><strong>StarTac 7790</strong></p>
<p>Field Test: [Fcn] 0 0 * * TESTMODE [Sto]</p>
<p>StarTac 7760, 7860</p>
<p>Field Test: [Fcn] 0 0 * * TESTMODE [Sto] Service Menu: [Fcn] 0 000000 000000 RCL</p>
<p>Complete system test (most models): (Phone OFF), Hold down any row of keys (1+2+3, 4+5+6, etc) and turn the phone ON</p>
<p>To access the diagnostic mode on the I30: #, *, MENU, JOYSTICK-RIGHT (Do these keystrokes fast)</p>
<p>To access the diagnostic mode on any of the older iDEN phones (pre-i1000): VOLUME DOWN, MENU, MENU, MENU, LEFT, MENU, MENU, LEFT (this is the reverse of the test menu routine)</p>
<p>To access the diagnostic mode on any of the new models (i1000+, i700+, i550+, etc): Hold down any three keys in a row across.</p>
<p>The unit will enter the test mode and can be stepped through the various functions with the keys and buttons. At the end of the test, power cycle the unit to return to normal function. This test will check various phone functions, including LCD display, speaker, earphone, microphone, LEDs, vibrator, backlight and all of the buttons and keys for the newer models</p>
<p><strong>SAMSUNG CDMA SECET CODES</strong></p>
<p>Older Models:</p>
<p><st1></st1><st1>NAM</st1> Programming: 47*869#08#9</p>
<p>Test mode: *759#813580 OR 5809540*45680</p>
<p>Exit Test Mode: 02 A-Key: menu + 0,</p>
<p>code 25##</p>
<p><strong>Samsung SPH-T100</strong></p>
<p>MENU 820 &gt; 810325</p>
<p>Samsung SCH-3500</p>
<p>MENU 820 &gt; 295184</p>
<p>Programming of various other models:</p>
<p><strong>Samsung A500</strong></p>
<p>Enter ## and the 6 digitOTKSL</p>
<p>SERVICE MENU will appear and 1.Basic will be highlighted</p>
<p>Press OK Device will display <st1></st1><st1>NAM</st1> CDMA/ Phone Number</p>
<p>Enter 10 digit MIN Press OK (3 times) Display will return to Service Menu.</p>
<p>Press END. Programming is complete</p>
<p><strong>Samsung N240 and N400</strong></p>
<p>Enter ## and type in the 6 digit OTKSL</p>
<p>The display will show SVC MENU and 1. Phone Number</p>
<p>Press OK Enter the 10 digit MIN and press OK</p>
<p>The display will show <st1></st1><st1>NAM</st1> with Home SID on the second line (Note: SID is no longer used)</p>
<p>Press OK</p>
<p>The display will return to the SVC MENU</p>
<p>Press END to complete the programming</p>
<p><strong>Samsung N300</strong></p>
<p>Press ## followed by the OTKSL<br />
SVC menu will be displayed<br />
Press 1 for Phone #<br />
Enter the 10 digit MIN and press OK<br />
MIN that was entered will be displayed press OK<br />
SVC Menu will display press 3 for <st1></st1><st1>NAM<br />
</st1>Enter the 4 digit Home SID press OK<br />
Press END and handset will power cycle</p>
<p><strong>Samsung i300</strong><br />
Tap on the Phone Icon with stylus<br />
Press #907*9#0 ENTER LOCK should appear on screen<br />
ENTER OTKSL<br />
SVC MENU will appear press 1<br />
Enter 10 digit MIN and then press SAVE<br />
Press SAVE again<br />
Press 3 and then press SAVE 6 times<br />
Enter the HOME SID and press SAVE once<br />
Press END key twice</p>
<p><strong>Samsung A400 and A460</strong><br />
Enter ## and OTKSL<br />
Press 1 for Basic at MENU (1 of Phone # when using the MSL)<br />
Enter 10 digit MIN and press OK<br />
At 1.Basic Menu press the END key<br />
Handset will power cycle</p>
<p><strong>Samsung 3500, 8500, 6100, and N200</strong><br />
Press MENU<br />
Press 6 0 (3500) 8 2 0 (8500/6100/N200)<br />
Enter OTKSL<br />
Press 1 at SVC MENU Screen<br />
Enter MIN and press OK<br />
Press OK 4 times<br />
Enter SID (4654) and press OK<br />
Press END key<br />
Programming is complete</p>
<p><strong>gsm NOKIA SECRET CODES</strong></p>
<p>Nokia CodesThese Nokia codes will work on most Nokia mobile phones, however we accept no responsibility of any kind for damage done to your phone whilst trying these Nokia secret codes.</p>
<p>Nokia code Code function</p>
<p>*3370# This Nokia code activates Enhanced Full Rate Codec (EFR) - Your Nokia cell phone uses the best sound quality but talk time is reduced my approx. 5%</p>
<p>#3370# Deactivate Enhanced Full Rate Codec (EFR)</p>
<p>*#4720# Activate Half Rate Codec - Your phone uses a lower quality sound but you should gain approx 30% more Talk Time</p>
<p>*#4720# With this Nokia code you can deactivate the Half Rate Codec</p>
<p>*#0000# Displays your phones software version, 1st Line : Software Version, 2nd Line : Software Release Date, 3rd Line : Compression Type</p>
<p>*#9999# Phones software version if *#0000# does not work *#06# For checking the International Mobile Equipment Identity (IMEI Number)</p>
<p>#pw+1234567890+<wbr></wbr>1# Provider Lock Status. (use the &#8220;*&#8221; button to obtain the &#8220;p,w&#8221; and &#8220;+&#8221; symbols)</p>
<p>#pw+1234567890+<wbr></wbr>2# Network Lock Status. (use the &#8220;*&#8221; button to obtain the &#8220;p,w&#8221; and &#8220;+&#8221; symbols)</p>
<p>#pw+1234567890+<wbr></wbr>3# Country Lock Status. (use the &#8220;*&#8221; button to obtain the &#8220;p,w&#8221; and &#8220;+&#8221; symbols)</p>
<p>#pw+1234567890+<wbr></wbr>4# SIM Card Lock Status. (use the &#8220;*&#8221; button to obtain the &#8220;p,w&#8221; and &#8220;+&#8221; symbols)</p>
<p>GSM SAMSUNG SECRET CODES</p>
<p>*#06# -&gt; Show IMEI</p>
<p>*#9999# -&gt; Show Software version</p>
<p>*#0837# -&gt; Show Software Version (instructions)</p>
<p>*#0001# -&gt; Show Serial Parameters</p>
<p>*#9125# -&gt; Activates the smiley when charging.</p>
<p>*#9998*228# -&gt; <st1>Battery</st1> status (capacity, voltage, temperature)</p>
<p>*#9998*246# -&gt; Program status</p>
<p>*#9998*289# -&gt; Change Alarm Buzzer Frequency</p>
<p>*#9998*324# -&gt; Debug screenslect values. Cancel and ok.</p>
<p>*#9998*427# -&gt; Trace Watchdog</p>
<p>*#9998*523# -&gt; Change LCD contrast - Only with version G60RL01W</p>
<p>*#9998*544# -&gt; Jig detectService Table</p>
<p>*#9998*785# -&gt; RTK (Run Time Kernel) errors - if ok then phn is reset, info is put inmemory error.</p>
<p>*#9998*786# -&gt; Run, Last UP, Last DOWN</p>
<p>*#9998*837# -&gt; Software Version</p>
<p>*#9998*842# -&gt; Test Vibrator - Flash the screenligth during 10 seconds and vibrationactivated.</p>
<p>*#9998*862# -&gt; Vocoder Reg - <st1></st1><st1>Normal</st1>, Earphone or carkit can be selected</p>
<p>*#9998*872# -&gt; Diag</p>
<p>*#9998*947# -&gt; Reset On Fatal Error</p>
<p>*#9998*999# -&gt; Last/Chk</p>
<p>*#9998*9266# -&gt; Yann debug screen (=Debug Screens?)</p>
<p>*#9998*9999# -&gt; Software version</p>
<p>*0001*s*f*t# -&gt; Changes serial parameters (s=?, f=0,1, t=0,1) (incomplete)</p>
<p>*0002*?# -&gt; unknown</p>
<p>*0003*?# -&gt; unknown SP-unlock SGH-600 and SGH 2100</p>
<p>*2767*3855# -&gt; Full EEPROM Reset ( THIS CODE REMOVES SP-LOCK!! ) But also changes IMEI to 447967-89-400044-<wbr></wbr>0</p>
<p>*2767*2878# -&gt; Custom EEEPROM Reset These codes has been tested with version FLD_2C6 G60SB03X of Samsung SGH-600 type 8889 instead of 9998.</p>
<p><strong>GSM MOTOROLA SECRET <st1>MOBILE</st1> CODES</p>
<p>Motorola</strong></p>
<p>IMEI number: * # 0 6#<br />
Net <st1></st1><st1>Monitor</st1> <st1>ON</st1>: * * * 1 1 3 * 1 * [OK]<br />
Net Monitor OFF: * * * 1 1 3 * 1 * [OK]<br />
* - press this until box shown up</p>
<p>To activate RBS:</p>
<p>(pause means the * key held in until box appears)</p>
<p>[pause] [pause] [pause] 1 1 3 [pause] 1 [pause] [ok]</p>
<p>You now have to press the [MENU] and scroll to the &#8216;Eng Field Options&#8217; function with the keys, and enable it.</p>
<p>To de-activate RBS,</p>
<p>[pause] [pause] [pause] 1 1 3 [pause] 0 [pause] [ok]</p>
<p>This only works with some versions of software. Please report what works and doesn&#8217;t for you.</p>
<p>Reported working, by country:</p>
<p>d460: IT<br />
6200 Flare: <st1>UK</st1> (<st1></st1><st1>Orange</st1>), AU<br />
7500: IT (model: F16 HW: 5.2 SW: 2.1)<br />
8200: ES, AU, NL, BE<br />
8400: IT, NL<br />
8700: AU, IT, SG, DE, ES, ZA<br />
Uses of RBS:</p>
<p>Distance From Base Station - Place a call, when it is answered, press [MENU] until &#8216;Eng Field Option&#8217; is displayed, press [OK], select &#8216;Active Cell&#8217;, press [OK], press [MENU] until &#8216;Time Adv xxx&#8217; appears, where xxx is a number. Multiply this number by 550, and the result is the distance from the RBS (Radio Base Station), in meters.</p>
<p>Signal Quality - press [MENU] until &#8216;Eng Field Option&#8217; is displayed, press [OK], select &#8216;Active Cell&#8217;, press [OK], press [MENU] until &#8216;C1&#8242; appears. This is the signal quality. If it becomes negative for longer than 5 seconds, a new cell is selected.</p>
<p><strong>SONY ERICSSON SECRET CODE</strong></p>
<p>General Secrets</p>
<p>IMEI (International Mobile Equipment Identity): *#06#</p>
<p>Firmware Version: &gt;*&lt;&lt;*&lt;*</p>
<p>Programming Checks: &gt;*&lt;&lt;*&lt;*&gt; or &gt;*&lt;&lt;*&lt;*&gt;</p>
<p>Accessing the phone without a SIM card: **04*0000*0000*<wbr></wbr>0000# then on &#8216;Wrong Pin&#8217; No</p>
<p>Reset English Menu: *#0000#</p>
<p>300, 600, 700 Series</p>
<p>Programming Menu (Short): 987 + &gt;</p>
<p>Programming Menu (Long): 923885 + &gt;</p>
<p>Field Test: 904090 + &gt; (to exit 904090 + &gt;)</p>
<p>Phone Test: 904059 + &gt; (to exit 3 + &lt;)</p>
<p>Phone Reset: 904060 + &gt;</p>
<p>CDMA Mode: 904093 + menu</p>
<p>Analog Mode: 904095 + menu DM mode 904959 + menu</p>
<p>GSM PHILIPS SECRET CODES</p>
<p>Philips GENIE</p>
<p>To view IMEI number *#06#</p>
<p>*#2254*# is the statusregister: C, BS, RR, MMI, CREAT.</p>
<p>*#2255*# will activate and deactivate the &#8220;DEBUG CALL&#8221;-Mode</p>
<p>*#2558*# will display the time in days,hours and minutes you are connected to the GSM network</p>
<p>To force a reconnection to the network, type : *#2562*#</p>
<p>To view and modify the Security Code of the phone, type: *#7489*#</p>
<p>To view some info about your SIM card like the phase level, the name, type: *#7378*#</p>
<p>To obtain information on SIM lock, Init and Flags, press: *#3377*#</p>
<p>To activate or deactivate Sleep Mode: *#7693*#</p>
<p>To get info about Sleep Mode: *#8463*#</p>
<p>Philips FIZZ<br />
IMEI: *#06#</p>
<p>Lock Code: *#1234#</p>
<p>Software Version<br />
To find software version, enter *#8377*#</p>
<p>The output will look something like:</p>
<p>Version : 0916 - EEPROM : 00000000-00 - TDA : 2445 - KISS : 0502 SIM-LCK</p>
<p>..or extended software version *#5644*#</p>
<p>output:</p>
<p>Version : 09162205 - EEPROM : 00000000-00 - TDA : 2445 - KISS : 0502 SIM-LCK</p>
<p>SM ALCATEL SECRET <st1>MOBILE</st1> CODES</p>
<p>ALCATEL</p>
<p>* # 0 6 # : IMEI number<br />
* # 0 6 # : Software version<br />
0 0 0 0 0 0 * : Net Monitor</p>
<p>PINOUTS AND CODES FOR PANASONIC MOBILES</p>
<p>Panasonic G500</p>
<p>IEMI:<br />
To view IMEI number *#06#</p>
<p>&#8212;&#8212;&#8212;&#8212;<wbr></wbr>&#8212;&#8212;&#8212;<wbr></wbr>&#8212;&#8212;&#8212;<wbr></wbr>&#8212;&#8212;&#8212;<wbr></wbr>&#8212;&#8212;&#8212;<wbr></wbr>&#8212;&#8212;&#8212;<wbr></wbr>&#8212;&#8212;&#8212;<wbr></wbr>&#8212;&#8212;&#8212;<wbr></wbr>&#8212;&#8211;</p>
<p>PINOUTS</p>
<p>1 - Ground<br />
2 - TX_Audio<br />
3 - Audio_Ground<br />
4 - HF_ON (L=ON) -&gt; L=H/F ON<br />
5 - AOP_Sense &lt;- Data Adaptor Select<br />
6 - Serial_Up &lt;- UART up (9600,33.8kbps)<br />
7 - Serial_Down -&gt; UART down<br />
8 - External_Power &lt;- POWER FOR CHARGING<br />
9 - Ground<br />
10 - RX_Audio<br />
11 - Radio_Mute -&gt; L=MUTE<br />
12 - HF_Sense &lt;- L=H/F MODE<br />
13 - Reserved L=FLASH WRITE ENABLE<br />
14 - Ignition &lt;- H=ON<br />
15 - Logic_Power -&gt; H=HANDSET ON<br />
16 - PAON -&gt; Power Amplifier Control Signal.</p>
<p>************<wbr></wbr>*********<wbr></wbr>*********<wbr></wbr>*********<wbr></wbr>*********<wbr></wbr>** **<br />
Nokia 3310 Secret codes<br />
Jul, 08 2003 - 06:20<br />
contributed by: mef<br />
*#06# To find IMEI (International Mobile Equipment Identity)</p>
<p>*#7780# Restores Factory Settings..(Memory, language, counters not included)</p>
<p>*#3110# For checking the phone&#8217;s software (SW) - called firmware revision information.</p>
<p>*#746025625# [*#sim0clock#<wbr></wbr>] To check if the Sim-Clock can be Stopped (Sim-clock-stop is a kind of standby mode which will save battery time)</p>
<p>*#92702689# [*#war0anty#<wbr></wbr>] Phone asks &#8216;warranty code:&#8217;</p>
<p>6232 (OK) Displays the Month and Year of Manufacture</p>
<p>9268 (OK) Displays Serial Number</p>
<p>7332 (OK) Displays the date of the last repairment - if found</p>
<p>7832 (OK) Displays (if found) the date where the phone was purchased</p>
<p>37832 (OK) Set the Purchasing Date MMYY (This date can be set only once!)</p>
<p>87267 (OK) Transfers ALL phone numbers, Logo&#8217;s, and ringtones from other gsm phones</p>
<p>Nokia 101 cell phone lockcode<br />
Jul, 10 2000 - 02:35<br />
Nokia 101 cell phones set up by Bell Mobility in <st1></st1><st1>Toronto</st1> can have their lock code circumvented by the following method:</p>
<p>Type: * 3001 # 12345 [STO] 00<br />
Wait for: NOT DONE<br />
Type: [RCL] 01</p>
<p>Clear old lock code (the last four digits) and enter a new lock code. Be very careful not to delete other characters.</p>
<p>Type: [STO] 01 [STO]<br />
Turn power off.</p>
<p>Nokia 9000/9000i<br />
Nov, 25 2000 - 22:41<br />
To view IMEI number *#06#<br />
To view Software Version enter *#8110# Latest Version is under Phone Info.<br />
To view Week and Year of manufacture enter *#3283#<o :p></o></p>
<p><o></o>
</p>
<p class="MsoNormal"><o> </o><o :p></o></p>
<p class="MsoNormal"><o> </o><o :p></o></p>
<p class="MsoNormal"><o> </o><o :p></o></p>
<p class="MsoNormal"><o> </o><o :p></o></p>
<p class="MsoNormal"><o> </o><o :p></o></p>
<p class="MsoNormal"><o> </o></p>
<p class="MsoNormal">Samsung SGH-600 / SGH-2100<br />
Secret Codes</p>
<p>*#06# -&gt; Show IMEI<br />
*#9999# -&gt; Show Software Version<br />
*#0837# -&gt; Show Software Version (instructions)<br />
*#0001# -&gt; Show Serial Parameters<br />
*#9125# -&gt; Activates the smiley when charging.</p>
<p>*#9998*228# -&gt; <st1>Battery</st1> status (capacity, voltage, temperature)<br />
*#9998*246# -&gt; Program status<br />
*#9998*289# -&gt; Change Alarm Buzzer Frequency<br />
*#9998*324# -&gt; Debug screens<br />
*#9998*364# -&gt; Watchdog<br />
*#9998*377# -&gt; EEPROM Error Stack - Use side keys to select values. Cancel and ok.<br />
*#9998*427# -&gt; Trace Watchdog<br />
*#9998*523# -&gt; Change LCD contrast - Only with version G60RL01W<br />
*#9998*544# -&gt; Jig detect<br />
*#9998*636# -&gt; Memory status<br />
*#9998*746# -&gt; SIM File Size<br />
*#9998*778# -&gt; SIM Service Table<br />
*#9998*785# -&gt; RTK (Run Time Kernel) errors - if ok then phn is reset, info is put in memory error. *#9998*786# -&gt; Run, Last UP, Last DOWN<br />
*#9998*837# -&gt; Software Version<br />
*#9998*842# -&gt; Test Vibrator - Flash the screenligth during 10 seconds and vibration activated.<br />
*#9998*862# -&gt; Vocoder Reg - <st1></st1><st1>Normal</st1>, Earphone or carkit can be selected<br />
*#9998*872# -&gt; Diag<br />
*#9998*947# -&gt; Reset On Fatal Error<br />
*#9998*999# -&gt; Last/Chk</p>
<p>*#9998*9266# -&gt; Yann debug screen (=Debug Screens?)<br />
*#9998*9999# -&gt; Software version</p>
<p>*0001*s*f*t# -&gt; Changes serial parameters (s=?, f=0,1, t=0,1) (incomplete)<br />
*0002*?# -&gt; unknown<br />
*0003*?# -&gt; unknown</p>
<p>SP-unlock SGH-600 and SGH 2100</p>
<p>*2767*3855# -&gt; Full EEPROM Reset ( THIS CODE REMOVES SP-LOCK!! )<br />
But also changes IMEI to 447967-89-400044-<wbr></wbr>0, To restore your old IMEI use the IMEI program found on the software page.</p>
<p>*2767*2878# -&gt; Custom EEEPROM Reset</p>
<p>These codes has been tested with version FLD_2C6 G60SB03X of Samsung SGH-600</p>
<p>Samsung 811<br />
Jul, 08 2000 - 01:24<br />
47*869#08#9</p>
<p>- unlock code / change roaming code / ID</p>
<p>SIEMENS S1 / S3 / S3 COM / S4</p>
<p>To view the software date and else with S3 com, S4, S4Power<br />
press with SIM removed *#06# and left softkey.</p>
<p>To view some other stuff with S4Power<br />
press with SIM removed *#06# and left softkey twice.</p>
<p>To view the software date with S3 com, S4, S4Power<br />
press with SIM installed menu 98 and left softkey twice.</p>
<p>ACTIVATE MONITOR MODE</p>
<p>Siemens S1/S3</p>
<p>Menu, 9 (Phone Options), 7 (Phone Status), Left Display Button (left MENU key),<br />
5553756, HangUp Button (Red HandSet key)</p>
<p>Siemens S3 COM/S4</p>
<p>Menu, 9 (Phone Options), 7 (Phone Status), Left Display Button<br />
(left MENU key), 7684666, HangUp Button (Red HandSet key)</p>
<p>Note: Now Monitor should appear at the bottom of the Network Options menu.</p>
<p>MONITOR MODE</p>
<p>Pressing the right Display Button when in monitor mode will toggle into 1 and 2 modes</p>
<p>Pressing the right Display Button when in monitor mode will show a<br />
list of the six cells with the strongest signals.</p>
<p>Test Mode Indicators: (* = only available when call in progress )</p>
<p>CH Channel Number</p>
<p>RX Signal Strength (dB)</p>
<p>N NCC (Colour Code)</p>
<p>B BCC (Colour Code)</p>
<p>CI Cell ID (in Hex)</p>
<p>C1+ How long before phone does forced hand over.(see RX and RXAM)</p>
<p>LAI Location Area Identity. Display Network ID code(42F010 = 240.01) and MSC</p>
<p>TXPWR Transmit Power (dB)</p>
<p>RXAM Receive signal strength cut-off point</p>
<p>TS* Time Slot Number</p>
<p>TA* Timing Advance. Distance from tower in Km X 2</p>
<p>PL* Power Level<br />
SIEMENS S1</p>
<p>Here&#8217;s a trick to play Tetris, also known as Klotz on a Siemens S1.<br />
Turn the phone on. Enter PIN. Before the telephone has logged in to the<br />
your GSM net do the following steps.</p>
<p>1: Choose F 9 (function settings)<br />
2: Choose send own number and push the right button for choose.<br />
3: Push 9</p>
<p>USE 2 as &lt; and 8 as &gt; , rotate the klotz with 5 and drop with 4.</p>
<p>I have just heard from one of the programmers of the phone that Tetris<br />
was in the phone during development, but it was removed before it was produced.<br />
Apparantly someone has the patent on games in mobile phones and Siemens<br />
didn&#8217;t want to pay the licensing fees. It was either in Menu F-9-9 or it&#8217;s not there at all.</p>
<p>Siemens C 25</p>
<p>Secret Codes</p>
<p>SP unlock *#0003*(secret code 8 digits)#</p>
<p>*#06# for checking the IMEI (International Mobile Equipment Identity)</p>
<p>Resets language to automatic selection : * # 0000 # then Green button</p>
<p>Pin Out</p>
<p>1- GND<br />
2- SB<br />
3- POWER<br />
4- NC<br />
5- TX<br />
6- RX<br />
7- CLOCK<br />
8- DATA<br />
9- GND MIC<br />
10- HF MIC<br />
11- AUDIO<br />
12- GND AUDIO</p>
<p>Sagem MC959</p>
<p>Secret Codes</p>
<p>MC959</p>
<p>in main menu press * for hot-menu:<br />
lcd, led, vibra, tests, imei, software versions, battery voltage</p>
<p>Type MENU - 5 - 1 - 1 - # to enter Engineering menu on SAGEM (RC-712, 721, 815 and 815 plus) phones.</p>
<p>Panasonic G500</p>
<p>IEMI:<br />
To view IMEI number *#06#</p>
<p>&#8212;&#8212;&#8212;&#8212;<wbr></wbr>&#8212;&#8212;&#8212;<wbr></wbr>&#8212;&#8212;&#8212;<wbr></wbr>&#8212;&#8212;&#8212;<wbr></wbr>&#8212;&#8212;&#8212;<wbr></wbr>&#8212;&#8212;&#8212;<wbr></wbr>&#8212;&#8212;&#8212;<wbr></wbr>&#8212;&#8212;&#8212;<wbr></wbr>&#8212;&#8211;</p>
<p>PINOUTS</p>
<p>1 - Ground<br />
2 - TX_Audio<br />
3 - Audio_Ground<br />
4 - HF_ON (L=ON) -&gt; L=H/F ON<br />
5 - AOP_Sense &lt;- Data Adaptor Select<br />
6 - Serial_Up &lt;- UART up (9600,33.8kbps)<br />
7 - Serial_Down -&gt; UART down<br />
8 - External_Power &lt;- POWER FOR CHARGING<br />
9 - Ground<br />
10 - RX_Audio<br />
11 - Radio_Mute -&gt; L=MUTE<br />
12 - HF_Sense &lt;- L=H/F MODE<br />
13 - Reserved L=FLASH WRITE ENABLE<br />
14 - Ignition &lt;- H=ON<br />
15 - Logic_Power -&gt; H=HANDSET ON<br />
16 - PAON -&gt; Power Amplifier Control Signal.</p>
<p>Mitsubishi MT- D30</p>
<p>Secret Codes</p>
<p>Monitor mode: Hold C and press 379<br />
Secret menu: Hold C and press 987<br />
Version number: Hold C and press 597<br />
Phase1 and 2 : Hold C and press 499<br />
Warm start : Hold C and press 179<br />
Instant turn off: Hold C and press 999<br />
Unlock menu: Hold C and press 787090</p>
<p>Mitsubishi Trium</p>
<p>*#0000# to reset the phones menu-language to natural language, set initially by the distributor.</p>
<p>*#06# for checking the IMEI (International Mobile Equipment Identity)</p>
<p>hold * then 5806 - show software version<br />
hold * then 5807 - a littel bit diffrent<br />
hold * then 5472 - Testmode for datacable (it seems so)<br />
hold * then 4329 - Activate and deactivate NETMONITOR<br />
hold * then 621342 - Activate and deactivate another NETMONITOR<br />
hold * then 3926 - shutdown</p>
<p>SP lock<br />
You can turn around the lock routin by entering **04*PIN*PIN*<wbr></wbr>PIN# now the secretcode change was applied and the software turns back to main menue. It works not on all triums, only on thos with older sofware versions.</p>
<p>SIEMENS S1 / S3 / S3 COM / S4</p>
<p>To view the software date and else with S3 com, S4, S4Power<br />
press with SIM removed *#06# and left softkey.</p>
<p>To view some other stuff with S4Power<br />
press with SIM removed *#06# and left softkey twice.</p>
<p>To view the software date with S3 com, S4, S4Power<br />
press with SIM installed menu 98 and left softkey twice.</p>
<p>ACTIVATE MONITOR MODE</p>
<p>Siemens S1/S3</p>
<p>Menu, 9 (Phone Options), 7 (Phone Status), Left Display Button (left MENU key),<br />
5553756, HangUp Button (Red HandSet key)</p>
<p>Siemens S3 COM/S4</p>
<p>Menu, 9 (Phone Options), 7 (Phone Status), Left Display Button<br />
(left MENU key), 7684666, HangUp Button (Red HandSet key)</p>
<p>Note: Now Monitor should appear at the bottom of the Network Options menu.</p>
<p>MONITOR MODE</p>
<p>Pressing the right Display Button when in monitor mode will toggle into 1 and 2 modes</p>
<p>Pressing the right Display Button when in monitor mode will show a<br />
list of the six cells with the strongest signals.</p>
<p>Test Mode Indicators: (* = only available when call in progress )</p>
<p>CH Channel Number</p>
<p>RX Signal Strength (dB)</p>
<p>N NCC (Colour Code)</p>
<p>B BCC (Colour Code)</p>
<p>CI Cell ID (in Hex)</p>
<p>C1+ How long before phone does forced hand over.(see RX and RXAM)</p>
<p>LAI Location Area Identity. Display Network ID code(42F010 = 240.01) and MSC</p>
<p>TXPWR Transmit Power (dB)</p>
<p>RXAM Receive signal strength cut-off point</p>
<p>TS* Time Slot Number</p>
<p>TA* Timing Advance. Distance from tower in Km X 2</p>
<p>PL* Power Level<br />
SIEMENS S1</p>
<p>Here&#8217;s a trick to play Tetris, also known as Klotz on a Siemens S1.<br />
Turn the phone on. Enter PIN. Before the telephone has logged in to the<br />
your GSM net do the following steps.</p>
<p>1: Choose F 9 (function settings)<br />
2: Choose send own number and push the right button for choose.<br />
3: Push 9</p>
<p>USE 2 as &lt; and 8 as &gt; , rotate the klotz with 5 and drop with 4.<o :p></o></p>
<p><o></o><o></o></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.khrisna.net/2008/02/22/kode-rahasia-gsm-cdma/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hotspot Networking On VMware</title>
		<link>http://dev.khrisna.net/2008/02/16/hotspot-networking-on-vmware/</link>
		<comments>http://dev.khrisna.net/2008/02/16/hotspot-networking-on-vmware/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 04:01:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Intro]]></category>

		<category><![CDATA[Server]]></category>

		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://dev.khrisna.net/2008/02/16/hotspot-networking-on-vmware/</guid>
		<description><![CDATA[
Rada ribet juga jika harus develop aplikasi yang menggunakan networking yang bermacam-macam. akhirnya gw putuskan untuk membangun satu jaringan virtual di pc gw. Untuk penggunaan virtual ini, host dituntut untuk menyediakan source yang cukup besar.
Disini, gw menggunakan laptop Toshiba Satellite dengan OS windows 2003 server, memory 1GB dan external HDD 80GB.
Penggunaan space HDD tergantung dari [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dev.khrisna.net/wp-content/vmware.jpg" rel="lightbox" title="VmWare Connection"><img src="http://dev.khrisna.net/wp-content/vmware.thumbnail.jpg" alt="Vmware Connection" /></a></p>
<p>Rada ribet juga jika harus develop aplikasi yang menggunakan networking yang bermacam-macam. akhirnya gw putuskan untuk membangun satu jaringan virtual di pc gw. Untuk penggunaan virtual ini, host dituntut untuk menyediakan source yang cukup besar.<br />
Disini, gw menggunakan laptop Toshiba Satellite dengan OS windows 2003 server, memory 1GB dan external HDD 80GB.</p>
<p>Penggunaan space HDD tergantung dari besarnya virtual server yang di gunakan. Untuk itu  spec virtual yg gw gunain antara lain :</p>
<ul>
<li>Mikrotik
<ul>
<li>Memory 128 Mb</li>
<li>Hdd SCSI 256 Mb</li>
<li>NIC 2</li>
</ul>
</li>
<li>Radius
<ul>
<li>OS Fedora 6.0 + FreeRadius</li>
<li>Memory 256 Mb</li>
<li>Hdd SCSI 2GB</li>
<li>NIC 1</li>
</ul>
</li>
<li>Windows XP
<ul>
<li>memory 128Mb</li>
<li>Hdd SCSI 256Mb</li>
<li>NIC 1</li>
</ul>
</li>
</ul>
<p><span id="more-25"></span><br />
Seting virtual hotspot menggunakan VMware :</p>
<ol>
<li> Konfigurasi ethernet masing-masing Virtual machine sesuai dengan gambar diatas.</li>
<li> Konfigurasi mikrotik untuk mengaktifkan fitur hotspot dengan koneksi radius (jika menggunakan radius).</li>
<li>Buatkan user untuk login hotspot.</li>
<li> Seting IP pada client menggunakan DHCP.</li>
<li> Kemudian test login hotspot pada Client menggunakan user yang telah dibuat sebelumnya.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://dev.khrisna.net/2008/02/16/hotspot-networking-on-vmware/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Where&#8217;s my Remote IP Address?</title>
		<link>http://dev.khrisna.net/2008/02/13/remote-ip-address-on-isa-server-2006/</link>
		<comments>http://dev.khrisna.net/2008/02/13/remote-ip-address-on-isa-server-2006/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 19:19:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ISA Server]]></category>

		<category><![CDATA[Server]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dev.khrisna.net/2008/02/13/remote-ip-address-on-isa-server-2006/</guid>
		<description><![CDATA[ Gw dapet masalah setelah instalasi ISA Server 2006 di Windows 2003, yaitu Remote IP Address selalu berasal dari PC local (localhost).
Setelah beberapa kali check and googling, ternyata request pada port 80 di &#8216;hold&#8217; oleh ISA yang kemudian &#8216;dirinya&#8217; melakukan request ke local &#8216;Web Server&#8217;.  Terang aja IP-nya die mulu yang selalu ada di [...]]]></description>
			<content:encoded><![CDATA[<p align="justify"> <img src="http://dev.khrisna.net/wp-content/windows.thumbnail.jpg" alt="windows.jpg" />Gw dapet masalah setelah instalasi <a href="http://www.isaserver.org/" target="_blank">ISA Server 2006</a> di Windows 2003, yaitu Remote IP Address selalu berasal dari PC local (localhost).<br />
Setelah beberapa kali check and googling, ternyata request pada port 80 di &#8216;hold&#8217; oleh ISA yang kemudian &#8216;dirinya&#8217; melakukan request ke local &#8216;Web Server&#8217;.  Terang aja IP-nya die mulu yang selalu ada di access log. Bolak balik klik F1, hikz.. memang tidak ada jalan lain selain merubah port webservice tersebut.<br />
Walah!.. kaga pernah2nye gw ganti port Webservice selain 80 untuk http-nya, dan 443 untuk https-nya. Kali ini, akhirnya gw tunduk ama nih ISA server and berharap servicenya berjalan lancar.<br />
Selain kudu diganti port web service, profile firewall juga kudu ditambahkan dengan allowing &#8216;web publish&#8217; yang di bridge ke port webservice yang sebelumnya telah di rubah.<br />
<span id="more-22"></span>Tidak hanya sampai di situ, &#8216;web listener&#8217; kudu di set &#8216;authentication option&#8217; -nya dengan pilihan &#8216;No Authentication&#8217;.<br />
truz, pada pilihan Advance set ke &#8216;Allow Client authentication over HTTP&#8217; .. (et dah!, ribet gw nulisnyeh&#8230;)
</p>
<p align="justify"> Voila !, finally webservice gw dapet ngabaca Remote IP addressnya. It tooks me 3 Days to find out.. Thanks buat bro <a href="http://www.caplang.net" target="_blank">Caplang </a>yang udah ngerjain gw ampe dapet elmu baru <strike>cuma karena mu liat comment-nya dari ip mana ajeh</strike>&#8230; :D, keep &#8216;clamitan&#8217; bro&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.khrisna.net/2008/02/13/remote-ip-address-on-isa-server-2006/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Portal Narsis</title>
		<link>http://dev.khrisna.net/2008/02/08/portal-narsis/</link>
		<comments>http://dev.khrisna.net/2008/02/08/portal-narsis/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 11:43:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Intro]]></category>

		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://dev.khrisna.net/2008/02/08/portal-narsis/</guid>
		<description><![CDATA[Gw cuma mo sharing website dikit nih.
Salah satu portal yang gw suka adalah www.guebanget.com. Sepintas nih website mirip banget ama &#8216;youtube&#8216;. Karena emang di desain sedemikian rupa agar pengguna youtube &#8216;local&#8217; ngga &#8216;keder&#8217; ama tampilan gegeduknya. So, apa istimewanya ?
Kelebihan nih portal adalah lokasi servernya yg nemplok di server indonesia (IIX) tepatnya gedung Cyber-Jakarta. Dimana [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Gw cuma mo sharing website dikit nih.<br />
Salah satu portal yang gw suka adalah <a href="http://www.guebanget.com" target="_blank">www.guebanget.com</a>. Sepintas nih website mirip banget ama &#8216;<a href="http://www.youtube.com" target="_blank">youtube</a>&#8216;. Karena emang di desain sedemikian rupa agar pengguna youtube &#8216;local&#8217; ngga &#8216;keder&#8217; ama tampilan gegeduknya. So, apa istimewanya ?<img src="http://dev.khrisna.net/wp-content/logo75.thumbnail.jpg" alt="logo75.jpg" align="right" /><br />
Kelebihan nih portal adalah lokasi servernya yg nemplok di server indonesia (IIX) tepatnya gedung Cyber-Jakarta. Dimana akses ke website ini bisa lebih cepet karena ngga perlu lompat jauh2 keluar negri. Loading clipnya ngga terlalu lama, Ngga perlu takut putus koneksi pada saat upload clip tercinta, and yang terpenting adalah save badwith international bro&#8230;<br />
Fungsi yang di berikan juga ngga beda2 jauh ama <a href="http://www.youtube.com" target="_blank">youtube</a>, kita boleh upload seenak udel, kecuali pelem <strike>bokep</strike> yang berbau SARA dan pornografi.<br />
The &#8216;good news&#8217; adalah, beberapa penyanyi local, seperti <a href="http://www.drivemaniacs.com/" target="_blank">Drive</a>, <a href="http://www.tompiholics.com" target="_blank">Tompi</a> and <a href="http://www.padi-online.com" target="_blank">Padi</a>, udah mulai ngelirik nih site buat upload &#8216;<em>behind the scene</em>&#8216; mereka, atau beberapa clip &#8216;unrelease&#8217;.<br />
So..  keep narsis, and save international Bandwith&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.khrisna.net/2008/02/08/portal-narsis/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
