[android-developers] Re: Honeycomb: How can I set the Mouse position?

2011-06-24 Thread Brill Pappin
I don't think you will be able to because there simply isn't support in the system for it. It's designed not to need a mouse. -- 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@googlegr

[android-developers] Re: What OS is more user friendly for Android development.

2011-06-24 Thread Brill Pappin
Since most of your work is actually done in Eclipse, which is pretty much the same on any platform (aside from obvious UI diferences) I don't think it matters much. I use a Mac myself, and a peer I have uses Linux. However there are a few things you should consider. - If you ever want to do IOS

Re: [android-developers] Lower android version support not recognized by market

2011-06-24 Thread Raghav Sood
My minSDK and target levels are set to 7. I did publish it. I am now quite sure it is a market bug, because while the page says android 2.2 and above it installa perfectly on my friend's 2.1 device. Thanks for your help TreKing. On Sat, Jun 25, 2011 at 12:16 PM, TreKing wrote: > On Sat, Jun 25,

Re: [android-developers] Lower android version support not recognized by market

2011-06-24 Thread TreKing
On Sat, Jun 25, 2011 at 1:28 AM, Raghav Sood wrote: > I updated my app to work with eclair. Earlier it was froyo and above only. > I uploaded the upgraded apk to the market but the market page still shows > android 2.2 and above. > What's your target and min SDK set to? You made sure to Publish

Re: [android-developers] Re: Best third party video player api android

2011-06-24 Thread NaveenShrivastva
Sir i want to play long video use with code interface -- 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 android-developers+

[android-developers] WebView broken in SDK 8?

2011-06-24 Thread Brill Pappin
I'm have no end of problems with WebView between SDK 8 (2.2) and SDk 10 (2.3.3). What works perfectly in 10 doesn't work at all in 8. Specifically, in SDK 8 i can't get horizontal scrolling working and links are not clickable... but the same code works perfectly in 10. I remember my Nexus One h

[android-developers] Re: Best third party video player api android

2011-06-24 Thread Doug
On Jun 24, 11:51 am, naveen kumar wrote: > What is best third party mediaplayer(Video) api.Which able to > interface with my own created app. Do you know what your choices are? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

[android-developers] Lower android version support not recognized by market

2011-06-24 Thread Raghav Sood
Hi all, I updated my app to work with eclair. Earlier it was froyo and above only. I uploaded the upgraded apk to the market but the market page still shows android 2.2 and above. Is this another one of the endless list of market bugs? Please help. Thanks -- Raghav Sood http://www.raghavsood.co

Re: [android-developers] Re: App installs on emulator but not on device

2011-06-24 Thread Raghav Sood
I fixed the problem. The apk hadn't been signed correctly. Thanks On Sat, Jun 25, 2011 at 11:45 AM, Doug wrote: > What does logcat say? > > On Jun 24, 8:16 am, Raghav Sood wrote: > > Yes I did. It didn't work. Any other ideas. > > -- > You received this message because you are subscribed to th

[android-developers] Re: Need someone to test app on physical device 2.3, 3.0, 31

2011-06-24 Thread Doug
1) Set up a free web site for your app (blog, sourceforge, whatever) 2) Publish your app on one of the free markets (SlideME, for example) (or simply provide your APK as a download on the free site) 3) Point the users of your app to your web site 4) On the web site or market page, ask your users

[android-developers] Re: App installs on emulator but not on device

2011-06-24 Thread Doug
What does logcat say? On Jun 24, 8:16 am, Raghav Sood wrote: > Yes I did. It didn't work. Any other ideas. -- 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 unsubsc

Re: [android-developers] Can you avoid redrawing a view that is partially obscured by another view?

2011-06-24 Thread Romain Guy
Unfortunately we have to redraw what's behind translucent/transparent views. You should try to optimize the background view (by enabling its drawing cache with View.setDrawingCacheEnabled() for instance.) On Fri, Jun 24, 2011 at 9:55 PM, Justin wrote: > Here is my situation: I have two views, a f

Re: [android-developers] Re: Need someone to test app on physical device 2.3, 3.0, 31

2011-06-24 Thread Raghav Sood
Thanks for the log gjs. Appreciate your help. Jim I know it should offer more than this. I am working on fixing some of the bugs and adding google maps to it. Thanks for your help everyone. P.S. I did raise the $25. Borrowed from a friend. :-) On Sat, Jun 25, 2011 at 8:27 AM, Spooky wrote: > O

[android-developers] Can you avoid redrawing a view that is partially obscured by another view?

2011-06-24 Thread Justin
Here is my situation: I have two views, a front view and a back view. The back view is slow to redraw, and updates only occasionally (once a second or so). The front view is transparent in most parts, fast to draw, and updates at around 60 fps. Is there any way I can make this work? It seems

[android-developers] Re: Need someone to test app on physical device 2.3, 3.0, 31

2011-06-24 Thread Spooky
On Jun 24, 9:28 pm, gjs wrote: > I'd suggest you overlay the quake data graphically on a map > rather than just as a list of text. Yeah, no kidding, especially when the worlwide quake data is already online at the USGS site as both a list and as maps :-) http://earthquake.usgs.gov/ Who nee

[android-developers] Re: Need someone to test app on physical device 2.3, 3.0, 31

2011-06-24 Thread gjs
Hi, I downloaded the app from your website & ran twice for you in 3.1 on a Xoom as you can probably see in your server logs, seems to work ok. Here's the log from the Xoom - 06-25 12:08:10.920: INFO/ActivityManager(2651): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.cate

[android-developers] Re: Is it possible to use MonkeyRunner from java

2011-06-24 Thread Karthikeyan R
Hi Bill, Thank you so much for sharing the information. we wanted to create a automation framework in java having MonkeyRunner as base. Could you give me one small sample using java, it will be really helpful for us. To give you a context we wanted to automated the device as a whole where we in

[android-developers] Re: Bluetooth Serial Port Question

2011-06-24 Thread gjs
Hi, Yes I have this working correctly in similar scenario you describe with InsecureRfcomm, try creating & connecting an outgoing socket connection to the device and make sure you are using the correct UUID string for the device. eg 'Hint: If you are connecting to a Bluetooth serial board then tr

[android-developers] Re: When starting two emulators, each Logcat Messages will be printed twice

2011-06-24 Thread Indicator Veritatis
You can try not using DDMS perspective to view the Logcat output. Instead, launch two Terminal windows, run adb in each one, and connect specifically to the two distinct emulator instances. Then the two windows should show the logcat output of the two emulators with no mixing. Of course, if you ar

Re: [android-developers] What are your thoughts on this service - activity communication pattern?

2011-06-24 Thread TreKing
On Fri, Jun 24, 2011 at 5:45 AM, Zsombor wrote: > So what do you think of this pattern? Sounds like overkill - check out the Local Service example in the Service documentation. - TreKing

Re: [android-developers] Re: authentication of an app in facebook

2011-06-24 Thread TreKing
On Fri, Jun 24, 2011 at 4:10 PM, Ali Chousein wrote: > TreKing, I repeat everything I said before, I hate playing with words > and I'm not going to continue this discussion further. > Do you realize that by posting you have continued the discussion further ... ? But OK, I accept your apology. >

[android-developers] Re: How to immediately dispatch touch events outside of a PopupWindow

2011-06-24 Thread Shri
I got this mixed up. ListPopupWindow is non-modal by default and so does dispatch events to other widgets as I want. If I do #setModal(true), the touch events do not get dispatched. However, ListPopupWindow is always modal and it does not have a #setModal method on it. Does this just seem like a mi

[android-developers] Smart dismissability of ListPopupWindow

2011-06-24 Thread Shri
I use the following code to show a popup menu when the user taps an anchor button. final ListPopupWindow popup = new ListPopupWindow(this); anchorButtonView.setOnClickListener(new OnClickListener() { @Override public void onClick(View view) { if (!popup.isShowing()) {

[android-developers] Re: How to immediately dispatch touch events outside of a PopupWindow

2011-06-24 Thread Shri
Calling #setModal(false) works. It confusing because the PopupWindow seems to be modal by default but ListPopupWindow is not. On Jun 15, 9:54 pm, harsh chandel wrote: > how are you using your pop up as alert dialog or just dialog >  try using dialog may be this coulod help > > On Jun 15, 10:48 pm

Re: [android-developers] What OS is more user friendly for Android development.

2011-06-24 Thread Olivier Guilyardi
I have 5 devices from different manufacturers. I plug them into a Mac and never had to worry about drivers. It just works. But I actually do all my development work on Linux, and I route adb communications to my Macbook via ssh port forwarding. This setup works flawlessly. I got upset by the USB is

[android-developers] Re: Honeycomb: How can I set the Mouse position?

2011-06-24 Thread Devomat
All what I want is impossible ;) Thanks for your very quick answer. -- 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 andr

Re: [android-developers] Honeycomb: How can I set the Mouse position?

2011-06-24 Thread Dianne Hackborn
No it is not. On Fri, Jun 24, 2011 at 2:19 PM, Devomat wrote: > Hi, > > I have a Asus Transformer with Dock-Keyboard + external USB Mouse. Now > I wont to set the mouse pointer at a specific position. Is that > possible? > > Thanks. > > -- > You received this message because you are subscribed t

[android-developers] Honeycomb: How can I set the Mouse position?

2011-06-24 Thread Devomat
Hi, I have a Asus Transformer with Dock-Keyboard + external USB Mouse. Now I wont to set the mouse pointer at a specific position. Is that possible? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Re: authentication of an app in facebook

2011-06-24 Thread Ali Chousein
TreKing, I repeat everything I said before, I hate playing with words and I'm not going to continue this discussion further. Do you know why? Because it doesn't make sense to generate crappy content in such a discussion list. You keep on posting a link on how to ask a smart question on a discussion

[android-developers] Re: authentication of an app in facebook

2011-06-24 Thread Ali Chousein
TreKing, I repeat everything I said before, I hate playing with words and I'm not going to continue this discussion further. Do you know why? Because it doesn't make sense to generate crappy content in such a discussion list. You keep on posting a link on how to ask a smart question on a discussion

[android-developers] Re: authentication of an app in facebook

2011-06-24 Thread Ali Chousein
TreKing, I repeat everything I said before, I hate playing with words and I'm not going to continue this discussion further. Do you know why? Because it doesn't make sense to generate crappy content in such a discussion list. You keep on posting a link on how to ask a smart question on a discussion

Re: [android-developers] Launch timeout has expired, giving up wake lock!

2011-06-24 Thread Dianne Hackborn
This means that your main thread is continually running, pumping message through its message queue without ever going idle. If that is what you want, there is nothing to fix. This is why the log message is a warning, not an error. On Fri, Jun 24, 2011 at 11:12 AM, dario wrote: > Hello > > I tr

[android-developers] Blog on creating the android test project for zxing 1.7

2011-06-24 Thread MCON Dev
zXing guys have done a good job with zxing 1.7. Creating a zxing project for android was not painful at all. Thanks. A quick blog on it for people who need help anyway. http://mcondev.wordpress.com/2011/06/24/zxing-1-7-for-android-on-eclipse/ Conny -- You received this message because you are

[android-developers] Best third party video player api android

2011-06-24 Thread naveen kumar
What is best third party mediaplayer(Video) api.Which able to interface with my own created app. -- 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 th

Re: [android-developers] What OS is more user friendly for Android development.

2011-06-24 Thread Fred Niggle
I highly recommend Ubuntu 10.04. I found it work out of the box, and 'just works'. It seems to me that it works 'with you' unlike my past experience with windows which was a constant battle. If your unsure then why not simply dual boot it and see for your elf? There is a ton of help available via

Re: [android-developers] Expandable List and Intents

2011-06-24 Thread NaveenShrivastva
2011/6/25 ΙΟΥΛΙΑ ΓΡΗΓΟΡΙΑΔΟΥ > I ' ll try the debug..Thanks Treking. > > -- > 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

Re: [android-developers] Expandable List and Intents

2011-06-24 Thread ΙΟΥΛΙΑ ΓΡΗΓΟΡΙΑΔΟΥ
I ' ll try the debug..Thanks Treking. -- 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 android-developers+unsubscr...@goo

Re: [android-developers] Expandable List and Intents

2011-06-24 Thread ΙΟΥΛΙΑ ΓΡΗΓΟΡΙΑΔΟΥ
I tried this but i had the same problem. 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 from this group, send email to android-developers+unsu

Re: [android-developers] Expandable List and Intents

2011-06-24 Thread TreKing
2011/6/24 ΙΟΥΛΙΑ ΓΡΗΓΟΡΙΑΔΟΥ > force close when i click an group OK, now use your debugger and LogCat to get the details of the error that's generated when you get your force close. - TreKing

Re: [android-developers] Re: How to play large size video from sdcard in android

2011-06-24 Thread Miguel Morales
Post your whole logcat and your layout xml. On Fri, Jun 24, 2011 at 11:09 AM, NaveenShrivastva < kumarnaveen.si...@gmail.com> wrote: > > > On Fri, Jun 24, 2011 at 11:26 PM, Miguel Morales > wrote: > >> Are you getting paid for this? If so, pay one of us and we can fix it for >> you. >> >> >> On

[android-developers] Launch timeout has expired, giving up wake lock!

2011-06-24 Thread dario
Hello I tryed to start Activity from other Activity startActivity(Main.this,Game.class); and when Game activity is show on the screen after 1-2 sec its go left and make black screen and its write this warrning 05-17 10:07:24.819: WARN/ActivityManager(73): Launch timeout has expired, giving up

Re: [android-developers] Re: How to play large size video from sdcard in android

2011-06-24 Thread NaveenShrivastva
On Fri, Jun 24, 2011 at 11:26 PM, Miguel Morales wrote: > Are you getting paid for this? If so, pay one of us and we can fix it for > you. > > > On Fri, Jun 24, 2011 at 10:55 AM, naveen kumar < > kumarnaveen.si...@gmail.com> wrote: > >> >> >> On Jun 24, 7:03 pm, naveen kumar wrote: >> > On Jun 2

Re: [android-developers] What OS is more user friendly for Android development.

2011-06-24 Thread Kristopher Micinski
On Fri, Jun 24, 2011 at 12:17 PM, Srinivas Nainala wrote: > I have found some problems with Ubuntu and Windows when I connected > Dell Streak device, its not detecting in DDMS tool, then I am unable > to debug my app. I try download the related drivers still not > detecting. > > Could you suggest

Re: [android-developers] Expandable List and Intents

2011-06-24 Thread NaveenShrivastva
On Fri, Jun 24, 2011 at 11:27 PM, TreKing wrote: > On Fri, Jun 24, 2011 at 10:31 AM, juliagrig wrote: > >> My list is ok, but when i call an intent , for example in groupClick >> , doesn't work. >> > > Explain "doesn't work". > > >

Re: [android-developers] Expandable List and Intents

2011-06-24 Thread ΙΟΥΛΙΑ ΓΡΗΓΟΡΙΑΔΟΥ
force close when i click an group sorry i didn't expalin better -- 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 androi

Re: [android-developers] Expandable List and Intents

2011-06-24 Thread TreKing
On Fri, Jun 24, 2011 at 10:31 AM, juliagrig wrote: > My list is ok, but when i call an intent , for example in groupClick > , doesn't work. > Explain "doesn't work". - TreKing

Re: [android-developers] Re: How to play large size video from sdcard in android

2011-06-24 Thread Miguel Morales
Are you getting paid for this? If so, pay one of us and we can fix it for you. On Fri, Jun 24, 2011 at 10:55 AM, naveen kumar wrote: > > > On Jun 24, 7:03 pm, naveen kumar wrote: > > On Jun 24, 6:08 pm, Peter Stacey wrote: > > > > > > > > > Not yet. You haven't asked enough times...Oh wait. 5

[android-developers] Re: How to play large size video from sdcard in android

2011-06-24 Thread naveen kumar
On Jun 24, 7:03 pm, naveen kumar wrote: > On Jun 24, 6:08 pm, Peter Stacey wrote: > > > > > Not yet. You haven't asked enough times...Oh wait. 5 times already > > today...The same question? > > > Yes, the same basic question 5 times in a 4 hours. > > > Ok, since you asked so many times it must

Re: [android-developers] Re: Integrating ACRA

2011-06-24 Thread Raghav Sood
Update. I fixed it. The jar file had gotten corrupted. I downloaded it again and it works now Thanks for all the help On 6/24/11, Raghav Sood wrote: > Didn't work. It tells me that no such thing exists. > > On 6/24/11, RichardC wrote: >> Your imports should be: >> >> import org.acra.ACRA; >> im

Re: [android-developers] Re: Integrating ACRA

2011-06-24 Thread Raghav Sood
Didn't work. It tells me that no such thing exists. On 6/24/11, RichardC wrote: > Your imports should be: > > import org.acra.ACRA; > import org.acra.annotation.ReportsCrashes; > > > On Jun 24, 2:46 pm, Raghav Sood wrote: >> I definitely added the jar to the build path. The import statements wor

Re: [android-developers] Is it possible to use MonkeyRunner from java

2011-06-24 Thread Bill Napier
If you mean from Java on the phone (like as part of an application), then the answer is no. If you mean from Java on a computer, then the answer is yes. You just need to make your java project depend on the MonkeyRunner.jar and you can call some of it's internal classes to do what you need. We'r

Re: [android-developers] What OS is more user friendly for Android development.

2011-06-24 Thread Mark Murphy
On Fri, Jun 24, 2011 at 12:17 PM, Srinivas Nainala wrote: > I have found some problems with Ubuntu and Windows when I connected > Dell Streak device, its not detecting in DDMS tool, then I am unable > to debug my app. I try download the related drivers still not > detecting. I am not aware of suc

Re: [android-developers] Title bar progress indicators - independent or connected?

2011-06-24 Thread Kostya Vasilyev
They seem to be related. If you request both FEATURE_INDETERMINATE_PROGRESS and FEATURE_PROGRESS (the wheel and the bar, respectively), then setting a progress bar value also shows and hides the progress wheel. You can call setProgressBarIndeterminateVisibility(false) with each progress bar updat

[android-developers] Re: TabActivity and NewIntent (with NFC read tag)

2011-06-24 Thread nadam
Which of the three activities have you implemented onNewIntent and onResume in? I would try adding them to all three and set breakpoints in all of them to se which ones get called in these scenarios. On 22 Juni, 13:20, benza wrote: > Dear all, > > I am working on an application that implements a

[android-developers] Re: Integrating ACRA

2011-06-24 Thread RichardC
Your imports should be: import org.acra.ACRA; import org.acra.annotation.ReportsCrashes; On Jun 24, 2:46 pm, Raghav Sood wrote: > I definitely added the jar to the build path. The import statements work > fine. Only the ACRA.init(this); and @ReportCrashes gives errors. > > On Fri, Jun 24, 2011

[android-developers] Paypal using Webview

2011-06-24 Thread Mahavir Jain
Hi, I want to know if i can integrate the paypal without using paypal library for android. (May be using webview)? Can anyone throw some light on this? I tried to find but didn't got any proper point to start with. Thanks in advance. Mahavir -- You received this message because you are subscrib

[android-developers] What OS is more user friendly for Android development.

2011-06-24 Thread Srinivas Nainala
I have found some problems with Ubuntu and Windows when I connected Dell Streak device, its not detecting in DDMS tool, then I am unable to debug my app. I try download the related drivers still not detecting. Could you suggest me how can I avoid USB drivers problem while connecting to DDMS debugg

Re: [android-developers] Re: authentication of an app in facebook

2011-06-24 Thread TreKing
On Fri, Jun 24, 2011 at 1:31 AM, Ali Chousein wrote: > @TreKing: Any Android SDK integration question can perfectly be asked here. > Unless I'm reading the wrong post, there is not a single mention of integrating anything into the Android SDK. The OP's question was about authenticating with Faceb

[android-developers] Title bar progress indicators - independent or connected?

2011-06-24 Thread Brian
In an upcoming project of mine, I'd like to show and hide the progress bar and indeterminate progress indicators in the title bar independently, indicating different things. Has anyone tried this? If so, did it work? While I could try it when I get to that part of the project, I'd rather check fi

Re: [android-developers] Re: update spinner

2011-06-24 Thread Kostya Vasilyev
Ummm intgetSelectedItemPosition () Return the position of the currently selected item within the adapter's data set voidsetSelection

Re: [android-developers] Re: update spinner

2011-06-24 Thread TreKing
On Fri, Jun 24, 2011 at 10:21 AM, souissi haythem wrote: > I try this but it still didn't work. > You should expand on what "this" is that you tried and what "didn't work" means, if you want help. > did you have an example of using two spinners. > Did you Google "Android Spinner Example"? ---

[android-developers] Expandable List and Intents

2011-06-24 Thread juliagrig
hi all, sorry for my english, i have a problem with my expandable list. I have tried to fix this with many ways but i didn't achieve anything. So, I have an expandable list view, with simpleExpandable List Adapter. My list is ok, but when i call an intent , for example in groupClick , doesn't work

[android-developers] Re: update spinner

2011-06-24 Thread souissi haythem
I try this but it still didn't work. did you have an example of using two spinners. thanks On Jun 24, 1:19 am, TreKing wrote: > On Thu, Jun 23, 2011 at 6:03 PM, Indicator Veritatis wrote: > > > Well now, TreKing, I have read the documentation on both, and I still don't > > consider the answer o

Re: [android-developers] App installs on emulator but not on device

2011-06-24 Thread Raghav Sood
Yes I did. It didn't work. Any other ideas. On 6/24/11, Kristopher Micinski wrote: > On Fri, Jun 24, 2011 at 10:52 AM, Raghav Sood wrote: > >> Hi all, >> >> I updated my app and now it doesn't install on my device but works >> perfectly on the emulator. Both are running Froyo(2.2). On the phone

[android-developers] Re: Job Opportunity/ Freelance Android Developer

2011-06-24 Thread V3nom
Hi, Maybe you are also looking for Android developer? I have designed several Android applications, but I prefer programming :) If so, I could send you my App porfolio and more information. -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] App installs on emulator but not on device

2011-06-24 Thread Kristopher Micinski
On Fri, Jun 24, 2011 at 10:52 AM, Raghav Sood wrote: > Hi all, > > I updated my app and now it doesn't install on my device but works > perfectly on the emulator. Both are running Froyo(2.2). On the phone > it reaches the installing application screen but then says Application > Not Installed. Th

[android-developers] App installs on emulator but not on device

2011-06-24 Thread Raghav Sood
Hi all, I updated my app and now it doesn't install on my device but works perfectly on the emulator. Both are running Froyo(2.2). On the phone it reaches the installing application screen but then says Application Not Installed. The only change made to my app was that I replaced admob with airpus

[android-developers] Re: Default SMS Activity Result code coming asRESULT_CANCELED even SMS is received successfully

2011-06-24 Thread John
Copy of the help startActivityForResult(). See the Note on why the result might not be as expected. John Launch an activity for which you would like a result when it finished. When this activity exits, your onActivityResult() method will be called with the given requestCode. Using a negative reque

Re: [android-developers] Spinner did not got focus

2011-06-24 Thread Waqas Ahmed
thanx i solved this by using set focusable and focusableInTouchMode properties of spinner. On Thu, Jun 23, 2011 at 2:25 AM, TreKing wrote: > On Wed, Jun 22, 2011 at 10:44 AM, Waqas Ahmed wrote: > >> Is there any way that spinner got the focus? > > > Try Focusable and Focusable In Touch Mode pro

[android-developers] Re: How to play large size video from sdcard in android

2011-06-24 Thread naveen kumar
On Jun 24, 6:08 pm, Peter Stacey wrote: > Not yet. You haven't asked enough times...Oh wait. 5 times already > today...The same question? > > Yes, the same basic question 5 times in a 4 hours. > > Ok, since you asked so many times it must be urgent for me. > > Oh wait. No it isn't that urgent fo

Re: [android-developers] Re: Integrating ACRA

2011-06-24 Thread Raghav Sood
I definitely added the jar to the build path. The import statements work fine. Only the ACRA.init(this); and @ReportCrashes gives errors. On Fri, Jun 24, 2011 at 5:50 PM, Andrew Gregory wrote: > I'm not at my pc right now, so I can't check, but have you added the acra > jar to the build path? It'

[android-developers] Re: Static boolean in Service "resets" after device comes back to sleep?

2011-06-24 Thread Freddman
After reading my text I just realized something! in the service onStartCommand() i check if the passed intent is != null and if that is the case proceed to check the connection state. But if the service was killed while in "idle" the intent would have been null and i would NOT have proceeded to ch

[android-developers] Error with HTTP Client

2011-06-24 Thread Jorge Luis
06-24 10:15:46.780: ERROR/InputDispatcher(118): channel '40c11ef0 com.ibssistemas.app/com.ibssistemas.app.principal (server)' ~ Consumer closed input channel or an error occurred. events=0x8 06-24 10:15:46.780: ERROR/InputDispatcher(118): channel '40c11ef0 com.ibssistemas.app/com.ibssistemas.app.p

[android-developers] Static boolean in Service "resets" after device comes back to sleep?

2011-06-24 Thread Freddman
I have a Service that is launched from in a widget, when the service start's it sets a static boolean to either true or false depending if it's able to connect to a device in my home network. I have different buttons on my widget performing different task if we are connected, I also have an alarm

[android-developers] Re: How to play large size video from sdcard in android

2011-06-24 Thread Peter Stacey
Not yet. You haven't asked enough times...Oh wait. 5 times already today...The same question? Yes, the same basic question 5 times in a 4 hours. Ok, since you asked so many times it must be urgent for me. Oh wait. No it isn't that urgent for me, but I might get around to it when I have a bit mor

Re: [android-developers] Svar: how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Thanks Mark. On Fri, Jun 24, 2011 at 6:26 PM, Mark S. wrote: > Ankit, > > Please check http://geosoft.no/development/android.html. > > Item #8 for creating a keystore, #14 for creating an unsigned .apk, and #15 > for signing the .apk file. > > Regards, > > Mark > > > -- > You received this mess

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Thanks Jorge Luis i though it's free On Fri, Jun 24, 2011 at 6:15 PM, Jorge Luis wrote: > To create a keystore you must register as a developer at Android Market, > pay the $25 fee and then you'll be able to create the keystore ;D > > > 2011/6/24 Ankit Kasliwal > >> i saw there but how i create

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Dear i understand English but at that time i ask u keystore and u not mention in ur mail that comment over there and i ll reply u. u just say comment over there so just do one thing use your words carefully. Thanks! On Fri, Jun 24, 2011 at 6:15 PM, Mohammed Hossain Doula < hossaindo...@gmai

[android-developers] Svar: how to create a apk file

2011-06-24 Thread Mark S.
Ankit, Please check http://geosoft.no/development/android.html. Item #8 for creating a keystore, #14 for creating an unsigned .apk, and #15 for signing the .apk file. Regards, Mark -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To p

Re: [android-developers] What are your thoughts on this service - activity communication pattern?

2011-06-24 Thread Kostya Vasilyev
The entire Activity configuration change happens as one atomic event on the UI thread, so there is never anything "in the middle of rotation". As far as statics go - they don't just magically disappear. Statics are lost when the process is killed, like all other variables (and open files, etc.). N

Re: [android-developers] how to create a apk file

2011-06-24 Thread Jorge Luis
To create a keystore you must register as a developer at Android Market, pay the $25 fee and then you'll be able to create the keystore ;D 2011/6/24 Ankit Kasliwal > i saw there but how i create keystore coz i m not able to create keystore > > On Fri, Jun 24, 2011 at 6:13 PM, Ankit Kasliwal < >

Re: [android-developers] how to create a apk file

2011-06-24 Thread Mohammed Hossain Doula
Don't you understand English... I told you just put your comment in the blog regarding what you are asking... I will give you reply there... On Fri, Jun 24, 2011 at 6:43 PM, Ankit Kasliwal wrote: > Sorry what you say i am not able to understand. > > On Fri, Jun 24, 2011 at 5:59 PM, Mohammed Hoss

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
i saw there but how i create keystore coz i m not able to create keystore On Fri, Jun 24, 2011 at 6:13 PM, Ankit Kasliwal wrote: > Sorry what you say i am not able to understand. > > On Fri, Jun 24, 2011 at 5:59 PM, Mohammed Hossain Doula < > hossaindo...@gmail.com> wrote: > >> Comment over ther

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Sorry what you say i am not able to understand. On Fri, Jun 24, 2011 at 5:59 PM, Mohammed Hossain Doula < hossaindo...@gmail.com> wrote: > Comment over there... > > > On Fri, Jun 24, 2011 at 6:27 PM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> Hi hey is *Unsigned APK but i need si

Re: [android-developers] how to create a apk file

2011-06-24 Thread Mohammed Hossain Doula
Comment over there... On Fri, Jun 24, 2011 at 6:27 PM, Ankit Kasliwal wrote: > Hi hey is *Unsigned APK but i need signed APK.* > > > On Fri, Jun 24, 2011 at 5:46 PM, Mohammed Hossain Doula < > hossaindo...@gmail.com> wrote: > >> >> http://hossaindoula.blogspot.com/2011/06/create-apk-android-pack

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Hi hey is *Unsigned APK but i need signed APK.* On Fri, Jun 24, 2011 at 5:46 PM, Mohammed Hossain Doula < hossaindo...@gmail.com> wrote: > > http://hossaindoula.blogspot.com/2011/06/create-apk-android-package-file.html > > On Fri, Jun 24, 2011 at 6:11 PM, Ankit Kasliwal < > kasliwalankit2...@gmai

Re: [android-developers] Re: Integrating ACRA

2011-06-24 Thread Andrew Gregory
I'm not at my pc right now, so I can't check, but have you added the acra jar to the build path? It's in the instructions, so perhaps you missed that bit? Andrew On 24 Jun 2011 19:40, "Raghav Sood" wrote: > Thanks. > > I did look at there example code. As far as I can see I have literally copy >

Re: [android-developers] how to create a apk file

2011-06-24 Thread Mohammed Hossain Doula
http://hossaindoula.blogspot.com/2011/06/create-apk-android-package-file.html On Fri, Jun 24, 2011 at 6:11 PM, Ankit Kasliwal wrote: > Dear All, > Hi everyone please any one tell me the process of creating apk > file with full step. > Thanks in advance. > > > -- > > Thanks and Regard

[android-developers] Re: Twitter integration - AccessToken issue

2011-06-24 Thread Albert
ummm... this is what Im doing: commonHttpOAuthConsumer = new CommonsHttpOAuthConsumer(CONSUMER_KEY, CONSUMER_SECRET); //DefaultOAuthProvider authProvider = new CommonsHttpOAuthProvider("https:// api.twitter.com/oauth/request_token",

[android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Dear All, Hi everyone please any one tell me the process of creating apk file with full step. Thanks in advance. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups "Androi

Re: [android-developers] how to update widget ?

2011-06-24 Thread Kostya Vasilyev
I know a couple ways, there may be more. One is to use an extra on the Intent that's used to make the PendingIntent, in whcih case you need to use unique request codes (the second paramter). Another is to use another Intent with an int widgetId extra, convert it to a Uri using Intent.toUri(SCHEME

Re: [android-developers] Re: Twitter integration - AccessToken issue

2011-06-24 Thread ram dharan
AccessToken actoken=new AccessToken(CONSUMER_KEY, CONSUMER_SECRET); Twitter twitter=new TwitterFactory().getInstance(); twitter.setOAuthConsumer(ConstantsDemo.CONSUMER_KEY,ConstantsDemo.CONSUMER_SECRET); twitter.setOAuthAccessToken(actoken); try { twitter.upda

[android-developers] Re: Twitter integration - AccessToken issue

2011-06-24 Thread Albert
This is what im doing to update a tweet. Twitter twitter = new TwitterFactory().getInstance(); twitter.setOAuthConsumer(CONSUMER_KEY, CONSUMER_SECRET); twitter.setOAuthAccessToken(accessToken); twitter.updateStatus("Send from my ap

Re: [android-developers] Twitter integration - AccessToken issue

2011-06-24 Thread ram dharan
On Fri, Jun 24, 2011 at 5:16 PM, Albert wrote: > Hi all, > > I am using twitter4j library to integrate my app with Twitter. I am > past the authorization request, callback and I have the token and > tokenSecret back from the authentication. > > What's the problem? I am getting a > "java.lang.Ille

[android-developers] Re: Multi Tag and Record in NFC

2011-06-24 Thread Dominik
What do you mean exactly by Multi-Tag? You can write a NDEF message which contains several NDEF records, but only the type of the first record is used to decide which application is started (i.e. which intent is raised). If you access the card with the tech-APIs, then you can write several NDEF m

[android-developers] Twitter integration - AccessToken issue

2011-06-24 Thread Albert
Hi all, I am using twitter4j library to integrate my app with Twitter. I am past the authorization request, callback and I have the token and tokenSecret back from the authentication. What's the problem? I am getting a "java.lang.IllegalArgumentException: Invalid access token format" error when I

Re: [android-developers] how to update widget ?

2011-06-24 Thread Hitendrasinh Gohil
Hi, If i set action to intent then am i able to get it in onReceive of appwidgetprovider? On Fri, Jun 24, 2011 at 3:25 AM, Hitendrasinh Gohil < hitendra.virtuei...@gmail.com> wrote: > can you provide me some link how to deal with widget ids? > > > On Fri, Jun 24, 2011 at 3:11 AM, Kostya Vasilyev

Re: [android-developers] Re: Integrating ACRA

2011-06-24 Thread Raghav Sood
Thanks. I did look at there example code. As far as I can see I have literally copy pasted everything, making minor changes like the package name etc. Yet it fails to work. I can't test it because the errors do not let it compile. Still, thanks for replying at least. On Fri, Jun 24, 2011 at 5:

Re: [android-developers] Re: Integrating ACRA

2011-06-24 Thread Mark Murphy
On Fri, Jun 24, 2011 at 7:26 AM, Raghav Sood wrote: > Anything? If you want responses in under two hours, hire a consultant. If you wish to limit yourself to the free volunteer assistance, I suggest that you just patiently wait for help, here or on the ACRA support Google Group, where you cross-

[android-developers] Re: Integrating ACRA

2011-06-24 Thread Raghav Sood
Anything? On Fri, Jun 24, 2011 at 2:42 PM, Raghav Sood wrote: > Hi all, > > I am trying to integrate ACRA in my app. I followed the instructions on > there wiki page for the 4.X beta release. I am receiving errors in the class > which extends application. > > The class reads as follows:\ > > pac

  1   2   >