Questions tagged [device-name]
29 questions
1
vote
1 answer
Android Bluetooth LE scanned devices missing Name
I've been using StartLeScan for quite a while, the names of the returned devices after a scan are never populated. I could never figure out why, I just get the mac address back.
Today I ran a scan from the OS BT settings page and it showed only the…

pogorman
- 1,641
- 2
- 22
- 41
1
vote
0 answers
How do I get the actual monitor name in JAVA? As seen in the resolution dialog
Is there any possibility to get the "FriendlyDeviceName" of all screen devices, currently connected to my Windows PC (Win7), in Java?
I think about the actual monitor name as seen in the resolution dialogue. For example "SyncMaster".
There's…

mstrd308
- 156
- 1
- 7
1
vote
1 answer
How do I get the device name?
I'm trying to get the device name and make it visibile on a UILabel but I don't know how (Yes, I'm new on XCode). I know I should use[UIDevice currentDevice] but I don't know where and how to make the name visible.
So, where should I use…

rafiki92
- 21
- 2
- 4
1
vote
2 answers
"RAZR i" name in ACRA report
I've integrated the ACRA crash report tool in my application. A great number of user that has "RAZR i" apologize about a start up issue but I'm not able to recognize this kind of device in ACRA report. Some of you know which kind of name has this…

user1254938
- 81
- 9
0
votes
0 answers
User Assigned Device Name entitlement still not working with NSExtension
Good day,
Previously, I have requested entitlement at User-Assigned Device Name Entitlement for my app ID.
After Apple approve, I do the follow steps: Tick the User-Assigned Device Name checkbox under Additional Capabilities tab in apple developer…

Panadol Chong
- 1,793
- 13
- 54
- 119
0
votes
1 answer
boto 3 - EC2 Linux instance - need to capture device name as variable
I need to capture variable value for Linux EC2 instances.
'Name': 'device',
'Value': "xvdg"
The value Disk Name(device name) changes for EC2 Linux instances e.g sdh,xvdg, etc..
I am using boto3 SDK
Any help is much appreciated.
Current Code (Hard…
0
votes
0 answers
Get MAC and Device Name from connected devices on my local network
I'm developing an Android App to scan the local network for all connected devices (from x.x.x.1 to x.x.x.254). I already can get all the IP address.
But how can I get the MAC address from a local device using its IP?
I even downloaded the…

Wolfgang Amadeus
- 398
- 3
- 12
0
votes
1 answer
Flutter - Get/Set Android and IOS device name for Bluetooth/Wifi/Hotspot discovery
I tried to use the device_info_plus package but I could not find any options for getting or setting the Android or Ios device user name so that it appears as Someone's Iphone on wifi/bluetooth discovery.
Is not there any method to achieve that?

uğur sinan sağıroğlu
- 69
- 6
0
votes
1 answer
Show Printers with specific name
I have some code that lists all of the active printers (but does so in msgboxes rather than a list). I have no problem with that functionality. Here is the code below:
If Printers.Count > 0 Then
strMsg = "Printers installed: " &…

vladyerus
- 37
- 7
0
votes
2 answers
How to get the deviceName of my device using wifi p2p
I'm developing an app based on Google's wifi p2p API and I would like to get the name of the device I'm using (not the peers) but the only way I found to retrieve the name is in case I change it by using something like this:
if…

BlueMountain
- 197
- 2
- 17
0
votes
1 answer
Android Device Name Without Bluetooth
I wanna get android device name (i.e. the "name" that user can change through settings and that you can find under "Settings > About device > Device name").
Other developers recommend to get this name through bluetooth.
But on my device (Samsung…

Андрій Бейлик
- 29
- 1
- 8
0
votes
2 answers
Change device name programmatically in android
I need to change my phone device name not the bluetooth name.
I need to change the one which we get by doing this,
android.os.Build.MODEL;
Current Output: H30-U10

Ali Farhan
- 11
- 1
- 4
0
votes
2 answers
Device model in strings.xml?
Hello guys!
I have got a problem, I want to make my app display the device name (if your [DEVICENAME] is rooted or not) in the strings.xml, I have already tried many things, but nothing really worked.
Please tell me how to do that! It should work in…

Max
- 348
- 2
- 13
0
votes
3 answers
RegEx: Match Android device name with JavaScript
I want to match the name of an Android device (e.g. "Galaxy Nexus") with a JavaScript RegEx pattern.
My user agent looks like this:
"Mozilla/5.0 (Linux; U; Android 4.0.2; en-us; Galaxy Nexus Build/ICL53F) AppleWebKit/534.30 (KHTML, like Gecko)…

Benny Code
- 51,456
- 28
- 233
- 198