blog.ajhodges.com
The Programming Blog of Adam Hodges: February 2013
http://blog.ajhodges.com/2013_02_01_archive.html
The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Sunday, February 17, 2013. Using an Android device as a USB GPS mouse with GPSd. Steps to use ShareGPS BETA. Download the Android SDK. Click “use an existing IDE” to download SDK Tools. Download the ShareGPS script. If you have issues.
blog.ajhodges.com
The Programming Blog of Adam Hodges: January 2012
http://blog.ajhodges.com/2012_01_01_archive.html
The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Sunday, January 8, 2012. Using ioctl to gather Wifi information. Libraries necessary for wifi ioctl communication #include linux/wireless.h #include sys/ioctl.h / struct to hold collected information struct signalInfo { char mac...Here ...
blog.ajhodges.com
The Programming Blog of Adam Hodges: March 2013
http://blog.ajhodges.com/2013_03_01_archive.html
The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Thursday, March 28, 2013. Reading LTE signal strength (RSSI) in older versions of the Android SDK. Also, Java reflection. The way I am gathering cell signal info is as follows: I use TelephonyManager. Function gives you a SignalStrength.
blog.ajhodges.com
The Programming Blog of Adam Hodges: October 2011
http://blog.ajhodges.com/2011_10_01_archive.html
The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Friday, October 21, 2011. The Tilestache Vector Provider, OGR, and MySQL. This is how I got Tilestache talking to MySQL. Fortunately, Tilestache uses OGR for database interaction which happens to have a MySQL driver. Data": { "provider"...
blog.ajhodges.com
The Programming Blog of Adam Hodges: January 2013
http://blog.ajhodges.com/2013_01_01_archive.html
The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Wednesday, January 9, 2013. Cross-platform communication using Google's Protocol Buffers Revisited. In my previous blog entry regarding cross-platform communication using Protobuf. Reads a varint delimited protocol buffers message from ...
blog.ajhodges.com
The Programming Blog of Adam Hodges: Using an Android device as a USB GPS mouse with GPSd
http://blog.ajhodges.com/2013/02/using-android-device-as-usb-gps-mouse.html
The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Sunday, February 17, 2013. Using an Android device as a USB GPS mouse with GPSd. Steps to use ShareGPS BETA. Download the Android SDK. Click “use an existing IDE” to download SDK Tools. Download the ShareGPS script. If you have issues.
blog.ajhodges.com
The Programming Blog of Adam Hodges: April 2014
http://blog.ajhodges.com/2014_04_01_archive.html
The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Tuesday, April 8, 2014. Reverse Engineering an Android Application. The biggest annoyance I have with these software-based approaches is that they no longer achieve seamless handovers between WiFi/cell networks. In fact, any. So where d...
blog.ajhodges.com
The Programming Blog of Adam Hodges: Cross-platform communication using Google's Protocol Buffers
http://blog.ajhodges.com/2011/10/cross-platform-communication-using.html
The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Friday, November 18, 2011. Cross-platform communication using Google's Protocol Buffers. In this entry I will be discussing using Google's message format, Protocol Buffers. Then, once you have a properly formed message with all of the f...
blog.ajhodges.com
The Programming Blog of Adam Hodges: November 2011
http://blog.ajhodges.com/2011_11_01_archive.html
The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Thursday, November 24, 2011. CSS Tips For Beginner Web Designers. First and foremost, Happy Thanksgiving! I've decided to write up a short blog of web design tips and tricks. So here are my tips. Use http:/ w3schools.com/. Search for CS...