Skip to main content
-1 votes
0 answers
34 views

I'll speak about something that could possibly impact absolutely no one on stack ... So I just hope my problem is enough "generic" to be considered. Ok, so I have this old 3D mouse, a ...
BenjiBoy's user avatar
  • 303
0 votes
1 answer
51 views

How can I get the new name of a bonded device that was changed in the Bluetooth settings? Is it possible to track this change? I checked: val adapter = context.getSystemService<BluetoothManager>(...
bazimax's user avatar
  • 21
0 votes
0 answers
84 views

In thingsboards Professional Edition I have added some devices by name Grp_Rpc_1 and Grp_Rpc_2 and each of these devices have a Outbound Relation of To, relation type is Contains, From Entity type is ...
shubham bhamare's user avatar
0 votes
0 answers
186 views

I'm searching for PowerShell file to search for all devices connected to the system and disable/uncheck (Allow the computer to turn off the device to save power) such: all USB (Universal Serial Bus ...
Mohsen's user avatar
  • 39
1 vote
0 answers
629 views

I'm building a new server, and thought, its 2025 and probably good time to migrate from iptables, ipset... to nftables. earlier or later it has to happen any way, right? # uname -a Linux starnet 6.12....
Vaidas M's user avatar
-2 votes
1 answer
220 views

I wanna ask how fingerprint pro app is uniquely identifying the android device even after Factory Reset. I have tried following: Android_ID (eg: 34c1b1e7daa2d82e) ISSUE: resets on factory reset. ...
Nadeem Iqbal's user avatar
  • 2,338
1 vote
0 answers
34 views

I'm currently using this code: deviceType: kIsWeb ? (PlatformWeb.getPlatformInWeb() == 'Android' ? "Android Web" : ((PlatformWeb.getPlatformInWeb()...
Rami Dhouib's user avatar
-1 votes
2 answers
378 views

I want to check in Web if I'm running in Android, iOS, or other (desktop). "Platform.isAndroid" or any other call that uses Platform works only for mobile and desktop apps. Thanks.
Rami Dhouib's user avatar
-2 votes
1 answer
51 views

Is there a way to get device resolution as "$height*$width"? Any packages or just plain Flutter? I want the device resolution: computer or phone resolution. NOT the browser or app resolution....
Rami Dhouib's user avatar
0 votes
0 answers
46 views

I have an application that uses DirectX 9. However, when I resize the window from the edge with the mouse, I cannot successfully reset the device. I am getting a D3DERR_INVALIDCALL error. I am ...
cvaqabond's user avatar
0 votes
1 answer
40 views

var reachedLast = false; var reachedFirst = false; jQuery("#gbar").draggable({ axis: "x", containment: "parent", drag: function (event, ui) { var ...
Moumita Dey's user avatar
1 vote
1 answer
96 views

#include <fcntl.h> #include <net/if.h> #include <linux/if_tun.h> #include <sys/ioctl.h> #include <unistd.h> #include <string.h> #include <stdio.h> #include &...
Qwons's user avatar
  • 13
0 votes
0 answers
33 views

I use the following demo to simultaneously obtain the instanceId and guid of the device, but on my computer, all devices obtain the same SPDRP_CLASSGUID value. Why is this? int main() { HDEVINFO ...
伟大的狗王's user avatar
0 votes
0 answers
143 views

I'm doing some work with MS Detours and one of the things I'm detouring is the Windows API GetDeviceCaps function which receives a handle to a device context as its first parameter. What I'm trying ...
Harry Muscle's user avatar
  • 2,405
1 vote
1 answer
133 views

Windows will enumerate video devices, so application can see list of devices. I wonder how windows do that in details, so I can handle order of devices. I expect that order of devices in the list ...
Huong Nguyen Xuan's user avatar

15 30 50 per page
1
2 3 4 5
197