- In Qin F21 PRO
Ak123Level 1 - Junior Member
- Edited
Biden2020prez works great on the lg classic
- In Tech Help
Ak123Level 1 - Junior Member
How could I remove annoying toasts from an app
Ak123Level 1 - Junior Member
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
Biden2020prez do you know of a tutorial for firehose?
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
Ak123Level 1 - Junior Member
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)
Ak123Level 1 - Junior Member
Never mind. The version on Apps4flip website still works
Ak123Level 1 - Junior Member
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.
Ak123Level 1 - Junior Member
Biden2020prez how can I dump partitions after unlocking boot loader
Ak123Level 1 - Junior Member
Biden2020prez thanks. And what script should I use to block browser?
Ak123Level 1 - Junior Member
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 30sed -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/preferenceschown 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 -rfchown 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/preferencesAk123Level 1 - Junior Member
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
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)