Questions tagged [device-compatibility]

Device-compatibility refers to the ability of a electronic device to run a particular application or use a particular hardware feature.

Tag Usage

This tag should be used in conjunction with a tag referring to the type of operating system, such as or , and hardware, such as , etc.

14 questions
8
votes
1 answer

What is the right screen size and density configuration of Nexus 6?

My app doesn't list Nexus 6 as a supported device in Google Play Console. I read the blog post Getting Your Apps Ready for Nexus 6 and Nexus 9 which says: Nexus 6 has a quantized density of 560 dpi, which falls in between the xxhdpi and xxxhdpi…
Marcel Bro
  • 4,907
  • 4
  • 43
  • 70
2
votes
0 answers

CTS run stops in Middle - AdbCommandRejectedException - insufficient permission for device

Iam executing Full CTS run (640 modules).But in between the device gets restarted and the device USB mode goes to charging the device from USB files transfer. So, CTS will stops executing because of device not available. Solutions I tried : I gave…
2
votes
3 answers

How to specify single image according to locale and device screen In Android

My problem statement is I want to develop an application for more than one languages that will support to the multiple devices. How I set the images according to locale and device? I know how to put the single image to multiple devices. And also…
2
votes
2 answers

How to test device compatibility?

My app is not compatible for my device through Play Store. I am constantly testing on my device and it works properly. How can I learn what is not compatible? 1.1 I have only 1 'uses-feature', for 'android.hardware.telephony' and it is…
1
vote
1 answer

Is there a way to restrict my app to iPhone X and above? Or 8 and above?

I would like my app to be used on iPhone8 or above only. I've checked iOS Device Compatibility but i believe it's outdated. No mention of the newer phones like XS/XS Max/XR. iPhone8/X & above use the A11 Bionic chips, Water resistant to a depth of 1…
Ajo
  • 337
  • 4
  • 12
1
vote
0 answers

Your device isn't compatible with this version - No Carrier

My app is not shown on GooglePlay store search for some devices (e.g Intel JM1011, Lenovo TB2-X30F), and when I tried to access it through the browser I found it is not compatible with these devices as they have "No Carrier", although I mentioned…
1
vote
1 answer

Android - Does requesting permission to write external storage make devices incompatible in the Play Store that do not have external storage options?

If an application uses permission WRITE_EXTERNAL_STORAGE will devices that do not have an external storage option, such as an sd card, be listed as incompatible once the application is uploaded to the Google Play Store? We have a user with a Nexus 7…
1
vote
1 answer

Filter out older devices using manifest

I'm developing an app that's intended for high-end devices only. It already only supports API 17+ but I've noticed some older devices that run API 17 that I'd like to exclude. My question is: What's the best way to filter out older devices that…
Niels
  • 301
  • 2
  • 6
0
votes
0 answers

Part of form to be transparent

I have a Form which contains text and buttons. I have to make part of the Form to be transparent while the other part remains the same. Using BackColor and TransparencyKey same color OR set opacity. Both above ways will affect the whole window. I…
Naushad CK
  • 51
  • 1
  • 5
0
votes
2 answers

Device compatible CSS - @media

I am currently using @media only screen and (max-width:1000px) {} for device compatible css for my website which worked on phones after upload but not on a small monitor pc (around 1200px width). It supposedly was working on my home pc when I…
Muaaz
  • 21
  • 7
0
votes
0 answers

Why is my device samsung SM-G350 incompatible with ?app

I have uploaded my app in play store but my app is incompatible with my device. Someone please explain why? My manifest file is given below
0
votes
1 answer

Hover Effect on iPad not going off

I have a hover effect over my menu for one page website, in desktop when user hover a navigation link the color changes to #ed1c28 .nf-navbar .navbar-collapse a:hover { color: #ed1c28; } and when user click the nav link, page scroll down for…
GajendraSinghParihar
  • 9,051
  • 11
  • 36
  • 64
-2
votes
1 answer

Android Device compatibility issue in Normal Device

i am suffering from last few days but i am not getting any perfect answer for that android developer website i and apart from that i am also study lot of website but most of the website say's use dimen and used it for small normal large and…
-2
votes
1 answer

TV To Application Communication Protocol

I wish to develop a windows application that can steam video media to a TV. What protocol/interface allows two-way communication between a TV and a Computer? I'm aware that HDMI is one-way communication (from the source to the TV) so the computers…
nondescript
  • 149
  • 3
  • 7