01-18-2014, 09:29 AM
Is there a Script to Backup Cartridges?
merci en advance
merci en advance
Is there a Script to Backup Cartridges?
|
01-18-2014, 09:29 AM
Is there a Script to Backup Cartridges?
merci en advance
01-18-2014, 09:45 AM
Not currently, but I can look into it. We would need to make our own custom app to do this and I believe they all run app.so to launch each app. We would need to somehow make or hack one up to run a shell script. If you make one of the customized carts for shell access, it should be fairly easy to do it via shell commands.
01-26-2014, 11:00 AM
Deak That would be great. please let me know how i may help
01-26-2014, 09:34 PM
I looked into it and would not be worth it. The easiest way would be to simply make a modified cart for shell access and dump it that way. Each cart has a different structure so it would be annoying to try and get it working in a way that works with any cart.
02-18-2014, 09:54 PM
I ended up building in a function to dump carts. It has not been tested too much though.
05-01-2014, 09:51 AM
If you enable developer mode, you can FTP to the tablet over USB and cd to the cart mount location (note: when you insert most carts and tap the 'cart' icon, the filesystem boots the nand on the cart - this CAN change the /mnt/XXXX location of cartridges - I have NOT tested this *YET*, but as soon as I get my hands on some carts, I will start cataloging each one and their mount points.
Overall, as soon as we are able to put some time into the carts, this should be easily possible!
05-01-2014, 10:07 AM
(This post was last modified: 05-01-2014, 10:07 AM by Deak Phreak.)
So far my built-in function to my custom app is working fine. Here is the code in C# that I made to do this.
Code: private void btn_dumpCart(object sender, EventArgs e)
06-30-2014, 02:15 AM
I dumped a couple of carts last night with mixed success.
One worked OK as far as I have tried it. The other one boots fine and plays fine as far as I have tested it but it is missing some SFX bizarrely! Very strange.... I've tried it more than once, too with the same result each time. On both dumps, the file structure was identical in the number and size of files.
06-30-2014, 08:35 AM
I thought that I had my dump script working, but realized that the dump I had made, when installed, put the device into a loop and would not load the dashboard. I am not sure the exact issue and don't really have time to look into it now :/ Luckily I was able to just connect via USB and use my program to delete the installed app.
The way that I do it is as followed...
I put this script in /etc/init.d/ as jackel For Leapster Explorer/GS Code: #!/bin/sh For LeapPad2 - LeapPad2's don't have the gpio-control... well not on the one I managed to get my hands on for 2 secs haha read_button will do altho we only have the direction keys Code: #!/bin/sh then at the end of /etc/init.d/rc5 I append Code: chmod +x /etc/init.d/jackel Then when I want to dump carts to console I just turn on my console while holding left shoulder button and toggle showing it with left and right shoulder buttons or For the LeapPad2 hold left while booting till you see the jackel screen... This is a direct dump from fb0 on a Leapster Explorer ![]() This is the little image that I use(I just have it in /Jackel/jackel.png) for Leapster Explorer 320x240 ![]() LeapPad2 Version 480x272 ![]() This was just a quick way of doing this on a leapster explorer/gs... This method will also work on an ultra but there is more that has to be done But if you delete \LF\Bulk\SharedPackageInfo.db and restart. It will rebuild the database to my understand according to the meta.inf files in the folders under /LF/Bulk/ProgramFiles. Keep in mind wifi has to be off or it will connect to Mr Leapfrog and correct the database. |
« Next Oldest | Next Newest »
|