Re: [android-developers] Keeping it fresh, back to service...

2012-07-16 Thread Kostya Vasilyev
In Eclipse, Window | Open Perspective | DDMS (Debug works too, IIRC). If you don't see the logcat panel, Window | Show Panel | Logcat. You can also run "adb logcat" from your operating system's command window. I think it's actually more convenient (as this keeps the logcat in an entirely separate

Re: [android-developers] Keeping it fresh, back to service...

2012-07-16 Thread Cythes
I never really figured it out how to get it to work on my phone. Something I will be looking into after I try this idea out. On Monday, July 16, 2012 11:40:26 AM UTC-4, MagouyaWare wrote: > > Keep in mind I am on my live phone so I DONT have logcat. >> > This makes no sense... I use my "live" ph

Re: [android-developers] Keeping it fresh, back to service...

2012-07-16 Thread Justin Anderson
> > Keep in mind I am on my live phone so I DONT have logcat. > This makes no sense... I use my "live" phone for development and it isn't rooted... I have logcat. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jul 16, 2012 at 8:43 AM, Cythes wrote

Re: [android-developers] Keeping it fresh, back to service...

2012-07-16 Thread Cythes
So in the end what I am trying to do is illogical and cant be done some out of the blue way with out building a custom ROM It has to be an app... Which is a shame since I am so close to figuring it out. The service runs fine... Maybe just maybe having it call the camera button press if the vol

Re: [android-developers] Keeping it fresh, back to service...

2012-07-14 Thread Mark Murphy
On Sat, Jul 14, 2012 at 5:03 PM, Cythes wrote: > So if I take it back to the regular dispatchkeyevent, it should fix it > or do I need to find something to call it to? IN which case would be my main > activity. Simply have your activity handle the key event itself, and delete your service and

Re: [android-developers] Keeping it fresh, back to service...

2012-07-14 Thread Cythes
So if I take it back to the regular dispatchkeyevent, it should fix it or do I need to find something to call it to? IN which case would be my main activity. On Saturday, July 14, 2012 4:55:54 PM UTC-4, Mark Murphy (a Commons Guy) wrote: > > On Sat, Jul 14, 2012 at 4:50 PM, Cythes wrote:

Re: [android-developers] Keeping it fresh, back to service...

2012-07-14 Thread Mark Murphy
On Sat, Jul 14, 2012 at 4:50 PM, Cythes wrote: > Basically the program runs starts the service but wont start the intent in > the service. Any ideas? Nothing calls dispatchKeyEventTake2() in your service. And it is a good thing nobody does call dispatchKeyEventTake2() in your service, as you hav

[android-developers] Keeping it fresh, back to service...

2012-07-14 Thread Cythes
Alright here I am after a good 8 hours of editing (Yeah I'm new..so sue me...) I'm working on this service that starts on start up. Keep in mind I am on my live phone so I DONT have logcat. On top of this it is a Rooted phone so if that changes anything then I guess I will burn that bridge