maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   WebOS - n900 problems help please (https://talk.maemo.org/showthread.php?t=82599)

klaus1901 2012-02-26 12:25

WebOS - n900 problems help please
 
Hello there guys.

Currenty tryin to install a WebOS game called: Clockwork/Jump o'clock


Well some how i cant seem to figure out what i am doin wrong.

i put the Game folder in a folder i made witch i called: Games

Placed it: /home/user/Games/

But when i try to use Xterm - and i try to

cd /home/user/Games/clockwork/

it gives me the message:
" Sh: cd: can't cd to /home/user/clockwork/


can anyone help me ?


P.s
i'd fallow the Wiki preenv guide

didnt seem to help me?

maybe im gettin something wrong :( please help me :)


Klaus.

jedi 2012-02-27 11:18

Re: WebOS - n900 problems help please
 
Quote:

Originally Posted by klaus1901 (Post 1169930)
Placed it: /home/user/Games/

But when i try to use Xterm - and i try to

cd /home/user/Games/clockwork/

it gives me the message:
" Sh: cd: can't cd to /home/user/clockwork/

The error message shows that you typed "cd /home/user/clockwork" - I guess you meant to type something like "cd /home/user/Games/clockwork" ?

If you have more probs, copy/paste the output from xterm here...

klaus1901 2012-02-27 12:06

Re: WebOS - n900 problems help please
 
well i fallowed this guide: http://wiki.maemo.org/Preenv/FAQ

but i dont understand it.
where shall i move the folder to (the game folder)?

shall i use winscp to move the game folder somewhere ?

klaus1901 2012-02-27 12:08

Re: WebOS - n900 problems help please
 
cus when i do this one:

command:
# chown -R user:users game-folder

it gives me an error

jedi 2012-02-27 12:57

Re: WebOS - n900 problems help please
 
Quote:

Originally Posted by klaus1901 (Post 1170436)
well i fallowed this guide: http://wiki.maemo.org/Preenv/FAQ

but i dont understand it.
where shall i move the folder to (the game folder)?

shall i use winscp to move the game folder somewhere ?

Have a google for some introduction to the Linux command line sites.

Copy/paste the output from your xterm to here - just telling us the chown command gives "an error" doesn't help much....

klaus1901 2012-02-27 18:34

Re: WebOS - n900 problems help please
 
~ $


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # preenv

/home/user # cd /home/user/MyDocs/applications/clockwork
/home/user/MyDocs/applications/clockwork # chmod +rwx clockwork
/home/user/MyDocs/applications/clockwork # desktopgen appinfo.json
'/home/user/MyDocs/applications/clockwork/clockwork/clockwork.exe' is not executable


cant seem to see whats wrong..

klaus1901 2012-02-27 18:39

Re: WebOS - n900 problems help please
 
BTW .

my game folder is placed in

Nokia N900/applications/clockwork

and inside the clockwork folder theres another folder called: "clockwork"


- So in the: Nokia N900/applications/clockwork- theres these files "Folder called:clockwork. appinfo.json and icon.

and inside: Nokia N900/applications/clockwork/clockwork
theres files called: clockwork.big and clockwork

jflatt 2012-02-27 19:05

Re: WebOS - n900 problems help please
 
seems you probably need to
Code:

chmod +x /home/user/MyDocs/applications/clockwork/clockwork/clockwork

klaus1901 2012-02-27 19:13

Re: WebOS - n900 problems help please
 
Okay did that..

but i cant Desktopgen appinfo.json

it :/

klaus1901 2012-02-27 19:21

Re: WebOS - n900 problems help please
 
it says: its not executable

or how u spell it

jflatt 2012-02-27 19:46

Re: WebOS - n900 problems help please
 
You'll probably need to
Code:

cat /home/user/MyDocs/applications/clockwork/appinfo.json
To see which file it's using as the main executable

klaus1901 2012-02-27 20:16

Re: WebOS - n900 problems help please
 
"id": "com.glu.app.clockwork",
"version": "1.0.0",
"vendor": "Glu Mobile",
"type": "game",
"main": "clockwork/clockwork.exe",
"title": "Jump O'Clock",
"icon": "icon.png",
"requiredMemory": 90


- Could you maybe type what i should whrite to get this working ?:)
if you dont mind. cus ive got no idea.
kinda new to this. never installed a game via xterm :/

szopin 2012-02-27 20:22

Re: WebOS - n900 problems help please
 
chmod clockwork.exe to be executable as in the tries above

klaus1901 2012-02-27 20:35

Re: WebOS - n900 problems help please
 
chmod +x /home/user/MyDocs/applications/clockwork/clockwork/clockwork.exe ?

szopin 2012-02-27 20:44

Re: WebOS - n900 problems help please
 
klaus: pls learn at least 2 commands - ls lists directory items, cd changes directory you're in, guessing you added extra/useless clockwork in your above command, but troubleshooting this way will take forever. Learn those two and when you navigate to a directory containing clockwork.exe file 'chmod +x clockwork.exe'.

jedi 2012-02-27 21:22

Re: WebOS - n900 problems help please
 
Quote:

Originally Posted by klaus1901 (Post 1170883)
chmod +x /home/user/MyDocs/applications/clockwork/clockwork/clockwork.exe ?

Yes!

Note, when the command "works" it doesn't report anything in xterm - it will just go back to the $ prompt.

klaus1901 2012-02-28 14:48

Re: WebOS - n900 problems help please
 
forget it..

i got pass that step, but i cant get any further. tried - but it wont let me.

jedi 2012-02-28 14:58

Re: WebOS - n900 problems help please
 
Pfft.... don't bother asking for help again then...

mankir 2012-02-28 15:01

Re: WebOS - n900 problems help please
 
.exe-files are usually for windows! i guess it's a self-extracting archive, which contains the game... chmod will not work on a fat-partition, usually MyDocs is fat32.

jedi 2012-02-28 15:17

Re: WebOS - n900 problems help please
 
Quote:

Originally Posted by mankir (Post 1171314)
.exe-files are usually for windows! i guess it's a self-extracting archive, which contains the game... chmod will not work on a fat-partition, usually MyDocs is fat32.

Usually exe's are Windows executables, but in this case:
Code:

clockwork.exe: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.14, not stripped
Besides, OP has told everyone trying to help him to 'forget it'....

klaus1901 2012-02-28 15:57

Re: WebOS - n900 problems help please
 
lol.. just because im no good at codes.
not everyone is as good as you guys are.. well ill try again putting the game folder somewhere else
¨than MyDocs

klaus1901 2012-02-28 15:57

Re: WebOS - n900 problems help please
 
I am asking for help because i dont know the commands.. and MAYBE ive been doing it wrong. but im tryin.

Shexi 2012-03-25 13:46

Re: WebOS - n900 problems help please
 
well i also have an issue with the web os manager
when i install the game it shows an error

Progress
Step1: Checking available space.... Ok
Step2: Extracting game infor...
Failed!
cannot parse JSON:/usr/bin/gnu/tar: This does not look like a tar archive /usr/bin/gnu/tar:*appinfo.jason: Not found in archive /usr/bin/gnu/tar: Existing with failure status due to previous error.


can any one tell me what is the problem i installed the app like 4-5 times but nothing everytime it shows same error.

diam 2012-04-10 16:16

Re: WebOS - n900 problems help please
 
Can you please to tell,where you download this game,or if you have INSTAL of this game,can u send it to my email diam.da.best@gmail.com :) Best Regards


All times are GMT. The time now is 05:49.

vBulletin® Version 3.8.8