Linaro - Galaxy S Advance I9070 Q&A, Help & Troubleshooting

can i use LINARO to compile our devices' kernel?also i decide to compile aokp with linaro..

You need Ubuntu to compile the kernel, as far as I know...
But I don't have much knowledge on ROM and Kernel building
Sent from my GT-I9070 using Tapatalk 4 Beta

assassin0408 said:
can i use LINARO to compile our devices' kernel?also i decide to compile aokp with linaro..
Click to expand...
Click to collapse
Yes you can... Personally i prefer google's toolchains but it's your choice
Inviato dal mio GT-I9070 con Tapatalk 2

KINGbabasula said:
Yes you can... Personally i prefer google's toolchains but it's your choice
Inviato dal mio GT-I9070 con Tapatalk 2
Click to expand...
Click to collapse
nice..maybe i will try to use linaro to update my aokp..

assassin0408 said:
nice..maybe i will try to use linaro to update my aokp..
Click to expand...
Click to collapse
You can try with both toolchains but yeah, Google one is the recommended
Sent from my GT-I9070 using xda app-developers app

frapeti said:
You can try with both toolchains but yeah, Google one is the recommended
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
i see.. no wonder i didn't see any of our devs using linaro..

If it builds without errors that mean you can use linaro toolchain. It doesn`t matter you use google, ubuntu default gcc-arm-gnueabi or linaro toolchain as long it builds and work fine.

assassin0408 said:
i see.. no wonder i didn't see any of our devs using linaro..
Click to expand...
Click to collapse
Linaro gcc > 4.6.2 don't work with our kernel.

Related

[Q] Nightly OR Stable

(CyanogenMod) Ok title kinda sums up everything. so which one would you rather and which is better to be used as a base ????
Sikorsky96 said:
(CyanogenMod) Ok title kinda sums up everything. so which one would you rather and which is better to be used as a base ????
Click to expand...
Click to collapse
personally, I wouldnt use official one, at least now....
i preffer to vo-1 unofficial build one.
it has more features, and less bug also
Ok cool guess I'm gonna have to make my own cyanogenmod haven't got anything to do over summer so I better start learning then. It shouldn't be that hard is it? I assume it's made up of Java scripts and XML
Sent from my GT-S5830 using xda premium
Sikorsky96 said:
(CyanogenMod) Ok title kinda sums up everything. so which one would you rather and which is better to be used as a base ????
Click to expand...
Click to collapse
Stable is always better...
Sent from my GT-S5830 using xda premium
Manvendra05 said:
Stable is always better...
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Not always....
Sent from my GT-S5830 using Tapatalk 2
Manvendra05 said:
Stable is always better...
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
does the official stable can activate LED via status bar???
Yes...it can...u have toggles mod available for this!
Sent from my GT-S5830 using xda premium
galaxyace152 said:
Not always....
Sent from my GT-S5830 using Tapatalk 2
Click to expand...
Click to collapse
I mean most of the times :sly:
Sent from my GT-S5830 using xda premium
Manvendra05 said:
I mean most of the times :sly:
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Not most of the times also! Only sometimes.
Nighty is an update which has less changes from the previous version. It is an update which is given out on a regular basis!
So, the latest nightly is an updated version of the stable version which has lesser changes. But, nightly might also be untested for stability! But for me, nightly is very stable!
By the way to be honest I haven't searched for this, please forgive me. Is there any tutorial on how to make a cm ROM from source ??? what do I need to know ??? what languages ???
Manvendra05 said:
Yes...it can...u have toggles mod available for this!
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
what the point of stable release if we have to "mod" to activate such basic thing like that???
Sikorsky96 said:
By the way to be honest I haven't searched for this, please forgive me. Is there any tutorial on how to make a cm ROM from source ??? what do I need to know ??? what languages ???
Click to expand...
Click to collapse
There's even a GUI if you want to compile CM7
http://www.omgubuntu.co.uk/2012/05/gui-cyanogenmod-compiler-tool-for-ubuntu
alexnm said:
There's even a GUI if you want to compile CM7
http://www.omgubuntu.co.uk/2012/05/gui-cyanogenmod-compiler-tool-for-ubuntu
Click to expand...
Click to collapse
____________________________________
Cheers bro!!! What's a GUI ???
Sent from my GT-S5830 using xda premium
Sikorsky96 said:
____________________________________
Cheers bro!!! What's a GUI ???
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Graphical User Interface!
In short, it is a program which has Menus and stuff and more beginner friendly interface for using it, instead of typing in codes to get the work done..
Sent from my GT-S5830 using Tapatalk 2
galaxyace152 said:
Graphical User Interface!
In short, it is a program which has Menus and stuff and more beginner friendly interface for using it, instead of typing in codes to get the work done..
Sent from my GT-S5830 using Tapatalk 2
Click to expand...
Click to collapse
________________
Cheers brov!!! Coding feels Better though enit
Sent from my GT-S5830 using xda premium
Sikorsky96 said:
________________
Cheers brov!!! Coding feels Better though enit
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Errr... Coding is different from compiling. I code Android Apps. Compiling is just doing a git pull and modding some files.
If you want to properly compile it, use Git and grab sources from the Cyanogenmod repo from CLI.
Btw... I highly recommended you use Linux to compile it on. Use debian or Ubuntu.
Sent from my GT-S5830 using Tapatalk 2
NathanBookham said:
Errr... Coding is different from compiling. I code Android Apps. Compiling is just doing a git pull and modding some files.
If you want to properly compile it, use Git and grab sources from the Cyanogenmod repo from CLI.
Btw... I highly recommended you use Linux to compile it on. Use debian or Ubuntu.
Sent from my GT-S5830 using Tapatalk 2
Click to expand...
Click to collapse
You know,it is really easy to make a simple app which just pulls tweet and stuff, don't want to go into details...If coding is different from compiling(to an extent it is) then maybe you could explain how you could debug certain errors and also add new modifications..
Sent from the year 3000 using a SGA where sheep's are not present.
NathanBookham said:
Errr... Coding is different from compiling. I code Android Apps. Compiling is just doing a git pull and modding some files.
If you want to properly compile it, use Git and grab sources from the Cyanogenmod repo from CLI.
Btw... I highly recommended you use Linux to compile it on. Use debian or Ubuntu.
Sent from my GT-S5830 using Tapatalk 2
Click to expand...
Click to collapse
______________________________
Sent From A Potato
side_effect said:
Sent From A Potato
Click to expand...
Click to collapse
expensive potato you got there (for a potato, you know ...)
Prawesome said:
You know,it is really easy to make a simple app which just pulls tweet and stuff, don't want to go into details...If coding is different from compiling(to an extent it is) then maybe you could explain how you could debug certain errors and also add new modifications..
Sent from the year 3000 using a SGA where sheep's are not present.
Click to expand...
Click to collapse
coding is write from zero......

[KERNEL][3.4.53][GCC-4.7][WIFI-FIX] dewadgKernel v1.4, updated on 19/7/2013

dewadgKernel Features
dewadgKernel is based on faux123's enhanced stock kernel. Of course you'll find all the things from faux's ehanced stock kernel and here with more features.
Linux kernel version 3.4.53
Based on faux123's enhanced stock kernel
Clockspeed from 192 MHz and up to 1,7 GHz
CPU supports slow, nominal, fast, and faster
Battery life extender
FIOPS I/O scheduler
SIO I/O scheduler
Voltage control
Gamma control
Fast charge support
Read-ahead buffer size increased to 2048 KB
Low wifi signal is able to be seen
Intelli-Thermal driver from faux123's kernel for better thermal throttling
Wifi fix (included on enhanced stock kernel by faux123)
More optimized
v1.0
You'll find what's inside it, I forgot.
v1.1
You'll find what's inside it, I forgot.
v1.2
Updated the Linux kernel to kernel 3.4.50
v1.3 | Updated
Updated the Linux kernel to kernel 3.4.51
Intelli-Thermal driver from faux123 for better thermal throttling (config it with FauxClock)
---
Compiled with Google GCC 4.7
v1.4
Updated the Linux kernel to kernel 3.4.53
Downloads
v1.0
v1.1
v1.2
v1.3
v1.4
The previous version has been removed. The repo is also removed and dewadgKernel is continued by the current version (previously MFX). But I am planning to build a stock kernel with only necessary features such as fixes. Thanks
Thanks to
Google, CyanogenMod, arco68, hurtsky, faux123, Edoko, showp1984, anarkia1976, mathkid95, motley and many people for helps and sources
All the XDA Developers members who give a lot of informations
Google and DooMLoRD for the toolchain
You, if you tested it or using it
Source
Re: [Kernel][CM10.1] dewadgKernel, stock CM10.1 kernel with some features
Sweet! What are the odds we can get this with color calibration? I always use cm. I prefer stock kernel. Just wish it had color customization like my gnex had
Sent from my Nexus 4 using xda premium
Re: [Kernel][CM10.1] dewadgKernel, stock CM10.1 kernel with some features
Cool sob! Nice to see Indonesian devs join the party
Sent from my Nexus 4 using Tapatalk 2
Smallsmx3 said:
Sweet! What are the odds we can get this with color calibration? I always use cm. I prefer stock kernel. Just wish it had color customization like my gnex had
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Thank you, actually I've never tried to compile stock kernel. And I always use CM since in my Galaxy W before XD. I will add it if I can, I'll try
wathefak said:
Cool sob! Nice to see Indonesian devs join the party
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
Glad to see an Indonesian in this thread too
R: [Kernel][CM10.1] dewadgKernel, stock CM10.1 kernel with some features
Inviato dal mio Nexus 4 con Tapatalk 2
Can use with cm10 roms only?
Re: [Kernel][CM10.1] dewadgKernel, stock CM10.1 kernel with some features
noky76 said:
Inviato dal mio Nexus 4 con Tapatalk 2
Can use with cm10 roms only?
Click to expand...
Click to collapse
No, it should work with all AOSP ROMs.
Sent from my Nexus 4 using xda premium
Thank you for explaining
dewadg please link to your kernel source.
This is required to comply with GPL.
Andy said:
dewadg please link to your kernel source.
This is required to comply with GPL.
Click to expand...
Click to collapse
Okay, but I need time. I downloaded the source by zip file and still have some problem to use Github. Thanks anyway
dewadg said:
Okay, but I need time. I downloaded the source by zip file and still have some problem to use Github. Thanks anyway
Click to expand...
Click to collapse
Take your time. But it needs to be posted.
Andy said:
Take your time. But it needs to be posted.
Click to expand...
Click to collapse
I've posted it, but the source isn't uploaded yet. It failed everytime I try to upload it
Updated
dewadg said:
Updated
Click to expand...
Click to collapse
is it meant to work on any device?
I have samsung galaxy grand duos, with cm 10.1
can i use your kernel?
DBZo07 said:
is it meant to work on any device?
I have samsung galaxy grand duos, with cm 10.1
can i use your kernel?
Click to expand...
Click to collapse
No.
Sent from my Nexus 4 using Tapatalk 2
DBZo07 said:
is it meant to work on any device?
I have samsung galaxy grand duos, with cm 10.1
can i use your kernel?
Click to expand...
Click to collapse
lol how did you come across this kernel randomly?
DBZo07 said:
is it meant to work on any device?
I have samsung galaxy grand duos, with cm 10.1
can i use your kernel?
Click to expand...
Click to collapse
What do you mean? It's under Nexus 4 Android Development section. Of course it's only for Nexus 4
dewadg said:
What do you mean? It's under Nexus 4 Android Development section. Of course it's only for Nexus 4
Click to expand...
Click to collapse
Oppsss...
Previous reply was short and sweet... I was already answered.
Thanks anyways
---------- Post added at 12:06 PM ---------- Previous post was at 12:03 PM ----------
ceejay830731 said:
lol how did you come across this kernel randomly?
Click to expand...
Click to collapse
Lol.. My bad... Dint looked at section..
Sorry guys...
DBZo07 said:
Oppsss...
Previous reply was short and sweet... I was already answered.
Thanks anyways
Click to expand...
Click to collapse
Don't be offended. I was just telling you so you won't repeat this again. If it is for Galaxy Grand, I will post it under its dev thread (If there).
dewadg said:
Don't be offended. I was just telling you so you won't repeat this again. If it is for Galaxy Grand, I will post it under its dev thread (If there).
Click to expand...
Click to collapse
Ok bro..hope we come across randomly...
Nice meeting you guys, sorry... Enjoy...

[REQ] [TUTO] Compiling ROM from sources

hye, to diego-ch, shaan, paul, kingbabasula and other devs.. can you all/one of you please make a tutorial to develop roms from sources for our device? it seem that our device is not officially support by some famous custom rom..and it is very difficult to sync device tree, kernel, libhardware, system core and etc etc. i just want a sample of tutorial for a basic ideas of how paul made a nearly perfect pac rom so that i can immitate his way of compiling rom..
assassin0408 said:
hye, to diego-ch, shaan, paul, kingbabasula and other devs.. can you all/one of you please make a tutorial to develop roms from sources for our device? it seem that our device is not officially support by some famous custom rom..and it is very difficult to sync device tree, kernel, libhardware, system core and etc etc. i just want a sample of tutorial for a basic ideas of how paul made a nearly perfect pac rom so that i can immitate his way of compiling rom..
Click to expand...
Click to collapse
Writing now
KINGbabasula said:
Writing now
Click to expand...
Click to collapse
That would be supah awesome!
Sent from my GT-I9070 using Tapatalk 4 Beta
The tutorial is almost complete
KINGbabasula said:
Writing now
Click to expand...
Click to collapse
Wahhhh!!awesome man.. Looking forward to that tuto..
Sent from my GT-I9070 using xda premium
assassin0408 said:
Wahhhh!!awesome man.. Looking forward to that tuto..
Sent from my GT-I9070 using xda premium
Click to expand...
Click to collapse
Dude it's already done
Here's the thread:
http://forum.xda-developers.com/showthread.php?t=2351504
Sent from my GT-I9070 using xda premium
Abhinandh Ajay said:
Dude it's already done
Here's the thread:
http://forum.xda-developers.com/showthread.php?t=2351504
Sent from my GT-I9070 using xda premium
Click to expand...
Click to collapse
Yeahh i know..LOL..i open this thread first.. Want to ask 1 question tho.. I have done the repo sync part.but the sources folder is not in working folder.. What should i do?and 1 more thing.. Can i just download manual the zip file of sources let say device tree and libhardware legacy for our device and place them into working folder?
Sent from my GT-I9070 using xda premium

Camera seems to be fixed for flo on 12/7/2013 nightly

Camera working for me now on the latest nightly, good work fixing it guys! Now the rom is running perfectly for me, thank you.
Does it still feature art? I heard the dev used linaro to build which breaks art does it not?
Sent from my Nexus 7 2013 using Tapatalk
xfrancis14 said:
Does it still feature art? I heard the dev used linaro to build which breaks art does it not?
Sent from my Nexus 7 2013 using Tapatalk
Click to expand...
Click to collapse
No we do not use linaro
Entropy512 said:
No we do not use linaro
Click to expand...
Click to collapse
Can you please build for Deb too?
Sent from Tapatalk, using Tapatalk
Sleepy! said:
Can you please build for Deb too?
Sent from Tapatalk, using Tapatalk
Click to expand...
Click to collapse
I'm not sure if anyone owns deb... I don't do blind builds, and honestly, if I find out a maintainer is doing blind builds, I'm likely to shut off that device's nightlies.
Entropy512 said:
I'm not sure if anyone owns deb... I don't do blind builds, and honestly, if I find out a maintainer is doing blind builds, I'm likely to shut off that device's nightlies.
Click to expand...
Click to collapse
Then why is it on the 'Officially Supported' list on the Omni website?
There's never been an Omni build for Deb....
Sent from Tapatalk, using Tapatalk
Sleepy! said:
Then why is it on the 'Officially Supported' list on the Omni website?
There's never been an Omni build for Deb....
Sent from Tapatalk, using Tapatalk
Click to expand...
Click to collapse
Probably a screwup/mistake. I think we had someone with a deb lined up but they disappeared...

[KERNEL][4.4.2] SAQ_kernel.v2...SABERMOD 4.8

Hi guys,
This is my first ever kernel.
SMOOTH
LAG FREE
HANDLES HEAVY GAMES WITH CARE
EATS LESS BATTERY (DIETING)
JUST THE WAY WE WANT
EXPERIENCE IT
Click to expand...
Click to collapse
FEATURES>>
Optimized with SABERMOD 4.8
schedulers-noop,deadline,row,cfq,zen
tcp-cubic,reno,bic,westwood,htcp
freq-192 to 1512
governor-ondemand,interactive,wheatley,powersave,userspace, performance.
fast charge
BLE
dynamic fsync
gpu-400
dt2w
s2w
s2s
-100mv
prima drivers
faux sound
voltage control
and LOTS OF OPTIMIZATIONS>>>>>
Click to expand...
Click to collapse
:good::good:
ADDED THE BUILD WITH GOOGLE TOOLCHAIN...TEST IT IS YOU WANT...:fingers-crossed:
Check benchmark if you want i have added the screenshot.
And the battery life with almost all the time 3g on...so thats great battery.. You can reach 6 hours otherwise, Conditions apply..
Credits goes to :-barome for his sources.
Link to git:- source..
hit thanks....
DECIDED TO CLOSE MY WORK SEEMS NO1 INTERESTED>>>.so bye people...
will b back if time comes...
Nice man. Maybe a little clearer about your kernel. Specification ed
Sent from my Nexus⁴ machine
abalam said:
Nice man. Maybe a little clearer about your kernel. Specification ed
Sent from my Nexus⁴ machine
Click to expand...
Click to collapse
FEATURES>>
Optimized with linaro 4.8
schedulers-noop,deadline,row,cfq,zen
tcp-cubic,reno,bic,westwood,htcp
freq-192 to 1512
governor-ondemand,interactive,wheatley,powersvae,userspace,performance.
fast charge
BLE
dunamic fsync
gpu-400
dt2w
s2w
s2s
-100mv
Click to expand...
Click to collapse
enjoy..
I am in. :good:
YOu could have posted it in Android Section. Will be testing tonight.
Rohit02 said:
I am in. :good:
YOu could have posted it in Android Section. Will be testing tonight.
Click to expand...
Click to collapse
thanks bro...but this is my first ever kernel....i want to learn more.. so that i can make it awsome... i am not getting how to add features to it...like if i want hotplug from franco plus kernel...how can i get it....do you have any idea...
Sturdy_99 said:
thanks bro...but this is my first ever kernel....i want to learn more.. so that i can make it awsome... i am not getting how to add features to it...like if i want hotplug from franco plus kernel...how can i get it....do you have any idea...
Click to expand...
Click to collapse
Sorry I am not a dev.. Just a Tester/User. you can ask LaboJ the OP of that thread.
Rohit02 said:
Sorry I am not a dev.. Just a Tester/User. you can ask LaboJ the OP of that thread.
Click to expand...
Click to collapse
i had asked in the thread...gnome had helped me...but didnt got to cherry pick the hotplug....now trying my way... ill make this kernel awesome..:good:
what is the difference between saq v2.1 and saq google etc ?
razi914 said:
what is the difference between saq v2.1 and saq google etc ?
Click to expand...
Click to collapse
Saq 2.1 is built with sabermod toolchain while the latter with Google toolchain.
Sent from my Nexus 4 using Tapatalk
Targaeryan said:
Saq 2.1 is built with sabermod toolchain while the latter with Google toolchain.
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
ya i agree....And 2.1 has many optimizations than that of google tc....i just released that to test...which is more smooth sabermod (v2.1) or googletc....:good:
I tested your 2.1 sabermod optimized kernel and i like it i'm surprised for the great battery life reached i hope you will be interested in updating it if you want, because i appreciate your hard but definitely good work
Inviato dal mio Nexus 4 con Tapatalk 2
try this kernel. people are intersted i thiunk. you're in the wrong section?
android development or original android development may be the right place for this...
Fantastic kernel...better battery life with high performance! this kernel is my new kernel!!
Just flashed this kernel today and was wondering what would be the recommended governor for battery life?
Thank you for this kernel though :thumbup:
...sent from space
Also google TC optimized version give to my N4 excellent battery life!!!
Inviato dal mio Nexus 4 con Tapatalk 2
What Version is this kernel (3.4.80)?
Gesendet von meinem Nexus 4 mit Tapatalk
nexuspur said:
What Version is this kernel (3.4.80)?
Gesendet von meinem Nexus 4 mit Tapatalk
Click to expand...
Click to collapse
3.4.76
sorry guys but my nexus broke out...or i would have continued....
anywayz enjoy...
amarb70 said:
Just flashed this kernel today and was wondering what would be the recommended governor for battery life?
Thank you for this kernel though :thumbup:
...sent from space
Click to expand...
Click to collapse
interactive
I just want to say thank you. Here some impressions of battery life

Categories

Resources