Thursday, September 2, 2010

Migrating One Gmail/Google Apps Mail Account to Another

After trying to write my own IMAP tool to migrate google apps mail from one google apps account to another and getting hung up trying to apply the proper flags, I discovered larch - a ruby script.

So I downloaded ruby for windows:

http://rubyinstaller.org/downloads/

Ran 'Start Command Prompt with Ruby' from the start menu and issued the command

gem install larch

Ran 'larch --help' to discover the arguments and I'm on my way!

It failed once but I ran it again and it picks up from where it left off - sweet!

Ryan Grove is the man!  Thanks Ryan!

Wednesday, July 21, 2010

Converting Models in Keycreator to xaml in Blender

To prepare the model:
  1. Export to STL from Keycreator
  2. Open model in Blender
  3. Select Model
  4. 'Tab' to enter edit mode
  5. 'a' to select all
  6.  'w,6' to remove multiple vertices
  7. 'alt+j' to convert to quads (from triangles)
To separate the mesh into parts:
  1. Select the part you want to separate (b - border, shift - add, alt - subtract)
  2. 'p' to separate
To set object hierarchy:
  1. Select all the child objects and then the parent
  2. Ctrl+P to set the parent.
To set the names of objects:
  1. Right click to select the object (in Object Mode and Edit Mode)
  2. Set the name in the 'OB:' text box.
To export to xaml:
  1. Download export script from http://xamlexporter.codeplex.com/
  2. Put xaml_export.py in blender's script directory (one of the following)
    1. C:\Program Files\Blender Foundation\Blender\.blender\scripts
    2. C:\Documents and Settings\\Application Data\Blender Foundation\Blender\.blender\scripts
  3. Select everything you want to export.
  4. File > Export > Xaml
Shortcuts
Middle Mouse - rotate and zoom
Shift + middle mouse - pan
Tab - Edit mode
a - Select all
b - border select

Tuesday, July 6, 2010

FX6802 Recovery Test Update

So, I got the recovery disks from Gateway and tried them out on a disk I had been trying the recovery on (I didn't remove the existing partitions) and ended up with the same result.  I tried it again after deleting the existing partitions and it worked.  I'm not sure if it was a fluke because I was pretty convinced it was a power supply issue after reading some forum posts like this one:

http://www.tomshardware.com/forum/2064-63-windows-install-hangs-starting-windows-screen

Hopefully thats a good sign.  I might try my original recovery disks that I burned to see if they work too.  I'm pretty sure the disks were unpartitioned when I tried them the first time though.

Thursday, June 24, 2010

Backups are Brutal

So, my machine crashed last week.  I started getting errors trying to start any program.  I tried different restore points using windows restore and eventually windows stopped booting. It sucked but I thought, "hey, I've been using Windows 7 new scheduled image backup - that should save me".  Only for whatever reason the restore media couldn't find the backup when I pointed it to the proper network location.  I tried many things include converting the image backup (a vhd file) to an acronis image backup and restoring it with acronis.  The conversion failed - so did trying to restore the vhd file directly with acronis.  I was able to mount the vhd file in Windows 7 to recover my data (which I also had backed up on Mozy and was able to recover from there as well).  There were suggestions that windows 7 image backup doesn't deal well with RAID drives.  I did have a raid mirror setup so maybe that made things worse?

After a few days of messing around I had to give up on restoring the image.  I bought a new gateway machine (an fx6802) since reloading my machine is a big deal and I didn't want to do it again in a year when I was ready to upgrade.

So I made the recovery disks from the gateway recover manager.  Installed a new blank hard drive and attempted the recover process.  It seemed to complete but when it rebooted after loading the 3 recovery disks, it would continually reboot while trying to start windows.  I emailed gateway tech support and after they asked me a bunch of useless questions like "is my virus software up to date" (huh?), they were about to send me recovery disk to try but now they are suggesting:

Note: A patch CD must be loaded after loading the User Backup media.

Please download the ISO image of the patch CD through the following link:

http://support.acer.com/acerpanam/manuals/acer/0000/documents/FixUBKBoot_v1.0.0.0.iso

Note: a computer with CD "burner" software is needed to convert the ISO image into a physical CD

Please follow the steps below to properly install the patch disk.

1. Restore the system by user backup discs

2. After all user backup discs have been installed, insert the patch disc into DVD drive.

3. Reboot and press F10 and select to boot from CD/DVD drive.

4. A message will appear that says "Warning: A partition overlaps your system....."
   Please press F10 to continue.
   The patch CD will auto-download the missing files.

5. Once the download is complete, the CD-ROM will be ejected and reboot the system
   (Please remove this patch disc from Optical Drive)
Fingers crossed...

Okay, so that didn't work.  Now gateway has me testing my new drive with gwscan to make sure it's not a problem with disk...

ps - Windows 7 image backup and recovery sucks (at least for me)