Re: [android-developers] Usb permission issue in the Kiosk mode (Android COSU)

2018-05-16 Thread Tom Rutchik
Is USB debugging turned on? That might have something to do with it since you claim you have granted all permissions. On Wed, May 16, 2018, 06:22 Siroj Rahmatxo'jayev wrote: > I am trying to connect external barcode scanner (HID) to the Android > application which is in

[android-developers] Re: Check if service is running or not

2018-05-08 Thread Tom Rutchik
A comment about the statement: - We deliberately don't have an API to check whether a service is running because, nearly without fail, when you want to do something like that you end up with race conditions in your code. The problem is

[android-developers] Best way to develop apps without Android studio

2017-01-17 Thread Tom Masterson
I am Visually-impaired and it appears that at least under Linux android-studio is inaccessible. That being the case what is the best suggestion for working with android apps especially if I want to work with the samples which are done in sudio? -- You received this message because you are

[android-developers] Unable to add Android to Eclipse Helios

2016-10-20 Thread Tom Magaro
I am trying to add android to eclipse neon and keep getting the following errors. The Tracer for OpenGL ES was the first one I tried by itself. I have tried both all six development and one at a time to no avail. Your original request has been modified. "Tracer for OpenGL ES" will be

[android-developers] Android Tourist App (Android Studio) - Fragments and Navigation drawer

2016-07-09 Thread Tom Lear
Hi, I'm trying to make a tourist app for a particular area, I'm not 100% familiar with Android studio. How would I go about putting Google's sample "xyz attractions" into separate drawers or fragments. So for example in my app, I would have beaches/ restaurants/ cafes in different 'pages'

[android-developers] Re: Installation crashes on Galaxy Note when SQLCipher is used

2016-06-17 Thread Tom Stol
simple reason: ARM64 (which the Galaxy Note 5 uses) is currently not supported by Cipher ( https://discuss.zetetic.net/t/sqlcipher-for-android-native-library-support/1440 ) On Friday, June 17, 2016 at 6:45:01 PM UTC+7, Tom Stol wrote: > > We are using an encrypted SQLCipher database

[android-developers] Installation crashes on Galaxy Note when SQLCipher is used

2016-06-17 Thread Tom Stol
We are using an encrypted SQLCipher database in our Android app (internal memory, not on SD card), compiled in (SDK23) and we are facing issues with the app crashing IMMEDIATELY when "installation" starts when we install it on our Galaxy Note 5 (running Android 6.0.2). On other devices

[android-developers] navigation bar size (soft buttons) size

2016-05-08 Thread Tom Teysen
Hi, Is the navigation bar with the soft buttons always 48dp heigh on android 6, 5 or 4.4 in portrait mode or does the size differ. If so, what are the sizes then? In px or dp. Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Re: Why does 'adb devices' show 'unauthorized' with no 'allow' prompt on the device?

2016-04-30 Thread Tom
I have found the same issue with Vista and adb. Sometimes I have been able to resolve this by disable debug then clearing all authorised from the android device then re-enabling debug. I wonder if it is something to do with the key pairs on Windows ? On Sunday, April 24, 2016 at 11:30:54 PM

[android-developers] Google says to use new "instance id" to id devices - but this is a poor solution...

2016-02-01 Thread Tom
The Google developer's blog today published: Marshmallow and User Data http://android-developers.blogspot.ca/2016/02/marshmallow-and-user-data.html Which describes the rather extrodinary step of completely blocking access to bluetooth & wifi MAC addresses - which some developers' use to ID

[android-developers] Android Fingerprint Scanner Help

2016-01-27 Thread Tom Becker
Hello all, I'm working for a company that wants to look into the potential behind the fingerprint scanning hardware on Android phones. We've been looking into the current API Android has available and it does not have the functionality that we're looking for. I'm in search of a phone

[android-developers] Re: What services provide AccessibilityService with KeyEvents

2014-07-25 Thread Tom
that the service providing these events simply does not pass along certain events, On Sunday, July 13, 2014 10:05:14 AM UTC-4, Tom wrote: Android API 18 introduced the onKey method AccessibilityService along with the necessary flags to enable filtering KeyEvents. What system service/ method

[android-developers] Why does RemoteController require an app to have a NotificationListenerService?

2014-07-15 Thread Tom
In API 19 Android added the RemoteController classes to it's API for allowing apps to control media playback. Oddly however is this: Registration requires the RemoteController.OnClientUpdateListener

[android-developers] What services provide AccessibilityService with KeyEvents

2014-07-13 Thread Tom
Android API 18 introduced the onKey method AccessibilityService along with the necessary flags to enable filtering KeyEvents. What system service/ method deals with the delivery of these events, and *is it possible to register for key events when the screen is off*? I've noticed that hardware

Re: [android-developers] What services provide AccessibilityService with KeyEvents

2014-07-13 Thread Tom
where the KeyEvents are being passed to the AccessibilityService and if there's a way to receive these events while the screen is off. On Sunday, July 13, 2014 11:21:54 AM UTC-5, Peter Teoh wrote: On Sun, Jul 13, 2014 at 10:05 PM, Tom karbo...@gmail.com javascript: wrote: Android API 18

[android-developers] How to optimize image polling on the network for a gridview inside a view pager

2014-02-18 Thread Tom Yu
I am creating a security app that displays pages of security footage as a gridview of images. I am polling the network for updates to the footage and if so, I'll update the backing object and call 'adapter.notifyDataSetChanged()'. You can imaging that the data set changes quite frequently. As

[android-developers] Changes in the 2013 version of GCM

2014-02-05 Thread Tom
I'm migrating my app's GCM support to the 2013 version, and I'm confused by some things. The docs are very inconsistent and don't properly distinguish between the versions, so let me see if I have this right - this is now the 3rd version - in 2011 Google introduced C2DM, in 2012 they changed

[android-developers] Re: Dalvik vs ART

2013-11-15 Thread Tom
As I understand one of the feature of ART is to remove the usage of a VM, which means no more bytecode, which means binaries, which means ability to use a new language ??? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] TextUtils and DateUtils Stubed ?

2013-10-31 Thread Tom
Hi folks, I noticed that TextUtils and DateUtils are stubbed in the SDK (all theirs methods return a RuntimeException with the label Stub!). So they can't be part of any junit execution which actually makes me really sad... Is there a good reason for that ?? -- You received this message

[android-developers] How to trigger USB plug-in events without physically touching plug

2013-09-18 Thread Tom
to do this? (I presume rooted phone is required, but an unrooted method would be better.) Thanks, Tom -- 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] License for Google Volley

2013-05-16 Thread Tom Opgenorth
I caught the steaming video for Google Volley yesterday. Seems impressive. Forgive the silly question, but what are the Terms of Service / licensed used for Volley? -- http://www.opgenorth.net -- -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] open street maps with native android apps

2013-05-01 Thread Tom Opgenorth
Give OSMDroid - https://code.google.com/p/osmdroid/. I've had luck with it in the past. On Tue, Apr 30, 2013 at 12:28 PM, Gink Labrev gink.lab...@gmail.com wrote: How to use open street maps with native android apps ? There are a lot of applications in this link, but any information about used

[android-developers] How to get Wifi Access Point data + MTU on the Wifi interface

2013-03-21 Thread tom
(there are different names on each device?) Thanks, Tom -- -- 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

[android-developers] Re: How to get Wifi Access Point data + MTU on the Wifi interface

2013-03-21 Thread tom
? On Thursday, March 21, 2013 5:26:50 PM UTC+2, tom wrote: HI , I have an APP that get some information from the AP that i am connected to such as SSID . BSSID , IP . Name , etc ... I am trying to get this information from it: 1.When my APP is loaded it check if its connectd to WIFI or not and if SO

Re: [android-developers] Android Bluetooth: I get Connection Refused after unpairing two devices, invoke user pairing, and accepting/listening connections.

2013-02-15 Thread tom lee
Thanks for the info. I have now fully grasped the usage of UUIDs in an 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

Re: [android-developers] Android Bluetooth: I get Connection Refused after unpairing two devices, invoke user pairing, and accepting/listening connections.

2013-02-14 Thread tom lee
The UUID just says what port the Bluetooth Server is on. I could have a server running on Bluetooth port 1. Does this imply there's a way to specify different Bluetooth ports, if the port(s) exists? I have never heard of Bluetooth using ports like TCP. If you're just making an example, then

Re: [android-developers] Android Bluetooth: I get Connection Refused after unpairing two devices, invoke user pairing, and accepting/listening connections.

2013-02-13 Thread tom lee
After extensive researching on the Bluetooth Chat example, it all comes down to using pre-determined UUIDs to connect to another device, the 1-to-1 way. However, that doesn't make it useful. I need to not rely on pre-determined UUIDs, so that I'm able to connect multiple devices together with

Re: [android-developers] Android Bluetooth: I get Connection Refused after unpairing two devices, invoke user pairing, and accepting/listening connections.

2013-02-08 Thread tom lee
I just tried. The connection is still refused. I don't think the result was affected by the timeout, since the timeout error was reported in the Logcat after the connection was reported to be refused first. -- -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Android new accounttype without AuthenticatorActivity

2013-01-31 Thread Tom
additonal contactinformation. This account I can export and import it to a new smartphone. That's right, or? But for that I don't need an AuthenticatorActivity with username and password. I only need a new account. How can I solve that. Thanks for any help BR Tom -- -- You received this message

[android-developers] Re: AppWidgets: Reusing RemoteViews instance leaks memory?

2013-01-24 Thread Tom
updated by the minute, soon enough memory becomes a problem that way. Tom On Thursday, May 21, 2009 5:03:26 PM UTC-4, Michael Elsdörfer wrote: I'm writing a widget. Currently, I'm have a simple ImageView, and calling RemoteViews.setImageViewBitmap(). I'm using a service to do the updates. I

[android-developers] Google map with airballoon image...

2013-01-17 Thread tom
Hi, I have created google map using android and set zoom control also.. Now i try to create a air balloons on top of the countries but i don't have any idea. So if you know please share with me... Thanks, -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Distributing google-play-services.jar

2013-01-14 Thread Tom Opgenorth
Hi all, My Google-fu is failing me at the moment. I'm wondering what the license is surrounding the google-play-services.jar. I can't seem to find a link to the license anywhere. What I'm wondering is: Can a 3rd party distribute this JAR file to users? Would a 3rd party have to acquire a

Re: [android-developers] Distributing google-play-services.jar

2013-01-14 Thread Tom Opgenorth
agreement. On a quick scan, it appears to be the same as what you now have to agree to in order to download the SDK in the first place. On Mon, Jan 14, 2013 at 10:49 AM, Tom Opgenorth t...@opgenorth.net wrote: Hi all, My Google-fu is failing me at the moment. I'm wondering what the license

[android-developers] Re: how to get data from choice_mode_multiple

2013-01-09 Thread tom
Hi I did get the values from selected contact details used check boxes. But i used custom adapter for this to done. I think that will easy to get the details... Try to that way because that will easy get a child from listview.. On Wednesday, January 9, 2013 12:17:09 AM UTC+5:30, prudhvi

[android-developers] Re: Help regarding talking tom application

2013-01-09 Thread tom
Hi u need store the recorded files into sdcard. On Monday, November 12, 2012 12:54:51 PM UTC+5:30, santosh kumar wrote: Hello All, I want to develop an application similar to talking tom, does anyone have source code for that application or any link pls share

[android-developers] why couldn't create webservice using android?

2013-01-09 Thread tom
Hi, *why couldn't create webservice using android?* if that any reason. if you know that reason...please share with me.. Thanks, Tom -- 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

[android-developers] Re: Help regarding talking tom application

2013-01-09 Thread tom
Hi, can you explain clearly *Why we need the sample values in a float array rite?* ? And you could stored your files in sdcard.. Thanks On Monday, November 12, 2012 12:54:51 PM UTC+5:30, santosh kumar wrote: Hello All, I want to develop an application similar to talking tom

Re: [android-developers] Re: Help regarding talking tom application

2013-01-09 Thread tom
an audio clip, we need to obtain the sample values in an array rite? Am I making it clear? On Wed, Jan 9, 2013 at 3:36 PM, tom java...@gmail.com javascript:wrote: Hi, can you explain clearly *Why we need the sample values in a float array rite?* ? And you could stored your files in sdcard

Re: [android-developers] Re: Help regarding talking tom application

2013-01-09 Thread tom
Hi, I didn't understood your process clearly.. without code... I hope this link is help for your solution.. http://stackoverflow.com/questions/11844914/get-the-frequency-of-an-audio-file-in-every-1-4-seconds-in-android Thanks On Wednesday, January 9, 2013 4:37:27 PM UTC+5:30, Parvathy

[android-developers] Re: how to create a app to show an jpg image stored in emulator, through an android app

2013-01-08 Thread tom
Are u asked about to store the image in mobile gallary? On Tuesday, January 8, 2013 6:04:53 PM UTC+5:30, yashika wrote: Hi, i m fresher plz help me how to craete an app which shows portion of a jpeg image which is stored in emulator or mobile. and how to store a image in emulator. pls

[android-developers] Re: Hi bros

2013-01-07 Thread tom
Hi, I hope this is useful for u... try this... list.setOnItemClickListener(new OnItemClickListener() { public void onItemClick(AdapterView? arg0, View arg1, int position, long arg3) { Object o = list.getItemAtPosition(position);

[android-developers] Re: Hi bros

2013-01-07 Thread tom
Hi, Use this code i hope this is work... list.setOnItemClickListener(new OnItemClickListener() { public void onItemClick(AdapterView? arg0, View arg1, int position, long arg3) { Object o = list.getItemAtPosition(position); String

[android-developers] Shared preference usage

2013-01-07 Thread tom
Hi, I have clear explanation of What is the difference between shared preference and other variable? and why we are using the shared preference?. What is the usage of that? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] BluetoothAdapter.getDefaultAdapter() in a non-UI thread

2012-12-07 Thread Tom
It is a known bug: http://code.google.com/p/android/issues/detail?id=16587 I'm encountering this bug on GB, but not on 4.1. I think I wasn't getting it on 4.0 either. Tom On Wednesday, September 5, 2012 1:28:04 PM UTC-4, MagouyaWare wrote: Does anyone *really* know what this means? 09-05

[android-developers] How to send and receive the datas from webserver to client server using htttpurlconnection?

2012-12-05 Thread Tom
Hi, if know anyone answer this question How to send and receive the datas from webserver to client server using htttpurlconnection?. please help me.. Thanks in advance... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] How to send and receive the datas from webserver to client server using htttpurlconnection?

2012-12-04 Thread Tom
Hi, if know anyone answer this question How to send and receive the datas from webserver to client server using htttpurlconnection?. please help me.. Thanks in advance... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] How to create program on server side code java and client side code in android?

2012-11-28 Thread Tom
Hi, How to create program on server side code java and client side code in android? Does any one know the sample application or any link to refer this concept please share with me.. Thanks, Tamilarasi.S -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] how to connect server into client

2012-11-27 Thread Tom
Thanks for ur reply. but i have used different ip and port that connection. But that is worked first time correctly more than one time i ran the same port that is not working on that time. how to configure the same port will run more than one time.. if u know that pls reply me... On

[android-developers] how to connect the server connection from client?

2012-11-16 Thread Tom
Hi, I could run the server code successfully using same localhost ip and port. and i am using reuse method for socket in server side. but i run the client program it displays *Connection Refused error.* *if any one know that solution pls share with me...* * * Thanks, -- You received this

[android-developers] What are the things to need develop the own walkie talkie or two way radio app in android

2012-10-30 Thread Tom
Hi, If any body knows that pls share with me... This is urgent 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@googlegroups.com To unsubscribe from this group, send email

Re: [android-developers] how to create voice chat program using sip in android?

2012-10-29 Thread Tom
, Oct 26, 2012 at 3:53 PM, Tom aras...@gmail.com javascript:wrote: Hi, if anybody knows to create voice chat program using sip in android.pleas share with me Thanks, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] how to create voice chat program using sip in android?

2012-10-26 Thread Tom
Hi, if anybody knows to create voice chat program using sip in android.pleas share with me 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@googlegroups.com To unsubscribe

[android-developers] how to send and receive the voice message from one android device to another

2012-10-24 Thread Tom
Hi, I am recording and play the audio. But i don't know how to send this voice message from one android device to another. If any body know this concept. please help me... Thanks, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] hi, if u know the reason please help me.....:)

2012-10-22 Thread Tom
Hi, I am attached the using code for record and play the audio above. My Problem is.. My audio is save music player after closing the emulator I don't know the reason... But i need the recorded voice immediately play after recording so any know reason or know how to solve the

[android-developers] how to make the phone number to be auto formatted to 123-123-1234 this format

2012-10-19 Thread Tom
Hi, i need help for this code. if you know about it please help me *how to make the phone number to be auto formatted to 123-123-1234 this format* *on ontextchangelistener of edittext..* * * Thanks -- You received this message because you are subscribed to the Google Groups Android

[android-developers] How to record and play the voice through the android app?

2012-10-18 Thread Tom
Hi, How to record and play the voice through the android app? if any body know that concept plase share with me Regards, Tamilarasi -- 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] how create voice chatting app in android

2012-10-18 Thread Tom
Hi, if know about how create voice chatting app in android? please share with me. 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@googlegroups.com To unsubscribe from

[android-developers] Re: Media Volume

2012-10-18 Thread Tom
Hi, if u know about the record and play the voice in android please share with me Thanks On Wednesday, 17 October 2012 20:00:05 UTC+5:30, chi wrote: Hi, everyone! Does anybody know how android measures its media volume? I am working on a project right now that is dependent on the volume,

[android-developers] how to communicate between two android devices using audio?

2012-10-16 Thread Tom
Hi, If any one know how to communicate between two android devices using audio please tell me Thanks, Tom -- 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] how to play recorded audio ? using AudioTrack

2012-10-15 Thread Tom
body know that pls share with me. This is urgent. Thanks in advance Thanks, Tom -- 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] 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] Disconnect from a WiFi Direct Group

2012-10-12 Thread Zachariah Tom
Hi, I want to disconnect from a wifi direct group after establishing a connection. I just want to move out silently without interrupting other clients that are already in connection with the Group owner. I use *manager.Connect()* method to establish a connection. But didnt see any methods

[android-developers] how to send and receive packets using voice calling?

2012-10-11 Thread Tom
Hi, if u know the details about how to send and receive packets using voice calling. please share with 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

[android-developers] Re: AsyncTask in Android 4.0

2012-10-10 Thread tom
I like this change. And have used a custom AsyncTask taken from API10 with the following changes for awhile now. private static final int CORE_POOL_SIZE = 1; private static final int MAXIMUM_POOL_SIZE = 1; ps. hope this is the correct way to get the serial execution on API11. -- You

[android-developers] how to store recorded audio files in sdcard using android

2012-10-10 Thread Tom
Hi, Any body knows how to store recorded audio files in sdcard using android pls share with me.. Thanks, Tom -- 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] how to store recorded audio files in sdcard using android

2012-10-10 Thread Tom
Hi, Any body knows how to store recorded audio files in sdcard using android pls share with me.. Thanks, Tom -- 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] Re: Ksoap Android to .Net web service Timeout

2012-10-09 Thread Tom
Hi , U check the webservice response is null or not. if response is null u print any meassages. and best way to use try catch block That is used to read the exception. Thanks, Tom On Tuesday, 9 October 2012 15:31:54 UTC+5:30, Spike wrote: Hi guys, I am not able to handle

[android-developers] how to create a wlakie talkie application using android?

2012-10-09 Thread Tom
, Tom -- 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] how to create a voice recorder using android

2012-10-09 Thread Tom
Hi, How to create a voice recorder using android .if anybody knows .Please share with me this very urgent. Thanks, Tom -- 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

[android-developers] Re: Hardware reccomendations: Next development laptop

2012-10-01 Thread Tom
is happening. It seems a shame to pay such a premium, and I'm not really an Apple fan, but if it works better for Android dev then I guess that is the right answer. Tom On Sunday, September 30, 2012 12:42:46 AM UTC-4, Nathan wrote: Since the hardware would primarily be used for developing Android, I

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

2012-10-01 Thread Tom
I just spoke to a representative who said Google should not have sent those emails. I just said I received an email and she immediately knew what I was referring to, no reference number needed. She told me to forget it was sent, and that the FBI will contact me directly if there is any issue

[android-developers] Difference between Connect and createGroup in wifi direct

2012-09-29 Thread Zachariah Tom
Hi, I am trying to create a network group with wifi direct. I have come across two methods 1. public void connect (WifiP2pManager.Channelhttp://developer.android.com/reference/android/net/wifi/p2p/WifiP2pManager.Channel.html c,

[android-developers] ICS Android Notification disappears after about 5 seconds

2012-09-25 Thread Tom Bostelmann
For some reason, the notification that I create is disappearing in about 5 seconds without any action on my part. I can see it appear (with a message in the title bar). Then, when I pull down the message bar, I see the notification in the list for about 5 seconds and then it just disappears!

[android-developers] Display shapefile as a layer on my google map android ?

2012-09-25 Thread Tom Cohen
? Thanks in advance.. Tom. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Re: OnPreviewFrame on Galaxy Nexus

2012-09-19 Thread tom
this is a known issue with some one. OnPreviewFrame will not start until a valid surface is given On Friday, August 31, 2012 10:01:33 AM UTC+2, cpares wrote: Hello! Do you know if OnPreviewFrame (as of Android 4.0.3) is correctly implemented in Samsung Galaxy Nexus? I have programmed some

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

2012-09-17 Thread Tom Xue
(as below). That should be the reason why I cannot find SMS_RECEIVED via javadoc. /** * The Telephony provider contains data related to phone operation. * * @hide */ However, thank you for your help! BR, Tom 在 2012年9月17日星期一UTC+8上午12时01分49秒,Kristopher Micinski写道: I don't think I

[android-developers] Recording High Frequencies ,can not working well in htc one x,nexus on .

2012-09-05 Thread tom tang
I need to record frequencies above 20kHz. My program can work well in almost devices,but it can not work well in htc one x,nexus on . ts like the phone has a low pass filter that eliminates these frequencies , Anybody knows how can I fixed this bug?? TKS!! -- You received this message because

[android-developers] Using Acclerometer Data for Position - Removing Gravity

2012-09-05 Thread Tom
a device to test linear acceleration on, but am guessing that it's still really not good enough. Cheers, Tom -- 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

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-08-27 Thread Tom
://developer.android.com/reference/android/Manifest.permission.html#SYSTEM_ALERT_WINDOW? That could also be quite dangerous in the wrong hands, but also quite useful too (another one I use). Tom On Monday, August 27, 2012 7:09:50 AM UTC-4, Mark Murphy (a Commons Guy) wrote: On Sun, Aug 26, 2012

[android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-08-26 Thread Tom
-friendly and a beautiful but closed garden. It was only a matter of time. Tom On Thursday, July 26, 2012 3:41:56 PM UTC-4, Bryan Ashby wrote: Now that READ_LOGS permission is not available to applications in Jelly Bean (API 16), what are developers of Application Locker type apps to do

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-08-26 Thread Tom
. Tom -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received this message because you are subscribed

[android-developers] Re: backend for app?

2012-07-19 Thread Tom / HyperBees
Dave, It really depends on what you want, there are some very good platforms like StackMob (my favourite) or Parse where you can set up your API in minutes. If you are looking for a backend for a game, we're working on a solution for gaming. Cheers, Tom On Thursday, 12 July 2012 20:50:39

[android-developers] Google Earth 6.2 on Android emulator

2012-06-12 Thread Tom Davis
I am trying to run Earth 6.2 on the emulator with Android 4.0.3. I am not creating an Android app, I am not a Java programmer, and I do not use Eclipse. I have installed, uninstalled, and re-installed the APK from a variety of sources, and I have deleted and re-created the AVD many times. All

[android-developers] Re: Google Earth 6.2 on Android emulator

2012-06-12 Thread Tom Davis
Log text is attached. -- 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

[android-developers] Issue with SystemService addSystemService?

2012-04-16 Thread Tom
question is two-part: - Is is possible to use SystemService without your process actually being a Service using Android's APIs? - If it is not possible, how can Parcelable objects be passed to and from separate process so that an app can leverage private/ system APIs using root? Tom -- You received

[android-developers] Declaring fragments in XML

2012-04-15 Thread Tom Opgenorth
Hello all, When adding a fragment to an XML layout file, it seems that one can use either the class attribute or the android:name attribute to declare the fragment class, i.e. both : fragment class=my.awesome.fragment / or fragment android:name=my.awesome.fragment / seem to work. Is there any

[android-developers] Re: ProgressBar Dialog and Back button crashes pp

2012-04-11 Thread Tom
this? On 10 Apr., 15:51, Justin Anderson magouyaw...@gmail.com wrote: Use adb and logcat to find out the cause of the problem and then fix it. Thanks, Justin Anderson MagouyaWare Developerhttp://sites.google.com/site/magouyaware On Mon, Apr 9, 2012 at 2:59 AM, Tom tklapet...@aol.com wrote: Hello

[android-developers] Recording AAC-ADTS in ICS

2012-04-11 Thread Tom Uhl
ICS is supposed to support encoding AAC-ADTS. I can use setAudioEncoder(MediaRecorder.AudioEncoder.AAC) to set the audio codec, but how do I tell the MediaRecorder to use the ADTS packaging format? It seems like there needs to be a setOutputFormat(MediaRecorder.OutputFormat.ADTS_RAW). Tom

[android-developers] App crashs when cancelling progresbar

2012-04-10 Thread Tom
Hi, if I start my app I load GoogleMaps. During loading the map I'm showing a progressbar. If the loading is complete everything works fine but if I'm pressing the Back-Button during loading file the app crashes. Seems to be a memory problem. Could someone help me? Tom public class

[android-developers] ProgressBar Dialog and Back button crashes pp

2012-04-10 Thread Tom
the the App is finished but the handler method still in a loop. Does someone has a tip or a example what I can do? Cheers Tom import android.app.AlertDialog; import android.app.Dialog; import android.app.ProgressDialog; import android.content.Intent; import android.content.SharedPreferences; import

[android-developers] Please comment on my app's design...

2012-03-06 Thread Tom
I'm new to Android development and I'm uncertain of the design I've planned for my app... I want to have an appWidget, a service, and a normal app with a few activities and fragments, all of which depend on a single instance of state logic. The service exists to receive screen state

Re: [android-developers] Please comment on my app's design...

2012-03-06 Thread Tom
On Tuesday, March 6, 2012 12:48:04 PM UTC-5, Mark Murphy (a Commons Guy) wrote: On Tue, Mar 6, 2012 at 12:35 PM, Tom wrote: The service exists to receive screen state broadcasts even when the app isn't running (receivers for screen state must be in code - they can't be in the app's

Re: [android-developers] Please comment on my app's design...

2012-03-06 Thread Tom
of flexibility. In truth, the flexibility tends to be more of an issue with library projects than normal app projects. I assume you mean this (losing some amount of flexibility) in comparison to putting that logic into the service. Tom -- Mark Murphy (a Commons Guy) http://commonsware.com

Re: [android-developers] Please comment on my app's design...

2012-03-06 Thread Tom
Yikes, I'm quite surprised to see that my Google e-mail (which is my personal e-mail) gets published when someone hits reply to my post. Doesn't look like there is any way around this (other then switching to a different google account). Also, I just searched for Google Groups Help Groups

Re: [android-developers] Please comment on my app's design...

2012-03-06 Thread Tom
On Tuesday, March 6, 2012 2:10:46 PM UTC-5, Mark Murphy (a Commons Guy) wrote: On Tue, Mar 6, 2012 at 2:01 PM, Tom On Tuesday, March 6, 2012 1:50:42 PM UTC-5, Mark Murphy (a Commons Guy) wrote: Oh, I understood that completely. Again, your statement that this seems to be the 'normal

[android-developers] unable to respond to intent in an activity

2012-03-04 Thread Tom Ratajczak
(); intentFilter.addDataScheme(geo); intentFilter.addAction(Intent.ACTION_VIEW); registerReceiver(receiver, intentFilter); The same setup does respond to battery power change but for some reason fails here. Any help is greatly appreciated. Regards, Tom -- You received this message because you

Re: [android-developers] unable to respond to intent in an activity

2012-03-04 Thread Tom Ratajczak
On Sun, Mar 4, 2012 at 8:18 PM, Mark Murphy mmur...@commonsware.com wrote: On Sun, Mar 4, 2012 at 10:45 AM, Tom Ratajczak tom.ratajc...@gmail.com wrote: My application is to respond to the following intent Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(geo: 45.0,34.0

Re: [android-developers] unable to respond to intent in an activity

2012-03-04 Thread Tom Ratajczak
On Sun, Mar 4, 2012 at 10:19 PM, Mark Murphy mmur...@commonsware.comwrote: On Sun, Mar 4, 2012 at 4:13 PM, Tom Ratajczak tom.ratajc...@gmail.com wrote: I see the difference now, so this explains why the battery power intent was received. But I still don't know how to receive the intent

Re: [android-developers] keyboard dismissing issue

2012-02-16 Thread Tom Wang
I mean when i use requestWindowFeature(Window.FEATURE_NO_TITLE) this method,the actionbar is disappear:( i think android:windowSoftInputMode=stateHidden this parameter is not solution for this questition. 2012/2/16 Ratheesh Valamchuzhy android...@gmail.com add

Re: [android-developers] keyboard dismissing issue

2012-02-16 Thread Tom Wang
Dear, I add this parameter in manifest but it 's still can't work. By the way,i develope on ICS 4.0.3.Thank you. 2012/2/16 Ratheesh Valamchuzhy android...@gmail.com add android:windowSoftInputMode=stateHidden to the activity tag in manifest file -- You received this message because you

  1   2   3   4   5   >