I've done that before once. The points do expire at some point though, which sucks.I bought points using my card and paid using the points
try using paypal?
Oh.. btw. for PSVR, I managed to share my NAS with Littlstar via my old phone (running Resurrect firmware) and USB emulation (USB Share app) and a cifs mountpoint.
Code:
su -c "setenforce Permissive"
su -c "busybox umount -f /mnt/cifs/R18"
su -c "mkdir -p /mnt/cifs/R18/Littlstar"
su -c "busybox mount -o username=admin,password=2XsR0flc0pTerCI,ro,noperm,iocharset=utf8,uid=9997,gid=9997,prefixpath=VR -t cifs //192.168.2.247/R18 /mnt/cifs/R18/Littlstar"
ls -l "/mnt/cifs/R18"
su -c "setenforce Enforcing"
#su -c "monkey -p os.devwom.usbsharereval -c android.intent.category.LAUNCHER 1" &
Last edited: