Recent content by tenduramax2

  1. tenduramax2

    Trying to use Shizuku with MacroDroid

    U can try and see if Jaime (the MD Dev) is willing to add the required permission to the manifest file using the Feature Request thread.
  2. tenduramax2

    Google rejected my request to get all file access.

    Fu©|{ Google.... Why not just keep a bare bones 'non-pro' version on the Playstore to comply with Google's never-ending bag of bullshit and yank the pro version and have it available for purchase right here on the website. Now you make the G-machine happy (the permissions issue was probably...
  3. tenduramax2

    extracting last letters from a random letter length source text by substring

    There isn't one. Regex by design makes the proverbial 'AND' operator implicit. It's simply not needed.
  4. tenduramax2

    Regex help!!!

    This looks like you'll need regex to save each sentence to a variable then 'else/if' statements to move it along after each capture. However, more info is needed plz. Are we to assume correct punctuation? Are there actual New Lines '\n' or is the data just 'Word Wrapped'? If you could...
  5. tenduramax2

    extracting last letters from a random letter length source text by substring

    Na, That's what this hidden forum feature is for. 😋
  6. tenduramax2

    extracting last letters from a random letter length source text by substring

    Ofcourse the more info provided will yield a more pimped and polished regex. However, with the info provided I was just throwing a bone since it hadn't been mentioned. 👌
  7. tenduramax2

    extracting last letters from a random letter length source text by substring

    .{3}$ The above regex will capture the last 3 characters from a end of line. Replace the number with whatever number you want depending on how far back you want to go.
  8. tenduramax2

    Wi-Fi Calling System Setting

    Bugjaeger: ADB bridge Spare phone: install Bugjaeger here; acts as PC (sending commands) Your phone: target device (receiving commands) Bugjaeger acts as ADB bridge and is installed on spare phone, you'll send commands from this phone to your device.
  9. tenduramax2

    Wi-Fi Calling System Setting

    "Host (master) is the Android device where you've installed Bugjaeger. Target (slave) is the device you want to control through the Bugjaeger app. Host and target are usually connected via USB cable or WiFi, but sometimes the same device can be host and target at the same time (see #11.)" Taken...
  10. tenduramax2

    S10e Android 11 Wifi disable or toggle

    Can you post a ss of the MD Helper log? (not the regular MD log). You can get to it by opening the MD Helper app. See attached SS. Tks.
  11. tenduramax2

    Wi-Fi Calling System Setting

    Try this, you'll need the ADB hack to use it. Do a search for it if needed. Good luck!
Top