Re: [android-developers] Re: ActionBar/Mode Style Regressions with SDK 12r2 and 13r1

2011-07-29 Thread Dianne Hackborn
Yes, that is terrible, and pretty much guaranteed to break. On Mon, Jul 18, 2011 at 6:54 AM, dmitry.lukas...@gmail.com dmitry.lukas...@gmail.com wrote: I've found only one way to change default search view icon:-) But this is terrible solution SearchView sv = new SearchView(mActivity);

[android-developers] place Gif image in android

2011-07-29 Thread Kunju Vava
Hi all I want to place a GIF image ia sceen in android , i just create image view and place the image from the drawable directory , while running it is displaying but it is not anmating what i do plse help me -- -- ωιтн яєgαя∂ѕ Ratheesh * *... -- You received this message

[android-developers] Help... IllegalStateException: Couldn't init cursor window

2011-07-29 Thread Julius Spencer
Hi, I have been taking all my database reads off the main UI thread and have come across some new problems. I'm receiving the following error(s): ERROR/CursorWindow(26242): CursorWindow heap allocation failed followed by: ERROR/AndroidRuntime(26242): java.lang.RuntimeException: An error

[android-developers] Re: Help... IllegalStateException: Couldn't init cursor window

2011-07-29 Thread KP
Code will help. On Jul 29, 11:16 am, Julius Spencer jul...@msa.co.nz wrote: Hi, I have been taking all my database reads off the main UI thread and have come across some new problems. I'm receiving the following error(s): ERROR/CursorWindow(26242): CursorWindow heap allocation failed

[android-developers] Re: get internet from android device via USB

2011-07-29 Thread Ellen
thanks for your response :) Sorry, I didn't described clearly. What I was mean the way PC connect to internet via android USB is by programing. So, is there API or something could do this? On 7月29日, 上午11时46分, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Fri, Jul 29, 2011 at 11:40 AM,

Re: [android-developers] Re: ActionBar/Mode Style Regressions with SDK 12r2 and 13r1

2011-07-29 Thread dmitry . lukashev
My concern is why I can easily change android:actionOverflowButtonStyle... and cannot do the same with search icon. Gray search icon is not acceptable for our brand style... so default action bar became useless for us, and we should create custom bar for tablet that is ridiculous:) -- You

[android-developers] AlarmManager and Service

2011-07-29 Thread kirti waykole
Hello, I am new in android. I am using AlarmMagener in my application. i am setting Alarm to some date. now i am giving direct date. when the system date is not equal to hardcoded date alarm in not invoking. But when i change system date to given date still is not invoking. Please help me

Re: [android-developers] Re: Help... IllegalStateException: Couldn't init cursor window

2011-07-29 Thread Julius Spencer
The problem occurs on the line with rawQuery( ArrayListLong myIds = new ArrayListLong(); Cursor c = null; try { c = ((MyApplication)

[android-developers] Re: About Android 3.0 status bar hide questions

2011-07-29 Thread keyboardr
In the case of a kiosk app you'd need to build it into the ROM. Since the honeycomb source hasn't been released you'll have a hard time with that. Looks like your best bet would be to base it on a 2.3 ROM and have the app work for xlarge screens. That means porting 2.3 yourself, most likely.

[android-developers] Re: About Android 3.0 status bar hide questions

2011-07-29 Thread keyboardr
I forget who it was specifically that had said it, but the Android team in general does not like OS level gestures. They limit what applications are able to do. I tend to agree with them. On Jul 28, 7:38 pm, bmjg b...@home.nl wrote: Maybe the status bar should optionally be able to hide

[android-developers] Get digit mobile number

2011-07-29 Thread subha
Hi Developers! How to get mobile number through the android application(which one is used that app); this is possible? Thanks, Subha -- 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] Get digit mobile number

2011-07-29 Thread Amit Mangal
Mobile number calculated on network side not on handset. you can get your sim number IMSI but you cant get mobile number by any api. thanks On Fri, Jul 29, 2011 at 1:00 PM, subha subhashini.andr...@gmail.com wrote: Hi Developers! How to get mobile number through the android

Re: [android-developers] Re: How can we keep a particular application on the top always

2011-07-29 Thread Dianne Hackborn
What I am saying is you shouldn't use an activity, you should go modify the SystemUI code to introduce your window there in the same way the status bar is done. On Thu, Jul 28, 2011 at 10:37 PM, trickybit jmack...@gmail.com wrote: Is there a way for an activity to specify the type of its main

Re: [android-developers] Re: get internet from android device via USB

2011-07-29 Thread Nikolay Elenkov
On Fri, Jul 29, 2011 at 3:38 PM, Ellen ellen...@hotmail.com wrote: thanks for your response :) Sorry, I didn't described clearly. What I was mean the way PC connect to internet via android USB is by programing. So, is there API or something could do this? Do you mean an API to disable or

[android-developers] Android Proguard with external jar

2011-07-29 Thread Moshik Levi
Hello everybody, I'm have added external jar file to the libs folder of mt project and configure it in the build path. When i try to Export Android Package i receive a Proguard error message for a lot of reference classes that aren't found, For example: Warning: com.itextpdf.text.BaseColor: can't

Re: [android-developers] dialogbox

2011-07-29 Thread gaurav gupta
hi , U can set padding of dialog box. On Fri, Jul 29, 2011 at 10:28 AM, arun kumar arun.kata...@gmail.com wrote: how to show dialog box as at the bottom of the layout(can we make dialog box as a floating list) -- You received this message because you are subscribed to the Google

[android-developers] Re: get internet from android device via USB

2011-07-29 Thread Ellen
please let me list the steps for this feature: 1. connect Android device to a PC via USB 2. a list view display on device side to give some choice, one of the choice is share internet from device 3. when choose this share internet from device choice, (precondition is the device already connected

[android-developers] Re: get internet from android device via USB

2011-07-29 Thread Ellen
yes, it is disable/enable tethering on device. Maybe a desktop app of PC side is needed, I've no idea about it this moment. I couldn't find the setting app about tethering from source code. I develop it base on froyo API 8. would you please give some detail prompt? On 7月29日, 下午4时18分, Nikolay

[android-developers] wordle effect

2011-07-29 Thread vani reddy
Hi friends, How to create wordle effect in android i.e moving words on android screen. -- Regards, Vani Reddy -- 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

Re: [android-developers] dialogbox

2011-07-29 Thread arun kumar
can we make dialog box as floating list -- 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: Help... IllegalStateException: Couldn't init cursor window

2011-07-29 Thread Kostya Vasilyev
Julius, Judging by the CursorWindow heap allocation failed message, your query's result set may be too large. If you only care about getting the IDs, make sure you specify SELECT _id FROM..., and not SELECT * FROM Also consider how many rows your query is expected to return. Database

Re: [android-developers] Changing Options Menu background

2011-07-29 Thread suresh achari
hi use menu inflater. On Fri, Jul 29, 2011 at 6:59 AM, Damien Cooke cooke.dam...@gmail.comwrote: All, I have a app with a menu. In releases prior to Android 2.3.4 all looks good with white background and black icons. However in 2.3.4 and above the Options menu has a black background. How

Re: [android-developers] Re: ActionBar/Mode Style Regressions with SDK 12r2 and 13r1

2011-07-29 Thread Dianne Hackborn
Sorry at this point you can't customize it like that. If you seriously can't live with the standard style, you'll need to make your own. On Thu, Jul 28, 2011 at 11:42 PM, dmitry.lukas...@gmail.com wrote: My concern is why I can easily change android:actionOverflowButtonStyle... and cannot do

Re: [android-developers] Re: How to add header in ListFragment?

2011-07-29 Thread Dianne Hackborn
You don't need to be a fragment to participate in the action bar tabs, they just let you do that as a convenience. They are just calling back to you when the tabs are changed. They make it easy to at that point switch fragments, but you can just as well switch views. I'd prefer to not start

Re: [android-developers] Re: About Android 3.0 status bar hide questions

2011-07-29 Thread Richard Lalancette
That is very similar to what we want to do, indeed. On 2011-07-28 9:44 PM, Zsolt Vasvari zvasv...@gmail.com wrote: I see this a legitimate use case for a kiosk app. But he cannot do this right now, simple as that. On Jul 29, 4:36 am, Mark Murphy mmur...@commonsware.com wrote: On Thu, Jul

Re: [android-developers] Re: About Android 3.0 status bar hide questions

2011-07-29 Thread Richard Lalancette
That is ondeed getting a bit complicated. ;-) On 2011-07-29 3:10 AM, keyboardr keyboa...@gmail.com wrote: In the case of a kiosk app you'd need to build it into the ROM. Since the honeycomb source hasn't been released you'll have a hard time with that. Looks like your best bet would be to base

[android-developers] Re: paused activity

2011-07-29 Thread andromedesoft
Just send a message back from c to b. You should use startActivityForResult. So B reads the message and depending on the value, calls A or paints itself. It works. Greetings, andromedesoft On Jul 28, 7:20 pm, Ab Caballero a...@mac.com wrote: I have an application with 3 activities, which i

Re: [android-developers] paused activity

2011-07-29 Thread ANKUR GOEL
on back pressed of activity c set the setflag(intent.flag_activity_clear_top) this will give you the activity A Thanks and Regards:- Ankur Goel On Fri, Jul 29, 2011 at 12:50 AM, Mark Murphy mmur...@commonsware.comwrote: On Thu, Jul 28, 2011 at 1:20 PM, Ab Caballero a...@mac.com wrote:

[android-developers] how to use network broadcast receiver?

2011-07-29 Thread baran bartu demirci
Hi, i want to make an application ,this application include that, when the phone connected the network ,program will start automatically. i used the below as broadcast receiver; /* public class ConnectivityReceiver extends BroadcastReceiver { @Override public void onReceive(Context context,

[android-developers] Confusion in Task and Back Stack

2011-07-29 Thread Ant
Hi, Scenario : Application A -(Containing) Activities - A1, A2, A3 Now all activities are floating Windows(not full screen), that is having dialog theme. Now the current backstack is like A1-A2-A3 (i.e. A3 on top home screen is visible since activities are not full screen). Also each activity has

[android-developers] Re: Photo Gallery in Android App

2011-07-29 Thread nadam
http://developer.android.com/guide/tutorials/views/hello-gallery.html On 26 Juli, 18:47, Laxmi Verma laxmiverma.andr...@gmail.com wrote: Hi, Anybody please help me regarding how to create photo gallery in android application. Thanks in advance. Thanks Regards, Laxmi Verma -- You

[android-developers] Converting to xlarge layouts

2011-07-29 Thread Neilz
Hi all. I'm altering my app so that it fits nicely into a tablet, by specifing layout-xlarge and drawable-xlarge resources. One thing I don't seem to be able to alter is the dialogs. I have a number of these in my code: AlertDialog.Builder alert = new AlertDialog.Builder(MyActivity.this);

[android-developers] Avoid to handle click event on a LinearLayout

2011-07-29 Thread Paolo
Hi there, I have a FrameLayout with two inner LinerLayouts overlayed. + FrameLayout + LinearLayout 1 + LinearLayout 2 In some cases I'd like the LinearLayout 2 doesn't handle the click event. I can't set Visibility to GONE, but only to INVISIBLE. The aim is that the LinearLayout 1,

Re: [android-developers] dialogbox

2011-07-29 Thread gaurav gupta
floating list means...?? u want to use marquee in dialog box? if its ur requriment then sure its possible. please specify ur requriment and anyone can help u. On Fri, Jul 29, 2011 at 3:02 PM, arun kumar arun.kata...@gmail.com wrote: can we make dialog box as floating list -- You received

Re: [android-developers] Re: Extending Interface of Dynamically Loaded Dex File

2011-07-29 Thread Marcin Orlowski
On Jul 28, 2011 9:42 PM, Matt mattg...@gmail.com wrote: maybe this will be of any helphttp:// android-developers.blogspot.com/2011/07/custom-class-loading-i... Thanks for the pointer. But that page describes the method I am using to load and run the plugin, but doesn't say much about where

Re: [android-developers] floating list

2011-07-29 Thread TreKing
On Fri, Jul 29, 2011 at 12:54 AM, arun kumar arun.kata...@gmail.com wrote: i tried for 1 week but could not got the solution... What did you try? - TreKing

[android-developers] Re: Extending Interface of Dynamically Loaded Dex File

2011-07-29 Thread Streets Of Boston
You are changing the public set of interfaces in Interface.jar by adding a new Foo2 interface. You are trying to have clients with an 'old' Interface.jar (ones without Foo2) interact with an Implementation based on a 'new' Interface.jar. This won't work. Older clients have to update their

Re: [android-developers] place Gif image in android

2011-07-29 Thread TreKing
On Fri, Jul 29, 2011 at 1:02 AM, Kunju Vava android...@gmail.com wrote: I want to place a GIF image ia sceen in android , i just create image view and place the image from the drawable directory , while running it is displaying but it is not anmating what i do Search Google to discover

[android-developers] Re: Offering free and paid APKs on the Market

2011-07-29 Thread Rainbowbreeze
I like, and currently use, your solution: common library, one paid version, one free version. If the problem is only the user base, why a user with a pro app should also have the free app installed? -- .enjoy. Alfredo @rainbowbreeze

Re: [android-developers] place Gif image in android

2011-07-29 Thread Richard Diuk
Hey, I used this methodology http://developer.android.com/reference/android/graphics/drawable/AnimationDrawable.html in this example http://yekmer.posterous.com/how-to-make-a-loading-animator-in-android to get mine to work. On Fri, Jul 29, 2011 at 10:53 AM, TreKing treking...@gmail.com wrote:

[android-developers] Pain taking db reads off UI thread

2011-07-29 Thread Julius Spencer
Hi, I have been trying to take database reads off the UI thread and am currently using an AsyncTask, however I am running into trouble swapping out an updated Cursor for a new one in the adapter. (I was previously using requery() on the Cursor which had to be on the main UI thread) The

Re: [android-developers] Re: import ca.uol.aig.fftpack.RealDoubleFFT;

2011-07-29 Thread Nick Risaro
Then you need to add the jar containing the ca package to your classpath On Fri, Jul 29, 2011 at 12:54 AM, Wan Cekang kesyahd...@gmail.com wrote: the info - The import ca cannot be resolved On Jul 28, 8:49 pm, Nick Risaro nris...@gmail.com wrote: Did you read the info about the error? What

[android-developers] Re: onScroll not triggered after onLongPress

2011-07-29 Thread Frank
Hi All, Just FYI, I found that you need to turn off the long press detection in GestureDetector using setIsLongpressEnabled. This way, subsequent events after long press will be triggered. However, there will be no long press generated automatically and you need to make it yourself. Cheers,

[android-developers] Re: Extending Interface of Dynamically Loaded Dex File

2011-07-29 Thread Matt
On Jul 29, 7:41 am, Streets Of Boston flyingdutc...@gmail.com wrote: You are changing the public set of interfaces in Interface.jar by adding a new Foo2 interface. You are trying to have clients with an 'old' Interface.jar (ones without Foo2) interact with an Implementation based on a 'new'

[android-developers] Re: button id causes app to crash

2011-07-29 Thread DB12
Adam, that makes some sense, I'll investigate it. I took my app home from work and for some reason it did not crash when I added that 3rd id (my home comp runs windows 7). Then I took it back to work (where we have xp) and it works fine with the extra id. But then I added another custom dialog

[android-developers] Re: button id causes app to crash

2011-07-29 Thread DB12
heres the log D/AndroidRuntime( 344): D/AndroidRuntime( 344): AndroidRuntime START D/AndroidRuntime( 344): CheckJNI is ON D/AndroidRuntime( 344): --- registering native functions --- D/ddm-heap( 344): Got feature list request I/ActivityManager( 52): Starting activity: Intent {

[android-developers] Problem after upgrading to revision 12

2011-07-29 Thread darrinps
Everything was working fine until I upgraded to revision 12. Now every layout I try to bring up gives me the message: LayoutLib is too recent. Update your tool Well, I did update it! Anyone know what the problem is? Thanks. -- You received this message because you are subscribed to the

[android-developers] Update Process

2011-07-29 Thread Security
Hi Could someone please explain the process to update an apk NOT using the Android Market , I wish to use my own (guessing web server) 1) Is it a web server that I place my apk on ? 2) How do I trigger the app to check for a new(er) version? generic process is fine / or code Thanks in

[android-developers] Re: What layout the normal 2.3 WVGA 800x480 emulator use?

2011-07-29 Thread Zwiebel
Thanks you could help me a lot! On júl. 21, 21:16, Dianne Hackborn hack...@android.com wrote: On Thu, Jul 21, 2011 at 7:43 AM, Zwiebel hunzwie...@gmail.com wrote: I have a program what looks like good on my HVGA emulator, everything is fine with it (however I don't know why it is use the

Re: [android-developers] Update Process

2011-07-29 Thread Raghav Sood
You would need to have your apk on a webserver. Somewhere else (on the same server or wherever you feel like) have a text file that has a version number. Have your app retrieve that file and check its own version number against the one in the file. If the files is greater you have a new version to

[android-developers] TIP: An approach for creating backward-compatible classes

2011-07-29 Thread guich
Hi, I'm implementing Bluetooth support on my application, which is compatible with Android 1.6 (and must remain since in Brazil we still have those devices running out). By reading this article: http://developer.android.com/resources/articles/backward-compatibility.html I found an easy way that

Re: [android-developers] Re: button id causes app to crash

2011-07-29 Thread TreKing
On Fri, Jul 29, 2011 at 12:01 PM, DB12 daniel.burg...@gmail.com wrote: E/AndroidRuntime( 351): Caused by: java.lang.ClassCastException: android.widget.Button E/AndroidRuntime( 351): at com.alion.android.rangecard.MainActivity.onCreate(MainActivity.java:60) OK. And now the code at and

[android-developers] MapActivity MapView Ontouch events

2011-07-29 Thread crem
Hello, I have a MapActivity and i want to listen if the user taps on the map (no matter where). I realized that the onTouchEvent(...) method will not work, because according to the documentation this method is only called when a touch screen event was not handled by any of the views under it. Ok

Re: [android-developers] Pain taking db reads off UI thread

2011-07-29 Thread Dianne Hackborn
Consider using loaders, for example: http://developer.android.com/resources/samples/Support4Demos/src/com/example/android/supportv4/app/LoaderCursorSupport.html On Fri, Jul 29, 2011 at 9:23 AM, Julius Spencer jul...@msa.co.nz wrote: Hi, I have been trying to take database reads off the UI

[android-developers] Prolblem with special key numbers and ACTION_CALL

2011-07-29 Thread Sanchiski
i found a problem which I can't find solution, maybe someone has seen this before? I use this to perform a call, now if the call is a special number such as *111#, the character # is not sent to the activity, resulting in a call to *111 without the # character. Intent intent = new

[android-developers] Re: Problem after upgrading to revision 12

2011-07-29 Thread Scott Hammer
I'm in the same boat here. Recently updated to r12 and I can no longer preview layouts. On Jul 29, 1:01 pm, darrinps darri...@gmail.com wrote: Everything was working fine until I upgraded to revision 12. Now every layout I try to bring up gives me the message:

[android-developers] Re: Prolblem with special key numbers and ACTION_CALL

2011-07-29 Thread Sanchiski
Already found the answer, but in case it might be useful to other people here goes the answer: It is required to enconde the number as Uri.enconde(phonenumber), look next Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(tel: + Uri.encode(phoneNumber))); -- You received this message

Re: [android-developers] Re: Problem after upgrading to revision 12

2011-07-29 Thread Xavier Ducrohet
You need to update to ADT 12 as well. On Fri, Jul 29, 2011 at 11:36 AM, Scott Hammer shamme...@gmail.com wrote: I'm in the same boat here. Recently updated to r12 and I can no longer preview layouts. On Jul 29, 1:01 pm, darrinps darri...@gmail.com wrote: Everything was working fine until I

Re: [android-developers] Update Process

2011-07-29 Thread New Developer
Thanks But how do I update it I check the text file and the apk and text file on the webserver reports that there is a new version What is the process to update it Thanks again On 07/29/2011 01:41 PM, Raghav Sood wrote: You would need to have your apk on a webserver. Somewhere else (on the

[android-developers] Re: button id causes app to crash

2011-07-29 Thread Adam Ratana
On Friday, July 29, 2011 12:58:04 PM UTC-4, DB12 wrote: Adam, that makes some sense, I'll investigate it. I took my app home from work and for some reason it did not crash when I added that 3rd id (my home comp runs windows 7). Then I took it back to work (where we have xp) and it works

[android-developers] Re: AppWidgetManager#updateAppWidget behavior question

2011-07-29 Thread Padma
Even I am facing a similar issue with lists in appwidgets. And I haven't been able to find a solution till now. I tried using the notifyAppWidgetViewDataChanged(). This has fixed a few cases of the list not getting refreshed. But I am still getting the issue randomly. On Jul 28, 4:35 pm, Brad

[android-developers] Activity question

2011-07-29 Thread b_t
Hi, I have an app A and an app B. B has an activity called C. C can be displayed in two ways: - launch B which displays C - launch A and from A I start activity C Now C activity is displayed in two different task. What flag should I use when I start C from app A if I would like that C belongs

Re: [android-developers] Activity question

2011-07-29 Thread TreKing
On Fri, Jul 29, 2011 at 2:13 PM, b_t bartata...@gmail.com wrote: I have an app A and an app B. B has an activity called C. C can be displayed in two ways: - launch B which displays C - launch A and from A I start activity C How are you launching Activity C that belongs to App B from App

[android-developers] Re: Extending Interface of Dynamically Loaded Dex File

2011-07-29 Thread Streets Of Boston
Are you sure that any of the old interfaces does not refer to one of the new one(s) (indirectly)? If you're sure that Foo2 (as an example) is entirely self-contained not referred to by any other 'old' interface/class in Interface.jar, then you should not have any problems. -- You received

[android-developers] Strange behavior after signing build with release keystore

2011-07-29 Thread draf...@gmail.com
Having some really strange bugs with my Android application at the minute, it I run it from Eclipse it runs fine, pretty much perfect. It contains a login screen that I can access and get to my main screen fine when running through Eclipse. When I press the home key and return to my application

[android-developers] Re: “fixing” a live wallpaper in portrait mode

2011-07-29 Thread Hal Harrison
See if this makes any sense in your case. Start with a background large enough to look OK in either orientation without change. Upon twist, onSurfaceChanged(), recalculate the locations of your bitmaps and display them at the new locations. Hal Harrison. -- You received this message because

[android-developers] Re: Problem after upgrading to revision 12

2011-07-29 Thread darrinps
Thanks. Doing that now. It would be GREAT if the error message would mention that. So instead of: LayoutLib is too recent. Update your tool How about saying something like: LayoutLib is at version 12. Please update ADT to match. On Jul 29, 1:39 pm, Xavier Ducrohet x...@android.com wrote:

[android-developers] Image Gallery

2011-07-29 Thread zahiritpro
Hi guys :)..I'm planning to buid an image gallery .How to develop an application that would modify the existing gallery of the installed device by adding some additional toolsPlease let me know as soon as possible. -- You received this message because you are subscribed to the Google

[android-developers] Green to java

2011-07-29 Thread Marcelo Duende
Hey people, I wanted to introduce myself. My name is Marcelo, actionscript developer and now working with Java/Android. I would like to encourage you guys to take a look in my toolkit which I have started this week. There's some interesting code optimization over there.

[android-developers] Need Information on Bluez Stack of Android(v 2.2 Froyo)

2011-07-29 Thread skalluraya
Hi All, I require some information about Bluez stack. What are the Bluetooth profile supported by Bluez stack in Android version 2.2(Froyo)? Out of the above profile which profiles are exposed to Android framework or Applcaition layer for Android v2.2(Froyo)? Is

[android-developers] Getting unique Id from android phones

2011-07-29 Thread neo
Hey, I was just trying to identify my app's users uniquely through their device Ids. I came across the concept of using TelephonyManager [which gives IMEI, unique for each phone] and ANDROID_ID but i read on blogs that at times ANDROID_ID returns just 'null' . I tested using ANDROID_ID on a few

[android-developers] maps not visible in android emulator

2011-07-29 Thread Rajesh V
Hi,i'm new for developing android application...When i'm trying to display google maps in emulator there is an error,,i installed the application.but when i'm opening this error is coming The application * stopped unexpectedly,please try again.-force close The other application which is not

Re: [android-developers] information about android softare

2011-07-29 Thread Nirav Parmar
Deepak, Android is not lyk ny software..u can say android, OS for moblies...n yes u can install android in PC but jst for developing applications.. Nirav Parmar. On Tue, Jul 26, 2011 at 1:44 PM, deepak gusain deepakgusai...@gmail.comwrote: Dear all android-developers, I want

[android-developers] Is there a maximum limit of apps a user can install in the phone?

2011-07-29 Thread Mikey
Hi, i'm testing out the limits of android phones and i've installed about 1087 apps (including some system apps that is already there) in my Galaxy S2 phone. There's still quite a lot of space: System ROM: 528MB (43.0MB free) Internal: 2.11GB (711MB free) SD: 12.3GB (10.0 GB free) Ext. SD: 32GB

[android-developers] Need Guidance For Creating A Phone Book Application

2011-07-29 Thread vikas singh
I need to create a phone-book AS MY PROJECT. I'm following PROFESSIONAL ANDROID DEVELOPMENT BOOK OF Wrox Publication the DEV GUIDE given on developer.android.com. I do know the basic terms and behavior of the android calls and functions.. SO some one, please guide me the sequential step wise

[android-developers] can't find The Device Availability dialog

2011-07-29 Thread martypantsROK
This is my first app and on uploading it tells me my app is available to 0 devices. Apparently, it is devices with these features, as defined in your application manifest Well, no where in the developer resources does it tell me how to put devices into my manifest and there is not a link on the

[android-developers] ListFragment doesn't save the bundle in onSaveInstanceState()

2011-07-29 Thread Maria D.
I'm new to android and I'm facing the following problem. I'm developing for both, Android 2 and 3, and this is why I use fragments. However to make the app working on Android 2 devices I import android.support.v4.app.ListFragment (not sure if it makes any difference with this problem). I need to

[android-developers] A textview in Preference Custom Layout not updating

2011-07-29 Thread na89
A Textview in Preference Custom Layout is not updating even from onCreate of the preference activity.. I have also tried doing it on UI 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] Re: Eclipse - Emulator is not running

2011-07-29 Thread Dalton Cézane
Anyone? Is this kind of doubt in the wrong place? If it is, please tell me in what list I must ask. Thanks. On Wed, Jul 27, 2011 at 4:12 PM, Dalton Cézane daltoncez...@gmail.comwrote: Hi, I am new with Android development and I was trying some examples. But when I realize the high delay of

[android-developers] Android NFC and P2P mode

2011-07-29 Thread ashispoddar
Hi All, I'm trying to use the Nexus S model and do P2P comm between 2 phones but it seems I cannot exchange more than 1 message each side with a TAP. Reading some other threads , it seems OS still doesn't support TRUE P2P mode where we can exchange multiple messages in sequences in a

[android-developers] Android Clarifications

2011-07-29 Thread MUZAMMIL
Hi everyone, I am a new developer in android, I trying to develop a nook color application in android for interactive kids book. Thanks, Muzammil -- 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] Solve my problem!

2011-07-29 Thread Rajesh V
Hi,i'm new for developing android application...When i'm trying to display google maps in emulator there is an error,,i installed the application.but when i'm opening this error is coming The application * stopped unexpectedly,please try again.-force close The other application which is not

[android-developers] Re: SDK Tools r12 causing aapt to fail

2011-07-29 Thread Diederik
From the logged bug: Comment 6 by tomy...@gmail.com, Jul 26 parent=@*android:style/x seems to be the work around in the new Tool. -- 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] Communication between android app and application on a remote server

2011-07-29 Thread Yue Zeng
Chinese? On 26/07/2011 12:49 PM, work_84 work8...@gmail.com wrote: Hello, I am developing an Android application which has to send/receive data to/from a remote server securely. The Android application has to authenticate the server and the server needs to authenticate the device. The data

[android-developers] Eclipse - Emulator is not running

2011-07-29 Thread Dalton Cézane
Hi, I am new with Android development and I was trying some examples. But when I realize the high delay of the emulator, I did something and now I just get these messagens when I run my codes: [2011-07-27 15:56:42 - Emulator] WARNING: Data partition already in use. Changes will not persist!

Re: [android-developers] Hard Crash (Reboot) in 3.2

2011-07-29 Thread Joshua Smith
Reboot. Uptime reported 30 seconds up when we reconnected. On Jul 28, 2011, at 1:02 PM, Chris Stratton wrote: On Thursday, July 28, 2011 11:21:18 AM UTC-4, Joshua Smith wrote: Our app, which works fine in 3.1 and earlier, has started experiencing a hard crash that cause our XOOM to reboot.

[android-developers] Re: grab original image file from Camera intent

2011-07-29 Thread Austin
Bump, I would like to hear a response to this as well. I am developing a camera app using the stock camera and I would like to know how to have the app only store the image in the directory of my choice and NOT the dcim folder. On Jun 24, 11:39 am, Grig grig.w...@gmail.com wrote: I have followed

[android-developers] Processing camera frames on Android

2011-07-29 Thread redrum008
Hi, i want to use my android phone to process image, for example, make any operation with de frame and show it with de change (show the image in black/white, grayscale, sepia, etc). This is my code: public class CameraPreview extends SurfaceView implements SurfaceHolder.Callback, PreviewCallback

[android-developers] ListView borders

2011-07-29 Thread mausim
Hi, My simple project is to populate a ListView with an array from arrays.xml. The graphic result is a serie of lines of text with border, like cells. I would like to remove these borders, in order to the window show characters only, like a plain text. It would be possible? Thank you.

[android-developers] How do you incorporate the obj loader in an android project?

2011-07-29 Thread Shreyas Dhond
I am trying to make an app that loads and displays obj files. I came across a model loader on the downloads page (http://code.google.com/p/ android-gl/downloads/detail?name=ModelLoader_0.1.zipcan=2q=) and I am trying to implement it. I am having trouble figuring out how the modelloader.jar file

[android-developers] Interaction between activities

2011-07-29 Thread Victor Basurto
Hi, I'm new in android, i have a problem, i have 3 activities, in the first one i have a map where i want to draw a point with a coordinates that obtain in the second activity and third one i have a picture, but i want to use and refresh this coordinates and navigate between activities one and

[android-developers] Re: How to relocate AutoCompleteTextView's dropdown window to ListView?

2011-07-29 Thread kus
Hello, do you have the answer ? Thinks, Guillaume On 7 juin, 16:07, Jerry Joe yuleib...@gmail.com wrote: I'd like to create anAutoCompleteTextView, and make its dropdown items to be rendered in one separate ListView. This is just like Google's instant search page. I tried the following

[android-developers] Cannot stop timer from onDeleted() in Android Widget

2011-07-29 Thread Superjelli
I have got a Widget and it starts a task in onUpdate(): timer = new Timer(); myTime = new MyTime(appWidgetManager); timer.scheduleAtFixedRate(myTime, 1, 1); I try to stop it in onDeleted, because if I won't it would still be active in the

[android-developers] How to force stop launched process even running on front ?

2011-07-29 Thread rony
I am writing a task manager service and need to force close any running process, lets say browser, I tried using killBackgroundProcesses,restartPackage,killProcess but none of these force closes process ( e.g browser ) when process is on front else they are working. I want to force stop the

[android-developers] Problem in starting Android emulator

2011-07-29 Thread SamShah
Hej, I am having problem in setting it up and running for the first time. Each time when I try to start it it gives an error of, invalid command-line parameter: Files. Hint: use '@foo' to launch a virtual device named 'foo'. please use -help for more information I had no idea where to look for

[android-developers] How do I find cause of Conversion to Dalvik format failed with error 1 (Possibly Proguard related?)

2011-07-29 Thread Mareng
I am using the latest version of the ADT plugin for Eclipse (12), and suddenly I started to get the following error. Conversion to Dalvik format failed with error 1 The error message is a popup window, and even though I have changed the build output to verbose, there are no errors shown in the

[android-developers] hiii dearssssss

2011-07-29 Thread Suresh Indian
plsss help me , iam new to android ,,, pls give the code for bluetooth printingg:) thanks in advance Together For ever (¨`·.·´¨) `·.¸(¨`·.·´¨)Thanks (¨`·.·´¨)¸.·´ `·.¸.·´Regards §u®€§#[!ѝÐ!@ѝ] -- You received this message because

[android-developers] SMS_RECEIVED priority level problem in apps

2011-07-29 Thread Jim
Hey, Like a lot of developers, we have apps that use the permission android.permission.RECEIVE_SMS and the intent filter android.provider.Telephony.SMS_RECEIVED, an ordered broadcast intent. Android documentation states (here:

Re: [android-developers] Nexus NFC PN544 Stack/Hardware

2011-07-29 Thread Nick Pelly
Hi Dean, On Mon, Jun 27, 2011 at 1:11 PM, Dean Brotzel dean.brot...@gmail.comwrote: This is for Google NFC engineers (Nexus S, PN544 hardware/firmware stack), hopefully they will see this. Or perhaps there is a better why to contact said engineers? I'm working on a semi passive NFC

[android-developers] How to tell if an intent-filter caught a custom url from the browser

2011-07-29 Thread Tom Fairfield
From a webpage I need to try several different custom urls: foo://bar.baz bar://bar.baz baz://bar.baz Each of these has an intent filter registered by a native app. Zero or more of these native apps may be installed. I want to try each url in order and, when the first url is handled by a

  1   2   3   >