[android-developers] Android Admob Integeration

2012-10-05 Thread Vivek Malavade
Hi, I have integrated Admob SDK with my application. OK its fine. My question is that as Admob sdk, if I set uses-sdk android:minSdkVersion=8 android:targetSdkVersion=15 / And in project.properties # Project target. target=Google Inc.:Google APIs:15 Then Google Play will allow

Re: [android-developers] Android Admob Integeration

2012-10-05 Thread TreKing
On Fri, Oct 5, 2012 at 1:06 AM, Vivek Malavade vivek.malav...@gmail.comwrote: Then Google Play will allow to application to download on device that below 4.0.3(ICS) ?. Any device compatible with what you've set in your manifest. In this case, minimum level 8.

Re: [android-developers] video uploaded from galaxy tab not playing

2012-10-05 Thread lokesh gupta
Priya seems like there is some format not supported problem. On Oct 5, 2012 10:01 AM, mohana priya gpriyara...@gmail.com wrote: Thanks for your reply.Its playing in vlc media player,but not in strobe media player.But i captured video from other mobile devices, and its playing well in strobe

Re: [android-developers] TextureView Canvas

2012-10-05 Thread Ajit Vasudevan
awesome. Thanks Conrad Romain. @Romain : I fixed a rather expensive draw operation on the canvas in one of my views (a custom listview actually - was performing a few primitive draws in the onDraw method). I managed to define a Rect area to limit the bounds. It opens up another question -

[android-developers] listview row button click

2012-10-05 Thread vani reddy
HI, I have a listview which has a button in each row of listview,What I am doing is on click of 2 nd row button I am disabling it, after scrolling the listview whe i come back to 2nd row of listview , even buttons in the 3rd and 4th row are also disabled, though i did not disable them. How

[android-developers] Re: HTTP server in Android

2012-10-05 Thread Archana
Hi, I need to create an application(using 2 emulators) in which: Each emulator serves as a server and a client. Server starts as a service in background. On request by the client, I have to transfer the contents of a JSON file from 1 emulator's server to other emulator's client.. Can you

[android-developers] Re: Google has received a subpoena seeking information related to Android applications

2012-10-05 Thread al
Since all answers seem to indicate the opposite: I got the mail but never send a DMCA notice. Am Dienstag, 2. Oktober 2012 22:54:30 UTC+2 schrieb Ian: So it seems to be rather good news, isn't it? The FBI is hunting down pirate sites... Did those who received this email ever made DMCA

Re: [android-developers] listview row button click

2012-10-05 Thread rambabu mareedu
Here the problem is you inflating only one xml file in each view , so if your disabling button in one view it will effect in all views. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Checking if 5ghz wifi is available

2012-10-05 Thread Reductio Ad Absurdum
Am Donnerstag, 4. Oktober 2012 22:22:10 UTC+2 schrieb Irfan Sheriff: On Wed, Oct 3, 2012 at 8:11 AM, Reductio Ad Absurdum timm...@gmail.com wrote: Hi all, i'm desperatly searching for a method to figure out if a device running my app can actually use the 5Ghz wifi band.

[android-developers] Re: Linkedin integration in Android

2012-10-05 Thread Android User
Hi, I have used socialAUth libaray. It helps me to post message , get contacts and get user profile. http://code.google.com/p/socialauth-android/ On Thursday, June 2, 2011 10:11:41 AM UTC+5:30, Rosalie wrote: Hai all, I have a problem with linkedin integration in my app. I have created

[android-developers] Accessing real SD card from the emulator

2012-10-05 Thread Gus
Hi, I am using the android emulator on a Linux box. I know you can read and write a fake SD card simulated by a .img file (in vfat) in the emulator. However, I would like the emulator to access a real SD card (mounted on /media/sdcard0 on the host computer, for example). I do not want to

[android-developers] Re: gapless playback

2012-10-05 Thread Truong Chanh Tran
Are you sure this fixes the problem? because it didn't make any difference to me. I stil see a slight pause using ogg files. I had to use a little hack with the timer task and timers to make it work. Although this creates other bugs which happens when the phone is in lock/standby mode. Is there

[android-developers] Widget OnClick self firing randomly

2012-10-05 Thread EndLessMind
I have a service the controls a mediaplayer and updates a widget. I added 3 ImageViews to change song (Prev and Next) and to Play/Pause. I added custom BroadcastReceivers, one for each ImageView. But some some reason, i receive broadcast randomly. Sometime i get 3 broadcast, sometimes i get 8. And

[android-developers] Re: [GooglePlay] Google criteria for New Games and Applications

2012-10-05 Thread Aristo Michael
sorry i dont know yar.. -- 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

[android-developers] Re: revoke permissions to access google auth tokens

2012-10-05 Thread Ali
I have same question, is there any update on this topic? It has also been asked on SO and there is just a workaround for it: http://stackoverflow.com/questions/5805657/revoke-account-permission-for-an-app -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] KeyChain.getPrivateKey(Context,String) on Android 4.1?

2012-10-05 Thread James Yonan
There is a problem in 4.1 with apps that need to create a signature using a private key in the keychain. In particular, apps that establish SSL client sessions (such as OpenVPN) would use code such as this to allow an SSL negotiation to use a client cert/key from the keychain: import

[android-developers] Contacts Sync

2012-10-05 Thread GWDave
Duplicate contacts on android device -- 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] Re: the Welcome to Android Development window doesn't appears

2012-10-05 Thread mady09
Hi I stuck with the same problem...!! :( Eclipse SDK Version: 4.2.1 (JUNO) Build id: M20120914-1800 ADT version: 20.0.3 please help us..!! On Wednesday, October 3, 2012 8:51:47 AM UTC+5:30, Marco Guida wrote: Hi, i've followed the installation instructions, when i install the ADT and

[android-developers] Re: My First App

2012-10-05 Thread Aristo Michael
Thanks its works for me too -- 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] How to cache google map tiles in latest api?

2012-10-05 Thread Vadim Osovskiy
When you go to main page for google maps android api please check first paragraph (quote below) To make it easier for you to add powerful mapping capabilities to your application, the Google APIs add-on includes a Maps external library,

[android-developers] Using google as the idp and my own service as the sp in an OAuth exchange

2012-10-05 Thread David Cameron
I'm building an Android application, and would like users to login with their Google Apps account. However, I'm not using, nor am I interested in using any of google's services in the backend. Is this possible? I'm picturing this approach: 1. Use AccountManager in the application to ask for

[android-developers] Missing or Incorrect images and backgrounds randomly throughout app lifecycle

2012-10-05 Thread Graeme
I was hoping someone here might have an idea what causes this sort of behaviour: Throughout my application, in seemingly random places and in random conditions I'm observing this strange UI issue. Images are on occasion being loaded black (with the correct bounds) or with the incorrect image

Re: [android-developers] How to cache google map tiles in latest api?

2012-10-05 Thread Mark Murphy
The documentation would appear to be incorrect. The Google Maps SDK add-on does not support caching of map tiles at the present time. You may wish to consider alternative mapping solutions, such as OpenStreetMap via OSMDroid. On Fri, Oct 5, 2012 at 12:30 AM, Vadim Osovskiy vosovs...@gmail.com

[android-developers] Custom array adapter issue

2012-10-05 Thread NikDmit
Hello. I have very strange issue with getView -method in custom implementation of the adapter view - convertView argument doesn't return a proper view. From time to time it works well and I'm able to grab, for instance, ImageView with findviewbyid -method, but sometimes it returns a wrong view

Re: [android-developers] Custom array adapter issue

2012-10-05 Thread Mark Murphy
On Fri, Oct 5, 2012 at 8:29 AM, NikDmit ndimon...@gmail.com wrote: Is it a kind of library bug or something is really wrong with my code bellow? Since view recycling has worked for all Android versions, for thousands upon thousands of developers, for over four years, it is likely to be

Re: [android-developers] KeyChain.getPrivateKey(Context,String) on Android 4.1?

2012-10-05 Thread Nikolay Elenkov
On Fri, Oct 5, 2012 at 2:40 PM, James Yonan caprifin...@gmail.com wrote: PrivateKey privateKey = KeyChain.getPrivateKey(context, alias); if (privateKey) { byte[] data; Cipher cipher = Cipher.getInstance(RSA/ECB/PKCS1PADDING); cipher.init(Cipher.ENCRYPT_MODE, privateKey); byte[]

Re: [android-developers] Re: How to install APK programmatically without user prompt

2012-10-05 Thread Endy Silveira
Hey, did you got the answer? If no, than there is: http://www.kanatorn.info/2012/01/21/android-install-apk-programmatically-without-user-prompt/ The only one problem is that you need to be rooted... Em domingo, 27 de maio de 2012 18h09min16s UTC-3, Antonin Chazalet escreveu: Thanks for your

Re:[android-developers] How to install APK programmatically without user prompt

2012-10-05 Thread lokesh gupta
U can... But you need rooyed devices to achieve that On Sep 16, 2011 11:02 PM, Pratik Prajapati pratik.prajap...@gmail.com wrote: I need to install some non market place APK programmatically *without *user prompt. I found some links on stackoverflow, but all those mechanism will prompt the

[android-developers] Prices in other currency don't make sense to me. I don't get the same amounts.

2012-10-05 Thread niko20
I'm confused here, because if I set my price to something like 3.99, and then I do auto - fill for the rest of the countries, then in my sales for the USA, I will see 3.99, but for other countries sometimes I see 3.89 or 3.98, etc. Why isn't the currency conversion always equaling 3.99? Is

[android-developers] Re: Prices in other currency don't make sense to me. I don't get the same amounts.

2012-10-05 Thread niko20
What I mean is in Google Checkout when I see the actual sale, it's not $3.99. It sold for something like $3.89 or such. I would have thought the currency setting would have made them all equal out to $3.99 (using autofill). -niko On Friday, October 5, 2012 9:03:09 AM UTC-5, niko20 wrote:

Re: [android-developers] Custom array adapter issue

2012-10-05 Thread NikDmit
Thank you! Yep, you are right about my code. I didn't use the super class method. Now it works well. At least, I don't get any NullPointerExceptions =) -- 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] Re: Prices in other currency don't make sense to me. I don't get the same amounts.

2012-10-05 Thread bob
Well, there is always rounding. Also, there are changes in the exchange rates. On Friday, October 5, 2012 9:04:17 AM UTC-5, niko20 wrote: What I mean is in Google Checkout when I see the actual sale, it's not $3.99. It sold for something like $3.89 or such. I would have thought the

Re: [android-developers] Custom array adapter issue

2012-10-05 Thread NikDmit
Nope. I don't touch getItemViewType or getViewTypeCount methods in this project. -- 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] Re: Google account from different country

2012-10-05 Thread Latimerius
On Fri, Oct 5, 2012 at 2:37 AM, Zsolt Vasvari zvasv...@gmail.com wrote: In all countries, with the notable exception of the US, you pay taxes where you earn them. If you are a US national/PR, the US government expect you pay US taxes no matter where you earned the money. The first $X is a

[android-developers] bind/unbind service

2012-10-05 Thread satish bhoyar
Hi All, I am just confused in Bindservice and unbind. I want to know If I am binding to service then is it necessary to unbind it? If I won't do it what impact will do onmy application.? thanks, saitsh -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] bind/unbind service

2012-10-05 Thread Justin Anderson
A memory leak Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 5, 2012 at 8:24 AM, satish bhoyar getsatonl...@gmail.comwrote: Hi All, I am just confused in Bindservice and unbind. I want to know If I am binding to service then is it

Re: [android-developers] bind/unbind service

2012-10-05 Thread lokesh gupta
Doesnt it get disconnect by its own On Oct 5, 2012 8:00 PM, Justin Anderson magouyaw...@gmail.com wrote: A memory leak Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 5, 2012 at 8:24 AM, satish bhoyar getsatonl...@gmail.comwrote: Hi

Re: [android-developers] listview row button click

2012-10-05 Thread Justin Anderson
Here the problem is you inflating only one xml file in each view , so if your disabling button in one view it will effect in all views. This is not the reason for the problem... I have a listview which has a button in each row of listview,What I am doing is on click of 2 nd row button I am

Re: [android-developers] bind/unbind service

2012-10-05 Thread Justin Anderson
http://lmgtfy.com/?q=android+bind+service+memory+leak Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 5, 2012 at 8:42 AM, lokesh gupta lokeshgupt...@gmail.comwrote: Doesnt it get disconnect by its own On Oct 5, 2012 8:00 PM, Justin Anderson

Re: [android-developers] Re: Google has received a subpoena seeking information related to Android applications

2012-10-05 Thread Justin Anderson
I received the email as well but have never sent a DMCA notice either... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 5, 2012 at 2:12 AM, al achim.leub...@googlemail.com wrote: Since all answers seem to indicate the opposite: I got the

[android-developers] untracked pid exited

2012-10-05 Thread Dan McLeran
I am running Android ICS 4.0.3 on a Blaze phone platform. I built rsync version 2.6.9 using the Android NDK and installed in on my device. If I run a shell on the device via the serial port, I can launch rsync and it runs fine but I cannot seem to be able to launch it programmatically via

[android-developers] Re: untracked pid exited

2012-10-05 Thread Dan McLeran
I was able to get around this by changing my command string to include su -c (i.e. su -c ./rsync ..). Not sure if this is a good solution or not though. On Friday, October 5, 2012 8:57:14 AM UTC-6, Dan McLeran wrote: I am running Android ICS 4.0.3 on a Blaze phone platform. I built rsync

[android-developers] Re: untracked pid exited

2012-10-05 Thread RichardC
AOSP groups are here: http://source.android.com/community/index.html On Friday, October 5, 2012 4:35:32 PM UTC+1, Dan McLeran wrote: I was able to get around this by changing my command string to include su -c (i.e. su -c ./rsync ..). Not sure if this is a good solution or not though.

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

2012-10-05 Thread Power Android
In my webview I have loaded a URL which have an embeded video player of a tv channel live stream. It is working correctly in all the OS version of Android except ICS(4). First time It plays the video well, but when I go back and come again in that page containing the video then the video

[android-developers] Re: abstract Uri?

2012-10-05 Thread Lew
Indicator Veritatis wrote: You question the 'naturalness' of his desire to use 'new', but you don't seem to notice: you have merely moved the question, not answered it. Of course it Actually, I did answer it. is 'unnatural' to call 'new' on an abstract class, but he was asking why

[android-developers] Re: Google cancelled this order. Reason: Other

2012-10-05 Thread spocky12
Still getting a lot of other canceled orders (also got mails from users complaining they can't buy my app). Any news from Google or workaround ? On Wednesday, October 3, 2012 2:16:50 PM UTC+2, spocky12 wrote: Who knows ? Anyway, that's not possible for in-app billing apps :( On Wednesday,

[android-developers] Re: Prices in other currency don't make sense to me. I don't get the same amounts.

2012-10-05 Thread Streets Of Boston
These are currency fluctuations and the prices in the countries' currencies are fixed, not the original amount in dollars. When you do autofill, the prices in each country are filled-in according to the current exchange rate at that moment. If these are up-to-date, you'd get exactly $3.99

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

2012-10-05 Thread Streets Of Boston
Try this: Try call webtv.*destroy()* in your onDestroy() method. I'm just guessing here, but it's worth a try. On a side-note: Don't call 'this.finish()' in your onPause() method. That is usually bad news. On Friday, October 5, 2012 1:41:37 PM UTC-4, Power Android wrote: In my webview I

Re: [android-developers] KeyChain.getPrivateKey(Context,String) on Android 4.1?

2012-10-05 Thread James Yonan
I understand that on 4.1, private keys might be offloaded to hardware, but still the code above should work because it's not accessing the key directly -- it is only performing an encrypt operation using the key. Not quite. You are feeding it to the Bouncy Castle provider, which

Re: [android-developers] Re: Google has received a subpoena seeking information related to Android applications

2012-10-05 Thread Adam Ratana
Same here. I have seen my apps show up on pirate sites, though. On Friday, October 5, 2012 10:57:52 AM UTC-4, MagouyaWare wrote: I received the email as well but have never sent a DMCA notice either... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware

[android-developers] Android Module markets

2012-10-05 Thread Jeremy Villalobos
I've found the use of Apache projects really helpful in creating my own projects. However, when it comes down to propietary libraries, I don't find it as easy to integrate software into my apps. The main problem is that if I use services from some other paid apps, then the user will feel

Re: [android-developers] Android Module markets

2012-10-05 Thread Subodh Nijsure
On Fri, Oct 5, 2012 at 3:16 PM, Jeremy Villalobos jeremyvillalo...@gmail.com wrote: I am interested in promotiong the idea of a geographically distributed, lightly coupled idependent programmer groups somewhat specialized. I reach the end of what Google could tell me and I wonder if somebody

[android-developers] waking up an activity

2012-10-05 Thread Stefano Bodini
I'm little bit lost, I hope somebody can give me some advice. I have an application where the main activity starts a service. The service basically contains a timer in order to execute constantly some native functions. Everything is working great as expected, the native library communicates with

[android-developers] It is possible to stop a thread that is connecting to URL with httpConnection.connect()?

2012-10-05 Thread saex
i have a thread that is connecting to a url to obtaining some data. Sometimes the method httpConnection.connect(); taked too munch time to get the response, and i want to limit the loading dialog of this connection thread to 5 seg. I tryed adding timeouts into the code, *but it doesn't

[android-developers] Get resources from archived apk file

2012-10-05 Thread Sergei Okhotnyi
Let's assume that I have pre-installed some version of my program on Android device (/system/app/MyApp.apk) It has predefined some strings (e.g. my_preinstalled_application_name) At some point user updates this application with newer version from market without this custom string. I want my

Re: [android-developers] KeyChain.getPrivateKey(Context,String) on Android 4.1?

2012-10-05 Thread Nikolay Elenkov
On Sat, Oct 6, 2012 at 5:40 AM, James Yonan caprifin...@gmail.com wrote: Well, there's essentially two problems here... 1. KeyChain.getPrivateKey(this, alias) returns an object that segfaults when collected by the GC. The segfault occurs in RSA_free in libcrypto. This is 100% reproducible

[android-developers] Download file - google docs android

2012-10-05 Thread NickL
I have read Yaniv Inbar's Picasa (xml-based) android client, and the similar google Docs client, and both work well for me to both upload and view files. I want to know how to download. I am trying to download via the authorized url, like this, but instead of the file expect, it returns me

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

2012-10-05 Thread MathieuB
Strangely, the exact same problem happened to me today. Was testing my map embedded in a webview on android 4.0.4...and around 3 times out of 4, it was showing a blank page...don't really understand why. I'll try to call the destroy() method on the onDestroy() and see if it helps... What is