Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 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
  • 305
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
628 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
95 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
132 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
1 vote
1 answer
104 views

Hi i have a problem with my device. I used arduino uno, old keypad, SD card reader, and low quality speaker. Every singel pice works perfectly but all together it doesn't work like i want to. Keypad ...
pawko774's user avatar
0 votes
1 answer
69 views

I'm a beginner at Android development. I want to ensure that 'OUTGOING' is from my app rather than the device calling app in Android. How do I get this? means if someone calls from my app, it will ...
Nipul Rathod's user avatar
1 vote
1 answer
112 views

Is there a way to limit bluetooth to one device connection so people cannot create unwanted connections on the iPhone in IOS. Some people just want the music.app and not kali linux connections...
AEGIS's user avatar
  • 180
0 votes
1 answer
157 views

My current project has a requirement to obtain the name of the currently connected external microphone device. Since the intended microphone uses a 3.5mm jack, I need to connect it through a USB to 3....
NeilLin's user avatar
  • 203
0 votes
1 answer
47 views

Id like to translate in realtime a midi sequence into another midi sequence. I am not completely sure but I think this is possible with jack or alsa (more jack, right?) for example with this haskell ...
zaabson's user avatar
  • 197
-1 votes
2 answers
37 views

I am working on jmeter for performance testing with mobile applications (Android and IOS). But I am unable to connect the Android device into jmeter.
Jayanthi C's user avatar
0 votes
1 answer
578 views

* What went wrong: Execution failed for task ':app:processDebugResources'. > A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$...
Mogilla Akhil Reddy's user avatar
0 votes
0 answers
83 views

V/MeshManagerApi(17303): Provisioning pdu sent: 0x030005 V/MeshManagerApi(17303): Received provisioning message: 0x03010100020003000000080008 V/ProvisioningCapabilities(17303): Number of ...
Kishan Patil's user avatar
1 vote
1 answer
280 views

I have a medical device that works with Bluetooth BLE, allowing me to measure ECG signals and pulses in BPM. When I integrated my device via Bluetooth with my Flutter application and read the ...
user avatar
0 votes
0 answers
223 views

I'm trying to build an apk that will disconnect Bluetooth headphones when I press a button. I'm able to get the names and the mac addresses of the connected Bluetooth devices but I don't have a clue ...
Pavlin Petkov's user avatar
0 votes
0 answers
68 views

Problem Description: I am facing challenges implementing device-specific redirects in Angular routing. I want to redirect users to different routes based on whether they are accessing the application ...
Vishnuprasanth S ECE's user avatar
1 vote
1 answer
77 views

I received raw data for blood pressure measurement: [DE, E2, F4, 3E, F3, FF, 07, E8, 07, 03, 13, 02, 21, 00, 34, F3, 01, C0, 00]. I managed to read the values of systolic and diastolic pressure, and ...
user avatar
0 votes
1 answer
122 views

Please, I am a beginner in this field and I need someone to explain to me in detail through my questions (it's for my Final Year Project), please. I used the 'flutter_reactive_ble' package to ...
user avatar
1 vote
1 answer
260 views

I connected my device with Bluetooth BLE using a Flutter application, and this is what I obtained: 'indication received from 00002a35-0000-1000-8000-00805f9b34fb, value :(0x) DE-F6-F4-16-F3-FF-07-E4-...
al ice's user avatar
  • 59
0 votes
2 answers
310 views

I checked using my mobile phone and two other friends' devices. I discovered that the Google playstore shows that "app is not compatible" with newer Android versions, including 13, but it ...
AndyShubh's user avatar
1 vote
1 answer
439 views

I used this code and utilized the flutter_reactive_ble package to read the blood pressure (systolic, diastolic) from my device in mmHg and pulse rate in bpm, but I am struggling to figure out how to ...
al ice's user avatar
  • 59
0 votes
1 answer
89 views

I was trying to command screen using css but it I'm getting errors... I was trying to use @media (max-width: 858px;) but no matter how hard I try it keep showing error mark and the code will not ...
Naijamomocomng's user avatar
1 vote
1 answer
504 views

How can I connect a Beurer BM96 blood pressure monitor device that works with Bluetooth to Flutter? I want to connect my Flutter application with this device, and when the patient measures their blood ...
al ice's user avatar
  • 59
0 votes
0 answers
49 views

I am developing a Python code using the Pytorch library to jointly train a generative model and a classification model, which grad I would use to generate conditioned samples. I compute the ...
Eva Pachetti's user avatar
2 votes
1 answer
3k views

What is /dev/kvm device in kvm ? I searched on google, but could not find any article on it. Can someone who is familiar with it, point me to any helpful resources ?
Y.G. Kumar's user avatar
2 votes
1 answer
72 views

Is there any limit on the number of devices to be connected in fiware 3.7.0? Can we connect as many devices as we want? I searched through the documentation and various sources, but I couldn't find ...
burcu's user avatar
  • 41
0 votes
1 answer
346 views

The data and model are both on GPU, How can i change code to aviod this error? Here is the code!!! import numpy as np import torch.nn as nn import torch x_values = [i for i in range(11)] x_train = np....
pan liu's user avatar
0 votes
1 answer
201 views

I'm currently having a custom stm32 board UART interfaced with SIMCOM gsm module, using AT commands sending temperature value and voltage value to the IotHub and able view the data. Now I want to do a ...
sai's user avatar
  • 51
0 votes
0 answers
109 views

I do support for an android app which uses device admin rights and people are asking me for a validation code. Does anyone know what the exact name for this code is and where I can point them? This ...
r41nr41n's user avatar
0 votes
1 answer
44 views

In my flutter projects the body of my showen code works fine in my emulotor, but on a real android device its just a grey screen. The Listview at the bottom works in a different file fine, so i think ...
Semjon 's user avatar
1 vote
0 answers
343 views

I am working on a project that involves fetching input data from a gaming controller using the libusb library. However, I am encountering an issue where the program fails with the message "Error ...
Quanta's user avatar
  • 11
0 votes
0 answers
408 views

While Xcode 14 cannot run device iOS 17, i installed XCode 15 in order to my XCode 14 can run my iOS17 device, and now my XCode 14 can run device iOS 17 (Core Device) but while i run the program to ...
Seishin's user avatar
  • 389
0 votes
1 answer
80 views

I have a brand new ATmega32U4 that I initially read and programmed using the DFU bootloader. All was OK. For reference, the HWB pin is tied to the deck via 1 kΩ. Unplugging the device and plugging the ...
Davec's user avatar
  • 1
-1 votes
1 answer
43 views

we know that we can changes or styles elements of any website from inspect tool. We can customize according to our desire. But when we reload the page, it changes as before. So is there any way to ...
Mohammad Ibrahim's user avatar
0 votes
0 answers
61 views

I enabled MSAA when creating a device in Directx9 and had to remove the D3DPRESENTFLAG_LOCKABLE_BACKBUFFER flag. However, since I removed this flag, SweetFX does not work. What can I do for it? ...
cvaqabond's user avatar
0 votes
0 answers
73 views

I'm wanting to navigator myapp to popup web with link url, using flutter_web_browser dependencies, but I think because I use DevicePreview() library (a lib build flutter codes in web using javascript, ...
Trịnh Văn Khánh's user avatar
0 votes
0 answers
189 views

I am facing problem to run my android emulator integrated in android studio. When I try to run, it says the AVD process has terminated. Bellow is the the error: The emulator process for AVD ...
Armando Nhica's user avatar
1 vote
1 answer
8k views

I have an issue that google has not yet given me a clear answer. our team sets up a range of laptops for staff to use and I have been working on a PowerShell script that will make our life easier. ...
Killing-me-MicroSoftly's user avatar
0 votes
1 answer
684 views

I need to get device region country code not based on device language setting but based on region. How can I get device country code. await CountryCodes.init(); final Locale? deviceLocale = ...
Kyaw Lwin Soe's user avatar
0 votes
0 answers
259 views

I am using Apple's DeviceCheck API in my Swift application which will check if the device is registered on Apple's server or not and based on the bits I have set I am updating the values in my own ...
Arslan Ahmad's user avatar

1
2 3 4 5
59