Re: [android-developers] Re: Invoking ACRA from within the application

2012-09-11 Thread Ika Balzam
Hi Kevin,

I've missed that ;)
That was exactly what I was looking for!

Thank you very much!
Ika

On Wed, Sep 12, 2012 at 8:19 AM, Kevin Gaudin wrote:

> Hi,
>
> ACRA related questions can be best answered on the acra-discuss group.
> https://groups.google.com/forum/?fromgroups=#!forum/acra-discuss
>
> Here's what you are looking for:
>
> https://code.google.com/p/acra/wiki/AdvancedUsage#Sending_reports_for_caught_exceptions_or_for_unexpected_applicat
>
> Kevin
>
> On Tuesday, September 11, 2012 11:53:46 PM UTC+2, TreKing wrote:
>
>> On Tue, Sep 11, 2012 at 2:56 PM, Ika Balzam  wrote:
>>
>>> And crashing the application in order to activate the acra screen seems
>>> like a bad way to do that.. so I wonder if I can do something like:
>>>
>>> ACRA.sendReport();
>>>
>>> And it will send me the user logs/message and put it in the google doc.
>>>
>>
>> ACRA-specific questions should probably go to their group or forum or
>> whatever they have.
>>
>> That said, Isn't ACRA open source? Find that part that does what you want
>> then refactor to it do work on the click of a button instead of a crash.
>> Ideally the functionality would already be self-contained in such a way
>> that you can just wrap a dialog around a method or something. Doesn't seem
>> that complicated.
>>
>> --**--**
>> --**---
>> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
>> transit tracking app for Android-powered devices
>>
>>  --
> 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 options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Best Regards,
*Ika Balzam, CTO | Net-Comet Development Studio | T: +972.54.3115117 |
i...@net-comet.com | http://www.net-comet.com*

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Invoking ACRA from within the application

2012-09-11 Thread Ika Balzam
Hi,

I want to let the user have an option to send me a report - let's say that
he have received a wrong notification in the application.
I just want to use the same mechanism instead of writing a new one.

And crashing the application in order to activate the acra screen seems
like a bad way to do that.. so I wonder if I can do something like:

ACRA.sendReport();

And it will send me the user logs/message and put it in the google doc.

Thanks,
Ika

On Tue, Sep 11, 2012 at 10:49 PM, Kristopher Micinski <
krismicin...@gmail.com> wrote:

> No, that's not going to generate the right kind of crash report.
>
> What do you want to report, if you click a button, the application has
> not yet crashed, what do you want to show has crashed?
>
> kris
>
> On Tue, Sep 11, 2012 at 3:40 PM, bob  wrote:
> > Throw an Exception on the button click?
> >
> >
> >
> > On Tuesday, September 11, 2012 2:08:03 PM UTC-5, Ika Balzam wrote:
> >>
> >> Hi,
> >>
> >> Does anyone know if you can invoke ACRA from a button?
> >>
> >> i.e. click on a button will open the dialog and send the report instead
> of
> >> crashing the application in order to get the same result.
> >>
> >> Thanks,
> >> Ika
> >
> > --
> > 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 options, visit this group at
> > http://groups.google.com/group/android-developers?hl=en
>
> --
> 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 options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Best Regards,
*Ika Balzam, CTO | Net-Comet Development Studio | T: +972.54.3115117 |
i...@net-comet.com | http://www.net-comet.com*

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Invoking ACRA from within the application

2012-09-11 Thread Ika Balzam
Hi,

Does anyone know if you can invoke ACRA from a button?

i.e. click on a button will open the dialog and send the report instead of 
crashing the application in order to get the same result.

Thanks,
Ika

(I've sent this through the mail before, not sure if it worked - sorry if I 
posted it twice)

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Invoking ACRA from within the application

2012-09-11 Thread Ika Balzam
Hi,

Does anyone know if you can invoke ACRA from a button?

i.e. click on a button will open the dialog and send the report instead of
crashing the application in order to get the same result.

Thanks,
Ika

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] WEBVIEW

2012-08-27 Thread Ika Balzam
You are creating a web-browser.
As long as you're not saying "Welcome to my site, google" - I believe
you're fine... otherwise we wouldn't have any web-browsers :)

On Sat, Aug 25, 2012 at 8:15 PM, rags  wrote:

> can i use webview to display a website on my page ?? for ex if i am using
> www.google.com and i make a small search engine app..i simple use webview
> load url ("http:www.google.com"); in that case will google sue 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 from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Best Regards,
*Ika Balzam, CTO | Net-Comet Development Studio | T: +972.54.3115117 |
i...@net-comet.com | http://www.net-comet.com*

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Testing App Battery Usage

2011-11-21 Thread Ika Balzam
Hey Guys,

We want to have a live debugger (mobile connected to the computer by
usb) but we don't want the PC to charge the mobile so we will be able
to see how our tests affect the battery.

Is this possible?
Running a debugger/logviewer on the device may cause a false report,
so we want to use the PC, which should be a very low cost on the
device.

Thanks in advance,
Ika

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en