Re: [android-developers] Re: Paypal in Android

2012-09-17 Thread Kristopher Micinski
The problem is basically that if you sell stuff through paypal, you have to be pretty careful, it's very likely that you will be in violation of the google play terms of service. You should ask a lawyer, people here are not qualified to give you legal advice in this manner. Basically, Google

[android-developers] A possible bug: MPEG4Extractor contains two copies of mIsDrm

2012-09-17 Thread eaglessong
I noticed the following and it looks like a bug to me: MPEG4Extractor contains two copies of mIsDrm. One is obtained from its based class MediaExtractor and the other is defined in MPEG4Extractor.h. The one defined in MPEG4Extractor.h is ALWAYS false which causes all checks against it to be

[android-developers] How to synch Google Drive Spreadsheet read data from the same using Google SpreadSheet API

2012-09-17 Thread Keyur
Hello All, I am looking for a little help in one of my project on which i am working. I am developing an app in which I have to integrate *Google Spreadsheet API*. I find the below code from the Google Spreadsheet api documentation, I also attach all the required jar file in this but still i

[android-developers] In-app Managed Product (mis)handling / 'Details' button crashing app

2012-09-17 Thread kadmos
Some new issues I'm having with In-App purchasing for Managed Products. Our app has logic in place to perform certain actions if the Play Store detects that a Managed Product has already been purchased by the user. This was working (or so we thought) until recently, and then we noticed that the

Re: [android-developers] hi...

2012-09-17 Thread Ibrahim Sada
k Bro thnx i will try this codeand let u knoe On 17 September 2012 11:24, Asheesh Arya asheesharya...@gmail.com wrote: this is the code to send a mail with attachment import java.io.File; import android.app.Activity; import android.content.Intent; import android.net.Uri; import

Re: [android-developers] hi...

2012-09-17 Thread Asheesh Arya
yeah its ok!! -- 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

[android-developers] Re: WIN DEATH Logs

2012-09-17 Thread Sat
Thanks for the reply Fahad ya I checked that link .. Not helpful though .. On Saturday, September 15, 2012 4:28:17 PM UTC+5:30, Sat wrote: Hi All, I am getting WIN DEATH: Window log with pause = false. This is not frequent but after this log the service which this activity uses is facing

Re: [android-developers] Massive unistalls starting Sept 6

2012-09-17 Thread Zsolt Vasvari
There are always dips, but there hasn't been a massive uninstall shown for my app, FWIW. On Monday, September 17, 2012 9:44:36 AM UTC+8, Jaxily wrote: Well my admob stats are down too, I hope they fix that. On Sunday, September 16, 2012 12:06:30 PM UTC-7, Fran wrote: They have had problems

[android-developers] .csv file reading code in android

2012-09-17 Thread Anoop C
Dear All, Im try to create a remote login. Data content is in users.csv format. I want to connect using SQLite. But still i don get any idea about how to connect the .csv file and SQLite.. Please give some support for finding the code for connecting .csv file and SQLite.. Thansk

[android-developers] Re: Lunar Lander Example - Thread Safety

2012-09-17 Thread gjs
Hi, Are the threads using synchronized blocks of code or methods when setting / getting the common variable, are they using volatile for the boolean ? If not thread safety is questionable. It is also a question of visibility as well as safety, particularly when running on multi core cpu

Re: [android-developers] Broadcast Receiver to listen when any app launch?

2012-09-17 Thread TreKing
On Sun, Sep 16, 2012 at 3:04 AM, Sohan badaya sohan.bad...@gmail.comwrote: I want to be notified when any app launch like Calculator, Email etc, There is no such notification. - TreKing

Re: [android-developers] Icons become very large in low resolution phones

2012-09-17 Thread TreKing
On Sun, Sep 16, 2012 at 7:40 AM, sha256 sha...@hasnath.net wrote: But the icons become very large in QVGA skin. Do you have the appropriate icons for each density level? - TreKing

Re: [android-developers] PDF help?

2012-09-17 Thread TreKing
On Sun, Sep 16, 2012 at 9:50 AM, Arathon amcd2...@gmail.com wrote: How can i save this as a PDF? Find a library that saves text to PDF, then use it. - TreKing

Re: [android-developers] Android Developer Console Issue - cannot finish registration

2012-09-17 Thread TreKing
On Sun, Sep 16, 2012 at 5:06 AM, Panpanisca Android developer andr...@panpanisca.com wrote: I tried finding a way to report the error to Google, but couldn't find one. I don't think you tried very hard. Two simple searches for google play support and google wallet support and voila.

Re: [android-developers] Your Registration to Google Play is still being processed

2012-09-17 Thread TreKing
On Sun, Sep 16, 2012 at 2:30 AM, Johnl Smith gongz...@gmail.com wrote: hello,two days passed, my google play publishing status is still“ Your Registration to Google Play is still being processed.” AndI registed my checkout today . what is the problem? How should i do to solve it, thank you!

Re: [android-developers] Your Registration to Google Play is still being processed

2012-09-17 Thread Kumar Bibek
And have some patience :) *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Sep 17, 2012 at 1:06 PM, TreKing treking...@gmail.com wrote: On Sun, Sep 16, 2012 at 2:30 AM, Johnl Smith gongz...@gmail.com wrote: hello,two days passed, my google

Re: [android-developers] Broadcast Receiver to listen when any app launch?

2012-09-17 Thread Kristopher Micinski
You can't do this. Generally it's considered kind of dubious to need to know when other apps start (i.e., what are you trying to write, an app that spies on the user?). Presumably you are trying to write some kind of helper app that provides extra system utilities, this is not really possible

Re: [android-developers] Re: Paypal in Android

2012-09-17 Thread TreKing
On Mon, Sep 17, 2012 at 12:45 AM, William Ferguson william.ferguson...@gmail.com wrote: Only if you intend to violate the terms of your agreement with Google Play . 1) You cannot use a payment mechanism other than Google Play for an app distributed via Google Play. *points to apps like

Re: [android-developers] How to synch Google Drive Spreadsheet read data from the same using Google SpreadSheet API

2012-09-17 Thread TreKing
On Mon, Sep 17, 2012 at 1:09 AM, Keyur keyuraas...@gmail.com wrote: I am looking for a little help in one of my project on which i am working. I am developing an app in which I have to integrate *Google Spreadsheet API*. I find the below code from the Google Spreadsheet api documentation, I

Re: [android-developers] Re: Paypal in Android

2012-09-17 Thread Kristopher Micinski
I feel like while this is the case in this instance, it's because those are huge companies. I feel like we've also heard of smaller companies having their apps removed. I doubt Google's going to mess with Overstock, Target, etc... but maybe that's speculation.. kris On Mon, Sep 17, 2012 at

Re: [android-developers] Re: Paypal in Android

2012-09-17 Thread TreKing
On Mon, Sep 17, 2012 at 2:49 AM, Kristopher Micinski krismicin...@gmail.com wrote: I feel like while this is the case in this instance, it's because those are huge companies. The sad thing is you're probably right.

Re: [android-developers] Where to find the definition/description of Android's SMS_RECEIVED or similiar thing?

2012-09-17 Thread Tom Xue
My meaning is that I cannot find any document/javadoc of SMS_RECEIVED or android.provider.Telephony.SMS_RECEIVED even on Android developer site http://developer.android.com/reference/packages.html. Is this strange? But now I find it in the source code below:

Re: [android-developers] Re: Android LVL

2012-09-17 Thread janvi
ok fine thankyou Il try this and let you know the result On Monday, September 17, 2012 10:20:12 AM UTC+5:30, Vinay Kumar wrote: Yes. On Mon, Sep 17, 2012 at 9:08 AM, janvi jagruth...@gmail.com javascript: wrote: Ok thank you for this Is this licensing option which I have to enable is

[android-developers] Re: how to caculate all cpu useage in logcat ANR info?

2012-09-17 Thread david
not any response? 在 2012年9月14日星期五UTC+8下午6时05分18秒,david写道: Hi All, now i meet a ANR error. i find the cpu usage info in loacat totaly big than 100%,so i cofused, wheo can guide me on this issue? or provide some docment or link? thanks a lot! david -- You received this message

[android-developers] Re: Licensing sample issue - Application error: 3

2012-09-17 Thread janvi
ok fine thanks for this information Il contact you if I need some help Kindly help me out here for this licensing feature to work Thanks in advance On Monday, September 17, 2012 9:41:43 AM UTC+5:30, Ristar wrote: np. after u upload it to Google play, just sit on your hands for an hour or

Re: [android-developers] .csv file reading code in android

2012-09-17 Thread Yue Zeng
why stored in csv file? you can just use the sqlite to store the data,and use the csv file to output it? On Mon, Sep 17, 2012 at 3:14 PM, Anoop C anoopc@gmail.com wrote: Dear All, Im try to create a remote login. Data content is in users.csv format. I want to connect using

Re: [android-developers] Re: Paypal in Android

2012-09-17 Thread Michael Leung
maybe, I changed to write html5 interface instead.. On Mon, Sep 17, 2012 at 6:01 PM, TreKing treking...@gmail.com wrote: On Mon, Sep 17, 2012 at 2:49 AM, Kristopher Micinski krismicin...@gmail.com wrote: I feel like while this is the case in this instance, it's because those are huge

Re: [android-developers] hi...

2012-09-17 Thread Yue Zeng
if you,just to search the word like send mail in android code in Google or other , you will find it better! On Mon, Sep 17, 2012 at 2:34 PM, Asheesh Arya asheesharya...@gmail.comwrote: yeah its ok! -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] A possible bug: MPEG4Extractor contains two copies of mIsDrm

2012-09-17 Thread Yue Zeng
so,just check the code according to the tips. On Mon, Sep 17, 2012 at 2:08 PM, eaglessong eagless...@gmail.com wrote: I noticed the following and it looks like a bug to me: MPEG4Extractor contains two copies of mIsDrm. One is obtained from its based class MediaExtractor and the other is

[android-developers]

2012-09-17 Thread Anil Kumar
what is the use of unity plug in ..In android? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Request authentication, then return to the specific action

2012-09-17 Thread Gianluca Cacace
I see that apps like YouTube, when you're not logged in and you try to do an action that requires to be logged, appears a login activity. Then, when you've completed the login, the app returns to the previous activity, executing exactly what you wanted to do before. Are they using

[android-developers] Gamepad Support

2012-09-17 Thread Ryan Loebs
Hey folks, I'm trying to create an Android game that would be two players, played with gamepads. I can connect two devices and the input is captured by my game but I haven't found a good way to determine who is player 1 and who is player 2. Linux normally defines this by connection order as

[android-developers] Re: Multiplayer Multiple Choice Android

2012-09-17 Thread Kishore
Hi Abedalqader, Have a look at Gamooga: http://www.gamooga.com/. It provides you with realtime backend for your multiplayer games so you need not worry about building anything server side. Have a look and let me know if you have any questions. Full disclosure: I am founder of Gamooga.

[android-developers] Can these things be done -- programmatically on Android (Gingerbread), on non-rooted phone ?

2012-09-17 Thread falcon74
Just to reiterate -- these questions in context of non-rooted phones, running Andoroid GB. 1. Can an OEM (not the default GB launcher), be replaced with a new custom Launcher ? 2. Can a Launcher, which doubles up, as a Locker (i.e. prompts for password before allowing you to proceed), be used

[android-developers] how to know LAC(Local Area Code) using Cell ID and Mobile Number

2012-09-17 Thread Rajan
HI, I have 2 input : 1. Mobile Cell ID 2. Mobile Number now i want to find Mobile's current LAC (Local Area Code). is it possible...??? is there a sufficient detail to know LAC ? if not, than tell me which detail i have to use for finding an LAC of the current location. thank you. --

Re: [android-developers] how to know LAC(Local Area Code) using Cell ID and Mobile Number

2012-09-17 Thread Hongwei Wang
Hi, Rajan Have you tried the method described here? http://stackoverflow.com/questions/7956105/how-can-i-get-location-name-using-laclocation-area-code On Mon, Sep 17, 2012 at 5:48 PM, Rajan r.d.thak...@gmail.com wrote: HI, I have 2 input : 1. Mobile Cell ID 2. Mobile Number now i want

[android-developers] Re: how to know LAC(Local Area Code) using Cell ID and Mobile Number

2012-09-17 Thread Rajan
first of all thank you for replay, but my question is i want to get current location of my friend's mobile without notify him/her. for example, i create one app, which accept *Cell ID Mobile Number of my friend, *after accepting this value i am able to get the current location (accuracy is

[android-developers] Update UI

2012-09-17 Thread Rahul Kaushik
Hi, I have a BroadcastReceiver that's able to start an activity just fine from its onReceive method. But what if the activity is already running? How do I let it know that the BroadcastReceiver has some more data for it? Do I just start the activity again? If so, would that be a new instance of

[android-developers] Using default theme properties in custom theme.

2012-09-17 Thread |-NK-|
Hi, I have designed a custom theme , because I wanted to change title background color. However while designing the theme, I have set * android:parent=android:Theme.Light* After doing this, I found out that properties of progressbar control, alertdialog, tabhost have changed like background

Re: [android-developers] Update UI

2012-09-17 Thread Felipe Silveira
Does your broadcast receiver store data in DB? If yes, your work would be simple: The activity can be notified about db changes, if it have a cursor loading the data. On Mon, Sep 17, 2012 at 7:48 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Hi, I have a BroadcastReceiver that's able to

[android-developers] Re: how to know LAC(Local Area Code) using Cell ID and Mobile Number

2012-09-17 Thread falcon74
Something like that is possible only on Service Delivery Platforms, provided generic location APIs are exposed by specific operators (and that too only if your friend and you happen to be with same operator). Alternative is that both you and your friend install an app, and that app provide

Re: [android-developers] Broadcast Receiver to listen when any app launch?

2012-09-17 Thread Sohan badaya
Hi, Thanks for reply, But there are many apps like App Lock, Fast App Lock, Smart App Lock working on same idea. If anyone knows how can I achieve same functionality. Sohan Badaya On Mon, Sep 17, 2012 at 1:14 PM, Kristopher Micinski krismicin...@gmail.com wrote: You can't do this. Generally

Re: [android-developers] Broadcast Receiver to listen when any app launch?

2012-09-17 Thread Sohan badaya
Thanks for reply, But there are many apps like App Lock, Fast App Lock, Smart App Lock working on same idea. In those apps you set password for any app and when you launch that app, these apps( App Lock, Fast App Lock, Smart App Lock) display password window. and after password we can

Re: [android-developers] Broadcast Receiver to listen when any app launch?

2012-09-17 Thread Kristopher Micinski
On Mon, Sep 17, 2012 at 8:35 AM, Sohan badaya sohan.bad...@gmail.com wrote: Hi, Thanks for reply, But there are many apps like App Lock, Fast App Lock, Smart App Lock working on same idea. If anyone knows how can I achieve same functionality. Sohan Badaya Ugh... I explained how this is a

Re: [android-developers] Broadcast Receiver to listen when any app launch?

2012-09-17 Thread RichardC
Google is actively trying to stop these sort of apps working, Search this group for may threads about this issue. On Monday, September 17, 2012 1:40:39 PM UTC+1, Sohan badaya wrote: Thanks for reply, But there are many apps like App Lock, Fast App Lock, Smart App Lock working on

[android-developers] Re: Rotate image around it's centre problem with matrix rotation

2012-09-17 Thread bob
I thought you were using an image of an arrow? I would put a breakpoint here: screenW = w; Make sure screenW and screenH are getting set correctly. On Saturday, September 15, 2012 12:42:36 AM UTC-5, Haris wrote: Hai bob thanks for your reply... I made the change as you said... *

[android-developers] Re: Lunar Lander Example - Thread Safety

2012-09-17 Thread bob
Yes, it's thread-safe because setting a boolean is an atomic operation. On Sunday, September 16, 2012 11:36:09 AM UTC-5, sdb wrote: I'm new to android development and have been studying the Lunar Lander example included in the SDK to get a better understanding of how the SurfaceView

[android-developers] Re: My AVD is super slow

2012-09-17 Thread bob
If you really want to learn Android, I would get a real device. The AVDs are very painful, but real devices are generally much better. Maybe get a Nexus 7 inch tablet? On Friday, September 14, 2012 10:37:50 PM UTC-5, _Chilling wrote: Hi All, I am pretty new to Android SDK. I am

[android-developers] Re: Stats of my app

2012-09-17 Thread bob
It is saying you have 1 *review*, not one download. One person gave your app 5 stars. On Saturday, September 15, 2012 4:45:38 AM UTC-5, Francesco Gatto wrote: Hi, My app TabooDroid Pro have 30+ downloads but in page of store display only 1. Why? Thank u -- You received this

Re: [android-developers] Re: Stats of my app

2012-09-17 Thread Kristopher Micinski
On Mon, Sep 17, 2012 at 10:24 AM, bob b...@coolfone.comze.com wrote: It is saying you have 1 review, not one download. One person gave your app 5 stars. Too bad the app's probably going to be removed soon for trademark violations..., huh.. kris -- You received this message because you

[android-developers] Re: Combine two android apps

2012-09-17 Thread Steve
On Friday, September 14, 2012 5:36:27 PM UTC-4, bob wrote: Sounds like you will have two Activity classes. Then you will call startActivity to start the second one. And, you will pass the output of the first one as an extra to the second activity. Or perhaps have one app be a Service that

[android-developers] How to generate bitmap for a view and make the bitmap exactly equals to the view's display?

2012-09-17 Thread yu
Hi all, I use below codes to generate the bitmap of a view: view.measure(MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED), MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED)); view.layout(0, 0, view.getMeasuredWidth(), view.getMeasuredHeight());

[android-developers] Re: sending email ?

2012-09-17 Thread bob
I would say create a PHP script for sending mail on your web server. Then do an HTTP load of the script in the background. On Sunday, September 16, 2012 6:24:19 AM UTC-5, mohammed Nuhail wrote: how to send email in background ? -- You received this message because you are subscribed

[android-developers] Re: Using android

2012-09-17 Thread bob
As far as Android goes, I would rewrite it in Java. Sounds like you will use the VideoView and ImageView classes a lot. On Sunday, September 16, 2012 11:23:13 AM UTC-5, Michael Levinson wrote: I am a developer very very small d. I'm really the designer of educational software using

[android-developers] Drawable selector not working in Jelly Bean

2012-09-17 Thread FiltrSoft
Posted this on SO, but not getting much help, so thought I'd ask here. You can see all of the details on SO, but basically I have a drawable selector for my ListView that works fine in previous versions of Android except for Jelly Bean. I've narrowed it down to either state_selected or

[android-developers] Google Map Api key

2012-09-17 Thread rauf qureshi
Hello friends, I am working with google map,I have generate MD5 certificate. when i am trying to generate api key its showing message that invalid certificate so can any body help me what is error -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: Using android

2012-09-17 Thread Kristopher Micinski
Easier said than done. A large flash game will potentially be a very nontrivial rewrite into Java. Most of the logic will be there, but everything else will be gone, kris On Mon, Sep 17, 2012 at 11:15 AM, bob b...@coolfone.comze.com wrote: As far as Android goes, I would rewrite it in Java.

Re: [android-developers] Google Map Api key

2012-09-17 Thread rambabu mareedu
i think what you had find that is not md5 key that might be certificate key... visit my blog you will find video and example for google maps http://ramscreative.blogspot.in/2012/07/android-google-mapview-video-tutorial.html On Mon, Sep 17, 2012 at 9:02 AM, rauf qureshi

[android-developers] [android bind to AccessibilityService]

2012-09-17 Thread Alvaro Enseat
I have created an android service, which is an AccessibilityService. From my activity, I would like to bind to that service. Because i need to send information service to activity . I need example code please. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Advertising opt out

2012-09-17 Thread John Coryat
Many developers force users to purchase something in order to remove advertisements from their apps. While this may seem to be a good revenue model, it tends to annoy and anger users. It has some other serious consequences as well. One of the important metrics in calculating the CPC (Cost per

Re: [android-developers] [android bind to AccessibilityService]

2012-09-17 Thread Fred Niggle
Try searching with google - you have to facilitate your own learning. On 17 September 2012 17:17, Alvaro Enseat alvaro.ense...@gmail.com wrote: I have created an android service, which is an AccessibilityService. From my activity, I would like to bind to that service. Because i need to send

Re: [android-developers] Google Map Api key

2012-09-17 Thread Amey Bapat
you might be generating SHA1 fingerprint instead of MD5.. and if this is not the case then you should check in for any unwanted spaces when you register it with Google Maps Service On Mon, Sep 17, 2012 at 9:41 PM, rambabu mareedu rambabu.mare...@gmail.comwrote: i think what you had find that

[android-developers] Re: Using android

2012-09-17 Thread RichardC
Given that Adobe has publicly stated that Flash will not be provided for any new Android installations and that the development of the Flash runtime for Android is being discontinued - I would avoid using Flash. See: https://play.google.com/store/apps/details?id=com.adobe.flashplayer On

[android-developers] Re: How to generate bitmap for a view and make the bitmap exactly equals to the view's display?

2012-09-17 Thread bob
I don't think your layout code makes sense, particularly the height specification. You have this for the LinearLayout: android:layout_height=wrap_content This says '*Look at my children to figure out the height*'. Then you have this for the ImageView: android:layout_height=match_parent

[android-developers] OnDateChanged broken in ICS. Anyone have a work around?

2012-09-17 Thread darrinps
Looks like onDateChanged never gets called in ICS (and above I assume) after the very first time the DatePickerDialog is displayed. Here is a bug that has been filed: http://code.google.com/p/android/issues/detail?id=25838 I tried the work around suggested in it (not calling

[android-developers] Re: Lunar Lander Example - Thread Safety

2012-09-17 Thread Lew
bob wrote: Yes, it's thread-safe because setting a boolean is an atomic operation. That is fallacious. Setting a boolean may be atomic, but that has nothing to do with thread safety. Thread safety in Java is determined by happens-before relationships and related concepts.

[android-developers] Re: Paypal in Android

2012-09-17 Thread Lew
William Ferguson wrote: Michael Leung wrote: I got a client which has an online shop using Paypal. They want to make an app which is the native android interface for their online shop. I planned to keep their payment gateway to be paypal, rather than switching to Google Checkout. Is

[android-developers] Re: Paypal in Android

2012-09-17 Thread John Coryat
I remember reading a while ago that if you have a pre-existing website that you are already using for e-commerce then you can link and sell those goods through an app. -John Coryat CAUTION: IANAL On Monday, September 17, 2012 1:48:31 PM UTC-5, Lew wrote: William Ferguson wrote: Michael

[android-developers] Re: Lunar Lander Example - Thread Safety

2012-09-17 Thread bob
It is possible that the mRun variable ought to be declared as volatile. /** Indicate whether the surface has been created is ready to draw */ *volatile* private boolean mRun = false; On Sunday, September 16, 2012 11:36:09 AM UTC-5, sdb wrote: I'm new to android development

[android-developers] Re: how to caculate all cpu useage in logcat ANR info?

2012-09-17 Thread RichardC
Read LogCat - the ANR throws an exception. On Monday, September 17, 2012 9:11:58 AM UTC+1, david wrote: not any response? 在 2012年9月14日星期五UTC+8下午6时05分18秒,david写道: Hi All, now i meet a ANR error. i find the cpu usage info in loacat totaly big than 100%,so i cofused, wheo can guide me on

[android-developers] Android 4.1 Face Unlock function blink

2012-09-17 Thread Andrey
Hello all. Tell me please how does function: Face Unlock can now optionally require a 'blink' to verify that a live person is unlocking the device rather than a photo. I don't find special Android APIs. What i can use that achieve this effect ? OpenCV or another something? How Google achieves

[android-developers] Automated validation of real app against wire frame prototype

2012-09-17 Thread Bert
Hi, I am currently looking into developing Android applications. For this I am searching for the best software for prototyping and testing. Is there a way to run an automated test of your app on a actual device to verify that the wire frame prototype is correctly implemented? I understand

Re: [android-developers] Classloader for Activities

2012-09-17 Thread Дмитрий Новиков
Not all that too bad! I'm currently developing an Android application for taxi-drivers. We decided to make it highly updatable. Apk is only a launcher now, all the code and reosources that perform real job are maintained as sepparate modules that get updated automatically over the web when new

[android-developers] Re: Spinner items missing selection radio button

2012-09-17 Thread Christian
Nadav, Which version of android are you developing on? I am currently developing a project and using 4.0.3 for testing, since this is the most common up to date version; however, I find that it is not displaying the radio button as well. But, when I use the same exact code in an android

Re: [android-developers] Massive unistalls starting Sept 6

2012-09-17 Thread Jaxily
Good, didn't think it made sense. Thanks Jaxily http://www.jaxily.com On Sunday, September 16, 2012 12:06:30 PM UTC-7, Fran wrote: They have had problems with stats on September, but normally what happens is that they are not updated, not massive uninstalls... I didn't experiment such

[android-developers] Web App Icon on home screen

2012-09-17 Thread frankie
Probably a quick question to answer but I havent found any clear answers to this. Is there a way to modify the bookmark icon when added to home screen from a web app? or are these features controlled by the browser in html code. thank you to those who reply -- You received this message

[android-developers] Staring Android Developer

2012-09-17 Thread Iulian-Alex Iliescu
Hi, I have just started developing on the Android platform. I have a very basic question: How to link a button to a function and where should that function be located in code? Thank you! -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Can I install our app from an APK and then update it with Google Play?

2012-09-17 Thread Gaurav Sharma
Yes you can do but you have to keep you package name, signature same. One more thing your app version code should be higher. eg. app installed by your apk contains : Package: yourcompanyname.yourappname Signature key : x android:versionName=2.16 android:versionCode=216 upgrade

[android-developers] Android Resource not found exception on database query ?

2012-09-17 Thread John Victor Bughao
09-16 11:59:39.392: E/AndroidRuntime(18292): FATAL EXCEPTION: main 09-16 11:59:39.392: E/AndroidRuntime(18292): android.content.res.Resources$NotFoundException: String resource ID #0x 09-16 11:59:39.392: E/AndroidRuntime(18292): at android.content.res.Resources.getText(SourceFile:252)

[android-developers] Getting exception while trying to run ffmpeg via command line in android

2012-09-17 Thread fresher
I want to use ffmpeg via command line arguments in android application.For this purpose: 1. I have cross-compiled the ffmpeg lib and got the libffmpeg.so 2. I have stored libffmpeg.so in files directory of the app. This is the code i am using: public class MainActivity extends Activity {

[android-developers] Re: Android Developer Console Issue - cannot finish registration

2012-09-17 Thread Cutlass App Development
I have the same exact issue. I want to sign up as an Android Developer, but I get the Oops message Unfortunately, this merchant no longer accepts payments through Google. We apologize for the inconvenience. too. It's maddening, and baffling, after reading that you can market your apps in

[android-developers] Where can I download the Window Lenovo USB driver?

2012-09-17 Thread mw18888
I have a Lenovo A2109 tablet. The system is running Android 4.0.3. I try to download the device Window USB driver. However, I can't find the USB driver by following the http://developer.android.com/tools/extras/oem-usb.html. Where can I download the Window Lenovo USB driver? Thank in

[android-developers] Re: Jelly Bean Speech Recognition API (local ASR)

2012-09-17 Thread Kevin Claypool
I also would like to develop using the offline speech recognition engine... but so far it's been impossible to find any documentation regarding its implementation. Can someone help us with some links? That would be awesome! I'm wanting to develop a hands-free NFC triggered application with

[android-developers] Re: Backup Manager Service in Android 2.2

2012-09-17 Thread Люк Скайуокер
I have same problem. Samsung Galaxy S Android 2.3.4 On Wednesday, December 1, 2010 12:05:07 PM UTC+2, lischc wrote: Hello! I am currently trying to implement a simple app which uses the new backup manager service. But I am always getting these error messages: 12-01 09:58:54.420:

[android-developers] Re: Android Developer Console Issue - cannot finish registration

2012-09-17 Thread Nicolás Zocco
I'm having the same issue, have you found a solution?! Maybe it's a problem of the developers web page or google wallet, but i've been trying all day long without success. I've tried using differente credit/debit cards with different countries so i don't think that's the problem. On Sunday,

[android-developers] Problem with ICS

2012-09-17 Thread Iskandar Muda
Dear google support team I have problem with my device after migration to ICS. My device is Sony Ericsson Live with Walkman (WT19). Few days ago I upgrade my android to ICS. After that,i found my sd card always full and can't take picture because memory space has full. I remember there are

[android-developers] android live wallpaper whitescreen issue

2012-09-17 Thread R.Karthick
1) I have written a live wallpaper which fetches data from Google app engine and requires data connection to be turned on in the device. I turn on the data and I set the wallpaper in my mobile [Samsung Galaxy SL I9000, firmware version 2.3.6]. It displays the data. Now, I turn off the data.

[android-developers] Using HttpClient to invoke a webservice in an android app

2012-09-17 Thread Eraa123
I am new to android web services. I want to create an android app which consume a webservice using HttpClient. Yet i am confused with, how to do this. I'll explain what i've needed to do. Say,we have a webservice at http://www.w3schools.com/webservices/tempconvert.asmx WSDL

[android-developers] android.bat update sdk --no-ui AND password prompts

2012-09-17 Thread Mussard, Mike J
Hello All, I've been asked to look at installing the tools for Android Development on a cluster of computers at work. I've found that installing the SDK and then running android.bat update sdk --no-ui is working perfectly until it gets to a few sites it would like a username and password for

[android-developers] Wall Paper app Problem

2012-09-17 Thread Dakota Wise
Hey guys right now Im working on a wallpaper app. Its really just a project to learn more about android/ the play store and give some exposure to my moms photos. (She is a profesional photographer.) I have it setup with a big picture at the top of the app, and a horizontal scrollview with the

[android-developers] [NDK - Running compiled file issue] - eh_frame_hdr

2012-09-17 Thread Karol Z
I compiled simple file main.cpp using android-ndk-r8b: #include stdio.h #include stdlib.h int main(void) { puts(!!!Hello World!!!); return EXIT_SUCCESS; } I used command as follow: .../android-ndk-r8b/ndk-build APP_ABI=x86 from the directory of main.cpp file My Android.mk file: LOCAL_PATH :=

[android-developers] How to sure device support Open Accessory Mode

2012-09-17 Thread Murat ÇAKMAK
Hi, I have a Android 4.0 Tablet from China and there is no manifacturer, no communication info, no support. I want to try this tablet with our product(Accessory). I write something to my product and it can working with other Android Devices. For example Samsung Galaxy S2 passing correctly to

[android-developers] Re: emulator-arm.exe has stopped working

2012-09-17 Thread Sriman
Were you ever able to solve this issue? I am getting the same issue now. On Saturday, February 25, 2012 9:48:29 AM UTC-4, Vicky wrote: Hello Friends, This is my first day with Android and I managed to set up everything. However while running the HelloWorld application I am getting this

[android-developers] How to configure Android Emulator while using Ubuntu 10.04 as a XEN virtual machine?

2012-09-17 Thread Subhajit Das
I am using Ubuntu Linux 10.04 installed as a XEN virtual machine.I have successfully installed Android SDK(4.1), ADT plugin and created an emulator with ARM processor and 1024 mib sd card . But when i want to launch emulator it gives me following errors. X Error of failed request: BadRequest

[android-developers] Rotation neutral Gesture

2012-09-17 Thread Sandeep
I would like to use Gesture V and ^ - upside down V to do 2 different things but upside down V is still recognized as V. Is there a way to tell Gesture library to do what I want? I have tried using Android's Gesture Overlay and http://depts.washington.edu/aimgroup/proj/dollar/ Is there is

[android-developers] Android 4.1.1 Jelly Bean

2012-09-17 Thread tottalwar
please, help me, how to get any lower firmware? -- 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: How to remove a context instance from the createPackageContext method ?

2012-09-17 Thread zhipeng cai
Hello, I encounter the same problem, do you find the method to slove this problem, thx. 在 2011年10月26日星期三UTC+8下午6时00分58秒,shuren写道: How to remove a context instance from the createPackageContext method ? I used below createPackageContext. context = _context.createPackageContext(package,

[android-developers] expandable list group view

2012-09-17 Thread sindhu
Hi all, am using expandable listview with image button in both group item and child item but the problem is when i add the image button or button the callback methods setOnGroupClickListener, setOnChildClickListener are not getting called so that am not able to select the list item, is any one

Re: [android-developers] Show Android store when application is not installed

2012-09-17 Thread ViTo Brothers™
So you say that is possible to show google play then user press on a link in a browser and my application isn't installed, YES ? is it possible ? 2012/9/16 Mark Murphy mmur...@commonsware.com On Sun, Sep 16, 2012 at 2:55 PM, ViToBrothers vitobrothers...@gmail.com wrote: Let me describe my

Re: [android-developers] hi....

2012-09-17 Thread 高官涛
maybe you can execute a raw sql command insert or ignore into TABLE... 2012/9/15 Ibrahim Sada ibrahim.in...@gmail.com If(! data_available_in_DB) { then insert data into db } Bro i didnt get ur query.. Can u help me out for this Thanx On 13 September 2012 17:52,

  1   2   >