[android-developers] Re: need help

2011-11-02 Thread Divyata Panchal
plz help me. i want to add an option to contact inflate when long pressing any contact number from contact list... On Nov 1, 5:14 pm, TreKing treking...@gmail.com wrote: On Mon, Oct 31, 2011 at 11:16 PM, Divyata Panchal panchal.divyat...@gmail.com wrote: is it possible to change default

[android-developers] Re: Showing notification dialog over a incoming call

2011-11-02 Thread Sunil Mishra
Hi, The log - 11-02 11:25:57.706: ERROR/AndroidRuntime(339): FATAL EXCEPTION: main 11-02 11:25:57.706: ERROR/AndroidRuntime(339): android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@44e7d968 is not valid; is your activity running? 11-02

Re: [android-developers] Re: Showing notification dialog over a incoming call

2011-11-02 Thread Francisco Dalla Rosa soares
when a call comes, your activity goes to background and the phone app's activity becomes active. You're trying to show a dialog that is tied to a activity that's not running at the moment, thus the error. Toasts don't have these strong ties to the activity showing them. that's why it works.

[android-developers] Re: ViewPager in a ListView - how to lock the scrolling axis?

2011-11-02 Thread Zsombor
Found a solution by overriding the onInterceptTouchEvent() of ListView, here it goes: ... @Override public boolean onInterceptTouchEvent(MotionEvent ev) { //Call super first because it does some hidden motion event handling boolean result =

[android-developers] How to find which drawable folder is being used??

2011-11-02 Thread Shashidhar
Hi, Is there a way to find which drawable folder images are currently used when I run my application. I mean, say when I run my app on Nexus-one phone, I want to know which drawable folder images are used on the UI. I have 3 separate folder and each having the same set of images with different

Re: [android-developers] Re: Fwd: Want to send cookie with Json RPC

2011-11-02 Thread kapnkore
I didnt understood how it explains to set in json rpc ,i dont have much idea i am new to this Please check following code URL serverURL = null; try { serverURL = new URL(webURL); } catch (MalformedURLException e) { // handle exception... }

[android-developers] Re: Activity creation order after kill

2011-11-02 Thread Assaf
Update - Answer to 2 is Yes. On Oct 27, 6:48 pm, Assaf assaf.sas...@gmail.com wrote: As I now understand, Android will start the top-most activity even after killing the process due to resource shortage. (seehttp://groups.google.com/group/android-developers/browse_thread/threa... ) My root

[android-developers] Re: Activity creation order after kill

2011-11-02 Thread Belvedere Computer Services
packageandroid.app goes through the entire application load remover giving several places to put code ~ you just implement the methods - how a:b:c call chain would be manages is startActivityForResult copy-paste from the search result for that term is Activity | Android Developers To do this,

[android-developers] LED Button

2011-11-02 Thread Navindian
I need a button or text box which shows the status in different colors. which control matches to this as close asap. -- 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

[android-developers] Re: Showing notification dialog over a incoming call

2011-11-02 Thread Sunil Mishra
Thanks Francisco for the explanation. Is there any possibility of doing so? any work around? On Nov 2, 11:18 am, Francisco Dalla Rosa soares soa...@argo.bz wrote: when a call comes, your activity goes to background and the phone app's activity becomes active. You're trying to show a dialog

Re: [android-developers] Starting Google Analytics session when application goes to background

2011-11-02 Thread Aki
GA is not part of the SDK, so you're going to be hard-pressed to get a good answer here. Try the GA documentation and see if there is a forum or user group. I'll try anyway. I have gone through the documentation, couldn't find anything useful. The GA documentation doesn't really focus on

[android-developers] how to install my apk file into android mobile with eclipses?

2011-11-02 Thread venugopal reddy
Hi friends, how to install my apk file into android mobile with eclipses? pls help 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,

[android-developers] PPI (pixel per inches) of PNG file in Android - How to change (or create the new one)

2011-11-02 Thread Trung Nguyen Thanh
How to change PPI of an image in Android. Everytime i try to create new bitmap and save to SD Card, PPI of that image alway is 72. Im stuck with this problem for a week. Someone give me a HINT please :) -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] how to install my apk file into android mobile with eclipses?

2011-11-02 Thread Michael Banzon
Under normal circumstances you should be able to plug your phone into the computer and just click Run in Eclipse. On Wed, Nov 2, 2011 at 8:57 AM, venugopal reddy venugopal.re...@tspl.com wrote: Hi friends, how to install my apk file into android mobile with eclipses? pls help me -- You

[android-developers] Re: how to install my apk file into android mobile with eclipses?

2011-11-02 Thread Trung Nguyen Thanh
open CMD and go like this: 1. Cd to your platorm-tools folder. 2. run adb install D:\yourapp.apk Note: - Your apk is placed at D:\ - You must connect your device first. - Dont open any emulator On Nov 2, 2:57 pm, venugopal reddy venugopal.re...@tspl.com wrote: Hi friends, how to install my

[android-developers] Re: Zooming Polygons: Can i know if the polygon borders are reaching the borders of the screen?

2011-11-02 Thread saex
Please, can you explain how to do it? i am a week trying to do it and searching in google for examples/tutorials/help and i still find the way thanks On Oct 31, 5:04 pm, TreKing treking...@gmail.com wrote: On Mon, Oct 31, 2011 at 9:46 AM, saex elpablos...@gmail.com wrote: I want to show a

[android-developers] Re: Zooming Polygons: Can i know if the polygon borders are reaching the borders of the screen?

2011-11-02 Thread saex
Please, can you explain how to do it? i am a week trying to do it and searching in google for examples/tutorials/help and i still can't find the way thanks On Oct 31, 5:04 pm, TreKing treking...@gmail.com wrote: On Mon, Oct 31, 2011 at 9:46 AM, saex elpablos...@gmail.com wrote: I want to

[android-developers] Re: Best way to communicate between two applications (on the same device)?

2011-11-02 Thread Ali Chousein
I would suggest creating services and binding to them. Binding to services is the way to make interprocess communication in Android. http://developer.android.com/reference/android/app/Service.htmlhttp://developer.android.com/guide/topics/fundamentals/services.html

[android-developers] Re: Sudden rash of license check failures in LVL. Anyone else?

2011-11-02 Thread Pent
I had one yesterday. Since I didn't have any for the preceeding 18 months, I guess you can call that a rash. Pent -- 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

[android-developers] ContactsContract.Contacts.Photo API level

2011-11-02 Thread Anthony
I am trying to implement the retrieve thumbnail example on this page: http://developer.android.com/reference/android/provider/ContactsContract.Contacts.Photo.html The listed API level is 5. However, Eclipse reports the error 'PHOTO cannot be resolved or is not a field' until the target API level

[android-developers] Application is available for 0 devices

2011-11-02 Thread Dmitry Karymov
After submitting of new app (com.mcf.strip_club) we see 0 devices in console, and no compatible phones on Market. The main info is below (I can be incorrect in some terms since I see them not in English): API Level: 7-14+ Supported screens: small-xlarge OpenGL Textures: all Code Version: 1

[android-developers] Share Audio file(.mp3) via Facebook, Email, SMS/MMS

2011-11-02 Thread Kartik Domadiya
-1 down vote favorite share [fb] share [tw] I have an audio(.mp3) file and some information related to it. I want to share with Facebook, E Mail, SMS/MMS etc.. What i have done is : when user clicks on Share Button, it pops up list of all supported apps that can handle this Intent. But this

[android-developers] Get URI of .mp3 file stored in res/raw folder in android

2011-11-02 Thread Kartik Domadiya
vote 2 down vote favorite 1 share [fb] share [tw] I have many .mp3 files stored in res/raw folder. I am getting URI of .mp3 file using following code. Uri.parse(android.resource:///com.my.android.sharesound/+resId); This returns : android.resource:///com.my.android.sharesound/ 2130968609 Now

Re: [android-developers] Abridged summary of android-developers@googlegroups.com - 100 Messages in 70 Topics

2011-11-02 Thread Michael Schweisthal
-- 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] Playing in memory WAV file

2011-11-02 Thread Joey Studwell
I've been reading quite a bit and I can't find a great answer, but it seems like what I want to do should be pretty simple. I have a WAV stored as a byte array, read from a database. I want to play it when a button is presssed. Is there a simple way to do that? This article seems promising,

[android-developers] Get the URI of audio files(.mp3) stored in raw folder

2011-11-02 Thread Kartik Domadiya
I want to send .mp3 file via mail (using share intent). I have tried the following code : Intent share = new Intent(Intent.ACTION_SEND); share.setType(*/*); share.putExtra(Intent.EXTRA_STREAM,Uri.parse(android.resource:// com.my.android.package/+resId)); startActivity(Intent.createChooser(share,

[android-developers] [In App Purchase] Service still Alive/ Keep Running After Tasks Kill

2011-11-02 Thread android_hkray
According to the documentation of Google In App billing, http://developer.android.com/guide/market/billing/billing_overview.html Apps will receive a pending intent to launch UI interface of the Checkout upon REQUEST_PURCHASE . I found 3 problems that confused a lot. 1.) After starting and

[android-developers] passing values from service to activity

2011-11-02 Thread Firzan Gulam
hi friends...!!! my application consist a A activity[activity consist a one ListView] and S service, the working of service is to get the data from a remote server database in a String format. now my problem is how i retrieve String from Service to Activity??? plz plz help me ...!!! :sad: --

[android-developers] Stagefright: unable to set frame rate

2011-11-02 Thread Johnny
hi, I have an application streaming video from the device to a remote computer. When trying to set the frame rate I keep getting: ERROR/StagefrightRecorder(131): Failed to set frame rate to 15 fps. The actual frame rate is 30 The code I use is: video = new MediaStreamer();

Re: [android-developers] AlertDialog + setMultiChoiceItems + cursor, oh my!

2011-11-02 Thread Jake Wilson
Mind explaining what you did? How did you pass the cursor into the OnMultiChoiceClickListener() method? -- 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

[android-developers] Ringtone and TTS

2011-11-02 Thread Thiago
Hi, I´m developing an application that should read the contact name. I already created the BroadcastReceiver to receive the incoming phone call, and already created the service that 'speak' the contact name (using TTS). But I´m getting an issue that I have no idea how to fix it. When the phone

[android-developers] Regarding Bluetooth pairing and connection

2011-11-02 Thread wiki
Hello Guys, I have a requirement where we want to let our application handle the pairing and connection done the same way as the process achieved via Phone's Bluetooth settings screen. So it is evident that we can use only SPP with Android 2,2 But is there a way if I wanted to conencted to a

[android-developers] Does android originally support Oma download?

2011-11-02 Thread nicefuture
Hi, all When I use originally android browser to download Oma dd file, seems it did not support, and moto, htc' phone' browser can recognize the Oma dd file, and process based on oma download rule. My question is does android originally support Oma download? Or must oem develop it by self?

[android-developers] how to register the JAR into Android system and make it work?

2011-11-02 Thread Nicefuture
I meet a problem for JAR in android. 1. I create a new folder and add some java file and .mk file to compile the JAR file, it can successfully compiled and output into /system/frameworks. 2. Then, in my Client apk, I just import the package name, and found it compiled failed,

[android-developers] Change the label for the ProgressBar in ListFragment

2011-11-02 Thread Dauntless
I'm using SDK12. When my ListFragment doesn't have an adapter yet, it shows an indeterminate progressbar and the text Loading How can I change this text? I asked a few people, and they said that (fe) the ACL only has the progressbar and no label. The current ListFragment documentation also

[android-developers] Re: TCP Socket communication between C# and Android

2011-11-02 Thread serene
From the .net socket , canu try to send the message with a new line character at the end of message. ?? On Nov 1, 1:39 pm, Tonez apires...@gmail.com wrote: Hi Everyone, I have a .net c# application acting as a server listening on a particular port, and an Android app that I'm building acting

[android-developers] Does Gmail used C2DM?

2011-11-02 Thread Quiel
Does Gmail, Contacts and Calendar uses C2DM to do push? The above is not open source app, but some one may know the answer. -- 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] Client-Server application (possibly using ADB for USB as well)

2011-11-02 Thread flip66
I am new to Java and Android programming. I have created a few very small Client-Server programs on my PC, but am having issues doing it with my android device. I am trying to use the same server piece from my preview program that listens to port 8001. When I use the same client code from my

[android-developers] AIDL with Map generating broken Java

2011-11-02 Thread randyv2
I have an AIDL written as follows: interface IGameInterfaceResult { void success(out Map result); } In the generated .java file, I see this being generated: _arg0 = new java.util.Map(); This leads to my project having errors because Map can't be instantiated. This seems like a bug in

[android-developers] how to display a 3d model imported on to the screen

2011-11-02 Thread manne
Hi, can u please give me an idea about how to make my model visible on the screen after loading it using an ObjLoader. ex: model = ObjLoader.load(glGame, cube.obj); Regards, Manne -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] HID Keyboard on Android 2.2

2011-11-02 Thread Udayan U
Hello All, I have been trying to get a USB HID keyboard working on an Android 2.2 and Android 2.3 tablet. I connected my device to a PC and the device was enumerated as ADB device, this was visible in the Eclipse environment. The logcat was providing me logs of the events on the tablet. I was

[android-developers] View reuse in android viewpager

2011-11-02 Thread Vaibhav Mishra
I have a viewpager with nearly 200 pages inside it and each page can have a webview or imageview so it is a pretty heavy and maybe because of this performance is very bad, I understand viewholder pattern in android listivew can in some sense be applied in this situation to facilitate view

[android-developers] Install apk file

2011-11-02 Thread Subanand Thiruppathirajan
I have developed an Android application integrated with Facebook. Can anyone please let me know if the apk files for the dependent project com_facebook_android will be automatically included if I export the main application in Eclipse. Should the apk files for facbook be separately on the target

[android-developers] How to support WAP PUSH SI/SL/CO by OEMs

2011-11-02 Thread xiaodong mao
By default, Mms apk in Original Android did not support SI/SL/CO Wap push receive/display/management. if OEM want to support it, what should they do?? I found for SI/SL/CO Wap push, seems the broadcasting intent only contain the Raw Push content, Does Android framework provide some publich API to

[android-developers] How to Add OMA Download support in Browser by OEMs

2011-11-02 Thread xiaodong mao
When I use originally android browser to download Oma dd file, seems it did not support, and moto, htc' phone' browser can recognize the Oma dd file, and process based on oma download rule. My question is does android originally support Oma download engine in framework and public the API? when

[android-developers] How to dynamic Plug-in JAR in Android system

2011-11-02 Thread xiaodong mao
I meet a problem for JAR in android. 1. I create a new folder and add some java file and .mk file to compile the JAR file, it can successfully compiled and output into / system/frameworks. 2. Then, in my Client apk, I just import the package name, and found it compiled failed, cannot

Re: [android-developers] ExpandableListView expand/collapse question

2011-11-02 Thread Kostya Vasilyev
You're not updating your data structure from a non-UI thread, are you? Other than that, make sure your getView never returns null - doing so will cause a crash inside obtainView:

[android-developers] Play content of phone on PC browser

2011-11-02 Thread Sunil Mishra
Hi, I have developed a app that lists all the available media files on the phone. But i am unable to play that content on web browser. Any way to do this? Please help, its urgent. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: Showing notification dialog over a incoming call

2011-11-02 Thread vinay kumar mj
Hi Sunil, I think you should use BroadcastReceiver API for this. 2011/11/2 Sunil Mishra suniljmis...@gmail.com Thanks Francisco for the explanation. Is there any possibility of doing so? any work around? On Nov 2, 11:18 am, Francisco Dalla Rosa soares soa...@argo.bz wrote: when a call

Re: [android-developers] Re: Showing notification dialog over a incoming call

2011-11-02 Thread vinay kumar mj
Hi Sunil, I think you should use BroadcastReceiver API for this.Below link may helpfull. http://thinkandroid.wordpress.com/2010/02/02/custom-intents-and-broadcasting-with-receivers/ Hi Sunil, I think you should use BroadcastReceiver API for this. 2011/11/2 Sunil Mishra

[android-developers] bypass android Error dialogs

2011-11-02 Thread Jey
Hi all, can we show our custom dialog's when any exception occurs? i can catch the exception with help of UncaughtExceptionHandler but i need to disable error dialogs -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: date and time

2011-11-02 Thread leigh8347
The peice of code im using to disply the date and time is as follows datetime.toString() but like i said this does not update regards On Nov 2, 12:02 am, Lew lewbl...@gmail.com wrote: leigh8347 wrote: im [sic] making an app that writes to a .txt file and at the end of each save i want to

[android-developers] About Quick Action Dialog

2011-11-02 Thread Bishan
I have created a Quick Action Dialog after reading article on http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/. Now i'm trying to display data on this Quick Action Dialog which retrieved from sqlite database as a list. how can i do this? how could implement list on Quick

[android-developers] Re: Get the URI of audio files(.mp3) stored in raw folder

2011-11-02 Thread Kartik Domadiya
Finally after searching a lot i found the solution. If you want to get any resource URI then there are two ways : Using Resource Name Syntax : android.resource://[package]/[res type]/[res name] Example : Uri.parse(android.resource://com.segf4ult.test/drawable/ icon); Using

[android-developers] Re: Get the URI of audio files(.mp3) stored in raw folder

2011-11-02 Thread Kartik Domadiya
Finally after searching a lot i found the solution. If you want to get any resource URI then there are two ways : Using Resource Name Syntax : android.resource://[package]/[res type]/[res name] Example : Uri.parse(android.resource://com.segf4ult.test/drawable/ icon); Using

[android-developers] Cannot install a release build

2011-11-02 Thread cipher_neo
I have built a really simple android app, that I can install on the S2 when I do a debug build (which is the default build when you select build in netbeans using the nbandroid plugin). When I do a release build however, the app will not install. I did a logcat and the following is the output

Re: [android-developers] Re: date and time

2011-11-02 Thread Robert Slama
try add follow line before format to string : date.setTime(System.currentTimeMillis()); r^ On 2 November 2011 10:44, leigh8347 leigh8...@aol.com wrote: The peice of code im using to disply the date and time is as follows datetime.toString() but like i said this does not update regards

Re: [android-developers] Parsing JSON data using JSONTokener shows nothing ...

2011-11-02 Thread Ashish Tiwari
Tried JSONObject object = new JSONObject(json); but result is same ... -- 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

Re: [android-developers] bypass android Error dialogs

2011-11-02 Thread Mark Murphy
If you have the default uncaught exception handler, and do not re-raise the exception, no error dialogs should appear except your own. On Wed, Nov 2, 2011 at 6:21 AM, Jey jp9894562...@gmail.com wrote: Hi all,            can we show our custom dialog's when any exception occurs? i can catch

Re: [android-developers] Re: Zooming Polygons: Can i know if the polygon borders are reaching the borders of the screen?

2011-11-02 Thread TreKing
On Wed, Nov 2, 2011 at 3:35 AM, saex elpablos...@gmail.com wrote: Please, can you explain how to do it? Nope, sorry, haven't needed to do this kind of stuff for quite some time. This is really not Android specific. Some math or game development sites might suit you better.

Re: [android-developers] About Quick Action Dialog

2011-11-02 Thread Mark Murphy
Quick action dialogs like the ones you link to are not designed for displaying information, but rather to give the user rapid access to an array of actions to take against something. Please use some other UI model for displaying a list of output. On Wed, Nov 2, 2011 at 6:53 AM, Bishan

Re: [android-developers] How to dynamic Plug-in JAR in Android system

2011-11-02 Thread Mark Murphy
Please visit http://source.android.com, click on the Community tab, find a Google Group relevant for your firmware questions, and ask there. This list is for developing with the Android SDK. On Wed, Nov 2, 2011 at 5:43 AM, xiaodong mao nicefut...@126.com wrote: I meet a problem for JAR in

Re: [android-developers] How to Add OMA Download support in Browser by OEMs

2011-11-02 Thread Mark Murphy
Please visit http://source.android.com, click on the Community tab, find a Google Group relevant for your firmware questions, and ask there. This list is for developing with the Android SDK. On Wed, Nov 2, 2011 at 5:37 AM, xiaodong mao nicefut...@126.com wrote: When I use originally android

Re: [android-developers] How to support WAP PUSH SI/SL/CO by OEMs

2011-11-02 Thread Mark Murphy
Please visit http://source.android.com, click on the Community tab, find a Google Group relevant for your firmware questions, and ask there. This list is for developing with the Android SDK. On Wed, Nov 2, 2011 at 5:35 AM, xiaodong mao nicefut...@126.com wrote: By default, Mms apk in Original

Re: [android-developers] AIDL with Map generating broken Java

2011-11-02 Thread Mark Murphy
Try switching to: Map success(); It may be that Map does not support out properly. I have never used the out keyword in AIDL, as it leads to scary programming (relying on side-effects applied to parameters). On Mon, Oct 31, 2011 at 9:52 PM, randyv2 randythech...@gmail.com wrote: I have an AIDL

[android-developers] Error in window format

2011-11-02 Thread cipher_neo
I have a strange error in my app with regards to setting a window format. It only happens on a samsung galaxy s, but it doesn't happen on the S2. I/dalvikvm(24119): DexOpt: illegal method access (call Landroid/view/Window;.setDefaultWindowFormat (I)V from Landroid/view/c;) I/dalvikvm(24119):

Re: [android-developers] how to register the JAR into Android system and make it work?

2011-11-02 Thread Mark Murphy
Please visit http://source.android.com, click on the Community tab, find a Google Group relevant for your firmware questions, and ask there. This list is for developing with the Android SDK. On Tue, Nov 1, 2011 at 10:39 AM, Nicefuture nicefut...@126.com wrote: I meet a problem for JAR in

Re: [android-developers] Does Gmail used C2DM?

2011-11-02 Thread Mark Murphy
I suspect that the answer is yes, at least for Gmail. As you indicate, we do not know for certain. On Tue, Nov 1, 2011 at 1:45 AM, Quiel quieldeguz...@gmail.com wrote: Does Gmail, Contacts and Calendar uses C2DM to do push? The above is not open source app, but some one may know the answer.

Re: [android-developers] Does android originally support Oma download?

2011-11-02 Thread Mark Murphy
Please visit http://source.android.com, click on the Community tab, find a Google Group relevant for your firmware questions, and ask there. This list is for developing with the Android SDK. On Tue, Nov 1, 2011 at 10:46 PM, nicefuture nicefut...@126.com wrote: Hi, all When I use originally

Re: [android-developers] Starting Google Analytics session when application goes to background

2011-11-02 Thread TreKing
On Wed, Nov 2, 2011 at 2:51 AM, Aki arnab...@gmail.com wrote: Apparently iOS provides some way to detect the application-going-to-background state (not sure though, never used iOS, but read something related to it in StackOverflow) . I think it is a good feature. Any reason why Android

Re: [android-developers] passing values from service to activity

2011-11-02 Thread Mark Murphy
Use a Messenger passed over via an Intent extra to the service. Or a PendingIntent passed over via an Intent extra to the service, such as the one returned by createPendingResult(). Or broadcast an Intent that is picked up by a BroadcastReceiver registered by your activity. On Tue, Nov 1, 2011 at

Re: [android-developers] Re: need help

2011-11-02 Thread TreKing
On Wed, Nov 2, 2011 at 1:03 AM, Divyata Panchal panchal.divyat...@gmail.com wrote: i want to add an option to contact inflate when long pressing any contact number from contact list... What have you tried thus far?

[android-developers] Re: Showing notification dialog over a incoming call

2011-11-02 Thread Sunil Mishra
Hi Vinay, I tried the same application that is given in that link, but i am unable to produce the results. Can u please cross check whether it is working or not. On Nov 2, 3:18 pm, vinay kumar mj vinay.andr...@gmail.com wrote: Hi Sunil, I think you should use BroadcastReceiver API for

[android-developers] Issue while using android.support.v4.jar compatibility library

2011-11-02 Thread pop
I am trying to modify an app (core app) using the android provided library: android.support.v4.jar. Have included the jar and set the build path. Still while I compile it throws me the above error. Seems to be like the app uses proguard to obfuscate and It actually excludes some of the library

[android-developers] Back key handling with ActivityGroup in TabView

2011-11-02 Thread piyu
Hi, In my application I am adding activity group in my Tab content to open new activities in same tab. And in onKey handling inside tab child activity calling popView() method of activity group witch is having track of all child activities of that tab. This case is working fine if tab child

[android-developers] Re: Back key handling with ActivityGroup in TabView

2011-11-02 Thread arnouf
You must set a tag to know which view / tab is displayed. You could use onBackPressed() method and check which tags is active and display or not your popView. -- 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: speech recording

2011-11-02 Thread ktuluceng
hi, Again me :) ı correct my code and new code is here ; package Uygulamalarim.Sesdeneme; import java.io.IOException; import android.app.Activity; import android.media.MediaRecorder; import android.os.Bundle; import android.os.Environment; import android.view.View; import

[android-developers] Re: Showing notification dialog over a incoming call

2011-11-02 Thread arnouf
When you say that you're unable to produce the results...what happens exactly. Did you set good permission and action to catch in your AndroidManifest xml file ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Application in memory card

2011-11-02 Thread kalandar
hi friends, Is there a way to install app in android external memory? or all application will only install in internal memory? please give me some idea about it... regards, kalandar -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Get the URI of audio files(.mp3) stored in raw folder

2011-11-02 Thread arnouf
I don't know why you add in /res/raw, but maybe it could more interesting to put these files in assets. Maybe you can set a specific name building your shareintent. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Install apk file

2011-11-02 Thread arnouf
When you generate the file the FB ressources files will be added in your apk. -- 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

Re: [android-developers] Application in memory card

2011-11-02 Thread Mark Murphy
http://developer.android.com/guide/appendix/install-location.html On Wed, Nov 2, 2011 at 8:11 AM, kalandar kasimk...@gmail.com wrote: hi friends,      Is there a way to install app in android external memory?      or all application will only install in internal memory?      please give me

[android-developers] Re: how to install my apk file into android mobile with eclipses?

2011-11-02 Thread arnouf
first, check your phone in Application parameters if you accept : debug connectio (in developers section) and if you set your phone to accepte unknown source. If your device is known by eclipse you can see it in DDMS perspective, you must install drivers (windows) or change your udev file

[android-developers] Changing the icon for the All Apps Button

2011-11-02 Thread erik wagner
Hi, I am looking to actually replace the 'All Apps' button on the Android home screen. I know there is the Home sample app, as near as I can tell (and please correct me if I'm wrong) it overlays a separate home button on top of the existing one - instead of actually replacing it. Is there a way

Re: [android-developers] Changing the icon for the All Apps Button

2011-11-02 Thread Mark Murphy
On Wed, Nov 2, 2011 at 8:28 AM, erik wagner erik.j.wag...@gmail.com wrote: I am looking to actually replace the 'All Apps' button on the Android home screen.  I know there is the Home sample app, as near as I can tell (and please correct me if I'm wrong) it overlays a separate home button on

Re: [android-developers] Parsing JSON data using JSONTokener shows nothing ...

2011-11-02 Thread Ashish Tiwari
I fixed that problem, by using this, String json = {+ name:\ashish\, + message:\hey see this\, + place:\gurgaon\, + date:\aaj ka date hai \ + }; Thanks for your suggestion. -- You

[android-developers] Printing From Android Device

2011-11-02 Thread Andriod Developer
Hello Friends, Thanks in advance, I want print doc from my android device/emulator This apps should be generic i.e. Any kind of printer device will be able ti print from mobile apps. Please tell me How i can ? -- You received this message because you are subscribed to the Google Groups

[android-developers] How does the gluProject function work? I can't understand it

2011-11-02 Thread saex
I need to show a square polygon with the 100% of the width of the screen, then, i supose that i must zoom it (with Z axis) until the polygon borders are tounching the screen borders. I'm trying to achieve this using gluProject to project a coordinate in 3D into a 2D screen coordinate. If the

Re: [android-developers] Printing From Android Device

2011-11-02 Thread Summers Pittman ℝ
Did you look at the Google Cloud Print API? http://code.google.com/apis/cloudprint/ If you have a 3.1 device you may be able to do something with the new USB Host mode support and plug into a printer directly. Summers Pittman Phone:912 293 2314 Java is my crack. On Wed, Nov 2, 2011 at 8:40

Re: [android-developers] Play content of phone on PC browser

2011-11-02 Thread Summers Pittman ℝ
Why is it urgent? When you ask about the web browser, are you referring to the phone's web browser or the web browser on a PC playing content off the phone? Why can't you play media from the application listing files? Summers Pittman Phone:912 293 2314 Java is my crack. On Wed, Nov 2, 2011

[android-developers] Re: Changing the icon for the All Apps Button

2011-11-02 Thread erik wagner
Gotcha. Thanks Mark. That was both what I expected and what I feared. On Nov 2, 7:33 am, Mark Murphy mmur...@commonsware.com wrote: On Wed, Nov 2, 2011 at 8:28 AM, erik wagner erik.j.wag...@gmail.com wrote: I am looking to actually replace the 'All Apps' button on the Android home screen.  

Re: [android-developers] Starting Google Analytics session when application goes to background

2011-11-02 Thread Aki
I know. I just hoped that there would be something to make my life easier. Thanks for the reply. -- 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

[android-developers] Re: How does the gluProject function work? I can't understand it

2011-11-02 Thread Oli Wright
You may be better off asking this question on an OpenGL list / forum. Have you tried the forums at opengl.org? -- 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

[android-developers] ltl doubt

2011-11-02 Thread bhanu prasad
Is it possible to develop an application with two manifest xml files Thanks in advance!!! could u had done ever?? -- 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

Re: [android-developers] ltl doubt

2011-11-02 Thread Robert Slama
no way u can have just one manifest in apk On 2 November 2011 13:22, bhanu prasad bhanu4ug...@gmail.com wrote: Is it possible to develop an application with two manifest xml files Thanks in advance!!! could u had done ever?? -- You received this message because you are

Re: [android-developers] Best way to communicate between two applications (on the same device)?

2011-11-02 Thread Kristopher Micinski
I guess I should have asked before, but why do you need two applications. I think the answer when people ask this is typically that if they think they need two separate apps, they're going down the wrong road. Kris On Tue, Nov 1, 2011 at 4:28 PM, Boozel boozelcl...@gmail.com wrote: Thanks for

[android-developers] Re: Change PPI (pixel per inches) of PNG file in Android

2011-11-02 Thread Streets Of Boston
What is the problem? The PNG is still the same size (in pixels).Only some piece of meta-data (the PPI) has changed. Why must the PPI of the image stay the same? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: AIDL with Map generating broken Java

2011-11-02 Thread Streets Of Boston
What if you use *Bundle *instead (which is basically a Map implementation that implements Parcelable as well). -- 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 does the gluProject function work? I can't understand it

2011-11-02 Thread Latimerius
If all you need is to zoom a quad why don't you just glScale() it? Moving the quad along the z axis will sure work but it seems like the hard way to achieve this. Sure, scaling and moving along z will not get you the *exactly* same result, however I doubt anybody could appreciate the slight

[android-developers] Re: Best way to communicate between two applications (on the same device)?

2011-11-02 Thread Streets Of Boston
- If you want just to send a message to another app, *without expecting *a result, use Intents on one app (and a BroadcastReciever on the other app). - If you want to send a message to another app, while *expecting *a result, but this result could be sent back later

  1   2   3   >