Specifically I have the T-Mobile you can get for free from the T-mobile Test Drive program.
I don't have the Sprint version but from what I can tell from online, the T-mobile and Sprint versions definitely have a different web interface/firmware.
USB tether seems to be enabled by default, when I plug the device in on linux it connects as a Ethernet device and internet works automatically (assuming you have an active account w/ data lol)
here is how it shows up in dmesg:
Code: Select all
[ 802.027393] usb 1-1.2: new high-speed USB device number 6 using ehci-pci
[ 802.169074] usb 1-1.2: New USB device found, idVendor=05c6, idProduct=9057
[ 802.169081] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 802.169085] usb 1-1.2: Product: Coolpad
[ 802.169088] usb 1-1.2: Manufacturer: Coolpad
[ 802.169091] usb 1-1.2: SerialNumber: 0123---edited----
[ 802.466352] usbcore: registered new interface driver cdc_ether
[ 802.492886] rndis_host 1-1.2:1.0 usb0: register 'rndis_host' at usb-0000:00:1a.0-1.2, RNDIS device, ae:f5:08:fb:aa:ac
[ 802.492945] usbcore: registered new interface driver rndis_host
[ 802.876404] rndis_host 1-1.2:1.0 enp0s26u1u2: renamed from usb0
[ 802.920810] IPv6: ADDRCONF(NETDEV_UP): enp0s26u1u2: link is not ready
Code: Select all
Bus 001 Device 006: ID 05c6:9057 Qualcomm, Inc.
While the device is off hold the WPS down and plug the usb into your computer. All the lights on the the device will hold solid green.
in this mode dmesg shows:
Code: Select all
[ 984.811788] usb 3-2: new high-speed USB device number 2 using xhci_hcd
[ 984.966952] usb 3-2: New USB device found, idVendor=1ebf, idProduct=7001
[ 984.966961] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 984.966964] usb 3-2: Product: Android
[ 984.966967] usb 3-2: Manufacturer: Coolpad
[ 984.966970] usb 3-2: SerialNumber: e9edd104
and lsusb
Code: Select all
Bus 001 Device 007: ID 1ebf:7001
Code: Select all
e9edd104 fastboot
ADB devices doesn't show anything.
I also can't find any fastboot commands that work. Not sure if maybe I need different drivers. Maybe someone out there has some other ideas. Just thought I'd see if anyone else was messing with these devices.