[android-developers] Ways that 2 Android phones communicate between each other

2012-10-12 Thread Jxn
Uselt XMPP and the pubsub extension. In that way you can have multiple instances of your program all communicate with all others. Examples of real uses are inform all about what you play, your position, play chess and chat (jabber). Please note that this is extensions of XMPP and not the chat fu

Re: [android-developers] Tab Customisation

2012-10-12 Thread Amey Bapat
What an attitude..?? Instead of being rude and cluttering our mailbox why don't you Google it for yourself..!! I am not discouraging you. This is a forum for developers for questions related only towards development.. Google provides sample application and tutorials..!! That i what i am asking you

Re: [android-developers] Tab Customisation

2012-10-12 Thread Lew
MagouyaWare wrote: > Hello Bapat >> Dnt give these kind of replies >> > Don't spell "don't" as "Dnt". > >> Be patient and help others dnt discourage >> >> Again. > Reply only if you have interest else just leave others will do this job to >> their best >> > > An interest can include giving

[android-developers] Re: RAM video

2012-10-12 Thread Lew
bob wrote: > Is there any way to load a video into RAM and have it play from there? > > All of it? Small videos only, then. > I don't want one ounce of jitter. > > > You'll have infinite jitter if you load a 2GiB video into 1/2 GiB of RAM and therefore play stops a quarter of the way throu

Re: [android-developers] Android app google maps showing grey tiles and not map!

2012-10-12 Thread Mark Murphy
On Fri, Oct 12, 2012 at 7:11 PM, aek wrote: > I wrote this snippet of program to illustrate google map example, the pb > that happens is tha the google map shows up but empty (only tiles and no > map)! Either: -- You did not request the INTERNET permission, or -- Your device or emulator does n

[android-developers] WebView findAll

2012-10-12 Thread Kris G
Hello all, I have a question about the findAll function in WebViews. I know that it is deprecated, in eclipse this comes up "The method findAll(String) from the type WebView is deprecated". I am targeting 4.1 (API 16) with a minimum of 2.2 (API 8). This is the code I have: public boolean o

[android-developers] Android app google maps showing grey tiles and not map!

2012-10-12 Thread aek
Hi there, I wrote this snippet of program to illustrate google map example, the pb that happens is tha the google map shows up but empty (only tiles and no map)! any help, here is my pg thanks in advance -

[android-developers] compass-less devices =/

2012-10-12 Thread Sheado
Hi All, Looks like there are more and more devices out there with no compass. My game uses compass + accelerometer instead of the gravity sensor for control. So now I need to add gravity sensor support when there's no compass... so 2 questions: - Anybody have a list of compass lacking devic

Re: [android-developers] Tab Customisation

2012-10-12 Thread Justin Anderson
> > Hello Bapat > Dnt give these kind of replies > > Be patient and help others dnt discourage > > Reply only if you have interest else just leave others will do this job to > their best > I disagree... Asking a question on here should only be done after exhausting other options like Google. If s

[android-developers] RAM video

2012-10-12 Thread bob
Is there any way to load a video into RAM and have it play from there? I don't want one ounce of jitter. -- 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 uns

[android-developers] Re: Converting LAt Long to UTM

2012-10-12 Thread Lew
Karl Kristian Markman wrote: > Lew is this more what you are looking for?? > Nope. I was talking about the conversion of 'int' to 'double', which does not involve any formulas. > public final double a = 6378137; //Equatorial radius in meters > (Do not use TAB characters to indent code in

[android-developers] Re: ViewPager subclass + onMeasure

2012-10-12 Thread Chris Sarbora
Found the solution to this: ViewPager.onMeasure() handles measuring its children, which I wasn't accounting for. I changed my onMeasure implementation to simply pass super.onMeasure() some new MeasureSpecs with the size I calculate, and presto: Great success. On Friday, October 12, 2012 1:23:23

[android-developers] EffectFactory

2012-10-12 Thread bob
Anyone know of any good examples of android.media.effect.EffectFactory? I wouldn't mind seeing a camera app that does a Lomo effect in real time. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] Re: android

2012-10-12 Thread bob
Sounds like you will want to use a subclass of * android.view.animation.Animation*. Then call this on your View object: void *setAnimation* (Animation

Re: [android-developers] ANR on android.view.GLES20Canvas.nDrawDisplayList(Native Method)

2012-10-12 Thread Chris Sarbora
Is there a possibility that you could be recursively generating an enormous view tree? Source for the cursor adapter, and any relevant custom views would be useful. On Friday, October 12, 2012 10:59:50 AM UTC-7, Gaurav wrote: > > Hi Romain, > The ANR was observed in an activity that uses a gr

[android-developers] Re: x86 Emulator Image for Jelly Bean and with Google APIs

2012-10-12 Thread Anuj Goyal
1. This is a work in progress. 2. There is an x86 JB system image available for the x86 emulator. I recommend installing it via the SDK manager. http://software.intel.com/en-us/articles/intel-atom-x86-image-for-android-jelly-bean-installation-instructions-manually On Thursday, August 23, 2012 6

[android-developers] Re: Emulator Use Question

2012-10-12 Thread Anuj Goyal
Here is some data on the x86 emulator/HAXM. Feel free to G+ it if you think it will help Android developers. http://www.developer.com/ws/android/development-tools/supercharge-your-android-emulator-speed-with-intel-emulation-technologies.html On Wednesday, August 22, 2012 4:01:54 PM UTC-7, J.B

Re: [android-developers] android

2012-10-12 Thread Justin Anderson
1. Read this first: http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html 2. Get started on your project 3. Feel free to ask again when you run into a specific problem you don't know how to solve... Thanks, Justin Anderson MagouyaWare Developer http://sites.

Re: [android-developers] android app development

2012-10-12 Thread Justin Anderson
1. Read this first: http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html 2. Get started on your project 3. Feel free to ask again when you run into a specific problem you don't know how to solve... Thanks, Justin Anderson MagouyaWare Developer http://sites.g

Re: [android-developers] Getting my buttons to work.

2012-10-12 Thread Justin Anderson
What does the layout xml look like for these buttons? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 12, 2012 at 12:20 PM, Justin Anderson wrote: > Have you looked at the logcat output for any signs of errors or anything? > I don't see anythin

Re: [android-developers] Getting my buttons to work.

2012-10-12 Thread Justin Anderson
Have you looked at the logcat output for any signs of errors or anything? I don't see anything obviously wrong with your code... You could try an anonymous class... Maybe something like this: ButtonMinus.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View

[android-developers] Ways that 2 Android phones communicate between each other

2012-10-12 Thread Archana
Hi, Can someone please tell me what are the possible ways for 2 android phones to communicate with each other?(other than acting like a client/server/C2DM) ? Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

Re: [android-developers] ANR on android.view.GLES20Canvas.nDrawDisplayList(Native Method)

2012-10-12 Thread Gaurav
Hi Romain, The ANR was observed in an activity that uses a gridview to display small images and metadata. The gridview is backed by a cursor adapter that feeds it views. There is not much to draw here. Hence it would be great if you could point me to some guidelines regarding potential root ca

Re: [android-developers] intent extras

2012-10-12 Thread Kristopher Micinski
Please clarify why you want to know this. It seems like you're trying to be more stateful than you should be being.. What happens when the structure of your app slightly changes, and then you have logic in your app to branch on the activity which sent the last intent.. that's bad, right?.. Right.

Re: [android-developers] How to implement Async into my code ?

2012-10-12 Thread Justin Anderson
> > So for andriod 4.0 you can not do http request anymore ? That is not quite accurate... You can't do an http request *on the UI thread *. > So What do I need to adjust here to let it work ? > I would do it either with an AsyncTask or with a Service... possibly an IntentService depending on yo

Re: [android-developers] ANR on android.view.GLES20Canvas.nDrawDisplayList(Native Method)

2012-10-12 Thread Gaurav
Hi Romain, Thanks for the quick turnaround. I do not think I can pursue a bug in the OpenGLDriver or the platform without information about the device or Android OS version in particular. However you also mentioned drawing too much. How much is too much? I would appreciate any guidelines regar

Re: [android-developers] restful webservice

2012-10-12 Thread Justin Anderson
1. Read this: http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html 2. And then go here: http://lmgtfy.com/?q=android+webservice+tutorial 3. When you have a more specific question/problem, feel free to try again... Thanks, Justin Anderson MagouyaWare Develope

Re: [android-developers] spread sheet

2012-10-12 Thread Justin Anderson
1. Read this: http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html 2. Ask again when you have a specific question... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 10, 2012 at 5:41 AM, Nachi.R nach wrote: > h

Re: [android-developers] ANR on android.view.GLES20Canvas.nDrawDisplayList(Native Method)

2012-10-12 Thread Romain Guy
Your application is involved :) This stack trace indicates that the ANR occurs while drawing your application. It could occur for a number of reasons: your app is doing way too much drawing, bug in the platform, bug in the OpenGL driver, etc. On Fri, Oct 12, 2012 at 10:18 AM, Gaurav wrote: > Hi,

Re: [android-developers] serial number?

2012-10-12 Thread RichardC
Note that ANDROID_ID has in the past had a few problems: http://android-developers.blogspot.co.uk/2011/03/identifying-app-installations.html On Friday, October 12, 2012 4:33:12 PM UTC+1, Subodh Nijsure wrote: > > Might want to search for ANDROID_ID in the document it is supposed to give > unique

Re: [android-developers] Re: breakpoint hide and seek

2012-10-12 Thread Justin Anderson
I, for one, angrily curse the UI for being stupid and do absolutely nothing about it. :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 12, 2012 at 11:16 AM, Chris Sarbora wrote: > Eclipse has a Breakpoints list. In your Debug perspective,

[android-developers] ANR on android.view.GLES20Canvas.nDrawDisplayList(Native Method)

2012-10-12 Thread Gaurav
Hi, I am trying to investigate the following ANR. Unfortunately the report does not contain any information regarding device or Android OS version. The entire stack trace has the main thread doing something in the platform with nothing in my application seemingly involved. Any clues regarding

[android-developers] Re: breakpoint hide and seek

2012-10-12 Thread Chris Sarbora
Eclipse has a Breakpoints list. In your Debug perspective, go to Window -> Show View -> Breakpoints. On Friday, October 12, 2012 10:13:50 AM UTC-7, bob wrote: > > What do you all do when your breakpoints get obscured by other symbols in > the margin? > > > For instance, there is a breakpoint her

[android-developers] breakpoint hide and seek

2012-10-12 Thread bob
What do you all do when your breakpoints get obscured by other symbols in the margin? For instance, there is a breakpoint here: -- You received this messa

Re: [android-developers] What's the best design for a background thermostat?

2012-10-12 Thread Justin Anderson
> > What kind of service should I use? > How about a Service? I've tried creating an IntentService with a background thread that runs in > a loop to monitor the temp. The onHandleIntent() method handles the > requests from the UI for updates. Is this a reasonable way to do this? > Not really for

Re: [android-developers] plugin for Eclipse

2012-10-12 Thread Justin Anderson
http://developer.android.com/sdk/installing/installing-adt.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware 2012/10/9 Frank Arroyo > what is the perfect URL to download the official plugin for Eclipse (Juno) > for mobile developers? > > El servicio de

Re: [android-developers] Lock Screen

2012-10-12 Thread Justin Anderson
Not officially, no... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 10, 2012 at 8:18 AM, Sarabjeet Singh Gaba wrote: > Hi, > > Can we customize the default lock screen of an Android device to show a > custom News feed on the same? > > Regards

Re: [android-developers] Slide animation in a listview right/left like samsung contact

2012-10-12 Thread Justin Anderson
Use the GestureDetector class... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Oct 7, 2012 at 4:32 AM, Borja gonzalez wrote: > Hi > > I want to do an app that contains a listview and i want slide to remove > the items like samsung notification b

Re: [android-developers] button does not appear for new Android application in eclipse IDE

2012-10-12 Thread Justin Anderson
1. Go to "File --> New --> Project" 2. In the dialog that opens, Android is one of the options in the list P.S. It is generally a good idea to post your questions in English... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware 2012/10/9 Alex Jiménez

Re: [android-developers] Custom notification with a button: the notification bar stays open when clicking on it (on 4.0)

2012-10-12 Thread Justin Anderson
Have you tested this on a real 4.0 device? It might just be an emulator bug... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 12, 2012 at 8:14 AM, BoD wrote: > Hi! > > I am working on an app that shows a notification that uses a custom layou

Re: [android-developers] Disconnect from a WiFi Direct Group

2012-10-12 Thread Irfan Sheriff
On Fri, Oct 12, 2012 at 9:14 AM, Zach wrote: > Hi, > Thanks for your reply. > I was initially using removeGroup. But here is what happened > A client calls remove group and he will be disconnected from the owner. > But later when Group owner tries to remove the group, it goes to the > OnFailure c

Re: [android-developers] WebView setRotateX()/Y() glitch

2012-10-12 Thread Romain Guy
A way to do this is to set a hardware layer on your WebView. On Oct 12, 2012 1:40 AM, "Avetik Kazhoyan" wrote: > Hi, I'm trying to rotate WebViews with setRotateX()/Y(). The view rotates > but web page contents get cropped / messed up. > > Are setRotate methods applicable to WebViews? > > -- > Yo

Re: [android-developers] Disconnect from a WiFi Direct Group

2012-10-12 Thread Zach
Hi, Thanks for your reply. I was initially using removeGroup. But here is what happened A client calls remove group and he will be disconnected from the owner. But later when Group owner tries to remove the group, it goes to the OnFailure call back. So the only reason would be there is no group a

Re: [android-developers] Disconnect from a WiFi Direct Group

2012-10-12 Thread Irfan Sheriff
On Fri, Oct 12, 2012 at 3:19 AM, Zachariah Tom wrote: > Hi, > > I want to disconnect from a wifi direct group after establishing a > connection. I just want to move out silently without interrupting other > clients that are already in connection with the Group owner. > > I use *manager.Connect()*

Re: [android-developers] serial number?

2012-10-12 Thread Subodh Nijsure
Might want to search for ANDROID_ID in the document it is supposed to give unique id Subodh On Oct 12, 2012 8:24 AM, "bob" wrote: > Does every Android tablet have a serial number or some kind of unique > identifier? > > > -- > You received this message because you are subscribed to the Google >

[android-developers] serial number?

2012-10-12 Thread bob
Does every Android tablet have a serial number or some kind of unique identifier? -- 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,

[android-developers] Re: android4.0 source code build error !! Please Help ME !

2012-10-12 Thread RichardC
AOSP groups are here: http://source.android.com/community/index.html On Friday, October 12, 2012 4:05:14 PM UTC+1, swingyang yang wrote: > > Hi, all > The problems as following : > > prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../..

[android-developers] Custom notification with a button: the notification bar stays open when clicking on it (on 4.0)

2012-10-12 Thread BoD
Hi! I am working on an app that shows a notification that uses a custom layout (notification.contentView = remoteViews), that contains a button. First of all, I am aware that there are new APIs to do this in 4.1 but my app has to work on 4.0. I want the button to start an activity so I do this:

Re: [android-developers] Get access to manifest.xml before installing the apk

2012-10-12 Thread Justin Anderson
No. And No. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 9, 2012 at 3:17 AM, Foi wrote: > Is there any way to retrieve manifest.xml of APKs from "Google Play" > before installing the application? (in the same way that "google play > applica

[android-developers] Re: Whats file dir

2012-10-12 Thread Chris Sarbora
Seems like a question you'd ask FileDir.com. On Tuesday, October 9, 2012 5:12:14 PM UTC-7, Paulo Henrique Peres wrote: > > I received this email but not signed up my app in this place, anyone know > how the apps are enrolled in filedir? > > Hi *Paulo Henrique Peres*, > > Information about your ap

Re: [android-developers] Re: How to Sync Database Data to a Desktop Application without internet connection..

2012-10-12 Thread Anees Thyrantakath
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+unsubscr...@googlegroups.com For more options

[android-developers] Re: Media player help

2012-10-12 Thread avluis
Read this (note, I'm not the poster, so credits to him if you must): Shoutcast/Icecast streaming on android (POI

[android-developers] Re: How to add string.xml for a different locale

2012-10-12 Thread avluis
This has everything you need and then some: Android SDK > API Guides > App Resources > Localization On Friday, October 12, 2012 8:15:34 AM UTC-5, Farhan wrote: > > Hi, > > I have seen some forums, skimmed through stackoverflow

[android-developers] Re: How to add string.xml for a different locale

2012-10-12 Thread RichardC
http://developer.android.com/guide/topics/resources/localization.html http://developer.android.com/guide/topics/resources/providing-resources.html#AlternativeResources On Friday, October 12, 2012 2:15:34 PM UTC+1, Farhan wrote: > > Hi, > > I have seen some forums, skimmed through stackoverflow be

[android-developers] Re: How to Sync Database Data to a Desktop Application without internet connection..

2012-10-12 Thread avluis
Does this look like something that can get you started: SQLite JDBC Driver (Google Code). On Friday, October 12, 2012 2:13:01 AM UTC-5, Aadi Rockzz wrote: > > I have a Desktop Application on .net and i wanted to make an Android > Application which will syn

[android-developers] Re: the "Welcome to Android Development" window doesn't appears

2012-10-12 Thread avluis
For reference, I replied to the Topic Poster, but here is what I provided him with: -- OK, I see that you are using eclipse 4.2.1 so it is not an eclipse version issue. Can you verify that you have a proper jdk from apple installed, since you are using 10.5.8. One issue I'm familiar with on

[android-developers] How to add string.xml for a different locale

2012-10-12 Thread Farhan Tariq
Hi, I have seen some forums, skimmed through stackoverflow before posting here. I need to know how I can add a string.xml file for a different language. Android uses "es" to refer to english language. How can I use, say "values-XX" and a String.xml file in it for reading values in my app? I want t

[android-developers] Re: Does higher version support all feature of lower version in android?

2012-10-12 Thread avluis
What I see here is that while some things are backward compatible (most are forward compatible), you also have to look at certain things that were not implemented until that new version that you are working on. So, e.g; If I start a project using api level 16, I don't expect to have things like

Re: [android-developers] How to Sync Database Data to a Desktop Application without internet connection..

2012-10-12 Thread Anees Thyrantakath
Okay No Problem i'll wait for a week..:) Thanks for the link :)... -- 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

[android-developers] Re: Changes to Strings.xml not showing up on resource chooser

2012-10-12 Thread avluis
On that third snapshot, their is a stray line at the beginning of your strings.xml. Remove that, there should be nothing before your opening bracket. That should fix it. On Monday, October 8, 2012 4:25:12 AM UTC-5, Mugambo wrote: > > changes made to strings.xml had two new strings which are not r

[android-developers] Re: Read Card Swipe data in Android

2012-10-12 Thread avluis
While I understand that this post is asking for help, you need to find out what you are working with. So if you don't have a guide, sdk docs, or pdfs that come along with development kits for this reader of yours, you won't be able to implement that in your program. If this reader comes with an

Re: [android-developers] How to put GridView inside ScrollView

2012-10-12 Thread Justin Anderson
> > If I use GridLayout instead of GridView then how can I do this.Will you > elaborate this > Ummm... you use a GridView... and then your put other views in it. Not sure what else you are wanting... It is just a basic layout like any other layout... LinearLayout, RelativeLayout, etc... Thanks, J

Re: [android-developers] problem in alertDialog login

2012-10-12 Thread Justin Anderson
How about looking at the documentation for EditText? https://developer.android.com/reference/android/widget/EditText.html#getText%28%29 Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 10, 2012 at 4:49 AM, manjula pallewela < manjulapallew...@gma

Re: [android-developers] Read Card Swipe data in Android

2012-10-12 Thread Justin Anderson
Seriously? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 11, 2012 at 12:06 AM, Adeel Ansari < muhammadadeelans...@gmail.com> wrote: > Hi, > > I want to make Application in which i have to read Card Swipe data . Card > Swipe device attached wi

Re: [android-developers] Media player help

2012-10-12 Thread Justin Anderson
How in the world do you expect anyone to help you? Are we supposed to be mind readers? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 11, 2012 at 3:14 AM, Ravi wrote: > Hello there, > I have problem in playing icecast stream radio through my

Re: [android-developers] Changes to Strings.xml not showing up on resource chooser

2012-10-12 Thread Justin Anderson
What does the code look like where you are using those string resources? Are you doing something like this? myTextView.setText("@string/celsius"); Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Oct 8, 2012 at 3:25 AM, Mugambo wrote: > changes ma

Re: [android-developers] Screen dim events in android

2012-10-12 Thread Justin Anderson
What are you wanting to do? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 12, 2012 at 5:19 AM, Mark Murphy wrote: > On Thu, Oct 11, 2012 at 1:43 AM, Arun M R wrote: > > Is there any methods to catch screen dim in android? > > Not that I am a

Re: [android-developers] How to put GridView inside ScrollView

2012-10-12 Thread Justin Anderson
> > But I have to do this,so can any please give me some idea about this > You can't. You read the documentation. It's not possible. You'll have to rethink your design. You could probably use TableLayout or GridLayout to accomplish this look. Thanks, Justin Anderson MagouyaWare Developer http:/

Re: [android-developers] How to put GridView inside ScrollView

2012-10-12 Thread Mark Murphy
On Fri, Oct 12, 2012 at 8:33 AM, Dilip Kumar Chaudhary wrote: > I have to design layout such that whole layout should scroll and inside > layout I have to display related content in Grid form so I decided to use > GridView.But problem is that I’m unable to use GridView inside ScrollView I > have r

[android-developers] How to put GridView inside ScrollView

2012-10-12 Thread Dilip Kumar Chaudhary
Hi all, I have to design layout such that whole layout should scroll and inside layout I have to display related content in *Grid* form so I decided to use *GridView*.But problem is that I’m unable to use *GridView* inside * ScrollView* I have read documentation(Documentation also saying that we sh

[android-developers] Re: How to replace free version by paid version of app

2012-10-12 Thread John Coryat
A more efficient method would use the "Freemium" model - free download with in-app billing for upgrades. It's better to keep all your download statistics and reviews under one app instead of diluting your exposure with multiple apps. You can also use the subscription model so you're not stuck i

Re: [android-developers] How to Sync Database Data to a Desktop Application without internet connection..

2012-10-12 Thread Jxn
Yes, http://google.com/ ;-) No, I do not have access to the computer right now. You have to wait a week and hope that I remember... -- 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@go

[android-developers] Re: Why would SIGSEGV crash occur in Galaxy S3 Android WebView?

2012-10-12 Thread Anthony Prieur
Try HW acceleration ON or OFF, ICS Webview has troubles with some CSS/CSS3 + HW acceleration. Also try to lower android:targetSdkVersion to 11 for example. Le jeudi 11 octobre 2012 08:09:54 UTC+2, Johnabre a écrit : > > I have a complex, interactive HTML5 in an Android WebView - and it works >

[android-developers] Re: Video (VideoView) flickering and/or doesn't display on ICS (but works fine on Android <= 2.x)

2012-10-12 Thread Anthony Prieur
Does changing android:targetSdkVersion="15" to android:targetSdkVersion="11" change something ? I noticed in my app (Webview/VideoView)that the behaviour is different. Removing the HW acceleration fixed the flicking for me. Le lundi 7 mai 2012 08:34:17 UTC+2, Mathias Lin a écrit : > > I have a

Re: [android-developers] Android GCM: delay in service

2012-10-12 Thread Mark Murphy
On Mon, Oct 8, 2012 at 9:33 AM, Aditya Adusumalli wrote: > Recently in one of our application we have noticed that the messages sent to > GCM are getting delivered to the device with significant delay (atleast 10 - > 15 mins). > > The observation is that the delay is occurring for Indian devices a

Re: [android-developers] Screen dim events in android

2012-10-12 Thread Mark Murphy
On Thu, Oct 11, 2012 at 1:43 AM, Arun M R wrote: > Is there any methods to catch screen dim in android? Not that I am aware of. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Gui

Re: [android-developers] Use WebView as ViewGroup

2012-10-12 Thread Mark Murphy
On Thu, Oct 11, 2012 at 9:50 AM, traitree wrote: > Can I use a webview as a viewgroup. No. > I would like to have access to the html elements (button, text, link, ...) > of the webview to remove or otherwise. Do so from JavaScript within the Web page or injected via loadUrl("javascript:..."); -

Re: [android-developers] How to track interaction with menu items created by ShareCompat.configureMenuItem?

2012-10-12 Thread Mark Murphy
On Sun, Oct 7, 2012 at 4:52 PM, Christopher Lichti wrote: > I'm using ShareCompat.configureMenuItem this way: > ShareCompat.configureMenuItem(menu, R.id.menu_share, shareIntentBuilder); > ...and the sharing functionality totally works. :) I just can't find a way > to hook into this user interacti

Re: [android-developers] Can I update my Galaxy S3 from ICS to Jelly bean?

2012-10-12 Thread Mark Murphy
This list is for developing applications with the Android SDK. It has nothing to do with upgrading devices. On Sun, Oct 7, 2012 at 7:04 AM, Sakada Sniper wrote: > In fact, I live in Cambodia and my S3 is unlocked.. Now I saw some videos > that show about Jelly Bean for S3... That's why I need to

[android-developers] Re: C2DM application server

2012-10-12 Thread Zach
Hi, Yes you have to write a server application using Java/C#/PHP etc and port it in appropriate server. You can use your university server if it supports your web application. This is a good example http://www.vogella.com/articles/AndroidCloudToDeviceMessaging/article.html Cheers On Friday, Oc

Re: [android-developers] C2DM application server

2012-10-12 Thread Nirav Parmar
C2DM is deprected now...so better to use GCM.. http://developer.android.com/guide/google/gcm/index.html On Fri, Oct 12, 2012 at 4:15 PM, Archana wrote: > Also, I was able to see the registration ID for the emulator using the > code in the link: > http://www.vogella.com/articles/AndroidCloudToDev

Re: [android-developers] C2DM application server

2012-10-12 Thread Archana
Also, I was able to see the registration ID for the emulator using the code in the link: http://www.vogella.com/articles/AndroidCloudToDeviceMessaging/article.html Is GCM integration mandatory? On Friday, October 12, 2012 1:43:11 PM UTC+3, Archana wrote: > > Thanks for info! Can you provide me

Re: [android-developers] C2DM application server

2012-10-12 Thread Archana
Thanks for info! Can you provide me link/examples of how to develop own server or what options are available for 3rd party server? On Friday, October 12, 2012 11:40:59 AM UTC+3, Aparna Bhure wrote: > > hi C2DM is now deprecated for new accounts. please do GCM integration. it > is similar to C2DM

[android-developers] Re: Maps showing mymaps

2012-10-12 Thread Phely
Sean751 gmail.com> writes: > > > Hi  > I am trying to access mymaps in my Google account in an android application. > I want to be able to access the placemarks as objects to display the details and perhaps edit the notes attached to the placemark. I can't find any way to do this can anyon

[android-developers] Disconnect from a WiFi Direct Group

2012-10-12 Thread Zachariah Tom
Hi, I want to disconnect from a wifi direct group after establishing a connection. I just want to move out silently without interrupting other clients that are already in connection with the Group owner. I use *manager.Connect()* method to establish a connection. But didnt see any methods to

Re: [android-developers] How to replace free version by paid version of app

2012-10-12 Thread Perumss Naren
hi,, use this to update the apk: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.fromFile(new File(APK_Path)), "application/vnd.android.package-archive"); startActivity(intent); On Wed, Oct 10, 2012 at 12:32 PM, Bajrang Asthana wrote: > Hi, I

[android-developers] Re: Incoming Calls auto Answer

2012-10-12 Thread saurab singh
when incomming call if my application is running a message forward or if any voice message was send to other side they will but my project is not working On Friday, June 3, 2011 5:07:05 PM UTC+5:30, Stefan S wrote: > > Hi NG > > I've got a problem with my application. > I'm writing an app that

[android-developers] Re: Does higher version support all feature of lower version in android?

2012-10-12 Thread Ali Chousein
I doubt that you can have a satisfactory answer on this, because the behavior can also be OEM specific. - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.besocial https://play.google.com/store/apps/details?id=com.apps.weather

[android-developers] Re: Maximum memory usage by an Android app

2012-10-12 Thread RichardC
Found a few links for you: http://developer.android.com/guide/topics/manifest/application-element.html#largeHeap http://developer.android.com/reference/android/app/ActivityManager.html#getMemoryClass() http://developer.android.com/reference/android/app/ActivityManager.html#getLargeMemoryClass() On

Re: [android-developers] How to Sync Database Data to a Desktop Application without internet connection..

2012-10-12 Thread Anees Thyrantakath
I want Bidirectional Sync because data's in SQLite DB can modify from either PC or Mobile. -- 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 gro

[android-developers] Re: Child activity lifetime in background

2012-10-12 Thread Ricky
HI, Use this tag in the manifest for the activities so that it will not get killed after any amount of time... android:alwaysRetainTaskState="true" * * *njoy programming* *:) * On Wednesday, September 15, 2010 12:10:26 PM UTC+5:30, viktor wrote: > > Hi, > > I have next problem, I have got paren

Re: [android-developers] Re: Gallery with Zoom Application needed

2012-10-12 Thread Renato Mussa
https://github.com/chrisbanes/PhotoView like this? Terça-feira, 9 de Outubro de 2012 4:13:59 UTC+1, vamshi ch escreveu: > > yes zafer..if you have just share with me. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] Re: RecoverySystem.install ERROR message "/cache/recovery/command (Permission denied)"

2012-10-12 Thread Rama Velpuri
I am also facing same issue on ICS 4.0.3. What is the solution? On Saturday, April 14, 2012 1:16:22 PM UTC-4, bor...@gmail.com wrote: > > Hi Gugs: > I try to use RecoverySystem.installPackage method to update system, > but got a error message "/cache/recovery/command (Permission denied)". >

[android-developers] Can I update my Galaxy S3 from ICS to Jelly bean?

2012-10-12 Thread Sakada Sniper
In fact, I live in Cambodia and my S3 is unlocked.. Now I saw some videos that show about Jelly Bean for S3... That's why I need to know when will I can update??? Thx you.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Re: How can I call WCF webservices with WS-security using client x509 certificate

2012-10-12 Thread sam dev
Hi Sumit , I am doing the same thing .Can you update me on this issue? Thanks in Advance SAM On Wednesday, October 3, 2012 7:47:51 PM UTC+5:30, sumit gulati wrote: > > How can I consume the WCF webservices(hosted on http protocol) having ws- > message security from the android application usi

[android-developers] Re: File not found

2012-10-12 Thread warium
Salam. you just have to start your SDK manager using "run as administrator" -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: Webview shows white blank page in Ice Cream Sandwitch

2012-10-12 Thread Russ
Did calling ".destroy()" fix your issue? I too am getting a blank white page on all repeat visits to my app (which uses a webview). -- 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@go

[android-developers] Re: Question: Is it possible to get the RAW camera data?

2012-10-12 Thread Samuel Potter
Hello, Photographer here to maybe clear up some confusion over what RAW is, and why photographers prefer to shoot in RAW. I'm going to refer to whitebalance as WB fyi. RAW is not TIFF. RAW allows you to essentially do non-destructive post processing to your photos. This means cleaner sharpn

[android-developers] Media player help

2012-10-12 Thread Ravi
Hello there, I have problem in playing icecast stream radio through my android application any help will be appreciated. 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@googl

[android-developers] Re: how to store recorded audio files in sdcard using android

2012-10-12 Thread rock3r
Once you have the recorded audio, you can use the Android storage APIsand I/O to write there. On Wednesday, October 10, 2012 1:03:48 PM UTC+2, Tom wrote: > > Hi, > > Any body knows how to store recorded audio files i

  1   2   3   >