mimi123
Posts: 583
Joined: Thu Aug 22, 2013 3:32 pm

Re: android on the pi

Tue Sep 30, 2014 11:18 am

Will upload the version when I have time.

(and a higher WWW speed)
http://www.speedtest.net/my-result/3797910648

User avatar
ric96
Posts: 1253
Joined: Sun Mar 17, 2013 6:03 am
Location: NOIDA, India
Contact: Website

Re: android on the pi

Tue Sep 30, 2014 12:14 pm

mimi123 wrote:Will upload the version when I have time.

(and a higher WWW speed)
http://www.speedtest.net/my-result/3797910648
These are pretty good numbers.
Ps. I live in India
My apologies for shameless YouTube Plugs...
youtube.com/sahajsarup
twitter @sahajsarup
skype srics1996
e-mail: sahajsarup@gmail.com
Blog: http://www.geektillithertz.com/wordpress
Web: http://www.geektillithertz.com

mimi123
Posts: 583
Joined: Thu Aug 22, 2013 3:32 pm

Re: android on the pi

Tue Sep 30, 2014 2:50 pm

ric96 wrote:
mimi123 wrote:Will upload the version when I have time.

(and a higher WWW speed)
http://www.speedtest.net/my-result/3797910648
These are pretty good numbers.
Ps. I live in India
In fact, I use WiFi (those numbers are 12 times slower than Ethernet but plugging the PC in the living room is not good).

trevd1234
Posts: 5
Joined: Tue Dec 18, 2012 3:31 pm

Re: android on the pi

Wed Nov 05, 2014 5:06 am

@mimi123 ; Don't know where you're at with this atm but have you looked at eric anholts drm / mesa work ... y'knows there a drm based gralloc and kms based hwcomposer available and I recall you mentioning you were more a mesa kind of guy.

Anyway here's a video of the work i've been doing ... working GPU accelaration on boot , then the gralloc c**ps itself because I didn't really have the first clue about GPU driver writing concepts lol but you can't let lack of knowledge get in the way of learning things and trying stuff just for the hell of it. ... https://www.youtube.com/watch?v=GO10mkZWeA8
Tbh though getting the gpu/gles stuff going was pretty easy as it just needed some android specific EGL extensions adding to the GLES implementation . For me at least It's understanding and picking the memory allocator weapon of choice which is the tricky part of this little adventure. Not really helped by the fact that there's 3 or 4 ways to choose from as far as I can tell ( dispmanx , vcsm, v3d and vc-mem and now the kms/drm drivers )

Well might as well share the link to the repo incase any gpu experts are passing and fancy having a crack with building from source https://github.com/trevd/android_vendor_broadcom_rpi

Thanks
trevd

mimi123
Posts: 583
Joined: Thu Aug 22, 2013 3:32 pm

Re: android on the pi

Sat Nov 15, 2014 4:36 pm

trevd1234 wrote:@mimi123 ; Don't know where you're at with this atm but have you looked at eric anholts drm / mesa work ... y'knows there a drm based gralloc and kms based hwcomposer available and I recall you mentioning you were more a mesa kind of guy.

Anyway here's a video of the work i've been doing ... working GPU accelaration on boot , then the gralloc c**ps itself because I didn't really have the first clue about GPU driver writing concepts lol but you can't let lack of knowledge get in the way of learning things and trying stuff just for the hell of it. ... https://www.youtube.com/watch?v=GO10mkZWeA8
Tbh though getting the gpu/gles stuff going was pretty easy as it just needed some android specific EGL extensions adding to the GLES implementation . For me at least It's understanding and picking the memory allocator weapon of choice which is the tricky part of this little adventure. Not really helped by the fact that there's 3 or 4 ways to choose from as far as I can tell ( dispmanx , vcsm, v3d and vc-mem and now the kms/drm drivers )

Well might as well share the link to the repo incase any gpu experts are passing and fancy having a crack with building from source https://github.com/trevd/android_vendor_broadcom_rpi

Thanks
trevd
trevd, vcdbg(VideoCore DeBuGger) is non-free and sadly compiled dynamically with glibc. (maybe try a chroot on Android for debug tools?) , but does give good info.

User avatar
ric96
Posts: 1253
Joined: Sun Mar 17, 2013 6:03 am
Location: NOIDA, India
Contact: Website

Re: android on the pi

Sun Feb 08, 2015 2:11 pm

samsung galaxy grand is a phone with videocore 4 running android, the following links might help

https://github.com/pawitp/android_kernel_samsung_i9082
https://github.com/pawitp/android_device_samsung_i9082
My apologies for shameless YouTube Plugs...
youtube.com/sahajsarup
twitter @sahajsarup
skype srics1996
e-mail: sahajsarup@gmail.com
Blog: http://www.geektillithertz.com/wordpress
Web: http://www.geektillithertz.com

Pete Burgess
Posts: 17
Joined: Fri Sep 02, 2011 9:25 pm

Re: android on the pi

Tue Feb 10, 2015 2:42 pm

If you're really hellbent on it, you're better off going with the Amazon Fire TV Stick as a starting point. Same SOC and the source will have all the necessary HDMI and audio drivers, etc. Chances are most of that lot will be missing from a phone.

Return to “Android”