[android-developers] Re: Calendar: functional request

2011-09-08 Thread Ivo Michiel
The thing you can do on the web calendar and not a phone is a repeated apointment every 28 days. This is something you can't do with iPhone or Windows Phone 7, but it can be better than that. On my old phone a Sony Ericcson P990i it was possible. Gretings, On 8 sep, 11:01, martypantsROK wrote: >

[android-developers] Read NfcA card

2011-09-08 Thread xiaoailsa
Hello,everyboby! I hava learn how to read nfc card.When i read the typeA card ,i have some problem. In the protcet, i ues these: Tag tagFromIntent = intent.getParcelableExtra(NfcAdapter.EXTRA_TAG); NfcA tag=NfcA.get(tagFromIntent); and i can get the ATQA,SAK,but

[android-developers] How reliable is Google Marketplace Device Compatibility Report?

2011-09-08 Thread MarkG123
I have been playing with side by side tablet/smartphone version of my app using the single marketplace listing method, and whilst that works, I have some curious reports of what my app will and won't run on for example: Galaxy S2(GT-I9100) NOT COMPATIBLE Galaxy S2(GT-I9103) COMPATIBLE Galaxy

[android-developers] Re: Calendar: functional request

2011-09-08 Thread Ivo Michiel
> Simple feature request: > > Entering repeated calendar apointments is not possible on android > phones. > Is this "feature" planned? or could it be planned? > > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Re: getting emulator console using telnet

2011-09-08 Thread krishna chaitanya
ok sori guys. the thing is that by default telnet doesnot work in vista. so we need to install the telnet client in vista first for this command to work Control panel -> programs and features -> Turn windows features on or off -> select telnet client installation takes few minutes. u r done ...

[android-developers] getting emulator console using telnet

2011-09-08 Thread krishna chaitanya
hi all, I am trying to simulate location updates using emulator console using telnet. I am using windows vista, and when i am trying to connect to emulator at port 5554 its showing that telnet is not recognized as internal or external command. i am using C:\> telnet localhost emulator 5554 any

[android-developers] getting emulator console using telnet

2011-09-08 Thread krishna chaitanya
hi all, I am trying to simulate location updates using emulator console using telnet. I am using windows vista, and when i am trying to connect to emulator at port 5554 its showing that telnet is not recognized as internal or external command. i am using C:\> telnet localhost emulator 5554 any

[android-developers] Re: cancel button

2011-09-08 Thread Chris
Sorry wrong thread. -- 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 m

[android-developers] cancel button

2011-09-08 Thread Chris
Bob, my friends -- 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 mor

[android-developers] Re: Got the Bluetooth blues: Service Discovery Failed

2011-09-08 Thread gjs
Hi, Are you sure you are using the correct UUID value for your device ? The default UUID in bluetoothchat usually needs to be changed, see the Android bluetooth docs. Regards On Sep 8, 2:45 pm, darrinps wrote: > I've been fighting this for a long time now and thought I'd ask the > group. > > I

[android-developers] cancel button

2011-09-08 Thread bob
Is there any easy way to add a cancel button to this? AlertDialog.Builder builder = new AlertDialog.Builder(this); builder.setTitle("t"); builder.setMessage("m"); builder.setCancelable(true); builder.setPositiveButton("Facebook", new OnClickListener() {

[android-developers] Outgoing Number Broadcast Receiver.

2011-09-08 Thread lb
Hi, I'm not sure if this is known issue at least I see some problems being reported in older posts. I dynamically registered a broadcast receiver in my Service class for Outgoing call - code snip is below: onCreate() { : IntentFilter ifNum = new IntentFilter(); ifNum.addAction(Intent.ACT

[android-developers] Cure your android cancer

2011-09-08 Thread Ryan Mattison
Hi, I'm surprised, I wrote a snippet tool to cure one of the 5,000 Android cancer cells running through your veins. Only a 50-100 downloaders. http://marketplace.eclipse.org/node/113218 This should should feel like heroin. Once a brilliant idea for an OS now a garbage dump, get whatever you ha

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

2011-09-08 Thread xavier
Hah, how about playing the annc at the same time while display? Isn’t it better? On Sep 9, 9:58 am, Matt Powers wrote: > Hahahahahaahhahaa > > On Sep 8, 2011, at 9:51 PM, Dianne Hackborn wrote: > > > > > > > > > "Enter your voice mail pin." > > > "Hi, this is your bank, enter your account number

[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 albnok
You should get a new key for each app. Anyway the process of asking isn't that hard once you've done it. That said you don't need any keys to use the Twitter Search API that I mentioned earlier. On Sep 8, 3:38 pm, saex wrote: > You can use the same key & secret key in a lot of apps? or you have

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 Fri, Sep 9, 2011 at 3:38 AM, Paul wrote: > I for one however, do not want to experiment with a top > selling app by attempting to publish something and get an error or > have unexpected results. So I was hoping that someone else had actual > experience trying it and could share. You can always

[android-developers] Sharekit

2011-09-08 Thread bob
Does anyone know how Sharekit shortens URLs? I need to do the same thing on Android. -- 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, s

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

2011-09-08 Thread Matt Powers
Hahahahahaahhahaa On Sep 8, 2011, at 9:51 PM, Dianne Hackborn wrote: > "Enter your voice mail pin." > > "Hi, this is your bank, enter your account number." > > On Thu, Sep 8, 2011 at 6:36 PM, xavier wrote: > Security concern? Not sure, why? > I just want to display some suggestive info to dir

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

2011-09-08 Thread Dianne Hackborn
"Enter your voice mail pin." "Hi, this is your bank, enter your account number." On Thu, Sep 8, 2011 at 6:36 PM, xavier wrote: > Security concern? Not sure, why? > I just want to display some suggestive info to direct the caller using > the DTMF.. > > On Sep 8, 8:15 pm, Mark Murphy wrote:

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

2011-09-08 Thread xavier
Security concern? Not sure, why? I just want to display some suggestive info to direct the caller using the DTMF.. On Sep 8, 8:15 pm, Mark Murphy wrote: > On Thu, Sep 8, 2011 at 1:28 AM, xavier wrote: > > I know that I can't replace the default InCallScreen when the call has > > been set up,

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

2011-09-08 Thread TreKing
2011/9/8 ΙΟΥΛΙΑ ΓΡΗΓΟΡΙΑΔΟΥ > *"Copying your existing database seems like a simple solution."* > > >> Copying? just pick data row-row to a file? >> > I don't know much about SQLite, but a file is a file so you should be able to do some standard read-from file-A-then-write-to-file-B stuff. > > >

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

2011-09-08 Thread TreKing
On Thu, Sep 8, 2011 at 8:00 PM, sblantipodi wrote: > what is the working method to do this? There didn't seem to be one, from what I remember from that last discussion. - TreKing

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

2011-09-08 Thread sblantipodi
store the value of the height and width at startup and compare the height with the initial value. On Sep 8, 8:50 pm, guich wrote: > 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

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

2011-09-08 Thread sblantipodi
but I think that there is another way to prompt a user for an input that shows the softkeyboard automatically. what is the working method to do this? On Sep 8, 7:54 pm, TreKing wrote: > On Thu, Sep 8, 2011 at 12:37 PM, sblantipodi > wrote: > > > that it doesn't show the softkeyboard automaticall

[android-developers] Re: close button

2011-09-08 Thread Indicator Veritatis
Mark is right. Implementing a 'close box' under Android is a bad idea, because it is misleading to the user. The truth is that the Android OS does NOT support the notion of 'close' for apps. It implements a different paradigm, one more like SymbianOS (yechh!) than like Windows. The user leaves apps

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

2011-09-08 Thread Indicator Veritatis
Why is a SocketException being reported as 'WARN'? This is a fatal error, not a mere warning. And this trace does not contain enough information for us to see why it is timing out. You would be better off running Wireshark to see if you get to the network at all, double check the URL, IP address a

[android-developers] Re: log disappears

2011-09-08 Thread Indicator Veritatis
A common reason for its disappearance is that Eclipse somehow lost track of which device it is supposed to be connected to. Clock on the little 'Device' icon in the DDMS perspective to make it come back. But this irritating disappearing trick, and a few other inconveniences, is why for serious deb

[android-developers] ContactsContract.CommonDataKinds.Organization.OFFICE_LOCATION

2011-09-08 Thread Goutom
Hi what is this?It retuns null though my org_work_address is entered. "ContactsContract.CommonDataKinds.Organization.OFFICE_LOCATION" Thanks in advance. Regards Goutom -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

[android-developers] Odex file Information

2011-09-08 Thread manan
Hi I want to have some information about odex files. I have never used this in my application, i have always used classes.dex files. My questions is 1. What do I need to do to create odex files 2. Is there any problem I can have when upgrading my apps from market in this case. Thanks, Manan --

Re: [android-developers] What is wavelock in PowerManager API

2011-09-08 Thread Pratik Prajapati
copied Wakelock documentation below. Wakelocks = A locked wakelock, depending on its type, prevents the system from entering suspend or other low-power states. When creating a wakelock, you can select if it prevents suspend or low-power idle states. If the type is set to WAKE_LOCK_SUSPE

Re: [android-developers] What is wavelock in PowerManager API

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 5:42 PM, Sarath Krishna wrote: > I was reading about PowerManager API . But, I couldn't understand the > term wavelock.  What is a wavelock? What does it exactly do? There is no wavelock. There is WakeLock. An acquired WakeLock keeps the device awake (e.g., CPU powered on),

Re: [android-developers] dialog

2011-09-08 Thread Miguel Morales
Override the dialog class and set your own layout. I *think* dialog builder also has a method for setting your own layout. On Thu, Sep 8, 2011 at 3:09 PM, bob wrote: > Can someone tell me how to pop up a dialog with two buttons on it that > say Facebook and Twitter? > > -- > You received this mes

Re: [android-developers] Dialog dismiss()

2011-09-08 Thread Miguel Morales
> dismiss() can be called from any > thread: http://developer.android.com/reference/android/app/Dialog.html#dismiss() > It just queues the dialog up for cleanup - or something along those lines. Hmm, I see. I would argue it shouldn't be thread safe, since it violates the don't touch the UI rule.

[android-developers] error compiling .aidl file

2011-09-08 Thread Chetan Dhillon
Hi, I have a very simple .aidl file that I am getting error compiling. Here is my IPresence.aidl: package com.sample.presence; import com.sample.presence.StatusMessage; interface IPresence { int setStatusMessage(in String msg); } I also have StatusMessage.aidl in the package defined a

Re: [android-developers] Dialog dismiss()

2011-09-08 Thread TreKing
On Thu, Sep 8, 2011 at 4:30 PM, Greg Donald wrote: > I don't get why if( this != null ) evaluates to true when the stack trace > seems to imply the Activity is gone already. > Be careful - in you code *this* refers to the thread itself, *not* the Activity. In any case, the parent Activity also w

[android-developers] dialog

2011-09-08 Thread bob
Can someone tell me how to pop up a dialog with two buttons on it that say Facebook and Twitter? -- 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 th

Re: [android-developers] Dialog dismiss()

2011-09-08 Thread Miguel Morales
Actually, don't use a ProgressDialog, use Activity.showDialog() instead. This handles device orientation. On Thu, Sep 8, 2011 at 2:41 PM, Miguel Morales wrote: > The problem is that you are attempting to update the UI in a foreign thread. > This line: progressDialog.dismiss(); > > You seem to be

[android-developers] What is wavelock in PowerManager API

2011-09-08 Thread Sarath Krishna
I was reading about PowerManager API . But, I couldn't understand the term wavelock. What is a wavelock? What does it exactly do? -- 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@googl

Re: [android-developers] Dialog dismiss()

2011-09-08 Thread Miguel Morales
The problem is that you are attempting to update the UI in a foreign thread. This line: progressDialog.dismiss(); You seem to be using a handler, so just change it to: handler.postRunnable(new Runnable() { @Override public void run() { progressDialog.dismiss(); }); Don't ever

Re: [android-developers] Dialog dismiss()

2011-09-08 Thread Greg Donald
On Thu, Sep 8, 2011 at 2:29 PM, TreKing wrote: > On Thu, Sep 8, 2011 at 2:14 PM, Greg Donald wrote: >> >> How can I keep my dismiss() calls from blowing up? > > Keep a class-level reference to the dialog and dismiss it if you're being > destroyed. Well, I just have the one instance I reuse every

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

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 4:40 PM, kypriakos wrote: > Would > such phones run apps written with API 4 without major overhaul? Unless your apps are doing something very strange, they should run fine. Again, if these app are on the Market, they are probably already running on newer versions of Android

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

2011-09-08 Thread kypriakos
Scratch the "without (which was the first mistake) testing them on actual hardware that does run that OS". We are planning this upgrade now but we don't have the hardware for it yet so we will be testing them on emulators. That was a different posting I had - I cannot see any dev phones on the Mar

[android-developers] can you switch screen orientation via an app?

2011-09-08 Thread Jim Graham
My new tablet (Archos 101IT) thanks to a friend from college) allows you to lock the screen orientation in either portrait or landscape, IF you want to. 99% of the time, I like to keep it in landscape mode. HOWEVER, there are a few apps which really work best in portrait. As it is now, I have to

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

2011-09-08 Thread kypriakos
Hi guys, apologies for the vagueness. We wrote apps using API 4 to run on HTC G1 development phones that can run at the max Android 1.6. We wanted to port a number of them to Android 2.2+ without (which was the first mistake) testing them on actual hardware that does run that OS. Would such phone

[android-developers] Re: how to Change resolution of video by java /Android code

2011-09-08 Thread Drezden
Go away. On Sep 7, 4:16 am, NAVI NEW wrote: > i have a video which have which containing  different video > resolution, i want give it fix resolution by code.It's possible or not > by code -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

[android-developers] Re: video frame transcoding in android

2011-09-08 Thread Drezden
You have too many questions, just hire someone to do it for you. On Sep 7, 5:45 am, NAVI NEW wrote: > Please help me how to do video frame trans-coding in android -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Re: disable horizontal scrolling on a WebView

2011-09-08 Thread Jeremy Dagorn
Hi, myWebView.setHorizontalScrollBarEnabled(false);? best, On Sep 8, 1:43 pm, bob wrote: > 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

[android-developers] Re: Filenot found exception

2011-09-08 Thread Jeremy Dagorn
Hi, It is better to access sdcard by doing the following : File SDCardFolder = new File(Environment.getExternalStorageDir()+"/ yourfolder"); // test it : if (SDCardFolder.exists()) String[] contentFolder = SDCardFolder.list(); Check also if your permissions are well located in your manifest fil

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

2011-09-08 Thread BenMc
I don't think you can do that. My users have been understanding of updates that have to go out for the sake of compatibility with other devices. I use minor version numbers like 3.0.1, .3.0.2 etc for minor fixes or compatibility updates, and when they run the app after an update, it shows what ha

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

2011-09-08 Thread nadam
It's 208x192 on the Xoom. Not square. Other people have noticed this too. http://blog.perpetumdesign.com/2011/04/honeycomb-live-wallpaper-icon-mystery.html Adding an xhdpi drawable doesn't make any difference since the Xoom is an mdpi device. However, I can add a 208x192 drawable to drawable- xlar

[android-developers] Re: ViewFlipper with arbitrary number of Views

2011-09-08 Thread Pinheiro
Thanks for the fast reply, it confirms my fears :-| > AdapterViewFlipper on Honeycomb. Opsssieee, no can do... the app has to be compatible with 2.2. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

Re: [android-developers] ViewFlipper with arbitrary number of Views

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 3:45 PM, Pinheiro wrote: > I'm developing a simple photo gallery application that pulls files > from the Net and uses a ViewFlipper to change Views. > Since I don't know how many Views the ViewFlipper will have, I have to > add all the views in code and not in XML. Consider

Re: [android-developers] log disappears

2011-09-08 Thread TreKing
There's a bug where after the logcat buffer gets full it wipes itself continuously (you'll see one line at the top sometimes). If you hit the little red X icon in the LogCat view, it will clear it out and let it start over until it's full again.

[android-developers] ViewFlipper with arbitrary number of Views

2011-09-08 Thread Pinheiro
Hi! I'm developing a simple photo gallery application that pulls files from the Net and uses a ViewFlipper to change Views. Since I don't know how many Views the ViewFlipper will have, I have to add all the views in code and not in XML. My question is: are all the Views of the ViewFlipper loaded i

Re: [android-developers] Dialog dismiss()

2011-09-08 Thread TreKing
On Thu, Sep 8, 2011 at 2:14 PM, Greg Donald wrote: > How can I keep my dismiss() calls from blowing up? Keep a class-level reference to the dialog and dismiss it if you're being destroyed. Or use showDialog() / dismissDialog(). The issue (I ran into this): 1 - You show your dialog in Activity

[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

Re: [android-developers] log disappears

2011-09-08 Thread Rafael Maas
same thing happens here :( 2011/9/8 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@googlegroup

[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

[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 wrote: > On Wed, Sep 7, 2011 at 11:58 PM, billconan wrote: > > suppose I have a function named kkk > > Why ... why would you name your function that ... ? > > > which overrides the function aaa, > >

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 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] 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

[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 an

[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 andro

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

2011-09-08 Thread TreKing
On Thu, Sep 8, 2011 at 12:37 PM, sblantipodi wrote: > 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 the list recently ... I

[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 android-dev

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

[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 wrote: > On Thu, Sep 8, 2011 at 8:00 AM, sblantipodi > wrote: > > > *code* > >

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 wrote: > signal 11 is a segmentation fault, probably in native code. >

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 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. > > You

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 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 can search all drives

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 gr

[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 Miguel Morales
That looks correct, your issue may lie somewhere else. On Thu, Sep 8, 2011 at 9:52 AM, Rafael Maas wrote: > 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.R

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 : > Hi all, > > I have an activity updating the GUI with data coming from a socket. >

Re: [android-developers]

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

[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 n

[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 wrote: > Did you enable USB Debugging, on your Dell Streak 7 and eLocity? > > On Sep 6, 10:08 pm, SrinivasNainala wrote: > >

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 ques

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 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 just frustra

Re: [android-developers] Operating System Modifications

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 11:39 AM, ColorTheorist 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 http://source.android.com. In

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 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 Android 2.2 for quite

[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 ca

[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 a

[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. "C:

[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 y

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 wrote: > On Sep 8, 10:28 am, Nikolay Elenkov 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 > > >

[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 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 multiple-apk option although a

[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 t

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 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 can have mu

[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/ http://s

[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 loadFacebook

[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 t

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 Meth

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 high-

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 : > 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:

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

2011-09-08 Thread JP
You have issues on that level? Wait until you see Android Market. 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. On Sep 7, 9:31 pm,

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+unsubscr...@googl

[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 android-developers+unsubscr...@go

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

2011-09-08 Thread TreKing
On Thu, Sep 8, 2011 at 8:00 AM, sblantipodi wrote: > *code* > OK ... and the problem is ... ? - TreKing - Chicago transit tracking app for Android-

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 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 Commons Guy) ht

  1   2   >