• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle
  • What’s native call recording? Like call recording with the default phone app?

    I use ACR Phone by “NLL APPS” in the play store. They have you download their app store to download their ACR Helper app to run in the background, which allows the recording. But the quality of the other end’s sound is based on your in-call volume. So after the call starts, I have to ensure the volume is turned all the way up. It doesn’t have to be on speaker.

    I haven’t needed to root, or else I’d have trouble getting on certain mobile games that check my phone for root.



  • TLDR, scroll down to the script. Make a .sh file, allow it to run as a program, set it as your default program to open whatever filetype

    Navigate to the appropriate/your favorite folder to store portable applications. Make the below script as a new file called WhateverYouWant.sh
    Fellow newbies, the .sh is important.
    Then set this .sh file’s permissions to allow executing this file as a Program; may differ by distro.

    #!/bin/bash

    # Script to set a windows application (that runs through WINE) as the default to open PDF files:

    # PURPOSE: To convert Linux-style filename to Windows-style
    # to pass as an argument to wine when starting PDF XChange Viewer
    Filename="z:"${1//\//\\}

    # Assuming you use the default installation folder for PDF
    # XChange Viewer in Wine
    App='eval wine "C:\Program Files\Filepath\To\Your\PDFXEdit.exe" "'$Filename'"'
    $App

    # Adapted originally from:
    # http://sodeve.net/foxit-reader-on-ubuntu-linux-through-wine/
    # Archive.org'd at: \https://web.archive.org/web/20160918205551/http://sodeve.net/2007/12/foxit-reader-on-ubuntu-linux-through-wine/
    # Additional credit in 2024:
    # https://forums.linuxmint.com/viewtopic.php?t=153092
    # https://web.archive.org/web/20150213210206/http://crunchbang.org/forums/viewtopic.php?pid=173574#p173574
    # https://web.archive.org/web/20150213210203/http://www.fsavard.com/flow/2009/03/pdf-annotation-under-linux-with-wine-and-pdf-xchange-viewer/

    You can also check the appropriate windows-formatted filepath with Winetricks, using its built in windows File Explorer, finding your .exe, and copying the path starting from "C:".
    [Edit: the default install folder in the script would normally be C:\Program Files, my bad. I downloaded the portable version and shoved it wherever, so my filepath looks like “C:\users\Froggy\Documents\PDFXchange test01\PDFXEdit.exe”]

    Mint Cinnamon 21:

    • right click your shell script file, Properties > Permissions > check on “Allow executing file as program”.
    • Then find a PDF file (or whatever filetype), right click, Open With > ‘Other Application…’ > browse for this .sh file you just made.
    • After selecting this .sh file, be sure to select “Set as default” before clicking OK.

    I could not tell you for the life of me why this didn’t work with a .desktop file on Mint 21.

    I spent the past few hours down the wrong rabbit holes with .desktop and exec=wine ‘filepaths’ and just about died of asphyxiation from absolutely nothing happening. I’ve been wanting to do the same thing too for a while, but decided that right before bedtime was the perfect time to look it up.
    [Edit: I figured out spacing in the script. Also moved the Mint specific instructions down the comment for flow clarity]





  • Have they changed the joystick material yet? The joysticks off my ol’ 8bitdo pro (the original) kept shedding with use, so I stopped using it in lieu of the switch and steamdeck controllers. Gods, the controller was way more comfortable and sized just right than any other 3rd party controller for me. My google fu is weak, so I never found fitting thumbpad covers for it.


  • For real. When one of my friends dropped his phone and cracked the screen ,we saved it by checking and backing up his stuff through samsung dex. Smart Switch doesn’t work through dex though, so we still had to guess where the buttons were on an all white screen to work it through the phone.

    I didn’t realize til shopping around recently that most flagship phones’ type C ports are only usb 2 instead of USB 3 like the Samsung S series phones. I reeeally wanted HDMI out in case I needed it in a pinch, too.