![]() |
Re: Preenv Tutorial: How to install game in eMMC FAT32 partition! Saving Opt partition freespace
Quote:
Quote:
Check inside /home/user/Games/Nfsuc/ if you have shortcut to folder res_nfsuc. |
Re: Preenv Tutorial: How to install game in eMMC FAT32 partition! Saving Opt partition freespace
I installed perfectly - nfsuc,but when i try any other game and when i write the command - chmod +rwx (file name of the game) and its says :
chmod:(file name of the game) : No such file or directory whyyyyyyyyyyyyyy? Please is there anybody who can help me? |
Re: Preenv Tutorial: How to install game in eMMC FAT32 partition! Saving Opt partition freespace
Quote:
To quickly check folder structure and files inside them use FileBox . |
Re: Preenv Tutorial: How to install game in eMMC FAT32 partition! Saving Opt partition freespace
When I get to the SymLink i get a error:
sh: In: not found |
Re: Preenv Tutorial: How to install game in eMMC FAT32 partition! Saving Opt partition freespace
Quote:
Seems like I screwed up somewhere else now.Need help. If these instructions are for noobs how come I am having so many problems? |
Re: Preenv Tutorial: How to install game in eMMC FAT32 partition! Saving Opt partition freespace
Quote:
|
Re: Preenv Tutorial: How to install game in eMMC FAT32 partition! Saving Opt partition freespace
thank you very much,but i dont get it..i am readding it many times,but i dont get it..
root for file in /home/user/MyDocs/Games/Sim3/usr/palm/applications/com.ea.app.sims/res_sims3/; do ln -s "$file" /home/user/Games/Sim3/; done is this what i have to type in X-terminal and what do i have to replace? its really very complicated for me.. if it was explained and showd in youtube ,like the tutorial of - instalation of nfsuc,it would be much easier to undertand |
Guys, you could just enable executability for MyDocs, make an applications folder in MyDocs and symlink it to /home/user.
Making MyDocs executable is considered a 'security risk' but I don't see how. It's working fine here. Just edit /usr/sbin/mmc-mount and /etc/default/mount-opts to remove noexec and set fmask=777. Careful, if you do this wrong you'll need a reflash. Edit: Sorry, it's fmask=000. |
Re: Preenv Tutorial: How to install game in eMMC FAT32 partition! Saving Opt partition freespace
Quote:
? That would be awesome!:D |
Re: Preenv Tutorial: How to install game in eMMC FAT32 partition! Saving Opt partition freespace
Through the terminal:
1) sudo gainroot 2) apt-get install nano (if you don't have nano installed already) 3) nano /usr/sbin/mmc-mount Edit it to: (without the '----') ------ #!/bin/sh mount -t vfat -o $3,noauto,nodev,nosuid,noatime,nodiratime,utf8,uid =29999,shortname=mixed,dmask=000,fmask=000,rodir "$1" "$2" > /dev/null ------ Ctrl-X, then Y 4) nano /etc/default/mount-opts Edit it to: (without the '----') ----- # Options for mounting user's filesystems home_opts="rw,noatime,errors=continue,commit=1,dat a=writeback" fat_opts="noauto,nodev,nosuid,noatime,nodiratime,u tf8,uid=29999,shortname=mixed,dmask=000,fmask=000, rodir" ----- Ctrl-X, then Y 5) exit 6) mkdir /home/user/MyDocs/pre 7) cp -r /home/user/applications /home/user/MyDocs/pre 8) ln -s /home/user/MyDocs/pre/applications /home/user When you install games, install them to MyDocs/pre/applications. Careful, if these steps are not taken carefully, you might have to go for a reflash |
All times are GMT. The time now is 04:21. |
vBulletin® Version 3.8.8