Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home1/tylerfra/public_html/includes/common.inc).

windows xp

Create an Android Emulator SD Card and Write Data To It

Create the SD Card...

Let's create a 64MB sd card for our Android emulator, shall we?

Linux

From a terminal...

# cd ~/android-sdk-linux/tools
# ./mksdcard 64M ~/Desktop/sdcard.iso

Windows XP

From a DOS prompt...

cd C:\Program Files\android-sdk-windows\tools
mksdcard 64M c:\documents and settings\tyler\desktop\sdcard.iso

Now you can use the 'Eclipse Android SDK and AVD Manager' to create a new android virtual device that can use the path to the sd card you created.

Load URL with Windows XP Scheduled Task

  1. Start -> Programs -> Accessories -> System Tools -> Scheduled Tasks
  2. Add Scheduled Task
  3. Select 'Internet Explorer' From The Application List
  4. Choose Your Preferred Interval Options
  5. Enter Your Username and Password (Username should appear by default)
  6. Check box next to 'Open advanced properties for this task when I click Finish.'
  7. Select the 'Task' Tab
  8. In the 'Run' field enter this e.g.: C:\PROGRA~1\INTERN~1\iexplore.exe www.example.com/my-page.html
Subscribe to RSS - windows xp