[android-developers] Re: Android Emulator internet connectivity Problem

2011-10-25 Thread Andriod Beginer
Hello manish Just Remove your DNS Server IP from LAN Settings. Internet works Automatically on your Emulator On Oct 21, 11:01 am, manish sandhan sandhan.man...@gmail.com wrote: I m new in android... I m not able to connect my android emulator to internet neither from my app nor from the

[android-developers] Re: Check whether media player is playing media or not

2011-10-25 Thread Sunil Mishra
Thanks Robert and Mark, the suggestion given by Robert is working fine!! On Oct 25, 10:36 am, Mark Murphy mmur...@commonsware.com wrote: On Tue, Oct 25, 2011 at 1:27 AM, Sunil Mishra suniljmis...@gmail.com wrote: I want to check whether inbuilt media player is active and playing media or

Re: [android-developers] Re: Suspended Account - Please Help - Red Alert

2011-10-25 Thread Raghav Sood
BTW, shouting out on this list isn't going to help you out very much. The people you mentioned aren't on the market team. The market team is a rare species which has only recently started to make contact with us mere mortals. Thanks On Tue, Oct 25, 2011 at 6:10 AM, Zsolt Vasvari

Re: [android-developers] Problems with new ADT (14) library building

2011-10-25 Thread Marco Alexander Schmitz
Hi, I had the same problem with a library project. In fact I got a dalvic error 1 so that the toolchain couldnt work so that no R.java was created... My solution was to add thos line to the .classpath of the library project: classpathentry kind=con path=com.android.ide.eclipse.adt.LIBRARIES/

[android-developers] About Executors and ScheduledThreadPoolExecutor

2011-10-25 Thread Francisco Dalla Rosa soares
Hello, The Processes and Threads section of the documentation discusses how to use the Thread and AsyncTask but reading through the documentation I found out about the Executor and related classes* and I was wondering why there's nothing on the documentation about those classes. Executors look

[android-developers] Re: onCallStateChanged(int state, String number)

2011-10-25 Thread ch
Thank you Sunil, I wasn't looking for a workaround i just want to know if this is intentional or not. Regards Andrei. On Oct 25, 8:32 am, Sunil Mishra suniljmis...@gmail.com wrote: Hi, i think for idle it will not give any phone number, just imagine how can u get phone no on a idle phone?

[android-developers] Re: Data values not populating in the gridview on screen orientation using onConfigurationChanged

2011-10-25 Thread Shajahan
Hi Steven, Thanks for the response. I wanted to know, whether is there any approach to handle this situation. I don't want to invoke the HTTP connection every time on the onCreate() method for screen orientation(intentionally or unintentionally by the user)because then that's beats the user

[android-developers] Re: How to create Google map application and run?

2011-10-25 Thread Ali Chousein
Check the following links. Follow the instructions and you'll be able to integrate Google Maps in your application. And yes, you'll be able to use the emulator. http://developer.android.com/guide/topics/location/index.html http://code.google.com/android/add-ons/google-apis/

[android-developers] Re: Playing a sound several times

2011-10-25 Thread Goodwin
Please implement this interface MediaPlayer.OnCompletionListener. when the playback of the source has completed, you can play it second time. On Oct 21, 9:26 am, Rafael Maas rafaelm...@gmail.com wrote: i have the following problem: when i try to play a sound over and over again, it sometimes

Re: [android-developers] Re: Unit testing with the sdk tools r14?

2011-10-25 Thread BoD
I have opened this issue: code.google.com/p/android/issues/detail?id=21194thanks=21194 -- BoD On 10/24/2011 09:37 AM, BoD wrote: Can anyone confirm this? Should I file a bug? Thanks! BoD http://groups.google.com/group/android-developers?hl=en -- BoD -- You received this message because

[android-developers] How to determine how much texture memory.

2011-10-25 Thread Leigh McRae
Can someone share how they handle determining when they need to reduce VRAM at runtime? Right now I'm getting emails from some people saying they're seeing white objects. So I would have to assume they don't have enough VRAM to fit a frame into memory. I added support for pvrtc and s3tc texture

[android-developers] Re: No luck with new ICS CalenderContract

2011-10-25 Thread Michael Chan
Hi Zsolt, Your URI is content://com.android.calendar and it should be content://com.android.calendar/calendar. Can you try CalendarContract.Calendars.CONTENT_URI instead of CalendarContract.CONTENT_URI? Thanks, Mike On Oct 23, 11:57 pm, Zsolt Vasvari zvasv...@gmail.com wrote: I am trying to

[android-developers] Re: No luck with new ICS CalenderContract

2011-10-25 Thread Michael Chan
Hi Zsolt, Can you try CalendarContract.Calendars.CONTENT_URI instead of CalendarContract.CONTENT_URI? Thanks, Mike On Oct 24, 5:39 pm, Zsolt Vasvari zvasv...@gmail.com wrote: I would have expected to work, also. It's kind of frustrating that the first time we are goig to be able put out

[android-developers] Android SDK r14 on Windows Vista gives bin\resources.app_ does not exist for all of my projects

2011-10-25 Thread m.irism2...@yahoo.com
About 1hr ago everything works with the previous SKD. After I updated to SDK r14, it gives \bin\resources.ap_ does not exit message whenever I try a previous running project, even for a very simple test project. Any body over there can help me out with this one? please. -- You received this

[android-developers] Bottom 1/4 of screen getting clipped

2011-10-25 Thread Rob
In every Activity of the app that I am creating, the bottom 1/4 of the screen is clipped, nothing will display in that region. Any idea why that might happen? The parent layout is set to fill parent. A sample of the layout is below. ?xml version=1.0 encoding=utf-8? LinearLayout

[android-developers] Re: Is there a WebDav client for Android

2011-10-25 Thread Satish B
Hello Ashimita, Thanks for your post. Can you please post me the jar and code which is successfully connected to WebDav server from Android. Regards, Satish -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Getting Generic Failure error code when sending sms message

2011-10-25 Thread giss
Hi, I have developed an app that sends sms messages using Pending Intent and a broadcast receiver to show the result code. Everything is working fine on the emulator and on any device, except for a Samsung Galaxy S II. On the BroadcastReceiver I'm getting the error code :

[android-developers] Re: using multiple advertising networks - is this possible?

2011-10-25 Thread Gianluca Fiorini
You can try with AdWhirl: https://www.adwhirl.com/ it acts as an aggregator of different Ads network Gianluca On 11 Ott, 12:48, KevinC kevinch...@gmail.com wrote: Hi - Is it possible to switch between multiple advertising networks for placing in-app ads? For example, if I want to show an

[android-developers] How to manage events on a button

2011-10-25 Thread t-servi.com
Hello the list, I'm a beginner in Android. I'm looking in the button and I don't find in the documentation ( http://developer.android.com/reference/android/widget/Button.html ) something like onmouseover I found in HTML for the button ( http://www.w3.org/TR/html4/interact/scripts.html#h-18.2.3 )

[android-developers] Re: help me

2011-10-25 Thread Studio LFP
I think you may have wandered into the wrong group. This is for Android development mainly dealing with the Java side of things. There is an NDK group if you are looking for the C/C++ side of things. You may also want to check out other groups that have to do with modifying the Android base if

[android-developers] access component(button/Webveiw) of one activity in another activity

2011-10-25 Thread Pallavi Mahamuni
I want to access component(button/Webveiw) of one activity in another. Please help me in coding. 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.com To unsubscribe

[android-developers] not able to run projects after updating my AVD in eclipes

2011-10-25 Thread Om
hello, Yesterday i updated my android AVD for android 4. but after updating i m not able to run my older project. when i run them there is error appers in console say Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder! how to fix this problem. plz help me --

[android-developers] Re: Missing Fastboot from Windows 32 SDK?

2011-10-25 Thread pr0cs
Yes, fastboot seems to be missing from the tools / platform-tools folders on a fresh install of the sdk. Not sure if this is an oversight or fastboot is no longer supported. On Oct 23, 2:08 am, bonochromatic bonochroma...@gmail.com wrote: I'm trying to unlock my HTC Incredible S according to

[android-developers] Access ImageView from another activity

2011-10-25 Thread Priya Thete
Hi guys, I am developing an application in which i have 10 buttons in one activity, n in another activity say Activity2, i have an imageview, when i clicked on button in Activity1, i want to display an image in imageview of activity2, on every button click, i want to display differnt images, but i

Re: [android-developers] Fwd: consuming webservice using soap (wsdl file genrated in sap server)

2011-10-25 Thread Klier Rainer
Am 07.09.2011 10:13, schrieb arun kumar: -- Forwarded message -- From: *arun kumar* arun.kata...@gmail.com mailto:arun.kata...@gmail.com Date: Wed, Sep 7, 2011 at 12:27 PM Subject: consuming webservice using soap (wsdl file genrated in sap server) To:

[android-developers] how to make the Notification message move/scroll right to left(or vice versa)

2011-10-25 Thread KK
Hi All, Can someone tell me if its possible to move/scroll the notification message from one direction to the other(say from right to left). If yes, then how to achieve the same ? Actually as part of my media player, I want to show current song title through notification and as the space is small,

[android-developers] Re: how to make the Notification message move/scroll right to left(or vice versa)

2011-10-25 Thread Zsolt Vasvari
Create your own Notification layout and set ellipsize to end. On Oct 25, 4:42 pm, KK dioxide.softw...@gmail.com wrote: Hi All, Can someone tell me if its possible to move/scroll the notification message from one direction to the other(say from right to left). If yes, then how to achieve the

[android-developers] Re: No luck with new ICS CalenderContract

2011-10-25 Thread Zsolt Vasvari
Thanks, of course that will work. Duh... How did I miss that? That said, I am just looking in the Javadocs and under Constants, CONTENT_URI is not listed, but it's further down, under Fields. That explains why I didn't see it, even though it's not a real excuse. Since CONENT_URI is a static

Re: [android-developers] Access ImageView from another activity

2011-10-25 Thread Ratheesh Valamchuzhy
hi pass the value(image information) to the next activity(activity2) using puextra method. thnks -- 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

Re: [android-developers] Re: how to make the Notification message move/scroll right to left(or vice versa)

2011-10-25 Thread KK
Hi Vasvari, Thanks for your answer. I got the point that we've to use custom layout, but dont know how do I hookup the custom layout to the notification event, would appreciate if you can point me to some sample code. Thanks, KK On Tue, Oct 25, 2011 at 2:15 PM, Zsolt Vasvari zvasv...@gmail.com

Re: [android-developers] Re: how to make the Notification message move/scroll right to left(or vice versa)

2011-10-25 Thread KK
Just to add one more info, that I'm running this app on API 8/Android 2.2 Thanks, KK On Tue, Oct 25, 2011 at 2:34 PM, KK dioxide.softw...@gmail.com wrote: Hi Vasvari, Thanks for your answer. I got the point that we've to use custom layout, but dont know how do I hookup the custom layout to

[android-developers] Re: how to make the Notification message move/scroll right to left(or vice versa)

2011-10-25 Thread Zsolt Vasvari
I don't have any sample code. That's what the Android Samples are for. I am sure there is one that uses a custom layout. On Oct 25, 5:04 pm, KK dioxide.softw...@gmail.com wrote: Hi Vasvari, Thanks for your answer. I got the point that we've to use custom layout, but dont know how do I hookup

[android-developers] Showing notification dialog over a incoming call

2011-10-25 Thread Sunil Mishra
Hi, I have written a code to display a dialog box when a incoming call arrives, but it crashes. It is working fine when done by only displaying message using Toast. Please Help. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Access ImageView from another activity

2011-10-25 Thread priya Thete
hye dr, i have tried that, but not working. Do u have any sample code, which i can implement, if yes, plz send me. On Tue, Oct 25, 2011 at 2:30 PM, Ratheesh Valamchuzhy android...@gmail.comwrote: hi pass the value(image information) to the next activity(activity2) using puextra method.

Re: [android-developers] Access ImageView from another activity

2011-10-25 Thread Ratheesh Valamchuzhy
hi give ur project file thnks -- 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

Re: [android-developers] Re: 3D Engine

2011-10-25 Thread muizz ahmad
thanks dear On Mon, Oct 24, 2011 at 7:55 AM, bdk mathieu.b...@gmail.com wrote: hi, check out http://unity3d.com/unity/publishing/android.html -- Mathieu On Oct 24, 12:26 pm, muizz syedmu...@gmail.com wrote: Assalam o aliukum. I am a student of BS-Computer Science. I want to make 3D

[android-developers] View Caching

2011-10-25 Thread sourabh sahu
I have an application in which when login I move to various view and after moving through I Logged out and then I use back button of a device.Now I am able to move through view,though I am logged . How to remove cache of an app progrmatically. Thanks, Sourabh -- You received this message

[android-developers] Re: Android SDK r14 on Windows Vista gives bin\resources.app_ does not exist for all of my projects

2011-10-25 Thread kampy
hi i am also getting the same problem . before they were running fine now after updating the ADT to 14 i am getting this problem . On Oct 25, 3:27 am, m.irism2...@yahoo.com m.irism2...@yahoo.com wrote: About 1hr ago everything works with the previous SKD. After I updated to SDK r14, it gives

Re: [android-developers] Access ImageView from another activity

2011-10-25 Thread priya Thete
Hi, following is my project code import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.ImageButton; import android.widget.ImageView; //this is code for first activity, in

Re: [android-developers] Re: how to make the Notification message move/scroll right to left(or vice versa)

2011-10-25 Thread KK
thanks, got it. let me add the url for others reference http://developer.android.com/guide/topics/ui/notifiers/notifications.html#CustomExpandedView --kk On Tue, Oct 25, 2011 at 2:38 PM, Zsolt Vasvari zvasv...@gmail.com wrote: I don't have any sample code. That's what the Android Samples are

Re: [android-developers] access component(button/Webveiw) of one activity in another activity

2011-10-25 Thread Ravinder Reddy
Hi, whats ur requirement exactly, component accessing means id of the widget or anything else you want to access. On Tue, Oct 25, 2011 at 12:35 PM, Pallavi Mahamuni pallavi.mahamun...@gmail.com wrote: I want to access component(button/Webveiw) of one activity in another. Please help me in

Re: [android-developers] access component(button/Webveiw) of one activity in another activity

2011-10-25 Thread Pallavi Mahamuni
i have tried accessing id(R.id.button1)in second activity. but my application shutdowns forcefully. do u have any similar code that i can implement. On Tue, Oct 25, 2011 at 3:29 PM, Ravinder Reddy ravinderjre...@gmail.comwrote: Hi, whats ur requirement exactly, component accessing means id

Re: [android-developers] Re: Android SDK r14 on Windows Vista gives bin\resources.app_ does not exist for all of my projects

2011-10-25 Thread Mark Murphy
IIRC, this clears up if you clean the project (Project|Clean from Eclipse or ant clean from the command line). On Tue, Oct 25, 2011 at 5:38 AM, kampy narasimha1...@gmail.com wrote: hi i am also getting the same problem . before they were running fine now after updating the ADT to 14 i am

Re: [android-developers] access component(button/Webveiw) of one activity in another activity

2011-10-25 Thread Mark Murphy
On Tue, Oct 25, 2011 at 3:05 AM, Pallavi Mahamuni pallavi.mahamun...@gmail.com wrote: I want to access component(button/Webveiw) of one activity in another. This is an exceptionally bad idea, as you will introduce memory leaks. Please come up with another solution to your problem. -- Mark

[android-developers] Re: Storing database of information?

2011-10-25 Thread Todilo
Yes I have. I do however then need to setup a server. I was planning on releasing it as a totally free software but I guess I could set a server up. In case the app actually becomes successful I could at least get money for the upkeep of a good server. On 24 Okt, 17:34, Studio LFP

Re: [android-developers] Re: Network related

2011-10-25 Thread sourabh sahu
Thanks Steven. On Mon, Oct 24, 2011 at 9:52 PM, Studio LFP studio@gmail.com wrote: Try this out. I don't recommend using this as is. You'll want to register a receiver for this intent while your app is being used and then unregister it when you are done. This is just so you can see how

[android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-25 Thread String
I've now reproduced this with a minimal test case, so I've gone ahead and created a bug report for it, http://code.google.com/p/android/issues/detail?id=21202. Romain, did you test the built-in LWPs on the emulator, or a Galaxy Nexus? String -- You received this message because you are

Re: [android-developers] Re: how to make the Notification message move/scroll right to left(or vice versa)

2011-10-25 Thread KK
Using the example code I'm tyring to add a custom layout for notification, but nothing shows up. Can anyone help me out? -code chunk 1--- RemoteViews contentView = new RemoteViews(getPackageName(), R.layout.mynotification);

[android-developers] Re: Invoking Android app from external application

2011-10-25 Thread gjs
Hi, Responding to the following (direct) email - It would also be possible with other short range wireless networking eg bluetooth, provided bluetooth is available to the java or .net app and is close by to the Android device, within 10 ~ 100 meters. (Other possibilities might include NFC, Ant,

Re: [android-developers] Fwd: consuming webservice using soap (wsdl file genrated in sap server)

2011-10-25 Thread arun kumar
THANKS for the REPLAY ..i done that also..but am getting 10-25 17:36:14.373: WARN/System.err(874): org.xmlpull.v1.XmlPullParserException: expected: START_TAG { http://schemas.xmlsoap.org/soap/envelope/}Envelope (position:START_TAG html@1:6 in java.io.InputStreamReader@43e57768) am postinng my

Re: [android-developers] Invoking Android app from external application

2011-10-25 Thread Kristopher Micinski
I'd say the best way to do this is to have your app start a service at boot and listen for communication periodically from a web service. Kris On Mon, Oct 24, 2011 at 6:16 AM, mohan kumar mohan...@gmail.com wrote: Hi All, Is it possible to communicate android application [running in AVD /

[android-developers] extending view class not working but not throwing errors or force close

2011-10-25 Thread Chris Cullington-Johnson
Hello all I am doing a tutorial through you tube I have my java correct but still my button wont enable the view class, it's like button is not linked. I think my manifest might be lacking something, I have listed that below java stuff. My code is This is the first java class that references

[android-developers] Bluetooth Handler problem

2011-10-25 Thread miundroid
hi all, i am new to the android and i am developing an android application. this application is communicated with micro controller via Bluetooth (spp) for this project i am using Bluetooth chat application . but in this application reading the messages from the device its giving last

[android-developers] Re: About Executors and ScheduledThreadPoolExecutor

2011-10-25 Thread Streets Of Boston
AsyncTasks could indeed be overkill for what you want. Also, the implementation of AsyncTask is at the mercy of Google. Currently, from version 1.6 and up, it uses a thread-pool of more than one thread. However, there is talk of reducing this thread-pool to only one thread. This may cause

[android-developers] undefined reference to `android::AudioTrack::set(...)

2011-10-25 Thread HamdiHamZ
Hi folks, I ma trying to write a media player for Android 2.2. I am using NDK_rb6 to build my JNI library written i C/C++ (under Ubuntu 11.04)... Actually, I faced a lot of problems of linking and dependencies, I resolved a lot of the and I am stuck with this one:

[android-developers] Re: undefined reference to `android::AudioTrack::set(...)

2011-10-25 Thread Hamdi Zrari
By doing this command I have: strings ~/dev/android_libs/libmedia.so | grep AudioTrack | grep set _ZN7android10AudioTrack9setVolumeEff _ZN7android10AudioTrack17setMarkerPositionEj _ZN7android10AudioTrack23setPositionUpdatePeriodEj _ZN7android10AudioTrack11setPositionEj

Re: [android-developers] Re: Android SDK r14 on Windows Vista gives bin\resources.app_ does not exist for all of my projects

2011-10-25 Thread M Teguh A Suandi
I have some trouble with this, i just *cut and paste* xml content, and it's working... ;) CMIIW On Tue, Oct 25, 2011 at 5:22 PM, Mark Murphy mmur...@commonsware.comwrote: IIRC, this clears up if you clean the project (Project|Clean from Eclipse or ant clean from the command line). On Tue,

[android-developers] Existing layouts no longer showing in graphical layout due to null pointer exception!

2011-10-25 Thread swebb99
I updated the android SDK's, basically installed and updated everything. Now when I open existing applications I've been working on I get an error when trying to view existing layouts java.lang.NullPointerException at

Re: [android-developers] Existing layouts no longer showing in graphical layout due to null pointer exception!

2011-10-25 Thread Kostya Vasilyev
Try right clicking on the project, then choosing Android - Fix project properties, then closing and reopening the workspace. 25.10.2011 18:00, swebb99 пишет: I updated the android SDK's, basically installed and updated everything. Now when I open existing applications I've been working on I

[android-developers] Re: Existing layouts no longer showing in graphical layout due to null pointer exception!

2011-10-25 Thread Michael A.
Sounds as if you may be being being hit with the same issue as this: http://code.google.com/p/android/issues/detail?id=21051colspec=ID%20Type%20Status%20Owner%20Summary%20Starsstart=100 -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Cache issue

2011-10-25 Thread NAVI NEW
Hello Sir, I am downloading 200 images and saving sdcard form server but now facing time issue taking more time. i want to store permanently image in cache and handle them always please help me. i am not getting perfect solution how to store image in cache for handle . -- You received

[android-developers] Re: speech recording

2011-10-25 Thread Jeremy Dagorn
And what about the error? Logcat? On Oct 24, 6:41 pm, Asım Turgut SOMUNCUOĞLU asimturgut.somuncu...@gmail.com wrote: hi  jeremy, my code is ; import java.io.IOException; import android.app.Activity; import android.media.MediaRecorder; import android.os.Bundle; import android.view.View;

[android-developers] Re: Suspended Account - Please Help - Red Alert

2011-10-25 Thread burton miller
Only a single view is a webview, and we reformat the stories specifically for android to make them look good. We have a lot of native functionality. Our customers love us. We give the little guys a chance to have an app. I swear, we are the good guys. On Oct 24, 5:40 pm, Zsolt Vasvari

Re: [android-developers] Re: Suspended Account - Please Help - Red Alert

2011-10-25 Thread Mark Murphy
On Tue, Oct 25, 2011 at 10:59 AM, burton miller burton.mil...@gmail.com wrote: Only a single view is a webview, and we reformat the stories specifically for android to make them look good.  We have a lot of native functionality.  Our customers love us.  We give the little guys a chance to have

[android-developers] Re: JDBC driver connection problem

2011-10-25 Thread Javi
Hi Sabin, I see the same error as you when following the same steps.. Did you have any luck? Thanks, Javi -- 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

Re: [android-developers] Cache issue

2011-10-25 Thread NAVI NEW
Please some one give me best idea for this issue. On Tue, Oct 25, 2011 at 8:04 PM, NAVI NEW navi44...@gmail.com wrote: Hello Sir, I am downloading 200 images and saving sdcard form server but now facing time issue taking more time. i want to store permanently image in cache and handle

[android-developers] HoneycombGallery sample and orientation changes

2011-10-25 Thread Ricardo
Hi all I have an application similar to the HoneycombGallery, but my list are loaded from the web using a AsyncTask. In the HoneycombGallery sample, the TitlesFragment calls the populateTitles(category) method all the time, even after a orientation change. I my project I would like to use the

[android-developers] Dell ubuntu setup?

2011-10-25 Thread Navindian
We wish to do a development setup on Dell with ubuntu and Android environment. Any link or suggestion. As it is for business purpose, let me know the right way to do it. I can install eclipse on linux and do the setup. Any person who has similar environment, please let me know. -- You received

[android-developers] Re: Cache issue

2011-10-25 Thread skink
On Oct 25, 5:41 pm, NAVI NEW navi44...@gmail.com wrote: Please some one give me best idea for this issue. On Tue, Oct 25, 2011 at 8:04 PM, NAVI NEW navi44...@gmail.com wrote: Hello Sir, I am downloading  200 images and saving  sdcard form server but now facing time issue taking more

Re: [android-developers] Dell ubuntu setup?

2011-10-25 Thread Mark Murphy
On Tue, Oct 25, 2011 at 12:03 PM, Navindian navind...@gmail.com wrote: We wish to do a development setup on Dell with ubuntu and Android environment. Any link or suggestion. http://developer.android.com/sdk/index.html As it is for business purpose, let me know the right way to do it. Follow

[android-developers] How to add custom TTS(text to speech) engines for unsupported Languages

2011-10-25 Thread KK
Hi All, Currently, I'm trying to Hindi TTS support in my app, but the immediate problem I ran into is that, there is no direct support for hindi TTS. So, I tried searching in google for various options on to get this thing done and bumped into couple of interesting things like:

Re: [android-developers] Re: Cache issue

2011-10-25 Thread NAVI NEW
I have already implemented this one, that's running but not gatting way for all http://www.flexjockey.com/2011/03/create-a-pretty-simple-cache-for-android/ On Tue, Oct 25, 2011 at 9:29 PM, skink psk...@gmail.com wrote: On Oct 25, 5:41 pm, NAVI NEW navi44...@gmail.com wrote: Please some

[android-developers] How to detect that a MediaPlayer datasource has played its full duration

2011-10-25 Thread Skyler
Hello, I'm using a MediaPlayer instance to stream mp3s over a local proxy server. For the MediaPlayer I've registered info, error, and completion callbacks. This proxy server knows the full file length of the stream that it's downloading and it maintains the number of bytes it transferred. If

[android-developers] Re: Existing layouts no longer showing in graphical layout due to null pointer exception!

2011-10-25 Thread swebb99
Great thanks Kostya that fixed my problem :) Do you know what it fixed by any chance ? Steve On Oct 25, 3:23 pm, Kostya Vasilyev kmans...@gmail.com wrote: Try right clicking on the project, then choosing Android - Fix project properties, then closing and reopening the workspace. 25.10.2011

Re: [android-developers] Re: Existing layouts no longer showing in graphical layout due to null pointer exception!

2011-10-25 Thread Kumar Bibek
When something doesn't work... I kill eclipse and re-start it. Fixes a few things almost all the time. Has been happening lately with the new ADT update. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Oct 25, 2011 at 10:39 PM, swebb99

[android-developers] Re: JDBC driver connection problem

2011-10-25 Thread Boozel
In both cases are you connecting to the same db? where is this db located and where are you running the app (emulator or physical device)? have you tried using a different jdbc driver? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Re: Existing layouts no longer showing in graphical layout due to null pointer exception!

2011-10-25 Thread Kostya Vasilyev
Empirically, this adds a new entry to the project's .classpath, but I don't have the slightest idea why it has this effect on the ADT XML editors: https://groups.google.com/forum/#!topic/android-developers/DdE5Ql_OZsY https://groups.google.com/forum/#%21topic/android-developers/DdE5Ql_OZsY

[android-developers] Re: How to manage events on a button

2011-10-25 Thread Boozel
((ImageButton) findViewById (R.id.MyButton)).setOnFocusChangeListener(new OnFocusChangeListener() { public void onFocusChange(View view, boolean hasFocus) { // Do anything you want here } }); -- You received this message because you are subscribed to the Google Groups

[android-developers] Floating Honeycomb window

2011-10-25 Thread Joan Pujol
How can I create a floating window in Android Honeycomb like the one of Calculator or notepad application? I've tested with: android:theme=@android:style/Theme.Dialog and I get a centered transparent activity but the problem is that it isn't movable and hasn't close button. I attach an

[android-developers] function texture2D not supported on target

2011-10-25 Thread cybice
Samsung Galaxy S2 When i compile vertex shader code which works on any other phone i have (nexus one, galaxy S, samsung ace, nexus s, dell) does not compile and gives this error function texture2D not supported on target -- You received this message because you are subscribed to the Google

[android-developers] Re: New updates tools with Ant build R14 gives Duplicate files at the same path inside the APK.

2011-10-25 Thread Joachim
Ok nevermind... Looks like you have to clean the library projects individually before doing an ant build. Looks like the jar that is build by ant doesn't match that of eclipse and then it tries to bundle both :( So just make sure to clean and you should be golden On Oct 24, 2:46 pm, Joachim

[android-developers] Re: How can we control the background data for Individual Apps ?

2011-10-25 Thread dirk
My question is, what's the user experience? For instance, it would be really nice if an app can get notified when approaching a limit so that data is not just cut off mid stream. Does the OS gives some kind of notification or does the app just stop? On Oct 21, 1:47 pm, Mark Murphy

Re: [android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-25 Thread Dianne Hackborn
Please stop stressing. The stock launcher changes the x offset. It is working fine on our devices. I don't know what the situation is with the emulator; it may just be turned off there for performance reasons. Also the default wallpaper on Galaxy Prime does not scroll when the offset changes.

Re: [android-developers] undefined reference to `android::AudioTrack::set(...)

2011-10-25 Thread Dianne Hackborn
This is not part of the NDK. *NO* C++ classes are part of the NDK. Even if you manage to get this to work, you are using private implementation details of the platform, and I can guarantee you that your app will break all over the place on different devices. On Tue, Oct 25, 2011 at 1:36 AM,

[android-developers] Re: Existing layouts no longer showing in graphical layout due to null pointer exception!

2011-10-25 Thread swebb99
Tried restarting Kumar, had no effect but the tip about fix the project did! On Oct 25, 6:11 pm, Kumar Bibek coomar@gmail.com wrote: When something doesn't work... I kill eclipse and re-start it. Fixes a few things almost all the time. Has been happening lately with the new ADT update.

[android-developers] Re: Existing layouts no longer showing in graphical layout due to null pointer exception!

2011-10-25 Thread swebb99
Strange, I thought I did a comparison between the working project and the one that didn't and the paths looked the same. Oh well something subtle has obviously changed. I've raised an issue about this:

Re: [android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-25 Thread String
Thanks very much for that info. It was hard not to stress before, given we have nothing but the emulator to go on out here, but I'll gladly stop now that we know it's an emulator-specific issue. :^) String -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: NativeActivity over another Activity?

2011-10-25 Thread Danny.Zubiate
Yes, the examples are mostly aimed at drawing in OpenGL ES through the native side. I will see if we can get an example created that draws through the java side and allows use of the touchpad events. Danny Zubiate Developer Support Engineer Sony Ericsson Mobile Communications On Oct 20, 6:46 

[android-developers] Re: DisplayMetrics xdpi and ydpi returning incorrect values

2011-10-25 Thread ashughes
The values reported by xdpi and ydpi are still incorrect on some devices. Samsung Galaxy Tab 10.1 (from Google I/O): xdpi: 160.15764 ydpi: 160.0 Lenovo ThinkPad Tablet: xdpi: 160.15764 ydpi: 160.0 HTC Jetstream: xdpi: 150.51852 ydpi: 149.41176 The Galaxy Tab and ThinkPad Tablet report

[android-developers] Re: speech recording

2011-10-25 Thread ktuluceng
ı dont know :S normally this code runing nonerror but clik the record button this program said that . . . . application has been stopped -- 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] ADT 14 graphical layout editor doesn't work with Relative Layouts

2011-10-25 Thread nir segev
Host OS: Win7 SDK tools version (available in the About section of the 'android' tool UI):14 Eclipse version:Helios ADT plug-in version:ADT 14 Platform targeted by your project: 2.2, 3.0 Version of the platform running in the emulator: STEPS TO REPRODUCE: 1.open the graphical layout editor in

Re: [android-developers] Re: DisplayMetrics xdpi and ydpi returning incorrect values

2011-10-25 Thread Dianne Hackborn
Sorry you just can't use them. Nothing in the platform makes use of them. They need to be set by the manufacturer (there is no way for the platform to know what they are), and as of today they are just not consistently set correctly across devices, and because nothing in the platform relies on

Re: [android-developers] Re: DisplayMetrics xdpi and ydpi returning incorrect values

2011-10-25 Thread Andrew Hughes
Alright. Thank you. I'm not sure if it's something that could be enforced by the CTS, but it would be nice if it was :) I want to be able to draw things in real world units (such as a measurement ruler or lines of binder paper that are *actually* college or wide ruled, etc). Do you have any

Re: [android-developers] Selecting picasa photos in gallery

2011-10-25 Thread Mark Andrachek, Jr.
I've entered a bug: http://code.google.com/p/android/issues/detail?id=21234 -- 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

[android-developers] crafting custom pakets via 802.11

2011-10-25 Thread Peter
Hi, i have a general question related to Wifi-Pakets on android. Actually i want to send 802.11s packets, but since this is not supported by android, i would like to know if it is possible to customize a 802.11 packet to fit a 802.11s packet. Or in general to craft own packets. Is there a chance

[android-developers] Conversion to Dalvik format failed with error 1

2011-10-25 Thread Pius Njoka
Am adding jaxrpc.jar to my android project and i get the following issue [2011-10-25 18:26:25 - loyaltycardapplication] Dx trouble processing javax/xml/messaging/Endpoint.class: Ill-advised or mistaken usage of a core class (java.* or javax.*) when not building a core library. This is often due

[android-developers] Driver de Modem

2011-10-25 Thread Ray da Costa
Friends, greetings. I need help. I am here in Brazil and have a relationship and would like a 3G modem from using and enjoying on my Tablet Android. Anyone know where I can find drivers for this modem for Android? If anyone has any tips of where to download these drivers, thank you very much.

[android-developers] ICS Active Stylus/Pen Support

2011-10-25 Thread ashughes
With the addition of active pen support in Android 4.0, is there a way to detect if the current device *supports* a stylus (has an active pen digitizer)? I noticed there is a touchscreen type resource qualifier called stylus included since API level 1, but it's supposed to identify resistive

[android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-25 Thread sblantipodi
PS C:\Android\android-sdk\tools .\emulator.exe -avd Galaxy_Nexus PS C:\Android\android-sdk\tools Failed to allocate memory: 8 This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. ---

Re: [android-developers] ICS Active Stylus/Pen Support

2011-10-25 Thread Dianne Hackborn
Sorry, no there is not. Especially since a lot of these screens can be used with both a finger or a stylus, this kind of fine-grained thing would probably cause more trouble than it would help. This is already becoming an issue with the existing resource qualifiers with the growing ability to

  1   2   >