Any update? Has anyone received access to C2DM?
On 25 mayo, 23:47, Eurig Jones wrote:
> Me too. no reply yet.
>
> On May 25, 11:38 am, qvark wrote:
>
>
>
> > Eagerly waiting here to start testing... has anybody received a
> > response?
>
> > On 22 mayo,
Eagerly waiting here to start testing... has anybody received a
response?
On 22 mayo, 01:12, brian wrote:
> Filled out the form requesting access.
> I was wondering if anyone has started to work withC2DM?
> Has Google responded to your signup request?
>
> --
> You received this message because yo
Hi, I have updated to Froyo and the problem is still there: I cannot
read the light value until the conditions change *a lot*. Any idea?
Thanks,
Jose Luis.
On 20 mayo, 11:24, qvark wrote:
> Hi there, I'm having some troubles with thelightsensoron the Nexus
> One.
>
> AFAIK,
Hi there, I'm having some troubles with the light sensor on the Nexus
One.
AFAIK, the proper way to read the measures of a sensor is registering
a SensorListener through the SensorManager and then wait for the
readings on the onSensorChanged method.
My main problem is that the light sensor don't
Hi,
I'm having troubles with users that report that if they leave the
application opened and after a few hours when they return to it the
app crashes. I'm pretty sure it is because I'm not storing/restoring
the status correctly when my process is killed by the system, but I
would like to be able t
Voice Search is a Google application, not part of the Android
> platform. It will only be present on devices that have a Google
> license agreement.
>
> However, because it uses the intent system, it is possible for someone
> else to provide competing solution.
>
> On May 4, 2:12 p
Hi Dave, I don't understand this very well... does it mean that speech
recognition is not part of the platform but provided by a Google app?
Can we expect it to be present in every device with Android 1.5? Is
the Google Voice Search application always needed even if we are not
using speech recogn
We at BioWallet (www.biowallet.net) are developing a voice
authentication mechanism to add it to the iris and handwritten
signature recognition currently available.
The application will provide security services like authentication,
encryption, digital signature, etc. to other Android application
Hi, you can find the steps in this thread:
http://groups.google.com/group/android-developers/browse_thread/thread/6659aaf069e462d2/2f2327e87dfdf639
The posts by fadden are specially important, please note that you have
to "convert" the hprof generated by Android to a standard format with
the uti
Hi,
on a "regular" JVM you can generate a dump in the very moment the
first OOM occurs (starting it with the -XX:+HeapDumpOnOutOfMemoryError
option), which is very useful.
>From your previous posts I have deduced that's impossible with
Dalvik... am I right? are you considering this feature?
Tha
We have also been noticing this kind of behaviour in our application.
What is worse, many of the OOM problems (but not all) have been solved
using explicits System.gc() calls before the operation that caused the
OOM. IMHO this means we were doing our homework releasing all the
references to unuse
OK thanks, I will take a look to the cupcake branch ;)
On Dec 30, 6:49 am, "Tang Sam" wrote:
> 1.0 no plugin support. 1.1 has. So you must start from 1.1.
>
> 2008/12/29 qvark
>
>
>
> > Hi Slacker,
>
> > I'm very interested in developing a plugin
Hi Slacker,
I'm very interested in developing a plugin for the Android browser,
but I have no clue about where to start. Would you be so kind to give
me some tips or point out some documentation to me?
I have asked similar questions in the past and the answer I got from
the Android team was "No
Hi Dan,
which is the JCE provider you use under the hoods? Bouncy castle? If
so, which version?
I cannot find built-in support for PKCS12 keystores and I cannot use
BC as a third party library because their classes conflict with the
ones included in the platform. However, if I try my code outsid
If the output is not compatible with a standard hprof format, could
somebody at Google point out the differences and the motivations for
them? With such advice we could try to adapt a tool or make the format
compatible with the existing ones...
We are suffering from memory leak problems and we ar
Hi,
I have an activity A that the first thing it does is launching a
subactivity B to get a result. So, in the onCreate() method of A, I
have something like this:
Intent intentB= new Intent(this, B.class);
startActivityForResult(intentB, B_RC);
This usually works fine, but if I change the orien
I posted a similar question some days ago without any success (http://
groups.google.com/group/android-developers/browse_thread/thread/
dddf6d5062dfb6b5/e970f0df5e229380?hl=en&lnk=gst&q=memory
+dump#e970f0df5e229380). At least you have got the heap dump (that
was the first step).
Have you tried
Hi,
we are having problems in our application with Out of Memory after
executing several times the same set of activities, so we suspect we
are leaking memory somehow.
All the activities seem to be destroyed correctly, but the DDMS plugin
shows the memory increasing. The problem is we can see th
I don't think the API is ready yet according to their roadmap:
http://source.android.com/roadmap
>>>
Q4 2008
Localization
The UI and Application Framework for the Android 1.0 platform
primarily targets English-speaking regions. To enable handset
m
All I can say is I am an european Android developer, I have been
working in this platform for months, I am one of the ADC finalist and
I don't have a device to test my application and release it :(
I'm receiving *a lot* of mails from people who have demo versions of
the G1 and want to download or
gt; will either need to build your own theme from it that modifies the
> problematic parts or just not use it. Sorry.
>
> On Oct 13, 7:16 am, qvark <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
>
> > our application is based on a custom style that inherits from the
> >
Hi all,
our application is based on a custom style that inherits from the
Theme.Light theme.
>From 0.9 version some colors don't look right (the list background is
white instead of transparent, the font in the submenus has the same
color than the background, etc)
Is Theme.Light supported in 1.0
Well, it isn't an easter egg, but most of the wallpapers and sample
pictures included in the emulator are from Romain Guy, one of the
engineers of the Android team (http://www.flickr.com/photos/
romainguy/) I think he could make a living as a photographer if he
leaves Google ;)
On Sep 1, 5:10 pm,
rett.
>
> On Aug 27, 2:51 pm, qvark <[EMAIL PROTECTED]> wrote:
>
> > The browser crash when openingwww.sourceforge.net. Below is de logcat
> > output. Should I create a new issue in the tracker?
>
> > 08-27 21:45:03.205: INFO/ActivityManager(51): Starting activit
The browser crash when opening www.sourceforge.net. Below is de logcat
output. Should I create a new issue in the tracker?
08-27 21:45:03.205: INFO/ActivityManager(51): Starting activity:
Intent { action=android.intent.action.VIEW
categories={android.intent.category.BROWSABLE} data=http://
source
You can also download the DB file from your device (with adb or the
eclipse plugin) and use a tool like this: http://sqlitebrowser.sourceforge.net/
to browse it.
On Aug 20, 11:47 am, simon <[EMAIL PROTECTED]> wrote:
> OK. it's really pretty annoying you forgot sqlite3 on windows. t'm
> glad i hav
Anybody?
On 13 abr, 12:03, qvark <[EMAIL PROTECTED]> wrote:
> Hello all, I have tobluran image and I have implemented my ownblur
> algorithm (gaussian), but it is too slow (I guess it is due to the
> emulator and the interpreted nature of the Dalvik VM).
>
> I
Hello all, I have to blur an image and I have implemented my own blur
algorithm (gaussian), but it is too slow (I guess it is due to the
emulator and the interpreted nature of the Dalvik VM).
I have found the class android.graphics.BlurMaskFilter but I haven't
been able to apply it successfully t
AIL PROTECTED]> wrote:
> qvark wrote:
>
> [...]
>
> > The set of algorithms executed with a Sun JVM (1.6.0_03) take less
> > than 20 secs but when I execute them within the emulator (in the same
> > machine), they are taking over 7 minutes! That's more tha
These performance issues are being a real headache for me! My project
relies very heavily into image processing algorithms, and they take
too long when executing over the emulator.
The set of algorithms executed with a Sun JVM (1.6.0_03) take less
than 20 secs but when I execute them within the e
ECTED]" <[EMAIL PROTECTED]> wrote:
> I assume this won't be an issue on a real phone. Those will have
> hardware acceleration to draw the images on the screen and do stuff
> like alpha blending.
>
> On Apr 5, 6:26 pm, qvark <[EMAIL PROTECTED]> wrote:
>
>
Hello all, I'm doing some heavy image processing in the background and
I wanted to show a progress bar to the user (indeterminate since I
don't know how to report the exact process status).
My surprise is that when I add an indeterminate progress bar to my UI,
the background process needs more th
Also, try rotating the device (Ctrl-Alt-Pg. down). The ratio (frames/
sec) is much slower in landscape mode than in portrait mode.
I suppose it is just an emulator issue and it will not be a problem
with the actual devices, so I'm not too much worried about it...
On 4 abr, 15:05, Franco <[EMAIL
So I understand that currently it is not possible to authenticate in a
secure web site using a client certificate...
Ups... that's bad for me... :(
On 3 abr, 23:29, hackbod <[EMAIL PROTECTED]> wrote:
> This isn't supported, sorry.
>
> On Apr 3, 12:47 pm, qvark
bump
On 1 abr, 21:54, qvark <[EMAIL PROTECTED]> wrote:
> Hello all, I was wondering if it is possible to extend the current web
> browser with any kind of plugin (such as Firefox plugins).
>
> I have read that Webkit supports the concept of plugin, but I don't
> have
Hello all, I was wondering if it is possible to extend the current web
browser with any kind of plugin (such as Firefox plugins).
I have read that Webkit supports the concept of plugin, but I don't
have any clue of how to do that in the Android web browser or if it is
the best approach.
What I r
36 matches
Mail list logo