eclectice

Results 9 comments of eclectice

If you are debugging your Android device using Android Studio Since USB ADB debugging won't work over OTG cable, you can try TCPIP (Wifi or Ethernet) ADB debugging. 1. On...

Follow the next steps already mentioned: 1. You should at least see the device is listening at 127.0.0.1:5555 over tcp port 5555 (done) 2. Now, open a Command prompt from...

0.0.0.0: 5555 or 127.0.0.1: 5555 is ok as long as it is listening at tcp port 5555.. From your feedback, the server is now running well at port 5555 from...

The [***UsbManager.getDeviceList()***](https://developer.android.com/reference/android/hardware/usb/UsbManager#getDeviceList()) method is a standard USB-Host method in Android. So it's not the **felHR85-UsbSerial** library's fault. > Returns a HashMap containing all USB devices currently attached. USB device name...

See OsmDroid demo app's `10K race in Paris` under the `Data` section at [play.google.com/store/apps/details?id=org.osmdroid](https://play.google.com/store/apps/details?id=org.osmdroid). The source code for the demo can be found here https://github.com/osmdroid/osmdroid/blob/master/OpenStreetMapViewer/src/main/java/org/osmdroid/samplefragments/data/SampleRace.java https://www.youtube.com/shorts/nl3AB052_tE

If you want to work with WSL in a dual Windows-Linux environment, use my version... I'm hoping it still works in the latest version (I tinkered with ATAK-CIV 4.4.0.0 a...

Why include non-Linux OSes for various libraries and tools if ATAK could only be effectively developed on Linux OS? It should contain different topics such as developing the entire ATAK...

Is it possible to just create ATAK from WSL (with the Ubuntu OS subsystem installed)?

Ok, I skipped the first part in the current BUILDING.md document for the ATAK-CIV 4.4.0.0 since I have already installed Android Arctic Fox on my Windows 10 Pro 21H1 64-bit...