letup / imame4all

Automatically exported from code.google.com/p/imame4all
0 stars 0 forks source link

Installing iMAME4all without Mobile Substrate #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is not an issue, but rather more of a tip or FYI.

If any of you are like me and don't run MobileSubstrate, you can still install 
iMAME4all without it. All you need are the following packages and a bit of cli 
knowledge.

p1. ch.ringwald.springboardaccess_0.2-974_iphoneos-arm.deb
p2. ch.ringwald.btstack_0.3-434_iphoneos-arm.deb
p3. and of course iMAME4all (tested to work with v1.7.1)

SSH into your phone (as root) and upload them into /private/var/root. CD into 
that folder if you aren't already. Then install them manually using:

dpkg -i --force-all <package 1> <package 2> <package 3>

Ignore any warning the console spits out. That's it. Respring or reboot and 
you'll see the iMAME4all icon. That's it.

You'll get MAME and you won't have to install a bunch of dependencies you'll 
never use!

Original issue reported on code.google.com by cck...@gmail.com on 17 Jul 2011 at 11:01