[android-developers] Re: How to download apk file through android application

2010-07-28 Thread saikiran n
On Wed, Jul 28, 2010 at 4:13 PM, saikiran n wrote: > Hi > Can we download apk file which is in internet using android application > I downloaded the pdf using the following program > try { > > URL url = new URL(imageURL); > File file = new File(fileName); > lon

[android-developers] How do i launch system clock from broadcast receiver?

2010-07-28 Thread scadaguru
I am trying to launch system alarm clock on some broadcast receiver. It always force closes. Any idea? Thanks, SGuru -- 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

Re: [android-developers] How to use shared pref in different application.

2010-07-28 Thread Mark Murphy
On Thu, Jul 29, 2010 at 1:39 AM, Sohan badaya wrote: > I actually just want to verify that either we can use shared pref. xml file > in different application or not. No, you cannot, unless: -- both applications are signed with the same application signing key, and -- both applications are set up

Re: [android-developers] Re: Jar in Jar

2010-07-28 Thread Mark Murphy
On Thu, Jul 29, 2010 at 1:33 AM, zohar lerman wrote: > I dont need to access members of the inner jar from outsize just from > my code that in the outer jar. > Is it possible or extracting is the only solution? For Android, extracting at compile time probably is the only solution. -- Mark Murph

Re: [android-developers] How to use shared pref in different application.

2010-07-28 Thread Sohan badaya
Hi, I actually just want to verify that either we can use shared pref. xml file in different application or not. Thanks, Sohan Badaya On Thu, Jul 29, 2010 at 4:06 AM, { Devdroid } wrote: > Why not use SD card > for that? > -- You received this message because you are subscribed to the Google

RE: [android-developers] Re: Stack trace Exception

2010-07-28 Thread anil
Ya .. Amit is right Create an avd for your target android platform. _ From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Amit Mangal Sent: Wednesday, July 28, 2010 6:28 PM To: android-developers@googlegroups.com Subject: Re: [andro

Re: [android-developers] config.properties

2010-07-28 Thread Mark Murphy
Rewrite or replace the 3rd party JAR. JARs that make assumptions about file locations are doomed on Android or any other non-traditional OS. On Thu, Jul 29, 2010 at 1:09 AM, kypriakos wrote: > > Hi all, > > in one of the 3rd party jars ( already compiled under Android) there > is a config.propert

Re: [android-developers] Re: How to zoom in/zoom out to ImageView

2010-07-28 Thread Sohan badaya
Hi, Thanks for reply. But i think it is possible, because it is already done in Gallery application. When we click on any image in gallery, it zooms. But i don't have that code. If anyone have any idea, please help me. Thanks Sohan Badaya On Thu, Jul 29, 2010 at 12:56 AM, Loki117 wrote: > hBas

[android-developers] Re: Jar in Jar

2010-07-28 Thread zohar lerman
I dont need to access members of the inner jar from outsize just from my code that in the outer jar. Is it possible or extracting is the only solution? On Jul 28, 7:06 pm, DanH wrote: > You can add a jar to a jar.  You just can't (easily) access members in > the inner jar without extracting it fi

[android-developers] Re: runQueryOnBackgroundThread on cursoradapter doesn't get called?

2010-07-28 Thread Zvi
Nevermind... Apparently simulator problem with 2.2 SDk. Works fine on the device. -- 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: UUID

2010-07-28 Thread moneytoo
There's not really a difference in UUID since you have to parse the string anyway. Check the BT chat sample to get to know the BT API. One last thing - it's always good to check if your server is correctly advertising UUID - by running sdptool browse/records on linux. On Jul 29, 4:10 am, perumal31

[android-developers] config.properties

2010-07-28 Thread kypriakos
Hi all, in one of the 3rd party jars ( already compiled under Android) there is a config.properties file that classes from the jar need to use. Smartly enough, the Android plugin packages this properties file at the right directoy path starting from the root directory. However, at runtime this fi

[android-developers] Re: Tab Content Overlaps Problem

2010-07-28 Thread Sasikumar.S
Thanks for your reply Richard. Below is my tabbar xml code. maintab.xml tab1.xml http://schemas.android.com/apk/res/android"; android:orientation="vertical"> tab2.xml http://schemas.android.com/apk/res/and

[android-developers] Re: helloandroid application is not getting displayed in emulator menu

2010-07-28 Thread Sarwar Erfan
Hi, Good day. You need to add proper intent filters to add the shortcut in menu and also to launch the activity. Open your "AndroidMenifest.xml", locate your Activity. Add the intent filters. MAIN is required to launch the activity. LAUNCHER is required to add it to the menu.

[android-developers] Re: LayoutInflator Error on ImageView

2010-07-28 Thread KG
Hm yeah. I just figured it out. The solution was to delete all the drawable folders and replace them with one simply called "drawable." It is working now.. dunno why it didn't before. Thanks for the replies. On Jul 28, 9:34 pm, Mark Murphy wrote: > On Thu, Jul 29, 2010 at 12:00 AM, KG wrote:

Re: [android-developers] Re: LayoutInflator Error on ImageView

2010-07-28 Thread Mark Murphy
On Thu, Jul 29, 2010 at 12:00 AM, KG wrote: > I knew that much. Sorry -- you didn't really indicate that in your original post. > Now what do you think is causing it?  That resource > is a PNG in res/drawable-nodpi. Off the top of my head, I have no idea. Somehow, it is thinking that you're put

[android-developers] Re: LayoutInflator Error on ImageView

2010-07-28 Thread KG
I knew that much. Now what do you think is causing it? That resource is a PNG in res/drawable-nodpi. On Jul 28, 4:41 pm, Mark Murphy wrote: > On Wed, Jul 28, 2010 at 7:17 PM, KG wrote: > > 07-28 23:15:48.662: ERROR/AndroidRuntime(3797): Caused by: > > android.content.res.Resources$NotFoundExce

[android-developers] Re: Licensing

2010-07-28 Thread William Ferguson
Al, I think there is a clear need in the market for a single app that brokers the licences for all market providers. If this could also include the official market all the better, but I think developers could live with two. As to guarenteeing the licencing service is available on the device, one

[android-developers] About android 2.1 contacts problem

2010-07-28 Thread Chris
Hi, all, When I edit new contact using Language except English and number. I find I can't delete this contact file. Does anyone know this problem? Thanks, Chris -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Re: Market crash report for threads

2010-07-28 Thread William Ferguson
if (catch Throwable) catches the Exception but (catch Exception) does not, then the underlying fault is an Error not an Exception. This should only have been thrown if the subsystem believes the whole system is unstable and the world should halt. See http://java.sun.com/javase/6/docs/api/index.htm

[android-developers] Re: broadcast any intent if new email is received

2010-07-28 Thread Mutturaj
Thanks Mark! Regards, Mutturaj On Jul 29, 11:14 am, Mark Murphy wrote: > On Wed, Jul 28, 2010 at 11:09 PM, Mutturaj wrote: > > IMAP email account is registered with 2 email accounts. > > > 1) Account1 > > 2) Account2 > > > First, are we able to differentiate which account has new email? > > >

Re: [android-developers] Re: broadcast any intent if new email is received

2010-07-28 Thread Mark Murphy
On Wed, Jul 28, 2010 at 11:09 PM, Mutturaj wrote: > IMAP email account is registered with 2 email accounts. > > 1) Account1 > 2) Account2 > > First, are we able to differentiate which account has new email? > > 1.       Is application informed by email client that there is a new > email. > > 2.  

[android-developers] Re: broadcast any intent if new email is received

2010-07-28 Thread Mutturaj
Hi, IMAP email account is registered with 2 email accounts. 1) Account1 2) Account2 First, are we able to differentiate which account has new email? 1. Is application informed by email client that there is a new email. 2. Can Application know the new email is from which account? R

[android-developers] Re: broadcast any intent if new email is received

2010-07-28 Thread Mutturaj
Hi, Is it possible to get EMAIL_RECEIVED broadcast for IMAP email account ?? Thanks, Mutturaj On Jul 29, 7:27 am, Wonneseufzer wrote: > I don't think this is possible at the moment. It may be possible, if > the Android Gmail-Application would fire an EMAIL_RECEIVED Broadcast > or so but i don

Re: [android-developers] Re: broadcast any intent if new email is received

2010-07-28 Thread Mark Murphy
On Wed, Jul 28, 2010 at 11:03 PM, Mutturaj wrote: > Is it possible to get EMAIL_RECEIVED broadcast  for IMAP email > account  ?? You would have to ask the developer of the email client. There is no email client in the Android SDK. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://g

Re: [android-developers] how to modify emulator launcher main screen?

2010-07-28 Thread Kill Bush
I have a question similar to yours.I have successfully changed the default launcher screen to other screen in the emulation.However it doesn't work in my demo board and from log information,the problem is that the screen id is not found as you. 2009/9/25 Ashwini > > hi, > > when emulator launc

[android-developers] UUID

2010-07-28 Thread perumal316
Hi All, I am writing an Bluetooth Server and Client application. My Bluetooth server will be J2SE application and client will be Android application. While trying to set up the communication using the UUID, I have noticed that in J2SE the UUID has to be in the following format in order to work: 0

Re: [android-developers] Sharedpreference info get overwritten each time I did a version update?

2010-07-28 Thread TreKing
On Wed, Jul 28, 2010 at 8:06 PM, Taylor Perkins wrote: > I think you are only supposed to know that you have your shared preferences > while the application is running. No, shared preferences is a simple way to store settings as key-value pairs across application restarts and upgrades. > Anyt

[android-developers] Re: Notification question

2010-07-28 Thread TreKing
2010/7/28 steven <117096...@qq.com> > Thank u,but you misunderstand me,it's not the Notification area,I want > to add views > above the "Clear notification" button,it's between status bar and the > "Clear notification"button, > it's not the Notification with costom remote views,I think. > I'll se

[android-developers] Widget problems after application update.

2010-07-28 Thread Subba
Application has widget which basically shows the number of new message count in the widget. Widget has title and Count.When application gets updated, widget title gets replaced with message count, and some times it shows problem loading widget. seems like R value not updated after app update. Howev

[android-developers] VideoView and SlidingDrawer problem

2010-07-28 Thread kivy
Hi there, I have a bit of a problem with a SlidingDrawer that I created and that should go over my VideoView. When the activity is opened for the first time you can see the slider above the video and when you tap it, it slides open. However, as soon as you close the slider it seems to disappear un

Re: [android-developers] Sharedpreference info get overwritten each time I did a version update?

2010-07-28 Thread Taylor Perkins
I think you are only supposed to know that you have your shared preferences while the application is running. Anytime the application is killed, you are supposed to assume that you don't have those preferences anymore. I think the docs say that if they are really that important then store them in a

[android-developers] Re: My experience with LVL and the precedence it sets

2010-07-28 Thread Zsolt Vasvari
Thanks for your answer, Xavier. > $NON-NLS is something specific to Eclipse that we do not use in Android. > Our convention for the android source code do not enforce the use of > this qualifier. > > As for importing java.lang.String, those 2 files have been created > automatically by aidl (see th

Re: [android-developers] My experience with LVL and the precedence it sets

2010-07-28 Thread Xavier Ducrohet
On Wed, Jul 28, 2010 at 4:45 PM, Zsolt Vasvari wrote: > I just tried integrating LVL into my app.  Some comments on this > process: > > I have my project set up so that compiler Errors/Warnings are almost > all set to Error level.  When I imported the LVL project, I got all > kinds of errors.  Mos

[android-developers] Menu text not showing in emulator

2010-07-28 Thread Chris Stewart
I've been using my phone to debug as I've been developing my application. Now that I'm finished I've been attempting to test it across the various emulators available to me, as I have no other devices. I've noticed that the menu for my application displays only the icon while running in the emula

[android-developers] Re: Android Market Licensing: Now Available!

2010-07-28 Thread Zsolt Vasvari
I just posted my toughts on the integration process in a separate thread on this forum, as I didn't want to hijack this one. It might be interesting read for some people: http://groups.google.com/group/android-developers/browse_thread/thread/d54f65beff467b26# -- You received this message becaus

[android-developers] card game samples or pointers

2010-07-28 Thread yves...@gmail.com
I am trying to write a card game, like Solitaire. I have never done this before. Is there any samples or pointers about how to do that? Simple card animation etc. Thanks in advanced. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

Re: [android-developers] Calling a MapActivity from another activity

2010-07-28 Thread Steve Howard
On Mon, Jul 26, 2010 at 10:44 AM, Pravin Parulekar wrote: > 07-26 23:03:20.259: WARN/dalvikvm(307): threadid=1: thread exiting > with uncaught exception (group=0x4001d800) > 07-26 23:03:20.397: ERROR/AndroidRuntime(307): FATAL EXCEPTION: main > 07-26 23:03:20.397: ERROR/AndroidRuntime(307): > java

Re: [android-developers] Re: Application is not licensed...

2010-07-28 Thread Trevor Johns
It doesn't need to be "published", but it does need to be uploaded to Android Market. (It can be in the "unpublished" or "draft" state.) This is because Android Market needs a way to look up the RSA key for the application, as well as the list of authorized testers. (Technical note: We return ERR

[android-developers] My experience with LVL and the precedence it sets

2010-07-28 Thread Zsolt Vasvari
I just tried integrating LVL into my app. Some comments on this process: I have my project set up so that compiler Errors/Warnings are almost all set to Error level. When I imported the LVL project, I got all kinds of errors. Mostly missing "this" qualifiers and $NON-NLS tags, but some of the e

Re: [android-developers] LayoutInflator Error on ImageView

2010-07-28 Thread Mark Murphy
On Wed, Jul 28, 2010 at 7:17 PM, KG wrote: > 07-28 23:15:48.662: ERROR/AndroidRuntime(3797): Caused by: > android.content.res.Resources$NotFoundException: Resource is not a > Drawable (color or path): TypedValue{t=0x1/d=0x7f020002 a=-1 > r=0x7f020002} > Any thoughts as to what's causing it? You

Re: [android-developers] Thoughts on this LenientPolicy implementation of an LVL Policy?

2010-07-28 Thread Trevor Johns
No, we could just store some key in the preferences to make sure that the preference file hasn't been blindly deleted. It's not perfect, it's just meant to be a deterrent. (If we're providing an initial grace period, we've already established that the application isn't highly concerned about the se

[android-developers] Re: broadcast any intent if new email is received

2010-07-28 Thread Wonneseufzer
I don't think this is possible at the moment. It may be possible, if the Android Gmail-Application would fire an EMAIL_RECEIVED Broadcast or so but i don't think it does. See http://code.google.com/p/android/issues/detail?id=3668 and http://developer.android.com/guide/appendix/g-app-intents.html o

[android-developers] LayoutInflator Error on ImageView

2010-07-28 Thread KG
Hi Everyone, I'm trying to inflate a custom layout from XML but there is an error in an ImageView. Here is the custom component: http://schemas.android.com/apk/res/android"; android:layout_height="wrap_content" android:layout_width="wrap_content" android:background="#

[android-developers] Automate testing web page within app using WebView

2010-07-28 Thread Anamika
Hi there, I'm trying to figure out way to automate testing of web page that our android app is rendering within application using Web View. Solo (Robotium) does not seem to have any accessibility to those controls within the page. Has anyone does this before and has an idea how to achiev

Re: [android-developers] Thoughts on this LenientPolicy implementation of an LVL Policy?

2010-07-28 Thread Mark Carter
How does that trip wire work? If the user clears the app data, then surely the only way you could tell is by storing something outside of the app's scope (like on the server or in the Market app). I'd be happy to contribute LenientPolicy. Actually modified it today so that it caches LICENSED and N

Re: [android-developers] Thoughts on this LenientPolicy implementation of an LVL Policy?

2010-07-28 Thread Trevor Johns
I was considering writing something like this into the library, but it wasn't a priority since I figured somebody would be able to defeat it easily (as you mentioned ;)). If you be willing to clean it up (add JavaDocs and JUnit tests) and sign a CLA, I'd be happy to accept it as a contribution for

[android-developers] Re: Application is not licensed...

2010-07-28 Thread sblantipodi
Do you know if the application must be published to try LVL on the emulator? My application is saved, but never published. On Jul 29, 12:01 am, Trevor Johns wrote: > Check the logcat output, there should be some hints in there to tell you why > the license check is failing. > > -- > Trevor Johns

Re: [android-developers] How to use shared pref in different application.

2010-07-28 Thread { Devdroid }
On 28 July 2010 15:28, Sohan badaya wrote: > Hi, > > I want to know how we can use shared pref in different application. You want to share something among apps? Why not use SD card for that? -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Re: Netbeans, nbandroid plugin and proguard...

2010-07-28 Thread sblantipodi
no luck. On Jul 27, 9:03 pm, sblantipodi wrote: > Hi, > is there someone who use netbeans with nbandroid plugins and can tell > me how to use proguard with it? > > Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gr

Re: [android-developers] listview row height

2010-07-28 Thread TreKing
On Wed, Jul 28, 2010 at 1:19 AM, Selvams wrote: > I just wanna know to set the Listview row height in android > This is just the height of the View shown in the row. - TreKing

Re: [android-developers] How to determine if the phone is powered by battery or by charger?

2010-07-28 Thread Mark Murphy
On Wed, Jul 28, 2010 at 6:06 PM, Agus wrote: > How to determine if the phone is powered by battery or by charger? Call registerReceiver(null, new IntentFilter(Intent.ACTION_BATTERY_CHANGED)). That will return the last Intent of that type that was broadcast. There are extras in there to indicate t

Re: [android-developers] Notification question

2010-07-28 Thread TreKing
On Wed, Jul 28, 2010 at 7:36 AM, steven <117096...@qq.com> wrote: > but I cant't find the APIs to do this Be honest - you didn't try very hard, did you? Two clicks: http://developer.android.com/reference/android/app/Notification.html#contentView

Re: [android-developers] How to determine if the phone is powered by battery or by charger?

2010-07-28 Thread { Devdroid }
On 29 July 2010 00:06, Agus wrote: > How to determine if the phone is powered by battery or by charger? http://developer.android.com/ got search. If you put "battery" there you will get closer to the answer. -- You received this message because you are subscribed to the Google Groups "Android D

Re: [android-developers] Re: Market crash report for threads

2010-07-28 Thread Leigh McRae
Thank you for taking the time to respond. The only reason I catch Throwable is that the code is shared with BlackBerry and catching Throwable will generate a stack trace where Exception won't It's some kind of optimization. I just tried wrapping the exception in RuntimeException and it works

[android-developers] How to determine if the phone is powered by battery or by charger?

2010-07-28 Thread Agus
How to determine if the phone is powered by battery or by charger? -- 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 androi

Re: [android-developers] Re: Free trial and payed apps... How to switch from...

2010-07-28 Thread TreKing
On Wed, Jul 28, 2010 at 11:30 AM, sblantipodi wrote: > Can't understand how google convinced people (me included) loosing time > developing on it. > I don't remember anyone from Google convincing me to do anything ... I believe I'm free to develop for Android if I want, and if I don't like it, I

Re: [android-developers] Application is not licensed...

2010-07-28 Thread Trevor Johns
Check the logcat output, there should be some hints in there to tell you why the license check is failing. -- Trevor Johns On Wed, Jul 28, 2010 at 10:27 AM, sblantipodi wrote: > Hi all, > I'm trying the code sample bundled with LVL library... > > I builted that code into my software changing t

[android-developers] Re: external camera on zoom3 board

2010-07-28 Thread RichardC
You will probably have more chance of an answer in http://groups.google.com/group/android-porting On Jul 28, 2:50 pm, rekha wrote: > Hi, > > I am new to android. right now i am working on zoom3(3630) board with > android os. > Board having one built-in camera with /dev/video5. i want to connect

[android-developers] Re: Tab Content Overlaps Problem

2010-07-28 Thread RichardC
Can you show us the layout file for the problem activity? On Jul 28, 2:14 pm, "Sasikumar.S" wrote: > Hi, > > In my app the i have 3 tabs. When i try to change the tab, the tab > content overlaps. > > Same as the below image > > http://i.imgur.com/7iaVS.png > > Any Suggestion to resolve from this

[android-developers] Re: WebView in ListView

2010-07-28 Thread Ken
Thanks for the reply guys. At the end I ditched the listview and replaced with a webview. So now instead of using a listview with numerous webviews, I have one webview with bunch of DIVs rendering the individual contents. That works our well. -- You received this message because you are subscribe

[android-developers] Re: Google Maps IDEA - Add on App

2010-07-28 Thread RichardC
That is excatly what happens on my phone (HTC Magic). With GPS enabled (but not on) starting Google Maps starts the GPS and leaving Google maps stops it. Have you disable the GPS in the phone settings ? On Jul 28, 4:34 pm, acromie wrote: > Hey for all you developers out there - > > I will keep

[android-developers] Re: Market crash report for threads

2010-07-28 Thread William Ferguson
The stacktrace you are seeing is that raised by executing Assert#fail. It is not your original Exception. 1) You should probably not be catching Throwable. Catch the explicit checked exception thrown by m_TheGame#load() 2) If you want your original Exception to get propagated wrap it in a Runtime

Re: [android-developers] Re: Android Market Licensing: Now Available!

2010-07-28 Thread Trevor Johns
A third-party obfuscator is not strictly required, but it certainly adds an additional level of security. We even mention it in our developer docs: The LVL provides a full Obfuscator implementation called AESObfuscator that > uses AES encryption to obfuscate data. You can use AESObfuscator in your

Re: [android-developers] Re: Licensing

2010-07-28 Thread Trevor Johns
On Tue, Jul 27, 2010 at 11:54 PM, Ken wrote: > it's very new and i just notice it this morning. i want to know how > google handle something like dns fraud? > > for example, if google is connecting to licensing.google.com for > licensing checking, what if the one manually point the host name to >

Re: [android-developers] Re: Using SharedPreferences.editor from OnSharedPreferenceChange listener

2010-07-28 Thread { Devdroid }
Thanks for all the answers. In meantime I realised I was modifing sharedprefs directly (and it probably worked) but since I was still on preferences activity all the values were in the prefs UI objects so instead of writting to prefs directly I shall rather update values in prefs UI objects. Did no

Re: [android-developers] Create Screen Size Independent Android Applications

2010-07-28 Thread { Devdroid }
On 28 July 2010 09:21, Nivedita wrote: > How do I manage multi-screen resolutions in Android ? http://developer.android.com/guide/practices/screens_support.html > I tried placing the buttons above the image view and it worked > properly for HVGA and QVGA. > Please let me know how can I handle

Re: [android-developers] API 1.5 to API 2.1

2010-07-28 Thread { Devdroid }
On 28 July 2010 09:33, Muhammad Ali wrote: > Hi All, > >    I am working on an application which targets the 1.5 to 2.2 sets, > my problem is that I am using different resolution images with > drawables-* folders and it is not supported by the API 1.5, suggest me > what should I do? Read the manu

[android-developers] Creating a InputMethod for bluetooth keyboard

2010-07-28 Thread Sunil
Hello Everyone, I've connected a bluetooth keyboard with my android device and I'm able to use it. I've also added an InputMethod called BluetoothInput which extends the InputmethodService and i'm able to see it in the InputMethod list on long pressing a textview. However, I would like to use t

[android-developers] HOT Requirement for: Biz Talk Devceloper in Houston, TX 6-12 Months

2010-07-28 Thread Ajay - Gain America, Inc.
Hi, We have a hot opening for... Position: Biz Talk Developer Location: Houston, TX Duration: 6-12 Months Job Description: -This industry leader has an immediate opening for a Senior Biz Talk Developer. -This Ideal candidate will have experience migrating Biztalk 2002

[android-developers] Using Android code

2010-07-28 Thread dfbs
I'm planning on using code/icons derived some Android framework code in an upcoming release of my app; what is the appropriate way to do this? It seems I need to include a NOTICE file somewhere in the app, do I need to make it something the user can see? The stuff that I'm using will be a few grap

[android-developers] How to pass geopoint location to Google turn-by-turn navigation

2010-07-28 Thread Ethan V. Mateja
I am trying to pass location data from my application to the Google Navigation API (No, not the browser). I can pass data to the dialer, and call a phone number successfully, but now wish to use the turn-by-turn navigation as an additional function. I have searched tirelessly through Android

[android-developers] Google Maps IDEA - Add on App

2010-07-28 Thread acromie
Hey for all you developers out there - I will keep this short - I would like it when I open my Google Maps it automatically turns on my GPS and automatically turns it off when I close Google Maps! Makes a TON of sense to me - and could be a simple feature to add on as an App I would think? PLEAS

[android-developers] helloandroid application is not getting displayed in emulator menu

2010-07-28 Thread Evan Hackborn
I am trying to built my first app in Android problem :helloandroid application is not getting displayed in emulator menu . but this app is getting instaled , i am able to uninstall the application from emulator. settings>applications>manage applications>com.helloandroid its size is showing 20.0

[android-developers] Re: Emulator 2.1 & 2.2 reverse geocoding not available

2010-07-28 Thread Ismo Laitela
I'm also experiencing 0 results with level 7. Trying to feed address' coordinates obtained from maps.google.com also returns 0 results while on device the same app is finding address on every run. -- You received this message because you are subscribed to the Google Groups "Android Developers" gr

[android-developers] Re: Bluetooth RSSI during inquiry

2010-07-28 Thread Abdo Emhmed
On Wed, Jul 28, 2010 at 11:42 AM, Abdo Emhmed wrote: > Hi everbody > > I have worked hard in the preparation of the program used to collect > rssi in Bluetooth, during inquiry at Bluetooth adapters, under windows > XP3 platform, through analysing the widcomm stack but without > interest, please if

[android-developers] Re: Intercepting incoming call

2010-07-28 Thread Brisssou
any luck? Intent answercall = new Intent(Intent.ACTION_ANSWER); startActivity(answercall); seems so nice... On Jun 16, 12:04 pm, Kartic wrote: > Hi, > > I am making a Phone app and would like to intercept both incoming call > and outgoing call events. > > My query is regarding ACTION_ANSWER. >

[android-developers] Bluetooth RSSI during inquiry

2010-07-28 Thread Abdo Emhmed
Hi everbody I have worked hard in the preparation of the program used to collect rssi in Bluetooth, during inquiry at Bluetooth adapters, under windows XP3 platform, through analysing the widcomm stack but without interest, please if anyone has the ability to prepare this program for me. I am will

[android-developers] video audio recording without display issue

2010-07-28 Thread pramod
Hi to all, We tried the following code.without video code audio is recorded. it is working fine but when add the video code the file is create with zero bytes.I am new to this topic.please help me. i got some errors.these are after the code the code is : public class videoAudio extends Activity

[android-developers] Tab Content Overlaps Problem

2010-07-28 Thread Sasikumar.S
Hi, In my app the i have 3 tabs. When i try to change the tab, the tab content overlaps. Same as the below image http://i.imgur.com/7iaVS.png Any Suggestion to resolve from this ?.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

[android-developers] Re: Video streaming from Android

2010-07-28 Thread Ivarref
Hello, you can use the FFmpeg library for this, but you have to code against it, not just use it from the command line as far as I know. You basically need to get a video decoder from a full sample file, then use that video decoder to decode the raw stream. Then you won't need the moov atom (since

[android-developers] Dynamically creating list on button click

2010-07-28 Thread jeffrey neville
I am trying to make a class schedule that looks something like this __ [_EditText_] [addClass Button][addTime Button][addBuilding Button]

[android-developers] subclassing SurfaceView and overriding onDraw() to change SurfaceView parameters to generate preview of desired size

2010-07-28 Thread AndroiDev
I have subclassed the SurfaceView and instantiating it in onCreate of the Activity. The preview is generated but the control never enters onDraw() which is overriden in the subclass of SurfaceView. Why is that? class ActivityClass extends Activity{ onCreate(){ mPreview = new Preview(t

Re: [android-developers] Re: Licensing

2010-07-28 Thread Al Sutton
That would mean the 3rd party system would need to run a service on the device which tends to be unpopular with users and isn't reliable unless the application embeds the service code. I know from experience many users buy apps through AndAppStore, install the client, download the app, then uni

[android-developers] broadcast any intent if new email is received

2010-07-28 Thread Mutturaj
Hi all, How to broadcast an intent if new email is received Regards, Mutturaj -- 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, sen

[android-developers] Re: Signup for C2DM ?

2010-07-28 Thread Silas
Here is some appengine and client code that I saw in the ChrometoPhone extension. This will certainly help http://code.google.com/p/chrometophone/source/browse/#svn/trunk/appengine On Jul 23, 12:14 am, Jamie wrote: > I'm kinda of glad that I"m not the only one in this boat.  But still > sad that

[android-developers] broadcast any intent if new email is received

2010-07-28 Thread Ajj
Hi all, Do any one know how to broadcast any intent if new email is received Regards, Ajj -- 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 thi

[android-developers] Notification question

2010-07-28 Thread steven
I want to add views to the places above the Notification area when touch Notification ,but I cant't find the APIs to do this,how can I do? Is it available? Thank u -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] external camera on zoom3 board

2010-07-28 Thread rekha
Hi, I am new to android. right now i am working on zoom3(3630) board with android os. Board having one built-in camera with /dev/video5. i want to connect external camera through usb hub for the board. there i enabled usb hub through g_zero.ko module and got the kernel messages as one usb hub has

[android-developers] Tab Content Overlaps Problem

2010-07-28 Thread Sasikumar.S
Hi, In my app the i have 3 tabs. When i try to change the tab, the tab content overlaps. Same as the below image http://i.imgur.com/7iaVS.png [image: http://i.imgur.com/7iaVS.png] -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Need info in Thai ID3

2010-07-28 Thread Niki
Can any one tell me how to add ID3 suport for thai characters... ie.., ISO-8859-11 support -- 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 gr

[android-developers] Can Bitmap native resources be recycled by Garbage Collector?

2010-07-28 Thread Gerald
Hi, folks For Java objects, GC can free those objects that are not used any more. For native resources, such as Bitmap image data (not Java Bitmap objects), which are allocated using native code (C/C++, etc), can they be recycled as well? Or I MUST call Bitmap.recycle() to free the resource

Re: [android-developers] Opengl ES 2.0 camera setup

2010-07-28 Thread 김유섭
Hi, Also I tried to find that api in opengl es 2.0, but could not. Finally, I find a utility api that made by another guy. It will be helpful for you. http://www.opengles-book.com/OpenGL_ES_Programming_Guide_iPhone_v1.0.0.tar.gz Actully, that source code is not java, just objective-C and C.

[android-developers] Re: Licensing

2010-07-28 Thread Ken
it's very new and i just notice it this morning. i want to know how google handle something like dns fraud? for example, if google is connecting to licensing.google.com for licensing checking, what if the one manually point the host name to his server which can providing fake licensing result? Re

[android-developers] API 1.5 to API 2.1

2010-07-28 Thread Muhammad Ali
Hi All, I am working on an application which targets the 1.5 to 2.2 sets, my problem is that I am using different resolution images with drawables-* folders and it is not supported by the API 1.5, suggest me what should I do? I am very thankful to you all guys :). Yours, Ali Hassan --

[android-developers] listview row height

2010-07-28 Thread Selvams
I just wanna know to set the Listview row height in android . I used imageview inside the list. every row contains 3 items (2 textview and 1 imageview)... Is there any way to do this... Need ur help -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Re: Licensing

2010-07-28 Thread Ken
It's very new and I just notice it this morning. I want to know how google handle something like DNS fraud. If the app connect to licensing.google.com for licensing checking, what if the user point the host name to his server which can provide fake licensing result? Regards, Ken On 7月28日, 下午1時58

Re: [android-developers] Re: What is the URI for the Contacts content provider on Samsung phones? ActivityNotFoundException:

2010-07-28 Thread Dmitri Plotnikov
The code appears to be correct - it is supposed to work on any Android phone :-( However, calling it for result does not really make sense. It is supposed to launch the activity and that's that - no result will be returned. If you need to user to pick a contact from the list, do this instead: n

[android-developers] Re: Two way contact sync

2010-07-28 Thread Kwisatz
Be aware that until now (2.2), there is no way to customize the Contact UI for creating and editing your custom contact. So, that pretty much defeats the purpose of synchronizing back to the server since you can't edit the contact on the device. Unless you have your own Contacts application or do s

[android-developers] Re: I'm done with development, how do i publish my apk

2010-07-28 Thread jb
Thank you for the information. On Jul 28, 8:57 am, Joseph Earl wrote: > Sadly, Android Market does not currently have provisions for large > applications. > If you need large data, you'll have to store it on your own web-server > and download it to the SD card on first run (via HTTP or possibly >

  1   2   3   >