[android-developers] major problem with network location fixes and their timestamps

2011-10-13 Thread Mathias
Hi, if someone could bear with me on this one i'd be most happy since i'm really disillusioned right now. BOTTOM LINE (to be detailed further down): It seems as though the Location.getTime() sometimes isn't accurate, in that the system under certain circumstances just updates the time of an old

[android-developers] Contact lookup by phone does not work

2011-10-13 Thread Ricardo Granados
Hi Folks im trying to build an app that among other things reads the contact information stored in my contacts based on the phone number received in an sms. This is the code im using for the search that is currently not working for me package SMS_Listener; import

[android-developers] Decreasing double tap timeout in GestureDetector

2011-10-13 Thread anusha r
Hi, This is for an application listening to both single and double tap events. Android's GestureDetector has a 300 ms [1] timeout to distinguish betweens single and double taps. If the second tap has not occurred for 300ms, onSingleTapConfirmed is called [2]. Whats the best way to reduce this

[android-developers] NFC device interface

2011-10-13 Thread Godborg
Please provide info about the device interface for NFC in Android. Im not interested in the highlevel Java interface (have seen that), but need to know how to add our own NFC reader device to the NFC stack in Android. At least I'd like to know details of the current NFC device support - which

[android-developers] Creating an onClick event

2011-10-13 Thread Stefan Reaney
Hi guys, Im pretty new to this android development, I am trying a to create a button which will change the layout of the app to a different pre-made xml layout.. I'm just unsure how to do this? Any pointers? thanks Stefan -- You received this message because you are subscribed to the Google

[android-developers] DeviceMonitor]Failed to start monitoring DeviceSN

2011-10-13 Thread dare777
make sure that the distance between usbport and phone is ~1meter do not use any usb extentionwires ive resolved this error for my samsung galaxy s2 by removing 1.5m extention wire and plug my samsung usb cable directly into a backside usb port ym2c dare -- You received this message because

[android-developers] Re: SQLite slow

2011-10-13 Thread Maxx57
Are you saying the data being returned should be faster, or the UI blocks until your data is returned? If you are saying the query should be faster, see all the above replies, Since your data has the possibility to grow and queries might really become slow, you need to make sure your UI does not

[android-developers] adopting android touch pad for people with limited motor disabilities (using track ball mouse as input)

2011-10-13 Thread Horace Ho
HI Guys, I am wondering if android as a touch based system supports mouse operation. It may sound a bit wired using a mouse on a touch pad. The situation is that I am looking for a computer aided communication solution for my Grandpa, who has lost his voice due to Parkinson's disease and can

[android-developers] Http Live Streaming

2011-10-13 Thread bhargavi
HI, i have found in net that Honey comb supports Http Live Streaming.Has any one tried on this, how to test the HLS on Honey Comb,Please Help me out how to test the HLS, Thanks in Advance, Bhargavi. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Is it possible to create a app that's connected to a desktop client.

2011-10-13 Thread SENAMAS
Hi I did it with Chilkat for Android (Socket lib) It was Great! Open a port in your client and make sure you can see your device over the net by pinging its ip address. add firewall exception on that port which is being used by your client app use sample code for c# cause it can be easily

[android-developers] Re: Stored files on sdcard deleted during uninstall or update

2011-10-13 Thread Llanox
That is a bad idea too? No, If you don't need store private data there. Should I use /companyname on sdcard directly? In API Level 8 or greater, you could use getExternalStoragePublicDirectory(companyname) in order to create a directory which will not be erased when you uninstall or update your

[android-developers] Re: DeviceMonitor]Failed to start monitoring Device-number

2011-10-13 Thread dare777
make sure that the distance between usbbacksideport and phone is ~ 1 meter, do not use any usb extentionwires (voltage drop) if u need a longer distance use a active usb hub with own psu ive resolved this error for my samsung galaxy s2 by removing the 1.5m extention wire and plug my

[android-developers] Re: How can i mount a yaffs2 image on Linux Ubuntu 11.04

2011-10-13 Thread Per
You would need to compile am yaffs2 driver module for your kernel to do that, it would proberly be easier to get the program unyaffs, then you can unpack the image to a directory. You should be able to find that program with a little google search. Per On Oct 11, 4:35 pm, luca aliberti

[android-developers] Http Live Streaming

2011-10-13 Thread kiranmai
Hi , Can you please help me on how to test HLS on android as HLS supports for Android 3.0. Please reply me ASAP. Thank you, kiranmai. P -- 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] How install Android Development Tools (ADT) ?

2011-10-13 Thread CelloHan
Hello, I'm trying to install Android Development Tools (ADT). I'm in the phase 6 of Downloading the ADT Plugin in http://developer.android.com/sdk/eclipse-adt.html . I selected Developer Tools and clicked Next. However, in the next phase, I got stuck. I would like to ask you help me

[android-developers] Re: ebook for android

2011-10-13 Thread Sambhav
Good to see a head first fan. I think the Android Developer site is best place to get started. Tutorials are very well organised and precise. Doing hands on these is the best way to learn. In my opinion a book wont help much. You can also find good tutorials on vogella site. On Oct 9, 6:42 am,

[android-developers] Open Accessory Bluetooth support

2011-10-13 Thread david234589
Has anyone heard any hints as to how far away bluetooth support for Android Open Accessory is? 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@googlegroups.com To unsubscribe

Re: [android-developers] plz help....

2011-10-13 Thread Kim Brorsson
Someone making malware, aye? Den 12 okt 2011 13.06 skrev Divyata Panchal panchal.divyat...@gmail.com: how to stop uninstallation of any application in android...? plz help.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] i want to unsubcribe

2011-10-13 Thread Kim Brorsson
ohh my god man, read the signature of the email. it simply CAN'T be more clear. On 2011-10-11 11:11, guru moorthy wrote: i want to unsubcribe -- 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] apk file size for uploading in android market.

2011-10-13 Thread prashant shrivastav
what is the exact size limit for publishing apps in the Android Market?? It is still 50 MB or Google has raised this limit to 4 GB ??? Please let me know if anybody know this exactly... Your help will be appreciable... Thanks Regards, Prashant -- You received this message because you are

[android-developers] SeekBar jumps ahead initially while playing short media files

2011-10-13 Thread ganesh
Hi All, I am implementing a media player with seekbar controls. I am using AsyncTask to update the seekbar progress. I am facing one issue with seekbar when media player plays short media files( 15 sec duration). The issue is that seekbar suddenly jumps to around 2 seconds forward at the start

[android-developers] Re: ebook for android

2011-10-13 Thread prashant shrivastav
Hi shweta, First go through the developer.android.com -- DevGuide Section, side by side u can follow below books which are freely available on net. 1.Android programming-- written By Nicolas Gamlich 2.The Busy Coder's Guide to Android Development-- By Mark L.Murphy.

Re: [android-developers] Http Live Streaming

2011-10-13 Thread Sumedh Jiwane
Simple way to test HLS is to type the HLS link on web-browser and check whether it plays. Normally HLS link ends with .m3u8 extension. Also you can check whether link is up or not by running it on VLC or Quicktime player. Regards, Sumedh On Wed, Oct 12, 2011 at 5:29 PM, bhargavi

[android-developers] apk file size for uploading in android market.

2011-10-13 Thread prashant shrivastav
what is the exact size limit for publishing apps in the Android Market?? It is still 50 MB or Google has raised this limit to 4 GB ??? Please let me know if anybody know this exactly... Your help will be appreciable... Thanks Regards, Prashant -- You received this message because you are

[android-developers] Re: Http Live Streaming

2011-10-13 Thread bhargavi
Hi, Thanks for the response,i wanted to test HLS on Android 3.0 using serve stream apk,but i dint find any m3u8 playlist.Can you send me a sample playlist so that i can test. Also is there any other apk which supports HLS. Please respond ASAP. Regards, Bhargavi. On Oct 13, 11:16 am, Sumedh

[android-developers] Re: Http Live Streaming

2011-10-13 Thread kiranmai
Hi, I wanted to know testing HLS between Windows/Linux PC and Android emulator/phone. I tried with ServeStream apk on android phone but it didn't work. Can you please tell the steps on how to test HLS. Regards, Kiranmai. On Oct 13, 11:16 am, Sumedh Jiwane sumed...@gmail.com wrote: Simple

[android-developers] Re: What is the use of Handler object in the constructor of the ContentObserver class?

2011-10-13 Thread skink
On Oct 12, 7:07 pm, Dinesh Bajaj dinesh.bajaj...@gmail.com wrote: Hi, I have read the Android doc on the ContentObserverhttp://developer.android.com/reference/android/database/ContentObserv...class, but am not able to understand what is its use? What will be the difference if null

[android-developers] Re: Is it possible a nested JAR in JAR?

2011-10-13 Thread Doug
It sounds like you need an ant build script or something to do stuff prior to the final packaging of your app. Jars don't ship with android (if you want them to contain code you want run). All classes need to be dex'ed by the Android build tools before the final apk is built. Doug On Oct 10,

[android-developers] Re: Camera application

2011-10-13 Thread Fina Perez
Can you provide some logcat or some code? What's the error you get on htc? On Oct 12, 10:29 am, nageswara rao rajana nagu.raj...@gmail.com wrote: Hi,     I developed an application on 2.1, i integrated built-in camera app in my application.     Its working perfectly on Samsung pop device but

[android-developers] Re: How to escape ampersand?

2011-10-13 Thread Doug
Your XML parser should be doing this for you automatically. Is that not the case? Normally developers don't need to write code to handle things like this. They are handled in the libraries that serialize and deserialize data. Doing all that yourself would be silly. Doug On Oct 11, 11:43 pm,

[android-developers]

2011-10-13 Thread RAHUL PAWAR
hi friends please anyone tell me is there any way as such database?if yes,how it can be used? -- 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] How Play the remote url videos

2011-10-13 Thread Muthu S
Hi Friends How to play the remote Url videos.using intent or any otherway -- 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] How to create Video player

2011-10-13 Thread Muthu S
Hi friends How to create a video players in android app. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] How to create Video player

2011-10-13 Thread RAHUL PAWAR
it is available at developers.android.com-reference,from where u can get complete code. On Thu, Oct 13, 2011 at 1:38 PM, Muthu S mu...@contus.in wrote: Hi friends How to create a video players in android app. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers]

2011-10-13 Thread arun kumar
yes. SQLite plz check in www.developers.android.com On Thu, Oct 13, 2011 at 1:33 PM, RAHUL PAWAR pawarrb...@gmail.com wrote: hi friends please anyone tell me is there any way as such database?if yes,how it can be used? -- You received this message because you are subscribed to the Google

Re: [android-developers] How to create Video player

2011-10-13 Thread Muthu S
Hi Rahul am not able to find out that code ,could you please help me.And also exactly i want this information. Please check this link . http://www.androiddevelopers.info/android-discussions/how-play-the-remote-url-videos-2/ The above url link explain my problem its very urgent please

[android-developers] Re: How Play the remote url videos

2011-10-13 Thread Muthu S
Hi mkhays The second one working i know that but its working some device only thats the problem its show the video can't played error.Its very urgent kindly help me.Otherwise could you please tell me how to integrate the youtube player in android app.How to integrate html5 player in android

Re: [android-developers] Re: What is the use of Handler object in the constructor of the ContentObserver class?

2011-10-13 Thread Dinesh Bajaj
@Indicator Veritatis: Thank you for very much for your detailed responses. Though I have not read the Notepad tutorial that you mentioned, I am reasonably comfortable with Content Providers (as there are numerous examples of it in the Internet). It is the Content Observer I found a little

[android-developers] Re: Can I save the wallpaper?

2011-10-13 Thread Perry168
Who can give a hints for me? Thanks a lot! On 10月11日, 下午4時00分, Perry168 perry...@gmail.com wrote: Hi, How can I  backup the current wallpaper? Also, does any method to check the wallpaper is a livewallpaper or not? Thanks a lot! -- You received this message because you are subscribed to

[android-developers] Re: What is the use of Handler object in the constructor of the ContentObserver class?

2011-10-13 Thread skink
On Oct 13, 10:36 am, Dinesh Bajaj dinesh.bajaj...@gmail.com wrote: @Indicator Veritatis:  Thank you for very much for your detailed responses. Though I have not read the Notepad tutorial that you mentioned, I am reasonably comfortable with Content Providers (as there are numerous examples of

[android-developers] integrate the youtube player in android app

2011-10-13 Thread Muthu S
Hi all If anybody knows how to integrate the youtube player in android app. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Please give the solution for my videos

2011-10-13 Thread Muthu S
Hi All Please give the solution for queries .Its really help for me very very urgent .If anybody knows tell me. 1.Play the remote URl videos using intent 2.How to create a video player. 3.How to integrate the HTML5 player in android app. 4.How integrate the YouTube player in android app.

[android-developers] Can I use device height in layout XML file?

2011-10-13 Thread limtc
Hi, I am doing a drawing program which I have a palette height which is exactly 1/5 of the device height. The question is: how do I specified it in android:layout_height? What I am doing now is stupid: I create a layout XML file for each device size and change the layout_height. Is there a more

[android-developers] Open media file in web server

2011-10-13 Thread Sunil Mishra
Hi, I am currently developing a web server, and i want to play the content on phone in the browser of PC. Is there any way to do this? -- 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] Hi this is basha

2011-10-13 Thread johny basha
hi can any help me i am new android developer. i want to display a chart that should be updated at run time with the user's data -- 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] Regarding WAP

2011-10-13 Thread nageswara rao rajana
Hi, I need to develop a WAP app, so any one please send information related link. Thanking you, Nagu. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: major problem with network location fixes and their timestamps

2011-10-13 Thread lbendlin
you haven't explained your problem yet. What if I say So what, only use live GPS locations in your app? ? -- 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 use menu for full screen apps on honeycomb?

2011-10-13 Thread Changzhi Wang
thanks in advance! Regards, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: What is the use of Handler object in the constructor of the ContentObserver class?

2011-10-13 Thread Dinesh Bajaj
@pskink@ : I was initially loathe to look at the source code, but after the checking the link that you provided, I got the answer to my query. :-) On Thu, Oct 13, 2011 at 3:01 PM, skink psk...@gmail.com wrote: On Oct 13, 10:36 am, Dinesh Bajaj dinesh.bajaj...@gmail.com wrote: @Indicator

[android-developers] switching between activities

2011-10-13 Thread vani reddy
Hi friends, How to switch to different activity without calling Intent intent = new Intent(CurrentActivity.this,NewActivity.class); startActivity(intent); I dont want to call oncreate at all? -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: How to use a OnClickListener in Fragment

2011-10-13 Thread Daniel Rindt
No ability for using the ClickListener in a Fragment? -- 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: The file is invalid: W/ResourceType( 9654):

2011-10-13 Thread cellurl
I figured it out. I renamed res/values-en to res/values cellurl -- 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] Using Dreamweaver Android SDK extension to develop?

2011-10-13 Thread Boyd Speer
Is anyone using Adobe Dreamweaver Android SDK extension to develop? Is it any better than Eclipse? How about developing in Adobe Flash CS5 to compile the .apk thanks for sharing any experiences... -Boyd -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Android game programming

2011-10-13 Thread Oli Wright
Seconded both on the recommendation of Mario's book and the usefulness of the site. Consider it added to my feeds :) As well as using Mario's book, I can recommend giving libgdx a look in (Google is your friend). There are some great examples to get you started in the repository as well as a

[android-developers] Vibrate Trigger on Android Device

2011-10-13 Thread cipher_neo
Is it at all possible to trigger the phones vibration from a web app in android? I know it is a long shot, and I am looking for any solution, however lengthy! thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Android game programming

2011-10-13 Thread Mohammed Hossain Doula
BTW... AndEngine is also nice... On Thu, Oct 13, 2011 at 6:57 PM, Oli Wright oli.wri...@gmail.com wrote: Seconded both on the recommendation of Mario's book and the usefulness of the site. Consider it added to my feeds :) As well as using Mario's book, I can recommend giving libgdx a look

[android-developers] Re: How to use a OnClickListener in Fragment

2011-10-13 Thread Streets Of Boston
In your onCreateView callback of your fragment, you could do something like this: *Button myButton = (Button)view.findViewByid(R.id.mybutton);* *myButton.setOnClickListener(new OnClickListener() {* * public void onClick(View view) {* *// put some code here that handles the click event.* *

[android-developers] Android source code not available at official site

2011-10-13 Thread KK
Hi All, I was trying to download the android source code and play around with things. I'm trying to use this like http://source.android.com/source/downloading.html to get the source code. It seems the URL is unavailable and the 404 page comes up . I also tried to access the page

[android-developers] How can I import Facebook to my Android app?

2011-10-13 Thread Zwiebel
I have an app which in I want to import Facebook login and publish possibilities. I got a source code facebook hackbook which has source code about the things. But I have a problem. I can't get the android hash code from the debug.keystore. I have an E drive instead of C so I copy/pasted the code

[android-developers] Re: Android source code not available at official site

2011-10-13 Thread Chris
On Thursday, October 13, 2011 9:35:46 AM UTC-4, KK wrote: Would appreciate if someone can point me in the right direction to get the (latest)android source code. Thanks a ton. Its been unavailable roughly the past five weeks since kernel.org was hacked. There's no official word on when

Re: [android-developers] how to use menu for full screen apps on honeycomb?

2011-10-13 Thread Mark Murphy
On Thu, Oct 13, 2011 at 7:58 AM, Changzhi Wang changzhi2...@gmail.com wrote: thanks in advance! Either don't make it full-screen, or roll your own menu as part of your UI. Usually a full-screen tablet app will be some sort of game that would not use an options menu even on a phone, preferring

[android-developers] APK must be signed with the same certificates as the previous version

2011-10-13 Thread MobileVisuals
I try to upload new versions of 2 of my apps on Android market,but I get the message apk must be signed with the same certificates as the previous version. My old development environment crashed and I can't find the certificate that I used before. How can I solve this problem? Is there no

Re: [android-developers] Can I use device height in layout XML file?

2011-10-13 Thread Mark Murphy
On Thu, Oct 13, 2011 at 6:46 AM, limtc thyech...@gmail.com wrote: I am doing a drawing program which I have a palette height which is exactly 1/5 of the device height. The question is: how do I specified it in android:layout_height? You can't, per se. You can put the palette inside of a

Re: [android-developers] APK must be signed with the same certificates as the previous version

2011-10-13 Thread Mark Murphy
On Thu, Oct 13, 2011 at 10:07 AM, MobileVisuals eyv...@astralvisuals.com wrote: I try to upload new versions of 2 of my apps on Android market,but I get the message apk must be signed with the same certificates as the previous version. My old development environment crashed and I can't find

[android-developers] Re: Creating an onClick event

2011-10-13 Thread asdf
I think you can get the root view from the activity. And then remove its child view then inflate the layout you want to added using LayoutInflater. And add the view to the root view finally. Maybe it will work. On 10月12日, 下午9时38分, Stefan Reaney stefanrea...@gmail.com wrote: Hi guys, Im pretty

[android-developers] Does anyone completely using test-driven development strategy in android development?

2011-10-13 Thread hongbosb
I found TDD is quit a good stuff recently. But i think android`s testing framework isn't mature enough. For example, when i was going to use a mock framework, there is only android-mock can help me. And make it work out is quit tough thing. And when i was using robotium to automatic testing,

[android-developers] Re: plz help....

2011-10-13 Thread hongbosb
You can push your apk file into /system/app. Then this app won't be uninstall in usual way. ps: You mush root your phone and remount your device using adb remount. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: الانظمام الي هذا المجموعة

2011-10-13 Thread hongbosb
欢迎加入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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] Re: الانظمام الي هذا المجموعة

2011-10-13 Thread ourunix
同秀伟大美丽的方块字 From: hongbosb Sent: Thursday, October 13, 2011 10:58 PM To: android-developers@googlegroups.com Cc: mohammed@hotmail.com Subject: [android-developers] Re: الانظمام الي هذا المجموعة 欢迎加入android -- You received this message because you are subscribed to the Google Groups

[android-developers] please help: broadcast receiver does not execute code

2011-10-13 Thread John Goche
Hello, I am having the following problem and was wondering whether anyone here could be so kind so as to help me. I am having a broadcast receiver in my code that opens a database and sets an alarm. However the code that sets the alarm is never called as shown in the adb logcat output. What is

Re: [android-developers] plz help....

2011-10-13 Thread Divyata P
nope.. not malware!! jus to make an app for security purpose.. On Thu, Oct 13, 2011 at 3:23 AM, Kim Brorsson zhoo...@gmail.com wrote: Someone making malware, aye? Den 12 okt 2011 13.06 skrev Divyata Panchal panchal.divyat...@gmail.com : how to stop uninstallation of any application

[android-developers] how to insert image into listview and text also in list view

2011-10-13 Thread shital suryawanshi
hi if any one have information about that pls send me thanks shital -- 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: Two menu buttons in Honeycomb?

2011-10-13 Thread Darren K
I have this exact same problem. Pressing the on in the system bar expands the one on the action bar. I have set targetSdkVersion to 11. Also tried it with 13. There must be some exception that both of us have found to the rule not to show the system bar legacy menu button when targeting 11.

[android-developers] I want to know how can I make the cell take input from the soft keypad ?

2011-10-13 Thread sunny
Hi, I am a newbie to Android development. I have created a grid of rows x columns by creating a class which extends a View and then painting the grid lines on the canvas. Then I was able to pop up the soft keypad when a user touches any cell on the grid. 1) I want to know how can I make the

[android-developers] Where could I download CTS 2.3_r9 source code?

2011-10-13 Thread Enrico
ATT -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

[android-developers] Fragment visibility after transaction

2011-10-13 Thread Nick Parker
Hello, I am using the fragment compatibility library and have a question about fragment transactions. I am using a third-party action bar and two fragments in this scenario. Each fragment updates the user interface of the outside action bar when they are displayed. When displaying the first

[android-developers] terminating the application in android issue

2011-10-13 Thread Uberall, Android
Dear All Experts, I have developed my own application but I am unable to close it through coding. I have tried following ways (a) System.exit(0) (b) android.os.Process.killProcess(android.os.Process.myPid()); (c) super.destroy() (d) this.finish(); (e)

[android-developers] Robotium Vs Monkeyrunner

2011-10-13 Thread Mahendran
I'm new to Android and I'm trying to understand 1. Which is better tool for testing both Native app. and Web based application? 2. MonkeyRunner code can be run in mobile device or can be done only in the SDK? Thanks, Mahendran -- You received this message because you are subscribed to the

[android-developers] My app is on market but any device can install it

2011-10-13 Thread deloupy jp
Hi, 1) We can't find our appli in android market, only in our developer account . It has been developed on eclipse and tested successfully on samsung galaxy 2 We can't find any relevant reason for dysfunction of our application. When i want to install on my mobile, it's not OK too. Thanks

[android-developers] Do I need to buy Google Maps license for Android?

2011-10-13 Thread elFerZur
I want to develop an Adroid App (for internal use, not for Android Market) that uses Google Maps Api to view vehicles position in real time over maps. The application is not for comercial use, only for few users that have android phones, and want to know the position of vehicles over Google Maps.

[android-developers] Android Tablet Internal Storage

2011-10-13 Thread ramya
Hi, 1)I am converting an ipad project to android.In doing so,in ipad version ,I can save the internal files in bundle (called Bundle directory) and all the files are stored under documents which is internal to app. In android we have /data/data/{package name}/files My Question is I should be

[android-developers] Gingerbread boot time page fault

2011-10-13 Thread Christian Pinto
Hello everybody, i'm working on the porting of Android gingerbread on an ARM based virtual platform, based on ARM Fast Models Emulator (Cortex-a9 is the target architecture). I was able to patch a Linux-2.6.38 kernel which works pretty good with some releases of Android and the virtual platform

[android-developers] Service BroadcastReceiver and Activity

2011-10-13 Thread Diego Fernandez
Hello to all, I have read something about how to launch a Activity from BroadcastReceiver, hence now I am reached the point where I really cant not find the answer to... why is closing my application?. I will explain the idea of ​​the application: It consists of a main screen main that has only

[android-developers] Finding the Users Nearest Places

2011-10-13 Thread Murali
I finished the code for user curretn location .i done json parsing to get nearest places but i get only users current location only ..what can i do..? -- 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] My app is on market but any device can install it

2011-10-13 Thread Appaholics
Could you tell us the name? Thanks On Thu, Oct 13, 2011 at 7:57 PM, deloupy jp jpdelo...@gmail.com wrote: Hi, 1) We can't find our appli in android market, only in our developer account . It has been developed on eclipse and tested successfully on samsung galaxy 2 We can't find any

[android-developers] SoftPhone

2011-10-13 Thread papar
Hallo allemaal, Ik wil graag weten hoe kan ik een softphone voor android maken? Is er een tutorial of gids of example? Is er een opleiding in dit richting? Groetjes, Papar. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Do I need to buy Google Maps license for Android?

2011-10-13 Thread Appaholics
It is free for any use as long as you leave their logo intact and visible. AFAIK. Thanks On Thu, Oct 13, 2011 at 1:55 PM, elFerZur fzuri...@gmail.com wrote: I want to develop an Adroid App (for internal use, not for Android Market) that uses Google Maps Api to view vehicles position in real

[android-developers] Re: How to get class file from APK

2011-10-13 Thread ven
http://stackoverflow.com/questions/3593420/android-getting-source-code-from-an-apk-file -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Re: Http Live Streaming

2011-10-13 Thread zafera
Here is a test stream link from microsoft you can type this to android device's web browser and see if it plays the video. httplive://mediadl.microsoft.com/mediadl/IISNET/SmoothMedia/iPhone/bbb/output/test.m3u8 Zafer On 13 Ekim, 10:04, bhargavi bhargavi1...@gmail.com wrote: Hi,     Thanks for

[android-developers] Problms

2011-10-13 Thread amjad yoosuf
Dear Am using new Samsung Galaxy S i9000 Phone But i cant create my Android Account I just try to download some applications But that time see in this message *There are no Android phones associated with this account. Please sign in with a different account.* -- * Amjath Yoosuf* -- You

[android-developers] Get Application Context After Force closed

2011-10-13 Thread Manikandan M
Hi I integrated c2dm in my application its working fine. once c2dm notification came i do some database operation so i need the context to create OrmLiteSqliteOpenHelper object. OrmLiteSqliteOpenHelper lDatabaseHelper = OpenHelperManager.getHelper(context.getApplicationContext()); This is fine

[android-developers] OpenGL reinitialization in Android

2011-10-13 Thread Jigar
We are trying to re-initialize OpenGL instance on Android in the SurfaceFlinger. For this, I am calling an API in SurfaceFlinger implemented by us. This API inturn speaks with OpenGL through DisplayHardware. Now, to re-initialize OpenGL, first I flush the existing OpenGL instance then recreate a

[android-developers] Re: Android source code not available at official site

2011-10-13 Thread apalsson
Actually http://android.git.kernel.org/ is up again, but still dreams of electric sheep. No repo yet available. But it's a promising start and hopefully we'll see some sources again in a week or two. :) -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Apply custom effect to camera preview

2011-10-13 Thread Jordi Puigdellívol
Hi guys, I want to add some effects to the camera preview, I found out that the best way is to pass it to a opengl texture and display it over the Surface, I found an example that gets the luminance and displays it, however I want to use the RGB image to apply my efects, is there an easy way to

[android-developers] Re: Android game programming

2011-10-13 Thread Jordi Puigdellívol Hernández
You can try andengine, it has some samples that may help you -- 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] Registering Intent for Sending a link / web page

2011-10-13 Thread Markus Wolff
Hi, I'm trying to register an intent so that my app pops up as a possible choise when choosing Share link from the browser's context menu or More - Share page from the browser's application menu. To do this, I have so far created a new activity called ShareActivity and updated the manifest like

Re: [android-developers] Problms

2011-10-13 Thread Appaholics
This is an SDK support list. For your phone support please use other forums. Thanks On Thu, Oct 13, 2011 at 4:29 PM, amjad yoosuf amjathyoo...@gmail.comwrote: Dear Am using new Samsung Galaxy S i9000 Phone But i cant create my Android Account I just try to download some applications But

[android-developers] Re: Hi this is basha

2011-10-13 Thread Alfdevel
Hi, you could use AChartEngine :http://www.achartengine.org/ On 13 oct, 13:16, johny basha visitba...@gmail.com wrote: hi can any help me i am new android developer. i want to display a chart that should be updated at run time with the user's data -- You received this message because you

[android-developers] Re: Graphical anomaly with hints disappearing. Can anyone explain?

2011-10-13 Thread darrinps
It did for me as well. If you remove top though, it goes away. This is a bug, albeit a lesser one than I thought at first as long as someone knows the work around. On Oct 8, 11:00 am, Studio LFP studio@gmail.com wrote: I tested the following code: EditText android:id=@+id/etMessage

[android-developers] Re: working with tabs (tabhost)

2011-10-13 Thread Kristoffer
Hello. Thanks for a good answer. Have a nice day. On 12 Okt, 05:21, Subin Sebastian subinsebast...@gmail.com wrote: Hi Kristoffer, Hope you were following the tutorial I've posted in the last response. I've figured out a way to do your requirement. The idea is to clear all the tabs which is

  1   2   >