HTC Incredible :: Phone Says Loading / But Not Load
Aug 12, 2010
First and for most I just want to say, I love my Driod Incredible. Its lighting fast and puts my friends iPhone to shame every time he want to have a web page loading contest lol. But as of last night, my phone has been acting really awful and strange. I updated a few apps that I use and then tried to go into "handcent SMS" and it would force close every time and wouldn't open at all. I try to click my "phone button" to dial a number and it just says "Loading" forever and I get the same "Loading" screen with my contacts. I have no idea what to do and would really appreciate any help I can get.
View 11 Replies
Aug 11, 2010
I have had the Droid Incredible for a month and a half now and my text messages are filling up. One girl I have 2500 messages from and the loading is pretty slow. Its pretty annoying waiting to reply and everything else on the phone is lightning fast so I was wondering if you guys have any suggestions on how to have them speed up or settings that would help. Please tell me anything that would make these messages load faster.
P.S. I understand deleting the messages will make it fast but erasing them takes way too long and its annoying. Also i need a lot of my messages.
View 5 Replies
View Related
Aug 24, 2010
I seem to be having issues with the widget, it does not load and says loading. I have uninstalled the weather bug app wondering if because it was stuck loading or said failed to load if that was beating my battery.
Any better weather apps besides weather bug
View 3 Replies
View Related
Oct 25, 2010
In my android application i am trying to download images from remote server dynamically ( no of images dynamically come ). for downloading all images it is taking 30 to 40 seconds mean time user has to wait to see the activity . But it is the worst case that loading activity after loading all images. I want to load activity first then load images one by one.
View 3 Replies
View Related
May 7, 2010
I am trying to load some mp3s and other photos from my PC to my Incredible, and cant figure out the best way to do this.
View 19 Replies
View Related
Nov 17, 2010
I am an Android app developer, and I have purchased a Nexus One device which I use to continuously test my developed Android applications.
Background: ----------------- One of the applications I developed uses a native shared library (e.g. myNativeLib.so). Only my application loads & uses this native library. I had developed this app before Android NDK came out. I pack my native library into my apk's 'assets' folder, and during my application start- up, I extract this native library from my package's assets folder to my app private directory (i.e. <assets> -> /data/data/<myappprocess>/ myNativeLib.so). Then I use System.load() API in my application to dynamically load this native library.
Problem: ------------ This application was developed during Android 1.5 (i.e. cupcake) days {I didn't have the Nexus One then}. The above procedure has been working without any problems right from Android 1.5 to Android 2.2 (i.e. Froyo). I have also tested the same on my Nexus One for Android 2.1 (i.e. Eclair) and Android 2.2.
The problem began the moment I recently upgraded my Nexus One to Android 2.2.1 via the FRG83 system update. Now, whenever I try to load my native library, I get the following error:
D/dalvikvm( 3653): Trying to load lib /data/data/<myappprocess>/ <mynativelib>.so <some address> I/dalvikvm( 3653): Unable to dlopen(/data/data/<myappprocess>/ <mynativelib>.so): Cannot load library: link_image[1995]: failed to link <mynativelib>.so
What I have Tried: -------------------------- 1. I tried my application using Android 2.2 SDK (emulator)...it works, no issues. 2. I checked out the latest froyo & android2.2.1 source code from Android open-source, built & tested my application + native lib using the latest froyo source...it built & ran, no issues. This should've taken care of any changes in the native code dependencies between Android 2.2 & Android 2.2.1 3. I even checked Android 2.2.1 source code for dalvik (java System & Runtime classes) + bionic (linker & dlopen sources) between Android 2.2 & Android 2.2.1 (using source checked out from Android open-source), but couldn't find anything consequential 4. I am unable to return my Nexus One to Android 2.2.
View 3 Replies
View Related
May 15, 2010
Two issues that are bugging me...
1) Is there a way to avoid notification sounds to take place during media playback, mainly music player, without having to change my sounds profile to silent, or vibrate?
2) All of a sudden my phone is taking a little long to load SMS conversations. Is there a way to fix that? I feel as though my Snapdragon shouldn't lag when I open a text.
View 4 Replies
View Related
Jul 21, 2010
I use http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview/3068012#3068012 to load images in a ListView and a GridView. It works but the images are loaded form bpttom to top. How to fix that?
Bonus Question: Can I use a loading animation in a image view while the real image is loaded? Right now it's just a default image.
View 1 Replies
View Related
Sep 15, 2010
I rooted last night and installed hyrda kernel. Everything worked just fine. I now want to try to load up cyanogen and give it a try. My question is, if I don't like it, can I revert back to how I have it now? Also, once I load cyanogen, will I still have all of my apps, contacts, pics, etc?
View 7 Replies
View Related
Oct 26, 2010
This problem started about two weeks ago. I have had the phone for five months. I am using the app with Gmail count. It will indicate mail and I tap it and it shows loading. This can go on for five minutes or longer or I never do download the mail. I have tried tapping the home screen and the mail icon again and it still does not work.
View 1 Replies
View Related
Sep 26, 2010
After I did the OTA to 2.2 I am having a problem with sense loading. When I unlock my screen will say loading... for a bit while all my apps and such pop up on my home screen.
View 8 Replies
View Related
May 4, 2009
I want to display a fancy 'loading' image at my app's startup time.
The problem: my startup code is mostly GUI related, hence needs to run on UI thread.
Is there a way to do both - that is run UI-related code on UI thread while an image is displayed to the user?
View 8 Replies
View Related
May 26, 2010
Gmail won't load conversations for a day. Keeps saying no connection. I have cleared data but this hasn't resolved the problem. I can't figure out how to re install gmail either if I remove it.
View 11 Replies
View Related
Aug 14, 2010
This is probably a stupid question, but I have looked through a majority of threads both here and XDA and can't find a concise answer for it.
I have my incredible rooted (did it the original way), recovery is installed (first from unrevoked2, then I updated to the newest CWM using 3.1), and I have an older hydra kernel.
I want to load a 2.2 rom, but I haven't updated my radio yet, today I did the s-off unlock.
Do I need to just drop the new radio image on my sdcard and let it do its thing in hboot, then install the 2.2 rom?
My main concern is the old hydra kernel, I don't know if it is incompatible with 2.2, for the record the version listed on the phone is "2.6.29-cc1c2268 root@laptopone #7".
View 7 Replies
View Related
Jun 12, 2010
I downloaded a couple widgets from HTC this evening. They show up in the widget list but wont load to home screen. Instead when I select them I am taken to a screen with uninstall and details as choices. Usually if I tap the widgets they are placed on a home screen where they can be launched.
View 1 Replies
View Related
May 6, 2010
Facebook Notifications Page Not Loading Quote...
View 2 Replies
View Related
Jul 7, 2010
Is it normal for Pandora to not go to the next song until I turn on my Dinc screen? (my screen is set to go off after 30 seconds.) As soon as I hit the top button to wake my screen, the next song loads, but if I don't, Pandora will not load the next song, although it does finish the current song.
View 1 Replies
View Related
Aug 25, 2010
I just noticed this since loading Frankenrom's B5 and 6. Keyboard lags when typing text messages or emails. Anyone else experiencing this?
View 2 Replies
View Related
May 27, 2010
I saw some cool youtube videos with some Custom Loading Screen with Sounds...
does anyone have a good source and a how to do change mine?
View 1 Replies
View Related
Sep 13, 2010
Is anyone else having problems with gmail 2.2.1 not always going to your inbox?
What about it saying "loading conversations?"
I have OTA 2.2.
View 2 Replies
View Related
May 10, 2010
Well I just downloaded the Dolphin Browser on to my Incredible today. I noticed that playing videos was actually better with putting it in the Iphone mode. In fact I cant even get it to load with the android mode, and the desktop mode while it has better quality because its loading the actual site video, the video seems to skip and frame rate. So sound comes before the lips or vice versa. On the Incredible the best video loader by far is You Tube player, that seems to be the best and I can even put videos in high quality mode.
I wish I could play every video with the you tube video player as it is the clearest and sharpest video player out of everything that plays on the web. the 2nd best browser for playing videos is the skyfire browser, but that for me only works half the time and can seem like a pain. Anyone got any suggestions to making the video work better that would be great, coming from the moto droid to this phone for video reasons, am very unhappy with so far. I hope in the future that they can fix this problem of mine. Its just so pix pix-elated.
View 16 Replies
View Related
Jun 2, 2010
So quite frequently when every I go to answer a text message it will have a little loading circle. I'd like to switch to handcent or chomp but it didn't have pictures in the conversation view.
View 1 Replies
View Related
Oct 22, 2010
I have been assigned the task to use an android tablet to run a single app in an enterprise setting. Ideally, when one switches on the tablet this app should be loaded perhaps during startup and the user need not step out of this app. The app logic itself is rather easy but I am wondering if it is at all possible to load a single app during load and not allowing the user to step out of it.
View 2 Replies
View Related
Jun 7, 2010
I currently use the SenseUI Messaging App for SMS. I had tried HandscentSMS but ultimately decided to go back to the SenseUI implementation, due to the way the app displayed the notification when I unlocked the phone (under the unlock slide bar). I've been texting the a certain special someone quite often, somewhere in the neighborhood of 1000+ messages at this point. I notice, that when I want to bring up her thread, the phone slows down and it takes a 10-20 seconds to come up. Other threads, take only a second or two to load. I assume this is because the HTC app is effectively trying to load all 1000+ messages. Is there a way to limit the amount of messages viewable or a way to archive the messages to my sd card?
View 5 Replies
View Related
Jun 13, 2010
I have a Thinkpad Laptop running XP Pro. I haven't been able to load the HTC Sync application.
I have downloaded the current version HTC_Sync_2.0.33.
Here is what happens:
Language message opens, selected english
Preparing to install window box opens. Starts decompressing HTC PC Suite.msi.
Then the installation stops and I get a Windows installer message window. It lists all of the install and display options. Clicking OK at the bottom stops the install.
I have all of the windows updates. Any ideas what setting on my laptop is crashing the install? I have loaded it successfully on other computers.
View 1 Replies
View Related
Sep 11, 2010
My wifes phone needs to go back. It was rooted, with S-Off. I ran S-On, but can not load a stock recovery. I tried using the one posted by adrynalyne, which I think was for 2.1, and it would do it check but not ask me to update.
I then opened the leaked ruu and took the recovery image and created a new PB31IMG file (with the txt file from adrynalyne's recovery) but again it didn't take.
Is it because I have S-On back on? If so, what are the steps to get this thing back to stock so I can send it back? I have been trying different things for the last 4+ hours and not sure what else to do.
View 25 Replies
View Related
May 29, 2010
I've wanted to re-do downloads but can't find how to get to the list. When I do download the list shows up, but I can't find it otherwise.
View 7 Replies
View Related
May 6, 2010
Anyone else having a problem where it won't load your profile? Yesterday the Newsfeed and the Profile wouldn't work...Newsfeed is back but Profile?
View 3 Replies
View Related
Oct 15, 2010
So i know my incredible has 8gigs of internal space. When i first got my phone and i plugged it in it would ask me "do you want to connect as usb drive" i would hit yes.. and it would load two hard drives one my computer
HD1. was my SD card
HD2 ... was my internal 8gb
Now, same thing happens, but
HD1. i can load no problem (SD CARD)
HD2, click on and it says "must format"
What gives? my phone can still see all my pictures/music from the internal memory though.
BTW i am running CyanogenMod
View 1 Replies
View Related
Sep 4, 2010
Is it possible to load a layout XML at runtime and load into activity?
In my app, I have various types of data like Person, Company, City, etc; The requirement is to dynamically load the layout, find views by tags (property names like Person.name, Person.address) and then fill in data. For example, if user has selected an object of type Company, we want to load a company.xml layout, inflate it and then associate various properties (company name, company slogan, city, address, revenue) to tagged views. One possibility I see here is - each view in the layout will be associated with property-name as tag and then appropriate data will be loaded in appropriate views.
What should be the best design you would recommend?
View 1 Replies
View Related