htc-android

HTC M8 Unsatisfied Link Error after 5.0.1 update

天涯浪子 提交于 2019-12-29 14:04:47
问题 When trying to push an app to my device using Android studio, I'm getting the below log readout in AS about 80% of the time. Any clues? Waiting for device. Target device: htc-htc_one_m8-FA43NWM07298 Uploading file local path: /Users/Pete/Development/github/myApp/app/build/outputs/apk/myApp_debug.apk remote path: /data/local/tmp/com.my.app Installing com.my.app DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/com.my.app" java.lang.UnsatisfiedLinkError: No implementation found for java.lang

HTC M8 Unsatisfied Link Error after 5.0.1 update

試著忘記壹切 提交于 2019-12-29 14:04:13
问题 When trying to push an app to my device using Android studio, I'm getting the below log readout in AS about 80% of the time. Any clues? Waiting for device. Target device: htc-htc_one_m8-FA43NWM07298 Uploading file local path: /Users/Pete/Development/github/myApp/app/build/outputs/apk/myApp_debug.apk remote path: /data/local/tmp/com.my.app Installing com.my.app DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/com.my.app" java.lang.UnsatisfiedLinkError: No implementation found for java.lang

Android HttpClient OOM on 4G/LTE (HTC Thunderbolt)

自古美人都是妖i 提交于 2019-12-28 08:08:11
问题 I have gotten some reports from users of crashes when try use my application on Verizon's 4G/LTE. Looking at the stack trace, it looks like Android's HttpClient.execute() implementation is throwing an OOM. This happens only on 4G/LTE devices, specifically HTC Thunderbolt, and only when on 4G/LTE. WiFi, 3G, UMTS are OK. Also works fine on Sprint's WiMax 4G stuff works fine. Two questions: What's the best way to get the attention of Android devs about this? Any better options than reporting on

Remove Floating menu button from HTC one

最后都变了- 提交于 2019-12-24 15:33:40
问题 I have an app that's been running for years, and constantly get's updated. Originally it had a menu with some shortcuts, but it's not necessary to operate the app, so no big deal as the menu button started to disappear from new devices. Now I have a customer complaining that a floating menu button appears on he's HTC one, and it actually covers some other buttons in my app. (That's not the case on my Samsung S5 nor Lenovo Yoga tablet) I've removed "onCreateOptionsMenu" and

HTC Desire X and Samsung Galaxy S Duos (GT-7582) - layout issue

帅比萌擦擦* 提交于 2019-12-24 09:55:26
问题 I have run into this strange issue. The two devices that I mentioned in the ques title have almost same specs in terms of screen sizes (if I am not missing something) as both are 4.0-inch hdpi phones (I think!?). However, one has got layouts coming up as close to shared .psd files (Samsung) as possible but, another (HTC) shows lot of differences like smaller font sizes but, larger padding. I tried different std. layout folders (small, large, xlarge) but, not to much help. It would be great if

HTC One bug? Parts of HTTP header appearing in URLConnection InputStream

試著忘記壹切 提交于 2019-12-23 15:44:42
问题 I have some code to download an XML file that has been shipping in a paid app for a few years - never had any trouble until I recently saw this happen with an HTC One. Wondering if there is something I am missing or if this should get reported somewhere. Here is example code that forces the issue: package com.lutron.davetest; import java.io.BufferedInputStream; import java.io.InputStream; import java.net.URL; import java.net.URLConnection; import android.os.AsyncTask; import android.os.Bundle

Standard intent URI broken?

a 夏天 提交于 2019-12-22 05:39:06
问题 I'm having problems with intent URIs on a particular device, so I tried the CommonsWare URLHandler sample as suggested here: Launching my app using the intent URI, and the intent URI hyperlink on its sample page also fails to invoke the application. The sample declares its intent-filter like this: <intent-filter> <action android:name="com.commonsware.android.MY_ACTION" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" />

Account doesn't appear in contacts app settings on device from HTC

懵懂的女人 提交于 2019-12-21 04:33:17
问题 I write my own SyncAdapter based on example in SDK. It should add contacts from external source, and it works perfect in device emulator. But when I run it on HTC Desire after all I can't see my Account in Contacts->Display options Also I tried google's example on Desire and couldn't see them in this list too. Does anyone know any solution? 回答1: I solve it by making my account visible by default. ContentProviderClient client = getContentResolver().acquireContentProviderClient(ContactsContract

Multiple screens for HTC Desire and HTC Sensation [closed]

為{幸葍}努か 提交于 2019-12-12 04:46:34
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . The thing I want to do is to have different layout for the Sensation and Desire models. I read things about programming for multiple screens and providing resources for different screen size and density, but this sensation resolutions drive me crazy . I have a layout that works

Building AOSP for my HTC Device

瘦欲@ 提交于 2019-12-08 05:27:00
问题 So, I decided to do something about the AOSP ROM deficiency of my HTC device and build one of my own. I have the kernel source archive from HTCDev, which as the kernel source .zip and a platform.zip file in it (which further has the 'development' and 'external' directories in it). This is unlike Sony's devices, which are already hosted on GitHub with the required configurations and a very helpful guide to building your own AOSP ROM. For HTC, I am not understanding what goes where. I have