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

2011-10-12 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 sub

Re: [android-developers] Http Live Streaming

2011-10-12 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 wrote: > HI, i

[android-developers] Re: ebook for android

2011-10-12 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.

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

2011-10-12 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 a

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

2011-10-12 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 sub

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

2011-10-12 Thread Kim Brorsson
Someone making malware, aye? Den 12 okt 2011 13.06 skrev "Divyata Panchal" : > 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 this group, send

Re: [android-developers] i want to unsubcribe

2011-10-12 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-deve

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

2011-10-12 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 wrote: >

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

2011-10-12 Thread dare777
make sure that the distance between usb"backside"port 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 samsu

[android-developers] Re: ebook for android

2011-10-12 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-12 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 f

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

2011-10-12 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 converted

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

2011-10-12 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 you

[android-developers] DeviceMonitor]Failed to start monitoring

2011-10-12 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 you

[android-developers] Re: SQLite slow

2011-10-12 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 ha

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

2011-10-12 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 hard

[android-developers] Http Live Streaming

2011-10-12 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] Http Live Streaming

2011-10-12 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-devel

[android-developers] Decreasing double tap timeout in GestureDetector

2011-10-12 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 time

[android-developers] NFC device interface

2011-10-12 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 d

[android-developers] Creating an onClick event

2011-10-12 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 Gr

[android-developers] How install Android Development Tools (ADT) ?

2011-10-12 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 sol

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

2011-10-12 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.content.BroadcastReceiver;

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

2011-10-12 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 fi

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

2011-10-12 Thread Francisco Dalla Rosa soares
Then you use the opposite of the code I sent you. Buy the way, the encoding parameter is optional. java.net.URLEncoder.encode(string, "ISO-8859-1"); java.net.Decoder.decode(string, "ISO-8859-1"); 2011年10月12日17:26 ndiiie90 : > Hi thanks for your reply. if i use that class, for sure i can do the

[android-developers] FaceDetector Pose Issue (Euler Value Always 0)

2011-10-12 Thread wxgeekx
I've been dabbling with the FaceDetector and have it working well except for pose Euler coordinates. They always return 0. I've seen previous posts regarding this, but no solution. I'd appreciate any guidance! Thanks! -- You received this message because you are subscribed to the Google Group

[android-developers] Re: Making a Custom View Transparent?? Overlay on top of SurfaceView

2011-10-12 Thread Hal Harrison
Did you try setting the background of you view to something like 0x40ff? Hal Harrison. -- 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 gr

[android-developers] Re: Writing to External Storage Help

2011-10-12 Thread Studio LFP
That still should work fine. /mnt/sdcard on the Bionic is the internal memory and will never be removed so you shouldn't have any issue using it unless there is something wrong with the hardware. /mnt/sdcard-ext is the SD card itself and can be mounted/unmounted etc. You can try something like

Re: [android-developers] Re: capture video

2011-10-12 Thread Kristopher Micinski
You're trying to capture video from the emulator? You have a webcam, right? There is a special procedure you use to get your webcam to work with the emulator.. You can read about it in the Camera docs. Kris On Thu, Oct 13, 2011 at 12:43 AM, mohana priya wrote: > Thanks for your reply.I used y

[android-developers] Re: Google AdMob, Navigation and Galaxy S2

2011-10-12 Thread Chris
+1 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 from this group, send email to android-developers+unsubscr...@googlegroups.com For more optio

[android-developers] Re: capture video

2011-10-12 Thread mohana priya
Thanks for your reply.I used your sample for capturing video.But when i run the application in my emulator i am getting the alert,sorry this video cannot be played.Please tell me the solution.Thanks in Advance. On Oct 12, 11:36 am, Indicator Veritatis wrote: > See the SimpleVideo example in the d

[android-developers] Re: capture video

2011-10-12 Thread mohana priya
Thanks for Your reply Sir.I used your sample for capturing the video.But when i run the application in my emulator i am getting the alertsorry.this video cannot be played.Please tell the solution what to do so.Thanks in Advance. On Oct 12, 11:36 am, Indicator Veritatis wrote: > See the Simple

[android-developers] Re: This application is available to over 0 devices

2011-10-12 Thread Zsolt Vasvari
> The Manifest for > this app is nearly identical to another of my apps which shows it > being compatible with over 600 devices. The keyword here is "nearly." -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send emai

[android-developers] Re: SQLite slow

2011-10-12 Thread Zsolt Vasvari
Don't use getters/setters. Abstract your model's interface at a higher level so that your updates can be bracketed. On Oct 13, 4:29 am, John Goche wrote: > On Wed, Oct 12, 2011 at 5:38 PM, Christopher Van Kirk < > > christopher.vank...@gmail.com> wrote: > >  You haven't provided enough informa

[android-developers] Re: This application is available to over 0 devices

2011-10-12 Thread Chris
On Wednesday, October 12, 2011 9:42:42 PM UTC-4, John Gaby wrote: > > I have uploaded an APK file for a new app, and it is telling me that > 'This application is available to over 0 devices'. > "Over 0" sounds a lot better than less than or equal to 0. I know its not much help, but just say

Re: [android-developers] Re: This application is available to over 0 devices

2011-10-12 Thread J Handal
"Are you saying that I will not be able to see the correct number of devices until I activate the APK " Yes. Then you click on publish. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developer

[android-developers] Re: This application is available to over 0 devices

2011-10-12 Thread John Gaby
Are you saying that I will not be able to see the correct number of devices until I activate the APK (I don't remember it working this way before)? If I do activate the APK, will that automatically publish, or will I still be able to do that later? Thanks. On Oct 12, 6:46 pm, J Handal wrote: >

Re: [android-developers] This application is available to over 0 devices

2011-10-12 Thread J Handal
> > Check it up if the apk have been uploaded and if it is active. -- 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 andr

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

2011-10-12 Thread gjs
Hi, Yes it is possible, next question would be how to do it. Possible methods - via intermediate webserver with http via xmpp via smp text messages via direct tcp/ip connection between devices (may be difficult through proxies & firewalls) etc Regards On Oct 12, 2:08 am, Jin wrote: > Hi I've

[android-developers] This application is available to over 0 devices

2011-10-12 Thread John Gaby
I have uploaded an APK file for a new app, and it is telling me that 'This application is available to over 0 devices'. The Manifest for this app is nearly identical to another of my apps which shows it being compatible with over 600 devices. Does anyone have any idea what might be wrong? If I p

Re: [android-developers] SQLite slow

2011-10-12 Thread Studio LFP
If you aren't, try using transactions: dbHandle.beginTransaction(); lReturn = dbHandle.insert( sTable, null, cvEntry ); // Update and delete here also dbHandle.setTransactionSuccessful(); dbHandle.endTransaction(); If you do multiple inserts/updates/deletes where you target specific rows for a

[android-developers] Re: display images in galleryview from sqlite database

2011-10-12 Thread lbendlin
google sqlite BLOB -- 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 mo

[android-developers] Re: Google AdMob, Navigation and Galaxy S2

2011-10-12 Thread vankirkc
Nothing like answering your own questions. For posterity's sake, in case someone else out there strikes this problem, the answer is Samsung's location/security services. If the phone is allowed to talk to the outside world to enable such things as remote destruction, then every minute or so the dev

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

2011-10-12 Thread Indicator Veritatis
And now for a more direct answer to your immediate question: yes, you are right. The Handler is for passing a message to the thread on which it (the Handler) was created. But that is precisely what a ContentProvider needs for receiving a message telling it that the relevant database view has been u

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

2011-10-12 Thread Indicator Veritatis
That is not the introductory article on the topic. You would have been far better off saving taht deoc for reference and starting with http://developer.android.com/resources/tutorials/notepad/notepad-ex1.html, which has long been the classic tutorial for covering database usage and ContentProvider.

[android-developers] Re: Google AdMob, Navigation and Galaxy S2

2011-10-12 Thread vankirkc
Additional note. Apparently this is a normal thing? I spun up some other games and they seem to go through the same cycle, but are able to handle it somehow without losing their EGL context. So I guess the question is, what is this, and what do those other guys know that I don't about how to get pa

[android-developers] Re: E/OMX-VDEC-720P( 154): Playback Ended - PASSED

2011-10-12 Thread laminina
if the youtube classes are not obfuscated adb pull /data/anr/traces.txt <--- this can help you see the stack trace where the ANR occured on which class was the last one to execute good luck On Oct 12, 2:25 am, manoj wrote: > Hi, > > I have found a strange issue. when I try to play a vi

[android-developers] Android 3.2 - Webview and Password Fields

2011-10-12 Thread Michael
Hi, I currently have a Xoom, Galaxy Tab 10.1 and Sony S tablet. In my app, I have a fullscreen of a WebView and its loading a pretty simple login web form. (Username/Password) After the user is done typing their first name, they tap on the password field and the whole screen gets redrawn to black

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

2011-10-12 Thread JackN
or what? On Oct 12, 10:27 am, Divyata P wrote: > i want to hide my application from uninstall list in android... give some > solution...!!! > > On Wed, Oct 12, 2011 at 4:43 PM, Mark Murphy wrote: > > > > > On Wed, Oct 12, 2011 at 7:04 AM, Divyata Panchal > > wrote: > > > how to stop uninstallati

[android-developers] Re: List with seperators, checkboxes...

2011-10-12 Thread BearTi
Ah, okay... :) Thanks! On 12 Okt., 17:44, TreKing wrote: > On Wed, Oct 12, 2011 at 10:37 AM, BearTi wrote: > > Whith which adapter or listview can I do this? > > That is a PreferenceScreen. > > - > Tre

[android-developers] Google AdMob, Navigation and Galaxy S2

2011-10-12 Thread Christopher Van Kirk
Has anyone come across this yet? On my SGS2, every minute or so my app cycles through its onPause/onResume states, and I see the following line come up in the log right in the middle of it: 10-13 04:36:02.270: INFO/ActivityManager(2707): Starting: Intent { flg=0x1000 cmp=com.google.andr

Re: [android-developers] SQLite slow

2011-10-12 Thread John Goche
On Wed, Oct 12, 2011 at 5:38 PM, Christopher Van Kirk < christopher.vank...@gmail.com> wrote: > You haven't provided enough information to help you. > > The question you need to ask is why is it slow? Are you opening and closing > the connection many time? Too many records? Complex joins? Ineffic

[android-developers] android root

2011-10-12 Thread Salih Selametoglu
hello friends, i wanna connect eduroam using android 2.2. But i have a problem. i set username and password. When i click connect, windows is closing but not connection or error. do noting. you think what's the problem? i cant solve. good android-ly -- Salih SELAMETOĞLU Teknopalas RFID Yazılım

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

2011-10-12 Thread Paul Turchenko
Place your *.apk in /system/app/ On Oct 12, 6:04 am, Divyata Panchal wrote: > 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 this group, send email to

[android-developers] In layout xml, how to a checkbox tied up on right side of parent?

2011-10-12 Thread Build account
Hello. I want to tied up a checkbox on right side of layout in my custum view. Can you please comment me how to? Below is the my sample xml which I tried many time to.(One Textview and one checkbox) - sample.xml http://schemas.android.com/apk/res/ android" and

[android-developers] Re: Can we detect 'screen touch' event itself from on any widget?

2011-10-12 Thread Build account
Hi, It seem that work! how come I couldn't found this... since tried search touch things really many times.. :( Thanks again. On Oct 12, 3:48 am, TreKing wrote: > On Tue, Oct 11, 2011 at 12:35 PM, Build account wrote: > > > - I want to know the touch event whether screen touched on my > > act

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

2011-10-12 Thread TreKing
On Wed, Oct 12, 2011 at 12:27 PM, Divyata P wrote: > i want to hide my application from uninstall list in android... give some > solution...!!! Mark gave it to you minutes after you asked. - TreKing

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

2011-10-12 Thread Yves Liu
I think this happened too if I put some files on phone internal storage (/mnt/sdcard/data) folder. On Tue, Oct 11, 2011 at 10:30 PM, Yves Liu wrote: > I put data on the /data folder directly on sdcard. Not internal > memory. That is a bad idea too? Should I use /companyname on sdcard > directly?

[android-developers] Re: display images in galleryview from sqlite database

2011-10-12 Thread Abhi
anyone with an idea how to do this? On Oct 11, 2:09 pm, Abhi wrote: > Hi > > I have asqlitedatabase that has over 2000 low res thumbnails of > pictures. The database itself is over 100MB in size. The project > requires me to have the photos residing in the database instead of the > file path. Thi

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

2011-10-12 Thread Divyata P
i want to hide my application from uninstall list in android... give some solution...!!! On Wed, Oct 12, 2011 at 4:43 PM, Mark Murphy wrote: > On Wed, Oct 12, 2011 at 7:04 AM, Divyata Panchal > wrote: > > how to stop uninstallation of any application in android...? > > Build your own phone and p

Re: [android-developers] Can a ViewFlipper contain many ListViews which are added programatically?

2011-10-12 Thread aimee daniells
thank you so much, that was exactly the information i needed to know. got it working by inflating a view per page i need in the flipper, that view containing a ListView which i find and use setAdapter() now all my adaptery goodness is back! :D -- You received this message because you are subsc

[android-developers] Re: HTC and LG haven't implemented Android in the right way

2011-10-12 Thread MobileVisuals
Thanks a lot for the info! The problem is that the positions for the stars change for each new frame. This happens because the positions are morphed.Wouldn't it be very slow to sort all the positions according to their z-value for every frame? Wouldn't I have to make one drawElements call for each

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

2011-10-12 Thread Dinesh Bajaj
Hi, I have read the Android doc on the ContentObserverclass, but am not able to understand what is its use? What will be the difference if null instead is passed to the constructor? My understanding is that a Handler

[android-developers] Intent Filters and Contacts App

2011-10-12 Thread devo
Hello, I want to have a menu item display in the contact app. I thought this would be easy using an intent-filter but it does not seem to work for me. Maybe my understanding of intent-filters is wrong or maybe this isn't possible. I want a menu item to appear when the user is viewing a contact.

[android-developers] Re: Robotium Solo getCurrentActivity returns previous activity not current.

2011-10-12 Thread dmon
I guess I should note that this still works fine when "going forward" in the stack. That is, if I open an activity and check that it's the expected one, it works. However, if I do solo.goBack(), and *then *try to test for the one that is visible, it fails. -- You received this message because

[android-developers] Re: Robotium Solo getCurrentActivity returns previous activity not current.

2011-10-12 Thread dmon
We just hit this as well when running our matrix tests in Honeycomb. I tried to debug it a little, and it seems as if activityMonitor.getLastActivity() is returning the wrong thing now. Something must have changed in the ActivityMonitor code, but since Honeycomb's source is not available, I'm no

Re: [android-developers] Can a ViewFlipper contain many ListViews which are added programatically?

2011-10-12 Thread aimee daniells
awesome, thank you, i will try that. i guess i thought ListViews were a little bit more magical than they really are. -- 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

Re: [android-developers] Re: List with seperators, checkboxes...

2011-10-12 Thread TreKing
On Wed, Oct 12, 2011 at 10:37 AM, BearTi wrote: > Whith which adapter or listview can I do this? That is a PreferenceScreen. - TreKing - Chicago

Re: [android-developers] SQLite slow

2011-10-12 Thread Christopher Van Kirk
You haven't provided enough information to help you. The question you need to ask is why is it slow? Are you opening and closing the connection many time? Too many records? Complex joins? Inefficient query? Lack of indexing? Unintentionally cartesianing? Only once you have established that al

[android-developers] Re: List with seperators, checkboxes...

2011-10-12 Thread BearTi
Thanks. I found this exmaple: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/ExpandableList1.html What I want is something like this: http://androidpartaker.files.wordpress.com/2010/07/android_preferences_1.jpg Whith which adapter or listview can I do th

[android-developers] Re: Issue regarding SMS message failed alert dialog.

2011-10-12 Thread Eric W.
This is for a private app that will only be on rooted phones of our own and we want the message disabled. Do you know how to disable it? Thanks, Eric On Oct 12, 5:45 am, Dusk Jockeys Android Apps wrote: > Why would you not want this message to appear, surely it is important > to alert the user t

[android-developers] Re: SQLite slow

2011-10-12 Thread Zsolt Vasvari
SQLite is definetely not slow. So far I've only had the need to move a single database operation into a background thread, and that's only because I need to actually read every row returned (as opposed to just to display them in a list). On Oct 12, 7:08 pm, Mark Murphy wrote: > Move the databa

Re: [android-developers] Find out firmware version

2011-10-12 Thread TreKing
On Wed, Oct 12, 2011 at 8:48 AM, mahalakshmi rathinam wrote: > Can anyone let me know how to find out firmware version from the filesystem > and not from ui. http://developer.android.com/reference/android/os/Build.VERSION.html

Re: [android-developers] Custom Spinner with two TextViews and a RadioButton

2011-10-12 Thread TreKing
On Wed, Oct 12, 2011 at 8:08 AM, Aman wrote: > Now, I am easily able to create a Spinner item with two TextViews but when > I add a RadioButton the whole UI doesn't work. After adding the RadioButton, > the Spinner dialog doesn't get dismissed > The point of a RadioButton is to toggle a selectio

[android-developers] Find out firmware version

2011-10-12 Thread mahalakshmi rathinam
Hi, Can anyone let me know how to find out firmware version from the filesystem and not from ui. Thanks, Maha -- 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 u

Re: [android-developers] Custom Spinner with two TextViews and a RadioButton

2011-10-12 Thread Mark Murphy
Make it be a TextView and a CheckedTextView with the appropriate style. You can find the android.R.layout.simple_spinner_dropdown_item definition in your SDK (platforms/.../data/res/layout) -- copy that and adjust to suit. On Wed, Oct 12, 2011 at 9:08 AM, Aman wrote: > I want to create a Spinner

[android-developers] Using FragmentPagerAdapter, how to pass variables to Fragments

2011-10-12 Thread Dominik Erbsland
I made a horizontal slider with the FragmentPagerAdapter letting the user to smoothly scroll through views. The Fragment classess I am using used to be Activity classes. The code looks like this how I added these classes to the slider: ... private void initialisePaging() { List fragments

[android-developers] Re: Writing to External Storage Help

2011-10-12 Thread MrChaz
phones like the galaxy s do a similar thing where /mnt/sdcard is the internal memory and /mnt/sdcard/external_sd/ is the actual SD personally I ended up kludging a solution where I query android.os.Build.MODEL and switch on it. I think it might be a legacy issue to do with having large amount of i

[android-developers] WHDI Support

2011-10-12 Thread dani maoz
I would like to develop an application which support WHDI Does any one as tutorial or metrical he can port 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@googlegrou

[android-developers] Custom Spinner with two TextViews and a RadioButton

2011-10-12 Thread Aman
I want to create a Spinner with each item having two TextViews and a RadioButton. It is similar to the default Spinner item, the only difference is presence of a second TextView with smaller font. It describes the content of that item. Now, I am easily able to create a Spinner item with two TextVie

Re: [android-developers] ExpandableListView and group indicator

2011-10-12 Thread Kostya Vasilyev
Try invalidating the view. 12.10.2011 16:42, wang пишет: Hi all, I use ExpandableListView, and group indicator I set selector to check android:state_expanded, if it is true, set to down image, or if it is false, I set right image. Now I have a little data from database, and show with Expandable

Re: [android-developers] ExpandableListView and group indicator

2011-10-12 Thread TreKing
On Wed, Oct 12, 2011 at 7:42 AM, wang wrote: > how can I show right image to default? Collapse the group. Just because the data is gone does not mean the state changed. - TreKing

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

2011-10-12 Thread luca aliberti
The problem is that i have not the file system.img, so i can't use the program unyaffs/, is it right? I have only the partition files stored in /dev/mtd/ on my phone. Anyone have any suggestions? Thanks On Oct 11, 3:35 pm, luca aliberti wrote: > I have extracted a yaffs2 image of my android p

[android-developers] ExpandableListView and group indicator

2011-10-12 Thread wang
Hi all, I use ExpandableListView, and group indicator I set selector to check android:state_expanded, if it is true, set to down image, or if it is false, I set right image. Now I have a little data from database, and show with ExpandableListView, and I click one group to expand(the image is down)

Re: [android-developers] Add a link on a TextView

2011-10-12 Thread TreKing
On Tue, Oct 11, 2011 at 5:14 AM, aru wrote: > do you guys know the other ways ? http://developer.android.com/reference/android/widget/TextView.html#attr_android:autoLink - TreKing

Re: [android-developers] How to run application when listview application name clicked with appropiate application

2011-10-12 Thread TreKing
On Mon, Oct 10, 2011 at 10:08 PM, hktsang wrote: > but other then that, it found error and force close the app. > Debug your app to find the cause of your "error and force close" ... then fix it. - T

Re: [android-developers] Can a ViewFlipper contain many ListViews which are added programatically?

2011-10-12 Thread TreKing
On Mon, Oct 10, 2011 at 2:55 PM, aimee daniells < aimeedanie...@googlemail.com> wrote: > I feel these should each be in a ListView within the flipper, but i don't > know how to add more than one ListView at runtime. I only know how to make > one ListView by making the activity inherit from ListAct

Re: [android-developers] shared database between devices

2011-10-12 Thread TreKing
On Sun, Oct 9, 2011 at 11:22 PM, -Castiel- wrote: > I'm making an android app in which i save some values taken from the > device. Now my question is, it's possible to access this values from another > device that has the same app installed ? > Sure it's possible. See the Bump app.

[android-developers] Re: Package Browser: what does "Restart" button do?

2011-10-12 Thread RLScott
..I meant the Package Browser, not the Package Explorer. -- 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-develope

Re: [android-developers] link button

2011-10-12 Thread TreKing
On Fri, Oct 7, 2011 at 7:41 AM, rover wrote: > i have linked buttons on the opening screen to another menus. But i am not > able to connect the buttons in the subsequent menus to more menus. i have > made a .java file for the menu of which buttons are not getting connected. > also i have started

[android-developers] Re: Package Browser: what does "Restart" button do?

2011-10-12 Thread RLScott
In case you haven't looked at the Package Explorer, it is found in the Emulator under "Dev Tools". Now can someone tell me what the "Restart" button does in this tool? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

Re: [android-developers] Re: How to control the rotation

2011-10-12 Thread Subin Sebastian
Hi Perry, You can use Android animation for the same. Add the following code into a file in res/anim, say rotation.xml http://schemas.android.com/apk/res/android"; android:fromDegrees="0" -- you can change these android:toDegrees="360"-- values as required android:toYScale="0.0" --no

[android-developers] Re: GL-related Crash on Xoom/Tab 10.1 requiring removal of battery or shell reboot?

2011-10-12 Thread Streets Of Boston
I've seen the log message "W/SharedBufferStack( 78): waitForCondition(LockCondition) timed out (identity=5, status=0). CPU may be pegged. trying again. " plenty of times on my Galaxy 10.1 and Xoom tablets. However, it was never hung (as far as I know); just a few of these messages in a row an

[android-developers] Re: Newbie Question About Eclipse and SDk

2011-10-12 Thread cellurl
http://www.udemy.com/write-and-publish-an-app-for-your-android-smartphone/ -- 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 t

[android-developers] Measuring/drawing text on a scaled Canvas

2011-10-12 Thread noriato
Hi, I've been struggling with text measuring and scaled canvases. When the canvas is unscaled, getTextBounds and measureText deliver accurate results. However, when the canvas is scaled both methods do not deliver results that match the actual size of a printed text. For testing I've created a s

Re: [android-developers] Observing a Singleton List from an Activity

2011-10-12 Thread TreKing
On Wed, Oct 12, 2011 at 6:09 AM, Boozel wrote: > Any ideas where i can find some example code of this? Google "Observer pattern example java" ? - TreKing

Re: [android-developers] Android game programming

2011-10-12 Thread Latimerius
On Wed, Oct 12, 2011 at 1:44 PM, Mohammed Hossain Doula wrote: > http://obviam.net Hey, that looks like one cool Android game programming site - how come I haven't come across it before? :-) Cheers! -- You received this message because you are subscribed to the Google Groups "Android Developer

Re: [android-developers] Android game programming

2011-10-12 Thread Mohammed Hossain Doula
http://obviam.net and the beginners book on android by Mario... On Wed, Oct 12, 2011 at 5:35 PM, Kakande Michael wrote: > Hi, > does any one know of a site with good android game programming books or > tutorials? > am working on a project and it would really help. > > thanks in advance > mickhai

[android-developers] Android game programming

2011-10-12 Thread Kakande Michael
Hi, does any one know of a site with good android game programming books or tutorials? am working on a project and it would really help. thanks in advance mickhail gurbachev -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] Re: SQLite Query

2011-10-12 Thread lbendlin
have the input data ready in a insert friendly way, namely 'Name1','country1' 'Name2','country2' and then use Begin transaction...Insert loop...commit transaction. In the insert loop, read your source line by line, and craft the SQL Insert manually -- You received this message because you a

  1   2   3   >