AT&T Tilt 8925 User Manual Customizing Phone Settings and Services

Posted in: Cell Phone |

Customizing Phone Settings and Services
You can customize phone settings, such as the ring type and ring tone to be used for incoming calls, and the keypad tone to be used when entering phone numbers. You can also set up your device to use phone services such as Call Waiting, Call Forwarding, and more.

To access phone settings and services
• Tap Menu > Options on the Phone screen; or
• Tap Start > Settings > Personal tab > Phone.

Ringer settings
To change the ring tone and ring type
1. On the Phone screen, tap Menu > Options > Phone tab.
2. In the Ring tone list, tap the sound you want to use.
Tip You can use *.wav, *.mid, *.mp3, *.wma or other files (see Appendix for a list of supported file formats) that you downloaded from the Internet or copied from your PC as ring tones. Copy the sound files first to the /Windows/Rings folder on your device, then select the sound from the Ring tone list of your device.
3. In the Ring type list, choose whether to be notified of incoming calls by a ring, a vibration, or a combination of both.

Keypad tone
You can change the tone you hear when entering a phone number on the keypad. If set to Long tones, the tone is heard continuously for as long as the number on the keypad is pressed. Use this setting if you are having trouble accomplishing tasks that rely on tones from your device such as accessing messages from an answering machine. If set to Short tones, the tone is heard only for one or two seconds. If set to Off, no tone will be heard.
1. On the Phone screen, tap Menu > Options > Phone tab.
2. In the Keypad list, tap the option you want.

Phone services
Your device can directly link to the mobile phone network, and allow you to access and change the settings of various phone services for your device. Phone services may include Call Forwarding, Call Waiting, Voicemail, and more. Contact your wireless service provider to find out about the availability of phone services for your device.

To access and change settings of phone services
1. Tap Start > Settings > Personal tab > Phone > Services tab.
2. Select the service you want to use, and then tap Get Settings.
3. Choose your desired options, and then tap OK.

Networks
You can view on your device which mobile phone networks are available to you, and arrange them in the order that you want your device to access them. For example, if your first preferred network is unavailable, your device will try to access your second preferred network.

To view available networks
1. Tap Start > Settings > Personal tab > Phone > Network tab.
2. Under Network selection, select Manual. The list of available networks is then displayed.

To set preferred networks
1. Tap Start > Settings > Personal tab > Phone > Network tab.
2. Tap Set Networks and follow the instructions on the screen to arrange the networks according to your preference.
3. After arranging the networks in the preferred order, tap OK to return

AT&T Tilt 8925 User Manual Installing a Storage Card

Posted in: Cell Phone |

Installing a Storage Card
There is a storage card slot at the bottom of your device. To have additional
storage for your images, videos, music, and files, you can purchase a
microSDTM card and insert it into the slot.
To insert a microSD card
1. Peel open the rubber that covers the storage card slot.

tilt-sd-slot2. Insert the microSD card into the slot with gold contacts facing down.
3. Replace the rubber cover.
Note To remove the microSD card, press the microSD card to pop it out of the slot.

How to add Google Analytics code to Simple Machines Forum

Posted in: Website Help |

This is a EZ fix! All you need to do is put a backslash (\) before any apostrophe’s (‘) in the google analytics code.

goog
Here is the Google Analytics Code from google.
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-999999");
pageTracker._trackPageview();
} catch(err) {}</script>

Here is the new code after the fix.
<script type=”text/javascript”>
var gaJsHost = ((“https:” == document.location.protocol) ? “https://ssl.” : “http://www.”);
document.write(unescape(“%3Cscript src=\’” + gaJsHost + “google-analytics.com/ga.js\’ type=\’text/javascript\’%3E%3C/script%3E”));
</script>
<script type=”text/javascript”>
try {
var pageTracker = _gat._getTracker(“UA-99999″);
pageTracker._trackPageview();
} catch(err) {}</script>