Questions tagged [htcsense]

HTC Sense is a graphical user interface developed by HTC Corporation for mobile devices running Android, Brew and Windows Mobile.

HTC Sense is a graphical user interface developed by HTC Corporation for mobile devices running Android, Brew and Windows Mobile.

Based on the TouchFLO 3D design, HTC has referred to HTC Sense as both a user interface in itself and also as a user experience layer on top of TouchFLO 3D.

Announced June 24, 2009, the first phone running Android to feature HTC Sense was the HTC Hero, and the first Windows Phone to feature HTC Sense (an updated TouchFLO) was the HTC HD2, announced October 6, 2009.

51 questions
1
vote
1 answer

Android: Highlighted tab of TabWidget not readable on HTC Sense

In my Android app I use a TabWidget without any special customization. I'd like Android to take care of the specific appearance, which works fine if you compare Android 1.6 with 2.1 for example. By just using a TabWidget the same code leads to…
Manuel
  • 8,135
  • 10
  • 32
  • 29
1
vote
1 answer

Detect ui language in htc sense on android

I want to give the users of my app content in the same language as their ui interface. So if someone who has HTC Sense has their ui interface in Norwegian, they should get Norwegian content. However, while HTC Sense has Norwegian UI android does not…
1
vote
0 answers

decimal input is missing with Cordova shell in Samsung 4.3

For my hybrid app using in both Samsung v4.3 above and HTC, keyboard is not showing the decimal point while input type=Number. But it is working fine in browser using the same samsung and htc phone. Kindly help me to get a solution for this issue.
Bob
  • 451
  • 1
  • 5
  • 16
1
vote
0 answers

Android HTC sense 4 and HTC sense 5 - answer incoming call feature doesnt work

Hi i write app that answers incoming call on press my overlayed button . this working perfect on android 4.0.3 - 4.3 but not on HTC sense 4 and HTC sense 5 . Anybody know how to bring in life this function for HTC sense ? thanks a lot ) code i use…
Ofir Zht
  • 11
  • 4
1
vote
0 answers

HTC sense custom calling screen issue

I have create one custom calling screen on Android.works fine on Samsung device but on HTC device it remains behind the default calling screen.I have checked the call for custom screen it show me everything ok, but why it is not showing i can not…
Sameer Z.
  • 3,265
  • 9
  • 48
  • 72
1
vote
0 answers

Custom action bar not working in edittext on HTC sense

I have an app that uses a custom action bar on an EditText window. This works fine on vanilla Jellybean 4.1 and 4.2, but on an HTC One X+ it seems HTC Sense is getting in the way. This is what I see on vanilla JB: (source: sr20.org) So I have my…
Clyde
  • 7,389
  • 5
  • 31
  • 57
1
vote
0 answers

Porting HTC sense 4 accordion effect on android?

hope you might have noticed the accordion effect in sense 4 at the end of list in htc sense 4 rom. Is there an existing port of this effect to normal android or cyanogen? Is it possible? If so, which framework file is responsible for this one?…
Arun Babu
  • 259
  • 1
  • 4
  • 12
1
vote
2 answers

send a jpg image throug MMS using HTC

I am trying to send a jpg image through MMS using an HTC device (2.3.5, HTC Desire HD-Sense), I am using the following snippet File sendfilepath = new File("file://" + sendfile); Uri urimms = Uri.fromFile(sendfilepath); Intent sendIntent = new…
yasserbn
  • 391
  • 3
  • 18
0
votes
2 answers

Are both cameras easily accesible on the HTC EVO 3D?

We are considering developing an application for the HTC EVO 3D that will be used in a laboratory setting, and we need to know if it is possible to control both cameras on the hardware. Does the SDK provide easy access (or any access) to both of the…
twerdster
  • 4,977
  • 3
  • 40
  • 70
0
votes
0 answers

HTC Sense crashes adding shortcut

I've got the feedback, that HTC Sense on some HTC devices crashes if user creating shortcuts (long click on home screen -> clicks app -> app selection) of an app of us. It doesn't happen with the most other apps, but after googling a bit, I saw…
Tima
  • 12,765
  • 23
  • 82
  • 125
0
votes
3 answers

Handling android application in Eclipse

Recently I started to learn Android Development. Since the emulator is slow and buggy on my PC, I'm trying to install app directly to my device HTC Desire S. My questions: 1: How can I stop the application properly? ( I know that I can do it via…
RichX
  • 494
  • 5
  • 13
0
votes
1 answer

Disable suggestions in multiline EditText

How do you disable the autocorrection/autosuggestion features in a multilined EditText? I tried: EditText without auto-correction, etc Android: Multiline & No autosuggest in EditText How can I turnoff suggestions in EditText? How to set…
Martin
  • 183
  • 8
0
votes
1 answer

Why don't I see an overscroll glow on a HTC Desire HD

I have an app that uses several lists and scroll views. On a Nexus S I see an orange glow if I overscroll the lists. On a HTC Desire HD the list simply stops at the top, there is no bounce or overscroll visible. I tried to set the overscrollmode…
Janusz
  • 187,060
  • 113
  • 301
  • 369
0
votes
2 answers

What hex colorcode for grey, is the HTC Sense theme using?

What hex colorcode for grey, is the HTC Sense theme using ?
user77115
  • 5,517
  • 6
  • 37
  • 40
0
votes
1 answer

One application, two launcher icons on HTC Sense phones

I want to have multiple launcher icons for my application. I can get this to work fine on some phones simply by adding the following to the Activity definitions
Philip Pearl
  • 1,523
  • 16
  • 26