Giter Site home page Giter Site logo

Comments (4)

Wishmasterflo avatar Wishmasterflo commented on July 19, 2024

Hi!
I have that Lenovo Tablet as well and found a thread on XDA with a working TWRP recovery for it.
I adjusted that recovery tree for Orangefox and could successfully build a working Orangefox recovery for it.

For FBE to work there is a patch which needs to be applied to the synced recovery before building.
See here

Here is my Working Orangefox recovery for it. I have the X606F but this can easily be adjusted to the X606FA as well.

from twrpdtgen.

weiliang011 avatar weiliang011 commented on July 19, 2024

Hi! I have that Lenovo Tablet as well and found a thread on XDA with a working TWRP recovery for it. I adjusted that recovery tree for Orangefox and could successfully build a working Orangefox recovery for it.

For FBE to work there is a patch which needs to be applied to the synced recovery before building. See here

Here is my Working Orangefox recovery for it. I have the X606F but this can easily be adjusted to the X606FA as well.

How to apply the patch? How I adjust to the x606fa?

from twrpdtgen.

Wishmasterflo avatar Wishmasterflo commented on July 19, 2024

This is the TWRP device tree which is by default for the X606FA and it has both Kernel Image files for F and FA Version in the prebuilt folder.
So the Kernel name to use is just set in the Boardconfig.mk file.

After have synced TWRP and the device tree you go into the folder /twrp/system/vold
and do:
git apply /home/flo/twrp/device/lenovo/X606FA/patch/system/vold/0001-Remove-a12-kmblob-magic.patch

(just change the home folder name and username to the local location where you had synced the device tree and twrp!)

Also I had to add TW_INCLUDE_RESETPROP := true to Boardconfig.mk when I build Orangefox recovery.
Otherwise it would not boot up.
Had also added logging so that a logcat etc can get fetched to Boardconfig.mk

TWRP_INCLUDE_LOGCAT := true
TARGET_USES_LOGD := true

from twrpdtgen.

Related Issues (20)

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.