Is the modding scene dead or dying?

Search This thread

chazz69

Member
Jan 22, 2023
20
1
That pretty much says it all. Since Android 10 rooting a phone(Motorola at least) doesn't give you an actual root. It's a kind of partial root where the /system is not rooted. Without access to /system root has very little worth, as well as preventing you from actually owning the phone. Most modifications you want to do come in the system folder, especially build.prop. The make shift TWRP also doesn't get /system mounted.

So, has the modding scene died? Have mega corporations won? Is the WEF plan of "you'll own nothing and be happy" nearly complete?
 

alecxs

Forum Moderator
Staff member
Feb 17, 2016
3,745
5
1,681
gitlab.com
Idk? adb pull /tmp/recovery.log and ask the maintainer in his TWRP thread to fix whatever is broken (janky?) in your TWRP? (if touchscreen is broken, you can link the hint from spaceminer that dtbo needs attached)

sometimes just devs need to get in touch with each other. I don't know what exactly you can contribute, maybe just convey, but most devs are happy for testers ;)
 

chazz69

Member
Jan 22, 2023
20
1
Idk? adb pull /tmp/recovery.log and ask the maintainer in his TWRP thread to fix whatever is broken (janky?) in your TWRP? (if touchscreen is broken, you can link the hint from spaceminer that dtbo needs attached)

sometimes just devs need to get in touch with each other. I don't know what exactly you can contribute, maybe just convey, but most devs are happy for testers ;)
There is no TWRP for moto g power 2022 that I'm aware of. I've tried the same one you linked to before and after you linked it but it won't boot. Not surprising as that is for a 2021.
 

Renate

Recognized Contributor / Inactive Recognized Dev
There is no TWRP for moto g power 2022 that I'm aware of. I've tried the same one you linked to before and after you linked it but it won't boot. Not surprising as that is for a 2021.
The 2021 is Qualcomm, the 2022 is MediaTek.
The dtb and the kernel are completely incompatible.
 
  • Like
Reactions: alecxs

chazz69

Member
Jan 22, 2023
20
1

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    probably FEC will instantly undo your modifications.
    It's easy to defeat FEC (provided that other verification is already turned off).
    Look at the last 4096 of the partition in question.
    If it starts with 0xfecfecfe then that is the FEC footer.
    I've just erased that on my eMMC device (with 512 blocks, so 4096 bytes = 8 blocks). For a UFS device it will only be 1 block.
    Code:
    C:\>edl /e /psystem /s-8
    C:\>edl /e /pvendor /s-8
    1
    That pretty much says it all. Since Android 10 rooting a phone(Motorola at least) doesn't give you an actual root. It's a kind of partial root where the /system is not rooted. Without access to /system root has very little worth, as well as preventing you from actually owning the phone. Most modifications you want to do come in the system folder, especially build.prop. The make shift TWRP also doesn't get /system mounted.

    So, has the modding scene died? Have mega corporations won? Is the WEF plan of "you'll own nothing and be happy" nearly complete?
    You vill eat ze bugs!
    1
    You vill eat ze bugs!
    :) Na, if they manage to actually do that I prefer to go down in a pouring of lead. This world has nothing more for me and I'm ready for the next one anyway. I vill not eat ze bugs!
    1
    you can install custom ROM with custom kernel and tweak as you like. you can even compile your own ROM, no need to run stock.
    1
    I've not seen any custom ROM's for moto g power 2022.
    I'm lazy. I never build when I can just mod.
    Also, if you have your ducks all in a row you can flash the latest update and remod easily.