Re: [android-developers] GridView shows only one row with layout_height=WRAP_CONTENT

2011-09-04 Thread Shri Borde
TableLayout is for cases where you want a specific number of columns. However, I would like the number of columns to adjust based on the width of the screen/parent ViewGroup as done by GridLayout. And I do not actually want the grid to scroll - I want its height to expand as much as needed to

Re: [android-developers] GridView shows only one row with layout_height=WRAP_CONTENT

2011-09-04 Thread Romain Guy
No, your best option is to create a custom layout. It's pretty easy to do, and it will be easier than trying to change GridView's behavior. On Sat, Sep 3, 2011 at 11:38 PM, Shri Borde shri.bo...@gmail.com wrote: TableLayout is for cases where you want a specific number of columns. However, I

Re: [android-developers] Service callback references ghost instance of my activity

2011-09-04 Thread Dianne Hackborn
When you say you receive callbacks from the service, there must be some call you are making on to it to register to receive the callback. You need to unregister this callback in onDestroy, through whatever mechanism the service provides. On Sat, Aug 27, 2011 at 9:56 AM, Jason

Re: [android-developers] Dianne, when is the SoundPool going to get fixed?

2011-09-04 Thread Dianne Hackborn
Um, why are you asking me? I don't work on media. On Sat, Sep 3, 2011 at 3:42 PM, Christopher Van Kirk christopher.vank...@gmail.com wrote: We're seeing a lot more devices coming onto the scene with two or more CPUs, and the SoundPool is broken on those devices. There is some kind of race

Re: [android-developers] Dianne, when is the SoundPool going to get fixed?

2011-09-04 Thread Christopher Van Kirk
Sorry Dianne. I thought you were a general contact person for us peons since I see you replying frequently. Could you do me a favor and pass this question on to whoever is appropriate to handle it? Thanks! On 9/4/2011 3:26 PM, Dianne Hackborn wrote: Um, why are you asking me? I don't work

[android-developers] how to draw a TextView into a Bitmap (without ever beeing drawn on the display)

2011-09-04 Thread Marco Alexander Schmitz
hi, many posts are found according to the topic screenshot a TextView into a Bitmap. Well, the difference to my problem is, that first the view is drawn on the display (with all layouting and measuring work already done) and then drawn into a Canvas connected to a Bitmap. I just want to create

Re: [android-developers] download declined for app on market

2011-09-04 Thread Christopher Van Kirk
Hard to say since the link you've provided doesn't work. On 9/4/2011 1:05 PM, TreKing wrote: On Sat, Sep 3, 2011 at 1:54 PM, siliconeagle rrmu...@gmail.com mailto:rrmu...@gmail.com wrote: Any input / guidance / suggestions would be highly appreciated, as I am losing money because of

Re: [android-developers] how to draw a TextView into a Bitmap (without ever beeing drawn on the display)

2011-09-04 Thread Romain Guy
You didn't give your TextView a size. You must first call measure(), then layout(), then you can draw the view. On Sun, Sep 4, 2011 at 2:43 AM, Marco Alexander Schmitz marco.alexander.schm...@googlemail.com wrote: hi, many posts are found according to the topic screenshot a TextView into a

[android-developers] Making (proper) use of gyroscope?

2011-09-04 Thread Johannes Mario Ringheim
I am trying to make one of my apps, Tilt Theremin, more interesting by making use of the gyroscope sensor. As far as I have understood, one has to use it in combination with accelerometer and compass to get accurate reading of pitch, roll and yaw. I have watched this talk:

Re: [android-developers] Re: Honeycomb (Android 3.2) emulator slow

2011-09-04 Thread Mark Murphy
On Sat, Sep 3, 2011 at 8:54 PM, Jan Burse janbu...@fastmail.fm wrote: It also works ok here for android 2.3. The issue is mainly it does not scale to android 3.2. No, mainly it does not scale to tablet screen sizes. Please watch: http://www.youtube.com/watch?v=Oq05KqjXTvs -- Mark Murphy (a

[android-developers] Mraket not Good!

2011-09-04 Thread Hadas
Bcd Hi, I upload 3 application to the Market. Three application are same. with diffrent name. In one application the market wrote: This application is available to over 2 devices In the Second: This application is available to over 403 devices in the Third: .This application is available to over

[android-developers] Scrollview inside ViewFlipper?

2011-09-04 Thread Nando
Hi there, I was trying to get a scrollview to work inside a view flipper. It works fine the vertical scroll of the scrollview but the horizontal scroll of the viewflipper doesn't work. I'm trying to detect the type of movement based on the finger down - up locations and passing back the the

Re: [android-developers] download declined for app on market

2011-09-04 Thread rich friedel
worked for me -- 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

Re: [android-developers] download declined for app on market

2011-09-04 Thread Appaholics
Rich, I think Christopher meant that the Android support is not very good and that therefore the link doesn't work. On Sun, Sep 4, 2011 at 4:57 PM, rich friedel rich.frie...@gmail.com wrote: worked for me -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Dianne, when is the SoundPool going to get fixed?

2011-09-04 Thread Michael Banzon
OT: Wooaaw! Cross list/support hack! :o) On Sun, Sep 4, 2011 at 10:14 AM, Christopher Van Kirk christopher.vank...@gmail.com wrote: Sorry Dianne. I thought you were a general contact person for us peons since I see you replying frequently. Could you do me a favor and pass this question on to

[android-developers] Significant Problem with Eclipse Plug-In and Android Resources

2011-09-04 Thread SteveHM
I just lost another day's effort due to (apparent) problems with the Eclipse plug-in. It was another R-issue. This time I was struggling with the following error message: Your content must have a listview whose id attribute is 'android.R.id.list'. After much googling around I tried all possible

[android-developers] Send Sms Bug in 2.3 OS

2011-09-04 Thread Varun Tewari
Guys, While working on a AutoReply app i found a bug which is bit strange. I have a receiver for SMS RECEIVED. It start a service to send message using below api smsManager.sendTextMessage(number, null, message, PendingIntent.getBroadcast( this, 0, new

Re: [android-developers] Significant Problem with Eclipse Plug-In and Android Resources

2011-09-04 Thread Nikolay Elenkov
On Sun, Sep 4, 2011 at 9:13 PM, SteveHM merr...@googlemail.com wrote: I'm wondering what reasonable alternatives there are to Eclipse now? Vim+Ant or IntelliJ. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] How to create a simulator with real phone dimension?

2011-09-04 Thread sblantipodi
As title. I have a 24 display with 0.270mm pixel pitch (1920x1200) Suppose that I would like to simulate a 3.7 (480x800) display like the nexus on on the sdk, how can I do that? I want to simulate the dimension, is this possible? Thanks. -- You received this message because you are subscribed

Re: [android-developers] How to create a simulator with real phone dimension?

2011-09-04 Thread Appaholics
Check scale display to real size and set the density. On Sun, Sep 4, 2011 at 7:00 PM, sblantipodi perini.dav...@dpsoftware.orgwrote: As title. I have a 24 display with 0.270mm pixel pitch (1920x1200) Suppose that I would like to simulate a 3.7 (480x800) display like the nexus on on the

[android-developers] Re: How to create a simulator with real phone dimension?

2011-09-04 Thread sblantipodi
ok, I know I can do it with that scale to real size but what parameters should I put in? Thanks. On Sep 4, 3:33 pm, Appaholics raghavs...@appaholics.in wrote: Check scale display to real size and set the density. On Sun, Sep 4, 2011 at 7:00 PM, sblantipodi perini.dav...@dpsoftware.orgwrote:

[android-developers] Re: Making (proper) use of gyroscope?

2011-09-04 Thread Johannes Mario Ringheim
Update: Indeed, it looks like TYPE_ROTATION_VECTOR is calculated on basis of accelerometer and compass: http://www.google.com/codesearch#uX1GffpyOZk/services/sensorservice/RotationVectorSensor.cpp So the questions are now: * When will these be implemented to include gyroscope? * Is it possible

Re: [android-developers] Re: How to create a simulator with real phone dimension?

2011-09-04 Thread Appaholics
The density and the size of the display you are emulating. You may also need to set the AVD Ram etc to that of the device you are emulating. Look into the emulator docs if you need to. On Sun, Sep 4, 2011 at 7:09 PM, sblantipodi perini.dav...@dpsoftware.orgwrote: ok, I know I can do it with

[android-developers] Re: How to create a simulator with real phone dimension?

2011-09-04 Thread sblantipodi
Ok I founded it, the appaholics answer is not correct. To simulate the physical dimension of a device you need to specify the screen dimension in inches of the simulated device and the DPI of the PC monitor. On Sep 4, 4:32 pm, Appaholics raghavs...@appaholics.in wrote: The density and the

Re: [android-developers] Re: How to create a simulator with real phone dimension?

2011-09-04 Thread Appaholics
That is exactly what I meant. I apologize if I couldn't get it across clearly. On Sun, Sep 4, 2011 at 8:18 PM, sblantipodi perini.dav...@dpsoftware.orgwrote: Ok I founded it, the appaholics answer is not correct. To simulate the physical dimension of a device you need to specify the screen

[android-developers] [SOLVED] Re: Sticky GPS icon after setting proximity alerts...

2011-09-04 Thread Robert Thau
On Thu, Sep 1, 2011 at 10:21 PM, Robert Thau rst...@gmail.com wrote: ... once a proximity alert is first set, the GPS icon in the status bar seems to stay on continually, blinking if it hasn't got a fix. Which is what you expect when the proximity alerts are active, but I still see the icon

[android-developers] Re: Multithread, concurrent thread

2011-09-04 Thread blake
Yeah, it is easy enough to check to see whether you can run 100 threads. I imagine the question is whether it is advisable to do so, or not. ... and since you are asking this, I'll bet you already have a fairly good guess about the answer... I am not completely certain about how Dalvik does

[android-developers] Re: Animating a graphics shape.

2011-09-04 Thread blake
The Android animation tools are mostly pointed at animations that can be performed by making graphical transformations on a single scene: making a page turn, wipes, fades, etc. This is what Android calls tweened animation. I think you are thinking of something they call frame-by-frame animation.

[android-developers] Question: Is it possible to get the RAW camera data?

2011-09-04 Thread Appaholics
Hi, I have been going through Google searches and the Android docs but I am still not clear on this. I would like to know if it is possible to get the raw image data from the camera using the Android SDK. Some of the examples I looked through said that it was possible but the image returned was

[android-developers] Re: How to create a simulator with real phone dimension?

2011-09-04 Thread sblantipodi
No problem, thanks anyway for the answer. On Sep 4, 4:55 pm, Appaholics raghavs...@appaholics.in wrote: That is exactly what I meant. I apologize if I couldn't get it across clearly. On Sun, Sep 4, 2011 at 8:18 PM, sblantipodi perini.dav...@dpsoftware.orgwrote: Ok I founded it,

Re: [android-developers] Question: Is it possible to get the RAW camera data?

2011-09-04 Thread Mark Murphy
Cameras should support one or more of the ImageFormat types: http://developer.android.com/reference/android/graphics/ImageFormat.html as determined by calling getSupportedPictureFormats() on Camera.Parameters. setPictureFormat() on Camera indicates that Android supports JPEG, NV21, and RGB_565.

[android-developers] Re: download declined for app on market

2011-09-04 Thread siliconeagle
https://market.android.com/details?id=org.my_pod.mypodunlockpaid hopefully that works. best rob On Sep 4, 12:38 pm, Appaholics raghavs...@appaholics.in wrote: Rich, I think Christopher meant that the Android support is not very good and that therefore the link doesn't work. On Sun, Sep 4,

[android-developers] Nexus Prime, 1280x720 display, huge resolution.

2011-09-04 Thread sblantipodi
Hi, I would like to know if I need to start scaling my images again. Is it true that nexus prime will have such an insane and unuseful resolution? -- 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: read image as text

2011-09-04 Thread Lwe
like OCR On Jul 12, 5:54 pm, Justin Anderson magouyaw...@gmail.com wrote: how to read image as text What? Thanks, Justin Anderson MagouyaWare Developerhttp://sites.google.com/site/magouyaware On Tue, Jul 12, 2011 at 3:48 AM, Lwe luaisul...@gmail.com wrote: how to read image as

Re: [android-developers] Mraket not Good!

2011-09-04 Thread TreKing
On Sun, Sep 4, 2011 at 5:54 AM, Hadas hadas.mob...@gmail.com wrote: I upload 3 application to the Market. Three application are same. with diffrent name. What would be the point of this? In one application the market wrote: This application is available to over 2 devices In the Second:

Re: [android-developers] Question: Is it possible to get the RAW camera data?

2011-09-04 Thread Appaholics
Thanks for the help Mark but I don't think that any of them would come close to a raw format. I am not that knowledgable in photography though so maybe a photographer who is on this list could help. Thanks On Sun, Sep 4, 2011 at 9:31 PM, Mark Murphy mmur...@commonsware.com wrote: Cameras

Re: [android-developers] Question: Is it possible to get the RAW camera data?

2011-09-04 Thread Klimek .....
fu... On Sep 4, 2011 5:48 PM, Appaholics raghavs...@appaholics.in wrote: Hi, I have been going through Google searches and the Android docs but I am still not clear on this. I would like to know if it is possible to get the raw image data from the camera using the Android SDK. Some of the

[android-developers] Market App behaving erratic

2011-09-04 Thread MComputing Lab
I find my market app very erratic since last 3-4 days. I dont see the Paid Apps/Paid Games section. I only see Free Apps and the Just In section. Sometimes I dont see any App at all in the All Applications screen. Has anybody faced this? Will it work if I reset my phone back to Factory Settings?

[android-developers] How I can add an int to an array if the user clicks a button?

2011-09-04 Thread Zwiebel
I want to make a program, which will has a lot of buttons. If the user clicks one button, I want to add a specified number (int) to an array. int[] array; array = new int[20]; button.setOnClickListener(new View.OnClickOnListener) { @Override public void onClick (View v) {

Re: [android-developers] How I can add an int to an array if the user clicks a button?

2011-09-04 Thread Mark Murphy
On Sun, Sep 4, 2011 at 1:44 PM, Zwiebel hunzwie...@gmail.com wrote: I want to make a program, which will has a lot of buttons. If the user clicks one button, I want to add a specified number (int) to an array. int[] array; array = new int[20]; button.setOnClickListener(new

Re: [android-developers] Market App behaving erratic

2011-09-04 Thread TreKing
On Sun, Sep 4, 2011 at 12:36 PM, MComputing Lab mobilecomputing...@gmail.com wrote: I find my market app very erratic since last 3-4 days. I dont see the Paid Apps/Paid Games section. I only see Free Apps and the Just In section. Sometimes I dont see any App at all in the All Applications

[android-developers] Re: How I can add an int to an array if the user clicks a button?

2011-09-04 Thread Zwiebel
OK thanks for the very fast reply. So If I use ArrayListint array; array = new ArrayList(20); button.setOnClickListener(new View.OnClickOnListener) { @Override public void onClick (View v) { //something to add the button's specified number to the array } } And I use the

Re: [android-developers] Re: How I can add an int to an array if the user clicks a button?

2011-09-04 Thread Mark Murphy
On Sun, Sep 4, 2011 at 1:56 PM, Zwiebel hunzwie...@gmail.com wrote: OK thanks for the very fast reply. So If I use ArrayListint array; array = new ArrayList(20); button.setOnClickListener(new View.OnClickOnListener) { @Override      public void onClick (View v) {              

Re: [android-developers] Question: Is it possible to get the RAW camera data?

2011-09-04 Thread Kristopher Micinski
Raghav, out of interest, why not write a decoder write to take insert encoded format here to insert unencoded format here? Is it just out of interest? Or perhaps that you feel the unencoded image capture would be less work for the library? I really don't know things about media, but I'd be

Re: [android-developers] Question: Is it possible to get the RAW camera data?

2011-09-04 Thread Appaholics
I was looking to do more with the Android camera. Personally I have nothing against the formats that are currently supported, except that a good photographer (which I am not) would be able to get a much better image if all the camera data is kept in a raw format for post processing. As this is not

Re: [android-developers] Question: Is it possible to get the RAW camera data?

2011-09-04 Thread Kristopher Micinski
Ah, so you're worried that the jpg results in a crappy image? Might be digging into the source on this one and seeing what's up with it, it does seem like this should be an option, doesn't it? But I'm not sure how camera hardware works. Kris On Sun, Sep 4, 2011 at 2:33 PM, Appaholics

Re: [android-developers] Question: Is it possible to get the RAW camera data?

2011-09-04 Thread Appaholics
Sort of. For me the normal jpg works well enough. However if I can get this type of app going a serious photographer may find it useful. The essence of the raw format is that it saves everything that the camera sees. It doesn't alter a thing. With your png and jpg formats android will alter the

[android-developers] Date Problem with mySQL

2011-09-04 Thread Atif Musaddaq
Hi, All Facing small problem in my Android App. I am getting 4 values from the user including current date which user can change. Date format is -MM-DD Code // this is for Date to be displayed private void updateDate() { mDateDisplay.setText( new StringBuilder()

[android-developers] Re: Date Problem with mySQL

2011-09-04 Thread Samsung Galaxy
If i hard code the value like this. nameValuePairs.add(new BasicNameValuePair(Date, 2001-09-04)); it works. Musaddaq On Sep 4, 8:44 pm, Atif Musaddaq atif.musad...@gmail.com wrote: Hi, All Facing small problem in my Android App. I am getting 4 values from the user including current date

Re: [android-developers] Question: Is it possible to get the RAW camera data?

2011-09-04 Thread Nikolay Elenkov
A good photographer uses a real camera :) Btw, there are different formats to what is commonly referred to RAW. -- 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] Question: Is it possible to get the RAW camera data?

2011-09-04 Thread Jim Graham
On Mon, Sep 05, 2011 at 12:03:45AM +0530, Appaholics wrote: I was looking to do more with the Android camera. Personally I have nothing against the formats that are currently supported, except that a good photographer (which I am not) would be able to get a much better image if all the camera

[android-developers] Android Gallery View Application

2011-09-04 Thread GMR
Hello buddies. I am developing an app like default gallery. though It is not gallery application, but similar to it, The main view of my app is gallery view which contains content pages. And then when use tap the screen left or right, gallery items are selected only one according to the tap

[android-developers] Retrieve Keyboard Candidates

2011-09-04 Thread Lemon CustardCake
I am trying to create a keyboard suggestion(candidate) bench marking tool. (for private testing purpose only) (Just to add, I am pretty noobish on the android platform) Is there a way I could retrieve the current keyboard candidates via InputMethodManager or some other method? Or, is there a way

[android-developers] Re: Webview with flash video in Android

2011-09-04 Thread GMR
2.2 started to support flash content. previous version of android cannot support flash contents naturally. On Sep 2, 2:04 am, deepak emailmedee...@gmail.com wrote: I am calling a webview which contains a flash video and its playing without issues on Android 2.2 onwards. Its not playing in

[android-developers] Android AudioRecord Modulation Demodulation

2011-09-04 Thread Androino
Hi everyone, I'm a student from Spain who is developing a project with Android where I try to connect Android devices with Arduino microcontroller. I explain everything here in my blog, wehre I comment every progress I make. At this moment I'm trying to record some sound through the device's MIC

[android-developers] Android AudioRecord Modulation Demodulation

2011-09-04 Thread Androino
Hi everyone, I'm a student from Spain who is developing a project with Android where I try to connect Android devices with Arduino microcontroller. I explain everything here in my blog: http://androino.blogspot.com/, wehre I comment every progress I make. At this moment I'm trying to record some

[android-developers] Bluetooth HID profile in 3.1

2011-09-04 Thread BT
Hi, Does anyone know if it is possible to use bluetooth HID profile in android 3.1? Android claims HID support is there for both USB and Bluetooth, but I can't really see how to use it in the API. The device connects properly as a HID device when paired, but how do I get a handle to it in the

[android-developers] project contains many error

2011-09-04 Thread dhanaraj chaudhari
Hello, I am new andriod developer, I have developed new project in Eclips. There are many .java files some of the xml layout files all these files not contain error. but in project explorer the project name shows the red mark. please any body can tell me why happens this thanks -- You

Re: [android-developers] Multithread, concurrent thread

2011-09-04 Thread Logesh rajendren
By Running 100 threads , you will just drain the battery . Also in android when the machine is running out of memory , it will abruptly terminate your program without any prompt. On Sat, Sep 3, 2011 at 3:03 PM, Christopher Van Kirk christopher.vank...@gmail.com wrote: No idea if it's possible,

Re: [android-developers] how many threads does android browser generate?

2011-09-04 Thread Dianne Hackborn
Sorry I don't know anything about BusyBox. Aren't there man pages or something? Anyway, you just want top with an option to have it show threads. On Fri, Sep 2, 2011 at 6:21 AM, Jack Harvard jack.harv...@gmail.com wrote: Thanks a lot, unfortunately we use BusyBox as the filesystem, the 'top'

[android-developers] Control Keyboard Backlight

2011-09-04 Thread Gastty
hi, i want to control the keyboard backlight, like with the FLASH_MODE_TORCH , that i can turn on and off, and make a pulse signal. The problem it's that a only found for controlling the keyboard light this: PowerManager.FULL_WAKE_LOCK but this changes the screen at full brightness, and i only

[android-developers] XML parsing in android

2011-09-04 Thread Krishna Prasad
Is It possible to parse a dynamically created xml in android? I want to display the xml based on fields in the xml. -- 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

[android-developers] Problem to increase size of table layout runtime

2011-09-04 Thread kalpana chaurasia
I must need to use table layout. but i want table layout with fixed size when there is no record or two row. after deleted that two records(row) size is fixed. and when more than two records(row) are added then size of table is increasing. table layout created on runtime. is it possible ? how? i

[android-developers] abd shell USB debugging

2011-09-04 Thread BT
Hello, I have one question, I'm testing android devices, and is it possible abd command Enable or Disable USB debugging mode ? -- 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] JSON android

2011-09-04 Thread ashish
How to check whether an element is a JSONArray or JSONObject. I wrote the code to check, if(jsonObject.getJSONObject(Category).getClass().isArray()) { } else { } In this case if the element 'category' is JSONObject then it work fine but if it contains an array then it throw exception: JSONArray

[android-developers] Help me with adding overlays in google maps

2011-09-04 Thread Logesh
hello guys , i am just trying to add overlays and markers in google maps in my android application . I am very new to android development . I have tried with all the examples and snippets given . But nothing is working for me . whatever i do i am getting only error message . please help me to

[android-developers] Updating a database without freezing

2011-09-04 Thread Jared Kass
Hi, I'm working on an app that records information for a study and posts it to a database. An alert dialog prompts the user with a question and the answer is recorded and sent. I'm successfully updating the database using httpclient and httppost, however it takes a varying amount of time, usually

[android-developers] Wake lock question

2011-09-04 Thread chris alderson
If the device is sleeping and you acquire a partial wake lock, does the device immediately go back to sleep when you release the lock? If not, how long does it take? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: How to close a single tab in tablayout

2011-09-04 Thread Luigi Papino
You simply need to save the information before clearAll and restore them later. However it seems that isn't a way to remove single tab using the standard API. On 2 Set, 14:26, sj sujith...@gmail.com wrote: There is a method to add a tab in TabHost as well as clear all tabs, but there are no

[android-developers] Background Application Consistently On

2011-09-04 Thread Ben Chen
I'm not that familiar with Android development, just IOS so please pardon if this is question seems too fundamental. I'm oking to create an applicaiton that once launched will consistently be on ... even when the individual is not actively using the phone/app. At various intervals, the

Re: [android-developers] OutOfMemoryError

2011-09-04 Thread NWD Sports
Yes. Go to the AVD manager and find the virtual device you use to debug on. Set the SD card size to a higher value. you shouldn't run into the problem again. Nicholas L. - NWD Sports.com Co-Founder -Original Message- From: bob Sent: Friday, September 02, 2011 7:43 PM To: Android

[android-developers] how to upgrade andriod

2011-09-04 Thread piyush
I am using Samsung Pop model having 2.2.1 Version of Android and want to upgrade it. Can any one let me know how can I upgrade my Android? Please let me know the procedure.. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] my file replacing app

2011-09-04 Thread mizzeeboy
Hi there i was wondering if i could make an app with android eclipse which could copy and replace a file on a phone micro sd card? Is it possible ifso can some one please give me the code thanks mizzeeboy -- You received this message because you are subscribed to the Google Groups Android

[android-developers] getLocalActivityManager().getActivity(tabTag) return NULL

2011-09-04 Thread paddy
I have 2 tabs with tagID tag01 and tag02. I have explicitly set the focus to first tab by calling tabHost.setCurrentTab(0) When i call getLocalActivityManager().getActivity(tag01) i get the object of activity but when i call getLocalActivityManager().getActivity(tag02) then i get NULL. Now when

[android-developers] Re: How to remove widget when the app is uninstalled in Android?

2011-09-04 Thread david ross
This is a design bug as far as I am concerned. There seems to be nothing you can do about it except let the poor phone user drag the toast to the trash can. I think you can listen for an Intent PACKAGE_UNINSTALL and then check to see if it is actually a reinstall for a new version, but there is no

[android-developers] Aw: SyncManager can't find my sync adapter

2011-09-04 Thread Thomas Mair
I am stuck with the same problem and can't find a solution... -- 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: How to create a x509 certificate?

2011-09-04 Thread Simon Trigona
Hi, did you find a solution? Thanks, Simon -- 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] .sh script

2011-09-04 Thread ACN
Hi! I'm new to Android developing, but I'd like to ask a how to go about writing a script to accomplish two simple tasks. I'd like to put this script in the existing init.post_boot.sh script found in /etc. I'd like it to run a loop while it waits for com.htc.launcher to be running, then go and

[android-developers] Create an animation over an Overlay

2011-09-04 Thread Massimo
Hi, It's possible to create an animation over an overlay into a map? I need to design a line that goes left to right into 10 seconds. Thks a lot Massimo -- 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: Limiting installs of licensed app to number of devices

2011-09-04 Thread NWD Sports
Try www.parse.com. I have used some of their services and I believe there is a way to integrate licensing. I am not promising anything as this may be the wrong service. If you can’t find anything let me know and I will try and find the right service I used. Nicholas L. - NWD Sports.com

[android-developers] Aw: SyncManager can't find my sync adapter

2011-09-04 Thread Thomas Mair
I finally found the solution. The contentAuthority value must equal the name used for the Provider -- 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

[android-developers] Unable to launch Emulator

2011-09-04 Thread Sagar Rajagopal
Hi, I am getting the below error while trying to run the helloworld android application. invalid command-line parameter: Files\Android\android-sdk\tools/ emulator-arm.exe. Hint: use '@foo' to launch a virtual device named 'foo'. please use -help for more information [2011-09-02 08:38:18 -

Re: [android-developers] Re: 9Patch multiple contents

2011-09-04 Thread neha agrawal
connect 2 device through bluetooth den print msg in a format like if we press 0 den it display hello,when i press 2 it display android..help me On Sat, Sep 3, 2011 at 12:00 AM, hpadrao hpad...@gmail.com wrote: Anyone? On 1 set, 15:49, hpadrao hpad...@gmail.com wrote: I'm gonna be crazy, I'm

[android-developers] How to detect if a view is on screen

2011-09-04 Thread vdaele
Hello, Suppose I have a horizontal scrollable list of say 100 movie posters (each in its own View) of which only 4 Views fit on the screen at the same time. When I've scrolled through the complete list once, I will have 100 Bitmaps in memory of which only 4 are visible. To save memory, I want to

[android-developers] multitasking implementation

2011-09-04 Thread sandy
I have to divide my my screen in four parts and show different activity running on different parts of screen running together.help me 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: Tamil Fonts in android 2.1

2011-09-04 Thread ravishankar ayyakkannu
Hi Rooney, There is no inbuilt support yet. However there are some apps and browsers that support Tamil viewing and typing. Samsung Ace is also providing native support for Tamil now. Please check http://microblog.ravidreams.net/2011/01/tamil-in-android-mobile-phones/ for state of Tamil

Re: [android-developers] GridView shows only one row with layout_height=WRAP_CONTENT

2011-09-04 Thread NWD Sports
If you want to see all of the rows you need to set layout_height=fill_parent not layout_width=fill_parent and layout_height=wrap_content. It won't be able to show all the rows though unless you make them all really small anyway depending on the number of cells you have. If you have a lot of

[android-developers] How to detect Outgoing Call Connected Event?

2011-09-04 Thread Jelly Chen
BroadcastReceiver can not do it. I try to detect from logcat : DEBUG/CallNotifier(116): stopRing()... (OFFHOOK state) if (line.contains(stopRing()... (OFFHOOK state))) { Log.d(TAG, Outgoing Call connected.); } But there are 5 Outgoing Call connected. logs before really connected. Any

[android-developers] Re: SearchView in Action Bar randomly stealing focus

2011-09-04 Thread UpNextCTO
Hi Mike, I'm seeing the exact same thing. Any ideas on how to fix this? This seems like an android bug. On Jul 27, 4:17 pm, Mike Mangino mmang...@elevatedrails.com wrote: We're developing an app on Honeycomb that uses the new tab fragments stuff. We also have a SearchView in the Action Bar.

[android-developers] SAP Parser will not read and print one section of my xml File

2011-09-04 Thread Walkdog
I really need someone help in trying to get my parser to read and show just one section of xml file, i can get it two read from top to bottom but when i try and use the inner tags in my xml handler that separate each section out it doesn't do it and goes mental and shows one bit of it import

[android-developers] SAP Parser will not read and print one section of my xml File

2011-09-04 Thread Walkdog
I really need someone help in trying to get my parser to read and show just one section of xml file, i can get it two read from top to bottom but when i try and use the inner tags in my xml handler that separate each section out it doesn't do it and goes mental and shows one bit of it This is the

[android-developers] SAP Parser will not read and print one section of my xml File

2011-09-04 Thread Walkdog
I really need someone help in trying to get my parser to read and show just one section of xml file, i can get it two read from top to bottom but when i try and use the inner tags in my xml handler that separate each section out it doesn't do it and goes mental and shows one bit of it This is the

[android-developers] How to avoid 3g or 2g(GPRS) disable when my mobile standby?

2011-09-04 Thread Bertrand Huang
Are there any APIs can deal with this issue? I search a lot, but all the messages I found are about how to keep wifi alive. Thanks. -- 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] calling camera

2011-09-04 Thread Pandey, Sanat
Use This Code to Capture and get Image from Camera-- String fileName = new-photo-name.jpg; //create parameters for Intent with filename ContentValues values = new ContentValues(); values.put(MediaStore.Images.Media.TITLE, fileName);

[android-developers] Programming in Android

2011-09-04 Thread Tareq Al-Ma'mari
Hi guys, Good morning , I'm proud that I'm a member in this great group I need your help to start programming in Android,just the beginning . Thanks in advance, hope to hear from you, yours Tareq, tariq.mam...@gmail.com facebook.com/tareq.mamari twitter.com/tareq_mamari -- You received

Re: [android-developers] .sh script

2011-09-04 Thread Jim Graham
On Sat, Sep 03, 2011 at 10:54:21PM -0700, ACN wrote: I'd like to put this script in the existing init.post_boot.sh script found in /etc. I cannot imagine that the Android's security would be so insanely flawed as to allow you to do that (particularly if you want to do that from an app). I

[android-developers] Android Operating System for Your Computer

2011-09-04 Thread abhilash
Android the new revolutionary OS from google is playing its role on Tablets, and Mobile devices and got a wide variety of listeners in all segments with its google driven interface .This feature rich operating system intially limited to devices designed for Android and like meego and chrome OS it

Re: [android-developers] Question: Is it possible to get the RAW camera data?

2011-09-04 Thread Mark Murphy
On Sun, Sep 4, 2011 at 3:07 PM, Jim Graham spooky1...@gmail.com wrote: HOWEVER, the digital cameras that I've seen on Android devices have all been in the 2 to 3 MP range. Within about 18 inches of me I have a phone with a 5-megapixel camera, a phone with a 13(!)-megapixel camera, and a tablet

Re: [android-developers] Updating a database without freezing

2011-09-04 Thread Satya Komatineni
You may want to look at using an asynctask Here are some research notes on async task (This is not a tutorial but could point you to do some work) http://www.satyakomatineni.com/item/3536 On Fri, Sep 2, 2011 at 5:23 PM, Jared Kass jdk...@cornell.edu wrote: Hi, I'm working on an app that

Re: [android-developers] multitasking implementation

2011-09-04 Thread Mark Murphy
You really do not want to show different activities running on different parts of the screen running together. While ActivityGroup could be forced into working that way, it has been deprecated, and new development should be avoiding it. Please look into fragments (both the native Honeycomb

  1   2   >