[android-developers] Re: Strange device?

2011-06-20 Thread Zsolt Vasvari
Yeah, you are right. It has to be this phone being tested by somebody. One of the 4 modes are: •Tablet Mode with one application spread across both screens for a full 4.7-inch viewing area 800x960 On Jun 20, 1:41 pm, Jitesh dedhiya jitesh.dedh...@gmail.com wrote: Yeah i think its not

[android-developers] Re: Dialog and Progress Dialog issues on Orientation Change

2011-06-20 Thread Zsolt Vasvari
I've taken care of the dialog's on rotation issue with a custom pattern. I posted it here a few months ago, but was shut down by people. It's not that simple, but it works very well and the dialogs are preserved perfectly. If you care, I can post my solution again. On Jun 20, 1:08 pm,

Re: [android-developers] skia / purging [x]k from font cache [y entries] - what does it mean? was Re: Custom Fonts

2011-06-20 Thread Adam Ratana
Thank you for responding; it seems to be freeing up quite often, probably several to more than several meg of memory a second (if the numbers are right), depending on how often the view is invalidated. I know we are working with limited heap space, is this something we can optimize in our

[android-developers] Re: Shape having two sided border

2011-06-20 Thread Sapna Srivastav
?xml version=1.0 encoding=utf-8? RelativeLayout android:layout_width=wrap_content xmlns:android=http://schemas.android.com/apk/res/android; android:background=#ff android:layout_height=fill_parent ImageView android:layout_width=wrap_content android:id=@+id/

Re: [android-developers] skia / purging [x]k from font cache [y entries] - what does it mean? was Re: Custom Fonts

2011-06-20 Thread Romain Guy
Skia's font cache doesn't count towards your heap limit. On Sun, Jun 19, 2011 at 11:19 PM, Adam Ratana adam.rat...@gmail.com wrote: Thank you for responding; it seems to be freeing up quite often, probably several to more than several meg of memory a second (if the numbers are right),

Re: [android-developers] skia / purging [x]k from font cache [y entries] - what does it mean? was Re: Custom Fonts

2011-06-20 Thread Adam Ratana
Thanks for the speedy replies Romain and Diane. I take it now that we should not worry about it, beyond the typical known concerns for real-time drawing and rendering, etc. Appreciated -- Adam On Monday, June 20, 2011 2:22:14 AM UTC-4, Romain Guy (Google) wrote: Skia's font cache doesn't

[android-developers] Re: Android Market Developer Console not updating

2011-06-20 Thread Yenchi
I keep a spreadsheet which I update everyday, and I do observe that on some of my less popular apps the install count freezes for a week while active install count do get updated everyday regardless of popularity... but maybe it's just me... On Jun 19, 2:38 pm, Didier Girard

Re: [android-developers] Re: Android Market Developer Console not updating

2011-06-20 Thread Nikolay Elenkov
On Mon, Jun 20, 2011 at 3:47 PM, Yenchi yen...@gmail.com wrote: I keep a spreadsheet which I update everyday, and I do observe that on some of my less popular apps the install count freezes for a week while active install count do get updated everyday regardless of popularity... There's an

[android-developers] help/ Captcha Image in Android

2011-06-20 Thread Look
I'm trying to implement captcha image in my sign up page. Can any one tell me how to do? Thanks in Advance Cibin -- 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] Re: Diagram of Android internals

2011-06-20 Thread Constantine
Thank you. Fixed. On Jun 18, 12:31 am, Indicator Veritatis mej1...@yahoo.com wrote: You probably already know, but I will just say it to make sure it isn't forgotten: 'Virtual' is mis-spelled. On Jun 13, 8:05 am, Constantine conan...@gmail.com wrote: Hi Android developers, I am

[android-developers] Does android os 2.1 support bluetooth printing

2011-06-20 Thread ABS
Hello , I am working on one application where i have to print data directly on the bluetooth printer, is it possible? if yes how? Is there is need to have both server and client to print data on printer? I am expecting response ASAP, Bcz app in release mode. Thanks in

[android-developers] Re: help/ Captcha Image in Android

2011-06-20 Thread Zsolt Vasvari
Which part? How to draw the captcha? How to intercept the user touching it? How to validate it? Or would you just like the full source? On Jun 20, 3:02 pm, Look cibin.p.oom...@gmail.com wrote: I'm trying to implement captcha image in my sign up page. Can any one tell me how to do? Thanks

Re: [android-developers] Re: SSL Socket Connection fails after network cut

2011-06-20 Thread Lorie Pisicchio
OK, just because it is very frustrating to see post with unsolved problems, I managed to solve mine, and wanted to let you know. Actually, after a disconnection, the socket was closed by my server application. When the network was back, my Android app send a request to the server that was not

[android-developers] Re: NFC Secure Element

2011-06-20 Thread Markus
Hi Michael, On 19 Mai, 00:59, Michael Roland mi.rol...@gmail.com wrote: Regarding an external secure element on the UICC (SIM card): Partly yes. You can activate an SWP-UICC as secure element. But access is limited to external readers for the moment. Until now, there is no known way to get

[android-developers] Re: Dialog and Progress Dialog issues on Orientation Change

2011-06-20 Thread sahana uday
Hi, I have getLastNonConfigurationInstance(...) to preserve the instance of asynctask and re-execute it on orientation change. It works fine from Portrait to Landscape mode. But again from Landscape to Portrait it fails with the same Exception. Don't know why?? On Jun 20, 10:08 am, William

[android-developers] Re: Dialog and Progress Dialog issues on Orientation Change

2011-06-20 Thread sahana uday
Ya sure I would like to take a look at it. Thanks alot. On Jun 20, 11:10 am, Zsolt Vasvari zvasv...@gmail.com wrote: I've taken care of thedialog'son rotationissuewith a custom pattern.  I posted it here a few months ago, but was shut down by people.  It's not that simple, but it works very

[android-developers] Re: help/ Captcha Image in Android

2011-06-20 Thread Look
Hi,as the starting point i need how to draw captcha in my sign up page... please reply at the earliest. -- 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: help/ Captcha Image in Android

2011-06-20 Thread Zsolt Vasvari
Generate the captcha bitmap, and set the generate bitmap to an ImageView. On Jun 20, 4:19 pm, Look cibin.p.oom...@gmail.com wrote: Hi,as the starting point i need how to draw captcha in my sign up page... please reply at the earliest. -- You received this message because you are subscribed

[android-developers] Re: help/ Captcha Image in Android

2011-06-20 Thread Look
can u send me the source code please -- 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/ Captcha Image in Android

2011-06-20 Thread Mohammed Hossain Doula
Why are you looking for the source code here? Just try to generate the captcha image by some algorithm. On Mon, Jun 20, 2011 at 2:23 PM, Look cibin.p.oom...@gmail.com wrote: can u send me the source code please -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: help/ Captcha Image in Android

2011-06-20 Thread Zsolt Vasvari
The source code to setting the bitmap is ImageView view; imageView.setImageBitmap(myCaptchaBitmap); As far as how to generate the captch bitmap, it's NOT an Android question for the most part. If you don't know how, you won't be able to do it as it is a very difficult computer science problem

[android-developers] Re: help/ Captcha Image in Android

2011-06-20 Thread Look
@Zsolt Vasvari: Thankyou for helping 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

Re: [android-developers] Re: help/ Captcha Image in Android

2011-06-20 Thread Nasif Noorudeen
generate text in randow bu using srandom random , convert nuber to text draw the text as a bitmap On Mon, Jun 20, 2011 at 2:03 PM, Look cibin.p.oom...@gmail.com wrote: @Zsolt Vasvari: Thankyou for helping me -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Dialog and Progress Dialog issues on Orientation Change

2011-06-20 Thread Zsolt Vasvari
All my dialogs are their own classes. They don't extend from anything. The beaury of this pattern that DialogClass can contain many different real Dialog objects and they are usuable from Acitvity to Activity: The DialogClass is the container for the real Dialog objects. It has a dialog

[android-developers] How to interrupt restarting the current application after install an apk

2011-06-20 Thread June Hello
Dear All, I use my application to install another apk. however, I find that after the installation, my application will re-run from the method onCreate(), is there any way to interrupt it? I just wanna exit from my own application after installation, never to restart it again. Best regards!

Re: [android-developers] Re: Google removed 10 mallware apps - I'm affected. Please help

2011-06-20 Thread Lenn Dolling
whoo hoo! In the last 3 days I worked hard to put out a title that might get me more downloads check it out. Vancouver Riots The Game 2011 http://www.facebook.com/pages/Vancouver-Riots-The-Game-2011/180693255322974?sk=wall :) Not better than a lightbulb. I just wanted to bring some global

[android-developers] ADIF Decoder Support

2011-06-20 Thread Pandi
Hi, is decoder in android stagefright support ADIF format? We tried to develop ADIF parser for the stagefright decoder. But parser is unable to play after two frames. So please clarify the stagefright decoder support on this. Thanks Regards, Pandi K -- You received this message because you

[android-developers] how to record with mediarecord with specific encoding type?

2011-06-20 Thread Hitendrasinh Gohil
Hi, can anybody tell me how can i record with mediarecord with specific encoding type? i have used MediaRecorder.AudioEncoder.AMR_NB and with no encoder.These files are played by android and vlc but not by windows media player .so is there any common encoding scheme that is playable in all

Re: [android-developers] How to interrupt restarting the current application after install an apk

2011-06-20 Thread Saurav
Have you tried calling finish() after your apk installation procedure? Regards, Saurav Mukherjee. On Mon, Jun 20, 2011 at 2:53 PM, June Hello junehelloworld.he...@gmail.comwrote: ation to install another apk. however, I find that after the installation, my application will re-run from

[android-developers] Re: NFC APDU Issue using IsoDep Tag

2011-06-20 Thread chavezirl
Bump... Anyone have a thought on this? Thanks again -- 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] How to remove Top Activity from Display Stack

2011-06-20 Thread Jey
I want to Remove top activity from display stack , FLAG_ACTIVITY_CLEAR_TOP helps me to do this but not in all cases, this flag helps when i Manually launch a particular activity and removes top activity from stack ,But when i bring my application from Home Screen , by default top activity only

[android-developers] MonkeyRunner Enhanced scripts

2011-06-20 Thread Gaytri Batra
Hello All, right now i am working on monkeyrunner tool to automate test cases of android playready application. I have completed with one module , but when we started executed I analyzed that it required same manual intervention as is required for manual testing. I want to enhance my scripts so

Re: [android-developers] How to interrupt restarting the current application after install an apk

2011-06-20 Thread June Hello
I have called the finish() method after the apk is installed, I receive the PACKAGE_ADD broadcast and in this broadcastreceiver I send another broadcast, like this: sendBroadcast(intent); // another broadcast to do something, after this I want to finish my app this.finsh(); If I press the Open

Re: [android-developers] How to remove Top Activity from Display Stack

2011-06-20 Thread Kostya Vasilyev
You can try clearTaskOnLaunch in the activity or finishTaskOnLaunch for a particular activity. You can also try FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET. Home screen shortcuts are launched with FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_RESET_TASK_AS_NEEDED, I'd recommend read up on them first. --

[android-developers] SQLiteOpenHelper

2011-06-20 Thread Jorge Luis
Hi guys, i have a class dbHelper which creates my database, it's a SQLiteOpenHelper. So if i reffer to it like dBHelper base = new dbHelper(this); and then SQLiteDatabase db = base.GetWritableDatabase(); it should work, right? But when i try db.insert(TABLE, NULL, VALUES); it does not show

[android-developers] which is the best way to change layout from server?

2011-06-20 Thread Hitendrasinh Gohil
Hi, how can i set the layouts of an app from server. i.e user having a account on web can select layout(images) from server and that should be refleted in his app. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Image Instance on Android

2011-06-20 Thread gaara
Hi group, I wanna know what's the result or the structure of the preview on Android. Peace, Gaara -- 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

Re: [android-developers] Does android os 2.1 support bluetooth printing

2011-06-20 Thread Mark Murphy
On Mon, Jun 20, 2011 at 3:33 AM, ABS ravi.chavan...@gmail.com wrote:        I am working on one application where i have to print data directly on the bluetooth printer, is it possible? I am not aware of Android supporting printing in any form as part of the OS -- any printing solutions, if

[android-developers] Re: How to remove Top Activity from Display Stack

2011-06-20 Thread Jey
Hi Kostya, i tried with FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET but still my second activity comes foreground , i have a service with two activities FirstActivity-- myService-- secondActivity I finish() the secondActivity in backclick , when i using home button to launch my

Re: [android-developers] Re: How to remove Top Activity from Display Stack

2011-06-20 Thread Kostya Vasilyev
Try setting clearTaskOnLaunch on the launcher / home activity (which I assume is FirstActivity). 2011/6/20 Jey jp9894562...@gmail.com Hi Kostya, i tried with FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET but still my second activity comes foreground , i have a service with two activities

[android-developers] textview and unicode

2011-06-20 Thread dashman
i'm setting some text into textview .setText( \u2399 ); not working - shows up as a box. help! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] Re: How to remove Top Activity from Display Stack

2011-06-20 Thread jeyaprakash chinaraj
hi Kostya, i set everything pls have look at below code My *FirstActivity* activity android:name=com.android.test.LauncherActivity android:label=@string/app_name android:clearTaskOnLaunch=true intent-filter action android:name=android.intent.action.MAIN / category

[android-developers] Re: textview and unicode

2011-06-20 Thread Zsolt Vasvari
Maybe because it IS a box? http://www.fileformat.info/info/unicode/char/2399/index.htm On Jun 20, 8:25 pm, dashman erjdri...@gmail.com wrote: i'm setting some text into textview .setText( \u2399 ); not working - shows up as a box. help! -- You received this message because you are

[android-developers] Re: textview and unicode

2011-06-20 Thread Zsolt Vasvari
In any case, most likely the Droid font doesn't include a glyph for that code point. On Jun 20, 8:31 pm, Zsolt Vasvari zvasv...@gmail.com wrote: Maybe because it IS a box? http://www.fileformat.info/info/unicode/char/2399/index.htm On Jun 20, 8:25 pm, dashman erjdri...@gmail.com wrote:

[android-developers] Re: textview and unicode

2011-06-20 Thread dashman
Maybe because it IS a box? i'm not an imbecile...at least yet. http://www.alanwood.net/unicode/miscellaneous_technical.html any help on unicode glyphs available on androids. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: How to remove Top Activity from Display Stack

2011-06-20 Thread Kostya Vasilyev
Try removing category.DEFAULT from the launcher activity - I think it's getting in the way. -- Kostya 2011/6/20 jeyaprakash chinaraj jp9894562...@gmail.com hi Kostya, i set everything pls have look at below code My *FirstActivity* activity

Re: [android-developers] Re: textview and unicode

2011-06-20 Thread Kostya Vasilyev
Ok, maybe I am an imbecile, but it looks like a box to me on that page. And here too: http://www.fileformat.info/info/unicode/char/2399/index.htm -- Kostya 2011/6/20 dashman erjdri...@gmail.com Maybe because it IS a box? i'm not an imbecile...at least yet.

[android-developers] Re: Any way Application Publisher get to know details on users who bought the application from Market?

2011-06-20 Thread vaidyanet
Thanks for the reply. On Jun 18, 2:39 am, Paulo Morandi psmora...@gmail.com wrote: Humm.. I don't think you can do such thing.. but do you think that your solution will successfully detects if the user is cheating? I think if they can break the google's verification, they will break yours

[android-developers] Re: textview and unicode

2011-06-20 Thread Zsolt Vasvari
That glyph isn't even in standard Windows fonts, so I'd say, no, the Android font won't have it. There is an app called Unicode Map, and it shows the square. So you are out of luck. If you want to display it, you will need to use your own font. On Jun 20, 8:51 pm, dashman erjdri...@gmail.com

[android-developers] Aw: SQLiteOpenHelper

2011-06-20 Thread jjoe64
hi first, you should have a look at logcat. did you set up your db helper properly (constructor must call super-constructor, oncreate must create the table(s))? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Get Byte[] as a result of the preview with Android Camera

2011-06-20 Thread gaara
Hi group, how to get the Byte[] from the camera on Android, which method or which parameter can help me to do that;; Peace, Gaara -- 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] Aw: SQLiteOpenHelper

2011-06-20 Thread Jorge Luis
It both does work. Is there somethign wrong with this query? Cursor r = DB.query(Notas, (new String[]{Nota}), null, (new String[]{fgCompromisso=0}), null, null, null); 2011/6/20 jjoe64 g.jjo...@googlemail.com hi first, you should have a look at logcat. did you set up your db helper

[android-developers] Setting Drawable Background Color

2011-06-20 Thread Jake Colman
Given that I have an integer value representing a color with an included alpha (opacity) value, how do I set that value in a drawable in order to change its background? The Drawable setColorFilter() method takes a color value and a color filter. This method sounds promising since it accepts a

Re: [android-developers] Aw: SQLiteOpenHelper

2011-06-20 Thread Jonas Gehring
does the insert call, returns 1 or 0 ? it should return 1, otherwise there's an error. the query looks okay for me. try to query without any filter? just DB.query(Notas, null, null, null, null, null, null) ... 2011/6/20 Jorge Luis jorgelferr...@gmail.com It both does work. Is there somethign

Re: [android-developers] Aw: SQLiteOpenHelper

2011-06-20 Thread Jonas Gehring
does the insert call, returns 1 or 0 ? it should return 1, otherwise there's an error. the query looks okay for me. try to query without any filter? just DB.query(Notas, null, null, null, null, null, null) ... 2011/6/20 Jorge Luis jorgelferr...@gmail.com It both does work. Is there somethign

[android-developers] Re: Setting Drawable Background Color

2011-06-20 Thread Zsolt Vasvari
To color a BW image, I use setColorFilter(color, Mode.MULTIPLY)) On Jun 20, 9:42 pm, Jake Colman col...@ppllc.com wrote: Given that I have an integer value representing a color with an included alpha (opacity) value, how do I set that value in a drawable in order to change its background?

Re: [android-developers] Aw: SQLiteOpenHelper

2011-06-20 Thread Jorge Luis
Actually my problem was all over the query, i did a rawQuery and worked fine Bazinga! :P -- 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

[android-developers] Google Reader

2011-06-20 Thread harsh chandel
I want to integrate Google reader in my application, Is there any api available? Or please suggest me a suitable way to do that. -- 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: GAE and Android

2011-06-20 Thread JP
As far as I can tell the significant log is: 06-20 09:18:08.952: ERROR/AndroidRuntime(359): Internal Server Error (500) - Internal Server Error The Android http client reached out to the web server which read back a 500 error. Happens on occasion. Either you haven't set up your GAE app

[android-developers] Help Fixing a 9-patch

2011-06-20 Thread Jake Colman
I realize that this is not a programming question but I'm hoping someone here can help with a quick solution. I have a 9-patch file that I use as my widget background. I did not create it, I found it on the web. I am using the image as both a 1x1 and 2x1 background depending on the widget

[android-developers] Re: textview and unicode

2011-06-20 Thread Yahel
As Zsolt and Kostya already told you Android won't have a font that includes such special characters. The one you seem to want to use looks like a printer thingy. If you are trying to use unicode characters as icons then you'd better start using Pngs for your icons. Including a font that would

[android-developers] android sdk installation

2011-06-20 Thread kaushik p
Hi all I recently installed a new copy of android sdk on my new laptop . I used the same procedure to install it but the problem is i am not able to deploy the application directly onto my device . Please help me do this . On the emulator its working perfect . -- ThanksRegards Kaushik Pendurthi

Re: [android-developers] TabHost and TabWidget ?

2011-06-20 Thread Tor Norbye
This should be fixed in the newer rendering libraries. So either try changing the rendering target (a combobox in the configuration chooser above the layout editor) to 3.0 or 3.1, or, install the preview versions of the backports of the layout library to 2.x - see http://tools.android.com/download

[android-developers] Re: GAE and Android

2011-06-20 Thread gaara
Thanks for replay, i wanna ask a question how can i check that i have setup GAE correctly!!! Peace, Gaara On Jun 20, 1:59 pm, JP joachim.pfeif...@gmail.com wrote: As far as I can tell the significant log is: 06-20 09:18:08.952: ERROR/AndroidRuntime(359): Internal Server Error (500) - Internal

[android-developers] Re: Help Fixing a 9-patch

2011-06-20 Thread ThaMe90
What exactly is your problem? On 20 jun, 16:06, Jake Colman col...@ppllc.com wrote: I realize that this is not a programming question but I'm hoping someone here can help with a quick solution. I have a 9-patch file that I use as my widget background.  I did not create it, I found it on the

Re: [android-developers] Help Fixing a 9-patch

2011-06-20 Thread Nikolay Elenkov
On Mon, Jun 20, 2011 at 11:06 PM, Jake Colman col...@ppllc.com wrote: I realize that this is not a programming question but I'm hoping someone here can help with a quick solution. I have a 9-patch file that I use as my widget background.  I did not create it, I found it on the web.  I am

[android-developers] Java Developer || Wilmington, De || 6+ Month Contract (Local Only )

2011-06-20 Thread Steven Smith
Hi *Business Partner,* Hope you are doing well today, This is *Steven Smith* from *Panzer Solutions* looking for *Java Developer*for our client in *Wilmington, DE(Loca)*. Please let me know if you have anyone available for the below position. *Job Title : Java Developer Location : Wilmington,

Re: [android-developers] Help Fixing a 9-patch

2011-06-20 Thread Kostya Vasilyev
It looks fine, and enlarges properly in draw9patch. Are you certain the layout where it's used as the background actually gets larger width and / or height? Try setting android:background=#FF008040 or some such to check. -- Kostya 2011/6/20 Nikolay Elenkov nikolay.elen...@gmail.com On Mon,

[android-developers] Re: Strange device?

2011-06-20 Thread Dan
My bet is the Motoroal Ruth/Flipout http://phandroid.com/motorola-flipout/ On Jun 19, 6:56 pm, Zsolt Vasvari zvasv...@gmail.com wrote: As part of my app, if I notice a screen size/DPI combo I haven't tested on, I pop-up a dialog and ask the user to send me an e-mail about that. Here's what

[android-developers] Please help ---- geting error to send httpPost to server

2011-06-20 Thread Rocky
hi all, I'm getting error while sending data to server 06-20 21:19:35.796: WARN/System.err(374): java.lang.IllegalArgumentException: Illegal character in query at index 93: http://79.11.13.17/RestaurantPOSNew/ProcessOrder.aspx?order_id=4table_no=14order_items=[{

[android-developers] In-App Billing

2011-06-20 Thread Ryan Mattison
Hello, I'm currently looking at using the in-app billing process, and a few things worry me. On - http://developer.android.com/guide/market/billing/billing_overview.html If your device is running Android 3.0, in-app billing requires version 5.0.12 (or higher) of the MyApps application. If your

Re: [android-developers] Re: Camera bitmap too small

2011-06-20 Thread J Handal
Hi Fina, uses-permission android:name=android.permission.CAMERA / uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE / and new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); But doesn't store the picture in the native App Gallery I'm using the Motorola Xoom

[android-developers] Re: Help Fixing a 9-patch

2011-06-20 Thread Jake Colman
Using some new preference settings in my widget, the user can completely replace the background image with a color. When I do that, the painted area is quite a bit larger than the area covered when I use the background image. I think that is the equivalent of what you asked me to check,

Re: [android-developers] Re: Help Fixing a 9-patch

2011-06-20 Thread Kostya Vasilyev
I just dropped the image into my project, and set it as an android:background for a layout (activity, not wiget). It worked fine. It's a good sign that your widget is getting filled with color - perhaps there is something unusual about how you set the background? I would try the simplest thing

Re: [android-developers] In-App Billing

2011-06-20 Thread Kostya Vasilyev
Yeah, that link is broken for me as well, but your second link is actually the same help content, just linked differently. The Droid Incredible is about a year old, there is no way it could have Market 2.3 in its original firmware, as that only started to show up in February (IIRC) of this year.

[android-developers] Where to fill bug/feature request agains Market console?

2011-06-20 Thread Marcin Orlowski
Hi, Is there any place Market team reads I could use to share my thoughts on it? It's quite frustrating that most likely Market ecosystem devs seem not to use Market as device devs otherwise these two features (among others) would hit them quickly: - setting price of paid apps is broken - assume

Re: [android-developers] Where to fill bug/feature request agains Market console?

2011-06-20 Thread Kostya Vasilyev
Please see this: http://www.google.com/support/androidmarket/developer/bin/answer.py?answer=136601hl=en And specifially, this for Dev Console issues: http://www.google.com/support/androidmarket/developer/bin/request.py?contact_type=bugs -- Kostya 2011/6/20 Marcin Orlowski

Re: [android-developers] Where to fill bug/feature request agains Market console?

2011-06-20 Thread Marcin Orlowski
On 20 June 2011 18:53, Kostya Vasilyev kmans...@gmail.com wrote: Hi And specifially, this for Dev Console issues: I hoped there's something more serious than this infamous fill-this-form-and-we-wont-reply-anyway thing. Thanks. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* -

Re: [android-developers] Acer A500 is not showing in DDMS

2011-06-20 Thread Marcin Orlowski
On 18 June 2011 22:36, Rocky rkjhaw1...@gmail.com wrote: Hi All, I install the proper driver from Acer.com (USB Driver_Acer_1.06.1500_A30H_A500) and did setting from SEtting-Application-USB Debugging-yes But still my emulator DDMS not showing as a device. Did i'm missing any setting. My

Re: [android-developers] which is the best way to change layout from server?

2011-06-20 Thread TreKing
On Mon, Jun 20, 2011 at 6:25 AM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: how can i set the layouts of an app from server. i.e user having a account on web can select layout(images) from server and that should be refleted in his app. Write code to download layouts from a

Re: [android-developers] Image Instance on Android

2011-06-20 Thread TreKing
On Mon, Jun 20, 2011 at 6:25 AM, gaara amellal.kamili...@gmail.com wrote: I wanna know what's the result or the structure of the preview on Android. http://www.catb.org/~esr/faqs/smart-questions.html

Re: [android-developers] Where to fill bug/feature request agains Market console?

2011-06-20 Thread Chris
I used this once and got a reply from an actual human being within an hour. -- 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

Re: [android-developers] Where to fill bug/feature request agains Market console?

2011-06-20 Thread Chris
the second link, I mean. -- 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

Re: [android-developers] Google Reader

2011-06-20 Thread TreKing
On Mon, Jun 20, 2011 at 8:51 AM, harsh chandel harshdchan...@gmail.comwrote: I want to integrate Google reader in my application, Is there any api available? Al Gore invented the internet to answer these types of basic questions.

[android-developers] Re: Image Instance on Android

2011-06-20 Thread gaara
ok could i say i wanna to extract the Byte[] which contains the image's informations Peace, Gaara On Jun 20, 5:17 pm, TreKing treking...@gmail.com wrote: On Mon, Jun 20, 2011 at 6:25 AM, gaara amellal.kamili...@gmail.com wrote: I wanna know what's the result or the structure of the preview on

Re: [android-developers] android sdk installation

2011-06-20 Thread TreKing
On Mon, Jun 20, 2011 at 9:12 AM, kaushik p kaushiks...@gmail.com wrote: the problem is i am not able to deploy the application directly onto my device . Please help me do this If that is the extent of the information you have to provide about your problem, you're never getting any help.

Re: [android-developers] Acer A500 is not showing in DDMS

2011-06-20 Thread Rocky
HI thank for reply, I did all stuff, restart adb, eclipse, system and while installing i unplugged the the device. but still facing same problem. On Mon, Jun 20, 2011 at 10:43 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: On 18 June 2011 22:36, Rocky rkjhaw1...@gmail.com wrote: Hi

Re: [android-developers] TabHost and TabWidget ?

2011-06-20 Thread Simon Platten
According to the Android link I posted earlier, this functionality has been available since version 1 of the API. My target is currently set for Android 2.1 http://developer.android.com/reference/android/widget/TabWidget.html Top right, Since: API Level

[android-developers] Re: Help Fixing a 9-patch

2011-06-20 Thread Jake Colman
Kostya, The background is specified in XML exactly as you suggested. When I click and hold on the widget to drag it, Android's outline box is larger than the widget itself. If I write code to invoke setBackgroundColor() in lieu of setbackgroundresource() the color fills in a larger square than

Re: [android-developers] TabHost and TabWidget ?

2011-06-20 Thread Tor Norbye
On Mon, Jun 20, 2011 at 10:26 AM, Simon Platten simonaplat...@googlemail.com wrote: According to the Android link I posted earlier, this functionality has been available since version 1 of the API.  My target is currently set for Android 2.1

[android-developers] constructor problem

2011-06-20 Thread אריאל
hello sorry about my english... i have a class settingM: static SharedPreferences myPreferences; public final String PREF_FILE_NAME = PrefFile; public settingM() { myPreferences = getSharedPreferences(PREF_FILE_NAME, MODE_WORLD_READABLE); } when i create a obj from this class i get the

Re: [android-developers] Re: Help Fixing a 9-patch

2011-06-20 Thread Kostya Vasilyev
The file is a nine-patch, and should fill the view automatically. And I'm sorry to say, it does that just fine for all my widgets. If you think the issue is with this particular file, you could try testing with one of the nine-patches under android-sdk-root\platforms\android-X\data\res. Other

Re: [android-developers] constructor problem

2011-06-20 Thread TreKing
On Mon, Jun 20, 2011 at 12:54 PM, אריאל arielgordon...@gmail.com wrote: when i create a obj from this class i get the force close message what the problem with the constructor? What does the LogCat say?

Re: [android-developers] constructor problem

2011-06-20 Thread אריאל
06-20 17:30:52.020: ERROR/AndroidRuntime(17614): java.lang.RuntimeException: Unable to start activity ComponentInfo{Hello.ariel/Hello.ariel.road}: java.lang.NullPointerException 2011/6/20 TreKing treking...@gmail.com On Mon, Jun 20, 2011 at 12:54 PM, אריאל arielgordon...@gmail.com wrote:

Re: [android-developers] TabHost and TabWidget ?

2011-06-20 Thread Simon Platten
Thank you, I think I'll give it a miss in that case until its fixed for older API's, as I want to make the application available to a wider audience. On 20/06/2011 6:36 PM, Tor Norbye wrote: On Mon, Jun 20, 2011 at 10:26 AM, Simon Platten simonaplat...@googlemail.com wrote: According to

Re: [android-developers] TabHost and TabWidget ?

2011-06-20 Thread Tor Norbye
On Mon, Jun 20, 2011 at 11:06 AM, Simon Platten simonaplat...@googlemail.com wrote: Thank you, I think I'll give it a miss in that case until its fixed for older API's, as I want to make the application available to a wider audience. I think we're talking about different things. The TabHost

Re: [android-developers] constructor problem

2011-06-20 Thread TreKing
On Mon, Jun 20, 2011 at 1:03 PM, אריאל arielgordon...@gmail.com wrote: 06-20 17:30:52.020: ERROR/AndroidRuntime(17614): java.lang.RuntimeException: Unable to start activity ComponentInfo{Hello.ariel/Hello.ariel.road}: java.lang.NullPointerException Something is null. Use your debugger and

Re: [android-developers] TabHost and TabWidget ?

2011-06-20 Thread Simon Platten
Ok, Thank you for explaining that, I'll take a look. Regards, Sy On 20/06/2011 7:23 PM, Tor Norbye wrote: On Mon, Jun 20, 2011 at 11:06 AM, Simon Platten simonaplat...@googlemail.com wrote: Thank you, I think I'll give it a miss in that case until its fixed for older API's, as I want to make

[android-developers] Aw: Please help ---- geting error to send httpPost to server

2011-06-20 Thread jjoe64
you have to encode your url. Something like that: url = URLEncoder.encode(url, UTF-8) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Re: Does android os 2.1 support bluetooth printing

2011-06-20 Thread Simon Jackson
Should be something like 1. Find UUID of printer device service 2. Open encrypted rfcomm to already paired device (so don't need BT admin permission only BT permission) 3. Send byte stream over the socket 4. Close socket. You will need the escape codes for the printer too depending on if it

  1   2   3   >