htc

[WM6-HTC] get GSM neighbors cells info

Hello experts, I always wonder if there's any way that we can get the informations (id, phone signal strength, bcch ...) from all the surround cells in Windows mobile 6 (with C#/C++ on my HTC touch HD). With RIL, we can only extract the info of current cell, but not the neighbors. I'm inspired by this thread: forum.xda-developers.com/s...

Showing mobile friendly web page without having to zoom in

Hi, im trying to create a mobile friendly web page using the code below. When i view it over a HTC desire i have to zoom in to see the correct size. How can i get it to display normally without having to zoom in? <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="MobileSite._Default" %> <!DOCTYPE html...

Why would JmDNS service discovery work on a Motorola Droid running Android 2.1-update1 and not on an HTC Incredible running the same version of Android?

I have successfully gotten JmDNS working on Android 2.1 testing on a Motorola Droid by using MulticastLock, but recently got an HTC Incredible as second test device, and JmDNS discovery doesn't work at all. I should mention that broadcasting a service still works and everything appears to run normally, but serviceAdded() never gets call...

after starting eclipse my phone (htc desire) disconnects form my pc

Hello, My phone(htc desire) loses connection with HTC Sync, version: 2.0.33 on my laptop when I start eclipse galileo. I have windows 7 32 bit. The followings are what I have done to solve this problem but with no luck: unplug and replug the usb cable. installed the old version of HTC sync uninstalled the old version and installed th...

Is Android 2.2 (froyo) going to support the front facing camera on the new phones?

HTC Evo 4G from Sprint has a front facing camera. The Sprint dev site has some info about it http://androidcommunity.com/sprint-sdk-for-htc-evo-4g-teaches-devs-to-use-front-video-cam-hdmi-more-20100324/ My question is: is the front facing camera SDK going to be included in Froyo? ...

Detect ui language in htc sense on android

Hey, 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 include the norwegian locale, so the android sdk seems to not use the values-no/stri...

Why can't HTC Droid running OTA 2.1 communicate with RFCOMM?

Yesterday we received OTA Android 2.1 on my wife's HTC Droid - HOORAY!!! I am finally able to load my carputer app on her phone. Well we loaded it, but it doesn't work. Specifically, it connects but sees no I/O!!! I paired, re-paired, and re-paired again, every time its the same problem: connect() says we connected successfully, but a...

Android Intent for HTTP MP3 stream on HTC Incredible

On the stock Droid and Nexus One, an intent like this: new Intent(Intent.ACTION_VIEW).setDataAndType(Uri.parse("http://example.com/somemp3.mp3"), "audio/mp3"); works just fine and pops open the system music player to stream the file. But it doesn't match any activities on the HTC Incredible, causing a force-close when I call startActiv...

HTC Sense UI / Sprint on HTC Evo

Hey. Longtime lurker, first time poster. I just got a HTC Evo 4G from Google i/o. Its a great device, but I don't like how Sprint and HTC got replaced all of the native apps that were added on after 2.0 such as Gallery. The Gallery app on the phone uses flickr and facebook connect. I want to sync my Picasa albums. How can i get put the...

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 Intent(android.content.Intent.ACTION_SEND); emailIntent.setType("image/png"); emailIntent.putExtra(Intent.EXTRA_STREAM, uri...

Javascript and rendering pauses and stays paused on scroll in the android browser

Hi. I've found some wierd behaviour related to scrolling and rendering and javascript. How to make it happen: On any webpage that is long enough to scroll on. Start to scroll pretty fast (fling the page). then release the touch. Now while the page is still scrolling because of the momentum. Tap the screen to stop the scroll. This ma...

Droid Incredible Not Returning Valid DeviceID?

I have an application that utilizes the phones DeviceID in various ways. I am now getting emails from users who have the HTC Droid Incredible phone that they are getting the error message I have added to the app that is showing the DeviceID being returned is not valid - which means it is either empty/null or the default ID used in t...

How to use HTC Desire and Eclipse on Ubuntu 10.4 to test Android Apps?

If I try to use my HTC Desire to test Apps I'm developing with Eclipse, then in the screen where I can choose the emulators and connected devices, it is only listed as unknown and a few question marks. I read that on Windows you need HTC Sync respectively the drivers in this program, but how can I solve this problem on Ubuntu? ...

Image Size With J2ME on an HTC Touch2

I'm trying to ascertain wither there is a limitation on the camera access in the j2me implementation on the HTC Touch2. The native camera is 3MP however it seams that the quality is notably reduced when accessed via j2me, in fact it seams that the only size and format the .getSnapshot() method is able to return is a 240x320 pixel jpeg. I...

How do you activate the LED light on an HTC EVO 4G?

Trying to activate the LED to use as a flashlight on the HTC EVO 4G. I know this is possible because there at least a couple applications in the Android Market (LED Desire Light, Tesla) that do this. I've tried using setFlashlightEnabled, which I'm told works on the Droid. On my Nexus One with Froyo I used setFlashMode to set the mode t...

Is there a way to connect Wifi using PPPoE on Android?

Hi, Since I am newbie in Android, I don't know how to connect Android (2.1 on HTC Desire) with PPPoE using wifi connection. So Please anybody know solution, then kindly help me. ...

Bug Sending Contacts to Voicemail on HTC Android Phones

Hi, I've developed the app Group to Voicemail for Android and have come across an interesting issue that only occurs on HTC phones: When I programatically send a Contact to voicemail (using the SEND_TO_VOICEMAIL field for ContactsContract.Contacts), it works as expected. However, when I set that field back to '0' (to not send that Con...

Android HTC Desire Voice input issues.

Would anyone have an idea as to why an app would work on almost every phone that has 2.1 but not the Desire? One of my apps uses voice input and the Desire is the only phone that force closes when the voice prompt comes up. The worst part is that I don't know how to test this, I don't have one or know anyone who does. Any ideas? EDI...

Program adding contacts on the emulator does not add contacts on the HTC Desire

Hello, I want to write a program to automatically generate the contacts. I also use a special service to add account on emulator. The same account is used on the telephone. Below is my code: ContentValues values = new ContentValues(); values.put(RawContacts.ACCOUNT_TYPE, "localhost"); values.put(RawContacts.ACCOUNT_NAME, "PC Sync"); U...

Is it possible to create an android application right on the HTC Evo phone?

I want to more easily be able to create an application and test it. Is it possible to build it right on the HTC Evo phone? ...