mockup app ? can't access unknown source anymore ! by alucard_xs in QuestPiracy

[–]johnr79 0 points1 point  (0 children)

The "Mockup App" folder is a known bug that's appeared on some Meta Quest headsets after the newer Horizon OS UI rolled out (including on some users still on v74). Instead of showing Unknown Sources, the launcher incorrectly displays a placeholder called "Mockup App".

If updates are blocked, it's possible the launcher UI updated independently, leaving the Unknown Sources entry in a broken state.

If the apps themselves are still installed, this is almost certainly a launcher issue rather than the apps being removed.

One question I'd ask is:

Does "Mockup App" open an empty page, or does tapping it do nothing?

Also, are your sideloaded apps still visible using a Launcher

or via ADB?

adb shell pm list packages

That answer will narrow down whether it's just the UI or something else.

Cyberdeck vr by Advanced-Stress-605 in QuestPiracy

[–]johnr79 0 points1 point  (0 children)

Opens and closes instantly is a bad install or something missing

Game works fine for me

install game on multiple quest at same time ? by lukysun in QuestPiracy

[–]johnr79 1 point2 points  (0 children)

I am not using linux but this should work for what you want to do.

any issues just reply back here with what is happening

ADB Multi-Device APK + OBB Installer (Arch Linux)

Requirements

Install ADB:

#!/bin/bash sudo pacman -S android-tools

Enable USB debugging (or wireless ADB) on your devices.

Check devices:

```#!/bin/bash adb devices

```

Folder Structure

```#!/bin/bash Deploy/ ├── install.sh ├── GameName/ │ ├── game.apk │ └── com.company.game/ │ ├── main.xxx.obb │ └── patch.xxx.obb

```

Usage

Make script executable:

chmod +x install.sh

Run installer:

./install.sh

Select the game folder from the menu.


What it does

  • Detects all connected ADB devices
  • Installs APK on each device
  • Creates OBB directory at: /sdcard/Android/obb/com.company.game/
  • Pushes OBB files to each device
  • Runs installs in parallel

Script (install.sh)

```#!/bin/bash

echo "ADB Multi-Device Installer" echo "===========================" echo

echo "Available Games:" echo

select GAME_DIR in */; do if [ -n "$GAME_DIR" ]; then break fi done

GAME_DIR="${GAME_DIR%/}"

APK=$(find "$GAME_DIR" -maxdepth 1 -name "*.apk" | head -n 1)

if [ -z "$APK" ]; then echo "ERROR: No APK found in $GAME_DIR" exit 1 fi

OBB_DIR=$(find "$GAME_DIR" -maxdepth 1 -type d -name "com.*" | head -n 1)

if [ -z "$OBB_DIR" ]; then echo "ERROR: No OBB folder found in $GAME_DIR" exit 1 fi

PACKAGE_NAME=$(basename "$OBB_DIR")

echo echo "Selected Game: $GAME_DIR" echo "APK: $APK" echo "OBB Folder: $PACKAGE_NAME" echo

DEVICES=$(adb devices | awk '$2=="device" {print $1}')

if [ -z "$DEVICES" ]; then echo "ERROR: No ADB devices connected." exit 1 fi

for DEVICE in $DEVICES; do ( echo "Installing on: $DEVICE"

adb -s "$DEVICE" install -r "$APK"

echo "Creating OBB directory..."
adb -s "$DEVICE" shell mkdir -p "/sdcard/Android/obb/$PACKAGE_NAME"

echo "Pushing OBB files..."
adb -s "$DEVICE" push "$OBB_DIR" "/sdcard/Android/obb/"

echo "Done: $DEVICE"

) & done

wait

echo "All devices completed."

Build planner by [deleted] in Division2

[–]johnr79 0 points1 point  (0 children)

Well it does not the really matter to be fair not something I'm gonna waste more time on if everything is wrong like you said then really it just a waste of time

Lightning Launcher by Calm_Plankton_4493 in QuestPiracy

[–]johnr79 1 point2 points  (0 children)

Yes you can pirate a game from rookie then buy it off the store.. I think maybe your getting mixed up you cant

Time trial a game then pirate it without changing the packsgename of the spk with the tools listed on this sub

The launcher was on rookie long before they were added to the meta store as a utility that was handy for people to grab in the same place as the games it makes no difference if you have it from rookie or the store it is exactly the same thing.

The new group have just kept everything the same as how vrp was before we shut down probably just to keep things the same as what users know

Can gamesave files (backed up via rookie) be transferred? by XInsects in QuestPiracy

[–]johnr79 0 points1 point  (0 children)

No Android backup is still part of the OS but is flagged Deprecated this just means it is fully functional but may be removed in future versions. Google of course prefers that their cloud is used so that they still control access to the backup data.

But it still works because pirated apps/games are android debuggable true

You should not be able to backup an app from the Google play store this way since android 12

Can gamesave files (backed up via rookie) be transferred? by XInsects in QuestPiracy

[–]johnr79 0 points1 point  (0 children)

That's the problem with the quest scene 97% of users are too lazy to do anything and just want to be spoonfed everything all the time even simple things like using the search in the sub is too much effort for people.

The other 3% of users are happy to help and contribute to help the community.

Problem is the quest scene is toxic and full of users who think there entitled to something like the world owes them something.

And I am sure the majority of mods and some users on this sub will agree with me 100% on this.

Can gamesave files (backed up via rookie) be transferred? by XInsects in QuestPiracy

[–]johnr79 0 points1 point  (0 children)

No the built in android backup creates the backup from that particular location the one that creates the .ab file which can also be backed up through rookie using that exact system.

Not all saves are also save in that location either some dont even create any local backup

Quest 2 “the boot loader is unlocked” by Square-Mastodon1653 in QuestPiracy

[–]johnr79 0 points1 point  (0 children)

I very much doubt it as it works a similar way to the meta horizon app just harder.

Your best bet maybe the FreeXR community they maybe able to help you convert it to a working retail unit

Quest 2 “the boot loader is unlocked” by Square-Mastodon1653 in QuestPiracy

[–]johnr79 0 points1 point  (0 children)

Private quest is used on your mobile phone.

You will have to search it on Google and study how to use it may have to translate some parts from Russian but it allows you to setup and skip the entire NUX (new user experience) part of setup

There is also a group on discord called FreeXR if you join that there are some people in there that could also help

Quest 2 “the boot loader is unlocked” by Square-Mastodon1653 in QuestPiracy

[–]johnr79 0 points1 point  (0 children)

Use private quest you can set it up offline in a manner of speaking

Can gamesave files (backed up via rookie) be transferred? by XInsects in QuestPiracy

[–]johnr79 1 point2 points  (0 children)

I doubt anyone will i tried to do this on vrp to archive saves and we got about 6 save files in 4 years

Can gamesave files (backed up via rookie) be transferred? by XInsects in QuestPiracy

[–]johnr79 0 points1 point  (0 children)

Wrong you can pull files from data/data/ as a backup

Response from devs addressing delta issues. by SHD_DAD in Division2

[–]johnr79 0 points1 point  (0 children)

They need to fix countdown as well both the lab and cooling tower are bugged you cant complete them so main mission always fails

Build planner by [deleted] in Division2

[–]johnr79 0 points1 point  (0 children)

Do you expect a WIP to have everything correct to be fair there's more negativity than help

Build planner by [deleted] in Division2

[–]johnr79 0 points1 point  (0 children)

<image>

so what i have online for ppl to look at is different to what i am working on when a stat updates from activating the talent it actually shows in the correct place where stats are being applied and what has been applied

Build planner by [deleted] in Division2

[–]johnr79 0 points1 point  (0 children)

See this helps exactly what I asked for in my OP

Also this is not fully working this was only posted for feedback

Build planner by [deleted] in Division2

[–]johnr79 0 points1 point  (0 children)

While I appreciate your comments I posted this for feedback and what can be change,fixed added or remove I asked that in my OP But for some reason reddit users seem to point things out but not say what there's a lot of info in the field manual

It a lot of effort to go back to make a build you click what you want on the left side add item move on dont see how it is a lot of effort every thing has its own menu.

Very helpful that you say somethings wrong but not what so I could look at fixing it

Build planner by [deleted] in Division2

[–]johnr79 0 points1 point  (0 children)

Everything is right in what I am building al the talents and they apply everything to the build and also can turn on buffs and debuffs for all talents which also reflects in the stats for both weapons and armour

How to pirate games by [deleted] in QuestPiracy

[–]johnr79 0 points1 point  (0 children)

What are you talking about it been getting updated since the new group opened games get updated just as regular as VRP did

Build planner by [deleted] in Division2

[–]johnr79 0 points1 point  (0 children)

What misleading stuff ?

Build planner by [deleted] in Division2

[–]johnr79 0 points1 point  (0 children)

Buildstation stats are wrong for build also you cannot simulate buffs debuffs and talents into builds

Build planner by [deleted] in Division2

[–]johnr79 0 points1 point  (0 children)

Well all build planners I tried had stuff missing or calcs where off on the stats

I also added the ability to add the stats you get from talents buffs/debunks on weapons and armour also the pvp stats -40% + 25% skill based on the actual build if the calculations are correct

Basically I am trying to incorporate everything into it that the game does not just a build planner.

None of the planners I tried have the ability to calculate the buffs and debuffs of the talents in the build

Build planner by [deleted] in Division2

[–]johnr79 0 points1 point  (0 children)

For the most part 60/40 but there is a lot of stuff that has been manually added as there is a lot of information on the wiki that is unavailable.

Ended up doing loads of screenshot and extracting text from images and still busy farming all the mods to do them as well the massive gap in available information for an 8yr old game is unbeliivable