I am having the same problems. I bet we are using similar code to copy the database to the device. I have also run into the problem that AT&T phones can't easily side load apps, so debugging the problem has been difficult. I did have a user download another one of my apps that uses the same code and she successfully installed and ran that app without problems, so I'm not sure what the problem could be. I wonder if it might be a problem with the particular sqlite database. Maybe the file itself gets into some state that the inspire has difficulty with. I don't know. Have you found out anything new in your case?
On Mar 2, 12:53 pm, skooter500 <[email protected]> wrote: > Hi Guys > > Ive tested the hell out of my app, Tunepal on many different devices > and its sold about 1000 copies. Ive tested it successfully on > everything from a Samsung Galaxy Europa up to a HTC Desire HD and no > problems so far. > > Over the last couple of days however I've been receiving reports from > owners of the HTC Inspire to say that the app crashes on startup. Ive > gotten users to submit crash reports and this is what shows up: > > java.lang.RuntimeException: Unable to start activity > ComponentInfo{org.tunepal/org.tunepal.Tunepal}: > java.lang.RuntimeException: Unable to start activity > ComponentInfo{org.tunepal/org.tunepal.MyTunesActivity}: > android.database.sqlite.SQLiteException: no such table: tuneindex: , > while compiling: SELECT * FROM tuneindex > at > android.app.ActivityThread.performLaunchActivity(ActivityThread.java: > 2833) > at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java: > 2854) > at android.app.ActivityThread.access$2300(ActivityThread.java:136) > at android.app.ActivityThread$H.handleMessage(ActivityThread.java: > 2179) > at android.os.Handler.dispatchMessage(Handler.java:99) > ... > ... > ... > > Basically I have a sqlite database that ships with the app thats > prepopulated. This has been working successfully on devices for the > past year, however on the HTC Inspire I get the exception > > Apparently you cant install non-makret apps on these devices (so one > of my users told me anyway), so I cant even send them versions of my > app to test different things. > > Just wondering if there is anything strange/wierd about these devices? > Anyone else having problems running their apps on the HTC Inspire? > > Bryan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

