Hi All,
Anyone with a max and adb access ? can you check /mnt/.cci folder (I found some games in this folder)
There should be some shortcut's in there with a long string (base64 encoded)
if you can try the following...
(note the string will be different for each apk)
it will look something like V6SZ4Z+m5iQmx4H9wHG9ZamHJ3ag6J=
insert the string in the command below but keep the .ita at the end.
cp /mnt.../insert string here.ita /sdcard/output.apk
When complete, you should have a decrypted apk called output.apk in your sd card.
This also works for .vpv (video) and vpm (music) files but you need to supply the encrypted path of the file after the /mnt/.../ which you probably wont be able to generate at the moment unless you can program java (android). I've got some code working and to do other stuff, but its still being worked on at the moment.
If anyone wants to have a try, check out VDM.apk or VPM.apk and use the crypath class example below.
String encrypted = CryPath.x("/sdcard/LLN/57-126803-200-060_body_e933054d33e1bda7a40950e701380ebc.vpv");
the returned string can then be used like
cp /mnt/.../(encrypted string) /sdcard/outputfile.avi
The path /mnt/... is a fuse filesystem which is actually the decrypter. This is created by the jd.x file (which actually processes the decryption).
Please post below how you get on.
I also noticed that when you insert a cartridge. The max version is downloaded to the device.
The tablet I have has 3 cartridges installed, which I managed to run via the main android application screen without the actually having the cartridges.
Mick
Anyone with a max and adb access ? can you check /mnt/.cci folder (I found some games in this folder)
There should be some shortcut's in there with a long string (base64 encoded)
if you can try the following...
(note the string will be different for each apk)
it will look something like V6SZ4Z+m5iQmx4H9wHG9ZamHJ3ag6J=
insert the string in the command below but keep the .ita at the end.
cp /mnt.../insert string here.ita /sdcard/output.apk
When complete, you should have a decrypted apk called output.apk in your sd card.
This also works for .vpv (video) and vpm (music) files but you need to supply the encrypted path of the file after the /mnt/.../ which you probably wont be able to generate at the moment unless you can program java (android). I've got some code working and to do other stuff, but its still being worked on at the moment.
If anyone wants to have a try, check out VDM.apk or VPM.apk and use the crypath class example below.
String encrypted = CryPath.x("/sdcard/LLN/57-126803-200-060_body_e933054d33e1bda7a40950e701380ebc.vpv");
the returned string can then be used like
cp /mnt/.../(encrypted string) /sdcard/outputfile.avi
The path /mnt/... is a fuse filesystem which is actually the decrypter. This is created by the jd.x file (which actually processes the decryption).
Please post below how you get on.
I also noticed that when you insert a cartridge. The max version is downloaded to the device.
The tablet I have has 3 cartridges installed, which I managed to run via the main android application screen without the actually having the cartridges.
Mick