eived this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android
I'm trying to update my codebase to use ThreadPoolExecutor, but I found
this to be odd:
/** @hide */
public static void setDefaultExecutor(Executor exec) {
sDefaultExecutor = exec;
}
So why is this method hidden? So I can't globally set the DefaultExecutor
to ThreadPool? O
On Friday, April 20, 2012 3:16:35 PM UTC-4, Nathan wrote:
>
> Still adjusting to the changes in Android 4.0 regarding AsyncTask.
>
> If I understand right, the default behavior of execute is changing to one
> single thread pool with only one thread? With the reason cited that
> programmers are
I was troubled in reading dumpsys meminfo
especially for the column: "Local Binders"
actually, I found my program crashed when Local Binders is high.
thanks
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email
eal with.
Can somebody either suggest a different tutorial app for a green
Android developer like myself, or, somehow, help me get past this
problem in the HelloAndroid tutorial?
Thanks for any help.
Jerry
--
You received this message because you are subscribed to the Google
Groups "Android
Dear all,
I open a search website, just like google.com,and input a word at
the text blank, then click the Search Button on the website (not
inputmethod), and click the HOME key return to destop.
When I enter the Browser and rotate the phone ,quick search box
displayed with the word I enter
You can read <> first.
On Mon, Jun 20, 2011 at 2:37 AM, Richard Davis
wrote:
> I was wondering if anybody knew of a book or anything of the sort that
> could teach sombody to write in java without going to collage i have
> alot of time for reading. The reason I am asking is I got a app idea
> for
er test, I found that
the dropdown list is not rendered in the ListView, but floating at top
of the AutoCompleteTextView.
Please help me on this or just give me some tips. Thanks!
-- Jerry Joe
--
You received this message because you are subscribed to the Google
Groups "Android Developers&quo
I am also experiencing sales drop these two days especially today,
On Tue, Apr 26, 2011 at 4:51 AM, Brill Pappin wrote:
> FYI - CANCELLED would include uninstalls AND failed orders.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
>
I am looking at the android LunarLander simple game example. I am
surprised that the drawing thread "Run()" does not involve any
efficient waiting. It just infinitely redraw the screen even if there
is no change on the Physics.
Even though I did not find any responsive issue(Maybe it is because
I was able to download the preview from a new install. Apparently
this bug(?) only affects existing installations of the SDK. Hopefully
someone with some insight chimes in here.
On Jan 29, 6:37 pm, Darren Hinderer wrote:
> Nope. I haven't tried anything else, I'm hoping it's a just a
> temporar
abstract class
On Nov 30, 5:06 am, Droid wrote:
> AFIK you can use the libraries from yournewvoicerecogniser and
> simply do not call the google one.
> You need to do something with the audio input too.
>
> I saw a simpler java OS one somewhere but did not bother to add
My question on "framework to integrate a new voice recognition engine"
got no help :)
Any one want to help out!
TIA!
--
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
I need to integrate a new voice recognition engine (written in C/C++)
into android. Is there a framework to follow like the one provided by
eyes-free? e.g Maybe "Hands-free?" or something? As google voice
search (actions? for 2.2) is accessed through Internet, Mine will be
local one on the devic
I need to integrate a new voice recognition engine (written in C/C++)
into android. Is there a framework to follow like the one provided by
eyes-free? e.g Maybe "Hands-free?" or something? As google voice
search (actions? for 2.2) is accessed through Internet, Mine will be
local one on the devic
You can use getRunningTaskInfo compare against getRunningAppProcessInfo. If
process of particular component is not in runnAppProcess list, then you know
it is deleted. I used this trick to work around the new kill process
behavior.
On Thu, Jul 22, 2010 at 11:12 PM, Marcin_GUmeR
wrote:
> Is there
All I want is that android phone catch sound and pictures,and I need
get the sound and pictures data.
I'm a rookie.Thank you.
--
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@googlegrou
but gallery does center lock automatically. Do you know a way make items
shown from left to right and not moving to center upon selected?
On Fri, Jul 16, 2010 at 6:32 PM, Namrata wrote:
> I had the same issue, I am using gallery instead of grid for this.
>
> On Jul 16, 3:17 pm, CMF wrote:
> > i
Hi folks,
is there anyway that I can store drawables into database?
--
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
andro
You need to root it first and then use adb to connect to your phone. App dbs
are normally sotred at /data/data/(name of the app)/databases/(name of the
db).db
Just use sqlite3 name of the db).db to view it
On Wed, Jul 21, 2010 at 7:44 PM, Nency Robert wrote:
> HI,
>
> I want to see the databas
You can register a handler in your code and send message to update your UI
component in Handler. I used this way to solve a similar problem like urs
before. For exapmpel
if (socket.isConnected()) {
OutputStreamOut = new
ObjectOutputStream(socket.
getOutput
If u are using milestone and if u just upgraded APAC update, then it is
normal. It takes time to view copy protected apps.
On Sun, Jun 13, 2010 at 7:08 AM, Andrei wrote:
> I have 3 android phones with different Os version.
> I can see all my apps, but one disappeared for more than a day and
> s
et. My guess is that the installed
Market application on devices can be modified by each carrier which
can lead to such issues. I'm not sure...
Cheers,
Jerry
On Jun 7, 2:02 am, Alberto wrote:
> No, neither are running Froyo. The Evo I just picked up on Friday when
> it came out and hav
I have a fix for this. Just set the visibility of ur ListView to Gone during
update and back to visible after update. By doing so, u can avoid the
inconsistency of ur adapter and listView item count.
On Mon, Feb 22, 2010 at 3:31 PM, Jayesh Salvi wrote:
> Hi,
>
> This is regarding the exception:
I have a fix for this. Just set the visibility of ur ListView to Gone during
update and back to visible after update. By doing so, u can avoid the
inconsistency of ur adapter and listView item count.
On Wed, Mar 31, 2010 at 4:35 PM, ionel wrote:
> I am calling notifyDataSetChanged() in update me
Is it one phone per developer account ? We have multiple apps qualified the
standard published by 2 developers sharing the same account.
On Wed, Mar 3, 2010 at 1:49 PM, polyclefsoftware wrote:
> Yeah, like some others here it didn't even cross my mind that this was
> some sort of phishing scam.
ices.
I don't have time to look into this any further at the moment as I'm
currently looking into the *next* issue which is the way in which the
contacts application handles contacts from account sources other than
the built-in Google and Exchange sources...
Cheers,
Jerry
On Dec 1,
String());
}
}
On Nov 23, 8:46 pm, Dan Dumont wrote:
> Nice, thanks for doing that! I'll star it, I hope we get a response soon.
>
>
>
> On Mon, Nov 23, 2009 at 5:32 PM, Jerry Brady wrote:
> > Just filed a case for this:
>
> >http://code.google.com/p/an
Here are two more apps to add to your list.
I have the Eris and can't find DroidESPN and Camera Zoom FX. I have
tried both the search and QR scan and neither show up. Very, very
frustrating.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group
Just filed a case for this:
http://code.google.com/p/android/issues/detail?id=5009
On Nov 23, 1:47 pm, Jerry Brady wrote:
> Dan,
>
> My code and yours both work on the Droid, but there are some nasty
> side-effects. After adding an account with your application (or mine)
> whe
rverThread.run(SystemServer.java:428)
I'm looking at the source now to see if I can figure out what's going
on. If necessary, I'll file a case with the project if I find a bug
in the Android source.
Cheers,
Jerry
On Nov 23, 8:18 am, Jerry Brady wrote:
> I'm going to be trying it o
list on te droid to simply reoot the phone with
> > an exception.
> > Anyone else seen this or find a way to avoid this ?
> > -g
>
> > On Nov 21, 9:04 am, Jerry Brady wrote:
> > > Dan,
>
> > > Now I see what you are doing in your code a
count method whereas your code
returns an intent that fires your authentication activity.
The main issue for me so far is that I don't see that my
AbstractAccountAuthenticator is ever being instantiated.
Cheers,
Jerry
On Nov 20, 7:53 am, Dan Dumont wrote:
> Yes. But I make the AddAcco
Dan,
I didn't see this call in your current Google code project. Is your
use of AddAccountExplicitly() in there?
Cheers,
Jerry
On Nov 20, 7:53 am, Dan Dumont wrote:
> Yes. But I make the AddAccountExplicitly call in my Authenticator. You
> use the AccountManager to create acc
hould be happy. Nevertheless, I want to understand this part of
the system.
So if your AbstractAccountAuthenticator isn't being invoked, how can
you be calling addAccountExplicitly from within that class?
Cheers,
Jerry
On Nov 20, 2:16 am, sukumar bhashyam
wrote:
> AddAccountExplicitly() would need
tem still throws an error about the UID not being correct.
Cheers,
Jerry
On Nov 13, 11:54 pm, Dan Dumont wrote:
> For anyone still interested. I've made a bit of progress. The google
> project below now creates and lists accounts of the type for the project!
>
>
>
> On
erface
and the class extends Binder to support the getIBinder() method.
I'd appreciate any insight or help anyone can offer.
Cheers,
Jerry
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to
rd and long on this one. I have about
two days to get something working before I have to leave town.
Cheers,
Jerry
--
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@google
d updateSDcardStatus()
{
Log.i(TAG, "other status: " + status );
}
can you give me a demo,and you can success to mount the state of SD
card
On Sep 10, 1:07 am, Mark Murphy wrote:
> jerry wrote:
> > I want to know the state of SD card is dynamic mounted or not mounted?
> &g
d updateSDcardStatus()
{
Log.i(TAG, "other status: " + status );
}
can you give me a demo,and you can success to mount the state of SD
card
On Sep 10, 1:07 am, Mark Murphy wrote:
> jerry wrote:
> > I want to know the state of SD card is dynamic mounted or not mounted?
> &g
I want to know the state of SD card is dynamic mounted or not mounted?
it's very kind of you if you can give me a demo(for example, use api
registerReceiver、BroadcastReceiver、onReceive and so on).
--~--~-~--~~~---~--~~
You received this message because you are subs
Sorry, I don't see any android-porting Group in the Application
developer mailing lists. Could you kindly tell me where to look for.
And I don't know what is happened. I just built those souce code into
PC emulator. And run them on the PC. Why this feature does not work,
but it works on the offic
Hi there,
I have ever saw the similar discussion in this group, but nobody
answer. And I am very confusing about this feature. Because most of
developers do not seem to meet this problem.
The problem is when I press ENDCALL button, it does not going into
Screen Lock view. And I have download the
As we know,the uri's string usually begin with "content://",followed with
authorities's name,like "content://com.google.provider.NotePad/Notes"
But if i want create a activity to display a web,I usually code as follows:
Uri uri = Uri.parse("http://google.com";);
Intent it = new Intent(Intent.ACTI
Hi Sujay,
Did you mean the bitmap assigned to Canvas construction is actually used for
combing all kind of text, line, and picture drawing action into one piece of
bitmap object? I'll try it and show you the code tomorrow. Thanks for your
advice.
On Thu, Jun 4, 2009 at 5:26 PM, Sujay Krishna Sures
known to the Picture class.
>
> But, i could be wrong... :)
>
> On Jun 4, 1:23 am, Jerry Fan wrote:
> > bump
> >
> > On Thu, Jun 4, 2009 at 10:09 AM, jerryfan2000 >wrote:
> >
> >
> >
> >
> >
> > > Hi,
> > > What for
bump
On Thu, Jun 4, 2009 at 10:09 AM, jerryfan2000 wrote:
>
> Hi,
> What format of picture will I get by using Picture.WriteToStream?
> >
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
I got the answer by myself. If anyone is also interested to know how to do
it, please go to below URL for a tutorial.
http://developer.android.com/guide/tutorials/views/hello-webview.html
On Thu, May 14, 2009 at 8:01 AM, jerryfan2000 wrote:
>
> Hi,
> I am trying to add a webview in my app to disp
I have developed a application with two activities, activity1 and
activity2 ,and one local service, service1 . activity1 is the main
activity. activity2 has a button. when button is pressed. show a
progress dialog. and local service start doing some stuff. when it's
done. send msg to activity2 t
Hi, all
I checked the logcat, I find it cannot find the jni_Onload,
Thanks for your information, I find I forget the function jni_Onload method,
it is a new requirement after jni)1.2
Now my hello world working.
Thanks
With best wishes
Jerry
On Mon, Feb 23, 2009 at 11:38 PM, Jerry Yang <1999b
52): Displayed activity
com.android.hello/.HelloAndroid: 2025 ms
I/ActivityManager( 52): Stopping service:
com.android.vending/.PackageMonitorReceiver$UpdateCheckinDatabaseService
D/dalvikvm( 90): GC freed 2431 objects / 127176 bytes in 276ms
D/dalvikvm( 1223): GC freed 2076 objects / 140
Hi, Marco
I am really new in android develop ment, so where should I check the system
log?
Thanks
with best wishes
Jerry
On Tue, Feb 24, 2009 at 1:36 AM, Marco Nelissen wrote:
>
> On Sun, Feb 22, 2009 at 10:23 PM, Jerry Yang <1999bige...@gmail.com>
> wrote:
> (...)
> >
to java app?
I am really new for java programming, appreciate for your help!
Thanks
with best wishes
Jerry
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group,
Hi,
I am porting Android to a real hardware device. I have written an ALSA
driver and it works well. But I don't know how to add it to Android. Can you
give me some suggestions? Thanks very much.( I can not endure the muted
world any more[?])
BR
confliction issue.
May it possible?
Thanks
With best wishes
Jerry
-Original Message-
From: android-developers@googlegroups.com
[mailto:android-develop...@googlegroups.com] On Behalf Of Dave Sparks
Sent: Thursday, February 05, 2009 3:29 PM
To: Android Developers
Subject: [android
Can you try to play a same video file from local SD card?
-Original Message-
From: android-developers@googlegroups.com
[mailto:android-develop...@googlegroups.com] On Behalf Of Jeff Oh
Sent: Thursday, February 05, 2009 9:54 AM
To: Android Developers
Subject: [android-developers] Re: RTSP
decrypto the stream/file, transfer the clear
stream/file to player, but I also noticed the android native code
support is not added, how to transfer the clear stream to decoder is
also problem here.
With best wishes
Jerry
-Original Message-
From: android-developers@googlegroups.com
If no security or commercial issues, Can you send me your code for rtsp so that
I try to analysis for you?
Thanks
Jerry
-Original Message-
From: android-developers@googlegroups.com
[mailto:android-develop...@googlegroups.com] On Behalf Of Jerry Yang
Sent: Wednesday, February 04, 2009 4
No, idea, because I have no detail information about the detail imply of media
player in this platform.
With best wishes
Jerry
-Original Message-
From: android-developers@googlegroups.com
[mailto:android-develop...@googlegroups.com] On Behalf Of Jeff Oh
Sent: Wednesday, February 04
w g1 phone uses QDSP to decode MPEG4 video and H.264
video. Am I right?
Best regards,
Jeff.
On 2월4일, 오후2시40분, "Jerry Yang" wrote:
> Hi, Which player are you using? Or just calling the android sdk to play
> the rtsp stream?
> Thanks
> With best wishes
> Jerry
>
> -
I use a unbentu VM to run the Darwin streaming server, it seems working
well.
On windows mobile platform, I also tried to optimize the rtsp on media
player, it seems cases are quit complex. I suggest you to use the VLC as
reference media player.
With best wishes
Jerry
-Original Message
Hi, Which player are you using? Or just calling the android sdk to play
the rtsp stream?
Thanks
With best wishes
Jerry
-Original Message-
From: android-developers@googlegroups.com
[mailto:android-develop...@googlegroups.com] On Behalf Of Jeff Oh
Sent: Tuesday, February 03, 2009 7:59 PM
based GCC), is that right?
Maybe my conception is not correct, but what is the exact meaning of
"Native code support"? is it means the JNI or anything else?
Thanks
With best wishes
Jerry
From: android-developers@googlegroups.com
[mailto:android-develop...@googlegroups.com] On
Hi, Dianne
I find an api with the name "java.lang.System.loadLibrary
<http://code.google.com/android/reference/java/lang/System.html#loadLibr
ary(java.lang.String)> "
Is this api not supported in Android SDK now?
Thanks
With best wishes
Jerry
From: android-developers@
I believe this link may helpful for u.
http://code.google.com/android/reference/android/os/Build.html
With best wishes
Jerry
-Original Message-
From: android-developers@googlegroups.com
[mailto:android-develop...@googlegroups.com] On Behalf Of Stanley.lei
Sent: Wednesday, February 04
-compile the lib with arm based detain GCC and
use the interface to Android app. Any one has any document or example
about this?
Appreciate for your help!
With best wishes
Jerry Yang
--~--~-~--~~~---~--~~
You received this message because you are subscribed
I wanna to add a plug-in with certain de-crypto. That means I receive
encrypted meida, and de-encrypt it on run time with certain key. My
propose is to setup a demo system for research and study.
With best wishes
Jerry
-Original Message-
From: android-developers@googlegroups.com
Yes, I agree.
If you want to control the volumn only in the app. You can change back
the volumn once the focus is not in ur app or close the app. That is the
only working way I can imagine although it is a little bit boring.
With best wishes
Jerry
From: android-developers@googlegroups.com
Hi, all
I have send some times, but still cannot see my mail in the group. Can
anyone of you see it?
Thanks
With best wishes
Jerry Yang
Client System Engineer Intertrust.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the
Hi, all
I have a simple question, except the default player, is there any open
source media player we can modify or is there anyway we can add some
feature to the media player in android platform? Like we add a plug-in
into the MS media player?
Thanks
With best wishes
Jerry Yang
Client
n externel/bluez.
How can I reconfigure it and add "enable-bccmd" options.
Sorry for my pool english.
Thanks very much
BR
Jerry
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developer
ion
to solve it?
Thanks very much!
Jerry
--~--~-~--~~~---~--~~
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
Hello Sam:
Post your request in the beginners' forum. A couple of weeks ago someone at
that forum was asking for ideas for a project.
Cheers,
Jerry
On Mon, Nov 10, 2008 at 9:36 AM, Sam M <[EMAIL PROTECTED]> wrote:
>
> I'm sure the paying customers do. It's just a
Can I build Android source code in RedHat Enterprise Linux Server?
Does anyone success the build on Redhat Linux?
Thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this gro
74 matches
Mail list logo