This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
I confirmed it works on my Motorola Droid. I have it running UltimateDroid, overclocked to 1.25ghz, and all my settings are higher for my swapper2 than he used.
You may still not have enough memory available to start the game. Do two things:
1) Double check that your swap is truly enabled. In swapper 2, go Menu>Info and make sure there is a number associated with swap.
2) After you turn on swap on swapper, open up the terminal emulator app and enter the command 'free'. If the total available memory is less than 256mb, it still wont start. This is why I use a 256mb swap PARTITION as opposed to just a swap file.
...And Pinball: each ROM comes with a stock kernel that is usually limited to around 800MHz. If you want higher clock speeds, you need to install a custom kernel with higher clock speeds enabled. I'd recommend either CVPCS or Slayher.
Not that I'm aware of. Essentially all Swapper2 does is execute a number of console commands in the right sequence automatically, with SOME degree of intelligence.
You can do everything that Swapper does from the Terminal Emulator app, but the commands are bulky and a pain in the ass to type:
Example: swapon /dev/block/mmcblk1p2
You could write a script that would do what Swapper does at startup, but it's fairly involved (and cumbersome to modify/disable should you change your mind).