HTC Desire :: LED Not Firing After 2.2 Update

Oct 6, 2010

I recently did the Orange update to 2.2 and today noticed that the LED isn't firing when i get a new alert. I've tried turning missed reminder off but that doesn't make a difference, though if i go in to missed reminder and do a 'test notification' the LED does come on. Has anyone else experienced this? This is quite annoying as I rely on the LED to let me know if i've got a new event.

HTC Desire :: LED not firing after 2.2 update


Android :: OnTrackballEvent Not Firing?

Nov 15, 2010

I have a list in my app.

When a user touches a list item with their finger, the onListItemClick handler fires and I have it opening a new Activity.

However, when a user uses the trackball/pad to click, I want to perform some different functionality. I've overrode onTrackballEvent and everything works perfectly fine in the emulator's trackball mode.

Unfortunately, when testing on the Samsung Moment, clicking the trackpad fires the onListItemClick handler, not the onTrackballEvent handler.

View 2 Replies View Related

Android :: AlarmManager Not Firing Receiver

Feb 27, 2010

Any experts on AlarmManager out there?I've got something weird going on.The basic code to set my repeating alarm works fine. I can close my app and the alarm will continue to run like clockwork every five minutes. It works fine only if I set it in the app and then close the app.I've got a registered BootReceiver for re-registering the repeating alarm. I know it fires on boot b/c the log message clearly shows it is firing and re-setting the repeating alarm in question for the same frequency. But the AlarmManager is not firing.Basically, the nearly identical code for setRepeating() fires when set from the app and continues to run when the app is closed, so I know my AlarmReceiver is functioning, but the AlarmManager is either not broadcasting this alarm or my receiver doesn't work from an alarm set in the boot receiver.

View 9 Replies View Related

Android :: OnClick Event Not Firing?

Sep 20, 2010

I have a listview managed by an adapter that is extending BaseAdapter.

In the getview function im using the convertView to set up a OnClickListener. This OnClickListener work well when I am touching the screen but if I use the trackball of the HTC Desire, I see the row flashing on the screen, but the OnClickListener is not called...

I've read the android dev guide : http://developer.android.com/guide/topics/ui/ui-events.html
and its say that I should receive a onClick event from the trackball...

Im putting here my getview code in case someone see anything strange.

CODE:..............................

View 1 Replies View Related

Android :: OnClickListener Not Firing In GridView - 2.2 Only

Aug 8, 2010

I have a grid view of buttons that is generated by a CursorAdapter. When the CursorAdapter is passed to the Gridview the view renders correctly however the first item in the grid does not fire the OnClickListener event.

If I select another button in the grid, the event fires correctly however if I selected the first button then another button, it loads the first button action then the section button action.

When testing this, it only seems to be an issue in Android 2.2 on my emulator, my 1.5 phone works as expected. I've wiped the emulator but that doesn't seem to have made a difference.


CODE:.............

View 1 Replies View Related

Android :: Firing An Event By Code?

Sep 25, 2010

Is any way to build and fire an event (e.g. on click event) in android applications programmatically.

I have an Activity (lets call it A) with multiple views (5 ImageView for example). And a normal Java class (lets call it B) which is used by my Activity. here is an instance of B in my Activity. If user click on a View (Image View) the view OnClickListener calls a method in B In B, if operation is successful, it will call back a method in activity again. in activity method, It will change image or state for clicked ImageView.

I the other hand: click on view (x) in Activity -------> B.doSomething() --------> A.bIsDone() -----> change image for view (x) with normal execution, its working and there is no problem. the problem is that I want to simulate this process to be automatic, my code looks like this:

CODE:.............

The issue is that, it won't render anything, until the end of the loop.

I tried to put the loop in another Thread, but its throwing exception: android.view.ViewRoot$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.

What can i do for this issue? i was think generate an click event on view (by code), to see it can help or not.

View 3 Replies View Related

Android :: ProtoRequestListener Firing WatchDogException ?

Dec 3, 2009

My app has been pretty stable for a while, and today out of the blue something called ProtoRequestListener has started intermittently throwing WatchDogExceptions. there's no path through to my code, so i can't even catch the exception and do something about it. i googled around a bit and it seems to be connected to Maps somehow.

View 2 Replies View Related

USB Intent Not Firing - Unable To Use Program?

Mar 10, 2013

I have a problem with a USB hosting program I have written for the Galaxy Tab 10.1. I am trying to communicate with a PIC microcontroller via USB and had the program working a month or so back. Attachment to the PIC was by using an intent in the manifest, as per the standard method. However, I then upgraded via Kies to Android 4.0.4 and since then have not been able to use the program.

at first I had no luck in even seeing the PIC but once I told the PIC to pretend it was a mass storage device that problem cleared up (the original version was configured as an HID). It seems that in 4.0.4 Samsung have reintroduced the "whitelist"

Now I have the issue that I can trigger my program on plugging in the PIC (which proves that the permission is working on attaching) but within the program the only intent that is seen is the MAIN one.I don't want to go away from a stock device, and I don't want to have to downgrade back to 4.0.3 which I had when the system was working.

View 1 Replies View Related

Android :: Clicks To MapView To Firing OnClick

Dec 10, 2009

I am working on my first android app and so my first with the Maps API and am experiencing an odd problem. How ever when I click the screen it seems the onClick event is not being run?Have I missed something or am I better off sub classing the MyLocationOverlay I am using and override DispatchTap?How ever i would rather be able to just click anywhere on the map to dispatch the event.

View 6 Replies View Related

Android :: Add Proximity Alert Firing Repeatedly

Jun 10, 2010

I am adding a proximity Alert with an expiration of -1 (does not expire). I am testing using an Evo. The proximity Alert fires several times after entering the location and staying inside the location. I was thinking that the proximity alert should fire once when you enter the location and fire once when you exit the location. Should the proximity alert fire multiple times after you enter the location and stay inside of the location?

View 2 Replies View Related

Android :: TOUCH_MOVE Event Not Firing In Avd Or Device

Sep 30, 2010

In fact, only the touch_down event will fire. Basically, I'm trying to implement a drag feature in my app so I need the touch_move event. I have a method that writes out the touch events to the LogCat in Eclipse but the touch_down is the only event that shows up. not even touch_up shows up. I have this problem when I debug on the device or in the avd.

This isn't really a code question. But has anyone had an issue getting different touch events to fire? If so, how did you resolve them? I'm using the latest Android SDK and Eclipse version. I'm using a simple ImageView.

View 1 Replies View Related

Android :: Browser Orientationchange Event Keeps Firing

Oct 28, 2010

Following is simple html, when viewed on android browser(nexus one) results into continuos orientationchange event chain when you change phone's orientation just once.

CODE:........................

View 1 Replies View Related

Android :: OnClickListener Not Firing From Parent Class

Aug 17, 2010

A Follow up to this question: http://stackoverflow.com/questions/3488880/group-of-views-controls-on-multiple-screens

I have created a parent class and a child class that inherits from it. When I set the OnClickListener in the child class, the event fires when the button is clicked. When I move the set OnClickListener to the parent class, the event doesn't fire. I've got to be missing something obvious but I just don't see it.

CODE:............

Child Class:

CODE:.........................

View 2 Replies View Related

Android :: Ignore OnItemSelectedListener Firing On Create

Mar 3, 2010

I'm creating a spinner and I've added an OnItemSelectedListener to it. However I've noticed that it fires on create. Now I was wondering if there was a way to ignore/discard it. I know I could use a boolean value, but that's a bit "dirty".

View 1 Replies View Related

Android :: OnTouch Event Sometimes Not Firing ACTION_POINTER_DOWN

Jul 9, 2010

I'm trying to implement pinch-zoom in an app I'm making and am having issues with the onTouch event. It appears that the pointer up & down actions do not fire immediately, like you won't get a pointer up or down until an action move occurs. So what happens if both fingers hit the screen nearly simultaneously is that the 2nd finger (should be pointer(1)) gets a move action before pointer down is called, making the code think it's a DRAG not a pinch zoom.

View 2 Replies View Related

Android :: Choosing Between Requery Or Firing The Query Again In SQLite

Jun 19, 2010

Have been using a SQLite database, Theres a situation where i have a list which displays all the "name" field data of a table "table1". Now i have a button to insert data in "table1". The list is populated using a simple cursor adapter which is passed a cursor "cursor1" populated with the data. "cursor1" is prepared using the SQLite query - "SELECT * FROM table1". Now the moment i insert data, i need to update the list too.

My question is- will the Adapter sense the database change automatically (i guess not)?
using cursor1.requery() is correct or should i use cursor1 = db.query("table1", null, null, null, null, null, null);

View 1 Replies View Related

Android :: How To Keep OnItemSelected From Firing Off On A Newly Instantiated Spinner

Apr 1, 2010

I've thought of some less than elegant ways to solve this, but I know I must be missing something.

My onItemSelected fires off immediately without any interaction with the user, and this is undesired behavior. I wish for the UI to wait until the user selects something before it does anything.

I even tried setting up the listener in the onResume, hoping that would help, but it doesn't. How can I stop this from firing off before the user can touch the control?

CODE:...........................

View 2 Replies View Related

Android :: Make Sure Activity Is Alive Before Firing Intent?

Feb 24, 2010

I am currently firing an Intent to a Broadcast Receiver which in turns starts an Activity.

Then from the same Service another Intent is fired to a Broadcast Receiver thats in the Activity.

The problem is that the Activity isn't getting the Intent meant for it because it is fired before it is alive and the Broadcast Reciever is registered.

I was wondering is there anyway to make sure an Activity is alive before sending an Intent?

View 1 Replies View Related

Android :: OnPageFinished Not Firing Correctly When Rendering Web Page

Sep 13, 2010

For some reason the onPageFinished is firing before the WebView has finished loading -

I can't figure out why...

CODE:.............................

View 3 Replies View Related

Android :: Reloading Our Activities State After Firing Intent To Camera

Aug 31, 2009

We have an Activity which has a form on it and we launch an Intent to take a picture.We've overridden onSaveInstanceState and onRestoreInstanceState to push the data from the view fields But, on the return from the CameraActivity, the onRestoreInstanceState method is never called. Should this behavior work when calling another Intent?

View 7 Replies View Related

Android :: FinishFromChild And OnActivityResult Not Firing When Child Starts Activity Of Same Type As Parent

Jun 8, 2010

I have an application, which (for the sake of simplicity) has two types of activities - Overview and DetailView. The Overview activity shows a list of steps and allows the user to start a DetailView activity corresponding to the step chosen.

In the DetailView activity, the user can start another Overview, which shows different steps than the ones in the parent of the current DetailView.

In the Overview, DetailView is started by using startActivityForResult (). In the DetailView, when the user decides to start a second Overview, I call setResult () and finish () and then start the new Overview. In this scenario, onActivityResult () and finishFromChild () do not fire. Instead, they fire when the parent finishes (?).

Code from Overview:

CODE:....

Code from DetailView:

CODE:..........................

View 1 Replies View Related

HTC Desire :: Official HTC Desire Android 2.2 Firmware Update

Sep 2, 2010

Does anyone know where we can download the Official HTC Desire Android 2.2 Firmware Update so we can use it for manual installation into the phone?

View 2 Replies View Related

HTC Desire :: Download Rooted Desire Latest Update?

Sep 18, 2010

I have rooted my phone and currently running DeFroST 2.7 Rom Android version 2.2, (did this back in early august) I basically would like to know what the current latest update for my HTC Desire is. Is there a newer DeFroST update out there or do i now update to Froyo 2.2? Also would like a pointer in direction of where to download the latest update from?

View 4 Replies View Related

HTC Desire :: 2.2 Update Manual Update?

Aug 22, 2010

I have the HTC Desire unlocked here in the US. I'm using AT&T as my network, and everything works fine. I do not want to root my phone. I want the upcoming Froyo 2.2 update, and I have seen that it is soon available for Vodafone. This confuses me. I am wondering -- will HTC release the new OS on their website, and I can just download and install it myself?

View 11 Replies View Related

HTC Desire :: Latest Update For HTC Desire

Jul 21, 2010

I just purchased my HTC Desire, its Factory unlocked and I just want to confirm the latest version of the device. mine is
Firmware Version: 2.1 update 1
Software Number: 1.21.405.2
also when froyo does come officially, will I be able to use OTA to install it? as the device I am using is not from my region, I believe it is from the UK and I'm using in Dubai - will this affect the OTA?

View 13 Replies View Related

Android :: Firing TableRow Event In Android?

Nov 10, 2010

I want to invoke or fire the onclick event for Table Row when the user clicked a particular table row in the UI.

<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/table_bars" android:layout_width="wrap_content" android:layout_height="fill_parent"android:background="@drawable/corner" android:stretchColumns="1" android:layout_margin="10dp">
<TableRow>
<TextView android:id="@+id/barsp_baradd_value"
android:textSize="15sp" android:padding="10dp" android:layout_width="wrap_content" />
</TableRow>.................

View 1 Replies View Related

HTC Desire :: Need Update With An O2

Sep 8, 2010

Has any one had the update yet with an O2 desire? call them up and they seem to have no idea...just thought i ask.

View 8 Replies View Related

HTC Desire :: Cannot Update To 2.2

Aug 1, 2010

I am hoping that there are a couple of experts out there cause I have a problem. I have an HTC Desire, which should have the OTA update for froyo available. instead it has a different update which is 27.07 MB in size, which won't install.I believe this is blocking my froyo update since my Desire is Sim unlocked, non branded and rooted. The problem with the 27.07mb update is that it downloads but won't install (you first get the green installing icon but then changes to the same icon but the with a red question mark) So I was wondering if there is any other way of getting that froyo update on my phone or somehow getting it OTA.

View 7 Replies View Related

HTC Desire :: Get Update To 2.2

Aug 1, 2010

I have a TMobile handset which I debranded with this Edit: I don't know if it is the norm but I can only install the above rom when I have my gold card in. So, I downloaded and installed 2.2 earlier. Well, it should have been that easy but mine wasn't My phone tried to updated but kept getting stuck in a loop. It'd get to about 87% and the phone would reboot. After about 6 attempts I bravely took the battery out and rebooted. When the phone did finally reboot it had 2.2 on the but not everything it needed. I had no wifi and no phone signal. To solve this I reinstalled the 1.21 in the link above, entered all the necessary info and then BEFORE I installed any apps I did a manual update and it worked. I can only assume it was down to an app but not sure which one. I am no back up and running thanks to appbrain and my backup I haven't lost anything.

View 2 Replies View Related

HTC Desire :: Cannot Update ROM - Status 7

Aug 16, 2010

I've got a HTC Desire from O2 UK and it's got O2 splash screen when it loads, but I believe it's unlocked. Here are the following details it's on:

Firmware Version - 2.1-update1
Baseband Version - 32.36.00.28U_4.06.00.02_2
Kernal Version - 2.6.29-c8d11160 htc-kernal@and18-2 #1
Build Number - 1.20.207.3 CL171460 release-keys
Software Number - 1.20.207.3
Browser Version - Webkit 3.1
Boot Loader - 0.80

Earlier on today, I ran ?Unrevoked3" on Linux, which "rooted" my phone. It added an extra option called "Superuser Permissions", but the O2 branding when phone is turned on remains, and the numbers above stayed the same. Now I tried to load a new ROM, but they all bring up the errors below. I have tried loads of different ones. I have plenty of free space on my SD card and have renamed some to update.zip, but still no luck. One seemed like it went through, but straight after an animation of a cross played on the screen, with different colours, and this wouldn't go away even after a restart............

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved