Register Hello & Welcome to AndroidTablets.net, is this your first visit?

Page 2 of 8 FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 76
Thanks Tree31Thanks

Thread: [HOW TO] Compile and Deploy a Kernel

  1. #11
    Senior Member
    Points: 1,742, Level: 24
    Level completed: 43%, Points required for next Level: 58
    Overall activity: 0%
    Achievements:
    3 months registered 31 days registered 1000 Experience Points 500 Experience Points 250 Experience Points

    Member #
    165839
    Join Date
    Jan 2013
    Location
    Boston, MA
    Posts
    207
    Thanked
    38 times
    Points
    1,742
    Level
    24
    Device
    Lenovo IdeaTab A2109
    Oh i have more question Is there a way to open the kernel code on my computer? I want to compare the code with other devices.

    Also, all the code needs to type in the tablet by using the terminal emulator on my tablet right?

    I am a total noob about building kernel, so i might have more questions later on

  2. # ADS
    Ads
    Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

  3. #12
    Senior Member
    Points: 3,368, Level: 36
    Level completed: 12%, Points required for next Level: 132
    Overall activity: 0%
    Achievements:
    3 months registered 1000 Experience Points 31 days registered 500 Experience Points 7 days registered

    Member #
    157423
    Join Date
    Dec 2012
    Location
    Florida
    Posts
    358
    Thanked
    114 times
    Points
    3,368
    Level
    36
    Device
    Lenovo A2109
    Quote Originally Posted by doomboss View Post
    Oh i have more question Is there a way to open the kernel code on my computer? I want to compare the code with other devices.

    Also, all the code needs to type in the tablet by using the terminal emulator on my tablet right?

    I am a total noob about building kernel, so i might have more questions later on
    You're going to need Linux. The guide focuses on Ubuntu (and its derivatives), but of course you can compile the code with any Linux box. It's very simple -- just a few 'make' (build) commands. The source is text, so that can be opened with any editor or IDE. The source is packaged in a tar file, I believe, which can be extracted with commands that should be standard with the Linux distros. It sounds like you don't have a Linux machine though. That's no problem -- I run Linux Mint (based on Ubuntu) in a virtual machine on my Windows box with software called VMware Player. It's all very easy to setup and use.

    Take a look at this page: Linux Mint on VirtualBox?Linux Mint on VMWare?Best Run Linux on Windows Tutorial. The important part starts at Running Linux on Windows and ends with Linux Mint on VirtualBox. It's a piece of cake -- trust me. Write back and let me know where you stand and any and all questions you have. PS This is how I got started, maybe just two months or so ago.
    doomboss thanked this.

  4. #13
    Developer
    Points: 13,536, Level: 75
    Level completed: 72%, Points required for next Level: 114
    Overall activity: 65.0%
    Achievements:
    Recommendation Second Class 10000 Experience Points 5000 Experience Points 1 year registered 1000 Experience Points

    Member #
    61306
    Join Date
    Nov 2011
    Location
    Huntington WV
    Posts
    2,429
    Thanked
    806 times
    Points
    13,536
    Level
    75
    Device
    Coby 7042, Coby 8042, Lenovo A2109
    any word on jb kernel source?
    If you like my work buy me a coffee!!!

    Donations Appreciated


    Due to the overwhelming PM's that I receive, I am unable to answer all the questions and many questions are duplicates so PLEASE post all questions on this forum so I may better help you and any others who are having the same issues.

    No PM's regarding windows questions will be answered, I am a Linux Guy.

  5. #14
    Senior Member
    Points: 3,368, Level: 36
    Level completed: 12%, Points required for next Level: 132
    Overall activity: 0%
    Achievements:
    3 months registered 1000 Experience Points 31 days registered 500 Experience Points 7 days registered

    Member #
    157423
    Join Date
    Dec 2012
    Location
    Florida
    Posts
    358
    Thanked
    114 times
    Points
    3,368
    Level
    36
    Device
    Lenovo A2109

    Re: [HOW TO] Compile and Deploy a Kernel

    Quote Originally Posted by vampirefo. View Post
    any word on jb kernel source?
    Last I heard (I think on the 14th), it should be about ready. I'll send another message.

    Sent from my IdeaTabA2109A using Tapatalk HD
    vampirefo. thanked this.

  6. #15
    Developer
    Points: 13,536, Level: 75
    Level completed: 72%, Points required for next Level: 114
    Overall activity: 65.0%
    Achievements:
    Recommendation Second Class 10000 Experience Points 5000 Experience Points 1 year registered 1000 Experience Points

    Member #
    61306
    Join Date
    Nov 2011
    Location
    Huntington WV
    Posts
    2,429
    Thanked
    806 times
    Points
    13,536
    Level
    75
    Device
    Coby 7042, Coby 8042, Lenovo A2109
    Quote Originally Posted by FloRider View Post
    Last I heard (I think on the 14th), it should be about ready. I'll send another message.

    Sent from my IdeaTabA2109A using Tapatalk HD
    Sounds good, perhaps when the source is released more people might show an interest in kernel building.
    If you like my work buy me a coffee!!!

    Donations Appreciated


    Due to the overwhelming PM's that I receive, I am unable to answer all the questions and many questions are duplicates so PLEASE post all questions on this forum so I may better help you and any others who are having the same issues.

    No PM's regarding windows questions will be answered, I am a Linux Guy.

  7. #16
    Senior Member
    Points: 1,742, Level: 24
    Level completed: 43%, Points required for next Level: 58
    Overall activity: 0%
    Achievements:
    3 months registered 31 days registered 1000 Experience Points 500 Experience Points 250 Experience Points

    Member #
    165839
    Join Date
    Jan 2013
    Location
    Boston, MA
    Posts
    207
    Thanked
    38 times
    Points
    1,742
    Level
    24
    Device
    Lenovo IdeaTab A2109
    Quote Originally Posted by FloRider View Post
    You're going to need Linux. The guide focuses on Ubuntu (and its derivatives), but of course you can compile the code with any Linux box. It's very simple -- just a few 'make' (build) commands. The source is text, so that can be opened with any editor or IDE. The source is packaged in a tar file, I believe, which can be extracted with commands that should be standard with the Linux distros. It sounds like you don't have a Linux machine though. That's no problem -- I run Linux Mint (based on Ubuntu) in a virtual machine on my Windows box with software called VMware Player. It's all very easy to setup and use.

    Take a look at this page: Linux Mint on VirtualBox?Linux Mint on VMWare?Best Run Linux on Windows Tutorial. The important part starts at Running Linux on Windows and ends with Linux Mint on VirtualBox. It's a piece of cake -- trust me. Write back and let me know where you stand and any and all questions you have. PS This is how I got started, maybe just two months or so ago.
    I hope my school network does not consider the link as illegal download link... Finally have some free time to discover it

    Ohh by the way, when i was trying to download the Linux Mint, there are a few options though. Is it matter for which one i choose? (For example linuxmint-14.1-mate-dvd-32bit.iso and linuxmint-14.1-cinnamon-dvd-32bit.iso)
    Last edited by doomboss; 01-19-2013 at 11:31 PM.

  8. #17
    Senior Member
    Points: 3,368, Level: 36
    Level completed: 12%, Points required for next Level: 132
    Overall activity: 0%
    Achievements:
    3 months registered 1000 Experience Points 31 days registered 500 Experience Points 7 days registered

    Member #
    157423
    Join Date
    Dec 2012
    Location
    Florida
    Posts
    358
    Thanked
    114 times
    Points
    3,368
    Level
    36
    Device
    Lenovo A2109
    Quote Originally Posted by doomboss View Post
    I hope my school network does not consider the link as illegal download link... Finally have some free time to discover it

    Ohh by the way, when i was trying to download the Linux Mint, there are a few options though. Is it matter for which one i choose? (For example linuxmint-14.1-mate-dvd-32bit.iso and linuxmint-14.1-cinnamon-dvd-32bit.iso)
    Those are the front-ends. I use Cinnamon and like it, but don't have much to compare it to. By the way, try to reserve 30-40gb for your partition if possible. You're going to hate life if you run out of space -- I don't think you can enlarge the partition. I think you can add another partition, but I wouldn't bet on it.

    PS Nothing illegal about downloading Linux(!), and VMware Player is free.
    Last edited by FloRider; 01-21-2013 at 12:37 AM.

  9. #18
    Senior Member
    Points: 1,742, Level: 24
    Level completed: 43%, Points required for next Level: 58
    Overall activity: 0%
    Achievements:
    3 months registered 31 days registered 1000 Experience Points 500 Experience Points 250 Experience Points

    Member #
    165839
    Join Date
    Jan 2013
    Location
    Boston, MA
    Posts
    207
    Thanked
    38 times
    Points
    1,742
    Level
    24
    Device
    Lenovo IdeaTab A2109
    Quote Originally Posted by FloRider View Post
    Those are the front-ends. I use Cinnamon and like it, but don't have much to compare it to. By the way, try to reserve 30-40gb for your partition if possible. You're going to hate life if you run out of space -- I don't think you can enlarge the partition. I think you can add another partition, but I wouldn't bet on it.

    PS Nothing illegal about downloading Linux(!), and VMware Player is free.
    Alright i finally ended up installing Ubuntu because i have the ISO file and used it before I have 30gb partition exclusively for my Ubuntu system and hopefully its enough XD So i just need to follow your instruction on the Terminal right? Do i need to install something else? Sorry that i just keep asking you

    Question again: what do you mean by Open a terminal in /A2109N_GPL_kernel_570 and type??
    Last edited by doomboss; 01-21-2013 at 03:51 PM.

  10. #19
    Senior Member
    Points: 3,368, Level: 36
    Level completed: 12%, Points required for next Level: 132
    Overall activity: 0%
    Achievements:
    3 months registered 1000 Experience Points 31 days registered 500 Experience Points 7 days registered

    Member #
    157423
    Join Date
    Dec 2012
    Location
    Florida
    Posts
    358
    Thanked
    114 times
    Points
    3,368
    Level
    36
    Device
    Lenovo A2109

    Re: [HOW TO] Compile and Deploy a Kernel

    Quote Originally Posted by doomboss View Post
    Alright i finally ended up installing Ubuntu because i have the ISO file and used it before I have 30gb partition exclusively for my Ubuntu system and hopefully its enough XD So i just need to follow your instruction on the Terminal right? Do i need to install something else? Sorry that i just keep asking you

    Question again: what do you mean by Open a terminal in /A2109N_GPL_kernel_570 and type??
    Oh, I usually navigate to a directory with the file explorer and open a terminal window from there. Basically, you need to type commands in whichever directory I specify. I'm not a Linux guy, so I'm sorry if I'm using the wrong terminology. Just navigate to that directory with a command-line interface (terminal window) and type the commands.

    Sent from my IdeaTabA2109A using Tapatalk HD
    doomboss thanked this.

  11. #20
    Senior Member
    Points: 1,742, Level: 24
    Level completed: 43%, Points required for next Level: 58
    Overall activity: 0%
    Achievements:
    3 months registered 31 days registered 1000 Experience Points 500 Experience Points 250 Experience Points

    Member #
    165839
    Join Date
    Jan 2013
    Location
    Boston, MA
    Posts
    207
    Thanked
    38 times
    Points
    1,742
    Level
    24
    Device
    Lenovo IdeaTab A2109
    Quote Originally Posted by FloRider View Post
    Oh, I usually navigate to a directory with the file explorer and open a terminal window from there. Basically, you need to type commands in whichever directory I specify. I'm not a Linux guy, so I'm sorry if I'm using the wrong terminology. Just navigate to that directory with a command-line interface (terminal window) and type the commands.

    Sent from my IdeaTabA2109A using Tapatalk HD
    Ahh i figured out how to do it now. Actually I just need to navigate into the file direction. so I typed in "cd /home/(your username)/Development/A2109N_GPL_kernel_570" for the direction, and then just type in those code that you provides


    Oh also, how come when i type "
    make oldconfig", there are a lot of question showing up about the kernel? Is that supposed to happen?? Or it should be blank and then i can enter the next statement which is "make -j5"?
    Last edited by doomboss; 01-22-2013 at 04:30 PM.


 
Page 2 of 8 FirstFirst 1 2 3 4 ... LastLast

Ads:

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Similar Threads

  1. Has anyone been able to compile the kernel?
    By FloRider in forum Lenovo IdeaTab A2109
    Replies: 51
    Last Post: 12-12-2012, 04:25 PM
  2. Error compile kernel 3.0.8
    By baronos in forum Rockchip RK2918 Tablets
    Replies: 0
    Last Post: 09-06-2012, 06:13 AM
  3. Sprint Plans to Deploy Advanced-LTE and VoLTE in 2013
    By dgstorm in forum Android Tablet News
    Replies: 0
    Last Post: 10-26-2011, 12:34 PM
  4. Replies: 24
    Last Post: 07-21-2011, 12:02 PM
  5. Replies: 18
    Last Post: 04-01-2011, 12:49 PM

Search tags for this page

android kernel 3.0.8
,
chow compilate kernel for ideatab
,
compiling android tablet source
,
crosstool-ng tegra3
,
how compilate kernel for ideatab
,

how to compile android kernel for tablet

,
how to compile transformer kernel
,

how to update my tablet a2109 with a tar.bz2

,
ideatab se reinicia
,
linaro a2109a
,
linux mint ideatab a2109a
,
?? arm-eabi-4.4.3.zip
Click on a term to search our sites for related topics.
Powered by vBulletin® Version 4.1.11
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.
Android Tablets.net is not affiliated or associated with Google, Android Project or any of the device manufacturers listed on this site.
We are simply an enthusiast site.
All times are GMT -5. The time now is 12:14 PM.