[android-developers] hi Friends..

2013-04-22 Thread Ibrahim Sada
Friends I Need To Read Xml File From My Friends System.. Using Xmlpullparser??or xml.. Please Help me In Advance.. -- -- 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

[android-developers] Android to JAVA SSL

2013-04-22 Thread Alan
I am a relative novice at Android and have had issues getting a simple SSL connection working to a java server. I know the java server works as I tested it using the same keystore as the server and a java client. The Android client does send something as the java server accepts a connection

[android-developers] Issue while explorting AOSP

2013-04-22 Thread Dionisios K.
Not sure if this belongs here, however, I have difficulties exporting your 4.2.2_r1.2 (JDQ39E) review: Fetching projects: 100% (328/328), done. Syncing work tree: 78% (256/328) error: revision refs/tags/android-4.2.2_r1.2 in platform/packages/apps/Mms not found Any ideas? -- -- You

[android-developers] Task Killing apps kill my service. How can I avoid it?

2013-04-22 Thread Archibald Archi
Hi! I'm currently developing an application with a service. My service is always listening from a server and waiting for messages or notifications and It mustn't be stopped. I've solved this issue when the application is killed by the OS Task Manager. However, I can't figure out how to prevent

[android-developers] access the device Serial Number from an app issue (samsung galaxy tab P5113)

2013-04-22 Thread Abey Mukkananchery
How can i access the device Serial Number from an app I'm developing? the device in question is Samsung tab2 10.1 (P5113) -- -- 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] getting video input through ports

2013-04-22 Thread amin hosseiny
Hello guys. I'm wonder if there is a way to get video stream from ports. I wanna get a video stream through any ports using android to work on stream like playing, capturing and ,etc. Is there a good way for this problem? Thank you all. -- -- You received this message because you are

[android-developers] How to create App for social site with WebView?

2013-04-22 Thread Amon Olimov
I`m new on android programming and I want to create Android App for my social site. In this App on center I want to use WebView(like AppsGeyserhttp://www.appsgeyser.com/`s App, but there must Menu like odnoklassniki.ruhttps://play.google.com/store/apps/details?id=ru.ok.android App). How can

[android-developers] Ideas para crear chat entre Android???

2013-04-22 Thread Anderson perez
-- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

[android-developers] Trying to solve the Cross Domain Origin... access origin=... Not working... (Phonegap)

2013-04-22 Thread Andres de la Torre
Hi, im developing an app that needs to retrieve data from a webserver, I understand that I need to add and acces entry in the config.xml of my project in the way: access origin=* / (I want to give acces to anything just to test it) The problem is that is not working, when I test my app I get

[android-developers] Getting started with MediaCrypto

2013-04-22 Thread Alex Converse
Hi, I'm trying to playback a file encrypted using ISO 23001-7 Common Encryption using the MediaCodec and MediaCrypto APIs. I haven't been able to find any example code that uses the MediaCrypto API. I'm having trouble constructing a MediaCrypto object. I have no idea what I'm supposed to be

[android-developers] Payout report February 2013

2013-04-22 Thread NAVIGON
Our February payout report does not contain any data from 1st until 13th - any idea what is the reason and when this will be fixed? thanks -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Websocket support on Android 4.2 WebView

2013-04-22 Thread Andrea Tasca
Hi All, I'm developing a native Android app that has to load an html page from a third party supplier, this html page uses Websocket to load data from their server. My problem is that Android WebView does not support Websockets, I know that many people have solved the problem using a solution

[android-developers] publish app in google play with password requeriment

2013-04-22 Thread Antonio Maroto Cervantes
Hi there, I want to publish an app in google play, but I want to restrict the download through password or something like that, for only allow the people that I want. Is it possible? is there any alternative? Many thanks in advance, -- -- You received this message because you are subscribed

[android-developers] Re: Streetview Intent Format

2013-04-22 Thread Ankit Sharma
hi, this is in regard to the above code posted, i want to know does cbp values change with respect to the lat/lng or it remains same and how to i get those values for particular lat/lng if it changes ? On Monday, 12 October 2009 07:58:11 UTC+5:30, ian wrote: Thanks for the snippet, Now I

[android-developers] Cannot update APKs - Forbidden to downgrade devices...

2013-04-22 Thread andrew
Hi everyone, I've inherited an Android game from a previous developer. I've made an update and am trying to upload the new APKs (four - one for each texture compression type) to the new developer console. Because there are multiple APKs per version, I have to use the advanced version of the

[android-developers] java.lang.NoClassDefFoundError: redis.clients.jedis.JedisPoolConfig

2013-04-22 Thread Anuj Dewan
Hi, I am using uiautomator for Ui testing, in my application i have to connect to redis for that i am using some dependency(jedis.jar) jar. I can see all the jar in my sample jar file even i have pushed the jar file to my emulator but when i am executing the test i am getting

[android-developers] How to add Websockets support to Android WebView

2013-04-22 Thread Andrea Tasca
Hi All, I'm developing a native Android app that has to load an html page from a third party supplier, this html page uses Websocket to load data from their server. My problem is that Android WebView does not support Websockets, I know that many people have solved the problem using a solution

[android-developers] placing an image over the camera preview and moving image where ever i want by dragging

2013-04-22 Thread amrishsintu
i want to place an image over the camera preview and move that image to any place on the screen by dragging that image to other place on 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

Re: [android-developers] Maps api key v1?

2013-04-22 Thread Ankita Kashyap
Although your efforts must have been massive with the map api v1, I guess moving to map api v2 will not be huge effort as it is much cleaner than v1. I had to move to api v2 myself from v1 while I was half-way through the development but, once I spent a day or two with it, I realised that it was

[android-developers] Play API Required for Subscription Billing?

2013-04-22 Thread Patrick Golden
We're developing an application that has a free trial then requires a monthly subscription. I've seen many apps that use this concept, except they bill outside of the Play Store subscription API, whereas I've read that all app transactions must go through the Play billing APIs. Do you think

[android-developers] Re: second call to WebView.loadUrl() no longer calls WebViewClient.shouldOverrideUrlLoading

2013-04-22 Thread Arun Prasad
Hello, did you get it resolved? Please reply, I am also facing the same issue. On Tuesday, 3 February 2009 23:07:28 UTC+5:30, Mark Nuetzmann wrote: When I make a call to WebView.setWebViewClient and then call WebView.loadUrl I am able to get a callback into the shouldOverrideUrlLoading

[android-developers] Set/Fix exposure time of Samsung Galaxy S3

2013-04-22 Thread Mitchel Bakker
Hey! I'm developing an app with which I can detect coloured LEDs. To properly detect the LEDs I want to fix the exposure time of the camera. So far I have been able to adjust it using: p = camera.getParameters(); p.setExposureCompensation(p.getMinExposureCompensation());

[android-developers] help needed for raw developer like me

2013-04-22 Thread Arun Karkare
Hello dear expert programmers! I am extremely new and very raw to Android development, but keen to learn Android Applications development.I have so far understood the anatomy of Android application and now know basics of eclipse IDE and what is src, package, manifest, res, gen, etc folders. I

[android-developers] Testing apps

2013-04-22 Thread Bertjan
Hi, Is it possible to let a customer test my Android app before it's public available on Google play? Or is the only way to upload the APK to dropbox or host it on your website or to just email the file to them? Once they've downloaded the APK, they can just open it and it will install and

[android-developers] Function like as Java.awt

2013-04-22 Thread John Marco
Hi guys, This is my first post and I'm going to introduce myself : my name is Marco and I'm an italian guy! This forum is really powerfull, and I thank you for information. So, I have a question : I'm bringing a Java application to an Android one. The most important parts of the code are

[android-developers] setPreviewFpsRange not working despite values being within getPreviewFpsRange's range

2013-04-22 Thread Laikis Reor
This simple code: Camera.Parameters params = currentCamera.getParameters();params.setPreviewFpsRange( 1, 15000 ); currentCamera.setParameters( params ); does not work on my Nexus 4 (or my Motorola Atrix), despite the allowed values being between within the allowed range:

[android-developers] help needed for raw developer like me

2013-04-22 Thread Arun Karkare
Hello dear expert programmers! I am extremely new and very raw to Android development, but keen to learn Android Applications development.I have so far understood the anatomy of Android application and now know basics of eclipse IDE and what is src, package, manifest, res, gen, etc folders. I

[android-developers] Counting number of times the remote phone rings

2013-04-22 Thread balsodhi
In my Android app, while calling a remote phone I need to keep track of the number of times the remote phone rings before it (i.e. remote phone) goes to off-hook or idle state. Googling for this topic hasn't yielded anything of much help. A brute force method could be to process the audio and

[android-developers] RenderScript Only Runs On Rooted Device ?

2013-04-22 Thread Bo Zhou
Hi folks, I'm dealing with a strange problem about RenderScript. I made several simple RenderScript module for computation, and all of them could be executed on emulator and rooted device except unrooted 4.2 device, a mobile phone, the LogCat showed the following info (modified),

[android-developers] String error

2013-04-22 Thread boki v
Im just learning about the android development and im following the tutorial. But my android:text=@string/button_send gets a red line and when i put my mouse cursor on it it says: no resource found that matches the given name i put in this line: Button

[android-developers] My account get suspended

2013-04-22 Thread Bj Chamlagai
I am a Bhutanese Refugee in Nepal and still staying in Bhutanese refugee camp in Nepal. UNHCR provides food and shelter for us. Because of my financial problems and being refugee (lack of citizenship) i was unable to continue my higher study and take training in computer .Later on a cyber

[android-developers] Google Play - update app

2013-04-22 Thread Gullet
I have an app on Google Play, that is about to be updated with a new version. The new version has InApp-Billing and now I have come to the point where I need to test the billing scheme. I want to be able to test the app and then deploy as a new version of the current app. How to go about doing

Re: [android-developers] Maps api key v1?

2013-04-22 Thread user123
@Ibendlin Thank you for the friendly response. Who are you anyway? I would expect Google to care, at least. Hopefully I'm not asking to much. My career doesn't revolve around only Google, and I have other things to do than checking each x months if one API has been discontinuated and I need to

[android-developers] Re: Force Close just restarts the app?

2013-04-22 Thread setau
This doesn't seem to work for me. Still digging for solutions. On Tuesday, February 16, 2010 4:40:49 AM UTC-7, Bob Kerns wrote: There are two approaches to handling this, depending on what you want to accomplish. There's a per-Activity flag in the manifest: android:finishOnTaskLaunch=true.

[android-developers] Newbie questions

2013-04-22 Thread Monopsony
Hi Folks, I'm a complete newbie to Android Design (I am a web designer). I'm making some mockups/wireframes using Azure, and have some basic questions. 1) In web design we use css to add color and lines to layers. This way we don't need to produce an image for every design element on the

[android-developers] Using new (4.2/api17) telephony api

2013-04-22 Thread Brett Wandel
Hey guys, Trying to use the new api 17 telephony api's as i need to collect the advanced details that it provides. I make a simple call to TelephonyManager's getAllCellInfo() but all i ever get is a null object. I'm using a nexus 4 with the latest official rom updates (android 4.2.2). Any

[android-developers] Re: Problem with getSystemService in a thread

2013-04-22 Thread Carlos Alberto Castaño García
You must send Activity's context to thread and do: context.getSystemService(...); So works!. El miércoles, 21 de octubre de 2009 06:27:30 UTC-5, cedcox escribió: Hello everybody, I would like re-read a KML file with the GPS. As the inside-GPS eclipse don't manage altitude (cf my last

[android-developers] OpenAMF

2013-04-22 Thread Carl Primary
We use OpenAMF to communicate between our Flash GUI and our Java server... does anyone know of an Android client for OpenAMF that we can use to communicate between Android and the Java server? Thanks, Carl -- -- You received this message because you are subscribed to the Google Groups

[android-developers] ADP1 firmware image

2013-04-22 Thread Boniface Mwanza
text me direct link on where i can download the firmware please. -- -- 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] AsyncTask can't work in Android 2.3.6

2013-04-22 Thread 陳慶瑤
Hi guys: I have used the asynctask in my code in Android 2.3.6. It crashed when I new a class, but it is fine in Android 4.x. Does anyone have any solutions? Thanks *myTask =new GetDataFromServer(); // It crashed here.* -- -- You received this message because you are subscribed to the

Re: [android-developers] add new api levels to emulator

2013-04-22 Thread Boniface Mwanza
I really need ur help, i can not get passed; touch the android to begin because my touch-screen does not work, am using an ADP1, is there another method that i can use to by pass the setup wizard? On 4/16/13, Boniface Mwanza cbmkbonif...@gmail.com wrote: I really need ur help, i can not get

[android-developers] Low resource simulation

2013-04-22 Thread ccmmy
Hello, How can I simulate the automatic restart of a service that has been killed because of resource shortage ? BR. C. -- -- 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] Use an intent in class to create buttons

2013-04-22 Thread Cristian Cañadas
Hi I use the class BotonPersonalizado for create buttons in activity dynamically, see the code of constructor My mistake is when you press one of these buttons, everything else is fine and works perfectly @SuppressLint(NewApi) public BotonPersonalizado(RelativeLayout layoutactual, int id, int

[android-developers] home and back buttons for file browser android

2013-04-22 Thread Chidozie Ikpe
I'm implementing a simple file browser and I've got navigation working (thanks to online sources) now I want to make a home and back button to navigate directly to the set root and to the parent directory respectively. I made an actionbar and added two buttons but I don't know how to get them

[android-developers] Google Stealing our Money

2013-04-22 Thread MobileCo Studios
Hello, my name is Marcelo Cavazzoli. Head Programmer of MobileCo Studios. We develop android applications. We have a sad story to share with you. Hope it might help you before lose time developing for gplay. We have a Developer Account on Google Play where we sell apps. The money we get for

[android-developers] Google SpreadSheet concurrent row insertion

2013-04-22 Thread NoxisStyle
Hello, Does the Google SpreadSheet API handles correctly concurrent row insertions when using the Java API ? *com.google.gdata.client.spreadsheet.SpreadsheetService.insert()* Can some data be lost ? I found nothing about this in the documentations... thanks in advance -- -- You received

[android-developers] Is there any issue in setting margin,width etc in code to support multiple screen sizes?

2013-04-22 Thread Chirag Jain
Hi, I want to provide support for multiple screen sizes and resolutions in my Android app. For this, I am getting screen size as follows: Display display = this.getWindowManager().getDefaultDisplay(); Point screen = new Point(); if (Build.VERSION.SDK_INT =

[android-developers] MediaRecorder frame loss when capture video

2013-04-22 Thread Ximing Cheng
I use MediaRecorder to capture video, but when I start to capture video, every few seconds the camera preview stop rendering the camera which gives a non-moving picture in the preview, after few milliseconds the preview works well. So, when I watch the video which captured by the app on PC, I

[android-developers] Re: How to get support for your Android app in Google Play? Any Developer Support Manager in this group?

2013-04-22 Thread Christine Fawcett
How did you get some help with this? Our Developer Console account was broken two weeks ago when I deleted a binary and they simultaneously deleted a binary which had an expansion file attached that was being used by the other binaries. That app disappeared from the store, and we can no longer

[android-developers] GCM send messages using php limit?

2013-04-22 Thread Cesar Ferrigno
I've created a php server to send push notifications to my app. I would like to know what is the limit on the number of registration ids I can send at once per message. For example, if I have a message that I need to send to 50,000 users using my php server I would query my database for all

[android-developers] Looking for API to gain access to my email

2013-04-22 Thread Dan Cha
Im trying to build an app that can connect to my email client on my phone. Im using the email client that came with the phone, so whatever that is. Is it possible to access that from another app? I would like to gain access to the individual folders and do the normal delete, move and such..

Re: [android-developers] Custom Permission and installation order

2013-04-22 Thread Andrea Cardaci
Hi, could someone please sheds some light on this topic? Il giorno sabato 3 marzo 2012 20:28:00 UTC+1, Alexander Osmanov ha scritto: Hi Dianne, could you please comment which would be a correct way to handle this limitation then? If I want to protect a plugin to my application with a

[android-developers] Re: Cannot get the initial SDK setup working, nightmare

2013-04-22 Thread Dave Truby
Using the AVD tool (inside Eclipse, menu Window - Android Virtual Device Manager), create at least one virtual device. See http://developer.android.com/tools/devices/index.html After you have a virtual device created, start it by selecting it in the list (in AVD manager) then click the Start

[android-developers] Re: Error in the Interacting with other apps class on developer.android.com

2013-04-22 Thread Dave Truby
In the link you provided I see the Uri.parse() syntax. On Saturday, March 30, 2013 4:09:03 PM UTC-4, Mateusz Matlengiewicz wrote: Hi, I'm new to Android app developement so forgive me if what I write is untrue. I was looking throu the starting classes and in

[android-developers] Apache Jena framework on Android

2013-04-22 Thread dario bonino
Few months ago we were involved in a project using ontologies on Android-based mobile devices. We firstly tried the Androjena project (http://code.google.com/p/androjena/) but it's development is almost ceased and it supports only a subset of the Jena features. Therefore we tried to use the

[android-developers] Re: App ran at startup

2013-04-22 Thread Dave Truby
You can have an activity started at boot by doing the following: uses-permission android:name=android.permission.RECEIVE_BOOT_COMPLETED / receiver android:name=.BootReceiver android:enabled=true android:exported=true android:label=BootReceiver intent-filter action

[android-developers] Re: How to dynamically add new ImageView instances to RelativeLayout?

2013-04-22 Thread Dave Truby
You are setting the id in tiles[i].setId(i); Also, titles[i] does not appear to have any children, so why tiles[i].findViewById() I'm probably not seeing what you are trying to do. On Sunday, March 31, 2013 6:10:00 AM UTC-4, langui...@gmail.com wrote: What I am trying to do is create *N*

[android-developers] Developer Account Problem

2013-04-22 Thread Dhaval khanna
Friends I want to Create a Developer account in Google Play. Everytime I insert my DEBIT Card Details , I get ERROR INVALID CREDIT CARD I have put all the correct Details and Even Tried different debit cards , but still there is same problem. I contacted my bank customer care too , but they

[android-developers] Re: In search of Nexus 10 ADB drivers

2013-04-22 Thread dan
I get an ADB Interface driver error when I plug in my nexus 10, PTP camera enabled, USB debugging on. Pointing to sdk directory windows does not find the driver. plugging in my galaxy s3 or 1st gen droid work fine and are seen by ADB/Eclipse. Anyone have ideas? -- -- You received this

[android-developers] Whether to support remote publishing apk to Google Play Market ?

2013-04-22 Thread dalun . zhong
*Hello,everyone* * * *My Question is : Whether to support remote publishing apk to Google Play Market ?* I konow i can manage all phases of publishing on Google Play through the Developer Console. But now , i want to manage some phases of publishing on Google Play through my project. (exp:

[android-developers] online examination system in android

2013-04-22 Thread aditi mishra
any body made project on online examination system 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] Filtering a MergeCursor

2013-04-22 Thread deepwinter2
I would like to be able to call filter() on a merge cursor I'm using. The filter functionality needs to pass through to one of the cursors, a database cursor, and update it's sql query (or just manually filter the results). What is the best way to implement this? I can see that I can

[android-developers] Whether to support remote publishing apk to Google Play Market

2013-04-22 Thread dalun . zhong
*Hello,* * * *My Question is : Whether to support remote publishing apk to Google Play Market ?* I know i can manage all phases of publishing on Google Play through the Developer Console. But now , i want to manage some phases of publishing on Google Play through my project. (exp: from my

[android-developers] (Need Advice) Getting started creating 3d live wallpapers

2013-04-22 Thread dan
Hello Everyone, I'm thinking about starting to develop live wallpapers for Android platform and I need a point in the right direction to start. I'm interested in making live wallpapers using 3d assets, like the game engines I'm used to working in and producing for. Example:

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

2013-04-22 Thread Miftakhul Falah
try it. http://developer.lenovomm.com/developer/download.jsp On Sunday, September 16, 2012 10:36:20 AM UTC+7, mw1 wrote: 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

[android-developers] Problems with image size after saving from android device

2013-04-22 Thread Laurence Saleh
So I have an image that can be edited on an android device and then the idea is to print this image out. My problem is... When I try to print the image at 100% scale from my computer it is fine.. the image fits on one page. When I edit the image on android and try to save it it has to be

[android-developers] How to draw a hole with canvas?

2013-04-22 Thread YanuFreaky
Hello Android Developers, Is it possible to realize the following picture in Android with canvas? [image: zg4uw.png] I want to have a hole and not only a Circle over the red layer which is yellow colored. I tried this (and failed) with the following Code in my onDraw()-Method:

[android-developers] Ler e Retornar os aplicativos instalados no android

2013-04-22 Thread eduardo santiago
Sou um novo desenvolvedor android e estou desenvolvendo um aplicativo, mas estou com dificuldades em uma parte dele; meu aplicativo precis ler e retornar para o usuário os apps instalados no parelho, mas não sei como o fazer se alguém puder me ajudar ficarei muito agradecido! -- -- You

[android-developers] Re: Check the Status of VPN

2013-04-22 Thread Niels Kramer
Hello,, Did you ever solve this problem?? I have the same problem atm. where i want to know if VPN Connection is closed and then launch my vpn firewall. Because it gets shutdown if i launch my VPN connection. ( I have not rooted my phone) Greetings,, Niels Op vrijdag 28 december 2012

[android-developers] errors trying to use loaders in android

2013-04-22 Thread majid . bari
So I'm trying to make AOuth work in android for twitter. Here's the code I'm having errors with in my activity: @Overridepublic LoaderOAuthConsumer onCreateLoader(int id, Bundle arg1) { consumerLoader = new getCommonsHttpOAuthConsumer(); //consumerLoader is declared in the activity as

[android-developers] Getting data ffrom USB interrupt endpoint?

2013-04-22 Thread B Spinnaker
I am brand new to Android development and perhaps I am diving head first into development but I have never been afraid of a challenge. I have an USB device that has an inbound interrupt endpoint. I think I see how to do bulk transfers but how do I do get data from an inbound interrupt

[android-developers] Build Java Modules that are out of Android SDK

2013-04-22 Thread Madan Gopal
While building Android SDK, my apps reside under /packages/myapp. I am able to build this app as part of the SDK by adding an entry into sdk.mk file. How do I move myapp outide SDK folder and still be able to build the SDK with myapp? Eg: I want to move myapp to /home/myapp and even then

[android-developers] Manual start of GCMIntentService

2013-04-22 Thread E. Ulrich Kriegel
Hi there, if we start the GCMIntentService via a declaration in the Manifest file, GCMNotifications are received. All the neccesary data like ApiKey and URL to use GCM are store in a database and must be loaded before starting the GCMIntentService. Especially on old and slow devices, we get

[android-developers] whatsapp integration

2013-04-22 Thread Vinod Devgan
Hello, can anyone tell me is Whatsapp Integration . -- -- 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] Method called from C can't instanciate TextView

2013-04-22 Thread Romain Rodriguez
Hi all, Before all sorry for my bad english I have a problem : I need to run a C code containing an infinite loop. This code will call some method in my Activity to create TextView. To do that i have done this : in my onCreate() I start my C code, that is ok. new Thread(new

[android-developers] Re: [Socket/Client-Server communication ] how to verify if url and port is working fine

2013-04-22 Thread Tino Ruge
https://dl.dropbox.com/u/58558990/putty-ports-google-groups.png So, you want to check, if that port is aviable ? You can use PuTTY ( http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html ) and connect to that server in RAW mode... I just made you a screenshot, it must be anywhere

[android-developers] Column '_id' does not exist

2013-04-22 Thread Josue C.P.
Hi all!!! First of All, sorry but my english is not very well XD I'm doin my first application for Android and I have a question. My application consist in save data in a Data Base y after show them. But I want to Display only some columns. This is part of my code: *String[]

[android-developers] Bug with TextView; can't set via variable, but with static text

2013-04-22 Thread Tino Ruge
Heyho everyone, I just have a bug in my app, but I can't find it, so I decided to ask you for help... First of all, how my snippet works... - You click on TextView - It shows an AlertDialog with an EditText containing the current content of the TextView - After typing in the

[android-developers] File handling for email attachments not working consistently accross devices

2013-04-22 Thread krcsiemens
Hi, I have seen many similar posts regarding variations of this issue and have tried just about every combination of solutions I can think of without success. In a nutshell, a client certificate (x509) will be sent to the device via email. This certificate is in a file that is pkcs12

[android-developers] View and edit the captured image

2013-04-22 Thread harsha harsha
Can anyone help me to complete the code below,here i want to view n edit the image appear on the thumbnail.i'm using imageview to take image as well as to view the captured image...thanx in advance public class UserModule extends Activity { protected static final int TAKE_PICTURE = 0; protected

[android-developers] Load and external Url and Maintain the WebView hidden

2013-04-22 Thread Marcus Baffa
Hi, I am trying to work with SignalR and the only way I could do that is by using a WebView. The Webview will only be used to maintain communication with my server so there is no visual use of this. I am trying to use a WebView with visibility = gone so that it will be hidden all the time.

[android-developers] Load and external Url and Maintain the WebView hidden

2013-04-22 Thread Marcus Baffa
How can I load an external html page in a WebView, originally with visiblitiy=gone, and maaintain it as it was. The problem is that when I execute loadUrl the native browser opens with the URL. Layout: ?xml version=1.0 encoding=utf-8? LinearLayout

[android-developers] About MotionEvent.getPressure()

2013-04-22 Thread Fran García
Hello, Is there any way to know the true pressure range for a device? When using getMotionRange http://developer.android.com/reference/android/view/InputDevice.html#getMotionRange(int)for AXIS_PRESSURE http://developer.android.com/reference/android/view/MotionEvent.html#AXIS_PRESSUREI

[android-developers] Session management in android application

2013-04-22 Thread rohan . dave7784
Hi I have one application build on android 2.2. I need to know is there any * Session* management kind of stuff exist in android development ? So i can implement it in my entire android application. If yes then can you please share any web urls or code for my reference ? Thanks in advance !!

[android-developers] Re: Android USB to USB communication

2013-04-22 Thread Saad Kamel
hello i have the same problem i have to comunicate with 2 android via usb did you find a solution??? Le vendredi 14 septembre 2012 02:07:37 UTC+2, dnk a écrit : Android supports USB Host mode via its APIs but is there a library out there that takes care of the threading and communication?

Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 7 Topics

2013-04-22 Thread Sean Martin
On Fri, Mar 1, 2013 at 1:43 AM, android-developers@googlegroups.com wrote: Today's Topic Summary Group: http://groups.google.com/group/android-developers/topics - ArrayAdapter Vs BaseAdapter. #13d24b1494be778d_group_thread_0 [3 Updates] - Hearing Aid

[android-developers] plot voice wave

2013-04-22 Thread elisanthi
Hello , I am a new user for android app. I wrote a code to audio record voice by audio recorder and at real time calculate the amplitude and the fft , magn and max magn. But i want to display on my interface the wave form of the voice and the peak dB continuously. thank you elisa -- -- You

[android-developers] Apk Installation Parse Error

2013-04-22 Thread Emvin Taylor
Dear All, I am trying to install a modified version of the phone gap barcode scanner plugin on an android version 4.1.1. I have installed an apk installer however each time I try to install the app I am given a parse error. In the app manifest I have the following code : 1. ?xml

[android-developers] How to Extract .cab file programatically ?

2013-04-22 Thread Sudheendra P
I would like to extract the cab file contents. How can i achieve this programatically ? -- -- 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

[android-developers] Filtering USB devices?

2013-04-22 Thread B Spinnaker
I successfully wrote an app to enumerate the USB devices attached to my Nexus 7 - Android.Now I want to filter for only the type of device with which I am dealing. I think I am following the instructions here correctly:

[android-developers] How to show all copyright and NOTICE for licensing Apache and GPL?

2013-04-22 Thread Yuji Sasa
I'm working on Android v2.2 of embedded product. I want to get copyright and NOTICE of all Android OSS for licensing Apache v2.0http://www.apache.org/licenses/LICENSE-2.0.txt and GPL v2.0 http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html, but it's hard to extract them from the source

[android-developers] [QUESITON] How to route audio from 14 and higher API?

2013-04-22 Thread Víctor Martín
I will quickly summarize. Samsung Galaxy S3, when I run some app with the headphones plugged and for some reason, if the app freezes or any other issue. The phone thinks that it have the headphones plugged yet. Although it's been unplugged. I am developing an app to fix this samsung

[android-developers] Cordova App : Getting JS Error log from Logcat through code

2013-04-22 Thread Vibhu Singhal
Hi, I am building a cordova app and trying to get the error log from the app (only the error log thrown by web console) to get the error thrown in JavaScript. The code will be written in the main activity code. I have tried Runtime.getRuntime().exec( logcat -e ), but not getting any thing.

[android-developers] how to do JUnit testing

2013-04-22 Thread Sadhna Upadhyay
Hi guys, can some one tell me that how to do JUnit testing in android.please help me if any one have any idea about it thank you very much in advance. Thanks and regards: sadhna -- -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] how to do JUnit testing

2013-04-22 Thread Asheesh Arya
http://stackoverflow.com/questions/10845937/how-to-do-junit-testing-in-android On Mon, Apr 22, 2013 at 3:37 PM, Sadhna Upadhyay sadhna.braah...@gmail.comwrote: Hi guys, can some one tell me that how to do JUnit testing in android.please help me if any one have any idea about it

Re: [android-developers] Maps api key v1?

2013-04-22 Thread VenomVendor™
There is no other way, than porting to MapsV2. If you find any difficulty in anypart of MapsV2, We as a developer will support you to the best. I suggest you to post in the same thread rather than creating new thread. Before you Post, Search in

[android-developers] Playing HLS (Http Live Stream) using Android VideoView (ICS 4.0.3 and 4.0.4)

2013-04-22 Thread A_User
I am writing an application for playing HLS video stream using android VideoView component. My HLS video stream is variable bit rate video stream varing from 200KBps to 2 Mbps. Issue is that When VideoView switches video stream from 200 KBps to 700 Kbps (Or from any low bitrate stream to high

Re: [android-developers] Maps api key v1?

2013-04-22 Thread user123
Can you please stop using this conversation (only) to promote yourself :) thanks. I can google the information myself. This is not any serious help. What I need is an API key for v1 to release my finished app. Am Montag, 22. April 2013 12:27:57 UTC+2 schrieb VenomVendor™: There is no other

[android-developers] Re: publish app in google play with password requeriment

2013-04-22 Thread VenomVendor™
Currently it's not possible, to restrict your apps being downloaded by User, Restriction is based only on Countries, API Level Screen Dimensions. API Level Screen Dimensions are to be mentioned in *AndroidManifest.xml* Restricting to Specific Countries can be set in GooglePlay *Developer

Re: [android-developers] My First Android App

2013-04-22 Thread Vikash Koushik
Lost? vInden http://tinyurl.com/vInden yourself! Ever found yourself lost in a new environment that your going to? Ever wanted to find where you currently are? vInden http://tinyurl.com/vInden is the application that will help you locate yourself and will help you navigate to your destination

  1   2   >