Saturday, August 4, 2012

Set DisableLaunch access keys

Settings->Activator->Anywhere ... then set which activation to choose

This is useful if accidentally set DisableLaunch to lock Settings and cannot access it

Saturday, June 2, 2012

Calibrate MacBook Battery

  1. Plug MagSafe Power Adapter until fully charge (Battery icon = Charged and the charger’s connector light turns green).
  2. Keep the laptop plugged in for another two hours.
  3. Disconnect your laptop from power. Use it until it falls asleep from low battery.
  4. Turn off the laptop and do not use it for about five hours.
  5. Plug your laptop back in and let it fully charge.

Saturday, May 26, 2012

Kill or Force Quit a Mac OS X Application

Access the Apple Menu icon and click Force Quit

or

Press Command and Option and ESC simultaneously

Friday, May 11, 2012

APN Settings

GLOBE
http.globe.com.ph (Prepaid)
internet.globe.com.ph (Postpaid)

Tuesday, May 8, 2012

HTC Nexus One No Power, Would not Turn On

1) Insert Battery and Plug-in Power
2) wait for the Charging Light on,
3) while power is still plugged in, pull the battery
4) and then re-insert the battery back

To continue using the phone while power is broken, just install a sensor app e.g. Smart Screen ON, for turning off/on screen by waving hand.

Saturday, April 21, 2012

Set Up Gmail, Google Calendar, and Google Contacts on iOS

Settings-> "Mail, Contacts, Calendars"->"Add Account->Microsoft Exchange (NOT Gmail)
Email          : [use gmail email address]
Server        : m.google.com
Domain      : [leave the Domain field blank]
Username   : [use full gmail email address]
Password   : [use gmail password]
Description : [use any description]
(If error encountered ie "Unable to Verify Certificate", just tap cancel).
Enable Mail, Contact, and Calendar syncing from the account settings by turning ON feature.

Tuesday, April 3, 2012

Copying Files using Robocopy

Robocopy “C:\source_directory” “E:\destination_directory” /MIR /XA:SH /XD AppData /XJD /R:5 /W:15 /MT:32 /V /NP /LOG:Backup.log

/MIR      Mirror Copy
/XA:SH Exclude System and Hidden files
/XD       Exclude Folder
/XJD     Exclude link joints
/R /W     Retries and wait
/MT      Multi-threading
/V         Verbose
/NP       Do not show percentage
/LOG    Log file