Questions tagged [mobile-devices]

Mobile devices are a set of handheld devices including mobile phones and smartphones, tablets, smartwatches and other portable devices.

Mobile devices are a set of handheld devices including mobile phones and smartphones, tablets, smartwatches and other portable devices. They usually have an operation system, which provides various features for browsing web, using applications and managing personal data and files.

287 questions
2
votes
0 answers

iOS remote control app development

I have to create iOS/Android application to control child device from parent device. For iOS i found that i have to use MDM server with Apple Device Enrollment Program (DEP) and install a profile on the child device. As DEP is not available in my…
Archangel
  • 99
  • 1
  • 6
2
votes
1 answer

UWP - How to get device model

I need to know my device model when my app running. I try many ways to get that like: string[] properties = { "System.Devices.ModelName"}; await PnpObject.FindAllAsync(PnpObjectType.DeviceContainer, properties); or new…
fipcurren88
  • 701
  • 5
  • 26
2
votes
1 answer

an error occurred while retrieving the list of virtual devices

Through genymotion add new equipment on the MAC, click add after the mistakes, opens the agent also useless;Here is the log: Here's an error log. Here's an error pic.
bing hong
  • 41
  • 9
2
votes
2 answers

Can I use Delphi or C++Builder for Windows Mobile 6.1 Development?

I'm curious about what it takes to program for mobile devices (Windows Mobile 6.1) and if I can use the IDE's we're already used to (RAD Studio 2009). Is there a Mobile Development Community around where Delphi or C++Builder users can learn from? …
Jeremiah
  • 5,386
  • 9
  • 38
  • 45
2
votes
1 answer

why does Mobiledetect.net script not detect iPhone?

I am trying to detect the device using this script http://mobiledetect.net/ but it's not detecting iPhone. header.php: device.php:
Foolish Coder
  • 385
  • 5
  • 20
2
votes
1 answer

Java constant String gets corrupted in Android

I'm collecting data from users' devices for analytics. I've got some final static Strings representing event names (e.g. "banner_click"). As the appropriate event occurs the event name gets stored in sqlite database, after which I periodically read…
mdavid
  • 563
  • 6
  • 20
2
votes
1 answer

Displaying a button under a string message

Hello I am very new to android programming. I would like to get some help regarding displaying a button under a string message under an activity which has been newly activated. Hope someone can help me. Here is the code which I have for the class…
2
votes
1 answer

Protractor - Appium - iOS - Multiple real Devices - Test Automation

I am new to Appium. I am able to run protractor e2e tests, on 1 Android device connected to MAc using USB cable. Appium server started as shown below. appium -a 127.0.0.1 -U DEVICEID however this does not seem to be ideal option when planning to…
2
votes
1 answer

How to exchanged data between desktop and mobile applications based on managed code

I develop the desktop application running under WinXPSP3 that should communicate to the other application, located at the mobile device running under Windows Mobile 2003/2005 and docked to the host with ActiveSync running. I have searched for some…
Leonard
  • 21
  • 1
2
votes
1 answer

Resizing a div using CSS for mobile devices

Is it possible to have a div resize for mobile devices using just CSS? If so could somebody please show me a working example so I can work out how to do it myself? Thank you
user3074956
  • 109
  • 2
  • 5
  • 15
2
votes
1 answer

iTunesMobileDevice.dll Could not be found

I am writing a windows application that interfaces with an iOS device. I am using mobiledevice.h header to interface with iTunes dll http://samdmarshall.com/media/MobileDevice.h I made sure i set the system environment path includes the Apple…
mjl007
  • 735
  • 2
  • 11
  • 27
2
votes
4 answers

Turn off jQuery Mobile when accessed from non-mobile device

Here is my situation - I'm working on a web-site using only JQM controls and doesn't matter, if the site is accessed from desktop or mobile device the site is using JQM controls. I'm using ASP.NET so inside the code a typical controls look like…
Anton Belev
  • 11,963
  • 22
  • 70
  • 111
2
votes
1 answer

navigator.userAgent not giving full user agent String

Currently getting this value: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0 but i have tested online my Current user agent is: Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; Galaxy S II Build/GRJ22) AppleWebKit/534.30…
Hiral
  • 195
  • 1
  • 13
2
votes
1 answer

Android Tablets/Galaxy tab not detect as a tablet in WURFL

I used wurfl-2.3.3 WURFL File and checked my site with Samsung Galaxy Tab 2 10.1 and it identifies the device as a mobile phone but if I check it with Ipad it correctly identifies it as a tablet. FYI, the following is the script I used. $is_tablet =…
Miuranga
  • 2,463
  • 10
  • 51
  • 81
2
votes
1 answer

Getting Portable Devices using java

I am trying to access some files in a device (having "windows CE" application in it) that appears as portable device in windows 7 using java applet.... My device path is like "Computer\Attari's Device\myfile.txt" Now i am trying to access file…
Umair Aziz
  • 1,518
  • 1
  • 19
  • 29