[android-developers] Apps can't find in all deivce's market

2010-08-05 Thread Jammy
I have publish a app with this AndroidManifest.xml: supports-screens android:smallScreens=true android:normalScreens=true android:largeScreens=true android:anyDensity=false / uses-sdk android:minSdkVersion=3 / and with publish option Copy Protection = ON(Helps prevent copying of this application

[android-developers] ListView Recycler Kill my UI?

2010-06-13 Thread Jammy
I add a TableLayout in a listView, inside the TableLayout, it contains some photo that will be load from network in another thread, but after load is done, I call notifyDataSetChanged of the ListView, sometime it just redraw the item. my code look like this : public View getView(final int

[android-developers] Re: ListView Recycler Kill my UI?

2010-06-13 Thread Jammy
sorry type, should be: After I call notifyDataSetChanged of the ListView, sometime it just DON'T redraw the item. On Jun 13, 3:40 pm, Jammy mistapos...@gmail.com wrote: I add a TableLayout in a listView, inside the TableLayout, it contains some photo that will be load from network in another

[android-developers] AudioRecord.read keep blocking and throwing obtainBuffer timed out

2010-04-01 Thread Jammy
I am writing a VOIP phone application and testing it on MOTO milestime. Sometime I meet a obtainBuffer timed out exception when i am calling AudioRecord.read , it don't return me any result but just block the thread. Runing on emulator with 1.5 OS won't get this exception. My codes: AudioRecord

[android-developers] Re: AudioRecord.read keep blocking and throwing obtainBuffer timed out

2010-04-01 Thread Jammy
fix some typo. I am testing on MOTO milestone (not milestime) On Apr 2, 10:31 am, Jammy mistapos...@gmail.com wrote: I am writing a VOIP phone application and testing it on MOTO milestime. Sometime I meet a obtainBuffer timed out exception when i am calling AudioRecord.read , it don't return

[android-developers] Re: AudioRecord.read keep blocking and throwing obtainBuffer timed out

2010-04-01 Thread Jammy
?) user=0640, server=0640 04-01 14:16:07.291: WARN/AudioRecord(4010): obtainBuffer timed out (is the CPU pegged?) user=0640, server=0640 04-01 14:16:07.296: ERROR/AudioHardwareMot(1056): AudioMgr Error:AudioStreamInMot::read: codec device busy On Apr 2, 10:33 am, Jammy mistapos

[android-developers] How to Custom Tab style

2010-03-01 Thread Jammy
The built-in 'Phone' app have a good looking 'tab bar', and I get the source from git://android.git.kernel.org/platform/packages/apps/Contacts.git , and found the main Activity, 'DialtactsActivity' just using the common way to build the tab, and in the 'res' folder ,there are some specially files

[android-developers] Re: adb version failed

2009-03-21 Thread jammy
, jammy jammy.fivef...@gmail.com wrote: i installed android in windows and checked it... the problem that i am facing is in windows eclipse R.java is created as soon as i create new project but in fedora 10 R.java is not created.. because of that it is showing error. Erron while loading shared

[android-developers] Re: adb version failed

2009-03-21 Thread jammy
In the '/' directory of my fedora 10 linux there are two directories for lib.. one is lib and other one is lib64. in lib64 all the files (libz.so.1, libncurses.so.5, etc..) are there.. in eclipse whether it is searching the files in lib or lib64... On Mar 21, 6:01 pm, jammy jammy.fivef

[android-developers] Re: adb version failed

2009-03-20 Thread jammy
...@android.com wrote: it looks like you have a linux 64 bit only installation. Please follow the Installation Notes for linux at the bottom ofhttp://developer.android.com/sdk/1.1_r1/installing.html Xav On Thu, Mar 19, 2009 at 4:06 AM, jammy jammy.fivef...@gmail.com wrote: hello every one

[android-developers] adb version failed

2009-03-19 Thread jammy
hello every one.. im new to android... i have installed android in eclipse every thing was going fine but at last when i gave path of android sdk it is giving error as ' adb version failed!' error while loading shared libraries:libncurses.so.5:wrong ELF class:ELFCLASS64. im not able to