[android-developers] Re: Host not resolved issue

2010-10-10 Thread pramod.deore
Try setting permission as this instead of On Oct 11, 11:44 am, Rajesh Pelluru wrote: > Yep and I gave below permissions: > > > > > > > > On Mon, Oct 11, 2010 at 12:10 PM, pramod.deore > wrote: > > > Did you add the INTERNET permission to your manifest file? > > > On Oct 11, 11:15 am, Rajesh

Re: [android-developers] Progress Dialog on application load

2010-10-10 Thread TreKing
On Mon, Oct 11, 2010 at 1:38 AM, RKJ (Android developer) < rkjhaw1...@gmail.com> wrote: > I want a progress dialog before launching the apps, once click on > application, first ProgressDialog will come for 5 sec then actual > application. > OK. So what's the problem?

Re: [android-developers] External Storage File Creation Problem

2010-10-10 Thread TreKing
On Mon, Oct 11, 2010 at 1:32 AM, Goutham P N wrote: > the problem is its saying can't read nd can't write.. > First, have you obtained the external media permission? - TreKing

Re: [android-developers] Google, when can you stop your stupid political show?

2010-10-10 Thread TreKing
On Mon, Oct 11, 2010 at 1:19 AM, nubin...@gmail.com wrote: > This is just stupid!!! Agreed. - TreKing - Chicago transit tracking app for Andro

Re: [android-developers] Re: Host not resolved issue

2010-10-10 Thread Rajesh Pelluru
Yep and I gave below permissions: On Mon, Oct 11, 2010 at 12:10 PM, pramod.deore wrote: > Did you add the INTERNET permission to your manifest file? > > On Oct 11, 11:15 am, Rajesh Pelluru wrote: > > Log cat : > > > > 10-11 11:39:02.699: WARN/System.err(303): > > com.try.messaging.travel

Re: [android-developers] Application Testing Group anyone?

2010-10-10 Thread TreKing
On Fri, Oct 8, 2010 at 4:27 AM, Sanjay Parekh wrote: > Comments? As metal says, we're all busy making our own apps, so testing other apps even for the same favor in return is not likely to happen. And even if you got a good number of people, they may not put the apps through the same paces a re

[android-developers] Re: Host not resolved issue

2010-10-10 Thread pramod.deore
Did you add the INTERNET permission to your manifest file? On Oct 11, 11:15 am, Rajesh Pelluru wrote: > Log cat : > > 10-11 11:39:02.699: WARN/System.err(303): > com.try.messaging.traveler.TmException: Host is unresolved: > mo22.moproxy.com:5001 > 10-11 11:39:02.699: WARN/System.err(303):     at

[android-developers] Progress Dialog on application load

2010-10-10 Thread RKJ (Android developer)
Hey, I want a progress dialog before launching the apps, once click on application, first ProgressDialog will come for 5 sec then actual application. --RKJ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

Re: [android-developers] Can any one help me to break large Html file to small html files in java

2010-10-10 Thread TreKing
On Sun, Oct 10, 2010 at 5:57 PM, Miguel Morales wrote: > This should be absolutely easy to do using javascript. Not sure why you > need help with something so basic. > Basic to you may very well be advanced to the OP - who know if he's even ever touched javascript? If it's so easy, how about po

[android-developers] External Storage File Creation Problem

2010-10-10 Thread Goutham P N
Hi Everyone, I'm new to android development, the following is the code that am using to create a small text file on the external storage. but the problem is its saying can't read nd can't write.. Can any one help me out.. please Note : bollo() is a method with has a toast to display on the screen

Re: [android-developers] Uninstall survey results

2010-10-10 Thread TreKing
On Sun, Oct 10, 2010 at 5:57 PM, Curran wrote: > Is there any way I can get hold of these results for my app, because I > think they'd be quite useful and it seems silly for the dev not to? > They would be quite useful, and it is quite silly not to show the stats to the developers, but remember

Re: [android-developers] I can not find that error in my development device but it raised when i upload my application to market

2010-10-10 Thread TreKing
On Sat, Oct 9, 2010 at 7:36 PM, ehabkandeel wrote: > is the number behinde which exist beside each line can help me ? > If you're asking what I think you're asking, the line at the end of each line tells you the line in the code that corresponds to each entry in the stack trace. That will help

[android-developers] Google, when can you stop your stupid political show?

2010-10-10 Thread nubin...@gmail.com
Google, I know you are against Chinese communists, but when will you stop black listing a language used by 1.4 billion innocent continuously suppressed non free Chinese who so long for your patronising love and care and non-evilness? Specifically, why is Simplified Chinese not available in the des

Re: [android-developers] how to set text into spinner in java

2010-10-10 Thread TreKing
On Sat, Oct 9, 2010 at 11:19 AM, ohad srur wrote: > i have tried : > > spinnerType_expense.setContentDescription("Payments"); >or spinnerType_payment.setSelection(4); > setSelection works fine for me. If it's not working for you, perhaps you're doing somethin

Re: [android-developers] Re: Host not resolved issue

2010-10-10 Thread Rajesh Pelluru
Log cat : 10-11 11:39:02.699: WARN/System.err(303): com.try.messaging.traveler.TmException: Host is unresolved: mo22.moproxy.com:5001 10-11 11:39:02.699: WARN/System.err(303): at com.try.messaging.traveler.TmSession.startTmMessage(TmSession.java:502) 10-11 11:39:02.708: WARN/System.err(303):

Re: [android-developers] Proper way to use Non-Extended Classes?

2010-10-10 Thread TreKing
On Thu, Oct 7, 2010 at 2:23 PM, Ehask wrote: > Always results in constructor not defined? Where? What line is giving you the error? Also, if it's not a typo, you cannot call getSharedPreferences() like that, so that would be a problem. -

[android-developers] Re: HelloWorld.... now what?

2010-10-10 Thread Robert Green
Skip straight to the custom 3D FPS engine :) On Oct 11, 12:48 am, Rocky wrote: > Hey, > go through the java code, xml code, and try to understand the flow, and > replace hello world to ur customize text, > > then go through the developer.android.com for there u may find lots of > example, try to

[android-developers] Re: Exception every time I launch the application

2010-10-10 Thread Pankaj
Thanks, I found the reason for the exception. I was using a custom theme and I needed to extend the parent theme in the xml. Now the exception seems to be gone :) On Oct 10, 5:32 am, DanH wrote: > Also keep in mind that one occasionally slips up (or Eclipse slips up) > and the project is not rebu

Re: [android-developers] Android Market crashes after uploading an upgrade of my app at market

2010-10-10 Thread TreKing
On Wed, Oct 6, 2010 at 7:34 PM, sai wrote: > I was surprised to see 8 screen shots instead of 2. > Where? On the Android Market? On your Dev Console? What were they screenshots of? 4 duplicates of your original 2? > When I tried to download updated version of my app on my device thorough > And

Re: [android-developers] Re: scrollbar drawable not appearing properly

2010-10-10 Thread Kumar Bibek
I think I mentioned that your image dimensions should be square... :) On Mon, Oct 11, 2010 at 11:24 AM, kavitha b wrote: > Hi Kumar, > > I am using image with rectangle dimension only. > > It is not square. > > Still scrollbar image is appearing as very thin line,stretched image. > > Can you ple

Re: [android-developers] Android group

2010-10-10 Thread Rocky
welcome to android-dev group, but for expertise need to do hard work in reading, writing app On Thu, Oct 7, 2010 at 6:43 AM, karthik wrote: > Hi, > I am a beginner in writing Android apps and would like to be a part of > the group to get a more in depth understanding. > > regards, > Karthik > >

Re: [android-developers] Advertising network

2010-10-10 Thread Rocky
hey go thr the inmobi.com, they r mob adv company. --Rakesh kumar Jha On Thu, Oct 7, 2010 at 9:00 PM, Bruno Rørdam wrote: > Hello everyone, i want to add promotion in my app to get earn money in > this way. What is your experience with this? which advertising network > would you recommend? > >

Re: [android-developers] Re: scrollbar drawable not appearing properly

2010-10-10 Thread kavitha b
Hi Kumar, I am using image with rectangle dimension only. It is not square. Still scrollbar image is appearing as very thin line,stretched image. Can you please provide me example of such? Thanks Kavitha On Sun, Oct 10, 2010 at 10:04 PM, Kumar Bibek wrote: > I am not sure, but I think you s

Re: [android-developers] HelloWorld.... now what?

2010-10-10 Thread Rocky
Hey, go through the java code, xml code, and try to understand the flow, and replace hello world to ur customize text, then go through the developer.android.com for there u may find lots of example, try to run them. On Fri, Oct 8, 2010 at 3:13 AM, Joshua Germon wrote: > I've just started here. I

[android-developers] Re: Creating a .jar Library

2010-10-10 Thread Vinay S
-->When I run, the classes are unresolved so I crash. (null exception...) Did you add the jar into your library? and in your build path? -vinay On Oct 9, 5:39 am, JoeSchmoe wrote: > Do I have to do anything special to create a .jar library with > Android?  I'm simply creating an Android Project

Re: [android-developers] HelloWorld.... now what?

2010-10-10 Thread Frank Weiss
A very simple first step is to modify the HellloWorld app in some minor way. But, yeah, not having a neat idea for an application is nearly as bad has having a great idea, but not knowing how to program. Hope that cheers you up. -- You received this message because you are subscribed to the Goog

Re: [android-developers] startService an unusual way results in a a NullPointerException

2010-10-10 Thread TreKing
On Thu, Oct 7, 2010 at 7:54 AM, vitamoe1.6 wrote: > Any ideas? Show the stack trace? - TreKing - Chicago transit tracking app for Android-powered

[android-developers] Re: Host not resolved issue

2010-10-10 Thread pramod.deore
Provide Logcat output. On Oct 11, 10:00 am, Rajesh Pelluru wrote: > Hi, >      If i try to open connection forhttp://localhost:5001using > HttpURLConnection in my android app, i am getting host not resolved issue in > my android emulator. > Internet connection is working in my emulator and I am a

[android-developers] Re: [USSD] Any API's or code flow ?

2010-10-10 Thread Atul Raut
Hi, Any pointers to this will help in understanding USSD code flow. -Atul On Fri, Oct 8, 2010 at 6:10 PM, Atul Raut wrote: > Hi Jagdish > > >> : is there java file which are being used for USSD call? > > > No RIL.java is used to handled the USSD call. > > -Atul > > > On Fri, Oct 8, 2010 at 4

[android-developers] Writing to disk

2010-10-10 Thread kypriakos
Hi all, with the emulator I can create directories via my apps and populate them with files (ex. /sdcard) - it seems that I have kind-of "root" privileges (set by the entry in the manifest file). with the real device I am finding out that this is not possible (??). Would the only space that my ap

Re: [android-developers] posibility of Video calls in android

2010-10-10 Thread nagaraj attimani
the CSD based video telephony engine exists in opencore that is 2-way engine. On Fri, Oct 8, 2010 at 5:12 PM, Narendra Bagade wrote: > Does android support video calls? > > Is any api is there to achive video call? > Please need help ,on which version of android os video calls are possible. > >

[android-developers] Host not resolved issue

2010-10-10 Thread Rajesh Pelluru
Hi, If i try to open connection for http://localhost:5001 using HttpURLConnection in my android app, i am getting host not resolved issue in my android emulator. Internet connection is working in my emulator and I am able to browse the web sites using my emulator. I tried below options 1. Cr

Re: [android-developers] Re: No Texting While driving .....

2010-10-10 Thread nimish khandelwal
Sir i find speed but still i m unable to stop texting on that speed. how could i do that?? i try to lock the keypad on on Key*() methods but i cant lock the home key and endCall keys.. so is there any way to stop user from texting.. Thanks Rachana On Sun, Oct 10, 2010 at 2:21 AM, Lance Nanek w

[android-developers] Re: Regarding Image View

2010-10-10 Thread Indicator Veritatis
Well, of course it is possible. It is also possible to sit on a hedgehog, but I would not recommend that either;) You really need to define your question better. I strongly recommend reading http://www.catb.org/esr/faqs/smart-questions.html before posting to this thread again. For as it is, the th

[android-developers] Custom Scroll bar

2010-10-10 Thread guru sagar
Hi, Is there any chance of making Scroll bar like this by using existing android's Scroll view s Thanks, sagar -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-dev

[android-developers] Re: Cross-Compiling bash for Android using toolchain - compile errors. Please help.

2010-10-10 Thread andrew_esh
There is already a shell on android. Bash is overkill, since we don't usually spend a lot of time processing data or developing within the shell running on the phone. Usually I pull files off the phone and use bash on my Linux development machine (where there is CPU and storage space available) to

[android-developers] Re: How to close all activities in Activity stack and start a new one

2010-10-10 Thread Indicator Veritatis
The "Nope, sorry" response from Dianne was her overly terse way of saying that you cannot implement this feature, since it is not supported -- nor is it likely to ever be supported. Why? Because it is not according to the design of the Activity lifecycle. Indeed: 9 times out of 10, when a develope

[android-developers] Re: Application Testing Group anyone?

2010-10-10 Thread metal mikey
I think you'll find that most developers don't have enough hours in the day to get their own work done, let alone your work (or the work of others). Also, you get what you pay for: if you pay nothing, don't expect much. You may not get a response from people in this group if it were to be setup, or

[android-developers] BroadcastReceiver not working for Car Dock

2010-10-10 Thread zachariahyoung
I'm trying to write a program to send an email when the phone is placed in the car dock. I have create a Android Project with no Activities. Below is the one class I have created. It just has a Toast so I can see that it is working. Below is the code which I think is correct. package com.demo.

Re: [android-developers] Application Testing Group anyone?

2010-10-10 Thread xiaoxiong weng
This seemed a good idea On 2010-10-10 5:30 PM, "Sanjay Parekh" wrote: Would anyone be interested in setting up an application testing group where various beta apps could be tested by individuals on DIFFERENT phone models to help ensure the stability of new apps + provide concise feedback to the

[android-developers] Streaming buffer problem

2010-10-10 Thread Charlie
Hi all, I am trying to store the content of a streaming to a buffer array and then a file and try to play from the file. The problem now is the buffer cannot store the input stream. My code is something like this: private void saveStreaming() throws IOException{ InetAddress inetAddres

[android-developers] Re: multicast working on some routers, not others

2010-10-10 Thread kimknapp48
Sorry if I wasted bandwidth. I see that this is the HTC Hero problem already reported. Since the router at the house does not have IGMP, it does not look for the join message and the Hero works ok there. On Fri, Oct 8, 2010 at 3:28 PM, Kim wrote: > i am developing an app that will control a mult

[android-developers] Re: Advertising network

2010-10-10 Thread dm1973
Google "Mobclix payment problems". They just got bought out so things might be changing. The initial numbers they give you are also way optimistic. Before you get (if you get paid) they often drop 20-30%. YMMV On Oct 10, 7:01 pm, Miguel Morales wrote: > From the little bit of research I plan to u

[android-developers] Implement clock widget using pictures as numbers, and getting user location

2010-10-10 Thread Dosa
Hi everyone, I'm trying to code a clock widget in Android 1.5 for my application, which uses images as the numbers, and updates every second. I'm hoping to have the clock widget extend the View class, so it can be used directly in the layout.xml files. I need some help/tutorials on getting started

Re: [android-developers] Re: Problem setting focus

2010-10-10 Thread Mark Murphy
That definitely smells like a bug. Glad you have a workaround, though. On Sun, Oct 10, 2010 at 8:36 PM, John Gaby wrote: > I decided to try using a ViewAnimator, and I discovered that it works, > unless I remove the current view before displaying the new one.  If I > do that, then it behaves the

Re: [android-developers] Re: What's on earth the SAX Parser changes between 2.1 and 2.2

2010-10-10 Thread Jun Jiang
Ok, I wrote it in english, hoping it can be read by more people who have the same issues, if some one has the problem, they will read it carefully regardless the poor syntax. Apparently, you are not. My test code is aimed to work on both 2.1 and 2.2, which have different implementation of SAX, 1.6

[android-developers] Re: Singleton object with context?

2010-10-10 Thread Zsolt Vasvari
I always just bite the bullet and pass Context as an argument. Yes, it's a bit more typing, but it's safer and besides, that's how most of the Android API's work. On Oct 11, 3:19 am, Mark Murphy wrote: > On Sun, Oct 10, 2010 at 2:44 PM, Chuck Lega wrote: > > I often run into the following dilem

[android-developers] Re: Problem setting focus

2010-10-10 Thread John Gaby
I decided to try using a ViewAnimator, and I discovered that it works, unless I remove the current view before displaying the new one. If I do that, then it behaves the same way as before. This got me to thinking that there must be something I can do to make it work even if I remove the old view

[android-developers] Re: Anybody experiencing a boost in sales since opening up to other countries?

2010-10-10 Thread William Ferguson
SpyMyApp tracks downloads rather than sales. See http://androidblogger.blogspot.com/2010/10/spy-my-apps-application-for-developers.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+PlanetAndroidCom+%28Planet+Android%29&utm_content=Google+Reader On Oct 9, 4:40 pm, JonFHancock wrot

Re: [android-developers] Re: Problem setting focus

2010-10-10 Thread Mark Murphy
It is possible you are running into an Android bug. Calling setContentView() repeatedly is certainly supported, but AFAIK it's a bit off the mainstream, and so there may be lingering issues. If your goal is simply something that works, consider using a ViewAnimator (e.g., ViewSwitcher) as a contai

Re: [android-developers] Re: Custom DatePickerDialog

2010-10-10 Thread Mark Murphy
On Sun, Oct 10, 2010 at 6:45 PM, Derek Winstead wrote: > I am still new to Android and Java in itself. How would I create a > subclass of a class? Do I make a class the extends the DatePicker or > does it implement the DatePicker? Or is it done totally different. You would do something like this:

Re: [android-developers] Android group

2010-10-10 Thread Miguel Morales
You don't need to be part of a group to get in-depth understanding. The only way you more understanding is by studying, reading, and getting experience. On Sun, Oct 10, 2010 at 2:40 PM, Kumar Bibek wrote: > Welcome > > On Thu, Oct 7, 2010 at 6:43 AM, karthik wrote: >> >> Hi, >> I am a beginner i

[android-developers] Re: How to pause game on pop-ups.

2010-10-10 Thread Lance Nanek
The Activity should be getting an onWindowFocusChanged(false) call. On Oct 7, 12:42 pm, Tim Wright wrote: > Dear All, > > I am working on an application and I want to be able to detect when a > pop-up (e.g Charger notification, task switcher or the dialog that > pops up when you hold the power bu

[android-developers] Re: http POST request problem

2010-10-10 Thread dashman
List params = new ArrayList(); params.add(new BasicNameValuePair("A", "B")); even an empty params works fine. but as soon as i add en entry - it fails to response code 400. the weird thing is i copied this code verbatim from the c2dm android sample app - of course i could have

[android-developers] Re: Buying numbers vs developing numbers

2010-10-10 Thread DanH
So long as it works long enough for me to retire ... On Oct 10, 1:27 pm, Kostya Vasilyev wrote: > I think it was shown - by the NASDAQ crash in March 2000 - that this > particular economic model does not work for too long... :) > > -- > Kostya Vasilyev --http://kmansoft.wordpress.com > > 10.10.20

Re: [android-developers] Architectural question

2010-10-10 Thread Miguel Morales
You have a couple of options for communicating with a service. You can either create an AIDL interface to communicate via pre-defined methods. (This is usually necessary if your service is running in another process.) If your process is running in the same process then you can simply communicate

[android-developers] Re: Accessing the apk-signing certificate from inside the program

2010-10-10 Thread DanH
Supposedly you can fetch your public keys from PackageInfo.signatures. (Should only be one if the package is only signed once.) (Yeah, I know -- key != signature, but I have it from the Highest Authority that that interface returns the keys.) On Oct 7, 10:58 am, BGraversen wrote: > Hi. > > I've

Re: [android-developers] Advertising network

2010-10-10 Thread Miguel Morales
>From the little bit of research I plan to use MobClix because I heard it generates the most revenue and it's the easiest to set up. But I haven't used them just yet. I'd like to hear what other people recommend as well. On Thu, Oct 7, 2010 at 8:30 AM, Bruno Rørdam wrote: > Hello everyone, i wa

[android-developers] Re: Moderators: Where did my post go?

2010-10-10 Thread Tim S
I've found that they can be VERY slow at times. I had a post that it took them a week to finally get around to approving! On Oct 8, 3:39 am, Jonas Schwertfeger wrote: > 24 hours ago I posted a message with the subject > "View.computeScroll(): How to implement it correctly?". It was never > publi

Re: [android-developers] Moderators: Where did my post go?

2010-10-10 Thread Miguel Morales
Sometimes, posts are published in batch. You might have to wait 24 hours for them to pop up. Also, make sure you use the gmail interface to use this group. I've heard the web interface is broken. On Fri, Oct 8, 2010 at 1:39 AM, Jonas Schwertfeger wrote: > 24 hours ago I posted a message with t

Re: [android-developers] Can any one help me to break large Html file to small html files in java

2010-10-10 Thread Miguel Morales
This should be absolutely easy to do using javascript. Not sure why you need help with something so basic. On Thu, Oct 7, 2010 at 5:41 AM, santhu wrote: > Hi all, > > >                  Presently am displaying html file in web view and my > emulator size 1024*600. if the html file is large then

[android-developers] Uninstall survey results

2010-10-10 Thread Curran
When I uninstall apps from my phone, I get a survey come up asking for a reason as to why the app was removed. Is there any way I can get hold of these results for my app, because I think they'd be quite useful and it seems silly for the dev not to? -- You received this message because you are su

Re: [android-developers] Re: Android Web Server

2010-10-10 Thread Miguel Morales
I'd much rather package an MQ client library like RabbitMQ with my android application and avoid the overhead of HTTP/Web server and communicate via lightweight packets using an always open socket. I suspect this is how C2DM works. On Thu, Oct 7, 2010 at 11:16 PM, % rm wrote: > We had apache web

Re: [android-developers] Flash games for Android is it possible?

2010-10-10 Thread Miguel Morales
You might be able to create an application with a WebView in which you embed your flash game. Or you might be able to create an application which simply launches the browser to the page specified. Although I really doubt any but the simplest flash game will be playable in Android. On Thu, Oct 7,

Re: [android-developers] http POST request problem

2010-10-10 Thread Brad Gies
Need to see how you are setting the params to have any idea of how to help. My guess is that you are sending an invalid parameter and the server is refusing the connection because of that. Sincerely, Brad Gies --- Bistro Bo

[android-developers] Re: Custom DatePickerDialog

2010-10-10 Thread Derek Winstead
Thanks for the info Mark. I am still new to Android and Java in itself. How would I create a subclass of a class? Do I make a class the extends the DatePicker or does it implement the DatePicker? Or is it done totally different. Thanks, Derek On Oct 1, 2:27 pm, Mark Murphy wrote: > On Wed, Sep

[android-developers] Re: Problem setting focus

2010-10-10 Thread John Gaby
I have a put together a very simple program which exhibits this behavior. Run the following program and then do the following 1) Click in the edit control of the first page which should bring up the soft keyboard 2) Using the soft keyboard type 'aaa' 3) Click the 'Press This' button 4) The view s

Re: [android-developers] Running static analysis on an Android device

2010-10-10 Thread xiaoxiong weng
Hm I might help if I have time On 2010-10-10 5:42 PM, "daniela" wrote: Hi, I am working on a university project which should be completed in 2 months. The aim of the project is to classify Android apps as secure or less so. I am hoping to achieve this by statically analysing apps after they are

[android-developers] Re: "Hello android "

2010-10-10 Thread Brion Emde
That sounds like your emulator has not completely started up. When you start an emulator the very first time, it can take a very long time to completely initialize. On Oct 9, 1:39 pm, Lahoucine MOUDNI wrote: > Hello everybody > > Im a beginner in Android platform, i read docs about Android ,i ins

Re: [android-developers] Re: where to browse the source code of Android

2010-10-10 Thread Jared Rummler
For most apps in source its: packages/apps/the_app_you_want_to_check_out/src/package_name/some_java_file.java On Oct 8, 2010 9:32 PM, "cindy" wrote: > one more silly question, if I know I want to view a class, such as > MediaPlayer, how could I find it for those git files? > > Thanks > > Cindy > >

Re: [android-developers] ArrayList in Custom View??

2010-10-10 Thread Mark Murphy
Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your error. On Sat, Oct 9, 2010 at 6:40 AM, Dancing Fingers wrote: > Hi guys, > I'm writing my own custom view, a keyboard, which I think the > ArrayList in the keyboard view is

Re: [android-developers] sort in sql

2010-10-10 Thread Mark Murphy
You would have to ask that question to whoever wrote the content provider you are querying. On Sat, Oct 9, 2010 at 12:30 PM, ohad srur wrote: > hello.. > > why the sort order doesn't work ? it compiles ok > > DataBase.DATE - is long number in the db , it's not working also for > integer and strin

Re: [android-developers] startForeground() - No notification required

2010-10-10 Thread Mark Murphy
On Sat, Oct 9, 2010 at 9:48 AM, Ravi Singh wrote: > I have a "Remote Service", which I am starting at Bootup of the > emulator. Why? > How can I set my service as a foreground service without using any > notification. You don't. A Notification is required. -- Mark Murphy (a Commons Guy) http:

Re: [android-developers] When using LocationManager.requestLocationUpdates, do I need a WakeLock?

2010-10-10 Thread Mark Murphy
On Fri, Oct 8, 2010 at 9:54 AM, iamnoah wrote: > I'm trying to get a definitive answer to this question: > http://stackoverflow.com/questions/3814852/android-when-using-locationmanager-requestlocationupdates-do-i-need-a-wakelock > > Assuming that I receive an RTC_WAKEUP alarm in a broadcast receiv

Re: [android-developers] GidView with row span

2010-10-10 Thread Mark Murphy
On Fri, Oct 8, 2010 at 10:20 AM, cody wrote: > I looking for a layout / GridView to position views on, > each view should span only one column but one or several rows. > I'd be glad if anyone could help! There are no layouts or containers in Android that directly offer that pattern. For example,

Re: [android-developers] writing Events into Google Calendar in Android failed

2010-10-10 Thread Mark Murphy
On Fri, Oct 8, 2010 at 6:40 AM, Kapuddi wrote: > when I insert one new Calendar Event into Google calendar from my app, > the log message was given: > > 10-05 00:30:44.171: ERROR/DatabaseUtils(8479): Error inserting >

Re: [android-developers] How to connect internet in Android Emulator???

2010-10-10 Thread Mark Murphy
On Thu, Oct 7, 2010 at 2:17 PM, sagar borse wrote: > I dont know, how to connect internet in Android Emulator??? Run it on a development machine that has Internet access. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://tw

Re: [android-developers] Scrollbar

2010-10-10 Thread Mark Murphy
On Thu, Oct 7, 2010 at 2:20 AM, guru sagar wrote: > how to keep buttons on the scroll bar The scroll bar has no buttons in Android. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programm

[android-developers] frequent c2dm message request

2010-10-10 Thread jason hor
hi all, I had develop a app that allow user to request info from their phone based on chrometophone example. Everything is working well but i noticed that c2dm message only sent once to the device and subsequence c2dm will only reach phone after screen unlock. This make me annoy as my app require

[android-developers] [Problem] "Hello android "

2010-10-10 Thread Lahoucine MOUDNI
Hello everybody Im a beginner in Android platform, i read docs about Android ,i installed Eclipse with ADT plugin and i installed all avalible targets.After that i added Virtual devices ,i wanted test all this with "Hello android" App ,the code have no errors and when i execute it the emulator app

[android-developers] "IOException" in getFromLocation in android2.2

2010-10-10 Thread Nayab
Hi, I am getting "IOException" in getFromLocation function. I read its not working in previous andriod sdk releases. i am working on emulator.(Google API 8). this is the code. Geocoder

[android-developers] Live careers in Management work.

2010-10-10 Thread gaurav
Careers recruitments in Management work. Employments in Management careers. http://managementjobs.webs.com/pm.htm & http://jobscore.webs.com/executivemanager.htm -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

[android-developers] Google maps api update

2010-10-10 Thread Jesse
Any one have any information on whether or not there will be an update to the google maps api for android? Its woefully limited compared to the JavaScript version. No support for custom tile overlays, polygons or polylines etc. But it would seem that those features are all available in the officia

[android-developers] Sensor usage Battery drain

2010-10-10 Thread mustafazr
My app shows ridiculous high battery drain in the Android --> About Phone --> Battery Usage menu. > 75% all the time. Using spare parts, it seems all that usage is in the Sensor Usage. I've tried everything I could think of but can't debug why this is happening. One by one, I went ahead and commen

[android-developers] Re: Looking for help testing an app

2010-10-10 Thread pcmac77
downloading... On Oct 10, 1:04 am, Mike M wrote: > Hey everyone, > > I don't know if this is kosher, but I wanted to see if anyone would > want to test an app I built.  I don't want to release an app to the > market without getting out all the bugs I can, but I'm a lone > developer trying to buil

[android-developers] Java Tutorial to Retrieve a Friends Location - Latitude?

2010-10-10 Thread Chris Grant
I want to be able to retrieve my wife's location while she runs a marathon next week with an Android App I am writing. We can see each other fine on Google Maps Latitude. Is there a simple step-by-step tutorial out there that allows me to get her location via Latitude. I have been to Google Lati

[android-developers] Regarding Profiling of Codecs both on DSP side and ARM side.

2010-10-10 Thread Abhay Kumar
Hi, i wanna profile my codecs which is both on dsp side and arm side as well on system level. I am using gettimeofday() and system time and both are giving absurd result 5fps while i know my codec runs at 30fps. in stand alone my gettimeofday works just fine. How can i profile my codecs and on

[android-developers]

2010-10-10 Thread MYAR
-- 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 options, visit

[android-developers] I can not find that error in my development device but it raised when i upload my application to market

2010-10-10 Thread ehabkandeel
Dear all, I have tested my application on my development device and it is working fine but when i upload it to the market i find reports about some devices raise that bug can any one help me ? , is the number behinde which exist beside each line can help me ? , and how ? waiting.. java.lan

[android-developers] Contact API: Source of contact

2010-10-10 Thread Ruchu
In v 2.1, How can I find the source of the contact? -- 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+un

[android-developers] urgent, looking for developer's resources to recharge balance in a mobile via online

2010-10-10 Thread Istiaque Ahmed
Hello, I want to get the resources that will help me to build a web application so that I can send balance to any mobile sim from a web application. Balance can be trabsferred to any Mobile sim from a special kind of sim namely 'recharge sim'. this 'recharge sim' recharges balance to itself from

[android-developers] sort in sql

2010-10-10 Thread ohad srur
hello.. why the sort order doesn't work ? it compiles ok DataBase.DATE - is long number in the db , it's not working also for integer and string String[] projection = {DataBase._ID,DataBase.ID2,DataBase.DESCRIPTION, DataBase.DATE, DataBase.TYPE_OF_PAYMENT,DataBase

[android-developers] Running static analysis on an Android device

2010-10-10 Thread daniela
Hi, I am working on a university project which should be completed in 2 months. The aim of the project is to classify Android apps as secure or less so. I am hoping to achieve this by statically analysing apps after they are downloaded and (possibly) before they are installed. The analysis would b

[android-developers] ArrayList in Custom View??

2010-10-10 Thread Dancing Fingers
Hi guys, I'm writing my own custom view, a keyboard, which I think the ArrayList in the keyboard view is causing the application to quit in the emulator. public static ArrayList hexButtons = new ArrayList(); The application ran fine when I did setContentView(myKeyboardView); But I want to nest

[android-developers] Sensible Factoring

2010-10-10 Thread Jay
I am a school teacher, and I am starting work on an application for tracking some information about my students (whether or not they complete their homework each day). The implementation I am planning would be based on essentially three tables: Sections, Students, and HomeworkRecord. But it occur

[android-developers] multicast working on some routers, not others

2010-10-10 Thread Kim
i am developing an app that will control a multi-room audio system. I have implimented the following, which works fine on my own network at home (cable modem and D-Link DIR 855 router), but does not work on the office DSL Motorola modem/router. Our iPhone app and our Pronto ProntoScript app work at

[android-developers] Drawable resource image size.

2010-10-10 Thread billw
Hi, I am writing a GL app and, as such, am only loading drawable resources at the last second (right before they are rendered for the first time). The problem with this is that I need to know the size of the image before I get to the rendering portion of code. Ideally I would like to automatically

[android-developers] KSoap2 issues

2010-10-10 Thread Bryan
Hi, does anyone know how to use Ksoap2 to send out a body request with more than 1 element? I have been working on this for days, and cannot find a suitable response, but the issue is that ksoap2 can only support the use of a single parent element within the soap request body. Here is the snippet o

Re: [android-developers] where to browse the source code of Android

2010-10-10 Thread Jared Rummler
Github.com/android is always a nice option as well On Oct 8, 2010 6:12 PM, "cindy" wrote: > Hi All, > > Where could I browse the source code of Android? > > Thanks! > > Cindy > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post

[android-developers] startForeground() - No notification required

2010-10-10 Thread Ravi Singh
Hi, I have a "Remote Service", which I am starting at Bootup of the emulator. I want my service to keep running as a foreground service. For this, I am calling startForeground() from my service's onStartCommand(). I don't want any notifcation from the service. But startForeground() needs a notifica

  1   2   3   >