Showing posts with label Mobile tricks. Show all posts
Showing posts with label Mobile tricks. Show all posts

Once again, free Airtel GPRS is working.
In NUTSHELL you had to do only 3 things:-
1. Enter your cel no. into USER NAME/NO. Field (If it is blank)
2. Change access point / APN to airtelfun.com or airtelmms.com
3. Configuring your application for following proxy setting…

Airtel Free GPRS Tips Revealed : 100% Working GPRS Tips
- If u r using airtelfun.com
IP Addr : 100.1.200.99
Port no. 8080
- If u r using airtelmms.com
IP Addr : 100.1.201.172
Port No. 8799
That all about settings!
[NOTE: Not all proxy will work for all. Also proxies are location-specific so a proxy working at my place may not work at yours. I know it means checking so many proxies but there is no shortcut for FREE!]



With your 5800 turned off,
Press and hold [Green] + [Red] + [Camera] Keys
Turn phone ON, and keep pressing it until you see the Nokia Shaking Hands Logo.

The Default code is still 12345, of course...

Do this if your device is not turning on properly or better yet bring it to your nearest Nokia Care Point.

Warning: This reset code will delete all data from the phones memory.



Input of all “indications” directly one behind the other – without “blanks” (these serve only the better overview).
1. *# 06 # – Seriennummer / IMEI indicates
2. *# 0000 # – SW version announcements (e.g. V3.42.1, 16-10-03, Nhl-10)
3. *# 2820 # – Bluetooth (BT) device address indicate.

Nokia Secret Unlock Codes List : Mobile Secret Code
4. xx # – Directory quick access (xx = storage location and afterwards lozenge e.g. 24 #)
5. A/from key – Short pressing for menu for switching between profiles
6. Menu key – Long pressing for “task manager” – switching between active programs (with “C” key programs can be terminated.)
7. Menu quick access – Over in the menu e.g. to point 3.1 arrive simply 31 enter (if the third symbol a file is opened is for these and then in it started the first Programm/Icon).
8. Autostart go around – When switching on of the Handys on to the pin inquiry the key “ABC” (pin) comes the whole time keeps pressed – this is to ignore (allegedly) the autoinitialization programs.



Sending files is so easy here i am showing how to do that read and comment

Sending files via bluetooth from your PC to Nokia Express is not difficult usinggnome-obex-send. As long as your bluetooth device is recognized by Ubuntu then it can be done. I use regular cheap USB bluetooth. The brand is ‘Le Taec’, made in Taiwan.
Before we start, don’t forget to turn on your Nokia Bluetooth.


Step 1. Configure your bluetooth device
.

Open your Linux Terminal (Applications > Accessories > Terminal).

- Type ‘sudo hciconfig -a hci0 up’ to turn on your bluetooth device.

- Type ‘hciconfig -a hci0‘ to check the USB status.

- Type ‘hcitool scan‘ to search the available device around. As you see at the screen below, I found a device named ‘Ida’. The information that we need is the id code.

- Copy the id code by select the code using your mouse cursor, press right mouse button then select ‘copy’ menu.
gnome_obex_send1

Step 2. Send the files.

Type the command with syntax below:
sudo gnome-obex-send dest device_id location+filename..
Now, you can start to send the files. Every id will be different for each Nokia handphone. Press ‘Enter’ to start the sending process.

gnome_obex_send2

Sending file is on progress.
gnome_obex_send3