Re: [android-developers] How to get a developer ID

2010-11-05 Thread Kumar Bibek
Developer ID of what? On Thu, Nov 4, 2010 at 5:03 AM, JM Salvador soulia...@gmail.com wrote: hi, I've been looking for how to get a developer ID but I didn't find it. Any help will be apreciate. thanks in advance soulianis -- You received this message because you are subscribed to the

[android-developers] Re: Tomcat on Android

2010-11-05 Thread Jason
My experience is that Jetty (http://www.mortbay.org/jetty/) tends to be a bit more lightweight than tomcat, and also a LOT easier to embed (it's basically just a JAR file). Or you could try this: http://tjws.sourceforge.net/ Haven't tried it myself, but looks like it's designed to be

[android-developers] Re: Tomcat on Android

2010-11-05 Thread Marc Fleury
I guess if it's a wall mounted device, it might be ok.  But at that point why not just use a PC of sorts and use some linux distribution and use your app as is, why even use Android at all? You would be surprised how difficult it is to get a decent ARM based fanless PC with a stable linux and

[android-developers] Re: Missing ACTION_UP

2010-11-05 Thread viktor
Did you add clickable=true to your View? On 4 Лис, 23:17, Bret Foreman bret.fore...@gmail.com wrote: These views are inside an ExpandableListView, which is known to have a number of bugs around text selection. This is just another in a list of issues with that widget. I need to pass the event

[android-developers] Re: listview selector based on item-type

2010-11-05 Thread Johannes De Smedt
I have tought of that, but one of the types is an image that spans the whole cell. This is why I need two different selectors: One needs to be drawn on top of the item and the other needs to be drawn as background ... I think I'll go with the border workaround (make the items a little bit smaller

[android-developers] Re: Tomcat on Android

2010-11-05 Thread Marc Fleury
Thanks Jason. Very useful. i-jetty looks quite interesting run as a service on android and may just be the ticket. I may also contact the tjws guy see if he is porting to android. On A/ this is meant for an in-wall device so no issues of power. Thanks again. MF On Nov 5, 7:20 am, Jason

[android-developers] Re: Tomcat on Android

2010-11-05 Thread FrankG
Hello Marc and Bret would be nice, if you could describe what you try to do ?! Currently the easiest thing for you would be i-jetty, the android port of jetty from WebTide Look here : http://code.google.com/p/i-jetty/ And after that provide your impressions to the community. Thanks !

[android-developers] Re: Anyone have an experience dealing with Ubinuri?

2010-11-05 Thread Mark Carter
Someone else posted about this back in July over on Android Discuss: http://groups.google.com/group/android-discuss/browse_thread/thread/75ea93a994da1c95 I just got the standard email from them this morning. On Oct 28, 4:09 am, Kumar Bibek coomar@gmail.com wrote: Never heard of it. There

Re: [android-developers] Re: How to display a raw YUV frame in an Android OpenGL program?

2010-11-05 Thread 袁堂夫
thanks for your response, yes, our frame is from a live camera, so it changes dynamically. as what you said, we passed YUV frame to the GPU, and do the YUV to RGB convert in the GPU side (we used matrix-vector multiplication). My questions are: 1) Does the GPU convert blocks the CPU? 2) if the

[android-developers] Re: google maps api

2010-11-05 Thread kamiseq
well it worked well for me :/ i did exactly as in the official tutorial -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers]

2010-11-05 Thread Ajith Kamath
Hi all I'm facing peculiar problem with Jabra BT8010 headset , when connected to bluetooth in Android. After connecting the headset, if i do power reset of phone. Then after restart I receive a call . Nothing will be heard. This happened very few times but still prominent What can be the

[android-developers] sms broascast

2010-11-05 Thread herry
hi,all. when i look up sms interception, i want to intercept android.provider.Telephony.SMS_RECEIVED broadcast,and prevents it be published to other receivers(such as system Messaging app). what can i do ? another quest: i'm confused that which app (or hardware) send out this broadcast (if

[android-developers] Re: Draw on SurfaceView(VideoPlayer) Canvas

2010-11-05 Thread ko5tik
Usually this is done via transparent views overlaid over your surface And remember - you can not overlapp 2 surfaces. On Nov 4, 7:20 am, sapegas dr.blackm...@gmail.com wrote: I'm trying to draw some primitives on SurfaceView Canvas, but I can't do this. I need to implement a

[android-developers] gps

2010-11-05 Thread Harshal
hi, I am new to android development. I tried to craete a gps locator app. I am getting the following error: Error type 3 Error: Activity class {org.me.gps/org.me.gps.MainActivity} does not exist. my MainActivity class extends MapActivity. any help will be greatly appreciated.. -- Harshal --

[android-developers] Is this a bug? Is this a forum to file bugs?

2010-11-05 Thread Rene Grothmann
The following code makes a zip archive with a non-ASCII filename entry. Then it reads the zip archive, and tries to recover the entry. This is not possible, it seems. The file has now a weird encoded name. It seems to me that with all problems zip archives have with Unicode, the filename handling

[android-developers] gps is off even though location updates are requested

2010-11-05 Thread kamiseq
hi, all actually I have two problem right now with gps provider. I have samsung spica so maybe this is something in a hardware. 1. location's accuracy is always set to 0 - can anybody explain it, is it phone specific?? or something Im doing wrong. 2. I created activity that starts service in

[android-developers] Re: gps

2010-11-05 Thread kamiseq
do you work with google api, and have map.jar added? but this seems like manifest problem and not gps. did it worked without mapactivity? if yes then you probably dont have map.api jar - read again tutorial -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: How to position the dilaog in screen ?

2010-11-05 Thread anderson
So you change the Window instead of change the position of Dialog ? On 9月27日, 下午4時51分, mani smanikanda...@gmail.com wrote: I found a solution to move the dialog position around. But the values of x y are not clear. public void onCreate(Bundle savedInstanceState) {        

[android-developers] Re: LVL LICENSED Test Respone

2010-11-05 Thread bagelboy
I ran into the same thing last night although I didn't have time to really delve deep into the problem so I am not sure whether it is my code or a market problem. Are you using the stock code? -BB On Nov 4, 11:40 pm, Zsolt Vasvari zvasv...@gmail.com wrote: Nobody on this form who implemented

Re: [android-developers] Is this a bug? Is this a forum to file bugs?

2010-11-05 Thread Marcin Orlowski
On 5 November 2010 10:29, Rene Grothmann renegrothm...@gmail.com wrote: Answering your subject's question. No. This is the right place to file bugs against the framework: http://code.google.com/p/android/issues/list But I believe it's still perfectly fine to discuss the finding here with

[android-developers] Re: Jersey client with android does not work

2010-11-05 Thread Asuka
Now I´ve tried to use my ip instead of using testwebservice.de. I don ´t get a time out, but the following exception: 11-05 11:38:54.487: ERROR/AndroidRuntime(668): Caused by: java.lang.NullPointerException 11-05 11:38:54.487: ERROR/ AndroidRuntime(668): at

[android-developers] Re: Widget doesn't work

2010-11-05 Thread String
A couple of suggestions... First, I think you need to dot-qualify your widget receiver's name, same as you've done with your activity. You also need to enable it somewhere. So the receiver element of your manifest should look something like this:         receiver

[android-developers] Re: LVL LICENSED Test Respone

2010-11-05 Thread String
It's been disclosed on this forum before that test responses aren't cached. I haven't looked into how that's implemented, but leaving those extras blank would probably do it. So I suspect this is by design. An obvious implication is that the test responses aren't an accurate simulation of how

Re: [android-developers] BooK

2010-11-05 Thread Mark Murphy
On Thu, Nov 4, 2010 at 4:23 PM, Hal dsheppar...@gmail.com wrote: I'm looking for recommendations in terms of Android Books (advanced). I'm a fan of mine, but I'm biased: http://commonsware.com What sorts of things are you thinking of when you say advanced? -- Mark Murphy (a Commons Guy)

Re: [android-developers] Android API-8 UI Problem misplaced views

2010-11-05 Thread Mark Murphy
I recommend that you replace your FrameLayout with RelativeLayout and adjust your andorid:layout_* attributes accordingly. On Thu, Nov 4, 2010 at 4:30 AM, ahmed.mustafa.da...@gmail.com ahmed.mustafa.da...@gmail.com wrote: I developed and application for Android that must be compatible with API

Re: [android-developers] activity lifetime and lifetime of instance

2010-11-05 Thread Mark Murphy
On Wed, Nov 3, 2010 at 5:34 PM, Dominique Holzwarth dominique.holzwa...@gmail.com wrote: I have a very basic question regarding the lifetime of an instance when it comes to the activity lifecycle changes. Lets assume I have an activity that owns an instance of a (custom) view class. This view

Re: [android-developers] Modifying manifest on runtime

2010-11-05 Thread Mark Murphy
On Wed, Nov 3, 2010 at 9:45 PM, Aravind striped.a...@gmail.com wrote: I am writing an application that will run on 2.0 and above. Now, I am thinking of adding the Data backup feature to the application. Is there anyway to modify the manifest file to include the metadata only if the phone is

[android-developers] Re: activity lifetime and lifetime of instance

2010-11-05 Thread kamiseq
sorry for off topic but what about activities that are bound to service that is doing some stuff and then on bind activity gets reference to this service and vice versa, so only if activity unregister from service before it is destroyed, it will be garbage collected, won't be? -- You received

[android-developers] How to dump a Sqlite statements txt file into db.

2010-11-05 Thread jlopeznava...@gmail.com
Hi, I am preparing a new update of my appliction, in this version I need to insert lot of new rows (200) in my db. Because I don't want to programatically add 200 insert code line for each row, I would like to know what is the best method to accomplish it just with a call to the file and dumping

[android-developers] Google Map Problem

2010-11-05 Thread Ahmed Shoeib
hi, i need to make progressBar start and during it map loaded and after the progressBar finish the Map load ? how to do 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] Re: Collecting my Market installation statistics

2010-11-05 Thread deg
That sounds like a real possibility. (I'm curious, though: What's the advantage of writing it on the phone, instead of as a desktop Java app? Are the SDKs more available on the phone, or is it just a matter of your being more familiar with the dev env?) David On Nov 3, 6:32 pm, Brad Gies

[android-developers] Re: How to dump a Sqlite statements txt file into db.

2010-11-05 Thread kamiseq
well 200 rows is not a such big deal, try using import statement or using transaction for all inserts - anyway look for bulk operation -- 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] Warez site ripping off paid apps

2010-11-05 Thread piemm...@googlemail.com
Afternoon, There's another warez site ripping off the paid versions of my apps from the Google Market(as well as other developers paid apps) - all the usual ignoring stuff when contacting to remove apps. I have to accept that some of my apps get pirated(that haven't used the licensing service

[android-developers] Re: Auto-Fill Field

2010-11-05 Thread perumal316
Hi Kumar, What I meant is, for example when we access Gmail website there will be username and password field, I want to auto fill such field. So when starting my app, it will load a website through the webview and there will also be buttons displayed, which upon pressing will help the user to

Re: [android-developers] Re: Auto-Fill Field

2010-11-05 Thread Mark Murphy
On Fri, Nov 5, 2010 at 9:43 AM, perumal316 perumal...@gmail.com wrote: What I meant is, for example when we access Gmail website there will be username and password field, I want to auto fill such field. :: snip :: Not familiar with Javascript. That would be step #1. You *might* be able to

[android-developers] Android ANR and missing logs in traces.txt file

2010-11-05 Thread mariush
Hi, The ANR occurs for my application for some undefined reasons I'd like to figure out. Unfortunately there is not stack trace in traces.txt file. Is there any reason why there is nothing about my app in traces.txt? There are other application's stack. Is there any other way to figure out what

[android-developers] Re: Android ANR and missing logs in traces.txt file

2010-11-05 Thread mariush
Moreover it happends only on Froyo, on other versions(Eclair, Donut) app works fine... On 5 Lis, 15:06, mariush mariusz...@gmail.com wrote: Hi, The ANR occurs for my application for some undefined reasons I'd like to figure out. Unfortunately there is not stack trace in traces.txt file. Is

[android-developers] Re: Android ANR and missing logs in traces.txt file

2010-11-05 Thread mariush
Moreover ANR happens only on Froyo, on older versions(Eclair, Donut) everything works fine... On 5 Lis, 15:06, mariush mariusz...@gmail.com wrote: Hi, The ANR occurs for my application for some undefined reasons I'd like to figure out. Unfortunately there is not stack trace in traces.txt

[android-developers] Re: Service onCreate is asynchronous

2010-11-05 Thread Hal
You may want to try the Messaging Design Pattern (MDP) or the Command Design Pattern. MDP provides improvements in terms of coupling, encapsulation and reusability. Messaging Design Pattern (MDP) and pattern implementation - Published in the 17th conference on Pattern Languages of Programs (PLoP

[android-developers] Custom checkable view

2010-11-05 Thread Marc Poppleton
Hi there, I'm writing a little custom view which can be in two states : checked, not checked. According to the state it is in, it's background changes. Quite straightforward sort of behavior. My class extends FrameLayout and implements the Checkable interface. In my toogle method I just calls the

[android-developers] Re: Begging with Web Services in Android

2010-11-05 Thread Hal
I'm afraid that I agree with criticism against SOAP. You may want use REST. There are REST implementations for Android: http://www.ibm.com/developerworks/webservices/library/ws-designpattern/index.html This will allow you to invoke your web service (Jboss) from your android client easily. I have

[android-developers] Re: Android OS Problem: Left-to-right alphabets are rendered incorrectly

2010-11-05 Thread Saied
Hello Dianne, Thanks for your reply, restating the existing problem. Can you please elucidate on when this will be rectified? On Nov 3, 6:24 pm, Dianne Hackborn hack...@android.com wrote: Android currently doesn't support right-to-left text. On Wed, Nov 3, 2010 at 2:13 PM, Saied

[android-developers] Re: Is this a bug? Is this a forum to file bugs?

2010-11-05 Thread Rene Grothmann
OK. Thanks for the link. So then maybe someone knows what's going in the above code. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Re: Android ANR and missing logs in traces.txt file

2010-11-05 Thread Chris Stratton
On Nov 5, 10:14 am, mariush mariusz...@gmail.com wrote: Moreover it happends only on Froyo, on other versions(Eclair, Donut) app works fine... That doesn't mean it is fine though. You may well still have problems such as doing things on the UI thread that you shouldn't, but be getting away

Re: [android-developers] Re: Android OS Problem: Left-to-right alphabets are rendered incorrectly

2010-11-05 Thread Mark Murphy
On Fri, Nov 5, 2010 at 10:51 AM, Saied saie...@gmail.com wrote: Can you please elucidate on when this will be rectified? They have already indicated they are working on it. Google, however, rarely commits to specific timeframes. -- Mark Murphy (a Commons Guy) http://commonsware.com |

Re: [android-developers] Re: can not visit the sdcard when add the android.uid.system

2010-11-05 Thread xhy
Thank you sir,I want to visit the file which is under the /system/lib,But at the same time,I also want to read the USB device.So what can i do ? 2010/11/5 Chris Stratton cs07...@gmail.com If the sdcard gets unmounted, any process with an open file handle to it gets killed. Letting the

[android-developers] Re: Tomcat on Android

2010-11-05 Thread Bret Foreman
What we need is something with built-in 3G and WiFi, a small touch- screen, low power consumption, fan-less, and able to tolerate frequent power cycling. It should also have a large installed base (millions), lots of developers familiar with it, and the hardware should be available from a number

[android-developers] where can i get official information about android news?

2010-11-05 Thread gato chlr
For example, i want to see official announcements (in an official site) about Android 3.0 (GingerBread). Thanks and sorry for asking here. -- 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] where can i get official information about android news?

2010-11-05 Thread Marcin Orlowski
On 5 November 2010 16:54, gato chlr dany...@gmail.com wrote: For example, i want to see official announcements (in an official site) about Android 3.0 (GingerBread). 3.0 is not out yet so there's nothing to be announced I am afraid. As for newsfeed, I'd monitor these as the starter:

[android-developers] Re: How to dump a Sqlite statements txt file into db.

2010-11-05 Thread DanH
Well, you could have a loop, and read lines from a flat file (or a resource array entry). Or you could pre-build the DB on a PC and install it during your initial bring-up. A little bit of a song and dance to do this, but nothing particularly complex or difficult. On Nov 5, 7:44 am,

[android-developers] Re: Tomcat on Android

2010-11-05 Thread Bret Foreman
Also, an integrated database designed to run on top of NV memory would be helpful. On Nov 5, 8:53 am, Bret Foreman bret.fore...@gmail.com wrote: What we need is something with built-in 3G and WiFi, a small touch- screen, low power consumption, fan-less, and able to tolerate frequent power

[android-developers] Re: can not visit the sdcard when add the android.uid.system

2010-11-05 Thread Chris Stratton
You cannot read USB devices anyway as android does not, without platform modifications, support USB host mode. You can of course read the SD card when it is *not* mounted over USB to an external computer but is instead mounted locally by android, provided that your application is not running as

[android-developers] Re: How to dump a Sqlite statements txt file into db.

2010-11-05 Thread Bret Foreman
I use the StringSerializer and XmlPullParser classes for this purpose. With XML you can add more fields to the file later and still manage forward and backward compatibility easily. And I hate writing parsers. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] where can i get official information about android news?

2010-11-05 Thread gato chlr
Thanks! On 5 November 2010 11:59, Marcin Orlowski webnet.andr...@gmail.com wrote: On 5 November 2010 16:54, gato chlr dany...@gmail.com wrote: For example, i want to see official announcements (in an official site) about Android 3.0 (GingerBread). 3.0 is not out yet so there's nothing to

[android-developers] how to use javax.com api!

2010-11-05 Thread Aravind
Hi all, Am a beginner in Android. i want to use java communication api in Android. have anybody worked on this. Any help would be appreciated. i want to enable serial port in Littleton board(PXA 270).Any examples for using Java communication API. kindly help me in this. Regards, Aravind S --

[android-developers] Re: Anyone have an experience dealing with Ubinuri?

2010-11-05 Thread Brion Emde
I did the Ubinuri thing. It involved adding their Application Rights Management (ARM) to my paid app. That was really straightforward, after a bit of going around trying to find the developer's key that they had sent me in their initial reply to my statement of interest. For some reason they could

Re: [android-developers] Re: can not visit the sdcard when add the android.uid.system

2010-11-05 Thread Dianne Hackborn
Also this is outside the realm of the SDK (running as the system user is *way* outside the realm of the SDK), so would best be asked on an appropriate group like android-porting. On Fri, Nov 5, 2010 at 9:12 AM, Chris Stratton cs07...@gmail.com wrote: You cannot read USB devices anyway as

Re: [android-developers] Modifying manifest on runtime

2010-11-05 Thread Dianne Hackborn
Yes, there is no need at all to do work for this. On Fri, Nov 5, 2010 at 4:35 AM, Mark Murphy mmur...@commonsware.com wrote: On Wed, Nov 3, 2010 at 9:45 PM, Aravind striped.a...@gmail.com wrote: I am writing an application that will run on 2.0 and above. Now, I am thinking of adding the

[android-developers] Re: How different do the broadcast Intents need to be?

2010-11-05 Thread Bret Foreman
There are a few reasons why I want to do this in a service: 1) In my development roadmap, the web services interface will eventually be contained in a content provider accessed by multiple applications. The service container is a good intermediate step. 2) A lot of things can happen when web

Re: [android-developers] Re: Anyone have an experience dealing with Ubinuri?

2010-11-05 Thread Steve Novack
Hi Brion, That's good to hear -- thanks! Steve On Fri, Nov 5, 2010 at 12:30 PM, Brion Emde brione2...@gmail.com wrote: I did the Ubinuri thing. It involved adding their Application Rights Management (ARM) to my paid app. That was really straightforward, after a bit of going around

[android-developers] Re: Anyone have an experience dealing with Ubinuri?

2010-11-05 Thread Bret Foreman
I think Motodev distributes in Korea too, though I don't know what cut they take and they certainly don't give you anything up front. -- 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] ExpandableListView question

2010-11-05 Thread BuckeyeDroid
Is it possible for the child of an ExpandableListView also be a parent? For example, I need something like the following: ParentA ChildA ChildB ParentB ChildC GrandchildA?? GrandchildB?? ParentC Any thoughts, examples, or suggestions are greatly appreciated. Bill -- You received

[android-developers] Re: ExpandableListView question

2010-11-05 Thread Bret Foreman
I just finished implementing something like this. It was not easy. ExpandableListView has a few bugs which you will have to code around. I've filed one of the bugs in b.android.com, along with a work-around, and I've posted the details of another bug in the forum, also including a work-around.

[android-developers] Shared User ID and Signing

2010-11-05 Thread John Gaby
I am trying to have 2 applications which can access each other's data. I have a two test applications which I am experimenting with. I set the 'Shared user id' for each to 'com.gabysoft.sharedfiles'. However, when I sign the first app and try and install it, I get the error: 11-05 16:50:33.422:

Re: [android-developers] how to use javax.com api!

2010-11-05 Thread Mark Murphy
On Fri, Nov 5, 2010 at 12:28 PM, Aravind aravindana...@gmail.com wrote: Am a beginner in Android. i want to use java communication api in Android. There is no support for javax.com in the Android SDK. i want to enable serial port in Littleton board(PXA 270). Please use the [android-porting]

[android-developers] TextUtils Split is not splitting strings based on pipe separator

2010-11-05 Thread Achie
I just found after 2 hours of debugging my code for errors that TextUtils.split(String, expression); does not work correctly when I use pipe | as the expression. Am I wrong in understanding the method or is this a bug? It works fine when I give it as a pattern ie., [|]. I also tested it using a

Re: [android-developers] Re: Anyone have an experience dealing with Ubinuri?

2010-11-05 Thread Steve Novack
I've had one of my most popular apps listed with Motodev for many months now. I have yet to make even 1 sale. Considering all the time I invested getting into their App Accelerator program, and even more time hassles with their app submission and approval process, Motodev has been a colossal

Re: [android-developers] PreferenceActivity preference OnClick and FolderBrowserDialog issue

2010-11-05 Thread TreKing
On Thu, Nov 4, 2010 at 11:24 AM, Omie intelom...@gmail.com wrote: I found these in documentation but not getting how to use it : http://developer.android.com/reference/android/preference/Preference.OnPreferenceChangeListener.html

Re: [android-developers] API Key works with one app but not with other

2010-11-05 Thread TreKing
On Thu, Nov 4, 2010 at 9:39 AM, peter_canthropus demofoo...@gmail.comwrote: Do you have any idea? Did you try explicitly getting a new key for the one that doesn't work instead of just trying the same key?

Re: [android-developers] VIDEO BUFFERING TAKES FOREVER IF AT ALL.

2010-11-05 Thread TreKing
On Thu, Nov 4, 2010 at 5:29 PM, RANGERIC rangeric1...@gmail.com wrote: ANY SOLUTIONS EXPLAIN WHAT YOU'RE TALKING ABOUT AND STOP YELLING. - TreKing http://sites.google.com/site/rezmobileapps/treking

[android-developers] Re: Android JUnit Testing of Paste

2010-11-05 Thread A. Elk
Can you clarify? You want to simulate a long press in an edit box, followed by a selection of the paste menu item? If so, get hold of the Android 2.2 SDK documentation. In it, under the Resources tab, there's a tutorial on unit testing an Activity:

Re: [android-developers] gps

2010-11-05 Thread TreKing
On Fri, Nov 5, 2010 at 4:26 AM, Harshal hc4...@gmail.com wrote: my MainActivity class extends MapActivity And did you add it to your manifest? - TreKing

[android-developers] Re: LVL LICENSED Test Respone

2010-11-05 Thread bagelboy
It's bizzare, they have designed a system for testing that cannot be used to accurately test an application's response! The only solution is to publish an app that doesn't work and then fix it! What are they thinking? ARE they thinking? On Nov 5, 11:03 am, String sterling.ud...@googlemail.com

Re: [android-developers] TextUtils Split is not splitting strings based on pipe separator

2010-11-05 Thread Mark Murphy
On Fri, Nov 5, 2010 at 1:05 PM, Achie krishna.acha...@gmail.com wrote: I just found after 2 hours of debugging my code for errors that TextUtils.split(String, expression); does not work correctly when I use pipe | as the expression. Am I wrong in understanding the method or is this a bug? It

[android-developers] Re: Problem with turning off GPS updates when application goes into the background.

2010-11-05 Thread Chirag Patel
Thanks Paul, It turns out the problem was to do with the MyLocationOverlay which request its own GPS updates if enabled. I just needed to explicitly disable it when the mapview detached from the window. I spent ages trying to debug code that was perfectly ok! ah well lesson learned. On Nov 4,

Re: [android-developers] Google Map Problem

2010-11-05 Thread TreKing
On Fri, Nov 5, 2010 at 7:46 AM, Ahmed Shoeib ahmedelsayed.sho...@gmail.comwrote: how to do it ? http://developer.android.com/reference/android/widget/ProgressBar.html - TreKing

Re: [android-developers] PreferenceActivity preference OnClick and FolderBrowserDialog issue

2010-11-05 Thread Omie
Hi ! Thank you for the response. [ if this is called as top-posting then I'm sorry for that, didnt get how to write it in the fashion you replied, Q-A..Q-A.. way..] well, I could not wait for long so I gave up on PreferenceActivity. I created a simple activity and now handling their events. So

[android-developers] Re: TextUtils Split is not splitting strings based on pipe separator

2010-11-05 Thread Achie
Yup, that was the problem. Thank you Mark, Achie. On Nov 5, 11:32 am, Mark Murphy mmur...@commonsware.com wrote: On Fri, Nov 5, 2010 at 1:05 PM, Achie krishna.acha...@gmail.com wrote: I just found after 2 hours of debugging my code for errors that TextUtils.split(String, expression); does

[android-developers] more than one activity and one of them force closes

2010-11-05 Thread Andrei
The default behavior from my observation is if current activity force closes Android tries to go to previous activity on stack How can I control this behavior? I want force close to close all activities Thanks -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Return to my application when back key is pressed from native dialer

2010-11-05 Thread ar
Sorry for not being very clear. Yes, by native homescreen I mean the same as when user presses home button. I don't see a difference in behavior between using ACTION_VIEW AND ACTION_DIAL wrt to the back key press behavior - I still am taken back to native homescreen instead of my app (when I

[android-developers] Dealing with Contacts in Android 2.1 (Deleted Contacts)

2010-11-05 Thread Bassel Kh
Hello folks, I'm building backup\restore software for contacts using Android 2.1, I understood the structure; I mean the relation between Contact, RawContact, and Data. http://developer.android.com/resources/articles/contacts.html I checked the database (contacts2.db) and after studying it I

Re: [android-developers] more than one activity and one of them force closes

2010-11-05 Thread Mark Murphy
On Fri, Nov 5, 2010 at 2:09 PM, Andrei gml...@gmail.com wrote: The default behavior from my observation is if current activity force closes Android tries to go to previous activity on stack How can I control this behavior? You can't. I want force close to close all activities Register a

Re: [android-developers] Re: Return to my application when back key is pressed from native dialer

2010-11-05 Thread Frank Weiss
Thanks for clearing up some of those questions. I have some hypothesis at this point. First, is your activity calling finish somewhere? That would explain why it's not there when the user presses back in the dialer. Have you tried a breakpoint in the activity's onResume method? Perhaps it is

Re: [android-developers] gps

2010-11-05 Thread Harshal
yes i have added map.jar, and my manifest.xml looks lyk this: ?xml version=1.0 encoding=UTF-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=org.me.gps uses-permission android:name=android.permission.ACCESS_COARSE_LOCATION / uses-permission

Re: [android-developers] Re: Porting Android to Nokia 5800

2010-11-05 Thread Alan Carvalho de Assis
Hi Paul and Dino, On 10/29/10, paulb paul.beuster...@gmail.com wrote: The thread at http://developer.symbian.org/forum/showthread.php?t=5648 seems to indicate that it's not even possible to boot other Nokia OS's on the 5800, much less Android. Everything in the world is impossible until

Re: [android-developers] gps

2010-11-05 Thread Mark Murphy
Most likely, you are attempting to run your application in an emulator or device that does not have Google Maps installed. On Fri, Nov 5, 2010 at 3:03 PM, Harshal hc4...@gmail.com wrote: yes i have added map.jar, and my manifest.xml looks lyk this: ?xml version=1.0 encoding=UTF-8? manifest

[android-developers] How to protect video/audio content (OMA DRM on Android)

2010-11-05 Thread Mathias Lin
I'm looking for a way to protect video and audio content (around 2GB) from being copied / played on other devices than the one where the app has initially been bought and installed on. What's currently the best approach? I try to research on the web but can hardly find any up-to-date

Re: [android-developers] Shared User ID and Signing

2010-11-05 Thread Marcin Orlowski
On 5 November 2010 17:55, John Gaby jg...@gabysoft.com wrote: However, when I sign the first app and try and install it, I get the While android docs are far from perfect, some elements are documented. This is what you missed: [...]provided that

[android-developers] DroidCharts and touch events

2010-11-05 Thread Brandon
Has anyone used DroidCharts and implemented panning and zooming with touch events. At this point I'm mostly interested in panning. I have the touch event registering on the view, but I can't get the plot range to shift. Anybody been down this path? I would love an example. Thanks -- You

[android-developers] Re: Android JUnit Testing of Paste

2010-11-05 Thread Zymurgeek
Hi Elk, Yes, I wanted to do a paste into a field just as a user would: long press for context menu, then select Paste. Particularly, I had identified a problem with pasting a value into a field rather than entering with individual key presses (my bad, not an Android problem). This isn't a

[android-developers] More on dreaded Market install failures

2010-11-05 Thread Kostya Vasilyev
Some more information on this old topic: Sometimes Market fails up install application updates. The download is successful, but the actual installation fails. There is probably something in the logcat, but it doesn't help users. I just had this happen to me on my development phone (I use one

[android-developers] Re: refresh gallery after saving photo in android

2010-11-05 Thread Abhi
HI Kostya, No. I guess I don't know how to use MediaScannerConnection to do what I am trying to do. Is there an example that you can point me to for my better understanding? That will be helpful. THanks Abhi On Nov 4, 4:21 pm, Kostya Vasilyev kmans...@gmail.com wrote: Have you actually tried

[android-developers] SmsMessage.getSubmitPdu, 3GPP TS 23.038 V9.0.0 and wrong TP-Data-Coding-Scheme??

2010-11-05 Thread tedx
After reading 3GPP TS 23.038 V9.0.0 (2009-09) it seems to me that SmsMessage.getSubmitPdu when called with a destination port should be setting the TP-Data-Coding-Scheme to either 0x94 or 0xf4 instead of 0x04 which indicates GSM 7 bit default alphabet in Spanish Data coding / message

[android-developers] Re: More on dreaded Market install failures

2010-11-05 Thread Eric F
I've found that when this happens, going into the application in Market and just hitting install actually successfully updates the app even though the button said install and the app was already installed. Market has been really problematic of late. Recently also it has become stuck in the

Re: [android-developers] Re: More on dreaded Market install failures

2010-11-05 Thread Kostya Vasilyev
For me, hitting install again didn't work - it failed to install time after time. So there is either a number of bugs, or a bug with many faces. -- Kostya 05.11.2010 23:22, Eric F пишет: I've found that when this happens, going into the application in Market and just hitting install actually

Re: [android-developers] Re: Collecting my Market installation statistics

2010-11-05 Thread Brad Gies
By doing it on the phone, I can update some of your market stats at the same time using the your phone settings, and because I don't have an unlimited number of phones or Google accounts it will make sure my account doesn't get banned for making too many queries. For instance, I keep track

Re: [android-developers] Dealing with Contacts in Android 2.1 (Deleted Contacts)

2010-11-05 Thread Dmitri Plotnikov
1. Stock Android will never reattach a deleted raw contact to a contact 2a. Contacts sync physically deletes the data from the raw_contacts and data tables. 2b. Removing the account will physically delete the data. 2c. Before you sell the phone, you should always do a factory reset - you don't

Re: [android-developers] Warez site ripping off paid apps

2010-11-05 Thread Brad Gies
Ian, I'm in the beginning process of forming a group to fight the Warez sites and just generally improve the situation for legitimate Android developers. I've posted a little information about it on my blog... maybe have a look at it and give me your comments on it. My thought is that if

[android-developers] Re: Return to my application when back key is pressed from native dialer

2010-11-05 Thread ar
Thanks! That was exactly the problem. I was calling finish in the onPause method On Nov 5, 11:49 am, Frank Weiss fewe...@gmail.com wrote: Thanks for clearing up some of those questions. I have some hypothesis at this point. First, is your activity calling finish somewhere? That would

[android-developers] Re: LVL LICENSED Test Respone

2010-11-05 Thread bagelboy
I think the thing to do is simply not use the google extras. Why do you need them? All you really need to know is whether an application is licensed or not licensed. Google may say that the verification time of the licensing is 2 days say (I have no idea what the normal response would be), but why

  1   2   >