OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Android => Topic started by: 2or0 on January 03, 2008, 06:32:02 pm

Title: Google Android On Debian Eabi
Post by: 2or0 on January 03, 2008, 06:32:02 pm
I tested the google android on my Z. It was successful and promising, but still has a long way to go. If anyone is interested in it, give a try. Now android works on C3100/3200.

The kernel and modules with android system were uploaded on the following place.
http://yonggun.tistory.com/61 (http://yonggun.tistory.com/61)

Enjoy,
Yonggun
Title: Google Android On Debian Eabi
Post by: jpmatrix on January 04, 2008, 06:44:53 am
yeah it looks promising!
and as we can chroot it, it can be executed besides other debian session:)
we should even be able to swap from X to Android,not?

what seems great at first sight is the browser which seems to have builtin java support!
Title: Google Android On Debian Eabi
Post by: adf on January 04, 2008, 09:28:16 pm
this would be exactly the sort od dual laptop/mobile setup we've been talking about for years.....excellent
Title: Google Android On Debian Eabi
Post by: jpmatrix on January 05, 2008, 09:10:35 am
tried so far:

-RotateView applet (must have!) :  http://androidzaurus.seesaa.net/article/76612103.html (http://androidzaurus.seesaa.net/article/76612103.html)
-google maps ! (OMG !  i could see my house !)
-androitter : http://www.adamrocker.com/blog/174/android...er_client2.html (http://www.adamrocker.com/blog/174/android_twitter_client2.html)
Title: Google Android On Debian Eabi
Post by: ZDevil on January 07, 2008, 10:04:58 am
Thanks again, 2or0!  

I followed your instructions but start-android ends up with the famous bouncing red ball (the disk LED doesn't flash).  Any success story here?
Title: Google Android On Debian Eabi
Post by: ZDevil on January 07, 2008, 10:43:05 am
I run into a problem with this Android-patched kernel: the Z refuses to power off. Pressing the power button throws out a lot of messages (going too fast, can't see what they are) and then returns to the prompt. I downloaded and installed the kernel twice and it's the same. Using "shutdown -h now" is fine, though.
Title: Google Android On Debian Eabi
Post by: 2or0 on January 08, 2008, 12:03:50 pm
Quote from: ZDevil
I run into a problem with this Android-patched kernel: the Z refuses to power off. Pressing the power button throws out a lot of messages (going too fast, can't see what they are) and then returns to the prompt. I downloaded and installed the kernel twice and it's the same. Using "shutdown -h now" is fine, though.

Now I fixed this problem. You can reflash the kernel which is in my blog.
Title: Google Android On Debian Eabi
Post by: same on January 09, 2008, 05:43:26 am
i also see the red ball bounce and nothing more, any fix zdevil? saw you could solve it

thnx
Title: Google Android On Debian Eabi
Post by: 2or0 on January 09, 2008, 05:50:01 am
Quote from: same
i also see the red ball bounce and nothing more, any fix zdevil? saw you could solve it

thnx

In my case, I unloaded the ohci_hcd module when I run android. Please check this is loaded.
Title: Google Android On Debian Eabi
Post by: same on January 09, 2008, 05:59:59 am
1st of all, thanx for ur work 2oro =)

i'll try that because i see
Code: [Select]
Zaurus:~# lsmod | grep ohci_hcd
ohci_hcd               21252  0
usbcore               123296  2 ohci_hcd

i'm doing apt-get upgrade, when it finishes i'll try removing that

EDIT: rmmod ohci_hcd && start-android
it works! thx!