[android-beginners] Re: Does this exist? Emulator for running Windows Mobile (ARM, xScale, etc) apps on Android

2009-05-11 Thread lbcoder

This would be a major undertaking. You can look at the wine project
for running windoze apps on linux, it would take something like that.
Really not feasible.

On May 8, 2:10 pm, jknox jk...@trisoft.com wrote:
 On May 8, 7:59 am, sssdeecee connelly.sh...@gmail.com wrote:



  But I was thinking if one could run their Windows mobile apps on
  an Android based phone, it would help to increase it's popularity.
  Personally, I have invested a lot in such apps (both purchased and
  coded).

  Does an emulator exist? Is anyone working on one?

 I'm not aware of an emulator as such.  Until fairly recently Appforge
 existed, which let you port your visual basic WM apps (sort of) to
 other platforms.  But Oracle bought and destroyed that option.

 Anyone got any other ideas for porting Visual Studio app code to
 Android?  [Or to Symbian or Palm OS, for that matter.]

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: youtube on android

2009-05-11 Thread lbcoder

You could just use the youtube application... hardly seems
constructive to develop what already exists.


On May 8, 12:31 am, ebin ebinjose...@gmail.com wrote:
 Hi All,

 We are developing an android based media player.
 I want to develop an application to playback youtube videos on
 android. I came to know (from the
 below mentioned link) that adobe demostrated flash player for android,
 but they haven't released the code yet.

 http://www.androidauthority.com/index.php/2008/11/17/flash-player-on-...

 Is there an alternative way to playback youtube video's on android ?
 Is there an application that supports flash content playback on
 android already (though I couldn't find any on android market or
 related sites) or any development work is underway ?

 Thanks in advance,

 Ebin.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: How Linux-ey is Android?

2009-05-11 Thread lbcoder

The terminal in android is able to run any console-based linux
executables you like, as long as they are compiled for the ARM CPU.

Despite the claim, the underlying linux os is not crippled. You are
free to install any additional components that you like -- most like
busybox for executables. The kernel can be recompiled to support
whatever additional drivers/features you like.

And despite the claims that suggest that android is not free, that
is an absolute lie. The sourcecode is available for anyone who wants
it. Any changes you like to make, you are free to.

If you're interested in running gnome/kde/whatever, realize that it is
NOT a welded issue, it is a RESOURCE issue... you simply don't have
the memory/cpu/disk_capacity/disk_speed/screen_resolution required to
make good use of those. Plenty have done it though, and its not that
hard: 
http://www.phonedog.com/cell-phone-research/blog/g1-running-ubuntu-with-full-desktop-environment.aspx

As for being locked out of root... this is true, however, most
consumers are idiots who shouldn't have admin access anyways --
they'll just screw it up, return it, and tell everyone how terrible
their experience was (even though it was their own fault for doing
something they watched on youtube). Its not difficult to get root if
you want it, or you could buy an ADP1, the developer phone, which
ships with root access enabled.


On May 7, 11:43 pm, Lou louis.e...@gmail.com wrote:
 If you mean, How similar is (what we're calling) Android in spirit to
 gnu/Linux? The answer is not very. The Android desktop is welded
 and locked onto a very crippled underlying linux os. Google and the
 other corporate overlords of Android have gone to great lengths to
 keep the average user from gaining root access to the underlying
 platform, much less allowing the average user to swap the Android
 veneer for a Gnome or KDE frontend or create applications that are
 outside of the Dalvik VM.

 The bottom line: Android is not free- no more than the iPhone OS is or
 one of Micro$ofts Oses.

 Good luck, have fun...but don't expect too much!

 On May 7, 5:35 pm, Disconnect dc.disconn...@gmail.com wrote:

  Although the first part of the answer is perfect :) 

  On Thu, May 7, 2009 at 5:16 PM, Mark Murphy mmur...@commonsware.com wrote:

How many of the freedoms that we've gotten used to using other Linux
frontends (desktops), such as xfce, Gnome, KDE are available with
the Android frontend?

   As many as there are for TiVo, Linksys routers, or other appliances based
   on Linux.

   In other words, none that are officially supported, but you are welcome to
   try to hack whatever you want. All you need is a device capable of
   accepting alternative firmware.

Is it possible to run ANY simple linux apps from
a terminal window in an Android device?

   What terminal window?

  The one you get from the market, or as part of the AOSP core android build
  :)

  (Sorry, couldn't resist.)



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---