[android-developers] Re: Calendar: functional request

2011-09-09 Thread Ivo Michiel
Simple feature request: Entering repeated calendar apointments is not possible on android phones. Is this feature planned? or could it be planned? -- 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 reliable is Google Marketplace Device Compatibility Report?

2011-09-09 Thread MarkG123
I have been playing with side by side tablet/smartphone version of my app using the single marketplace listing method, and whilst that works, I have some curious reports of what my app will and won't run on for example: Galaxy S2(GT-I9100) NOT COMPATIBLE Galaxy S2(GT-I9103) COMPATIBLE Galaxy

[android-developers] Read NfcA card

2011-09-09 Thread xiaoailsa
Hello,everyboby! I hava learn how to read nfc card.When i read the typeA card ,i have some problem. In the protcet, i ues these: Tag tagFromIntent = intent.getParcelableExtra(NfcAdapter.EXTRA_TAG); NfcA tag=NfcA.get(tagFromIntent); and i can get the

[android-developers] Re: Calendar: functional request

2011-09-09 Thread Ivo Michiel
The thing you can do on the web calendar and not a phone is a repeated apointment every 28 days. This is something you can't do with iPhone or Windows Phone 7, but it can be better than that. On my old phone a Sony Ericcson P990i it was possible. Gretings, On 8 sep, 11:01, martypantsROK

[android-developers] Battery Consumption of app

2011-09-09 Thread A. Purohit
Hi, How can we know how much my app [ livewallpaper here ] is consuming? I assume refresh rate will highly affect battery consumption. Regards, -A -- 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] How reliable is Google Marketplace Device Compatibility Report?

2011-09-09 Thread Dianne Hackborn
I strongly discourage you from using compatible-screens. This was added (under duress) at the specific request of some game developers to be able to target specific combinations of screen sizes and densities. My feeling is that someone actually using this is sooner or later going to regret it.

[android-developers] Re: Read NfcA card

2011-09-09 Thread Michael Roland
Hallo,      NfcA tag=NfcA.get(tagFromIntent);        and i can get the ATQA,SAK,but i don't know how to use transceive(byte[] data),and how i can read the card?? There is no simple answer to that question. FIrst you need to know what card/tag technology you have. (E.g. Topaz/Jewel, MIFARE

[android-developers] Problem when Modify the Default botton bar location from center_vertical | right to bottom | center_horizental in portrait orientation?

2011-09-09 Thread fei wang
This is the content of my layout filelauncher.xml : RelativeLayout android:id=@+id/all_apps_button_cluster android:layout_width=fill_parent android:layout_height=@dimen/button_bar_height android:layout_gravity=bottom|center_horizontal

Re: [android-developers] Sharekit

2011-09-09 Thread Daniel Drozdzewski
On 9 September 2011 03:13, bob b...@coolgroups.com wrote: Does anyone know how Sharekit shortens URLs?  I need to do the same thing on Android. You need publicly available service running on the Internet that translates between long URLs and short ones. Once shortened URL is out, you will need

[android-developers] how to add new resource in Preference

2011-09-09 Thread Ellen
I want to add some new resources in Preference which like title and summary, it seems that need to add the related id in attrs.xml and public.xml to announce it. When I tried to give an ID for the new resource, it report the id is out of range, so, seems the number couldn't extended. is it

[android-developers] Re: How is RockPlayer doing hardware decoding?

2011-09-09 Thread B.Arunkumar
Hi, Would somebody have some idea what exactly has RockPlayer done in the Hardware Decoding mode on a high level basis? I mean have they used the mediaplayer as it is or they have changed something at the source code level of MediaPlayer to get more improvements than the MediaPlayer (support

[android-developers] The number of used satellites for the calculation of GPS fix

2011-09-09 Thread souissi haythem
how can i get the number of satellites, i used in my GPS localisation? -- 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: how to add new resource in Preference

2011-09-09 Thread souissi haythem
hi, when i want to use shared preference. i used this: http://androidorange.blogspot.com/2011/06/android-sharedpreferences.html?spref=bl Maybe it help you. On Sep 9, 10:22 am, Ellen ellen...@hotmail.com wrote: I want to add some new resources in Preference which like title and summary, it

[android-developers] Re: Read NfcA card

2011-09-09 Thread xiaoailsa
Hi,Michael!Thanks your answer. I need to read and write ISO 14443-4 smart card .I had used mTechLists = new String[][] { new String[] { NfcA.class.getName() } } NfcA tag=NfcA.get(tagFromIntent).How to use IsoDep? The problem with me for a long time. Next, What I should do? Can give me some hints?

[android-developers] Re: Inflating editext into AlertDialog...

2011-09-09 Thread sblantipodi
I know that the solution to the problem is to inflate an edittext into the dialog using views. I'm founding a snippet like that. On Sep 9, 3:17 am, TreKing treking...@gmail.com wrote: On Thu, Sep 8, 2011 at 8:00 PM, sblantipodi perini.dav...@dpsoftware.orgwrote: what is the working method

[android-developers] Streaming video

2011-09-09 Thread hudvin
I am streaming video from server(live555) using rtsp. I can watch video using VLC video, but not on android device. Can you provide me some examples of correct encoded files or format requirements? -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Streaming video

2011-09-09 Thread Mark Murphy
This has nothing to do with this list. This is for development with the Android SDK, not for end-user questions for things other than Android. On Fri, Sep 9, 2011 at 6:41 AM, hudvin hud...@gmail.com wrote: I am streaming video from server(live555) using rtsp. I can watch video using VLC video,

Re: [android-developers] The number of used satellites for the calculation of GPS fix

2011-09-09 Thread Mark Murphy
On Fri, Sep 9, 2011 at 5:13 AM, souissi haythem haythe...@gmail.com wrote: how can i get the number of satellites, i used in my GPS localisation? http://developer.android.com/reference/android/location/GpsSatellite.html -- Mark Murphy (a Commons Guy) http://commonsware.com |

Re: [android-developers] Battery Consumption of app

2011-09-09 Thread Mark Murphy
On Fri, Sep 9, 2011 at 3:03 AM, A. Purohit gopal.a...@gmail.com wrote:     How can we know how much my app [ livewallpaper here ] is consuming? I assume refresh rate will highly affect battery consumption. Have your app run for 12 hours or so on a device that is not plugged in. Check the

[android-developers] exit application

2011-09-09 Thread sandy
how t exit application on a single click of a button. -- 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] exit application

2011-09-09 Thread Mark Murphy
http://stackoverflow.com/questions/2033914/quitting-an-application-is-that-frowned-upon/2034238#2034238 On Fri, Sep 9, 2011 at 7:23 AM, sandy sandeepsaga...@gmail.com wrote: how t exit application on a single click of a button. -- Mark Murphy (a Commons Guy) http://commonsware.com

[android-developers] Re: The number of used satellites for the calculation of GPS fix

2011-09-09 Thread souissi haythem
thanks this give me caracteristic of a satellite. but i want first to know the number of satellites my android used to get a GPS fix? On Sep 9, 1:16 pm, Mark Murphy mmur...@commonsware.com wrote: On Fri, Sep 9, 2011 at 5:13 AM, souissi haythem haythe...@gmail.com wrote: how can i get the

Re: [android-developers] Re: Inflating editext into AlertDialog...

2011-09-09 Thread TreKing
On Fri, Sep 9, 2011 at 5:14 AM, sblantipodi perini.dav...@dpsoftware.orgwrote: I know that the solution to the problem is to inflate an edittext into the dialog using views. I'm founding a snippet like that. AlertDialog allows you to set an arbitrary view as its content.

Re: [android-developers] dialog

2011-09-09 Thread Rafael Maas
http://developer.android.com/guide/topics/ui/dialogs.html http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog 2011/9/8 Miguel Morales therevolti...@gmail.com: Override the dialog class and set your own layout. I *think* dialog builder also has a method for setting your own

Re: [android-developers] exit application

2011-09-09 Thread Robin Talwar
Lets assume u wanna put exit button in menu and you have a baseActivity which extends Activity so that its easy to implement on all the activities. In your application instead of extending all your activities with Acitivity(Android) you must extend it with your own BaseActivity. Then place the

Re: [android-developers] Re: log disappears

2011-09-09 Thread Rafael Maas
tanx for command line tip ;) 2011/9/8 Indicator Veritatis mej1...@yahoo.com: A common reason for its disappearance is that Eclipse somehow lost track of which device it is supposed to be connected to. Clock on the little 'Device' icon in the DDMS perspective to make it come back. But this

Re: [android-developers] cancel button

2011-09-09 Thread TreKing
On Thu, Sep 8, 2011 at 10:17 PM, bob b...@coolgroups.com wrote: Is there any easy way to add a cancel button to this? Yes. Keep looking at Builder and what functions you have available. - TreKing

Re: [android-developers] Re: The number of used satellites for the calculation of GPS fix

2011-09-09 Thread Mark Murphy
On Fri, Sep 9, 2011 at 7:38 AM, souissi haythem haythe...@gmail.com wrote: thanks this give me caracteristic of a satellite. but i want first to know the number of satellites my android used to get a GPS fix? Ah, sorry. getExtras() on the Location object should have a satellites value (int,

Re: [android-developers] Cure your android cancer

2011-09-09 Thread TreKing
This actually looks useful, but your post reads like automated spam and thus will likely get ignored by most people. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit

Re: [android-developers] request android-ndk5 for mac

2011-09-09 Thread TreKing
On Thu, Sep 8, 2011 at 1:03 PM, dani maoz maoz.d...@gmail.com wrote: Can anyone post a download link for android-ndk-r5 download link Sure http://tinyurl.com/3kzuhor - TreKing

[android-developers] How to get Super user permission at App level ?

2011-09-09 Thread shubh
hello team, any one have idea how can access Super user permission at Application level? 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

[android-developers] Re: can you switch screen orientation via an app?

2011-09-09 Thread Jim Graham
Never mind I used a better search keyword (don't know why I didn't think of it yesterday!) and found a widget that does the job (more or less). Thanks anyways, --jim -- 73 DE N5IAL (/4)MiSTie #49997 Running FreeBSD 7.0 spooky1...@gmail.com ICBM/Hurricane: 30.44406N 86.59909W

[android-developers] How to implement JSAPI in android

2011-09-09 Thread HariRam
Thanks for previous replies I want to convert my speech to text. I have searched for this particular issue in website they mentioned about JSAPI (java speech API). i am not sure how this api works in android. if you guys have any idea about how to convert speech to text pls guide me. I tried

[android-developers] Re: The number of used satellites for the calculation of GPS fix

2011-09-09 Thread souissi haythem
i have tried: gps_loc.getExtras().getInt(satellites); //gps_loc is the location, i got But it doesn't work and my programme was blocked!!! On Sep 9, 1:54 pm, Mark Murphy mmur...@commonsware.com wrote: On Fri, Sep 9, 2011 at 7:38 AM, souissi haythem haythe...@gmail.com wrote: thanks this

[android-developers] Re: Black screen after switching to another app

2011-09-09 Thread MobileVisuals
The thread runs like it should and no instances are null. Does anyone know what else could cause the black screen? On Sep 8, 3:03 pm, MobileVisuals eyv...@astralvisuals.com wrote: Does anyone know what I can try to do to fix this issue? On Sep 7, 2:07 pm, MobileVisuals eyv...@astralvisuals.com

[android-developers] Re: Battery Consumption of app

2011-09-09 Thread Amit
Thanks Mark. Power Tutor looks useful. I am still developing app but just thought about battery life :) Thanks, -A On Sep 9, 4:20 pm, Mark Murphy mmur...@commonsware.com wrote: On Fri, Sep 9, 2011 at 3:03 AM, A. Purohit gopal.a...@gmail.com wrote:     How can we know how much my app [

[android-developers] Re: windowSoftInputMode=adjustResize not working on landscape or full screen

2011-09-09 Thread guich
This bug was added in 2009 in the Android bug report system! It was first noticied in Android 1.5 and also occurs in 3.1. Seems that Google guys don't consider this a bug.

[android-developers] Re: Upgrading from 1.6 to 2.2+

2011-09-09 Thread kypriakos
Ok thanks Mark. The only strange things they did (since they were written a while back from not so experienced developers) was read and write files (log files) on the SD Card using File I/O classes and use the file:///android_asset/ ... from WebViews for opening html files locally. Has access to

Re: [android-developers] Re: Upgrading from 1.6 to 2.2+

2011-09-09 Thread Mark Murphy
On Fri, Sep 9, 2011 at 9:42 AM, kypriakos demet...@ece.neu.edu wrote: Ok thanks Mark. The only strange things they did (since they were written a while back from not so experienced developers) was read and write files (log files) on the SD Card using File I/O classes and use the  

Re: [android-developers] OpenGL Samsung Galaxy S2 S II Problem With Rotation

2011-09-09 Thread Marcin Mikosik
Hi, I have the same problem reported by one user of my game (for Galaxy S2). Textures that are rotated are either completely invisible or rendered incorrectly. I use opengl 1.0, without VBO and without mipmapping. As I do not have access to galaxy S2 I would be grateful if you post your solution

[android-developers] Re: Upgrading from 1.6 to 2.2+

2011-09-09 Thread kypriakos
Excellent - ok thanks Mark I appreciate the responses. On Sep 9, 10:21 am, Mark Murphy mmur...@commonsware.com wrote: On Fri, Sep 9, 2011 at 9:42 AM, kypriakos demet...@ece.neu.edu wrote: Ok thanks Mark. The only strange things they did (since they were written a while back from not so

[android-developers] Re: ADB could see Samsung Galaxy Tab 10.1 but now it can't!

2011-09-09 Thread RodneyJLambert
Well this will help no one but after working on this for days, I installed some unrelated software updates this morning, rebooted, and now the Galaxy Tab is seen by ADB! If anyone has any thoughts on what could cause this to happen please let me know so I can attempt to find a solution or debug

[android-developers] Re: The number of used satellites for the calculation of GPS fix

2011-09-09 Thread skink
On Sep 9, 3:16 pm, souissi haythem haythe...@gmail.com wrote: i have tried: gps_loc.getExtras().getInt(satellites); //gps_loc is the location, i got But it doesn't work and my programme was blocked!!! On Sep 9, 1:54 pm, Mark Murphy mmur...@commonsware.com wrote: On Fri, Sep 9, 2011

[android-developers] Re: The number of used satellites for the calculation of GPS fix

2011-09-09 Thread RichardC
start with: final IterableGpsSatellite satellites = gpsStatus.getSatellites(); then for each GpsSatellite: call usedInFix() and count the ones used On Sep 9, 4:24 pm, skink psk...@gmail.com wrote: On Sep 9, 3:16 pm, souissi haythem haythe...@gmail.com wrote: i have tried:

Re: [android-developers] OpenGL Samsung Galaxy S2 S II Problem With Rotation

2011-09-09 Thread emanuele padula
The problem is that i'm in your same situation but i even use the mipmapping. Maybe only few changes during initialization can fix it, but without an sg2 to test is too hard. Anyone has ideas or fixed something similar on sg2?? Thank you in advance Il giorno 09/set/2011 16.31, Marcin Mikosik

[android-developers] Re: Inflating editext into AlertDialog...

2011-09-09 Thread sblantipodi
how? On Sep 9, 1:40 pm, TreKing treking...@gmail.com wrote: On Fri, Sep 9, 2011 at 5:14 AM, sblantipodi perini.dav...@dpsoftware.orgwrote: I know that the solution to the problem is to inflate an edittext into the dialog using views. I'm founding a snippet like that. AlertDialog

[android-developers] Re: How reliable is Google Marketplace Device Compatibility Report?

2011-09-09 Thread MarkG123
OK, so how would I achieve this as a single APK? Should I check the OS version API 11+ for tablets, 11 for smartphones? How does this work when the next combined OS comes out? Should I check screen density on the fly and open the correct activity? Will I have problems using honeycomb controls

[android-developers] Re: How reliable is Google Marketplace Device Compatibility Report?

2011-09-09 Thread MarkG123
OK, so how would I achieve this as a single APK? Should I check the OS version API 11+ for tablets, 11 for smartphones? How does this work when the next combined OS comes out? Should I check screen density on the fly and open the correct activity? Will I have problems using honeycomb controls

Re: [android-developers] Re: Inflating editext into AlertDialog...

2011-09-09 Thread TreKing
On Fri, Sep 9, 2011 at 11:24 AM, sblantipodi perini.dav...@dpsoftware.orgwrote: how? Try reading the documentation and using the clearly named function. - TreKing

Re: [android-developers] Re: How reliable is Google Marketplace Device Compatibility Report?

2011-09-09 Thread Dianne Hackborn
Neither. OS version does NOT have anything to do with tablets. (This is depressing, working on ICS there are *way* too many apps that are actually checking API level = 11 to indicate it is running on a tablet. :/). Screen density also has nothing to do with screen size. I suggest first reading

Re: [android-developers] Re: How reliable is Google Marketplace Device Compatibility Report?

2011-09-09 Thread Mark Murphy
On Fri, Sep 9, 2011 at 12:32 PM, MarkG123 mark.gilles...@gmail.com wrote: OK, so how would I achieve this as a single APK? That would depend on what this is. Should I check the OS version API 11+ for tablets, 11 for smartphones? As Ms. Hackborn pointed out, this is invalid. You first need

[android-developers] adjustPan notifications

2011-09-09 Thread guich
Hi, Is there any kind of notification that's sent when using adjustPan in the windowSoftInputMode attribute? I want to know how much the screen was panned. TIA guich -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Bluetooth sync fails.

2011-09-09 Thread Ankur Avlani
Hi, I am trying to develop an application on bluetooth. I am successfully able to pair and send,receive data. Everything works fine. I have a service running in the background, which keep on checking for any incoming connections. Now if i leave the device as is for an hour or more. Android

[android-developers] Re: FFMPEG Question

2011-09-09 Thread Doug
On Sep 7, 10:08 am, dani maoz maoz.d...@gmail.com wrote: Can i  ffmpeg on Android Emulator? Yes, and you can use Google to find out more information. Doug -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: java Thread class vs Android HanderThread: which is better?

2011-09-09 Thread Doug
On Sep 7, 8:52 pm, Pratik Prajapati pratik.prajap...@gmail.com wrote: Android documentation says that consider usingAsyncTaskhttp://developer.android.com/reference/android/os/AsyncTask.html  or HandlerThreadhttp://developer.android.com/reference/android/os/HandlerThread.html, instead of the

[android-developers] Android: AdActivity Window Flags

2011-09-09 Thread jdrop
Hello, I am using the Android SDK. My activity which should display the ads has the window flag WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED and is running above the lock screen. I do not want to go into detail why exactly that is necessary, but I have good reasons for this. In order to let

[android-developers] MonkeyRunner image compare

2011-09-09 Thread Case B
Hello, I'm having an issue with using MonkeyRunner. The goal of my script is to be able to compare saved screenshots with current screenshots in an app. I am still deciding whether to go with python or java, they're both having issues. With Python, the MonkeyImage.sameAs(MonkeyImage, percent)

[android-developers] onTouchEvent method is not working

2011-09-09 Thread Anoop Singh
I am working on a drawing application. When I touch on screen primitive is drawing properly but when I am dragging on emulator screen only few times onTouch event is called. // mPaint is a Paint object. @Override public boolean onTouchEvent(MotionEvent event) {

[android-developers] Scrolling erratic in Emulator in OS X Lion

2011-09-09 Thread Mehuge
I have installed the android SDK on a mac running OS X Lion using eclipse as the IDE. When I run apps in the emulator, scrolling is completely broken. If I scroll a list all the way to the top, android then scrolls it all the way back down again. If I scroll slowly, the scrolling is jumping up

[android-developers] Is it possible for a WebView select element to show a Spinner title?

2011-09-09 Thread Joe Hudson
Hello, I would like to know if I can show a title like that from the Spinner using HTML with a select element. I've tried the obvious (title attribute) with no luck. I'd appreciate the help. Thanks. The title I'm referring to can be seen in the following image:

[android-developers] Working with WiFi

2011-09-09 Thread chandu.....
Hi I want to create a Wifi application for android which can scan and connect to particular access point( when you click on that Accesspoint). Up to now I created a Listview which can show list of access points. now by clicking on anyone network( Item) I want to connect to it. what I have to do

[android-developers] Re: Black screen after switching to another app

2011-09-09 Thread dusty
have it go to an xml test page before you test it with the GLSurfaceView. This is what i do to test the application and then when everything is changing between the pages then implement your GLSurfaceView. On Sep 8, 8:03 am, MobileVisuals eyv...@astralvisuals.com wrote: Does anyone know what I

[android-developers] custom launcher limitations?

2011-09-09 Thread dazed3confused
Hi I just wanted to ask the group, I have been working on a custom launcher which has been going rather well. I was wondering however, if from the launcher app would it be possible to stop other apps on the phone from loading data into their own web browsers (webview nested within their app by

[android-developers] Out Of Memory Error with Images loaded through XML

2011-09-09 Thread Sorab Pithawala
Hi there, I have an XML layout containing an image view which loads the first image ( of a series of 8 images). Also in the layout are two arrows - one for previous and one for next, using these buttons the image in the view changes using setImageResource and pass IDs as R.id.image1, R.id.image2

[android-developers] signature recording

2011-09-09 Thread markmcg
Hi, Is it possible to record a user's signature if they use a stylus and write onto screen? -- 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] Android + SQLite - Brazilian student

2011-09-09 Thread Andrews
hi i am a student from Brazil and I am studying android. I would ask if you could share a material on Android and sqlite (CRUD). Thank you all -- 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] TrafficStats.getMobileRxBytes() and TrafficStats.getMobileTxBytes() reset very frequently on 3.0.1 Honeycomb

2011-09-09 Thread nav
Hi I have noticed a problem on my Samsung Galaxy 10.1. The APIs to get mobile data sent and received, namely TrafficStats.getMobileRxBytes and TrafficStats.getMobileTxBytes reset very frequently, making it impossible to monitor 3G data usage through my test App. Has anyone faced the same

[android-developers] Memory Usage and Garbage Collection issues on 1.6 and 2.1

2011-09-09 Thread hooked82
I'm checking my app for Memory Leaks/Usage and came across something weird that I've only seen so far in Android 1.6 and 2.1. After clicking around in the app a bit and I run adb shell dumpsys meminfo for my application, I see the following: DUMP OF SERVICE meminfo: Applications Memory Usage

[android-developers] Get 2G only state in android

2011-09-09 Thread Mukhammad Wildan
Dear all.. Anyone know how to get network selection mode in android? (2G only, 3G only, auto) 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

[android-developers] MonkeyRunner over TCP

2011-09-09 Thread Erick
I tried to use MonkeyRunner to access a device over TCP and ran into an unknown host service problem. Further digging revealed a May16 thread on this group from the MonkeyRunner author stating that this had not been tried and was unsure if it was possible. Has the capability to implement

[android-developers] how to prevent select element option text from overflowing to down arrow in WebView

2011-09-09 Thread Joe Hudson
Hello, I'm using a WebView to display html content within an android app. I've got a select element (dropdown) that has an option with text that is longer than the element itself. In this case the text goes past the separator line and into the right part where the down arrow is. Is there

[android-developers] Help Understanding Security Exception

2011-09-09 Thread mellery451
I'm seeking some help in understanding the possible reasons of the following error : Caused by: java.lang.SecurityException at android.os.BinderProxy.transact(Native Method) at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java: 146) at

[android-developers] how to change battery charging animation

2011-09-09 Thread sarika
Hello, Can anyone tell me how to change the battery charging animation i.e. ''...the animation that you see when your phone is turned off and you plug the usb cable into a power source... ? Regards Sarika -- You received this message because you are subscribed to the Google Groups

[android-developers] is there any way to clip select element option text in a WebView

2011-09-09 Thread Joe Hudson
Hello, I have a WebView displaying html. A dropdown box (select element) shows option value text fine but if the text is too long, it will render past the divider line and over to the right where the down arrow is. Is there any CSS attribute that would allow me to clip the text at the

[android-developers] Serial Port Connectivity

2011-09-09 Thread parasnath
I have an twitter app.I want to open my twitts in hyper terminal(Serial port). when I click on my twitter app,then all twitts will be show on my hyper terminal.via a bluetooth.Can I do this. Please help me. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] sms based app for field data collection

2011-09-09 Thread akash k
hi, every body, iam develoing an application Field user will send the data from a remote place through the sms and that data has to be submitted to the server in the sql or oracle on the computer. how to accomplish this task. write now Iam able to send the data to another mobile. but not able to

[android-developers] Image in ListView flicks when calling notifyDataSetChanged method.

2011-09-09 Thread Bhavin
I have a listview, extended from BaseAdapter. I have implemented a functionality of a never ending list, when user reaches at the end of the list, adapter fetches new rows from internet. I also load images in each row, they also come from internet. I use AsyncTask to load images asynchronously.

[android-developers] Stuck in developing application

2011-09-09 Thread parasnath
Hello I have created an application in Android.where there is a PDf file which I converted into the Epub File I want to read this file from code,line by line.so can I read this.Please help me. Thankyou in advance -- You received this message because you are subscribed to the Google Groups

[android-developers] Android App

2011-09-09 Thread Dips
Hello, Please have a look on https://market.android.com/details?id=com.storychimes.threepigs2feature=search_result I want to create an App in android for reading E-pub in device...like a given link -- You received this message because you are subscribed to the Google Groups

[android-developers] PARTIAL_WAKE_LOCK and thread running in a service

2011-09-09 Thread Evelyon
I have got a service which runs a thread. The thread save some data in a file (in the sdcard). When Android goes to sleep, I need that the service and the thread continue running. I tried it with a PARTIAL_WAKE_LOCK, but it doesn't work; the thread stops while Android is sleeping. Other locks like

[android-developers] 90 Degrees Radial Gradient

2011-09-09 Thread sposnjak
Hi all! I am working on a custom View that shows a (round) gauge. I would like to make the background of the scale to go from green to yellow to red (270 degree scale) to black. The problem I am facing is that I can not figure out how to make a 90 degree radial gradient - to be specific I would

[android-developers] Help Understanding Security Exception

2011-09-09 Thread mellery451
Hello, I'm looking for some advice understanding the cause of the following exception in my app: Caused by: java.lang.SecurityException at android.os.BinderProxy.transact(Native Method) at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java: 146) at

[android-developers] Sliding/moving fragments (like Gmail and Email app) in Honeycomb

2011-09-09 Thread Chris
How can I recreate the layout animation affects you see in the Gmail app on Android 3.0+ where clicking on an email in the ListView shifts and shrinks the ListView to the left, then shows the email contents on the right. I know you can use PropertyAnimators, ObjectAnimators, etc., but these don't

[android-developers] Listview getting started

2011-09-09 Thread Skip Morrow
I haven't written even a single line of my first android app, but I have been programming C# and other languages for a while. I have read many of the tutorials, and I think I have a plan of action for my first app. My first app will be a home automation controller which will be driven entirely

[android-developers] Webview android

2011-09-09 Thread Christian Bianchini
I have a problem with webview, I tried to use the http://raphaeljs.com/ library but was working only on my computer. I tried to use the browser and doesn't work as well. I tried to download Firefox on my phone and it's work! Anyone can suggest me any idea? I would like to use a webview of Firefox

[android-developers] Problems with deactivating the title bar

2011-09-09 Thread Felix Schröter
Hi everyone, I´m 15 years old (in a few weeks 16) and I´m very new to Android and Java and at the moment I just copy and past, but I want to learn the language Java complete but later. So my Problem: I didn´t deavticate the title bar in the manifest, because I have an ProgessBar to show how

[android-developers] Re: ADB could see Samsung Galaxy Tab 10.1 but now it can't!

2011-09-09 Thread mellery451
I have often had to restart the adb daemon on my ubuntu box with root privs. - so often, in fact, that I have a little shell script with the following commands: /opt/android/android-sdk-linux_86/platform-tools/adb kill-server /opt/android/android-sdk-linux_86/platform-tools/adb start-server

[android-developers] setting outgoig call to an mp3 file

2011-09-09 Thread raghu
hi i want to make an app when you receive an incoming call.it will accept the incoming call and in reply to this call an mp3 file will be played in place of user response. but not heard to the user.only listenable to the user who is calling.is it possible to control the output voice in android??

[android-developers] Samsung Galaxy Tablet messes up co-ordinates when scrolling

2011-09-09 Thread Novice Developer
I am developing a web-application which needs to work on Android browser. In some pages, the application has links to navigate on other parts of the same page. The links work fine in non-mobile browsers, but messes up on Android browser on Samsung Tablet. The problems appear only when we do

[android-developers] Creating Groups in contacts application

2011-09-09 Thread mahantesh bhushetty
Hi, I want to customize the Contacts application provided in the 2.3.3 Gingerbread source code. I want to add the grouping option for the contacts. Could anyone suggest on how to go about? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Get views and widgets of activities in a default android applications (Settings, contacts etc)

2011-09-09 Thread ajay
Hi, I am already feeling great to be a member of this group. I am new to android development. I am trying to do a project which will read the different layouts, views and all other resource in when an activity is opened. Can we write an application which will have a service that will

[android-developers] Contact fields infor in android phones

2011-09-09 Thread SwatiGaur
Hi, Whats the way to find out about what fields for a contact are supported on an android phone? Any database where they are stored or need to query the contact application? Regards, Swati -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] TrafficStats.getMobileRxBytes() and TrafficStats.getMobileTxBytes() reset very frequently on 3.0.1 Honeycomb

2011-09-09 Thread nav
Hi While trying the traffic stats API, TrafficStats.getMobileRxBytes() and TrafficStats.getMobileTxBytes() on Android 3.0.1 (on my Galaxy Tab 10.1), i noticed that the stats reported by the APIs reset very frequently. This makes it impossible to monitor Cellular data sent and received by the

Re: [android-developers] log disappears

2011-09-09 Thread Tod
I met this several time too Original Message From: bob b...@coolgroups.com Time:Thu, 08 Sep 2011 11:59:40 +0530 To: Android Developers android-developers@googlegroups.com CC: Subject: [android-developers] log disappears Anyone know why sometimes the log disappears in the

[android-developers] Uninstalling Running Application.

2011-09-09 Thread sangram
Hello, I wanted to know what happens when I try to uninstall an ACTIVE(RUNNING) application. Does that application get any notification? How the packagemanager handles such scenario? Does the onDestroy method get called for the current activity/service of the active application? Thanks, Sangram

[android-developers] Re: Is it possible to use MonkeyRunner from java

2011-09-09 Thread Case B
Hello Bill, When will this ChimpChat.jar be available? Also, will it include functionality to load IMonkeyImage's from disk to compare with current screenshots? I noticed this is currently not supported in Java, but is in Python. On Aug 22, 1:42 pm, Bill Napier nap...@android.com wrote: We

[android-developers] in-App Printing within Android

2011-09-09 Thread Alex Duhamel
Within my app I'd like to be able to allow users to print various reports (formatted subsets of queries from SQLite database). Google Cloud Printing seems too complicated an option for widespread user base. Any suggestions? Any print functionality being released in future versions in order to

[android-developers] Re: Is it possible to use MonkeyRunner from java

2011-09-09 Thread Case B
Hello Bill, Is this ChimpChat.jar available? I can't seem to find it. I have SDK Tools r12. Also, will this ChimpChat allow for loading IMonkeyImage's from disk? I see that it is currently only supported in Python and not when writing test scripts in Java. My overall goal is to write a script

[android-developers] Re: can you switch screen orientation via an app?

2011-09-09 Thread mellery451
On Sep 8, 1:42 pm, Jim Graham spooky1...@gmail.com wrote: Does anyone know if this is possible?  And if so, can you point me to the right terms to search for in the dev guide?  I've only got a few days to write this before I have to go into the hospital for cancer surgery, and I'd like to

[android-developers] Android Query

2011-09-09 Thread Megha
Hi, I have tried following code for reading epub file created by using pdf to epub converter,but i didnt got the content of file as output so kindly solve my problem package net.learn2develop.Eread; //import java.awt.print.Book; import java.io.FileInputStream; import

  1   2   >