Re: [android-developers] Re: How to scroll/move text within TextView on home screen widget ?

2010-04-23 Thread ravindra singhai
Hi Kumar, Thanks for your reply :) There is one property supported for TextView named * android:ellipsize=marquee* I read in android dev-guide/forums that it works only when TextView is in focus in home screen, but i am not able to find any api or way to set TextView as focused item/view so i

[android-developers] Strange timezone issue, when I set timezone to Alaska

2010-04-23 Thread A.TNG
Hi Guys, I meet a strange timezone issue when I debug my application on Android_2.1 SDK. I first start the emulator and set timezone to Alaska in Settings. I also search the internet and find Alaska is in GMT-9:00. If DST applied, it should be GMT-8:00. Then write some sample code like:

[android-developers] Re: How to scroll/move text within TextView on home screen widget ?

2010-04-23 Thread Kumar Bibek
Ummm, well, on the widget , this can't be done. Because you dont have a reference to that TextView. Thanks and Regards, Kumar Bibek On Apr 23, 11:00 am, ravindra singhai singhai.ravin...@gmail.com wrote: Hi Kumar, Thanks for your reply :) There is one property supported for TextView named  

[android-developers] Re: Callback when SoftKeyboard goes away

2010-04-23 Thread mkellner
Alas, onSizeChanged() doesn't get called when the IME is invoked or dismissed. My manifest contains: android:windowSoftInputMode=adjustResize as suggested. My main window is a SurfaceView. I also have an EditText view. When I need to open the keyboard, I make

Re: [android-developers] Re: Getting one form data on anather forn

2010-04-23 Thread Mohammad Siddiqui
This is Android application On 4/22/10, Mike dg vinb...@gmail.com wrote: Is this a web app or an Android app? -Mike dg On Apr 22, 8:29 am, Mohammad Siddiqui siddiqui.m...@gmail.com wrote: Hi everyone, i have therre consecutive form ,after filling the form one i press the next button

[android-developers] Re: Getting a Dev phone.

2010-04-23 Thread Vladimir
I bought a Droid for development in December and use it with wifi. Bypassed activation by tapping the corners of the screen (I live in Europe so no other options for me). No issues at all with the device. On Apr 23, 2:17 am, Nathan nathan.d.mel...@gmail.com wrote: On Apr 22, 1:47 pm, Mark Murphy

Re: [android-developers] Re: Change color of progressbar

2010-04-23 Thread vandana toshniwal
well, i made changes to the drawables that this progress_indeterminate.xml uses, and included them in my projects drawables, but still no luck.. On 23 April 2010 10:37, Kumar Bibek coomar@gmail.com wrote: Well, I guess, there's just not a single file/image which you need to change.

[android-developers] Re: Callback when SoftKeyboard goes away

2010-04-23 Thread jamesc
The layout that your views are in should get a call to onSizeChanged() with the new sizes. I had exactly the same issue a few months ago. My solution was to place my View implementation in a ScrollView and override ScrollView.onSizeChanged() to do stuff that I needed when the IME was

Re: [android-developers] How to change preference text color

2010-04-23 Thread subrat kumar panda
Hello Faizan, Thank you so much. On Fri, Apr 23, 2010 at 12:47 AM, faizan khan faizan.at...@gmail.com wrote: Good you learn't something from Trek :) specify android:theme=@android:style/Theme.Light in the manifest file for preference activity instead of changing backgorund color. On Thu,

[android-developers] BroadcastReceiver dilemma

2010-04-23 Thread Klaus Kartou
Hi, I recently added functionality to my app that does a simple state check on a boolean when the connectivity state changes. In order to do this i register a broadcast receiver that is invoked as soon as the phones connectivity state changes. This is all fine and works just as intended. However,

[android-developers] Re: BroadcastReceiver dilemma

2010-04-23 Thread Kumar Bibek
Well, it's a difficult and funny situation. I will provide a funny solution as well. When your receiver is waking up, hunt down for the App-Killer app and kill it. :) There's always a compromise that has to be made in such cases. You cannot really do anything. Maybe, your receiver needs to wake

[android-developers] Re: 14-year-old Android Developer:

2010-04-23 Thread Robert Green
Ivan, All the big companies (Google, Microsoft, IBM, etc) only hire folks with degrees. Google and MS are fairly particular about hiring kids with good track records from good schools. Better pull that GPA up ASAP, get a good ACT/SAT (you can practice those for better scores, it's not all raw

Re: [android-developers] Computation on db data then list them using either SimpleCursorAdapter or ArrayAdapter

2010-04-23 Thread skink
kc2uno_CMU wrote: I believe the second method can achieve this, but I'm not sure how do deal with the layout problems, so if you any suggestions, please post them out. Thank you!! use http://developer.android.com/intl/fr/reference/android/widget/ResourceCursorAdapter.html and override

[android-developers] MediaPlayer stops playing when streaming over 3G on the Nexus One

2010-04-23 Thread henrik
Hi. I am maintaining a streaming music player, and I'm running into a similar problem as http://www.last.fm/group/Last.fm+Android/forum/114391/_/593575 My player stop after roughly 1-2 minutes, and there are no log messages except for I/AudioHardwareQSD( 52): AudioHardware pcm playback is

[android-developers] Re: MediaPlayer stops playing when streaming over 3G on the Nexus One

2010-04-23 Thread henrik
On 23 apr, 10:02, henrik henrik.aron...@gmail.com wrote: My player stop after roughly 1-2 minutes, and there are no log messages except for I/AudioHardwareQSD( 52): AudioHardware pcm playback is going to standby just after the playback stops. This happens when I run it on the Nexus One over

[android-developers] unable to open stack trace file android - MapActivity

2010-04-23 Thread Landy
Dear all, I tried using the MapActivity as given in the following link. http://developer.android.com/guide/tutorials/views/hello-mapview.html I get the error in LogCat : DalvikVm: unable to open stack trace file android '/data/anr/traces.txt' Permission Denied. May I know why this happens.

[android-developers] Re: Strange timezone issue, when I set timezone to Alaska

2010-04-23 Thread String
On Apr 23, 7:14 am, A.TNG tang.j...@gmail.com wrote: TimeZone.getDefault().getOffset(0);  // returns 3600 (= 10 * 60 * 60 * 1000) TimeZone.getTimeZone(GMT-9:00).getOffset(0); // returns 3240 (= 9 * 60 * 60 * 1000) How does this happen? Why this same API getOffset with same

[android-developers] How to run a class in background

2010-04-23 Thread subrat kumar panda
Hello all, i am working in a Gps app. the Gps is working fine, but i don't know when i am doing other operations in device the Gps is keep tracking or not. so, how to run the specified Gps class in background,so that what ever i do with my device or nothing the Gps should always keep running(keep

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread fhucho
@Lim Sim LOL, they're not installing Froyo on it :) They said about a month ago that all the phones have been sent. If they wanted to install Froyo on it they would do it over the air. On Apr 23, 7:07 am, dgoemans dgoem...@gmail.com wrote: Dude, 1. What do you mean your instructions. They

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread Lim Sim
haha. maybe they are upgrading the phones in transit? On Apr 23, 2010 10:00 AM, fhucho fhu...@gmail.com wrote: @Lim Sim LOL, they're not installing Froyo on it :) They said about a month ago that all the phones have been sent. If they wanted to install Froyo on it they would do it over the air.

Re: [android-developers] How to run a class in background

2010-04-23 Thread XC He
Service http://developer.android.com/reference/android/app/Service.html Write a service 2010/4/23 subrat kumar panda evergreen.sub...@gmail.com: Hello all, i am working in a Gps app. the Gps is working fine, but i don't know when i am doing other operations in device the Gps is keep

[android-developers] getProviders(true) always return empty list

2010-04-23 Thread Katsuya Noguchi
Hi all, I have a problem using getProviders(true) function. The code is following is tested (SDK1.6) is tested on emulator and actual phone (I checked if GPS is working on other applications). Location Manager manager = (LocationManager)this.getSystemService(Context.LOCATION_SERVICE);

Re: [android-developers] How to run a class in background

2010-04-23 Thread subrat kumar panda
This is ok, but i am not able to implement it. would you please give me an example . means, how to run a Hello world program in background. in my app there are multiple packages in one package there are multiple classes.so, i am little bit confused. nevermind but i have tried before to do it ,

[android-developers] Re: accessing and changing Sync setting for android 1.5, 1.6 and more

2010-04-23 Thread cpphool
I have added one modification and snippet works on htc magic (1.5) final Uri CONTENT_URI = Uri.parse(content://sync/settings); ContentValues values = new ContentValues(); values.put(name, sync_provider_contacts); values.put(value, true); // -- here - string true instead of boolean

Re: [android-developers] Re: Strange timezone issue, when I set timezone to Alaska

2010-04-23 Thread A.TNG
On Fri, Apr 23, 2010 at 4:42 PM, String sterling.ud...@googlemail.com wrote: On Apr 23, 7:14 am, A.TNG tang.j...@gmail.com wrote: TimeZone.getDefault().getOffset(0);  // returns 3600 (= 10 * 60 * 60 * 1000) TimeZone.getTimeZone(GMT-9:00).getOffset(0); // returns 3240 (= 9 * 60 * 60

[android-developers] Dynamically extend the height of the ListView row background image?

2010-04-23 Thread javame_android
Hi, I am loading a listview dynamically. I have set a .9.png image as row background image. The main purpose of using .9.png image was to extend the height of the image dynamically according to the contents of the listview. But, the image is not getting extended. The contents which can be

[android-developers] Re: MediaPlayer stops playing when streaming over 3G on the Nexus One

2010-04-23 Thread henrik
On 23 apr, 10:02, henrik henrik.aron...@gmail.com wrote: My player stop after roughly 1-2 minutes, and there are no log messages except for I/AudioHardwareQSD( 52): AudioHardware pcm playback is going to standby just after the playback stops. This happens when I run it on the Nexus One over

[android-developers] Re: Strange timezone issue, when I set timezone to Alaska

2010-04-23 Thread String
On Apr 23, 11:10 am, A.TNG tang.j...@gmail.com wrote: Since Alaska is in GMT-9:00, even doesn't include DST, getOffset(0) should return 3240 (= 9*60*60*1000), right? I cannot understand why it returns 3600 (=10*60*60*1000). If 3600 is correct, that means Alaska is in GMT-10:00.

[android-developers] Re: Dynamically extend the height of the ListView row background image?

2010-04-23 Thread javame_android
Hi, Just to make it more clear, I want to have some text displayed at the bottom of the image. An example of the view that I want is as below. --- | Certain content goes here | | | | | | some text

[android-developers] Re: how to add progress bar with media Player??????

2010-04-23 Thread ulqui
up On 22 avr, 13:45, ulqui habibedday...@yahoo.fr wrote: up please i tried public void updateTime(){     int ttld=mMediaPlayer.getDuration();          int nowd=mMediaPlayer.getCurrentPosition();          int tremaning=(ttld-nowd);          String s=getString(tremaning);          TextView

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread fhucho
Out of curiosity, what is the app you guys are getting Nexus / Droid for? On Apr 23, 11:05 am, Lim Sim lim@gmail.com wrote: haha. maybe they are upgrading the phones in transit? On Apr 23, 2010 10:00 AM, fhucho fhu...@gmail.com wrote: @Lim Sim LOL, they're not installing Froyo on it :)

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread Lim Sim
@fhucho. great question. i've been wondering the same thing for a while. Mine's Auto Memory Manager. what's yours? [image: qr-code1.png] On 23 April 2010 12:15, fhucho fhu...@gmail.com wrote: Out of curiosity, what is the app you guys are getting Nexus / Droid for? On Apr 23, 11:05 am,

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread Henrik Sandström
I am getting one for Throw a Panda. I'm in Sweden and got a response from google almost 2 weeks ago saying that the phone should arrive within 2 weeks. I am starting to wounder what their problem is. They said that they had a shipping problem 2 weeks ago that was resolved, which means that the

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread fhucho
@Lim Sim My app is Chess Walk. On Apr 23, 1:22 pm, Lim Sim lim@gmail.com wrote: @fhucho.  great question.  i've been wondering the same thing for a while. Mine's Auto Memory Manager.  what's yours? [image: qr-code1.png] On 23 April 2010 12:15, fhucho fhu...@gmail.com wrote: Out

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread Lim Sim
@Henrik download Throw a Panda and will give it a try. I think what you're saying sounds about right. People should just take a chill pill. We've all build successful apps without it. I'm not going to lose my mojo because I don't have an N1. So let's just have some fun while we wait. Let's

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread Lim Sim
@fhucho. I'm not a chess player but will give it a try anyway :) I'm sure there's something i can learn. On 23 April 2010 12:34, fhucho fhu...@gmail.com wrote: @Lim Sim My app is Chess Walk. On Apr 23, 1:22 pm, Lim Sim lim@gmail.com wrote: @fhucho. great question. i've been

[android-developers] Re: MediaPlayer stops playing when streaming over 3G on the Nexus One

2010-04-23 Thread henrik
On 23 apr, 12:35, henrik henrik.aron...@gmail.com wrote: Here's another thing.  When I'm on 3G on the Nexus One, I get a SocketException when it starts buffering.  I guess I get a chunk of the song, then it fails.  MediaPlayer also continuously call onBufferingUpdate(), which doesn't happen

Re: [android-developers] Android Emulator ISSUE: huge icons on the desktop and wrong density

2010-04-23 Thread Rogério de Souza Moraes
Hi Romano, sometimes it happens with my emulator, but it comes back to normal with me do something. You can set the dpi of your Android, take a look at this blog: http://rogerdesm.wordpress.com/2010/03/08/set-dpi-for-android-device/ Regards, Rogerio 2010/4/22 Romano romano.panzac...@gmail.com

Re: [android-developers] Re: MediaPlayer stops playing when streaming over 3G on the Nexus One

2010-04-23 Thread prabhakaran sambasivam
*Avoid using so many threads that may leads to such kind of probs usually... * On Fri, Apr 23, 2010 at 5:15 PM, henrik henrik.aron...@gmail.com wrote: On 23 apr, 12:35, henrik henrik.aron...@gmail.com wrote: Here's another thing. When I'm on 3G on the Nexus One, I get a SocketException

[android-developers] Re: Flash support on android

2010-04-23 Thread gcstang
Android has HTML 5 and from what I've seen most of what can be done in Flash can be done in HTML 5...is it an option for you? On Apr 22, 2:12 am, veradis veradism...@gmail.com wrote: Hi,  Can SWF files be played on android 1.5 emulator/phone. My req. is to load an SWF in app. can this be

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread dgoemans
I'm interested to try Chess Walk and Throw a Panda, seen them both on the market before and they grabbed my attention, but i need more space on my G1. I'm at that point where i can't install anything bigger than 0.8mb without removing some of my 'must have' apps. So i'm gonna wait for the Nexus

[android-developers] Re: Dynamically extend the height of the ListView row background image?

2010-04-23 Thread Kumar Bibek
I think there's something wrong with your layout. Put some lines of the xml and we will try to figure out your problem. Thanks and Regards, Kumar Bibek On Apr 23, 3:56 pm, javame_android su...@softwebsolutions.com wrote: Hi, Just to make it more clear, I want to have some text displayed at

[android-developers] UnknownHostException

2010-04-23 Thread ls02
From time to time I get java.net.UnknownHostException when calling HttpURLConnection.connect. Obviously the server does exist and I can successfully execute the same URL on my PC browser. The problem does not happen always, only sometimes. But if it does happen ussually I need to restart the app

[android-developers] Re: Password and SQLite security

2010-04-23 Thread Kumar Bibek
Well, If the phone is rooted, then anyone can peek into your DB. If you store it in simple text, you are at the hacker's mercy. The password's should be stored in the DB/file after encryption. That will give you some degree of safety. As per sending a mail with the password, that's a tricky one.

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread Lim Sim
@ dgoemans should just root your phone and use app2sd. On 23 April 2010 12:59, dgoemans dgoem...@gmail.com wrote: I'm interested to try Chess Walk and Throw a Panda, seen them both on the market before and they grabbed my attention, but i need more space on my G1. I'm at that point where i

[android-developers] Re: UnknownHostException

2010-04-23 Thread Kumar Bibek
Well, if it happens sometimes, then your network has a problem. When it happens, just to make sure that other apps also are affected by this, just open some page on the browser. You will be then sure that this is not affecting your app only, but the emulator or the network has a problem. Thanks

[android-developers] Added core Library by mistake..

2010-04-23 Thread Rahul
Hi I am using Eclipge Ganymede for Android. While developing a project i clicked on FIX PROJECT option by mistake. Then the whole project started showing an error. I have been displayed the following log in the console... trouble processing java/math/RoundingMode.class: [2010-04-23 17:24:29 -

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread dgoemans
LimSim, i've thought about it.. but i don't actually want to root it. I want to keep running vanilla with OTA updates. If i had more devices ( which i'll get eventually ) i might do it, but for now, with this being my phone and dev device, i'd rather not. On Apr 23, 2:10 pm, Lim Sim

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread Amir Alagic
I hope that we will get phones in the next week. Air traffic is ok now and I hope that phones will come for EU developers in next week Be positive... Thank you Google! On Apr 23, 2:22 pm, dgoemans dgoem...@gmail.com wrote: LimSim, i've thought about it.. but i don't actually want to root it.

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread cannehal
Hi. I see that someone asked about applications we did. My app is called Fast Call. It was created for personal use but people liked it. I know there is a lot to do in this app and I have a lot of ideas but want to finish other apps I am doing. So if you would like to give it a try I'll pleased to

Re: [android-developers] Re: ProgressDialog in full screen

2010-04-23 Thread ~ TreKing
On Thu, Apr 22, 2010 at 11:46 PM, Ajay aja...@gmail.com wrote: How can you inflate a progress dialog from xml? You can't. You can, however, inflate a view and set it as the content of a ProgressDialog.

[android-developers] Re: How to use Fiddler to get traffic of the Market in Android Emulator

2010-04-23 Thread mah
Use a general purpose data sniffer, like Wireshark. I haven't looked into what ports the Market uses, but if I allow my phone to connect to my corporate wifi, whose firewall blocks outbound connections to most non-well-known ports, I cannot use the Market. On Apr 22, 7:29 am, Xin Song

[android-developers] Re: Display routes dynamically on Map Application

2010-04-23 Thread SREEHARI
Thanks for ur reply. I want to display my own routes in my application. I have stored all the geo coordinates I need to draw the roues. But I need to draw the routes dynamically from the current location to a destination. Regards, SREEHARI -- You received this message because you are

[android-developers] Re: UnknownHostException

2010-04-23 Thread ls02
The app is running on different Android devices and all of them exhibit this issue. It has nothing to do with network as I said I can successfully excute the same network call on the same network from PC or Mac. On Apr 23, 8:15 am, Kumar Bibek coomar@gmail.com wrote: Well, if it happens

[android-developers] Rotate an OptionMenu and a whole layout

2010-04-23 Thread Paolo
1) I have an activity fixed in the manifest as in landscape mode. When an option menu starts, pressing the menu button of the device, the menu is displayed obviously in landscape mode even if a rotate the device in portrait. Is there a possibility to visualize the option menu in portrait with the

Re: [android-developers] Re: Strange timezone issue, when I set timezone to Alaska

2010-04-23 Thread A.TNG
On Fri, Apr 23, 2010 at 6:53 PM, String sterling.ud...@googlemail.com wrote: On Apr 23, 11:10 am, A.TNG tang.j...@gmail.com wrote: Since Alaska is in GMT-9:00, even doesn't include DST, getOffset(0) should return 3240 (= 9*60*60*1000), right? I cannot understand why it returns 3600

[android-developers] Re: Strange timezone issue, when I set timezone to Alaska

2010-04-23 Thread String
On Apr 23, 2:08 pm, A.TNG tang.j...@gmail.com wrote: Yes. In my case, I need to get TZ offset as of  Jan 1, 1970. And sometime we pass a minus number to getOffset(), like -360. OK, cool. That's just not what most people do with getOffset(), so I thought I should check. I'm not sure

[android-developers] Re: Android Emulator ISSUE: huge icons on the desktop and wrong density

2010-04-23 Thread String
On Apr 23, 12:31 am, Romano romano.panzac...@gmail.com wrote: The PROBLEM is that suddenly, the emulator in QVGA and WVGA start with huge icons on the desktop. They even overlap and the home of Android is corrupted. Yep, happens to me occasionally. I just chalk it up to flakiness of the

[android-developers] New shopping new life!

2010-04-23 Thread Venkatarangan MJ
Dear friend, how were you going? I would like to introduce you a really good space, there are mainly run various kinds of famous electornic products, it's true eastshopcn. Now the company is under promotion, all of the products are sold nearly as the same as their cost. Eastshopcn renders the

[android-developers] Re: Android Emulator ISSUE: huge icons on the desktop and wrong density

2010-04-23 Thread String
On Apr 23, 12:50 pm, Rogério de Souza Moraes rogerio.so...@gmail.com wrote: You can set the dpi of your Android The problem described is independent of DPI settings. It never seems to happen to HVGA instances, and it's not strictly-speaking an emulator DPI issue... it's more of a problem with

[android-developers] Re: Password and SQLite security

2010-04-23 Thread mah
I don't believe the sqlite in Android supports database encryption; unless that's wrong, your main option is to encrypt the data you put in your database. That's less than idea though, since it makes it difficult (or impossible) to perform queries that have typical clauses. Another option,

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread ~ TreKing
On Fri, Apr 23, 2010 at 12:07 AM, dgoemans dgoem...@gmail.com wrote: 1. What do you mean your instructions. They specifically said, no choosing. Thou shalt not choose. Bam. That's it. Yeah, I read it that way too and was like who the hell are you giving instructions?. But I think he meant the

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread ~ TreKing
On Fri, Apr 23, 2010 at 6:15 AM, fhucho fhu...@gmail.com wrote: Out of curiosity, what is the app you guys are getting Nexus / Droid for? Take a wild guess ... =) - TreKing - Chicago transit

[android-developers] Re: Live Wallpaper not Showing up on Market for Moto Droid w/ OTA 2.1

2010-04-23 Thread shaun
Well, something changed and it now shows up on my Moto Droid on the Market. Not sure what caused it to show up though, because I tested after each update and it did not show up. So, I am not too confident about how to go forward with future AndroidManifest.xml files for the Live Wallpapers to

Re: [android-developers] getProviders(true) always return empty list

2010-04-23 Thread ~ TreKing
On Fri, Apr 23, 2010 at 4:18 AM, Katsuya Noguchi katsuy...@gmail.comwrote: I have a problem using getProviders(true) function. Did you try passing false? Or the version of getProviders that takes a Criteria?

[android-developers] Re: How many Android phones have touchscreens?

2010-04-23 Thread Zigurd
OK, I see the Alessi counter-top Android TV has touch http://www.engadget.com/2010/04/23/alessitab-android-touchscreen-for-fancy-european-kitchens And, yes, I can see that non-touch UI probably needs an update from the AWT-ish original support in Android, if it is to be as good as possible for big

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread Al
I emailed Brightpoint NL a week ago, still no reply from them about the delays. I just got off the phone from Fedex who said there is nothing in their system with my details on it, they checked up to 1 week back. I know this is a free gift but it's quite frustrating. It would help if Google told

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread Kevin Gaudin
Having them SAY that they sent the devices doesn't mean they DID... if something bigger needs to be hidden this is just a partial lie. What I understood is that they sent all the devices... to their logistic partner. This partner may still have the ability to package/update devices before sending

Re: [android-developers] app crashes only on device

2010-04-23 Thread subrat kumar panda
1st of all delete all the unused code which are commented, unread etc. debug your application in device. if you have any problem in other it may cause the whole app crashed in device. thanks. On Fri, Apr 23, 2010 at 8:21 AM, ~ TreKing treking...@gmail.com wrote: On Thu, Apr 22, 2010 at 7:33

[android-developers] Re: Itemized Overlays...Not drawing a collection but refreshing????

2010-04-23 Thread Scott
Isn't Itemized Overlay supposed to stack drawn objects...This is called everytime the locationchanged event triggers...So It should be drawing multiple circles..Instead i only ever see the newest one...They do not accumulate like i wanted. Sorry if a canned answer for the PS part felt in order..I

[android-developers] Re: Weekpicker?

2010-04-23 Thread powder
Hi, Id like the picker to look like the default DatePicker in Android. But only with month and then add the week (for that month). + + Jan Week 2 - - I assume I could reuse the existing code? Maybe someone did this? Any help appreciated... On Apr 23, 1:03 am, ~ TreKing

[android-developers] Re: Itemized Overlays...Not drawing a collection but refreshing????

2010-04-23 Thread Scott
I'd be happy to send you the Code if I count on you not Hurting my feelings after you see the carnage I'm doing to java whilst learning the language. On Apr 22, 9:27 pm, ~ TreKing treking...@gmail.com wrote: On Thu, Apr 22, 2010 at 9:49 AM, Scott scotthameis...@gmail.com wrote: What's been

[android-developers] Re: How many Android phones have touchscreens?

2010-04-23 Thread Kevin Gaudin
My HTC Magic has been slowly losing it's touch-screen sensitivity after an accidental... chocolate absorbtion. Now, having been forced to use an 1.6 android phone with only D-Pad, I can assure you that there are some issues : - The PIN input can't be used without a touch screen : the digits never

[android-developers] Re: UnknownHostException

2010-04-23 Thread Sebastian
I have the same problem. Im running an app in the emulator or on my G1 device and sometimes there is an UnknowHostException thrown. But if i check if the host is available (for example over ping) then there is no problem. The app is also working correctly, if I close the emular and/or eclipse an

Re: [android-developers] Re: Display routes dynamically on Map Application

2010-04-23 Thread ~ TreKing
On Fri, Apr 23, 2010 at 8:05 AM, SREEHARI sreehari.madhusooda...@wipro.comwrote: Thanks for ur reply. You're welcome. I want to display my own routes in my application. OK. I have stored all the geo coordinates I need to draw the roues. OK. But I need to draw the routes

Re: [android-developers] Rotate an OptionMenu and a whole layout

2010-04-23 Thread ~ TreKing
On Fri, Apr 23, 2010 at 8:09 AM, Paolo brand...@gmail.com wrote: 1) I have an activity fixed in the manifest as in landscape mode. Why are you doing this? When an option menu starts, pressing the menu button of the device, the menu is displayed obviously in landscape mode even if a rotate

Re: [android-developers] Re: How many Android phones have touchscreens?

2010-04-23 Thread Justin Giles
OT: Hmm...I guess sending mom a chocolate covered HTC Incredible for Mothers Day is out of the question now. Thanks for the warning Kevin! :) On Fri, Apr 23, 2010 at 9:42 AM, Kevin Gaudin kevin.gau...@gmail.comwrote: My HTC Magic has been slowly losing it's touch-screen sensitivity after an

[android-developers] Re: Added core Library by mistake..

2010-04-23 Thread JP
Not a direct answer here. I am sure there's a fix, I'd say poke around the libraries that are part of the project now. Hard to say from far. So my recommendation: If push comes to shove and you're stuck, you can always rebuild the project from scratch. 1. Copy all project files to a safe location.

[android-developers] Simulate the SIM in the emulator how to do that?

2010-04-23 Thread mikedroid
Im actually testing it in an actual device so how about if no device is available? -- 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

[android-developers] Re: ListView focus behaving different when using minSdkVersion=3

2010-04-23 Thread jason.delport
I have the same problem. Did you ever find a solution? Cheers, Jason On Mar 16, 3:13 am, licorna lico...@gmail.com wrote: A few days ago I was trying to fix this issue: I have a header (three ImageButton's) and a ListView. If I use the dpad, pressing DOWN to focus the ListView, the ListView

[android-developers] problem playing back .mp4

2010-04-23 Thread Abhi
I am having trouble playing back a .mp4 video. I can only hear audio in the background and the phone hangs until the video (or should I say audio) completes, nothing works during this time, Menu button, Home button, Back button, nothing. Is that a problem playing mp4 files? I thought Android does

Re: [android-developers] problem playing back .mp4

2010-04-23 Thread Mark Murphy
Abhi wrote: I am having trouble playing back a .mp4 video. I can only hear audio in the background and the phone hangs until the video (or should I say audio) completes, nothing works during this time, Menu button, Home button, Back button, nothing. Is that a problem playing mp4 files? I

[android-developers] How to run a class in background among a package of class

2010-04-23 Thread subrat kumar panda
Hi all, in my app in one package there are some classes. from those classes i want to run one class that is the Gps functionality class. i want to run that class in background. how i do it, i don't know. i am not able to make it solve from any document. if anybody knows the way to solve it please

[android-developers] Re: problem playing back .mp4

2010-04-23 Thread Abhi
I see the .mp4 video as having a frame rate of 30fps and resolution 640 x 480. Is that an issue? Also, I don't see the mp4 when I call list of all videos from within my application by Intent i = new Intent(Intent.ACTION_PICK); i.setType(video/*); startActivityForResult(i, PICK_VIDEO); The only

Re: [android-developers] Re: Itemized Overlays...Not drawing a collection but refreshing????

2010-04-23 Thread ~ TreKing
On Fri, Apr 23, 2010 at 9:26 AM, Scott scotthameis...@gmail.com wrote: Isn't Itemized Overlay supposed to stack drawn objects... Yes it is ... be default it will draw an image for each item in its collection. (super.draw()) This is called everytime the locationchanged event triggers...

[android-developers] Re: Rotate an OptionMenu and a whole layout

2010-04-23 Thread Paolo
Try to explain better... My activity use the Camera, so i must to fix the activity in landscape, otherwise the preview doesn't work correctly... So, i have the activity fixed in landscape mode, but I want to visualize my layout (views, menu etc...) in all direction. Do you have in mind Layar?

Re: [android-developers] Re: problem playing back .mp4

2010-04-23 Thread Mark Murphy
Abhi wrote: I see the .mp4 video as having a frame rate of 30fps and resolution 640 x 480. Is that an issue? I have no idea. Also, I don't see the mp4 when I call list of all videos from within my application by Intent i = new Intent(Intent.ACTION_PICK); i.setType(video/*);

[android-developers] marketplace + chrome

2010-04-23 Thread Greg Donald
I finally started using Google Chrome last week. I'm not an early adopter for most software, but I thought perhaps the major bugs had been worked out at this point. So today I went to the Android Marketplace to upload a new version of my app. Strangest thing.. I was unable to click on the [

[android-developers] Re: android.graphics.Path editor or SVG converter?

2010-04-23 Thread rsung
Hi, I'm looking for the same. Please let me know if you found anything. If not, I may have to write one myself. Thanks. On Apr 20, 5:09 pm, Ken kenk...@gmail.com wrote: Anyone know of a graphical editor that will generate a android.graphics.Path? I'm looking for something like inkscape that

[android-developers] Re: Simulate the SIM in the emulator how to do that?

2010-04-23 Thread Kumar Bibek
For calling and sending sms, you can use the eclipse to simulate these on the emulator. What else do you need? Open the Emulator Options from the Android views. Thanks and Regards, Kumar Bibek. On Apr 23, 8:06 pm, mikedroid michan...@gmail.com wrote: Im actually testing it in an actual device

[android-developers] *** Dev Tools - Terminal Emulator - sdcard ***

2010-04-23 Thread George Of That Bush
Through Android Emulator, I am trying to create a folder using dev tools Terminal Emulator. The terminal emulator gets launched with the SHELL PROMPT. (1) However, when I try to type a command, at the bottom of the screen, some suggestions are shown - but in CHINESE CHARACTERS. Dont know why

[android-developers] Re: UnknownHostException

2010-04-23 Thread Kumar Bibek
This is an intermittent problem. Restarting the emulator would normally solve this. My best guess would be your abd server is not functioning properly. Thanks and Regards, Kumar Bibek On Apr 23, 7:42 pm, Sebastian sebastia...@gmail.com wrote: I have the same problem. Im running an app in the

Re: [android-developers] *** Dev Tools - Terminal Emulator - sdcard ***

2010-04-23 Thread Mark Murphy
George Of That Bush wrote: Through Android Emulator, I am trying to create a folder using dev tools Terminal Emulator. The terminal emulator gets launched with the SHELL PROMPT. (1) However, when I try to type a command, at the bottom of the screen, some suggestions are shown - but in

Re: [android-developers] Re: Rotate an OptionMenu and a whole layout

2010-04-23 Thread ~ TreKing
On Fri, Apr 23, 2010 at 10:32 AM, Paolo brand...@gmail.com wrote: My activity use the Camera, so i must to fix the activity in landscape, otherwise the preview doesn't work correctly... I haven't used the camera, so I have no idea how it works, but are you sure you HAVE to fix it to

[android-developers] some quesitions for opencore framework integration process

2010-04-23 Thread dadaowuwei
Hi, I am quite new for android onpencore framework and have some questions for integrating process of a new openmax mjpeg component 1. can I directly inherit the omx_component_video class to form my own mjpeg component? 2. how pvmf consumes the output buffer of the component, what kind of decoded

[android-developers] Re: UnknownHostException

2010-04-23 Thread ls02
I am not using emulator. I am using real Android phones and many types of them. The problem happens both in debug mode and in real mode with phone not connected to computer. On Apr 23, 11:45 am, Kumar Bibek coomar@gmail.com wrote: This is an intermittent problem. Restarting the emulator

Re: [android-developers] Re: Weekpicker?

2010-04-23 Thread ~ TreKing
On Fri, Apr 23, 2010 at 9:34 AM, powder jonas.hey...@gmail.com wrote: Id like the picker to look like the default DatePicker in Android. But only with month and then add the week (for that month). I'm curious why you want to do this? I don't know why anyone would do things in terms of weeks

Re: [android-developers] marketplace + chrome

2010-04-23 Thread ~ TreKing
In my experience, Chrome does a lot things nicely but interacting with web sites is not one of them. Go figure. - TreKing - Chicago transit tracking app for Android-powered devices

[android-developers] force WebView to wait for images

2010-04-23 Thread Jeff
When loading a page with WebView, images seem to appear one at a time as they are downloaded or loaded from the cache. This gives the user more of a browser type of experience instead of an app type of experience. Is there a way to make WebView wait until all images are ready on a page before

[android-developers] Re: Rotate an OptionMenu and a whole layout

2010-04-23 Thread Paolo
I haven't used the camera, so I have no idea how it works, but are you sure you HAVE to fix it to landscape? Yes, I'm quite sure... I just tried their app and as far as I can tell it's just letting Android do it's orientation thing while keeping the camera preview open. I think your main

  1   2   3   >