[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: and with publish option Copy Protection = ON(Helps prevent copying of this application from the device. Increases the amount of memory on the phone required to install the application.), Locations = all Locations but i found that some device c

[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 wrote: > I add a TableLayout in a listView, inside the TableLayout, it contains > some photo that will be load from network in another thread

[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 position,

[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 wrote: >

[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 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

[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] 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
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 wrote: >

[android-developers] Re: adb version failed

2009-03-21 Thread jammy
In the root directory of fedora linux there is a directory called lib64. isn't that indicates that my linux distribution is 64 bit??? If im right then why i should download again 32bit zlib package On Mar 20, 8:02 pm, David Turner wrote: > On Thu, Mar 19, 2009 at 11:29 PM, jamm

[android-developers] Re: adb version failed

2009-03-19 Thread jammy
20, 6:02 am, Xavier Ducrohet 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 wrote: >

[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 rectify