[android-developers] Playing an audio file during a call

2009-01-30 Thread Mak
I want to accept incoming calls and play an audio file for the caller. Is there a possibility of playing an audio file during a phonecall, so that the caller hears a wav- file? It seems to me that nothing is possible during a phone call since release 1.0. Hope this is getting better in the next

[android-developers] Re: Audio chat

2009-01-30 Thread gunar
Thanks for the responses, guys! I found something on this project here: http://source.android.com/roadmap/cupcake Do you know when this cupcake patch will be released? Best regards! gunar On Jan 29, 9:05 pm, Dave Sparks davidspa...@android.com wrote: This is not really possible with 1.0 SDK.

[android-developers] Anybody having trouble accessing https://dl-ssl.google.com/android/eclipse/ - ie the eclipse / android integration plugin ?

2009-01-30 Thread Richard Green
I can't seem to get anything back from https://dl-ssl.google.com/android/eclipse/ - even accessing from a browser just gives a 404. Is it just me ?!?! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] the picture appl, comes under which which android package project?

2009-01-30 Thread jj
The picture(which show all pictures on device camera as well as sdcard) appl, comes under which which android application(package) project? [e.g camera is one package appl project or another is contact application] thank you --~--~-~--~~~---~--~~ You received

[android-developers] Return image uri from camera

2009-01-30 Thread Bamboo
Is it possible to call the native camera from an activity and return an image uri of the photo that has been taken? There is something very similar which works for the gallery and I was hoping that there was a similar camera implementation.. Intent intent = new Intent();

[android-developers] Leaked window in PreferenceActivity

2009-01-30 Thread AusR
Hi, I've created a set of preference screens building on the tuts on androidguys. My preference XML contains nested PreferenceScreens. The below doesn't occur in the root screen, only once clicking to a child PreferenceScreen. Once in that PreferenceScreen, even before selecting an

[android-developers] Re: How good to use intents with an application to communcate and modularise it

2009-01-30 Thread Raja Nagendra Kumar
I remember reading about Activities as functional units, which are reusuable across the applications and would take life based Intents raised by other applications.. If this understanding of mine true.. I have the following questions.. 1. In an application.. e.g I display list of folders

[android-developers] Re: Specific Design significance of Attribute Name Spaces in AndroidManifest Files.

2009-01-30 Thread Raja Nagendra Kumar
Any insites by experts pl.. --~--~-~--~~~---~--~~ 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

[android-developers] Interupt rasing to check application stability

2009-01-30 Thread Raja Nagendra Kumar
In the SDK of android, is it possible to raise different interupts such as SMS, MMS, Call and see how the application racts.. Can the interuppts be sent from one emulator instance to other emulator instance running on the same machines.. This is possible within wtk emulators of j2me.. Regards,

[android-developers] Re: Anybody having trouble accessing https://dl-ssl.google.com/android/eclipse/ - ie the eclipse / android integration plugin ?

2009-01-30 Thread MichaMicha
Same here... Kinda sucks, want to (check for) update the sdk. On 30 jan, 09:57, Richard Green richardagr...@gmail.com wrote: I can't seem to get anything back fromhttps://dl-ssl.google.com/android/eclipse/ - even accessing from a browser just gives a 404. Is it just me ?!?!

[android-developers] J2ME Sprite equivalent api

2009-01-30 Thread Raja Nagendra Kumar
Does Android has any equivalent Sprint API of J2ME.. Drawable does not seem to support cliping regions... Regards, Raja Nagendra Kumar. C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: DEVICE_POWER permission denied for using goToSleep

2009-01-30 Thread mnj
Yes this permission is set in androidmanifest On Jan 29, 5:10 pm, Phill Midwinter ph...@grantmidwinter.com wrote: Is it set in the androidmanifest? 2009/1/29 mnj manojgopa...@gmail.com Hi, I wanted to use the funcion goToSleep() in PowerManager Class to force the device to

[android-developers] Re: opengl gc

2009-01-30 Thread Steven Lagerweij
I found that GC can be prevented when using VBOs, nice and steady, high fps too. But still it would be nice to see the source and/or know what is going on when using Buffers instead. Anyone? Thanks On Thu, 2009-01-29 at 18:02 +0100, Steven Lagerweij wrote: I've been playing with OpenGL but am

[android-developers] Save Image

2009-01-30 Thread ANDREA P
I want to save image after I make the photo with the Camera of the Emulator.. This is the Code this program makes a photo when you push space.but don't save it !! public class AppCam extends Activity implements SurfaceHolder.Callback { private static final String TAG =

[android-developers] Activity Title font

2009-01-30 Thread AusR
Anyone know what the default Activity Title font size/style is? I'm creating a custom title but would like to match the other Activities. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Problem with ViewFlipper

2009-01-30 Thread tahera rabadi
hello friends, Here, i m trying to make an Layout using Relative as parent...where have used following code: *PROBLEM: (Refer bold n Italic text)* I want to include one more Flipper where on click event of BtnSrh, Edit Text BtnGo must slide out from Right side... as its given Flipper can view

[android-developers] Re: How good to use intents with an application to communcate and modularise it

2009-01-30 Thread friedger
There are two things that might clarify the use of intents. 1. There are internal and external intents. Internal intents start an Activity of the same application (by giving the class name). This is recommended to ensure the lifecycle. 2. Intents can have extra values used as input to the next

[android-developers] Re: Reg playing youtube video in android

2009-01-30 Thread Harishkumar V
Michael, Thanks , It really needs device, is there any mechanism to get something to run on emulator (ie) no need to play youtube video, just launching view intent. That is steps which can be runned on emulator to make sure something halfway works. also to check view intent is working. Any

[android-developers] Re: Anybody having trouble accessing https://dl-ssl.google.com/android/eclipse/ - ie the eclipse / android integration plugin ?

2009-01-30 Thread blindfold
http://code.google.com/intl/ru/android/adt_download.html On Jan 30, 9:57 am, Richard Green richardagr...@gmail.com wrote: I can't seem to get anything back fromhttps://dl-ssl.google.com/android/eclipse/ - even accessing from a browser just gives a 404. Is it just me ?!?!

[android-developers] Re: android.graphics.Camera is stable in SDK 1.0?

2009-01-30 Thread blindfold
Hi plusminus, I remember running in some deadlocks, when using it for some time. Check if your camera deadlock is perhaps the same as the one that I reported at http://code.google.com/p/android/issues/detail?id=1578 which takes a full power cycle to recover from. Regards On Jan 30, 7:30 

[android-developers] Re: ListView with the CheckBoxPreference look

2009-01-30 Thread Dan Dromereschi
Hi James, Sure, the code snippet is below: mList.setItemsCanFocus(false); mList.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE); mListAdapter = new SimpleAdapter(this, mListValues, android.R.layout.simple_list_item_multiple_choice, new String[] {name, desc}, new int[]

[android-developers] Re: what is maximum height and width of image which can display?

2009-01-30 Thread blindfold
So how will Android work with 8 megapixel cameras? Several (non- Android) 8 megapixel camera phones have been announced for this year. Either the application heap has to grow or the camera must get a memory area of its own. Thanks On Jan 29, 7:53 pm, Dave Sparks davidspa...@android.com wrote:

[android-developers] Re: Force close (exception) during rotation

2009-01-30 Thread Alistair.
This might help. http://groups.google.com/group/android-developers/browse_thread/thread/db839840e8f20dc1/ed7737e3e3587881 Al. On Jan 29, 3:16 am, Sean E. Russell seaneruss...@gmail.com wrote: I have a strange problem where, if the screen is rotated while a dialog is displayed, an exception

[android-developers] Re: Start the browser then go back to my activity

2009-01-30 Thread Fred Grott(shareme)
Correction, while webview itself does nto handle ajax with the right framework it does such as QuickConnect or PhoeneGap. You wil not be able to solve it the way you envisioned.. QuickConnect can be found at Sourceforge.net On Jan 29, 10:25 pm, kevin kevin_x...@yahoo.com wrote: Our

[android-developers] Monkey tools features questions - Hprof format - availability of a sequence of preestablished commands

2009-01-30 Thread Claudio Veas
Hello group today I found the tool monkey and I ve been doing some test with it but there were two things that I could not do. The first is to read the .hprof files that it produces when the -hprof option is set. I tried to process them with the ECLIPSE memory analizer but it did not work. Do you

[android-developers] How to pass arguments to emulator using ADT 0.9

2009-01-30 Thread Breno
Hi, After generating ADT 0.9, using Cupcake SDk, i need to specify a sdcard to emulator, in eclipse. In ADT 0.8 there is a field in Run Configuration, but in ADT 0.9 no. How can i do that? Thanks a lot Breno --~--~-~--~~~---~--~~

[android-developers] Re: How to handle ini file in android?

2009-01-30 Thread Tote
Or alternatively you can put your asset files under 'assets' directory in your package. AssetManager helps you opening those files, however, parsing is really up to you. Anyway, I let the users of my application edit preferences and for that I use PreferenceActivity along with PreferenceManager.

[android-developers] Android Developers in Atlanta, GA

2009-01-30 Thread BarbieDahl
Are there any developers in Atlanta, GA that would like to meet and discuss android app ideas as well as learn new and advanced android topics? I would like to network with some other developers in and around Atlanta, GA for help, mentoring and support. Please reply if you are interested.

[android-developers] Howto remove thread from Dalvik VM????

2009-01-30 Thread Sagar Parmar
Hello.. I am using Thread to display animation..I create a new thread whenever user preference is changed.Now I want to Remove the previous thread from Dalvik VM so that my application does not crash..How can I remove Thread from DVM?? I use Thread.stop() but it is not working..Please help.. Its

[android-developers] (simple?) problem with table layout

2009-01-30 Thread madcoder
I want to create a table layout so I don't have to use absolute values. I have 2 TableRow's in my TableLayout, and each row has 4 buttons, all the same width. The problem I'm having is with the last button on the first row. the button is as tall as two buttons combined. I can make a button

[android-developers] I want to brows the list images names from media provider, will somebody guide me?

2009-01-30 Thread jj
I want to brows the list images names from media provider, will somebody guide me? Will following work, I am trying on my basic knowledge public class MImageLists extends ListActivity { private static final String TAG = MImageLists; /** * The columns we are interested in

[android-developers] Re: Running more than one .apk in the same process?

2009-01-30 Thread Christoph Studer
Hi Dianne, I'm thinking about releasing an extension application with direct access to classes and the SharedPreferences of one that's already been released. I suspect this is not possible without updating the first application? If the following issue is indeed valid, then it seems this is not

[android-developers] Re: Reg playing youtube video in android

2009-01-30 Thread kolby
Here is the sample code to launch the view intent: Uri uri = Uri.parse(url); // check if others handle this url Intent intent = new Intent(Intent.ACTION_VIEW, uri); intent.addCategory(Intent.CATEGORY_BROWSABLE); try { if

[android-developers] Re: Monkey tools features questions - Hprof format - availability of a sequence of preestablished commands

2009-01-30 Thread Khuong
Monkey allows you to pass in a script to specify the events to run. The script has to be stored on the device/emulator. So placing it on the sdcard would work. This feature is currently undocumented, so it may change in the future. I don't particularly like the script syntax, but assuming it

[android-developers] Re: Specific Design significance of Attribute Name Spaces in AndroidManifest Files.

2009-01-30 Thread Urs Grob
Attributes live in the global namespace by default; they do *not* inherit the default namespace, unlike elements. On Fri, Jan 30, 2009 at 11:14 AM, Raja Nagendra Kumar nagendra.r...@gmail.com wrote: Any insites by experts pl.. --~--~-~--~~~---~--~~ You

[android-developers] Re: Interupt rasing to check application stability

2009-01-30 Thread Christoph Studer
Emulating voice calls and SMS are both possible. Please refer to the emulator documentation: http://code.google.com/android/reference/emulator.html#calling http://code.google.com/android/reference/emulator.html#telephony http://code.google.com/android/reference/emulator.html#sms MMS emulation is

[android-developers] Re: discover intents that an app supports

2009-01-30 Thread jarkman
I'd very much like to know the answer to that question. I have spent some time poking about with PackageManager, thinking that the intent filters should be available through it, but I have not found a way. Not only have I failed to find any API to get the intent filters, I have also failed to

[android-developers] Re: JavaScript XMLHTTPRequest

2009-01-30 Thread Tez
Hi, been a bit busy. See, the basic idea is to have a javascript function callback into native java code. This java code then runs on a separate thread so that the UI thread isn't blocked up. This thread runs some function that utilizes the HTTP* classes in android to retrieve data over an http

[android-developers] Re: Monkey tools features questions - Hprof format - availability of a sequence of preestablished commands

2009-01-30 Thread Claudio Veas
Thanks Khuong you have been very helpfull Ill test these parameters and Ill let you know of the results as soon as I have them Thanks again. Claudio Veas On 30 ene, 12:25, Khuong kgh...@gmail.com wrote: Monkeyallows you to pass in a script to specify the events to run. The script has to be

[android-developers] Re: Anybody having trouble accessing https://dl-ssl.google.com/android/eclipse/ - ie the eclipse / android integration plugin ?

2009-01-30 Thread Phill Midwinter
The non-secure version worked last time I checked On 30 Jan 2009, 11:22 AM, blindfold seeingwithso...@gmail.com wrote: http://code.google.com/intl/ru/android/adt_download.html On Jan 30, 9:57 am, Richard Green richardagr...@gmail.com wrote: I can't seem to get anything back fromhttps://

[android-developers] Re: Anybody having trouble accessing https://dl-ssl.google.com/android/eclipse/ - ie the eclipse / android integration plugin ?

2009-01-30 Thread blindfold
Not for everybody apparently: http://dl-ssl.google.com/android/eclipse/ does not work for me, hence the alternative route via http://code.google.com/intl/ru/android/adt_download.html Regards On Jan 30, 4:42 pm, Phill Midwinter ph...@grantmidwinter.com wrote: The non-secure version worked last

[android-developers] purchasing multiple dev phones

2009-01-30 Thread Mark L. Chang
Is there any mechanism yet for purchasing multiple dev phones? I am teaching a class using android phones and would love to purchase many instead of having to create many marketplace accounts (which probably wouldn't get used). Thank you. --~--~-~--~~~---~--~~ You

[android-developers] Re: how to implement scrolling text?

2009-01-30 Thread Ward Willats
Hi Rodrigo: I asked this same question ages ago and never got an answer. In the end, I concluded the built-in animation machinery cannot handle a case where the bitmap is longer than the view. I wound up not using any of the built-in animation stuff and just blitted raw bitmaps in a custom

[android-developers] Re: discover intents that an app supports

2009-01-30 Thread Peli
For this reason, we have created the OpenIntents intents registry: http://www.openintents.org/en/ http://www.openintents.org/en/intentstable Even if there is a way to find all intents supported by an application, this will not tell you what kind of extras are supported or required or which

[android-developers] Re: Sending a message from Service to Activity

2009-01-30 Thread Noonien Soong
So I could just have some kind of main activity which will #1 start the background service #2 then launch other supporting activities When that main-activity starts the other supporting activities ( Which could be essentially simple dialogs) those dialog-activies could take it for granted that

[android-developers] Re: Memory leak in BitmapFactory/Gallery?

2009-01-30 Thread blindfold
I read in this post that I am supposed to have 16Mb available for my computer, but when I check the heap size it is never 2.8Mb, and yet it still crashes. Did you make any progress on this? Your description sounds very similar to what I experience with my own app. My app never uses more than

[android-developers] Re: android.graphics.Camera is stable in SDK 1.0?

2009-01-30 Thread plusminus
Hi blindfold, I am referring to another Camera-Class - not the one for taking pictures, but the one capable of doing 3d transformations. Best Regards, plusminus On 30 Jan., 06:27, blindfold seeingwithso...@gmail.com wrote: Hi plusminus, I remember running in some deadlocks, when using it

[android-developers] Re: Get the name of the owner of the phone? (the email sender)

2009-01-30 Thread Noonien Soong
anyone? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: how to implement scrolling text?

2009-01-30 Thread Noonien Soong
Have you looked at ScrollView? Unfortunately it only supports vertical scrolling right now... On Jan 30, 11:02 am, Ward Willats goo...@wardco.com wrote: Hi Rodrigo: I asked this same question ages ago and never got an answer. In the end, I concluded the built-in animation machinery cannot

[android-developers] Two FrameLayouts with TextView and List

2009-01-30 Thread shk124
hi, i am looking for a view with two frame layouts each having textview and list and thereby every list content consists of button.it would look like this. | (1st list)| textview-list name 1 | ---|

[android-developers] How to scroll a Listview to focus a particular element?

2009-01-30 Thread fahad
Hi, I'm trying to scroll my ListView (from an Activity) to a particular element in the list. I know it's position in the list. How is this possible? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: discover intents that an app supports

2009-01-30 Thread Peter Jeffe
On Jan 30, 10:45 am, Peli peli0...@googlemail.com wrote: For this reason, we have created the OpenIntents intents registry:http://www.openintents.org/en/http://www.openintents.org/en/intentstable Even if there is a way to find all intents supported by an application, this will not tell you

[android-developers] Re: How to scroll a Listview to focus a particular element?

2009-01-30 Thread Romain Guy
Use setSelection(position). On Fri, Jan 30, 2009 at 9:28 AM, fahad guidedw...@googlemail.com wrote: Hi, I'm trying to scroll my ListView (from an Activity) to a particular element in the list. I know it's position in the list. How is this possible? Thanks -- Romain Guy Android

[android-developers] what's the Media Button?

2009-01-30 Thread Peter Jeffe
Documentation for Intent.ACTION_MEDIA_BUTTON says Broadcast Action: The Media Button was pressed. Anyone know exactly what the media button is? Is it intended for devices that have a dedicated hard media button, and therefore non-functional on the G1, or is it something else? Thanks. -- Peter

[android-developers] Re: discover intents that an app supports

2009-01-30 Thread Peli
You could leave logcat running while you launch Amazon MP3 in various ways. This will tell you at least the action you need to use, and probably something about the data and the mime type (if used). If the intent has extras then you are out of luck (unless you guess well). Extras are not

[android-developers] Bill Settlement?

2009-01-30 Thread ivan
I'm a hobbiest wondering how Bill Settlement will work once Android paid apps are introduced. Will billing go through the mobile operator, or will a third party of some sort be used for billing? Thanks. --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Debugging live processes?

2009-01-30 Thread dpackham
is there any way to debug live running apps to see what processes are taking alot of cpu time? I see the options in DDMS but they are not really live. I would just like to see what processes took alot of time so I can dig into the code to optimize it

[android-developers] Device not showing in DDMS preference

2009-01-30 Thread erikgfields
I'm trying to grab some screenshots off my G1 and I cannot get the device to appear in the Devices panel while in DDMS mode in Eclipse. I've tried a million things and can't get it to work. Does anyone know a quick trick that will allow me to see my device? This is what I've tried to do: Open

[android-developers] Android HAL library

2009-01-30 Thread ganesh
Sir, I am porting Android on freescale board ( IMX31) I want to know that the HAL layer in the android framework is Hardware dependent / OS dependent or not. if possible can you elaborate about this layer. I hope you will reply soon --~--~-~--~~~---~--~~ You

[android-developers] android-titlebar (iphone like backbutton)

2009-01-30 Thread DaRolla
hi, I managed to customize the titlebar and add an iphone like backbutton. http://code.google.com/p/android-titlebar/ greetings, darolla --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] help please

2009-01-30 Thread Arnauld NDEFO
Hello, I am a young student from cameroon.J like to be part of this groupe.I am currently developing an application on android and I would like your help because I have many problem.I want to receive the coordinate GPS with android ( r on the emulator). First, I have not a provide but I use the

[android-developers] Hi

2009-01-30 Thread pavojan
Help me!!:) After pushing numerous pictures onto an SD card image, I'm having trouble displaying them in a grid-like view. I am trying to use android.provider.MediaStore.Images.Thumbnails to access image thumbnails, but I can't find a way to generate thumbnails and populate the thumbnails

[android-developers] Re: Add new contacts directly in My Contacts.

2009-01-30 Thread Rishi
Hi, You can use People.addToMyContactsGroup to add a particular contact you want to be visible in the My Contacts. e.g., People.addToMyContactsGroup(getContentResolver(), 16); where 16 is the _id of the contact to be visible . Regards, Rishi Kaura On Jan 29, 2:45 pm, DarkJJ jjd...@gmail.com

[android-developers] migrate android to hardware

2009-01-30 Thread jacky
Hi all: I'am going to migrate android to OMAP2430. how could I get start? Is there any migration step I can follow ? Is that possible to share some resource with me? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: Activity Title font

2009-01-30 Thread DaRolla
hi, just take a look at android\android-sdk-windows-1.0_r2\tools\lib\res\default\values styles.xml and themes.xml greetings, darolla On Jan 30, 11:42 am, AusR austinjr...@gmail.com wrote: Anyone know what the default Activity Title font size/style is? I'm creating a custom title but would

[android-developers] Re: Activity Title font

2009-01-30 Thread Marco Schmitz
hi, just take a look at android\android-sdk-windows-1.0_r2\tools\lib\res\default\values styles.xml and themes.xml greetings, darolla 2009/1/30 AusR austinjr...@gmail.com: Anyone know what the default Activity Title font size/style is? I'm creating a custom title but would like to match the

[android-developers] Re: Running more than one .apk in the same process?

2009-01-30 Thread Marco Schmitz
and how can you startup both .apks ? greetings, darolla 2009/1/30 Dianne Hackborn hack...@android.com: The two .apks must be signed with the same certificate, use android:sharedUserId in their manifest to be assigned the same uid, and then can use android:process to specify the same name of

[android-developers] Re: Activity Title font

2009-01-30 Thread DaRolla
hi, just take a look at android\android-sdk-windows-1.0_r2\tools\lib\res\default\values styles.xml and themes.xml greetings, darolla On 30 Jan., 11:42, AusR austinjr...@gmail.com wrote: Anyone know what the default Activity Title font size/style is? I'm creating a custom title but would

[android-developers] performCompletion on AutoCompleteTextView

2009-01-30 Thread oliver
hi, i'm having a problem when using the performCompletion method on an AutoCompleteTextView. when i start typing the suggestions work fine (an entry is highlighted). as soon as i type enough characters so that no match is possible anymore, the suggestion list disappears (which is ok). when i know

[android-developers] Re: How to use proxy server on the g1?

2009-01-30 Thread joff
Anyone figured this one out yet? On Jan 24, 9:38 pm, DJMoran danmo...@blueyonder.co.uk wrote: I also need the exact same help, my school uses a proxy server to access the web. Also my home wireless doesn't need a proxy to access the web. I know the iPhone and iPod touch can use multiple

[android-developers] Re: Repo Client init problem ubuntu 8.10

2009-01-30 Thread Bernhard
Same Problem here: i flowed the instrcutions at: http://docs.google.com/View?docid=ajdmx8kfg357_81cmpr56f6 VMware with Ubuntu 8.10 --- m...@desktop:~/eee$ repo init -u git://android.git.kernel.org/platform/manifest.git Traceback (most recent call last): File

[android-developers] Re: Anybody having trouble accessing https://dl-ssl.google.com/android/eclipse/ - ie the eclipse / android integration plugin ?

2009-01-30 Thread Marco Schmitz
using http without s works for me fine inside eclipse... greetings, darolla 2009/1/30 blindfold seeingwithso...@gmail.com: http://code.google.com/intl/ru/android/adt_download.html On Jan 30, 9:57 am, Richard Green richardagr...@gmail.com wrote: I can't seem to get anything back

[android-developers] Re: The adb tool of emulator

2009-01-30 Thread Daniel Drigo Pastore
Hi there! I just wanted to use this thread, since the subject is the same: is there anyone there who knows how to access the shell with a shell user? Let me try to be more especific: when i access adb on the emulator i have root access and i wanted to have shell-user access to know how would my

[android-developers] Re: ListView with the CheckBoxPreference look

2009-01-30 Thread Marco Schmitz
maybe this helps you: http://www.jsharkey.org/blog/2008/08/18/separating-lists-with-headers-in-android-09/ greetings, darolla 2009/1/29 Dan Dromereschi dandromeres...@gmail.com: Hello, I am trying to build a ListView that contains items that look exactly like the CheckBoxPreference, an

[android-developers] Re: what is maximum height and width of image which can display?

2009-01-30 Thread Marco Schmitz
I think 16MB is max for one activity... greetings, darolla 2009/1/29 jj jagtap...@gmail.com: what is maximum height and width of image which can display? When I try for 1000px height and 1000pix width it work, but for beyond it, it gives exception, appl force close.

[android-developers] Dialing Permission

2009-01-30 Thread Sohail
Hi, I just created a simple application, that starts the Dial Activity and place a call. I did not provide any permission in the manifest file to start a call, but still the call activity starts. I also checked the AndroidManifest.xml file, there is no permission added, still the activity

[android-developers] Re: Activity Title font

2009-01-30 Thread DaRolla
http://code.google.com/p/android-titlebar/ On 30 Jan., 11:42, AusR austinjr...@gmail.com wrote: Anyone know what the default Activity Title font size/style is? I'm creating a custom title but would like to match the other Activities. Thanks.

[android-developers] Re: Pre populating emulator with sms message

2009-01-30 Thread PR S
You might try saving them as draft and see if thats ok. On Thu, Jan 29, 2009 at 9:31 PM, reyjexter reyjex...@gmail.com wrote: Hi, I'm developing an application that makes use of sms. How can I pre populate the emulator when it starts so I can try reading its content? -rey

[android-developers] Error reading jdwp list: null

2009-01-30 Thread mrinal.expl...@gmail.com
I have created an Android project which was working fine but suddenly some problem has occured..whenever i m debugging the project it is showing the following error message in the DDMS console... [2009-01-30 17:36:28 - DeviceMonitor]Error reading jdwp list: EOF [2009-01-30

[android-developers] Re: performCompletion on AutoCompleteTextView

2009-01-30 Thread Romain Guy
This will all be fixed in cupcake. But why do you need to call performCompletion() yourself? There is no reason to do so. On Fri, Jan 30, 2009 at 3:43 AM, oliver oliver.muel...@gmail.com wrote: hi, i'm having a problem when using the performCompletion method on an AutoCompleteTextView. when

[android-developers] Re: Dialing Permission

2009-01-30 Thread Dianne Hackborn
You don't need a permission to start the dialer. That requires the user to be involved in placing the call, so it wouldn't be useful to have a permission on it. On Fri, Jan 30, 2009 at 4:07 AM, Sohail sohail.k...@imsciences.edu.pkwrote: Hi, I just created a simple application, that starts

[android-developers] Generate a white noise mp3 file

2009-01-30 Thread ph...@grantmidwinter.com
Ho, I'm trying to write an array of random bytes to a file, specifically to generate white noise. I'm having some trouble though finding how to get a FileOutputStream written... does anyone have any idea how I can output my bytearray? --~--~-~--~~~---~--~~ You

[android-developers] Re: migrate android to hardware

2009-01-30 Thread Pierre Bonnefoy
Hi, My two cents : - use the correct group, android-porting, which is full of discussions like this one. - you can also have a look at sites like http://elinux.org/Android_on_OMAP But if you look at the discussions on android-porting, you will find loads of ressources, informations and people

[android-developers] Re: what is maximum height and width of image which can display?

2009-01-30 Thread Dianne Hackborn
It's not, it's for the whole process. The 16MB limit isn't a hard-coded fixed limit. It is a limit that makes sense on the G1 given its available memory and the resources apps need. You can assume this will be larger on devices with more memory and more expensive resources like larger screens,

[android-developers] Re: Dialing Permission

2009-01-30 Thread Charlie Collins
I don't think you need any permission to initial a phone call using the built in Activity. As long as you go through the built in activity and included user interface, no perms required. The CALL_PHONE permission is for making a call on your own without using the built in Activity, as I

[android-developers] Re: Debugging live processes?

2009-01-30 Thread Charlie Collins
Check out the adb shell tool, it has a ton of stuff: http://code.google.com/android/reference/adb.html#shellcommands http://en.androidwiki.com/wiki/ADB_Shell_Command_Reference For instance, try adb shell dumpsys activity - and so on, see what's there with debugtool and such too. On Jan 30,

[android-developers] Re: Activity Title font

2009-01-30 Thread AusR
Thanks guys! --~--~-~--~~~---~--~~ 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] gapless playback

2009-01-30 Thread ph...@grantmidwinter.com
Hoya, When using a mediaplayer to play back an audio file, you can set looping to true - that's not the issue here. If looping is set to true, there's still an audible gap between the file finishing and then starting again. How could I achieve true gapless playback? I've attempted using two

[android-developers] Re: android.graphics.Camera is stable in SDK 1.0?

2009-01-30 Thread blindfold
Oops, sorry, overlooked the android.graphics versus android.hardware distinction. BTW, my latest webcam does 3D transformations too (anaglyph encoding). :-) On Jan 30, 6:11 pm, plusminus stoeps...@gmx.de wrote: Hi blindfold, I am referring to another Camera-Class - not the one for taking

[android-developers] Re: (simple?) problem with table layout

2009-01-30 Thread James Yum
Hi, Unfortunately, row spanning is not supported. You may be able to come up with a workaround, such as using vertical linear layouts for the first three columns in the first row (the last column would be the tall button). Cheers, James On Fri, Jan 30, 2009 at 6:31 AM, madcoder

[android-developers] eclipse warnings and aidl generated classes

2009-01-30 Thread jason...@spy.net
Does anyone know of a way to suppress the eclipse warnings from classes generated by aidl? --~--~-~--~~~---~--~~ 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] String Resource - name continue

2009-01-30 Thread Nmix
I created a new string in the resource file and got what seems to be an odd error. The name of the string was continue. The error reported: ERROR invalid symbol: 'continue' Changing the name by even one character solved the problem so it's nothing serious. My question: is there some set of

[android-developers] Re: ListView with the CheckBoxPreference look

2009-01-30 Thread James Yum
Hi Dan, android.R.layout.simple_list_item_multiple_choice and android.R.layout.simple_list_item_1 actually refer to built-in android layouts, so for example: http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/res/res/layout/simple_list_item_multiple_choice.xml Note

[android-developers] Re: String Resource - name continue

2009-01-30 Thread Romain Guy
continue is a Java keyword and thus cannot be used to name resources. Otherwise the compiler would complain about the generated R.java file. On Fri, Jan 30, 2009 at 11:34 AM, Nmix nepean...@gmail.com wrote: I created a new string in the resource file and got what seems to be an odd error.

[android-developers] Re: (simple?) problem with table layout

2009-01-30 Thread Sundog
You might try using a couple of separate one-row tables within a LinearLayout set for horizontal alignment.. On Jan 30, 11:46 am, James Yum j...@google.com wrote: Hi, Unfortunately, row spanning is not supported. You may be able to come up with a workaround, such as using vertical linear

[android-developers] Re: (simple?) problem with table layout

2009-01-30 Thread Sundog
Oops, I mean vertical alignment. Other layouts like relative would work too I would think. On Jan 30, 12:38 pm, Sundog sunns...@gmail.com wrote: You might try using a couple of separate one-row tables within a LinearLayout set for horizontal alignment.. On Jan 30, 11:46 am, James Yum

[android-developers] Re: discover intents that an app supports

2009-01-30 Thread jarkman
Peter - I agree completely. OpenIntents is a great idea, but it doesn't fix my problem either. The strangeness is not just limited to the lack of a discovery API. There's also a peculiar lack of documentation on what the built-in apps can do, leaving us wasting a lot of time poking about making

[android-developers] Re: what's the Media Button?

2009-01-30 Thread Zach Hobbs
It's the button on the headset included with the G1. Thanks, Zach On Friday 30 January 2009 12:39:37 pm Peter Jeffe wrote: Documentation for Intent.ACTION_MEDIA_BUTTON says Broadcast Action: The Media Button was pressed. Anyone know exactly what the media button is? Is it intended for

[android-developers] Re: Error reading jdwp list: null

2009-01-30 Thread Xavier Ducrohet
This is not related to your application code. This means that DDMS lost contact with the emulator or device. If you do 'adb devices', you probably won't see your device in the list. Xav On Fri, Jan 30, 2009 at 5:19 AM, mrinal.expl...@gmail.com mrinal.expl...@gmail.com wrote: I have created

[android-developers] local service getting killed

2009-01-30 Thread brs
I have an app loosely based on the LocalService example from the SDK with a controller activity and a long-running, stateful service which is doing stuff on a periodic handler. The service is also a bit of a memory hog. It seems that the service is sometimes killed by the activity-manager and

  1   2   >