Archive

Posts Tagged ‘How-To’

How to fix Missing Personal Hotspot after iOS 5 GM upgrade

October 5th, 2011 10 comments
This tip is to all of you iOS 5 developers – There is a really annoying bug in iOS 5 GM that makes the Personal Hotspot option disappear after the upgrade.

Well, fixing it is easy – all you have to do is Reset Network Settings (under General…Reset…) and the good old Personal Hotspot option will appear again.

Photo



Categories: How-To, iPhone, Tips Tags: , , , ,

Unknown iOS4 Features You Should Know

June 30th, 2010 3 comments
As soon as Apple released iOS4, blogs have began posting their reviews, impressions and 101 guides on it. These posts and reviews emphasized many excellent features like Folders for Applications, Unified Mail Box, Threaded Email (similar to how Gmail works), Multitasking, iBooks and a few others.
Here are three features that are less known but very useful:
  • Photo resizing when sending a photo attached to an email. Options include: small, medium, large and original size.
  • Copy a phone number and paste it into the dialer. No need to memorize or write a number on a piece of paper and then key it in. All you need to do is copy a phone number into the clipboard, then open the phone app, switch to the dialer tab and put your finger on the number display area until the Paste menu becomes visible. Voilà.
  • Character count in text message compose window. Very useful for the ones who don’t have an unlimited text messaging plan and want to make sure a text message does not exceed 160 chars

Posted via email from Jay Meydad’s Posterous



Categories: How-To, iPhone, Tips Tags: , , , ,

How To Speed Up iPhone’s iOS4 Upgrade Process By 90%

June 22nd, 2010 1 comment

Yesterday Apple released the much anticipated iOS4 and I decided to upgrade my iPhone 3G to it.

The upgrade process is managed by iTunes and has three steps:
1. Backup existing data files
2. Download the ~350MB OS file
3. Copy & install files to the iPhone

For some unknown reason, the backup process takes a long longer than a typical backups that happen whenever you sync your phone. It could even take 2-3 hours (!) if you have lots of data on your device.

While I was doing it, the progress bar moved very very slow and gives the feeling that the process is hung. In addition, whenever you get a phone call the process terminates and you have to restart it.

After spending about 3-4 hours on 2-3 failed tries I tried a work-around that worked well and cut up the backup process time by 90%. If you are one of the many
who are experiencing the same issue, you might want to give it a try:

Before backup & upgrade, sync your iPhone one more time with minimal amount of data one it. This means that you have to delete all music, video, photos and apps that are on it (but leave mail, calendar, notes and other important settings). The steps for doing that are:

1. Connect your iPhone to your computer but DO NOT start the upgrade process
2. Select the Apps, Music, Videos, Photos tabs and uncheck the main Sync checkbox
3. Then sync your one more time iPhone. This will free up most of the disk space on your iPhone. Once this sync is completed you should see it in the Capacity bar that is displayed on the Summary tab
4. Finally, start the Upgrade process by clicking on “Check for Update” button in iTunes’s iPhone’s Summary tab
5. Backup should take about 5 minutes and the entire upgrade process should be over within 20 minutes.

Welcome to iOS4. Enjoy.



Categories: How-To, Mobile, Tips Tags: , , , , , ,

Tip: MagicJack Does Magic To Your Phone Bill

July 21st, 2009 8 comments

If you don’t read Engadget or other gadget reviews websites you might find this helpful.

Here is how you could save a few hundred dollars per year on your home phone bill. It is called MagicJack, a VOIP service that requires a computer (PC or Mac) and an internet connection to provide extremely cheap local and long distance phone calls using a very small device that looks like a disk on key.

To get started you need to sign up for the free trail on the company’s website (or you could buy it at RadioShack). Once you have the device, simply plug it into the PC/Mac USB port and connect a regular phone to the jack on the other side (as in the photo below). Once plugged, your computer will automatically start running the dialer software and take you through a simple sign-up process, where you will be asked to select a phone number (currently they don’t support number portability). That’s it.

The service costs only $20 per year (no taxes, tolls and other hidden fees). The device itself costs $20 so your first payment (after the 30 days free trial is over) will actually be $40, but any subsequent year will be $20. And if you really want a great deal and lock the price for the next few years, you can prepay $60 for 5 years. That’s a pretty sweet alternative to AT&T’s $45/month + tolls and taxes, or Vonage’s $25/month.

Couple of side benefits some people might not be aware of:

  1. MagicJack makes your home home phone portable while you are traveling  (assuming you travel with a laptop).
  2. MagicJack gives you other features for free including call forwarding, voice mail and voicemail to email as attachment notifications
  3. If you have relatives/friends who live abroad (like I do) and you & them spend a decent amount of money every month on international calls, you might want to buy a MagicJack for them. This way they will have a US number and all calls done between them and you will be completely free.

I have been using it for a few weeks now and very happy with the overall experience. The call quality is excellent. Rarely I had any echos problem and disconnects. And when those happen, I simply unplug the device from the USB port, reconnect and restart the dialer program. This “hassle” is worth $550/year in savings.

MagicJack connected to a Mac Mini

Categories: How-To, Technology, Tips Tags: , , , ,

How To Add Signature Right After Reply In Entourage

March 12th, 2009 83 comments

By default, Microsoft Entourage automatically adds a signature at the very bottom of an email thread. I reply to dozens of emails every day and for a long time I used to cut the signature from the bottom and paste it to the correct place.

You might ask yourself how come I kept doing this. Very simple, I just could not find the right setting under the Preferences pane that would change the behavior. There is also no setting related to the positioning of the signature under the “Signatures”window to address this.

I finally found the time and did some online research and was able find the answer. I figured others could benefit from this tip as well. So, here it is. To get Entourage automatically add the signature at the top of the reply/forward, make sure you have the setting as in the screenshot below.

Alternatively, you could upgrade to Outlook which is a much better email client for Mac and is part of the new Office 2011, or use a webmail like Gmail.

Microsoft Entourage - adding signiture at top

Tip: How to send Flash elements to the back

November 24th, 2008 25 comments

I was checking the new LinkedIn search feature earlier today and noticed that the results displayed once you start typing inside the people search box were covered by the 300×250 flash ad.

This issue exists on many web sites where Flash objects appear in the front, and cover dynamic HTML content. One example are pages that have embedded YouTube videos as well as Snap Shots that appear as a layer under the video player instead in front of it .

To solve this issue, you don’t need to be a Flash development guru. All you should do is make sure the Flash object (ad, embedded video player, etc.) has a transparent background. Depending on whether you are using the OBJECT or EMBED tag:

  • Add the following parameter to the OBJECT tag: <param name="wmode" value="transparent">
  • Add the following parameter to the EMBED tag: wmode="transparent"

Once you change your code, you should not see an issue similar to the one below.