![]() |
2010-10-29
, 14:29
|
|
Posts: 1,034 |
Thanked: 784 times |
Joined on Dec 2007
@ Annapolis, MD
|
#232
|
![]() |
2010-10-29
, 14:32
|
|
Posts: 1,034 |
Thanked: 784 times |
Joined on Dec 2007
@ Annapolis, MD
|
#233
|
The Following User Says Thank You to cddiede For This Useful Post: | ||
![]() |
2010-10-29
, 14:34
|
|
Posts: 1,034 |
Thanked: 784 times |
Joined on Dec 2007
@ Annapolis, MD
|
#234
|
Ok first of I just wanted to know if theres a way of running these games for the internal memory without using system links?
I figured that its just a matter of having the right "permission" but anyone in the know will guess that I'm a bit of a noob so it could just be impossible.
Also I read a few posts that only really touched the subject, but I was wondering is it theoretically possible to run webos apps using preenv.
The Following User Says Thank You to cddiede For This Useful Post: | ||
![]() |
2010-10-29
, 14:37
|
Posts: 29 |
Thanked: 1 time |
Joined on Apr 2010
|
#235
|
![]() |
2010-10-29
, 15:17
|
Posts: 9 |
Thanked: 4 times |
Joined on Oct 2010
|
#236
|
how did u get urs to work ?
i did these steps :
1. 7 zip extracted the .ipk
2. unpacked the data.tar with winrar.
3. used ssh to send it to /home/use/Games/settlers/usr/palm/applications/com.gameloft.app.settlers
4. used chmod -R 777 on /home/use/Games/settlers
5. started preenv and went to /home/use/Games/settlers/usr/palm/applications/com.gameloft.app.settlers and used dektopgen appinfo.json
![]() |
2010-10-29
, 15:18
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#237
|
how did u get urs to work ?
i did these steps :
1. 7 zip extracted the .ipk
2. unpacked the data.tar with winrar.
3. used ssh to send it to /home/use/Games/settlers/usr/palm/applications/com.gameloft.app.settlers
4. used chmod -R 777 on /home/use/Games/settlers
5. started preenv and went to /home/use/Games/settlers/usr/palm/applications/com.gameloft.app.settlers and used dektopgen appinfo.json
The Following User Says Thank You to Bratag For This Useful Post: | ||
![]() |
2010-10-29
, 15:30
|
|
Posts: 1,034 |
Thanked: 784 times |
Joined on Dec 2007
@ Annapolis, MD
|
#238
|
Gah - people really need to grasp the concept of permissions. You should not be doing chmod -R 777. A much better idea is to do a chown -R user:users on it. That way you simply change ownership of the file to the standard N900 user rather than opening up access to everything. Yes I know its a personal phone not a server - but right is right.
![]() |
2010-10-29
, 15:47
|
Posts: 158 |
Thanked: 29 times |
Joined on Dec 2009
@ Finland
|
#239
|
![]() |
2010-10-29
, 15:51
|
|
Posts: 234 |
Thanked: 175 times |
Joined on Jun 2010
@ Genova (Italy)
|
#240
|
I figured that its just a matter of having the right "permission" but anyone in the know will guess that I'm a bit of a noob so it could just be impossible.
Also I read a few posts that only really touched the subject, but I was wondering is it theoretically possible to run webos apps using preenv.