Skip to content
View ctrl-freak's full-sized avatar

Organizations

@ctrl-design @thesheehans
Block or Report

Block or report ctrl-freak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. inpile inpile Public

    Monitor a directory for new files, move those files out elsewhere, softlink and extract using inotifyd/incrontab, rsync (and dtrx).

    Shell

  2. powershell powershell Public

    PowerShell Scripts

    PowerShell 1

  3. Retrieve APK from Non-Rooted Android... Retrieve APK from Non-Rooted Android Device through ADB
    1
    https://stackoverflow.com/a/18003462/348146
    2
    
                  
    3
    > None of these suggestions worked for me, because Android was appending a sequence number to the package name to produce the final APK file name (this may vary with the version of Android OS). The following sequence of commands is what worked for me on a non-rooted device:
    4
    > 
    5
    > 1. Determine the package name of the app, e.g. `com.example.someapp`. Skip this step if you already know the package name.
  4. Android ADB `adb shell input keyeven... Android ADB `adb shell input keyevent` Codes
    1
    // http://stackoverflow.com/questions/7789826/adb-shell-input-events
    2
    
                  
    3
    0 -->  "KEYCODE_0" 
    4
    1 -->  "KEYCODE_SOFT_LEFT" 
    5
    2 -->  "KEYCODE_SOFT_RIGHT" 
  5. adb-scripts adb-scripts Public

    ADB Commands

    PowerShell 6 3

  6. PSAppMonsta PSAppMonsta Public

    PowerShell class to simplify AppMonsta API calls for App Details

    PowerShell