[android-developers] Is there any logical way to make a notification bigger / Make more then one.

2012-07-22 Thread Cythes
I'm trying to work on an app that runs out of a notification. Right now I am trying to make the notification bigger so it has more prevalence on the screen. And if that is not possible how do I make more then one notification so it runs one next to the other effectively making the app

Re: [android-developers] Is there any logical way to make a notification bigger / Make more then one.

2012-07-24 Thread Cythes
as appropriate. It sounds to me like what you are trying to do may not be what notifications are intended for. On Sun, Jul 22, 2012 at 1:41 PM, Cythes cytheshic...@gmail.com wrote: I'm trying to work on an app that runs out of a notification. Right now I am trying to make the notification

[android-developers] Trying to black out screen programatically

2012-07-24 Thread Cythes
So this is really a repost from Stack Overflow so that is out there in the open. Here is what I am trying to do, I'm trying to get the screen to black out when I run the app in question. I know this sounds Spam-like but I assure you this app is being built in the best of intentions. So here is

[android-developers] Launching an intent from a Widget Settings Class

2012-07-28 Thread Cythes
The title pretty much sums up what I am trying to do at this point. I have 99.9% of my code done but now its just a matter of debugging the question present is: Is there a way to set an intent with in a settings class if not how would I go about making the settings class its own app icon so

[android-developers] No internet Calling account Error

2012-07-28 Thread Cythes
I'm writing a piece of code that has a error every time I run it stating: -No internet calling account availible I'm wondering if there is some kind of permissions involved in this or something else I am missing. -- You received this message because you are subscribed to the Google Groups

[android-developers] running into an NPE error on a setText();

2012-07-29 Thread Cythes
I'm working on a piece of code that is a settings activity for an app widget. Right now I have the code set up that if takes the saved value of the number and enters it into the text view of another activity via shared settings. The issue I am running into is that when press the load button it

Re: [android-developers] running into an NPE error on a setText();

2012-07-29 Thread Cythes
dataResults would be null. On Sun, Jul 29, 2012 at 8:50 AM, Cythes cytheshic...@gmail.com wrote: I'm working on a piece of code that is a settings activity for an app widget. Right now I have the code set up that if takes the saved value of the number and enters it into the text view

[android-developers] Shared Pref data passing is not working.

2012-07-29 Thread Cythes
right now I'm still working on the same code I posted from before I just fixed the mentioned NPE, now the data I enter and load is not loading up properly in another class. It saves with in the setting activity but as soon as I call it into something else. It calls improper data into the area

[android-developers] Programatically changing the screen brightness

2012-07-29 Thread Cythes
I'm now for sure 99% of the way complete on my code... I need to know one last thing. How do I programatically dim the of the android. I have tried making a set of intent groups. One loads the code for the dimmer then intents into the actual program and that runs with little issue other then

[android-developers] Trying to change the screen brightness programmatically

2012-08-01 Thread Cythes
Well after taking a few days off its time to hit the bricks again. So here I am asking for help as to why my program is not setting the brightness requested... Here is the code I have so far. import android.app.Activity; import android.content.Intent; import android.os.Bundle; import

[android-developers] Volume Button Source Code: Where do I find it?

2012-07-04 Thread Cythes
Where with in the android source code(files) would I go about finding the volume button codes? I am looking to write a patch for an app I am working on. -- 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] Eclipse Juno: Does not want to play well with android SDK.

2012-07-11 Thread Cythes
So I keep trying to install the new SDK but every time I do it says most of the stuff is already installed. However, I cant find android anywhere in eclipse 4.2 Any help regarding this matter would be greatly appreciated. -Thanks -- You received this message because you are subscribed to the

[android-developers] Some Silly error, tailed with a huge headache.

2012-07-11 Thread Cythes
For some reason eclipse thinks the ()'s are wrong. Here is the code for that part... notifyDetails.setLatestEvent(Infocontext, contentTitle, contentText, intent); mNotificationManager.notify(SIMPLE_NOTFICATION_ID, notifyDetails); Any idea what can be causing this? -- You

[android-developers] Re: Some Silly error, tailed with a huge headache.

2012-07-11 Thread Cythes
then. On Wednesday, July 11, 2012 2:37:58 PM UTC-5, Cythes wrote: For some reason eclipse thinks the ()'s are wrong. Here is the code for that part... notifyDetails.setLatestEvent(Infocontext, contentTitle, contentText, intent); mNotificationManager.notify(SIMPLE_NOTFICATION_ID

[android-developers] Re: Some Silly error, tailed with a huge headache.

2012-07-11 Thread Cythes
Nothing changed actually On Wednesday, July 11, 2012 3:57:25 PM UTC-4, Cythes wrote: Alright I will give that a shot and get back to you ASAP On Wednesday, July 11, 2012 3:51:17 PM UTC-4, Nobu Games wrote: Something before or after these two lines must be syntactically incorrect like

[android-developers] Do services run in the background?

2012-07-11 Thread Cythes
What I mean by this is that I have an app that I want to to kill the GUI on or have it run in the background. What is the best way to go about doing this? How do I make my app run constantly? But not apparent to the users? -- You received this message because you are subscribed to the Google

[android-developers] App claims to have stopped then instantly starts afterward?

2012-07-12 Thread Cythes
Right now I am in the process of working out this little bug as I want to call it. I'm almost certain that it is a manifest issues so I will post the code to the manifest down below. Going on what the title says. When I load my app into the emulator it installs just fine, but as soon as it goes

[android-developers] Service launch issues

2012-07-13 Thread Cythes
Alright I got a good bit of help in my last question so instead of beat my head against the wall I have decided it would be better to post my code for my auto starter / service / manifest here and see what I can get. It goes like this: Auto starter(Just fixed) -- Service -- Main activity So

[android-developers] Re: Service launch issues

2012-07-13 Thread Cythes
Alright first thing is first, I dont have logcat since I am running it all out of my phone. I know there is a way to get logcat to run with phone tethering. Also sorry for the cross post it seemed at the time the topic was dead so I wanted to post it over here to get a second look. On

Re: [android-developers] Re: Service launch issues

2012-07-13 Thread Cythes
I seem to be getting This isn't possible quite a bit. I know I'm not a genius at this stuff in fact I'm far from it but every time someone says that I have been finding usable workaround's. Please note this is not me being cocky. Just something I am noticing. On Friday, July 13, 2012 5:04:25

Re: [android-developers] Re: Service launch issues

2012-07-13 Thread Cythes
misunderstanding. What exactly do you want to run in the background? *From:* android-developers@googlegroups.com [mailto: android-developers@googlegroups.com] *On Behalf Of *Cythes *Sent:* Friday, July 13, 2012 5:20 PM *To:* android-developers@googlegroups.com *Subject:* Re: [android

Re: [android-developers] Re: Service launch issues

2012-07-13 Thread Cythes
in the foreground. Services run in the background. Maybe we are just misunderstanding. What exactly do you want to run in the background? *From:* android-developers@googlegroups.com [mailto: android-developers@googlegroups.com] *On Behalf Of *Cythes *Sent:* Friday, July 13, 2012 5:20 PM

[android-developers] Maybe I am going about this all wrong.

2012-07-14 Thread Cythes
Let me put an idea out there that I am thinking about in my head, What are the odds of an app running all the time in the foreground only minimized rather then as a service. Kinda like a clock or antivirus. I know for a fact that these things can be done since you need to look no further then

Re: [android-developers] Maybe I am going about this all wrong.

2012-07-14 Thread Cythes
What about just writing a patch for the OS and including it in the package? Or is that next to unheard of? On Saturday, July 14, 2012 12:50:17 PM UTC-4, Mark Murphy (a Commons Guy) wrote: On Sat, Jul 14, 2012 at 12:45 PM, Cythes cytheshic...@gmail.com wrote: What are the odds of an app

Re: [android-developers] Maybe I am going about this all wrong.

2012-07-14 Thread Cythes
Which part? On Saturday, July 14, 2012 2:19:52 PM UTC-4, Kristopher Micinski wrote: That would be interesting... On Jul 14, 2012 1:10 PM, Mark Murphy mmur...@commonsware.com wrote: On Sat, Jul 14, 2012 at 1:04 PM, Cythes cytheshic...@gmail.com wrote: What about just writing a patch

[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

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 cytheshic

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

2012-07-16 Thread Cythes
if the volume is pushed down for longer then X amount of time. What can I say I'm stubborn. On Saturday, July 14, 2012 5:14:12 PM UTC-4, Mark Murphy (a Commons Guy) wrote: On Sat, Jul 14, 2012 at 5:03 PM, Cythes cytheshic...@gmail.com wrote: So if I take it back to the regular dispatchkeyevent

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

2012-07-16 Thread Cythes
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 cytheshic...@gmail.com wrote: So in the end what I am trying to do is illogical and cant be done some out