Alcatel TCL Flip 2 (T408DL)
btw ij08 is my old account. Wierd that i was able to log on. Also on Square Home I can't accsess the notifications or dial a phone number I can launch recent calls but cant dial from there
I iknow on the lg classic there was an apk to show the notifications. Would that work on the TCL Flip 2?
Biden2020prezLevel 6 - Platinum Elite Member
EnriqueMcquade Yeah, the download was removed. Ill reupload soon.
TtechyLevel 3 - Gold Member
neutronscott Thank you for replying. I don't really understand....
I would need a practical example of how to apply that.
Thanks! I followed the wiki with fastboot and the neutron.img. I installed Magisk and can install apps via adb, however when I try to do adb shell su, it says permission denied.
darthLevel 6 - Platinum Elite Member
- Edited
techy What did you do exactly? Did you try just reflashing one of the ROMs I posted in my [Login to see the link]?
0x7 Run adb shell
then run su
You should get a popup from the magisk app to allow shell root permission. You can also go into the magisk app and allow shell to have root access (once you have run su in adb shell).
darthLevel 6 - Platinum Elite Member
techy What did you do exactly? Did you try just reflashing one of the ROMs I posted in my [Login to see the link]?
darthLevel 6 - Platinum Elite Member
techy [Login to see the link] are my keymap files from system/usr/keylayout I changed the favorites key and the quick dial key.
Thanks this worked!
I noticed after I used the neutron.img, my keyboard app is now called 12Key-Keyboard, is there a way to get the original T9 keyboard app and set that as the default keyboard?
Also, I installed the vMouse2. One thing I haven't been able to figure out how to do is "Swipe Up", when I receive calls on WhatsApp, it says I need to swipe up in order to answer.
Thanks in advance
TtechyLevel 3 - Gold Member
lgexalter1 using Fx and MIXplorer
- Edited
Is there a way to change one of the apps on the home launcher (I removed the browser so now I have a empty space)?
I unpacked the apk Launcher3 and found the xml file that lists the packages to display, I changed it and repacked, but installing it isn't working. I also tried to replace Launcher3.apk in system/priv-app/Launcher3
using FX with root r/w but it wouldn't copy. I don't really know what I'm doing, any help?
On 4058W T-Mobile Variant
TtechyLevel 3 - Gold Member
- Edited
lgexalter1 I thought your keys aren't working?
Usedadb shell monkey -p com.jasonkung.launcher3 1
to launch my launcher (launcher<3) and used scrcpy.
THANK YOU! the Matrix file workedGflip6_TF:/ # chown root:root /system/usr/keylayout/matrix-keypad.kl
Gflip6_TF:/ # chown root:root /system/usr/keylayout/mtk-kpd.kl
Gflip6_TF:/ # cd /system/usr/keylayout
Gflip6_TF:/system/usr/keylayout # ls -l
total 616
-rw-r--r-- 1 root root 20 2022-06-13 07:58 gpio_keys.kl
-rw-rw---- 1 root root 0 2022-06-13 18:18 matrix-keypad.kl
-rw-r--r-- 1 root root 0 2022-06-13 18:20 mtk-kpd.kl
-rw-r--r-- 1 root root 2410 2022-06-13 07:58 qwerty.kl
Gflip6_TF:/system/usr/keylayout #
But the mtk-kpd didn't
adb shell su
chown root:root /system/usr/keylayout/mtk-kpd.kl
chown: '/system/usr/keylayout/mtk-kpd.kl' to 'root:root': Read-only file system
What should I do?