Android :: Market Behaving Strangely Today
May 31, 2010
Firstly I'm not able to download anything from the markets... the status just shows 'Starting download' and it just sticks there. This has been happening for a day or so, and I have two devices on different networks, so it must be the market and not me.
Also, I have some apps installed which the market doesn't recognize, it just shows the option to download as normal.
View 5 Replies
Mar 27, 2010
I work with a gallery and a BaseAdapter. In my XML file I specified, on my gallery, android:unselectedAlpha. When I select an item (using click or pad) image are moved but they take the alpha defined for (normally) the unselected image.
View 2 Replies
View Related
Sep 26, 2010
We have an application that runs fine on my Samsung Moment but crashes on load on my HTC Hero, both running 2.1. I thought Android was Android.
View 1 Replies
View Related
Apr 25, 2009
I have a lot of Views where I have set a background image on the top LinearLayout and then I have nested a new linear layout below with a background that is semi-transparent. This works great in 1.1, but in 1.5 the transparency is just disregarded and this breaks my app as the text on top is now unreadable.
Is this a bug or a feature? Is there a better way of doing this? Very grateful for any tips!
Code example:
CODE:....................
View 13 Replies
View Related
Aug 25, 2010
I'm trying to implement a ContentProvider wrapped around an SQLite database.
I've followed the tutorial here in building my ContentProvider:tutorial
I want to test what I have; so I'm attempting to instantiate my new ContentProvider, retrieve a Cursor from the query handler, and attach it to my CursorAdapter. Currently, I'm doing this in the onCreate of my Activity (I know this is bad practice, I'm just testing, I will move it to a service eventually).
CODE:.....
When I launch my application, the onCreate method of my extended ContentProvider gets executed. The database helper object gets created, the database gets created, and the onCreate method returns true. However, when I try to use my ContentProvider (with the code above), in the open() method the database helper object gets created, but getWritableDatabase() returns null. Also, when I call open(), the reference to getContext() is null.
Note: everything else seems to be working fine. When I call query, it hits my query handler, recognizes the Uri and attempts to run my query code (which obviously blows up because the database object is null).
Here are my extended ContentProvider and database helper:
CODE:........
I'm wondering if I should somehow be referencing whatever instance of MessagesProvider was created when I launched the application, instead of declaring a new one (p) and using it?
I updated the onCreate code in my Activity to the following, but managedQuery returned null:
CODE:......................
View 3 Replies
View Related
Mar 15, 2010
A few days ago I was trying to fix this issue: I have a header (three ImageButton's) and a ListView. If I use the dpad, pressing DOWN to focus the ListView, the ListView shows as selected the seventh or eighth row, not the first one.
What I need to do is that the first element of the ListView get the focus (or selection) when I use the dpad, from another screen component, but instead, the seventh or eighth is selected.
I had minSdkVersion=3 in my manifest. When I changed it to minSdkVersion=4 it worked as expected (first row selected). Don't know why, but there is a difference between both.
View 6 Replies
View Related
Mar 15, 2010
The Eclipse build for my 1.6 application project is succeeding and the Ant build is failing. I'm looking for help on why they aren't behaving the same way.
We are developing on Mac OSX 10.5.8 with Eclipse 3.5 against SDK 1.6 + Google APIs. There are no setting changes in Eclipse, either at workspace or project level. Similarly, our ant is also a vanilla- flavored unmodified installation of 1.7.1. JDK is 1.5.0_22. The CLASSPATH environment variable is not set. JAVA_HOME is /Library/Java/ Home
The application was initially created by a team member using the Eclipse plugins. The application references two jar files, one of which has a dependency on javax.xml.bind.annotation.XmlSeeAlso, which is not defined anywhere in our code or in android.jar. The other jar file has an explicit dependency on android.jar. I generated the Ant build file using android update.
The Eclipse project builds an apk and runs the application in the emulator. I think this is incorrect behavior.
The Android project fails to build. I think this is correct behavior. MyClass.java:98: cannot access javax.xml.bind.annotation.XmlSeeAlso[javac] file javax/xml/bind/annotation/XmlSeeAlso.class not found
Any ideas as to why the two build methods are behaving differently? I would expect them both to fail.
View 5 Replies
View Related
Dec 30, 2009
I've been trying to figure out how to make some sense of a dumped XML layout, and it's progressing 'pretty good'. The only thing I'm currently unsure about is the following:
When I use the command:
aapt dump xmltree <pathofapk> <pathofxmlfile>
I get the following result:
CODE:.............
That's all good, but what I'm trying to figure out is how to convert the following code into the XML layout file:
CODE:.................
Converting those values to decimal would result in:
CODE:.................
All good, but I've been trying to figure out what the (type 0x5 means). With all other types, the result is defined in the Android.util.TypedValue.class file
Decompiling that, gives the following result for 0x5:
CODE:...............
Makes sense, in a way. But, I need to know what kind of value it is, so looking down, I find the following value:
CODE:.............
But, when I try to use 2561mm and 1025mm (It's a tad much anyway, 25cm is.. larger than my screen), The whole screen is filled with the 'parent LinearLayout'.
View 3 Replies
View Related
Jun 15, 2009
I updated a few apps yesterday afternoon, I can't remember all of them but Open Home was one of them. I turned my phone off when I got to work and when I turned it back on it would not go past the Android loading screen. T-Mobile had me reset back to the default setting so I lost all my apps and such. I was wondering if anyone else had this problem after updating an app recently.I don't want to download the app again if its broken.
View 2 Replies
View Related
Dec 10, 2009
One of our apps has been running just fine (a few FC's per day, around 10, for various reasons). We havent pushed an update in over two weeks, but all of a sudden today, we've been getting a lot of complaints from users on G1s, and are seeing a _ton_ of force-closes (175 so far today). I know there was a 2.0.1 update for Droid recently, but our complaints are coming from G1 users. Did I miss something? Anyone noticing similar issues?
View 3 Replies
View Related
Nov 4, 2010
How to do this?
View 1 Replies
View Related
Jun 4, 2010
Just got home from work and haven't tried calling them yet. Just wondering if they are in fact activating the I/O phones on lines.
View 15 Replies
View Related
Sep 2, 2010
This morning I got a question to upgrade the operating system on my phone so I said YES. It went through the whole process and when it finally booted up it does not work. It now keeps booting up. I did a master reset and cleared the data but now it just keeps booting by itself and so the new operating system must be at fault. Any ideas?
Andriod 2.2
kernel 2.6.29-Ocb9f166
build 2.09.405.8 CL218634 release-keys
software 2.09.405.8
View 2 Replies
View Related
Aug 4, 2010
Migrated from multiple Blackberry phones. However, I cant seem to find a thread or app) where it shows my next 4-6 meetings/calendars. I would LOVE to have this app on my home screen. I have no problem paying for the app, I just need it.
View 8 Replies
View Related
Jan 22, 2010
I have not heard of one person yet who got the 1/22 that was scheduled from the Verizon memo back in November.
View 11 Replies
View Related
Aug 4, 2010
seems like something kept my phone awake the whole day. Any idea how I can wittle down the culprit?
View 31 Replies
View Related
Aug 19, 2010
I received my replacement Droid today and it came with 2.1 still installed. I have had it running for about 10 hours now and still have not received the 2.2 update. I called Vz this evening and they said they have finished sending out OTA updates for 2.2 and if I want it installed I have to go into a store.
View 2 Replies
View Related
Jun 29, 2010
I very unexpectedly received an OTA update today. Currently running 2.1 Leak V3 and was under the assumption from reading posts here that I wasn't supposed to receive anything OTA at all.guess not.I don't want to lose/delay potential root capability and knowing Verizon, there's an HBOOT update in there.Can anyone shed some light?
View 49 Replies
View Related
Jan 12, 2010
Does anyone know what the latest Eris network software update was for? I got one this morning when I turned the phone on.
View 1 Replies
View Related
Aug 6, 2010
Here we go with the rumors again. Epic 4G Pre-Order Starting Today at Sprint? | Android Phone Fans
View 13 Replies
View Related
Feb 18, 2010
I haven't updated my phone yet. Still skips, still stutters. Bah.Anyone with CL14 have the new version? Did CL14 fix the buffering issue?
View 16 Replies
View Related
Apr 22, 2010
I got an eMail for Premier Customers. Looks like the phone will be out sometime after May 5th. since this is the end date of the contest.
View 12 Replies
View Related
Dec 9, 2009
So I returned my Eris today.The battery issues had been pretty much contained.I could get a full day out of a charge, but the lag was terrible.I had it all over the place despite running task killer, spare parts, clearing cache, etc.Then the phone started to get wacky. It would freeze with black screens when switching to home.Sometimes when going to home, I would get a black screen with an HTC logo displayed for about 20 seconds, then it would show Sense UI loading for about 10 seconds (dimmed picture, loading logo, no applications).Also, I would have periods where I could not switch between screens.The dialer was ridiculously laggy as well. I would press end, and the phone wouldn't end for about 5 seconds. Dialing the phone sometimes I would have a 1-2 second delay when pressing buttons.
View 12 Replies
View Related
Jun 14, 2010
I just so happened to walk into my local Verizon Wireless store today on my way home from work and what do you know, they had 2 Incredibles in stock. I bought both, one for me and one for the wife.She hasn't seen hers yet, she's out of town, but coming from an original Blackberry Storm, this thing is sick!
View 2 Replies
View Related
May 21, 2010
If you click on "Insert Coin" the game starts, and "touching" inside the map changes direction. Works on my PC and my n900...just trying to see if it works on Android. Not sure if its Java or HTML5 based.
http://www.google.com
View 9 Replies
View Related
Oct 11, 2010
From time to time my DINC would crash/reboot (I wouldn't think much about), but today it has happened about five times! I deleted a new file app (Astro) thinking that might be the issue. I couple days ago it crashed when I was using the NY Times news widget. Anyway I'm running 2.2 and I love my DINC.
Can apps make the phone crash or can it be from something else.
View 5 Replies
View Related
Apr 30, 2010
What stores(besides verizon) are carrying screen protectors today?
I'm going to order the Steinheil protector but don't want to risk scratching in the mean time.
View 1 Replies
View Related
Feb 16, 2010
Are HTC going to anounce 2.1 today at a press conference at the mobile show?
View 2 Replies
View Related
Sep 9, 2010
My phone turned off by itself today while it was in my pocket, here are some information. The phone is also not rooted, no launchers have been used, and is currently using TouchWiz. Purchased from AT&T Premier website on August 27th 2010
Delivered to me September 1st 2010
Manufacturing Date - August 2nd 2010
Battery Manufacturing Date - Not checked
Apps installed before shutoff experience:
Dictionary.com
Fandango Movies
The Moron Test Lite
WordUp
Google Voice
Speedtest.net
Barcode Scanner
Ninja Kaka - Fruit Dojo
Drop Block DEMO
Hella Umbrella Beta
PapiJump
Jewels
Unblock Me FREE
Smooth Calendar
GPS Test
1 Day/Night before I experienced the shutoff, the following were installed:
- Used my own wallpaper jpeg instead of one from the Captivate's stock wallpaper folder
- Beautiful Widgets
- AppBrain App Market
- Fast Web Installer
- Angry Birds Lite Beta (APK FILE, USED ANDROID CENTRAL'S SIDELOADER MACHINE)
- Paper Toss
I've had my phone for exactly 1 week, and after reading all the horror stories of people experiencing the random shut offs, I thought I was lucky up until now. I love this phone a lot despite the obvious GPS issues. Does anyone have any idea on what may be causing this? Hardware or Software issue?I would hate to exchange it for another with AT&T since I've become so attached to it.
View 6 Replies
View Related
Aug 6, 2010
Topic says it all. This just started happening today. I read online that clearing out the data for Google Apps and Gmail would fix this. No go.Just did a factory reset, still fubared. Anyone else have this problem? Have a fix?
View 32 Replies
View Related