Welcome!
February 2012 S M T W T F S « Oct 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Archives
Categories
Tags
11.04 Android Ant Barcode Scanner bash building cmd command csh Cygwin Defender DRM Droid Eclipse false positive flash drives GCC GCC 4.6.0 GParted ldberror Linux logging Natty Netflix removable bit samba samba4 stderr stdout subversion success Super Grub tcsh tee TortoiseSVN UAC UBCD4Win Ubuntu Vista Vista SP1 Watch Instantly Win32/PossibleHostsFileHijack Windows WMP11 ZXing
Tag Archives: Windows
Building the Android emulator for Windows
Today I’ve been investigating an argument parsing bug in Android’s emulator on Windows (a bug that may affect all platforms). The version I’m seeing the bug was in the Android SDK r12 version of the emulator [Yep, r13′s out – … Continue reading
Posted in Uncategorized
Tagged Android, build, Cygwin, emulator, Git, MinGW, qemu, Windows
Leave a comment
Windows: hybrid sleep and hibernation
With the latest Windows (Vista and 7) you can select “Hybrid Sleep” as a suspend mode. In essence, it provides the fast restart of your usual sleep mode with the durability of hibernation: it writes the system state to disk … Continue reading
Pinging with Python
2011-10-12 update: Brought in more changes from Jens Diemer’s new repository for the Python 2 version of this project. 2011-09-12 update: The version here is for Python 3.x as described below. Jens Diemer posted an updated version of this to … Continue reading
Process Output Logging in Linux and Windows
As I was updating this Wikia page, I added a section about how to create a simple logfile. I thought it’d be useful to expand upon the subject here. Sometimes you want a raw log of whatever happens during a … Continue reading
Adventures Building GCC 4.6.0 for Cygwin
I decided I wanted to try out GCC using Cygwin rather than my usual Ubuntu virtual machine. In the course of this adventure I learned how to build GCC 4.6.0 for Cygwin, got my feet wet over on StackOverflow, and … Continue reading