Coder Social home page Coder Social logo

add oem deodex about jbart HOT 6 CLOSED

CrashX avatar CrashX commented on August 30, 2024
add oem deodex

from jbart.

Comments (6)

CrashX avatar CrashX commented on August 30, 2024 1

rom.zip
->oem
->system
->boot.img

from jbart.

BurgerZ avatar BurgerZ commented on August 30, 2024

А можно поподробнее, что за oem раздел? Покажите, что за он, как там файлы располагаются.

from jbart.

CrashX avatar CrashX commented on August 30, 2024

раздел уже деодекс https://yadi.sk/d/jfYu7CHh3QrVPs

для деодекса я переименовывал oem в system и закидывал оригинальный odex framework
выполнял деодекс, и удалял framework и переименовывал обратно

данный раздел стал использоваться на новых устройствах, обычно там build.prop был, но теперь там приложения, настройки, и даже встречаеются oem фреймворки

from jbart.

BurgerZ avatar BurgerZ commented on August 30, 2024

а раздел этот где лежит? Как я понял, это папка, которая в архиве прошивки лежит рядом с папкой system? Или внутри нее? Почему я должен вытягивать информацию?

from jbart.

CrashX avatar CrashX commented on August 30, 2024

нет это раздел oem, точка монтирования, рядом с system в корне

mount("ext4", "EMMC", "/dev/block/bootdevice/by-name/oem", "/oem", "max_batch_time=0,commit=1,data=ordered,barrier=1,errors=panic,nodelalloc");

ui_print("--> Wiping OEM...");
delete_recursive("/oem");

ui_print("--> Installing oem...");
package_extract_dir("oem", "/oem");

ui_print("--> Correcting permissions...");
set_metadata_recursive("/oem", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0644, "capabilities", 0x0, "selabel", "u:object_r:system_file:s0");

используется в новых устройствах, с 820 снапдрагона

from jbart.

BurgerZ avatar BurgerZ commented on August 30, 2024

Я спрашивал про файл прошивки, где он (oem раздел) в архиве находится, чтобы знать в какой папке распакованной прошивки искать файлы для деодекса :) Ведь барту все равно, куда он монтируется/копируется на устройстве.
Пример:
rom.zip
->oem
->system
->boot.img

Или же:
rom.zip
->system
-->oem
->boot.img

from jbart.

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.