[android-developers] Re: Application Crash Reporting made easy - needs testers

2010-05-17 Thread appforce.org
That's cool! I've implemented similar one that sends the reports gzip- ed as e-mail attachment. On May 17, 7:39 pm, Kevin Gaudin kevin.gau...@gmail.com wrote: Hello, I would like to introduce you to a library called ACRA (Application Crash Reporting for Android).http://acra.googlecode.com

[android-developers] Re: APKTool - decoding our apps

2010-05-13 Thread appforce.org
Bytecode is not possible to be secured, but there's always NDK and I really doubt someone could decompile successfully a -O2 compiled library. -- 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: I've found a way to stop piracy of my apps

2010-05-06 Thread appforce.org
I don't think it's overcharge, BUT I think excusing for 'high' cost with high piracy doesn't sound fair. It sounds like piracy would help the sales of your product. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: How to send the Email

2010-05-05 Thread appforce.org
Hi, You can't send e-mails from emulator that way because it doesn't have GMail app installed to handle your Intent. -- 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

[android-developers] Re: How to narrow down the method that is involved in exception from the pid

2010-05-05 Thread appforce.org
Hi, The PID won't help you because it's most probably the same for your entire app. Since the exception is caused during garbage collection, I can't think of a way to trace this down with the debugger. I'm interested in seeing a solution other that building a debug enabled SDK to access

[android-developers] Re: Phone calls recording on 2.0

2010-01-23 Thread appforce.org
Thanks for your reply. -- 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 from this group, send email to android-developers+unsubscr...@googlegroups.com For

[android-developers] Re: Phone calls recording on 2.0

2010-01-18 Thread appforce.org
Any updates after release of Nexus One? It's unavailable in my country, and I will appreciate a lot any first-hand information about voice recording from someone lucky to have it. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Phone calls recording on 2.0

2010-01-02 Thread appforce.org
Thanks for that! -- 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 from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Re: Phone calls recording on 2.0

2009-12-29 Thread appforce.org
I would like to ask Google engineers or anyone, if there is known device that supports voice call audio recording? -- 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

[android-developers] Re: Phone calls recording on 2.0

2009-12-04 Thread appforce.org
It seems not, but I want to ask if somebody knows will that be fixed. I believe Motorola's code is closed. -- 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

[android-developers] Phone calls recording on 2.0

2009-12-03 Thread appforce.org
I'm working on a call recording app, and I bumped into a bug on Motorola Droid. Using MediaRecorder.AudioSource.VOICE_CALL, the recorded files contains no data, just headers. Switching to VOICE_UPLINK works sometimes for incoming calls, but when trying for outgoung gives this error:

[android-developers] Re: Add custom View to XML layout

2009-11-28 Thread appforce.org
You can add it in XML layout as any other View, just provide the full package name, for example: com.yourname.DrawView android:layout_width=wrap_content android:layout_height=wrap_content/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Arbitrary positioning icon on a View

2009-11-23 Thread appforce.org
Hi Eric, Have you considered changing your adapter to provide the ImageView-s nested in RelativeLayout-s? This will let you do getParent().addView() on you icons. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send