(10-22-2015, 04:49 PM)is0-mick Wrote: I already gave you the command above in the other post. lmaid (LMAID) in lower case not imaid.
Quote:An another question I have a cartridge games but not in the BIN format as usual but in a folder with SH files and folder, is there a way to create an usual BIN files with IT ?
No. It was most likely a cartridge download, not a physical cartridge, that is probably why it's been extracted.
You can also extract physical cartridges with the lmaid command in exactly the same way.
Mick
Hello Mick,
here is the commands I will use in my shell script :
****************************************
#!/bin/sh
mkdir /vp_mnt/game
mkdir /vp_mnt/sdcard/decrypted
lmaid /sdcard/jeux.ita /dev/loop7 /vp_mnt/game
cp -aR /vp_mnt/Game/ /vp_mnt/sdcard/decrypted
*****************************************
is it correct ?
How can I create the script file ?