rsuryase said:
OK I'll wait until Android Market works on Odroid before getting it. I wonder why wasn't it included in the first place, legal reasons?
Anyway to install apps through a computer usb port?
the official android market is propritary app from google, along with youtube, gmail, google talk, and some others. If you are a manufacturer of an official android device, you need to pay and/or get consent to use their software officially from google. If you ever see the "with google" on a phone, that is why. Google has to bless off on your device, making sure they are the default search provider, meets their security standards, they give you the rights to have it, and by doing so brand it with their advertising. It's win/win I don't know if they have to pay for it or not(I hear rumors of NDA's after this process starts, minor manufacturers "disappearing" from community boards, then magically they get it sorted out), but google gets theirs back in the long run, that's for sure. The goods definitely outweigh the bads. Also lots of countries are officially unsupported by the official android market. Mainly china atm, with others, to include korea where this comes from I believe.
I'm working on getting the market to work little by little, and as I'm completely certain it's possible, I can't quite track down why it's unable to connect. Possibly the location the phone "thinks" it's still in korea, (pulling up google maps put me some location in that general area of the world till it tracked me down and corrected it's self) and after talking to some of the big devs in the android scene, have told me it's tied to google talk, "if you get google talk to work, you will get the market to work" So... still working on this. Any outside help is appreciated. Someone also mentioned using logcat to track down the reason behind the force close of google talk, I guess I'll look into how to set that up.
You can install via 3 methods. 1) Any 3rd party market app, reaches out to the net, downloads and installs. There's actually a bunch out there, one comes pre-installed. 2) install via sd card, the pre-installed market app comes with the ability to install any .apk (android file format for installables similiar to .zip) 3)install over usb via adb bridge. If you plan on tinkering with android, you will become very familiar with adb commands, one allows you to install and/or run any program via a command line in windows/linux with the android sdk.