[android-developers] Re: Clearing the cache of your app on exit

2009-07-26 Thread Android Development
Hello Dianne, Speaking of clearing the application's cache data...what is the difference in deleting the cache when the application exits as opposed to clearing the cache data by the user himself? I have 2 use-cases: 1. When the application exits gracefully, I should be able to clean all the

[android-developers] Dev Phone not available anymore

2009-07-26 Thread arnouf
HI all, I would like to buy a dev phone, but on my Android Market publish page, when I click on buy dev phone, i come bac always on publish page, like the page http://market.android.com/publish/buyDeveloperPhone didn't exist anymore. Do you have information about it?

[android-developers] Several TabHosts?

2009-07-26 Thread sommeralex
Hello! I would like to have more than one tabWidget in my application. The trouble is that it seems that i can only use one.. If i name my first tabHost android:id=@android:id/tabhost everything works fine. If i want to add a second one, i have to use another name for the other tabhost like

[android-developers] Re: Unable to write text file to sdcard on physical G1 device

2009-07-26 Thread doubleminus
This is for a physical device. ddms shows: +sdcard permissions: d---rwxrwx I still cannot write to this card. thanks, double On Jul 17, 7:40 pm, ekwang ekwa...@gmail.com wrote: You can use ddms tool for verify whether sdcard was inserted or not. #android-sdk-windows-1.5_r2\tools\ddms

[android-developers] Re: App not visible in Android Market of Samsung Galaxy

2009-07-26 Thread dan raaka
if you can adb into the device .. can you post the output of $ adb shell getprop | grep fingerprint follow the thread here to get the adb working .. http://groups.google.com/group/android-developers/browse_thread/thread/726ea864e89985ec/d8557941a2be9ec9?hl=enlnk=gstq=Galaxy+ADB#d8557941a2be9ec9

[android-developers] Re: problems with Phone.apk built from source

2009-07-26 Thread Ed
Hi Dianne, Thanks for replying, and sorry if I posted to the wrong forum. I actually got the app working on my phone--the solution was right here: http://source.android.com/documentation/building-for-dream I am so happy. I changed the Phone app to get rid of the 5-second screen timeout during a

[android-developers] Re: SurfaceView speed optimization suggestions (or just kick it up to openGL)?

2009-07-26 Thread Nightwolf
You mentioned onFling. Do you use touch controls? May be you should employ workaround with calling sleep because without that touch and trackball events create huge cpu load. On Jul 23, 11:26 pm, Jason Van Anden jason.van.an...@gmail.com wrote: It is not b/c of the GC.  Garbage does accumulate

[android-developers] Re: Several TabHosts?

2009-07-26 Thread Mark Murphy
sommeralex wrote: Hello! I would like to have more than one tabWidget in my application. The trouble is that it seems that i can only use one.. If i name my first tabHost android:id=@android:id/tabhost everything works fine. If i want to add a second one, i have to use another name

[android-developers] Re: DD command

2009-07-26 Thread Francesco Pace
I don't know methods for implementing this schema. I also think that there are even ways to make a logical copy of the FS. You know if can I perform a CHMOD on directories with Android NDK? Thanks :) 2009/7/25 Unrealshade sche...@googlemail.com i'm interested in that, too! On Jul 25, 2:06

[android-developers] Re: mysterious ant build error

2009-07-26 Thread skink
On Jul 26, 12:50 am, Mark Murphy mmur...@commonsware.com wrote: I did once, but it was my own dumb fault. I got tripped up in Java generics, and was redefining String to be the symbolic name of a generic type, so all my references to what should have been java.lang.String were failing if I

[android-developers] Re: Have ListView and other widgets scroll as a whole

2009-07-26 Thread MarcoAndroid
@mark murphy Awesome, just ran the demo of the MergeAdapter, looks like that's what I've been looking for! The code that implements it looks relatively simple; the fact I couldn't come up with it means I don't know all the ins outs yet of the Android platform :) I'll now try to add it to my

[android-developers] Re: Several TabHosts?

2009-07-26 Thread sommeralex
thanks your for answer.. On 26 Jul., 11:57, Mark Murphy mmur...@commonsware.com wrote: sommeralex wrote: Hello! I would like to have more than one tabWidget in my application. The trouble is that it seems that i can only use one.. If i name my first tabHost

[android-developers] Re: DD command

2009-07-26 Thread Unrealshade
nah, sorry, don't know anything about this topic... i just hope i find dd for android. if i do i will write here how i did it, of course. best luck to you! =) On Jul 26, 12:04 pm, Francesco Pace paxa...@gmail.com wrote: I don't know methods for implementing this schema. I also think that there

[android-developers] invoking the dialer multiple time

2009-07-26 Thread flohier
Dear All, I wrote an app that places an outgoing call via the ACTION_CALL intent. After the call is placed, the dialer enters the call log window and at that point, my application cannot re-submit an outgoing call without having the user exit the call log activity. From the kernel source,

[android-developers] Limit the size of a ScrollView

2009-07-26 Thread niko001
Hi, I am using a ScrollView as a child of an AbsoluteLayout to display a list of items inside this AbsoluteLayout. Because the ScrollView is embedded in the AbsoluteLayout's design, I want to restrict it's size to fit the assigned area. Is there any way to set the height of the ScrollView or of

[android-developers] Re: Limit the size of a ScrollView

2009-07-26 Thread Mark Murphy
niko001 wrote: Hi, I am using a ScrollView as a child of an AbsoluteLayout to display a list of items inside this AbsoluteLayout. Because the ScrollView is embedded in the AbsoluteLayout's design, I want to restrict it's size to fit the assigned area. Is there any way to set the height of

[android-developers] Re: Dev Phone not available anymore

2009-07-26 Thread f_heft
Look here: http://groups.google.com/group/android-developers/browse_thread/thread/6e30a9014329bb87 On 26 Jul., 09:34, arnouf arnaud.far...@gmail.com wrote: HI all, I would like to buy a dev phone, but on my Android Market publish page, when I click on buy dev phone, i come bac always on

[android-developers] Re: onStart() not called when a service is restarted after, being killed?

2009-07-26 Thread Michael Elsdörfer
After having a look at the source code, I would think that this is supposed to work. See sendServiceArgsLocked (http://www.google.com/codesearch/p? hl=ensa=Ncd=1ct=rc#uX1GffpyOZk/services/java/com/android/server/am/ ActivityManagerService.javal=8950) which are later converted to onStart() calls

[android-developers] Multitouch support in Donut?

2009-07-26 Thread quill
Look at here: http://phandroid.com/2009/07/25/morning-donuts/ --~--~-~--~~~---~--~~ 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] How to reorder activiity in the history stack manually?

2009-07-26 Thread Agus
How to reorder activiity in the history stack manually instead of using intent flags? Thanks in advance for the answer. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: is possible mapview and list exist in same activity

2009-07-26 Thread tstanly
thank you for your reply, so I want to ask the next question, that's how to put list with the mapview?? I just think it must extends ListActivity, is there another methods? thanks so much!! On Jul 26, 3:02 am, HeHe cnm...@gmail.com wrote: afail, you could combine a mapview and listview (or

[android-developers] my zoom controls can't put in everywhere???

2009-07-26 Thread tstanly
hi all, i add a zoomcontrols in my view, not in the webview or mapview, but when i click the zoom in/out, the view can't in/out? thanks my code is: == mZoomControls1=(mZoomControls1)findViewById(r.id.zc); mZoomControls1.show(); /* zoom

[android-developers] Re: is possible mapview and list exist in same activity

2009-07-26 Thread Cao Minh Vu
It's rather simple, you just need to use inline class: Example: class A extends MapActivity { B mB = new B(); ... class B extends ListView{ } } Now, just use mB to control your ListView. -CMV- On Mon, Jul 27, 2009 at 12:18 AM, tstanly

[android-developers] Re: Limit the size of a ScrollView

2009-07-26 Thread niko001
Works great, thank you very much! I though the layout_height parameter only accepted wrap_content or fill_content as values (not actual units), which was...stupid of me :-)! I will change the AbsoluteLayout to a RelativeLayout. Thanks again, Niko On Jul 26, 4:08 pm, Mark Murphy

[android-developers] Calendar View

2009-07-26 Thread Dexter#39;s Brain
Hi, I just wanted to know if there is a default Calendar View that I can use to choose a date instead of the DatePicker. Has anybody developed such a widget that you can share? Thanks, Dexter. --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Dev Phone not available anymore

2009-07-26 Thread Brian Conrad
I'm also wondering if they are going to make some of the newer phones available to developers instead? The G2 (Magic) or even the Samsung. I believe T-Mobile will have the G2 available to public on the 8th. f_heft wrote: Look here:

[android-developers] Re: paid support

2009-07-26 Thread Kamy
Hi, We can provide paid support for you. we released our new application at the Google I/O conference. ReceiVo is an audio/video application for Android. It is available on the Google Android Market; you can read a brief summary on

[android-developers] Re: Hiding Soft input like using BACK buton

2009-07-26 Thread skyman
*bump* On 20 Lip, 09:30, skyman krzysiek.bieli...@gmail.com wrote: *bump* On 13 Lip, 16:48, skyman krzysiek.bieli...@gmail.com wrote: *bump* On 11 Lip, 16:13, skyman krzysiek.bieli...@gmail.com wrote: Hello, In my app I have AutoCompleteTextView and search button. When user

[android-developers] Re: GPS Project doesn't work on sdk 1.5

2009-07-26 Thread Lorenz
any idea?I don't want that somebody knows the problem but if someone can use the debug of Eclipse better than me and understand what is the problem it could be a huge help! On Jul 25, 1:23 am, Lorenz lorenzoteod...@gmail.com wrote: Hi,The  project is reacheable from this

[android-developers] Re: Multitouch support in Donut?

2009-07-26 Thread Marco Nelissen
On Sun, Jul 26, 2009 at 8:49 AM, quillquill...@163.com wrote: Look at here: http://phandroid.com/2009/07/25/morning-donuts/ http://groups.google.com/group/android-developers/msg/0f2c5cd313d9cd34 --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Can't get tabs to work with intents

2009-07-26 Thread jouke
Hello all, I try to make an plication with tabs using intents and activities to populate the different tabs. The layout seems OK but as soon as I hit a spinner on a tab populated by an Activity (Intent) it crashes (due to a null pointer). I made a small test application to reproduce the error.

[android-developers] Designing a step sequencer

2009-07-26 Thread Nick_Zaillian
Hey all. This is my first post to the Android group. I grabbed the Android SDK a few days ago and have been playing around with it in the time that has elapsed since. I've built a few simple apps to get a feel for everything and have been generally pleased. In any case, I am posting here

[android-developers] turn windows mobile phone to Android???

2009-07-26 Thread vedran
Hi, did anyone try to turn some windows mobile phone to Android phone? Does anyone have some tips about it??? The phone i want to turn to Android, runs on Marvell PXA310 regards, -- 2/204 - 2/224 - 2/255 - 2/281 - 14/24 - 17/53 - 36/4 ...

[android-developers] Re: Lock_layer error intermittently when stopping and starting a opengl SurfaceView

2009-07-26 Thread Michael Angel
I'm having the same issue too when pressing home to leave the app, and going back into the app. Except sometimes when I compile, it'll regenerate without freezing but have a broken texture. Other times it'll just freeze without fullscreening, but will change screen orientation. Eventually if it

[android-developers] Rotate A View Permanently

2009-07-26 Thread Josh Hoffman
I posted earlier today on this topic, but I'm re-posting as I haven't been able to locate my post via search. I apologize if this is indeed a double-post, but it seems something went wrong with the original. I've been trying to find a means of rotating a view such that it is flipped upside-down

[android-developers] Re: how to use adb tool on SAMSUNG GALAXY?

2009-07-26 Thread Chris R.
Okay, I had time to check right now and with the patched ADB as well as with the unpatched (sdk r3 only!) version work fine under OpenSuSE 11.1 with the rule that I emailed earlier. Make sure to restart the computer so that the new Udev rules are taken into consideration. On Jul 24, 1:22 am,

[android-developers] Re: R.java is not being generated

2009-07-26 Thread Android Box
Hi, I have meet the same problem before, maybe you can try it. I just found one image file in res/drawable/ folder was bad (but it still can view it by acdsee problem) so I remove all image file and re-put it one-by-one then find what image file is not good. Just replace the file, then R.java

[android-developers] Is there a way to control the Android phone or do a automated test using a remote PC?

2009-07-26 Thread chicochen
I am a tester, is there a way to control the Android phone or do the automated testing using a remote PC? Or how can I dev such a automted tools, Use which technology? thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] AlertDialogSamples: digit input dialog instead of text entry dialog.

2009-07-26 Thread Daum
Hello all, Can I make a pop-up alert dialog for digit input along with up-down button instead of text entry dialog? Could you please let me know if you know how to do it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Tut (SDK 1.5) Get google account of user

2009-07-26 Thread ubikdroid
Hi Karl, I call getCredentials in my Activity like this: GoogleLoginServiceHelper.getCredentials(this, 54321, null, GoogleLoginServiceConstants.REQUIRE_GOOGLE, // require google null, // This means we get the credentials for

[android-developers] Time and resources needed to develop app?

2009-07-26 Thread GBC
I am currently putting together a business plan for an app. Whilst I am into technology I am not a programmer, so I don't know much about how hard it is for coders to develop for Android. For those of you who have developed apps already, I was hoping you might be able to shed some light on it

[android-developers] Why the main menu of the app acore come out with a halt on my platform.

2009-07-26 Thread youngzi
The main menu of acore in idle shows up slowly with a halt.Seems not so smoothly. And how can i improve performance of surface. I found that the frames from Camera with color mode rgb565 shows slowly.And the FSP from Camsensor is about 15fps but show up only at 5 to 7,how can i improve it

[android-developers] Re: MediaController is not working properly with MediaPlayer

2009-07-26 Thread plun
Hi Manoj, I'm having trouble with this too. How did you get it working? (The Mediacontroller won't display on the Mediaplayer) On Jun 22, 4:48 am, manoj manojkumar.m...@gmail.com wrote: Finally, I solved it!!! On Jun 22, 2:26 pm, manoj manojkumar.m...@gmail.com wrote: Hi, why can't my

[android-developers] Re: Android Toast Duration

2009-07-26 Thread Scott
Toast.LENGTH_LONG is only a constant number of milliseconds. You can use any number of milliseconds if you like but there might be a maximum. Example: t.setDuration(); Scott On Jul 23, 10:31 pm, Mohamed Amir mohamed.a...@gmail.com wrote: Thank you for all those who replied. But

[android-developers] Re: SSL Certificate HTTPClient

2009-07-26 Thread chloe
I have same problem.. did you solve this? if you did, please give me a solution ... On 5월28일, 오후10시05분, Markus rookee1...@googlemail.com wrote: Hello, I had configure a Tomcat webserver with SSL and client autification. So I need a clienKey.p12 File to visit the site. If I import the key

[android-developers] Build failure

2009-07-26 Thread Guy Gibson
Dear Androiders, I am trying to build the source for the latest branch, according to the instructions at http://source.android.com/download#TOC-Building-the-code. I get an error, though (see the full listing at the end of this message) ld: cannot find -lz I'm trying to build this on a Linux

[android-developers] How do i run the emulator?

2009-07-26 Thread popetorak
How do i run the emulator? --~--~-~--~~~---~--~~ 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] Is this guy for real?

2009-07-26 Thread danny
I found this website today from an email a co-worker sent me… www.moneyitonline.com I watched his video on this site, and im blown away that he’s making over $2,000,000 a year. Has anyone in the group tried this program? Please let me know!

[android-developers] Is there a way to control the Android phone or do a automated test using a remote PC?

2009-07-26 Thread chicochen
I am a tester, is there a way to control the Android phone or do the automated testing using a remote PC? Or how can I dev such a automted tools, Use which technology? thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] How do i run the emulator?

2009-07-26 Thread popetorak
How do i run the emulator? --~--~-~--~~~---~--~~ 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] Add Share on chooser Send Menu

2009-07-26 Thread Cibele
I´d like to know if any 3rd part app can be added to the menu that is called on Intent intent = new Intent(Intent.ACTION_SEND); startActivity(Intent.createChooser(intent , Send options)); For example an application that shares to Flickr or Facebook. or if this is something that should be

[android-developers] ContentProvider questions

2009-07-26 Thread loctarar
I have some questions about how the ContentProvider works behind the scenes. 1. The ContentProvider class is registered in the kernel when the application is installed and then what? Or how do the other applications exactly manage to access the application data? 2. When is actually onCreate

[android-developers] will donut be available for the mytouch 3g, or just the g1?

2009-07-26 Thread azn bl1tzkr13g
will donut be available for the mytouch 3g or just the g1? --~--~-~--~~~---~--~~ 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] Video playlist and javax.microedition

2009-07-26 Thread Alan Huang
Anyone knows if Android 1.5 support video playlist format such SMIL? Also Android SDK doesn't include all the classes in J2ME such as: javax.microedition.media.protocol.DataSource Thanks Alan --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Building a step-sequencer

2009-07-26 Thread Nick_Zaillian
Hey all. This is my first post to the Android group. I grabbed the Android SDK a few days ago and have been playing around with it in the time that has elapsed since. I've built a few simple apps to get a feel for everything and have been generally pleased. In any case, I am posting here

[android-developers] Flipping / Rotating TextView (or layout) upside-down

2009-07-26 Thread Josh Hoffman
Hello, I'm trying to find a way to rotate a View, or (more conveniently) an entire layout, upside down and have it stay that way. I found the rotation and animation classes in the SDK, and these come close to what I want, but at the end of the animation I want my Layout to stay rotated; repeating

[android-developers] ANR after stopping application

2009-07-26 Thread Devendra Laulkar
Hi, I have a problem where the application goes ANR after it has been shutdown (i.e. onDestroy() is called) Specifically, it does not go ANR immediately, but if I try to open another app, it gives the error. From the logs I see :- I/Msntop ( 740): OnDestroy I/ActivityManager( 563): Stopping

[android-developers] [URGENT]Drag Screen like Android Home Screen

2009-07-26 Thread Flavio Montenegro Filho
Hi! I'm really need to know how I can do the drag screen like home screen. Anyone can help me? An example will help so much :-D Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] A new way to promote and manage your Android Applications!

2009-07-26 Thread Touch Market
Hi to everyone, First of all, as a fan of Android and non-developer I would like to participate to this rise of this platform. The ONLY way I've found to promote this platform and get Android being a leader in term of Mobile phone (and I hope soon) other devices OS is to talk about the huge

[android-developers] Farsi font for HTC Dream

2009-07-26 Thread Saeed
Hi How can I get Farsi font on my HTC Dream Android phone? Saeed --~--~-~--~~~---~--~~ 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

[android-developers] Buying a anroid Dev in Canada?

2009-07-26 Thread Tahnok
Hello I have been looking into purchasing a dev phone and I saw some posts here about a ridiculous shipping fee to Canada. Is that still the case? I'm hesitant to get a subscription to the marketplace just to see the price. --~--~-~--~~~---~--~~ You received this

[android-developers] Re: DD command

2009-07-26 Thread ahmed alsaeed
Date: Sat, 25 Jul 2009 06:49:39 -0700 Subject: [android-developers] Re: DD command From: sche...@googlemail.com To: android-developers@googlegroups.com i'm interested in that, too! On Jul 25, 2:06 pm, Francesco Pace paxa...@gmail.com wrote: Hi guys, it's possible execute DD

[android-developers] Re: Protocol Buffers (protobuf)

2009-07-26 Thread Kenton
FYI: The next release of protocol buffers (2.2.0, which I'm working on pushing now, but could take a couple weeks depending on how many unexpected issues I run into) introduces a new lite version of the runtime which omits lesser-used features like descriptors and reflection. This also avoids a

[android-developers] Tabs and intents

2009-07-26 Thread jouke
Hello all, I'm trying to use a tabhost and populate tabs using intents and activities. I've search all the examples I could find and I have something that gives the right layout but crashes as soon as I open a dialog. To reproduce it I made a small test program with 2 tabs, one filled using an

[android-developers] Re: how to use adb tool on SAMSUNG GALAXY?

2009-07-26 Thread Akex
Hi, @Xavier : Seems the adb of r3 doesn't work perfectly for Samsung. Tried on Xp and seven After tweaking the .inf file to install drivers for my Samsung i7500 (otherwise Windows doesn't accept the drivers), I can't manage to make my phone visible under ddms (Under Windows XP). I have the

[android-developers] Re: Flipping / Rotating TextView (or layout) upside-down

2009-07-26 Thread Romain Guy
All you have to do is set the fillAfter property of the animation to true. On Fri, Jul 24, 2009 at 11:27 AM, Josh Hoffmankeshis...@gmail.com wrote: Hello, I'm trying to find a way to rotate a View, or (more conveniently) an entire layout, upside down and have it stay that way. I found the

[android-developers] Re: [URGENT]Drag Screen like Android Home Screen

2009-07-26 Thread Romain Guy
http://android.git.kernel.org/?p=platform/packages/apps/Launcher.git;a=summary On Sun, Jul 26, 2009 at 5:49 AM, Flavio Montenegro Filhofilhovi...@gmail.com wrote: Hi! I'm really need to know how I can do the drag screen like home screen. Anyone can help me? An example will help so much :-D

[android-developers] Re: ContentProvider questions

2009-07-26 Thread Dianne Hackborn
On Fri, Jul 24, 2009 at 11:46 PM, loctarar andrei.bu...@gmail.com wrote: 1. The ContentProvider class is registered in the kernel when the application is installed and then what? Or how do the other applications exactly manage to access the application data? The kernel is not involved at

[android-developers] Beginner Application Development

2009-07-26 Thread timf999
Hi, guys. I've been teaching myself Java over the last few weeks. I already know several OOP languages, so i was not too complicated. I have just learned some basic Swing and I now want to develop a simple app. How do I use Android-style Swing and custom graphics to do this? Thanks in advance.

[android-developers] Re: Show notification dialog during incoming call.

2009-07-26 Thread Lazarus 101
Hi Ronald, My guess is that they are using an activity with transparent background. Just use handler.postDelayed(...) in your PhoneStateListener with 1 or 2 seconds delay to make sure your activity will be displayed on top of the incoming call screen so it will look like a popup on top of it.

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2009-07-26 Thread James
For a emulator,you can telnet localhost 5554 to send instructions.As to a real device,I'm afraid you cann't do it this way; Probably you'd have to run an agent written by yourself to acchive this goal;Hope this helps! BTW,I'm also working on android software testing. On Jul 26, 11:25 am,

[android-developers] Open/Close Soft KeyBoard

2009-07-26 Thread Rain
HI, Does anyone knows how to open or close soft keyboard by program code (not for application development)? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: INSTALL_FAILED_SHARED_USER_INCOMPATIBLE in 1.0 and 1.5

2009-07-26 Thread hunter
Hi, Dianne: Can you tell me which update fix this bug? I tried to fix it, but failed. I am really appreciated if you can tell me which update fix it. Thanks. On Jun 26, 1:25 pm, Dianne Hackborn hack...@android.com wrote: There was a bug in 1.5 with this, that was fixed in the most

[android-developers] Re: my zoom controls can't put in everywhere???

2009-07-26 Thread tstanly
or it just can use in the mapview and webview? On 7月27日, 上午1時15分, tstanly tsai.sta...@gmail.com wrote: hi all, i add a zoomcontrols in my view, not in the webview or mapview, but when i click the zoom in/out, the view can't in/out? thanks my code is: ==  

[android-developers] Re: DD command

2009-07-26 Thread Roman
You can find dd within the busybox tool kit for Android. http://benno.id.au/blog/2007/11/14/android-busybox -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and

[android-developers] Re: HTC Hero has multi-touch. SDK support?

2009-07-26 Thread patrick aljord
On Jul 25, 6:26 pm, Romain Guy romain...@google.com wrote: Donut is NOT Android 2.0 and there's no multi-touch support in Donut. Will 2.0 have multi-touch though? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] How to open or close the soft keyboard by code

2009-07-26 Thread Rain
Does anyone knows how to open or close the soft keyboard by code not for application development? 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] Re: How to open or close the soft keyboard by code

2009-07-26 Thread Evan Charlton
http://groups.google.com/group/android-developers/browse_thread/thread/180530f680374493 Evan Charlton On Jul 26, 10:38 pm, Rain rainli1...@gmail.com wrote: Does anyone knows how to open or close the soft keyboard by code not for application development? Thanks

[android-developers] Re: Communication between two android emulators located on two PCs connected via LAN

2009-07-26 Thread Roman
Have you found a solution for your problem yet? On the Android documentation I have seen that port forwarding is right now only supported for TCP connection (http://developer.android.com/ guide/developing/tools/adb.html#forwardports). I experienced with Voip and SIP on the Android platform

[android-developers] Re: HTC Hero has multi-touch. SDK support?

2009-07-26 Thread Evan Charlton
2.0 has not been announced, no matter what any bloggers say. Android 2.0 could be 10 years from now for all we know. Evan Charlton On Sun, Jul 26, 2009 at 10:32 PM, patrick aljordpatc...@gmail.com wrote: On Jul 25, 6:26 pm, Romain Guy romain...@google.com wrote: Donut is NOT Android 2.0

[android-developers] Re: How to open or close the soft keyboard by code

2009-07-26 Thread Rain
Thanks Evan I'm sorry to forgot to say that may SDK is 0.9 Beta,so the inputmethod class is not inclued,besides that,i want to open or close the key board not using in an activity.Could you tell me some way else to solve my problem? Thanks for your response. On 7月27日, 上午10时40分, Evan Charlton

[android-developers] Why I got the error Sorry, this video cannot be played

2009-07-26 Thread cindy
My code was working before. I don't why now i got the error. My application use g1 phone recording an 3gp video, Then I use following code try to play it, however I got an error Sorry this video cannot be played. This happened seems after an update from Tmobile. Does anyone has same experience?

[android-developers] about close Location Manager service

2009-07-26 Thread tstanly
hi all, it' so strange about close gps location manager, the gps signal dosen't stop. my code is: ==code=== public class g extends MapActivity{ private LocationManager mLocationManager01; @Override protected void onCreate(Bundle savedInstanceState) {

[android-developers] Re: INSTALL_FAILED_SHARED_USER_INCOMPATIBLE in 1.0 and 1.5

2009-07-26 Thread Dianne Hackborn
It was fixed in the last security update (not the one that just came out, the one before). Sorry I don't recall the build name. On Sun, Jul 26, 2009 at 7:12 PM, hunter jun.hun...@gmail.com wrote: Hi, Dianne: Can you tell me which update fix this bug? I tried to fix it, but failed. I am

[android-developers] Re: INSTALL_FAILED_SHARED_USER_INCOMPATIBLE in 1.0 and 1.5

2009-07-26 Thread hunter
Thanks a lot. On Jul 27, 11:37 am, Dianne Hackborn hack...@android.com wrote: It was fixed in the last security update (not the one that just came out, the one before).  Sorry I don't recall the build name. On Sun, Jul 26, 2009 at 7:12 PM, hunter jun.hun...@gmail.com wrote: Hi, Dianne:

[android-developers] Re: How to listen for touch events from *Lock Screen* and *Home Screen*

2009-07-26 Thread Riyaz
Thanks Dianne Hackborn, however it will be better if there is a way to listen for events from these screens. On Jul 24, 10:06 pm, Dianne Hackborn hack...@android.com wrote: Sorry, no way without modifying that code. On Thu, Jul 23, 2009 at 10:26 PM, Riyaz goo...@riyaz.otherinbox.com wrote:

[android-developers] Re: How to listen for touch events from *Lock Screen* and *Home Screen*

2009-07-26 Thread Dianne Hackborn
Depends on how you define better. Allowing apps to see users draw their lock pattern would be not too cool, for example. On Sun, Jul 26, 2009 at 9:31 PM, Riyaz goo...@riyaz.otherinbox.com wrote: Thanks Dianne Hackborn, however it will be better if there is a way to listen for events from

[android-developers] Re: about close Location Manager service

2009-07-26 Thread tstanly
sorry, I found that is the driver issue. On 7月27日, 上午11時22分, tstanly tsai.sta...@gmail.com wrote: hi all, it' so strange about close gps location manager, the gps signal dosen't stop. my code is: ==code=== public class g extends MapActivity{    private LocationManager

[android-developers] UnsatisfiedLinkError using so from the NDK

2009-07-26 Thread CaseyB
I make a simple JNI test using the NDK and got it compiled but when I try to run I get keep getting a UnsatisfiedLinkError saying that it can't find my so. I read a suggestion to copy it to the /data/data/ app directory, but I can't seem to figure out how to do that. So my questions are, is