[android-developers] Re: Nfc phone read the type A card.

2011-09-08 Thread xiaoailsa
I want to use two classes:IsoDep and NfcA .But how to use at thesametime?         →mTechLists = new String[][] { new String[] {IsoDep.class.getName()} };            //mTechLists = new String[][] { new String[] {NfcA.class.getName()} };         →public void onResume() {              

Re: [android-developers] Re: How was the RenderScript Balls Demo Video Made?

2011-09-08 Thread Romain Guy
We use BlackMagic's Intensity Pro video capture cards: http://www.blackmagic-design.com/products/intensity/ You'll need a fast hard drive/computer to capture the video stream at 720p in real-time without skipping frames though. On Wed, Sep 7, 2011 at 10:11 PM, Dianne Hackborn

[android-developers] NFC/RFID

2011-09-08 Thread Adiga
Is it possible to create an application utilizing NFC(Near field Communication) of mobile phone which will communicate with existing RFID infrastructure ?Have both in the same frequency range? I read in an article that says RFID has a High Frequency (HF) band at 13.56 MHz and that have longer

[android-developers] log disappears

2011-09-08 Thread bob
Anyone know why sometimes the log disappears in the Eclipse log window? -- 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] NFC/RFID

2011-09-08 Thread Adiga
Is it Possible to read high frequency rfid tag using nexus s device? If it is yes can you send me the source code of that sample? Regards, Adiga -- 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:inputType=number Error

2011-09-08 Thread Duygu Kahraman
Hi All; I have a problem about Edittext.I want to enter just number one of my Edittext so in xml i use android:inputType=number .But When i want to more than 10 characters program is not working.10 and less than 10 character it is OK. Do you anyone this reason and how can i fix it? Code is

[android-developers] Activity GUI updated by thread data: implementation error?

2011-09-08 Thread giangiammy
Hi all, I have an activity updating the GUI with data coming from a socket. In my activity I implemented an Handler: int REFRESH = 1; final Handler hRefresh = new Handler(){ @Override public void handleMessage(Message msg) { Integer i1; Integer i2; i1 =

[android-developers] After capture image from camera activity not update in android 3.1

2011-09-08 Thread kalpana chaurasia
In my app I have a Capture image from camera code using Intent intent = new Intent(android.media.action.IMAGE_CAPTURE); And it's working fine in all android 2.2, 2.3 but in 3.1 data get null from onActivityResult(). But image store in sdcard. Thanks. -- You received this message because you are

[android-developers] Re: Live wallpaper thumbnail 208x192?

2011-09-08 Thread James W
There doesn't appear to be any official documentation on the required size. However, from my testing on the emulator and real devices, it seems that the clearest/sharpest thumbnail images are obtained by doubling the resolution of the icon size for each density. So for HDPI which has an icon

[android-developers] Re: .asec files

2011-09-08 Thread JonFHancock
You dont have to worry about that. Once you purchase an app on the android market, you own it forever regardless of how many eevices you have. Just go to the market on the new phone and download it. Do make sure that you set up your new phone with the same google account that you used for the

[android-developers] Re: How to obtain the tweets of a programatically given Twitter user without registering my app on dev.twitter.com?

2011-09-08 Thread saex
You can use the same key secret key in a lot of apps? or you have to get a new key for each app? On 8 sep, 01:49, albnok alb...@gmail.com wrote: It is very much possible to get tweets from a user without logging in, provided that user did not set tweets to private.

[android-developers] Various Twitter Android Apps can use the same Consumer key Consumer secret Key for use with Oauth login on twitter?

2011-09-08 Thread saex
Various Twitter Android Apps can use the same Consumer key Consumer secret Key for use with Oauth login on twitter? Wich issues can exist with this? -- 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] Not an Overwhelmingly Positive First Impression

2011-09-08 Thread designteam
I've been using Eclipse-based IDEs since 2000 (WSAD - pure Eclipse since 2004), i.e., NOT a Newb. Install is Eclipse Classic (been doin' Java since '99) with plug-ins PHPEclipse, Aptana, and Subclipse. The instructions to do the Hello World app start... # n the Android SDK and AVD Manager, choose

[android-developers] from autolink text to my custom Activity

2011-09-08 Thread 34657...@qq.com
I have a string like this:Hello! I'm Wincent. My phone number is 12345678910. My website is http://www.google.com. And My email is winc...@gmail.com. When I use textview.setText(s); textView.setAutoLinkMask(Linkfy.ALL); I can click phone number , url , then system will lauch Contactors, Browsers.

[android-developers] Creating a DRM Wrapper around an Android app/game

2011-09-08 Thread Arpan
I have a few games around which I would like to build a DRM Wrapper. The wrapper will basically check with my subscription engine if the user subscription is still valid. A user can download and play game for a few days (maybe on trial) and if s/he finds it interesting then can proceed to buy it

[android-developers] Re: can i able to play video using FFmpeg api.

2011-09-08 Thread Robert Willems
After asking a million times i would have to answer: No, apparently *you* can't. On Sep 7, 11:44 am, NAVI NEW navi44...@gmail.com wrote: can i able to play video using FFmpeg api. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: [ASK] HOW TO SEND LONGITUDE LATITUDE TO ANOTHER ANDROID PHONE VIA INTERNET..

2011-09-08 Thread Phạm Văn Qua
Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

[android-developers] Re: close button

2011-09-08 Thread Pent
i have a close button in my project so i want if any one press these button i want my app close Set a View.onClickListener on the button and call finish() in its onClick function. Good for you. Thanks for letting us know. Please keep us posted as you add other buttons. You should resist

[android-developers] Re: Copy a file from a Desktop PC

2011-09-08 Thread franky.b
Ok, bad luck :( Does the Android device at least appear as External Storage Device in the file explorer when it is connected via USB? So it would be possible to figure out the drive letter of that storage volume and to do a common file copy in the desktop application? Regards, Frank On Sep 7,

Re: [android-developers] Android Emulator starting Problem

2011-09-08 Thread Rathna Kumara Premadasa
Ok thanks for your help.. Thanks -- *Rathna Kumara Premadasa* Sri Lanka. -- 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,

[android-developers] Re: android:inputType=number Error

2011-09-08 Thread Macotonalds
maybe it's because of the Integer.MAX_VALUE that is 2147483647. On Sep 8, 3:40 pm, Duygu Kahraman duygu.kahram...@gmail.com wrote: Hi All; I have a problem about Edittext.I want to enter just number one of my Edittext  so in xml i use android:inputType=number .But When i want to more than

[android-developers] How to enable and disable Broadcast Receiver

2011-09-08 Thread GopalaKrishnan D
How to enable and disable Broadcast Receiver i don't how to pass value to onreceieve any one help me -- ~* Regards* *GopalaKrishnan D* -- 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: android:inputType=number Error

2011-09-08 Thread Duygu Kahraman
hmm ok. How can i road to fix my problem? in my edittext user must enter 12 characters.I must change type in xml or i must write code project for it? 2011/9/8 Macotonalds macotona...@gmail.com maybe it's because of the Integer.MAX_VALUE that is 2147483647. On Sep 8, 3:40 pm, Duygu

[android-developers] Re: kokao Talk

2011-09-08 Thread martypantsROK
First. Get some friends. Then add their phone number. On Sep 8, 1:08 pm, nageswara rao rajana nagu.raj...@gmail.com wrote: Hi,         I installed kokao Talk in my mobile, please tell me how to add friends. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Git and source code

2011-09-08 Thread martypantsROK
not without some code we can't. Try posting code when you have a question and you are likely to get some help. On Sep 8, 4:52 am, Tushar Sahni tusharsahni...@gmail.com wrote: Hi I am getting cursor out of bound exception while i am trying to get list particular item positiion,Below is the

[android-developers] Re: android:inputType=number Error

2011-09-08 Thread Károly Holczhauser
Hey dudo!:) Check this out please, this is what you are looking for? http://androidblogger.blogspot.com/2009/01/numeric-edittext-and-edittext-with-max.html Bye, Károly On szept. 8, 08:40, Duygu Kahraman duygu.kahram...@gmail.com wrote: Hi All; I have a problem about Edittext.I want to enter

[android-developers] Re: Listview with image data from database

2011-09-08 Thread martypantsROK
A SimpleCursorAdapter does have the smarts to handle images. You will need to write a custom adapter that expect images (bitmaps) and will display them. At a minimum your adapter will have to redefine getView and return a view upon completion. On Sep 7, 8:53 pm, Atluri ajith

[android-developers] Re: How can i run javascript alerts in android code?

2011-09-08 Thread martypantsROK
you might check out http://droidscript.se/ for running javascript on your device On Sep 7, 6:31 pm, venugopal reddy venugopal.re...@tspl.com wrote: How can i run javascript alerts in android code? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Developing first Android app from iOS

2011-09-08 Thread martypantsROK
you'll need to make a listview with each item selectable. Once selected, you will initiate an activity that will display the details of that selection. Checkout out the Notepad tutorial on http://developer.android.com/index.html On Sep 7, 6:58 am, Dan Uff danny@gmail.com wrote: Hi all: I

[android-developers] same app one tablet and phone with differnt gui

2011-09-08 Thread Károly Holczhauser
Hello Sisters and Brothers!:) I have a little noise in my brain about the different xml layouts type depends on screen, if anyone would help to make it clear, I`m becoming so greatful:) I have to write an application which have to run on tablet and on phone too. It is not a problem, because I

[android-developers] Re: Bluetooth signalling between phones?

2011-09-08 Thread MarcoAndroid
Well you can *detect* without near each other. But if you're trying to connect, then you have to pair and the user has to agree. Would be a security risk I guess, if you were able to connect to devices w/o people knowing/acknowledging. On 7 sep, 23:27, Droid rod...@gmail.com wrote: I want to

[android-developers] Re: Calendar: functional request

2011-09-08 Thread martypantsROK
works fine on my android phone. That's a pretty simple thing that nearly ALL calendars have had for years On Sep 6, 11:01 pm, Ivo Michiel ivo.mich...@gmail.com wrote: Simple feature request: Entering repeated calendar apointments is not possible on android phones. Is this feature planned?

[android-developers] Some Questions Aabout Android DRM

2011-09-08 Thread weida shao
Hi Everyone, I want know that Will the Widevine DRM be native to all devices running HoneyComb OS (e.g. we can deploy our app to any device running HoneyComb without involvement from device manufacturers)? Thanks! Best for your regards! -- You received this message because you are subscribed

[android-developers] Prevent Time Changed by User

2011-09-08 Thread ndiiie 90
Hi guys, I find a case about something that I can not resolve this problem: - I have a countdown timer which is ticking until it counts to 0 (to a specific time, lets say until 00 midnight) - It will tick correctly by calculating the destination time with user's phone time - But if user change

[android-developers] device sometimes reboots

2011-09-08 Thread Hiko
Hello, I face below phenomenon sometimes. Procedure: 1. set livewallpaper as wallpaper on home screen. 2. back to the static wallpaper as well. 3. repeat 1-2 continuously. As the result, a device is rebooted. Livewallpaper is Nexus default pre-installed. static wallpaper is also default

[android-developers] Android radio API ?

2011-09-08 Thread WolpTec
My phone gas a built-in radio app. Is there an API to acces that or is it firmware which bypasses Android? Searching the sdk resources only leads to terms as radiobuttons or groups, but I mean the real thing for listening to music. Hans -- You received this message because you are subscribed

[android-developers] Webviews side by side

2011-09-08 Thread bob
I have two Webviews side by side, and, when one of them gets scrolled vertically, I need to scroll the other. Anyone know how to do this? -- 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: Webviews side by side

2011-09-08 Thread Yahel
I have two Webviews side by side, and, when one of them gets scrolled vertically, I need to scroll the other. Second answer on Google for Android webview scroll : http://stackoverflow.com/questions/2238938/how-to-programmatically-scroll-android-webview Yahel -- You received this message

[android-developers] Re: Android 2.3.5 device cannot find my app

2011-09-08 Thread albnok
appel, could you try now? Copy-protection has been removed. I am curious though, why a 2.3.4 device is not a developer device, but the 2.3.5 device is... my 2.3.4 is rooted and I have no problems finding it. Venugopal, start your own topic, and stop spamming every other thread. -- You received

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-08 Thread Palsson
Hey there, Thanks again for replying. I changed my configuration to boot from SD card, instead of NFS. When I do that, things are ok and I can install and debug via eclipse (adb ethernet). If the filesystem is NFS, the INSUFFICIENT_STORAGE error is triggered. /Palsson On Sep 7, 12:45 pm, NAVI

[android-developers] Filenot found exception

2011-09-08 Thread vani reddy
Hi friends, I am getting the below exception java.io.FileNotFoundException: /mnt/sdcard/ (Permission denied) Also i have set the below permissions in the manifest uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE/uses-permission

[android-developers] Re: Drawing To And Then Re-Using A Bitmap In A Map Overlay

2011-09-08 Thread kamiseq
hej, I noticed the same thing that draw method is called several times after zooming the map view and each time 0,0 coordinates are updated. and I noticed also that if I create my path and draw it to the bitmap for a first time when zoom change then shape is completely wrong (sometimes it is ok)

Re: [android-developers] Android radio API ?

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 5:34 AM, WolpTec n...@wolptec.com wrote: My phone gas a built-in radio app. Is there an API to acces that or is it firmware which bypasses Android? It is part of the firmware accessing internal stuff. There are no APIs in Android related to FM radio or the like. -- Mark

Re: [android-developers] Prevent Time Changed by User

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 5:25 AM, ndiiie 90 rnd...@gmail.com wrote: - I have a countdown timer which is ticking until it counts to 0 (to a specific time, lets say until 00 midnight) Why? - It will tick correctly by calculating the destination time with user's phone time If your goal is to get

Re: [android-developers] Some Questions Aabout Android DRM

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 4:50 AM, weida shao liangm...@gmail.com wrote: I want know that Will the Widevine DRM be native to all devices running HoneyComb OS (e.g. we can deploy our app to any device running HoneyComb without involvement from device manufacturers)? Since Widevine DRM is not open

Re: [android-developers] Re: android:inputType=number Error

2011-09-08 Thread Duygu Kahraman
Thx for all reply but Karoly it is not working. Reason is integer 32 bit OK.but i couldnt enter any value like integer,biginteger..i am using just android:inputType=number,numberSignedornumberDecimal? 2011/9/8 Károly Holczhauser holczhau...@gmail.com Hey dudo!:) Check this out please, this

Re: [android-developers] Re: Copy a file from a Desktop PC

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 4:01 AM, franky.b frank.bit...@gmail.com wrote: Does the Android device at least appear as External Storage Device in the file explorer when it is connected via USB? If the user elects to mount it, yes. With Honeycomb (and, presumably, future releases of Android), this

Re: [android-developers] How to enable and disable Broadcast Receiver

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 4:36 AM, GopalaKrishnan D gopall...@gmail.com wrote: How to enable and disable Broadcast Receiver If it is registered in the manifest via a receiver element, use android:enabled for the initial state, plus PackageManager and setComponentEnabledSetting() to change it. --

Re: [android-developers] Not an Overwhelmingly Positive First Impression

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 12:31 AM, designteam designt...@s8design.co.uk wrote: There are no compatible packages available from the Android Repository. There are for tens of thousands of other developers. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

Re: [android-developers] Need your help: how to monitor the dialpad key press action in another application during an active call?

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 1:28 AM, xavier bzp1...@gmail.com wrote: I know that I can't replace the default InCallScreen when the call has been set up, but I really want to show some additional info during the call, so I want to create one new activity which is transparent and always above the

Re: [android-developers] close button

2011-09-08 Thread Mark Murphy
On Wed, Sep 7, 2011 at 11:27 AM, Ali Alyassen omg...@gmail.com wrote: i have a close button in my project so i want if any one press these button i want my app close Please don't. http://stackoverflow.com/questions/2033914/quitting-an-application-is-that-frowned-upon/2034238#2034238 -- Mark

Re: [android-developers] custom viewgroup with a background.

2011-09-08 Thread TreKing
On Wed, Sep 7, 2011 at 11:58 PM, billconan billco...@gmail.com wrote: suppose I have a function named kkk Why ... why would you name your function that ... ? which overrides the function aaa, That doesn't make sense. You can't override a function with a different name. Let's assume you

[android-developers] Re: Inflating editext into AlertDialog...

2011-09-08 Thread sblantipodi
void alertInputStr(String title, String message, int numeroCampoEditabile) { AlertDialog.Builder alertI = new AlertDialog.Builder(this); final int num = numeroCampoEditabile; alertI.setTitle(title); alertI.setMessage(message); input = new EditText(this);

[android-developers] Re: How to read RFID tag using Nexus s device?

2011-09-08 Thread Adiga
Hi Mark, http://developer.android.com/guide/topics/nfc/index.html Using this link , I can read MyFare Classic card , but unable to read RFID tags. On Sep 6, 5:25 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Sep 6, 2011 at 8:16 AM,Adigajakad...@gmail.com wrote:      How to read

[android-developers] Re: Black screen after switching to another app

2011-09-08 Thread MobileVisuals
Does anyone know what I can try to do to fix this issue? On Sep 7, 2:07 pm, MobileVisuals eyv...@astralvisuals.com wrote: I have already debugged the code lots of times with breakpoints, but I can not find the cause for the black screen. The thread runs like it should and no instances are

Re: [android-developers] Re: How to read RFID tag using Nexus s device?

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 9:02 AM, Adiga jakad...@gmail.com wrote: Hi Mark, http://developer.android.com/guide/topics/nfc/index.html Using this link , I can read MyFare Classic card , but unable to read RFID tags. NFC and RFID are not the same thing. Android supports NFC. -- Mark Murphy (a

Re: [android-developers] Re: Inflating editext into AlertDialog...

2011-09-08 Thread TreKing
On Thu, Sep 8, 2011 at 8:00 AM, sblantipodi perini.dav...@dpsoftware.orgwrote: *code* OK ... and the problem is ... ? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit

[android-developers] Re: Android 2.3.5 device cannot find my app

2011-09-08 Thread appel
I could find and install your app now. -- 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

Re: [android-developers] Spinner , truncate text instead of wrap text

2011-09-08 Thread JI
it does work thank you for your 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@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Not an Overwhelmingly Positive First Impression

2011-09-08 Thread JP
irony on You have issues on that level? Wait until you see Android Market. irony off I'll hazard a guess and say you've miss-typed a repository URL or something like that. Besides, high time to get to Indigo anyways, I've rebuild my Eclipse installations around the office the other day, no pain.

Re: [android-developers] Re: android:inputType=number Error

2011-09-08 Thread Rafael Maas
Use textwatcher and verify the string with onTextChanged. If the digited string was a char, just delete ;) 2011/9/8 Duygu Kahraman duygu.kahram...@gmail.com: Thx for all reply but Karoly it is not working. Reason is integer 32 bit OK.but i couldnt enter any value like integer,biginteger..i

Re: [android-developers] Re: How to read RFID tag using Nexus s device?

2011-09-08 Thread Michael Roland
Hallo Adiga, http://developer.android.com/guide/topics/nfc/index.html Using this link , I can read MyFare Classic card , but unable to read RFID tags. MIFARE Classic *is* one type of RFID tag. Anyways, the refered API allows much more that accessing MIFARE Classic cards. It gives you

Fwd: [android-developers] Re: soap webservie (celsius to fareheit

2011-09-08 Thread arun kumar
while accessing the webservice am getting socketexception 09-08 19:28:24.206: WARN/System.err(526): java.net.SocketException: The operation timed out 09-08 19:28:24.213: WARN/System.err(526): at org.apache.harmony.luni. platform.OSNetworkSystem.connectStreamWithTimeoutSocketImpl(Native

[android-developers] Publish modified APK to the Android Market without triggering an Update to existing users?

2011-09-08 Thread Paul
I'd like to publish a modified APK without triggering an update for my existing users. Wondering if I can just upload a new one with the same version number as the one that's out there already. Has anyone done this? Why? Because I'm fixing something that is mostly needed by newer phone's hitting

[android-developers] Re: How to get synced Facebook contacts picture?

2011-09-08 Thread Cristian
There is definitely no way to do this in a standard way. So, we must use an SQLi injection in order to be able to hack the contacts database and get the Facebook avatars. The following code works on most Motorolas, which use Motoblur, on Android 2.2 or higher: public static Bitmap

[android-developers] Re: EditText with tiled background

2011-09-08 Thread Richard Lalancette
You can create an xml file for your background. In that XML file, you add an item called bitmap. On the bitmap item, you apply a PNG that can tile and set the tile mode to repeat. Example found here http://www.mokasocial.com/2011/02/create-a-custom-styled-ui-slider-seekbar-in-android/ ?xml

Re: [android-developers] Publish modified APK to the Android Market without triggering an Update to existing users?

2011-09-08 Thread Nikolay Elenkov
On Thu, Sep 8, 2011 at 11:14 PM, Paul idi...@gmail.com wrote: So I'd like to just deploy the modified apk with the same version. Let me know if anyone has success doing this and if there were any problems encountered. Thanks in advance. You can't deploy an app with the same version, but you

[android-developers] Is there any way to change contents of shape.xml of drawable folder?

2011-09-08 Thread Raj
Hello, In app, I've used a shape.xml for giving a rounded rectangle shape to my view (as seen below) and in that, I've used some color. Now, what I want to do is change the color in this shape.xml dynamically so that I can make some fade color animation out of it. So is there any way to change

[android-developers] Re: Publish modified APK to the Android Market without triggering an Update to existing users?

2011-09-08 Thread Paul
On Sep 8, 10:28 am, Nikolay Elenkov nikolay.elen...@gmail.com wrote: You can't deploy an app with the same version, but you can have multiple APKs targeted at different Android versions. http://developer.android.com/guide/market/publishing/multiple-apks.html Thanks, I'm aware of the

Re: [android-developers] Re: Publish modified APK to the Android Market without triggering an Update to existing users?

2011-09-08 Thread Nikolay Elenkov
On Thu, Sep 8, 2011 at 11:50 PM, Paul idi...@gmail.com wrote: On Sep 8, 10:28 am, Nikolay Elenkov nikolay.elen...@gmail.com wrote: You can't deploy an app with the same version, but you can have multiple APKs targeted at different Android versions.

[android-developers] Re: Publish modified APK to the Android Market without triggering an Update to existing users?

2011-09-08 Thread Yahel
You can't upload a new apk with a lower version number than the current one on the market. You can try it for yourself. Nothing bad will happen, you'll just get an error stating what i've just mentionned. Don't be to worried about frustrating people. You can simply add a quick note at the top of

[android-developers] TeamCity and monkeyrunner

2011-09-08 Thread Matthias Braun
Hi, I have a monkeyrunner script that connects to an Android device and deploys an APK on it. serial = '12345JKL' device = MonkeyRunner.waitForConnection(deviceId=serial) device.installPackage(path_to_apk) This works flawlessly when I execute the script using the Windows command shell.

[android-developers] Operating System Modifications

2011-09-08 Thread ColorTheorist
If there were no capabilities for color management on the Android OS, and we were interested in developing an API to integrate into the system for future releases, how would one go about this process? There are several libraries for color management in existence for Linux, yet these capabilities

[android-developers] Upgrading from 1.6 to 2.2+

2011-09-08 Thread kypriakos
Hi all, we are in the process of moving a number of apps and their convoluted logic from older OSes (1.6) to 2.2. Are versions 2.2+ backwards compatible for the most part with older versions? What are the most profound changes that need to be done? Most of these apps make use of data on the SD

Re: [android-developers] Upgrading from 1.6 to 2.2+

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 11:53 AM, kypriakos demet...@ece.neu.edu wrote: we are in the process of moving a number of apps and their convoluted logic from older OSes (1.6) to 2.2. That statement doesn't make sense. Unless you have been using maxSdkVersion, your applications have been running on

Re: [android-developers] Operating System Modifications

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 11:39 AM, ColorTheorist colortheorydevelo...@gmail.com wrote: If there were no capabilities for color management on the Android OS, and we were interested in developing an API to integrate into the system for future releases, how would one go about this process? Visit

Re: [android-developers] Publish modified APK to the Android Market without triggering an Update to existing users?

2011-09-08 Thread TreKing
On Thu, Sep 8, 2011 at 9:14 AM, Paul idi...@gmail.com wrote: Because I'm fixing something that is mostly needed by newer phone's hitting the market and if existing users see an update they'll expect improvements, new features, etc. They've been waiting for new stuff for a while and this would

Re: [android-developers] Upgrading from 1.6 to 2.2+

2011-09-08 Thread Dianne Hackborn
Information about the major changes in each version is available here: http://developer.android.com/sdk/index.html On the left is the section for each version. This includes an overview of the major new feature, as well as detailed API diffs of the new APIs introduced in that version. Your

[android-developers] Re: How can I connect Dell Streak 7, eLocity devices to my DDMS

2011-09-08 Thread Srinivas Nainala
I have done mandatory steps, even I can't able to connect to PC for debugging. Anyone succeeded with Dell Streak and eLocity tablets. BR Srinivas On Sep 7, 4:56 am, albnok alb...@gmail.com wrote: Did you enable USB Debugging, on your Dell Streak 7 and eLocity? On Sep 6, 10:08 pm,

[android-developers] Re: Copy a file from a Desktop PC

2011-09-08 Thread franky.b
Okay, thanks a lot for your response. I have to deal with Windows only; we have a legacy application running on Windows that must sync some files to the Android device; it's a totally old-school, fat desktop application and actually I don't like it, but replacing it by a web based application is

Re: [android-developers]

2011-09-08 Thread TreKing
On Thu, Sep 8, 2011 at 9:04 AM, arun kumar arun.kata...@gmail.com wrote: while accessing the webservice am getting socketexception A) This has nothing to do with Android. B) Consider debugging your app.

Re: [android-developers] Activity GUI updated by thread data: implementation error?

2011-09-08 Thread Rafael Maas
Try using a async thread to run the update socket method and update your interface using http://developer.android.com/reference/android/app/Activity.html#runOnUiThread(java.lang.Runnable) 2011/9/8 giangiammy giangia...@gmail.com: Hi all, I have an activity updating the GUI with data coming

Re: [android-developers] Activity GUI updated by thread data: implementation error?

2011-09-08 Thread Miguel Morales
That looks correct, your issue may lie somewhere else. On Thu, Sep 8, 2011 at 9:52 AM, Rafael Maas rafaelm...@gmail.com wrote: Try using a async thread  to run the update socket method  and update your interface using

[android-developers] Toggling ViewSwitcher children on GridView click and focus change

2011-09-08 Thread Diego Tori
Right now, suppose I have a GridView with ViewSwitchers, and what I want to do is when the user clicks on an item, it switches my ViewSwitcher to the second child. However, when a user scrolls away from that item or clicks another one, I want it to reset the switcher for that previous item back to

Re: [android-developers] Activity GUI updated by thread data: implementation error?

2011-09-08 Thread Kostya Vasilyev
signal 11 is a segmentation fault, probably in native code. 08.09.2011 10:52, giangiammy пишет: D/Zygote ( 529): Process 650 terminated by signal (11) -- Kostya Vasilyev -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: Copy a file from a Desktop PC

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 12:43 PM, franky.b frank.bit...@gmail.com wrote: In order to figure out the drive letter some nasty tricks come into my mind... like writing a marker file to a specified folder on the device when starting the mobile app for the first time. The desktop application then

Re: [android-developers] Publish modified APK to the Android Market without triggering an Update to existing users?

2011-09-08 Thread Jim Graham
On Thu, Sep 08, 2011 at 11:22:12AM -0500, TreKing wrote: On Thu, Sep 8, 2011 at 9:14 AM, Paul idi...@gmail.com wrote: Because I'm fixing something that is mostly needed by newer phone's hitting the market and if existing users see an update they'll expect improvements, new features, etc.

Re: [android-developers] Activity GUI updated by thread data: implementation error?

2011-09-08 Thread Miguel Morales
BTW, this line seems strange: Message msg = Message.obtain(hRefresh, 1, i1, i2); The way I do it is by using a bundle with the message and putting whatever data in the bundle. On Thu, Sep 8, 2011 at 10:14 AM, Kostya Vasilyev kmans...@gmail.com wrote: signal 11 is a segmentation fault, probably

[android-developers] Re: Inflating editext into AlertDialog...

2011-09-08 Thread sblantipodi
that it doesn't show the softkeyboard automatically on android 2.3 or older when the alert is shown also if the editext is selected by default. it does show the softkeyboard on android 3.2. On Sep 8, 3:12 pm, TreKing treking...@gmail.com wrote: On Thu, Sep 8, 2011 at 8:00 AM, sblantipodi

Re: [android-developers] Export Data from my app

2011-09-08 Thread ΙΟΥΛΙΑ ΓΡΗΓΟΡΙΑΔΟΥ
*Copying your existing database seems like a simple solution.* Copying? just pick data row-row to a file? *I read about save to SD card, but I didn't underastand many things. For exaple did I need a key for the permission? Or just put a line of code in the manifest file?*

[android-developers] disable horizontal scrolling on a WebView

2011-09-08 Thread bob
Anyone know how to disable horizontal scrolling on a WebView? -- 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

Re: [android-developers] Re: Inflating editext into AlertDialog...

2011-09-08 Thread TreKing
On Thu, Sep 8, 2011 at 12:37 PM, sblantipodi perini.dav...@dpsoftware.orgwrote: that it doesn't show the softkeyboard automatically on android 2.3 or older when the alert is shown also if the editext is selected by default. it does show the softkeyboard on android 3.2. This just came up in

[android-developers] request android-ndk5 for mac

2011-09-08 Thread dani maoz
Hi Can anyone post a download link for android-ndk-r5 download link -- 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] Re: Publish modified APK to the Android Market without triggering an Update to existing users?

2011-09-08 Thread Paul
@Jim, @TreKing, @Yahel, Thanks for the advice. I will probably do as is usually done and put out an update for everyone with just the minor fixes for the new devices. However, you should not discount the question for what it is. It benefits us all to understand the nuances of the Android market

[android-developers] Finding if the Soft Input Method is visible

2011-09-08 Thread guich
Hi, Is there a way to know if the SIM is visible or not? I'm using the android:windowSoftInputMode=adjustResize in the manifest, but i can't find anything that tells me if the window is being resized if the SIM is being shown. Of course, i do see the height going from 455 to 231, but how can i

Re: [android-developers] Re: Publish modified APK to the Android Market without triggering an Update to existing users?

2011-09-08 Thread TreKing
On Thu, Sep 8, 2011 at 1:38 PM, Paul idi...@gmail.com wrote: Its a technical question, so let's find an answer. I thought that was covered: Nikolay gave you the multiple-APK option which is your best bet but you dismissed that. Besides that, the answer is you can't do this.

[android-developers] Re: custom viewgroup with a background.

2011-09-08 Thread billconan
Sorry, I shouldn't use different names. I guess I am too new to JAVA On Sep 8, 5:47 am, TreKing treking...@gmail.com wrote: On Wed, Sep 7, 2011 at 11:58 PM, billconan billco...@gmail.com wrote: suppose I have a function named kkk Why ... why would you name your function that ... ? which

[android-developers] windowSoftInputMode=adjustResize not working on landscape or full screen

2011-09-08 Thread guich
Hi, surfaceChanged method is not called if the application is in full screen or in landscape. In portrait, i see the method being called. Is this a bug in Android or what? thanks guich -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] log disappears

2011-09-08 Thread Rafael Maas
same thing happens here :( 2011/9/8 bob b...@coolgroups.com: Anyone know why sometimes the log disappears in the Eclipse log window? -- 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] Dialog dismiss()

2011-09-08 Thread Greg Donald
I keep getting this crash report from my users: java.lang.IllegalArgumentException: View not attached to window manager at android.view.WindowManagerImpl.findViewLocked(WindowManagerImpl.java:355) at android.view.WindowManagerImpl.removeView(WindowManagerImpl.java:200) at

  1   2   >