[android-developers] Re: deleteOnExit when and how does an Android JVM exit

2010-04-02 Thread fadden
On Mar 29, 2:20 pm, Streets Of Boston flyingdutc...@gmail.com wrote: In short, don't call System.exit(). :-) Or System.halt(). Or Process.killMeKillMeKillMeNow(). On Mar 29, 5:10 pm, lordjoe lordjoe2...@gmail.com wrote: So my take on this is not only can I not COUNT on deleteOnExit()

[android-developers] Cyanogen and Signed Apps Issue

2010-04-02 Thread ian.fawcett.hun...@googlemail.com
I have an application on the Market that was named 'ShakeCall' and I successfully renamed it 'FlipCall'. I did not change the package, I signed it with the same certificate, and Android Market accepted it. At least one customer (Nexus One) went and downloaded the new version and ran it

[android-developers] Can I modify vitual keyboard's preview popup?

2010-04-02 Thread Ryu
hi all~! now i study inputmethod(virtual keyboard). Can I modify vitual keyboard's preview popup? somebody help me! What method do i looking for? thanks.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: My location not getting in real device

2010-04-02 Thread Beena
Vaikunth I have still the same problem persist. Can you give some hint for that? thanks On Apr 2, 10:05 am, Vaikunth vaikunth.kraffs...@gmail.com wrote: Hi, Its working automatically. Don't know why it was not showing me before. Thanks to all. On Apr 2, 7:40 am, patbenatar

[android-developers] Re: Status Bar Customizations

2010-04-02 Thread patbenatar
In your AndroidManifest.xml, within the activity tag for the activity you wish to have no title or status bar: android:theme=@android:style/Theme.NoTitleBar.Fullscreen Should work like a charm :-) -Nick On Apr 1, 7:50 pm, mssmison cpoul...@gmail.com wrote: I've seen this posted before

[android-developers] Problem with onscreen keyboard on Droid

2010-04-02 Thread mudit
Hi all i am developing an application which has a general text entry form. So while testing on my moto droid, i am facing a strange issue-- when i touch an input field ( which is at lower end of the screen) -- the on screen keyboard pops up and hides the input field. So user have to enter

[android-developers] Your message was NOT received by android-develop...@googlegroups.com!

2010-04-02 Thread rizwan
Hi , Whenever I am posting any message on Android group I am getting this email can any body explain this ? We're sorry.. your email was unable to be processed by our automatic support system, and so is being returned to you. We could not find your email address in our customer database

[android-developers] Insert and delete SIM contacs working but it needs to be phone restart to update the changes

2010-04-02 Thread Girish
Hi All, I am able to insert the contacts into SIM card and delete from it. But it needs to be phone restart to update the changes. The below is the code woks for delete the conatcs, Uri simUri = Uri.parse(content://icc/adn); Cursor cur =

[android-developers] Re: Building and compiling CTS

2010-04-02 Thread marcus
I have the same problem, can any body provide some suggestions? On 3月2日, 下午4時39分, navin celebna...@gmail.com wrote: Hi, I am working on the CTS and i am trying to figure out how to write new test cases and then include in the CTS package. I am specifically targetting test cases for

[android-developers] Max resolution for a game always?

2010-04-02 Thread massimo
Hi, I have a problem with my game. I'm making a game that need always be big on the screen. I have make a 2D game that have 480x320 resolution (for example the background image is so)...but if I try it on the emultator all go ok, but If I try it on Nexus the game is more little on the screen. How

[android-developers] Re: Maps API on platform 1.5

2010-04-02 Thread patbenatar
You should have multiple versions of the Google APIs, one to go along with each version of the SDK. The corresponding API for Android 1.5 is API level 3. See if you can download Google APIs by Google Inc., Android API 3, revision 3 in the Android SDK AVD Manager [in Eclipse: Window Android SDK

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

2010-04-02 Thread Richard
Chances are, some devs already have a N1/Droid, and they are sending some of us two identical phones at once. Do what you want with it! :) - Any updates from the UK? Nothing here yet, my 4 weeks is up On Apr 2, 3:37 am, David Orriss Jr codethou...@gmail.com wrote: I wonder if it's against

[android-developers] Set Android application dependency from custom Java library

2010-04-02 Thread Tatyana Ulyanova
Hello, friends! I using Eclipse Gallileo to develop Android application and Java library for this application. Please, help to set Android application dependency from my custom Java library rightly. I want this library automatically build if necessary and be included to .apk file. Much

[android-developers] application has problem downloading files

2010-04-02 Thread mot12
Hi, My application needs to download a few files, each about 1-2 MB in size. I host these files on my ftp server and use the simple code below. Works great on my device and seemingly for most users but a few report they get the message from the exception and others say that the code never

[android-developers] Re: My location not getting in real device

2010-04-02 Thread Vaikunth
Hi, Closing XML tag is not affecting. And my application working fine now. Hi Mark, The sample is still not working. In this sample may be something missing in WeatherPlus.java the line public static final String BROADCAST_ACTION=com.commonsware.android.service.ForecastUpdateEvent; So where is

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

2010-04-02 Thread ratson
no seeding in EU yet. we shall wait a few more weeks i guess... On ápr. 2, 10:37, Richard rtaylor...@googlemail.com wrote: Chances are, some devs already have a N1/Droid, and they are sending some of us two identical phones at once. Do what you want with it! :)  - Any updates from the UK?

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

2010-04-02 Thread Arnon
I've emailed them two days ago. no response yet Let's hope EU will be next week (excluding Monday)... On Apr 2, 12:47 pm, ratson materem...@gmail.com wrote: no seeding in EU yet. we shall wait a few more weeks i guess... On ápr. 2, 10:37, Richard rtaylor...@googlemail.com wrote: Chances

[android-developers] Re: Is this a joke or a spam or another April 1st prank?

2010-04-02 Thread Anthoni
Just to chime in, I am also getting them. Very annoying, wondered what the heck was happening at first LOL. I have to admit I was *tempted* to click etc as it seems to be bounced from Google groups, but in the end I just deleted it when I realised that my post had been submitted. On Apr 2, 4:43 

[android-developers] Re: Set Android application dependency from custom Java library

2010-04-02 Thread spachner
On 2 Apr., 10:58, Tatyana Ulyanova levkat...@gmail.com wrote: Hello, friends! I using Eclipse Gallileo to develop Android application and Java library for this application. Please, help to set Android application dependency from my custom Java library rightly. I want this library

[android-developers] unable to open database file after OS upgrade

2010-04-02 Thread Mariano Kamp
Hi, recently I very often get error reports from users that upgrade their OS. This includes at least 1.5, 1.6, 2.1 and custom ROMs. Anybody else seeing these? Any idea what to do about it? Cheers, Mariano One example: -- Time: Fri Mar 26 11:36:41 PDT 2010 -- Android Version: sdk=4,

[android-developers] Re: Finally, I published my Android/GAE based MMO War Game

2010-04-02 Thread Warren
I've only had a few minutes to play it, but it looks cool. Did you do all your own graphics and programming? On Apr 1, 11:03 pm, ZeroCool zero...@gmail.com wrote: Big thanks to Android Team. I couldn't have done it without the help of you guys. If anyone is interested, search 'pocket empires'

Re: [android-developers] Re: Is this a joke or a spam or another April 1st prank?

2010-04-02 Thread ~ TreKing
I just set up a GMail filter that marks them as read and deletes them. Problem solved. - TreKing - Chicago transit tracking app for Android-powered devices

[android-developers] Getting location from within an IntentService?

2010-04-02 Thread Anna PS
Hi all I'd like to figure out the best way to get a recent location fix, with the minimum disruption to the user flow. Here's what I would like the user to see in my app: 1. [After e.g. taking a photo, and with no delay] Click a button saying 'Upload your file' 2. [With no delay] See a

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

2010-04-02 Thread ~ TreKing
On Thu, Apr 1, 2010 at 9:37 PM, David Orriss Jr codethou...@gmail.comwrote: I wonder if it's against the rules to sell this device to pay for a Nexus 1? What rules? There are no rules. It's your phone now, do what you want with it. Make it an expensive door-stop if you want, who's going to

Re: [android-developers] Your message was NOT received by android-develop...@googlegroups.com!

2010-04-02 Thread ~ TreKing
On Fri, Apr 2, 2010 at 2:16 AM, rizwan rizcs...@gmail.com wrote: Whenever I am posting any message on Android group I am getting this email can any body explain this ? See this thread:

[android-developers] Re: Set Android application dependency from custom Java library

2010-04-02 Thread Tatyana Ulyanova
Hello, spachner! Thanks many times for your help! It works great!!! But I have a question about build.xml file. Should I specify something in depends properties of target tag? Could you recommend some good article about build.xml? I am new on Eclipse. Thanks))) On 2 Кві, 13:25, spachner

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

2010-04-02 Thread timedilation
My phone does not show the triangle icon. Also this morning my Droid updated itself to OS 2.1. Hooray !!! Did anyone else see this on their Droid? I had 2.01 until this morning. On Apr 1, 11:58 am, android app xiaog...@gmail.com wrote: Thanks.  Mine works now. There was no 3G icon.  I first

[android-developers] Re: Fastest and most reliable Location provider

2010-04-02 Thread Maps.Huge.Info (Maps API Guru)
Nick, In some apps, all I want is the first fresh location so as soon as I get one, I kill both listeners. Other apps, like the moving map one, continue to use both listeners and the one with the best accuracy takes the lead. What I do is keep a location object that starts out as null until the

[android-developers] Re: Set Android application dependency from custom Java library

2010-04-02 Thread Tatyana Ulyanova
Hello, spachner! I have one more question to you. If my project for library uses other jar files (in lib directory), where should I specify its in build.xml? Thanks)) On 2 Кві, 16:18, Tatyana Ulyanova levkat...@gmail.com wrote: Hello, spachner! Thanks many times for your help! It works

[android-developers] Why is the same dialog sometimes translucent?

2010-04-02 Thread Carl Whalley
I have a Dialog with a Button whos OnClickListener() creates an AlertDialog: public void onClick(View v) { Dialog confirmDialog = new AlertDialog.Builder( activity ) .setIcon( R.drawable.icon ) ... The problem is in one place in the app, actually a MapActivity derived

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

2010-04-02 Thread Disconnect
AFAIK you just turn it on. On Thu, Apr 1, 2010 at 8:47 PM, Siva G sivarama...@gmail.com wrote: I too received a Droid. But did not see a Read Me First. How do I activate my phone and get the free 31 days of calling and data? On Mar 31, 8:28 am, Justin Giles jtgi...@gmail.com wrote: On Tue,

Re: [android-developers] Getting location from within an IntentService?

2010-04-02 Thread Mark Murphy
Anna PS wrote: But - is it possible to get a location fix from within an IntentService? It would be difficult, because IntentServices want to shut down as soon as onHandleIntent() completes (if there are no more Intents to be processed). Since the location lookup is asynchronous, you would have

[android-developers] Re: Finally, I published my Android/GAE based MMO War Game

2010-04-02 Thread Yahel
Yo man !! Incredible the amount of work you've put into that game !! Were you alone or is it a team ? You could use a graphist, but even so, the achievement is there !! My feedback after 15 minutes of play : The list for construction doesn't come up, I think it kind of need a double click. You

Re: [android-developers] Re: setImageResource fails and closes the application unexpectedly !

2010-04-02 Thread nayana urs
h all am doing photo editting application am able to edit images but not getting how to save it can anyone please let me know how to do it with regards Nayana On Thu, Apr 1, 2010 at 2:31 PM, Mark Murphy mmur...@commonsware.com wrote: Sasi wrote: Can you please let me know where can I

[android-developers] peer reviews

2010-04-02 Thread mike
Is there any chance we could do this sort of review of each other's apps collaboratively? I'd venture to say that 10 reviews by other developers with this kind of feedback is worth 1000 sketchy reviews on the app store. I know for my app (Phresheez, a social networking ski tracking app), one of

[android-developers] Re: custom Preference work

2010-04-02 Thread eburke
Follow-up: for issue #2 I found a post which should work at http://jsharkey.org/blog/2008/09/11/quick-database-row-editor-in-android-09-sdk/. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Finally, I published my Android/GAE based MMO War Game

2010-04-02 Thread Abdul Mateen
Incredible efforts, between I was thinking you put this great efforts, how are you going to earn from this FREE application ? On Fri, Apr 2, 2010 at 7:59 PM, Yahel kaye...@gmail.com wrote: Yo man !! Incredible the amount of work you've put into that game !! Were you alone or is it a team ?

[android-developers] Re: Fastest and most reliable Location provider

2010-04-02 Thread Ken H
This is great information. Now one last stupid question (again, if they put this in the docs I wouldn't ask it). Does ACCESS_COARSE_LOCATION = Network and ACCESS_FINE_LOCATION = GPS? Ken -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Android 1.5 on CDMA phones and OEM non-conformance documentation...

2010-04-02 Thread Ken H
Just reporting that I was successful in building my application against the Android 2.1 SDK and running it without issue on several Android 1.5 CDMA phones. Just curious, how are you doing that? You can't check CDMA features on a phone who's OS doesn't have a CDMA package...or maybe you are,

[android-developers] Re: SPP bluetooth

2010-04-02 Thread Bill Michaelson
There is an app called KeyPro which does this, but last I knew, it did not support the ctl key, which is problematic for some apps (like Connectbot). You might contact the developer about latest status. On Apr 2, 1:26 am, brilliant winger stw...@gmail.com wrote: I would like to use SPP

[android-developers] Re: onSignalStrengthsChanged bug?

2010-04-02 Thread Ken H
Just holding out hope someone has had this problem too... Ken -- 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] Re: how to implement musicplayer as service in android

2010-04-02 Thread Ken H
This might get you started... http://marakana.com/forums/android/android_examples/60.html Ken -- 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

[android-developers] Re: Fastest and most reliable Location provider

2010-04-02 Thread Maps.Huge.Info (Maps API Guru)
The COARSE and FINE will both be the same if only one location service is available, also they will be null if no location service is available. What I do is create both, then test to see if they are equal and if so, null one out before starting the listeners. One problem that could result in this

[android-developers] change colors in an AnalogClock

2010-04-02 Thread Simone
Hi, I was wondering if it was possible to change the color of the minute and hour hands of an AnalogClock. Thanks Simone -- 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

[android-developers] Content Provider works in emulator not on device

2010-04-02 Thread lordjoe
I developed a custom content provider for extracting data from zip files. The provider works properly in the emulator but when I run the apk on the device I get no content provider followed by the url The manifest says (outside the application tag provider

Re: [android-developers] Content Provider works in emulator not on device

2010-04-02 Thread Mark Murphy
lordjoe wrote: I developed a custom content provider for extracting data from zip files. The provider works properly in the emulator but when I run the apk on the device I get no content provider followed by the url The manifest says (outside the application tag provider

[android-developers] Re: Content Provider works in emulator not on device

2010-04-02 Thread lordjoe
Thanks - that did the trick On Apr 2, 10:16 am, Mark Murphy mmur...@commonsware.com wrote: lordjoe wrote: I developed a custom content provider for extracting data from zip files. The provider works properly in the emulator but when I run the apk on the device I get no content provider

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

2010-04-02 Thread Breezy
Do you see how many people are requesting to trade a Droid for an N1? Nobody is going to trade. Good luck with it, but mine is already on eBay and I'll be buying an N1. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Libvorbis and Libmpg123 for Android

2010-04-02 Thread Mario Zechner
Hi there, i thought i post here as some might find it useful. I ported libvorbis (the fixed point version) and libmpg123 (using ARM assembler for speed) to Android. This allows you to get a hold of the PCM samples of MP3 and Ogg files which is not possible with the Android framework at the moment

[android-developers] Re: New to android

2010-04-02 Thread wurp
http://developer.android.com/guide/index.html On Mar 29, 6:53 am, iftekhar iftekhar...@gmail.com wrote: Hi, I am new to android/mobile application .I have exp in developing applications using Java/J2EE but no knowledge of mobile application/ games etc. Please suggest me any link/help from

[android-developers] Connecting Splash Screen to GPS App

2010-04-02 Thread bob
I'm new to Android development and I'm working on writing a GPS app. I want to have a title/splash screen displayed when the app is first opened, and then after a few seconds display the map. I made this splash screen by following a tutorial and have it saved it a separate Eclipse project. So I

[android-developers] Re: New to android

2010-04-02 Thread dinosaur
hello ,I‘m new too. The google's example is a good way to step into android. and there is a book named ’ android essentials‘ can help you. On 3月29日, 下午7时53分, iftekhar iftekhar...@gmail.com wrote: Hi, I am new to android/mobile application .I have exp in developing applications using

Re: [android-developers] IPSEC in NDK code for Android

2010-04-02 Thread 李彬
REMOVE ME -- 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+unsubscr...@googlegroups.com For more

[android-developers] WSDL2Java for Android

2010-04-02 Thread Ro
Hi there! We are trying different web service technologies on the Android platform. We have tried RestFull technologies, and it seems to be the best option, but we want to try also WSDL based web services. Anybody knows any wsdl2java tool for Andorid Platform? Thanks in advance! Robert. -- You

[android-developers] error installing android sdk

2010-04-02 Thread Deepesh Jain
Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: HTTPS SSL error. You might want to force download through HTTP in the settings. Does any one know this... -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] the problem of using org.apache.commons.net.ftp.FTPSClient

2010-04-02 Thread 陈林波
hi, i use the org.apache.commons.net.ftp.FTPSClient to develop a ftp client over SSL.But when execute: ftps.connect(192.168.1.110);,There will be some problems. please help me! Thanks. the code : String protocol = TLS;// SSL/TLS FTPSClient ftps; ftps = new

[android-developers] Ringtone how?

2010-04-02 Thread s n
Hello, I am trying to get details on following. 1) How the ringtonegets played from start till end? 2) How the Ringtone Manager works? 3) How the protected ringtones played? Thanks, sn -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] ScrollView listview again again REMOVE ME

2010-04-02 Thread 김종희
REMOVE ME - 김종희 드림 - 2010/3/25 Lars axberg.l...@gmail.com Hi I'm new to Android development and having a hard time making the UI, so hopefully someone here can help me with a hint... What I need in my layout is this: RelativeLayout ImageView / TextView / ListView / TextView /

[android-developers] How to inform an app(A) that an icon was just clicked to start another app(B)

2010-04-02 Thread IWorker
Hi all, I just want to get numbers of times to be used for each app. So the very straightforward method I thought is increasing the count for an app when it's icon was clicked. Thanks for your great help! -- You received this message because you are subscribed to the Google Groups Android

[android-developers] In process communication

2010-04-02 Thread T-Droid
Hi @all, I have a design problem with my Android components. My activity is starting a service which is doing the work in the background. What I want is that the service informs the activity about state changes. How can I do this? Normally I would add an observer but the activity has no

[android-developers] Re: Advice on buying android phone for development

2010-04-02 Thread Sharma
Hey Vijay, I have HTC Hero, and using it for Debugging. Just that need to enable the option in Settings. On Mar 29, 5:05 pm, Venky.Vijay venkyinw...@gmail.com wrote: Hello everyone, I'm from India and I want to buy an Android phone for developing applications for it. I shortlisted two phones

[android-developers] Re: [android-beginners] Re: Support of JKS Keystore in Android

2010-04-02 Thread 陈林波
hi, it may help me. please tell me. thank you! 2009/11/13 swapnil kamble swap.kam...@gmail.com I got it working. I used KeyTool UIU app. Using it, worked smoothly. If anyone wants details how I did it, send me an email. I will document it and post it on list. Thanks, Swapnil On Fri,

[android-developers] Splash Screen Appears only once

2010-04-02 Thread Dror520
Hey, i made a splash screen: public class SplashScreen extends Activity { protected int splashTime = 2000; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.splash); new

[android-developers] NullPointerException in ItemizedOverlay.getIndexToDraw

2010-04-02 Thread Brian Hardy
Hello all. I have a relatively simple MapActivity that I'm trying to make display a list of camps within a given map region. I've created a custom subclass of OverlayItem called CampOverlayItem, a custom ItemizedOverlay called CampsOverlay that returns CampOverlayItems, and of course a

[android-developers] Insane lag on empty onDrawFrame(GL10 gl) for OpenGL ES GLSurfaceView

2010-04-02 Thread Andrew P. Lentvorski, Jr.
I'm on developing on a Motorola Droid with Android 2.0.1. I was trying to track down frame rate issues with my VBO program, so I created a program to check the baseline times spent when calling onDrawFrame(). So I created an empty onDrawFrame and pulled time statistics on it. I can't even get

[android-developers] connection time out during force http

2010-04-02 Thread Deepesh Jain
Failed to fetch URL http://dl-ssl.google.com/android/repository/repository.xml, reason: Connection timed out: connect the above error occured to me on Windows xp. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Chicago Event - Mobile Visionary Mixer - Looking For Android Startups

2010-04-02 Thread Cuddlephish
We have partnered with ALL the new mobile groups in Chicago to be true facilitators helping early stage startups find resources and effective networking opportunities. Our first event had over 200 attendees. We have the beautiful upstairs of Texas de Brazil for the April 1 event. I hope to see

[android-developers] Bluetooth pairing request

2010-04-02 Thread Rafał Grzybowski
Hello there When my Bluetooth application is about to create SPP connection to the unpaired remote device, pairing notification is displayed. From the documentation I can see that pairing request can display a dialog or sent notification. I'd like to know what logic causes my app to sent

[android-developers] Re: R.id cannot be resolved

2010-04-02 Thread adel zalok
Well , I had the same problem before and what i did was i just right clicked the whole project folder and I refreshed and I found the id class regenerated in the R.java , Try that one . On Mar 29, 12:17 pm, mnavlani monishanavl...@gmail.com wrote: thanks for your reply! I used the following

[android-developers] Trade

2010-04-02 Thread Avi
I will trade my Droid + $100 for a Nexus One. -- 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] Re: How to use facebook connect api?

2010-04-02 Thread Rootko
First you have to set up new Java project with fbconnect itself. - Unzip fbconnect-android.zip/api into your workspace and then Import Project to Eclipse. - It will complain that it cannot find lot of classes. What you have to do is to add External library android.jar into project's build path. I

[android-developers] Keyboard virtualization

2010-04-02 Thread Rafał Grzybowski
Hello there, How to virtualize keyboard. I mean, I need to send keystrokes read from other source. I've read a little about linux input system, wrote some kernel module (input driver) but recently one has explained to me that I won't be able to deploy such kernel module to non-rooted Android cell

[android-developers] Weirdness with Notification.FLAG_AUTO_CANCEL

2010-04-02 Thread Roman Romano
I'm experiencing some issues with my statusbar notification. I've implemented as per documentation but if i do 'notification.flags = Notification.FLAG_AUTO_CANCEL' , although the notification clears on clicking (which is what i want), the whole notification process seems to sporn multiple times

[android-developers] Storing book-like content

2010-04-02 Thread fluxtah
Hi, New android developer here, I was wondering if anyone could share any experience or advice on how to store book-like content. At the moment I am storing html files in my assets folder and loading them into a TextView with Html.fromHtml(...), although it seems to load reasonably well on my G1

[android-developers] Socket problem n WIFI

2010-04-02 Thread Thiago Mendonça
Hello, I am trying to send a fil from the phone to a server on a desktop. I wrote some code, which works on emulator, but on the phone it doesn`t. I`m connecting to the network through WiFi. It works, I can access the internet through my phone and I`ve configured my router. The application stops

[android-developers] Re: R.id cannot be resolved

2010-04-02 Thread mnavlani
thanks a lot all of you! i did come out of the problem :) -- 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] 3-way calling enhancement

2010-04-02 Thread Ruchir
Logged an enhancement request for this: Issue 7456: 3 way calling enhancements on Android 2.0.1 Status: New Owner: Type-Enhancement Priority-Medium Reported by ruchir.sinha, Today (24 minutes ago) The phone application should allow greater flexibility to manage 3 way calling.

[android-developers] Getting contact phone numbers in a custom data layout.

2010-04-02 Thread jiriheitla...@googlemail.com
Hello, i want to build a list view that shows all the contacts and their phone numbers. I have this working but I don't like the following. If a user has one contact that holds multiple phone number ( home, work etc) the cursor I receive will list every phone number with each duplicate name. I am

[android-developers] Google map view uses which protocol

2010-04-02 Thread devycn...@googlemail.com
Hello Gurus, Which protocol does google map uses? Any particular documents that enlighten my query, if some one provides would be really grateful !! What authentication level it uses and its processes? I know about the apikey token that need to use along with the mapview attribute in the res

[android-developers] Looking for Developer for AR application.

2010-04-02 Thread heckchuckman
Hello, We are looking for a developer to create an AR application for a high- end fashion brand. The Developer must have extensive knowledge of the SDK v2.1 and the intricacies of augmented reality applications. Please reply to chuck [at] wcforever [dot] com with your qualifications and

[android-developers] ImageView - Can't read dimensions

2010-04-02 Thread Doug Linhardt
I am trying to display an image at different scales within an ImageView which is part of a larger LinearLayout. Unfortunately, when trying to calculate scaling factors, I am unable to read the ImageView's dimensions. The following code displays Screen: 0, 0 in the TextView, rather than the

[android-developers] Re: media player source code

2010-04-02 Thread sri
but if audio player developed as service would be better. any code in this guide lines? On Mar 30, 10:12 am, grace grace.a...@wipro.com wrote: u can check out in the api demos for one.. http://developer.android.com/resources/samples/ApiDemos/src/com/examp... On Mar 28, 7:18 am, jana

[android-developers] How to come back main activity from child activity

2010-04-02 Thread mak_boney
hey i am a beginner... i'm in a small problem... i have three activities (suppose A,B,C) after performing onclick event in activity A, i can go to activity B and then C... my question is that is there any way to comeback activity A from C..here is the code snippet... public void

[android-developers] Open source Music app - MediaPlaybackService

2010-04-02 Thread chris r
This a question about the open source music app(platform/packages/apps/ music). I don't understand whether the MediaPlayback service runs in a different thread or process. MediaPlayback Activity uses marshalling to communicate to MediaPlaybackService. From that I would assume that the service is

Re: [android-developers] Re: Is this is possible in Android ?

2010-04-02 Thread Alan Carvalho de Assis
Hi, On 3/30/10, AJ ajeet.invinci...@gmail.com wrote: Any clue please. - AJ On Mar 30, 1:15 am, AJ ajeet.invinci...@gmail.com wrote: Hi Group, As we know the following command is for using Emulator console. telnet localhost console-port But this works only for Emulator. I tried for read

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

2010-04-02 Thread chipin
I got the confirmation on March 5 as well. But still waiting for my new Android Device.. On Mar 30, 1:34 pm, Esteem enjoiit...@gmail.com wrote: Did not compete in ADC2. Droid arrived here in AZ today through FedEx. Got the sending info to shipper confirmation email March 5th. On Mar 19,

[android-developers] How to get UDP port created in Host when runing in Emulator

2010-04-02 Thread Tongqing Gao
Hi, When I create a DatagramSocket , a UDP port is created in Emulator, at the same time, a random port is created in my Host, any api in android which I can use to get the host port value? Thanks, Hoveran -- You received this message because you are subscribed to the Google Groups Android

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

2010-04-02 Thread Sparky
GERMANY here, still waiting, though in a few days (Saturday) the 4- week period since I received the confirmation (6th March) will be over. Getting nervous... :-/ On Mar 31, 11:30 am, David Horn pga...@gmail.com wrote: Do as I say, not as I do etc. ;-) On Mar 30, 11:57 pm, Thomas Riley

Re: [android-developers] Installing apps to Nexus One device

2010-04-02 Thread Jiri heitlager
Settings/applications/development Did u choose usb debugging there? On 31 Mar 2010 08:47, oriharel ori.ha...@gmail.com wrote: Hi, Im running Win XP 32 bit, SP3. I have Nexus one device. and I develop on Eclipse. I'm trying to... -- You received this message because you are subscribed to the

[android-developers] Build-in SMS service - how does it work

2010-04-02 Thread thomasofdenmark
Hi I am in the process of creating an app that is similar to the build-in SMS app. Here is what the app should work like: - a background service should call a web service every 5 min. - if certain conditions are right, a notification should be activated - when the notification is clicked, the

[android-developers] Re: How to add Edittext box in a home screen widget

2010-04-02 Thread Paul Turchenko
Call actyvity when user clicks on your app widget and capture input from there On Mar 26, 7:32 am, And-Rider rahulregunat...@gmail.com wrote: so is there any alternate way to get user input in form of a text from the widget other than using EditText?.. If i make TextView as editable it shows

[android-developers] error in installing android

2010-04-02 Thread akram
hi all, I'm new to this android and new to mobile app as well.anyhow i've tried to get start with this and I'm on the way and I'm findin this error during installing android sdk XML verification failed for http://dl-ssl.google.com/android/repository/repository.xml. Error: cvc-elt.1:

[android-developers] Sip API

2010-04-02 Thread maroc
Hello, I want to know if there is a complete list of all Android errors especially for SIP ? What is the best API to develop a SIP client (softphone) with Android OS? Does the android simulator allows to simulate calls? Thank you. -- You received this message because you are subscribed to the

[android-developers] Urgent opening for Android Senior Software Engineer for an MNC .If interested please reply back with your CV to ji...@mindlease.in

2010-04-02 Thread Jitin
Hi All, Urgent openings for Android SSE and Lead. Android SSE – experience – 3-4 yrs, minimum 6 months experience in Android, Location – Nagpur • Android SDK • Android Building blocks (Activity, Service, Receiver, Content Provider) • Strong programming and ability to understand design. •

[android-developers] Reg: Does android support languages like Telugu and Tamil.

2010-04-02 Thread Santha
Hello, I'am a beginner to the android.I'm just working on language localization in android. I want to set up Telugu Language in my device.How should i create a custom locale for Telugu langugae. I found Android 2.0 has some system defined locales. In that there is no Telugu. Do android

[android-developers] JSR-75 (PIM Java API) is available for Android Platform?

2010-04-02 Thread zap.sfbayarea
Dear Android Developers Group, I ask your help for some information. I'm engaged on a software development using Java Netbeans/Eclipse as IDE and I must interface with different SDKs. In particular, I'm looking for JAVA API for Android SDK (example ver 2.0) which permits me to extract Calendar

[android-developers] Re: Jumping effect of Status Bar

2010-04-02 Thread kaskade
Has anyone managed to solve this issue? On 4 фев, 18:49, Kichch kirich1...@gmail.com wrote: Hi everybody I have a problem with my app.  I use the full screen option like so:       public void setFullscreen() {             requestWindowFeature(Window.FEATURE_NO_TITLE);

[android-developers] Unable to reject the incoming call

2010-04-02 Thread Abdul Qavi Paracha
Hi I am creating an android application, and i want this app to handle all incoming call. How can i do that. Best regards, Abdul Qavi -- 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] Launcher2 Source code cannot compile.any help?

2010-04-02 Thread 祝林 魏
Recently,i have beening touched the Launcher, I Git the source code ,but when i import the project into eclipse, it has so many erros. Cannot find some class in the SDK. mLeft,mRigth,mScrollX,mScrollY,etc.those variables are not undefined.etc. Can u tell some suggesstions for me,any help will

[android-developers] Re: Android monkey tool script

2010-04-02 Thread Kurt Glivos
Me too trying to use the monkey with -f script file. I used the sample script given in source code but not able to make it work. Could anybody please help? - KG On Mar 23, 6:06 pm, zafar md.zafar.z...@gmail.com wrote: AndroidMonkeytool can use user supplied script to run, but very few

  1   2   3   >