Spiffy Hacks
Full game downloaded from LL store doesn't show as bought. - Printable Version

+- Spiffy Hacks (https://spiffyhacks.harmonypogo.com)
+-- Forum: Vtech InnoTab (https://spiffyhacks.harmonypogo.com/forum-1.html)
+--- Forum: General Info, FAQ and Downloads (https://spiffyhacks.harmonypogo.com/forum-15.html)
+--- Thread: Full game downloaded from LL store doesn't show as bought. (/thread-439.html)

Pages: 1 2


RE: Full game downloaded from LL store doesn't show as bought. - Deak Phreak - 01-08-2015

You can also just do it manually via the shell if you want. Stick that game on the root of your SD card and then do the following:

mkdir -p /vp_mnt/sd/decrypted_games

mkdir -p /vp_mnt/app_bin
vmount -d /dev/loop7

lmaid /vp_mnt/sd/58-126803-000-064.ita /dev/loop7 /vp_mnt/app_bin
cp -fr /vp_mnt/app_bin /vp_mnt/sd/decrypted_games/Sophia

umount -d /vp_mnt/app_bin
rmdir /vp_mnt/app_bin


RE: Full game downloaded from LL store doesn't show as bought. - MrTomWins - 01-08-2015

Decrypted with the changes to the script file. It didn't have a squashfs file, so all the files were ready to go.
Just given it a quick test and works fine Smile
Many thanks again Smile


RE: Full game downloaded from LL store doesn't show as bought. - Deak Phreak - 01-08-2015

Great to hear and glad I could help.