[android-developers] Re: How to stream video to android device over HTTP.

2011-01-24 Thread Anthoni
not work for any other port apart from 554 which is annoying, so still looking into that part. Other than that it all works like it should. Tested on two HTC phones so far. Need to test on more. Regards Anthoni On Jan 23, 10:30 pm, Thierry Legras tleg...@gmail.com wrote: After digging here

[android-developers] Re: Hero performance reported as slow

2010-10-14 Thread Anthoni
this and did a Factory Reset of the whole phone, which then refreshed the update and I have not had a problem since. My phone now works pretty fast (ok not as fast as say the Desire but that has a bigger CPU) but it's definitely a heck of lot better now. Just my thoughts and opinions :) Regards Anthoni

[android-developers] Strange Question

2010-07-27 Thread Anthoni
) and obviously I am not going to be around to do any development, or fixes etc. I would like some advice on how I can approach my users with this ? I do not have their contact information, nor anyway to get in contact with them directly. Any suggestions would be appreciated. Regards Anthoni -- You

[android-developers] Re: RTSP Streaming - Local Network problems

2010-07-19 Thread Anthoni
No one knows anything about this at all ? I am quite surprised. Please I need to get this running. I need to be able to connect my HTC Hero to my computer (by connect I mean I need to see the webserver / rtsp server that is running on my computer show on my phone). Regards Anthoni On Jul 18, 9

[android-developers] Re: RTSP Streaming - Local Network problems

2010-07-19 Thread Anthoni
Solved it. Seems there was a configuration problem with my router that was blocking my attempts. All fixed now. Now my phone connects to my computer perfectly. Regards Anthoni -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: RTSP Example

2010-07-18 Thread Anthoni
Hi Dave, Thanks, found that it partially works, but for some reason I think the videos are scaled wrong. On my hero I can only see half (width wise) the video. Noticed this on a few others I've tried as well, so not sure if it's a problem with the Hero or what :( Regards Anthoni On Jul 15, 9:59

[android-developers] RTSP Streaming - Local Network problems

2010-07-18 Thread Anthoni
someone perhaps guide me on this on how to attach phone into Local network ? Once I have it connected I can play about with RTSP to my heart's content then. Until then I mega frustrated. Regards Anthoni -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Best way to logout each time the application/task goes to background

2010-07-17 Thread Anthoni
activity then registers whether or not they need to be notified of this broadcast, so they can take what ever action they require. Hope this helps. Regards Anthoni On Jul 17, 3:43 am, Zsolt Vasvari zvasv...@gmail.com wrote: 1) This is not the best option, at least not without option 2

[android-developers] RTSP Example

2010-07-14 Thread Anthoni
that it does actually play. It doesn't have to be long, just a few seconds worth with audio and video would be great. It's proving impossible. Regards Anthoni -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: Move Image View to new location

2010-07-07 Thread Anthoni
Hi metal mikey, I am using negative margins in my original layout XML (see the full XML below, inside the LinearLayout android:id=@+id/p1cardscontainer section) and they are working fine (currently testing on 1.5) However, the images only vanish when I do the animation and they slide upwards. So

[android-developers] Move Image View to new location

2010-07-06 Thread Anthoni
); v.startAnimation(animation); } }; [/code] Regards Anthoni -- 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

[android-developers] Re: Move Image View to new location

2010-07-06 Thread Anthoni
, Animation.ABSOLUTE, v.getLayoutParams().height - 10 ); animation.setDuration(500); animation.setFillAfter(true); v.startAnimation(animation); [/code] Regards Anthoni -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Pending Intent problems

2010-06-08 Thread Anthoni
advise ? Regards Anthoni -- 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

[android-developers] Re: Pending Intent problems

2010-06-08 Thread Anthoni
it takes me to my Main Activity. Regards Anthoni -- 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

[android-developers] Calculate Time Elapsed

2010-06-04 Thread Anthoni
please elaborate where I am going ? Regards Anthoni -- 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

[android-developers] Re: Calculate Time Elapsed

2010-06-04 Thread Anthoni
Hi Peter, Thanks. Certainly was trying to over complicate things, but not sure why. Anyway, removing the last part solves the problem. Regards Anthoni On Jun 5, 1:54 am, Peter Eastman peter.east...@gmail.com wrote: The number of seconds elapsed is just timePassed/1000.  You're trying to make

[android-developers] Protect against broken intent - How ?

2010-05-20 Thread Anthoni
to protect my app against broken intents (misspelled or otherwise) ? Regards Anthoni -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group

[android-developers] Re: Protect against broken intent - How ?

2010-05-20 Thread Anthoni
for some reason when I wrapped the startActivity method in a try...catch block it wasn't working. However, I've just done a clean and re-build on my source code and it's working now. Go figure!! Anyway, thanks for reading...just happy I got it solved. Regards Anthoni -- You received this message

[android-developers] Re: anddev.org - brand new shiny forum version!

2010-05-18 Thread Anthoni
and tutorials but have stopped now because it just plain hurts trying to read it. Perhaps there can be a way to select what theme want to use ? Regards Anthoni -- 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: Layout Problem

2010-05-17 Thread Anthoni
? Themes.xml snippet style name=Theme.SVP parent=android:Theme item name=android:windowBackground@drawable/background/ item item name=android:windowNoTitletrue/item /style Regards Anthoni -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Layout Problem

2010-05-17 Thread Anthoni
tell it to render the default android theme but I do not know how to do that. Regards Anthoni -- 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: Layout Problem

2010-05-17 Thread Anthoni
and that seems to do what I want. Regards Anthoni -- 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

[android-developers] Layout Problem

2010-05-16 Thread Anthoni
am trying to get it so the ListView scrolls it's items but the EditText and Button remain stationary. Could someone please have a look at my Layout XML and tell me where I am going wrong? PS: I am coding for 1.5 version and above. Regards Anthoni ?xml version=1.0 encoding=utf-8? RelativeLayout

[android-developers] Re: Layout Problem

2010-05-16 Thread Anthoni
occurred to me to try and use that LOL. Guess it's just practise and practice really. Once again thanks for the assist, much appreciated. Regards Anthoni -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Greystripe SDK Help - Not sure where else to post

2010-04-24 Thread Anthoni
Regards Anthoni -- 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

[android-developers] Re: Android 1.5 marketshare is increasing

2010-04-17 Thread Anthoni
), so this might also account for the sudden increase. Just my thoughts. Regards Anthoni On Apr 17, 2:37 am, Petroleum Nasby pnasby1...@gmail.com wrote: The Android Device Dashboard 4 January 2010: Android 1.1   0.3% Android 1.5   31.0% Android 1.6   47.6% Android 2.0   0.7% Android 2.0.1

[android-developers] Re: Creation of a Developer Wanted / Artist Wanted / Services Offered page?

2010-04-14 Thread Anthoni
Anthoni On Apr 14, 5:20 pm, Binxalot binxa...@gmail.com wrote: On the Microsoft XNA forums there is a services wanted/offered recruitment section which is meant to help developers find artists / sound designers and vice versa.  I can't seem to find something like this for Android. Does anyone

[android-developers] Re: Steps to transfer a simple object from server to android using XML

2010-04-12 Thread Anthoni
, so that should fun. Regards Anthoni On Apr 12, 9:19 pm, Bob Kerns r...@acm.org wrote: You can also use XmlSerializer to serialize a DOM, together with about a page of code to walk the DOM. That's a whole lot more painful than it ought to be, but it's better than writing XML tags yourself

[android-developers] Re: Steps to transfer a simple object from server to android using XML

2010-04-11 Thread Anthoni
back from the server but I can't find that at moment. Will try and dig it out though. Regards Anthoni On Apr 11, 8:50 am, raqz abdulraqee...@gmail.com wrote: Hi, I just tried reading a tutorial and created my app using SAX but its not working for some reason and I have no idea why :) Could some

[android-developers] Re: Internal links in Webview

2010-04-11 Thread Anthoni
strain on both my database and the users phone. His books are amazing for learning all the nuances of the Android system, so much so I've only had to ask here once about a problem I was having, but that was my mistake lol. Kudos to Mark. Regards Anthoni On Apr 10, 10:46 am, Farha Ansari farha45ans

[android-developers] SDK1.5 - AsyncTask Problems

2010-04-10 Thread Anthoni
) 04-10 17:25:05.746: ERROR/AndroidRuntime(1446): ... 4 more -Stack Trace Regards Anthoni -- 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: SDK1.5 - AsyncTask Problems

2010-04-10 Thread Anthoni
it twice from the same activity and it throws the error. This why I thought it was my AsyncTask. I have now commented out the shutdown() call and it seems to work fine without. Just now need to work out how to clear the underlying listview :) Regards Anthoni On Apr 10, 6:46 pm, Mark Murphy mmur

[android-developers] Re: Is this a joke or a spam or another April 1st prank?

2010-04-02 Thread Anthoni
Just to chime in, I am also getting them. Very annoying, wondered what the heck was happening at first LOL. I have to admit I was *tempted* to click etc as it seems to be bounced from Google groups, but in the end I just deleted it when I realised that my post had been submitted. On Apr 2, 4:43 

[android-developers] Re: Communication between android Emulator and Real Device !!!

2010-03-31 Thread Anthoni
want to achieve as to what is the best option. Regards Anthoni On Mar 31, 7:36 am, AJ ajeet.invinci...@gmail.com wrote: Hi Anthoni, Can you please throw some-light on what you have said. How can I do that? Thanks, AJ On Mar 30, 10:23 pm, AJ ajeet.invinci...@gmail.com wrote: Hi Anthoni

[android-developers] Re: Communication between android Emulator and Real Device !!!

2010-03-30 Thread Anthoni
this is possible because it's what I am doing at the moment. Regards Anthoni On Mar 30, 12:47 pm, AJ ajeet.invinci...@gmail.com wrote: Any clue please? - AJ On Mar 29, 10:37 pm, AJ ajeet.invinci...@gmail.com wrote: Hi group, I know we can communicate between 2 instances of Emulator

[android-developers] Re: Beginning Development

2010-03-29 Thread Anthoni
that, purchase the subscription from the excellent Mark Murphy. His guides are not only helpful, but rather amusing as well. Then it's just down to practice, practice, practice :D Hope this helps, and if need any firm links or pointers just ask, we are a friendly bunch LOL. Regards Anthoni On Mar 27, 1

[android-developers] Re: Search Bar

2010-03-29 Thread Anthoni
the code behind it. Regards Anthoni PS: Forgot the link to the shelves app http://code.google.com/p/shelves/ On Mar 29, 4:23 am, Marco Alanen denravon...@gmail.com wrote: Did you ever manage to solve this? I'm also interested in making a search bar which looks like QuickSearch. On 18 mar, 00

[android-developers] Re: Applet alert while developing for Google android

2010-03-22 Thread Anthoni
Hi opedia, I use Borland's (now Embarcardo) JBuilder 2008 and I have NEVER seen this at all. JBuilder is based on the Eclipse engine, so you would have thought that it would do the same. Perhaps some other extension is interfering with the Android SDK one ? Just a thought. Regards Anthoni

[android-developers] Re: How to register to Internet browser URL change events

2010-03-22 Thread Anthoni
. Regards Anthoni On Mar 23, 1:27 am, Mark Murphy mmur...@commonsware.com wrote: udik wrote: Also, I see debug messages in the logCat each time the user clicks a URL, so there must be a way to subscribe to it somehow: 03-21 03:25:01.427: INFO/ActivityManager(53): Starting activity: Intent

[android-developers] Re: Help! about sign .apk

2010-03-22 Thread Anthoni
Hi, I would take that to mean that you are NOT allowed to have packages that begin with com.android etc ? Purely for security reasons. So if your package does begin with that then it won't allow uploading etc. Just my two pennies worth :D Regards Anthoni On Mar 22, 6:15 pm, TreKing treking

[android-developers] Re: Grrrrr.... 100 SMS per hour

2010-03-16 Thread Anthoni
Anthoni -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit

[android-developers] Re: Simulate Recent Application Window

2010-03-15 Thread Anthoni
Hi Mark, OK, didn't know that was the ultimate root, thanks. So how do I get a small window to open up like the recent applications ? Would I need to create a custom dialog layout and go that way ? On Mar 14, 5:50 pm, Mark Murphy mmur...@commonsware.com wrote: Anthoni wrote: I am wanting

[android-developers] Simulate Recent Application Window

2010-03-14 Thread Anthoni
layout for this. According to the docs there is no layout or window named this, so I can not extend from it. Can anyone shed any light on how I might achieve the same / similar process please ? Regards Anthoni -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: My posts are not displayed

2010-03-04 Thread Anthoni
automatically. Not sure if that is correct either as how do the spam bots get through? Also, some of the more veteran posters (Mark Murphy et al.) sometimes lose their post. So it's not actually your fault, you just gotta keep trying. Hope this helps. Regards Anthoni On Mar 3, 6:29 pm, Jacob jacobroutolo

[android-developers] Re: Piracy sucks, or does it?

2010-02-26 Thread Anthoni
On Feb 26, 7:43 am, ko5tik kpriblo...@yahoo.com wrote: Backdating the Phone would be major PITA , and surely screw up all the calendar and synchronization stuff. Is the app in question as expensive to mandate this PITA? Some people would just to avoid paying for it. But like has been mentioned

[android-developers] Re: Piracy sucks, or does it?

2010-02-25 Thread Anthoni
a library) to track the changing of the date via intents. You then silently record the back-date and then bomb 30 days from that. Just a thought ;) Regards Anthoni -- 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: Transmit serialized object via HTTP in Android

2010-02-22 Thread Anthoni
I too have bookmarked it, because would prefer to use json over xml as it's more compact. Looking forward to when it can be used in production (although I am still learning all this). Not overly confident with json, but that is the idea of a serializer ;) -- You received this message because you

[android-developers] Re: adb can't list my attached device

2010-02-16 Thread Anthoni
Sorry to interject, but I've done a google search on the Experia and it claims that it is a Windows Mobile and not an Android one. Perhaps this is the reason that adb can not see the device ? Just my .02 cents worth Regards Anthoni On Feb 16, 3:49 am, colin.t...@gmail.com colin.t...@gmail.com

[android-developers] Re: New sales have come to a halt Re: Developer console stopped updating?

2010-02-14 Thread Anthoni
Hey Kevin, It's not just Motorola, HTC are playing the same game. I have a HTC Hero (UK on 3) that is still stuck at the 1.5 (cupcake is it called?) release. No clue when going to upgrade to the infamous 2.1 There is no information about this on either the HTC main site, their bulletin boards

[android-developers] Re: My 1st Android Program

2010-02-14 Thread Anthoni
Congratualtions, It's a great feeling isnt it, seeing your application up and running :D On Feb 12, 3:45 pm, didu didudeb2...@gmail.com wrote: Hey,     While I have started to work on android ,I have faced lots of problem on Eclipse IDE, Android SDK, but finally I have developed my 1st Hello

[android-developers] Re: Eclipse Emulator

2010-02-10 Thread Anthoni
. Regards Anthoni On Feb 10, 2:16 am, David Turner di...@android.com wrote: 1 GB is definitely not enough to run the Eclipse + the emulator. Your system is probably swapping all the way during the 4+ hours, and even when executing the emulated system. On Tue, Feb 9, 2010 at 4:53 PM, DonFrench

[android-developers] Re: Network Unreachable (Socket.net Exception)

2010-02-07 Thread Anthoni
Hi himanshu, The code, along with all other test / demo applications done by the android team, is located on Google under subversion. This link is http://code.google.com/p/apps-for-android/ Regards Anthoni On Feb 7, 5:37 am, himanshu jain himanshu@gmail.com wrote: @frank Can you please

[android-developers] Re: Emulating a Droid

2010-02-02 Thread Anthoni
phones etc. Regards Anthoni On Feb 2, 7:48 am, String sterling.ud...@googlemail.com wrote: On Feb 1, 11:23 am, Neilz neilhorn...@googlemail.com wrote: Please could anyone tell how to best set up an emulation of the Motorola Droid within Eclipse? Click on Window | Android SDK and AVD Manager

[android-developers] Re: Map Application

2010-01-29 Thread Anthoni
. Regards Anthoni On Jan 29, 12:55 pm, Sourabh Pandit sourabhshyampan...@gmail.com wrote: How to give Change in GPS coordinates to the emulator. I want to write a program that will sen dummy GPS co-ordinates to Map application that i have written. What api to be used to send these command? -- You

[android-developers] Re: Guide Me Right Way

2010-01-27 Thread Anthoni
:) On Jan 26, 11:55 pm, Kevin Duffey andjar...@gmail.com wrote: I thought the same thing Anthoni.. I tried a PDF viewer for my moto droid. Don't like it so much. It's much harder to work with than on a laptop screen. It's much smaller of course, and you end up with a lot less realestate, so you

[android-developers] Re: Guide Me Right Way

2010-01-26 Thread Anthoni
. Regards Anthoni -- 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

[android-developers] Re: Guide Me Right Way

2010-01-24 Thread Anthoni
Android application to the emulator. I still have lots more to learn but I am looking forward to the journey. Regards anthoni On Jan 25, 3:59 am, Kevin Duffey andjar...@gmail.com wrote: You are definitely going to want to learn Java first. Android should come long after it. You can try

[android-developers] Re: Extract one example from a project with many

2010-01-24 Thread Anthoni
Anthoni On Jan 23, 12:09 am, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: I'm guessing you're talking about the api demo app. It sure is complicated, however, taking the time to understand the particular parts and how it's organized will pay off in the long run. It may be worth your effort