Re: [android-developers] Re: How to use WSDL web service in Android

2012-06-24 Thread Pr@$c#@nt..!
use above link in place of asmx file http://www.w3schools.com/webservices/tempconvert.asmx?wsdl i need help regarding how you make webservices with Visual studio such that the url you is well i, mean "www.w3schools.com" Until i used only local host. I'm unable to publish with w3schools On Mon, Jun

[android-developers] How can save CameraDevice onPreviewFrame to Video file?

2012-06-24 Thread apaladin
Hi i want device camera preview to video file not using Mediarecorder. i know onPreviewFrame data is YUV data and success just save bitmap . but i don't any hint onPreviewFrame data to video file any format can't anybody hint to me? -- You received this message because you are subscribed to

Re: [android-developers] Re: How to use WSDL web service in Android

2012-06-24 Thread MyName? ?
a agree USE KSOAP2 .. good luk On 25 June 2012 10:53, shashi asanka wrote: > package a.b.c; > > import org.ksoap2.SoapEnvelope; > import org.ksoap2.serialization.SoapObject; > import org.ksoap2.serialization.SoapPrimitive; > import org.ksoap2.serialization.SoapSerializationEnvelope; > import or

Re: [android-developers] parsing xml in given url

2012-06-24 Thread MyName? ?
mail me on my mail id i will help you developer.it.a...@gmail.com On 23 June 2012 19:32, Narendra Singh Rathore wrote: > Please help me out in parsing xml from url > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this

Re: [android-developers] parsing xml in given url

2012-06-24 Thread Narendra Singh Rathore
On Sun, Jun 24, 2012 at 10:43 PM, Michael Banzon wrote: > If you are in a hurry - and need the answer fast - you can use the > same method I usually do. Check it out: http://bit.ly/Obf0Xq > > Thanks Michael for suggesting this. But, sorry to say, I think its time consuming task. Instead if someo

[android-developers] Re: How to use WSDL web service in Android

2012-06-24 Thread shashi asanka
package a.b.c; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapPrimitive; import org.ksoap2.serialization.SoapSerializationEnvelope; import org.ksoap2.transport.*; import android.app.Activity; import android.net.http.AndroidHttpClien

[android-developers] Re: android group ..

2012-06-24 Thread ala hammad
ok how to delete that i do update but after while contact app crash i don't know why ... On Sunday, 24 June 2012 18:55:33 UTC+3, Nobu Games wrote: > > Try deleting all > GroupMembership

[android-developers] Re: google mail

2012-06-24 Thread albnok
You should use their recommended way. That way you just call a findViewById, and if it returns null, you know it's the phone layout. Plus it gets to be a headache when you need to have a landscape layout and multiple different sizes and resolutions! On Tuesday, June 19, 2012 6:56:44 AM UTC+8,

[android-developers] Re: Permissions for System Apps (not in /data/system/packages.xml?)

2012-06-24 Thread Chris Stratton
On Jun 24, 10:12 pm, Kristopher Micinski wrote: > > But an interesting one.  I've finally managed to find the code that > > skips writing out the permissions for system apps. > Would you mind pointing out which portion of the codebase this is? The following code within void writePackageLPr() of

Re: [android-developers] Re: Permissions for System Apps (not in /data/system/packages.xml?)

2012-06-24 Thread Kristopher Micinski
On Sun, Jun 24, 2012 at 10:12 PM, Kristopher Micinski wrote: >> But an interesting one.  I've finally managed to find the code that >> skips writing out the permissions for system apps.  So apparently the >> effective permission database is actually held in memory and created >> on each android ru

[android-developers] Re: How to use WSDL web service in Android

2012-06-24 Thread Nguyen Le
ERROR!!! On Thursday, November 6, 2008 10:02:12 PM UTC+7, aviart1 wrote: > > I have simple WSDL web service file and added into project. > Now I am trying to use WSDL web service through android class code, > but not able to use it. > Can anybody suggest how to import WSDL file in ANdroid, so t

Re: [android-developers] Re: Permissions for System Apps (not in /data/system/packages.xml?)

2012-06-24 Thread Kristopher Micinski
> But an interesting one.  I've finally managed to find the code that > skips writing out the permissions for system apps.  So apparently the > effective permission database is actually held in memory and created > on each android runtime start by processing the apk's.  What remains > interesting i

Re: [android-developers] Billing is not supported on this version of android market!

2012-06-24 Thread Manoj
Any idea? On Friday, 22 June 2012 12:55:00 UTC+9, Sandeep Venkat wrote: > > I to facing the same so if you come across it please post it -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

[android-developers] Re: Permissions for System Apps (not in /data/system/packages.xml?)

2012-06-24 Thread Chris Stratton
On Jun 24, 8:26 pm, Dianne Hackborn wrote: > Why do you care if there is a tag? What is stored in packages.xml > is an implementation detail; Yes, but wanting to understand how things work is an endemic amongst engineers (though this probably is the wrong group to discuss it) > How much of this

Re: [android-developers] Doubt about heap size

2012-06-24 Thread Dianne Hackborn
This is the maximum heap size: http://developer.android.com/reference/android/app/ActivityManager.html#getMemoryClass() Also see: http://developer.android.com/reference/android/app/ActivityManager.html#getLargeMemoryClass() On Sun, Jun 24, 2012 at 2:56 AM, Francisco M. Marzoa Alonso < fmmar...@

Re: [android-developers] Getting list of apps using battery

2012-06-24 Thread Dianne Hackborn
There is still no API for that. This is not something that we want to be stuck with maintaining compatibility with. On Sun, Jun 24, 2012 at 1:03 PM, Mark Murphy wrote: > On Sun, Jun 24, 2012 at 4:00 PM, Nobu Games > wrote: > > It is possible that these existing apps that list battery usage deri

Re: [android-developers] Re: Permissions for System Apps (not in /data/system/packages.xml?)

2012-06-24 Thread Dianne Hackborn
Why do you care if there is a tag? What is stored in packages.xml is an implementation detail; all you should really care about is that applications in the system image must still explicitly request the permissions they need, and they have to follow the rules as anyone else: they can get permissi

Re: [android-developers] Developer Console - How to activate Previously Active APK

2012-06-24 Thread TreKing
On Sat, Jun 23, 2012 at 8:05 PM, Jaxily wrote: > Is there a way to activate a previous version? I update the version name > and code with each revision and this method doesn't allow me to revert > backwards. Thanks Presumably, go to the Dev console, select the APK tab, hit the "Advanced Mode"

Re: [android-developers] Re: How to solve 'ClassNotFoundException' on 'BackupAgent'??

2012-06-24 Thread RichardC
On Sunday, June 24, 2012 10:35:12 PM UTC+1, Build Account wrote: > > hi. > > Yes you are correct > but the point of question was(which is not so clear) > why OS looking for the apk in that path because of?? > why not from installed/extracted binary?? The contents of of an APK are not extract

Re: [android-developers] Re: How to solve 'ClassNotFoundException' on 'BackupAgent'??

2012-06-24 Thread Build Account
Hi. Please refer manifest snippet below. Before you consider that the path of backupagent applied in many ways absolute full package path, one class name since exists in root, relative path as below. But seem that not a differences.(No well consolidated chart for difference result about when I c

Re: [android-developers] Re: How to solve 'ClassNotFoundException' on 'BackupAgent'??

2012-06-24 Thread Build Account
hi. Yes you are correct but the point of question was(which is not so clear) why OS looking for the apk in that path because of?? why not from installed/extracted binary?? On Monday, June 25, 2012 4:51:21 AM UTC+9, RichardC wrote: > > One thing weired is >> why OS looking path '/data/app/' ?

[android-developers] Re: How to solve 'ClassNotFoundException' on 'BackupAgent'??

2012-06-24 Thread Build Account
Hi. Well...I don't agree with your comment, since the proguard option came(one came, another one derived) which${sdk.dir}/tools/proguard/proguard-android.txt and from my experience decompiling myself my app that the class was not obfuscation... So...are you sure the setting your suggestion??

Re: [android-developers] Getting list of apps using battery

2012-06-24 Thread Mark Murphy
On Sun, Jun 24, 2012 at 4:00 PM, Nobu Games wrote: > It is possible that these existing apps that list battery usage derive that > kind of information on their own by watching the CPU usage of other running > app processes over a period of time. Very true -- PowerTutor does that sort of thing. My

[android-developers] Re: My bitmap doesn't draw on the canvas when a ColorMatrixColorFilter is used during onDraw()

2012-06-24 Thread bjv
As it turns out, this is only an issue if the target API is less than 14. I wrote a separate test app that just worked, but that was because it was set at a newer API target. I was able to set the target API to 12 in the test app and now see the same results as my app. On Tuesday, June 5, 2012

Re: [android-developers] Getting list of apps using battery

2012-06-24 Thread Nobu Games
It is possible that these existing apps that list battery usage derive that kind of information on their own by watching the CPU usage of other running app processes over a period of time. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

Re: [android-developers] Re: How to solve 'ClassNotFoundException' on 'BackupAgent'??

2012-06-24 Thread RichardC
Would you post your manifest please. -- 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...@g

Re: [android-developers] Re: How to solve 'ClassNotFoundException' on 'BackupAgent'??

2012-06-24 Thread RichardC
> > One thing weired is > why OS looking path '/data/app/' ?? Do you know that? > >> >> >From your LogCat: E/AndroidRuntime(1954): java.lang.RuntimeException: Unable to create BackupAgent com.company.appname.mybackuphelper: java.lang.ClassNotFoundException: com.company.appname.

Re: [android-developers] Getting list of apps using battery

2012-06-24 Thread Mark Murphy
On Sun, Jun 24, 2012 at 3:45 PM, Amita Dev wrote: >     How can I get list of all apps draining battery ( in my code )? That is not exposed in the Android SDK at this time. > There are a few programs in market which show all apps draining battery with > % ! Name any. -- Mark Murphy (a Commons

[android-developers] Getting list of apps using battery

2012-06-24 Thread Amita Dev
Hi, How can I get list of all apps draining battery ( in my code )? There are a few programs in market which show all apps draining battery with % ! How can I get it? Thanks, -A -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Re: How to solve 'ClassNotFoundException' on 'BackupAgent'??

2012-06-24 Thread Nobu Games
> > *-keep public class * extends android.app.backup.BackupAgent* > *-keep public class * extends android.app.backup.BackupAgentHelper* I think that's your problem. Your setting only protects child classes of BackupAgent and BackupAgentHelper from obfuscation. You should change these lines to

Re: [android-developers] Re: How to solve 'ClassNotFoundException' on 'BackupAgent'??

2012-06-24 Thread Build Account
Hi. Well...the class name of my backupagenthelper altered in the proguard.cfg(my config file name) with below setting. *-keep public class * extends android.app.backup.BackupAgent -keep public class * extends android.app.backup.BackupAgentHelper *And the command 'adb shell bmgr run' also works f

[android-developers] Re: Bind onTouchEvent to an overlay?

2012-06-24 Thread Nobu Games
Your onTouchEvent method always returns* false* which means that your Overlay does not handle any touch events, therefore they get propagated to the map view. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send ema

[android-developers] Re: ADB Uninstall from specific device

2012-06-24 Thread RichardC
>From the docs: http://developer.android.com/tools/help/adb.html Directing Commands to a Specific Emulator/Device Instance -- If multiple emulator/device instances are running, you need to specify a target instance when issuing adb commands. To so so, use the -s opti

[android-developers] ADB Uninstall from specific device

2012-06-24 Thread Jaxily
How can you use adb unistall when I have two devices installed on my machine. One device is easy, but two devices the uninstall command doesn't know which one. Thanks www.jaxily.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Bind onTouchEvent to an overlay?

2012-06-24 Thread Laire
I have problems to understand the documentation of ItemizedOverlay, so I tried to build a clickable overlay with onTouchEvent. Drawing a overlay over my googlemap works fine and add a onTouchEvent too. Now I want that the onTouchEvent only works, when I touch the overlay. In the moment it starts wh

Re: [android-developers] parsing xml in given url

2012-06-24 Thread Michael Banzon
If you are in a hurry - and need the answer fast - you can use the same method I usually do. Check it out: http://bit.ly/Obf0Xq On Sat, Jun 23, 2012 at 6:03 PM, Narendra Singh Rathore wrote: > > > On Sat, Jun 23, 2012 at 7:56 PM, TreKing wrote: >> >> On Sat, Jun 23, 2012 at 9:02 AM, Narendra Sin

[android-developers] Re: (html parser ) can anyone tell me why i am getting this error

2012-06-24 Thread Nobu Games
If you want to get help then post: 1. The exception stack trace 2. Only the *relevant *code portions that are related to your problem 3. Some information about what you are actually doing and what your problem is. -- You received this message because you are subscribed to the Go

Re: [android-developers] Logging without installing app

2012-06-24 Thread Kristopher Micinski
On Fri, Jun 22, 2012 at 1:49 AM, TreKing wrote: > On Wed, Jun 20, 2012 at 3:59 PM, VC wrote: >> >> I want this to be added as inbuilt module in kernel and flash the phone. > > > Check the other groups that have to do with modifying the firmware. This one > is for developing with the SDK. > The O

Re: [android-developers] Re: parsing html code into andriod page

2012-06-24 Thread Nobu Games
On Sunday, June 24, 2012 4:49:16 AM UTC-5, prudhvi wrote: > > How about htmlcleaner? > What exactly is your question? -- 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] Some ideas for RDP application

2012-06-24 Thread Kristopher Micinski
On Thu, Jun 21, 2012 at 2:49 AM, Akki wrote: > I am trying to develop an android version of Remote Desktop Sharing (Remote > PhoneTop Sharing)using RDP protocol and looking to implement it the same way > ie making one phone a server and other the client. I would like to ask > whether this is feasi

[android-developers] Re: How can I remove header icon and class name?

2012-06-24 Thread CuGBabyBeaR
set your activity theme open "AndroidManifest.xml" and add > android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" in label after "android:name" 在 2012年6月24日星期日UTC+8下午11时46分45秒,Dan Lee写道: > > Hi. > > Can I remove header icon and class name in red in attachment? > > Thanks in advan

[android-developers] Re: Permissions for System Apps (not in /data/system/packages.xml?)

2012-06-24 Thread Jason Meyer
I am not sure if it's a standard Android component, and indeed I guess it's not. Still, the possibility exists. However, other system apps show the same behavior regarding their packages.xml entries. Anyway, here's the whole block: I would guess that a file manager would typically a

[android-developers] Re: android group ..

2012-06-24 Thread Nobu Games
Try deleting all GroupMembershiprecords for that contact. I don't think there is a group for "no group assigned". It's more the absence of group memberships that makes a contact not as

[android-developers] Execute adb commands from Java desktop applicaton

2012-06-24 Thread Alex
Hi, at the moment I use Runtime.getRuntime().exec(command) to execute adb commands. Is there a better way or even a library available? Kind regards, Alex -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to

[android-developers] Re: Permissions for System Apps (not in /data/system/packages.xml?)

2012-06-24 Thread Chris Stratton
On Jun 24, 10:34 am, Jason Meyer wrote: > However, there are apps which do not have a shared user ID, but a user > ID of their own - and still come without a block. One example > is the "/system/app/FileManager.apk" package, which is preinstalled on > my testing device. That does not sound like

Re: [android-developers] Defining a TableLayout

2012-06-24 Thread Mark Murphy
Use android:layout_span to have a cell span two (or more) columns. On Sun, Jun 24, 2012 at 10:45 AM, dashman wrote: > Is this possible. > > Have a tablelayout with 2 rows and 4 columns. > > i'd like to have the 2nd column on the 2nd row to span 2 columns. > > A  B C D > > A B B  D > > -- > You re

[android-developers] Defining a TableLayout

2012-06-24 Thread dashman
Is this possible. Have a tablelayout with 2 rows and 4 columns. i'd like to have the 2nd column on the 2nd row to span 2 columns. A B C D A B B D -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] Re: Permissions for System Apps (not in /data/system/packages.xml?)

2012-06-24 Thread Jason Meyer
Hey everyone, I checked back all the details you gave me. However, my findings are still not satisfactory. The shared UID bit turned out to be true - for some of the packages stored in /system/app/, but unfortunately not for all. System apps with a shared user ID usually get their permissions def

[android-developers] Re: Doubt about heap size

2012-06-24 Thread Streets Of Boston
Don't mistake *maximum *heap for *available *heap. A process can have free memory in its allocated heap. This is available heap. A process' currently allocated heap space is equal or *less *than the maximum. When needed, the process can get some extra heap space until its maximum has been reac

Re: [android-developers] Activity Animation

2012-06-24 Thread Francisco M. Marzoa Alonso
Hi, Emulator is really slow, you should not measure your app performance based on emulator results. The speed of an animation depends on the speed of the device: the faster the device, the faster the animation. You must use some kind of method to sync your animation frami

[android-developers] Activity Animation

2012-06-24 Thread ala hammad
Hello all , i want to ask why when animate activity show slow in emulater but in device show very fast .. how to make it slowly to show it to user ??? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] Re: camera doesnt work

2012-06-24 Thread karan hans
otherwise the camera works fine with skype On Sunday, June 24, 2012 4:28:33 PM UTC+5:30, karan hans wrote: > > actually iam working on windows 7 based system. i dont have an android > device. so like if and when i start the avd and click on the camera button > it just gives me a chequered backgro

[android-developers] Re: After Signing Pressing App Icon Restarts App Every Time

2012-06-24 Thread Andrea
I solved it, at least for me. The problem is that I installed my app by downloading it from a webserver. This caused the app to restart each time. Using the command-line tool adb install -r package.apk works as expected. It gets resumed from the previous state. hope it helps. a.p. On Sunday, J

[android-developers] Re: camera doesnt work

2012-06-24 Thread karan hans
actually iam working on windows 7 based system. i dont have an android device. so like if and when i start the avd and click on the camera button it just gives me a chequered background of black and white with a white square bouncing off the walls. sometimes wheni start the emulator the ca

Re: [android-developers] camera doesnt work

2012-06-24 Thread Jim Graham
On Sun, Jun 24, 2012 at 03:05:27AM -0700, karan hans wrote: > > when i try to open the camera in the emulator( api level 4,7,8,15). it > worked once when i started working with eclipse. Are you closing the camera properly? If not, depending on the Android device (and the OS version[1]), the ca

Re: [android-developers] Re: How to solve 'ClassNotFoundException' on 'BackupAgent'??

2012-06-24 Thread Harri Smått
Just to make sure, are you using obfuscation, and if yes, are you sure this classname isn't altered? -- H On Jun 24, 2012 9:46 AM, "Build Account" wrote: > First, thank you for your note. > but that is a kind of blinded name from commercial offical name on Google > Play > to post on here. > The

[android-developers] camera doesnt work

2012-06-24 Thread karan hans
hi, when i try to open the camera in the emulator( api level 4,7,8,15). it worked once when i started working with eclipse. actually iam using a face detection app for which the camera is necessary please help regards Karan -- You received this message because you are subscribed to the Goog

[android-developers] Re: After Signing Pressing App Icon Restarts App Every Time

2012-06-24 Thread Andrea
GregAz, Have you solved this problem? I'm fighting exactly with that! Please let us know. Thanks On Friday, September 16, 2011 4:10:25 AM UTC+2, GregAZ wrote: > > As the title says, but I'll try to make it easier to understand. > > I copied a project using Windows explorer, imported it, and then

[android-developers] Doubt about heap size

2012-06-24 Thread Francisco M. Marzoa Alonso
Hi there, I have read that the maximum heap available for an app is 16M, despite that there may be higher on newer devices. Anyway on a 2.1 emulator with Eclipse/DDMS my available heap shown is just about 3M, while in my SGS2 real device shows about 5M of available heap. As you see, a lot of low

Re: [android-developers] Re: parsing html code into andriod page

2012-06-24 Thread prudhvi p n v
How about htmlcleaner? On Jun 18, 2012 12:03 PM, "Nobu Games" wrote: > Are you talking about displaying an HTML page within your Android app? How > about using > WebView > ? > If you are actually talking about parsing an HTML pa

[android-developers] android group ..

2012-06-24 Thread ala hammad
hello all , i want to know what is id for group Not assign ?? to move contact to that group .. thank 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 unsubs