~Welcome To Mobile Trickz~


Hey there, Welcome to Mobile-Trickz!!


This is your one stop destination for all mobile related info.. Check this site regularly to get updates on everything related to mobile phones!!

DISCLAIMER

The creator of this site or the ISP(s) hosting any content on this site take NO responsibility for the way you use the information provided on this site. The content, links or anything else on this site are here for educational purposes only and SHOULD BE DOWNLOADED OR USED AT YOUR OWN RISK, WHATSOEVER! If you are affiliated with any government, or ANTI-Piracy group or any other related group or were a former worker of one you are NOT WELCOME to enter this site or access any of the content. All the objects on this site are PRIVATE property. DO NOT ENTER whatsoever! 
If you enter this site you are not agreeing to these terms and you are violating code 431.322.12 of the Internet Privacy Act signed by BillClinton in 1995 and that means that you CANNOT threaten our ISP(s) or any person(s) or company storing these files.



DO NOT VIEW THIS SITE IF YOU ARE SEEKING TO PARTICIPATE IN ILLEGAL ACTIVITIES. FURTHER INFO WILL BE PROVIDED AT A LATER DATE REGARDING THE CONSEQUENCES OF ILLEGAL ACTIVITIES STEMMING FROM INFO RECEIVED FROM THIS SITE.

This site does not store any files on its server. All contents are provided by non-affiliated third parties.


Free Web Hosting with Website Builder

~Free Webhost~

Hello everyone! 
Today I just found this free host with:

- 1500 MB of Disk Space
- 100 GB Bandwidth
- Your own domain hosting
- cPanel Control panel
- Website Builder
- Over 500 website templates ready for download
- Free POP3 Email Box and Webmail access
- FTP and Web based File Manager 
- PHP, MySQL, Perl, CGI, Ruby. 
- No Ads at all !


Check it out Here: Free Web Hosting with Website Builder

~Cool Mobile Site~

Free SMS anywhere, Song dedication, Bulk SMS, SMS HTTP API, Ring tones,wall papers, videos, games
 
Hey guys, I just want to share my experience while surfing a new website www.sms56300.com. It is a very nice website for complete mobile stuffs.
So log on to www.sms56300.com. I found the following Unique features in this website :
1. Free Messaging : It allows you to send messages to anyone and anywhere all over the world. It gives you 20 credits free while you get registered with this website.
2. Song dedication:With the help of this unique service you can dedicate the desired song to your dear ones on mobile. You should at least give it a try to this awesome service and I assure that you will not regret after using it. This site also provides you with large list of songs that are best suited to your mood. It is just one of the best ways of letting your loved ones know that you care for them.
3. Bulk messaging:This feature offers bulk SMS and allow you to send bulk messages. This would enable the client and their users to send bulk SMS batches from a web site. This is one of the amazing features that this site provides.
4. Download Mobile content:Through this feature you are allowed to download ringtones, polytones, truetones, wall-paper, themes, videos, games, jokes and quotes. Just check them out and get the best one for your mobile.
5. Multilingual SMS: This feature allows you to send SMS in Hindi and Punjabi language along with English.
6. Two way Messaging: With the help of this feature you can also receive a reply in your inbox.

So guys what you are waiting for?? Just check this out and I am sure you will have loads of good things to say once you visit it.

~Send SMS To India~








Free SMS to India

~Nokia Secrey Codes~

On the main screen type in:
*#06# for checking the IMEI (International Mobile Equipment Identity).
*#7780# reset to factory settings.
*#67705646# This will clear the LCD display(operator logo).
*#0000# To view software version.
*#2820# Bluetooth device address.
*#746025625# Sim clock allowed status.
#pw+1234567890+1# Shows if sim have restrictions.
*#92702689# - takes you to a secret menu where you may find some of the information below:
1. Displays Serial Number.
2. Displays the Month and Year of Manufacture
3. Displays (if there) the date where the phone was purchased (MMYY)
4. Displays the date of the last repair - if found (0000)
5. Shows life timer of phone (time passes since last start)
*#3370# - Enhanced Full Rate Codec (EFR) activation. Increase signal strength, better signal reception. It also help if u want to use GPRS and the service is not responding or too slow. Phone battery will drain faster though.
*#3370* - (EFR) deactivation. Phone will automatically restart. Increase battery life by 30% because phone receives less signal from network.
*#4720# - Half Rate Codec activation.
*#4720* - Half Rate Codec deactivation. The phone will automatically restart
If you forgot wallet code for Nokia S60 phone, use this code reset: *#7370925538#
Note, your data in the wallet will be erased. Phone will ask you the lock code. Default lock code is: 12345
Press *#3925538# to delete the contents and code of wallet.
Unlock service provider: Insert sim, turn phone on and press vol up(arrow keys) for 3 seconds, should say pin code. Press C,then press * message should flash, press * again and 04*pin*pin*pin# \
*#7328748263373738# resets security code.
Default security code is 12345
Change closed caller group (settings >security settings>user groups) to 00000 and ure phone will sound the message tone when you are near a radar speed trap. Setting it to 500 will cause your phone 2 set off security alarms at shop exits, gr8 for practical jokes! (works with some of the Nokia phones.) Press and hold "0" on the main screen to open wap browser.

Thanks.

~SMS me FREE~

Exchange SMS with me, without revealing your mobile number, by sending SMS to +44 7624 80 81 82 starting your message with the keyword TRIX

Network charges apply. Message length can be up to 160 characters, including the keyword.

~ Airtel Ringtone in C/C++ ~

Hey this is a really nice code!! Just compile it using ur C/C++ compiler and run...then you can hear the popular Airtel Ringtone...the Airtel Jingle...!! 

#include

#include

float main(void)
{
float A,Bb,D,G,F;
A = 440;
G = 780;
Bb = 461;
D = 586;
F = 687;
sound(G);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(500);
nosound();
sound(2*D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(2*Bb);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(500);
nosound();
sound(2*A);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 1
sound(G);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(500);
nosound();
sound(2*D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(2*Bb);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(500);
nosound();
sound(2*A);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 2
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 3
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
return 0;
}

~Online C Compiler~

This is an online C compiler for those who have no compiler in there system. It can compile source code upto 1000 bytes. It is very useful. Try it and bookmark!

http://www.delorie.com/djgpp/compile/