Slate 7 compatible andoid app

I write an android app specifically for use with the HP Slate 7 and when I import the apk on Google game it indicates that it is not compatible with the HP Slate 7 even if I fully tested it on the device itself.  I've included the parts of my file AndroidManifest.xml below showing what Android they filter through and you can see that I tried explicitly to NOT require certain characteristics so that it can work.  Any ideas why my application is illustrated as not compatible?

< media screens
Android: anyDensity = "true".
Android: largeScreens = "true".
Android: normalScreens = 'true '.
Android: Center = 'true '.
Android: smallScreens = "true".
Android: xlargeScreens = "true" / >

< sdk-uses
Android: minSdkVersion = "9".
Android: targetSdkVersion = "17" / >

< android:name = "android.hardware.CAMERA feature uses" android: required = "false" / > "
< android:name = "android.hardware.camera.front function uses" android: required = "false" / > "
< android:name = "android.hardware.camera.flash function uses" android: required = "false" / > "
< android:name = "android.hardware.camera.AUTOFOCUS feature uses" android: required = "false" / > "
< android:name = "android.hardware.screen.PORTRAIT function uses" android: required = "false" / > "
< android:name = "android.hardware.TOUCHSCREEN function uses" android: required = "false" / > "

< android:name = "android.permission.CAMERA permissions uses" / > "
< android:name = "android.permission.INTERNET permissions uses" / > "
< android:name = "android.permission.ACCESS_NETWORK_STATE permissions uses" / > "

Thanks for the reply.  I finally understand for a reason any game Google don't think that 7 Slate has a compatible camera and uses-feature entries I had in my AndroidManifest.xml where uppercase and should be lowercase.  After the change to lowercase and saying Google play that the camera was not necessary, it worked.

< android:name = "android.hardware.camera feature uses" android: required = "false" / > "
< android:name = "android.hardware.camera.front function uses" android: required = "false" / > "
< android:name = "android.hardware.camera.autofocus feature uses" android: required = "false" / > "
< android:name = "android.hardware.camera.flash function uses" android: required = "false" / > "

Tags: HP Tablets

Similar Questions

  • When will we be able to compile a 64-bit Flash Air SDK compatible iOS app

    Does anyone have an ETA on the possibility to compile a 64-bit Flash Air SDK compatible iOS app?

    Has Apple as of February 1, 2015 all apps downloaded from the App Store includes 64-bit support.

    ETA by the Air team was a SDK Beta in December

  • Windows Media Player 12 will stop playback automatically at the launch of compatible webcam app or video game

    It seems to be a logic in WMP 12 which automatically stops playback of video or music when another process wants to play another video or audio stream. Music playback stops when I run a video game, and a lot more annoyingly, it stops whenever I have a video stream that is played in Flash Player in my browser. I can't find the relevant controls in the options of WMP.

    Is this really a WMP feature that cannot be disabled?

    I use AMD / ATI drivers with transcoding video installed, can it be a cause?

    Hi Lucas,.

    You can try changing the settings in exclusive Mode:

    1. Right click on the speaker icon in the notification bar.
    2. Select the playback device
    3. Select your device and click Properties
    4. Select the Advanced tab
    5. Deselect the options in exclusive Mode
    6. Click apply
    7. Click OK

    Let us know if that helps.

  • iPhone apps will not appear in itunes

    Hello. I have me connected the iphone on my mac and sync them. However, none of my apps are appearing. Did I do something wrong or missing something?

    You download (from iPhone) lack apps directly with your iTunes from the computer purchased

    thinning of the iOS app 9 do not allow iPhone apps to be a master copy on iTunes from the computer.

    Thinning of the App: only resources needs of your devices will be synchronized on the economy of space.

    Before iOS 9, if you have a compatible (Universal) app for iPhone & iPad, all the resources of the app are sync on.

    Now, iPhone download resources iPhone not those for iPad and vice versa.

  • Move all data related to different drive letters

    Hello

    I want to set up a mail server on the mavericks in using the standard e-mail applications provided by apple: Dovecot and postfix.  But, for performance and reliability, I would move all mail on a zfs mirror.  What would be the best way to proceed.  I see two options:

    ((1) soft/Library/Server/Mail a link to my mirror, 2) change all the settings for postfix and dovecot so that they want my new drive.

    Two options seem very error prone to me and not reliable in the long term.  Option 1 is the way to go.

    Any other suggestions?  What do you think?

    In.app->-> your server settings, you can change the location of the Service data. This gives you the advantage of option two, while remaining compatible Server.app/serveradmin.

    It moves all the data, mail not only, but it is still recommended if you use an external RAID.

  • Use of blackBerry of OneNote on Passport Passport

    I downloaded the Andoid App OneNote and it was working fine when I inadvertantly deleted the app. Now when I try to download it again it comes me invites to 'open' the app - but the icon does not appear on my passport. Ideas please how I can remove the application properly and start again or restore the icon. Thank you.

    Hi @Suffolkdogwalker

    You use BlackBerry 10 OS 10.3.2?

    If so there is a known issue when you try to uninstall and reinstall Android apps. For more details, please visit and bookmark the following KB.

    Impossible to uninstall Android applications after update of 10 BlackBerry OS version 10.3.2 37772

    Thank you!

  • Adobe Illustrator get an iPad on the desktop?

    How to do the drawing, in vetor format, I did to draw the app on my desktop using creative cloud and .ai format to open the application to draw lots?

    Hi Martin,

    Adobe draw is not compatible with apps in CS5.

    I'm sorry.

    Sue.

  • You can use Photoshop CC on a Galaxy 8 note Tablet?

    Hello world

    Thank you in advance for any input you can offer.

    What operating system uses the Tablet?  I have a feeling it's Android, in which case the answer is no, but you might be able to install Photoshop Touch.  There is a list of Android compatible Adobe apps here

    Mobile applications | Adobe-New-Zealand

    Hmm, my browser forced me on the Adobe New Zealand site.  If you can not the right site for your country, just Google

  • Full screen in AS3 - Air

    Hi I am trying the GET my andoid app displayed full screen. But it does not work.

    My internship is 480 x 800

    And this is the code that I tried to use:

    package

    {

    import flash.display.MovieClip;

    import com.greensock;

    com.greensock.easing import. *;

    import flash.events.MouseEvent;

    import flash.system.Capabilities;

    import flash.display.StageDisplayState;

    import flash.display.StageScaleMode;

    import flash.display.StageAlign;

    public class mainclass extends MovieClip

    {

    private var holder: holder_mc = new holder_mc;

    private var btn:BTN = new BTN;

    private var side1:side_mc = new side_mc;

    private var side2:side_mc = new side_mc;

    public void mainclass()

    {

    Super();

    stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;

    stage.showDefaultContextMenu = false;

    stage.scaleMode = StageScaleMode.NO_SCALE;

    internship. Align = StageAlign.TOP_LEFT;

    Holder.Width = Capabilities.screenResolutionX;

    Holder.Height = Capabilities.screenResolutionY;

    addChild (holder);

    trace (Holder.Width)

    trace (stage.stageWidth)

    BTN.x = 250;

    BTN.y = 300;

    holder.addChild (btn);

    Side1.width = holder.width / 2;

    Side1.height = holder.height;

    Side1.x = - side1.width;

    Side1.y = 0;

    holder.addChild (side1);

    Side2. Width = holder.width / 2;

    Side2. Height = holder.height;

    Side2.x = holder.width + side1.width;

    Side2.y = 0;

    holder.addChild (side2);

    btn.addEventListener (MouseEvent.CLICK, closedoors);

    }

    private void closedoors(e:MouseEvent):void

    {

    btn.removeEventListener (MouseEvent.CLICK, closedoors);

    TweenLite.to (side1,.8, {x: 0, ease:Bounce.easeOut});})

    TweenLite.to (face 2,.8, {x: side2.width, ease:Bounce.easeOut});})

    }

    private void open (): void

    {

    TweenLite.to (side1,.8, {x:-side2.width, ease:Bounce.easeOut,delay:.3});})

    TweenLite.to (face 2,.8, {x: stage.stageWidth, ease:Bounce.easeOut,delay:.3,onComplete:addList});})

    }

    private function addList (): void

    {

    btn.addEventListener (MouseEvent.CLICK, closedoors);

    }

    }

    }

    Any help is much appreciated.

    THX pavel

    You should check the allowFullScreenInteractiveProperty to see if the device of fullscreeninteractive.  If this is the case, go to fullscreeninteractive. If it is not the case, change your ScaleMode (ScaleMode):

    public void mainclass()

    {

    Super();

    stage.showDefaultContextMenu = false;

    {if (allowFullScreenInteractiveProperty)}

    stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;

    stage.scaleMode = StageScaleMode.NO_SCALE;

    } else {}

    stage.scaleMode = Stage.ScaleMode.SHOW_ALL

    }

  • Building for iPad 3/retina in Windows?

    I spent last week, set up an application in Flash CS6 designed for the iPad 3 Retina resolution. I just finished the ritual all dark Apple Developer certificate, paid $99, sacrificed five infants for the gods of darkness, blah blah blah and then I put the app on the iPad 3 and it looks like the trash! Then, of course, I have watch online and after some detective discover CS6 FB4.6 does not build compatible Retina apps because they use an outdated iOS SDK. I guess that Adobe does not want this information is easy to find. I also read that Mac users can manually configure FB to compile with the last iOS SDK, but... I don't have a Mac.

    Is it at all possible to generate Retina of Windows compatible applications without having access to a Mac or xcode? I'm short of babies to sacrifice...

    It is supposed to be integrated into AIR 3.3 and doesn't seem to work properly, at least on my Mac. Download the latest 3.3 AIR and use the Pro Flash CS6 Manager SDK (in the Help menu) to add in the file AIR3.3.

  • Apps like Instagram not compatible in Slate 7

    After the recent launch of Instagram instagram video and new updates, I tried to install Instagram in my 7 Slate

    However google play indicates 7 Slate is not compatible with this application

    I am surprised because I understand 7 Slate is running a jelly bean OS and should ideally be compatible right?

    Pls help...

    I understand that the apps like Instagram are not compatible with the 7 Slate.

    So that it can meet the need of the version of Android, many apps have other conditions that can cause it is not compatible.  For example, Instagram must have GPS for this install.  See the image below.

    Approval of the app is a need to interrogate the GPS to provide location information.  However, the 7 slate doesn't have GPS functionality.  You can try to use advanced methods on another device Android powered by Instagram with to get the official APK (Android installation package) of Instagram, transfer it to a microSD card and then install it to the microSD card.  However, this is not supported by HP and you need allow installing applications from unknown locations in the slate of 7 settings.  You can use the APK Extractor on a different device to get the APK.   I can't guarantee how well Instagram will run on a device not supported.

  • Why apps like slate say available on any device but are not compatible on Android?

    Why apps like slate say available on any device but are not compatible on Android? It is today the largest operating system.

    Hi Michael % 20alaska,

    We have a slate Adobe user forum that you can post to. Please go here and post your situation of assistance:

    Adobe_Slate user forum

  • WeatherBug: App incompatible with the installed version of the operating system (HP Slate 7)

    Greetings!

    First post of this forum and a relatively new user of any kind of Tablet.  Yes, sorry if I miss some "Exchange of detachment" to ask for the help.

    There is a NEW Tablet and after download/installation of operating system updates, went to download WeatherBug on Store.  WeatherBug was not available.

    I found an alternative download site, but was messaged that the version is not compatible.

    It seems strange that I've installed WeatherBug on all everything I have.

    Android version: 4.1.1

    Kernel Version 3.0.8.

    Build number: HP_Slate7 v1.05.8_user

    Thank you!

    Hello BigSkyMike, welcome to the HP support community!

    Unfortunately, since the Slate7 has no built-in GPS chip, programs are written and require the chip will be displayed as "incompatible".

    There are solutions, and these have been discussed in other threads like this one:

    http://h30434.www3.HP.com/T5/Android-tablets-e-g-HP-slate-7/apps-like-Instagram-not-compatible-in-Slate-7/m-p/2746285#U2746285

    WyreNut

  • How can I get the wwe, Inc. on the slate tablet app 7?

    How can I get the wwe, Inc. app for my hp slate tablet 7?  Some things said not compatible.

    Applications that require a GPS chip in a device won't like the entry level of Slate7 tablet as it does not.  To work around the problem, you will need to 'load side' the program of another Android device that can run it.  She is called extract APK.

    Extraction of the APK is not officially approved by HP. If an application is not available in a specific area which is a restriction that the developer has put on the application. Such a restriction could be due to the licensing of content.

    There are two main steps in order to extract the APK-

    (1) extract the application of another Android device, or download the APK file directly. If you download the APK file also, please be very confident of the Web site. Because you will be "forcing" the application to install and don't not download through Google, it is possible the application has been infected by malware or otherwise damaged.

    To perform step 1, first install the application on another Android device, and also to install an "APK Extractor" application. (there are several to choose from and available for free in the game of Google store).
    Once the application is extracted, copy the file to a MicroSD card, or use another means of transfer for example transfer or by e-mail.

    Insert the MicroSD card into your 7 Slate, or download the file.
    You may need to install a file browser to locate the file on your tab 7. These are also available in the store from game Google free.

    You must change a setting of security on your tab 7; Click settings, security and place a check in "unknown Sources allow installation of applications from unknown sources. You will get a warning about the potential of malicious software by changing this setting.

    Once the security setting has been changed, find the APK file and simply "click" on it to open it. It will install everything as it was downloading from the game store.

    I will state some things well-
    (1) this process is not approved by HP. I am a volunteer here and not an official representative of HP.
    (2) If a request is blocked in your area, then installation can cause problems or even violate certain laws or license.
    (3) download an APK on a suspicious Web site could introduce viruses/spyware/malware or other undesirable behaviors. Do not download APKs for files that are not free Google game like this would be piracy.
    (4) installation of an APK that "requires" GPS may not work fully, although in many cases, you can manually enter in your location and it will work.

    WyreNut

  • HP Slate extreme: "Not compatible" with many games optimized Tegra.

    I bought the slate 7 Extreme mainly because of its capabilities of game and support this and other devices of Nvidia Tegra. The EVGA Tegra Note was not available at time of purchase, so after learning that the Extreme 7 slate was essentially the same tablet, I decided to buy this after some research. I was excited to test it, so I watched a few games through the Tegra Zone app. I found a number of very interesting research games and he was pleased to read in their descriptions that they have been optimized for processors Tegra (CPU very occupying this tablet) 4. However, when I went to the Google game store, I met with the message: "your device is not compatible with this version. This confused me because, according to the descriptions of games, these games should not only be compatible with this tablet, but they have been specially optimized for such a tablet. I did more research and found that EVGA tablet doesn't have this problem.

    Why am I not allowed to play some games that this tablet is obviously able to run? This question almost defeated the purpose of having this tablet. It is a big problem that needs to be address immediately.

    BTW: These are issues with the 7 Extreme 4400US slate.

    If NVIDIA TegraZone 2 says it's just for the shield NVIDIA platform and another device, then the NVIDIA forum seems to be the most logical place to inquire about this.

    NVIDIA has coded the specific game you are asking about the shield and Mad Catz console platform. They stated that there is no guarantee that it will work on all devices.

Maybe you are looking for