[android-developers] Re: certification for android developers

2010-11-02 Thread pramod.deore
> is there any certification for android developers provided by Google? No. On Nov 3, 11:42 am, Shalini wrote: > is there any certification for android developers provided by Google? > please let me know this . I want to do that certification. -- You received this message because you are subscr

[android-developers] smack+android+openfire problem

2010-11-02 Thread hello hello
hi android developers I have some doubts in using the resource of smack api from android I implemented the xmpp client send and receive messages from android then how to add groups and delete groups from openfire ? I configured openfire code in local system and how to utilise from android pleas

[android-developers] Re: How to unsign the signed apk file?

2010-11-02 Thread Sarwar Erfan
On Nov 3, 12:29 pm, Nency Robert wrote: > HI Chris, > > Also want to know how to know the signature of any apk file? > please share commands/procedure/tools for it. > > Thanks. You will need Jarsigner. Get all information here: http://developer.android.com/guide/publishing/app-signing.html

[android-developers] certification for android developers

2010-11-02 Thread Shalini
is there any certification for android developers provided by Google? please let me know this . I want to do that certification. -- 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@googleg

Re: [android-developers] Re: How to unsign the signed apk file?

2010-11-02 Thread Nency Robert
HI Chris, Also want to know how to know the signature of any apk file? please share commands/procedure/tools for it. Thanks. On Tue, Nov 2, 2010 at 7:20 PM, Chris Stratton wrote: > Open the apk as a zip file and remove the META-INF directory > > On Nov 2, 4:26 am, Nency Robert wrote: >> HI A

[android-developers] What are some good Automated Unit And System Test Tools for Android?

2010-11-02 Thread Greg Giacovelli
So I give in. I approached this problem as an oh hey that's not too bad, I can write a bunch of unit tests, and I have been keeping my suite green. However as things get more involved continuous integration and testing is a great great thing to have. And then I saw oh Android has emma integration a

[android-developers] Re: Overriding Back Button Action in Activity

2010-11-02 Thread tanmay....@gmail.com
Yes. I thought that as I am overriding the the back button it would not effect on my keyboard . but when the keyboard is open and I press back button it is closing application but it is not closing the open keyboard as expected.. What I need to do so that I can know that the keyboard is open close

Re: [android-developers] Overriding Back Button Action in Activity

2010-11-02 Thread Frank Weiss
Are you sure you need to handle the back key in order to close the soft keyboard? I've always seen that the back button is wired up by the OS to do that when the soft keyboard has been opened by tapping an edit text. -- You received this message because you are subscribed to the Google Groups "An

Re: [android-developers] Creating Sliding Drawer in new look

2010-11-02 Thread Rocky
Hey TreKing, I tried, but i'm not getting exactly what i want, Can any one help to solve this problem.. On Tue, Nov 2, 2010 at 10:14 PM, TreKing wrote: > On Tue, Nov 2, 2010 at 4:15 AM, RKJ (Android developer) < > rkjhaw1...@gmail.com> wrote: > >> Is it possible. > > > Probably. Why don't you

Re: [android-developers] Re: error to include slider in layout (how to include slider)

2010-11-02 Thread Rocky
solved any one can use Thax for reply, I solved, I was missing two thing, 1. handle="@+id/slideHandleButton" 2. slider content should be same as layoutout id. On Tue, Nov 2, 2010 at 5:06 PM, Sunil wrote: > Hi, you missed to add the handle attribute in the SlidingDrawer xml > node, > > her

[android-developers] Re: Failed to find provider info for android.server.checkin

2010-11-02 Thread pramod.deore
After getting full access from network administrator issue has been resolved. Thanks On Nov 3, 9:15 am, "pramod.deore" wrote: > Hi, I have getting this error. because of this I can't access internet > on my emulator. How to resolve this issue? > Thanks -- You received this message because you a

[android-developers] Overriding Back Button Action in Activity

2010-11-02 Thread tanmay....@gmail.com
I have just overide my back button in my code like this @Override public boolean onKeyDown(int keyCode, KeyEvent event) { if (keyCode == KeyEvent.KEYCODE_BACK) { return true; } return super.onKeyDown(keyCode, event); }

[android-developers] Sound in android web view

2010-11-02 Thread nena joy
*My java code is here* package com.customlistview1; import android.app.Activity; import android.os.Bundle; import android.webkit.WebView; import android.webkit.WebViewClient; import android.webkit.WebChromeClient; public class Image extends Activity { private WebView webview; @Override

[android-developers] Failed to find provider info for android.server.checkin

2010-11-02 Thread pramod.deore
Hi, I have getting this error. because of this I can't access internet on my emulator. How to resolve this issue? Thanks -- 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.co

Re: [android-developers] Re: SharedIDs

2010-11-02 Thread Dianne Hackborn
On Tue, Nov 2, 2010 at 8:28 PM, kypriakos wrote: > I agree with you Dianne, such a method would certainly cause more > trouble > if not handled properly but I tried and I cannot avoid it. I do need > separate > imported code to share the same space. I will exercise extreme caution > and if I see

[android-developers] Re: SharedIDs

2010-11-02 Thread kypriakos
Yes I meant SharedUserId - I typed in a hurry ;) And yes of course - android:sharedUserId="string" it is string but I guess I glanced at the spec.a bit too much. I agree with you Dianne, such a method would certainly cause more trouble if not handled properly but I tried and I cannot avoid it.

Re: [android-developers] Re: Can anyone recommend a good OpenGL ES book?

2010-11-02 Thread Leigh McRae
The Red Book is pretty good for OpenGL but it's not ES. Here is a free link. http://fly.cc.fer.hr/~unreal/theredbook/ Other than that you're likely best off with getting an iphone book about 3d game dev. On 11/2/2010 10:47 PM, Matt Quigley wrote: A little. I took a 3D graphics class in

[android-developers] Re: Only 64-bit build environments are supported beyond froyo/2.2.

2010-11-02 Thread Yaseen Lanka
This is being discussed here : http://groups.google.com/group/android-platform/browse_thread/thread/b0bb991131589363 Thanks On Sep 28, 9:39 pm, alexc wrote: > Dear Android Developers, > > Is it true that "Only 64-bit build environments are supported beyond > froyo/2.2."? > When I try to build it

[android-developers] Re: Can anyone recommend a good OpenGL ES book?

2010-11-02 Thread Matt Quigley
A little. I took a 3D graphics class in college. I've actually been drawing lines, squares, and textures on Android already. The thing is, I'd like to know how to start from scratch, instead of starting from a tutorial. Basically, I'd like to KNOW why I'm writing the code I write. It's just a

Re: [android-developers] Can anyone recommend a good OpenGL ES book? Options

2010-11-02 Thread TreKing
On Tue, Nov 2, 2010 at 9:20 PM, metal mikey wrote: > @Emre: do not hijack threads! Have a question? Then make your own thread! > I don't think he did - in Gmail it's a separate thread (and so is your post). If you're using the Web interface to Google Groups ... uh, don't. It's terrible and does

[android-developers] Temporary files

2010-11-02 Thread Peter Eastman
As discussed in another thread (http://groups.google.com/group/android- developers/browse_thread/thread/d79bfa05528cbbee/2b08822eeb767b7b), my program allows users to export data by email. I do this by writing the data to a temporary file, then attaching it to an Intent: startActivity(new Intent(

[android-developers] Can anyone recommend a good OpenGL ES book? Options

2010-11-02 Thread metal mikey
@Emre: do not hijack threads! Have a question? Then make your own thread! On Nov 3, 12:58 pm, TreKing wrote: > On Tue, Nov 2, 2010 at 7:06 PM, Emre A. Yavuz wrote: > > > Let's assume I'd like to pass a Context variable in my MainActivity to > > either Activity "A" or "B. > > Why would you want t

Re: [android-developers] How to pass a Context variable from one Activity to another ?

2010-11-02 Thread TreKing
On Tue, Nov 2, 2010 at 7:06 PM, Emre A. Yavuz wrote: > Let's assume I'd like to pass a Context variable in my MainActivity to > either Activity "A" or "B. Why would you want to pass a Context variable to either of two instances of objects that themselves derive from Context? > How should I do

[android-developers] Re: How to use Webview.loadUrl(String url) when my html file is local

2010-11-02 Thread Doug
You might want to look at the documentation: http://developer.android.com/resources/articles/using-webviews.html And look at the WebViewDemo app it references. On Nov 2, 7:55 am, Amit Mangal wrote: > Hi Everyone, > > how do I open a a local html-page (named, for instance "test.html") in a > Web

[android-developers] How to pass a Context variable from one Activity to another ?

2010-11-02 Thread Emre A. Yavuz
Hi, I have a Tab Layout which has two tabs that correspond to one Activity each ("A" and "B") . When I run my application, let's say by running MainActivity(), I expect it to display the first Tab and thus run Activity "A" by default and switch to Activity "B" when the second Tab is selected.

[android-developers] Re: Service onCreate is asynchronous

2010-11-02 Thread jotobjects
On Nov 2, 2:43 pm, Kostya Vasilyev wrote: > Services are a mechanism for doing tasks that take a long time (among > another things). Based on this, the result of a service doing something > is typically available after a delay, so services are asynchronous by > their nature. Right. Long runnin

[android-developers] Re: Android source code (complete)

2010-11-02 Thread Matt Quigley
There are many more project directories that make up the Android source. /platform/frameworks/base is just one of many on http://android.git.kernel.org/. I don't know off hand where ServiceManager.java is, but it's there somewhere. -Matt On Nov 2, 1:25 am, adithya <24adit...@gmail.com> wrote: >

Re: [android-developers] Can anyone recommend a good OpenGL ES book?

2010-11-02 Thread Leigh McRae
Do you have any 3d experience? On 11/2/2010 7:28 PM, Matt Quigley wrote: I'm looking for a good book to buy to help me with OpenGL ES. This is obviously going to be for Android, but I suppose the benefits will spill over to iPhone development too. Although I'm not specifically opposed to a gen

[android-developers] Can anyone recommend a good OpenGL ES book?

2010-11-02 Thread Matt Quigley
I'm looking for a good book to buy to help me with OpenGL ES. This is obviously going to be for Android, but I suppose the benefits will spill over to iPhone development too. Although I'm not specifically opposed to a general OpenGL book, I'm not going to be using it on my desktop (at least not p

[android-developers] How to use NDK on Windows

2010-11-02 Thread cindy
Hi All, I have installed Cygwin 1.7.7 for Windows.During the installation, i selected to install GNUMake 3.8.1. All those went through smoothly. After installation, I check the version of make using following command: /bin/make The version is GNU make 3.81. So I export the path using: export

[android-developers] Re: SSLContext.getInstance("SSL") throws java.security.NosuchAlgorithmException: SSLContext SSL implementation not found

2010-11-02 Thread DanH
Was just wondering because you were doing a getInstance on "TSL", not "TLS". On Nov 1, 2:04 pm, gato chlr wrote: > DanH , thanks for the answer, i have read about TLS, and now i know it is a > SSLv3. > > I have tried with TLS , and it works! but, then i get a > javax.net.ssl.SSLException: Not Tru

[android-developers] Re: SIGH ... Android & SOAP

2010-11-02 Thread joedeveloper
Yeah SOAP was all that about 5 - 7 years ago in the SOA world. However, I don't think there were ever really any services that I consumed via SOAP that really utilized SOAP so much that it had to be done with SOAP. The protocol itself is in depth so it makes sense for complex services but not for

[android-developers] Re: Problem with turning off GPS updates when application goes into the background.

2010-11-02 Thread Streets Of Boston
Get the LocationManager in onCreate(). Store this in an instance- variable. Request location updates in onResume(), using the instance-variable. Remove location updates in onPause(), using the instance-variable. On Nov 2, 2:10 pm, Chirag Patel wrote: > Hi I'm having a problem when trying to sto

[android-developers] Re: SIGH ... Android & SOAP

2010-11-02 Thread Streets Of Boston
My advise is the same as the previous two posters; try to avoid SOAP if you can. If you can't avoid it, ksoap2 is a soap library for Android. I haven't used it personally, so your mileage may vary :-). On Nov 1, 7:30 pm, Darkside Android wrote: > This post is directed to those of you who may hav

[android-developers] How to use NDK to do AMR encoding

2010-11-02 Thread cindy
Hi All, Has anyone used NDK to convert PCM to AMR in streaming mode? Thanks! April -- 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, s

Re: [android-developers] Dynamic class loading - how?

2010-11-02 Thread Mark Murphy
1. They would have to be Dalvik bytecode (e.g., dex files), not JAR files. 2. Running dex files downloaded dynamically from hither or yon, such as the SD card, is just *begging* for somebody to hack your app by replacing your dex file with theirs. So, I believe it is technically possible, but I w

Re: [android-developers] Remembering Shared Preferences

2010-11-02 Thread TreKing
On Tue, Nov 2, 2010 at 4:34 PM, sisko wrote: > The problem is, when I revisit the activity, the EditView never contains > the text I input the last time. > What do you mean "when you revisit"? What are the steps involved in the problem you're seeing? > I actually contains the above TextView co

Re: [android-developers] Re: Service onCreate is asynchronous

2010-11-02 Thread Kostya Vasilyev
Services are a mechanism for doing tasks that take a long time (among another things). Based on this, the result of a service doing something is typically available after a delay, so services are asynchronous by their nature. If you have a piece of code that you wish to run synchronously, just

Re: [android-developers] Is it possible for an app to replace the NotificationManager?

2010-11-02 Thread TreKing
On Tue, Nov 2, 2010 at 4:22 PM, Dan Dumont wrote: > Sure there is. > I disagree. What do you gain by allowing other apps to extend the Notification Manager? Besides the possibility of a malicious one breaking all other apps' notifications? > Android has been missing persistent reminder notific

[android-developers] Dynamic class loading - how?

2010-11-02 Thread moa
Is it possible to dynamically load classes from a URL into your application in the same way as a desktop application can? For example, can you do a simple boot-strap application which you install onto the device, that boots up loads the main jars required for the applications from a server, or from

[android-developers] Remembering Shared Preferences

2010-11-02 Thread sisko
Hi guys, I am using the following code to set the input from an EditView in a SharePreference. But I am also trying to read the input back into the EditView. final EditText input_nickname = (EditText) findViewById(R.id.EditText_Nickname); input_nickname.setOnKeyListener( n

Re: [android-developers] Is it possible for an app to replace the NotificationManager?

2010-11-02 Thread Mark Murphy
On Tue, Nov 2, 2010 at 5:22 PM, Dan Dumont wrote: > Android has been missing persistent reminder notification > sounds for a long time. http://developer.android.com/reference/android/app/Notification.html#FLAG_INSISTENT -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/c

[android-developers] Re: Service onCreate is asynchronous

2010-11-02 Thread jotobjects
On Nov 2, 1:33 pm, Frank Weiss wrote: > GUI Programming 101 > > All GUIs I've seen use an event queue. This is one of the biggest prardigm > shifts to overcome for someone who is used to sequential, non-GUI > applications. The Service object by definition has nothing to with GUI programming, but

Re: [android-developers] Is it possible for an app to replace the NotificationManager?

2010-11-02 Thread Dan Dumont
Sure there is. Android has been missing persistent reminder notification sounds for a long time. Other custom builds have it i'm sure, but being able to set a preference for reminder sounds, vibrates etc would be better handled as part of the notification manager. Being able to extend it would

Re: [android-developers] Re: is there a limit for the lenght of a texview's text?

2010-11-02 Thread TreKing
On Tue, Nov 2, 2010 at 3:43 PM, Paolo wrote: > the font color is the default. Change it and the background color just to see what happens. - TreKing

[android-developers] Re: LVL advice in the Android Developer Blog

2010-11-02 Thread cybice
It's hard to say, for example let's get a file with all 32 bit numbers in it, so CRC32 of this file gives us a number which already contains in file, so it's not impossible - some solutions for some files exists. Also CRC32 is not a strong crypto hash function so Np or not Np this is the question.

Re: [android-developers] Re: Samsung Tab Emulator

2010-11-02 Thread Yves Liu
That worked. Thanks. On Tue, Nov 2, 2010 at 11:34 AM, Kumar Bibek wrote: > Switch to 1.6 and add multiple screen support. > > http://developer.android.com/guide/practices/screens_support.html#attrs > > On Nov 2, 10:57 pm, "yves...@gmail.com" wrote: > > Anybody here tried the Samsung Tab emulato

[android-developers] problem with Search suggestions

2010-11-02 Thread Achie
I am trying to implement search suggestions in my app in the lines of Searchable Dictionary, except that my data comes from a Sqlite Database. Everything seems to be working except the suggestions. I created a sample animal database with these values {"Lion", "Tiger", "Elephant", "Deer", "Kangaro

[android-developers] Sqlite busy timeout - [was Re: error code 5: database is locked]

2010-11-02 Thread William Ferguson
I'm definitely not turning it off. I'll try explicitly enabling locking as see if it make a difference. But I'd like to know what busy timeout is being used for Android. I would hope my app is not falling foul of it. But I have one (very simple) query what regularly takes about 2 seconds to execut

[android-developers] Re: is there a limit for the lenght of a texview's text?

2010-11-02 Thread Paolo
the font color is the default. It is very strange because if i cut the string at 3000 characters I can see it... On 2 Nov, 20:33, TreKing wrote: > On Tue, Nov 2, 2010 at 2:31 PM, Paolo wrote: > > I can scroll the the view unitl the end, it is very long, but empy and > > black. > > But in the

Re: [android-developers] startElement not called in SAX Parser

2010-11-02 Thread Frank Weiss
I'd try annotating the startElement method with @Override to make sure its signature actually matches the interface the SAXParser is making the callbacks to. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

Re: [android-developers] SIGH ... Android & SOAP

2010-11-02 Thread Frank Weiss
If you have to use it because the legacy server uses it, I would recommend using a SOAP package to create the client stub source code and adapt that code to Android. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

Re: [android-developers] Service onCreate is asynchronous

2010-11-02 Thread Frank Weiss
GUI Programming 101 All GUIs I've seen use an event queue. This is one of the biggest prardigm shifts to overcome for someone who is used to sequential, non-GUI applications. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Where to learn Android graphics concepts and techniques

2010-11-02 Thread Doug Gordon
I need to do some custom drawing on the screen and am a bit overwhelmed when looking at documentation on extending a View, what a Canvas is, Paint, strokes, determining current size of screen space, etc. All I'm looking for is a good sample or tutorial that explains the concepts behind all of t

Re: [android-developers] Re: is there a limit for the lenght of a texview's text?

2010-11-02 Thread TreKing
On Tue, Nov 2, 2010 at 2:31 PM, Paolo wrote: > I can scroll the the view unitl the end, it is very long, but empy and > black. > But in the code if I print the textview's content in the Log window I can > see all the string. > May your string font color is black or transparent? Try explicitly se

[android-developers] Re: is there a limit for the lenght of a texview's text?

2010-11-02 Thread Paolo
I can scroll the the view unitl the end, it is very long, but empy and black. But in the code if I print the textview's content in the Log window I can see all the string. On 2 Nov, 19:40, Kumar Bibek wrote: > Nothing is shown? Are you sure?? > > On Nov 2, 10:32 pm, Paolo wrote: > > > > > No, i

Re: [android-developers] Service onCreate is asynchronous

2010-11-02 Thread Mark Murphy
On Tue, Nov 2, 2010 at 2:54 PM, jotobjects wrote: > I have tried both startService() and bindService().  Both methods > return before Service.onCreate() is called.  So work I was expecting > to complete in Service.onCreate() is not done. It is not done by the time startService() or bindService()

[android-developers] Re: can't install Android platform 2.2 on windows vista 64 bit computer

2010-11-02 Thread DanH
It works. You need to disable the hardware protection thingie to run the emulator reliably, but nothing prevents you from doing install/ build. On Nov 1, 2:20 pm, jane wrote: > Hi, > I'm new for android's developing. I'm using windows vista 64 bit > computer. >  I try a couple of times run SDK m

[android-developers] Re: Service onCreate is asynchronous

2010-11-02 Thread jotobjects
Further even the Service constructor is called asynchronously. It looks like all operations on a Local Service have to go through the ServiceConnection, or at least operations on the service have to be deferred until after onServiceConnected has been called. Is that correct? Any other pointers a

[android-developers] Re: OpenGL more textures for one rect

2010-11-02 Thread Robert Green
This is what glBindTexture() is for :) On Nov 1, 3:15 pm, AFgan wrote: > In Android OpenGL ES, I want to be able to switch textures for a given > Rectangle. I have one rect and I put two textures, depending on > different conditions. I just want to switch between textures. > > I followed this cod

Re: [android-developers] can't install Android platform 2.2 on windows vista 64 bit computer

2010-11-02 Thread Kumar Bibek
What is the problem that you are facing? Where are you stuck? On Tue, Nov 2, 2010 at 12:50 AM, jane wrote: > Hi, > I'm new for android's developing. I'm using windows vista 64 bit > computer. > I try a couple of times run SDK manager.exe from android-sdk-windows > package, but I can't install A

Re: [android-developers] SIGH ... Android & SOAP

2010-11-02 Thread Kumar Bibek
Well, I would try to avoid SOAP as long as possible :) There's no native support yet, and I guess, there won't be any in the future as well, just my guess :) On Tue, Nov 2, 2010 at 5:00 AM, Darkside Android wrote: > This post is directed to those of you who may have been, are or will be > FORCE

Re: [android-developers] Share Data with ACTION_SEND

2010-11-02 Thread Prajakta Shitole
Hi Mark, Thank you for the link below. It works great. I could get my problem resolved. Thanks, Prajakta On Tue, Nov 2, 2010 at 10:03 AM, Mark Murphy wrote: > Remove any ResolveInfo objects you do not want (e.g., Facebook) from > the list. Display the resulting subset in a dialog or activity.

Re: [android-developers] Re: SSLContext.getInstance("SSL") throws java.security.NosuchAlgorithmException: SSLContext SSL implementation not found

2010-11-02 Thread Kumar Bibek
SSL context is not implemented on Android. And as far as certificate exception issue, there seems to be a problem on 2.2 where some TrustManagers do not work as expected, which do work on lower versions. Even I am stuck with this issue. Seems like a 2.2 issue. I had read about this somehwere. http

Re: [android-developers] How to draw dotted-line

2010-11-02 Thread Kumar Bibek
Draw where??? On Tue, Nov 2, 2010 at 7:18 AM, 颖赖 wrote: > How to draw dotted-line? > I know someone already asked this question, but i cann't find the annals. > Could you tell me how to draw it or record the message sen > Thanks for your help! > > -- > You received this message because you are

[android-developers] Best way to dim background of layout

2010-11-02 Thread Vinay
Hi All, A part of my main.xml is as below: >> >> I woul

[android-developers] how to draw the video frame 0f YUV420 as soon as possible?

2010-11-02 Thread 袁堂夫
I use Opengl 2.0 and write shader (nexes one). The only problem is that glTexImage2D is too slowly,costing 40ms per frame. So do you have good idea to fix it? Tell me,please. Thank you very much. glActiveTexture ( GL_TEXTURE0 ); glBindTexture ( GL_TEXTURE_2D, user

[android-developers] Re: error to include slider in layout (how to include slider)

2010-11-02 Thread Sunil
Hi, you missed to add the handle attribute in the SlidingDrawer xml node, here is the modified declaration for your reference Thanks, Sunil On Nov 2, 3:29 pm, Rocky wrote: > Hi, > > I created a slider  view - > > slider_button.xml > > >  android:layout_width="fil

[android-developers] startElement not called in SAX Parser

2010-11-02 Thread HugoZalm
Hoi, I'am building a RSS reader based on newsdroid and androidRSS. (newsdroid: http://www.helloandroid.com/tutorials/newsdroid-rss-reader) (androidRSS: http://www.ibm.com/developerworks/xml/tutorials/x-androidrss/index.html) Up til now, i'am able to read a RSS-file and parse it. Although, during

[android-developers] Android source code (complete)

2010-11-02 Thread adithya
Hi all, I have downloaded some amount of android source code (for Bluetooth API's, wifi API's,etc)..I was just browsing through Bluetooth source code in eclipse and bumped on this ServiceManager class whose source code i couldn't read !! When i browsed through the android.jar i couldn't see the so

Re: [android-developers] Re: Hourglass

2010-11-02 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
Thanks for the reply 2010/11/2 Dianne Hackborn > Ignoring everything else, you should do the work in an async task. 3 > seconds is a *LONG* time. Seriously, it's a really really long time. When > you are sitting there interacting with your phone and it sits there frozen > for 3 seconds, that'

[android-developers] Access and control real mobile devices via the web.

2010-11-02 Thread android Admin
hey , after reviewing all the phone emulators i encountered by accident to the best testing tool of all. it's called the handset cloud and you can really operate the phone keys, touch-screen, or QWERTY keyboard to control the device, install applications on the device and verify that your applic

[android-developers] Options to stream raw aac over http to android

2010-11-02 Thread Nick Campion
I am looking for a bit of help understanding the implications of the 'Android Supported Media Formats'[1]. I see that the AAC formats are only supported for decoding when using 3GPP or MPEG-4 container and that there is no support for raw AAC. My question is this, I am working on a project which

Re: [android-developers] Re: SSLContext.getInstance("SSL") throws java.security.NosuchAlgorithmException: SSLContext SSL implementation not found

2010-11-02 Thread gato chlr
DanH , thanks for the answer, i have read about TLS, and now i know it is a SSLv3. I have tried with TLS , and it works! but, then i get a javax.net.ssl.SSLException: Not Trusted server certificate. So it seems that my know my dummy trustManager is not working :S. the exception occurs in the instr

[android-developers] Re: device fingerprinting

2010-11-02 Thread ryandroid
It is interesting to know that ANDROID_ID isn't unique, it is more interesting to know that Google did not set out a requirement to make this unique, and now making the world being so complicated. On Oct 31, 6:01 am, DanH wrote: > Well, there's the IMEI, the IMSI, and the ANDROID_ID.  Alas, th

[android-developers] Re: Playing default ringtone with SoundPool or MediaPlayer

2010-11-02 Thread Kyle
Wound up finding a much better way of doing this. Someone turned onto an easy way to use MediaPlayer for this function: MediaPlayer ring = MediaPlayer.create(this,Settings.System.DEFAULT_RINGTONE_URI); ring.prepare(); ring.start(); -- You received this message because you are subscribed to the G

Re: [android-developers] Re: SSLContext.getInstance("SSL") throws java.security.NosuchAlgorithmException: SSLContext SSL implementation not found

2010-11-02 Thread gato chlr
somebody? On 1 November 2010 15:04, gato chlr wrote: > DanH , thanks for the answer, i have read about TLS, and now i know it is a > SSLv3. > > I have tried with TLS , and it works! but, then i get a > javax.net.ssl.SSLException: Not Trusted server certificate. So it seems that > my know my dumm

[android-developers] Re: LVL advice in the Android Developer Blog

2010-11-02 Thread Zsolt Vasvari
So basically the advice given the blog is impossible to achive (or NP- Complete)? On Nov 2, 9:09 am, cybice wrote: > But, no 100% probability that this method find something :-) > But :-) i think CRC32 is not a good hash function so probability to > find solution is not zero > > On Nov 2, 3:45 

[android-developers] Re: Devices where install from unknown sources is not allowed.

2010-11-02 Thread SoCast ltd
The captivate is just as bad however more experienced users can adb install to overcome this. I feel bad for at&t users they are always so locked down And no 4g anytime soon. This should be a no brainer. Ditch at&t now. Stop wasting your money. On Nov 1, 10:37 am, MB wrote: > Hi, > > I would rea

[android-developers] Re: Devices where install from unknown sources is not allowed.

2010-11-02 Thread loweroctave
You can't on the Captivate either. I believe it's just AT&T that has blocked this feature in the US. On Nov 1, 2:43 pm, MB wrote: > HTC Aria does not even have an option where in user can enable > installation of apks outside market. > AT&T/HTC has blocked it. > > I am looking for an explicit li

[android-developers] OpenGL more textures for one rect

2010-11-02 Thread AFgan
In Android OpenGL ES, I want to be able to switch textures for a given Rectangle. I have one rect and I put two textures, depending on different conditions. I just want to switch between textures. I followed this code to create the textures: http://blog.poweredbytoast.com/loading-opengl-textures-i

[android-developers] can't install Android platform 2.2 on windows vista 64 bit computer

2010-11-02 Thread jane
Hi, I'm new for android's developing. I'm using windows vista 64 bit computer. I try a couple of times run SDK manager.exe from android-sdk-windows package, but I can't install Android platform 2.2 and android platform 2.1 version. Does that mean android 2.2 not working with windows vista 64 bit?

[android-developers] Truncate TextView in Custom ListView

2010-11-02 Thread dinesh
Hi, I am using Custom Listview , that contains Image View,TextView, TextView designed using RelativeLayout. My Issue is to truncate the second TextView if the textview length is longer than the width then truncate and makes ... It is not working. If i use TextView independently it works. How t

[android-developers] Re: Advertising network

2010-11-02 Thread Nexage
Hi Bruno, May I suggest checking out Nexage? Here's how we enable mobile apps: http://nexage.com/pub-and-app-developers/mobile-apps. With our flagship product, Nexage Mediation, we provide: 1. A single integration point to access 50+ ad sources 2. Consolidated reporting dashboard 3. For

[android-developers] LVL suggestion

2010-11-02 Thread Zsolt Vasvari
I just banged my head against the wall for half a day on this problem. I moved the LVL code into my project's namespace, but the following call in LicenseChecker.checkAccess() would fail: boolean bindResult = mContext.bindService(new Intent(ILicensingService.class.getName()), this, Context.BIND_A

[android-developers] Truncate TextView in Custom ListView

2010-11-02 Thread dinesh
Hi, I am using Custom Listview , that contains Image View,TextView, TextView designed using RelativeLayout. My Issue is to truncate the second TextView if the textview length is longer than the width then truncate and makes ... It is not working. If i use TextView independently it works. How t

[android-developers] SIGH ... Android & SOAP

2010-11-02 Thread Darkside Android
This post is directed to those of you who may have been, are or will be FORCED to deal with stone-age SOAP w/s and Android. What has been the best way to consume these 7-layered nightmares? Is there any native (non 3rd-party) support in Android? Library recommendations (which to embrace, which to

[android-developers] Truncate TextView in Custom ListView

2010-11-02 Thread dinesh
Hi, I am using Custom Listview , that contains Image View,TextView, TextView designed using RelativeLayout. My Issue is to truncate the second TextView if the textview length is longer than the width then truncate and makes ... It is not working. If i use TextView independently it works. How t

Re: [android-developers] Re: glTexImage2D is too slow

2010-11-02 Thread 袁堂夫
thanks for your response, as we have data in YUV format, so we use GL_LUMINANCE texture to transmit the YUV data to the GPU, then convert the YUV data to RGB data in the GPU. we have found that it costs nearly 40 ms to display a 600*300 video frame. My question is: 1) I think the YUV to RGB convert

[android-developers] How can I hide views when the soft keyboard is up?

2010-11-02 Thread newobj
I have a pretty standard search edit widget on top / search results list widget on bottom activity in my app. Below the results list widget I also have my view for ads. When the soft keyboard is brought up in this activity, I'd like to hide the view the ads are in because they consume too much scre

[android-developers] How to draw dotted-line

2010-11-02 Thread 颖赖
How to draw dotted-line? I know someone already asked this question, but i cann't find the annals. Could you tell me how to draw it or record the message sen Thanks for your help! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

Re: [android-developers] Is it possible for an app to replace the NotificationManager?

2010-11-02 Thread TreKing
On Tue, Nov 2, 2010 at 1:52 PM, ddum...@gmail.com wrote: > Or extend it in some way to allow for pre/post-processing of all > notifications and additional workflow? > No - this is system-level functionality. There's no good reason to give an app access / control over all other apps' notification

Re: [android-developers] Is it possible for an app to replace the NotificationManager?

2010-11-02 Thread Kumar Bibek
Nope. You cannot drop/stop any notifications generated, untill and unless you make a custom build. On Wed, Nov 3, 2010 at 12:22 AM, ddum...@gmail.com wrote: > Or extend it in some way to allow for pre/post-processing of all > notifications and additional workflow? > > -- > You received this messa

[android-developers] Service onCreate is asynchronous

2010-11-02 Thread jotobjects
I have tried both startService() and bindService(). Both methods return before Service.onCreate() is called. So work I was expecting to complete in Service.onCreate() is not done. Is it necessary to do initialization steps in the Service constructor? If so what use is the Service.onCreate metho

[android-developers] Is it possible for an app to replace the NotificationManager?

2010-11-02 Thread ddum...@gmail.com
Or extend it in some way to allow for pre/post-processing of all notifications and additional workflow? -- 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

[android-developers] Re: is there a limit for the lenght of a texview's text?

2010-11-02 Thread Kumar Bibek
Nothing is shown? Are you sure?? On Nov 2, 10:32 pm, Paolo wrote: > No, i haven't. If I cut the same string at smaller dimension, like > 3000 characters instead of the real lenght (4782), the textview is > showed correctly. > > Why this behaviour? > > On 2 Nov, 17:46, TreKing wrote: > > > On Tue

[android-developers] Re: Samsung Tab Emulator

2010-11-02 Thread Kumar Bibek
Switch to 1.6 and add multiple screen support. http://developer.android.com/guide/practices/screens_support.html#attrs On Nov 2, 10:57 pm, "yves...@gmail.com" wrote: > Anybody here tried the Samsung Tab > emulator?http://innovator.samsungmobile.com/galaxyTab.do > > My app layout doesn't look ri

[android-developers] Re: Devices where install from unknown sources is not allowed.

2010-11-02 Thread MB
Hi Chris, Thanks for the response. Can you please elaborate on "getting around this using the SDK" ? At one point Telus ( a Canadian carrier) used to do this for blackberry devices. Users were able to get around this using Desktop manager, which was officially supported(it still is) by RIM. Than

[android-developers] Problem with turning off GPS updates when application goes into the background.

2010-11-02 Thread Chirag Patel
Hi I'm having a problem when trying to stop location updates when the app goes into the background. In my onCreate() method I start request updates like this: LocationManager locationManager = (LocationManager)context.getSystemService(Context.LOCATION_SERVICE); lo

Re: [android-developers] WISH YOU HAPPY DIWALI

2010-11-02 Thread peeyush varshney
Dear All, I am trying to install ubuntu inside window but i am facing some difficulties. 1) if i install ubuntu by just clicking on webu. it is showing some error at last. 2) if i install using boot devices.. i am not able to proceed after selecting the partition info.(I select exist partition).

  1   2   3   >