Re: [android-developers] Re: Possible to deserialize java object on Android?

2011-02-18 Thread john doe
Hi Thanks for the reply. However, what about this part of my question: *"Will the android client* *be able to demarshall the object? The reason I ask is that someone informed me that android* *does not use the java virtual machine and so and isn't byte-code compatible at all."* Thanks indeed. On

[android-developers] Possible to deserialize java object on Android?

2011-02-18 Thread john doe
Hi there. I was looking for information as to whether this is possible or not before I go down this avenue of writing sockets. Essentially, I create a TCP/IP socket connection to a simple server I have written in Java that accepts socket connections (Using ServerSocket accept method). On the andr

Re: [android-developers] C2DM within gaming paradigm

2011-01-28 Thread john doe
data. > So, it seems like it should work ok. But of course, with a socket you > will have the best speed and flexibility. > > On Fri, Jan 28, 2011 at 5:49 AM, john doe > wrote: > > Hi there. > > > > I'm building a prototype game that is just a personal project. I

[android-developers] C2DM within gaming paradigm

2011-01-28 Thread john doe
Hi there. I'm building a prototype game that is just a personal project. It will not be commercial. I will have multiple android 2.2+ clients that will partake in a game with shared state. Very often (every couple of seconds or less), the game state will have to be pushed to all of the clients. I

[android-developers] android.graphics.OpenGLContext is missing!

2009-10-08 Thread John Doe
Hi. I am trying to compile a project and i need android.graphics.OpenGLContext class. However it seems that this class is either removed from the source code or changed. Can you help me how can i find and add this library? --~--~-~--~~~---~--~~ You received this mes

[android-developers] Cant access paid apps in US

2009-04-28 Thread John Doe
Hi all I have an unlocked G1 bought it from ebay.I am currently in US and my phone is using ATNT in roaming mode. However I cant access paid apps. Is it because my account is set up from another country ? Thanks --~--~-~--~~~---~--~~ You received this message b

[android-developers] Re: Recording Audio in a call

2009-04-25 Thread John Doe
Is it going to be possible somehow? in g2 ? cupcake ? i wonder whether it is because of software limitations or hardware limitations... On Apr 25, 5:33 am, Mark Murphy wrote: > John Doe wrote: > > Hi guys. I have a question and i am looking for an answer for a very > > long t

[android-developers] Recording Audio in a call

2009-04-24 Thread John Doe
Hi guys. I have a question and i am looking for an answer for a very long time. I am trying to record audio when i call someone and when someone calls me.I am using phonestatelisteners and i am able to record audio from outside (my voice) when i call someone. however when somebody calls me it doe

[android-developers] Re: Which components does CALL_STATE_RINGING block?

2009-04-21 Thread John Doe
any answer ? On Apr 20, 10:32 pm, John Doe wrote: > Let me be more specific. I am trying to record voice when somebody > calls. ( When the phone is ringing! ) When I call to somebody it > records. But when somebody calls me it doesnt :( How can I record > voice when somebody call

[android-developers] Re: Which components does CALL_STATE_RINGING block?

2009-04-20 Thread John Doe
Let me be more specific. I am trying to record voice when somebody calls. ( When the phone is ringing! ) When I call to somebody it records. But when somebody calls me it doesnt :( How can I record voice when somebody calls me? On Apr 20, 8:30 pm, John Doe wrote: > Hi everybody. >

[android-developers] Which components does CALL_STATE_RINGING block?

2009-04-20 Thread John Doe
Hi everybody. I am writing a service which listens an incoming call. I have a function but it behaves differently under these cases when i call the function in case case TelephonyManager.CALL_STATE_OFFHOOK: it works! when I call the same function in case case TelephonyManager.CALL_STATE_RIN

[android-developers] Re: Changing ringer volume

2009-04-18 Thread John Doe
Ok. I found it. AudioManager adjustvolume does it. Thanks :) On Apr 17, 11:07 pm, John Doe wrote: > Hi everybody; > > I am trying to change ringer volume but I am a bit confused. I can > reach the volume_ring level by using the code > > String vr = System.getString(this.

[android-developers] Changing ringer volume

2009-04-17 Thread John Doe
Hi everybody; I am trying to change ringer volume but I am a bit confused. I can reach the volume_ring level by using the code String vr = System.getString(this.getContentResolver (),System.VOLUME_RING); However it says in the explanation "Ringer volume. This is used internally, changing this

[android-developers] Re: Detecting Noise!

2009-04-07 Thread John Doe
Yeah getMaxAmplitude is exactly what I was looking for. I want to run this application as a background service. So I want it to use as little battery power as possible. I dont want it to record voice save it and consume so much battery (though I dont know if saving audio consumes much battery powe

[android-developers] Detecting Noise!

2009-04-05 Thread John Doe
Hi everyone. I am trying to develop a program which detects noise level of outside.Is it loud or silent? How loud? Where should I start? Is there any example ? Any comment will be greatly appreciated... --~--~-~--~~~---~--~~ You received this message because you ar

[android-developers] Re: DDMS running on Vista64

2009-03-30 Thread John Doe
any help would be greatly appreciated :( On Mar 29, 10:04 am, John Doe wrote: > I installed both version but how can i open DDMS with x86 version of > Java? > > On Mar 29, 4:56 am, Tseng wrote: > > > Sorry for double post. Rereading the error message the reason also >

[android-developers] Re: DDMS running on Vista64

2009-03-29 Thread John Doe
u have Java x64 installed at all? I'm using the > > x64 bit version of Java 1.6.x JRE/JDK. Maybe you have only the x86 > > version installed? > > > On Mar 29, 9:32 am, John Doe wrote: > > > > Sorry about not being specific. The problem is having 64bit operating >

[android-developers] Re: DDMS running on Vista64

2009-03-29 Thread John Doe
Sorry about not being specific. The problem is having 64bit operating system. Thats why ddms is not workingç ANy solution to fix this problem? On Mar 28, 9:51 pm, John Doe wrote: > How can we achieve to have DDMS running on Vista? I have a Vista64 > installed computer and when I try to ru

[android-developers] DDMS running on Vista64

2009-03-28 Thread John Doe
How can we achieve to have DDMS running on Vista? I have a Vista64 installed computer and when I try to run DDMS it gives me the error below. I tried several methods but it was of no use. Can anybody help me ? 49:56 E/ddms: shutting down due to uncaught exception 49:56 E/ddms: java.lang.Unsatisfi

[android-developers] Re: Spanned How to use?

2009-03-12 Thread John Doe
> > > On Wed, Mar 11, 2009 at 4:57 AM, John Doe wrote: > > > I am really trying hard to figure it out :( Probably it has a very > > easy way to implement but I couldnt discover. > > > Spanned spanned; > > spanned = Html.fromHtml(content); > > > I am looki

[android-developers] Re: https://dl-ssl.google.com/android/eclipse/ not reachable

2009-03-11 Thread John Doe
http://dl-ssl.google.com/android/eclipse/ instead of https://dl-ssl.google.com/android/eclipse/ in other words, try http not https. that worked for me -- www.androidturkiye.net On Mar 11, 1:59 am, kmm wrote: > I am having the same issue. > When using the new link, I am getting: > > Loadinght

[android-developers] Re: Spanned How to use?

2009-03-11 Thread John Doe
uldn't be hard to figure out -- > look at the various classes in android.text.style for the kinds of standard > style spans that are in the platform.  You may also want to browse the > open-source code to see how they are used. > > > > On Tue, Mar 10, 2009 at 12:21 PM, John

[android-developers] Spanned How to use?

2009-03-10 Thread John Doe
I have looked a lot on the internet but I couldnt find anything. So thats why I am asking it here. While parsing an RSS I had to use Spanned class. Spanned spanned; spanned = Html.fromHtml(content); content string keeps the html content in it. when i check spanned object during debug it really

[android-developers] Saving animations in gif format

2009-03-10 Thread John Doe
I want to save an animation that I wrote in android in gif format. I know how to take screenshot but is there any possibility to capture an anmation? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Decoding

2009-03-10 Thread John Doe
Hi everyone. I am writing an XML parser. I want to show the following node but it is displayed as it is. I want to parse this as well. I need the link for the images and I need the content without tags. What should I do? Thanks in advance - --~--~-~--~~~---~--~---

[android-developers] XML parsing problem (stops at non-utf characters)

2009-02-07 Thread John Doe
I am having difficulty while parsing some Turkish sites.Here is the part of the code. The problem is when the title contains some non-UTF characters like ç,ü,ı,ö,ğ it stops parsing and doesnt read the rest. For example if the title is "Ebru Gündeş askere gitti" it only reads until "ş" which is "Eb