[android-developers] Re:Android _Develop app for hardware

2012-10-15 Thread jagadeeshbabu
Hi All, which when from the Hyperterminal in Windows if data is dumped on to the usb connected to andriod phone it must receive the same and display. Is it possible to develop ,can I get some information above development for android. Regards Jagadeesh -- You received this message

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

2012-10-15 Thread Foi
Thanks for your answers. And 2 more questions: Does Google Play first download the apk somewhere and then install it? If yes, where does it save the apk and do we need root permission to access to it for getting its manifest? Thanks again On Friday, October 12, 2012 9:57:04 PM UTC+8, MagouyaWare

Re: [android-developers] Tab Customisation

2012-10-15 Thread Asheesh Arya
CAN YOU ELABORATE YOUR QUERY MORE!! -- 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] adding security/restriction to clipboard manager

2012-10-15 Thread sundeep
I want to add some security to clipboard manager. I have developed an application. Inside my application i am giving the option to copy and paste but i don't want the data copied inside my application to be available outside my application, but it is available in the history of clipboard. How do i

[android-developers] how to play recorded audio ? using AudioTrack

2012-10-15 Thread Tom
Hi, I am using AudioRecord class for record the audio in sdcard but it has no play.Because in the time of playing it has display sorry the audio cannot be palyed So how to play the video after recording the sdcard. I think i will use AudioTrack.But i don't know clearly about that. if any

Re: [android-developers] how to play recorded audio ? using AudioTrack

2012-10-15 Thread Asheesh Arya
please refer this link http://www.benmccann.com/dev-blog/android-audio-recording-tutorial/ -- 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] Yelp search result for businesses is missing the attraction lat/lng.

2012-10-15 Thread Sultan Ibrahim
Hi, Hope all are fine and happy out there,i am with a request that i have used an example of yelp from github to search for businesses,the example is working fine but missing one thing that is the lat/lngs of each attraction/location that i want to show, is not coming up with business,leaving

Re: [android-developers] Re: browser application

2012-10-15 Thread Michael Leung
Yes, My Galaxy s3 did not come with flash anymore too. Just do in HTML 5 On Mon, Oct 15, 2012 at 4:54 AM, RichardC richard.crit...@googlemail.comwrote: Flash on Android is coming to the end of its life: https://play.google.com/store/apps/details?id=com.adobe.flashplayer On Sunday, October

[android-developers] Re: In-app billing for canadian

2012-10-15 Thread Thomas Bouron
Hi! I got a Developer account and a merchant account in Spain (same in France). I didn't experienced any issue when I first created it. BTW, my In-app billing works well. I think your issue is located somewhere else. On Saturday, October 13, 2012 6:31:13 PM UTC+2, MathieuB wrote: Hello,

Re: [android-developers] Re: It seems easy to get rid of a competitor’s app

2012-10-15 Thread Michael Leung
That is the 1st times I heard about that. There are a lot of similar apps in the Google Play. For example, my todo list app is in the market for a while, but I found there are a lot of similar apps, even some of them are using the same opensource library too. On Mon, Oct 15, 2012 at 2:25 AM,

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

2012-10-15 Thread Archana
Hi, I just want 2 android phone instances to communicate via HTTP protocol. Phone 1 does HTTP Post of a file to phone2, which does some processing and updates file. This has to be again sent to phone1. This process should go on. On Saturday, October 13, 2012 11:37:28 AM UTC+3, Andrew

Re: [android-developers] how to play recorded audio ? using AudioTrack

2012-10-15 Thread rahul B
Here I am posting some sample which works fine with me.. package com.audiotrack; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.nio.BufferUnderflowException; import android.app.Activity; import android.media.AudioFormat; import

[android-developers] hi

2012-10-15 Thread daulat bachhav
-- Thanks Regards Daulat bachhav 9823403093 -- 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] Run the Service continuously even force close the app.

2012-10-15 Thread Seshu
Hi All, I have a requirement that i need to run the service continuously even if the user force close the app. i.e., i am calling a webservice for every 15 mins or half an hour. I used Timer Concept but when i force close the app then service is not calling.. Anybody have idea on these

Re: [android-developers] Run the Service continuously even force close the app.

2012-10-15 Thread Mark Murphy
On Mon, Oct 15, 2012 at 6:49 AM, Seshu s.seshu...@gmail.com wrote: I have a requirement that i need to run the service continuously even if the user force close the app Fortunately, as of Android 3.1, this is not possible. If the user goes into Settings and clicks the Force Close

[android-developers] Re: Run the Service continuously even force close the app.

2012-10-15 Thread Seshu
Wat about the lower versions i.e., from Android 1.1 to Android 2.3.4. Will it work??? On Oct 15, 3:57 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Oct 15, 2012 at 6:49 AM, Seshu s.seshu...@gmail.com wrote:          I have a requirement that i need to run the service continuously

[android-developers] Re: Button#onClickListener thread unsafe?

2012-10-15 Thread G. Blake Meike
Lew is exactly correct. The entire Android UI is completely thread safe, because it runs on a single thread. During execution of your program, you may, from within the code, be able to see a state that is inconsistent. That is only because you are observing that state from a partially

[android-developers] Re: In-app billing for canadian

2012-10-15 Thread MathieuB
Hi, Ok guys, i'm glad to hear that. I'll try to investigate more and find what is causing the issue. Weird thing is i'm not the only one reporting that problem. I found on other forums that people in Canada receive the message Canada is not supported when trying to register a merchant

[android-developers] Programmatically configure an Android device as Hotspot.

2012-10-15 Thread Daniele Santanche
Hi all, Does android SDK provides API to configure an android device as an hotspot? My goal is to configure the hotspot without user interaction. Best Regards -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Android ad hoc wifi network connection

2012-10-15 Thread Daniele Santanche
Hi all, I need to directly connect to a Windows CE device, through wifi connection. This device supports the ad hoc wifi connection, but it seem that android platform doesn't officially supports this kind of connection. I've searched a lot on the network in order to find a way to connect an

[android-developers] View.OnClickListener without default click sound

2012-10-15 Thread Gianluca Cacace
How to disable the default system click sound when a view is tapped? -- 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] UMS_CONNECTED, deprecated, replacement MIA

2012-10-15 Thread Pent
The UMS_CONNECTED action is deprecated according to the docs for Intent.java. It says: This constant is deprecated. replaced by android.os.storage.StorageEventListener StorageEventListener doesn't exist as far as I can tell. A user reports it stopped working on a Samsung Note, maybe due to the

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

2012-10-15 Thread Marina Cuello
If you're using the emulator you must remember to choose a Google APIs as a target for your AVD. Marina On Fri, Oct 12, 2012 at 8:11 PM, aek abdelkader.2004...@gmail.com wrote: Hi there, I wrote this snippet of program to illustrate google map example, the pb that happens is tha the

Re: [android-developers] Programmatically configure an Android device as Hotspot.

2012-10-15 Thread Mark Murphy
On Mon, Oct 15, 2012 at 9:16 AM, Daniele Santanche daniele.santan...@gmail.com wrote: Does android SDK provides API to configure an android device as an hotspot? No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog |

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

2012-10-15 Thread Kristopher Micinski
I think I've said this before, but you probably do _not_ want to use an HTTP stream socket connection, that will be an excellent way to kill the device's battery and most data providers block ports anyway. kris On Mon, Oct 15, 2012 at 5:14 AM, Archana ramalingam.arch...@gmail.com wrote: Hi, I

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

2012-10-15 Thread Archana
But the requirements are to use HTTP. Please let me know if I have to use AIDL/ Binder for this scenario? Any suggestion will be really helpful to me. Thanks in advance! On Monday, October 15, 2012 5:16:19 PM UTC+3, Kristopher Micinski wrote: I think I've said this before, but you probably do

[android-developers] how capitalized the text after reenter the text in android

2012-10-15 Thread Tom
Hi , I am using android:inputType=textCapSentences but fist time its comes correctly for typing the sentence but after deleting and reentering the text. that will be display in small letter. if know that reason are solution pls share with me Thanks, Tom -- You received this message

[android-developers] Re: Galaxy phone to Galaxy Tab

2012-10-15 Thread bob
You can transfer them by Bluetooth. Or maybe Wifi Direct. On Sunday, October 14, 2012 7:19:38 PM UTC-5, tman wrote: How can I view / listen the files from the Galaxy phone into the Galaxy Tab wirelessly, I am not sure if there is a app can support while I travelling or in a remote

[android-developers] Re: Does Android cache http-requested data?

2012-10-15 Thread lbendlin
To fight the caching, add a random parameter to your URL request. http://blabla.com/page.htm?r=0.251333 etc On Sunday, October 14, 2012 11:30:11 AM UTC-4, Keith Wiley wrote: Thanks for the great feedback on this everyone! -- You received this message because you are subscribed to the

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

2012-10-15 Thread Rafael Maas
Is it possible to download apks from Google Play without using its official application? yes: http://codekiem.com/2012/02/24/apk-downloader/ 2012/10/15 Foi kaash...@gmail.com Thanks for your answers. And 2 more questions: Does Google Play first download the apk somewhere and then install it?

[android-developers] Re: Serialization/De-Serialization

2012-10-15 Thread bob
Maybe change MODE_PRIVATE to MODE_WORLD_READABLE? On Sunday, October 14, 2012 1:44:21 PM UTC-5, Rajiv Singh wrote: Hi there, I am creating an app to find duplicate files .. i am using ArrayListFile to hold all File Objects. I am creating this arraylist in a service and want to pass this

[android-developers] Re: Does Android cache http-requested data?

2012-10-15 Thread bob
If you really need to avoid caching, there is always java.net.Socket. On Sunday, October 14, 2012 2:58:55 AM UTC-5, Keith Wiley wrote: Does Android cache http-requested data? I keep a small text file with various app-settings on my webserver. When my app launches, it sends an http request

[android-developers] Re: Android ad hoc wifi network connection

2012-10-15 Thread bob
Yes, it's called Wi-Fi Direct™. http://developer.android.com/training/connect-devices-wirelessly/wifi-direct.html On Monday, October 15, 2012 8:44:50 AM UTC-5, Daniele Santanche wrote: Hi all, I need to directly connect to a Windows CE device, through wifi connection. This device

Re: [android-developers] size in inches

2012-10-15 Thread Latimerius
On Thu, Oct 11, 2012 at 5:36 PM, bob b...@coolfone.comze.com wrote: I'm trying to make a routine that gets the width and height of a device in inches: Here's what I came up with: public void get_display_size() { DisplayMetrics metrics = new DisplayMetrics();

[android-developers] Re: RDP for Android

2012-10-15 Thread Brad Justice
You could start with the open source client at rdesktop.org or the Java version properJavaRDP. Brad Justice On Friday, October 12, 2012 12:36:06 AM UTC-7, Nirav Parmar wrote: Hello everyone, I need to develop an app for remote desktop connection..searched a little about that but didn't

[android-developers] Re: RDP for Android

2012-10-15 Thread bob
You could always look at the source to VNC. Mainly, what you will be doing is constantly sending a screen capture back to the client. To minimize bandwidth, you will probably only send what has changed. So, you will calculate the smallest rectangle that encompasses all changes and

[android-developers] Re: In-app billing for canadian

2012-10-15 Thread MathieuB
Finally, it seems I was wrong and i'm really happy to notice it! I was registered as a developer on our dev console but wasn't the admin. When I was trying to register the google checkout account, I was going directly to checkout.google.com and it said Canada wasn't supported. Today I try with

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

2012-10-15 Thread Kristopher Micinski
AIDL has nothing to do with this, other than the fact that it is also sending information across a kernel barrier, but otherwise completely unrelated. Why are your requirements to use HTTP? Is this for a class? If so, then read any of the hundreds of network programming in Java tutorials on the

[android-developers] TextureView saving

2012-10-15 Thread bob
Anyone know if there is a way to save the contents of a TextureView to a JPEG on the SD card? -- 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

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

2012-10-15 Thread BoD
If somebody from the Android team could chime in, I would greatly appreciate it! :) Thanks for your help! -- BoD On Friday, October 12, 2012 4:14:17 PM UTC+2, BoD wrote: Hi! I am working on an app that shows a notification that uses a custom layout (notification.contentView =

Re: [android-developers] TextureView saving

2012-10-15 Thread Romain Guy
Short answer: TextureView.getBitmap() :) On Mon, Oct 15, 2012 at 11:29 AM, bob b...@coolfone.comze.com wrote: Anyone know if there is a way to save the contents of a TextureView to a JPEG on the SD card? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Display different content via HDML

2012-10-15 Thread fan zhang
Hi: Do you know how to enable HDMI and disable HDMI content in Android 4.1.1 (XOOM deivce)? Also how to change display content via HDMI (i.e. using docking instead of mirroring)? Thanks Fan -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: Jagged array's objects in the ListView

2012-10-15 Thread Justin Anderson
Searched online, heaps of info on how to convert an array list to an array, but not vice versa. All you are wanting to do is convert an array to an array-list? Loop over the array and call add... Also, this is not specific to Android... Thanks, Justin Anderson MagouyaWare Developer

Re: [android-developers] Re: Jagged array's objects in the ListView

2012-10-15 Thread Lew
MagouyaWare wrote: Searched online, heaps of info on how to convert an array list to an array, but not vice versa. All you are wanting to do is convert an array to an array-list? Loop over the array and call add... Also, this is not specific to Android...

Re: [android-developers] Re: Apps downloaded from Play Store on Jelly Bean devices not working - even now - even free apps

2012-10-15 Thread YuviDroid
I'm experiencing the same issues...did you manage to find any solution? Thanks! On Wed, Aug 15, 2012 at 9:17 PM, Bikram Agarwal vicky.codemas...@gmail.comwrote: FYI, these are my installed ADK packages -

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

2012-10-15 Thread Android2ee
And remember you need to register your app in googlemap Service for your debug and your prod keystore. The debug keystore is under #user/android/debug.keystore or something like that. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] You have another application on Google Play with the same package name. Go to that other application, and click upgrade.

2012-10-15 Thread John Merlino
I am getting this message: You have another application on Google Play with the same package name (com.otl.AndroidRemoteApp). Go to that other application, and click upgrade. The only thing i see though is my existing applicaion with status unpublished. Where is this upgrade option at? -- You

[android-developers] Google Play: Is it allowed to link from inside an app published on Google Play to another android market?

2012-10-15 Thread mradlmaier
Google Play only provides for credit card payments and only in selected countries. Payment by Paypal or bank transfer is not supported at all. While this is OK for apps sold in the USA, where credit cards are widely used, it is not nice for european countries where the majority of people do

Re: [android-developers] Re: Apps downloaded from Play Store on Jelly Bean devices not working - even now - even free apps

2012-10-15 Thread Nikolay Elenkov
On Tue, Oct 16, 2012 at 6:07 AM, YuviDroid yuvidr...@gmail.com wrote: I'm experiencing the same issues...did you manage to find any solution? Fix your apps to support Jelly Bean properly. Even on JB, APK resources are public and you can read them if you use the proper path or APIs. You can

[android-developers] Getting to SharedPreferences from CustomListAdapter

2012-10-15 Thread lbendlin
I have a custom list view adapter *public* *class* CustomListAdapter *extends* ArrayAdapterString that I use to modify list view cells. Now I have the need to modify some cells' content based on a global variable from the SharedPreferences. However, the adapter tells me it doesn't

[android-developers] softInput and Android 2.3

2012-10-15 Thread gadget
I have been working on the soft keyboard used in our apps. The general idea is this -- create an EditText over a certain area of the screen, then requestFocus() on it. In the onFocusChange() callback the actual call to showSoftInput() is made. The keyboard appearance is standardized by

[android-developers] Re: Accelerometer use (G's and frequency)

2012-10-15 Thread Guillermo Polonsky
Did you get a reply on any of these questions? I'm interested too. BTW, I don't think is would be probably to get more than 3Gs as for example the accelerometer of the Samsung Galaxy S2 can detect a maximum of 19m/s^2 which is approx 3.3Gs Best Regards. Guillermo. El lunes, 23 de julio de 2012

[android-developers] Re: Accelerometer range

2012-10-15 Thread Guillermo Polonsky
Hi, the link is broken, is it possible to share its content? BTW, I own a Samsung Galaxy S2 and the highest G I can get is 3.3, is there any possibility to get higer Gs? Thanks in advance. Guillermo. El viernes, 10 de junio de 2011 16:33:24 UTC-3, Ted escribió: I am writing an app that uses