Re: [android-developers] Re: In Call App Screen

2010-11-05 Thread Kumar Bibek
Well, if you have to change that, you will have to have your own build installed on your own device. There's no other way. On Sat, Nov 6, 2010 at 5:34 AM, Kavinder Dhaliwal wrote: > anyone? > > On Nov 4, 2:02 pm, Kavinder Dhaliwal wrote: > > Hi, > > > > I have done some research and it seems tha

Re: [android-developers] Re: NinePatch Background around ImageView

2010-11-05 Thread Kumar Bibek
It also depends how your 9-patch is behaving. Make sure, you don't have any paddings in the 9-patch drawable. 2010/11/6 лойк > After messing around, I finally got it work as expected. I felt I had > to share that with people. > > android:drawingCacheQuality="auto" >

Re: [android-developers] RadioButton with text above button?

2010-11-05 Thread Kumar Bibek
With the default Radio button, I guess you cannot do that. You would probably have to design a custom component if you want to have this kind of radio button at a few places. Else, if it's just at one place, you go put a TextView, and a Radio Button without it's text On Sat, Nov 6, 2010 at 8:40 AM

Re: [android-developers] gps

2010-11-05 Thread Harshal
@mark yes problem was with the emulator. Thank you.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+u

[android-developers] Re: Tomcat on Android

2010-11-05 Thread Hal
I'm afraid I agree with the previous postings. This looks difficult under Android Java, you may be better off by creating you own component server. I would recommend a server based on MDP messaging and sockets: MDP and a distributed Component/Service Model https://jt.dev.java.net/files/documents/5

Re: [android-developers] BooK

2010-11-05 Thread Hal
Thanks. We'll be porting several of our applications to Android. They deal with design patterns, MDP, DAOs web services, Bpel, etc. The java Jt design pattern framework does lot of this. The same framework runs on high end servers as well as smartphones. No changes to the components is required.

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

2010-11-05 Thread Dianne Hackborn
Probably because at some point you installed one with a different certificate, and that is what is associated with the shared user id. On Fri, Nov 5, 2010 at 4:21 PM, John Gaby wrote: > As an update, I created a new clean emulator, and I am able to get > both apps to install, and they seem to be

Re: [android-developers] Re: ContentProvider storage/memory Q

2010-11-05 Thread Dianne Hackborn
ContentProvider doesn't define this (though the API is strongly designed around being backed by SQLite); it is up to the implementation of the content provider to decide how it will manage its storage. Look at the sample code for examples -- the NotePad sample is probably a good place to start. O

[android-developers] Re: Is there an easier way than using x & y for multitouch

2010-11-05 Thread ArcDroid
bump... On Nov 4, 10:01 pm, ArcDroid wrote: > any ideas???  Thanks in advance... > > On Nov 4, 7:29 am,ArcDroid wrote: > > > > > > > > > Hello, I would like to have a an app where I can play a bunch of > > buttons all at the same time using multitouch.  The only way I have > > gotten it to work i

[android-developers] RadioButton with text above button?

2010-11-05 Thread Stakka
I've got a horizontal list of RadioButton and I wan't the text positioned above the button, not to the right. Is that possible? -- 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@googlegr

[android-developers] Re: NinePatch Background around ImageView

2010-11-05 Thread лойк
After messing around, I finally got it work as expected. I felt I had to share that with people. Ok this layout can be added in any layout and it should just work. img_avatar can be anything. After I manually change the background on the layout programmatically, I ha

[android-developers] Re: ContentProvider storage/memory Q

2010-11-05 Thread d1m_bu1b
Any pointers? All I could find is a block diagram of SQL and a streamFile capability. There must be some documentation somewhere. -- 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@google

[android-developers] Re: In Call App Screen

2010-11-05 Thread Kavinder Dhaliwal
anyone? On Nov 4, 2:02 pm, Kavinder Dhaliwal wrote: > Hi, > > I have done some research and it seems that on any android device the > in call screen will be unchangeable...I am coming from developing in > iphone, which basically has the same restriction. I was hoping android > would be open to th

[android-developers] inputType: numeric on SGS phones

2010-11-05 Thread Lee
Is the inputType:numeric treated differently on different phones? And will numberDecimal allow multiple decimal places? I have it configured for an editText, and can enter a period. However, there are two people which rated my app 1 star due to not being able to enter a period. One of which repo

[android-developers] NinePatch Background around ImageView

2010-11-05 Thread лойк
Ok I believe it shouldn't be so hard to get this thing done. What I want to do: An image view with a border (possibly from a ninepatch). That ImageView must be of this size 70x70dip. Bitmap and drawable will be bigger than this dimension. The drawable must scale down and crop to fit in the ImageVi

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

2010-11-05 Thread Bob Kerns
I look forward to that. In this day and age, a platform really needs to properly support the world's languages -- and not on a per-market basis, either. Apple got this idea a long, long time ago, long before OSX in fact. So it's no surprise that the iPhone, out of the box, support Arabic, Hebrew,

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

2010-11-05 Thread John Gaby
As an update, I created a new clean emulator, and I am able to get both apps to install, and they seem to be able to read each other's data. However, on the first emulator, I still cannot install either one, even if I delete all of the app first. Any idea why that is? Thanks On Nov 5, 3:12 pm, Jo

[android-developers] Re: multiple layout in listview

2010-11-05 Thread лойк
Right thank you. I'll have to take a look. On 2 nov, 13:01, Kostya Vasilyev wrote: > If the difference is small (as seems to be in this case, at least for > now), you can change view attributes in getView(). Just make sure to get > both code paths, for when there is a recycled view and when there

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

2010-11-05 Thread Streets Of Boston
Glad you found it! :) Happy weekend! On Nov 5, 1:36 pm, Chirag Patel wrote: > 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 ag

[android-developers] unable to dismiss a progress dialog

2010-11-05 Thread Bret Foreman
I've got a progress dialog that I'm unable to dismiss and I can't figure out why. The first time through the code, it shows the dialog and dismisses it perfectly. The second time through it fails to dismiss. There is no error in the logcat and no exceptions are thrown, but the dialog remains on the

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

2010-11-05 Thread Michael A.
My standard e-mail to people who write me about this is to tell them to go: Settings >> Applications >> Download Manager Settings >> Applications >> Market And clear cache and clear data (if available - it differs a bit depending on OS version). That solutions seems to work for pretty much everyo

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

2010-11-05 Thread John Gaby
Actually, I didn't miss that at all, they ARE both signed using the same certificate. However, the problem occurs when I try and install the FIRST application (the second on has not yet been installed). When I try and do that I get the error I described. On Nov 5, 12:17 pm, Marcin Orlowski wrote

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

2010-11-05 Thread Frank Weiss
Woo hoo! After a week of struggles at my day job, it's gratifying to hear a success story. -- 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 gro

[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

[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 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 explain why it's not

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 leg

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 kno

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 of

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 actuall

[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 downloa

[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 handl

[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 wrote: > Have you actually tried to use MediaScanne

[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: 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 funct

[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 rece

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

2010-11-05 Thread Marcin Orlowski
On 5 November 2010 17:55, John Gaby 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 they are also signed

[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 informati

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 wrote: > yes i have added map.jar, and my manifest.xml looks lyk this: > > > > http://schemas.android.com/apk/res/android"; > package

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 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 someone go and do it. The

Re: [android-developers] gps

2010-11-05 Thread Harshal
yes i have added map.jar, and my manifest.xml looks lyk this: http://schemas.android.com/apk/res/android"; package="org.me.gps"> I am following the tutorial. I tired many times. doent seem to work :( -- You received this message because you are subscribed to the Google Groups "An

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 being

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 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 top-level Except

[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 foun

[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 pres

[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 D

[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 wrote: > On Fri, Nov 5, 2010 at 1:05 PM, Achie 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 "|"

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 f

Re: [android-developers] Google Map Problem

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

[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, 11:4

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 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 works fine when I

[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 wrote: > It's been disclosed on

Re: [android-developers] gps

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

[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: http://developer.android.com/resources/tutoria

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 wrote: > ANY SOLUTIONS EXPLAIN WHAT YOU'RE TALKING ABOUT AND STOP YELLING. - TreKing - Chicago transit t

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 wrote: > 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? - TreKing <

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

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

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

[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] how to use javax.com api!

2010-11-05 Thread Mark Murphy
On Fri, Nov 5, 2010 at 12:28 PM, Aravind 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] Google Group for qu

[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: E

[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. Just

[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: 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@go

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 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 trying to find the deve

[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 servi

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 wrote: > On Wed, Nov 3, 2010 at 9:45 PM, Aravind 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 >

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 wrote: > You cannot read USB devices anyway as android does not, witho

[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

[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 -- Yo

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 wrote: > On 5 November 2010 16:54, gato chlr 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

[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 D

[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 th

[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 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 cycling. It should also

[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, "jlopeznava.

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 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: http://android-developers.

[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 android-develop

[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 of

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 > If the sdcard gets unmounted, any process with an open file handle to > it gets killed. > > Letting the system process be k

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 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 | http://github.com/commonsg

[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 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 with it on a lighter

[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, s

[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 wrote: > Android currently doesn't support right-to-left text. > > > > On Wed, Nov 3, 2010 at 2:13 PM, Saied wrote: > > Hello, > > >

[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] 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: 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 2

[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 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 there any re

[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 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 there any reason wh

[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 ca

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

2010-11-05 Thread Mark Murphy
On Fri, Nov 5, 2010 at 9:43 AM, perumal316 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 do this via loadUr

[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 au

[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 & p

[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@g

[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 wrot

[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@googlegr

[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 i

[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 thi

Re: [android-developers] Modifying manifest on runtime

2010-11-05 Thread Mark Murphy
On Wed, Nov 3, 2010 at 9:45 PM, Aravind 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 using Froyo(2.2). Ide

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 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 instance has an instance

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 wrote: > I developed and application for Android that must be compatible with > API 4 -->8 > I worked on API 4 a

Re: [android-developers] BooK

2010-11-05 Thread Mark Murphy
On Thu, Nov 4, 2010 at 4:23 PM, Hal 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) http://commonsware.com

  1   2   >