GithubHelp home page GithubHelp logo

seandroid's Introduction

repo init -u https://android.googlesource.com/platform/manifest
wget -O .repo/local_manifest.xml http://github.com/rpcraig/seandroid/raw/master/local_manifest.xml
repo sync

cd kernel/msm
make ARCH=arm seandroid_mahimahi_defconfig
make ARCH=arm CROSS_COMPILE=../../prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-

cd ../..
. build/envsetup.sh
lunch full_passion-userdebug
m -j8

In order to flash the custom seandroid images you must flash a custom HBOOT, blackrose.
Doing this allows access to, among other things, the MTD partitions. The stock HBOOT
gives a 145/95/196 (system/cache/data) partition layout which is too small for seandroid
images. I have found that 200/4/232 is a good fit. The smaller cache partition is then
dealt with in the relocate.sh script that bind mounts cache to /data/local/cache.
Make sure you're in fastboot mode then:

fastboot flash hboot seandroid/blackrose/binary/hboot_blackrose.nb0
fastboot flash hboot seandroid/blackrose/binary/hboot_200-4-232.nb0
fastboot reboot-bootloader

If you need a different partition scheme try using the command
BlackRose editor (then follow on screen instructions) and then
fastboot flash that new hboot

seandroid's People

Contributors

rpcraig avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

mustafakarali

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.