Sunday, March 3, 2013

Galaxy Note II: Task manager


To close an app that is not responding in the Galaxy Note II...

1. Press and hold the home button.
The task manager will show up listing the running apps.

2. Swipe away the app you want to close.

3. Press the home button to exit the task manager.


./rom

Iphone: Task Manager

To close an app that is not responding in an IPhone 5...

1. Double tap on the home button.
The app launcher icons will show up a bar at the bottom.

2. Swipe to scroll through the list of apps.

3. Press and hold the app icon.
The close icon (-) will appear on the top left corner.

4. Tap the close icon to close the app.

5. Press the home button to exit the task manager.


./rom

Tuesday, February 26, 2013

A Sneak Peek at HP Support's Augmented Reality App



Quick Tip: Start a call from text message - IPhone 5

On the Iphone 5, to call the person who has sent you a text message:

1. Open the text message.
2. Scroll back to the beginning of the conversation.
3. Click the call button.


./rom

Quick Tip: Screen Capture Samsung Galaxy Note 2 and IPhone5

To capture your display on both Samsung Galaxy Note 2 and IPhone 5, press the power button and home button simultaneously. The screen capture will be saved on your photo gallery.


./rom

Sunday, February 24, 2013

Hello World mobile app

Built my first Hello World mobile app.

Scanned the QR on the phone and let her launch the app. :)


Sunday, April 24, 2011

dual booting XP and Windows 7


This mini guide is for installing Windows XP _after_ Windows 7 has been installed.
We sometimes want to dual boot between the new and old OS.

If you have a powerful enough machine you can use Windows XP Mode with virtual PC.

Note: works only with Win7 Pro and up. If you have Windows Home edition, save yourself time and bandwidth, XP mode won't work.

1. Install XP on the second partition. The system will then boot directly to XP. Make sure you have the ntldr file on the root directory. If it's not there copy it from the i386 folder of your XP installer disc.

2. Boot from the Win7 installer CD and run repair.
Choose Startup Repair
reboot
The system will then boot directly to Win7

3. Start -> Accessories -> (right click) Command Prompt. Choose run as administrator

c:\> bcdedit /create {ntldr} /d "Windows XP"

c:\> bcdedit /set {ntldr} device partition=D:

c:\> bcdedit /set {ntldr} path \ntldr

c:\> bcdedit /displayorder {ntldr} /addlast

4. Reboot. You should now see a menu to choose between Windows 7 and XP.


./rom