[android-developers] How to add log in android C code?

2009-12-22 Thread sheng wang
Hi All, I want to debug android source code in C (WebView part) . Can I debug the android source code in C with the help of ADB? Or how can I use log in C code just the Log.v in Java? Please help me out. Thanks in advance, Shawn. -- You received this message because you are subscribed to

[android-developers] Re: Custom control or make the views(buttons) inline?

2009-12-22 Thread Samuh
As I have said, I have a requirement to create(or rather emulate) iPhone TabBar. I am not sure if the look of TabWidget can be customized forasmuch as to make it look like iPhone's TabBar. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: coule you tell me in android2.0.1 the package of Calendar?

2009-12-22 Thread peng
I know This is very much not a public API.But i want to know in sdk2.0.1 ,how to launch the calendar? i think the package is changed? could you tell me new ?or tell me the way how to lunch the calendar. thank you your reply! -- You received this message because you are subscribed to the Google

[android-developers] Re: Need an invitation to google Wave?

2009-12-22 Thread thebix
hi there! i invited you all at 10:31 GMT+3 It takes some time to recieve invite (about one day, i think) ps sorry my english %) On 18 дек, 16:14, fengyuan Ivan redyua...@gmail.com wrote: I am in. please invert me , thanks a lot. 2009/11/27 sheik sheik...@gmail.com -- You received this

[android-developers] Accessing Web Information

2009-12-22 Thread Matthew Patience
I'm attempting to create an app that will display usage information for customers of Roger's Wireless(Canada). I was wondering if someone could point me in the right direction on how to: 1) input Username and Password info directly a web textbox to sign the Customer in, from an EditText View. 2)

[android-developers] Re: SDK and Linux 64 bits

2009-12-22 Thread Unai
I've tried it on Arch Linux x86_64and Ubuntu 9.10 x86_64 and it works fine. On Dec 22, 12:17 am, Nanard bsegon...@free.fr wrote: Hi, I wonder if someday the SDK will run fine on Linux 64 bits.  I understand it's not a priority for Google team, but 64bits desktop OS are becoming common...

[android-developers] AdView rotation.

2009-12-22 Thread Pankaj Deshpande
Dose anybody knows how to rotate an AdView in android? I took it in LinearLalyout and it's position is fixed. My application's orientation is portrait and I want AdView in horizontal fashion. Is it possible? How? Thanks in advance! -- You received this message because you are subscribed to the

RE: [android-developers] Re: Are the market stats for developers broken?

2009-12-22 Thread Guna
Hi, Active installs are the number of guys who are currently using your app. Many will just download and after using that they will just uninstall because of space constraints Even you itself can't use any app permanently Tats the reason, i think so Guna -Original Message-

[android-developers] Re: droidappz.org

2009-12-22 Thread alanshore
Ok, and then what? These are just kids and they are not getting rich on this. Look at their donations, they make change for coffee, that's all. My app showed up there within weeks after being published. At first I was mad. Their site showed how many people had downloaded it and I saw as many

[android-developers] Re: SDK and Linux 64 bits

2009-12-22 Thread Nanard
Thanks for your replies. So, it seems like it should be possible with Mandriva (they all have more or less same Kernel), but it is badly configured by default... When I run 'dmesg', and plug the phone on USB, I got some message. so the USB link seems OK. It's 'only' that adb doesn't find the

[android-developers] V4L2:/dev/video0 is not generated when USB Camera is connected

2009-12-22 Thread sachinikam
Hi, I have a Logitech USB camera connected on my board. I have also enabled the CONFIG variables for V4L2 by menuconfig. When I do fd = open(/dev/video0, O_RDWR) it fails saying that no such file or directory. Then through shell I checked for the file /dev/video0 but it wasn't present there.

Re: [android-developers] How to add log in android C code?

2009-12-22 Thread Sachin Nikam
You can use LOGD or printk. On Tue, Dec 22, 2009 at 1:30 PM, sheng wang banxia...@gmail.com wrote: Hi All, I want to debug android source code in C (WebView part) . Can I debug the android source code in C with the help of ADB? Or how can I use log in C code just the Log.v in Java?

[android-developers] getSupportedPictureSizes() for video?

2009-12-22 Thread Robert
Hello, In API 5 the Camera.Parameters class has getSupportedPictureSizes(). But the returned values are too high to be used for video recording. Is there any way to similarly query for the supported video resolutions? setVideoSize() expects valid width and height. Thanks, Robert -- You

[android-developers] Re: Cant find my content provider?

2009-12-22 Thread Donal Rafferty
Anybody got any ideas? I thought I had it figured out with the database but that didn't work. It seems that either my naming of the CONTENT_URI or something to do with that is wrong or else a database/table for the settings never actually gets created? if theres no data there for the content

Re: [android-developers] .jad extension (compatibilty issues)

2009-12-22 Thread mujoko mujoko
jad is J2me app not android app. They are different On Mon, Dec 21, 2009 at 6:48 AM, heliokwon heliok...@gmail.com wrote: I´m trying to run this Java program on my android, but it´s not working at all. Is Android compatible with Java ? -- You received this message because you are

[android-developers] Re: Canvas Faster than OpenGL???

2009-12-22 Thread Lance Nanek
Re the emulator, it just has a software driver for OpenGL. Re the Droid, one problem you may be running into is a good EGL frame buffer configuration not being chosen. There's an interesting thread on the best configs for Droid here:

[android-developers] Change colours of spinners/checkbox

2009-12-22 Thread Vignesh
Hi, How do I change colours of a spinner? My applications uses a different background (say colour - Majenta) and i would like to have show all views with a different colour as Android's default colour would look bad against Majenta. For Buttons, i could create styles for pressed, focussed

[android-developers] Re: V4L2:/dev/video0 is not generated when USB Camera is connected

2009-12-22 Thread sachinikam
Looks like video_register_device(VFL_TYPE_GRABBER) is not called from anywhere that may be reason of not seeing /dev/video0 On Dec 22, 2:43 pm, sachinikam sachini...@gmail.com wrote: Hi, I have a Logitech USB camera connected on my board. I have also enabled the CONFIG variables for V4L2 by

[android-developers] Re: Bluetooth Developers Guide and Bluetooth Sample Code

2009-12-22 Thread rezar
This is very good. I hope the emulator can support Bluetooth in the near future. Now debugging bluetooth related things is very hard, because we need to port each build to the real device and test it there. On Dec 22, 4:26 am, chen ji chenjihz...@gmail.com wrote: It is good. I just want to find

[android-developers] Re: Base64.decodeBase64

2009-12-22 Thread Paweł Kapała
I've used public domain Base64 encoder which is available here (in case of licensing issues): http://iharder.sourceforge.net/current/java/base64/ It is very lightweight (single class), customizable and full featured. -- Best regards, Pawel On Dec 22, 7:26 am, joebowbeer joe.bowb...@gmail.com

[android-developers] Finding all supported Intents.

2009-12-22 Thread Manjunatha M
Hi All, How do I LIST all the INTENTS supported by all the activities(all applications as well) in the Phone. Regards, Manjunatha -- 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: Bluetooth Developers Guide and Bluetooth Sample Code

2009-12-22 Thread Paweł Kapała
Nice howto! Thanks a lot. It surely be useful. On Dec 22, 11:25 am, rezar rraw...@gmail.com wrote: This is very good. I hope the emulator can support Bluetooth in the near future. Now debugging bluetooth related things is very hard, because we need to port each build to the real device and

[android-developers] RelativeLayout

2009-12-22 Thread Sasikumar.S
What is the main use of relative layout? can any one pls explain it... -- Thanks Regards Sasikumar.S -- 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

[android-developers] Re: RelativeLayout

2009-12-22 Thread Paweł Kapała
RelativeLayout is a different kind of layout :) Seriously if you'd like to layout all your components in a way: make component A left to component B and below Component C it is the best way to achieve it with RelativeLayout. But also RelativeLayout is a good way to optimize your view hierarchy,

Re: [android-developers] Re: RelativeLayout

2009-12-22 Thread Sasikumar.S
Thank u 2009/12/22 Paweł Kapała pawel.kap...@googlemail.com RelativeLayout is a different kind of layout :) Seriously if you'd like to layout all your components in a way: make component A left to component B and below Component C it is the best way to achieve it with RelativeLayout.

[android-developers] Re: Cant find my content provider?

2009-12-22 Thread Donal Rafferty
For anyone that comes across this type of error. In my infinite graduate wisdom I had the content provider info outside the application brackets in the xml manifest file! Wasted a whole day cos of that! [?] On Tue, Dec 22, 2009 at 9:56 AM, Donal Rafferty draf...@gmail.com wrote: Anybody got

[android-developers] Re: Finding all supported Intents.

2009-12-22 Thread Paweł Kapała
As far as I know it is not possible to capture all the supported intents. You have to know the specific action name, or the class name if you're sending intent locally. So I guess it is not possible to implement some kind of Intent sniffer on the device. You may find some (not all) of the

[android-developers] Re: subclassed Drawable disables AlphaAnimation?

2009-12-22 Thread kostmo
Now I've found that if I wrap the ImageView in a RelativeLayout and perform the animations on the RelativeLayout instead, the AlphaAnimation works again. Bug filed here: http://code.google.com/p/android/issues/detail?id=5589 Karl On Dec 21, 4:13 pm, kostmo kos...@gmail.com wrote: I have been

[android-developers] retain application/Activity state correct approach?

2009-12-22 Thread Atif Gulzar
hi, I just read from internet to maintain the state of my application by overriding the onKeyDown function as given below. And set the launch mode of my activity as singleInstance. And it is working perfectly. Just want to know if it is correct approach. And how it is different from

[android-developers] How to know bearer type of android

2009-12-22 Thread saikiran n
Hi I want know the bearer type of android phone I have seen one document the bearer may be OBEX or GSM-USD etc Is there any API to get this information Please help me -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Eclipse , CerTool and Keystore not exist in android.jar, help!

2009-12-22 Thread zz zt1082
Hi, all I write a android1.6 application in eclipse. there is a question about CerTool, Keystore. Please , respond me. import android.security.CertTool; import android.security.Keystore; Why not exist these two classes in android-sdk-linux_x86-1.6_r4 which is down from google's release ? --

Re: [android-developers] Re: Are the market stats for developers broken?

2009-12-22 Thread Justin Giles
But to have a 17% drop in just a couple days. Doesn't seem right given past trends for my application. 2009/12/21 Guna guna.andr...@gmail.com Hi, Active installs are the number of guys who are currently using your app. Many will just download and after using that they will just uninstall

[android-developers] Re: Fancy ListView help

2009-12-22 Thread Abhi
Hi guys, All I need is a listview with 6 items, each having an icon, textview and a button/imageview. I want to be able to click the button/ imageview to open up a new activity and each row opens up a different activity. Any suggestions? Abhi On Dec 21, 8:11 pm, Abhi

[android-developers] Re: Soft keyboard won't open on custom view in landscape mode?

2009-12-22 Thread sankalp
Hi Eric, i dont have reply to this problem but i too am facing same scenario .please if you can throw some light on to my problem i would really appreciate that . actually i am creating a custom view extending a textview, and then trying to hook to the system softkeyboard throw the snippet you

[android-developers] problem using softkeyboard with custom views

2009-12-22 Thread sankalp
hi all , I am developing an app which can both act as a painting app as well as text writing notepad. i have created a my custom view by extending a class like public class MyView extends TextView { . . . } now i want to hook to the system's soft keyboard which i do it by

[android-developers] Re: Droid AVD (2.0, WVGA854) resolution hell

2009-12-22 Thread greg1x
Thank you Dianne! Now I got it to work from 1.6 to 2.0 on all screen sizes. Except it doesn't work on 1.5 anymore. minSdkVersion is 3, so it starts in the 1.5 AVD, but force closes when it tries to load a reasource. It worked before from 1.0 to 2.0.1, it only had resolution scaling issues. I did

[android-developers] AudioTrack - Doesn't stop playing as requested.

2009-12-22 Thread Business Talk
I've been trying to resolve the issue of the immediate termination of the AudioTrack played in the MODE_STREAM track with no avail. To do so I call stop and release; audioTrack.stop(); audioTrack.release(); audioTrack = null; I tried flushing but

[android-developers] DroidFanz offering unauthorized paid apps - check yours

2009-12-22 Thread Warren
The droidfanz website offers a download section full of unauthorized paid app downloads. I found my app there along with about 300 others. If you have a popular paid app, you may want to check if yours is listed. You can't see inside the site until you register. I'm seeing a lot of posts with

[android-developers] Question about sockets and connectivity

2009-12-22 Thread Pablo Szyrko
I'm the developer of an application that needs to keep a permanent connection with a remote server. In order to achieve this goal a socket instance is created when the application startups. The outputstream and inputstrem instances associated with the socket are used to exchange the data with the

[android-developers] Waking up screen

2009-12-22 Thread Wes
All, I've been writing some code to toggle the screen from bright to dark (off). I've been using this code to turn the screen off: WindowManager.LayoutParams lp = getWindow().getAttributes(); lp.screenBrightness = 0; getWindow().setAttributes(lp); And this to turn it

[android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread gdonald
On Dec 21, 9:29 pm, wusch jwu...@gmail.com wrote: Did you use the Max SDK setting on the AndroidManifest.xml? I only have uses-sdk android:minSdkVersion=3 / in mine. -- Greg Donald http://destiney.com/ -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Fancy ListView help

2009-12-22 Thread WoodManEXP
Although I use ListView a lot it has always been a little confusing to understand how it manages its views returned from BaseAdapter.getView (). If you know you have just the six list rows, which is not a lot, then every time BaseAdapter.getView() is called create the view hierarchy, with the

[android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread matt smith
I don't have maxsdk but did add this change for Droid support : supports-screens android:anyDensity=true / My installs have dropped by 15% - maybe its auto uninstalling for anyone with 1.5 as the supports-screens is 1.6 only - yet I need this to make the app work correctly on Droid

[android-developers] Re: Droid - won't rotate image captured from camera? (Camera.Parameters)

2009-12-22 Thread Streets Of Boston
The actual rotation of a full-resolution image is not trivial, but drawing it with the correct rotation/orientation is not that hard. Just use a Matrix holding the rotation and assign it to the canvas on which the image is drawn. On Dec 21, 6:45 pm, Mark Wyszomierski mar...@gmail.com wrote:

[android-developers] Re: DroidFanz offering unauthorized paid apps - check yours

2009-12-22 Thread WoodManEXP
Hi, Sounds like you are talking about writing a crawler, basically :-). To input Username/Password between your app and the web server you will likely need to construct a Post, containing the UID and Password, to send to the Roger's Wireless login URL. To get back the info you read the results of

[android-developers] Re: Accessing Web Information

2009-12-22 Thread WoodManEXP
Hi, Sounds like you are talking about writing a crawler, basically :-) (Fooling the web site into believing you are just another user with a browser). To input Username/Password between your app and the web server you will likely need to construct a Post, containing the UID and Password, to send

[android-developers] Problem in Layout

2009-12-22 Thread Nithin
Hi, I have three layouts in my screen. One topLayout, bottomLayout and the centerLayout. CenterLayout is a scrollable layout, in such a way that the center part is scrollable and top and bottomLayout are filxed. I am using linearLayout. Its all working except the bottom layout. For bottom layout

[android-developers] About my posts and membership

2009-12-22 Thread Samuh
Two of my posts here on this forum got somehow copied to World_wide_with_god_ministry forum. I don't know anything about this group; never joined them, never visited their page.Now, I have them listed under My Groups drop down. I can't find a way to unsubscribe to this group. Did any one else

Re: [android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread Justin Giles
I haven't touched those settings. Still have 17% drop. On Tue, Dec 22, 2009 at 9:38 AM, matt smith mattsmith...@googlemail.comwrote: I don't have maxsdk but did add this change for Droid support : supports-screens android:anyDensity=true / My installs have dropped by 15% - maybe its

[android-developers] MergeAdapter problem

2009-12-22 Thread Jags
Hi All, I used MergeAdapter, for my app, And I use a background image for my layout. I noticed, if I touch on Heading view (group heading) the entire list becomes black as if all the rows are selected. If I dont use background image, it does not appear [mostly because default listview background

Re: [android-developers] MergeAdapter problem

2009-12-22 Thread Mark Murphy
Jags wrote: I used MergeAdapter, for my app, And I use a background image for my layout. I noticed, if I touch on Heading view (group heading) the entire list becomes black as if all the rows are selected. If I dont use background image, it does not appear [mostly because default listview

[android-developers] how voice recognition in android

2009-12-22 Thread DAVIDT
Hi Friends, I want to know that how voice recognition in android works? Which library it uses for voice recognition? regards David -- 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] Reminder: IRC office hours starting in 30 mins

2009-12-22 Thread Megha Joshi
Irc office hours will begin in 30 mins at #android-dev irc channel. Please post your questions at: http://moderator.appspot.com/#15/e=120951t=120e11 Thanks, Megha -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: Is it ever OK to use AbsoluteLayout?

2009-12-22 Thread Greg Donald
On Mon, Dec 21, 2009 at 8:27 PM, k_day kevin.r@gmail.com wrote: Yeah, I would like to do that.  What sort of View would I parent off of though?  AbsoluteLayout is the only type of layout that I can find that will allow me to assign coordinates to. Margins on children of a RelativeLayout

[android-developers] Sales from android market

2009-12-22 Thread karthikr
Hi Guys, I am planning to release my application in the android market as a paid application and I have gone through the list of fees for a transaction. Is my following assumption correct? Say i release my application for 0.99$. Fees deducted to operator/google - 0.30 Google checkout

Re: [android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread Greg Donald
On Tue, Dec 22, 2009 at 10:16 AM, Justin Giles jtgi...@gmail.com wrote: I haven't touched those settings.  Still have 17% drop. Same here. I released recently but no min/max sdk changes. -- Greg Donald http://destiney.com/ -- You received this message because you are subscribed to the

[android-developers] Re: Are the market stats for developers broken?

2009-12-22 Thread Mike
I've also noticed the drop in the last couple of days with my app. -- 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: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread Maps.Huge.Info (Maps API Guru)
I've noticed a slight drop as well, from 71.9% to 71.6%, which may not seem a lot however, my app has 65,000 downloads, so numbers wise, a fairly good amount. I've had a few e-mails from people telling me that their Droid has filled up and they regret to tell me they've had to uninstall my app to

[android-developers] How to clear all activity in the stack below the latest activity?

2009-12-22 Thread Sam
All the current discussions involves clearing all activites above an existing activyt, but I'm trying to find a way to clear all the activities before the latest activity in the stack. So my scenario is A - B - C and then when a user goes to Activity D, activies A,B,C should be cleared from the

[android-developers] Re: Sales from android market

2009-12-22 Thread Streets Of Boston
Why are these item in there?: Fees deducted to operator/google - 0.30 google charges 2.9% of the total amount credited per month I don't know about the 'oversales' transactions. What is 'oversales'? I just pay 30% for Google Checkout fees. That's it. Nothing more. (Of course, uncle Sam

[android-developers] Re: GLSurfaceView.Renderer design question

2009-12-22 Thread Robert Green
Dan - hah! Lance, Awesome!! Thanks for the info. I tend to forget that all of the gles stuff is just calling down to the underlying driver which is a state machine and thus can be accessed statically from J-land. On Dec 22, 12:28 am, Lance Nanek lna...@gmail.com wrote: This quick

Re: [android-developers] Change behavior of layout display when launching intents

2009-12-22 Thread TreKing
This is up to the user, it's an option in the default system settings. If you personally don't like it, just disable the preference on your phone. You might be able to override this with a custom animation, though I haven't played with animations yet and I'm not sure about that.

[android-developers] Widget - onUpdate gets called even if no room on the screen for it!

2009-12-22 Thread pcm2a
Hopefully someone else has ran into this issue. On SDK level 3 (Android 1.5) if a user adds a homescreen widget that there is not room for, the onUpdate method is still called. So in my widgets, in the onUpdate I check to see if hte widget has been configured. If it has not then I launch the

[android-developers] Re: ($25 reward) GPS not triggering onLocationChanged

2009-12-22 Thread dapaintballer331
Thanks a lot for your support everyone! I winded up doing many things, most of which were required for this to work. 1. Used the WakefulIntentService, and at the bottom of onHandleIntent, manually called onStop 2. Right away I created a wakelock 3. BEFORE the first requestLocationUpdates(yadaa

[android-developers] Re: Help Understanding Custom Components and Multiple Resolutions - Analogy to Lego!

2009-12-22 Thread superjet
Mark- thanks for your reply! I am new to 2d graphics and custom components, so let me try to see if I am reading you right: You're saying, if I create a table layout with two rows and one column, and I populate the top row with say 2 buttons and an image, I can get Android to return the amount

[android-developers] Problem with MEmory on converting YUV DATA to RGB

2009-12-22 Thread bins
Hi I am trying to capture Preview Call back from Android And using a An Algorithm i am trying to convert the Yuv Data to RGB format Bot while doing that Getting memory Issu.It shows Out of memory.In side the Converting Algorithm evry thing is local Declaration or Arras and Int arrays ..I uses

[android-developers] Whats teh ways to Capture camera Image Preview or Screeshot of Preview of cam?

2009-12-22 Thread bins
hi i ned too store Image in my device SD card from capture image as a JPEG but the raw data is YUv data Even Camera .Params not working with JOEG or Preview size. Please can any one help to solvethis Issu.How can i store image preview call back as JPEG data -- You received this message because

[android-developers] Re: Is it ever OK to use AbsoluteLayout?

2009-12-22 Thread k_day
Could someone please walk me through writing a custom Layout to give me my grid of imageViews, or point me to a good example? In particular, I can't find many resources on how I should overwrite onLayout. Thank you. -k_day On Dec 22, 10:42 am, Greg Donald gdon...@gmail.com wrote: On Mon, Dec

[android-developers] Re: NumberPicker based widgets function different in emulator than phone

2009-12-22 Thread jtoolsdev
One way to test this is to build the Hello, DatePicker example and see if it exhibits this behavior. On the emulator you can type in year or day. On my phone, no. Just click on the year or day and it is not focusable. http://developer.android.com/guide/tutorials/views/hello-datepicker.html

Re: [android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread Justin Giles
I have 21,600 downloads. A 17% drop in active installs over the past few days means over 3600 people uninstalled the app. Just doesn't make sense when all data before this time was trending at the 77% level whereas now it is at 60%. On Tue, Dec 22, 2009 at 11:35 AM, Maps.Huge.Info (Maps API

Re: [android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread Wayne Wenthin
I saw someone suggest that the downloads generated from an update are failing. I noticed this with ProjectInf. I cannot get it to download even after a reboot. This means that as far as the market is concerned I've uninstalled it.I would put more faith in this explanation if others are

[android-developers] Re: Help Understanding Custom Components and Multiple Resolutions - Analogy to Lego!

2009-12-22 Thread Nathan
You should get the size available passed to you in onMeasure, then take all of it when you setMeasuredDimension. Read more from this reference and others: http://developer.android.com/reference/android/view/View.html Mark the other components as wrap_content and yours as fill_parent. Then you

Re: [android-developers] Re: Help Understanding Custom Components and Multiple Resolutions - Analogy to Lego!

2009-12-22 Thread Mark Murphy
superjet wrote: You're saying, if I create a table layout with two rows and one column, and I populate the top row with say 2 buttons and an image, I can get Android to return the amount of space left over for the other row? I'm saying that if you create a TableLayout with two rows, and you

[android-developers] Re: Help Understanding Custom Components and Multiple Resolutions - Analogy to Lego!

2009-12-22 Thread Nathan
Here is one thing that will save you time if you do use a table layout. TableLayout will create three columns for the button, button, image on row 1. So on your custom control, place: android:layout_span=3 Check the relevant rules for RelativeLayout. -- You received this message because you

[android-developers] Re: Android Market Ranking Error

2009-12-22 Thread sss
Have you experienced the issue I've complained numerous times about yet can't get resolution: When users update, apparently there is a service left running with the My Coupons app. Fine. The issue being, the old service code interferes with the new code and users uninstall then reinstall

Re: [android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread Dan Sherman
Bah (sorry to hijack) If you can't download the new ProjectINF, we can post it somewhere for you to download... - Dan On Tue, Dec 22, 2009 at 2:18 PM, Wayne Wenthin wa...@fuligin.com wrote: I saw someone suggest that the downloads generated from an update are failing. I noticed this with

[android-developers] Upgrading apps causing market ranking drop due to uninstall prompt reinstall not getting logged

2009-12-22 Thread sss
Has anyone else experienced an issue I've complained numerous times about yet can't get resolution: When users upgrade our My Coupons app, apparently there is a service left unclosed. Fine. The issue being, the old service code interferes with the new code and users uninstall then reinstall

Re: [android-developers] Upgrading apps causing market ranking drop due to uninstall prompt reinstall not getting logged

2009-12-22 Thread Justin Giles
Might be related to these threads, which are yet to be responded to by any Google authority: http://groups.google.com/group/android-developers/browse_thread/thread/315945ac2698de0

[android-developers] exclusion filter not being respected - resources are being included in apk

2009-12-22 Thread guiha...@gmail.com
Hi, I have a project thas has this tree: x/src/tc x/src/totalcross I had setup the src folder to x/src, then added to the inclusion list these: totalcross/A.java and totalcross/android/ Then i added to the exclusion list: tc/ Eclipse correctly ignores the files when they are compiling: in the

Re: [android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread Wayne Wenthin
I was just pointing it out as an example of what might be going on. Honestly I can't get into it. I love all your other games and am jealous of the chat feature though. On Tue, Dec 22, 2009 at 12:17 PM, Dan Sherman impact...@gmail.com wrote: Bah (sorry to hijack) If you can't download the

[android-developers] Unable to Unlink Errors

2009-12-22 Thread Andrew Huff
I'm getting some errors I can't seem to get rid of. The application I'm working on installs alright but when it's started it stops the loading process telling me an error has occurred. Upon looking at the log there are ten apparent issues all revolving around the graphic files for the application.

Re: [android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread Dan Sherman
No worries, was just making sure you could get it if you wanted :) - Dan On Tue, Dec 22, 2009 at 3:45 PM, Wayne Wenthin wa...@fuligin.com wrote: I was just pointing it out as an example of what might be going on. Honestly I can't get into it. I love all your other games and am jealous of

[android-developers] Re: JDBC Driver for SQLiteDatabase

2009-12-22 Thread jotobjects
On Dec 19, 2:05 am, kristianlm kristianl...@gmail.com wrote: hi Elliott, what exactly does it mean that the driver is unsupported and that it shouldn't be used? The SQLite driver could change in a future a release. It is undocumented because you should not rely on the API for the driver.

[android-developers] creating android user libraries (without resources)

2009-12-22 Thread guiha...@gmail.com
Hi, I already searched for this, but users mostly want to share resources, and the only resource my app has is an icon. I have an application and a set of java classes. What would be the best approach? 1. Application A uses a class B that is inside the library or 2. Application A calls an

[android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread Seni Sangrujee
The timing of this is unfortunate. I'm not anticipating an answer from Google any time soon as many folks there might gone on vacation this week. We might be on our own here for the time being. If the issue is just that installs aren't getting tracked properly as actives, that's not too bad.

[android-developers] Changing text color when text is selected in EditText

2009-12-22 Thread sansu
Hi, I need to change the text color of the selected (highlited) text in an EditText. I tried like android:state_selected=true android:color=@android:color/white but it is not working. Can any one guide me where to set the color? Thanks, San -- You received this message because you are

Re: [android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread Justin Giles
My stats trended the same way as you reported. My app was updated targeting the 1.5 sdk with minsdkversion = 3. No changes have been made to those settings since I released the app almost 2 months ago. On Tue, Dec 22, 2009 at 3:04 PM, Seni Sangrujee sangru...@gmail.com wrote: The timing of

[android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread Al
I'm seeing this also, a 20% drop over the last 2 days. I released an update on the 18th. My app is minSdk 3 and targetSdk 6. Seni Sangrujee wrote: The timing of this is unfortunate. I'm not anticipating an answer from Google any time soon as many folks there might gone on vacation this week.

Re: [android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread Greg Donald
On Tue, Dec 22, 2009 at 3:23 PM, Justin Giles jtgi...@gmail.com wrote: My stats trended the same way as you reported.  My app was updated targeting the 1.5 sdk with minsdkversion = 3.  No changes have been made to those settings since I released the app almost 2 months ago. Same here. I

[android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread Seni Sangrujee
Another theory to throw out there is that when people get a notification that there's an update available for an app, they think oh yeah, I forgot I had installed that app. better uninstall it to free up space. I've done this several times. But the question here is why in the past deploying an

[android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread Seni Sangrujee
The Droid 2.0.1 OTA update uninstall theory is an interesting one. 1. Here's some reports of apps uninstalled after the 2.0.1 OTA update: http://androidforums.com/updates-cupcakes/25656-android-update-12-10-09-issues-motorola-droid.html Updated my droid today - so far the only issue is it

[android-developers] Re: integration testing with content provider

2009-12-22 Thread Diego Torres Milano
An alternative solution to the problem can be found at http://dtmilano.blogspot.com/2009/12/android-testing-contentprovider.html. Basically it creates a new class ActivityAndContentProviderInstrumentationTestCase2T,P which automates part of the process of writing integration tests of Activities

[android-developers] Re: Droid - How to create a top bar notification during calls.

2009-12-22 Thread Matt
Dianne, Is it safe to assume this intentional, or should I file a bug? I noticed the Droid advertisement advertised it as a feature. Regards, Matt On Dec 21, 12:48 pm, Matt hansen.matt...@gmail.com wrote: My problem is specific to the Droid. I can successfully post notifications during

[android-developers] Re: Problem in Layout

2009-12-22 Thread jean-guys
First off I apologize but I'm having a hard time understanding your intent based on your language, but I'll try to help with what I understand. The android:gravity attribute affects the layout of content within the view, not how a view is laid out within a layout manager. It sounds like what you

Re: [android-developers] Re: Droid - How to create a top bar notification during calls.

2009-12-22 Thread Dianne Hackborn
As far as I know it works fine. If you want to file a bug, please make sure you include a full application (ideally with source code) reproducing the problem with complete steps to reproduce. Fwiw, I just tried setting an alarm on my Droid and having it go off while in a call, and the

[android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread dadical
Same thing with my application, Screebl. Dropped by around 10% in one night. I've released lots of updates over the past few months, averaging about one/week, and have never seen this happen. Perhaps Google has changed the definition of an active installation? Disturbing as active install

Re: [android-developers] Re: Droid - How to create a top bar notification during calls.

2009-12-22 Thread David Overcash
Before you file a bug - try to test this on at least one REAL phone besides the emulators. There's a good chance your bug is really just incorrect code that fails on all hardware, not just the Droid. -David On Tue, Dec 22, 2009 at 3:33 PM, Dianne Hackborn hack...@android.comwrote: As far as I

[android-developers] Re: Droid - How to create a top bar notification during calls.

2009-12-22 Thread Matt
As mentioned earlier, I have tested it on a REAL phone. The G1 and the Droid. On Dec 22, 4:11 pm, David Overcash funnylookin...@gmail.com wrote: Before you file a bug - try to test this on at least one REAL phone besides the emulators.  There's a good chance your bug is really just incorrect

[android-developers] Re: Droid - How to create a top bar notification during calls.

2009-12-22 Thread Matt
Interesting that your alarm works. The Droid I have tested with is in Verizon's network, and I am firing the event from a service. Thanks for your help. Matt On Dec 22, 3:33 pm, Dianne Hackborn hack...@android.com wrote: As far as I know it works fine.  If you want to file a bug, please make

[android-developers] Re: Screen Widget update time (android:updatePeriodMillis)

2009-12-22 Thread bmic.universita...@gmail.com
My friend, it's true on 1.6 foward this does not work any more, you will have to set a alarm for it. The minimum update for 1.6 foward is 30 seconds(3 miliseconds). On 20 dez, 15:55, gmad madajc...@gmail.com wrote: I am creating my widget, witch should check the free space on SDCard. I set

  1   2   >