[android-developers] Re: OpenGL ES 2.0 for Live Wallpapers

2011-02-17 Thread laurent mallet
I tried your livewallpaper with the official (carier Orange) ROM on my GalaxyTab and it doesn't work either. The problem is clearly the FBO. When you use a FBO in a LiveWallPaper, on your main surface you will have a Black Screen. The problem doesn't really crash your phone but you have no painting

Re: [android-developers] Exception while calling web service----java.net.SocketException: Permission denied

2011-02-17 Thread Abhilash baddam
have u given the Internet Permissions in Manifest File. On Fri, Feb 18, 2011 at 12:49 PM, Ravi wrote: > Hi, > I am developing one application through which i am calling web > service. > The web Service is hosted on the local machine,but while calling > web service i got > java.net

[android-developers] Exception while calling web service----java.net.SocketException: Permission denied

2011-02-17 Thread Ravi
Hi, I am developing one application through which i am calling web service. The web Service is hosted on the local machine,but while calling web service i got java.net.SocketException: Permission denied this bug. Mentioned internet permission in the manifest fi

Re: [android-developers] Any plans to make a DownloadManager library/jar available for pre-Gingerbread support?

2011-02-17 Thread Dianne Hackborn
Just copy the networking code out of the platform source. It has been there since 1.0. Personally I would skip the whole content provider API that is built on top of that, since that is a lot of complexity for no benefit for something that is all running inside the app. (Even for something for a

Re: [android-developers] Android and Web-services

2011-02-17 Thread Kevin Duffey
Not sure the OP is going to come back and read this.. but the easiest/fastest way to go is a RESTful api on the server side, and using HttpClient within Android to make rest calls. Java/Jersey (JAX-RS) is really easy to use and provides a robust framework to work with to build a solid rest api. Htt

[android-developers] Any plans to make a DownloadManager library/jar available for pre-Gingerbread support?

2011-02-17 Thread Mark Carter
I would love to take advantage of the new DownloadManager introduced in Gingerbread, but since I'm aiming to keep my app cupcake-compatible, this is quite problematic. Are there any plans to make a library available for pre-Gingerbread support? If not, are there any known technical hurdles that

[android-developers] Re: Newest version of Android Emulator is throwing back DNS errors, extremely limited network connection [Win7x64]

2011-02-17 Thread hmmwhatsthisdo
I'm still getting DNS errors inside of Android, although it's now letting me specify the DNS server without throwing back errors. Has a cause for this been determined? On Jan 3, 6:26 pm, hmmwhatsthisdo wrote: > I recently updated to the latest version of the Android Emulator on > Windows 7 64-bit

[android-developers] Re: Newest version of Android Emulator is throwing back DNS errors, extremely limited network connection [Win7x64]

2011-02-17 Thread hmmwhatsthisdo
I'm still getting DNS errors inside of Android, although it's now letting me specify the DNS server without throwing back errors. Has a cause for this been determined? On Jan 3, 6:26 pm, hmmwhatsthisdo wrote: > I recently updated to the latest version of the Android Emulator on > Windows 7 64-bit

[android-developers] Getting video buffer from a video file

2011-02-17 Thread Stene
Hi, I need to extract video buffer from a video file. Is there anyway to do it in android? -- 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 f

Re: [android-developers] Re: Android 2.3 Vs 3.0

2011-02-17 Thread Kevin Duffey
Apple's iPad was really just to support bigger screens, but had less functionality than the iPhone os. The opposite is happening here.. Android 3.0 is a much better UI and more features. That to me is one of the biggest reasons Android tablets are going to beat iPads... not only is the UI more tail

[android-developers] Re: Corrupted images when uploading to server via POST

2011-02-17 Thread alex c
and how will it help me with the actual problem? read my posts #1 and #6. the question isn't about "how to send multipart data" as it is quite a trivial tast itself. On 18 фев, 09:16, gjs wrote: > Hi, > > Take a look through these... > > http://www.google.com.au/#hl=en&xhr=t&q=android+http+multip

[android-developers] Re: Corrupted images when uploading to server via POST

2011-02-17 Thread gjs
Hi, Take a look through these... http://www.google.com.au/#hl=en&xhr=t&q=android+http+multipart+upload+example&cp=37&pf=p&sclient=psy&aq=f&aqi=&aql=&oq=android+http+multipart+upload+example&pbx=1&fp=b56462fbc30bae12 Regards On Feb 17, 11:43 pm, alex c wrote: > i cannot believe i am the only "l

Re: [android-developers] Clearning Activity's intent data randomly comes back, why?

2011-02-17 Thread Dianne Hackborn
Don't modify that Intent. It is maintained for you by the system, and the original Intent will be restored whenever the activity is restarted. Also don't use setIntent(). My arm was twisted to have that added. I should have pushed back harder. :) It is likely to only result in subtle bugs (lik

Re: [android-developers] Importance

2011-02-17 Thread Dianne Hackborn
Sorry, no there isn't. On Thu, Feb 17, 2011 at 4:34 PM, Diego Queiroz wrote: > Hi all, > > Got some cool code here. > > List processList = > actvityManager.getRunningAppProcesses(); > > RunningAppProcessInfo process = processList.get(0); > > int importance = process.importance; > > > So i`m ge

Re: [android-developers] Fragment question: inter-fragment communication?

2011-02-17 Thread Dianne Hackborn
No, actually, one of the big benefits of fragments is that they are *not* sub-activities, they don't try to have a pretense of being isolated from each other, and are designed to allow you to easily use direct pointers to them. Don't try to impose "object oriented" because you feel like this someh

[android-developers] Re: Changing tab background image

2011-02-17 Thread cool.manish
Thanks Kostya. I got your point. However in my case as i am setting background, its kind of ok for me to use button or textview. my btn is also luking ok my main prb is to change the image on click so tht usr cud knw which date has been clicked. even when i return from previous page the according

[android-developers] Re: It's not the browser?

2011-02-17 Thread kypriakos
Btw is there anything more fine grain in logging than this? adb -s HT94JLZ00437 logcat -v long At least I was hoping to catch what comes into the Android phone after the call. Are there any network logging tools for Android that you know of? Thanks On Feb 15, 11:47 pm, kypriakos wrote: > Hey D

[android-developers] Re: unwanted scrollbar is coming in gridview

2011-02-17 Thread cool.manish
Hi all, I am using below mentioned code for grid view and grid view_cell component. After using it scroll bar is appearing. once a while it had removed but i dont the reason how and why it appear and disappear and grid component is (a button with boundary) http://schemas.android.com/apk/res/an

[android-developers] Re: android.graphics.Point with no getter methods

2011-02-17 Thread Nightwolf
There are no restrictions on x and y values. Method call is expensive operation in comparison to simple assignment. In this case having getter methods make your code slower with no other benefits (other than your satisfaction). Write your own class and use Point class as a base. Add all desired met

[android-developers] Re: Fragment question: inter-fragment communication?

2011-02-17 Thread Streets Of Boston
Your 'activity' idea seems to be the best one. Fragments can be used to better separate Views from Controllers, where Fragments (and it constituent child-views) are the Views and Activities are the Controllers (note that Activities would still 'directly' update the action-bar, the title-bar, o

[android-developers] Fragment question: inter-fragment communication?

2011-02-17 Thread davemac
I'd love to hear opinions on the best way to communicate between fragments. If we consider that fragments are like sub-activities (a common metaphor), then we might think to use broadcast messages to tell one fragment about something that happened in another fragment. That seems a bit difficult th

Re: [android-developers] Re: Mms-Sms database Thread Id Issue

2011-02-17 Thread sukumar bhashyam
Ya...Just noticied that MmsSmsProvider didn't have a direct uri for "canonical_addresses". But they have it for "canonical_addresses" item ( canonical-address/# ). I suggest you to first query Thread's table to get all recipients_id and then look into "canonical_addresses" item for the address. Yo

Re: [android-developers] onItemSelectedListener causes gallery to jump, stick and pop...

2011-02-17 Thread Dewr
Hi Richard. Have you solved this problem? I am getting pain from same problem. :( But I have seen an app works well smoothly. the name of it is '예스24'. On 1/13/11, Richard Schilling wrote: > I have a gallery on my screen. Works great and scrolls smoothly ... > until I set the OnItemSelectedListe

[android-developers] Re: What causes a java.lang.VerifyError?

2011-02-17 Thread Bret Foreman
I looked farther up the logcat from the exception and saw messages like this: 02-17 16:39:57.841: WARN/dalvikvm(15019): VFY: unable to find class referenced in signature (Lcom/preferenceshelper/PreferenceHelper;) 02-17 16:39:57.849: ERROR/dalvikvm(15019): Could not find class 'com.preferenceshelpe

Re: [android-developers] What is current version of Android Market

2011-02-17 Thread Miguel Morales
Strange, even though the market version now says 2.3.2 the Dungeons app provided by google for in-app purchase testing still displays a 'billing service not available' message. On Thu, Feb 17, 2011 at 3:24 PM, TreKing wrote: > On Tue, Feb 15, 2011 at 2:34 AM, muhammad mahmood > wrote: >> >> When

[android-developers] Importance

2011-02-17 Thread Diego Queiroz
Hi all, Got some cool code here. List processList = actvityManager.getRunningAppProcesses(); RunningAppProcessInfo process = processList.get(0); int importance = process.importance; So i`m getting the actual importance of the selected process. Good. What i want to know is: Is there a wa

[android-developers] Re: horizontal list with vertical scroll

2011-02-17 Thread keyboardr
Disregard. I think GridView will do exactly what I need it to do. On Feb 17, 4:15 pm, keyboardr wrote: > Does anyone know of a good way to create an AdapterView that will > sequentially place children horizontally until that line becomes full > and will wrap down to the next line (similar to wor

[android-developers] horizontal list with vertical scroll

2011-02-17 Thread keyboardr
Does anyone know of a good way to create an AdapterView that will sequentially place children horizontally until that line becomes full and will wrap down to the next line (similar to word wrapping, but with whole views). I'm in a situation where I don't know at runtime how wide my AdapterView wil

[android-developers] My adb/ddma can not find ViewPad7 device

2011-02-17 Thread Benson
Sir, I installed Android SDK r9 & it's driver in my Windows. And also turn on the USB debug mode. But my adb/ddms can not find my ViewPad7 device. I tried to connect another Android phone is ok. How do I fix it?? thanks BR, Benson -- You received this message because you are subscribed to th

[android-developers] hosted email users: getAuthToken from android device accesses *different* data to same request via ClientLogin/IssueAuthToken. Why?

2011-02-17 Thread H
A wierd one. If a user with a *hosted* domain email account gets an auth token on their android device via the AccountManager, I get an user token valid for a google service. If I connect to that service with this token, I get some data back. But if the *exact* same email address and password

[android-developers] Re: appwidget icon set

2011-02-17 Thread Pent
I'm trying to get an icon set standard going: ipack.dinglisch.net. There are already around 20 sets there that anyone can use. I'm using them in my widget designer, which sets the image with setImageViewResource. I think Froyo is maybe needed for that, as someone noted. Pent -- You received thi

[android-developers] Re: appwidget icon set

2011-02-17 Thread Pent
I'm trying to get an icon set standard going: ipack.dinglisch.net. There are already around 20 sets there that anyone can use. I'm using them in my widget designer, which sets the image with setImageViewResource. I think Froyo is maybe needed for that, as someone noted. Pent -- You received thi

Re: [android-developers] What is current version of Android Market

2011-02-17 Thread TreKing
On Tue, Feb 15, 2011 at 2:34 AM, muhammad mahmood < muhammad.rash...@gmail.com> wrote: > When Android Market version 2.3.0 will be released to support > in-app billing. > Apparently it's out now, made very obvious by much smaller font in the app descriptions. Now they're legible! ---

Re: [android-developers] Re: What causes a java.lang.VerifyError?

2011-02-17 Thread TreKing
On Thu, Feb 17, 2011 at 4:05 PM, Bret Foreman wrote: > I had hoped to avoid that much work. It's about 30 classes moved into 3 > libs. Looks like I have my work cut out for me for the rest of the week... > Ouch. > This Android lib stuff has been flaky and hard to use from the start. > That's w

[android-developers] Re: Debugging Exceptions

2011-02-17 Thread fadden
On Feb 14, 2:11 am, Rab wrote: > It almost looks as though the framework handles the exception, unwinds > the stack and then reports the issue. Almost. Eclipse is configured to break on uncaught exceptions. Your code is running in an app framework that catches the exception and then re-throws i

[android-developers] Re: Castor unmarshalling with Android's SAX DOM implementation throws: The 'namespace-prefix' feature is not supported while the 'namespaces' feature is enabled

2011-02-17 Thread Alexey Skor
I tried adding xerces.jar to my Android project and replacing default xml factory for Castor, but this failed with Dx trouble processing "javax/xml/parsers/DocumentBuilder.class": Conversion to Dalvik format failed with error 1 -- You received this message because you are subscribed to the Goo

Re: [android-developers] FilterQueryProvider not working

2011-02-17 Thread Kostya Vasilyev
I don't think you are supposed to call runQueryOnBackgroundThread yourself, it's an implementation method. Use getFilter().filter("some text") to kick things off. http://developer.android.com/reference/android/widget/Filter.html#filter(java.lang.CharSequence) -- Kostya Vasilyev -- http://kmansof

[android-developers] Re: Garbage collector hangs OpenGL on HTC Evo

2011-02-17 Thread fadden
On Feb 16, 8:07 am, Bill Tschumy wrote: > Anytime the LogCat shows a GC_FOR_MALLOC or a GC_EXTERNAL_ALLOC, the app > hangs with OpenGL in this LockCondition.  It appears that GC_EXPLICT, for the > most part, does not cause a problem (maybe these are smaller allocs, I don't > know). The cause i

[android-developers] Re: What causes a java.lang.VerifyError?

2011-02-17 Thread fadden
On Feb 17, 1:46 pm, Bret Foreman wrote: > I did a clean rebuild and got the same very uninformative error in the > logcat. I'll try stepping through the code and see if I can isolate > the call that's causing it. Look a few lines above the exception in logcat for some messages with "VFY" in them.

Re: [android-developers] Re: What causes a java.lang.VerifyError?

2011-02-17 Thread Kostya Vasilyev
You could just create new Eclipse projects (including Androud libraries), stuffing in the code and resource files you have now. Should take much less time than doing full refactoring from a monolithic code base all over again. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 18.02.2011 1:06 по

[android-developers] Re: What causes a java.lang.VerifyError?

2011-02-17 Thread Bret Foreman
Yeah, JARing things up might be my best option. I tried the Android lib stuff when it first came out and I couldn't get the examples working. Now I've spent serious time on it and it fails with a completely useless error message. This is a sign of features that are not yet ready for prime time. I'l

Re: [android-developers] Re: What causes a java.lang.VerifyError?

2011-02-17 Thread Mark Murphy
On Thu, Feb 17, 2011 at 5:05 PM, Bret Foreman wrote: > This Android lib stuff has been flaky and hard to use from the start. > That's why I put it off for as long as I possibly could. But I have no > choice now, I need to share some code among apps. Unless that code has accompanying resources, yo

Re: [android-developers] Manually Dispatch Key Event

2011-02-17 Thread Ankur Avlani
Sorry about that, will make sure of it next time. Just was in a midst of things, so was eager to know. Anywayz, will remember about this next time. Thanks, Ankur. On Thu, Feb 17, 2011 at 1:59 PM, TreKing wrote: > On Thu, *Feb 17, 2011 at 2:30 PM*, Ankur Avlani wrote: > >> Any inputs are appre

[android-developers] Re: What causes a java.lang.VerifyError?

2011-02-17 Thread Bret Foreman
Tre, I had hoped to avoid that much work. It's about 30 classes moved into 3 libs. Looks like I have my work cut out for me for the rest of the week... This Android lib stuff has been flaky and hard to use from the start. That's why I put it off for as long as I possibly could. But I have no choi

[android-developers] Re: Honeycomb SDK

2011-02-17 Thread Ed Burnette
Dianne said Android 3.0 would be level "11 in the final API" (http:// groups.google.com/group/android-developers/msg/dbe54b1e41663284) but I was reading too much into that. It seems clear now it might be 11, or 12, or some other integer in that ballpark. We'll see when it comes out. Dianne also sa

Re: [android-developers] Manually Dispatch Key Event

2011-02-17 Thread TreKing
On Thu, *Feb 17, 2011 at 2:30 PM*, Ankur Avlani wrote: > Any inputs are appreciated. On Thu, *Feb 17, 2011 at 3:52 PM*, Ankur Avlani wrote: > any one??? Please wait more than 1 hour and 22 minutes before bumping your post - a few days in between bumps is recommended. --

Re: [android-developers] Re: What causes a java.lang.VerifyError?

2011-02-17 Thread TreKing
On Thu, Feb 17, 2011 at 3:49 PM, Bret Foreman wrote: > My only code changes were to move some classes into libraries and change > some methods from protected to public. I guess the library setup is causes > this somehow. > I hope your project is under revision control. If so, revert back to befor

[android-developers] Re: Manually Dispatch Key Event

2011-02-17 Thread Ankur Avlani
any one??? On Thu, Feb 17, 2011 at 12:30 PM, Ankur Avlani wrote: > Hi All, > > I am trying to Manually dispatch Shift and Comma key from Android to my > webview, my code is as follows: > > KeyEvent event1 = new > KeyEvent(KeyEvent.ACTION_DOWN,KeyEvent.KEYCODE_SHIFT_LEFT); > boolean isFlag = disp

Re: [android-developers] Clearning Activity's intent data randomly comes back, why?

2011-02-17 Thread Moto
Thanks for your reply. I'll give it a try and see if that helps resolve the issue... -Moto -- 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

[android-developers] Re: What causes a java.lang.VerifyError?

2011-02-17 Thread Bret Foreman
Well, the error occurs before OnCreate so it's somewhere in the framework. My only code changes were to move some classes into libraries and change some methods from protected to public. I guess the library setup is causes this somehow. -- You received this message because you are subscribed to t

[android-developers] Re: What causes a java.lang.VerifyError?

2011-02-17 Thread Bret Foreman
I did a clean rebuild and got the same very uninformative error in the logcat. I'll try stepping through the code and see if I can isolate the call that's causing it. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

[android-developers] Re: Android 2.3 Vs 3.0

2011-02-17 Thread Ed Burnette
The phone and tablet source trees have diverged temporarily but it's expected that the "I" version of Android will bring them back together. The version number hasn't been decided - it might become 3.1 or 3.5 or something else - just not 3.0. So when somebody says "Honeycomb is just for tablets an

[android-developers] Re: What causes a java.lang.VerifyError?

2011-02-17 Thread Bret Foreman
Maybe this is a clue. When I install the apk I get a set of error messages from adb that say: "Could not find libname.apk" for each of my libraries. Why would the installer be looking for apk files for library projects? On Feb 17, 12:58 pm, Mark Murphy wrote: > VerifyError has a few different cau

[android-developers] Re: Garbage collector hangs OpenGL on HTC Evo

2011-02-17 Thread Ed Burnette
This may not be related to the hang, but 387K freed and a pause of 46ms in garbage collection sounds like a lot. If you can cut out some of your larger memory allocations and deallocations it might help. Avoiding memory allocs will help your frame rate too. On Feb 16, 11:07 am, Bill Tschumy wrot

[android-developers] FilterQueryProvider not working

2011-02-17 Thread Doug Gordon
I'm trying to use a FilterQueryProvider to filter some ListView contents since it should be simpler than managing this on my own, but it doesn't seem to be working as documented, or else I've missed something. My basic code for initializing the adapter is as follows: startManagingCurso

Re: [android-developers] Can a fragment hold on to local variables?

2011-02-17 Thread Dianne Hackborn
If you want to keep them across instances, you need to save and restore them just like in an activity. My blog post shows an example of this, retaining the mCurCheckPosition variable across instances. On Thu, Feb 17, 2011 at 1:09 PM, Satya Komatineni < satya.komatin...@gmail.com> wrote: > A frag

[android-developers] Can a fragment hold on to local variables?

2011-02-17 Thread Satya Komatineni
A fragment can be instantiated using its default constructor by the base framework. The initialization arguments are passed as a bundle that can be restored and reset. How about local variables for managing state of that fragment? Does one need to use the bundle to insert/remove these local var

Re: [android-developers] Re: Development Tools Crashing

2011-02-17 Thread Xavier Ducrohet
We still can't reproduce, but we have changed a lot of things for ADT 10.0 around that area, so this is not surprising. Xav On Sun, Feb 13, 2011 at 11:41 PM, Zarah wrote: > Hi Xav, > > As pointed out by one of the answers on StackOverflow: > > http://stackoverflow.com/questions/4811564/eclipse-

Re: [android-developers] What causes a java.lang.VerifyError?

2011-02-17 Thread Mark Murphy
VerifyError has a few different causes, mostly stemming from a bad set of bytecode -- something existed at compile time that does not exist at run time. On Thu, Feb 17, 2011 at 3:52 PM, Bret Foreman wrote: > After reorganizing my project and moving some code into library > projects, I now see the

[android-developers] What causes a java.lang.VerifyError?

2011-02-17 Thread Bret Foreman
After reorganizing my project and moving some code into library projects, I now see the logcat below. Any idea why this might happen? 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): java.lang.VerifyError: com.quickdroid.ThreeLevelListActivity 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): a

[android-developers] Alert Dialog - Specified child already has a parent - on 2nd attempt

2011-02-17 Thread Aaron Buckner
The following code seems to work just fine the first time its used in the app but when the user goes to hit the button that calls this Alert Dialog a second time it creates a Force Close with this as the gist of the logcat (full at the bottom): "The specified child already has a parent. You must

[android-developers] Re: Service Process Vs background process

2011-02-17 Thread blcooley
On Feb 17, 7:11 am, Sivaprakash wrote: > OK if you go through the following link > > http://developer.android.com/guide/topics/fundamentals.html > > Processes and lifecycles sectionthere are two things Service Process and > Background Process, how they differ each other? > > - Siva > The process

[android-developers] Manually Dispatch Key Event

2011-02-17 Thread Ankur Avlani
Hi All, I am trying to Manually dispatch Shift and Comma key from Android to my webview, my code is as follows: KeyEvent event1 = new KeyEvent(KeyEvent.ACTION_DOWN,KeyEvent.KEYCODE_SHIFT_LEFT); boolean isFlag = dispatchKeyEvent(event1); KeyEvent event2 = new KeyEvent(KeyEvent.ACTION_DOWN,KeyEvent

[android-developers] Re: Reg: Failed to set top app changed

2011-02-17 Thread Károly Holczhauser
Hi guys! Are you using a thread ? Trying to notify or wait it? Yes I DO :D And I got the same error . . so please someone give me some solution , Thanks On jan. 14, 04:43, J-Pro wrote: > I'm also interested in the reason of this error in logs. It appears > mostly when an application exits(cra

[android-developers] Reg: Failed to set top app changed

2011-02-17 Thread Károly Holczhauser
Hi guys! Are you using a thread ? Trying to notify or wait it? Yes I DO :D And I got the same error . . so please someone give me some solution , Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

Re: [android-developers] Re: Diagnosing build path errors

2011-02-17 Thread TreKing
On Thu, Feb 17, 2011 at 1:37 PM, Bret Foreman wrote: > Besides just adding the library in the Android properties, what else do I > need to do to make the main project dependent on the library project? > Project -> Properties -> Java Build Path > Project (Tab) -> Add. Then add the dependent projec

Re: [android-developers] Re: Controlling LEDs on Notification

2011-02-17 Thread TreKing
On Thu, Feb 17, 2011 at 1:01 PM, Jake Colman wrote: > I see that I can manually see whatever I'd like. What I don't see is what > settings are the equivalent of what happens when an SMS message arrives. > > So, to summarize, how do I easily obtain the equivalent of the > SMS notification can som

Re: [android-developers] Re: Theming an Activity as a Dialog

2011-02-17 Thread Dianne Hackborn
Building the current alert dialog style is pretty complicated, involving putting together a variety of UI-specific resources as pieces in the ways that the current (and often changing) UI spec defines. So the resources used to construct the alert dialog are very much implementation details, not so

Re: [android-developers] Re: Diagnosing build path errors

2011-02-17 Thread Kostya Vasilyev
Logcat is for Android runtime, not for Eclipse. Try Window -> Show View -> Error Log -- Kostya 17.02.2011 22:53, Bret Foreman пишет: And nothing at all appears in the logcat during the build process. The only error messages I see are in the "Problems" window. -- Kostya Vasilyev -- http://k

Re: [android-developers] Re: Drag and Drop

2011-02-17 Thread Sunil Lakhiyani
Thank you Oded, and Treking. You saved my time [?]. At least I got where to start. I really appreciate your help. Will soon update you with result. -- Sunil Lakhiyani +1 215 584 7289 On Thu, Feb 17, 2011 at 1:20 AM, Oded O. wrote: > Maybe this will help: > http://code.google.com/p/mobile-anar

[android-developers] Re: Diagnosing build path errors

2011-02-17 Thread Bret Foreman
Tre, I think you're on track with the dependency idea but I'm not sure how to correct it. I notice that the gen folder in the affected library does not get built when I do a clean/rebuild of the project and it's libraries. -- You received this message because you are subscribed to the Google Gro

[android-developers] Re: Diagnosing build path errors

2011-02-17 Thread Bret Foreman
And nothing at all appears in the logcat during the build process. The only error messages I see are in the "Problems" window. -- 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@googlegro

[android-developers] Re: Diagnosing build path errors

2011-02-17 Thread Bret Foreman
Besides just adding the library in the Android properties, what else do I need to do to make the main project dependent on the library project? On Feb 17, 10:34 am, TreKing wrote: > The log cat should show a more descriptive message of the error (like > "missing required gen folder" or something)

Re: [android-developers] Pins for developers?

2011-02-17 Thread Marcin Orlowski
On 17 February 2011 19:29, Justin Giles wrote: > in case.  Best dang blueberry bagel I've ever had! Damn bagel eaters. Curse you all... :) -- Regards, Marcin -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send e

Re: [android-developers] Re: Controlling LEDs on Notification

2011-02-17 Thread Kostya Vasilyev
[ see below ] 17.02.2011 22:01, Jake Colman пишет: I see that I can manually see whatever I'd like. What I don't see is what settings are the equivalent of what happens when an SMS message arrives. So, to summarize, how do I easily obtain the equivalent of the SMS notification can someone tell

[android-developers] Re: Controlling LEDs on Notification

2011-02-17 Thread Jake Colman
> "T" == TreKing writes: T> On Thu, Feb 17, 2011 at 8:50 AM, Jake Colman wrote: >> 1) Using DEFAULT_ALL, why is DEFAULT_LIGHTS not included? >> T> It is: T> public static final int DEFAULT_ALL T> Since: API Level T> T> 1

[android-developers] Re: App widget animations possible with Gingerbread?

2011-02-17 Thread Cheryl Sedota
I am looking for a technical answer, with a pointer to an API. On Feb 17, 12:37 pm, TreKing wrote: > On Thu, Feb 17, 2011 at 11:42 AM, Cheryl Sedota wrote: > > > I got an email from my Google partner advocate contact stating that basic > > animations are already supported in app widgets in ginger

[android-developers] Re: Select mp3 to play?

2011-02-17 Thread vnv
On Feb 17, 6:31 pm, Kostya Vasilyev wrote: > 17.02.2011 20:05, vnv пишет: > > > How to call file browser with sound file type as filter so user could > > only > > choose sound file and on return get that path. > > http://developer.android.com/reference/android/content/Intent.html#AC... > > -- >

Re: [android-developers] Re: Diagnosing build path errors

2011-02-17 Thread TreKing
The log cat should show a more descriptive message of the error (like "missing required gen folder" or something). Regardless, yeah the whole Library + Eclipse things is very annoying at times. Here's a few things I've played with that helped stupid issues. 1 - Set your main project to be dependen

Re: [android-developers] App widget animations possible with Gingerbread?

2011-02-17 Thread TreKing
On Thu, Feb 17, 2011 at 11:42 AM, Cheryl Sedota wrote: > I got an email from my Google partner advocate contact stating that basic > animations are already supported in app widgets in gingerbread. > What is a "Google partner advocate contact", how did you get anyone at Google to email you, and wh

Re: [android-developers] Pins for developers?

2011-02-17 Thread Justin Giles
> > > Sc***ew pins, I want IO ticket. Sold out in 59 minutes when I just > went out for lunch? It's outrageous... > > Doh! I almost did the same thing. Fortunately I convinced myself that I should stick to my computer and eat the blueberry bagel I brought in, just in case. Best dang blueberry ba

Re: [android-developers] Pins for developers?

2011-02-17 Thread Marcin Orlowski
On 17 February 2011 18:10, Leon Moreyn-Android Development wrote: > So I hear that Google gave away Android Pins at MWC. Any chance us > lowly developers will be getting those pins? Sc***ew pins, I want IO ticket. Sold out in 59 minutes when I just went out for lunch? It's outrageous... -- Rega

Re: [android-developers] Re: Theming an Activity as a Dialog

2011-02-17 Thread TreKing
On Thu, Feb 17, 2011 at 10:10 AM, Mark Murphy wrote: > Why not show one of them, with a menu choice or button or something > to access the other one? That way, you are 50% right (it may be what > they want is the thing you show automatically). > Also - make it an option the user can set (for whic

Re: [android-developers] Re: appwidget icon set

2011-02-17 Thread Marcin Orlowski
On 17 February 2011 19:14, Marcin Orlowski wrote: >> or setImageViewUri calls. > that would be more lucky for "file" or "content" schemes though. I just found this thread: http://stackoverflow.com/questions/2249174/looking-for-an-elegant-appwidget-skin-solution which is quite close to your curr

Re: [android-developers] Re: Controlling LEDs on Notification

2011-02-17 Thread TreKing
On Thu, Feb 17, 2011 at 8:50 AM, Jake Colman wrote: > 1) Using DEFAULT_ALL, why is DEFAULT_LIGHTS not included? > It is: public static final int DEFAULT_ALL Since: API Level 1 Use all default values (where applicable). Constant

Re: [android-developers] Re: appwidget icon set

2011-02-17 Thread Marcin Orlowski
On 17 February 2011 18:59, b_t wrote: > RemoteViews.setImageViewResource setImageViewResource takes just resource' id (int), so no luck for obvious reasons. I think you might work that around by getting the drawable resource from other package, then create Bitmap object from it and eventually set

Re: [android-developers] Re: appwidget icon set

2011-02-17 Thread Kostya Vasilyev
17.02.2011 20:59, b_t пишет: I would like to use them in RemoteViews.setImageViewResource or setImageViewUri calls. A resource id - won't work, the widget's image view is in another application (stock or replacement launcher). A Uri - would work, with a "file://" or "content://" scheme. A fil

[android-developers] Re: appwidget icon set

2011-02-17 Thread b_t
I would like to use them in RemoteViews.setImageViewResource or setImageViewUri calls. On febr. 17, 12:42, Marcin Orlowski wrote: > > I don't want to store every icon set in the apk, only the default, > > Depending on for what you are using your icons, it may be still > fine to store additional

Re: [android-developers] Clearning Activity's intent data randomly comes back, why?

2011-02-17 Thread Kostya Vasilyev
Have you thought about using setIntent() with a new Intent object (without the unneeded data items) - rather than trying to modify the orignial Intent object in-place? -- Kostya 17.02.2011 20:50, Moto пишет: // remove intents because they are needed only once per call! this.getIntent().setDa

[android-developers] Clearning Activity's intent data randomly comes back, why?

2011-02-17 Thread Moto
I have a media application which starts playback when the intent is sent to the player activity with the following intent extras; data "path to the music" and type "mime/audio format". I pick up the intent data at the player activity execute to start playback and I remove the passed extras from

[android-developers] Re: Diagnosing build path errors

2011-02-17 Thread Bret Foreman
I tried removing all the libraries and adding them again. This resulted in a slightly different error message: Project 'myProject' is missing the required source folder: 'offendingLibrary'. Where offending library is the same one as before. I think this may be a problem in the setup of the librar

Re: [android-developers] Re: Hi

2011-02-17 Thread Jatin D Patel
Hope this helps tooo http://sites.google.com/site/androidcoursearchive/labs/lab-1 On Tue, Feb 15, 2011 at 5:56 PM, Russell DuRoss wrote: > http://developer.android.com/index.html > > On Feb 14, 2:56 am, Mohamed Zubair > wrote: > > Hi, > > > > Am beginner to android.Please provide the beg

[android-developers] App widget animations possible with Gingerbread?

2011-02-17 Thread Cheryl Sedota
I got an email from my Google partner advocate contact stating that basic animations are already supported in app widgets in gingerbread. Can someone please give me a pointer to the attribute or method/API that I need to use to get this working? -- You received this message because you are subscr

[android-developers] Diagnosing build path errors

2011-02-17 Thread Bret Foreman
I'm getting the message "The project cannot be built until build path errors are resolved", and then it shows one of my libraries as the offending resource. The problem is that I don't know the exact build path problem. Is there a log file somewhere with a more detailed message? -- You received t

Re: [android-developers] Android and Web-services

2011-02-17 Thread Jatin D Patel
http://jatin4rise.wordpress.com/2010/10/03/webservicecallfromandroid/ if u still have issue with calling webservice, lemme know On Thu, Feb 17, 2011 at 6:22 AM, Federico Paolinelli wrote: > This goolge io session http://www.youtube.com/watch?v=xHXn3Kg2IQE could > be a good source of info as wel

[android-developers] Android install_referrer gives incorrect utm_source and information

2011-02-17 Thread arbitrary-software
Hi, I'm trying to use INSTALL_REFERRER on Android 2.2, and my broadcast receiver is getting called so I know my AndroidManifest.xml is correct. However, the information being passed to my receiver is not what I'm putting in the URL. To me, it looks like default Android Market info and its ignoring

Re: [android-developers] Re: dx tool for Gingerbread?

2011-02-17 Thread Xavier Ducrohet
Prior to Tools r8 we did indeed use dx (and aapt, and aidl) from each platform based on the project compilation target. We originally did this so that we wouldn't have to care about possible compatibility change (for instance the tool generates a new format while the platform itself can read both

Re: [android-developers] Re: Select mp3 to play?

2011-02-17 Thread Kostya Vasilyev
17.02.2011 20:05, vnv пишет: How to call file browser with sound file type as filter so user could only choose sound file and on return get that path. http://developer.android.com/reference/android/content/Intent.html#ACTION_GET_CONTENT -- Kostya Vasilyev -- http://kmansoft.wordpress.com --

Re: [android-developers] Re: Changing tab background image

2011-02-17 Thread Kostya Vasilyev
17.02.2011 20:03, cool.manish пишет: Kostya, I know textview is also clickable. we can draw boundary its a new thing for me. I was just suggesting you could use compound drawable(s) to indicate days with appointments, etc. It's an easy way to add small images to a TextView. but is there an

[android-developers] unwanted scrollbar is coming in gridview

2011-02-17 Thread cool.manish
Hi, I am using grid view. It is not displaying all contents and adding one scroll bar. after scrolling i get to know that their are other items available. There is lots of space available on the screen but even then it is displaying scrollbar -- You received this message because you are subscrib

  1   2   >