[android-developers] create apk with aapt tool

2009-12-15 Thread Carlos Pérez
Hi, I've been trying to create my .apk with aapt tool, but I couldn't get it. can somebody help me? -- 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@googlegroups.com To unsubscribe

[android-developers] Re: create apk with aapt tool

2009-12-15 Thread Carlos Pérez
\ bin\proyecto-unsigned.apk your.key.alias On 15 dic, 10:37, Carlos Pérez takut...@gmail.com wrote: Hi, I've been trying to create my .apk with aapt tool, but I couldn't get it. can somebody help me? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Incoming calls

2009-11-26 Thread Carlos Pérez
how I should simulate an incoming call? Why did I get differents results? On 12 nov, 16:24, Miguel Paraz mpa...@gmail.com wrote: Hi, It's really not supported, because the Phone app runs in a system process. I also want to do it. On Nov 12, 6:17 pm, Carlos Pérez takut

[android-developers] Re: Is TextView supposed to be able to scroll its contents?

2009-11-20 Thread Carlos Pérez
Hi Matthias. I've just the same problem, but I could check some things. First all, if I define my long text in my xml file, my textView scroll the contents. However, if I update text content (with setText()) or if I define a textView in a java class, I'm not able to scroll the contents. On 10

[android-developers] Re: Incoming calls

2009-11-12 Thread Carlos Pérez
It's really important for me and for my app. Then, If someone has another idea about how resolve my problem, I'll be very grateful On 11 nov, 18:39, Carlos Pérez takut...@gmail.com wrote: This is another post about incoming calls. I was looking for about this subject and always I read de same

[android-developers] Re: Incoming calls

2009-11-12 Thread Carlos Pérez
did I get differents results? On 12 nov, 16:24, Miguel Paraz mpa...@gmail.com wrote: Hi, It's really not supported, because the Phone app runs in a system process. I also want to do it. On Nov 12, 6:17 pm, Carlos Pérez takut...@gmail.com wrote: It's really important for me and for my app

[android-developers] Incoming calls

2009-11-11 Thread Carlos Pérez
This is another post about incoming calls. I was looking for about this subject and always I read de same: It is not replace inCallScreen, You can't modify inCallScreen, ... The problem is almost all threads where I read this, are dated posts. Then, I want to know if I can do some of this things

[android-developers] Re: Looking for Great App Ideas

2009-11-11 Thread Carlos Pérez
jaja every body wants to know it. On 11 nov, 17:55, Loki117 thomas.sheppar...@gmail.com wrote: I want the app thats makes my car FLY! I'll go to the moon and see if there are any footprints up there from the moon landing, oh yeah it also needs to allow my car to survive exit and reentry from

[android-developers] Re: Override in call-screen - Security Bug or Feature?

2009-11-09 Thread Carlos Pérez
Hi Jarman, your project is in part very interesting for me. Could you tell me how you handle incoming calls? I'm interesting about accept or reject a call in my own app. On 4 nov, 23:24, Jarman jarman.andr...@gmail.com wrote: Sorry, I meant she of course, too fast on the keyboard :) This has

[android-developers] select inbox message rows with buttons

2009-11-05 Thread Carlos Pérez
Hi, I know the title it doesn't explain my problem exactily. It's better explain it with an example. I want put up-down arrows over inbox activity. I can select each row in the inbox message list pressing up or down arrow. I'd tried it showing two activities at time starting a new thread, but I

[android-developers] Re: Clear Activity stack?

2009-11-05 Thread Carlos Pérez
you can use activityB.finish(); for each activity you want remove. On 3 nov, 18:00, Mark Wyszomierski mar...@gmail.com wrote: Hi, Is there a way to clear our Activity stack? For example, a user in my app progresses through these activities, one is launched from the previous activity: