htcsense Questions

3

Solved

I have an Activity to catch ACTION_CALL intent via intent-filter and route via my app which works fine on Nexus one, Moto Blur, and Samsung devices. But not on HTC sense. :( The Intent.ACTION_CAL...
Zanze asked 17/6, 2011 at 11:36

3

Solved

I wanted a numeric keypad that had a go or done button that closed and executed a calculation class. Thanks to a tip from commonware on where to start I got this working beautifully on the emulator...
Relativize asked 30/9, 2010 at 21:20

2

Solved

Has anyone ever successfully implemented an EditText in a widget? I realize Android does not support this, however, "Friend Stream" on HTC devices does it... Is this due to an HTC feature? Could I ...
Isolated asked 14/12, 2010 at 4:15

1

The old approach Window window = getWindow(); LayoutParams layoutParams = window.getAttributes(); layoutParams.screenBrightness = newFloatValue; window.setAttributes(layoutParams); doesn't w...
Helga asked 6/1, 2011 at 2:39

3

This code works on the plain google devices with native android system. But there is no MMS app in the list on htc sense devices and I don't know about Motorola Blur etc.: final Intent emailInten...
Plumage asked 2/6, 2010 at 9:40

2

The default style for the Android TabHost works fine for straight Android systems. However, on HTC Sense, they use dark text on a dark background, which is unreadable. What's the easiest way to ...
Trilemma asked 27/5, 2011 at 18:9

1

Solved

I'm currently writing an app which uses an embedded WebView to display its content or to sometimes query data from the user using input forms. The input fields in these forms are styled using -webk...
Salley asked 2/3, 2011 at 15:56

3

Is there a way to access the copy/paste api/UI in an Android / HTC Sense based phone? I really like the way a long press works in a large canvas while using Sense. Is there a way to programmatical...
Harner asked 13/8, 2010 at 13:23

1

Solved

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...
Gambrill asked 5/9, 2010 at 21:10
1

© 2022 - 2024 — McMap. All rights reserved.