[android-developers] Re: FFMPEG Android NDK- Images to video

2012-06-21 Thread Giuseppe
Download FFMPEG and all satellite libs, compile it with NDK and use in in your Android code !!! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from th

Re: [android-developers] Is there any ads platform for adult apps?

2012-06-21 Thread Harri Smått
On Jun 20, 2012, at 8:21 AM, Yole Yu wrote: > Do any one know some ad platform for adult app. Google revealed Reporo and Adultmoda at least (I have no experience on either myself though). -- H -- You received this message because you are subscribed to the Google Groups "Android Developers" gr

Re: [android-developers] Promotional Copies of App

2012-06-21 Thread Nikolay Elenkov
On Fri, Jun 22, 2012 at 2:48 PM, TreKing wrote: > On Thu, Jun 21, 2012 at 3:47 AM, DangerMcD wrote: >> > >> >> store.  If not, what would be the best way for a developer to distribute >> copies of the paid app while still having a license or key check of some >> sort? > > > There isn't. The Googl

Re: [android-developers] Help converting iPhone app to Android

2012-06-21 Thread TreKing
On Thu, Jun 21, 2012 at 3:30 PM, danskr wrote: > Apart from that, I just know enough about eclipse/android to even know > what the right questions to search for. Any advice on how to track down the > problem? > Read (the newly massively revamped) developer site, particularly the sections on de

Re: [android-developers] Logging without installing app

2012-06-21 Thread TreKing
On Wed, Jun 20, 2012 at 3:59 PM, VC wrote: > I want this to be added as inbuilt module in kernel and flash the phone. Check the other groups that have to do with modifying the firmware. This one is for developing with the SDK. ---

Re: [android-developers] Promotional Copies of App

2012-06-21 Thread TreKing
On Thu, Jun 21, 2012 at 3:47 AM, DangerMcD wrote: > Hello, I was just wondering if there was any way for a developer to > receive and distribute promotional codes, keys, or licenses for a paid app > once it is on the app No. > store. If not, what would be the best way for a developer to dist

Re: [android-developers] Telugu Font for Android OS

2012-06-21 Thread nageswara rao rajana
can u clearly tell "change database" mean. thanking you. On Fri, Jun 22, 2012 at 11:01 AM, Ramya Vegesna wrote: > hi, > > Android supports any language, we have to change the database to that > particular language. > > basically , i have done and it worked also. > > > On Tue, Jun 19, 2012 at 9:4

Re: [android-developers] Telugu Font for Android OS

2012-06-21 Thread Ramya Vegesna
hi, Android supports any language, we have to change the database to that particular language. basically , i have done and it worked also. On Tue, Jun 19, 2012 at 9:43 PM, Aashish jawla wrote: > It does not support the local langaugae... > > > On Tue, Jun 19, 2012 at 3:00 PM, dineshsahoo wrote

Re: [android-developers] Android in app billing claims to not be supported using sample code

2012-06-21 Thread Sandeep Venkat
I too facing the same please help me out if you got of it -- 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-develop

[android-developers] Re: How to optimize rendering speed in webview

2012-06-21 Thread Subramanya Somayaji
Once android upgrades it's webkit :( hope we get new ver of webkit in jeallybean 5.0 or 6.0 :( http://www.oscon.com/oscon2011/public/schedule/detail/18969 hope its really helpful to you :) -- You received this message because you are subscribed to the Google Groups "Android Developers" group

[android-developers] Android in app billing claims to not be supported using sample code

2012-06-21 Thread Andy Armstrong
I have been having this problem with testing android in app billing: http://stackoverflow.com/questions/11075585/android-in-app-billing-claims-to-not-be-supported-using-sample-code Please help -- You received this message because you are subscribed to the Google Groups "Android Developers" gr

[android-developers] Android in app billing claims to not be supported using sample code

2012-06-21 Thread Andrew Armstrong
Can somebody please help me solve this problem : http://stackoverflow.com/questions/11075585/android-in-app-billing-claims-to-not-be-supported-using-sample-code Thank you -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

Re: [android-developers] Layout issue in preference screen android

2012-06-21 Thread jagruti sangani
Hello, For making compatible in all device you shold use the "dp" in height and width instead of "sp" and if text size is small then you can define the size like "14sp" it will compatible in all device. and space between text and image if you want then give the margin right of text so it will autom

[android-developers] Android NFC Options

2012-06-21 Thread Alistair Lowe
Hi guys, I'm attempting to get into NFC on Android by communicating with a custom PN532 device, however I'm a little confused as to my options and the Android protocol. - NFCIP-1, is it possible to place my device as a target into this mode, for Android to automatically detect and commu

[android-developers] Re: PBAP CLIENT

2012-06-21 Thread alicke xu
Hi anirudh, I'm planing to implement PBAP client on android tablet also. What about your status? BR, alicke 在 2011年5月20日星期五UTC+8下午6时27分18秒,Anirudh Kashyap写道: > > Hi, > > I have implemented a PBAP client. I am able to establish a OBEX > Connection and connect to the PBAP server on the other an

[android-developers] Is there any ads platform for adult apps?

2012-06-21 Thread Yole Yu
:> What to develop a adult app.. Do any one know some ad platform for adult app. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Software Keyboard

2012-06-21 Thread Phil Ryu
Hi lads, I'm running into trouble trying to make the software keyboard pop. I've already read all the posts related to that but unfortunately none helped me. I tried toggleSoftInputFromWindow, showSoftInput, getWindow().setSoftInputMode() with all possible combinations and all possible flags. I d

[android-developers] Re: Share android internet connection through bluetooth/ppp

2012-06-21 Thread Sayooj valsan
Hi Micheal, I am also looking for a solution for Android. I need to implemet ppp link. Do let me know if you got this done already. chapooty@gmail(dot)com On Friday, January 27, 2012 4:17:28 AM UTC-5, Michael wrote: > > Hi, > I'm working on a project where a device should access internet throug

[android-developers] Content Provider JUnit Test and Null Pointer Exception

2012-06-21 Thread Dionysus1983
I am attempting to test the update() method of my custom content provider. I receive a null pointer exception due to the getContext() method call within the update() method being null. To alleviate this issue I have attempted implementing http://stackoverflow.com/questions/6516441/why-does-androidt

[android-developers] Promotional Copies of App

2012-06-21 Thread DangerMcD
Hello, I was just wondering if there was any way for a developer to receive and distribute promotional codes, keys, or licenses for a paid app once it is on the app store. If not, what would be the best way for a developer to distribute copies of the paid app while still having a license or key

[android-developers] Does the stock web-browser of ICS 4.0.x support HW accelerated rendering and compositing?

2012-06-21 Thread do damn
Does the stock web-browser of ICS 4.0.x support HW accelerated rendering and compositing? If it does not, Is there any web-browser app for ICS 4.0.x that support HW accelerated rendering/compositing? -- You received this message because you are subscribed to the Google Groups "Android Dev

[android-developers] Re: Is Java 7 ok to use now?

2012-06-21 Thread CuGBabyBeaR
I only know that Java 7 do not work in my environment... 在 2012年6月22日星期五UTC+8上午1时54分14秒,Spooky写道: > > Last I heard, Java 7 and the SDK weren't getting along with each other > very well (if at all). Is this still the case? Or is Java 7 ok now? > > Thanks, >--jim > > -- > THE SCORE: ME:

[android-developers] all assets created, I need help making it work!

2012-06-21 Thread BigBeard
I am creating an app. it consist of 2 screen graphics (.jpgs) and an .mp3 file. Everything is ready to go as far as content, I just can't make it work! Basically on screen 1 there is a play button, when pressed it should switch to screen 2 and infinitely loop the mp3 file. If the play/stop is p

[android-developers] App review time

2012-06-21 Thread Jay Mandevia
hi i have added a app to the sony developer portal and it has been a very long time and no feedback. can anyone tell me the standard review time. Regards Jay -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send ema

[android-developers] How can I get this two angel ? Please help me

2012-06-21 Thread CuGBabyBeaR
I'm a Chinese and sorry about my English is not good . That is my problem: How can I get two angel? angel 1. angel between device surface and the level angel 2. azimuth of device surface (azimuth of the projection of device surface normal vector) I read the document on developer.android.com wh

[android-developers] Help converting iPhone app to Android

2012-06-21 Thread danskr
I've been trying to convert an iPhone app, built with phonegap/jqtouch, to Android and I've hit some issues. I'm pretty ignorant about eclipse and java so go easy on me. I've two questions.. I got the app working in eclipse and on my htc desire s, it was a bit slow and unresponsive but at least

[android-developers] DOA Object serving a Resource from Android Library Project

2012-06-21 Thread Jacob Hansen
Hi, I'm currently making a SDK for a payment gateway, however I'm having some problems. The project setup is supposed to be: *Library Project* DAO Classe SDK Server connectivity class *Application* UI Using the above Library project And from the library project I want to send some images

Re: [android-developers] Re: Can you record a video of the screen?

2012-06-21 Thread DILEEP PT
use camera intent to capyure image and video -- 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.

[android-developers] Logging without installing app

2012-06-21 Thread VC
I wanted to log some existing information without installing an app in android. I wanted to log the connected wifi name with timestamp. This hardly takes 5-6 lines of code. But, I dont want to create a separate app or service. I want this to be added as inbuilt module in kernel and flash the ph

[android-developers] Multiple selection in Gallery View in android.

2012-06-21 Thread Ashish Dwivedi
Hello I want to create a custom view which are look like Gallery view but there an functionality to select multiple images using a expendable rectangle box in this screen there are a gallery of images and an orange box which are using the select more t

Re: [android-developers] button

2012-06-21 Thread jagruti sangani
Hello, if you want to just differenciate the button images then use the one xml and define the two image one for default and one for press and set that xml as background of button.It will solve your problem ok. On Wed, Jun 20, 2012 at 9:02 PM, bob wrote: > I'm trying to make a button that uses t

Re: [android-developers] Difference between Google Market billing and Google Play billing

2012-06-21 Thread pushpa nc
Yes both are same On Fri, Jun 22, 2012 at 9:34 AM, Sandeep Venkat wrote: > *What is difference between Google Market billing package and Google Play > Billing lib*.Is it same? I am searching for Google Market billing package > but i am not getting it after installing all the updates.I got only Go

[android-developers] Difference between Google Market billing and Google Play billing

2012-06-21 Thread Sandeep Venkat
*What is difference between Google Market billing package and Google Play Billing lib*.Is it same? I am searching for Google Market billing package but i am not getting it after installing all the updates.I got only Google play billing lib. At present i am using android 4.04. -- Thanks&Regards *

[android-developers] Re: managedQuery returning deleted files

2012-06-21 Thread Guilherme Utrabo
Ps.: and here is the method that actually deletes the file: http://pastebin.com/SbBFHuwC On 22 June 2012 00:54, Guilherme Utrabo wrote: > I need to delete some images from my application dir (inside > Pictures/Application). > Though the image gets removed, when I call for the managedQuery() to f

Re: [android-developers] Billing is not supported on this version of android market!

2012-06-21 Thread Sandeep Venkat
I to facing the same so if you come across it please post it -- 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-deve

[android-developers] managedQuery returning deleted files

2012-06-21 Thread Guilherme Utrabo
I need to delete some images from my application dir (inside Pictures/Application). Though the image gets removed, when I call for the managedQuery() to fill again the grid, the image that I just removed is retrieved. I'm trying to force a scan on the application directory, but it's not working. So

[android-developers] How can I keep my database on an SD card and use ORMLite?

2012-06-21 Thread Italo Mendonça Rocha
I use ORMLite to work with my database, and I faced with problem how keep database on sd card. Can anyone help me with this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroup

Re: [android-developers] How can I create my own PID/VID driver

2012-06-21 Thread Chen.Blake
I am sorry that I am confusing with "creating applications using the Android SDK". If I have a device with my own PID/VID, how can I make the driver instead of modifying the android_winusb.inf? On Tuesday, June 19, 2012 11:58:58 PM UTC+8, Mark Murphy (a Commons Guy) wrote: > This has nothing

Re: [android-developers] Abridged summary of android-developers@googlegroups.com - 20 Messages in 10 Topics

2012-06-21 Thread shiming wang
-- 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, visit

[android-developers] Re: l10n and coordinate mapping on an image

2012-06-21 Thread Nobu Games
You can use a regular Java resource bundlewhich can be fully localized. They are a set of files ending with .properties which you can use for storing the button coordinates for each local. Just create in one of your packages a set of files with the sam

[android-developers] l10n and coordinate mapping on an image

2012-06-21 Thread Francisco M. Marzoa Alonso
Hi there, I am using a bitmap with several parts that can be touched by the user as they were buttons. These parts may be bigger or littler depending on the language. Currently, as I have split English and Spanish version into two different apps, I just have the coordinates hardcoded in my Java c

RE: [android-developers] centering

2012-06-21 Thread Tommy Hartz
Well if you are using a RelativeLayout you can do android:layout_centerInParent="true" From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of bob Sent: Thursday, June 21, 2012 4:36 PM To: android-developers@googlegroups.com Subject: [android-develope

[android-developers] centering

2012-06-21 Thread bob
This is probably an easy one, but I'm stumped. What is the best way to position a View object in the exact center of the screen? -- 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@g

Re: [android-developers] Formatted string and localization problem

2012-06-21 Thread Francisco M. Marzoa Alonso
Hi, Thanks a lot for your instructive answer. I have no strings in my application where the order of the arguments are relevant, but I will bear this in mind for further. Best regards, On 21/06/12 17:55, Tor Norbye wrote: > You need to number the string arguments because in some translations, t

Re: [android-developers] Expandiblelistview same layouts takeing for both actvities

2012-06-21 Thread Nobu Games
So you are actually having a problem with both activities "abbottasia" and "abbottusa", because they are using the same layout even though you created two separate ones? Why are you posting the code for this ListView activity then? This is completely unrelated to your problem. Look into both ac

[android-developers] list_selector_background_focused.9.png missing in ldpi

2012-06-21 Thread powder366
Hi, I noticed that the file list_selector_background_focused.9.png is missing in directory ldpi, but exists in mdpi, hdpi and xhdpi platforms/android-15/data/res/drawable-mdpi platforms/android-15/data/res/drawable-hdpi platforms/android-15/data/res/drawable-ldpi <- missing platforms/androi

[android-developers] list_selector_background_focused.9.png missing in ldpi directory

2012-06-21 Thread powder366
Hi, I noticed that the file list_selector_background_focused.9.png is missing in directory ldpi, but exists in mdpi, hdpi and xhdpi platforms/android-15/data/res/drawable-mdpi platforms/android-15/data/res/drawable-hdpi platforms/android-15/data/res/drawable-ldpi <- missing platforms/androi

[android-developers] Is Java 7 ok to use now?

2012-06-21 Thread Jim Graham
Last I heard, Java 7 and the SDK weren't getting along with each other very well (if at all). Is this still the case? Or is Java 7 ok now? Thanks, --jim -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4) | Tux (E Cat): DS B+Wd Y 6 Y L+++ W+ C++/C++ I+++ spooky1...@gmail.com |

[android-developers] Anyone working on the FriendlyARM Platform.

2012-06-21 Thread mike digioia
Hi Just received this platform without any docs. Should get the package today and what ever docs that comes with it or Identification of which one this is. But the board does not have the serial console port enabled, since nothing is being displayed as it boots (using the normal hyperterm setting

Re: [android-developers] button

2012-06-21 Thread sajjan androiddeveloper
Use selector that will be easy for you On Thu, Jun 21, 2012 at 3:22 PM, bob wrote: > Are you talking about using this? > > void setOnTouchListener(View.OnTouchListener l) > > > On Wednesday, June 20, 2012 10:34:42 AM UTC-5, Kristopher Micinski wrote: >> >> Sure, in the onPressed event, change th

Re: [android-developers] Formatted string and localization problem

2012-06-21 Thread Tor Norbye
You need to number the string arguments because in some translations, the order in which the substitutions appear may not be the same. If you just use %s, there is no way to for example use the second argument earlier than the first; it will need to find the first occurrence of %s and match it with

[android-developers] Re: ImageView with progress spinner

2012-06-21 Thread Karakuri Dev
I ended up putting it in a FrameLayout with an indeterminate ProgressBar on top of it, then setting the ProgressBar to GONE once the image has loaded. The effect is the same, so that's what I'm going with. On Wednesday, June 13, 2012 12:02:03 PM UTC-7, Paul Turchenko wrote: > > Try implementing

[android-developers] Re: Emulate long pression of keys

2012-06-21 Thread Sal Dekku
Hello! I've wrote some code to help me solve the problem, a little application to use as a testbed. Also, here's one of many test units I wrote to emulate the long press. package com.nofatclips.keyevent.test; > > import com.nofatclips.keyevent.KeyEventsDumpActivity; > > import android.os.SystemCl

Re: [android-developers] Formatted string and localization problem

2012-06-21 Thread Justin Anderson
I didn't notice the additional *formatted="false" *attribute when you applied... So when I read your response it seemed like you ignored what was suggested and didn't try it. I was not meaning to come across as high-handed. There are a number of people who, when given an answer, ignore it and/or

[android-developers] Re: How to show my sdcard picture in the Camera ???

2012-06-21 Thread Nobu Games
I'm a bit lost here with your question. It sounds like any of the following possibilities: 1. You want to display a picture from the SD card using the Gallery app (or any installed image viewer) 2. You want to implement a picture slideshow 3. You want to overlay a picture on top of

Re: [android-developers] Formatted string and localization problem

2012-06-21 Thread Francisco M. Marzoa Alonso
Well, the other approach also seems to solve the problem, so as both approaches seems to solve the problem, I do not see the difference between them. And your answer didn't help me, indeed. BTW, there is no need of being so high-handed when answering. Best regards, On 21/06/12 17:11, Justin And

Re: [android-developers] Formatted string and localization problem

2012-06-21 Thread Justin Anderson
> > Is there some difference with your proposal? > Yes, the difference is that his fixes the problem. Did you try it? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jun 21, 2012 at 2:08 AM, Francisco M. Marzoa Alonso < fmmar...@gmail.com> wrote:

Re: [android-developers] Expandiblelistview same layouts takeing for both actvities

2012-06-21 Thread Justin Anderson
I don't understand what you are asking... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jun 21, 2012 at 9:05 AM, Jagadeesh wrote: > Hi > i have implemented expandable list view with group items =5 and child > items 7 for each group having 7 chil

Re: [android-developers]

2012-06-21 Thread Justin Anderson
> > when i call finish(), previous activity is called. > Then your previous activity needs to call finish() after launching your new activity Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jun 21, 2012 at 8:35 AM, Vijay Krishnan wrote: > when i ca

Re: [android-developers] Spinner show on click of button

2012-06-21 Thread Justin Anderson
> > Hi yes I am adding the Button to the view,but i am not adding the spinner > to the view Pretty sure the spinner needs to be added to the view for it to work. One option you can do if you don't want to have the spinner UI is to use AlertDialog.Builder... It allows you to set an array of optio

Re: [android-developers] Simultaneous access to wifi and data connection

2012-06-21 Thread Ralf
Hi Robert, Thanks for taking the time to reply. Will give that a try. Ralf -- 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

Re: [android-developers]

2012-06-21 Thread Vijay Krishnan
when i call finish(), previous activity is called. On Thu, Jun 21, 2012 at 7:35 PM, Justin Anderson wrote: > Call finish() > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > > On Thu, Jun 21, 2012 at 7:52 AM, Vijay Krishnan > wrote: > >> Hi all

Re: [android-developers] button

2012-06-21 Thread bob
Are you talking about using this? void setOnTouchListener(View.OnTouchListener l) On Wednesday, June 20, 2012 10:34:42 AM UTC-5, Kristopher Micinski wrote: > > Sure, in the onPressed event, change the image, when it's not pressed, > change it back.? > > kris > > On Wed, Jun 20, 2012 at 11:32

Re: [android-developers] Waiting for Debugger

2012-06-21 Thread Kristopher Micinski
On Thu, Jun 21, 2012 at 5:31 AM, chandur mani wrote: > Waiting for Debugger > Application HunyDew (process com.airvine.hunydew) is waiting for the > debugger to attach. > [Force Close] > > I do a debug build - the application does not run; though it in emulator. On > the device I get this message

Re: [android-developers] Spinner show on click of button

2012-06-21 Thread vani reddy
Hi yes I am adding the Button to the view,but i am not adding the spinner to the view On Thu, Jun 21, 2012 at 7:34 PM, Justin Anderson wrote: > spinner.setOnItemSelectedListener(new OnItemSelectedListener() { >> >> @Override >> public void onItemSelected(AdapterView arg0,

Re: [android-developers]

2012-06-21 Thread Justin Anderson
Call finish() Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jun 21, 2012 at 7:52 AM, Vijay Krishnan wrote: > Hi all, > How to exit from the application when backbutton is pressed? > > Thanks, > vijay.k > > -- > You received this message b

Re: [android-developers] Spinner show on click of button

2012-06-21 Thread Justin Anderson
> > spinner.setOnItemSelectedListener(new OnItemSelectedListener() { > > @Override > public void onItemSelected(AdapterView arg0, View arg1, > int arg2, long arg3) { > // TODO Auto-generated method stub > int selectedPositi

[android-developers]

2012-06-21 Thread Vijay Krishnan
Hi all, How to exit from the application when backbutton is pressed? Thanks, vijay.k -- 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

Re: [android-developers] Spinner show on click of button

2012-06-21 Thread Aashish jawla
spinner.setOnItemSelectedListener(new OnItemSelectedListener() { @Override public void onItemSelected(AdapterView arg0, View arg1, int arg2, long arg3) { // TODO Auto-generated method stub int selectedPosition = spinner.ge

[android-developers] Re: Two things holding up my app. Any suggestions?

2012-06-21 Thread Shino
Bump? Can anyone help me out with this? I'm working on using MediaPlayer, but I need to get this out. It just seems like the 2 things I'm asking about shouldn't be complicated to do but they are, and here and on StackOverflow, I have yet to get answers that work. :( On Wednesday, June 20, 2012

Re: [android-developers] Spinner show on click of button

2012-06-21 Thread Justin Anderson
Are you adding your button to your view? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jun 21, 2012 at 5:35 AM, vani reddy wrote: > > Hi friends, > > How to open spinner on click of a button. > > I tried > Spinner spinner =new Spinner(this); > Ar

Re: [android-developers] Waiting for Debugger

2012-06-21 Thread Justin Anderson
My bad... I just saw the words force close and didn't pay attention to the rest. Do you have USB debugging turned on for your device? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jun 21, 2012 at 5:28 AM, TreKing wrote: > On Thu, Jun 21, 2012 a

Re: [android-developers] Re: Can you record a video of the screen?

2012-06-21 Thread RAJESH
Hi Asheesh ?? how to i use castmania functionality in my app ??? plese help me -- 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 e

[android-developers] How to show my sdcard picture in the Camera ???

2012-06-21 Thread RAJESH
Hi all , I am wondering to display one default picture or variety of pictures in the camera screen ??? whether its a Media recorder or camera doesn't problem . All i want is to show the picture with repeating times ... Is it possible ?? help me guys Regards, Rajesh -- You received this

Re: [android-developers] Re: Can you record a video of the screen?

2012-06-21 Thread RAJESH
Hi Asheesh , Is it android application ?? available in market ? -- 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

Re: [android-developers] Re: Can you record a video of the screen?

2012-06-21 Thread asheesh arya
use camtasia studio for record a video of screen!! -- 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+uns

[android-developers] Spinner show on click of button

2012-06-21 Thread vani reddy
Hi friends, How to open spinner on click of a button. I tried Spinner spinner =new Spinner(this); ArrayAdapter packSizeAdapter = new ArrayAdapter( activity, R.layout.spinner_item, productUOMS); packSizeAdapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); spinner .setAd

Re: [android-developers] Waiting for Debugger

2012-06-21 Thread TreKing
On Thu, Jun 21, 2012 at 6:05 AM, Justin Anderson wrote: > Use logcat to find out the cause of the crash, then fix the problem... I don't think his app is crashing - he appears to be trying to debug it but it's not getting past the "attach to debugger" part. On Thu, Jun 21, 2012 at 4:31 AM, chan

Re: [android-developers] Waiting for Debugger

2012-06-21 Thread Justin Anderson
Use logcat to find out the cause of the crash, then fix the problem... On Jun 21, 2012 3:33 AM, "chandur mani" wrote: > *Waiting for Debugger > Application HunyDew (process com.airvine.hunydew) is waiting for the > debugger to attach. > [Force Close]* > * > * > I do a debug build - the applicatio

Re: [android-developers] Hide apps for a specific country

2012-06-21 Thread Raghav Sood
You can't. When someone tries to install it from the online store in that country, it'll say that their device is not compatible. Thanks On Thu, Jun 21, 2012 at 3:20 PM, TobyKaos < aubrun.thib...@chaos-interactive.com> wrote: > Hello, > > I want to totally hide my game to a specific country.I un

[android-developers] Re: Can you record a video of the screen?

2012-06-21 Thread RAJESH
Hi chia , > > how do i use this in my android application . -- 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-d

[android-developers] FFMPEG Android NDK- Images to video

2012-06-21 Thread RAJESH
Hi all , I am trying to devleop the android application which is used to convert the video from the videos .I came to know that for this process we should use the FFMPEG . But i am not familiar with that so please advice me to do this . -- You received this message because you are subscribe

[android-developers] ANR keyDispatching TimedOut

2012-06-21 Thread Francisco M. Marzoa Alonso
Hi, I am getting more and more of these errors from people that has installed my game on Google Play: Activity: com.marzoa.ruletafree/.RuletaAfortunadaGame Cause: ANR keyDispatchingTimedOut The weird thing is that on the stacktrace attached there is no reference to my own application or any of i

[android-developers] Hide apps for a specific country

2012-06-21 Thread TobyKaos
Hello, I want to totally hide my game to a specific country.I unselect the country and save infos. Game is not installable for the country but still appears on web store. On the device store all seems ok, game is completly hidden. How to hide it on web store? Thank you. -- You received this

[android-developers] Waiting for Debugger

2012-06-21 Thread chandur mani
*Waiting for Debugger Application HunyDew (process com.airvine.hunydew) is waiting for the debugger to attach. [Force Close]* * * I do a debug build - the application does not run; though it in emulator. On the device I get this message box on the Comet screen please help - what is it that I am m

Re: [android-developers] hierarchy viewer shows nothing/AVDs not being reused

2012-06-21 Thread Ralph Bergmann | the4thFloor.eu
Am 21.06.12 01:29, schrieb nchubrich: > From what I understand it has to be run through an emulator unless I > have a developer build on my phone. But I still don't get any you can use your phone, take a look at https://github.com/romainguy/ViewServer ralph -- You received this message beca

Re: [android-developers]

2012-06-21 Thread Vijay Krishnan
i have connected the device to my PC and checking in my PC. On Thu, Jun 21, 2012 at 12:04 PM, Harri Smått wrote: > On Jun 21, 2012, at 8:29 AM, Vijay Krishnan wrote: > > but i couldn't able to see that file in my mobile > > Are you using DDMS on host PC - or Gallery/My Files or some other > appl

Re: [android-developers]

2012-06-21 Thread Vijay Krishnan
how to relocate it? On Thu, Jun 21, 2012 at 12:43 PM, asheesh arya wrote: > try to relocate the location of file accurate. > > -- > 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

Re: [android-developers] Please help me out to know about Google play and In-app billing

2012-06-21 Thread TreKing
On Thu, Jun 21, 2012 at 2:47 AM, Sandeep Venkat wrote: > i attached my code and output screen shot..Please help me where to modify > the code No one is going to download a RAR file from you and weed through your code to fix your problem. Try posting a relevant code sample and explaining your pro

Re: [android-developers] Formatted string and localization problem

2012-06-21 Thread Francisco M. Marzoa Alonso
Hi Tor, I used this instead: Couldn\'t load music file %s (%s) Is there some difference with your proposal? Thanks a lot in advance, On 20/06/12 20:35, Tor Norbye wrote: > Try Couldn\'t load music file > %1$s (%2$s) > > -- Tor > > On Wed, Jun 20, 2012 at 11:31 AM, Francisco M. Marzoa Alonso

Re: [android-developers] Play market and sales info

2012-06-21 Thread Nikolay Elenkov
On Thu, Jun 21, 2012 at 4:24 PM, Giuseppe wrote: > Dear experts, > We have a Play market account from Italy, and according with Google docs we > don't have a merchant Key. > We are unable to get info about our sales using the checkOut API, but there > are services and apps able to do it using our

[android-developers] Re: Compil assembly code for ARM and X86

2012-06-21 Thread Doug
This is an NDK question, so I suggest taking it to the NDK group, not here. groups.google.com/group/android-ndk Doug On Friday, June 15, 2012 2:26:03 AM UTC-7, WebShaker wrote: > > Hi. > > I've just bought an Intel Android smartphone ! > > I've change My Application.mk to add a plateforme > >

[android-developers] Please help me out to know about Google play and In-app billing

2012-06-21 Thread Sandeep Venkat
I have done a sample example for In-app Billing with the help of google play as i attached my code and output screen shot..Please help me where to modify the code -- Thanks&Regards *Sandeep MNVVB* * * -- You received this message because you are subscribed to the Google Groups "Android Develop

Re: [android-developers] Help, eclipse does'nt show any errors, but app does'nt work on phone.

2012-06-21 Thread Fabien R
On 07/06/12 21:21, Lars wrote: > Hello > I am new at this site and new at developing. > Don't be in hurry. Spend time on tutorials on android (there are lots of good ones) and read the doc on android dev site http://developer.android.com/resources/index.html Good luck :-) Fabien -- You receiv

Re: [android-developers] Custom alarm for calendar events

2012-06-21 Thread Sourav Howlader
Thanks Michael. -- 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] Play market and sales info

2012-06-21 Thread Giuseppe
Dear experts, We have a Play market account from Italy, and according with Google docs we don't have a merchant Key. We are unable to get info about our sales using the checkOut API, but there are services and apps able to do it using our GMAIL username and password, so there is some way to get

Re: [android-developers]

2012-06-21 Thread asheesh arya
try to relocate the location of file accurate. -- 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+unsubsc