Hi1 and su says permission denied? It doesn't show a dialog on your phone?

  • Hi1 replied to this.
    • NNECLevel 1 - Junior Member

      • Edited

      neutronscott installed and it shows the installed module but nothing happens when i try to toggle. edit: you meant the favourite contacts key! sorry! btw - the mouse does toggle off. but it won't dissapear. any suggestions?

      Sometimes the app unlock command doesn't run right. Try rebooting

      @"NEC"#p82212 wait ten seconds

      Hi1 If magisk is installed you are rooted.

      If you are stuck you can email the email in my bio and ill try to help.

      Few things that'll be easy to add/fix are making pointer disappear, having horizontal scroll, and maybe have volume keys adjust speed. Oh and right click will be fixed.

      Edit: and maybe changing it to a double/long tap to engage mouse mode so favorites can still operate.

      Edit 2: Darn disconnecting the mouse and reconnecting it doesn't seem to do anything for having the pointer disappear and location reset

      v2 ready for testing. probably it for awhile:

      [Login to see the link]

      Activate: Long press * (fav contacts not number pad)
      Deactivate: Press *
      Left click: OK or 1
      Right click: 3
      Increase speed: vol up
      Decrease speed: vol down
      Horizontal scroll: 4/6
      Vertical scroll: 7/* or 9/#

      Power button is always passed through and will deactivate the mouse.

      I'm using a Windows 10 machine. I open MTK Meta, select "Reboot Fastboot Mode". Plug in the turned off phone, the phone vibrates and acts like it's turning on (i.e. shows TCL and then the battery) but MTK Meta never shows the phone connecting and it times out. What is going on? Am I missing a step?

        purpleicing Perhaps the driver is wrong. In device manager select View > Show hidden devices. Do you see the MediaTek Preloader VCOM under Ports (COM & LPT)?

          • PpasusLevel 1 - Junior Member

            • Edited

            ~Hi [Login to see the link]

            wrt your steps below, I am unable to get to fast boot after steps 1 & 2. In MTK META utility, the status is "usb device inserted(\?.......) In the device manager I see that the "MT65xx preloader" device briefly appears & goes away. What additional steps are required?

            TIA,~~

            Resolved - COM drivers are required for MTK tool to boot up into fastboot mode.

            neutronscott I don't even see a Ports (COM & LPT) option in Device Manager. This led me down another rabbit hole of why I don't see those and I wasn't able to get it working. Any tips are appreciated but I feel you have already helped enough.

            My instructions left out drivers. Please check the first post for Darth's thread that has links and more detail

            I also discovered that the reason why most MTK tools don't work, is because the Media Tek 6739 chip is running a different firmware then most chips, which is patched against most payloads and requires the correct, modified driver agent.

            • TtechyLevel 3 - Gold Member

              • Edited

              neutronscott Is it necessary to first do this [Login to see the link] ?
              EDIT: Just tried it without and it worked without remapping!

              Also, can you give some instructions on how to remap the keys?
              I tried just running all the listed commands, but I got an error
              Gflip6_TF:/ $ su
              Gflip6_TF:/ # PATH=$(magisk --path)/.magisk/busybox:$PATH
              Gflip6_TF:/ # mkdir -p /data/adb/modules/mymodule && cd $_
              Gflip6_TF:/data/adb/modules/mymodule # /data/adb/modules/mymodule # vi module.prop
              /system/bin/sh: /data/adb/modules/mymodule: can't execute: Is a directory
              126|Gflip6_TF:/data/adb/modules/mymodule # data/adb/modules/mymodule # vi module.prop
              /system/bin/sh: data/adb/modules/mymodule: inaccessible or not found

                • PpasusLevel 1 - Junior Member

                  techy Try his new MouseV2. It should superseed these instructions ([Login to see the link]) I have verified that new mouse works with adb access, But I dont know a way to run the mouse binary from the UI which makes this whole setup tethered atm.

                    pasus once installed as a magisk module and rebooted it should always run.

                    Hi all, newbie here.
                    I'm trying to remove some of the apps through adb.
                    I know this is only a temporary solution until there is a hard reset but for my purposes, it's sufficient.

                    I was able to remove the Browser and the email apps but I'm running into issues with removing the messaging and camera apps.

                    I ran the following 2 commands:
                    adb shell pm suspend --user 0 com.android.mms.service
                    And
                    adb shell pm suspend --user 0 com.android.mms

                    They both came back "True".

                    The issue is the icon still is visible. When you click on it, it says "App isn't available" "messages isn't available right now. This is managed by Shell."
                    I'm also essentially fine with that. But when I text the phone, it is pops up in notifications and you can read the message. When you try to click on the message, it goes back to "App isn't available".

                    Any ideas on how to fully remove the app?