[android-developers] (JSON) Download fails in 2.1 but works in 2.2

2011-03-18 Thread Stephan Wiesner
Hi, I use JSON as an interface and my code works fine on 2.2 devices but fails on motorola 2.1 devices The reason is that not the whole JSON file is downloaded, but only some (always the same) part and than it stops. URL url = new URL("http://www.somelink";); picCounter = 0; URLConnection ucon =

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

2011-03-18 Thread Justin Anderson
How about eBay? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Mar 18, 2011 at 7:24 AM, oldskool73 wrote: > > http://android.brightstarcorp.com/index.htm > > That just forwards you to your market page, you then need to click the > 'development ph

[android-developers] Frrend

2011-03-18 Thread suhail ahmed
Velvet I received my apple iphone4 64gb ordered on a online shop ( www.ioffrt.com ) today. So exciting , it's genuine and as good as they promised ,but much cheaper than it is in our country .Glad to share this news with you . Cheers! May all goes well for you. Hi, received my information? Wish

Re: [android-developers] menu doesnt get pop up unless tab activity is focussed

2011-03-18 Thread Justin Anderson
Thanks for sharing... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Mar 18, 2011 at 12:05 AM, Majid wrote: > menu is not shown in groupactivity of tabbar activity .but when i > change tab and come back to same tab it shows menu. > > -- > You rec

Re: [android-developers] Communication between activities in tab

2011-03-18 Thread Justin Anderson
My advice is to change your tabs to each display a view instead of an activity... Displaying activities is not fully supported and goes back to the early Android 1.0/1.1 days. That way you only have 1 activity that you need to manage so all the views have access to the same data. It seems like t

Re: [android-developers] plz suggest

2011-03-18 Thread Justin Anderson
Try Illustrator and Photoshop Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Mar 18, 2011 at 2:21 PM, rishabh agrawal wrote: > plz suggest any software for better icon designe,i am a fresher and no > knowledge about how to get better icon for good

Re: [android-developers] Re: How to install market app in emulator?

2011-03-18 Thread Justin Anderson
LOL... Sounds like somebody has some candy bars to return to the 7-11! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Mar 18, 2011 at 8:12 PM, TreKing wrote: > On Fri, Mar 18, 2011 at 12:08 AM, Maps.Huge.Info (Maps API Guru) < > cor...@gmail.com>

[android-developers] Double press home button side effect...

2011-03-18 Thread MagouyaWare
I have an task switching app on the Android Market called AppSwipe! and one of the most commonly requested features is the ability to launch my app by long-pressing the home button. Since this is not possible, I created a way to launch AppSwipe! by double-pressing the home key. This feature has b

[android-developers] Re: cube2wallpaper demo settings screen semi-transparent?

2011-03-18 Thread Peter Webb
Sorry, found it. android:theme="@android:style/Theme" Instead of android:theme="@android:style/Theme.LightWallpaper.wallpapersettings" My excuse: I only do wallpapers, and so have never seen or used a theme before. On Mar 19, 4:05 pm, Peter Webb wrote: > When you go into the "settings" scre

Re: [android-developers] Endless scrolling in GridView

2011-03-18 Thread Robin Talwar
Yes exactly that is what i need. How to find that the user has reached the end of the scroll in grid view?? On Sat, Mar 19, 2011 at 3:10 AM, Shane Isbell wrote: > You don't need to customize the view. Implement pagination of the xml doc > on the server. When the user reaches the end of the data i

[android-developers] Sharing assets directory across apps

2011-03-18 Thread kypriakos
What is the easiest way to allow multiple apps to read from the assets directory of a particular app? Do I need to use shared IDs here? And where is the actual assets dir residing in the device? Is it in the app's database db file? Thanks -- You received this message because you are subscribed

[android-developers] Re: Android SDK, Market and Cupcake compatibility.

2011-03-18 Thread Zsolt Vasvari
> What I mean here is letting Google know this issue. Good one, young padawan. -- 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 em

[android-developers] cube2wallpaper demo settings screen semi-transparent?

2011-03-18 Thread Peter Webb
When you go into the "settings" screen for the standard cube wallpaper demo, they are a semi-transparent overlay over the screen wallpaper. For example: http://developer.android.com/resources/samples/CubeLiveWallpaper/index.html The pic on the right has the octahedron peeping through. I want my

[android-developers] Re: XML Adapters package missing

2011-03-18 Thread j.s. mammen
I dont see the provider in Honeycomb either..could you please tell us what release version you are using? On Mar 16, 2:59 am, "simon.j.gilles...@googlemail.com" wrote: > I have the same problem. Also the API version in the manifest is 8 but > the example only shows up when Honeycomb 3.0 is select

Re: [android-developers] Two Activity Stacks

2011-03-18 Thread Julius Spencer
Hi, I've been trying to get this to work, but still have the problem when moving back to the original stack where a new Activity actually starts in the stack and I just wanted to resume the last Activity. I tried removing the Flag, but that didn't work. I could put a hack in with an Extra whic

[android-developers] Re: Android SDK, Market and Cupcake compatibility.

2011-03-18 Thread Farproc
Thanks. I'll try that in the next release. What I mean here is letting Google know this issue. On 3月19日, 上午10时54分, TreKing wrote: > On Fri, Mar 18, 2011 at 9:49 PM, Farproc wrote: > > Apps built with API level 10 and android:minSdkVersion="3" can not > > be downloaded by Cupcake phone via Andro

Re: [android-developers] Android SDK, Market and Cupcake compatibility.

2011-03-18 Thread TreKing
On Fri, Mar 18, 2011 at 9:49 PM, Farproc wrote: > Apps built with API level 10 and android:minSdkVersion="3" can not > be downloaded by Cupcake phone via Android Market. > Sounds like a(nother) Market bug, for which there is no support. I'd change my target to 9 if that works. -

Re: [android-developers] ExpandableListActivity/ ListView labels between some rows

2011-03-18 Thread TreKing
On Fri, Mar 18, 2011 at 6:15 PM, dashman wrote: > I've an ExpandableListActivity and would like to add text label > rows between some rows - not all. > http://developer.android.com/reference/android/widget/BaseAdapter.html#getItemViewType(int) ---

[android-developers] Android SDK, Market and Cupcake compatibility.

2011-03-18 Thread Farproc
Apps built with API level 10 and android:minSdkVersion="3" can not be downloaded by Cupcake phone via Android Market. These apps can be seen in Market of my old Cupcake G1, but it says "Not found: The requested item could not be found" when I click to install them. These apps work fine if I manua

Re: [android-developers] NDK compilation issue

2011-03-18 Thread TreKing
On Wed, Mar 16, 2011 at 9:24 AM, Yoan wrote: > But I don't know how to do the same thing with NDK. This group is not for the NDK. There might be one specifically for that. - TreKing

[android-developers] Strange ResultCode (133179) when sending SMS

2011-03-18 Thread andfan22
When my app sends an SMS on the HTC EVO 4G via android.telephony.SmsManager.sendTextMessage(), my BroadcastReceiver that gets called on success/fauilure of the send is sometimes passed a resultCode of 133179. This value is not mentioned in the API docs. Does anyone know what this code means? In par

Re: [android-developers] Simulation of keys such as home,menu and back as soft keys on 2.2

2011-03-18 Thread TreKing
On Tue, Mar 15, 2011 at 11:05 PM, Shweta Naik wrote: > I would like to have home , menu and back keys as soft keys on > my application. > Why do you want keys that are standard on pretty much all Android devices duplicated on your app? Do you not like screen space? --

Re: [android-developers] Search

2011-03-18 Thread TreKing
On Thu, Mar 17, 2011 at 1:15 PM, nark wrote: > Is there any source code available... No, there is no source code available that will magically solve the specific problem you're having. You will, unfortunately, have to do your own work. --

Re: [android-developers] Back Button with Activity again!!!

2011-03-18 Thread TreKing
On Wed, Mar 16, 2011 at 11:31 AM, Nacho Capodanno wrote: > How can i start the activity which list places again when you press back > button? in this way, i will can see places list without the places that were > not selected. > Use startActivityForResult() and onActivityResult(). --

Re: [android-developers] how to make a startscan for a predetermined time?

2011-03-18 Thread TreKing
On Thu, Mar 17, 2011 at 2:02 PM, Ricardo Rueda wrote: > I need to make a scan of wifi for 20 seconds but i dont know how to make? > Please help me > http://www.catb.org/~esr/faqs/smart-questions.html ---

Re: [android-developers] Portable application running on SD-card

2011-03-18 Thread TreKing
On Tue, Mar 15, 2011 at 11:59 AM, kekou14 < pasquier.kevin.france.1...@gmail.com> wrote: > Is it possible to build this kind of application? > I highly doubt it. > Does it make sense to build this kind of application for security reason > and why? > In what way is the SD card more secure than

Re: [android-developers] Retrieve XML data using Rest Template

2011-03-18 Thread TreKing
On Fri, Mar 18, 2011 at 3:35 AM, JIBI THANIKKAL wrote: > How to retrieve XML data using Spring Android Rest Template? Exactly what kind of answer are you hoping for? - TreKing

Re: [android-developers] Re: Not able to receive UDP Data

2011-03-18 Thread Miguel Morales
Great, it's been a while since I played with it because I implemented a reliable and good enough tcp solution. I'll revisit this if necessary to improve performance, hopefully this helps the OP resolve his problem. I was worried that some carriers would not allow UDP to phones, I'll still have to

Re: [android-developers] Re: How to install market app in emulator?

2011-03-18 Thread TreKing
On Fri, Mar 18, 2011 at 12:08 AM, Maps.Huge.Info (Maps API Guru) < cor...@gmail.com> wrote: > If you steal candy from a 7-11 and don't get caught, does that make it ok? > Wait ... that's not OK ... ?

Re: [android-developers] Need Information about Firmaware upgrade in froyo

2011-03-18 Thread TreKing
On Tue, Mar 15, 2011 at 10:27 AM, deeps wrote: > We need to implement firmware upgrade feature in it. We need to provide the > feature to upgrade kernel as well as the OS. > This group is using the Android SDK. Please check the docs to find a more appropriate group for your query. -

Re: [android-developers] ListView and HorizontalScrollView on the screen

2011-03-18 Thread TreKing
On Tue, Mar 15, 2011 at 8:52 PM, nyuri wrote: > I want to fix the title1 column when the horizontal scroll. You'd likely have to build your own layout, possibly extending from TableLayout. - TreKin

Re: [android-developers] Add a new button to incoming call screen

2011-03-18 Thread TreKing
On Thu, Mar 17, 2011 at 6:09 PM, Ash wrote: > Is it possible to edit the existing incoming call screen? > You'd have to build your own version of the firmware. > If its possible, can someone please let know how I can get started? > Read the source site on how to build your own firmware.

Re: [android-developers] Content provider

2011-03-18 Thread TreKing
On Wed, Mar 16, 2011 at 8:57 AM, Sakthivel A M wrote: > I need complete content provider flow in android framework http://lmgtfy.com/?q=complete+content+provider+flow+in+android+framework http://www.catb.org/~esr/faqs/smart-questions.html ---

Re: [android-developers] World coordinates to screen coordinates

2011-03-18 Thread TreKing
2011/3/15 Adrià Carro > My application receives objects information with specific latitude and > longitude and now I want to print these objects in the camera view. > Google "3D projection" or "3D picking".

Re: [android-developers] Get screen coordinates by specific location and longitude

2011-03-18 Thread TreKing
2011/3/16 Adrià Carro > It takes three days searching without stopping and have not found anyone to > explain how to solve this problem. > You're not going to find anyone to "explain how to solve this problem" because it's a very big problem and you haven't really described much of what you're t

Re: [android-developers] Restart Service after it has been killed by the system

2011-03-18 Thread TreKing
On Fri, Mar 18, 2011 at 6:02 AM, Paolo wrote: > How can avoid it? > You can't. > Or at least how can I restart my service as soon as possible? > Attach it to an ongoing notification to indicate it's something the user cares about and should have slightly higher priority. > I found that can

Re: [android-developers] Android - How do we make notification visible once application is installed?

2011-03-18 Thread TreKing
On Fri, Mar 18, 2011 at 1:39 AM, paresh mayani wrote: > But, is there any way to make a notification visible once the application > is installed in the phone? > No. The user must run an app once it's installed. -

[android-developers] Re: Not able to receive UDP Data

2011-03-18 Thread Indicator Veritatis
It worked when I did it with my G2 on T-Mobile. It worked with either one of WiFi or 4G (the carrier's data). But I said to debug on WiFi first, since there you have greater control and transparency: you can run Wireshark and see configuration on more points in the network. If you root your phone,

[android-developers] Re: How to configure TCP/IP MONITOR

2011-03-18 Thread Indicator Veritatis
This is an Eclipse question, not an Android question. This is not a good place to get an answer for it. Try one of the forums at http://www.eclipse.org/forums/ On Mar 16, 4:13 am, DoM wrote: > Can anyone help me to configure Tcp/ip monitor on eclipse. > I'm writing a client for a Web Server runn

[android-developers] Re: can i hide or change battery-low dialog?

2011-03-18 Thread Indicator Veritatis
Why are you convinced you need to do this? The design is correct as it is: the user must be notified when the battery is running low or it will be damaged. On Mar 18, 1:05 am, guiridemeer wrote: > Hi all, > > I need to hide or change the battery-low dialog. > > Im able to recieve the Intent.ACTIO

[android-developers] Re: how to remove LogCat error

2011-03-18 Thread Indicator Veritatis
Well, technically, you are correct. But really: how likely do you think it is that he really wants to pre-load a PNG file from a drawable-mdpi folder? As the warning says, it varies with configuration, so it should not be pre-loaded at all. On Mar 16, 9:22 pm, Srikant wrote: > It's not error, ju

Re: [android-developers] How to stop ActivityManager logging

2011-03-18 Thread David Caunt
You know that even if you achieve this, someone can still list your activities using aapt? What exactly are you trying to achieve? On 18 Mar 2011 13:44, "Mark Murphy" wrote: > On Thu, Mar 17, 2011 at 1:19 PM, Will wrote: >> The ActivityManager is logging every time it starts one of my >> activiti

[android-developers] Re: Questions about Activity.finish() and a couple of other things.

2011-03-18 Thread A. Elk
Certainly testPreConditions() should be executed. Which version of the SDK are you using? As for the Activity not being "finished", I'm not sure what Android does in response to mActivity.finish(). I can't really understand what you mean in the second paragraph after the code snippet. Seems lik

[android-developers] Have to tap 2times to have the data displayed in a ListView...

2011-03-18 Thread Alaeddine Ghribi
Hi, I don't know why but when tapping the "calculate" button to store the data calculated, when i goes to the listview the first time it tells me that there is no data, when i tap again in the button i have all datas displayed plus the last one! Here is a video explanation: http://www.4shared.com/v

[android-developers] Re: when to (NOT) use fragments

2011-03-18 Thread jotobjects
Ok thanks. What I am getting is that the base use case for Fragments is that larger screen sizes permit sectionalized UI designs. Each section of the screen can be implemented with a Fragment. On Mar 17, 3:30 pm, Mark Murphy wrote: > On Thu, Mar 17, 2011 at 6:26 PM,jotobjects wrote: > > Hm.  Well

[android-developers] Re: Suppoting android 1.6. VerifyError.

2011-03-18 Thread fadden
On Mar 18, 5:30 am, Kirill wrote: > I want to support  android 1,6 and at the same time autocomplite e- > mail in other vesrions of SDK See http://developer.android.com/resources/articles/backward-compatibility.html -- You received this message because you are subscribed to the Google Groups "A

Re: [android-developers] No camera changes in 2.3.3 but camera apps break going from 2.3 to 2.3.3.

2011-03-18 Thread Zach
> > If you haven't done so already, try my apps on your Nexus One, and see > what happens. I would do it myself, but my Nexus One's backlight is > pushing up daisies... > I'll do some testing Monday morning and post my results. -- You received this message because you are subscribed to the Googl

Re: [android-developers] No camera changes in 2.3.3 but camera apps break going from 2.3 to 2.3.3.

2011-03-18 Thread Mark Murphy
On Fri, Mar 18, 2011 at 7:14 PM, Zach wrote: > Your sample code is incredibly similar to ours for the basic tasks of > getting the optimal preview size and initializing/pausing the camera.  The > main functional difference is the use of autofocus & callback for > processing. If you haven't done s

[android-developers] ExpandableListActivity/ ListView labels between some rows

2011-03-18 Thread dashman
I've an ExpandableListActivity and would like to add text label rows between some rows - not all. my ExpandableListActivity is using a SimpleExpandableListAdapter. subclass to populate the group/children. but have no idea how labels fit into the list. i know how to use ExpandableListActivity and

Re: [android-developers] No camera changes in 2.3.3 but camera apps break going from 2.3 to 2.3.3.

2011-03-18 Thread Zach
> > What are your symptoms for the "global in scope" part? > Global in scope meaning that no matter where we get/set camera parameters, a subset of those parameters are now always null (on get) where before they were not. The most noticeable parameter is the preview size. Also related is we've

[android-developers] How can i get js variable value from a HTML form ? is it possible ?

2011-03-18 Thread Eden
hi, How can i get js variable value from a HTML form (via a webview maybe) ? is it possible ? thx eden -- 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 unsubscri

[android-developers] Display Independent Pixel issues

2011-03-18 Thread Thom Shutt
Hi, I'm having some issues with using DPs. The problem may be with my understanding of them. I'm only using weighting and DPs for my layout. The weighting works well when scaling to different displays, but anything that isn't using weighting (text, space between the elements) doesn't scale propor

Re: [android-developers] Anyone know the name of this menu?

2011-03-18 Thread Ray da Costa
Got it, thanks friends .. I'll have to build it from scratch ... 2011/3/18 Mark Murphy > On Fri, Mar 18, 2011 at 6:40 PM, Ray da Costa > wrote: > > Anyone know the name of this menu? > > It's name is George. > > :-) > > > Is there really such a menu in the android? > > No. That's no an option

[android-developers] Re: Anyone know the name of this menu?

2011-03-18 Thread Zach
Yeah, that's the "port this app to Android but make it look like iPhone" menu. It's just a bunch of images thrown onto a background. I would highly recommend not doing this to avoid screen density mayhem. -- You received this message because you are subscribed to the Google Groups "Android De

Re: [android-developers] Anyone know the name of this menu?

2011-03-18 Thread Nguyen Dat
Hi Costa, Submenu, right ? But it look like taskbar like iphone ^^ Regards, DatNQ On Sat, Mar 19, 2011 at 5:40 AM, Ray da Costa wrote: > > Anyone know the name of this menu? Is there really such a menu in the > android? > -- > Ray da Costa > "The best way to predict the future is to invent it

Re: [android-developers] Anyone know the name of this menu?

2011-03-18 Thread Mark Murphy
On Fri, Mar 18, 2011 at 6:40 PM, Ray da Costa wrote: > Anyone know the name of this menu? It's name is George. :-) > Is there really such a menu in the android? No. That's no an options menu, since it has five entries. It is probably just a custom LinearLayout. -- Mark Murphy (a Commons Guy)

Re: [android-developers] No camera changes in 2.3.3 but camera apps break going from 2.3 to 2.3.3.

2011-03-18 Thread Mark Murphy
On Fri, Mar 18, 2011 at 6:37 PM, Zach wrote: > I filed bug 15112 but believe that I was far too narrow in scope as I first > thought the behavior was limited to what was called in onPreviewFrame.  The > actual problem appears to be global in scope. What are your symptoms for the "global in scope"

[android-developers] Anyone know the name of this menu?

2011-03-18 Thread Ray da Costa
Anyone know the name of this menu? Is there really such a menu in the android? -- Ray da Costa "The best way to predict the future is to invent it." Alan Kay -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] No camera changes in 2.3.3 but camera apps break going from 2.3 to 2.3.3.

2011-03-18 Thread Zach
We were quite surprised to get a user report that our app was getting a force-close on startup in 2.3.3. After upgrading our Nexus One to 2.3.3 we can finally confirm that something incredibly odd and blatant has happened with the way the camera works. Odd because there isn't a single change t

Re: [android-developers] Re: Time.setToNow and AM/PM

2011-03-18 Thread Mark Murphy
On Fri, Mar 18, 2011 at 5:41 PM, String wrote: > You quite likely should be using the Calendar class instead, if you want > human-readable time. Date is quite limited, and most importantly, isn't time > zone aware. Calendar is. Yeah, I was having total brain lockup on this one this morning. Aga

[android-developers] Multiple ListViews in One Screen. HoneyComb.

2011-03-18 Thread Sana
Hi, I wanted to display, mutiple ListViews side by side(horizontal) and which are each scrollable on their own that is scrolling of one doesn't change the scroll position of the others and also to extend it, instead of the regular checkbuttons from Android I would like to use my images. Here is th

[android-developers] Re: Time.setToNow and AM/PM

2011-03-18 Thread String
You quite likely should be using the Calendar class instead, if you want human-readable time. Date is quite limited, and most importantly, isn't time zone aware. Calendar is. String -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

Re: [android-developers] Endless scrolling in GridView

2011-03-18 Thread Shane Isbell
You don't need to customize the view. Implement pagination of the xml doc on the server. When the user reaches the end of the data in your app, have android pull down another page of data and then add the respective images to your adapter. Shane On Fri, Mar 18, 2011 at 2:20 PM, Abhishek Talwar <

Re: [android-developers] Re: Running Monkeyrunner directly on Android tablet

2011-03-18 Thread Bill Napier
no, not from the device directly. The permissions required to do the stuff the monkey does is only granted to the user who has logged in via "adb shell". Any application on the phone will not have the correct permissions to do it. On Thu, Mar 17, 2011 at 2:43 AM, raki wrote: > Hi Bill, > > Tha

[android-developers] Endless scrolling in GridView

2011-03-18 Thread Abhishek Talwar
Hey guys I am performing xml parsing in my grid view. The xml has 10 images which are displayed in 4 rows and the last row having 1 image. I want when the user scrolls down and when the scroll reaches bottom i should be able to parse more images. So that it goes like an endless grid view whenever t

Re: [android-developers] using the keytool for getting google-maps-API-key returns unrecognized option error

2011-03-18 Thread Kostya Vasilyev
Sounds like you are getting some weird (obsolete?) version of keytool, due to having multiple installed versions. 18.03.2011 23:16, Syed Rakib Al Hasan ?: i used linux ubuntu 10.10... my */debug.keystore/* file is in the location|~/.android/debug.keystore|. i used the following ter

[android-developers] Re: Portable application on SDcard

2011-03-18 Thread Pragati Ogal Rai
Applications are installed on SD card with "noexec" permission. This means that application can only be installed on SD card but cannot be executed. Regards, Pragati On Mar 18, 10:51 am, Mrinal Khanvilkar wrote: > Well > > Every application exposes intent for launching that application. > So if

[android-developers] plz suggest

2011-03-18 Thread rishabh agrawal
plz suggest any software for better icon designe,i am a fresher and no knowledge about how to get better icon for good apps... -- 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@g

Re: [android-developers] Unexpected error

2011-03-18 Thread Mark Murphy
Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your "unexpected error". Then, debug your code. On Fri, Mar 18, 2011 at 4:17 PM, rishabh agrawal wrote: > when i run my app in emulator some time it run good,but some time my > T

[android-developers] Unexpected error

2011-03-18 Thread rishabh agrawal
when i run my app in emulator some time it run good,but some time my Tab get a unexpected error so, how i remove it -- 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] using the keytool for getting google-maps-API-key returns unrecognized option error

2011-03-18 Thread Syed Rakib Al Hasan
i used linux ubuntu 10.10... my *debug.keystore* file is in the location ~/.android/debug.keystore. i used the following terminal commands as explained in http://code.google.com/android/add-ons/google-apis/mapkey.html keytool -list -alias androiddebugkey -keystore "~/.android/debug.keystor

Re: [android-developers] Re: Charge backs

2011-03-18 Thread TreKing
On Fri, Mar 18, 2011 at 2:31 PM, Kevin TeslaCoil Software < ke...@teslacoilsw.com> wrote: > You tested with an actual Credit Card Chargeback and not just a > Google Checkout cancel/refund/whatever? > Oh, no, I though you were talking about canceled / refunded orders.

[android-developers] Re: Charge backs

2011-03-18 Thread Kevin TeslaCoil Software
You tested with an actual Credit Card Chargeback and not just a Google Checkout cancel/refund/whatever? -Kevin On Mar 18, 1:24 pm, TreKing wrote: > On Fri, Mar 18, 2011 at 11:57 AM, Kevin TeslaCoil Software < > > ke...@teslacoilsw.com> wrote: > > What's weird is that Google Checkout still has th

Re: [android-developers] Intent.putExtra(String name,String value) method

2011-03-18 Thread Mark Murphy
On Fri, Mar 18, 2011 at 3:04 PM, dashman wrote: > the document states that the NAME has to be prefixed with the package > name. Really? > is it really necessary for intra-app intents. Having them be plausibly unique is a good idea, in case the OS tacks in extras as well. Using the package name

[android-developers] Intent.putExtra(String name,String value) method

2011-03-18 Thread dashman
the document states that the NAME has to be prefixed with the package name. is it really necessary for intra-app intents. if so, is there a programmatic way of getting the current package name. also, any limits on the sive of the VALUE arg. -- You received this message because you are subscrib

Re: [android-developers] Re: Charge backs

2011-03-18 Thread TreKing
On Fri, Mar 18, 2011 at 11:57 AM, Kevin TeslaCoil Software < ke...@teslacoilsw.com> wrote: > What's weird is that Google Checkout still has the option of "Cancel entire > order". I don't know if such users can still get updates or be LVL-allowed. > They don't. I ran a test with another dev in gro

[android-developers] Re: Problem with SoundBoard App

2011-03-18 Thread Lance Nanek
Have you checked the logcat view in Eclipse to see if there is any error message there when it happens? Just at a guess, it is all those MediaPlayer instances you have. You may want to try only having one MediaPlayer, or a small pool of them. Use new, setDataSource, and prepare instead of create.

Re: [android-developers] How To Disconnect a Bluetooth Device With The HOME Button

2011-03-18 Thread Robert
Sorry for the lack of info. The design of my app is similar to the Android's Settings application: each screen is its own PreferenceActivity. I use this to control the different devices I have connected, via bluetooth. I first connect to the different devices in one screen (one PreferenceActivit

RE: [android-developers] Portable application on SDcard

2011-03-18 Thread Mrinal Khanvilkar
Well Every application exposes intent for launching that application. So if you could try to generate the intent for the app you are working on, it should be possible. Regarding SDCard, there is a MediaScanner service which scans the sdcard whenever it is inserted and the related Media Connecti

[android-developers] Re: Suppoting android 1.6. VerifyError.

2011-03-18 Thread Doug
Basically, you want to prevent the VM from trying to load classes that contain references to classes and methods that don't exist in the target platform. Wrapping the immediate code with a check for SDK_INT doesn't prevent the JVM class loader from trying to make sense of the symbols in a clas

Re: [android-developers] Re: Any problems with setting screen time-out to 'Never'?

2011-03-18 Thread Mark Murphy
On Fri, Mar 18, 2011 at 1:39 PM, Oceanblue wrote: > I will probably just go ahead & change the way my program works, but > wondering why the newer phones give an option of screen time out as > "Never" if this is a known issue. Because users can still press the power button to turn off the screen.

[android-developers] Re: Having trouble programmatically checking an item in a ListView

2011-03-18 Thread Doug
It's customary to model the data in a data structure, then use an Adapter to create the individual item view that will be shown in the ListView. If you need to change the data in the model, just change the model's data and tell the adapter that the data has changed. That will force an update t

[android-developers] Re: Any problems with setting screen time-out to 'Never'?

2011-03-18 Thread Oceanblue
> > > Does it have any negative side effects? > > It might shorten the lifespan of the screen, or at least the > backlight, but I don't know how long those are supposed to live. > Otherwise, I can think of no particular issues. I was basically thinking of a screen burn-in type of problem. I looked

[android-developers] Re: onItemLongClick and onItemClick for a gridview

2011-03-18 Thread varinag gold
Hi Fina, I didn't try GestureDetector as I don't want to implement fling function as default scrolling in GridView already good enough. I am not sure if with fling function (onScroll) I can transfer scrolling to default one. Thanks, varinag On Mar 18, 6:15 pm, Fina Perez wrote: > Hi! > > I have

[android-developers] Re: receive GPS enable/disable settings event

2011-03-18 Thread ip332
locationManager.addGpsStatusListener(statusListener); On Mar 18, 10:07 am, andrefy wrote: > what about use the LocationListener with a long time period, so it will not > have a relative important impact at  you app, the GPS status change always > will let you know when it happens, even if

[android-developers] Re: Problem positioning scaled images

2011-03-18 Thread Cliff Davies
Sorted (thanks to stackoverflow.com) - how I never noticed the adjustViewBounds parameter is beyond me... On Fri, Mar 18, 2011 at 8:22 AM, Cliff Davies wrote: > I'm quite bamboozled by this. I would have thought that the width and > height of an ImageView would have scaled with the image that's

Re: [android-developers] bug or a feature?

2011-03-18 Thread Romain Guy
It's a feature. Resources generate Java files (R.java) which means the name of your resources must be valid Java identifiers. And "switch" is a keyword in the Java programming language. This means your resource cannot be called switch (or if, for, while, etc.) On Tue, Mar 15, 2011 at 2:57 AM, gaka

Re: [android-developers] Creating integer array of resource ids

2011-03-18 Thread Kostya Vasilyev
You're almost there, but values should be retrieved a little differently, not with getIntArray: Resources res = getResources(); TypedArray arr = res.obtainTypedArray(R.array.); Drawable d = arr.getDrawable(2); -- Kostya 18.03.2011 19:32, Marcin Orlowski ?: On 18

Re: [android-developers] AWT - yes or no??!

2011-03-18 Thread Romain Guy
You cannot use AWT on Android. On Fri, Mar 18, 2011 at 4:33 AM, Mark Murphy wrote: > On Tue, Mar 15, 2011 at 9:06 AM, Bogdan > wrote: > > So, is there a way to make use of the java.awt / android.awt classes > > There are no classes in either package in Android, except for a couple > of items in

Re: [android-developers] Re: AppWidget Stopped !!!

2011-03-18 Thread Nguyen Dat
Dear hardrock I'm very interesting with your problem, relete with your explain: >As I know, the receiver is no longer active after return from >onReceive(). Sorry for my bad english but as i understand you mean onRecieve() not receive broadcast message from system ? Regards, DatNQ On Fri, Mar 1

Re: [android-developers] Re: Tracing Geo Location and saving them into file from start of a cal to end call duration

2011-03-18 Thread Nadeem Hasan
Are there so many people writing Android apps for the spy agencies? -- 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 andro

[android-developers] Re: Tracing Geo Location and saving them into file from start of a cal to end call duration

2011-03-18 Thread ip332
I guess the question was about location, not the GeoCoder class. Yes, technically you can do that. The tricky part is that if the GPS fix was not available at the moment of the incoming call start then there is a good chance to not have a fix till its end. You could use position from the WiFi AP b

[android-developers] Re: Charge backs

2011-03-18 Thread Kevin TeslaCoil Software
I've gotten a few chargebacks. The email Google sends when this happens includes this nice piece of information: "Please note that for Android Marketplace chargebacks received after June 1, 2010, Google will not assess a chargeback fee." And references: http://www.google.com/support/androidmarket/

Re: [android-developers] Re: AppWidget Stopped !!!

2011-03-18 Thread Mark Murphy
On Fri, Mar 18, 2011 at 12:48 PM, Jake Colman wrote: > What about, for example, a Stop Watch app that counts every tenth of a > second to be used as a lap timer.  Is that ok because it is an activity > and not a broadcast receiver? Done correctly, yes. >  If so, why? 1. Because an activity does

[android-developers] Re: adding custom view in main.xml

2011-03-18 Thread Aisthesis
did you use the fully qualified name when you put it in main.xml? e.g.: com.google.myapp.MyView if that doesn't do it, it's hard to debug without any code--also there are ways to draw a line without creating an extra custom view On Mar 17, 8:05 am, "Vishwesh R." wrote: > hi, >     im a beginner >

Re: [android-developers] Scanner GPRS

2011-03-18 Thread Leonardo Luís dos Santos
Hi Marcin, 2011/3/18 Marcin Orlowski > > On 18 March 2011 14:41, Leus wrote: > ^^ > > Good morning guys, >> > > Morning at 2pm? hardly possible ;/ > > > Sorry but I wirte from Brazil. > Next, s possible to access the phone via modem gprs android? >> > My idea

[android-developers] Re: AppWidget Stopped !!!

2011-03-18 Thread Jake Colman
> "MM" == Mark Murphy writes: >>   Isn't there any way to prevent time-freezing of digital clock >> widget ? MM> Don't write a digital clock app widget. What about, for example, a Stop Watch app that counts every tenth of a second to be used as a lap timer. Is that ok because it i

Re: [android-developers] Re: Tracing Geo Location and saving them into file from start of a cal to end call duration

2011-03-18 Thread Mark Murphy
On Fri, Mar 18, 2011 at 12:39 PM, Jake Colman wrote: > You do not > have internet access while using the phone. That is only true for CDMA devices. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _

[android-developers] Re: Tracing Geo Location and saving them into file from start of a cal to end call duration

2011-03-18 Thread Jake Colman
> "AQG" == A Q Ghouri writes: AQG> I want to write a piece of code which will work when a incoming AQG> call is received and it will create log that call by the AQG> location of the person and during the cal time .the path.. AQG> tell is is possible that we work parallel a call r

Re: [android-developers] Sip Communicator

2011-03-18 Thread Marcin Orlowski
On 16 March 2011 02:01, Alexei Telles wrote: > I'm starting android development and in my first project I need to > make Sip Communicator running on Android. > People usually start with "hello world" type of things. What is you general experience with SIP? -- You received this message because

  1   2   3   4   >