HTC EVO 4G :: LED Light Widget
Jun 5, 2010
i just DL'd the LED Light app and it works great. The app's page in the Market says that it can be used as a widget, and i can't figure out how to add it as one (it doesn't show up in the widgets list) Thanks
View 12 Replies
Oct 26, 2010
These packages are alternative gapps. These Gapps should improve performance. On top of that all apps are up to date (like YouTube). Ultra Light version will also remove unnecessary preinstalled apps like yaam, DSP Audio Manager and so on (and some more gapps of course).
View 13 Replies
View Related
Sep 30, 2010
I accidently sat got my evo into some water on our bathroom the other night and now my phone is acting weird. I disconnected the battery and the phone and allowed them to sit in bags of rice for a few days to draw out the mositure. I turned the phone back on and found the camera is no longer so the water must of wicked in through there, but what is troubling me is the orange charge light comes on as well as a red indicator light on the other side.
View 2 Replies
View Related
Jun 29, 2010
I'm looking for a call log widget and a voicemail widget which look like the default mail app widget.That is, a simple small widget which show me the number of missed calls (if it's the call log widget) or the number of voicemails received (if it's the voicemail widget), just like the mail widget shows the number of emails received.
View 2 Replies
View Related
Sep 16, 2009
will the device wake up if there is a widget instance on the homepage but the widget provider or receiver is disabled?If I have a widget instance on the home page, but if I were to disable the widget provider from receiving messages by disabling the component, and if I have no components receiving the messages targeted for that widget, will Android still wake up the device?
View 5 Replies
View Related
Aug 27, 2010
One of the things I liked about Sense (I'm rooted now and running the Second Wave ROM) was the HTC weather animations when the screen was unlocked. After installing Widget Locker, I noticed an option to turn them on and now I have them back! I also installed the Weather & Toggle Widget and installed the weather skin that looks just like the Sense weather with the flip clock.The annoying part is that when it's sunny, or partly sunny, the "sun animation" from Sense doesn't perfectly align with the Weather & Toggle Widget weather icon. I know, I know, it's a minor problem and goes away when the animation is done, but the lack of symmetry sometimes annoys the hell out of me.
View 1 Replies
View Related
Aug 20, 2010
all my contacts are google contacts with several linked to Facebook accounts.When I access my contacts through the People widget, all's good, I only see the google contacts (I've deselected Facebookers in the view menu). However when I access the Messages widget all my contacts are doubled up for some reason. I realise this list is also showing facebook contacts as well as google contacts but even the non-facebook contacts are doubled up.
View 1 Replies
View Related
Oct 16, 2010
I am writing my first application and am trying to get my widget to load a different image when it is added to the home screen based on the state of the notification volume.It is detecting the notification state fine and the proper Toast messages appear when I add the widget, but I'm not getting any icon.I just get an empty button.I'm using the same code to change the icon in my onReceive() method to do other things and that works fine.Is this the proper way to accomplish that?
View 3 Replies
View Related
Feb 18, 2010
I am trying to pass the same touch events on one widget to the other so they both scroll at the same time and in same way. I have two Gallery widgets one above and one below. If the above one is scrolled then I want to pass the same touch event to the bottom widget so it also scrolls the same way.I have tried to use dispatchtouchevent events but I am facing an issue where in if the bottom gallery widget has some edit text then the edit text gets the key event and both widgets doesnt scroll anymore.I have tried to set focussable and editable to false on edittext even then it gets the touch events.I think I am going in the right direction. However I need some assistance in doing the right way.
View 3 Replies
View Related
Jul 9, 2010
I'm not understanding this whole weather app & widget thing...I'd like to have a nice looking widget on my desktop that flows with my theme. Not the one that the weather channel app has.
View 5 Replies
View Related
May 1, 2010
I can create a static widget without thinking, I can even create a widget like the analogue clock widget that will update itself, however, I can not for the life of me figure out how to create a widget that reacts to when a user clicks on it. Here is the best code sample that the developer documentation gives to what a widget activity should contain (the only other hint being the API demos, which only creates a static widget):
public class ExampleAppWidgetProvider extends AppWidgetProvider {
public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) {
final int N = appWidgetIds.length;
// Perform this loop procedure for each App Widget that belongs to this provider
for (int i=0; i<N; i++) {
int appWidgetId = appWidgetIds[i];
// Create an Intent to launch ExampleActivity
Intent intent = new Intent(context, ExampleActivity.class);
PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, 0);
// Get the layout for the App Widget and attach an on-click listener to the button
RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.appwidget_provider_layout);
views.setOnClickPendingIntent(R.id.button, pendingIntent);................
View 2 Replies
View Related
Nov 17, 2009
besides the power widget is there one you can download that just for gps that actually works and is problem free on the droid?.
View 3 Replies
View Related
Jul 17, 2010
I prefer using Launcher Pro but I lose the HTC News feed widget. Anyone have a good replacement for the News Feed widget or a good ESPN widget?
View 1 Replies
View Related
Jun 24, 2010
is there any app in the market like missed reminder or blink, that works correctly with an evo? ive tried both and neither of them have been working another thing is im looking for an app like flashlight alerts, but im trying to find some kind of free version of that app or an app that does just the same thing? any suggestions?
View 8 Replies
View Related
Jun 14, 2010
Okay, the light leakage is coming from the LED lights behind the 4 touch buttons on the bottom of the phone, correct? Perhaps someone could write an app for rooted phone (I'm guessing it would have to be rooted) and it would simply turn the LEDs off. I know I don't need lights behind the buttons to know which ones are which in the dark. We have 3 EVOs, mine has the half blown speaker and the other two, which got barely any usage this last week both have the screen problems. So all 3 are going back to Sprint for replacements I guess.
View 25 Replies
View Related
Aug 4, 2010
I basically want a widget which has a simlar layout as the twitter widget.As you can see the tweet text nicely wraps around the AUTHOR element. This can be done with one TextView using the following method: http://developer.android.com/guide/appendix/faq/commontasks.html#sele.The problem is that its a widget and i only have access to the ui elements using the RemoteViews.I was thinking of using a layout manager for this, but its impossible because textviews are always rectangular.So how do i do this? I know you helped twitter build their application.
View 4 Replies
View Related
Jun 16, 2010
After messing with the LED Light app, it appears that only my bottom LED is lighting up. I've tried taking multiple pictures in different lighting situations and I'm having the same problem. I could have sworn that both LEDs lit up before. I've never kept the LED Light app on for an extended amount of time so I don't believe I've caused it to burn out.
View 3 Replies
View Related
Oct 5, 2010
At an event the other night that took place in a low-light restaurant, the EVO had trouble focusing and taking good pictures. It would also use way, way too much flash when put in automatic mode, and even seemed a bit much when turned down in the options.
View 21 Replies
View Related
Aug 11, 2010
Ally V8 Ultra Light - Beta 1
8/11/2010
Standard Disclosure: I'm not responsible in any way for the way this performs or functions on your device. If you brick your phone using or flashing this ROM, I will not be held responsible. Also, this is a beta ROM because I haven't been able to test it on more than just my device.
Make sure you do a Nandroid Backup and Wipe data and Dalvik-cache before flashing.
This ROM is based off of drellisdee's Lite ROM. 100% credit goes towards my fellow HTC Incredible user for not only this ROM, but also the first custom recovery and foolproof root method for the LG Ally. Special thanks to him and everyone else that has been a part of the Ally development.
All that I did was remove a lot more applications. It's designed as minimalist as possible so you can just add on your own preferred apps. The list of removed items are listed below. I mostly removed any LG apps as well as the Verizon Wireless startup sound. (Silent Boot!) Also, I removed Calculator because it's one of the few stock apps that can be removed and I usually prefer to just download a scientific calculator from Market.
This also shows exactly how LG designed their software. They changed the design inside some Android system apps (like Contacts, Dialer, etc.) and then threw in applications (like Socialite, LG Home, Home Selector, etc.) In other words, there is no LG UI, we have a stock Android phone. This is unlike Motoblur and HTC Sense which ties certain elements down to the OS.
Also, I'm considering removing the 3D Gallery app, if you guys would like to be able to just load your own from market. Just let me know what you think.
REMOVED
=======
/system/app/:
Aloha_SNS.apk (Socialite)
BookmarksWidget.apk
MySpace.apk
Calculator.apk
CalendarWidget.apk
ClockWeatherWidget.apk
DigitalAlarmWidget.apk
DualClockWidget.apk
EasCalendar.apk (Corporate Calendar)
Homeselector.apk (Themes App)
Lghome.apk
MessageWidget.apk
SoundRecorder.apk
thinkdroid.apk (Think Free Office)
com.facebook.katana (Facebook)
/system/sounds/:
Verizon Wireless logo boot sound!
poweron/PowerOn.mp3
TalkBack (I think) Sounds:
eri/ExtendedNetwork.mp3
eri/NetworkExtender.mp3
eri/VerizonWireless.mp3
eri/LossofService.mp3
eri/Roaming.mp3
Download Beta 1
View 16 Replies
View Related
Nov 10, 2009
What does it mean when this is flashing? Just that my battery is low?
View 6 Replies
View Related
Jul 29, 2010
Can someone explain to me who's idea it was to put the LED Notification light inside the grill of the ear speaker?
View 43 Replies
View Related
Sep 8, 2010
One of the nice things I had with my BB was an app that allowed you to modify the length, frequency, and color of your LED light notifications for when you had missed calls, emails, etc. That way you didn't have to bring the screen alive to know if you didn't hear the audible notification. The LED on the EVO seems to be pretty short and sometimes infrequent. I seem to keep bringing the screen alive to find I have missed emails etc. but the LED wasn't flashing at all. Has anyone found a good App that does this?
View 9 Replies
View Related
Sep 4, 2010
Does any one know how to set the notification light on the phone so it blinks when you have a missed call or text when the phone is charging? Cant seem to find this option, I find it weird Android doesn't have this option as default to begin with.
View 3 Replies
View Related
May 21, 2010
For those (very very few of us) who have played with the Evo, can you tell me if there is an LED notification light on front?I am referring to when you get a new text message, or a missed call, so you dont have to turn on the screen.
View 43 Replies
View Related
Oct 31, 2010
Is there a way to keep the LED light on and exit the flashlight app? i was trying to do a use the LED light along with a tango call but the stock widget wont allow you to keep the light lit. is there another way?
View 3 Replies
View Related
Jun 14, 2010
I am a Droid user at the moment, but am considering moving to the EVO next month, and I have a question regarding the LED's on the phone. My wife has to have complete darkness in the room at night and even a charging light bothers her she says (wtf, I just close my eyes and I cant see it, but whatever).
Anyway, on the Droid there is a program called LEDs hack that allows us to turn off all the notification and soft-button LED's when charging, so I am wondering if anything similar is available for the EVO yet. Also, can the charging light itself be disabled? It could not on the droid, but the home dock covered that one completely, so no big deal.
View 2 Replies
View Related
Jun 17, 2010
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 to FLASH_MODE_TORCH, which works fine. But I can't figure out how to get the same effect on the HTC EVO 4G.
View 1 Replies
View Related
Oct 19, 2010
For some reason whenever I receive a text both my led light and the trackball won't light up. I use handcent sms for messaging and I have turned them both on in settings, but they still won't light up.
View 3 Replies
View Related
Jul 13, 2010
I have a light bleeding through my screen....is this bad? It past the 30 days since I bought the phone, so I'm not sure if sprint.
View 22 Replies
View Related
Aug 4, 2010
Sorry Mods but searched and could not find any answer so:- Whilst "sat" waiting for my NON 3G/NON Wifi screens to load when trying to "surf the internet" I find that my screen light goes out! Is there a way or an app that keeps my screen light on for as long as I want it to?
View 4 Replies
View Related