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
24
votes
3 answers

Android: Is there a universal way to send the MMS on any android devices?

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 emailIntent = new…
shinydev
  • 759
  • 2
  • 7
  • 20
17
votes
1 answer

Input-Elements in WebViews always have the same style if highlighted on HTC Devices

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 -webkit-css Styles. This works fine on all Devices…
HefferWolf
  • 3,894
  • 1
  • 23
  • 29
16
votes
2 answers

EditText Alternatives in a Widget? There has to be a way

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 implement this on HTC? Anyone have any crazy…
Will
  • 24,082
  • 14
  • 97
  • 108
8
votes
2 answers

Looking for a universal TabHost style that will work on Android, HTC Sense, Samsung, etc. skins

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 have a TabHost that has visible text across all the…
emmby
  • 99,783
  • 65
  • 191
  • 249
7
votes
3 answers

Intercepting the ACTION_CALL intent on HTC sense

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_CALL_BUTTON is called when the HTC sense button is…
scottyab
  • 23,621
  • 16
  • 94
  • 105
6
votes
3 answers

HTC Sense Copy/Paste API's

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 programmatically detect code is running on a Sense-based phone and…
5
votes
1 answer

Changing screen brightness on a HTC Sense device

The old approach Window window = getWindow(); LayoutParams layoutParams = window.getAttributes(); layoutParams.screenBrightness = newFloatValue; window.setAttributes(layoutParams); doesn't work on HTC Desire with Automatic brightness…
yanchenko
  • 56,576
  • 33
  • 147
  • 165
5
votes
3 answers

Android: softkeyboard control on HTC desire

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. Then I came to load it on to my HTC desire for…
Dream Architect
  • 137
  • 2
  • 12
4
votes
3 answers

Creating Android UI like HTC Sense

Do you have any idea what's the starting point to develop an UI for Android OS, similar with HTC SenseUI ? Can I create that on top of Android or I need to get the Android source code ? Thank you. Florin Matincă
florinmatinca
  • 2,063
  • 3
  • 14
  • 7
4
votes
1 answer

in HTML loaded by Webview Broken in Sense UI

I have a WebView that loads HTML that contains an . When loading in stock android (G1, NexusOne, Ion, etc) it looks fine and can be clicked on to watch it in the YouTube app. But when loading it using either the HTC EVO or Incredible (both…
Justin
  • 111
  • 4
3
votes
1 answer

Display synced contacts in HTC Sense

I'm currently working on a SyncAdapter to add contacts from a WebService. Everything is working fine on the emulator but Contacts doesn't show up on my HTC Desire running HTC Sense. I've read that Sense needs "real" contacts to "link" the new one…
3
votes
1 answer

Calendar ContentProvider URL on Android phones with Sense UI

I have an application that adds an event to the calendar on the device. I have the following URLs for the Calendar ContentProvider: Pre Froyo: content://calendar/calendars Froyo: content://com.android.calendar/calendars These urls work fine for…
Rohit
  • 1,710
  • 5
  • 20
  • 29
3
votes
1 answer

Is there a way to detect whether Sense UI is running on a device?

Is there any way in Android to determine whether a device is running Sense UI? I'm working on an app that is working fine with vanilla Android, but Sense UI is messing with layouts and sizes. I'd like to be able to see whether the device is running…
Josh Brown
  • 52,385
  • 10
  • 54
  • 80
2
votes
1 answer

DevicePolicyManager, lock screen and HTC Sense

I've written an application which just locks the screen if is started, based on the Device Administration Tutorial. So far so good, after I activate the device administration for the application I am able to lock the screen with the…
DonGru
  • 13,532
  • 8
  • 45
  • 55
2
votes
2 answers

Is there way to install Sense UI in the standard Android emulator?

I am not sure how to simulate the HTC Sense UI using the emulator. I know there are 3rd party add-on's available from the SDK Manager, but HTC does not have an entry. I also see the "Add add-on Site..." button, but can't find the URL for a site at…
Booger
  • 18,579
  • 7
  • 55
  • 72
1
2 3 4