jorsantander
Posts: 15
Joined: Mon Dec 17, 2012 7:34 pm

whic android works better on rasperry

Wed Dec 19, 2012 10:56 pm

whic android works better on rasperry, I ve been trying to installing on 512 ram rasperry pero none of them seems to work, a black screen shows on the nothing

User avatar
redhawk
Posts: 3465
Joined: Sun Mar 04, 2012 2:13 pm
Location: ::1

Re: whic android works better on rasperry

Wed Dec 19, 2012 11:07 pm

There isn't an official Android build for the PI yet not until Broadcom have release their hardware drivers yet (which seems to be taking forever).

Richard S.

jorsantander
Posts: 15
Joined: Mon Dec 17, 2012 7:34 pm

Re: whic android works better on rasperry

Thu Dec 20, 2012 3:37 am

which one you use, or have used in the past

flyinghappy
Posts: 115
Joined: Mon Nov 05, 2012 5:31 pm

Re: whic android works better on rasperry

Thu Dec 20, 2012 4:06 am

Most people use Raspbian (linux).

Have a look here, it has the official OS selections for the board... http://www.raspberrypi.org/downloads
Pi with ArchLinux running a minidlna/samba home server

aaa801
Posts: 428
Joined: Mon Jun 04, 2012 9:06 pm
Location: Berkshire

Re: whic android works better on rasperry

Thu Dec 20, 2012 4:50 pm

android doesn't run on raspberry, its a separate OS

User avatar
jackokring
Posts: 816
Joined: Tue Jul 31, 2012 8:27 am
Location: London, UK
Contact: ICQ

Re: whic android works better on rasperry

Thu Dec 20, 2012 5:37 pm

For most people running .apk files from android market would be enough. With the pre release of JavaFX, most android apps will be easy to convert form source. Theoretically the android API should be possible to translate into a JavaFX set of runtime classes and an install script.

The problem then becomes getting google to allow market downloads to the Pi, and the supplying of a Pi application which does all the fancy sychronization to google.
Pi[NFA]=B256R0USB CL4SD8GB Raspbian Stock.
Pi[Work]=A+256 CL4SD8GB Raspbian Stock.
My favourite constant 1.65056745028

CoolApps
Posts: 21
Joined: Thu Nov 22, 2012 8:43 pm
Contact: Website

Re: whic android works better on rasperry

Fri Dec 21, 2012 1:56 pm

jackokring wrote:For most people running .apk files from android market would be enough. With the pre release of JavaFX, most android apps will be easy to convert form source. Theoretically the android API should be possible to translate into a JavaFX set of runtime classes and an install script.

The problem then becomes getting google to allow market downloads to the Pi, and the supplying of a Pi application which does all the fancy sychronization to google.
False, the Play Store downloads two files which are not .apk files.
One file is the application itself and the second file is the update, when updating only the second file (update file) will be downloaded and installed.
You can install .apk with the package installer application.
Android, web, linux, windows and scripting developer
Download Page: caftp.3owl.com

6677
Posts: 383
Joined: Wed Mar 14, 2012 9:23 pm

Re: whic android works better on rasperry

Sat Dec 22, 2012 5:20 pm

you would have to decompile the dalvik bytecode and recompile it for the regular jvm. The 2 VM's arent compatible.

Or, you could implement the dalvik VM straight on the pi.

CoolApps
Posts: 21
Joined: Thu Nov 22, 2012 8:43 pm
Contact: Website

Re: whic android works better on rasperry

Mon Feb 18, 2013 8:13 pm

jackokring wrote:For most people running .apk files from android market would be enough. With the pre release of JavaFX, most android apps will be easy to convert form source. Theoretically the android API should be possible to translate into a JavaFX set of runtime classes and an install script.

The problem then becomes getting google to allow market downloads to the Pi, and the supplying of a Pi application which does all the fancy sychronization to google.
The Play Store/Android Market installs applications has two files, the original application and the update package which are not .apk, they are in different file extensions.
Android, web, linux, windows and scripting developer
Download Page: caftp.3owl.com

Return to “Android”