Re: [android-developers] Fetch user facebook information (Facebook integration application)

2011-03-24 Thread Robin Talwar
my query was related to how to use facebook for android sdk and fbconnect.jar file now how in this world isnt it related to android. anyways i got my solution i had to check log in onComplete On Thu, Mar 24, 2011 at 9:30 AM, TreKing treking...@gmail.com wrote: On Wed, Mar 23, 2011 at 7:26 AM,

[android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread Krischik Martin
On 22 Mrz., 11:47, Zsolt Vasvari zvasv...@gmail.com wrote: I have one word to sum it up as:  Hooray!! Which Hooray? Open to US only and with condition which turn independent developers into serf. Thanks, but no thanks. -- You received this message because you are subscribed to the Google

[android-developers] Re: Secure SDCard (MicroSD)

2011-03-24 Thread gjs
Hi, Honeycomb supports it. See http://code.google.com/p/android/issues/detail?id=11211q=insecurecolspec=ID%20Type%20Status%20Owner%20Summary%20Stars In the meantime, if your data is that important, encrypt the files yourself. https://market.android.com/search?q=file+encryptionc=apps Regards

[android-developers] Re: Gallery default item selected is in center

2011-03-24 Thread umakantpatil
Thanks everyone for the reply. 1. On click of item it should be selected but should not come to center. 2. And the First elements left side is empty, Dont want that. I don't think there is any library for this. :( -- You received this message because you are subscribed to the Google

Re: [android-developers] Gallery default item selected is in center

2011-03-24 Thread umakantpatil
Hi MagouyaWare, If I override touch events. I need to call super function first. And If call super method then it will bring it in center and then I will push it back. Is it fine to do that ? Thanks -- You received this message because you are subscribed to the Google Groups Android

[android-developers] How to get the text height

2011-03-24 Thread a a
I want to draw a text and rect like following: 1.a, b, c, d are vertex, actually, there is not exist the four vertex. here is just for mark the rectangle. 2. ac, bd, cd are rectangle's border (noncontinuous line is solid border, like ac and bd and cd is a solid border,) 3. it only know the

[android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread Pent
Congrats on the compelling issues :-) Pent -- 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: Amazon Appmarket is now open!

2011-03-24 Thread Marcin Orlowski
On 23 March 2011 21:52, David Williams dwilli...@dtw-consulting.com wrote: Hope you can get beers for a dollar a piece ;) With ease. But not in US though :) Regards, Marcin Orlowski Tray Agenda http://bit.ly/trayagenda - keep you daily schedule handy... -- You received this message

[android-developers] strange behavior connecting to a php script

2011-03-24 Thread Aisthesis
For a chess app I've been working on, I'm passing various types of information between players by calling remote php scripts, into which I pass post data, then get back a response based on data stored on the server. When testing one of these, I noticed that if I have the script send back move and

Re: [android-developers] Launching another app and measuring FPS?

2011-03-24 Thread Marcin Orlowski
On 23 March 2011 13:39, Aaron aaron.co...@gmail.com wrote: Is it possible to launch a game and measure its FPS? No. Regards, Marcin Orlowski Tray Agenda http://bit.ly/trayagenda - keep you daily schedule handy... -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Video chat?

2011-03-24 Thread Marcin Orlowski
I need to develop an video chat application for android. Is there any open source application available for Video chat? This is not what develop means -- 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: Amazon Appmarket is now open!

2011-03-24 Thread String
On Thursday, March 24, 2011 6:29:51 AM UTC, Krischik Martin wrote: Which Hooray? Open to US only and with condition which turn independent developers into serf. Thanks, but no thanks. If you don't like it, you don't have to list your apps there. That's the big hooray IMHO: *choice*. There's

[android-developers] unknown mimetypes and file managers...

2011-03-24 Thread mort
I'd like to handle a file extention (.m3u8) which has no registered MIME mapping for the extention, when the file is opened in a file manager/explorer. But no matter what I try, the file managers I tried aren't able to open the file with my app. Is this something that is generally impossible in

Re: [android-developers] Re: Developers Phone Program

2011-03-24 Thread String
I've had enough irreproducible bug reports from users of rooted phones that I would *never* consider rooting a primary development device. For my money, it's got to be completely stock Android, and as close to vanilla (i.e., no funky manufacturer skins) as possible. String -- You received

Re: [android-developers] How to get the text height

2011-03-24 Thread Pepijn Van Eeckhoudt
You can get various text size values either using Paint#getFontMetrics or Paint#getTextBounds. Pepijn On 24/03/2011 08:55, a a wrote: I want to draw a text and rect like following: 1.a, b, c, d are vertex, actually, there is not exist the four vertex. here is just for mark the rectangle. 2.

[android-developers] showing ads in toast notifications and notification bar..

2011-03-24 Thread Kartik Bansal
hi.. is there any way we can show ads in toast notification and notification bar. thanks kartik -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread Krischik Martin
On 24 Mrz., 09:21, String sterling.ud...@googlemail.com wrote: On Thursday, March 24, 2011 6:29:51 AM UTC, Krischik Martin wrote: Which Hooray? Open to US only and with condition which turn independent developers into serf. Thanks, but no thanks. If you don't like it, you don't have to

[android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread Pent
Better conditions? For the Buyer: yes. For the Seller: No - the most horrible condition of them all. My favourite is 'we can undercut your own app listed on other markets whenever we like at your own expense, good eh ?'. Larger reach? At the moment it is US only for Buyer. And the payment

[android-developers] Android version upgrade

2011-03-24 Thread Rama
Dear All Q1.Can anyone explain how the android updates happens? Is it using Fastboot or recovery with Key combination? Q2:Is their any method to update without key combination.I have created update.zip file and kept in sdcard.Is it possible to apply update.zip without key combination and fastboot

Re: [android-developers] Android version upgrade

2011-03-24 Thread Marcin Orlowski
On 24 March 2011 11:07, Rama kuvetha...@gmail.com wrote: Dear All Q1.Can anyone explain how the android updates happens? Is it using Fastboot or recovery with Key combination? This is wrong group for your question. Q2:Is their any method to update without key combination.I have created

[android-developers] Problems by testing on different devices

2011-03-24 Thread Daniel Rindt
Hello, testing my application on different devices with different screens. The QVGA-small-ldpi device brings startup errors. === 8 === E/AndroidRuntime( 874): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.viselabs.myroutes/com.viselabs.myroutes.activity.TabView}:

[android-developers] Re: Android Application Settings Problems

2011-03-24 Thread MattClark
import android.app.Activity; import android.content.SharedPreferences; import android.content.pm.ActivityInfo; import android.os.Bundle; import android.view.*; import android.view.View.*; import android.widget.*; /* * * @author Matt */ public class MainActivity extends Activity {

Re: [android-developers] Newbie: Widget onUpdate called only on creation

2011-03-24 Thread Filip Havlicek
Didn't found any reliable source of the 1.6 claim during a quick search, but you are completely right about the 30 minute rule. 2011/3/23 Kostya Vasilyev kmans...@gmail.com As of 1.6 (I believe) the updatePeriodMillis is forced to be at least 30 minutes. -- Kostya 23.03.2011 19:07, Eduardo

[android-developers] Re: unknown mimetypes and file managers...

2011-03-24 Thread Zsolt Vasvari
I looked once, and the valid MIME types are hardcoded somewhere in the system. I believe it's in the internal com.android.* package. On Mar 24, 4:29 pm, mort m...@sto-helit.de wrote: I'd like to handle a file extention (.m3u8) which has no registered MIME mapping for the extention, when the

Re: [android-developers] Problems by testing on different devices

2011-03-24 Thread Mark Murphy
It sounds like the device in question is running an older version of Android, perhaps 1.5, where the -ldpi and related resource sets did not exist. On Thu, Mar 24, 2011 at 7:30 AM, Daniel Rindt daniel.ri...@googlemail.com wrote: Hello, testing my application on different devices with different

[android-developers] Re: unknown mimetypes and file managers...

2011-03-24 Thread Zsolt Vasvari
Sorry, the class is: android.webkit.MimeTypeMap On Mar 24, 4:29 pm, mort m...@sto-helit.de wrote: I'd like to handle a file extention (.m3u8) which has no registered MIME mapping for the extention, when the file is opened in a file manager/explorer. But no matter what I try, the file managers

[android-developers] Re: showing ads in toast notifications and notification bar..

2011-03-24 Thread lbendlin
While you can show ads in toasts it is both annoying and pointless. Toasts do not allow interaction so your ad cannot be clicked on. -- 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] Newbie: Widget onUpdate called only on creation

2011-03-24 Thread Kostya Vasilyev
This: http://groups.google.com/group/android-developers/browse_thread/thread/963a41b2be0ff545 has evidence from this very list's Sterling Udell, whose code was affected starting with 1.6. The official documentation has been updated since then. -- Kostya 24.03.2011 14:37, Filip Havlicek

Re: [android-developers] Re: Android Application Settings Problems

2011-03-24 Thread Kostya Vasilyev
Move this inside onCreate. 24.03.2011 13:17, MattClark пишет: SharedPreferences settings = getSharedPreferences(AppSettings, 0); Member initializers are executed when the object instance is constructed, which may be too early in the Android-specific lifecycle. -- Kostya -- Kostya Vasilyev

[android-developers] Re: showing ads in toast notifications and notification bar..

2011-03-24 Thread Zsolt Vasvari
What's your app called? I want to put it on my do not ever download list. On Mar 24, 4:19 pm, Kartik Bansal kartikban...@gmail.com wrote: hi.. is there any way we can show ads in toast notification and notification bar. thanks kartik -- You received this message because you are

Re: [android-developers] Re: How to capture key events from View subclass

2011-03-24 Thread Rich E
On Tue, Mar 22, 2011 at 6:14 PM, harsh chandel harshdchan...@gmail.comwrote: try ontouch method get x and y coordinate of the area clicked and do as you want on the clicked event harsh chandel, I am not sure that I understand you.. I am using onTouchEvent() to trigger the keyboard

Re: [android-developers] Re: How to capture key events from View subclass

2011-03-24 Thread Pepijn Van Eeckhoudt
I've never done this myself, but from reading the InputMethodManager documentation I get the impression you need to override View#onCreateInputConnection(EditorInfo) in order to directly interact with an IME. Might be worth a shot... Pepijn On 24/03/2011 13:26, Rich E wrote: On Tue, Mar

Re: [android-developers] Gallery default item selected is in center

2011-03-24 Thread umakantpatil
I copied the Gallery Widget Class to app, But it gives me lots of errors. Few of them I solved but there are still many unresolvable e.g. mRecycler cannot be resolved. FLAG_USE_CHILD_DRAWING_ORDER cannot be resolved mGroupFlags cannot be resolved FLAG_SUPPORT_STATIC_TRANSFORMATIONS cannot be

[android-developers] Re: NFC connection between 2 Android-devices

2011-03-24 Thread Dominik
What you can do is to push a NDEF message, but you do not have access to the communication protocol, i.e. to the NFC Logical Link Control Protocol (LLCP). Does anybody knwo what happens if both devices are in push-mode and push an NDEF message? Are these messages read simulaneously by both

[android-developers] display db columns into a listview

2011-03-24 Thread Igor Nesralla Ribeiro
Hi, I'm newbie on android developi have a question about how i implement my db columns into a listview... I do this code below but I display wich column in one row..how I display one or more columns in one row.has anyone had an reference to send me. public class Restaurants extends

Re: [android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread Justin Giles
Second update: Amazon updated my app's title and descriptions and they're still edited but *much* more in line with what I submitted in the description. I'm a happy panda now. Hot damn I love these people. Developer support rules! Something that you need to check is your Keywords. I

[android-developers] java.lang.OutOfMemoryError: bitmap size exceeds VM budget

2011-03-24 Thread vani reddy
Hi friends, I am getting the below exception 03-24 19:19:25.605: ERROR/AndroidRuntime(7870): Uncaught handler: thread main exiting due to uncaught exception 03-24 19:19:25.651: ERROR/AndroidRuntime(7870): java.lang.OutOfMemoryError: bitmap size exceeds VM budget 03-24 19:19:25.651:

[android-developers] Re: How to include a button in the live wallpaper settings GUI?

2011-03-24 Thread MobileVisuals
Thanks, I got it to work now! I used a preference inside the Live wallpaper settings, like in the code below. Here is an article about preferences that was very useful in solving this issue: http://www.kaloer.com/android-preferences ?xml version=1.0 encoding=utf-8? PreferenceScreen

[android-developers] Re: How to get the user's nickname not username

2011-03-24 Thread ArcDroid
Is it possible to use the AccountManager? On Mar 22, 8:48 pm, ArcDroid jacobrjohn...@gmail.com wrote: I see lots of code which can get the username, but I don't see any code how to get the nickname.  I would like to use the nickname for posting scores similar to the comments posted for apps.  

Re: [android-developers] java.lang.OutOfMemoryError: bitmap size exceeds VM budget

2011-03-24 Thread Marcin Orlowski
On 24 March 2011 14:51, vani reddy vani.redd...@gmail.com wrote: image size is 31kb No. This is filesize, not raw bitmap size. Please reply,its very urgent Why you think we shall care your deadlines? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily

[android-developers] display db columns into a listview

2011-03-24 Thread Igor Nesralla Ribeiro
Hi, I'm newbie on android developi have a question about how i implement my db columns into a listview... I do this code below but I display wich column in one row..how I display one or more columns in one row.has anyone had an reference to send me. public class Restaurants

[android-developers] Re: showing ads in toast notifications and notification bar..

2011-03-24 Thread Kartik Bansal
thnx fir the info.. On Mar 24, 5:22 pm, Zsolt Vasvari zvasv...@gmail.com wrote: What's your app called?  I want to put it on my do not ever download list. On Mar 24, 4:19 pm, Kartik Bansal kartikban...@gmail.com wrote: hi.. is there any way we can show ads in toast notification

[android-developers] Re: display db columns into a listview

2011-03-24 Thread Nadeem Hasan
Use a ResourceCursorAdapter and override bindView(). -- 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] java.lang.OutOfMemoryError: bitmap size exceeds VM budget

2011-03-24 Thread vani reddy
What to do for this? On Thu, Mar 24, 2011 at 7:25 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: On 24 March 2011 14:51, vani reddy vani.redd...@gmail.com wrote: image size is 31kb No. This is filesize, not raw bitmap size. Please reply,its very urgent Why you think we shall care

Re: [android-developers] java.lang.OutOfMemoryError: bitmap size exceeds VM budget

2011-03-24 Thread vani reddy
what shud i do to get rid of this problem? On Thu, Mar 24, 2011 at 7:35 PM, vani reddy vani.redd...@gmail.com wrote: What to do for this? On Thu, Mar 24, 2011 at 7:25 PM, Marcin Orlowski webnet.andr...@gmail.com wrote: On 24 March 2011 14:51, vani reddy vani.redd...@gmail.com wrote:

[android-developers] Re: Strange behaviour with RessourceCursorAdapter

2011-03-24 Thread Nadeem Hasan
How about posting the relevant code here so people can actually try to 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 this group, send email

Re: [android-developers] java.lang.OutOfMemoryError: bitmap size exceeds VM budget

2011-03-24 Thread vani reddy
image is in form of a .ashx form On Thu, Mar 24, 2011 at 7:36 PM, vani reddy vani.redd...@gmail.com wrote: what shud i do to get rid of this problem? On Thu, Mar 24, 2011 at 7:35 PM, vani reddy vani.redd...@gmail.comwrote: What to do for this? On Thu, Mar 24, 2011 at 7:25 PM, Marcin

[android-developers] How to hide status bar..?

2011-03-24 Thread Abhilash baddam
Hi, I referred this link http://developer.android.com/resources/articles/on-screen-inputs.html . In that if the user clicks on EditText(for ex To: ) at that time keyboard will be popped out and at the same time the user can be able to scroll to see all remaining views(ex:

[android-developers] Is it sufficient to debug wifi in the emulator?

2011-03-24 Thread Primal Pappachan
Hi, I've been developing on Android for a while now using the Android Emulator. Now I've across a project which requires fingerprinting various wifi signals available in the surrounding environment. At present I don't have an Android phone and I know wifi connectivity doesn't work with the

[android-developers] Re: ForceClose When Sending a Log File

2011-03-24 Thread Jake Colman
KV == Kostya Vasilyev kmans...@gmail.com writes: KV Two things. KV Calling putExtra twice with the same key is worthless, as only KV the latest will be kept (you can think of intent extras as a hash KV map). Don't remember if extra_email is supposed to be an array. Good point. I

[android-developers] android emulator scaling

2011-03-24 Thread bob
I'm having an issue in which the android emulator does not scale the display on mac: http://i1190.photobucket.com/albums/z449/m75214/Screenshot2011-03-24at92703AM.png Anyone know how to make it scale the display to fill the whole phone screen? Thanks. -- You received this message because you

Re: [android-developers] Is it sufficient to debug wifi in the emulator?

2011-03-24 Thread Marcin Orlowski
On 24 March 2011 15:34, Primal Pappachan primal...@gmail.com wrote: Hi, I've been developing on Android for a while now using the Android Emulator. Now I've across a project which requires fingerprinting various wifi signals available in the surrounding environment. At present I don't have

Re: [android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread TreKing
On Thu, Mar 24, 2011 at 4:03 AM, Krischik Martin martin.krisc...@noser.comwrote: Well, this has made me have a look on how credible the alternative we already had for month? More apps? No Amazon is middle field here: Google: 150'000 Android Apps SlimeME: 7'600 Android Apps pdassi: 4'000

Re: [android-developers] android emulator scaling

2011-03-24 Thread Kostya Vasilyev
24.03.2011 17:40, bob пишет: Anyone know how to make it scale the display to fill the whole phone screen? In the manifest, either set minSdkVersion to 4 or above, or add supports-screens with true values. http://developer.android.com/guide/practices/screens_support.html -- Kostya Vasilyev

Re: [android-developers] Is it sufficient to debug wifi in the emulator?

2011-03-24 Thread Kostya Vasilyev
24.03.2011 17:34, Primal Pappachan ?: Is it sufficient to test the application on the emulator by creating dummy live network lists http://kmansoft.wordpress.com/2010/07/27/debugging-wifi-in-the-emulator/ for the application to use or is it necessary to have a phone for this purpose?

Re: [android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread String
Good tip about the keywords. It appears that apps aren't searchable on terms in the description, only name and keywords. And as you said, my apps either had ridiculously general keywords (for one it was app application), or none at all. String -- You received this message because you are

[android-developers] WidgetProvider onUpdate called while there is no widget displayed

2011-03-24 Thread Tom
Hi folks, This post is a similar to a Stackoverflow question [1], where I didn't get any response, sorry for the duplicate. I wrote a widget with a configuration Activity, and each time I install the application with adb, the onUpdate method of my WidgetProvider is called even if the widget

Re: [android-developers] WidgetProvider onUpdate called while there is no widget displayed

2011-03-24 Thread Kostya Vasilyev
Yes, this is how it works now. The documentation is wrong / obsolete. -- Kostya 24.03.2011 18:25, Tom ?: Hi folks, This post is a similar to a Stackoverflow question [1], where I didn't get any response, sorry for the duplicate. I wrote a widget with a configuration Activity, and each

[android-developers] Re: Sending data from android apps to TCP IP

2011-03-24 Thread Wall-E
I looked at DataOutputStream and the only difference I saw was that the doc said that it sends the data in big-endian format. I'm not sure if OutputStream is big-endian or little-endian, I think it's little-endian. DataOutputStream is inherited from OutputStream so they should have the same

[android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread jotobjects
Probably that class is not in your application so an explicit intent (with a class name) is not going to work. On Mar 24, 4:04 am, Gustavo Costa guga...@gmail.com wrote: I'm trying start com.android.vending.billing.IMarketBillingService service and I received this message. I'm using emulator

Re: [android-developers] WidgetProvider onUpdate called while there is no widget displayed

2011-03-24 Thread Thomas Bruyelle
Are you serious ? since what version it changed ? Is there a way to understand how it works now ? 2011/3/24 Kostya Vasilyev kmans...@gmail.com Yes, this is how it works now. The documentation is wrong / obsolete. -- Kostya 24.03.2011 18:25, Tom пишет: Hi folks, This post is a similar

Re: [android-developers] java.lang.OutOfMemoryError: bitmap size exceeds VM budget

2011-03-24 Thread lbendlin
the error doesn't seem to be related to your bitmaps. It rather points at a problem with your mapview. -- 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

Re: [android-developers] Gallery default item selected is in center

2011-03-24 Thread Justin Anderson
* If the android its own source has errors then how I can go ahead ?* Obviously the android source does not have compile errors or it would not be working for everyone... The errors were introduced when you copied the Gallery Widget class to your app. Thanks, Justin Anderson MagouyaWare

Re: [android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Kostya Vasilyev
There is that, but also - IMarketBillingService is not the billing service class. It's the interface exposed by this service through binding. Gustavo - see dungeons potions sample code here: http://developer.android.com/guide/market/billing/billing_integrate.html#billing-download The correct

Re: [android-developers] WidgetProvider onUpdate called while there is no widget displayed

2011-03-24 Thread Kostya Vasilyev
24.03.2011 18:41, Thomas Bruyelle пишет: Are you serious ? Yes. since what version it changed ? No idea. Is there a way to understand how it works now ? There is. LD - Logging and Debugging. -- Kostya Vasilyev -- http://kmansoft.wordpress.com -- You received this message because you

[android-developers] Triggering a Force Close to Test the Handling

2011-03-24 Thread Jake Colman
Is there a way for me to trigger a force close so that I test how/whether my handling of it working as I expect? -- Jake Colman -- Android Tinkerer -- 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: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Justin Anderson
* Probably that class is not in your application so an explicit intent (with a class name) is not going to work.* That is not necessarily true... Explicit intents work even if the class is not in your application as long as you specify both the package name and the class name. I use this

Re: [android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Mark Murphy
On Thu, Mar 24, 2011 at 1:05 PM, Justin Anderson magouyaw...@gmail.com wrote: Probably that class is not in your application so an explicit intent (with a class name) is not going to work. That is not necessarily true...  Explicit intents work even if the class is not in your application as

Re: [android-developers] Re: apkbuilder ?

2011-03-24 Thread Kris Nuttycombe
I help to maintain the SBT (http://code.google.com/p/simple-build-tool/) plugin for Android, which is available here: https://github.com/jberkel/android-plugin and would like to bring it up to date with respect to apkbuilder. If I understand what you've said correctly, part of what would be

Re: [android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Kostya Vasilyev
Check your Market application version. Should be = 2.3, my phones have 2.3.3 and 2.3.4. 24.03.2011 20:09, Gustavo Costa пишет: Kostya, Thank for your answer. I ran the dungeons potions sample and I receive the same message. I had copy the code of the dungeons potions sample and include

Re: [android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Kostya Vasilyev
That's not an explicit intent there. It's an intent with an action string, that uses a Java class name as the action string's value. -- Kostya 24.03.2011 20:11, Mark Murphy пишет: On Thu, Mar 24, 2011 at 1:05 PM, Justin Andersonmagouyaw...@gmail.com wrote: Probably that class is not in

Re: [android-developers] WidgetProvider onUpdate called while there is no widget displayed

2011-03-24 Thread Thomas Bruyelle
Ok thanks Kostya, I hope the doc will be updated soon. LD is not my preferred way ! --Tom -- 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

Re: [android-developers] Triggering a Force Close to Test the Handling

2011-03-24 Thread Marcin Orlowski
On 24 March 2011 18:03, Jake Colman col...@ppllc.com wrote: Is there a way for me to trigger a force close so that I test how/whether my handling of it working as I expect? divide by zero; try to start non existing activity without using try/catch, reach out of array bounds etc Regards,

Re: [android-developers] Triggering a Force Close to Test the Handling

2011-03-24 Thread TreKing
On Thu, Mar 24, 2011 at 12:03 PM, Jake Colman col...@ppllc.com wrote: Is there a way for me to trigger a force close so that I test how/whether my handling of it working as I expect? Throw an exception.

Re: [android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Kostya Vasilyev
And one more clarification. IMarketBillingService is not the billing service's class name, hence, the service can't be started or bound by using that class. It's the name of an interface that this service exposes, and only comes into play after the service has been bound. However, this is

Re: [android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Justin Anderson
* Only if the component is exported (I hope).* That is correct... it has to be exported. The newest version of AppSwipe! (not in the Android Market yet) actually displays apps that I can't launch with a grayscale icon. Thanks, Justin Anderson MagouyaWare Developer

[android-developers] Re: replacing a fragments not working

2011-03-24 Thread jotobjects
I can remove and add fragments, but replace doesn't cause the new Fragment to show up. The API docs are a little unclear about which existing Fragment would be replaced. On Mar 23, 4:49 pm, jotobjects jotobje...@gmail.com wrote: Having a bit of a go with Fragments and hitting a snag.  My layout

Re: [android-developers] WidgetProvider onUpdate called while there is no widget displayed

2011-03-24 Thread Kostya Vasilyev
24.03.2011 20:29, Thomas Bruyelle пишет: Ok thanks Kostya, I hope the doc will be updated soon. As for updating - the docs still have widget size suggestions that only work for MDPI (1.5) devices. But - hope springs eternal :) LD is not my preferred way ! As long as it's not SM

[android-developers] Emulator problem

2011-03-24 Thread fala70
Hi guys, I am going crazy with emulator, after the run it go freeze. I tried several AVD device but nothing I tried to run from eclipse and directly, but I still the problem. On console is showed : Waiting for home. I 've alredy tried to remove and install last version sdk and adt

Re: [android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Kostya Vasilyev
I'm using real physical phones, with Android 2.1u1 and 2.2. The billing service is part of Android Market application. It's my understanding that it's not available in the emulator. -- Kostya 24.03.2011 20:50, Gustavo Costa пишет: Kostya, What the version of emulator do you using and

[android-developers] Re: Strange behaviour with RessourceCursorAdapter

2011-03-24 Thread Antony BODY
Yes Nadeem, good idea ;-) Then my adapter inherits from ResourceCursorAdapter and redifying NewView method as: LayoutInflater li = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); return li.inflate(R.layout.listchargelayoutitem,

[android-developers] Re: HID iCLASS

2011-03-24 Thread Paul Christensen
I was hoping to hear something by now, but since nothing, I'll clarify. HID iClass card transmits a public UID over 13.56MHz using the ISO 15693 standard. All I want to do is read that public UID from an HID iClass. Since I can read the UID of an ISO 15693 it stands to reason that I should be

[android-developers] Re: Gift certificate or something like that

2011-03-24 Thread cellurl
I just wrote Amazon regarding coupons. They replied with a sort of no with some jargon called deeplink.No idea what that is. Heres the link they sent me. http://www.amazonappstoredev.com/2011/02/managing-app-dependencies.html I am going to write to androlib to see if they would consider offering

Re: [android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Kostya Vasilyev
24.03.2011 21:02, Gustavo Costa пишет: If it's possible, Can you send me a sample code that you are using? I'm trying during 3 days and I couldn't complete the codification. This is from the sample code in Google Market Billing package, available in the Android SDK and AVD manager. Filename:

Re: [android-developers] Re: Gift certificate or something like that

2011-03-24 Thread Justin Anderson
One thing you could do that I have done in a few occasions, is to get your beta testers email address and validate that exists on the device. If it doesn't, exit the app with a message. Of course, this can be a bit of a pain and not very manageable for a lot of beta testers because that involves

[android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread Gregg Reno
Have you all noticed a big discrepancy between the order counts on the Amazon AppStore home dashboard and what is shown in the Reports page? The counts for me on the home page are about one third of what shows in the reports page -Gregg -- You received this message because you are subscribed to

Re: [android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Kostya Vasilyev
Yes, it is. See my previous messages. I'll try to be less verbose this time: The service binding code in the online docs for billing is wrong. -- Kostya 24.03.2011 21:17, Gustavo Costa пишет: Kostya, Thank very much!!! Now, it's work. The problem was the

Re: [android-developers] Re: Gift certificate or something like that

2011-03-24 Thread james pruett
did you have that on the Android-Market? E.g. is it against the terms to have a filter like that in a free app ?? On Thu, Mar 24, 2011 at 1:16 PM, Justin Anderson magouyaw...@gmail.comwrote: One thing you could do that I have done in a few occasions, is to get your beta testers email

[android-developers] Re: Gallery default item selected is in center

2011-03-24 Thread jotobjects
For a start there are probably non-public methods and fields in other classes that Gallery uses from the widget package. SO just copy that one class is not going to be sufficient. The bigger problem is that Gallery does provide the hooks needed to accomplish what you want (which is unfortunate I

Re: [android-developers] Re: apkbuilder ?

2011-03-24 Thread Kris Nuttycombe
Actually, I think I found a good model for how to approach the work here for SBT; the Maven android plugin went through the same transition, and it looks like it'll serve admirably as a model. For anyone else who might be interested in how to go about this, check out this commit:

Re: [android-developers] Error in API 10

2011-03-24 Thread Romain Guy
Looks like you are using too much memory: java.lang.OutOfMemoryError: bitmap size exceeds VM budget On Thu, Mar 24, 2011 at 11:43 AM, rishabh agrawal android.rish...@gmail.com wrote: When i run my apps on API 8 then it run perfectly on emulator.But when i run my apps on API 10 then the

[android-developers] Error in API 10

2011-03-24 Thread rishabh agrawal
When i run my apps on API 8 then it run perfectly on emulator.But when i run my apps on API 10 then the unexpected error is occureced. The error are:- 03-25 00:05:31.067: ERROR/AndroidRuntime(431): FATAL EXCEPTION: main 03-25 00:05:31.067: ERROR/AndroidRuntime(431): java.lang.RuntimeException:

Re: [android-developers] Re: Gift certificate or something like that

2011-03-24 Thread Justin Anderson
No... I distributed it to them personally. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Mar 24, 2011 at 12:23 PM, james pruett gpscru...@gmail.com wrote: did you have that on the Android-Market? E.g. is it against the terms to have a filter

Re: [android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread Chris Stewart
Is anyone noticing a sales jump from the Amazon store? I know it's early and hard to really judge for long term. However, with the launch getting so much buzz, I would expect people to be getting decent downloads relative to their Market numbers. -- Chris Stewart http://chriswstewart.com On

Re: [android-developers] Re: Gift certificate or something like that

2011-03-24 Thread Justin Anderson
I used DropBox to create a download link and just sent them a link to download the .apk Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Mar 24, 2011 at 12:45 PM, Justin Anderson magouyaw...@gmail.comwrote: No... I distributed it to them

[android-developers] Re: Error in API 10

2011-03-24 Thread rishabh agrawal
So sir how to remove that type of error On Mar 24, 11:45 pm, Romain Guy romain...@android.com wrote: Looks like you are using too much memory: java.lang.OutOfMemoryError: bitmap size exceeds VM budget On Thu, Mar 24, 2011 at 11:43 AM, rishabh agrawal android.rish...@gmail.com wrote:

Re: [android-developers] Re: Gift certificate or something like that

2011-03-24 Thread james pruett
My goal is actually kinda cool. Biz cards using QR code like this http://goo.gl/AEqIm But I want the actual app download to come from a reputable market so people don't freak, not just downloaded from my website. Therein lies my problem. -cellurl On Thu, Mar 24, 2011 at 1:45 PM, Justin

[android-developers] Re: Strange behaviour with RessourceCursorAdapter

2011-03-24 Thread Nadeem Hasan
Try the following in bindView(): ImageView tvRecurent = (ImageView) view.findViewById( R.id.isrecurentimg ); int visibility =( cursor.getInt( cursor.getColumnIndex( fk_reccurent ) ) == DatabaseWrapper.NO_RECCURENCY )? View.VISIBLE : View.INVISIBLE; tvRecurent.setVisibility( visibility ); --

[android-developers] Re: Error in API 10

2011-03-24 Thread rishabh agrawal
Actully in this apps i use more image. On Mar 24, 11:56 pm, rishabh agrawal android.r itish...@gmail.com wrote: So sir how to remove that type of error On Mar 24, 11:45 pm, Romain Guy romain...@android.com wrote: u Looks like you are using too much memory: java.lang.OutOfMemoryError:

Re: [android-developers] Re: Error in API 10

2011-03-24 Thread TreKing
On Thu, Mar 24, 2011 at 1:56 PM, rishabh agrawal android.rish...@gmail.comwrote: So sir how to remove that type of error Use less memory. - TreKing

  1   2   3   >