TeamFAPS / PSVita-StorageMgr

kernel plugin that automatically mounts/redirects any storage device on any mount points you want
GNU General Public License v3.0
387 stars 40 forks source link

[PCH-11xx][PSVSD] Automatically disable 3G modem missing annoying popup #11

Open sithtoast opened 6 years ago

sithtoast commented 6 years ago

Installing this alone does not disable the 3G modem popup that occurs when the vita detects that the 3G modem is missing.

However, running the usbmc installer, and then going in and removing the added usbmc line entry from config.txt removes the 3G functionality and disables the annoying popup.

CelesteBlue-dev commented 6 years ago

you just have to edit registry

sithtoast commented 6 years ago

It’s just a “nice to have” feature request for noobs that don’t know how or are afraid of mucking around with the registry :)

IDBurner commented 6 years ago

@sithtoast I have created a fork which includes an installer that will disable the 3G modem on install and allow you to toggle it at will after install.

https://github.com/IDBurner/PSVita-StorageMgr/releases/tag/v1.2

If @CelesteBlue-dev is ok with the installer I will create a pull request over here for it.

CelesteBlue-dev commented 6 years ago

@sithtoast it will be added in the installer app. @IDBurner I must test your fork before merging it. Thanks for all.

seewood commented 5 years ago

Hey CelesteBlue-dev, want to ask which is the correct way to Install the psvsd Adapter Is it right to do like this:

  1. Plugged In the psvsd in the 3G Modem Slot
  2. Start the Vita with original MemCard
  3. Handle with the Installation from usbmc.vpk and copy the whole content from original MemCard to psvsd micro sd
  4. delete usbmc.skprx from config.txt and replace it with storagemgr.skprx

storage_config.txt like this: UMA=ux0 GCD=xmc0 MCD=uma0

is that correct, or is there an easier way to go?

Best Regards and great Work!!