[android-beginners] Re: easy stuff please reply

2009-09-04 Thread Nicholas Radford
are you sure it's not just writing it out in unicode, and what ever your using to read it is reading it in ascii? Unicode characters take up two bytes. Typically most normal characters only set one of the two so you'll end up (90% of the time) with hex values like this: 44 00, which in certain

[android-beginners] Random question on app market

2009-07-06 Thread Nicholas Radford
Okay, so it's not a dev question, but I was wondering if anyone knew. For arguments sake, lets say I had G1, and then later I bought a HTC Hero. I've purchased paid apps on my G1, but now I want to transfer those over to my HTC Hero. Would I have to repurchase them again? or are they linked to

[android-beginners] Re: adb is not detecting my new android phone

2009-07-05 Thread Nicholas Radford
he already said he had :p My only suggestion is uninstall the drivers and then reinstall them On Jul 5, 2009 7:09 AM, Jack Ha jack...@t-mobile.com wrote: Did you turn on USB debugging? Settings-Applications-Development-USB debugging -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・

[android-beginners] Re: porting on android

2009-06-30 Thread Nicholas Radford
the emulator haa to be running for adb to find it On Jun 30, 2009 5:49 AM, subram subram...@gmail.com wrote: Hi I came with some issues regarding porting of android 1. I created a simple c application and build it using arm compiler that comes with android source files in ubuntu,

[android-beginners] Re: How to test Sipdroid using an emulator?

2009-06-27 Thread Nicholas Radford
assuming you have a .apk file adb install package file example adb install myPackage.apk This will require the emulator to have been started, and no android devices connected via usb. On Fri, Jun 26, 2009 at 2:57 AM, Personality mr.pers...@gmail.com wrote: Hello. I have downloaded Sipdroid

[android-beginners] Re: HTC Magic problem with drivers

2009-06-19 Thread Nicholas Radford
download the android SDK, the drivers are included, however, since your device ID is different than the drivers expect, you'll have to change the .inf by hand to use the device ID your device has, On Thu, Jun 18, 2009 at 4:58 PM, kolel yossi.ko...@gmail.com wrote: Hi, trying to connect htc

[android-beginners] Re: Game Development with Multiple Levels

2009-06-11 Thread Nicholas Radford
On Wed, Jun 10, 2009 at 10:32 PM, Justin B. Burris justinbbur...@gmail.comwrote: Hello all! I'm currently working on a game which will consist of multiple different levels. Forgive me if this seems rudimentary! I'll use the original Sonic the Hedgehog as an example. In sonic, you have

[android-beginners] Re:

2009-05-31 Thread Nicholas Radford
Then send an email to android-beginners-unsubscr...@googlegroups.com to unsubscribe from android-beginners. I dunno, about the other groups :P On Sun, May 31, 2009 at 6:33 AM, SONIH MANSOUR bevno...@verizon.net wrote: i want to unsubscribe from every google android group i want no emails

[android-beginners] Re: USB Headphones?

2009-05-30 Thread Nicholas Radford
Nope, works fine for me On May 29, 2009 7:41 PM, Kent Yip yes...@gmail.com wrote: that's funny i tried HTC USB headphone on new android 1.5 it will make the entire audio system muted. reproducible: play your music on the background while listening with ur usb headphone a call comes in music

[android-beginners] Re: very urgent

2009-05-27 Thread Nicholas Radford
Nope, but the developer documents at http://Android.com has good documentation, and has some tutorials on database access. Again, better subjects for your emails please. On May 27, 2009 12:53 PM, sahil mehta sahil4...@gmail.com wrote: Hello. I am Sahil here i am developing my application in

[android-beginners] Re: HTC Magic - Can't install driver on development PCs

2009-05-19 Thread Nicholas Radford
This has worked for me, full elaboration of steps for Johns sake and anyone who happens across this post. i) Plugin phone ii) Uninstall any drivers that mention HTC Android USB Device iii) Unplug phone and restart (I restarted into safe mode, but it turned out to be unneccisary)

[android-beginners] Re: HTC Magic - Can't install driver on development PCs

2009-05-19 Thread Nicholas Radford
Oh and thank you Rapheal, Your help has been much appreciated. Thanks for your hard work in figuring this out. On Tue, May 19, 2009 at 11:37 AM, Nicholas Radford nikradf...@googlemail.com wrote: This has worked for me, full elaboration of steps for Johns sake and anyone who happens across

[android-beginners] Re: HTC Magic - Can't install driver on development PCs

2009-05-19 Thread Nicholas Radford
Tried in safe mode as well? On May 19, 2009 6:55 PM, John Burton john.bur...@jbmail.com wrote: On May 19, 11:37 am, Nicholas Radford nikradf...@googlemail.com wrote: Note: if regedit doesn't allow you to delete a key (folder) then right click it, go to ... It won't let me delete

[android-beginners] Re: HTC Magic - Can't install driver on development PCs

2009-05-18 Thread Nicholas Radford
Honestly I have no idea. have you tried contacting Htc about the matter? On May 18, 2009 3:49 PM, John Burton john.bur...@jbmail.com wrote: Nicholas Radford wrote: Then you've hit the same problem as me. As I said, I dont think the phone... Is there anywhere to get further support on this as I

[android-beginners] Re: Unable to get adb to work with my Htc Magic

2009-05-18 Thread Nicholas Radford
/wordpress2/2009/04/29/ubuntu-jaunty-and-android-adb/ If you haven't found it already, see this section in the development guide for info on how to set up device debugging: http://developer.android.com/guide/developing/device.html On Sat, May 16, 2009 at 2:10 PM, Nicholas Radford nikradf

[android-beginners] Re: HTC Magic - Can't install driver on development PCs

2009-05-18 Thread Nicholas Radford
, May 18, 2009 at 7:49 AM, John Burton john.bur...@jbmail.com wrote: Nicholas Radford wrote: Then you've hit the same problem as me. As I said, I dont think the phone is the problem, as I got it working on linux. Is there anywhere to get further support on this as I really need

[android-beginners] Re: What is Port Forwarding?

2009-05-18 Thread Nicholas Radford
Port forwarding is when something, typically a router, but anything that routes connections, recieves incoming data on a given port then forwards it to a preset destination. On May 18, 2009 10:37 PM, jtaylor jatto@gmail.com wrote: lol Yeah, but I still don't understand what Port Forwarding

[android-beginners] Re: HTC Magic - Can't install driver on development PCs

2009-05-17 Thread Nicholas Radford
plugin your phone with debugging enabled. On you windows pc goto device manager. In there, there should be a yellow question mark under other devices that say unknown device. Right clik it, seect update and go tyrough the steps to manually select the usb drivers. It didn't work for me, but it

[android-beginners] Re: HTC Magic - Can't install driver on development PCs

2009-05-17 Thread Nicholas Radford
Lol, sorry that last section bugged. (Emailing off my phone) I meant, the steps I described didn't work for me, but they did for others I know. I also know the problem isn't my phone, because I got it working on Linux. On May 17, 2009 12:11 PM, Nicholas Radford nikradf...@googlemail.com wrote

[android-beginners] Re: Sprite imaging for 2D game programming

2009-05-17 Thread Nicholas Radford
Take a look at http://developer.android.com/reference/android/graphics/Canvas.html#drawBitmap(android.graphics.Bitmap, android.graphics.Rect, android.graphics.RectF, android.graphics.Paint) http://developer.android.com/reference/android/graphics/Canvas.html drawBitmap calls, (if your using the

[android-beginners] Re: HTC Magic - Can't install driver on development PCs

2009-05-17 Thread Nicholas Radford
Then you've hit the same problem as me. As I said, I dont think the phone is the problem, as I got it working on linux. On May 17, 2009 5:20 PM, John Burton john.bur...@jbmail.com wrote: plugin your phone with debugging enabled. On you windows pc goto device manager. In there, there... No there

[android-beginners] Unable to get adb to work with my Htc Magic

2009-05-16 Thread Nicholas Radford
Hi guys, I'm wondering if any of you can help. I've followed the docs on setting up for development against a device, but haven't managed to get it to work. On windows Xp SP3 i couldn't get it to install the usb drivers. after googling and following various things on the interweb I could find I