Skip to content

Commit

Permalink
Clean-up + update Android instructions & links
Browse files Browse the repository at this point in the history
Signed-off-by: celenity <[email protected]>
  • Loading branch information
celenityy committed Jan 22, 2025
1 parent 46b27dd commit ece3eb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1,464 deletions.
12 changes: 6 additions & 6 deletions android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,20 @@ var pref = function(pref, val){

*Credit to [ndv92](https://voz.vn/u/ndv92.790519/) for [the creation of the code above](https://voz.vn/t/tong-hop-nhung-addon-chat-cho-firefox-chromium.682181/page-292#post-27739740); I've just slightly tweaked it for our use case.*

**12:** Open up a separate tab on your desktop installation of Firefox, and navigate to [phoenix.js](https://phoenix.celenity.dev/android/phoenix.js). It can be found at the following link:
**12:** Open up a separate tab on your desktop installation of Firefox, and navigate to [phoenix.js](https://phoenix.celenity.dev/prefs/phoenix-android.js). It can be found at the following link:

```sh
https://phoenix.celenity.dev/android/phoenix.js
https://phoenix.celenity.dev/prefs/phoenix-android.js
```

**13:** Copy the contents of the file *(Easiest way to select everything is via `Ctrl` + `a`, then `Ctrl` + `c` to copy)*, then navigate back to your Web console, & paste the contents below the `// Paste the contents of phoenix.js below:` line. **Now press enter.**

**14:** If you'd also like to use Phoenix's `Extended` Hardening config, **repeat** Steps `11` & `12`, but replacing `https://phoenix.celenity.dev/android/phoenix.js` with `https://phoenix.celenity.dev/android/phoenix-extended.js`:
**13:** If you'd instead like to use Phoenix's `Extended` config, it can be found [here](https://phoenix.celenity.dev/prefs/phoenix-extended-android.js):

```sh
https://phoenix.celenity.dev/android/phoenix-extended.js
https://phoenix.celenity.dev/prefs/phoenix-extended-android.js
```

**14:** Copy the contents of the file correlating to the config you chose *(Easiest way to select everything is via `Ctrl` + `a`, then `Ctrl` + `c` to copy)*, then navigate back to your Web console, & paste the contents below the `// Paste the contents of phoenix.js below:` line. **Now press enter.**

**15:** Unplug your Android device from your computer, and stop ADB via running `adb kill-server` on your computer.

**16:** Back on your Android device, within Firefox, navigate to `Settings`, scroll down to the bottom, and **disable** `Remote debugging via USB`.
Expand Down
67 changes: 0 additions & 67 deletions android/phoenix-extended.js

This file was deleted.

Loading

0 comments on commit ece3eb5

Please sign in to comment.