• Profile picture of Explosive Bullet

    Explosive Bulletoccifercrusaderuc-votersubscriberlegendary-noderfeatured-lvl3uc-winner-lvl4 2022-06-19 16:40:58 UTC

    Okay so I typed this out once but the website decited to screw me over and erase what I typed and send me to the stickfigures tab somehoe without my tapping anywere neat it.

    That dalvikvmheapsize is what was at a value of 512mb. It is part of the build.prop in android which decides many core thing of how android runs. The dalvikvmheap size is the memory allocation for apps with the largeheap command which requests more ram to run. SN does have that command, but the max RAM usage is that 512mb value which is supposed to be put in there. (In the screenshot I changed it to 1280mb to test.)

    Well here’s the catch and my struggle with this. Rooted devices require a superuser application to grant root permissions. You cannot change the buildprop file without mounting your device as R/W (Read and Write) when by default it is R/O (Read and open?)
    A superuser application can grant this permission, but the superuser app has to actually work and be up to date. While the superuser apks I have been using that other people have been using have appeared to try and grant permission, things like root explorer don’t work with the superuser or with certain superuser apps, whine and say my device is not rooted.
    This could just be a problem with bluestacks as an emulator and it’s root access feature, but I am at the doorstep of finding a way to changed that 512mb limit.

    3