[android-developers] Re: Moving screen

2009-01-12 Thread Keiji Ariyama
Hi, I think you can use SurfaceView. Good luck! -- Keiji, ml_andr...@c-lis.co.jp ipeg.stud...@gmail.com wrote: Hi developers ... I want to create a moving background in my application. Can anyone help me. Thanks in advance. please help me.

[android-developers] Re: Animation image

2009-01-12 Thread Mahesh Vaghela
Hi Ernest I like your idea of using os.Handler.Handler(). But we are not aware of how to use it. Can you please show us an example? Thanks in advance! On Mon, Jan 12, 2009 at 11:38 AM, Ernest sunkil...@gmail.com wrote: Try to use the android.os.Handler.Handler() ,you could switch

[android-developers] Re: Power management in Android

2009-01-12 Thread Dianne Hackborn
On Sun, Jan 11, 2009 at 11:21 PM, xroge...@gmail.com xroge...@gmail.comwrote: How about reading on the capacity of battery via 'dumpsys battery'? This is not part of the SDK, and you can count on the format of the debug output printed there to change arbitrarily across releases. The current

Re: BUG, TERRIBLE BUG!!! Re: [android-developers] Re: HELP! (was Re: Low on space)

2009-01-12 Thread Stoyan Damov
Joel, thanks for your help, but I unfortunately I can't help you help me because I don't have root, so I can't install busybox and I can't give you a meaningful file listing with so many directories being denied access. I didn't see anything interesting in the log, and btw ls hung while (or

[android-developers] Re: Notifications from a service, forced Intent.FLAG_ACTIVITY_NEW_TASK problem

2009-01-12 Thread Gothy
Same problem with my app, but mine is not a main activity to do your hack proposed. The main problem is that when this happens passed parameters from notification intent are ignored and activity starts with initial parameters, like it was opened again during usual navigation... Those intents are

Re: BUG, TERRIBLE BUG!!! Re: [android-developers] Re: HELP! (was Re: Low on space)

2009-01-12 Thread Stoyan Damov
On Mon, Jan 12, 2009 at 4:33 AM, Dianne Hackborn hack...@android.com wrote: On Sun, Jan 11, 2009 at 5:04 PM, Stoyan Damov stoyan.da...@gmail.com wrote: Is there *anyone* who'll dare to tell me there's no bug in Android? Why would anyone claim there are no bugs in -any- piece of complicated

[android-developers] Re: 诚邀Androi d开发者加入团队!

2009-01-12 Thread roland
注册看看. :) On 12 jan, 02:49, SinFrancis kyowxf2...@gmail.com wrote: Android是强大的,未来的电脑和手机融合领军者! 现在希望更多人支持Android的事业! 我们诚邀您的加入! 我们立足于Android平台,致力于Android平台软件的研发,Android平台的娱乐资源的收集! 如果你对Android充满信心,你对自己充满信心,请加入我们! 团队软件开发简介: 1、CoolReader!阅读器软件,已经发布测试版本

[android-developers] Re: Full multitouch working on the G1, new approach (video + source)

2009-01-12 Thread Evgeny V
Is there any estimation regrading the standard multi touch functionality? Thanks, Evgeny On Mon, Jan 12, 2009 at 9:24 AM, Andrew Stadler stad...@gmail.com wrote: Unless an SDK is released with multi-touch support, this discussion is probably better off in android-discuss or android-platform.

[android-developers] Eclipse plugin

2009-01-12 Thread Andrei Craciun
Hi all, I've just noticed that https://dl-ssl.google.com/android/eclipse/ is not working. Have I missed something? What site should I add to Eclipse in order to install the plugin? Regards, Andrei --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Animation image

2009-01-12 Thread Ernest
Hi Mahesh Here is my demo codes: ImageView image = new ImageView(ctx); flashProgress = 0; android.os.Handler flash = new Handler() { public void handleMessage(Message msg) { super.handleMessage(msg);

[android-developers] Re: Eclipse plugin

2009-01-12 Thread hmmm
I guess, the plugin is here: http://code.google.com/intl/ru/android/adt_download.html As mentioned in the Google docs: If you are unable to download the ADT plugin through setting up a remote update site in Eclipse, you can download the ADT zip file and install it from your computer (archived

[android-developers] Re: how to map physical address to map?

2009-01-12 Thread Alistair.
I have been playing around with the Geocoder. Take a look at this. http://ccgi.arutherford.plus.com/blog/wordpress/?p=261 Al. Faber Fedor wrote: Never mind. I found the Geocoder class! Now to figure out how it works... On Sun, Jan 11, 2009 at 7:58 PM, Faber Fedor faberfe...@gmail.com

[android-developers] android-developers - 84 new messages in 35 topics - abridged

2009-01-12 Thread android-developers group
Android Developers android-developers@googlegroups.com http://groups.google.com/group/android-developers?hl=en Today's most active topics: * HELP! (was Re: Low on space) - 11 new http://groups.google.com/group/android-developers/t/fee58cd4ef724c07?hl=en * WebView/Browser: How to browse

[android-developers] Re: Using G1 as modem

2009-01-12 Thread Tee
well equivalent of dun On Jan 8, 1:12 pm, kaushik sur kaushik@gmail.com wrote: Hi Tee are you talking about DUN-dial up network profile for G1? if yes, i dont think the G1 supports DNP. if i am wrong,please correct me. Regards Kaushik On Thu, Jan 8, 2009 at 5:45 PM, Tee

[android-developers] Intercept Outgoing Calls

2009-01-12 Thread Kamal Hasan
Hi, Any body know, how to intercept out going call. I just want to block the out going calls using my code. I have tried to dispatch key event, which is not working.Is there any way to inject Key events globally ? Thanks a lot Kamal --~--~-~--~~~---~--~~ You

[android-developers] Re: Animation image

2009-01-12 Thread Mahesh Vaghela
Thank you very much Ernest. This really help to get a new idea. On Mon, Jan 12, 2009 at 3:23 PM, Ernest sunkil...@gmail.com wrote: Hi Mahesh Here is my demo codes: ImageView image = new ImageView(ctx); flashProgress = 0; android.os.Handler flash = new Handler() {

[android-developers] Re: Concern about application file size for publishing due to Media files

2009-01-12 Thread Mahesh Vaghela
Hi Dianne, Thanks for you clarification. 70 mb limitation is really disappointing to many developers. Specially who have already worked on Iphone. I am trying to get a web server now as I have no other choice! Thank you all for the info given so far! On Sun, Jan 11, 2009 at 8:02 AM,

[android-developers] Solution! :) (was Re: BUG, TERRIBLE BUG!!!)

2009-01-12 Thread Stoyan Damov
Hi guys, I ordered an unlock code last night just in case I had to re-activate the phone and it came a few minutes ago. This boosted my courage enough to do the factory reset. Well, I'm happy to say that I now have ~70MB! :) Well, I lost my contacts and everything, but it was definitely worth

[android-developers] Re: WebView/Browser: How to browse files from the sdcard?

2009-01-12 Thread Asif k
Hi Mariano, Can you please tell us what is the final result and how u had implement those API to run your code Thanks, Asif On Jan 12, 12:21 am, Mariano Kamp mariano.k...@gmail.com wrote: Once again, thanks. I found this

[android-developers] Re: Is it possible to replace or extend the dialer application ?

2009-01-12 Thread shimo...@gmail.com
Hi, What ?! I was told at these forums it can not be done for the PHONE button... How ? Is it the same code as for the camera button ? What permissions are needed ? If I can do this it would be a GREAT feature for my app ! On Jan 12, 4:40 am, Dianne Hackborn hack...@android.com wrote: I

[android-developers] Re: Is it possible to replace or extend the dialer application ?

2009-01-12 Thread Aryeh Tasher
add the CALL_BUTTON intent filter with category DEFAULT On Mon, Jan 12, 2009 at 7:11 AM, shimo...@gmail.com shimo...@gmail.comwrote: Hi, What ?! I was told at these forums it can not be done for the PHONE button... How ? Is it the same code as for the camera button ? What permissions

[android-developers] Re: WebView/Browser: How to browse files from the sdcard?

2009-01-12 Thread Mariano Kamp
As I said by private mail already. I am not there yet, but that doesn't matter as I found this discussion: http://groups.google.com/group/android-developers/browse_thread/thread/beae7de5e2500cb6/9891024d8ddfeefb which talks exactly about using a homegrown content provider to serve files directly.

[android-developers] OpengGL ES Mouse/Touch Events

2009-01-12 Thread Jose Cortes
Hi Group! I would like to know, if there is any way with the actual Android OpenGL API, to capture mouse/touch events. The idea is the following: I have some 3D objects drawn in a space. I want to: - select one object or - know where I have clicked or - assign an ID or a name to an object to

[android-developers] Re: WebView/Browser: How to browse files from the sdcard?

2009-01-12 Thread A R
I was recently able to solve this problem. I displayed an image saved on the local file system in a WebView, the steps are same for html file as well. I wrote about it step by step here

[android-developers] Re: WebView/Browser: How to browse files from the sdcard?

2009-01-12 Thread Mariano Kamp
Great, that looks good Amit. You mentioned in your blog post the security circumvention. Do you have any idea about what kind of security risk we are talking here? On Mon, Jan 12, 2009 at 1:56 PM, A R amit.r...@gmail.com wrote: I was recently able to solve this problem. I displayed an image

[android-developers] Re: Solution! :) (was Re: BUG, TERRIBLE BUG!!!)

2009-01-12 Thread Fred Grott(shareme)
I have not followed up on your other messages.. Have you submitted a bug report yet? On Jan 12, 5:27 am, Stoyan Damov stoyan.da...@gmail.com wrote: Hi guys, I ordered an unlock code last night just in case I had to re-activate the phone and it came a few minutes ago. This boosted my

[android-developers] Re: DOM problem!!! getNodeValue() doesn't work!!

2009-01-12 Thread Fred Grott(shareme)
Not that way..see source of any js lib such as mootolos, jquery and etc..is not done that way.. look at ipHone iUI js UI lib see what they use as it runs on Android without changes.. On Jan 11, 2:37 pm, Cattivik alberto.bott...@gmail.com wrote: I have a big problem!! I want to get e value

[android-developers] How to and new browser plugin

2009-01-12 Thread Ashok Das
Hi, I want to add a new browser plugin and i can see there is a plugin present with names gears.so in Browser/assets/plugins folder and some html files inside gears-04.23.0 folder . I had created a plugin by using Netscape Plugin functionality and i had build plugin.so file . I am not sure what

[android-developers] Re: How to stop the device from sleeping

2009-01-12 Thread madcoder
Try this: PowerManager pm = (PowerManager) this.getSystemService (Context.POWER_SERVICE); WakeLock wl = pm.newWakeLock(PowerManager.SCREEN_DIM_WAKE_LOCK, My Tag); wl.acquire(); when you are done with wake lock, wl.release(); Alternatively, you can use this if you have only one activity:

[android-developers] Re: Solution! :) (was Re: BUG, TERRIBLE BUG!!!)

2009-01-12 Thread Stoyan Damov
On Mon, Jan 12, 2009 at 3:44 PM, Fred Grott(shareme) fred.gr...@gmail.com wrote: I have not followed up on your other messages.. Have you submitted a bug report yet? I haven't because I have lots of other stuff to do right now (some of which stuff is more or less related to the time I lost

[android-developers] Re: Converting Bitmap to Byte Array

2009-01-12 Thread Mike Reed
Bitmap.compress(...) ? On Sat, Jan 10, 2009 at 2:40 AM, Timothy DeWees whtdrgn...@gmail.com wrote: Hello, I need to re-size a Bitmap and save it to a database. I can perform the resize, but how do I convert the re-sized Bitmap back to a Byte array for storage in the BLOB? Original

[android-developers] Re: Oversights to an otherwise good OS

2009-01-12 Thread loty
You surely jest my friend :) I heard a lot of complains on various OSes but lack of 'smileys for texting' definitely takes the cake. All these items while valid have very little to do with Android OS - if you don't like IM client with no smileys then download and use the one that has them. On

[android-developers] Re: How to stop the device from sleeping

2009-01-12 Thread Stoyan Damov
Isn't View.setKeepScreenOn(true) doing the same thing (or similar)? On Mon, Jan 12, 2009 at 5:13 PM, madcoder paperga...@gmail.com wrote: Try this: PowerManager pm = (PowerManager) this.getSystemService (Context.POWER_SERVICE); WakeLock wl =

[android-developers] Re: Solution! :) (was Re: BUG, TERRIBLE BUG!!!)

2009-01-12 Thread Stoyan Damov
btw, lacking root access there's almost nothing I can report in order to reproduce the bug. It could be due to: - a bug in package manager, leaving zombie files - a bug in market app, not clearing cache when needed - a bug in the profiler, writing temp files to internal memory and not cleaning

[android-developers] How does the PARTIAL_WAKE_LOCK work on the G1?

2009-01-12 Thread Mariano Kamp
Hi, I am wondering how the partial wake lock works on the G1? I am downloading stuff in the background and at some point in time the G1 shuts down and the downloading is resumed only after I wakeup the device. Very strange, because I am holding a PARTIAL_WAKE_LOCK that shouldn't let

[android-developers] Re: App that uses phone data

2009-01-12 Thread Michael
Of course. There is a sample application in the SDK that would be a great place to start. Get the SDK and play with the API Demos on the emulator. On Jan 7, 12:36 am, Topagae topa...@gmail.com wrote:  I have a small team checking out Iphone and Android because we want to make a practice app

[android-developers] Re: Sending Mail Error

2009-01-12 Thread Michael
any one tel how to and install k9 for android application It's in the Market. --~--~-~--~~~---~--~~ 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] Deleting resources from code

2009-01-12 Thread Sundog
The best way I have found to populate my SQL database upon install is to read an included text file of SQL insert statements and execute them. However the file is fairly large and I'd like to delete it from the phone after use, since it's only used once. Is there a way to do this? I am aware of

[android-developers] Re: G1 activation problem

2009-01-12 Thread subclubharri
Hey, that link isn't working for me?! I have an o2 paygo sim. Should these settings still work? Please could you try posting the link again, thanks! On Jan 8, 4:10 am, Joel Knighton joel.knigh...@gmail.com wrote: @subclubharri:http://mail.google.com/mail/?shva=1#search/at%26t/11e218cf339f5196 

[android-developers] Re: Not possible to use MediaRecordr without SD card?

2009-01-12 Thread Dave Sparks
You should be able to write a file in your app's private data directory. On Jan 10, 2:19 pm, hmmm akul...@mail.ru wrote: Hi, I can see that MediaRecorder class successfully performs audio recording when I specify an output file on the SD card, such as /sdcard/newaudio.3gpp But when I

[android-developers] Re: Deleting resources from code

2009-01-12 Thread Mark Murphy
Sundog wrote: The best way I have found to populate my SQL database upon install is to read an included text file of SQL insert statements and execute them. Yes, that trick works fairly well. In fact, I have a section in my upcoming Advanced Android book that covers this technique. However

[android-developers] Re: Deleting resources from code

2009-01-12 Thread Sundog
Thanks very much for your reply; I suspect you're right. On Jan 12, 9:31 am, Mark Murphy mmur...@commonsware.com wrote: Sundog wrote: The best way I have found to populate my SQL database upon install is to read an included text file of SQL insert statements and execute them. Yes, that

[android-developers] Re: Inject key event for call camera app

2009-01-12 Thread Dave Sparks
I'll have to look into it, but there should be an extra you can put in in the intent to specify image quality. If not, then we should add it. On Jan 10, 1:38 am, fala70 fal...@gmail.com wrote: No I don't want use android.media.action.IMAGE_CAPTURE intent, because it return only a low image

[android-developers] Android, oAuth and Webkit

2009-01-12 Thread Tane Piper
Hi folks, I am currently working on my first main application, an Android client for Brightkite. I'd like to use the oAuth authentication as it provides more security for the user and I was hoping would make my life easier. But I seem to be having a problem. When I request the token from the

[android-developers] The source code of an Ap:Picture

2009-01-12 Thread birdy
Hi all: I am interested in the Ap named picture on the android emulator. But I can not find the source code in http://android.git.kernel.org/ . Does Android release this Ap's source and where can I get this souce code? Or where can I get the source relate show still image Ap? Thank you!!

[android-developers] Re: Oversights to an otherwise good OS

2009-01-12 Thread Ben Zvan
There should be a primary thread for suggestions or threads broken by categories. Phone/contacts: Call log should allow a long-click for additional options including: - A call details page with all additional information available. Exact time of call, duration, location, etc. - Copy the phone

[android-developers] How to avoid my application to launch a new another instance

2009-01-12 Thread lin
I have an application with activity A, B, C. A is MAIN/LAUNCHER activity. steps: 1. Start it by click the icon from home, A launched, click a menu, activity B is launched; 2. press HOME key to return home page 3. click my application icon again, it will return the activity B. 4.But if I start A

[android-developers] No google email, how do I delete google contacts?

2009-01-12 Thread brhNOVA
Hi, I don't have a google email account but I use google apps like igoogle and gtalk. Specifically with gtalk, it is grabbing contacts from someplace on my pc and adding them. There's one contact in particular that I want to delete b/c I don't chat with that person and don't need for them to

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

2009-01-12 Thread kevkev...@googlemail.com
Does anyone know how to connect to the internet via a proxy server on a g1 handset? I need to use a proxy server at school to get on the internet on wifi. Cheers --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] gps feature giving an error (process android.gps) has stopped unexpected.please try AGAIN?

2009-01-12 Thread nitinchadha
Object:To check the latitude and longitude (GPS feature) by providing the kml file. HI, my emulator was not having location/gps folder in /data/misc. so i created these folders /data/misc/location/gps at my server. Then i adb push a abc.kml file into the emulator. It shows file transferrred

[android-developers] Audio Streaming with Media Player

2009-01-12 Thread Lukas
I want to play a radio stream directly from a url, without downloading it first to the phone. But MediaPlayer returns this error: (-10, 0) Does anybody know, what it means or what is the problem with the code below? The stream I want to play is wma:

[android-developers] Show AlertDialog after back button

2009-01-12 Thread tmat
Hi, How to display dialog YES/NO before user click back button ? If I show some dialog in onPause() method it don't work based on Activity Lifecycle so maybe there is another way to show some kind of dialog after user press back ? Thanks --~--~-~--~~~---~--~~

[android-developers] Show AlertDialog after back button

2009-01-12 Thread tmat
Hi, I'd like to control when user click back button and show him some YES/ NO dialog after that. Depends what he select I will close activity or leave one. Any ideas how I can do this one ? Thanks --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Just finished a game... Running into questions about Publishing / signing

2009-01-12 Thread novice
Hello all, I am currently reading through the pages on publishing an application. Running into some head scratches... 1) Google is pushing Keytool to generate Public / private keys - problem: I have vista, my command prompt does not have KeyTool command while I believe a unix based system

[android-developers] Can we run C code through JNI on Android?

2009-01-12 Thread http://www.ooftish.com
Or is just only Java development on Adndroid --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Running multiple user application in Android Emulator..

2009-01-12 Thread sourabh jana
Hi, What is the procedure to run multiple user application inside android emulator ? I am facing a problem while doing so... I have created an android application in ecllipse IDE and made it run in the emulator then if i again try to import a different application inside the emulator the previous

[android-developers] Windows XP Emulator Error - emulator.cfg

2009-01-12 Thread rushtonmd
Hello, I'm trying to run a clean install of the emulator, with no luck. After running the emulator in verbose mode, I get the following: cannot load emulator configuration at c:\..\..\..\emulator.cfg ... and then it attempts to launch a debugger. Any ideas on this? I copy/pasted the directory

[android-developers] Runtime retrieval of core layout values

2009-01-12 Thread trueskew
From within my java app, I'd like to be able to retrieve the values of some fields in a core resource layout file. In other words, if I wanted to retrieve the different layout_height values in ~/frameworks/ base/core/res/res/layout/status_bar_latest_event.xml (selected because it isn't too

[android-developers] How to avoid my application to launch a new another instance?

2009-01-12 Thread ocs...@gmail.com
I have an application with activity A, B, C. A is MAIN/LAUNCHER activity. steps: 1. Start it by click the icon from home, A launched, click a menu,activity B is launched; 2. press HOME key to return home page 3. click my application icon again, it will return the activity B. 4.But if I start A

[android-developers] Re: Show AlertDialog after back button

2009-01-12 Thread Tomasz Matyszewski
No idea at all ?? I've tried to put dialog initialization into onPause() method but obviously it doesn't work based on Activity Lifecycle so this doesn't work: @Override protected Dialog onCreateDialog(int id) { return new

[android-developers] Running multiple user application in android emulator..

2009-01-12 Thread sourabh.j...@gmail.com
Hi, What is the procedure to run multiple user application inside android emulator ? I am facing a problem while doing so... I have created an android application in ecllipse IDE and made it run in the emulator then if i again try to import a different application inside the emulator the

[android-developers] How to develop a 'android clock' like application?

2009-01-12 Thread nick
Hi, In the emulator, it has a 'clock' application in the start screen'. How can I develop an application like that? * it starts as part of the emulator/phone initialization (not when user clicks an icons in the application menu) * it draws/updates itself on the start screen periodically (i.e. it

[android-developers] Text size of WebView

2009-01-12 Thread Brad Gies
I'm loading a WebView using the .loadData method, but I find the text too small to read easily (and I have good eyes), so I'd like to increase the font size. I haven't tried it yet, but I assume that using HTML tags like BIG would work, but I don't like the idea because some of the text has

[android-developers] Emulator networking (UDP boardcasts)

2009-01-12 Thread blandi
Hi all, i want to implement an android application that searches the local net for upnp devices and interacts with them. The problem is that the local net of the emulator is not the same as the local net of my development machine, because the emulator has its own subnet behind a virtual

[android-developers] Any body used or tried 3D Skeletal or Character animation on Andriod?

2009-01-12 Thread http://www.ooftish.com
Does anybody tried or experimented with Skeletal or Character animation on Android? --~--~-~--~~~---~--~~ 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] Android Emulator XP - Throws Unhandled Exception

2009-01-12 Thread rushtonmd
I have downloaded and extracted the contents of android-sdk- windows-1.0_r1.zip, and also installed JavaSDK6u11. Whenever I attempt to launch the emulator, whether it be from Eclipse or the command prompt, it displays that an unhandled win32 exception has occurred. This error occurs before it

[android-developers] Dev Phone Warranty

2009-01-12 Thread xilak
Hi All, I recently bought an unlocked T-mobile G1 from the US (I live in Sweden). This was just a couple of weeks before the Dev Phone was released... Unfortunately the G1 died during the night after just three days of usage. I cannot turn it on or even charge the battery. It is completely

[android-developers] displaying hebrew fonts

2009-01-12 Thread shlomo
Hi, I want to display hebrew fonts. I tried the obvious by printing the unicode character for an Aleph -- it just prints a square box. Help Shlomo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] How to avoid my application to launch a new another instance?

2009-01-12 Thread ocs...@gmail.com
I have an application with activity A, B, C. A is MAIN/LAUNCHER activity. steps: 1. Start it by click the icon from home, A launched, click a menu, activity B is launched; 2. press HOME key to return home page 3. click my application icon again, it will return the activity B. 4.But if I start A

[android-developers] Toast appears to produces memory leaks

2009-01-12 Thread noblemaster
If you have out of memory errors and you are displaying toast messages, read on... I noticed displaying a toast message can prevent an Activity from being garbage collected correctly. Trying to restart an activity throws an out of memory error (my activity uses bitmap images). I can only assume

[android-developers] how to save a database on memory card as a file ?

2009-01-12 Thread smc00...@gmail.com
Can i save a database on memory card as a file ? and how to do it ? Please give me a sample code,thanks --~--~-~--~~~---~--~~ 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] JNI - FindClass() returns null

2009-01-12 Thread redlight9...@gmail.com
i am trying to make callbacks to my android application from a native C thread using JNI. however when i call FindClass it returns a NULL value. i need to get the jclass value returned by FindClass() to call GetStaticMethoID to make calls back up to my android application. i store the JavaVM*

[android-developers] Sending Intent to specific Activity

2009-01-12 Thread Lutz Schönemann
Hi, I want to create a activity that receives intents modify these and send them to an other activity that is also registerd to receive this kind of intents. These two activities are not in the same package. Is there a way to specify a activity that should receive this intent? I am new to

[android-developers] Re: Low on space

2009-01-12 Thread Csillag Tamas
Hi, On Sun, Jan 11, 2009 at 12:44:38PM +0200, Stoyan Damov wrote: Thanks for the response, but Package installer's usage is 0b :( The biggest app is Browser. Its Data size is reported to be 3MB but I'd expect that the device memory is at least 128 MB and of it ~70 are usable. Now, on

[android-developers] ArrayAdapter / spinner help

2009-01-12 Thread Josh
I am querying the database and adding the results to a list. everything works fine until i set the adapter (setAdapter) on my spinner control. I get the error the application has stopped unexpectadely. can anyone tell me what Im doing wrong? ListString results = new

[android-developers] APIs/Events to know if a call is active and sending DTMF tones on it

2009-01-12 Thread Shadakshari Hiremath
Hello Android, Which JAVA APIs/Events are available to know if there are one or more active calls in application other than dialer? Which APIs can be used to send software initiated DTMF tones(Not initiated by key press) from application other than dialer on the current active call? Regards,

[android-developers] Dev Phone Warranty

2009-01-12 Thread xilak
Hi, If I buy an Android dev phone, what kind of warranty do I have? The reason I'm asking is that I'm sitting here with a dead T-Mobile G1 (it died after just three days) and nobody wants to help me. I have been in contact with T-Mobile, HTC and the place where I bought it (www.fommy.com). The

[android-developers] to use play,stop, pause function

2009-01-12 Thread tahd...@gmail.com
hello to all, i hav tried to use play,pause and stop function to play an audio file store in raw folder of resource code follows here: package com.android.PlayAudio; import android.app.Activity; import android.media.MediaPlayer; import android.os.Bundle; import android.util.Log; import

[android-developers] Launching Activity of a App from other App

2009-01-12 Thread Gopi
In Eclipse IDE, I created a workspace with two projects ( applications ) . Say A B. Both are in same package. My intention is to lauch a activity of A from some activity of B. Below is my code for B, which gets executed on Button click Uri uri =

[android-developers] APIs to get Browsing history

2009-01-12 Thread Shadakshari Hiremath
Hi Folks, I want to make some changes in webkit library to show visited links in different color. For doing this, its necessary to lookup history for links on the page against history. Please provide information about C/C++/Java APIs to get history entries. Regards, Shaddu Note: The history

[android-developers] to use play,stop, pause function in audio file

2009-01-12 Thread tah deep
hello to all, i have tried to play an audio file stored at raw folder (test_cbr)with the use of three buttons PLAY,PAUSE STOP... code as follows: package com.android.PlayAudio; import android.app.Activity; import android.media.MediaPlayer; import android.os.Bundle; import

[android-developers] Re: https://dl-ssl.google.com/android/eclipse/

2009-01-12 Thread Donal
Can someone update the documentation on http://code.google.com/android/intro/installing.html#installingplugin ? I've just run into the same issue and it appears there's been a number of threads about it in recent days. Regards Donal On Jan 3, 11:32 pm, Gaël Beaudoin ga...@gaboo.org wrote: It

[android-developers] Is Selector.close() blocking or not?

2009-01-12 Thread wopeipeipei
Hi Experts, I am writing an application with NIO and Selector and found a strange issue that if I call Selector.close() while a thread is being blocked on that Selector(By calling Selector.select()), the call to close() will block indefinitely until Selector.select() returns. It's said in the

[android-developers] Re: DOM problem!!! getNodeValue() doesn't work!!

2009-01-12 Thread satya
PL first check if the node has child nodes. if it has child nodes then we can't get the nodeValue. In that case we can only get the list of child elements. If the node is a text node then only we can get its value.Then we have to add a check for a text node then get the value. You can use the

[android-developers] Video call support at Android.

2009-01-12 Thread skan95
Hi all. Could you plz share information about android roadmap for video telephony service? If Android does not support video telephony service at Android 1.0 version, how can I implement the service? with own solution? If it is not possible to implement video telephony service at Android 1.0

[android-developers] changing size of alertDialog.builder

2009-01-12 Thread Suicide King
is there anyway to change the size of a alertDialog? my snippet of code: //start LayoutInflater factory = LayoutInflater.from(cabBookingStart.this); final View textEntryView = factory.inflate(R.layout.driver_entry, null); new AlertDialog.Builder(cabBookingStart.this) .setTitle(Enter

[android-developers] to use play,stop, pause function in audio file

2009-01-12 Thread tahd...@gmail.com
hello to all, i have tried to play an audio file stored at raw folder (test_cbr)with the use of three buttons PLAY,PAUSE STOP... code as follows: package com.android.PlayAudio; import android.app.Activity; import android.media.MediaPlayer; import android.os.Bundle; import

[android-developers] Re: Intercept Outgoing Calls

2009-01-12 Thread Mak
Hi. I've a similar problem. I want to end a call automated after 1 minute, but don't get the task stopped. So my idea was to simulate the end_call button pressed. but if you say, that this wont work, i don't know a solution. On Jan 12, 11:45 am, Kamal Hasan kamal.hasa...@gmail.com wrote: Hi,

[android-developers] Re: When is (or isn't) instance state restored ?

2009-01-12 Thread Orde
What if we wanted to force the system to save the bundle when back button is pressed? Currently I believe that pressing MENU calls: -onSaveInstanceState -onPause -onStop pressing back calls: -onPause -onStop -onDestroy Ideally I would like to force my app to call onSaveInstanceState even when

[android-developers] Unmarshalling a custom Parcelable fails with a ClassNotFoundException

2009-01-12 Thread Moritz Post
Hi there I am trying to invoke another Activity within my own application via an Intent and a contained bundle. In the calling activity i use the following code Bundle bundle = new Bundle(); bundle.putParcelableArrayList(FeedImage.EXTRA_IMAGE_ENTRIES, imageEntryArrayList); Intent intent = new

[android-developers] Re: Eclipse plugin

2009-01-12 Thread heru susanto
hello, you should download the zip version and installing it. this way works with me heru On Mon, Jan 12, 2009 at 4:42 PM, Andrei Craciun avcrac...@gmail.com wrote: Hi all, I've just noticed that https://dl-ssl.google.com/android/eclipse/ is not working. Have I missed something? What

[android-developers] Android Emulator does not receive Location Mock Data

2009-01-12 Thread discostu
Hi, I am trying to use location data in my android application and since I don't have a hardware device I try to feed the emulator with some mock- data by using the location control from DDMS. My kml-file has the following format: ?xml version=1.0 encoding=UTF-8? kml

[android-developers] Re: Android Dev Phone 1 DOA, or more correctly, DSAA

2009-01-12 Thread Khakionion
My Dev Phone 1 is DSAA as well. I plugged it in, let it charge for the three hours that the manual recommends, then turned it on to begin the setup process. While I was on the phone with T-Mobile, fixing an issue with my data plan, the screen went blank, and the green LED in the earpiece stopped

[android-developers] How to develop a 'android clock' application?

2009-01-12 Thread nick fury
Hi, In android emulator, it has a 'clock' application. How can I develop an application which behaves like that? * it starts as the phone starts, users do not need to click an icon for it to launch. * updates itself periodically as part of the main screen. Thank you for any tip.

[android-developers] Spinner with two adapters (adapter from Database and adapter from XML)

2009-01-12 Thread Estiven
Hi, I have a CursorAdapter curAdap and a ArrayAdapterCharSequence arrayAdap. I fill curAdap from database and arrayAdap from XML file. I need fill a spinner with both content. How can i do that? Thanks in advance. --~--~-~--~~~---~--~~ You received this

[android-developers] Re: How to force screen backlight brightness change immediately?

2009-01-12 Thread birdy
Hi all : I have not test yet but I think this API IHardwareService.setScreenBacklight(brightness) is available now. http://www.androidjavadoc.com/1.0_r1_src/android/os/IHardwareService.html On 2008年12月24日, 上午6時23分, Daniel velaz...@gmail.com wrote: Yes, does anybody have an answer for this??

[android-developers] I want to catch BroadCast

2009-01-12 Thread syuta
Hi Everyone, I created IntentReceiver(extends BroadcastReceiver) for catch Broadcast Actions. Only this is done in IntentReceiver class. @Override public void onReceive(Context context, Intent intent) { Toast.makeText(context,intent.getAction(),Toast.LENGTH_SHORT).show(); } and,

[android-developers] Utterly simple app keeps giving me ActivityManager: [1] Killed

2009-01-12 Thread Droid Rage
When I try to run a very simple application, the console shows me: ActivityManager: [1] Killed and attempting to run the app in the emulator causes the acore to crash. The weirdest part is that all I've done is to change the class and package names of the Notepad_v3_Solution demo that comes

[android-developers] changing size of alertDialog.builder

2009-01-12 Thread Suicide King
is there anyway to change the size of a alertDialog? my snippet of code: //start LayoutInflater factory = LayoutInflater.from(cabBookingStart.this); final View textEntryView = factory.inflate(R.layout.driver_entry, null); new AlertDialog.Builder(cabBookingStart.this) .setTitle(Enter

[android-developers] Why atomic access to functions like CameraService::Client::takePicture()?

2009-01-12 Thread Hank And
Hi, I seldom program multithreads. I am curious about why it needs a Mutex::Autolock to protect access to CameraService::Client::takePicture ()? We don't have multiple camera clients, right? Is it for preventing consecutively taking pictures? Thanks!

  1   2   3   >