[GUIDE][TREBLE][LG-F400]Create a vendor partition & Let your LG-F400 support treble

Search This thread

mydarhieu97

Senior Member
Jan 8, 2018
104
23
Hà Nội
No one. It is so we can flash custom roms easier.

hmm, i think i don't need it !!! what is different here ?, we have TWRP, we have lineageOS ! but no treble ! so, let see that my device support treble, no different as my device at none treble when no one, no dev, who support for my device was left ! no update ! the easiest way to get update is unlock bootloader and install custom recovery and flash the custom rom, with the old devices, treble or none treble isn't problem, problem is no one, no dev support your device !

---------- Post added at 11:31 AM ---------- Previous post was at 11:17 AM ----------

your question has already been answered here

him ? but how long ? when he left his LG G3, treble or not treble is important ? i think project treble is useful for new devices like LG V40, V50, G8, ... and with the old device like LG G3 is not ! update or no update dependent dev, who support for our devices.
 

rahimali

Senior Member
hmm, i think i don't need it !!! what is different here ?, we have TWRP, we have lineageOS ! but no treble ! so, let see that my device support treble, no different as my device at none treble when no one, no dev, who support for my device was left ! no update ! the easiest way to get update is unlock bootloader and install custom recovery and flash the custom rom, with the old devices, treble or none treble isn't problem, problem is no one, no dev support your device !

---------- Post added at 11:31 AM ---------- Previous post was at 11:17 AM ----------



him ? but how long ? when he left his LG G3, treble or not treble is important ? i think project treble is useful for new devices like LG V40, V50, G8, ... and with the old device like LG G3 is not ! update or no update dependent dev, who support for our devices.

All these ROMs available for treble supported devices -> https://xdaforums.com/project-treble/trebleenabled-device-development

I have two LG G3 devices, D852 and D855. I would love to have treble on them both because of the ROM choices I would have. It's your choice whether you want or not...
 

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    [GUIDE][TREBLE][LG-F400]Create a vendor partition & Let your LG-F400 support treble

    Code:
    /*
    * Your warranty is now void.
    *
    * I am not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this ROM
    * before flashing it! YOU are choosing to make these modifications, and if
    * you point the finger at me for messing up your device, I will laugh at you.
    */
    Create a vendor partition for LG-F400 & Flash TWRP Recovery support treble​
    [Author]: Cyborg2017 (Cyborg Yang)
    Github: https://github.com/Cyborg2017
    Email: wangyang0987654@gmail.com
    Telegram: https://t.me/Cyborg2017

    [Device Tree]:
    https://github.com/lge-devs/twrp_treble_device_lge_f400

    [Download]: TWRP Recovery support treble:
    https://androidfilehost.com/?fid=1395089523397899645

    [Guide PDF]:
    https://www.androidfilehost.com/?fid=1395089523397899658

    [Preparation]:
    You need to flash twrp_recovery_treble_f400.img (which I provided);
    Restart to the twrp recovery interface.

    [Start](Make sure you do the following in the twrp recovery support treble interface):
    1.
    Code:
    $ adb devices
    2.
    Code:
    $ adb shell
    3.
    Code:
    ~# parted /dev/block/mmcblk0
    4.
    Code:
    (parted) Unit MB // Set the unit to “MB”
    5.
    Code:
    (parted) p  // Print partition information
    6.
    Code:
    (parted) rm 41  // delete “/cache”
    7.
    Code:
    (parted) rm 42  //delete “/userdata”
    8.
    Code:
    (parted) rm 43  //delete “/grow”(no use)
    9.
    Code:
    (parted) mkpartfs 41  // create “/cache”
    Code:
    File system type?  [ext2]?  (Enter) 
    Start? 2953
    End? 3142
    10.
    Code:
    (parted) mkpartfs 42  // create “/userdata”
    Code:
    File system type?  [ext2]?  (Enter)
    Start? 3142                                                               
    End? 30568
    11.
    Code:
    (parted) mkpartfs 43  // create “/vendor”
    Code:
    File system type?  [ext2]?  (Enter)                                             
    Start? 30568                                                              
    End? 31269
    12.
    Code:
    (parted) name 41 cache
    13.
    Code:
    (parted) name 42 userdata
    14.
    Code:
    (parted) name 43 vendor
    15.
    Code:
    (parted) p  // means “print”
    16.
    Code:
    (parted) q  // means “quit”
    17.
    Code:
    ~ # reboot recovery  // reboot into twrp recovery
    18. Restart your phone into TWRP RECOVERY (provided by me):
    (1) Repair or convert file system: Convert file system: EXT4;
    (2) Convert cache, data, and vendor partition to EXT4; 

    19. Congratulations! Your device already supports treble!

    15bd9521ac13ad2dd4e44b108710b321


    20. If you need a more detailed tutorial (including image + text), please download the guide:
    https://www.androidfilehost.com/?fid=1395089523397899658
    %E6%B7%B1%E5%BA%A6%E6%88%AA%E5%9B%BE_%E9%80%89%E6%8B%A9%E5%8C%BA%E5%9F%9F_20190223155112.png

    Or contact me:
    https://t.me/Cyborg2017
    3
    Which kind of treble rom must I use? :confused:

    arm or arm64?

    A or AB?

    A little bit more information would be nice.

    Thanks for your work. :good:

    A only,Thanks for your support, I will upload the basic Rom that supports treble soon.
    3
    Are you planning bring to more g3 variants?

    If I can get the partition table information of other G3 devices, I am happy to do this.
    2
    Which kind of treble rom must I use? :confused:

    arm or arm64?

    A or AB?

    A little bit more information would be nice.

    Thanks for your work. :good:
    Arm and A only
    1
    A only,Thanks for your support, I will upload the basic Rom that supports treble soon.
    Are you planning bring to more g3 variants?