Related
this is a devs only thread , i am working now on froyo aosp sources all dev can join and help ,
thes sources is almost donne but need some fixes and optimisations , you can pm me , y will responce all dev request message
or write heare , so ther is :
i taked as base the , Freex10 sources by Zdzihu
and AOSP 2.3.3 freexperia project sources structure by Jerpelea
link for release download is on 2nd post
** tutorial to make a build environement for cm6 ** check the 3rd post
any dev's willing to contribute can join on : https://github.com/Achotjan/FreeXperia
cheers
Achotjan
if you are not a developper and you like my work do not write " thanks" just put the thanks button but if you are dev you can put it to
you can also Donate : http://forum.xda-developers.com/dona....php?u=2482775
---- Releases -----
** UPDATE ** !
AOSP and CM6.2.0 Compleated sources check my github repo :
AOSP : https://github.com/Achotjan/FreeXperia/tree/master/Froyo_AOSP
CM6 : https://github.com/Achotjan/FreeXperia/tree/master/android-CM6
--- OLD ---
almost compleat and working sources AOSP / CM6.1.3 :
FreeXperia Project Achotjan_2.2.1_froyo_AOSP_sources_2nd_release : http://www.mediafire.com/?ct91eqj53em5195
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FreeXperia Project Achotjan_2.2.1_CM6.1.3_sources_release : http://www.mediafire.com/?9d365k4a95qeaix
1st release AOSP only :
FreeXperia Project Achotjan_2.2.1_froyo_AOSP_sources : http://www.mediafire.com/?hgibxu7z1ifzlzn big thanks to Jerpelea for the help !
thes source is almoste donne just need some correction
cheers
Achotjan
---- cm6 build environement tutorial ----
to start making the cm6 build environement you need
open the terminal and use this commend :
sudo-apt-get install git-core gnupg flex bison gperf libsdl1.2-dev libesd0-dev libwxgtk2.6-dev squashfs-tools build-essential zip curl libncurses5-dev zlib1g-dev sun-java6-jdk pngcrush schedtool
Click to expand...
Click to collapse
### Create the Directories ###
# You will need to set up some directories in your build environment.
# To create them:
# use the folowing commands without the :
mkdir -p ~/bin
Click to expand...
Click to collapse
# then :
mkdir -p ~/cm6
Click to expand...
Click to collapse
#after that Install the Repository , Enter this commend to download the "repo" binary:
curl http://android.git.kernel.org/repo > ~/bin/repo
Click to expand...
Click to collapse
# then:
chmod a+x ~/bin/repo
Click to expand...
Click to collapse
# after that use this command :
cd ~/cm6
Click to expand...
Click to collapse
# then :
[QUOTE repo init -u git://github.com/CyanogenMod/android.git -b froyo-stable[/QUOTE]
# after that just use this :
repo sync -j16
Click to expand...
Click to collapse
# if sync -j16 have this error : #### error: Cannot fetch CyanogenMod/android_device_harmony ####
just edit the .repo/manifest.xml and search and remove this line :
###########################################################################################################################
<project path="device/nvidia/harmony" name="CyanogenMod/android_device_harmony" remote="github" revision="froyo-stable" />
###########################################################################################################################
Click to expand...
Click to collapse
### ( if you not see the .repo directory in your build-environement , is cause "." files are hiden if you using ubuntu then you need to make the hiddedn files visible) ###
# then again :
sync -j16
Click to expand...
Click to collapse
### if sync -j16 have another error like this: #### error: Cannot fetch CyanogenMod/android_device_advent_vega ####
just edit the .repo/manifest.xml and search and remove also this line :
#####################################################################################################################
<project path="device/advent/vega" name="CyanogenMod/android_device_advent_vega" remote="github" revision="master" />
#####################################################################################################################
Click to expand...
Click to collapse
# then again :
sync -j16
Click to expand...
Click to collapse
### if sync -j16 have another error like this: ##error: revision master in CyanogenMod/android_device_motorola_morrison not found###
just edit the .repo/manifest.xml and search and remove also this line :
###################################################################################################################################
<project path="device/motorola/morrison" name="CyanogenMod/android_device_motorola_morrison" remote="github" revision="master" />
###################################################################################################################################
Click to expand...
Click to collapse
# then finaly :
sync -j16
Click to expand...
Click to collapse
# after the sync succesfully compleat copy device and vendor folder also build folder to the build environement and merge all .
and just after use this commend :
. build/envsetup.sh
Click to expand...
Click to collapse
# then this :
lunch full_x10-eng
Click to expand...
Click to collapse
you will got thath
##################################################################################################################################
Which would you like? [generic-eng] lunch full_x10-eng
build/core/product_config.mk:190: *** _nic.PRODUCTS.[[vendor/cyanogen/products/cyanogen_harmony.mk]]: "device/nvidia/harmony/device_harmony.mk" does not exist. Arrêt.
** Don't have a product spec for: 'lunch full_x10'
** Do you have the right repo manifest?
##################################################################################################################################
Click to expand...
Click to collapse
now just remove vendor/cyanogen folder
# and again :
lunch full_x10-eng
Click to expand...
Click to collapse
and finaly build it with this
make -j5
Click to expand...
Click to collapse
all this problem heare , have one reason cyanogenmod repo are defectues so nothink bad we build for x10 so motorol devices or any device files is not an issue to compile it
cheers
Achotjan
Devs needed to compleat the work
whole source reviewd , now we need to rewrite the device and vendor folder , now
devs needed to compleat the work who want to joint pleas pm me or write heare
waiting you to start , we have one objective rewrite the whole source after make it usable
to have a stable source and after that work on camera missing functionallity and more
sources are still not added in github , waiting to have somethink usable befor put it in
cheers
Achotjan
is acer liquid sources usable!cause all x10 sources can be found in no other place than Xda by Z
KInG GaME said:
is acer liquid sources usable!cause all x10 sources can be found in no other place than Xda by Z
Click to expand...
Click to collapse
no is not usable at all we have android sources and cm6 sources but now we need to add specified files for x10 , sources by Z is usable but not compleat but i dont want to compleat it i want to rewrite a new froyo sources for x10 and taking as base the sources from Z, i still waiting dev who can join , no one ?
cheers
Achotjan
--------------------------------------------------------------------------------------------------------------------------------------------------------------
2nd post updated test it and all devs can join is almost done just some part need to be rewriten or to be fixed
link : http://www.mediafire.com/?hgibxu7z1ifzlzn
--------------------------------------------------------------------------------------------------------------------------------------------------------------
cheers
Achotjan
What still needs fixing?
achotjan said:
--------------------------------------------------------------------------------------------------------------------------------------------------------------
2nd post updated test it and all devs can join is almost done just some part need to be rewriten or to be fixed
link : http://www.mediafire.com/?hgibxu7z1ifzlzn
--------------------------------------------------------------------------------------------------------------------------------------------------------------
cheers
Achotjan
Click to expand...
Click to collapse
Sent from my X10project using XDA App
Nice work achotjan!
rdannar said:
What still needs fixing?
Sent from my X10project using XDA App
Click to expand...
Click to collapse
i will always put compilation error and files name who need to be fixed see the 3em post you will se also 2 litle error like this but is verry progressed
will also upload the full android froyo 2.2 sources on mediafire and put the link on 1st post for who havent it
cheers
Achotjan
dude why arent u setting up a GITHUB repo?
or add it to FreeXperia repo?
DooMLoRD said:
dude why arent u setting up a GITHUB repo?
or add it to FreeXperia repo?
Click to expand...
Click to collapse
already asked J for it he accepted but y never used github and can say i am like a noob , dont know how put it in
if you can help pm me this will be nice
cheers
Achotjan
achotjan said:
already asked J for it he accepted but y never used github and can say i am like a noob , dont know how put it in
if you can help pm me this will be nice
cheers
Achotjan
Click to expand...
Click to collapse
sorry buddy i too dont know who to use it properly... but i hear its great for devs to share work with each other and keep track of changes...
---- sources added on github ! -----
---- sources added on github ! -----
https://github.com/Achotjan/FreeXperia
will put all the work on github we have a working sources now , thanks Jerpelea and Zdzihu for ther help
cheers
Achotjan
2nd release of working sources released check out the 2nd post for the link , github is not updated yet
cheers
Achotjan[/QUOTE]
for all the peapole wantink to build
cm6 build environement tutorial aded on the 3rd post
cheers
Achotjan
X10 CM6.1.3 sources added on 2nd post !
almost compleat need some fixes
cheers
Achotjan
achotjan said:
X10 CM6.1.3 sources added on 2nd post !
almost compleat need some fixes
cheers
Achotjan
Click to expand...
Click to collapse
GREAT WORK!!!
btw could u get that GB screen-off animation integrated?
DooMLoRD said:
GREAT WORK!!!
btw could u get that GB screen-off animation integrated?
Click to expand...
Click to collapse
already inclueded
cheers
Achotjan
I have been wanting to do this for a while, and the time has finally came. I will be porting most of my tools and scripts I use for Nautilus File Manager Scripts. Currently I have added the installer for only Sign-Apk-Zip script. There will be a pretty penny of scripts that I will be adding to this git repo with an easy to install script attached to apply some pretty cool android tools from the right click menu like signing apks, decompiling apks, compiling apks. Change the hue color of a img just from a right click menu. Many many more to come. So check back frequently.
You will need to install git to clone the project.
Code:
sudo apt-get install git-core
Clone it:
Code:
git clone https://github.com/lithid/Right-Click-Android-Tools.git
Then just run the installer from time to time to see what is available. :good:
Code:
[email protected]:~/Right-Click-Android-Tools$ ./install.sh
Right click android tools installer
=====
Here are some things to do:
--install-sign <> Install sign-apk-zip script
--install-compressed-sign <> Install compress-sign script
--install-apktool <> Install apktool scripts
--install-runroot <> Install run as root
--install-searchstring <> Search for strings like grep
--all <> Install all scripts
Now install what you want.
Code:
[email protected]:~/Right-Click-Android-Tools$ ./install.sh --install-sign
Sign-Apk-Zip is installed!
Videos:
Sign-Apk-Zip
Compress-Sign
Apktool
Run-As-Root
Search-For-String
Cool idea!
Bookmarked!
Man, I'm glad to see my post turned into such a great idea. I thought just posting the scripts in a thread would b great, but this...this is genius. Way to go lithid! I knew there was a reason your name had risen to mythical status!
Well, I hope u keep on it cuz I will b checking for new scripts. Thanks a lot bud. This is gna b so awesome!
Bacon in my coffee, please? You don't have bacon?!?! Unacceptable!!
lithid-cm said:
I have been wanting to do this for a while, and the time has finally came. I will be porting most of my tools and scripts I use for Nautilus File Manager Scripts. Currently I have added the installer for only Sign-Apk-Zip script. There will be a pretty penny of scripts that I will be adding to this git repo with an easy to install script attached to apply some pretty cool android tools from the right click menu like signing apks, decompiling apks, compiling apks. Change the hue color of a img just from a right click menu. Many many more to come. So check back frequently.
You will need to install git to clone the project.
Code:
sudo apt-get install git-core
Clone it:
Code:
git clone https://github.com/lithid/Right-Click-Android-Tools.git
Then just run the installer from time to time to see what is available. :good:
Code:
[email protected]:~/Right-Click-Android-Tools$ ./install.sh
Right click android tools installer
=====
Here are some things to do:
--install-sign <> Install sign-apk-zip script
--install-compressed-sign <> Install compress-sign script
--all <> Install all scripts
Now install what you want.
Code:
[email protected]:~/Right-Click-Android-Tools$ ./install.sh --install-sign
Sign-Apk-Zip is installed!
Videos:
Sign-Apk-Zip
Compress-Sign
Click to expand...
Click to collapse
Easy-peasy lemon-squeazy! Worked like a charm! Thanks so much for this lithid! Great idea! :thumbup::thumbup:
Bacon in my coffee, please? You don't have bacon?!?! Unacceptable!!
triptosyll said:
Easy-peasy lemon-squeazy! Worked like a charm! Thanks so much for this lithid! Great idea! :thumbup::thumbup:
Bacon in my coffee, please? You don't have bacon?!?! Unacceptable!!
Click to expand...
Click to collapse
Glad it works for ya. Yea I will be adding more and more as time goes on.
lithid-cm said:
Glad it works for ya. Yea I will be adding more and more as time goes on.
Click to expand...
Click to collapse
OK, so, I've been trying to activate right-click 'open as administrator', because they have stopped making gksu-nautilus. Any ideas? Or possibly a script?
I know its THERE, the ability to have administrator privelages within your folders, cuz $ gksudo nautilus brings up your root folder with root privelages, so is a script possible?
Thx in advance yo!
And one more thing, could you tell me where that script from you was installed? Was gna take a look at it and didn't find it in /.gnome2/nautilus-scripts.
Thanks again :thumbup:
Bacon in my coffee, please. You don't have any bacon?!?! unacceptable!!
lithid-cm said:
I have been wanting to do this for a while, and the time has finally came. I will be porting most of my tools and scripts I use for Nautilus File Manager Scripts. Currently I have added the installer for only Sign-Apk-Zip script. There will be a pretty penny of scripts that I will be adding to this git repo with an easy to install script attached to apply some pretty cool android tools from the right click menu like signing apks, decompiling apks, compiling apks. Change the hue color of a img just from a right click menu. Many many more to come. So check back frequently.
You will need to install git to clone the project.
Code:
sudo apt-get install git-core
Clone it:
Code:
git clone https://github.com/lithid/Right-Click-Android-Tools.git
Then just run the installer from time to time to see what is available. :good:
Code:
[email protected]:~/Right-Click-Android-Tools$ ./install.sh
Right click android tools installer
=====
Here are some things to do:
--install-sign Install sign-apk-zip script
--install-compressed-sign Install compress-sign script
--all Install all scripts
Now install what you want.
Code:
[email protected]:~/Right-Click-Android-Tools$ ./install.sh --install-sign
Sign-Apk-Zip is installed!
Videos:
Sign-Apk-Zip
Compress-Sign
Click to expand...
Click to collapse
So u know lithid, I had a little problem installing compress-sign, cuz I'm still new to the whole Linux stuff, so I followed ur text on selecting a package to install and went for what you wrote as " install-compressed-sign Install compress-sign script" but typing in $ ./install.sh --install-compress'ed'-sign doesn't work. You have to type $ ./install.sh --install-compress-sign
without the 'ed'. Otherwise it won't work. Just letting you know so if u wanna change it in the op so that noobs like me don't get like I did.
Bacon in my coffee, please. You don't have any bacon?!?! unacceptable!!
Good Job
Updated the OP with APKTOOL scripts for right click, check out the youtube video for functionality.
lithid-cm said:
Updated the OP with APKTOOL scripts for right click, check out the youtube video for functionality.
Click to expand...
Click to collapse
I am using this thread for de/compile of .apk's for jellybean:
http://forum.xda-developers.com/showthread.php?t=1814441
Will I be able to use the versions of aapt and apktool that u provided? Or can I replace them and still use your script? I have other versions I need for jellybean, so if your versions are compatible with jellybean, I'll leave them there. If they're not, I'll replace them. What do you think?
Bacon in my coffee, please. You don't have any bacon?!?! unacceptable!!
triptosyll said:
I am using this thread for de/compile of .apk's for jellybean:
http://forum.xda-developers.com/showthread.php?t=1814441
Will I be able to use the versions of aapt and apktool that u provided? Or can I replace them and still use your script? I have other versions I need for jellybean, so if your versions are compatible with jellybean, I'll leave them there. If they're not, I'll replace them. What do you think?
Bacon in my coffee, please. You don't have any bacon?!?! unacceptable!!
Click to expand...
Click to collapse
You can replace them by pushing them to /usr/local/bin/
lithid-cm said:
You can replace them by pushing them to /usr/local/bin/
Click to expand...
Click to collapse
That's where my other aapt, apktool, and apktool.jar were placed. When I downloaded the script, did your packages replace mine?
Bacon in my coffee, please. You don't have any bacon?!?! unacceptable!!
triptosyll said:
That's where my other aapt, apktool, and apktool.jar were placed. When I downloaded the script, did your packages replace mine?
Bacon in my coffee, please. You don't have any bacon?!?! unacceptable!!
Click to expand...
Click to collapse
Most likely, if you point me in the direction of the "updated" tools, I can update my script so everyone will have those.
lithid-cm said:
Most likely, if you point me in the direction of the "updated" tools, I can update my script so everyone will have those.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1755243
v1.4.9 and the required aapt right below it.
Bacon in my coffee, please. You don't have any bacon?!?! unacceptable!!
Updated the apktool script, and added Run-As-Root script. Check it out.
Awesome to see this.. great idea... Will be trying this tonight for sure...
Cellar Door
"Who are you people and where is my horse?"
lithid-cm said:
Updated the apktool script, and added Run-As-Root script. Check it out.
Click to expand...
Click to collapse
Awesome! Thanks again man! :thumbup::thumbup:
Bacon in my coffee, please. You don't have any bacon?!?! Unacceptable!!
Updated with a searching for string option!
http://www.youtube.com/watch?v=3RjHEHzQFrg
lithid-cm said:
Updated with a searching for string option!
http://www.youtube.com/watch?v=3RjHEHzQFrg
Click to expand...
Click to collapse
Not a part of the process I understand yet, but I'm gna download it anyway, cuz I've heard about strings, and minimally understand it, so I'll need it sooner or later. (Whenever I can get to researching the topic)
Bacon in my coffee, please. You don't have any bacon?!?! Unacceptable!!
I like tools and all, and not intending to hi-jack this thread (although I know I might) but, where is Salvage-Mod for Galaxy Nexus Toroplus??? I kid. Scripts are a mans almost best friend. Thanks for expressing this idea in a useful application!
HI guys, I'm finding troubles understanding how and when I should clone gits for unofficial builds
example. I want to build an unofficial cm10 using this repo for fixes https://github.com/bruce2728
after I sync cm repo with jellybean branch, how should I add these gits? and which of them I have to add?
All you need is this, https://github.com/bruce2728/local_manifest
Then repo sync
Sent from my HTC PH39100 using Tapatalk 2
mg2195 said:
All you need is this, https://github.com/bruce2728/local_manifest
Then repo sync
Sent from my HTC PH39100 using Tapatalk 2
Click to expand...
Click to collapse
ok, so the local manifest contain all the fixes! right?
I should proceed this way:
$ wget -O ~/android/system/.repo/local_manifest.xml https://raw.github.com/bruce2728/local_manifest/master/local_manifest.xml
to add the git, and than sync the official repo from cm git...
right? thanks
throcker said:
ok, so the local manifest contain all the fixes! right?
I should proceed this way:
$ wget -O ~/android/system/.repo/local_manifest.xml https://raw.github.com/bruce2728/local_manifest/master/local_manifest.xml
to add the git, and than sync the official repo from cm git...
right? thanks
Click to expand...
Click to collapse
Yep, a local manifest just adds extra trees to the sync...usually you make one and put your device and kernel trees and anything else your device requires...that way everytime you do a repo sync it will check do updates to the device and kernel trees...so its essentially git cloning, except its part of the repo sync
Sent from my HTC PH39100 using Tapatalk 2
mg2195 said:
Yep, a local manifest just adds extra trees to the sync...usually you make one and put your device and kernel trees and anything else your device requires...that way everytime you do a repo sync it will check do updates to the device and kernel trees...so its essentially git cloning, except its part of the repo sync
Sent from my HTC PH39100 using Tapatalk 2
Click to expand...
Click to collapse
ok, I have to do it before the repo sync right? never after it?...
and is there a way to clone single gits? example, I want to clone just the vendor https://github.com/bruce2728/android_vendor_htc_pyramid.git...
what is the command?
throcker said:
ok, I have to do it before the repo sync right? never after it?...
and is there a way to clone single gits? example, I want to clone just the vendor https://github.com/bruce2728/android_vendor_htc_pyramid.git...
what is the command?
Click to expand...
Click to collapse
Go to that github, click on the git-read copy the link
Type
Code:
git clone copyedgitlinkhere locationhere
Soooo...
Open terminal
Cd working
Mkdir vendor
Cd vendor
Mkdir HTC
Git clone gitlinkhere pyramid
Cd ~/working
Replace working with your working folder
Sent from my HTC PH39100 using Tapatalk 2
mg2195 said:
Go to that github, click on the git-read copy the link
Type
Code:
git clone copyedgitlinkhere locationhere
Soooo...
Open terminal
Cd working
Mkdir vendor
Cd vendor
Mkdir HTC
Git clone gitlinkhere pyramid
Cd ~/working
Replace working with your working folder
Sent from my HTC PH39100 using Tapatalk 2
Click to expand...
Click to collapse
YOU are the man, thank you very much, hope this works...
Hello,
I need the cifs.ko module. As I could not find it and had to read some threads of other users, waiting for help, I decided to compile the module myself.
I followed this instruction: wiki.cyanogenmod.org/w/Build_for_sirius
Unfortunately the command 'breakfast sirius' results in an error - the same with 'lunch'
I hope for your help, as I don't know what to do.
Kind regards,
Tom
Have you added the correct/required repos in your local manifests file? ☺
Sent from my Xperia Z2 using Tapatalk
Mr.R™ said:
Have you added the correct/required repos in your local manifests file? ☺
Sent from my Xperia Z2 using Tapatalk
Click to expand...
Click to collapse
I added the one repo mentioned in the instruction...
-----------------------------
$ cd ~/android/system/
$ repo init -u ...github.com/CyanogenMod/android.git -b cm-11.0
$ repo sync
----------------------------
Is there another repo?
I thought that the command includes the whole cm-11 source.
It does but you need a few more for the kernel n such, I'm not at home so can't provide them but will Monday if you need me too
Sent from my Xperia Z2 using Tapatalk
Mr.R™ said:
It does but you need a few more for the kernel n such, I'm not at home so can't provide them but will Monday if you need me too
Sent from my Xperia Z2 using Tapatalk
Click to expand...
Click to collapse
I read that every build has the manifest - so I extracted it from the last nightly and copied it to .repo/local_manifest/sirius-manifest.xml.
Isn't doing the job... see attachment.
repo also cannot see the .xml file and is telling me that there is a duplicate path - now with the default.xml also?
Any hint why this is happening is appreciated!
If you could give me a working manifest that would be great! :angel:
Building A Kernel For A6k
Hello Folks, Looks like A6000 Forums Are On Fire So Now I AM HErE TO POuR Oil In The FIRE
Lets Get Straight To The POint
This Guide Will Help you build a kernel for our little Precious One
Requirements:
Ubuntu[DOnt Ask How]
Required Libs like libncurses, and stuff [If you face any such error realted to libs, just google Once]
Good Internet
AT least 2GB RAM and a good processor
A bit of your time
Patience and brain
Steps:
1) Create A folder anywhere with any name you want and open it
2) Open terminal in that folder and Run This COmmand Which will install all required Libs
Code:
sudo apt-get install -y build-essential kernel-package libncurses5-dev bzip2
3)After It gets done now we need a toolchain so now type " mkdir kernel" and "cd kernel" without quotes
4) Now we will dload toolchain so first install GIT and GCC libs for ex
"sudo apt get-install git"
Now Run This to clone the toolchain
Code:
git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8
5)After toolchain gets downloaded now we need kernel sources, to simplify it clone the sources from my GIT using this command in terminal
Code:
git clone https://github.com/varunhardgamer/kernel_lenovo_a6000.git
6)After Dloading kernel sources open the kernel sources folder which may have name Semar Kernel or something like that and open BuildingKernel.txt and understand the way you need to edit Build.sh
Its not hard you just need to type the address to your kernel folder which you made
7)Now type
Code:
make ARCH=arm
and press enter
8)Then RUn
Code:
make wt86518_defconfig
9)THen Run
Code:
make menuconfig
and a popup will appear showing you all the tweaks that can be included in the kernel, select accordingly and save it
10)After you Finish tweaking it, open build.sh and edit it acordingly and then run the script by " .build.sh " in the terminal and wait till you get the zimage which is the kernel
8)Now download semar kernel r5zip and push your zimage inside it and flash your first Kernel
COmment here if you face any Errrors
Kernel Source _ https://github.com/varunhardgamer/kernel_lenovo_a6000
Credits to-
Me
Mr.AW
@3lambda
Orata
@mshoaib7
@dev_harsh1998
and XDA Forums
Reserved
Link To the original Thread
https://forum.xda-developers.com/android/software/guide-easy-kernel-building-tutorial-t3581057
Thanks To @3lambda
[Really THanks Man]
Just In Case
DualBoot Coming Soon By The WAy
The MErc With A MouTh is Back
The source you have mentioned isnt the proper source for Kernel and is Limpy when it comes to New stuff support better you link them to this repo :- https://github.com/dev-harsh1998/android_kernel_lenovo_msm8916
and GCC-4.7 is old and has regression bugs Better use gcc-4.8
Regards,
dev_harsh1998
dev_harsh1998 said:
The source you have mentioned isnt the proper source for Kernel and is Limpy when it comes to New stuff support better you link them to this repo :- https://github.com/dev-harsh1998/android_kernel_lenovo_msm8916
and GCC-4.7 is old and has regression bugs Better use gcc-4.8
Regards,
dev_harsh1998
Click to expand...
Click to collapse
Ok but the build.sh that i have mentioned will have to be edited again
Oh man
OK wait
Some Modifications To the guide will be done by tomorrow
No worries you doing good work
dev_harsh1998 said:
No worries you doing good work
Click to expand...
Click to collapse
Thanks Limit DOne
WIll thanks Tomorrow
You need to edit build.sh
Change -j64 to -j4 or it'll mess up for everyone.
---------- Post added at 05:02 PM ---------- Previous post was at 05:02 PM ----------
dev_harsh1998 said:
The source you have mentioned isnt the proper source for Kernel and is Limpy when it comes to New stuff support better you link them to this repo :- https://github.com/dev-harsh1998/android_kernel_lenovo_msm8916
and GCC-4.7 is old and has regression bugs Better use gcc-4.8
Regards,
dev_harsh1998
Click to expand...
Click to collapse
+1
Use this kernel it's updated nd better.
Has.007 said:
You need to edit build.sh
Change -j64 to -j4 or it'll mess up for everyone.
---------- Post added at 05:02 PM ---------- Previous post was at 05:02 PM ----------
+1
Use this kernel it's updated nd better.
Click to expand...
Click to collapse
Oh Thanks for pointing that 64 out:good:
Thanks
The Hard Gamer said:
Oh Thanks for pointing that 64 out:good:
Thanks
Click to expand...
Click to collapse
Welcome. Keep up the good work. :good:
Lol, just rechecked your git.
The kernel will not compile. You need to define the toolchain.
Has.007 said:
Lol, just rechecked your git.
The kernel will not compile. You need to define the toolchain.
Click to expand...
Click to collapse
I myself used this method and compiled a kernel
And for toolchain
I already mentioned
export cross_compile in .sh
The Hard Gamer said:
I myself used this method and compiled a kernel
And for toolchain
I already mentioned
export cross_compile in .sh
Click to expand...
Click to collapse
bad command practise..
is it work for any version of Android? currently I'm using RR 5.8.2
hayatnas18 said:
is it work for any version of Android? currently I'm using RR 5.8.2
Click to expand...
Click to collapse
Wait till i update the guide again