[android-developers] print Via USB cable using micro usb to standar usb cable?

2012-05-18 Thread neil
I initially developed an application that able to print image and text directly using usb cable. Is there anyone who already implemented this? -- 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] Listview with multiple layout

2012-05-18 Thread Jovish P
In our app we have to show a screen just like below. The data is in a hash map with key value pairs. We want to show the keys of hashmap as header item of Listview and values for that keys as item layout under that key. Please help us how to implement this. Regards, Jovish -- You received

Re: [android-developers] Problem with windowSoftInputMode=adjustResize in landcape mode

2012-05-18 Thread Miha Valencic
Kostya, I will try ASAP. I'm currently struggling with adb issue (my sgs2 got OTA update to ICS, and now Ubuntu does not 'see' the device so can't test on the device. The emulator has it's own issues with soft keyboard. On Thu, May 17, 2012 at 12:39 PM, Kostya Vasilyev kmans...@gmail.comwrote:

[android-developers] Re: Maps API : drawing driving itinerary

2012-05-18 Thread Simon Giddings
Thanks for the responses. To TreKing : I quite clearly explained that the drawing area was where I needed to optimise. You can see that I trace the time taken here and this is where I can say that, on the emulator, it takes 18 seconds. to lbendlin : Thank you for the advice, I will do some

Re: [android-developers] Re: Listing Incoming Data

2012-05-18 Thread TreKing
On Thu, May 17, 2012 at 11:12 PM, CaRRtel Industres carrtelindustr...@gmail.com wrote: Yes Kris, that is correct. I apologize for not knowing the technical terms. Now do you know how to help TreKing? What Kris described is very broad and generic. There are plenty of examples out there for

Re: [android-developers] Re: Maps API : drawing driving itinerary

2012-05-18 Thread TreKing
On Fri, May 18, 2012 at 1:40 AM, Simon Giddings mr.s.giddi...@gmail.comwrote: To TreKing : I quite clearly explained that the drawing area was where I needed to optimise. You can see that I trace the time taken here and this is where I can say that, on the emulator, it takes 18 seconds. Your

Re: [android-developers] BroadcastReceiver: Is it safe to use setOrderedHint method in my code?

2012-05-18 Thread Kiran Rao
Dianne, I'm not sure I fully understand this phrase in your comment: using BroadcastReceiver as a separated class not known by the rest of the framework To clarify, my current solution is a fork of the support package's LocalBroadcastManager. It does *not* use setOrderedHint(). Because of

[android-developers] Re: how to accept a phone call programmitically

2012-05-18 Thread Pent
Use the below code in the same package as specified and save as * ITelephony.aidl* That's the method I had been using, but the needed permissions aren't granted for most of the functions anymore.   // Simulate a press of the headset button to pick up the I'll give that a go, thanks. Pent --

Re: [android-developers] Problem with windowSoftInputMode=adjustResize in landcape mode

2012-05-18 Thread saran vonteddu
Hi Dear, try giving onConfiguration change in AndroidManifest for that activity. May b it'll work. regards, Saran On Fri, May 18, 2012 at 11:41 AM, Miha Valencic miha.valen...@gmail.comwrote: Kostya, I will try ASAP. I'm currently struggling with adb issue (my sgs2 got OTA update to

[android-developers] Re: Google lost vs Oracle.

2012-05-18 Thread Ali Chousein
I haven't understood what won Oracle and what won Google. What will be the conseguences of this debate? Keep on innovating. Don't focus too much on things which are out of your control. You like it or not, this case is out of your control and like every other developer you'll have to just

[android-developers] Re: Google lost vs Oracle.

2012-05-18 Thread sblantipodi
I have no problem in accepting the outcome but I would like to know what is this outcome if it is possible and if there is something that we can know. On Friday, May 18, 2012 9:36:44 AM UTC+2, Ali Chousein wrote: I haven't understood what won Oracle and what won Google. What will be the

[android-developers] Re: print Via USB cable using micro usb to standar usb cable?

2012-05-18 Thread x300
There are two kinds of microUSB to standardUSB cables sold. Many of them for smartphones are battery charging purpose only and can't be used for data connection. I wish there is an accepted rule to apply different colors for the two kinds, but there isn't. This is because smartphones have been

[android-developers] Sherlock_ActionBar tabs with pager

2012-05-18 Thread Live Happy
i using the Sherlock_ActionBar in my application and i want to make the tabs swiping so is there any sample or code who can help me to make the Sherlock_ActionBarr tabs use pager -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] activity idle timeout for historyrecord

2012-05-18 Thread ttgdz
when I add a overlay to my mapview ,I receive this problem:It has no exception,but activity idle timeout for historyrecord.I am doing a project about google map. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Problem with windowSoftInputMode=adjustResize in landcape mode

2012-05-18 Thread Miha Valencic
Kostya, fixed the ICS connectivity issue. Even with flagNoExtractUi flag set on my view, the behaviour is the same. Dianne, you mentioned the browser app ' does set a flag with the IME to tell it that it would like it to try harder to not go into extract mode'. Is this the flag you were talking

Re: [android-developers] Ms health-vault api with android

2012-05-18 Thread Jason Teagle
Has anyone tried out Ms-Healthvault with android. I search it for 2 days and all i got is HealthVault Java Library . I follow all steps successfully but unable to figure how to get start with basic application. Have you also followed the 'Getting Started' steps outlined here:

[android-developers] Re: java.lang.OutOfMemoryError on 4.0.3 APV and phone not in 2.1 2.3

2012-05-18 Thread Solution 9420
? NewsGroup OK. I'm guessing here from my 2-day observation on this case. [First of All, this is the good reading. May not relate to this case] http://developer.android.com/resources/articles/avoiding-memory-leaks.html [What I did] - In my case is about those global bitmap. (I cache my own

Re: [android-developers] Re: Listing Incoming Data

2012-05-18 Thread Kristopher Micinski
It also ... Just might not be that useful. How are you going to get these apps to send you data? If they're not written to, you can't force them to. kris On Fri, May 18, 2012 at 2:41 AM, TreKing treking...@gmail.com wrote: On Thu, May 17, 2012 at 11:12 PM, CaRRtel Industres

[android-developers] ndk-stack error : Error (3): No such process

2012-05-18 Thread Berat Onur Ersen
Hello, I'm having problem with my library that I successfully compiled to be debugged on NDK. My application crashes and exists abnormally so I wanted to search why this is happening. I found ndk-stack can be a way to understand where it crashes so first read documentation of ndk-stack and

Re: [android-developers] itinerary under Maps

2012-05-18 Thread Abdelali BADDAR
sorry but how i can use that? 2012/5/18 TreKing treking...@gmail.com On Thu, May 17, 2012 at 8:48 AM, Abdelali BADDAR ab.bad...@gmail.comwrote: I want to implement a itinerary between 2 adresses in the maps of my application,can you help me. Help you with what?

Re: [android-developers] Error in Base IceCream Sandwitch Android code.

2012-05-18 Thread Shruthi Varma
Thanks for your suggestion. I don't know whether my expected behavior is correct. But I am sure receiving an incoming call is of high priority in an android phone. So, what if the user is not capable of taking calls when the progressDialog is running. If the progressDialog is hidden to take the

Re: [android-developers] Error in Base IceCream Sandwitch Android code.

2012-05-18 Thread Jason Teagle
I don't know whether my expected behavior is correct. I would say it *is* correct. Consider the case where your phone is in someone else's hands, and a call comes in that is of a sensitive nature. Would you want them answering that call and pretending to be you? Until the process of

Re: [android-developers] Error in Base IceCream Sandwitch Android code.

2012-05-18 Thread Kristopher Micinski
Your point is at a high level, it's not a bug per se, in the outright sense, so it's more likely going to be perceived as a feature. Along with this being the wrong list, I doubt that you'll get this fixed even if you submit a patch.. kris On Fri, May 18, 2012 at 8:33 AM, Shruthi Varma

[android-developers] Re: How to detect screen rotation through 180 degrees from landscape to landscape orientation?

2012-05-18 Thread arsalank2
I also need it for the same reasons and unable to find a workaround. I also notice similar behavior if switched between portrait and portrait inverted, the onConfigurationChanged() is not called. On Mar 29, 2:21 am, Mark Carter mjc1...@googlemail.com wrote: In my case, I need to for the camera

[android-developers] How to implement Google Drive in Android application?

2012-05-18 Thread imran ali
Hi All, Has any one implemented Google Drive in android project? In one of my application I have to keep some of audio files of application on Could to save phone/sdcard memory. So I am trying Google Drive, but I did not found any suitable APIs or example to implement. I have gone through API

Re: [android-developers] How to implement Google Drive in Android application?

2012-05-18 Thread Jason Teagle
So I am trying Google Drive, but I did not found any suitable APIs or example to implement. I have gone through API documentation of Google Drive, but not able to implement. It seems you have to use the Document List API, as Drive is currently aimed at Chrome. See:

[android-developers] How to scroll the 'Gallery' widget through code?

2012-05-18 Thread Put_tiMe
I am trying to scroll a 'Gallery' widget programmatically. I actually scroll the gallery manually. Then when I do a 'getScrollX and Y', then it always returns me 0. It always returns me 'zero' no matter how much ever I have scrolled. How do I do this then? -- You received this message

Re: [android-developers] what will be the requirement and proposal of stock brokerage apps for android

2012-05-18 Thread Jason Teagle
what will be the requirement and proposal of stock brokerage apps for android apps that i have to develop the apps should have following features so pls help me in making of apps requirement and proposal of the apps. Even if this were the most appropriate group for your question, you are

Re: [android-developers] How to play audio while in call...

2012-05-18 Thread chaitu
*Yeah.I have been googling since a month.But finally i came to know this is not possible in android.If you get any solution please get back to us. Thanks, Chaitanya * On Thu, May 17, 2012 at 6:43 PM, Kristopher Micinski krismicin...@gmail.com wrote: Google the history of this list for in call

Re: [android-developers] How to play audio while in call...

2012-05-18 Thread Kristopher Micinski
The underlying telephony isn't exposed to the OS, much less the API, so basically, this is impossible. kris On Fri, May 18, 2012 at 11:01 AM, chaitu chaitu...@gmail.com wrote: Yeah.I have been googling since a month.But finally i came to know this is not possible in android.If you get any

[android-developers] Need explanation of traceview's Calls+RecurCalls/Total column

2012-05-18 Thread glenviewjeff
I have the same confusion about the TraceView documentation as this unanswered Stack Overflow questionhttp://stackoverflow.com/q/9397674/403455 . I am looking at this page: Profiling with Traceview and dmtracedumphttp://developer.android.com/guide/developing/debugging/debugging-tracing.html

[android-developers] Multiple rows in 'Gallery' widget.

2012-05-18 Thread Put_tiMe
Doesn't 'Gallery' widget support multiple rows? It just shows one row, no matter what ever I try. Basically I want 'GridView' widget with horizontal scrolling only. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Record a call in android

2012-05-18 Thread chaitu
*Hi, It is not possible in android until you enable the phone in speaker mode.then only the quality will some what good otherwise the recorded audio quality is very low. Thanks, Chaitanya * On Wed, May 16, 2012 at 11:45 AM, asheesh arya asheesharya...@gmail.comwrote: i waste almost 20 days

Re: [android-developers] Problem with windowSoftInputMode=adjustResize in landcape mode

2012-05-18 Thread Kostya Vasilyev
I'm not Dianne, but will point out that Browser sources are available in the public repository. -- K 18.05.2012 14:00, Miha Valencic ???: Kostya, fixed the ICS connectivity issue. Even with flagNoExtractUi flag set on my view, the behaviour is the same. Dianne, you mentioned the

Re: [android-developers] Problem with windowSoftInputMode=adjustResize in landcape mode

2012-05-18 Thread Miha Valencic
:) tnx. I'll have a look. Miha On May 18, 2012 5:33 PM, Kostya Vasilyev kmans...@gmail.com wrote: I'm not Dianne, but will point out that Browser sources are available in the public repository. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: MOUNT/UNMOUNT SDC

2012-05-18 Thread jadranko bodiroga
Is there chanse to refresh all multimedia i on SDC? On May 15, 2012 10:01 PM, baturanija1 jadrankobodiroga1...@gmail.com wrote: Hey people,any command to mount/unmount SDC .or link to help.. thanks for sharing -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Maps API : drawing driving itinerary

2012-05-18 Thread TreKing
On Fri, May 18, 2012 at 4:00 AM, Simon Giddings mr.s.giddi...@gmail.comwrote: Here I loop through 11235 GeoPoint objects That seems like a lot in one draw call. So the next question is, do you need to draw lines between 11,235 points every frame? Before you get to the actual drawing, you

Re: [android-developers] itinerary under Maps

2012-05-18 Thread TreKing
On Fri, May 18, 2012 at 6:45 AM, Abdelali BADDAR ab.bad...@gmail.comwrote: sorry but how i can use that? You read it, digest what it says, think about it, then use those concepts to update your post so the question you're asking makes sense to the rest of us.

Re: [android-developers] Multiple rows in 'Gallery' widget.

2012-05-18 Thread Justin Anderson
Doesn't 'Gallery' widget support multiple rows? No It just shows one row, no matter what ever I try. That is correct... Basically I want 'GridView' widget with horizontal scrolling only. Then you are going to have to write your own class, or depending on what you need, you might be able

[android-developers] Re: Listing Incoming Data

2012-05-18 Thread CaRRtel Industres
My app will receive data using the easy share function, nothing complicated. But I specifically need help with telling my app that once it receives some data from an app, it now needs to display it on screen. And then the next time it receives display that also, listed underneath the first.

Re: [android-developers] How to scroll the 'Gallery' widget through code?

2012-05-18 Thread Justin Anderson
You could try setSelection(int pos, boolean animate)... http://developer.android.com/reference/android/widget/AbsSpinner.html#setSelection%28int,%20boolean%29 Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 18, 2012 at 8:24 AM, Put_tiMe

Re: [android-developers] Re: Listing Incoming Data

2012-05-18 Thread Kristopher Micinski
what is the easy share function? Do you mean you're registering to catch a broadcast intent? All that you do is stick whatever you receive in a database, and then display elements from that database in a ListView when you open the app. kris On Fri, May 18, 2012 at 1:18 PM, CaRRtel Industres

Re: [android-developers] Re: Listing Incoming Data

2012-05-18 Thread Justin Anderson
What exactly is the easy share function? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 18, 2012 at 11:18 AM, CaRRtel Industres carrtelindustr...@gmail.com wrote: My app will receive data using the easy share function, nothing complicated.

[android-developers] Re: Listing Incoming Data

2012-05-18 Thread CaRRtel Industres
Easy Share is just a button in the action bar like at the top of the Play Store so you can share whatever you are looking at. Thanks Kris, I can use a database but I am unfamiliar with ways of getting my app to display what it receives. I am assuming it won't do this automatically, right? On

[android-developers] FTP for android!

2012-05-18 Thread Talha Qamar
Hi i need some assistance on android apps development.I wanna make a simple file transfer protocol(ftp) for android devicesUser simply selects some files from his smart phones and then ftp transfer these files to specific web server.Please i need some help...If you do have some ideas,

Re: [android-developers] Re: Listing Incoming Data

2012-05-18 Thread Kristopher Micinski
Of course not.. You use a list view. I'm more concerned about how you think you can receive data from the 'easy share' button. What does your app do? Why do you need to store the data? What do you really want to do. You might want to go through the Android tutorials more, ListView shows up

[android-developers] FTP for android!

2012-05-18 Thread Talha Qamar
Hi i need some assistance on android apps development.I wanna make a simple file transfer protocol(ftp) for android devicesUser simply selects some files from his smart phones and then ftp transfer these files to specific web server.Please i need some help...If you do have some ideas,

Re: [android-developers] FTP for android!

2012-05-18 Thread Kristopher Micinski
this was also cross posted to multiple lists... You might just have wanted to try android-developers... However, this has nothing to do with Android. It's just java ftp. There are already a number of ftp apps for Android anyway... kris On Fri, May 18, 2012 at 1:44 PM, Talha Qamar

[android-developers] Re: Listing Incoming Data

2012-05-18 Thread CaRRtel Industres
Oh okay. My main layout is in list view so hopefully that'll work. But it'll receive text, like links from the internet and store them so you can remember to read the articles later. On Thursday, May 17, 2012 2:23:32 PM UTC-5, CaRRtel Industres wrote: My app is set to receive incoming data

Re: [android-developers] Inflate exception on custom view calling super

2012-05-18 Thread Karakuri Dev
Thanks, I probably never would have found that on my own. But this means that on devices below API 11, I can't have a default style/behavior set for this widget. Are there any workarounds for lower API levels? I want to avoid doing something this ... setClickable(true); ... in the

Re: [android-developers] Re: Listing Incoming Data

2012-05-18 Thread Justin Anderson
You might want to take a look at these as well: http://developer.android.com/training/sharing/send.html http://developer.android.com/training/sharing/receive.html http://developer.android.com/training/sharing/shareaction.html I don't think you fully understand how sharing data between apps in

Re: [android-developers] Re: Listing Incoming Data

2012-05-18 Thread Kristopher Micinski
On Fri, May 18, 2012 at 1:55 PM, CaRRtel Industres carrtelindustr...@gmail.com wrote: Oh okay. My main layout is in list view so hopefully that'll work. But it'll receive text, like links from the internet and store them so you can remember to read the articles later. But *how* does it

[android-developers] Re: Listing Incoming Data

2012-05-18 Thread CaRRtel Industres
With an intent just like MagouyaWare referenced to in his links On Thursday, May 17, 2012 2:23:32 PM UTC-5, CaRRtel Industres wrote: My app is set to receive incoming data from other apps. What I need help doing is taking the incoming data and putting it in a box. That way all the data is

Re: [android-developers] Re: Listing Incoming Data

2012-05-18 Thread Justin Anderson
With an intent just like MagouyaWare referenced to in his links I don't think you fully grasp the context of the links I shared... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 18, 2012 at 12:08 PM, CaRRtel Industres

[android-developers] Linux Commands in Android

2012-05-18 Thread Meryeme Ayache
hey every!! I am wondering how can I integrate some commands in Android; I found that they are not all of them included in Android shell adb that is why I am wondering if I can integrate strace for example in Android and how can I do that. I beleive that I have to download the code of

[android-developers] Problem with Emulator

2012-05-18 Thread ASHISH
Hi, I want to create a avd based on GT-S5760 Samsung, Screen Resolution 2592 x 1944 , My Problem is every time when i create AVD with above configuration My Emulator did not start .I am using SDK 4.0. Please help!! Thanks And Regards Ashish Keshri -- You received this message because you are

Re: [android-developers] Fwd: Listview with multiple layout

2012-05-18 Thread Justin Anderson
http://lmgtfy.com/?q=android+sectioned+adapter Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 18, 2012 at 12:11 AM, Jovish P android.f...@gmail.com wrote: -- Forwarded message -- From: Jovish P android.f...@gmail.com

Re: [android-developers] Re: Listing Incoming Data

2012-05-18 Thread Kristopher Micinski
Yeah, but how do you get the app to send the stuff to you. If app X sends out data, but doesn't know that your app Y exists, then... How the heck do you expect to get the data? There is an answer to this, ... kris On Fri, May 18, 2012 at 2:08 PM, CaRRtel Industres carrtelindustr...@gmail.com

[android-developers] Re: Listing Incoming Data

2012-05-18 Thread CaRRtel Industres
That's a good question. I figured it would automatically show up in the list of viable options On Thursday, May 17, 2012 2:23:32 PM UTC-5, CaRRtel Industres wrote: My app is set to receive incoming data from other apps. What I need help doing is taking the incoming data and putting it in a

Re: [android-developers] Re: Listing Incoming Data

2012-05-18 Thread Kristopher Micinski
It will, but you have to write the correct intent filter... kris On Fri, May 18, 2012 at 3:03 PM, CaRRtel Industres carrtelindustr...@gmail.com wrote: That's a good question. I figured it would automatically show up in the list of viable options On Thursday, May 17, 2012 2:23:32 PM UTC-5,

[android-developers] Re: Listing Incoming Data

2012-05-18 Thread CaRRtel Industres
Ah, that makes sense. I'll do that now. On Thursday, May 17, 2012 2:23:32 PM UTC-5, CaRRtel Industres wrote: My app is set to receive incoming data from other apps. What I need help doing is taking the incoming data and putting it in a box. That way all the data is stacked nicely in a list

[android-developers] USB Driver for HTC One X - for debugging

2012-05-18 Thread Nathan
Apologies if everyone else found this more easily than I did. I'm borrowing this device for the day. Windows won't find a driver for it, even if I browse to the USB drivers within the SDK. I do have Windows Vista and a 64 bit laptop, if that matters. Developer.android.com directs me to HTC

Re: [android-developers] USB Driver for HTC One X - for debugging

2012-05-18 Thread Kostya Vasilyev
Back when HTC Hero was the latest and greatest smartphone ever, adb drivers were included as part of the HTC Sync application. If, on the other hand, you are inclined to rather hack the Google adb driver's INF files, here is a couple links: 1)

[android-developers] Any Thoughts on LiveCode runrev

2012-05-18 Thread Tommy Hartz
I am not sure if this is the place to ask this but I thought some of you might have some input on the LiveCode RunRev software for mobile phone development. Is it any good? Is it worth putting in the time to learn how to use it or is it better to just use Eclipse for a pure android app and the

Re: [android-developers] Sherlock_ActionBar tabs with pager

2012-05-18 Thread Gergely Juhász
Check out this example: http://developer.android.com/resources/samples/Support4Demos/src/com/example/android/supportv4/app/FragmentTabsPager.html It is easy to use it the same way with Sherlock Actionbar. On 18 May 2012 10:37, Live Happy livehap...@gmail.com wrote: i using the Sherlock_ActionBar

[android-developers] Re: Problem with Emulator

2012-05-18 Thread CaRRtel Industres
Mine is having trouble starting also. Are you sure that phone has such a resolution? On Friday, May 18, 2012 1:29:34 PM UTC-5, ASHISH wrote: Hi, I want to create a avd based on GT-S5760 Samsung, Screen Resolution 2592 x 1944 , My Problem is every time when i create AVD with above

[android-developers] Application's onCreate called multiple times in same process

2012-05-18 Thread Kevin TeslaCoil
I was having some unexpected behavior and crash reports and suspected that my Application (not Activity) is having it's onCreate called multiple times in the same process in some circumstances. As a test I added a static boolean sOnCreateCalled and initialize it to false. In the application's

[android-developers] Re: USB Driver for HTC One X - for debugging

2012-05-18 Thread JP
Try installing the Sync application, that may/should cover the One X. On May 18, 12:34 pm, Nathan nathan.d.mel...@gmail.com wrote: Apologies if everyone else found this more easily than I did. I'm borrowing this device for the day. Windows won't find a driver for it, even if I browse to

[android-developers] Re: Maps API : drawing driving itinerary

2012-05-18 Thread JP
Try the Douglas-Peucker algorithm. There is an open-source implementation of the Douglas-Peucker algorithm in Java in the MyTracks Android project, which is licensed under Apache 2.0:

[android-developers] Re: How to detect screen rotation through 180 degrees from landscape to landscape orientation?

2012-05-18 Thread JP
Read the accelerometer values. They should be distinct enough to conclude the device orientation with confidence. On May 18, 5:58 am, arsalank2 arsala...@gmail.com wrote: I also need it for the same reasons and unable to find a workaround. I also notice similar behavior if switched between

[android-developers] Re: How to detect screen rotation through 180 degrees from landscape to landscape orientation?

2012-05-18 Thread JP
On May 18, 4:20 pm, JP joachim.pfeif...@gmail.com wrote: to conclude Infer, rather, being nitpicky... -- 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] Linux Commands in Android

2012-05-18 Thread Nikolay Elenkov
On Sat, May 19, 2012 at 3:18 AM, Meryeme Ayache meryemeaya...@gmail.com wrote: hey every!!         I am wondering how can I integrate some commands in Android; I found that they are not all of them included in Android shell adb that is why I am wondering if I can integrate strace for example

[android-developers] Re: surface (identity=xxxxx) is invalid, err=-19 (no such device)

2012-05-18 Thread Yan
At what exact points in your code does this happen? On May 17, 9:55 pm, Tamás Kovács falcon.firebre...@gmail.com wrote: This is a logcat ERROR entry which I get in 3 (three) instance at the same time, but the game I develop works fine. I'm just worried because this is an error, not a warning.

[android-developers] Re: Problem with Emulator

2012-05-18 Thread Yan
I would think that's going to grind the emulator to a near halt on just about any machine, even if it has good drivers for that resolution... On May 18, 12:29 pm, ASHISH ashishkcusa...@gmail.com wrote: Hi,  I want to create a avd based on GT-S5760 Samsung, Screen Resolution 2592 x 1944 , My

Re: [android-developers] Re: Scenario where initLoader() does not call onLoadFinished()

2012-05-18 Thread Oleg Vaskevich
Until this is fixed (even without setRetainInstance()), my temporary workaround is: Put the following into a subclass of the AsyncTaskLoader: public static final SparseArrayObject loaderResults = new SparseArrayObject(); ... public void deliverResult(Object data) {

Re: [android-developers] Re: Problem with Emulator

2012-05-18 Thread akash khandare
hi, dear, pl. check for the size of the screen , then give size of the screen and the emulator automatically takes the resolution whichever is supported. shrinivas 9890369077 On Sat, May 19, 2012 at 10:08 AM, Yan yinor...@gmail.com wrote: I would think that's going to grind the emulator to a