Code Monkey home page Code Monkey logo

Comments (4)

Didgeridoohan avatar Didgeridoohan commented on August 30, 2024

I would need to see the logs showing this to be able to help. See the docs for what logs are useful and where to find them.

from magiskhidepropsconf.

darkdragon-001 avatar darkdragon-001 commented on August 30, 2024

Find logcat logs here.

from magiskhidepropsconf.

Didgeridoohan avatar Didgeridoohan commented on August 30, 2024

Sounds like there's something about the RR 7.0.2 release, rather than the module. You could run a couple tests to try to narrow down the issue.

Try changing the fingerprint boot stage to both post-fd-data and late_start service, to see if it makes any difference. You'll find that setting under the "Edit device fingerprint" menu. And if that makes no difference you can try doing the same for the security patch date (same menu).

Next thing to try is to edit the device fingerprint without the module. Put this in a file in first /data/adb/post-fs-data.d and then /data/adb/service.d to see if either of those work or not (don't forget to give the file execution permission):

#!/system/bin/sh

ro.build.fingerprint=samsung/zerofltexx/zeroflte:7.0/NRD90M/G920FXXS5EQL1:user/release-keys
ro.bootimage.build.fingerprint=samsung/zerofltexx/zeroflte:7.0/NRD90M/G920FXXS5EQL1:user/release-keys
ro.vendor.build.fingerprint=samsung/zerofltexx/zeroflte:7.0/NRD90M/G920FXXS5EQL1:user/release-keys
ro.build.description=zerofltexx-user 7.0 NRD90M G920FXXS5EQL1 release-keys

If that still doesn't work, start deleting one prop after another from the file and see if that helps. Start from the bottom with ro.build.description, reboot, then ro.vendor.build.fingerprint, reboot, and so on. That way we can rule out of it's a specific prop causing issues or not.

I'm seeing this error in the log for the failed boot (but not the other two) and I'm suspecting it has something to do with it:
Cannot determine initial API level of the device

If that's the issue there's nothing I can do about it, but something for the ROM developer. First give the above tests a try though and we might be able to figure something out

from magiskhidepropsconf.

Didgeridoohan avatar Didgeridoohan commented on August 30, 2024

Probably a ROM issue. Closing.

from magiskhidepropsconf.

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.