tickerguy
Android Enthusiast
T-Mobile is working very well.... and is cheap ;-)
Incidentally on the GPS the "gotcha" is that there's an LNA you need to poke to turn on or it won't work (and off when you're done.) It will appear to come up but never see any satellites. Let me know if you need to know where that is; it took me a good while to find it, and the driver has to be in the kernel for it too. It's an ioctl call and thus has to be made from the C/C++ code; you can't make ioctl calls directly from Java.
Incidentally on the GPS the "gotcha" is that there's an LNA you need to poke to turn on or it won't work (and off when you're done.) It will appear to come up but never see any satellites. Let me know if you need to know where that is; it took me a good while to find it, and the driver has to be in the kernel for it too. It's an ioctl call and thus has to be made from the C/C++ code; you can't make ioctl calls directly from Java.