htc

Window Mobile 6, Allow Vibration durning Call

Is there any registry tweak in windows mobile that can enable vibration during a call. I have HTC touch with windows mobile6. ...

Is there a working snapshot of Android that will run on my HTC Touch ("Elf")?

Is there a working snapshot of Android that will run on my HTC Touch ("ELF0300" with OMAP850 processor)? ...

How do I get started with developing for Android without an Android phone?

More or less as it says on the tin. Before I even contemplate downloading the SDK, I was wondering if there was any way of testing Android apps that I'd write without an Android phone available to me? I'm unsure as to whether or not the tools that come with the SDK come with an emulator like VS does for Windows Mobile. Sorry if this is...

Why are GPU threads in CUDA and OpenCL allocated in a grid?

Im just learning OpenCL and im at the point when trying to launch a kernel. Why is it that the GPU threads are managed in a grid? I'm going to read more about this in detail but it would be nice with a simple explanation. Is it allways like this when working with GPGPU's? ...

Is there a way to develop C#/.NET on Android devices?

Hi, I want to run C# programs on my HTC Magic, I can find the mono app on the Android market but I have no clue on how to run C# using. The code is just for fun, I don't want official support and such. After coding Visual Basic on windows mobile, I really want to code C# on Android, whether directly using some sort of editor if exists,...

Debugging HTC Touch Dual with Visual Studio

Hi. The problem is: my HTC Touch Dual does not support debugging normally? (And all other HTC Touch Dual PDAs have the same problem too) Sometimes I can start debugging with "step over/into", but can't use breakpoints. And "steps" will cause control miss soon. Sometimes when I run application from visual studio it can show exception on...

How do I install my android app on my HTC Magic?

Hello everyone, I am interested in developing an app for my HTC Magic (Android) phone. Using instructions on android's developer site, I installed eclipse with the right plugins, got created the AVD and wrote my first Hello World app which ran in the AVD. I would now like to install that Hello World app on my HTC Magic, but I can't seem ...

How to control screen brightness programatically?

Hi How to increase/decrease screen brightness in C# for Windows Mobile 6.1? Also, how can we turn on/off screen to save battery while a particular application is running? Is there any wrapper or API available to achieve that? ...

Internet connectivity problem in windows mobile?

Hi, I am trying to connect my htc phone to the wi-fi. Though my phone shows connected to the network and get the IP address also but it does give me access to internet. I have checked all possible settings and matched that i have also selected WPA2-PSK (AES) as shown in my pcs settings. But hard luck I am not able to connect to the inte...

How do I deploy HelloWorld app to HTC Eris Droid?

This is a newbie Droid question, but how do I deploy an application to the HTC Eris? I have the Eclipse ADT plugin and I am able to run the emulator, but now I want to push it out and try it for real. Can someone point me to documentation that shows how to do this? ...

HTC camera initialization disables the phone hardware button?

Hi there, I have the following problem: I implement an application that uses DirectShow to capture video and audio data. On HTC phones (Touch Pro 2, Touch Diamond 2, Touch HD) it seems, after initializing the camera via DirectShow (same code is used as CameraCapture and CameraControl sample applications) the application will not react to...

Android: Start activity from a MenuItem

Hi, Im new on Android, and im trying to start an Activity from a MenuItem choose of the user. Actually, im building my menu (and is working ok) from my main activity class using a MenuInflater: @Override public boolean onCreateOptionsMenu(Menu menu) { super.onCreateOptionsMenu(menu); //the Menu Inflater clas...

Android: Delete entire database

Hi, I would like to delete a complete database created by my application. Do you know any adb command, or android sentence to do it? Thanks in advance. Best regards. Jose. ...

Creating database in android

Hi, i was creating a database and deleting it, adding registries on my android htc mobile sqlite database without any problem. But now, after last deleting of the database everytime i want to create a new one i get a sqlite exception that says me "unable to open database file" with the following data: serialVersionUID (RuntimeExc...

Circular reference in HTC element behaviors

Hello there, We develop our pages based on HTC element behaviors (let's call them 'htc' for short). One of the components is a dataGrid.htc which has many dataGridItem.htc inside of it. These items are created on demand. So, in dataGrid.htc I import the item: <html xmlns:dataGrid> <head> <?import namespace="dataGrid" implementation="d...

typing by hardware keyboard doesn't work for my app

I have a Windows Mobile 5 application written in C#. I have a client with HTC Touch Pro 2 using Windows Mobile 6.5, and the client claims he can't use the hardware keyboard to type in stuff as it doesn't come through. He can use only the on screen keyboard to type in stuff. I have a Treo 750 with hardware keyboard and does work fine for...

How to access programmatically what is displayed in an Android lock screen

Hi folks! Today I am looking for a way to mimic the behavior I know from my HTC Hero's lock screen: the calendar and alarm clock can put text & drawables there to inform about an upcoming event or an expired alarm. The lock screen remains there in that it must be dragged down to dismiss the shown event and there might also be a Snooze bu...

How to get HTC Eris to show up as a device target on Eclipse 3.5 running on Mac OS X?

My Motorola Droid shows up just fine in this configuration and appears as a deployment target. Works like a snap. How do I get the HTC Eris Droid to show up as a deployment target? Is there some special driver needed for the Eris? ...

Copy android contacts' birthday to calendar

I'm an htc tattoo owner, and i'm watching for a way to copy contacts' birthday (retrieved from facebook) to the built-in calendar. I'm not afraid to develop a custom app but i'll be more happy if there's one built-in or already existing... Thinking over this thing, i realized there's more fun creating a custom app... :P Do you k...

Recording Audio With J2ME and an HTC Touch 2

Is anyone aware of a work around the security measures put in place in MIDP that stop access to the audio recorder in J2ME, I know my phone supports it but it just keeps asking if it's ok to let it record over and over again, if I try to skip it it throws a .SecurityError. ...