Re: [android-developers] google map direction jar file

2011-10-04 Thread Ralph Bergmann | the4thFloor.eu
Am 05.10.11 07:45, schrieb Goutom: > I want to get the direction from one GeoPoint to another GeoPoint. [...] > Any alternate solutions? you can also use the webservice from google http://code.google.com/intl/en/apis/maps/documentation/directions/ ralph -- You received this message because yo

[android-developers] Re: Browse .apk structure on android phone and compute file digest

2011-10-04 Thread Leo
I'm also interested in the possibility of accessing at least CERT.RSA or CERT.SF from META_INF to compare digests from that file with my own ones. Or may be there is another way to detect repacking of your APK and signing it with non-original certificate. Any ideas? On Oct 5, 9:16 am, "petr.maza.

[android-developers] Re: Relative TIme Diff for Mysql Timestamp

2011-10-04 Thread ArcDroid
I would like to compare the strings in Android if possible. thanks arcdroid http://www.arcdroid.com On Oct 3, 10:42 pm, Studio LFP wrote: > Are you wanting to compare the time in Android or have the database query in > MySQL do it? > > Steven > Studio LFPhttp://www.studio-lfp.com -- You receiv

Re: [android-developers] Re: help for SMS schdular

2011-10-04 Thread vibhuti kumar tiwari
ya I know I have to set A timer for this task but as I m new I don't know how to implement t in android .. give me some guidance .. On Wed, Oct 5, 2011 at 11:29 AM, bhumi kania wrote: > you can start the timertask for sending sms on specific time. > > On Oct 5, 9:33 am, vibhu wrote: > > Hi , >

[android-developers] Re: super slow code

2011-10-04 Thread Zsolt Vasvari
Easiest: Just put a bunch of logging in and print out System.currentMillis() On Oct 5, 4:27 am, bob wrote: > What tool do people typically use to profile on Android? > > Thanks. > > On Oct 4, 11:56 am, Kostya Vasilyev wrote: > > > > > First, profile and find out which is the slow part (reading,

[android-developers] Re: Question about accented characters in Android Sqlite

2011-10-04 Thread Zsolt Vasvari
Does this sorting work in the Contacts application? I've had the same issue when I tried to support Chinese sorting. I ended up copying some code out of the Contacts app. On Oct 4, 7:41 pm, Jairo de Almeida wrote: > Hi group. > I'm developing a android aplication using version 2.2 > I have a qu

Re: [android-developers] google map direction jar file

2011-10-04 Thread Vinay Julme
Use Google Api 10 not the Android Api. And try it. On Wed, Oct 5, 2011 at 11:15 AM, Goutom wrote: > Hello > > I want to get the direction from one GeoPoint to another GeoPoint. > I fount a tutorial in this site > http://www.anddev.org/map-tutorials-f18/google-driving-directions-mapview-overlayed

[android-developers] Re: Vizio tablet (Android 2.3)

2011-10-04 Thread Zsolt Vasvari
Are you saying if you went back to Walmart and loudly complain, they wouldn't exchange it for you? On Oct 5, 12:26 am, bob wrote: > I got a Vizio tablet (Android 2.3) from Walmart.  Now that it's been > slightly after 15 days so I can't return it, this error keeps showing > up: > > http://i1190.p

[android-developers] Re: help for SMS schdular

2011-10-04 Thread bhumi kania
you can start the timertask for sending sms on specific time. On Oct 5, 9:33 am, vibhu wrote: > Hi , > I m new to this Mobile Application development. I want to learn how to > schedule sms for sending . Please help me in this with any tutorial or > source code .. -- You received this message be

[android-developers] overlapped nodes in graph

2011-10-04 Thread bhumi kania
Hello All, I had made one graph of connected nodes but at some portion the nodes are overlapped on each other. Any one can help me in that. I know I have to implement any algorithm that will remove the overlapping. but is there any in-built library that had implemented such a thing or suggest me

[android-developers] google map direction jar file

2011-10-04 Thread Goutom
Hello I want to get the direction from one GeoPoint to another GeoPoint. I fount a tutorial in this site http://www.anddev.org/map-tutorials-f18/google-driving-directions-mapview-overlayed-t826.html And it uses the package "com.google.googlenav".But I dont find this package any where.Where I can d

[android-developers] Browse .apk structure on android phone and compute file digest

2011-10-04 Thread petr.maza...@mautilus.com
How the .apk installation process works on device? Is the .apk file just copied to some place and kind of installer application extracts the application information, register somehow the application to environment, extract also the icon and put it on the application launch screen? Or the .apk conte

Re: [android-developers] Removal of swipe unlock regd...

2011-10-04 Thread sourabh sahu
Hi Gokul, I need the android 2.3 source code.But I think from android.source.com its rolled out.Can you please share it. Thanks, Sourabh On Tue, Oct 4, 2011 at 7:28 PM, Gokul.C wrote: > Hello, > > I am compiling android 2.3.4 from source and i need to remove the > swipe unlock thing at

[android-developers] help for SMS schdular

2011-10-04 Thread vibhu
Hi , I m new to this Mobile Application development. I want to learn how to schedule sms for sending . Please help me in this with any tutorial or source code .. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

[android-developers] Re: Pop Up Dialog with edit box

2011-10-04 Thread Chris
On Tuesday, October 4, 2011 8:56:04 AM UTC-4, Adrian Randall wrote: > I cant do this with Alert Dialogs, i cant do this with Inflate as it > alwyas has a transpaent background and i can never get it > centered...Any other ideas > > Another alternative is to use a regular activity and use a di

[android-developers] Question about Permissions that Imply Feature Requirements

2011-10-04 Thread Eric
Hi 2 of my applications use send_sms/receive_sms permissions. I have business logic in codes to test availability of telephony service and to switch from using phone's SMS function to web/http interface from remote gateway if phone service on device not available (mainly WiFi capable only dev

Re: [android-developers] PPTP Bug

2011-10-04 Thread Kristopher Micinski
Tim, this isn't a list for discussing platform components, you'll have to look to the source.android.com lists for that. This list is just for SDK (I.e., people who are on it write apps, not the system, people who read it are in general not google.) kris On Tue, Oct 4, 2011 at 11:35 AM, Tim Bre

Re: [android-developers] Re: runOnUIThread method in doInBackground of Async Task...

2011-10-04 Thread João Rossa
Im returning the current task state in the onRetainNonConfigurationStance method, but i assume i need to save here the views filler? regards, 2011/10/5 João Rossa > Ok ive put a thread sleep inside the doItInBackground and it seems to > refresh when i rotate while the task is running so the que

[android-developers] In-app Billing - not working on 1.6 & 2.1

2011-10-04 Thread Sheado
Hello, In-app billing doesn't seem to be working on 1.6 & 2.1. I'm testing with the Dungeons sample app and purchasing android.test.purchased. Same issue in my own app. Is billing unstable for those versions? Should I remove billing for 1.6 & 2.1 devices? Thanks! -Chad -- You received this mes

[android-developers] Re: accessing raw resources from within my library

2011-10-04 Thread Studio LFP
Is the mContext from the main project or from the library? If it is from the main project, then that would get the resources from the main project, not the library. What you want to do in the main application is something like: PackageManager pmMgr = getPackageManager(); Resources rMgr = pmMgr.

Re: [android-developers] PPTP Bug

2011-10-04 Thread TreKing
On Tue, Oct 4, 2011 at 10:35 AM, Tim Brewer wrote: > Can you PLEASE fix the MPPE implementation so management gets off my back? > Bug reports go here: b.android.com - TreKing

[android-developers] Re: anyone have upload errors?

2011-10-04 Thread Studio LFP
Try doing a clean on the project and re-exporting it. I get random errors at times on resource ID's and a clean always seems to fix it. I think they are trying to speed up the compile in the SDK and are taking some shortcuts that may cause this. Steven Studio LFP http://www.studio-lfp.com On

Re: [android-developers] Removal of swipe unlock regd...

2011-10-04 Thread TreKing
On Tue, Oct 4, 2011 at 8:58 AM, Gokul.C wrote: > Which code should i edit to remove that swipe unlock This group is for the SDK. Try one of the other groups that are more geared towards building and modifying the source. -

Re: [android-developers] Re: runOnUIThread method in doInBackground of Async Task...

2011-10-04 Thread João Rossa
Ok ive put a thread sleep inside the doItInBackground and it seems to refresh when i rotate while the task is running so the question now is, how do i save the views states when i rotate after the task completes???it wont start again because it may not have been gabaged collected... regards, 2011

Re: [android-developers] Accessing Video contents from Break.com

2011-10-04 Thread TreKing
On Tue, Oct 4, 2011 at 5:55 AM, android_solutions < androidsolution...@gmail.com> wrote: > Is there any API exposed(sdk) from Break for android developers to access > the contents or is there any way to do REST communication to get the data, > like youtube data apis. > These seem like questions f

Re: [android-developers] Re: runOnUIThread method in doInBackground of Async Task...

2011-10-04 Thread João Rossa
Unfortunately it doesnt seem to be working, at least not when i rotate, i must be missing something here...still let me test this here. regards, On Wed, Oct 5, 2011 at 2:13 AM, TreKing wrote: > 2011/10/4 João Rossa > >> Also is there a problem refreshing the contents inside the >> doItinBackgr

Re: [android-developers] Re: runOnUIThread method in doInBackground of Async Task...

2011-10-04 Thread TreKing
2011/10/4 João Rossa > Also is there a problem refreshing the contents inside the > doItinBackground???im using the runOnUIThread to refresh the views inside > the updateResultsInUi() That should work.

Re: [android-developers] Re: runOnUIThread method in doInBackground of Async Task...

2011-10-04 Thread João Rossa
Also is there a problem refreshing the contents inside the doItinBackground???im using the runOnUIThread to refresh the views inside the updateResultsInUi() regarids 2011/10/5 João Rossa > You're right that was a mistake while copying the code to here, its > currently like this: > > @Override

Re: [android-developers] Re: runOnUIThread method in doInBackground of Async Task...

2011-10-04 Thread João Rossa
You're right that was a mistake while copying the code to here, its currently like this: @Override protected String doInBackground(Void... params) { return activity.updateResultsInUi(); } its the instance of the activity that is pased in the constructor. On Tue, Oct 4, 2011 at 7:18 PM, TreKin

[android-developers] Re: Thanks, Android Developers are the BEST! Another question about databases?

2011-10-04 Thread Studio LFP
If you had a virtualization package of some kind you could easily do it. Something like VMware Workstation (http://www.vmware.com/) would work. There is also quite a few other packages out there you could check out. I think most of them have some sort of trial edition. Load Fedora or any other

Re: [android-developers] EditText with tiled background

2011-10-04 Thread John Goche
Vladyslav, Have you managed to do achieve the effect you wanted? I am trying to have an image repeat only in one portion of the background... any hints you could offer? Regards, John Goche -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] filewriter

2011-10-04 Thread TreKing
On Tue, Oct 4, 2011 at 4:36 PM, leigh8347 wrote: > any help would be great Help with what? You explained what you're trying to do but not what problem you're having. - TreKing

[android-developers] Vizio tablet (Android 2.3)

2011-10-04 Thread Chris
It's started, but the default home app is crashing. Try to hook it up to USB and adb install a third party launcher while this is showing and reboot. Next boot you should have a choice of launchers, select the one you installed. Not guaranteeing this will work, or any particular home app wil

[android-developers] Re: Thanks, Android Developers are the BEST! Another question about databases?

2011-10-04 Thread Sam
Thank you Steven.. I'm very new to servers, Question because I'm not sure if i understand. With Fedora core I could use my desktop as my server(which I'll be using for my database and such), like if i had fedora installed on a second hard drive or virtual hard drive? without any other hosting stuff

[android-developers] App showing as not compatible after update

2011-10-04 Thread madruga
Hello, After updating my App last saturday, customers started complaining the Market is showing it as not compatible with devices that were fully compatible before. We haven't changed the manifest file at all and we are not filtering any devices using the developer console. This affects a variety

Re: [android-developers] Where's ICS?

2011-10-04 Thread TreKing
Was there some announcement that it was supposed to be released already? - TreKing - Chicago transit tracking app for Android-powered devices -- Yo

Re: [android-developers] anyone have upload errors?

2011-10-04 Thread Kostya Vasilyev
Um, that screenshot is not usable. The error message is obscured by the screen grabber UI. -- Kostya Vasilyev 05.10.2011 1:30 пользователь "cellurl" написал: > I asked this a couple days ago. > I will try one more time. > > I have uploaded hundreds of times. > This time I get a wierd error. > "er

[android-developers] filewriter

2011-10-04 Thread leigh8347
hello Is there anyone out there that can help me? i have been look for info on the fileWriter. i am trying to write a piece of code that will create a .txt file on the opening of a activity. Write input from 2 textboxes + date and time. (eg. ,, 04/10/2011 09:37:36) then save on the click of a b

[android-developers] Re: Dismiss dialog

2011-10-04 Thread Studio LFP
I'm not quite understanding. Are you talking about two different applications? One is yours and one is someone elses? Or are you talking about two different activities within your application? Steven Studio LFP http://www.studio-lfp.com On Tuesday, October 4, 2011 9:28:43 AM UTC-5, Naveen wro

[android-developers] anyone have upload errors?

2011-10-04 Thread cellurl
I asked this a couple days ago. I will try one more time. I have uploaded hundreds of times. This time I get a wierd error. "error getting android:icon" http://www.wikispeedia.org/uploaderror.png The app works great. I have tested it several places, its just the market-upload that isn't happy.

[android-developers] Re: Thanks, Android Developers are the BEST! Another question about databases?

2011-10-04 Thread Studio LFP
Since you are looking to access the data on multiple devices, I would definitely suggest a server of some sort. I personally use Fedora Core (http://fedoraproject.org/), but there are quite a few options available. You could even make sure of Google App Engine (https://appengine.google.com). G

[android-developers] Re: Have you developers even attempted address why this is happening?

2011-10-04 Thread JackN
my phone is the same way. it is terrible. On Oct 4, 10:10 am, Frederick Lombardi wrote: > Hi, > >     First off I do not support anything illegal. Secondly I own a > samsung galaxy phone and I am unable to get any app at all from the > market for the last six months. This could explain why there

[android-developers] Re: Thanks, Android Developers are the BEST! Another question about databases?

2011-10-04 Thread Sam
I was planning for everything to run on both a phone and tablet. The phone would be used by field workers to do the documentation and the tablet would be used by another to setup schedules, and among a lot of other things also be used to select a report and have it print. The printing would not be

Re: [android-developers] Re: super slow code

2011-10-04 Thread Mark Murphy
Traceview: http://developer.android.com/guide/developing/debugging/debugging-tracing.html On Tue, Oct 4, 2011 at 4:27 PM, bob wrote: > What tool do people typically use to profile on Android? > > Thanks. > > > > On Oct 4, 11:56 am, Kostya Vasilyev wrote: >> First, profile and find out which is

[android-developers] Re: super slow code

2011-10-04 Thread bob
What tool do people typically use to profile on Android? Thanks. On Oct 4, 11:56 am, Kostya Vasilyev wrote: > First, profile and find out which is the slow part (reading, tokenizing, > string-to-float conversion). > > Second, conversion of string to float is ridiculously slow in some Java > li

[android-developers] Re: changing background color of listview, and text inside

2011-10-04 Thread Jeremy Dagorn
Hi, Do the setContentView before the findViewById of your different elements. What is the error message/ error exception raised? NullPointerException? I don't know why you talk about listview in the title of your message because it seems you don't have any listview in your layout. On Oct 4, 11:5

Re: [android-developers] Writing Proxy Settings in Settings.Secure

2011-10-04 Thread Mark Murphy
On Tue, Oct 4, 2011 at 3:16 PM, Vikas Mahajan wrote: > Just as an example in this regard, won't you think giving an app > permission to use Internet is also security concern as app may > download data in background? Not particularly. > My concern is just why app is not allowed > to write Secure

Re: [android-developers] Writing Proxy Settings in Settings.Secure

2011-10-04 Thread Vikas Mahajan
On 5 October 2011 00:20, Mark Murphy wrote: > You will notice that this statement does not mention > WRITE_SECURE_SETTINGS. IMHO, you were asking how to hack a phone to > replace the proxy server setting without the user's knowledge. That > would be a significant security hole. Sorry for my stupi

[android-developers] Re: Target to one device in market

2011-10-04 Thread lbendlin
mark a feature as required which is unique to that device. -- 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-develo

[android-developers] Re: Bad performance in communication over TCP-Socket

2011-10-04 Thread Leo
Hi, Using main UI thread for reading tcp socket data is a bad idea. You should create a separate Thread and run your Runnable there in an infinite loop (until connection is closed). Doing this you eliminate 100ms delays and remove hiccups in your GUI main thread. My second advice is to use read(by

Re: [android-developers] Bad performance in communication over TCP-Socket

2011-10-04 Thread Miguel Morales
That seems overly complicated, what are you trying to do? I *think* your bottle neck is that you're reading 1 byte at a time. You need to read more, if you simply expand your buffer your code may work. The way I've done is is to have a separate thread that's strictly for TCP communication. There

Re: [android-developers] Writing Proxy Settings in Settings.Secure

2011-10-04 Thread Mark Murphy
On Tue, Oct 4, 2011 at 2:40 PM, Vikas Mahajan wrote: > Very disappointed. About how much percentage of users normally root > their phones? Can you comment on this? I would guess 0.001%. Bear in mind that there are a *lot* of Android devices out there, owned by a lot of people who think that "root

[android-developers] Target to one device in market

2011-10-04 Thread franzisco2011
What I must modify in my manifest to target only a device? For example only for "Nexus S" or "samsung galaxy tab" -- 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 un

Re: [android-developers] Writing Proxy Settings in Settings.Secure

2011-10-04 Thread Vikas Mahajan
On 4 October 2011 23:48, Mark Murphy wrote: > You cannot do this, except via an app that's part of the firmware, or > perhaps on a rooted device. Very disappointed. About how much percentage of users normally root their phones? Can you comment on this? > >> and if >> not can I set the values of U

Re: [android-developers] Google Maps TOS license issue

2011-10-04 Thread Mark Murphy
That is a question for qualified legal counsel. On Tue, Oct 4, 2011 at 7:21 AM, TN wrote: > I must admit Google's TOS confuse me completely. > > All that I want to do from my Android application is drill to Google > Map Navigation with voice turn-by-turn using: > > > startActivity( >   new Intent

Re: [android-developers] USB Host in the emulator

2011-10-04 Thread Mark Murphy
On Tue, Oct 4, 2011 at 3:53 AM, Antonello Pasella wrote: > Hi all, there is a way to connect an USB device to the emulator? http://developer.android.com/guide/developing/devices/emulator.html "No support for USB connections" -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github

Re: [android-developers] [Question] :: Hello World did not work

2011-10-04 Thread midhun midhunvp
If the word android in the top of the window is showing means your app is working. are you trying to run in an emulator or a physical device? On Tue, Oct 4, 2011 at 9:38 PM, zerodevice wrote: > *I tried to email to android-beginn...@googlegroups.com and it was > bounced back, so i had to post her

Re: [android-developers] [Question] :: Hello World did not work

2011-10-04 Thread Mark Murphy
On Tue, Oct 4, 2011 at 12:08 PM, zerodevice wrote: > all I see is a word "Android" which i think it's a default screen if > nothing shows up. The emulator takes some time to start up the very first time. You are still in the emulator boot process. Let the emulator run until you get to a home scre

Re: [android-developers] Re: runOnUIThread method in doInBackground of Async Task...

2011-10-04 Thread TreKing
2011/10/4 João Rossa > I posted the code there..there are no static methods, > You have *public abstract class ParentActivity extends Activity* Then in your separate AsyncTask class you have: *@Override* * protected String doInBackground(Void... params) {* * * * return ParentActivity.updateRe

Re: [android-developers] Writing Proxy Settings in Settings.Secure

2011-10-04 Thread Mark Murphy
On Tue, Oct 4, 2011 at 1:54 PM, Vikas Mahajan wrote: > I want to make an app that would set the global proxy settings or > proxy settings per access point (Wifi or APN) without rooting the > android device. I found one way of doing this by sending intent to > start com.android.settings.ProxySelect

[android-developers] Where's ICS?

2011-10-04 Thread IcedNet
Well... -- 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,

Re: [android-developers] ttf fonts

2011-10-04 Thread Mark Murphy
You cannot install fonts for a device, except perhaps by rooting the phone. Besides, no application would use such fonts, so having them there would not be terribly useful. Your application can bundle fonts and use them for its own widgets -- see the Typeface class. Also, be sure to use fonts that

Re: [android-developers] How enable\disable GPS ?

2011-10-04 Thread Mark Murphy
On Tue, Oct 4, 2011 at 9:43 AM, ecspertiza wrote: > Hi, all. I need to enable\disable gps programmatically. That is not possible anymore, for obvious privacy reasons. All the known script kiddie hacks, like your first code snippet, have been since fixed. > I used code > > String provider = > Set

[android-developers] Bad performance in communication over TCP-Socket

2011-10-04 Thread simon
Hi, in my application I need to send and receive data bytewise over TCP. At the beginning of development I tried to implement that functionality as resource-efficient as possible. So I finally decided to use messages (android.os.Message) to cyclically initiate reading bytes from socket. After esta

Re: [android-developers] wifi driver modifications

2011-10-04 Thread saad malik
Thanx .. -- 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] Sending nested xml request using ksoap2

2011-10-04 Thread sandeep agrawal
Hi i am working on some soap request from android using ksoap2 following is my request xml http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns="http://dk.logica.ws/ehb/2010/01";> 3 3 2011-09-26T11:09:43.501 VITAL_SIGNS

[android-developers] Google Maps TOS license issue

2011-10-04 Thread TN
I must admit Google's TOS confuse me completely. All that I want to do from my Android application is drill to Google Map Navigation with voice turn-by-turn using: startActivity( new Intent( Intent.ACTION_VIEW, Uri.parse("google.navigation:q=" + mLatitude + "," + mLongitude)

[android-developers] Re: add friend facebook in android with facebook sdk

2011-10-04 Thread Nguyễn Trung Tài
I found in FB SDK forum, but i nothing usefull :( On Oct 1, 7:05 am, TreKing wrote: > 2011/9/29 Nguyễn Trung Tài > > > I can add a friend using facebook dialog, but i can't add a friend > > without using it. (like facebook application for android ) > > Try a Facebook SDK support forum. > > -

[android-developers] Writing Proxy Settings in Settings.Secure

2011-10-04 Thread Vikas Mahajan
Hi, I want to make an app that would set the global proxy settings or proxy settings per access point (Wifi or APN) without rooting the android device. I found one way of doing this by sending intent to start com.android.settings.ProxySelector activity, but I want to hard code the proxy settings p

[android-developers] Bad performance in communication over TCP-Socket

2011-10-04 Thread simon
Hi, in my application I need to send and receive data bytewise over TCP. At the beginning of development I tried to implement that functionality as resource-efficient as possible. So I finally decided to use Messages (android.os.Message) to cyclically initiate reading bytes from socket. After esta

[android-developers] PPTP Bug

2011-10-04 Thread Tim Brewer
I work as IT manager at an office where the management is trying to go green. This includes mobile devices, of which they want to standardize on a Droid tablet. However, their tablets are unable to connect via VPN. The VPN is a PPTP tunnel. It forces encryption to be used. Only when encryption was

[android-developers] [Question] :: Hello World did not work

2011-10-04 Thread zerodevice
*I tried to email to android-beginn...@googlegroups.com and it was bounced back, so i had to post here* Hi I'm new to Android Developer and it's SDK and also eclipse, but I'm not new in programming. I've done php, c#, actionscripts, javascripts, java, vb, html...etc Anyway, I tried to follow the

[android-developers] Re: Samsung Galaxy S2 (2.3.4) and Arduino ADK

2011-10-04 Thread Jason Engelman
You should get USB Accessory Connected, if your device has the demokit code running. On Oct 2, 12:40 am, hudvin wrote: > I have 2.3.4. > But nothing happens when I connect Arduino ADK board to my phone. > Demo app does not get any intents. > > On 29 ÓÅÎ, 00:52, tecnosys98 wrote: > > > > > > > >

[android-developers] Re: Samsung Galaxy S2 (2.3.4) and Arduino ADK

2011-10-04 Thread Jason Engelman
I haven't seen anything really, except all the reports of it not working, I believe it could be to do with the OTG host mode that the S2 has and other phones dont. I would of tried cyanogen stuff, but from what I have see the kernel version is still below 2.6.35+ which is where the ADK support was

[android-developers] Override ListView selected item highlighting

2011-10-04 Thread Matt
Hello, I have a list of items and wish to override Android's (honeycomb) default behavior of highlighting the selected item. In the theme I am using "holo dark", a selected ListView item will have bold text instead of regular text with ListView.CHOICE_MODE_SINGLE set. My question is, how can I ma

[android-developers] Apis for accessing video data from Break.com using Android apps

2011-10-04 Thread android_solutions
I am developing an app in android, where I want to get videos from Break.com http://www.break.com/ Is there any API exposed(sdk) from Break for android developers to access the contents or is there any way to do REST communication to get the data, like youtube data apis. Thanks in advance. Pallav

[android-developers] Question about accented characters in Android Sqlite

2011-10-04 Thread Jairo de Almeida
Hi group. I'm developing a android aplication using version 2.2 I have a question about the encode data in sqlite. In my data has accented characters and when i make sql statement with order by from column the accented characters are listed incorrectly. last index of cursor, for example, A, B, Á w

[android-developers] Bluetooth: stuck at connect() method

2011-10-04 Thread Javier Pérez Arias
I'm programming a simple Bluetooth client to send and receive text messages throught RFCOMM as a serial port. I had a look at the Android SDK tutorials and did it in the same way: an Activity which calls a thread to make the connection, and once done, another thread to take care of msg reception.

Re: [android-developers] How can I get a cach directory of all installed applications

2011-10-04 Thread Gokul.C
see /system/app/ directory -- Gokul.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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@goo

[android-developers] Android multiple listviews and setSelectionFromTop() bug?

2011-10-04 Thread Android Noob
I'm trying to synchronize the scrolling of 2 ListViews via the setSelectionFromTop() API call and it doesn't seem to work in a very particular case. The question along with some simple code is posted at Stackoverflow: http://stackoverflow.com/questions/7644316/android-multiple-listviews-and-setse

[android-developers] is sessionStorage safe? i'd like to use sessionStorage.

2011-10-04 Thread Chrone
hi. I'm trying to use sessionStorage functions for my webApp works. But, i'm wondering - is sessionStorage safe? If I use sessionStorage, other apps or bad users will be possible to get my app's sessionStorage values? Do all values of sessionStorage be exposed to other apps or users - maybe, th

[android-developers] Bluetooth OBEX Object Push Profile Server

2011-10-04 Thread droidGurl
Hello Android Developers! I have been googling this like crazy and I cannot find a clear cut answer to the feasibility of my undertaking. I have a Bluetooth hardware device whose code I do not have access to. I would like to use this device with an android phone. The device looks for an OBEX OPP

[android-developers] changing background color of listview, and text inside

2011-10-04 Thread ravi sharma
my layout is http://schemas.android.com/apk/res/ android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:id="@+id/country_List" > and i want to change the color dynamically

[android-developers] Accessing Video contents from Break.com

2011-10-04 Thread android_solutions
I am developing an app in android, where I want to get videos from Break.com http://www.break.com/ Is there any API exposed(sdk) from Break for android developers to access the contents or is there any way to do REST communication to get the data, like youtube data apis. Thanks in advance. Pallav

[android-developers] Dismiss dialog

2011-10-04 Thread Naveen
How can i dismiss the dialog, Opening the dialog of one application and going to the setting application to change the font style in the settings and cum back to the pervious application by pressing back key, the application is re- created but dialog is not dismissed. I want to dismiss dialog of

[android-developers] USB Host in the emulator

2011-10-04 Thread Antonello Pasella
Hi all, there is a way to connect an USB device to the emulator? Thanks a lot! -- 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 em

[android-developers] How enable\disable GPS ?

2011-10-04 Thread ecspertiza
Hi, all. I need to enable\disable gps programmatically. I used code String provider = Settings.Secure.getString(QtApplication.mainActivity().getContentResolver(), Settings.Secure.LOCATION_PROVIDERS_ALLOWED); if(!provider.contains("gps")){ //if gps is disabled final Intent poke = new Intent();

[android-developers] Have you developers even attempted address why this is happening?

2011-10-04 Thread Frederick Lombardi
Hi, First off I do not support anything illegal. Secondly I own a samsung galaxy phone and I am unable to get any app at all from the market for the last six months. This could explain why there are so many apk websites. To explain further, after contacting technical support for android market

[android-developers] accessing raw resources from within my library

2011-10-04 Thread dazza666
Hi all, I am writing an android library and am having a problem basically within my library I am attempting to access a file stored in the res/raw directory of my library project like so InputStream inputStream = Resources.getSystem().openRawResource(R.raw.sample); ive also tried: InputStream i

[android-developers] AJAX Android

2011-10-04 Thread durai panneer selvam
Hi all, How to use the AJAX to update table in android. Please help me. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to a

[android-developers] Standards/Certification available for Android Aircraft Applications

2011-10-04 Thread Pathy
Hi Team Is there any certification available for the Android Apps/Android System which is going to be installed on aircraft? or What procedure that i need to follow if i am going to install my application on the aircraft. If so, please let me know more information on this. Thanks Pathy -- Y

[android-developers] send SMS from adb without using mobilenetwork

2011-10-04 Thread Srikanth
Can i send an SMS to the phone through adb without using mobile network? i need this to test with a device that doesn't have a connection to mobile network? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Removal of swipe unlock regd...

2011-10-04 Thread Gokul.C
Hello, I am compiling android 2.3.4 from source and i need to remove the swipe unlock thing at normal boot up. Which code should i edit to remove that swipe unlock Thanks in advance and waiting for reply. -- Gokul.C -- You received this message because you are subscribed to the Goog

[android-developers] Downloading Samples

2011-10-04 Thread Dre
I suspect I'm missing something real simple here, but sometimes an extra set of eyes can help. I'm teaching myself how to code for Android and I was trying to download the samples, using the SDK Manager, so that I could follow along with the text: "Android Wireless Application Development" by Shane

[android-developers] ttf fonts

2011-10-04 Thread Nik
Hi, I recently got the samsung galaxy sii, and i was wondering if it is possible to install fonts from windows. if so how is it done -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@go

[android-developers] Setting Screen Orientation in Service!!

2011-10-04 Thread Sebastian Tomaszewski
Guys, Would you by any chance know if there is a way to set a Screen Orientation in Service? What I want is to set my android device to a specific Orientation at all times. The orientation that I am setting it too is not available currently on my device, but I can set it programmatically

[android-developers] Re: How to simulate worst Network Latency / Speed

2011-10-04 Thread Studio LFP
It might be worth updating your application to add a section of code that records the start time, completion time and other important info of whatever isn't working. If it doesn't complete, you could dump that data to a file on the SD card and have him send it to you via e-mail. You could add i

Re: [android-developers] remote database

2011-10-04 Thread james pruett
absolutely. I use nearlyfreespeech.net and run mysql and share data all day long. -- 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] super slow code

2011-10-04 Thread Kostya Vasilyev
First, profile and find out which is the slow part (reading, tokenizing, string-to-float conversion). Second, conversion of string to float is ridiculously slow in some Java library versions (Android uses Apache Java libraries). This came up in the context of SVG parsing, IIRC, a few months ag

[android-developers] remote database

2011-10-04 Thread Sam Deleon
Can any basic web hosting service be used to create a remote database for a android app to use? -- 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 thi

  1   2   >