Ak123

  • Level 1 - Junior Member
  • 22 days ago
  • Joined Oct 27, 2022
  • 1 point
    • Ak123Level 1 - Junior Member

      sdmde how could I do that?

    • How could I remove annoying toasts from an app

      • Biden2020prez galaxy a02s. Once we’re on the topic I’ve been trying to root a tcl a3 that I got from safelink so I could kasher it.

        • Ak123Level 1 - Junior Member

          • Edited

          Biden2020prez I don’t know if it’s live dvd that does it or just the computer’s drivers not getting in the way, either way I got it to work on two tracfone phones that I couldn’t root using the windows version of mtkclient

        • Is there any free filter for the classic that allows for Waze and voice to text but blocks resetting the phone? (Like the one tag charges for)

          • Never mind. The version on Apps4flip website still works

            • I’ve used triple tel with an exalt and had 4g service in most areas

              • Ak123Level 1 - Junior Member

                • Edited

                Biden2020prez this specific phone is qualcomm snapdragon but I'm curious how to do mediatek as well. I've noticed the tracfones are harder to root (though i managed to unlock some of them running mtkclient off a bootable drive). im unfamilliar with qualcomm firehose.

                • whynot thanks just bought one

                • Biden2020prez thanks. And what script should I use to block browser?

                • lgexalter1 what do you mean by the newer version of Waze? The original app comes without browser?
                  I’m not sure if my phone supports init.d It’s android 9 pie
                  The script would be:
                  #!/system/bin/sh
                  sleep 30

                  sed -i -e 's|.ExternalPOI.My Coupons Enabled:.|ExternalPOI.My Coupons Enabled: no|g' /data/data/com.waze/preferences
                  sed -i -e 's|.ExternalPOI.Feature Enabled:.|ExternalPOI.Feature Enabled: no|g' /data/data/com.waze/preferences
                  sed -i -e 's|.ExternalPOI.Max POIs Display:.|ExternalPOI.Max POIs Display: 0|g' /data/data/com.waze/preferences
                  sed -i -e 's|.ExternalPOI.Popup Enabled:.|ExternalPOI.Popup Enabled: no|g' /data/data/com.waze/preferences
                  sed -i -e 's|.ExternalPOI.Max POIs Display Small Screen:.|ExternalPOI.Max POIs Display Small Screen: 0|g' /data/data/com.waze/preferences

                  chown root:root /data/data/com.waze/waze/skins/default
                  chmod 555 /data/data/com.waze/waze/skins/default
                  find /data/data/com.waze/waze/skins/default -name "x28" | xargs rm -rf

                  chown root:root /data/data/com.waze
                  chown root:root /data/data/com.waze/preferences
                  chmod 755 /data/data/com.waze
                  chmod 644 /data/data/com.waze/preferences

                  • lgexalter1 I saw a post a while ago on xda about writing a script in init.d that will run during boot that would prevent certain actions

                    • Ak123Level 1 - Junior Member

                      hk675 it won’t have an effect

                    • Biden2020prez thanks but I want to patch the app itself (or perhaps change the init.d script) and I meant the browser, it would be quite useless without internet.

                      • Ak123Level 1 - Junior Member

                        I’m trying to patch Waze for a rooted smartphone so it shouldnt have internet or poi. How would I do that? (The phone is android 9 so I could edit init script if I need to)