Re: [android-developers] Downloading files from the Internet

2010-09-07 Thread TreKing
On Mon, Sep 6, 2010 at 2:48 PM, Tom t...@u6tech.com wrote: From the emulator I click the download button What download button? (in windows a dialog pops up after clicking asking where to put the file) In Windows? You mean outside of the emulator? From my phone I can't even get to the

[android-developers] Re: Implicit intent - Same action for mutiple component how it works ?

2010-09-07 Thread mani
Thanks Dianne. For explanation. I changed the action name to android.intent.action.GET_RESULT Now it displays me an option to choose which app to execute. Thanks, - mani On Sep 8, 12:23 am, Dianne Hackborn hack...@android.com wrote: - You don't need multiple apps to test this.  Just more than

Re: [android-developers] Market Bug - Free to Paid cannot be done

2010-09-07 Thread TreKing
On Mon, Sep 6, 2010 at 8:47 AM, coneybeare coneybe...@gmail.com wrote: I have an app that is normally 2.99. Congrats. Yesterday, I had a 1-day sale that made the app free. Uh oh. Also, free is not really a sale, but anyway ... Now I cannot revert it back to 2.99. No, you cannot.

[android-developers] Re: Develop Games

2010-09-07 Thread Jason
Do you mean a map as in a level design (i.e. position of background/ foreground sprites etc).. or a map as in a fractal-like image representing a landscape? (like a world map) If it's the latter.. I did once find a really good random map generator, but I can't seem to locate it now. If this is

[android-developers] Device Administrator and Safe Mode

2010-09-07 Thread Prashast
I was trying out the Device Administrator feature in my application and just as an experiment I rebooted the phone into safe mode. In safe mode the Device Administrator list is empty while upon a normal boot- up my application shows up there. In safe mode I could not uninstall my application as

Re: [android-developers] Fetch recurrent events

2010-09-07 Thread TreKing
On Tue, Sep 7, 2010 at 1:12 AM, rinyogi rinyog...@gmail.com wrote: I was wondering how does one fetch recurring events from native calendar? One doesn't, as the Calendar API is not public. -

Re: [android-developers] Dynamic Tables

2010-09-07 Thread TreKing
On Sat, Sep 4, 2010 at 7:15 AM, Malte malt...@googlemail.com wrote: Does anyone of you know how to create dynamic Tablelayouts? I'm sure someone does. On my Emulator Android just shows nothing. OK. Was that supposed to explain your problem? Pls help me Why do people always use Pls?

Re: [android-developers] One day sale made my paid app free, now I cannot revert!

2010-09-07 Thread TreKing
On Sun, Sep 5, 2010 at 11:12 PM, coneybeare coneybe...@gmail.com wrote: What can I do? Post your problem / question once. Posting the same issue twice is not going to help it get back to paid. -

Re: [android-developers] Re: Develop Games

2010-09-07 Thread Kevin Duffey
I am blown away that Haroon's email got thru. Frankly, ban him from the list. No reason to continue to support a developer who has no respect or manners for others. On Tue, Sep 7, 2010 at 7:51 PM, Jason jason.poli...@gmail.com wrote: Do you mean a map as in a level design (i.e. position of

Re: [android-developers] How to implement directory tree like list?

2010-09-07 Thread TreKing
On Tue, Sep 7, 2010 at 9:33 PM, Explore Android stetest...@googlemail.comwrote: I want to build a list that show the directory tree like list similar to folders view on the left pane in 'Windows Explorer'. Again with this ...

Re: [android-developers] Re: Bitmaps and OutOfMemoryError: Best Practices needed

2010-09-07 Thread Romain Guy
It's not hard to debug. Dump the heap (with DDMS) and use a tool like MAT to see what's going on. On Tue, Sep 7, 2010 at 7:05 PM, Indicator Veritatis mej1...@yahoo.com wrote: It is one of the ironies of Java that though it is harder to write a memory leak than in C++, once you do manage it, it

[android-developers] Re: List Item (a view) order changes unexpextedly while (fast) scrolling in a ListView

2010-09-07 Thread rious.delie
Okay, great, you are right, james.. there is something wrong on the getView implementation, still not sure why, but my problem is solved by, something like this: @Override public View getView(int position, View convertView, ViewGroup parent) { ViewHolder viewHolder; if

Re: [android-developers] How to use 'SQLiteStatement' to insert a item ( with multiple columns)

2010-09-07 Thread Shashidhar
On Mon, Sep 6, 2010 at 8:19 PM, xi developer xidevelope...@gmail.comwrote: I am new in Android development, I got a simple question to ask, I know the way how to implement item insert to DB table when there is only one id column and one name column in the table, which is: CREATE TABLE

[android-developers] Allocations of PlatformAddress inside OpenGL causing GC calls

2010-09-07 Thread Jason
Hi all, I am trying to weed out any lingering GC calls from my game and have hit a bit of a snag. Via monitoring allocations I am seeing lots of allocations of something called a PlatformAddress (org.apache.harmony.luni.platform.PlatformAddress):

[android-developers] Implicit intent - call to another activity doesnt work if action name is defined as user defined names.

2010-09-07 Thread mani
Hi all, implicit intent with class name as action defined in intentfilter. is not working. Only it it is defined as android.intent.action. it is picked up ? is it so ? I have app A with the following in manifest.xml file ?xml version=1.0 encoding=utf-8? manifest

[android-developers] Re: How to import android.content.IntentReceiver;

2010-09-07 Thread kiran
Thank you On Sep 7, 6:49 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Sep 7, 2010 at 9:39 AM, saikiran n saikiran@gmail.com wrote: If iam trying to import android.content.IntentReceiver; it shows error symbol not found. In which sdk it is available. I am trying with 2.2

Re: [android-developers] Recommendation for an Application with tons of media files

2010-09-07 Thread Sebastián Treu
Nice to hear your opinions, thanks all. Cheers, -- If you want freedom, compile the source. Sebastián Treu http://labombiya.com.ar -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Simple Key Event Questions

2010-09-07 Thread Tez
Thanks Dianne. I have implemented my own keyboard with the keyboard view class. Cheers, Earlence On Sep 5, 9:10 am, Tez earlencefe...@gmail.com wrote: I want to implement a biometric measure based on keystroke analysis. (This is a known research topic). I need to extract timing vectors that

[android-developers] Re: Format or example required for writing script for monkey tool

2010-09-07 Thread Tez
Have you tried seeing the sources? http://android.git.kernel.org/?p=platform/development.git;a=blob;f=cmds/monkey/example_script.txt;h=5c1c61de2b5bd5fb109d9f2807d12da4ee36e825;hb=HEAD a script can be invoked as adb shell monkey -f SCRIPT_NAME On Sep 6, 11:03 am, ankit ankit.ag...@gmail.com

[android-developers] Re: Monkey Questions

2010-09-07 Thread Tez
Any one has ever thought of doing somethin' like the above? Also, I tried to startup monkey so that it listens over the network. Then I did a port forwarding. Finally, I connected via PuTTY to the IP:Host. I dont get any OK responses from monkey. Cheers, Earlence On Sep 7, 9:07 pm, Tez

[android-developers] Changing Window's PixelFormat and annoying blink.

2010-09-07 Thread Krystian Lewandowski
Hi, I have an Activity with theme defined as Theme.Wallpaper.NoTitleBar, because I want to show wallpaper behind the main View. But this Activity has second View - shown as a result of interaction. And while shown i'd like to set Window format to OPAQUE, then when hidden - change it back to

[android-developers] Re: List of Android Devices with specifications to use in Emulator

2010-09-07 Thread Marcus Wolschon
Thanks. That should be quite useful. On 7 Sep., 21:50, Andrew Brampton bramp...@gmail.com wrote: Hi, I'm going to try something here, and hopefully it'll work. I've written a few apps and occasionally I'll have someone email me saying it doesn't work correctly on their phone. As I don't

Re: [android-developers] AudioRecord weirdness on Samsung Moment (SPH-M900)

2010-09-07 Thread Krishna Mohan
Hi, Android's AudioFlinger does the job of downsampling to 8khz irrespective of whatever be the top level applications sampling rate setting. AudioFlinger will down sample to 8khz and record. You may try another method of recording using arecord utility of alsa. #alsa_arecord -f 16000 -c 2

<    1   2   3   4