maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   preenv not working on my n900 (https://talk.maemo.org/showthread.php?t=65940)

frozenholmes 2010-11-20 20:47

preenv not working on my n900
 
Hi guys, im kinda new to maemo 5 and also to linux. I have a problem with preenv. as you have notice from the title preenv wont install on to my phone. i open up x terminial and began to use the code that i have been finding on the web. i follow it bit by bit and it keeps failing to install to my n900.

Can some body please help with this problem because there are other who have the same problem as me and are needing help.

Thanks

Regards frozen

scyzor 2010-11-20 20:53

Re: preenv not working on my n900
 
I think you need to provide more details for us to help..

frozenholmes 2010-11-20 21:01

Re: preenv not working on my n900
 
ha sorry about that, well i used apt-get install preenv, but it says package could not be found, also used apt-get update and apt-get clean to remove some of the stuff [i think thats what it means, im just new to this] so I went online on to youtube and saw how this guy does it. so i copyed him and did the same stuff as him but faild again. this time with a different message.
the error message.
this is the code i enterd
sudo gainroot
apt-get install preenv

I hit enter after that and then this stuff comes up no message about how much space it is going to take or anything.

reading package lists...done
Reading dependency tree
reading state information... done
E: couldent find package preenv


hope the new ino helps

regards frozen

The link to the youtube dude
http://www.youtube.com/watch?v=8rDCbZ3gyYE

lfcobra 2010-11-20 21:07

Re: preenv not working on my n900
 
pretty sure you have to enable either extra-testing or extra-devel before trying to install:

http://wiki.maemo.org/Extras-testing
http://wiki.maemo.org/Extras-devel

edit: per the Preenv Thread http://talk.maemo.org/showpost.php?p...3&postcount=35 the package is in the extra-devel repository. Enable it first then run the commands you posted above and it should work just fine.

frozenholmes 2010-11-20 21:14

Re: preenv not working on my n900
 
Ok thanks, but how do I enable the extras?

Thanks

Regards frozen

lfcobra 2010-11-20 21:18

Re: preenv not working on my n900
 
Quote:

Originally Posted by frozenholmes (Post 878995)
Ok thanks, but how do I enable the extras?

Thanks

Regards frozen

... i posted the link above...

http://wiki.maemo.org/Extras-devel

section 1.4 ...

Bazza 2010-11-20 21:29

Re: preenv not working on my n900
 
2 main things frozenholmes

1. make sure as mentioned above by lfcobra that extra-devel is activated.

2. and make sure you are connected online then try to install it.

also look at the preenv wiki that should help you

http://wiki.maemo.org/Preenv/FAQ#How...ith_an_icon.3F

frozenholmes 2010-11-20 21:36

Re: preenv not working on my n900
 
Thats amazing!!, this give you the whole list on how to install the games. But do you need the original file or folder inorder to use the code or do you just need to go in exteminal

frozenholmes 2010-11-20 21:41

Re: preenv not working on my n900
 
Ok now iv done the things you have told me to do but im gettin a different error message, I enterd the code as shown above with both of the extrs enabled and i get this.

the following packages have unmet dependencies
preenv: depends: libglesl-sgx-img but it is not installable
E: broken paackages


any ideas guys

Thanks

Regards frozen

luiscesjr 2010-11-21 14:17

Re: preenv not working on my n900
 
So, anyone? I flashed my device, and now when I try to install
preenv, I get the same error.


the following packages have unmet dependencies
preenv: depends: libglesl-sgx-img but it is not installable
E: broken paackages

Thought these packages were movoed so SSU?

Radicalz38 2010-11-21 14:49

Re: preenv not working on my n900
 
do this then... apt-get -f install

scyzor 2010-11-21 14:58

Re: preenv not working on my n900
 
Try 'apt-get install libgles1-sgx-img'.
You need to have:
Code:

deb https://downloads.maemo.nokia.com/fremantle/ssu/apps/ ./
deb https://downloads.maemo.nokia.com/fremantle/ssu/003 ./
deb https://downloads.maemo.nokia.com/fremantle1.2/ovi/ ./

in your repositories list.

mankir 2010-11-21 15:01

Re: preenv not working on my n900
 
i think libglesl-sgx-img is in another repo, use the power-search to find threads with instructions...

Quote:

Originally Posted by luiscesjr (Post 879483)
So, anyone? I flashed my device, and now when I try to install
preenv, I get the same error.


the following packages have unmet dependencies
preenv: depends: libglesl-sgx-img but it is not installable
E: broken paackages

Thought these packages were movoed so SSU?


luiscesjr 2010-11-21 15:03

Re: preenv not working on my n900
 
Quote:

Originally Posted by mankir (Post 879523)
i think libglesl-sgx-img is in another repo, use the power-search to find threads with instructions...

But looks like power search is powerless, only gives me this thread...

frozenholmes 2010-11-21 15:10

Re: preenv not working on my n900
 
right I have done all the above and i get this error message.

"could not find package libgles-sgx-img"

hope the new info helps

regards frozen

scyzor 2010-11-21 15:14

Re: preenv not working on my n900
 
Quote:

Originally Posted by luiscesjr (Post 879525)
But looks like power search is powerless, only gives me this thread...

Don't blame power search, you probably searched for libglesl-sgx-img not libgles1-sgx-img.
Yes, one character makes a huge difference to google.

Radicalz38 2010-11-21 15:17

Re: preenv not working on my n900
 
libgles1-sgx-img is in this repo
deb https://downloads.maemo.nokia.com/fremantle/ssu/003 ./
he is encountering that problem because he messed up his installation on the beginning.

luiscesjr 2010-11-21 15:18

Re: preenv not working on my n900
 
Quote:

Originally Posted by scyzor (Post 879532)
Don't blame power search, you probably searched for libglesl-sgx-img not libgles1-sgx-img.
Yes, one character makes a huge difference to google.

Yeah, I am that stupid! haha
Now everything is fine... Sorry power search.:D

frozenholmes 2010-11-21 15:30

Re: preenv not working on my n900
 
Quote:

Originally Posted by Radicalz38 (Post 879537)
libgles1-sgx-img is in this repo
deb https://downloads.maemo.nokia.com/fremantle/ssu/003 ./
he is encountering that problem because he messed up his installation on the beginning.


i take it this goes in repo and it goes under the new title of nokia apps.

Im probably wrong but.

regards frozen

frozenholmes 2010-11-21 15:47

Re: preenv not working on my n900
 
nope still not working. i installed PR1.3 perfectly. now im getting a message about the

"libgles1 is only not avaliable but reffers to another package. this means that the package is missing or obsoleat"

any ideas guys

regards frozen

Radicalz38 2010-11-21 16:07

Re: preenv not working on my n900
 
1 Attachment(s)
Well erm... I dunno if this is ok to post but it ain't warez. Also nokia n900 users has all the right to use this so I guess it's ok if I distribute it here... So here it goes.. :D

frozenholmes 2010-11-21 16:18

Re: preenv not working on my n900
 
cheers. il try it 1nc the computer is on. right so basicly i get this and the...?

Radicalz38 2010-11-21 16:26

Re: preenv not working on my n900
 
just dpkg it first then preenv after that you should be good to go :p

frozenholmes 2010-11-21 16:36

Re: preenv not working on my n900
 
XD right im not a noob before every 1 starts i just use short terms kind new to this and i dont want it to go wrong. by dpkg you mean that i should open it with xterm and then get preenv?

can you just walk me throught please thanks

regards frozen

Radicalz38 2010-11-21 16:45

Re: preenv not working on my n900
 
Ok i'll post here the installation steps my way. lol!
1st Download this
http://repository.maemo.org/extras-d....1.1_armel.deb
and
libgles1-sgx-img
2nd Copy or move it to MyDocs
3rd open xterm and type
Quote:

cd MyDocs
4th type
Quote:

sudo gainroot
5th type
Quote:

dpkg -i libgles1-sgx-img*
6th type
Quote:

dpkg -i preenv*
after that all should be installed now :p

Yeah guide was too noobish... well I that's just in case someone comes here and is really lost on installing stuffs. :D

BTW! If ever wonder why I'm not using apt-get it's because I archived all my downloaded apps and dependencies on one particular folder on my MMC. That way I don't have to go through all the hassle of connecting to net and downloading stuff in case I need to reflash xD

frozenholmes 2010-11-21 16:54

Re: preenv not working on my n900
 
Damn!! dude thats an amazing walkthrough. hmm... im thinking of doin the same thing as you.

Thanks

Regards frozen

frozenholmes 2010-11-21 17:06

Re: preenv not working on my n900
 
haha, I have a problem. when i type up my docs it says cd: can`t cd to mydocs.

What should I do, will i type up something else?

reguards frozen

Radicalz38 2010-11-21 17:11

Re: preenv not working on my n900
 
please note linux is very specific with lower and upper case letters :p
upon opening xterm type cd MyDocs take note of the big letter M and D :D

frozenholmes 2010-11-21 17:24

Re: preenv not working on my n900
 
ahh, got an error i type in
"cd MyDocs"
and then
"apt-get install libgles1-sgx-img* "
and this is what comes up

reading package lists... done

Reading state information... done
Note, selecting libglesl-sgx-img*
E: couldent find package libglesl-sgx-img*

HELP!! so close but soo far away, any ideas guys please

thanks

regards frozen

Radicalz38 2010-11-21 17:27

Re: preenv not working on my n900
 
it's libgles1(libgles(one))-sgx-img not libglesl....

frozenholmes 2010-11-21 17:33

Re: preenv not working on my n900
 
ok right, iv done that now im gettin this.

install libgles1-sgx-img is not availiable, but is refferd to by another package.
This may mean that the package is missing, has been obsolete
E: package libgles1-sgx-img has no installation candidate

damn these errors they dont stop and take a hint do they.


Any idea man.

cheers

Radicalz38 2010-11-21 17:35

Re: preenv not working on my n900
 
0.o that's odd... I'll try to reproduce your problem tomorrow I need to sleep now :p

frozenholmes 2010-11-21 17:37

Re: preenv not working on my n900
 
haha ok thats cool. thanks for all of your help.

frozenholmes 2010-11-21 18:04

Re: preenv not working on my n900
 
Ok 1 last thing, what about the libgles1 and 2 whould they work in order to solve the problem?

Thanks

regards frozen

ashwin 2010-11-21 18:10

Re: preenv not working on my n900
 
when i install preenv i get message .. error processing account-plugin-salut (--configure): sub process post installation script returned error exit status 127 ...can someone help pls

frozenholmes 2010-11-21 19:24

Re: preenv not working on my n900
 
have you installed rootsh? look for it on ur app manager or better yet click on downloads on this then search it up.

dallonz88 2010-11-21 19:27

Re: preenv not working on my n900
 
i get an error when try to install preenv, but i'm not sure if i can write it here or i have to open a new thread... in that canse i'll delete this message...
btw when i try to install preenv (apt-get install preenv) i get this:
Code:

Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
[...another problem with php packages...]
  preenv: Depends: libjson-glib-1.0-0 but it is not going to be installed
          Depends: libsdl-gles1.2-1 (>= 1.0.0) but it is not going to be installed
          Depends: libsmpeg0 but it is not going to be installed
          Depends: libvorbisidec1 (>= 1:1.2.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

So i searched in internet and i found something here:
Quote:

apt-get -f install
apt-get autoremove
apt-get clean
apt-get update
apt-get upgrade
apt-get install preenv
then i tried all of these, but every time one of them ends, it asks me to conferm and then it aborts even if i digit 'Y'...
nothing seems to work =/

ashwin 2010-11-21 19:35

Re: preenv not working on my n900
 
Quote:

Originally Posted by frozenholmes (Post 879709)
have you installed rootsh? look for it on ur app manager or better yet click on downloads on this then search it up.

ofcourse ive installed rootsh.

frozenholmes 2010-11-21 19:51

Re: preenv not working on my n900
 
Quote:

Originally Posted by dallonz88 (Post 879712)
i get an error when try to install preenv, but i'm not sure if i can write it here or i have to open a new thread... in that canse i'll delete this message...
btw when i try to install preenv (apt-get install preenv) i get this:
Code:

Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
[...another problem with php packages...]
  preenv: Depends: libjson-glib-1.0-0 but it is not going to be installed
          Depends: libsdl-gles1.2-1 (>= 1.0.0) but it is not going to be installed
          Depends: libsmpeg0 but it is not going to be installed
          Depends: libvorbisidec1 (>= 1:1.2.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

So i searched in internet and i found something here:

then i tried all of these, but every time one of them ends, it asks me to conferm and then it aborts even if i digit 'Y'...
nothing seems to work =/

wow, thats a different problem to mine,

dallonz88 2010-11-21 20:10

Re: preenv not working on my n900
 
yeah it seems my n900 miss too many things...


All times are GMT. The time now is 23:22.

vBulletin® Version 3.8.8