As far as I know, everything has to be kept separate.
On Dec 27, 10:29 am, John Goche wrote:
> Hello,
>
> I have an application which I would like to publish as a free version
> and then another with some extra features as a paid version. I was
> wondering, if my package name is com.bar.foo and
I have code that works without fail on all my LED flash enabled
devices (Droid, Nexus One, Galaxy Tab 10.1). But, on my Galaxy Nexus,
the app will launch, turn the LED flash on, then after ~1.5 seconds,
it turns the flash off. If I then turn it back on via a button, it
will stay on. If I delay the
I think what you're after is the difference in values between X (left
and right), Y (up and down), Z (toward you and away).
My code looks something like this:
public void onSensorChanged(SensorEvent event) {
long curTime = System.currentTimeMillis();
x = Math.abs(event.values[0]);
y
I'm trying to write an egg timer application. Here's what I have:
* An Activity that has the UI for adding timer and displaying time
remaining
* A Service that has a Timer/TimerTask which controls the countdown
When I set a really long time, say nine hours and go to bed, somewhere
in the night s
I have lots of issues with my egg timer application.
I started by just writing the application all in an action. That of
course didn't work because once the user left the application, it
would get garbage collected after a while and longer timers would
fail.
So, I tried a Service. My main Activit
I'm unable to configure the Android SDK and AVD Manager to acquire
packages from behind an authenticated proxy server. I've filled out
the proxy fields in the Settings area, but am never ask my username or
password. I tried the :@proxyurl method, which
doesn't work either.
How can I get this to
I'm having the same issue. I'm behind an authenticated proxy so I
can't install the SDK. I've tried everything.
On Dec 31 2009, 9:13 am, teryz wrote:
> I have a problem using AndroidSDKUpdater (revision 4). For the
> record I'm under win xp 32-bits, jdk 1.6.
> I set up the "Force https://... so
icular brightness for your window. This is currently broken on Droid if
> auto brightness is enabled (because of conflicts between the framework and
> underlying driver doing the brightness adjustment), but should be fixed in
> an update.
>
>
>
> On Tue, Nov 24, 2009 at 7:35 A
3, 2009 at 7:01 AM, Wes wrote:
> > > Good question. I'd like to know too because I find the placement (or
> > > actions) of the ambient light sensor to be arbitrary and erratic :-/
>
> > > On Nov 23, 8:40 am, bklik wrote:
> > > > Has a way been added
Has a way been added to the Android 2.0 SDK to disable auto dimming on
the Motorola Droid?
Brenton
--
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
Just wanted to poke this issue. Has anything changed in the 2.0 SDK
that will resolve this?
On Oct 5, 1:12 pm, bklik wrote:
> Thanks Dianne,
>
> I'm using a wake lock to prevent it from sleeping anddimmingafter
> the default 30 seconds, and I'm using the brightness API
and Hero may have
> that same problem. For the device I know of, we need to do some work in the
> platform to better integrate with the manufacturer's auto-dimming code, so
> hopefully this will only be a temporary problem.
>
> On Mon, Oct 5, 2009 at 6:54 AM, bklik wrote:
>
&
I'm getting a lot of requests by users of my flashlight application,
that they want me to disable the HTC Hero's automatic dimming feature
that works off the light sensor.
How do you disable it through code? Or, isn't there a way?
Brenton
--~--~-~--~~~---~--~~
Yo
suggest using that
> that to see how to do things.
>
>
>
> On Thu, Mar 12, 2009 at 8:45 AM, bklik wrote:
>
> > Update:
>
> > OK, I can get my application to launch another application if I
> > explicitly type in the package and class names. For example:
&g
do find out what the Activity Name is for each package? I
only guessed "Calculator" in the example above after a couple tries.
I also tried:
appList.get(0).getClassName;
But, it returns null.
Brenton
On Mar 12, 8:21 am, bklik wrote:
> I want to basically create an application launc
I want to basically create an application launcher. How do do this?
Shouldn't the following just work?
PackageManager pm = this.getPackageManager();
List appList = pm.getInstalledApplications
(0);
Intent i = new Intent();
i.setAction(appList.get(15).packageName);
Is there a way to enable/disable the "Require Pattern" locking
preference through code?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developer
Does the Alarm Clock broadcast any intents? I would like to be able
to have my application automatically launch after a person's alarm
clock goes off, and they press "dismiss" (rather than "sleep"). I
assume that would require a receiver looking for a broadcast of some
kind.
Brenton
--~--~-
It is hitting the 5 second timeout barrier? Did you try putting in
parse in a Service rather than an Activity so that it can take it's
time parsing the large file?
Brenton
On Jan 8, 7:51 am, "saagar.par...@gmail.com"
wrote:
> When I try to load a big XML file (1.2 MB), XMLPullParser throws
>
l account under Contacts --> suggested contacts
> to see if the people you're seeing appear there as well? GMail
> creates ahiddencontact for everyone you've traded emails with and
> perhaps thehiddenpeople are coming from here?
>
> On Dec 6, 4:07 pm, bklik <[EMAIL PROTECTED]>
Did anyone else find that when you dump all your contacts to a
ListView, you see "hidden" contacts that don't show up in your regular
contact list under the Dialer?
I found nameless contacts, contacts with names but no numbers. When I
returned their email address, I found emails to sale-
@craigs
21 matches
Mail list logo