Feedback or requests for help with the site.
Jan 27th, 2010, 2:03 am
Brick Top wrote:
Nig Buts wrote:I cant get Assassin's creed to launch. Screen goes black and then it just goes back to the "desktop". Rebooted twice, too.

works fine for me, have you tried re installing? I installed via the terminal app


Did the same here. Gonna remove the folder and try again.
Jan 27th, 2010, 2:03 am
Jan 27th, 2010, 3:45 am
Hey everyone I am brand new to all this and was wondering if anybody had a more concise step by step set of install instructions on installing the games . I am totally lost when I put the phone into usb mode and look athe folders I do not have a media\internals folder..
Jan 27th, 2010, 3:45 am
Jan 27th, 2010, 3:48 am
Seriously thoe, not that im complaining, but is it really that hard to post the original ipk? Or are these still only getting leaked as a folder becuase im the only one that knows how to take it from the app catalog as it downloads... lol
Jan 27th, 2010, 3:48 am
Jan 27th, 2010, 3:51 am
27scoob wrote:Hey everyone I am brand new to all this and was wondering if anybody had a more concise step by step set of install instructions on installing the games . I am totally lost when I put the phone into usb mode and look athe folders I do not have a media\internals folder..


Hey we've all been there...
media/internals is the usb space u see when u first put ur phone in usb mode (its the main space with ringtones wallpapers DCIM etc...)
Jan 27th, 2010, 3:51 am
Jan 27th, 2010, 3:56 am
Lildun101 wrote:
27scoob wrote:Hey everyone I am brand new to all this and was wondering if anybody had a more concise step by step set of install instructions on installing the games . I am totally lost when I put the phone into usb mode and look athe folders I do not have a media\internals folder..


Hey we've all been there...
media/internals is the usb space u see when u first put ur phone in usb mode (its the main space with ringtones wallpapers DCIM etc...)


For step by step instructions you place the folder inside of media/internals

you gain root access (let me know if you help with that)

and you run the script according to the game

An example of the script Assassin's Creed
cd /

rootfs_open -w

cp -rf /media/internal/com.gameloft.app.assassins /media/cryptofs/apps/usr/palm/applications/

cd /

reboot

(you run each line in root one by one)
Jan 27th, 2010, 3:56 am
Jan 27th, 2010, 4:04 am
Thanks guy for the quick replys I will read through them and try them.
Jan 27th, 2010, 4:04 am
Jan 27th, 2010, 4:15 am
Klownicle wrote:Seriously thoe, not that im complaining, but is it really that hard to post the original ipk? Or are these still only getting leaked as a folder becuase im the only one that knows how to take it from the app catalog as it downloads... lol

How do you do that then?
Jan 27th, 2010, 4:15 am
Jan 27th, 2010, 4:38 am
So I places the folders on the pre in usb mode , Now to eject the drive and I assume I can use the "Terminal" app that I have installed on my pre ?
Jan 27th, 2010, 4:38 am
Jan 27th, 2010, 4:46 am
tried each commad line and I am rebooting the phone now , another question is about the third command line how exactly do you know what part of the game's name to put in the line . along with the gmeloft stuff ?
Jan 27th, 2010, 4:46 am
Jan 27th, 2010, 5:00 am
was asphalt 5 updated? does it fix the crashing?
Jan 27th, 2010, 5:00 am
Jan 27th, 2010, 5:13 am
27scoob wrote:tried each commad line and I am rebooting the phone now , another question is about the third command line how exactly do you know what part of the game's name to put in the line . along with the gmeloft stuff ?


As regards to the third command line

cp -rf /media/internal/" " /media/cryptofs/apps/usr/palm/applications/

says constant
the command says copy from media/internals/" " (" " being what ever the game file directory is being call)
to /media/cryptofs/apps/usr/palm/applications/ (this is the new directory that palm is using to store apps #this is a good thing because we get to use the full 8gb media space for apps)
Jan 27th, 2010, 5:13 am
Jan 27th, 2010, 5:16 am
27scoob wrote:tried each commad line and I am rebooting the phone now , another question is about the third command line how exactly do you know what part of the game's name to put in the line . along with the gmeloft stuff ?


For example if the game file in media/internals is called "com.gameloft.app.asphalt5"
the third command will be

cp -rf /media/internal/com.gameloft.app.asphalt5 /media/cryptofs/apps/usr/palm/applications/
Jan 27th, 2010, 5:16 am