Re: [android-developers] ErrorMessageHandler.handleMessage(-1) to start camera

2011-10-10 Thread metin ögtem
Check for Camera runnig correctly 2011/10/10, ecspertiza ecspert...@gmail.com: Hi all, I use code Intent intent = new Intent(android.media.action.IMAGE_CAPTURE); startActivityForResult(intent, 0); to start standart camera. Standart camera run and i get message

Re: [android-developers] close application

2011-10-10 Thread metin ögtem
why you want that ?? And i think you must get live applications..And you must write service or likte that thing 2011/10/10, TreKing treking...@gmail.com: On Mon, Oct 10, 2011 at 1:24 AM, venugopal reddy venugopal.re...@tspl.comwrote: My requirement is , If I close the Emulator browser ,

Re: [android-developers] Re: Get GPS Location in a Broadcast Receiver.

2011-10-10 Thread metin ögtem
Maybe you want to use Service.. 2011/10/10, lbendlin l...@bendlin.us: Either make the location a global variable, or send it as an Extra in the broadcast. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] ErrorMessageHandler.handleMessage(-1) to start camera

2011-10-10 Thread metin ögtem
I think your code is wrong..You must use Intent.Extra .. 2011/10/10, Антон Михайлов ecspert...@gmail.com: if i runnig cam from menu, all running fine. 2011/10/10 metin ögtem android.develope...@gmail.com Check for Camera runnig correctly 2011/10/10, ecspertiza ecspert...@gmail.com: Hi

Re: [android-developers] HTTP Request Handler

2011-10-10 Thread metin ögtem
You must search in internet :) 2011/10/10, Sunil Mishra suniljmis...@gmail.com: Can any one please provide me an example of HTTP Request Handler. Please its urgent. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Downloads

2011-10-10 Thread metin ögtem
I think you only can get applications..You can get package names and when new one came you can do what you want..But browser downloading is not make sense 2011/10/10, b_t bartata...@gmail.com: Hi, Is there any way to get list of every downloads? It seems that DownloadManager returns downloads

Re: [android-developers] [SOLVED] Real Multi touch in Android - Going Open Source!!!

2011-10-10 Thread metin ögtem
Good..That applicatios uses in presentation 2011/10/10, swapnil kamble swap.kam...@gmail.com: Cool app. I just tried it, works awesome. Nice work Swapnil On Mon, Oct 10, 2011 at 2:08 PM, Asim asim.mit...@gmail.com wrote: Hey Everyone, I've been working on a project to improve android's

Re: [android-developers] Re: is this possible to start an app every 5mins

2011-10-10 Thread metin ögtem
Yes you can ..But it is not for good programmer..Google can close your accont 2011/10/10, Rikki rikki.a...@gmail.com: Use a service to launch your activities. Read http://developer.android.com/guide/topics/fundamentals/services.html for details. On Oct 10, 3:09 pm, GopalaKrishnan D

Re: [android-developers] Uploading applications

2011-10-10 Thread metin ögtem
Maybe you try to connect wrong gmail adress.. 2011/10/10, J Handal jhand...@gmail.com: Once you've registered, it's easy to upload your application to Android Market. From the home screen of the Developer Consolehttp://market.android.com/publish, select Upload Applications. You'll be asked

Re: [android-developers] sending email automatically

2011-10-10 Thread metin ögtem
Android mail system requre Gmail or other authentication..That means some screnn pops up and show users to send mail to you.. 2011/10/10, rahul verma rahulsgonnar...@gmail.com: What is SMTP? On 10 Oct 2011 06:16, rahul verma rahulsgonnar...@gmail.com wrote: Yeah i too need to know that.

Re: [android-developers] Re: Video in WebView

2011-10-10 Thread metin ögtem
You can add webview your layout..it will be simple.. 2011/10/9, gyanu maharjan gymahar...@gmail.com: check this.. http://stackoverflow.com/questions/4810421/open-video-player-in-webview On Sun, Oct 9, 2011 at 1:46 PM, Siva Prakash siva.yuvan2...@gmail.comwrote: Yes I want to play a video

Re: [android-developers] Android Benchmark

2011-10-10 Thread metin ögtem
Android market contain benchmark applicatios ...you can benchmark your phone.. 2011/10/9, ehsan azimzadeh ehsan.azimza...@gmail.com: I want to determine which bytecodes are usually execute. In other words I'm doing a bytecode profiling. This is not only in a specific domain. Is there any

Re: [android-developers] BitmapFactory.decodeResource() zero width/height

2011-10-10 Thread metin ögtem
is getSize() true ?? maybe it should be different 2011/10/8, Greg Donald gdon...@gmail.com: I am loading a bitmap and then creating a new scaled version like this: Bitmap bm = BitmapFactory.decodeResource( getResources(), R.drawable.grid ); Matrix matrix = new Matrix(); matrix.postScale(

Re: [android-developers] Flash On Flash Off without the camera

2011-10-10 Thread metin ögtem
if you didnt release it you cant use it again..Try to take picture..İf you camera is using by other process camera alo can't use it.. 2011/10/8, Android2ee mathias.seguy...@gmail.com: Hello, There is a guy who contact me about the Android FlashLight, he wants to set it on and off without

Re: [android-developers] Flash On Flash Off without the camera

2011-10-10 Thread metin ögtem
if you didnt release it you cant use it again..Try to take picture..İf you camera is using by other process camera also can't use it.. 2011/10/8, Android2ee mathias.seguy...@gmail.com: Hello, There is a guy who contact me about the Android FlashLight, he wants to set it on and off without

Re: [android-developers] Re: is this possible to start an app every 5mins

2011-10-10 Thread metin ögtem
... there are plenty of reasonable applications for this.. http://developer.android.com/reference/android/app/AlarmManager.html Kris On Mon, Oct 10, 2011 at 2:30 PM, metin ögtem android.develope...@gmail.com wrote: Yes you can ..But it is not for good programmer..Google can close your accont 2011/10

Re: [android-developers] Re: Widget refresh rate

2011-10-10 Thread metin ögtem
5 min is best i think..But it depends what your application for.. 2011/10/8, Amit gopal.a...@gmail.com: Thanks Satya. My app needs refresh rate 30mins. Thanks, -A On Oct 8, 7:31 pm, Satya Komatineni satya.komatin...@gmail.com wrote: A, My understanding is that if your refresh rate is

Re: [android-developers] Re: Update my Application

2011-10-10 Thread metin ögtem
XML 2011/10/8, Ubiracy Santos ubiracy@gmail.com: for example http://code.google.com/intl/pt-BR/android/c2dm/ it works for that? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Gettting Defferent Distance When Using the Google Map and User defined Function

2011-10-10 Thread metin ögtem
Maybe you should send your locations google map service..and read result for calculate distance 2011/10/8, Chirag Raval chirag.android.develo...@gmail.com: yes, i think it gives the result travel distance by car. i want the travel distance . how can i get travel distance ? On Sat, Oct 8, 2011

Re: [android-developers] Activity gets (re)created when device goes to sleep?

2011-10-02 Thread metin ögtem
it could be continue onResume()..You can logging it.. 2011/10/2, Latimerius l4t1m3r...@googlemail.com: Hello, I'm seeing something about the Activity life-cycle that I don't believe is covered in the Dev Guide section on Activities. I start an activity which causes its onCreate() and

Re: [android-developers] Re: Creating database with adb

2011-10-02 Thread metin ögtem
You dont want to create database with adb..Because databases are in program...Every databse got program..You want to database programless 2011/10/2, Doug beafd...@gmail.com: On Sep 30, 12:11 am, Andi andi.hofba...@googlemail.com wrote: My problem is i have to create a database and put it in the