EEnriqueMcquadeLevel 3 - Gold Member
yeti So to have the su binary running, the Magisk app must be installed?
yeti So to have the su binary running, the Magisk app must be installed?
lgexalter1 Where is the source code for magisk?
Um, yes. But I don't have any problems flashing a patched image with an unlocked bootloader on my T408DL.
Yes
yeti Sorry I looked back at the code and it checks for "userdebug" not "eng"
Also Magisk comes with resetprop. [Login to see the link] can you use resetprop to set ro.vendor.tct.endurance to true or ro.build.type to userdebug
Probably I've tried to use this feature and it does nothing to me.
I'm kind of confused right now.
lgexalter1 I don't have additional steps. So anyway how the error looked like. It might be an incompatibility with the boot image I've provided to you because this boot.img is presumably tied to the T408DL.
EnriqueMcquade you mean it has an error or does it not set the property? After you set these you can try an apk install?
lgexalter1 I've heard that there are slight differences between the walmart family mobile t408dl and the tracfone t408dl. Which one do you guys have?
In fact, I have a Walmart Family Mobile version of the T408DL. Which I got from a local Walmart Supercenter in Georgia.
If the image is compatible with the T408DL, maybe I slightly made an error making the image or what could be possibility go wrong with such image?
I have a Walmart Family Mobile version. Mine boots fine with [Login to see the link] that [Login to see the link] patched.
neutronscott I have also tried this and it doesn't work, Im assuming it needs to be allowed just like su.
It looks like the patched boot img doesn't boot with tracfone, only walmart family mobile
My phone arrives tomorrow night hopefully. I made an attempt at writing a quick custom script that runs on boot using the patched.img that darth posted. It polls /data/local/tmp for *.sh files every 5 sec. It writes a .out file and skips .sh which already have a .out. Hopefully all running as root. If it works you should be able to do something like:
cd /data/local/tmp
cat >1.sh <<EOF
resetprop ro.vendor.tct.endurance true
resetprop ro.build.type userdebug
EOF
Wait 5 sec and check the properties...
lgexalter1 here EnriqueMcquade or [Login to see the link]
Maybe I uploaded the wrong one. My phone just arrived and I've lots of ideas so hopefully tonight after work one of them works for us.
I've uploaded the new image in the same place if anyone wants to play with it. It just runs a script that looks for scripts in /data/local/tmp/*.sh that it will run as root.
eb50480572980ab6894b08789bbc47f0 neutron.img
[Login to see the link]