[android-developers] Re: how to convert colour image to black and white

2011-01-06 Thread ko5tik
If this a preview image, chances are that it has luminance first in data array. Check memory layout of format supplied by camera. On Jan 5, 10:02 am, Zsolt Vasvari zvasv...@gmail.com wrote: What have you tried so far? On Jan 5, 3:45 pm, sudha sudhagupta2...@gmail.com wrote: Hello all,

Re: [android-developers] Re: Virtual Keyboard covers EditText

2011-01-06 Thread Nasir Ibrahim
Thanks Federico, I've tried using ListView within Scrollview but unfortunately ScrollView does not work with ListView! :( On Fri, Dec 31, 2010 at 7:50 PM, Federico Paolinelli fedep...@gmail.comwrote: Having your view wrapped into a scroll view should make the trick. ?xml version=1.0

[android-developers] Developing Phone

2011-01-06 Thread cuil yahoo
Hello, I am thinking of buying an android enabled phone for testing applications, emulator doesn't give the real feel. I would be glad, if someone could help me decide which model to buy. Citing pro's and con's of each would be helpful. Thanks . Cuil -- You received this message because you

[android-developers] Re: LVL: possible to check license for a different app?

2011-01-06 Thread andfan22
Thanks Zsolt - I agree I need to modify the LVL classes. I was just wondering if the change I had in mind is workable or if something would break when attempting to check the license of a different package. (I'll try it in due course, just don't want to start down a fruitless path if that can be

Re: [android-developers] Developing Phone

2011-01-06 Thread YoGenDr@ $iNgH
one more thing i want to add I want to know from where to buy .Is is avalible online On Thu, Jan 6, 2011 at 12:42 AM, cuil yahoo cuilya...@gmail.com wrote: Hello, I am thinking of buying an android enabled phone for testing applications, emulator doesn't give the real feel. I would be

[android-developers] Re: LVL: possible to check license for a different app?

2011-01-06 Thread andfan22
Thanks for your thoughts Brill. However, your solution is not very secure because it can be circumvented by anyone with root access. An attacker would just copy the paid app from a rooted phone and distribute it at will. At least if LVL is incorporated correctly into the code then the app must

[android-developers] Browser Video Plugin

2011-01-06 Thread yogi
Hi All, I just want to know when ever there is a video to play in a webpage(youtube.com) how browser invoke some other app for play the video, because my requirement is while playing the video then user presses the home key and again launches the browser. the Player should not be shown aagain.

[android-developers] Re: How to get new input language in to the android? Who decides which new input languages for an IME should be added?

2011-01-06 Thread Lado Kumsiashvili
Hi Marcin. I've framework ML seems to be deprecated. I've posted the issue now to the android-platform ML. Thanks. On 22 Dez. 2010, 14:03, Marcin Orlowski webnet.andr...@gmail.com wrote: On 22 December 2010 11:29, Lado Kumsiashvili herrl...@gmail.com wrote: Hi. There are a lot of

Re: [android-developers] How to access mail ?

2011-01-06 Thread Kostya Vasilyev
06.01.2011 10:18, Warren пишет: this Permission is define in packages/app/Email/AndroidManefest.xml and the level is android:protectionLevel=signatureOrSystem can any 3rd party app access mail content or other way to get content? signatureOrSystem means no. Wouldn't be very secure for other

[android-developers] Re: Trying to get my head around multi screen densities.

2011-01-06 Thread MrChaz
afaik The system should scale the images for you. -- 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] Browser Video Plugin

2011-01-06 Thread andy zhao
Basically, I got two ways to do this: 1.you can capture the home key enent or other key enents, and stop the video playback. 2.in onpause() method, close your player 2011/1/6 yogi yogi.ru...@gmail.com Hi All, I just want to know when ever there is a video to play in a webpage(youtube.com)

Re: [android-developers] Problem with application launch on emulator

2011-01-06 Thread Ajay Prabandham
Hi, Actually, i am first attempting to test my app on the SDK emulator. I haven't yet tested it on hardware. Does anyone have an idea about how to solve the problem on the emulator? Is there a directory on the phone/emulator where new applications (.apk files) are copied by default?

Re: [android-developers] Problem with application launch on emulator

2011-01-06 Thread Kumar Bibek
Its the same as it is on the emulator. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Thu, Jan 6, 2011 at 3:11 PM, Ajay Prabandham parth...@gmail.com wrote: Hi, Actually, i am first attempting to test my app on the SDK emulator. I haven't yet tested it on

[android-developers] Re: Need help for Bluetooth Opp transfer broadcast messages

2011-01-06 Thread Suresh Chandra Pal
Guys, I am still looking for some suggestion. Please help me out. On Tue, Jan 4, 2011 at 12:00 PM, Suresh Pal sureshchandra...@gmail.comwrote: Hi All, I am working on an application using bluetooth. I want to listen some events related to OPP receiving and sending. My main motive is to

[android-developers] NFC Card emulation and P2P

2011-01-06 Thread Ajith Kamath
Hi I saw your discussion on http://groups.google.com/group/android-developers/browse_thread/thread/165bad53856ea1/fb2620bb1002e5cd?lnk=gstq=nfc#fb2620bb1002e5cd My question is we have libnfc-nxp which seems to be entire protocol stack for nfc. For Card Emulation i went through the

[android-developers] Clickable ImageView with custom selector

2011-01-06 Thread Johannes De Smedt
Hello, In my application I need an ImageView that is clickable and that shows its selected state to the user. It should also be longClickable. My problem is that I when I set my ImageView clickable, my onClickListener is no longer called. And when I don't set my ImageView clickable, my selected

Re: [android-developers] Browser Video Plugin

2011-01-06 Thread YoGenDr@ $iNgH
@ andy Yes nice solution but i didn't know how to get the instance of already playing player. As it was launched by webkit framework or libwebcore. On Thu, Jan 6, 2011 at 1:35 AM, andy zhao zxganga...@gmail.com wrote: Basically, I got two ways to do this: 1.you can capture the home key

Re: [android-developers] How to handle the Power Button

2011-01-06 Thread Rocky
Hi, my broadcast receiver is not receiving power on or off message my broadcase receiver -- * import* android.content.BroadcastReceiver; * import* android.content.Context; * import* android.content.Intent; * import* android.util.Log; * public* *class* LockScreenReceiver *extends*

[android-developers] Backlight is blinking.

2011-01-06 Thread yogi
Hi All,, I am facing a problem, while working any operation on browser activity or when the phone screen lock(display timeout) my device back light blinks for 2-3 times. Anyone have any idea about this problem. Thanks in advance Regards Yogi -- You received this message because you are

[android-developers] Trying to get my head around multi screen densities. With more info

2011-01-06 Thread Damien Cooke
I have the following: supports-screens android:smallScreens=false android:normalScreens=false android:largeScreens=true android:anyDensity=true / My app currently only support the 480x800 screen size (I will be improving this, but that is how it is right now) my

[android-developers] list view row number.

2011-01-06 Thread Amit Mangal
Hi Any one, Is there any way to get row number in list view in which i clicked ? suppose that if i clicked on row 5 how can i get which number of roe i clicked ? thank you -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] How to use Android documentation ?

2011-01-06 Thread Yahel
Hi guys, I'm facing a productivity problem with Android. Basically, I can do whatever I want with the framework, I always find out a solution to everything I need to do. My problem is, I never find a solution/explanation on the Android developer web site. It just never happens. For example, I'm

Re: [android-developers] How to use Android documentation ?

2011-01-06 Thread Kumar Bibek
Agreed. I guess, it's not one of their priorities. But at this point in time, I haven;t come across a situation where I didn't get help when I am stuck. Documentation is important, sometimes. But personally speaking, instead of documentation, I rely more on samples and examples out here on the

[android-developers] Re: Android opengl app

2011-01-06 Thread pedr0
Try to disable glBindTexture(), for use this call you have forgotten two things: 1) gl.glEnable(GL11.GL_TEXTURE_2D); // enable 2) GLUtils.texImage2D(GL10.GL_TEXTURE_2D, 0, image_data, 0); // set data try to remove the call for see if these things are the problem or not. I hope it

Re: [android-developers] list view row number.

2011-01-06 Thread Kapil Lokhande
Hi Amit, you have to override onListItemClick event in your activity extending listactivity. in that event you wull get position or row number of list item. -- Thanks Regards, Kapil Lokhande | Dexter Advisory Pvt. Ltd. http://dexterltd.com/ | Android Developer [image: dexterlogo.jpg] On Thu,

Re: [android-developers] list view row number.

2011-01-06 Thread Amit Mangal
which function i need to call ? do you have some code snippet i am new to android and don know any thing. thank you On Thu, Jan 6, 2011 at 5:58 PM, Kapil Lokhande kpl.lokha...@gmail.comwrote: Hi Amit, you have to override onListItemClick event in your activity extending listactivity. in

Re: [android-developers] list view row number.

2011-01-06 Thread Kapil Lokhande
here is the snippet import android.app.ListActivity; import android.os.Bundle; import android.widget.ArrayAdapter; public class SimpleListView extends ListActivity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState)

Re: [android-developers] Clickable ImageView with custom selector

2011-01-06 Thread Kostya Vasilyev
ImageView, afaik, does not have selected state, only pressed and focused (and I'm not sure about the latter). Try using an ImageButton with a custom background. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 06.01.2011 14:02 пользователь Johannes De Smedt johannes.desm...@gmail.com написал:

Re: [android-developers] list view row number.

2011-01-06 Thread Amit Mangal
thank you i am trying to get row number using this code. On Thu, Jan 6, 2011 at 4:44 AM, Kapil Lokhande kpl.lokha...@gmail.comwrote: here is the snippet import android.app.ListActivity; import android.os.Bundle; import android.widget.ArrayAdapter; public class SimpleListView extends

[android-developers] How to download Android codes under a firewall blocking the default GIT port

2011-01-06 Thread lazyswamp
[How to download Android codes under a firewall blocking the default GIT port] Although there are some web sites to post something similar to this HOW-TO, my post seems to be more effective than any others, at least to the three people: me and two anonymous persons who used the tip to solve

[android-developers] Re: I'm wanting to start doing a lot with the Android platform, help

2011-01-06 Thread hoyski
Yes, for Android, Java is what you'll want to learn. However, going straight from novice programmer to writing an Android app is a pretty far leap. Personally, I'd recommend you don't even bother with Android until you have a strong grasp of the fundamentals of programming. I'd focus first on the

[android-developers] Upgrade of sqlite database

2011-01-06 Thread kahken
Hi guys, I have a sqlite database in my application. What I would like to do is upgrade the sqlite database when the sqlite database version on a server is newer. How do I implement this? How do I check the sqlite database version over internet and then upgrade the sqlite database in the

[android-developers] Re: Create Folder for Specific SMSes

2011-01-06 Thread Alok Kulkarni
Any answers ??? Thanks, Alok. On Wed, Jan 5, 2011 at 6:58 PM, Alok Kulkarni kulsu...@gmail.com wrote: Hi guys, I searched the forums but could not find a satisfactory solution.Can i create a seperate folder at the SMS root level in android and filter SMSes coming to Inbox to get diverted to

Re: [android-developers] how to create pdf document using images

2011-01-06 Thread Mark Murphy
Step #1: Send the images to a server Step #2: Run a process on the server to convert the images into a PDF, by whatever means you feel appropriate (e.g., ImageMagick, generate an ODT document and use unoconv). On Thu, Jan 6, 2011 at 2:12 AM, sudha sudhagupta2...@gmail.com wrote: Hello, I have

Re: [android-developers] Upgrade of sqlite database

2011-01-06 Thread Kumar Bibek
Server? What server? The ideal way to do this is to upgrade your application. Change the Database Version and write the code to change your DB structure in the onUpgrade method. I have no clue what role does the server has to play here. Kumar Bibek http://techdroid.kbeanie.com

Re: [android-developers] Re: Create Folder for Specific SMSes

2011-01-06 Thread Kumar Bibek
No you cant. The SMS apis is not public, specifically those related to their storage. Morever, smses are stored in a table and not in a folder structure. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Thu, Jan 6, 2011 at 6:53 PM, Alok Kulkarni kulsu...@gmail.com wrote:

Re: [android-developers] How to access mail ?

2011-01-06 Thread Mark Murphy
On Thu, Jan 6, 2011 at 2:18 AM, Warren warren@kusogi.com wrote: First, I want to get the new mail notification There is no new mail notification in Android, because mail is not in Android. Mail is an application concept, not an OS concept. I used

Re: [android-developers] list view row number.

2011-01-06 Thread Mark Murphy
The position parameter to the onListItemClick() method is the row number, insofar as such a concept exists. On Thu, Jan 6, 2011 at 7:51 AM, Amit Mangal forum.amit.man...@gmail.comwrote: thank you i am trying to get row number using this code. On Thu, Jan 6, 2011 at 4:44 AM, Kapil Lokhande

[android-developers] Re: Remove app widget from picker list

2011-01-06 Thread Kumar Bibek
I don't think it's possible. But I am not 100% sure. On Jan 6, 12:36 am, Pent tas...@dinglisch.net wrote: I would like to dynamically add and remove the possibility to select one of my app widgets from the launcher picker list. I thought it would be simple, disable the relevant receiver

[android-developers] Re: Android intent image/jpeg

2011-01-06 Thread Kumar Bibek
Thats a Twitter problem then. It would be better if you leave this choice to the user. On Jan 6, 9:11 am, subrat subratkumarman...@gmail.com wrote: I want to  exclude it because the photo is not getting uploaded to twitter as it requires twitpic to upload so i have a devloped a custom

Re: [android-developers] Re: Create Folder for Specific SMSes

2011-01-06 Thread Alok Kulkarni
I am creating antivirus app .So its not possible to sort out messages that can be spam or the ones that i wish to ignore ? On Thu, Jan 6, 2011 at 6:58 PM, Kumar Bibek coomar@gmail.com wrote: No you cant. The SMS apis is not public, specifically those related to their storage. Morever,

[android-developers] Re: how to create pdf document using images

2011-01-06 Thread sudha
Hello Mark, Thanks for your reply. I have to create PDF at client side(in my android app). I have seen this functionality in Document scanner trial version application available in android market. I wanted to know this can be done. Thanks On Jan 6, 6:25 pm, Mark Murphy mmur...@commonsware.com

Re: [android-developers] Re: how to create pdf document using images

2011-01-06 Thread Mark Murphy
You are welcome to try to get libraries like iText to generate PDF files on Android. On Thu, Jan 6, 2011 at 8:46 AM, sudha sudhagupta2...@gmail.com wrote: Hello Mark, Thanks for your reply. I have to create PDF at client side(in my android app). I have seen this functionality in Document

[android-developers] Rotating an Android VideoView

2011-01-06 Thread Darshan
Hi All, I have a Framelayout that contains a textview, an edittext field, a 'Play Video' Button and a VideoView. When entering a video url and hitting the 'Play Video' button, the VideoView will fetch and display the video. This is working fine as expected and the video gets displayed as per the

[android-developers] Re: Amazon to Policy Android Market Place

2011-01-06 Thread Phil Endecott
On Jan 5, 10:05 pm, Leon Moreyn-Android Development lmor...@earthcam.com wrote: I am curious as to other developers take on this and how many plan to actually develop to meet the amazon market guidelines. I don't, because for some bizarre reason they are making it US-only! What on earth are

Re: [android-developers] Browser Video Plugin

2011-01-06 Thread andy zhao
I konw that webview can communicate with external activity, you can use videoview to play your resource. If you do like that, it's easy to close your player :) Br andy 2011/1/6 YoGenDr@ $iNgH yogi.ru...@gmail.com @ andy Yes nice solution but i didn't know how to get the instance of

[android-developers] How to give path..?

2011-01-06 Thread Abhilash baddam
Hi friends, I am trying to display all images which are in the internal memory of a phone..how can i give path for that... Regards, Abhilash.B -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] HTTPS POST problem

2011-01-06 Thread Kostya Vasilyev
If you can reliably reproduce this, preferably in the emulator, use WireShark or any other network dump tool to see what goes on at the tcp/ip level. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 06.01.2011 17:04 пользователь Filiz Gökçe sonsuzlu...@gmail.com написал: There is no exception

[android-developers] Re: Making a video of your app running

2011-01-06 Thread gcstang
Jing possibly? It's free and works pretty well. http://www.techsmith.com/jing/ On Jan 5, 5:12 pm, John Lussmyer johnlussm...@gmail.com wrote: Is there some supported way of making a Video of your app running? Seems kind of silly (and low quality) to have to point your camera at the phone...

Re: [android-developers] Re: Making a video of your app running

2011-01-06 Thread Kumar Bibek
Look here... http://code.google.com/p/androidscreencast/ It can record from emulator and devices as well.. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Thu, Jan 6, 2011 at 7:50 PM, gcstang gcst...@gmail.com wrote: Jing possibly? It's free and works pretty well.

[android-developers] Comments lost in the developer console and market app

2011-01-06 Thread Alex Xin
Hi, I don't know why, but some of my app comments lost in the developer console. I cannot find themAll comments after 2010/12/20 is lost. But it seems that comments total number is right. Does any body has the same problem? I also used Market to see my app's comments, same issue. Thanks,

Re: [android-developers] Comments lost in the developer console and market app

2011-01-06 Thread TreKing
On Thu, Jan 6, 2011 at 8:35 AM, Alex Xin xinxi...@gmail.com wrote: I don't know why, but some of my app comments lost in the developer console. I cannot find themAll comments after 2010/12/20 is lost. But it seems that comments total number is right.

Re: [android-developers] HTTPS POST problem

2011-01-06 Thread Mark Murphy
On Thu, Jan 6, 2011 at 9:30 AM, Filiz Gökçe sonsuzlu...@gmail.com wrote: We tried also, but it gives not trusted service, both SSL and TSL ? There is no TSL in HTTP. There is TLS in HTTP. HttpClient supports it. For assistance with HttpClient, use: http://hc.apache.org Or search StackOverflow

Re: [android-developers] Re: Create Folder for Specific SMSes

2011-01-06 Thread Alok Kulkarni
Got the short answer its not possible. You might be able to make it work for a few devices, but it will not work reliably for all devices.. Becuase, the SMS content provider apis are not public, and most of the manufacturers create their own implementations not most ( but quite a few)

Re: [android-developers] Re: Create Folder for Specific SMSes

2011-01-06 Thread Alok Kulkarni
thanks to Bibek. On Thu, Jan 6, 2011 at 8:28 PM, Alok Kulkarni kulsu...@gmail.com wrote: Got the short answer its not possible. You might be able to make it work for a few devices, but it will not work reliably for all devices.. Becuase, the SMS content provider apis are not public, and most

[android-developers] Orientation sensorLandscape on Froyo

2011-01-06 Thread Olivier Guilyardi
Hi, my app only runs in landscape but I would like to allow the reverse landscape orientation (270°), which is supported by Froyo and up AFAICS. The sensorLandscape screenOrienation is precisely what I need IIUC, but this is only available as of Gingerbread. Is there a way to achieve the same

[android-developers] clicking a link on a website launches my application...

2011-01-06 Thread sdphil
I would like to have a link on a website, such that when it is clicked, it will launch my android application with specific parameters. is a ContentResolver the way to go about doing this? any sample code, examples or tutorials on how to do this? tia. -- You received this message because you

Re: [android-developers] clicking a link on a website launches my application...

2011-01-06 Thread Kostya Vasilyev
No, this is done with an intent filter with a data element. http://developer.android.com/guide/topics/manifest/intent-filter-element.html http://developer.android.com/guide/topics/manifest/data-element.html -- Kostya 06.01.2011 18:24, sdphil пишет: I would like to have a link on a website,

[android-developers] odd IOException from MediaPlayer.create()

2011-01-06 Thread John Lussmyer
I had MediaPlayer.creat(resource id) throw an IOException recently. Note that it's signature doesn't say that it's even possible for it to throw an IOException... 01-06 07:14:05.191: DEBUG/MediaPlayer(183): java.io.IOException: Prepare failed.: status=0x1 01-06 07:14:05.191:

[android-developers] onSaveInstanceState (View)

2011-01-06 Thread Slash4
Hi, I've got some issues with onSaveInstanceState (the View one, not the Activity). I have in my main Activity several objects, here's a snippet of my two implementations, one through XML Inflate, and one in pure java code. //Inflated from XML dialbig = (Object1) findViewById(R.id.dialbig);

[android-developers] Re: LVL: possible to check license for a different app?

2011-01-06 Thread Brill Pappin
No, you don't remove LVL so its still used to check the market. BTW - I'm not sure I completely agree with Zsolt on the modification. Fine to modify the library a little, but a non security/encryption expert is likely to make easy holes in such a library, particularly messing with the

[android-developers] Re: HTTPS POST problem

2011-01-06 Thread Brill Pappin
You may have a problem with param encoding. Also note that you should not have to specify ay https classes, if done properly the client will switch to https as needed. Unless you really need a GET it also might be better to use a POST. I keep meaning to move my http client code into a library,

[android-developers] Related applications

2011-01-06 Thread John Lussmyer
When you view an app in the Market, there is a section Related which supposedly lists related applications. How is this determined? My Free Demo version of my app doesn't list the Paid full version as related. What do I need to do to have it listed? -- You received this message because you are

Re: [android-developers] Related applications

2011-01-06 Thread TreKing
On Thu, Jan 6, 2011 at 9:57 AM, John Lussmyer johnlussm...@gmail.comwrote: How is this determined? What do I need to do to have it listed? Only people at Google and Jesus know the answer to that and neither one is going to give you a definitive answer. A lot of people have reported that their

Re: [android-developers] Related applications

2011-01-06 Thread John Lussmyer
Guess I'll just have to wait and see. The app descriptions ARE identical, except for 1 added sentence on the Demo version. On Thu, Jan 6, 2011 at 8:02 AM, TreKing treking...@gmail.com wrote: On Thu, Jan 6, 2011 at 9:57 AM, John Lussmyer johnlussm...@gmail.comwrote: How is this determined?

[android-developers] Live Wallpaper Icon

2011-01-06 Thread John Lussmyer
I've made a Live Wallpaper, and included a full set of icons for it. The icon isn't used in the Live Wallpaper menu, but is used for the Configure action in the menu after you've added the Live Wallpaper. What do I need to do to get icon to be used for my Live Wallpaper in the selection menu for

Re: [android-developers] Developing Phone

2011-01-06 Thread TreKing
On Thu, Jan 6, 2011 at 2:42 AM, cuil yahoo cuilya...@gmail.com wrote: I would be glad, if someone could help me decide which model to buy. Go to a store, play with their phones. Do some research. Buy the one you like the best. Citing pro's and con's of each would be helpful. Search

[android-developers] APN settings

2011-01-06 Thread Nikola
Hi, does anyone know how to use specific APN settings ? -- God is Real, unless declared Integer. J. Allan Toogood, FORTRAN programmer -- 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] How to handle the Power Button

2011-01-06 Thread TreKing
On Thu, Jan 6, 2011 at 5:13 AM, Rocky rkjhaw1...@gmail.com wrote: my broadcast receiver is not receiving power on or off message 1 - Google ACTION_SCREEN_OFF (or ACTION_SCREEN_ON) 2 - Marvel at the very first link that explains your problem. 3 - Remember for future consideration :-)

[android-developers] Custom control redraw

2011-01-06 Thread Eric Crump
I have a custom control that displays a series of image tiles. The images come in in a different thread. When they arrive the control invalidates in order to display the updated total image. This works very well the first time. However, if I hit the back button then load the activity again,

Re: [android-developers] HTTPS POST problem

2011-01-06 Thread Filiz Gökçe
Sorry, I was wrong, if you look at the code snippet, you can also see we use TLS Filiz Gökçe On 6 January 2011 16:39, Mark Murphy mmur...@commonsware.com wrote: On Thu, Jan 6, 2011 at 9:30 AM, Filiz Gökçe sonsuzlu...@gmail.com wrote: We tried also, but it gives not trusted service, both

[android-developers] Suddenly errors being reported

2011-01-06 Thread Brill Pappin
I'm suddenly getting errors reported in the market. The error reporting is a bit useless because it doesn't tell you anything about the device that they came from, however I'm wondering if this is related to Gingerbread. most concerning is: Caused by: java.lang.IllegalStateException: error

[android-developers] Re: APN settings

2011-01-06 Thread Brill Pappin
It will depend on your Carrier. Most carriers in Canada will give you the information if you ask for it. - Brill Pappin -- 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: HTTPS POST problem

2011-01-06 Thread Filiz Gökçe
We start to use, Post but the same problem still continue. Some time we can catch the response, sometimes we couldnt connect server. All parameters are true. Filiz Gökçe On 6 January 2011 17:55, Brill Pappin br...@pappin.ca wrote: You may have a problem with param encoding. Also note that

Re: [android-developers] Re: HTTPS POST problem

2011-01-06 Thread Vo Trung Liem
Hello, You can reconnect when the connect sucessed. Best regards, Liem Vo. On Thu, Jan 6, 2011 at 11:43 PM, Filiz Gökçe sonsuzlu...@gmail.com wrote: We start to use, Post but the same problem still continue. Some time we can catch the response, sometimes we couldnt connect server. All

[android-developers] Re: Developing Phone

2011-01-06 Thread BobG
I think if you want to write an app that uses the ambient light sensor, you should make sure the phone you buy has an ambient light sensor. Note that os ver 2.2 has the most phones now, so I'd get one that has that os. Google evidently has NO INTENTION of upgrading the developer phone they sell,

Re: [android-developers] Rotating an Android VideoView

2011-01-06 Thread TreKing
On Thu, Jan 6, 2011 at 8:03 AM, Darshan cmb...@gmail.com wrote: But, what I want is to display the video in Landscape mode even when the device is in Portrait mode. All other UI elements (textview, an edittext field, a 'Play Video' Button etc.,) should be displayed in Portrait. Why even

Re: [android-developers] HTTPS POST problem

2011-01-06 Thread Michael Rueger
On 1/6/11 7:02 AM, Filiz Gökçe wrote: There is no exception in both cases. Generally we get proper response for the first time but null response in the second time eventhough we are tying to post same url and same parameters. See this bug report:

[android-developers] Re: LVL: possible to check license for a different app?

2011-01-06 Thread John Gaby
Interesting idea, but I do not believe that the Market will let you publish a free app which asks for CHECK_LICENSE permissions, so I don't think that your free app will not be allowed to use LVL. On Jan 6, 7:41 am, Brill Pappin br...@pappin.ca wrote: No, you don't remove LVL so its still used

Re: [android-developers] Re: APN settings

2011-01-06 Thread Nikola
On Thu, Jan 6, 2011 at 5:41 PM, Brill Pappin br...@pappin.ca wrote: It will depend on your Carrier. Most carriers in Canada will give you the information if you ask for it. - Brill Pappin -- Tnx for helping. Maybe I wasn't clear enough. If I have two or three APN settings configured

[android-developers] Gingerbread on the Nexus One

2011-01-06 Thread Robert
Does anyone have info on when the Gingerbread release will start rolling out to the Nexus One's purchased from Google? Robert -- 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] How to handle the Power Button

2011-01-06 Thread Rocky
thax for reply On Thu, Jan 6, 2011 at 9:50 PM, TreKing treking...@gmail.com wrote: On Thu, Jan 6, 2011 at 5:13 AM, Rocky rkjhaw1...@gmail.com wrote: my broadcast receiver is not receiving power on or off message 1 - Google ACTION_SCREEN_OFF (or ACTION_SCREEN_ON) 2 - Marvel at the very

Re: [android-developers] Getting Eclipse to see a third party .jar file.

2011-01-06 Thread Tobiah
On 01/05/2011 02:01 PM, TreKing wrote: On Wed, Jan 5, 2011 at 3:57 PM, Tobiah t...@tobiah.org mailto:t...@tobiah.org wrote: Do I need to tell Eclipse to do that? You do. I couldn't figure out how. Like this: http://lmgtfy.com/?q=add+jar+to+eclipsel=1

Re: [android-developers] Gingerbread on the Nexus One

2011-01-06 Thread Mark Murphy
There were tweets from Googlers late last year indicating in a few weeks, IIRC. On Thu, Jan 6, 2011 at 12:51 PM, Robert rcope...@gmail.com wrote: Does anyone have info on when the Gingerbread release will start rolling out to  the Nexus One's purchased from Google? Robert -- You received

Re: [android-developers] Getting Eclipse to see a third party .jar file.

2011-01-06 Thread TreKing
On Thu, Jan 6, 2011 at 11:57 AM, Tobiah t...@tobiah.org wrote: Love the sarcasm. Good. I appreciate a good sport :-) Ok, the .jar file was already in the lib directory at the project root. OK. Unzipping it, I see things like: There's no reason to unzip a jar file that you're going

Re: [android-developers] New mobile number | Neue Handynummer

2011-01-06 Thread Kumar Bibek
Let's call him up and find out. Each one of us :D Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Tue, Jan 4, 2011 at 8:43 PM, Bo Ma mabo1...@gmail.com wrote: who the hell are you 2011/1/4 Simon Broenner simonbroen...@gmail.com Hi everyone, As of today, I've got a

[android-developers] Re: Streaming MP3 from HTTP using MediaPlayer

2011-01-06 Thread Ozekine
I'm attempting to do the same thing as the author of this thread I believe, and was wondering if theres an alternate way to the tutorial you provided of accomplishing streaming audio. One of the resources on the dev site indicates you can stream an mp3 directly with MediaPlayer. Not long after I

[android-developers] Re: App Signing Testing and Publishing Options

2011-01-06 Thread Digi-Go Worldwide App Distribution
You really do not need keys from certificate authority. Private key autogenerated will be good enough. It will not trigger the alert pop up for your applications. The keys are more about identifying the authorship. If you have trouble publishing apps in Macau, you can check out my homepage. I

[android-developers] Re: ListView/ListActivity being werid

2011-01-06 Thread Scott Deutsch
Hi, I fixed it a couple of days ago and now my thread showslol. I had to inflate each view in the list activity everytime since it was dynamic and not inflate the view if it was null only. The view could change and it would have the old inflate code in that view. So, like i said, just do the

[android-developers] Re: How to read telephone number in handler for Intent Filter intercepting CALL_PRIVILEDGED?

2011-01-06 Thread Chip
Sorry... I don't understand this response. Could you please elaborate a little to get me going here? On Jan 4, 1:17 pm, TreKing treking...@gmail.com wrote: On Tue, Jan 4, 2011 at 9:30 AM, Chip caleco.ventu...@gmail.com wrote: How do I programmatically access the telephone number coming from

[android-developers] Re: Animation problem

2011-01-06 Thread Hari Edo
On Jan 4, 9:21 am, Hari Edo hari@gmail.com wrote: I've tried almost exactly the same scenario.  It seems like the fromXScale=1.0 does not match the actual apparent size of the view. 1.0 was quite a bit bigger than the original view size. Replying to myself, I think this is definitely a

[android-developers] ADB New Devices

2011-01-06 Thread swaghost
Have an HP Zeen (the 7 2.1 tablet that comes with the HP C510a printer). Windows sees it. I have USB debugging enabled on tablet enabled and tablet plugged in via USB. ABD does not see it. (doing a adb devices comes up empty). I would like to be able to debug to this thing. What exactly do I need

[android-developers] Gingerbread 2.3: Where are the APIs for AAC and AMR_WB?

2011-01-06 Thread Wingnut
Since they're listed as core media formats, http://developer.android.com/guide/appendix/media-formats.html#core and the release notes state that a software encoder is available, http://developer.android.com/sdk/android-2.3-highlights.html I can't see how to actually use them

Re: [android-developers] how to convert colour image to black and white

2011-01-06 Thread Ghanshyam Verma
U CAN U PHOTO SCOP SOFTWARE On 1/5/11, sudha sudhagupta2...@gmail.com wrote: Hello all, I have a picture taken from android device camera, I have to convert the colour image to black n white. how can I do this? Thanks Sudha -- You received this message because you are subscribed to

[android-developers] Google Maps 5.0 not fully functional on HTC Hero

2011-01-06 Thread Aditya Kishoor
I recently updated to google maps 5.0 but the map catching and compass mode dosent work but on my xperia x10 it works is there any update or any soln by which it can be fixed? Awaiting reply... Aditya Kishoor -- You received this message because you are subscribed to the Google Groups

[android-developers] How to submit one game with separate apk files for each device size.

2011-01-06 Thread edm...@gosub60.com
How are we able to publish an application for WVGA800 (480x800) WVGA854 (480x854)device screen sizes only? We'd like to submit one game with specific apk files for each device size. Any help is appreciated. Thank you, Edmond -- You received this message because you are subscribed to the Google

[android-developers] Re: Native code Query

2011-01-06 Thread Anshuman Tripathi
Hi Ashwini, If you got this solution please tell me. I have put my all .c file in jni and mentiond in Android.mk (LOCAL_SRC_FILE) and compiled.it creates a shared library. On Thu, Dec 30, 2010 at 11:22 AM, Anshuman Tripathi anshuman.tripat...@gmail.com wrote: hi. I have done task of ndk  

[android-developers] Open Source code into Eclipse

2011-01-06 Thread gab1972
I want to import the source code for FourSquare into the Eclipse SDK, how do I do that? The source page says that I can get a copy of the local repository with this command: hg clone https://foursquared.googlecode.com/hg/ foursquared What do I do with that command? Thanks. -- You received

[android-developers] how to makes two activities run at the same time?

2011-01-06 Thread john
l want to simulate user operation,for example: l was listening music, and l want to take picture, that's two activities, how should l simulate this operations? for start one activity, it is: Intent intent = new Intent(mContext,MultiActivity.class); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);

[android-developers] Very slow resource compilation

2011-01-06 Thread Neclepsio
Hi everyone. I'm experiencing very slow resource compilation. Turning verbose on, I discovered a big gap between two (new resource id... lines. aapt is called 4 times (maybe due to libs), showing the same gap on the same line. Then, when aapt is called again when Starting full Package build, I

  1   2   3   >