Skip to content

Commit

Permalink
Done
Browse files Browse the repository at this point in the history
  • Loading branch information
RevealedSoulEven committed Oct 12, 2022
2 parents 2310b02 + e2af803 commit 8ae5a0a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ gradle.properties
/keystore.jks
/.idea/codeStyles/codeStyleConfig.xml
/.idea/codeStyles/Project.xml
settings.gradle
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Xposed module for Snapchat.

## Setup
To set SnapMod up, download and install the latest apk from [here](https://github.com/rodit/SnapMod/releases). When you open it, it will ask to install some bindings. Press 'Download' and be sure to kill and restart Snapchat afterwards. The latest and only fully supported version of Snapchat is **11.82.0.32** (as of SnapMod 1.8.3). Mappings **will not** be downloaded for previous versions of Snapchat automatically, only for the latest supported version. If you are using an older version, you must manually place the mappings in `/data/data/xyz.rodit.snapmod/files/[build].json` or `/Android/data/xyz.rodit.snapmod/files/[build].json` on your internal storage where `[build]` is the version code of Snapchat the mappings correspond to. Note, there is no guarentee the newest version of Snapmod will work with old mappings (it usually will not for a couple of features).
To set SnapMod up, download and install the latest apk from [here](https://github.com/RevealedSoulEven/SnapMod-new/releases). When you open it, it will ask to install some bindings. Press 'Download' and be sure to kill and restart Snapchat afterwards. The latest and only fully supported version of Snapchat is **11.92.0.33** (as of SnapMod 1.8.3). Mappings **will not** be downloaded for previous versions of Snapchat automatically, only for the latest supported version. If you are using an older version, you must manually place the mappings in `/data/data/xyz.rodit.snapmod/files/[build].json` or `/Android/data/xyz.rodit.snapmod/files/[build].json` on your internal storage where `[build]` is the version code of Snapchat the mappings correspond to. Note, there is no guarentee the newest version of Snapmod will work with old mappings (it usually will not for a couple of features).

## Features
- Disable camera
Expand Down Expand Up @@ -42,10 +42,4 @@ If you have an issue please post a log from LSPosed (I have no interest in suppo
## Troubleshooting
If anything doesn't work, the first thing you should try is killing and relaunching Snapchat (through the system settings app, not recent app list) **TWICE** and then trying again. This will ensure any cached mappings are updated. This is especially important after updating SnapMod and its mappings.

## Donations
Although this is a personal project I do entirely for fun (and it will most likely stay that way), if you would like to support the development of SnapMod, you can do so by donating:
- PayPal: https://paypal.me/roditmod
- Cashapp: https://cash.app/rodit9
- BTC: bc1qr06chdv85jf9v7ldf7l24lrgp6ad7av8y7jwyc
- ETH: 0x90659C0556b37107359FA32b40AA74c593590E04
- XRP: rDgNCbi4eCeczpzGHGs3XHsR5C3SyUCr5r
## Special Thanks to @rodit for sharing open source project due to which I could learn and continue this project
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ android {
minSdk 24
targetSdk 32
versionCode 30

versionName '1.8.6'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
1 change: 0 additions & 1 deletion snap.ds
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ class PresenceSession expects com.snapchat.talkcorev3.PresenceSession$CppProxy {
class NetworkApi expects com.snapchat.client.network_api.NetworkApi$CppProxy {

void $submit(...)
void $submitToNetworkManagerDirectly(...)
}

[certain]
Expand Down

0 comments on commit 8ae5a0a

Please sign in to comment.