Settings->Activator->Anywhere ... then set which activation to choose
This is useful if accidentally set DisableLaunch to lock Settings and cannot access it
Technology blog for personal research and diary. Short Notes, Quick Reference, scripts, source codes, commands, etc
Saturday, August 4, 2012
Saturday, June 2, 2012
Calibrate MacBook Battery
- Plug MagSafe Power Adapter until fully charge (Battery icon = Charged and the charger’s connector light turns green).
- Keep the laptop plugged in for another two hours.
- Disconnect your laptop from power. Use it until it falls asleep from low battery.
- Turn off the laptop and do not use it for about five hours.
- 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
or
Press Command and Option and ESC simultaneously
Friday, May 11, 2012
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.
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)
Enable Mail, Contact, and Calendar syncing from the account settings by turning ON feature.
Email : [use gmail email address](If error encountered ie "Unable to Verify Certificate", just tap cancel).
Server : m.google.com
Domain : [leave the Domain field blank]
Username : [use full gmail email address]
Password : [use gmail password]
Description : [use any description]
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
/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
Subscribe to:
Posts (Atom)