Building LeMaker Android 4.2 from Source
129
52830
|
I tried something. I crossed the bpi and lemaker sys_config.fex and sys_partition.fex and compiled new.
The result, lemaker 1080x is ok! But now the bpi 1080x is bad. I think the original sys_config.fex from the bpi is the good one.
I use it now in the lemaker. |
|
|
|
|
|
|
|
Hi Mattrix,
I think there are some misunderstanding, we are all contributing because we like it and nobody can expect that to become an obligation.
As another contributor, I was trying to check how to reach previous SDK level and to identify what have to be fixed for that.
The issue is that you removed the old repo too fast, so can't used it as a comparaison base, and I removed my local copy to test the LeMaker sources, very bad timing :/
Since I have no idea what you did to fix Gmac, is there hope that you have a local copy ? |
|
|
|
|
|
|
|
Edited by tony_zhang at Mon Dec 8, 2014 04:28
mattrix replied at Sun Dec 7, 2014 19:58 
But if you fork and I delete in the future, then I think it will delete yours?
I am just really ...
Thanks for you mattrix. I will keep it open for all.
I released it out just because I want some people can maintain it. So if you are a little busy now, I can keep it for some time. When you have time, I can transfer it to you back. And maybe ChrisP is better than me, he did more now.
I hope every one can make it better.
Another news, I have talked with Allwinner today, they are now developing Android 5.0.
PS: no transfer notification on github. |
|
|
|
|
|
|
|
liab replied at Sun Dec 7, 2014 19:53 
I tried something. I crossed the bpi and lemaker sys_config.fex and sys_partition.fex and compiled n ...
Hi liab,
Could you give a diff patch file ? |
|
|
|
|
|
|
|
Hi Tony,
your presumption on my knownledge is very flattering, but not being a developper, and tweaking android system for the first time of my life, I'm more a google champion than anything else ;)
I agree with Mattrix that maintaining the main branch at LeMaker level is the best choice, and I would like to continue to manage a separate branch (named KodiBox) so that I can continue to tweak it for my target (dedicated for HDMI HD media player) while continuing to expose the modification to anybody that want to adapt it, the right open source spirit and leveraging any updates done on the main branch.
The feedback from Allwinner is a very good news ! Do you confirm there will be someday a Lollipop SDK for A20 ? I've seen one available for A80, but I was wandering if they are targetting their low-end SoC as well. |
|
|
|
|
|
|
|
Edited by mattrix at Mon Dec 8, 2014 15:11
Chris, I have transferred ownership to you as Tony couldn't find where to accept.
There should be somewhere in Github to accept 
Updated first post with new link to the repo |
|
|
|
|
|
|
|
Well, I figured out it's only on the mail account attached to GitHub acount ^^
I accepted the transfer, but then the url of the repository did chenge. Could you edit your inital post to point to https://github.com/ChrisP-Android/lemaker_android ?
And regarding the GMAC fix you applied, do you have any trace of it ? |
|
|
|
|
|
|
|
For people who are allready connected to the repository, there are some impact too.
In /ANDROID/.git/config, replace:- [remote "origin"]
- url = https://github.com/matthuisman/lemaker_android.git
- fetch = +refs/heads/*:refs/remotes/origin/*
Copy the Code by:- [remote "origin"]
- url = https://github.com/ChrisP-Android/lemaker_android.git
- fetch = +refs/heads/*:refs/remotes/origin/*
Copy the Code In /ANDROID/scripts/update.sh, replace:- git pull https://github.com/matthuisman/lemaker_android.git
Copy the Code by- git pull https://github.com/ChrisP-Android/lemaker_android.git
Copy the Code |
|
|
|
|
|
|