[android-developers] Re: Write and Read CSV File

2011-06-27 Thread Dominik
You have to create an NDEF record with mime-type "text/x-vCard" to represent a vCard: new NdefRecord( NdefRecord.TNF_MIME_MEDIA, "text/x-vCard".getBytes(), new byte[0], payload.getBytes()); where payload is the vCard as strin

[android-developers] android tracking points on map

2011-06-27 Thread nageswara rao rajana
Hi, I am at one location, in my database i have many locations(GIS data).So my question is i want to compare my location point with database points and display the nearest 100 points on google maps.So please help me in this. Thanking you, Nagu. -- You received this message because you are

Re: [android-developers] Finding out more Cancel information in Developer Console

2011-06-27 Thread TreKing
On Sat, Jun 25, 2011 at 8:09 PM, gjw wrote: > Is there any way to get more information from the Developer Console or > Merchant Accounts as to why they cancelled, or at least the phone or tablet > they downloaded to? > No. > I'm pretty sure one of the questions ask when they cancel is "Why?"

Re: [android-developers] Application stops unexpectedly in the emulator

2011-06-27 Thread TreKing
On Mon, Jun 27, 2011 at 12:41 AM, 121914r wrote: > it shows "application has stopped > unexpectedly" and prompts to close the app. > i also tried debugging with the debug perspective but things are not > that clear to me. > In your LogCat look for "Caused by..." - that tells you the actual error

Re: [android-developers] Creation of new radio app

2011-06-27 Thread TreKing
On Sat, Jun 25, 2011 at 3:03 AM, allymcbo...@gmail.com < allymcbo...@gmail.com> wrote: > If anyone can point me in the in right direction, that would be fantastic > :) > developer.android.com - TreKin

Re: [android-developers] android tracking points on map

2011-06-27 Thread TreKing
On Mon, Jun 27, 2011 at 2:01 AM, nageswara rao rajana wrote: > So please help me in this. Please tell us what you have done so far. - TreKing - C

Re: [android-developers] android tracking points on map

2011-06-27 Thread nageswara rao rajana
I found my location point, now i have to find my nearest 100 location points from GIS data. place on google map. Thanking you, Nagu. -- 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] Re: Install % not updating?

2011-06-27 Thread blindfold
Today my active install count suddenly dropped to 0, zero, zilch, "0 active installs (0 %)" while my download count remains at 70,000+. Looks like they are busy trying to fix the counters? :-) On Jun 27, 5:35 am, Zsolt Vasvari wrote: > Is it only my app which has an install% not updating, but the

[android-developers] Re: android tracking points on map

2011-06-27 Thread Kim Ras
Hi, I would say it depends on where the Database sits.. And how it is stored.. I have a small project where I do the Search in the backend where I build a SQL Function to find the Distance form the Position.. IF your data is local you could go through the Poinds and use the Location Method: distan

[android-developers] Re: Install % not updating?

2011-06-27 Thread blindfold
Well, they seem to have fixed *that* problem, so now I too am back to the June 24 download count. (At least) one more bug to go... On Jun 27, 9:23 am, blindfold wrote: > Today my active install count suddenly dropped to 0, zero, zilch, "0 > active installs (0 %)" while my download count remains a

[android-developers] Re: Beginning with Android App development

2011-06-27 Thread JAlexoid (Aleksandr Panzin)
Learn Java first. On Jun 25, 6:51 pm, hozyali wrote: > Hi Friends, > > I really want to start with android app development with basics. I > don't have much idea about how and from where to start. > > I am a PHP programmer with about 10 years of programming experience. > But I haven't ever develop

[android-developers] Re: Beginning with Android App development

2011-06-27 Thread Ali Chousein
1. Download, install and configure the Android SDK. All information can be found here: http://developer.android.com/sdk/index.html 2. Choose one of the samples and make it running. The samples are found under /samples/android- 3. Start modifying the sample code to experiment with the SDK If you

[android-developers] Re: Droid X 2 issue

2011-06-27 Thread JAlexoid (Aleksandr Panzin)
Well... It's called WikiPedia for a reason. I think gsmarena.com has a good DB and pdadb.net. On Jun 27, 6:40 am, Chris wrote: > Way out of date btw. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

Re: [android-developers] Android canvas.drawtext messes up Textposition

2011-06-27 Thread Nikolay Elenkov
On Sat, Jun 25, 2011 at 5:06 PM, gizmol...@googlemail.com wrote: > Hi There, > when I try to set some text on an image from drawables, the drawText > function messes up the Text position when used on different screens > with different sizes or densities.Is there a way to get access to the > bitmap

Re: [android-developers] I want to compile libmedia.so and JNI libraries individually

2011-06-27 Thread Sergey Nilga
Are you shure that the files you modified are included into the build configuration that you use ? I mean that some real files might be excluded from, say, simulator build and some stubs might be used instead. Changing of such files then does not affect them to be rebuild. On Jun 27, 2011 9:59 AM

Re: [android-developers] Finding out more Cancel information in Developer Console

2011-06-27 Thread Marcin Orlowski
>> I'm pretty sure one of the questions ask when they cancel is "Why?" > > Yes - uninstalling an app via the Market client prompts the user to indicate why they uninstalled. you can skip this 'form' though as it is optional -- You received this message because you are subscribed to the Google G

[android-developers] Re: Android apps in php

2011-06-27 Thread Radeg
On Jun 27, 10:33 am, rrvasanth wrote: > Dear Friends > >  How to create android application in php..? > > Thanks > Vasanth 1. Create server, register domain name for server 2. Write php application on server 3. Open browser, enter domain name and your application run automatically -- You rece

[android-developers] Re: In-App Purchase onPurchaseStateChange not called

2011-06-27 Thread vinith
Okay. Thanks for the info. But this method is not called while using test product IDs "android.test.purchased". This was working fine some days back. But now it seems the method is not being called. Please help. On May 3, 1:53 am, Kostya Vasilyev wrote: > Here is a quick checklist: > > - The a

[android-developers] Different resources, one xml file?

2011-06-27 Thread muckwarrior
I'm building an app, similar to a quiz app, which repeats functionality for different subjects. The layouts will be the same for each subject except that the resources used will different, e.g. Subject 1 will use ButtonImage 1 and Background colour 1, Subject 2 uses ButtonImage 2 etc. etc. What I'

Re: [android-developers] Different resources, one xml file?

2011-06-27 Thread Kumar Bibek
Set the values through code *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Jun 27, 2011 at 2:26 PM, muckwarrior wrote: > I'm building an app, similar to a quiz app, which repeats > functionality for different subjects. The layouts will be the

[android-developers] Re: Different resources, one xml file?

2011-06-27 Thread muckwarrior
Woops, sorry for the duplicate post, I couldn't find my original one for some reason. Yeah I figured I could do it through Java code alright, but I'd prefer not to. In reality I have a lot more resources than just a button and a BG and setting all these in code and maintaining the list would be fa

[android-developers] Re: Android sdk insatllation problem?

2011-06-27 Thread 121914r
On Jun 26, 10:46 am, SIVAKUMAR wrote: > Hi, > >   I had a windows xp.I also had jdk6. I downloaded "android insatller > r11" for windows.When i click the installer.The error message is > displayed as alertr "Java se development kit" is not found,Then the > installation cannot happen. But in my s

Re: [android-developers] Re: Different resources, one xml file?

2011-06-27 Thread Kumar Bibek
Well, as far as I can think of, you should be able to do it through themes. What problems did you face while using themes? *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Jun 27, 2011 at 2:35 PM, muckwarrior wrote: > Woops, sorry for the duplic

[android-developers] Re: Image scaling on Sony Ericsson Xperia phone

2011-06-27 Thread Johan Abramsson
Hi, This article does, of course, apply to any android phone. Since we updated the blog post with a link to tis article the link to the blog post has changed. The new link is here, http://blogs.sonyericsson.com/wp/2011/06/27/how-to-scale-images-for-your-android%E2%84%A2-application/ We apologize

[android-developers] Re: Different resources, one xml file?

2011-06-27 Thread muckwarrior
Sorry for the duplicate post, I couldn't see the thread for some reason. I figured I could set the resources conditionally through Java code, but I wanted to avoid this approach as in reality, I have many more resources than just a button and a background and I wanted to avoid having to maintain l

[android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-06-27 Thread develop...@edh.co.za
Or is it possible with the market to see why the application is blocked on the market? On Jun 26, 3:38 pm, "develop...@edh.co.za" wrote: > I've got an android application which runs on a Motorola Xoom, but can > not be seen from the market on a Xoom. Here is the market link to the > app:https://m

[android-developers] socket connect through a bluetooth issue

2011-06-27 Thread mark2011
Dear All : I'm a new to Android. I try to code a client API to allow the user to input some data in an android 2.1 to send out through the bluetooth. The hyperterminal can displays the received data in a Windows pc in the first time. But When I input data the second time from the Android, t

Re: [android-developers] Re: In-App Purchase onPurchaseStateChange not called

2011-06-27 Thread Kostya Vasilyev
If you're seeing a change in how your code behaves, without making any changes, this may be a new Market / Billing issue. These might help: http://code.google.com/p/marketbilling/issues/list http://www.google.com/support/androidmarket/developer/bin/answer.py?answer=136601&hl=en -- Kostya 27.

[android-developers] video codec for Android

2011-06-27 Thread naveen kumar
Hello all android developer, Please help me how to integrate video software codec for Android.if you have pefect answer then plz help me else thanks, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

Re: [android-developers] Re: In-App Purchase onPurchaseStateChange not called

2011-06-27 Thread Rajani Golakoti
To get the responce means to call onPurchaseStateChange() ,first you have to upload that app to Android market. To test the sample app You have to save it as an unpublished draft in market.Don't forget to upload the apk in release mode. On Mon, Jun 27, 2011 at 2:23 PM, vinith wrote: > Okay. Than

[android-developers] Aw: Re: Install % not updating?

2011-06-27 Thread Michael Schollmeyer
Same problem here, it stopped updating on June 21, dropped to 0 on June 25 and recently recovered to the previous value. Has anybody seen increasing active installs since then? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

[android-developers] MapOverlay

2011-06-27 Thread Ishwar Chawla
I want to show some markers on my map on emulator.I am able to load map but I dont see marker I have tried so many things available on net but I just cant get done.Any Help. My Customized class import java.util.ArrayList; import android.content.Context; import android.graphics.drawable.Drawable; i

Re: [android-developers] MapOverlay

2011-06-27 Thread Arpit Hada
Try this.it worked for me...download a "pushpin" image and put it in ur drawable folder. Look at the highlighted code. public class GoogleMap extends MapActivity { class MapOverlay extends com.google.android.maps.Overlay { @Override public

Re: [android-developers] video codec for Android

2011-06-27 Thread Mark Murphy
On Mon, Jun 27, 2011 at 6:04 AM, naveen kumar wrote: > Please help me how to integrate video software codec for Android. Questions regarding the firmware belong on a list found on http://source.android.com. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy htt

Re: [android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-06-27 Thread Mark Murphy
It shows up for my XOOM. On Mon, Jun 27, 2011 at 5:38 AM, develop...@edh.co.za wrote: > Or is it possible with the market to see why the application is > blocked on the market? > > On Jun 26, 3:38 pm, "develop...@edh.co.za" > wrote: >> I've got an android application which runs on a Motorola Xoo

[android-developers] WiFi and 3G enabled at the same time

2011-06-27 Thread seema
Hello All, Can you please tell me if I can have both 3G and WiFi interface enabled at the same time on Android. Does the WifiManager support this? If yes, what should I do for this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] Add title to gallery

2011-06-27 Thread Mark Murphy
Have your BaseAdapter hold onto the Activity, supplied via a constructor parameter. Then, call findViewById() on it. On Mon, Jun 27, 2011 at 12:16 AM, Kivak wrote: > Hello everyone! > > I am a pretty recent beginner to the android SDK and Java in general. > I've had experience in OOP programming,

Re: [android-developers] HardwareKey to start Service

2011-06-27 Thread Mark Murphy
On Sun, Jun 26, 2011 at 3:46 PM, titli batali wrote: > I want to send the saved message to selected contact group using > double press of any hardware key ( say power button coz it is > available in all android phones)  . This is not possible. -- Mark Murphy (a Commons Guy) http://commonsware.c

Re: [android-developers] Android application connect to Server. Which is the best?

2011-06-27 Thread Mark Murphy
On Sat, Jun 25, 2011 at 3:41 AM, Piraba wrote: > I have Android Application. I have to connect to MSSQL server > database. so I have to create sever application. Which is best sever > application among from these > JAVA REST application OR JAX-WS SOAP, > WCF(Windows Communication Foundation), > so

[android-developers] Re: Different resources, one xml file?

2011-06-27 Thread muckwarrior
I could probably do some of the stuff through themes, like setting the windowBackground, but if for example my layout has an imageView and I want to have the image change depending on subject I can't see any way to do this through themes. The ideal solution would be if you could specify custom qua

Re: [android-developers] Gmail, content providers, and formalising support..

2011-06-27 Thread Mark Murphy
On Sun, Jun 26, 2011 at 6:42 PM, Mark wrote: > With honeycomb, something has changed with the provider, thus breaking > the functionality of these apps, and yes i realise again the response > will be "tough luck, thats what happens when you use unsupported apis > and functionality", and i *complet

Re: [android-developers] WiFi and 3G enabled at the same time

2011-06-27 Thread Mark Murphy
On Mon, Jun 27, 2011 at 6:53 AM, seema wrote: >          Can you please tell me if I can have both 3G and WiFi > interface enabled at the same time on Android. Not normally, no. > Does the WifiManager support this? Not presently. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://

Re: [android-developers] Camera preview crashes without SURFACE_TYPE_PUSH_BUFFERS

2011-06-27 Thread Mark Murphy
On Sat, Jun 25, 2011 at 4:16 AM, alexandros mouzakidis wrote: > HI, i want to create a camera preview that is invisible, i have read > (here) that i only have to not use the SURFACE_TYPE_PUSH_BUFFERS but > when i do it my application crashes (i have tested it on the emulator) > the code is this >

Re: [android-developers] Changing the calendar for an existing event (Issue #10486)

2011-06-27 Thread Mark Murphy
Questions regarding the Android firmware belong on a list that actually pertains to the Android firmware. Visit http://source.android.com to learn more about the Android firmware. On Fri, Jun 24, 2011 at 2:36 PM, Jeff Vincent wrote: > Is there a way to escalate this somehow?  Others besides mysel

Re: [android-developers] video codec for Android

2011-06-27 Thread NaveenShrivastva
On Mon, Jun 27, 2011 at 4:20 PM, Mark Murphy wrote: > On Mon, Jun 27, 2011 at 6:04 AM, naveen kumar > wrote: > > Please help me how to integrate video software codec for Android. > > Questions regarding the firmware belong on a list found on > http://source.android.com. > > -- > Mark Murphy (a Co

Re: [android-developers] Aw: Re: Install % not updating?

2011-06-27 Thread Raghav Sood
I made a market account 3 days ago and the install % hasn't updated even once while the total installs updates every 12 hours or so. On Mon, Jun 27, 2011 at 3:50 PM, Michael Schollmeyer wrote: > Same problem here, it stopped updating on June 21, dropped to 0 on June 25 > and recently recovered to

[android-developers] Re: Bluetooth Serial Port Question

2011-06-27 Thread Si
Gary - thanks for the tip. I will try it out later this week (I'll let you know how it goes). Indicator Veritatis - I think most consumer products support pairing but it is not necessary if you are using Bluetooth as a cable replacement for RS232. You should be able to establish a connection witho

[android-developers] Re: I want to compile libmedia.so and JNI libraries individually

2011-06-27 Thread rinks24583
I am sure that files are included in build. Now I am able to build *.so individually. Its mandatory to run following commands before giving mm command: source build/envsetup.sh lunch 1 cd frameworks/base mm But I have problem transferring them to emulator. Whenever I try to transfer newly build *

[android-developers] Re: Finding out more Cancel information in Developer Console

2011-06-27 Thread Zsolt Vasvari
I often got an uninstall within minutes also. The 15 minutes is barely enough time to set up an account or 2 and add a couple of transactions. So I am sure 90% of the instant uninstalls are people who don't want to pay the $10 and copy the APK off. Of course, the first LVL check kicks in 20 minu

[android-developers] Re: NFC: NDEF messages

2011-06-27 Thread Dominik
Thanks for your help. In the definition of the intent-filter I cannot use the android:path part as this one matches only if it is an exact match, i.e. in the above example only if the tag contains the URL http://commonsware.com/nfctest. It is not possible to add wildcards in the path part. But some

Re: [android-developers] Re: I want to compile libmedia.so and JNI libraries individually

2011-06-27 Thread Mark Murphy
Questions regarding the firmware belong on a list that pertains to the firmware. This is not such a list. Visit http://source.android.com to learn more about the firmware and its build process. On Mon, Jun 27, 2011 at 7:38 AM, rinks24583 wrote: > I am sure that files are included in build. Now I

Re: [android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-06-27 Thread Carlos Silva
Maybe it's this two permissions that messes the Xoom Wifi Only: android.permission.ACCESS_NETWORK_STATE android.permission.CHANGE_NETWORK_STATE I can't install it on my Xoom either. On Mon, Jun 27, 2011 at 10:51, Mark Murphy wrote: > It shows up for my XOOM. > > On Mon, Jun 27, 2011 at 5:38 AM,

[android-developers] Re: Android application connect to Server. Which is the best?

2011-06-27 Thread JAlexoid (Aleksandr Panzin)
Yet, SOAP option is not efficient in Android. REST with JSON is best option for structured data On Jun 27, 1:56 pm, Mark Murphy wrote: > On Sat, Jun 25, 2011 at 3:41 AM, Piraba wrote: > > I have Android Application. I have to connect to MSSQL server > > database. so I have to create sever applic

Re: [android-developers] Re: Android application connect to Server. Which is the best?

2011-06-27 Thread Mark Murphy
On Mon, Jun 27, 2011 at 8:00 AM, JAlexoid (Aleksandr Panzin) wrote: > Yet, SOAP option is not efficient in Android. REST with JSON is best > option for structured data True enough. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog |

Re: [android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-06-27 Thread Mark Murphy
On Mon, Jun 27, 2011 at 7:58 AM, Carlos Silva wrote: > Maybe it's this two permissions that messes the Xoom Wifi Only: > android.permission.ACCESS_NETWORK_STATE > android.permission.CHANGE_NETWORK_STATE > I can't install it on my Xoom either. My XOOM is 3G capable, so there may be differences in

[android-developers] Re: NFC: NDEF messages

2011-06-27 Thread Michael Roland
Hallo Dominik, > In the definition of the intent-filter I cannot > use the android:path part as this one matches only if it is an exact > match, i.e. in the above example only if the tag contains the URL > http://commonsware.com/nfctest. It is not possible to add wildcards in > the path part. But

[android-developers] Re: Android apps in php

2011-06-27 Thread JAlexoid (Aleksandr Panzin)
If you can't be bothered to learn the most adequate language for Android, try SL4A http://code.google.com/p/android-scripting/ PHP is not supported though and I doubt it will ever be supported. Otherwise create a mobile oriented web application. On Jun 27, 9:33 am, rrvasanth wrote: > Dear Friend

Re: [android-developers] Re: Android apps in php

2011-06-27 Thread Mark Murphy
On Mon, Jun 27, 2011 at 8:07 AM, JAlexoid (Aleksandr Panzin) wrote: > If you can't be bothered to learn the most adequate language for > Android, try SL4A http://code.google.com/p/android-scripting/ > PHP is not supported though and I doubt it will ever be supported. Actually, SL4A supports PHP,

Re: [android-developers] Re: I want to compile libmedia.so and JNI libraries individually

2011-06-27 Thread Sergey Nilga
Where did you try to place your newly built library ? Note that /system folder is mounted as read only in simulator. To ensure this run: $ adb $ su # mount /dev/block/mtdblock0 /system yaffs2 ro 0 0 ... You need to find out how to remount /system as read-write... PS: as it was mentioned earl

[android-developers] RE: NFC: NDEF messages

2011-06-27 Thread Gruntz Dominik
Good idea! Thanks for the hint. If the data tag contains a pathPrefix, then all tags which match that prefix are recognized (i.e. the application is started if such a tag is read). This solves my problem, i.e. I could use as data field (note that leading "/" is mandatory in the path).

[android-developers] Re: NFC send Url p2p

2011-06-27 Thread Dominik
A comment to the definition of the NDEF record: >   Stringurl= "http://example.com";; >   byte[] payload =url.getBytes(); >   NdefRecord ndefRecord = new NdefRecord(NdefRecord.TNF_ABSOLUTE_URI, > NdefRecord.RTD_URI, new byte[0], payload); this works, however I am not sure whether it completely fo

Re: [android-developers] Re: NFC send Url p2p

2011-06-27 Thread Mark Murphy
On Mon, Jun 27, 2011 at 8:43 AM, Dominik wrote: > A comment to the definition of the NDEF record: > >>   Stringurl= "http://example.com";; >>   byte[] payload =url.getBytes(); >>   NdefRecord ndefRecord = new NdefRecord(NdefRecord.TNF_ABSOLUTE_URI, >> NdefRecord.RTD_URI, new byte[0], payload); > >

Re: [android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-06-27 Thread Carlos Silva
On Mon, Jun 27, 2011 at 12:06, Mark Murphy wrote: > On Mon, Jun 27, 2011 at 7:58 AM, Carlos Silva wrote: > > Maybe it's this two permissions that messes the Xoom Wifi Only: > > android.permission.ACCESS_NETWORK_STATE > > android.permission.CHANGE_NETWORK_STATE > > I can't install it on my Xoom e

[android-developers] Download to internal memory

2011-06-27 Thread droid-stricken
Hi All, I am using downloadmanager.request enqueue setDestinationUri to download files. Is it possible to download the files to the internal memory location of the device where it can be persistent? I am using Android 3.1 Xoom device and it does not really have a functional SD card on it though

[android-developers] Honeycomb Youtube Gallery

2011-06-27 Thread Jorge Luis
Does anyone have a code that is like Youtube Gallery on the Honeycomb, or know how to do it? Thanks. -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga @JLFerrari -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] What is the best way to communicate data with J2SE application?

2011-06-27 Thread eric
Hi, I need to invoke some method of an android application from J2SE application and get some data back. What is the best way to do it? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@

[android-developers] Change grandient color for a shape programmatically

2011-06-27 Thread Paolo
Hi there! I'd like know how can I change programmatically the gradient color in a shape previously defined in XML. This is my shape, as background of a View: http://schemas.android.com/apk/res/android"; android:shape="rectangle"> I would change the gradient color

[android-developers] Re: Honeycomb Youtube Gallery

2011-06-27 Thread Streets Of Boston
If i'm not mistaken, the Youtube app uses Renderscript for that 'gallery' effect. If you know Renderscript and C99, you can accomplish similar effects. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to

Re: [android-developers] Re: Honeycomb Youtube Gallery

2011-06-27 Thread Jorge Luis
And if i don't? ): 2011/6/27 Streets Of Boston > If i'm not mistaken, the Youtube app uses Renderscript for that 'gallery' > effect. > If you know Renderscript and C99, you can accomplish similar effects. > > -- > You received this message because you are subscribed to the Google > Groups "Andr

[android-developers] what is the purpose to package status bar to systemui.apk in android 2.3

2011-06-27 Thread Bacon021
As we know, the systemui.apk is a system level process, for an android phone, I can't modify ,can't reinstall, or do other things to this process, so I want to know why package this part to an APK? what is the design target? -- You received this message because you are subscribed to the Google Gr

[android-developers] How do I know in the screen "EditText" is the last one?

2011-06-27 Thread wang
Hi All, I have a question about input method, how do I know in the screen "EditText" is the last one ? I using OpenWnn as system input method, but when input text in the last "EditText", and I click soft-keyboard "Enter", it can not be close ! I want modify this problem, so I check framework, but

Re: [android-developers] Aw: Re: Install % not updating?

2011-06-27 Thread John Coryat
Does anyone know what SNAFU stands for? I think the term is appropriate here. -John Coryat -- 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 g

[android-developers] Re: Change grandient color for a shape programmatically

2011-06-27 Thread Streets Of Boston
Depends. Let's say you attach this drawable as the background of some View. Call 'getBackgroundDrawable()' on this one and cast it to the correct sub-class of Drawable. In your case that would be ShapeDrawable. Then consult the online documentation to navigate your way to access and change the g

[android-developers] Marketplace Questions

2011-06-27 Thread Jake Colman
I've just published my first paid app, a 'Pro' version of my free app. I've got two things I'm trying to understand: 1) One my users is from Israel and he says that his order cannot be processed. Google says that the credentials are incorrect. Do I need to do something special to allow in

Re: [android-developers] Re: Honeycomb Youtube Gallery

2011-06-27 Thread Streets Of Boston
Then you need to find another way to do it or learn Renderscript/C99... :-) -- 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

[android-developers] ANR "Reason: keyDispatchingTimedOut " when drawing overlay on map?

2011-06-27 Thread Boozel
Hi i'm trying to draw an overlay onto a google map but i sometimes get an ANR "Reason: keyDispatchingTimedOut ". Can any one tell me what the best structure is to do the drawing and prevent this? My code is below. Thanks in advance for any help public class MyMap extends MapActivity { /** Called

Re: [android-developers] Marketplace Questions

2011-06-27 Thread Kostya Vasilyev
27.06.2011 18:27, Jake Colman пишет: I've just published my first paid app, a 'Pro' version of my free app. I've got two things I'm trying to understand: 1) One my users is from Israel and he says that his order cannot be processed. Google says that the credentials are incorrect. Do I

Re: [android-developers] Aw: Re: Install % not updating?

2011-06-27 Thread Kostya Vasilyev
That's the only way I can think about Market and not go insane :) 27.06.2011 18:10, John Coryat пишет: Does anyone know what SNAFU stands for? I think the term is appropriate here. -John Coryat -- Kostya Vasilyev -- You received this message because you are subscribed to the Google Groups "

[android-developers] Android Accelerometer Sensor output.

2011-06-27 Thread Amita Dev
Hi, I am not able to get whether phone is tilted right / left or from top up / bottom up! I am trying to use Accelerometer sensor but output is very difficult to interpret! Any suggestions / document so that I can know tilt position of phone? Thanks, -A -- You received this message because

[android-developers] Re:Urgent need for Web Methods developer @AZ

2011-06-27 Thread vikram murari
** ** ** ** Hi, Greeting’s Reply to mvik...@sureitinc.com and vik.sur...@gmail.com. ** ** *Title: Web Methods developer * *Location: Chandler, AZ* *Duration: 18+ Months* Required: ** ** Min 5+ years of webMethods Version: webMethods 7.1.2 preferred but development experie

[android-developers] Re : Re: Application installation

2011-06-27 Thread Jérôme Beau
Hello, By debugging against the Android code, I can find that the native activity manager returns -1 when asked to : startActivity ( applicationThread, Intent { act=android.intent.action.PACKAGE_INSTALL dat=/android_asset/Android-release.apk typ=application/vnd.android.package-archive

Re: [android-developers] Re: Comments and Contacting Users

2011-06-27 Thread Marcin Orlowski
On 26 June 2011 23:58, Adam Ratana wrote: > How do you review your own _paid_ app? Just buy it :) This would be handy to respond > to some comments, but Im not able to purchase my own app to do so. Or > were you just referring to free apps? > There's many things that fall into "would be hand

Re: [android-developers] what is the purpose to package status bar to systemui.apk in android 2.3

2011-06-27 Thread Mark Murphy
None of this has anything to do with this list. Please visit http://source.android.com for your firmware questions. On Mon, Jun 27, 2011 at 9:52 AM, Bacon021 wrote: > As we know, the systemui.apk is a system level process, for an android > phone, I can't modify ,can't reinstall, or do other thing

[android-developers] Re : Re: Application installation

2011-06-27 Thread Jérôme Beau
By debugging the Android source code, I can see that the native activity manager returns -1 (IActivityManager.START_INTENT_NOT_RESOLVED), when asked to: startActivity( android.app.ActivityThread$ApplicationThread@40513a00, Intent { act=android.intent.action.PACKAGE_INSTALL dat=/android_

Re: [android-developers] Re: Comments and Contacting Users

2011-06-27 Thread Adam Ratana
Yes, as I said I cannot buy it, for me, the market does not allow me to purchase from myself, that's the message I receive. I'll try removing all market updates. Adam On Mon, Jun 27, 2011 at 11:24 AM, Marcin Orlowski wrote: > > > On 26 June 2011 23:58, Adam Ratana wrote: > >> How do you review

Re: [android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-06-27 Thread Carlos Silva
On Mon, Jun 27, 2011 at 13:06, Carlos Silva wrote: > On Mon, Jun 27, 2011 at 12:06, Mark Murphy wrote: > >> On Mon, Jun 27, 2011 at 7:58 AM, Carlos Silva wrote: >> > Maybe it's this two permissions that messes the Xoom Wifi Only: >> > android.permission.ACCESS_NETWORK_STATE >> > android.permissi

Re: [android-developers] Re: Comments and Contacting Users

2011-06-27 Thread Kostya Vasilyev
You can buy from yourself using a different Google account (and a different device). 27.06.2011 19:37, Adam Ratana пишет: Yes, as I said I cannot buy it, for me, the market does not allow me to purchase from myself, that's the message I receive. I'll try removing all market updates. Adam -

[android-developers] Source code for finding Route between two places in Google map

2011-06-27 Thread Md.Fazla Rabbi OPU
Hi all, I am unable to display the route between two places in google map. Please anyone give me the* complete source code* of displaying route between two places in google map. Best Wishes Md.Fazla Rabbi Opu -- You received this message because you are subscribed to the Google Groups "Android De

Re: [android-developers] Creation of new radio app

2011-06-27 Thread Fred Niggle
There is this: http://androidforums.com/developer-101/181868-how-stream-music-internet-radio-station.html On 25/06/2011, allymcbo...@gmail.com wrote: > Hey guys, I'm new at all this and been charged with the fun of making > an online internet radio app. > > To start with, it's only one station t

Re: [android-developers] Source code for finding Route between two places in Google map

2011-06-27 Thread Raghav Sood
No one here is going to give you the complete code for free. Maybe if you tried and asked for help on errors you could get somewhere. On Mon, Jun 27, 2011 at 10:04 PM, Md.Fazla Rabbi OPU < md.fazlara...@gmail.com> wrote: > Hi all, > I am unable to display the route between two places in google ma

[android-developers] no suitable HttpMessageConverter found for request type

2011-06-27 Thread kums
Hi All, Am using Spring-android-rest-template-1.0.0.M2.jar reference in my android application. When i invoke the postForObject () method i got exception in my android application. My code is: String url = "http://ipaddress:8080/rest/login";; Sample sam = new Sample (); sam.setUserID("User1");

[android-developers] community-based internationalization of my app; my experience

2011-06-27 Thread mot12
I am not affiliated with crowdin in any way. But I would like to point out how helpful their service is in bringing my app to a wider audience. With about 300.000 users, I have a reasonably popular app and get requests for translations all the time. Many users even offer to do a translation themse

Re: [android-developers] Re: Comments and Contacting Users

2011-06-27 Thread Marcin Orlowski
On 27 June 2011 17:37, Adam Ratana wrote: > Yes, as I said I cannot buy it, for me, the market does not allow me to > purchase from myself, that's the message I receive. I'll try removing all > market updates. Register new account and use it for the purchase. Anyway, I wonder what is this rest

[android-developers] Re: Please help me with this issue

2011-06-27 Thread Jatin Salla
Thanks for the reply. I realized this that I had Login activity 2 times in my manifest file and that really resolved me issue. Thanks a lot for the reply, how come the catlog do not show property error message here. Anyway the problem is resolved and thanks to all. On Jun 23, 10:14 pm, Ed wrote:

Re: [android-developers] Re: Honeycomb Youtube Gallery

2011-06-27 Thread Romain Guy
You can do it using OpenGL. On Mon, Jun 27, 2011 at 7:27 AM, Streets Of Boston wrote: > Then you need to find another way to do it or learn Renderscript/C99... :-) > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this gr

Re: [android-developers] Re: weird behaviour while overriding FrameLayout.dispatchDraw() on a view that contains a scrollview

2011-06-27 Thread Romain Guy
Because you have to translate the Canvas by -scrollView.getScrollY() first. On Sun, Jun 26, 2011 at 9:53 PM, rukiman wrote: > Do you know why calling view.draw() on a scrollview draws the screen > disregarding the current scrollY and assumes the scrollview is at the > beginning always? > > On Jun

[android-developers] Re: xoom usb conecting to win xp

2011-06-27 Thread Srinivas Nainala
Step1:- Uninstall existing drivers (control panel>particular USB drivers) Step2:- Install proper drivers from Motorola tech support http://www.motorola.com/Support/US-EN/Support-Homepage/Software_and_Drivers/USB-and-PC-Charging-Drivers I faced same problem, after above steps, its working perfe

[android-developers] Re: Recommendations on Screenshot formats?

2011-06-27 Thread MarcoAndroid
Reading this one http://groups.google.com/group/android-developers/browse_thread/thread/abdf0b36427cccd0/f96ec5adddfa88da it seems 320x480 is the size to go for, forget the others... On 21 jun, 17:07, Santiago Lema wrote: > Hello, > >  I just published my first Android port (from my iOS app) and

Re: [android-developers] Source code for finding Route between two places in Google map

2011-06-27 Thread New Developer
You could try something along this line HttpClient client = new DefaultHttpClient(); HttpGetrequest = new HttpGet(); request.setURI(new URI( "http://maps.google.com/maps/api/directions/json?origin="+locA.getLatitude()+","+locA.getLongitude()+"&destination

[android-developers] Re: Recommendations on Screenshot formats?

2011-06-27 Thread MarcoAndroid
Actually, just noticed that my screenshots of uploaded 480x800 format look in my phone's market exactly the same as the previews in the dev console, cropped with left say 20pixels cut off. Seems you can use that as a real indication on how they will look like... BTW just uploaded a 320x480 and ind

  1   2   >