[android-developers] Re: getAssets(); crashing

2011-02-03 Thread Christopher Lester
Jean If this is causing a "Force Close" then you should append the "adb logcat" output to your post. It should have an Exception of some sort in it. I am guessing from your code you may have a NullPointerException or URIException or something similar. Chris On Jan 31, 2:33 pm, ZEIL Jean-Julien

[android-developers] Re: Is Android good for this?

2011-02-03 Thread Christopher Lester
So you want to create a conference call app? On Jan 29, 7:06 am, Johny wrote: > I am thinking about this scenario for my script > > 1.In  a mobile with Android   my script will be running. > > 2. Someone will dial the number( say number A)  of that mobile where > the script is running. > > 3.The

[android-developers] Re: The application has stopped unexpectedly. Please try again.

2011-02-03 Thread Christopher Lester
kris Probably threw an Exception. Open a terminal->adb logcat and see what it says when it crashes. The use the debugger to help you fix it :) On Jan 30, 9:01 pm, kris wrote: > Hello, > > I'm trying to develop Android applications using My Eclipse. And > that's(subject) the error I get when the

[android-developers] Re: Can't download Honeycom Preview

2011-02-03 Thread Christopher Lester
I downloaded it last night. Might wanna try again. On Jan 31, 12:47 am, Yusuke Urabe wrote: > seems like evwrybody have problem. not only you tho. > and this topic is already on this group. > > yusuke > > On Jan 31, 2011 5:38 PM, "Chih-Wei" wrote: > > > Downloading SDK Platform Android Honeycomb

[android-developers] Re: On-the-fly decryption of large files

2011-02-03 Thread Christopher Lester
How's your JNI/C++ and NDK skills? On Jan 31, 3:10 am, Peter Sutton wrote: > Hi everyone! > > My app stores large files that need to be decrypted on-the-fly. > FileDescriptors for accessing the decrypted files are retrieved from > ContentProvider.openFile(). The plan; > > 0) openFile() called, pa

[android-developers] Re: Need help with twitter integration

2010-12-08 Thread Christopher Lester
Vishnu - you should post your code. If your credentials work, you may have a simple piece of whitespace. Twitter twitter; twitter = new Twitter ("username", "password"); Are you doing anything fancier than this? On Dec 1, 6:15 pm, vishnu wrote: > I am developing an android application in which

[android-developers] Re: Conversion to Dalvik format failed with error 1

2010-12-08 Thread Christopher Lester
Sumanth - I had this error yesterday and found this helpful. Go to Project » Properties » Java Build Path » Libraries and remove all except the "Android X.Y" (in my case Android 2.2). click OK. Go to Project » Clean » Clean projects selected below » select your project and click OK. That should wo

[android-developers] Application with Hardware Acceleration, hardware layers, and rotated ImageViews is causing jaggies.

2011-04-26 Thread Christopher Lester
Hey folks I am building an application and the following 3 scenarios occur. 1. When I have hardware acceleration in the manifest turned on, hardware layers enabled in my layout.xml file and a rotation applied to an ImageView I get jaggies around the edges of the ImageView that is holding the Bitm

[android-developers] Re: 2.3.3 View setVisibility bug?

2011-03-22 Thread Christopher Lester
I am having this exact problem right now. If I use android:visibility="invisible" in the XML then setting them to visible does nothing, no matter how I call it. Weird and annoying. C On Mar 5, 3:52 pm, Jeremy Statz wrote: > One of my products has an activity with three LinearLayouts that start >