GithubHelp home page GithubHelp logo

iamlooper / nrao Goto Github PK

View Code? Open in Web Editor NEW
27.0 27.0 5.0 23 KB

A non-root android optimizer, as the name tells.

License: MIT License

Makefile 4.92% C++ 78.13% Shell 16.95%
android module- non-root optimizer- tweaks

nrao's Introduction

Hey there! ๐Ÿ‘‹

I'm Looper, a loopy android developer. I'm passionate about making a difference in the world through my coding skills.

  • ๐Ÿš€ Working on making software better
  • ๐Ÿ’ป Skilled in procrastination, overthinking, and error generation
  • ๐Ÿง Curious about my projects? Just ask!
  • ๐Ÿ“จ Reach me at Telegram
  • ๐Ÿ˜„ Pronouns: null/void
  • ๐ŸŽ‰ Fun fact: I am not actually looping

Find me around the web ๐ŸŒŽ

My GitHub Stats ๐Ÿ“Š

My GitHub Stats

Used Languages

nrao's People

Contributors

iamlooper avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

nrao's Issues

need help

at sh path to ur rish file I typed this sh /sdcard/Download/files/rish and it gave me error to type package name blah blah i asked chat gpt it said use this
export RISH_APPLICATION_ID="your_package_name"
it gave me this error
Request timeout. The connection between the current app (com.lol.ok) and Shizuku app may be blocked by your system. Please disable all battery optimization features for both current app (com.lol.ok) and Shizuku app.
we edited rish file to
#!/system/bin/sh
BASEDIR=$(dirname "$0")
DEX="$BASEDIR"/rish_shizuku.dex

if [ ! -f "$DEX" ]; then
echo "Cannot find $DEX, please check the tutorial in Shizuku app"
exit 1
fi

if [ $(getprop ro.build.version.sdk) -ge 34 ]; then
if [ -w $DEX ]; then
echo "On Android 14+, app_process cannot load writable dex."
echo "Attempting to remove the write permission..."
chmod 400 $DEX
fi
if [ -w $DEX ]; then
echo "Cannot remove the write permission of $DEX."
echo "You can copy to file to terminal app's private directory (/data/data/, so that remove write permission is possible"
exit 1
fi
fi

Replace "PKG" with the application id of your terminal app

[ -z "$RISH_APPLICATION_ID" ] && export RISH_APPLICATION_ID="com.lol.ok"
/system/bin/app_process -Djava.class.path="$DEX" /system/bin --nice-name=rish rikka.shizuku.shell.ShizukuShellLoader "$@"
replaced pkg name it gave same error how do i fix pls help

also tell me steps after that

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.