Re: [android-developers] Automatically fetch another app from market

2010-12-28 Thread Dianne Hackborn
No the user must always be prompted to confirm the app being installed along with the permissions it requires. On Mon, Dec 27, 2010 at 10:56 PM, optom04 opto...@gmail.com wrote: Hi Guys, Is there a way for a user to click a link in my app to take them to the market and automatically install

[android-developers] Re: Uploading images to BLOBSTORE @ AppEngine

2010-12-28 Thread biokys
nobody knows? -- 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] display data from database in proper order

2010-12-28 Thread pramod.deore
Hi all, In my application I am showing data to the user from database using SimpleCursorAdapter. But here I am facing problem - It retrieves and show all data correctly but size of each column is vary (because if suppose thereare 5 columns and first row has column 2 as string - Hall

Re: [android-developers] Re: how to get the GPU information of android device?

2010-12-28 Thread 陈彧堃
thanks, but it can only display CPU information. On Tue, Dec 28, 2010 at 2:31 PM, patrick patrick.boul...@gmail.com wrote: You can use the application android system info in the android market On 28 déc, 00:24, 陈彧堃 chenyuku...@gmail.com wrote: rt, thanks. -- You received this message

[android-developers] Re: display data from database in proper order

2010-12-28 Thread pramod.deore
After adding android:layout_width=75px in every TextView it looks better. But still there is any other solution? On Dec 28, 2:15 pm, pramod.deore deore.pramo...@gmail.com wrote: Hi all,             In my application I am showing data to the user from database using SimpleCursorAdapter. But

[android-developers] how to check phone support torch mode..problem pls solve

2010-12-28 Thread Atik
Hello Android phone doesnt having the LED or flash light. so how can we check weather that device supports Flash light or not.. how we can communicate with hardware to check the same. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: how to get the GPU information of android device?

2010-12-28 Thread Nightwolf
Quadrant benchmark displays GPU info. On 28 дек, 12:21, 陈彧堃 chenyuku...@gmail.com wrote: thanks, but it can only display CPU information. On Tue, Dec 28, 2010 at 2:31 PM, patrick patrick.boul...@gmail.com wrote: You can use the application android system info in the android market On

[android-developers] How to resize images..?

2010-12-28 Thread Abhilash baddam
Hi, I want to resize the images according to screen dimensions. Means for different android mobile phones they have different screen resolutions. According to the screen resolution i want to resize the images. How can I resize images in runtime. Regards, Abhilash.B -- You

[android-developers] NDK OpenSL decode MP3

2010-12-28 Thread Klaus Kartou
Hi! I'm trying to get decoded PCM data from a mp3 file using the newly released NDK. I have tried different combinations of AudioPlayer and AudioRecorder using audio source and audio sink like this: // configure audio source SLDataLocator_AndroidFD loc_fd = {SL_DATALOCATOR_ANDROIDFD,

[android-developers] Re: Uploading images to BLOBSTORE @ AppEngine

2010-12-28 Thread Sarwar Erfan
What problems are you facing? Dont say you didnt even try and just posted in this group. Please try, if you face any problem, post the problem here. BTW, have you tried searching in google? Regards Sarwar Erfan -- You received this message because you are subscribed to the Google Groups

[android-developers] Simple Database not so simple

2010-12-28 Thread Abhishek Talwar
Hey guys i am making a database application which is very much similar to notepad application. The only difference is that this application has 3 fields. I am getting the famous Force Close error The following is the error log :- eclipse.buildId=M20100211-1343 java.version=1.6.0_20 java.vendor=Sun

[android-developers] Re: How to resize images..?

2010-12-28 Thread Sarwar Erfan
It is not a good idea to resize images in runtime for this purpose (unless image quality does not matter to your audience). Android have specific guidelines for supporting multiple screens in a single application: This article contains all the information and guidelines for multiple screen

Re: [android-developers] How can I cause a RelativeLayout to re-layout it's children?

2010-12-28 Thread Mark Murphy
Try calling invalidate() on the RelativeLayout. On Mon, Dec 27, 2010 at 8:54 PM, John Lussmyer johnlussm...@gmail.com wrote: I have a RelativeLayout with children.  After a while, I want to change the size of one child - which should cause at least one other to move. I can change the childs

Re: [android-developers] MMS messages

2010-12-28 Thread Kapil Lokhande
Hi Yves, GREETINGS OF THE DAY Just look at this code public class SMSMonitor { private ServiceController mainActivity; private ContentResolver contentResolver = null; private Handler smshandler = null; private ContentObserver smsObserver = null; public String smsNumber = ;

[android-developers] Re: Cross Word Game

2010-12-28 Thread Diego Nunes
Thanks for the tips. The game will be a simple board where the user clicks on a table and add a letter. The trays are also fixed. Att, On 27 dez, 23:54, Robert Green rbgrn@gmail.com wrote: Important decisions to make are: 1)  Is this just for Android or are you targeting more systems?

[android-developers] Re: FTP speed is less over obex

2010-12-28 Thread Ajith Kamath
Hi in init.rc i had attached my bluetooth to uart like this : service hciattach /system/bin/logwrapper /system/bin/hciattach -s 115200 /dev/s3c_serial1 any 115200 flow user root group bluetooth net_bt_admin disabled oneshot Does 115200 baud rate have any interferance with transfer speed I

[android-developers] Changes doesn't reflect in Launcher

2010-12-28 Thread nubh bhargava
Hi, I am trying to make some changes in the Launcher app. As much changes I make changes doesn't affect the workspace, please let me know more information on this as I need to know more about this app as I want to make some changes in the main area where the apps are loaded. Thanks Nishant

[android-developers] How to add labels above this table layout

2010-12-28 Thread pramod.deore
I have following tablelayout in my xml file. ?xml version=1.0 encoding=utf-8? TableLayout xmlns:android=http://schemas.android.com/apk/res/ android android:layout_width=fill_parent android:layout_height=fill_parent TableRow android:textColor=#00FF00

Re: [android-developers] How to add labels above this table layout

2010-12-28 Thread Mark Murphy
Option #1: Put the TableLayout in a ScrollView, wrap the ScrollView in a LinearLayout, put the labels above the ScrollView in the LinearLayout, and have the labels be incorrectly located over the columns. Option #2: Write your own AdapterView that implements your desired scrolling and table

[android-developers] Re: javax.xml.xpath.XPath For android 2.0.1

2010-12-28 Thread kiran
I gone through the following post http://stackoverflow.com/questions/4367855/attempt-to-include-a-core-class-java-or-javax-in-something-other-than-a-cor Now the compilation is success. But during run time i got the following error messages as follows 12-28 16:42:33.096: INFO/dalvikvm(281):

[android-developers] Re: How to add labels above this table layout

2010-12-28 Thread pramod.deore
Thanks Sir. On Dec 28, 4:32 pm, Mark Murphy mmur...@commonsware.com wrote: Option #1: Put the TableLayout in a ScrollView, wrap the ScrollView in a LinearLayout, put the labels above the ScrollView in the LinearLayout, and have the labels be incorrectly located over the columns. Option #2:

[android-developers] Re: How to add labels above this table layout

2010-12-28 Thread pramod.deore
After changing xml file as ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent TableLayout android:layout_width=fill_parent

Re: [android-developers] How to do use WebView load html?

2010-12-28 Thread cuil yahoo
From what i can gather, You should try enabling the scroll bars using web.setVerticalScrollBarEnabled(true); web.setHorizontalScrollBarEnabled(true); also, try web.setInitialScale(percent_value) for better scaling. web is the object of WebView Class. Cuil On Tue, Dec

[android-developers] facebook android app

2010-12-28 Thread yanamala siddaiah
I want to login on face book using my app But condition is if logged in face book already using another app. if he forgot logged out from facebook. At that time no need to ask user name and password.simply logging willbe completed when ever start our app. how to maintain cookie for the user name

[android-developers] Re: OpenGL Problem with Sphere Texture Mapping

2010-12-28 Thread pedr0
I solved all my problmes, there was a little stupid little issues during the copy of my Vertex and CoordTexture on the buffers... Thanks lot however, the theory I read is a good exercise for the next time! Bye! On 28 Dic, 01:52, Robert Green rbgrn@gmail.com wrote: Well said Kostya.

[android-developers] Re: how to check phone support torch mode..problem pls solve

2010-12-28 Thread Jake Basile
You'll want to read up on uses-feature /http://developer.android.com/guide/topics/manifest/uses-feature-element.html, specifically android.hardware.camera.flash. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Cache size and Heap size

2010-12-28 Thread cool.manish
Hi, What is cache memory size for android device? Is it very according to Devices? Is it divided in between application and one application can use only specific amount of total size? How to get info regarding Heap Memory Size? Again how to know application specific Heap size? Can we change it?

[android-developers] how to track market search terms

2010-12-28 Thread Nikolay Elenkov
Hi, Is there any way to track what terms people are using to search for your app? The closest I could find is the com.android.vending.INSTALL_REFERRER broadcast used by the Google Analytics library. Is there some sort of SEARCH_TERMS broadcast? Or any other way to do this? Ideally, I would

[android-developers] Can't get Scrollbar Fastscroll to work. Need help.

2010-12-28 Thread Dominik Erbsland
I tried pretty much every possible setting but I could not make it work. So here is my code, maybe you can see the error? No matter what I do the scrollbar remains default... I would like to make the scrollbar with a thumb for fast scrolling because I have a huge list to display and it would take

[android-developers] gps problem

2010-12-28 Thread vivek
i am using android 2.0 emulator. by using the geo fix command i am able to fix my geo location and it is being picked up by the google maps too (on emulator). I want to know where is the current geo location (supplied in geo command) stored in emulator and can i retrieve it using adb shell ? If

[android-developers] Documentation about authTokenType in AccountManager.getAuthToken() ?

2010-12-28 Thread Fabrizio
Hello, I have tried to connect and authenticate to a Google App Engine application. I used AccountManager and the method getAuthToken to get an authentication token for Google App Engine. On the internet I found that if I use ah in authTokenType parameter I will get a token for Google App

[android-developers] Re: Crash Reports - ACRA new stable version

2010-12-28 Thread H
Just a quick response to say thank you for the work you are putting into ACRA. Since plugging it into my app, It's helped me enormously. The number of users who actually report an error is so low (think number of fingers on your hand) that fixing bugs normally would surely be trial and error.

[android-developers] Re: Documentation about authTokenType in AccountManager.getAuthToken() ?

2010-12-28 Thread H
I don't have a full list, but I noticed that when you call the GetUserInfo service, I received this in the reply: allServices=ah, android, androiddeveloper, blogger, bookmarks, chromiumsync, cl, code, datasummary, groups2, hist, ig, local, mail, mobile, reader, sierra, sitemaps, talk, wise,

Re: [android-developers] How can I cause a RelativeLayout to re-layout it's children?

2010-12-28 Thread John Lussmyer
As I mentioned near the start of this thread, I had already tried that. It doesn't always work. The layout would only display the update after doing something else in the app (like clicking another button). On Tue, Dec 28, 2010 at 2:23 AM, Mark Murphy mmur...@commonsware.comwrote: Try calling

[android-developers] Timezone picker

2010-12-28 Thread Pedro Duque
Hi, I need to implement a timezone picker, but TimeZone.getAvailableIDshttp://developer.android.com/reference/java/util/TimeZone.html#getAvailableIDs%28%29() return is a big mess (at least in Samsung Galaxy S). What I did was: ListPreference mTimeZone = (ListPreference)

[android-developers] Re: Getting the Android Java source?

2010-12-28 Thread snpe
John, Could you please tell me if you are install Android sources plugin successfully ? I have tested them, but I'm not sure if somebody use it. Thanks, Peco On Dec 28, 3:40 am, John Lussmyer johnlussm...@gmail.com wrote: Thanks! On Mon, Dec 27, 2010 at 5:36 PM, snpe snp...@gmail.com

[android-developers] Re: Timezone picker

2010-12-28 Thread Pent
I need to implement a timezone picker, but TimeZone.getAvailableIDshttp://developer.android.com/reference/java/util/TimeZone.html#getAva...() return is a big mess (at least in Samsung Galaxy S). It is pretty big :-) You could copy the nice list from the settings app manually. Shame the one

[android-developers] Debug Certificate Expired

2010-12-28 Thread Kevin Brooks
On a sample project, I am receiving an error that the Debug Certificate has Expired. How do I renew this certificate? Thanks, Kevin -- 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] Re: Crash Reports - ACRA new stable version

2010-12-28 Thread mot12
Thanks, Kevin. Such a great project. I will test right away... Martin mobitobi.com -- 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 to view the logs when USB dubug is disabled?

2010-12-28 Thread bharath
Hi All, How to view the logs when USB dubug is disabled? Please let me know. Regards, Bharath -- 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] Debug Certificate Expired

2010-12-28 Thread Kumar Bibek
Delete the keystore from your system. It will create a new one for you Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Tue, Dec 28, 2010 at 9:32 PM, Kevin Brooks bear35...@gmail.com wrote: On a sample project, I am receiving an error that the Debug Certificate has Expired.

Re: [android-developers] Debug Certificate Expired

2010-12-28 Thread Mark Murphy
Delete your old debug.keystore file. You can find out where that is from the instructions on how to find it for generating your Maps API key: http://code.google.com/android/add-ons/google-apis/mapkey.html The build tools will generate a fresh debug.keystore file on your next build. Note that if

Re: [android-developers] Re: android ideas

2010-12-28 Thread brian purgert
Lol ok I will On Dec 28, 2010 1:51 AM, Hendrik Greving fourhend...@gmail.com wrote: Err sorry, please disregard this - Original Message - From: Hendrik Greving To: Android Developers Sent: Monday, December 27, 2010 10:31 PM Subject: android ideas When setting to auto, either

[android-developers] Encrypted JSON

2010-12-28 Thread Nikola
Hi, I would like to update sql database on android via json. Is it possible to have encrypted or somehow secure connection to be sniff proof. Thanks. -- God is Real, unless declared Integer. J. Allan Toogood, FORTRAN programmer -- You received this message because you are subscribed to the

RE: [android-developers] Re: Unique Phone ID

2010-12-28 Thread Tommy
First off thanks to everyone who responded with input. My next question would be is my app able to access the MEID or the IMEI number or is that something that can't be accessed? -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On

Re: [android-developers] Re: Getting the Android Java source?

2010-12-28 Thread John Lussmyer
Installed and works just fine! It's been REALLY helpful, as I think it just let me find a bug in the Animation class. On Tue, Dec 28, 2010 at 7:54 AM, snpe snp...@gmail.com wrote: John, Could you please tell me if you are install Android sources plugin successfully ? I have tested them,

Re: [android-developers] Re: Timezone picker

2010-12-28 Thread John Lussmyer
Yeah, I just finished building a NumberPicker that actually works, is configurable via XML, and doesn't constantly create new temporary objects. On Tue, Dec 28, 2010 at 8:01 AM, Pent tas...@dinglisch.net wrote: Shame the one from Settings isn't usable programatically actually (like so many

[android-developers] How to creating Launcher home screen behavior on my app?

2010-12-28 Thread Moto
I would like to have my application follow accurately my finger swipe across the screen to move to the next screen/layout. I would like to have the same interaction as one has with the home screen by sliding your finger across to move from one screens to another with that bounce feedback. I

RE: [android-developers] MMS messages

2010-12-28 Thread XiaoXiong Weng
Ohh thanks, I always thought it's mms://content Happy new year J From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Kapil Lokhande Sent: Tuesday, December 28, 2010 5:38 AM To: android-developers@googlegroups.com Subject: Re:

RE: [android-developers] Re: Unique Phone ID

2010-12-28 Thread XiaoXiong Weng
Um. I know that if I dial *#06# it would return the IMEI number, but each carrier might differ so it's probably not a good solution, I would stick with the cellphone number since that's accessible. -Original Message- From: android-developers@googlegroups.com

Re: [android-developers] Re: Unique Phone ID

2010-12-28 Thread Kostya Vasilyev
http://developer.android.com/reference/android/telephony/TelephonyManager.html#getDeviceId() public String getDeviceId () Since: API Level 1 Returns the unique device ID, for example, the IMEI for GSM and the MEID or ESN for CDMA phones. Return null if device ID is not available. Requires

RE: [android-developers] Re: Unique Phone ID

2010-12-28 Thread XiaoXiong Weng
Ah, thanks so much, I never knew getDeviceId() existed lol. I guess I should read the reference -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Kostya Vasilyev Sent: Tuesday, December 28, 2010 12:37 PM To:

[android-developers] Possible bug when trying to re-use an animation.

2010-12-28 Thread John Lussmyer
I just ran into a problem that I'm pretty sure is a bug in the Animation class. I have a simple Animation that doesn't repeat. I use view.setAnimation() to run it. When it's done, I use view.clearAnimation(); Sometime later, I want to run it again. So I use view.setAnimation() again. The view

Re: [android-developers] Possible bug when trying to re-use an animation.

2010-12-28 Thread Mark Murphy
For anyone else monitoring this thread, the OP also logged this as an issue: http://code.google.com/p/android/issues/detail?id=13477 On Tue, Dec 28, 2010 at 12:45 PM, John Lussmyer johnlussm...@gmail.com wrote: I just ran into a problem that I'm pretty sure is a bug in the Animation class. I

[android-developers] Licensing an Application : Android Library Projects cannot be Launched.

2010-12-28 Thread cuil yahoo
I have created an android application, however, i have been stuck at the publishing point for almost 3 days now. I am able to sign and export the application. But, i am stuck at the licensing part for so long. I have gone through the official documentation available online for licensing and on

[android-developers] Re: Licensing an Application : Android Library Projects cannot be Launched.

2010-12-28 Thread cuil yahoo
I just checked my library project which i have reference with my main project, it gives the following error, Open quote is expected for attribute android:name associated with an element type uses-permission. I see nothing wrong in the androidmanifest.xml file. Could someone please provide a

[android-developers] Re: Encrypted JSON

2010-12-28 Thread DanH
SSL? On Dec 28, 10:18 am, Nikola nikola1...@gmail.com wrote: Hi, I would like to update sql database on android via json. Is it possible to have encrypted or somehow secure connection to be sniff proof. Thanks. -- God is Real, unless declared Integer. J. Allan Toogood, FORTRAN

Re: [android-developers] Re: Licensing an Application : Android Library Projects cannot be Launched.

2010-12-28 Thread Mark Murphy
On Tue, Dec 28, 2010 at 1:08 PM, cuil yahoo cuilya...@gmail.com wrote: I just checked my library project which i have reference with my main project, it gives the following error, Open quote is expected for attribute android:name associated with an element type  uses-permission. I see

Re: [android-developers] Re: Licensing an Application : Android Library Projects cannot be Launched.

2010-12-28 Thread cuil yahoo
On Tue, Dec 28, 2010 at 11:47 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Dec 28, 2010 at 1:08 PM, cuil yahoo cuilya...@gmail.com wrote: I just checked my library project which i have reference with my main project, it gives the following error, Open quote is expected for

[android-developers] ListView item selected no longer functions with a button in the listviewitem

2010-12-28 Thread Byron Penner
I have a ListView with a custom adapter that creates the list and inside each item is a button that allows for the item to expand/ collapse to show more info but in doing so the listview no longer fires a click on any of its items. (Ala: the items header should still raise a listview item

Re: [android-developers] ListView item selected no longer functions with a button in the listviewitem

2010-12-28 Thread Kostya Vasilyev
Add this: android:focusable=false to the button in the list item layout xml. -- Kostya 28.12.2010 21:31, Byron Penner пишет: I have a ListView with a custom adapter that creates the list and inside each item is a button that allows for the item to expand/ collapse to show more info but in

[android-developers] Re: PDF Format Conversion

2010-12-28 Thread Byron Penner
DONT lol save it to a file -- 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

[android-developers] Re: Cross Word Game

2010-12-28 Thread ko5tik
Then off the shelf components shall be sufficient On Dec 28, 12:07 pm, Diego Nunes diegonunes.sist...@gmail.com wrote: Thanks for the tips. The game will be a simple board where the user clicks on a table and add a letter. The trays are also fixed. Att, On 27 dez, 23:54, Robert Green

Re: [android-developers] How can I cause a RelativeLayout to re-layout it's children?

2010-12-28 Thread Dianne Hackborn
invalidate() just causes the views to be redrawn: http://developer.android.com/reference/android/view/View.html#invalidate() requestLayout() asks that the views go through a new measure/layout pass (and then redraw): http://developer.android.com/reference/android/view/View.html#requestLayout()

Re: [android-developers] ListView item selected no longer functions with a button in the listviewitem

2010-12-28 Thread Byron Penner
onItemClick still dosent fire for the listview :( heres the xml for an item (renders properly and button works). ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:orientation=vertical android:layout_width=fill_parent

Re: [android-developers] ListView item selected no longer functions with a button in the listviewitem

2010-12-28 Thread Kostya Vasilyev
Ah. The focusable=false workaround is known to not work for ImageButtons. Works for other button types, but not for ImageButtons. Don't know what the fix for ImageButtons is, sorry. -- Kostya 28.12.2010 21:52, Byron Penner ?: onItemClick still dosent fire for the listview :( heres the

Re: [android-developers] Cache size and Heap size

2010-12-28 Thread Dianne Hackborn
There is no cache memory size. I'm not sure what you are referring to as cache; if you mean stuff put in the cache directory of your app, that is just in the normal internal data storage space. Heap size is available from:

[android-developers] Re: InetAdress bug or documentation ambiguity or some other explanation?

2010-12-28 Thread Bob Kerns
That would definitely be the best option for server monitor. Not for a network monitor, of course, but you may not face that issue if you're looking at your local LAN. It's worth noting the Sun Javadoc on the matter: Test whether that address is reachable. Best effort is made by the

Re: [android-developers] ListView item selected no longer functions with a button in the listviewitem

2010-12-28 Thread Byron Penner
Thanks worked around it by changing to a regular button and setting a compound drawable without any text in the button :) thanks for the help -- 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 proximity messaging

2010-12-28 Thread Stuart
How do I send messages from one android to another android phone within close proximity? For example, Is it possible for a nearby phone to receive requests to open a webpage from another phone? Of course, only if the phone is willing to accept it. Does the API support this functionality? -- You

[android-developers] Re: Which JSON Parser is better

2010-12-28 Thread Bob Kerns
I just had a look; if I'm not mistaken, it's not really a streaming parser, but rather the ability to read a SEQUENCE of JSON forms from a stream. This avoids the ordering issue I raised earlier (JSON object fields are unordered), but allows you to process the sequence of JSON forms

[android-developers] How to modify manifest android:versionName=1.0/

2010-12-28 Thread sashad
HI Guys, I would like to override android:versionName attribute that is located in AndroidManifest.xml here is a sample ?xml version=1.0 encoding=utf-8? manifest android:versionCode=1 android:versionName=1.0 / I found ant code to read this value using xPath xpath

RE: [android-developers] Re: Unique Phone ID

2010-12-28 Thread Tommy
Wonderful Thanks!! -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Kostya Vasilyev Sent: Tuesday, December 28, 2010 12:37 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Re: Unique Phone

Re: [android-developers] How to modify manifest android:versionName=1.0/

2010-12-28 Thread Mark Murphy
Option #1: Edit it by hand Option #2: Write a Java/Ruby/sed/whatever program to modify the data and call that from an Ant Exec task Option #3: Write a custom Ant task Option #4: Use the Replace or ReplaceRegExp tasks Option #5: Use a Script task and a Beanshell/Groovy/whatever script Option

[android-developers] Re: Cross Word Game

2010-12-28 Thread Bob Kerns
An excellent question set! If #1 = more platforms would be nice, and #3 is not too fancy, then I'd suggest: A) All javascript for the UI B) Java and/or Javascript for the logic C) Create a WebView for the main UI, and display it there. This will allow you to easily make it available via the

[android-developers] Re: Encrypted JSON

2010-12-28 Thread Bob Kerns
Or, to say the same thing another way -- https: *HIGHLY recommended* for anything at all sensitive. On Dec 28, 10:11 am, DanH danhi...@ieee.org wrote: SSL? On Dec 28, 10:18 am, Nikola nikola1...@gmail.com wrote: Hi, I would like to update sql database on android via json. Is it

[android-developers] Re: Problems with the JavaBinder (!!! FAILED BINDER TRANSACTION!!!)

2010-12-28 Thread REK
What were the specifics of the objects you were hanging onto? I'm seeing this problem in some client code and need to know what to look for in their source code. I'm noticing the system memory (vmstat) deplete over time but the Runtime.getRuntime().freeMemory(); doesn't show any change. --

[android-developers] Re: Encrypted JSON

2010-12-28 Thread DanH
Of course, https is just automatic SSL. On Dec 28, 2:48 pm, Bob Kerns r...@acm.org wrote: Or, to say the same thing another way -- https: *HIGHLY recommended* for anything at all sensitive. On Dec 28, 10:11 am, DanH danhi...@ieee.org wrote: SSL? On Dec 28, 10:18 am, Nikola

[android-developers] Re: Encrypted JSON

2010-12-28 Thread DanH
(Oops -- I guess that's what you were saying.) On Dec 28, 2:48 pm, Bob Kerns r...@acm.org wrote: Or, to say the same thing another way -- https: *HIGHLY recommended* for anything at all sensitive. On Dec 28, 10:11 am, DanH danhi...@ieee.org wrote: SSL? On Dec 28, 10:18 am, Nikola

[android-developers] Re: Can't debug/install applications into Tablet with Android 2.1 using ADB commands

2010-12-28 Thread FrankG
If you have a kind of console on the tablet you could look into the kernel messages and use logcat to see something relevant. You could also check, whether adbd is still running on the device. To detect who is stopping ( device or pc ) I assume you would need a usb analyzer, nothing which is

[android-developers] ListView and CursorAdapter

2010-12-28 Thread fala70
I've a problem to populate a listview from a cursor filled from db. I can't understand why, newView and bindView are not called. The stupid things is that I've already done this thing other times but now doesn't work, and I can't undestand where is the problem. this is my code: _curAround is

Re: [android-developers] Re: Timezone picker

2010-12-28 Thread Pedro Duque
The problem is not the size it's the content itself... and the getDisplayName is even worse... You get stuff like America/Bahia with a description of Brasilia Time but San Francisco or New York is nowhere to be found. :( PMD On 28 December 2010 16:01, Pent tas...@dinglisch.net wrote: I need

Re: [android-developers] Re: Can't debug/install applications into Tablet with Android 2.1 using ADB commands

2010-12-28 Thread Dianne Hackborn
Fwiw, if the device doesn't have Android Market on it, there are absolutely no guarantees about how it works. Android is open source, so manufacturers can modify any part of Android any way they want. There are only restrictions (such as a full working adb) if they are going to include Market.

[android-developers] Re: Logging actions

2010-12-28 Thread Pedro Teixeira
Sorry for the previous post. I actually missed Kostya E-mail in- between all android groups emails. That's just perfect Kostya. It covers exactly what I'm trying to do. I'll digg on that. Sorry again. Greetings On Dec 8, 11:21 pm, TreKing treking...@gmail.com wrote: On Tue, Dec 7, 2010 at 1:51

[android-developers] Android Mouse/MotionEvent

2010-12-28 Thread Ankur Avlani
Hi All, It seems I am the first one to experiment on this, since I have got much reply to this. I tried to use the touch event, but it doest seem to work. Please find my code snippet below: Instrumentation inst = new Instrumentation(); long downTime = SystemClock.uptimeMillis(); long

[android-developers] What changed in Gingerbread as far as the app widgets?

2010-12-28 Thread Zsolt Vasvari
Trying to update my app to 2.3, noticed a few things: - The menu icons seem to have gotten smaller in 2.3. Now my custom icons look too large. Arrrg. -- The same exact code on 2.3 produces an app widget that's cut off on the bottom on 2.3 while it's fully visible in 2.2. What changed between

[android-developers] List - row not hi-lighting

2010-12-28 Thread dashman
I've got an ExpandableListActivity. If I change the background color of a row programatically - when the user selects the row - it's not hi-lighted - i.e. no visual feedback. if i don't set the background color - the default yellow hi-light appears. how can i fix this. -- You received this

[android-developers] Re: List - row not hi-lighting

2010-12-28 Thread jotobjects
Use a ColorStateList as your background. This is what the default implementation does as I recall. You could hunt around and find the state list for ListView and use that for a starting point. http://developer.android.com/guide/topics/resources/color-list-resource.html or more generally a

[android-developers] Re: Timezone picker

2010-12-28 Thread Zsolt Vasvari
I think all those descriptions actually come from the JDK classes, not the Android stuff, and they have been like that for at least the past 10 years. Personally, I'd just use them... On Dec 29, 6:09 am, Pedro Duque pmdu...@gmail.com wrote: The problem is not the size it's the content itself...

[android-developers] Re: PDF Format Conversion

2010-12-28 Thread Zsolt Vasvari
And if you do want to store it in the database, use a BLOB, whcih, incidentally, stands for Binary Large Object. On Dec 29, 2:38 am, Byron Penner bapenner...@gmail.com wrote: DONT lol save it to a file -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Timezone picker

2010-12-28 Thread Pedro Duque
Yep, probably that's what I'll do... although I just found this site: http://citytimezones.info/. They have a nice free database for cities timezone around the world... I'm tempted do implement a timezone picker based on it. On 29 December 2010 00:34, Zsolt Vasvari zvasv...@gmail.com wrote: I

[android-developers] Re: how to create irregular polygon and handle events within its boundary

2010-12-28 Thread ip332
Processing a click in side a polygon can be difficult task. There is another solution based on a bitmap where each clickable shape has its own color. I have described it in another thread, named Overlay to make parts of image clickable Let me know if something is not clear. On Dec 27, 11:51 am,

[android-developers] Re: List - row not hi-lighting

2010-12-28 Thread Jonathan Foley
StateListDrawable is the Android way to do it, but if you really want to set it programmatically, you'll need to call invalidate() on the view to force it to refresh. Jonathan On Dec 28, 4:19 pm, jotobjects jotobje...@gmail.com wrote: Use a ColorStateList as your background.  This is what the

[android-developers] Re: What changed in Gingerbread as far as the app widgets?

2010-12-28 Thread Jonathan Foley
Re the menu icon size changing, that's precisely why the dev guide recommends pulling whatever stock icons you use and including them in your apk. This makes them immune to changes in the framework. Jonathan On Dec 28, 3:16 pm, Zsolt Vasvari zvasv...@gmail.com wrote: Trying to update my app

[android-developers] Re: What changed in Gingerbread as far as the app widgets?

2010-12-28 Thread Zsolt Vasvari
Correct, which I have done this, but I had to create a few icons of my own. They are now too big. On Dec 29, 9:17 am, Jonathan Foley jonefo...@gmail.com wrote: Re the menu icon size changing, that's precisely why the dev guide recommends pulling whatever stock icons you use and including them

[android-developers] Android clearing table via ContentProvider

2010-12-28 Thread mighter
down vote favorite How do I clear the whole table using content provider properly? Now I use this: private void clearDB(){ ContentResolver cr=getContentResolver(); String where=FeedProvider.KEY_ID+ '0'; cr.delete(FeedProvider.ITEMS_URI, where, null); } But it seems to me that is

[android-developers] Regarding implementing paypal api in android

2010-12-28 Thread tushar sahni
I am developing an Android Application named Book Bottle Service.I have implemented map activity in it. The view that comes in the array list comes from url From where i have parsed data.Now i have to implement Paypal api on click of list button.How can i implement Paypal in android.Can anyone

[android-developers] Android Contacts

2010-12-28 Thread maddy
Hi All, I'm able to sync in a few contacts to the android native contact book from an account and am able to launch a custom activity on the click of the profile tab of the synced contacts(in the contacts section). However,I want to modify the look an feel of the contact tab(adding a presence

[android-developers] About kernel-qemu.

2010-12-28 Thread kevin_neu
Hi guys: At the moment, I have to make some modification in the Linux Kernel and test it on Emulator. I have collected several materials about how to compile a customized Linux Kernel on the Android Emulator. But they seem to met the same question, that is, when starting my own kernel with the

[android-developers] Sensors : Whats new on Android Gingerbread...

2010-12-28 Thread CVS
Android 2.3 (codename Gingerbread) was officially released amidst huge hype and fanfare last week and BOY O BOY!! people sure are queuing-up to have a peek. Sensors were the most hyped about sub-system. Android- Fans were blogging about the enhanced support for NEW sensors on gingerbread. But

  1   2   3   >