Welcome
Welcome to a320

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, join our community today!

Google Android on Dingoo?

Moderator: Moderators

Re: Google Android on Dingoo?

Postby espontaneo on Wed Aug 19, 2009 3:53 pm

they has this in common:

niether will be seen on dingoo*

*I don't rule out a hack, but not a practical version for general consumption....
espontaneo
 
Posts: 146
Joined: Wed Jun 17, 2009 2:08 pm

Re: Google Android on Dingoo?

Postby knk on Thu Aug 20, 2009 1:42 pm

whats the point? androids kinda web orientated for one. If you excuse that, the navigation options on the dingoo are just too limited. If there was a touchscreen, then it could be useful i guess. I just don't see what advantage youll get when your best bet performance wise is probably to stick with dingux.(i think)
knk
 
Posts: 61
Joined: Mon May 25, 2009 8:56 am

Re: Google Android on Dingoo?

Postby prudho on Tue Oct 13, 2009 9:37 am

Hello,

I think that an Android port on Dingoo is possible, like SiENcE said. I've just found a guide for compiling Android form MIPS, why don't make a try ?

How to build full source for MIPS(e.g:HMP10)
===================================

This is quick how to build full source for mips architecture.

* Test Information:
- Fedora 11 Distribution (Host Linux)
- register at http://www.mipsandroid.org/account/register
- ref :http://www.kandroid.org/board/board.php?
board=androidsource&command=body&no=53 (by GeunSik, Lim)

f11$ wget http://android.git.kernel.org/repo >~/bin
f11$ chmod 755 ~/bin/repo

f11$ mkdir mipsandroid
f11$ cd mipsandroid
f11$ repo init -u git://public.mipsandroid.com/platform/manifest.git -
b mips-cupcake
f11$ repo sync

f11$ vi ./.repo/local_manifest.xml

<manifest>
<project name="platform/vendor/rmi/hmp10" path="vendor/rmi/hmp10"/>
<project name="platform/external/msntp" path="external/msntp"/>
</manifest>

f11$ cd mipsandroid
f11$ repo sync


f11$ chmod 755 jdk-1_5_0_20-linux-i586-rpm.bin
( http://java.sun.com/javase/downloads/index_jdk5.jsp ( J2SE
5.0 Download)
f11$ ./jdk-1_5_0_20-linux-i586-rpm.bin
f11$ cd ~/bin/mipsandroid
f11$ wget ftp://ftp.mips.com/pub/tools/software/a ... 4.3.tar.gz
f11$ cd /opt
f11$ tar xvzf ~/bin/mipsandroid/mips-4.3.tar.gz
f11$ opt/mips-4.3/bin/mips-linux-gnu-gcc -v
Using built-in specs.
Target: mips-linux-gnu
Configured with: /scratch/clm/2008q3-src/src/gcc-4.3/configure --
build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=mips-linux-
gnu --enable-threads --disable-libmudflap --disable-libssp --disable-
libstdcxx-pch --with-arch=mips32r2 --with-float=hard --enable-mips-
nonpic --enable-extra-sgxxlite-multilibs --with-gnu-as --with-gnu-ld --
enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-
__cxa_atexit --with-pkgversion='Sourcery G++ Lite 4.3-51' --with-
bugurl=https://support.codesourcery.com/GNUToolchain/ --disable-nls --
prefix=/opt/codesourcery --with-sysroot=/opt/codesourcery/mips-linux-
gnu/libc --with-build-sysroot=/scratch/clm/2008q3-lite/install/mips-
linux-gnu/libc --with-gmp=/scratch/clm/2008q3-lite/obj/host-
libs-4.3-51-mips-linux-gnu-i686-pc-linux-gnu/usr --with-mpfr=/scratch/
clm/2008q3-lite/obj/host-libs-4.3-51-mips-linux-gnu-i686-pc-linux-gnu/
usr --disable-libgomp --enable-poison-system-directories --with-build-
time-tools=/scratch/clm/2008q3-lite/install/mips-linux-gnu/bin --with-
build-time-tools=/scratch/clm/2008q3-lite/install/mips-linux-gnu/bin
Thread model: posix
gcc version 4.3.2 (Sourcery G++ Lite 4.3-51)

f11$ sudo yum -y install eclipse-ecj clearsilver

f11$ sudo yum -y install gcc* compat-gcc* readline* libreadline*
openssh* flex bison gperf
libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl wget
valgrind python*
java* java-* java-1.6.0-openjdk-devel* glibc* zlib zlib-devel
libncurses* gcc* compat-gcc*
readline* libreadline* openssh* flex bison gperf libsdl-dev libesd0-
dev libwxgtk2.6-dev
build-essential zip curl wget valgrind python* java* java-* java-1.6.0-
openjdk-devel* glibc*
SDL* ncurses*

f11$ sudo ln -s /usr/bin/ecj /bin/ecj
f11$ cd ~/bin/mipsandroid

f11$ vi /etc/profile
export J2RE_HOME=/usr/java/jdk1.5.0_20/jre
export JAVA_HOME=/usr/java/jdk1.5.0_20/jre
export ANDROID_JAVA_HOME=$JAVA_HOME
export PATH=/usr/java/jdk1.5.0_19/jre/bin:/usr/java/jdk1.5.0_20/bin:
$PATH

f11$ source /etc/profile
f11$ build/envsetup.sh

f11$ export TARGET_PRODUCT=hmp10
f11$ export TARGET_ARCH_VERSION=mips32
f11$ export TARGET_ARCH=mips
f11$ make Supported target products are:

Vendor Platform
<target product>
--------------- ----------------
RMI HMP10 hmp10


Enjoy ~~
prudho
 
Posts: 1
Joined: Fri Oct 09, 2009 3:24 pm

Re: Google Android on Dingoo?

Postby Yongary on Tue Oct 13, 2009 11:03 pm

Speaking of Windows mobile, did anyone else catch that Ingenic ported WinCe for the jz4730 and jz4740? More info in this thread:
windows-ce-t1433.html
Yongary
 
Posts: 37
Joined: Tue Mar 31, 2009 11:42 pm

Re: Google Android on Dingoo?

Postby batman52 on Wed Oct 14, 2009 7:24 am

@Yongary: WindowsMobile=puke (IMHO)
batman52
 
Posts: 69
Joined: Wed Jun 10, 2009 8:48 pm

Re: Google Android on Dingoo?

Postby Billinmich on Wed Oct 14, 2009 9:48 am

Instead of wanting to port every damn shiny new program to the dingoo let's work out all the bugs and get Dingux working on the internal drive.

For those of you that think Android would be "cool" look here

android-powered-pmp-emulator-t1414.html
Billinmich
 
Posts: 24
Joined: Thu Jun 18, 2009 9:03 am

Previous

Return to Offical A320 OS Developer / Coder discussions

Who is online

Users browsing this forum: No registered users and 0 guests