run ActivityThread with error
Hi All : run ActivityThread with error log as following. Who can help me ? Thx --------------- T H R E A D --------------- Current thread (0x08059000): JavaThread "Unknown thread" [_thread_in_vm, id=9487, stack(0xb7dd9000,0xb7e2a000)] Stack: [0xb7dd9000,0xb7e2a000], sp=0xb7e28ad0, free space=318k
Informacja: 2009-03-11
Czytaj: run ActivityThread with error
Re: No Latitude in ADP1.1
sorry, its called latitude enabler for root.
Informacja: 2009-03-11
Czytaj: Re: No Latitude in ADP1.1
Re: Layout question: top and bottom TextView
This is solved, I just needed to change the weight of the views.
Informacja: 2009-03-11
Czytaj: Re: Layout question: top and bottom TextView
Re: Market and Developer Frustration
Hi, That's great. Don't know how I misunderstood... but thanks for the clarification. Mark On Mar 10, 7:50 pm, "Justin (Google Employee)" <j...@google.com> wrote:
Informacja: 2009-03-11
Czytaj: Re: Market and Developer Frustration
Re: Issue with Threads and onCreate()
I've been dealing with the same issues and i tried all these. And nothing seems to work well. First of all, having a thread that's part of your activity running after your activity's onDestroy has been called is tricky. It can lead to memory-leaks, etc. I finally decided to create a Service for these kinds of tasks and it
Informacja: 2009-03-11
Czytaj: Re: Issue with Threads and onCreate()
Android Telephony
Hi I want to find the network signal strength for my app. But I cant find the api for it. Do anybody know how to find the signal strength of the phone? Thanks
Informacja: 2009-03-11
Czytaj: Android Telephony
WebView issue...
So I've got a WebView, and in its content is a phone number. I hightlight it and click - voila, taken to the phone app. Now, all I do is add this code: wv.setWebViewClient(new WebViewClient() { @Override public boolean shouldOverrideUrlLoading(WebVi ew
Informacja: 2009-03-11
Czytaj: WebView issue...
Re: Change height of notification?
bump
Informacja: 2009-03-11
Czytaj: Re: Change height of notification?
how to export the sound from mike to earpiece directly
i want to design an application use to test the mike and the earpiece at the same time. i want to export the sound from mike to the earpiece directly, then i can hear the voice from the earpiece at once i speak to the mike. please give me some directories, how can i implements that. thank you.
Informacja: 2009-03-11
Czytaj: how to export the sound from mike to earpiece directly
Is there a large efficiency difference between Canvas.drawBitmap or OpenGL?
Greetings Developers, I am just putting this question out there. Is there a large efficiency difference between Canvas.drawBitmap or OpenGL. I am drawing using Canvas.drawBitmap and running slowing FPS, would openGL speed that up a lot you think?
Informacja: 2009-03-11
Czytaj: Is there a large efficiency difference between Canvas.drawBitmap or OpenGL?
Re: [android-developers] Is there a large efficiency difference between Canvas.drawBitmap or OpenGL?
What is it that you are drawing, how are you drawing it, have you profiled your code?
Informacja: 2009-03-11
Czytaj: Re: [android-developers] Is there a large efficiency difference between Canvas.drawBitmap or OpenGL?
Re: [android-developers] Where do I get the selection color?
It's not a single color, but a gradient defined in a 9patch. -- Romain Guy Android framework engineer romain...@android.com Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them
Informacja: 2009-03-11
Czytaj: Re: [android-developers] Where do I get the selection color?
Video Capturing
Hi, Is video capturing currently supported in the latest SDK? The sequence diagram from the class description of MediaRecorder (http:// developer.android.com/referenc e/android/media/MediaRecorder. html) made me believe it's possible, however, it seems that the video related methods are not supported yet. Or perhaps, I've been looking at the
Informacja: 2009-03-11
Czytaj: Video Capturing
Re: [android-developers] Re: Merchant account signup down?
You aren't going to get an official response from Google on this list. The Google engineers here are developers who get involved in technical discussions. You are now at the mercy of Googles support infrastructure. Al. jsdf wrote: -- * Written an Android App? - List it at [link] *
Informacja: 2009-03-11
Czytaj: Re: [android-developers] Re: Merchant account signup down?
Re: [android-developers] Video Capturing
Not yet. An upcoming Android release and SDK (code named "cupcake") should have video recording, as I understand it.
Informacja: 2009-03-11
Czytaj: Re: [android-developers] Video Capturing
db4o Object Database Android Demos Updated
Hi. For those of you who never heard about db4o -> it's an Android complaint open source object database with a thriving user community ([link]). It allows you to store/retrieve POJOs directly (no tables, no rows, no cursors) without sacrificing speed, flexibility and reliability.
Informacja: 2009-03-11
Czytaj: db4o Object Database Android Demos Updated
Re: Loading 3D Models
Sounds interesting. What kind of FPS are you getting? It would be interesting to have a triangles vs FPS graph.
Informacja: 2009-03-11
Czytaj: Re: Loading 3D Models
Re: Accessing the internet.
public static InputStream getInputStreamWithHttpClient( String resourceURL ) throws IOException { // Create an instance of HttpClient. HttpClient client = new DefaultHttpClient(); // Create a method instance. HttpGet method = new HttpGet( resourceURL );
Informacja: 2009-03-11
Czytaj: Re: Accessing the internet.
[RFC PATCH] fix the Issue 2204: logcat service can not run while add parameters -n 2
Deer all: I think my patch can fix this problem. diff -uprN original/init.h now/init.h --- original/init.h 2009-03-11 14:27:20.000000000 +0800 +++ now/init.h 2009-03-11 14:29:32.000000000 +0800 @@ -136,14 +136,15 @@ struct service { struct socketinfo *sockets; struct svcenvinfo *envvars;
Informacja: 2009-03-11
Czytaj: [RFC PATCH] fix the Issue 2204: logcat service can not run while add parameters -n 2
Re: [android-developers] Loading 3D Models
Hi! I'm really interested in this issue too! I would be very pleased if someone could share their experience! Anyway, does someone know some good opengl 'tutorials' or documentations? Regards markus How are people here loading in their models? I'm just manually parsing a OBJ file into my own model class and
Informacja: 2009-03-11
Czytaj: Re: [android-developers] Loading 3D Models
Can someone make me an app?
I would like someone to make an app for me. I am willing to pay for it and hope to list it on the android market. The app would be a niche app, only downloaded by certain people. If you are interesting in making the app for me please email me. Thanks!
Informacja: 2009-03-11
Czytaj: Can someone make me an app?
Issue 2204: logcat service can not run while add parameters -n 2
hi all, I found a bug at android platform. *Please describe the problem in as much detail as possible. Be sure to include:* *- Steps to reproduce the problem* 1 . modify init.hardware.rc (hardware is your platform hardware, such init.goldfish.rc) change service logcat /system/bin/logcat -r 1000 -v long -f /local/log/logcat.log
Informacja: 2009-03-11
Czytaj: Issue 2204: logcat service can not run while add parameters -n 2
How can I play a custom animation between 2 activity?
Hello, I search a way to play a custom animation (as slide animation on the emulator) to do a transition between the end of an activity and the begin of an other? Thanks, Thomas
Informacja: 2009-03-11
Czytaj: How can I play a custom animation between 2 activity?
Download of [Application} was unsuccessful
Hi, I have an app on the android market and am getting complaints that the download is unsuccessful. I know it is usually installing ok though. A) Is this download failure my fault? B) Is there anything I can do to make it less likely? C) What should I tell users whose download fails? Should they try
Informacja: 2009-03-11
Czytaj: Download of [Application} was unsuccessful
opencore RTSP streaming NAT issue
Hi, I have encountered such a streaming issue in China. Per G1 phone's test, if we connect it at site A by EGPRS, it work fine for RTSP streaming. but when we change it to site B in the same city, it will not work. Playback can contine but no any audio/video can be hear/display. According to the ethereal log, UDP packet has can be seen but why error
Informacja: 2009-03-11
Czytaj: opencore RTSP streaming NAT issue
Re: Issue 2204: logcat service can not run while add parameters -n 2
Deer all; I think I have fix this problem. The reason is struct service { /* list of all services */ struct listnode slist; const char *name; const char *classname; unsigned flags; pid_t pid; time_t time_started; /* time of last start */ time_t time_crashed; /* first crash within inspection window */
Informacja: 2009-03-11
Czytaj: Re: Issue 2204: logcat service can not run while add parameters -n 2
Contact change broadcast
Hello all! Is there a broadcast message dispached when a contact is changed or added in Android's native contact book? If not, what would be the most efficient way to check for changes? Secend of all, what would be the most efficient method for sending a file (image) using HTTP POST request?
Informacja: 2009-03-11
Czytaj: Contact change broadcast
Where can I get com.google.googlenav Package
Hi everyone, I am working on a GPS navigation App. I notice that com.google.googlenav Package is available in Android SDK-m5,but in the source code, there is nothing about googlenav. However, the package is necessary for drive direction development on the device. Could anyone please tell me from where I can get that googlenav
Informacja: 2009-03-11
Czytaj: Where can I get com.google.googlenav Package
Re: Android Testing with TMobile G1
Hi gents I am running fedora 8 with eclipse and have the sdk and plugin setup. It work like a champ. I have regular g1 with the debug on and developed one app sofar and it has worked great with no real issues. I really liked the live debug option. Ed
Informacja: 2009-03-11
Czytaj: Re: Android Testing with TMobile G1
Re: Merchant account signup down?
I am having the same issue. Been trying since yesterday to get this resolved. Google as of yet has not responded to my tech support request.
Informacja: 2009-03-11
Czytaj: Re: Merchant account signup down?