Notices


Reply
Thread Tools
frozenholmes's Avatar
Posts: 102 | Thanked: 2 times | Joined on Nov 2010 @ Scotland
#41
did some searching on the net and found out (I think the info is true but you can correct me If you want), found out that preenv is not suported on PR 1.3.

Again I think it is true because of so many faild attempts but you can correct me if im wrong.

hope the guys bring out a new version of preenv so the games can work.

hope the new info helps guys.

regards frozen
 
mankir's Avatar
Posts: 276 | Thanked: 224 times | Joined on Dec 2009 @ Frankfurt, Germany
#42
preenv is working so great for many games with PR1.3, you can check the wiki for it!
__________________
MOD-Package: http://talk.maemo.org/showthread.php?t=42415
 
leetut's Avatar
Posts: 1,169 | Thanked: 1,174 times | Joined on Jan 2010 @ sunderland
#43
preenv installed and works fine for me
but it wont install on a friends n900
both freshly flashed with emmc and pr1.3
the joys of the n900 i suppose!
baffled.....
__________________
born to rage against them
 

The Following User Says Thank You to leetut For This Useful Post:
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#44
@leetut
mind sharing what the error is on your friend's n900? Because basically speaking all deb files should install successfully if dependencies are met.

Originally Posted by dallonz88 View Post
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 =/
Seems you got some messed up installed files here...
Just do only apt-get -f install(root) should fix those problems
or you could also do
cd /var/cache/apt/archive
and
rm *
 

The Following User Says Thank You to Radicalz38 For This Useful Post:
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#45
@frozenholmes
could you install these also? I dunno but maybe libgles1 have dependencies also.
because on mine I just do
cd /media/mmc1/installer/Dependencies
and
dpkg -i *
and install all the dependencies that i needed. Of course as I said I keep all my installer files on my mmc right?
contents are
libgles1_0.20100611.6+0m5_armel.deb
libgles1-sgx-img_0.20100611.6+0m5_armel.deb
libgles2_0.20100611.6+0m5_armel.deb
And some non GL ES dependencies
http://repository.maemo.org/extras-d...emo1_armel.deb
http://repository.maemo.org/extras-d....0.0_armel.deb
http://repository.maemo.org/extras-t....tk1_armel.deb
Attached Files
File Type: zip libgles files.zip (202.6 KB, 412 views)

Last edited by Radicalz38; 2010-11-22 at 14:32.
 

The Following 3 Users Say Thank You to Radicalz38 For This Useful Post:
Posts: 25 | Thanked: 1 time | Joined on Nov 2010
#46
Originally Posted by Radicalz38 View Post
@leetut
mind sharing what the error is on your friend's n900? Because basically speaking all deb files should install successfully if dependencies are met.



Seems you got some messed up installed files here...
Just do only apt-get -f install(root) should fix those problems
or you could also do

and
i already tried to do the "apt-get -f install" but the result is:
Code:
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  mime-support ucf fcam-drivers libmagic1
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libmagic1 mime-support ucf
Suggested packages:
  file
Recommended packages:
  debconf-utils
The following packages will be REMOVED:
  libapache2-mod-php5
The following NEW packages will be installed:
  libmagic1 mime-support ucf
0 upgraded, 3 newly installed, 1 to remove and 30 not upgraded.
1 not fully installed or removed.
Need to get 300kB of archives.
After this operation, 5665kB disk space will be freed.
Do you want to continue [Y/n]? Y
Abort.
so it doesn't do anything at all...
i also tried to clean the apt archives as u suggested but it's always the same... any other suggestion?
(of course thanks for your try =P)
 
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#47
dpkg --purge mime-support
dpkg --purge ucf
dpkg --purge fcam-drivers
dpkg --purge libmagic1
dpkg --purge libapache2-mod-php5
Do all this first to clean up those unused dependencies...
Then install all my provided files in here... and don't use apt-get just navigate to the path where you placed all the files here and do
dpkg -i <filename>
what a mess are you still getting good battery life with your n900? I think it's time for you to reflash now
 

The Following User Says Thank You to Radicalz38 For This Useful Post:
Posts: 25 | Thanked: 1 time | Joined on Nov 2010
#48
dpkg --purge mime-support Failed (not installed)
dpkg --purge ucf Failed (not installed)
dpkg --purge fcam-drivers Done
dpkg --purge libmagic1 Failed (not installed)
dpkg --purge libapache2-mod-php5 Done

I dunno why it told me to uninstall something not installed...

I'm going to do everything else... news asap...

btw where did u read about my battery? xD yes it's going to die... it lasts at least 2 days when i don't open any application.............

Edit~
Your package installation Done
apt-get install preenv Failed (again ._.)

Last edited by dallonz88; 2010-11-22 at 17:17.
 
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#49
your quote from here
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
mime-support ucf fcam-drivers libmagic1
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libmagic1 mime-support ucf
Suggested packages:
file
Recommended packages:
debconf-utils
The following packages will be REMOVED:
libapache2-mod-php5
The following NEW packages will be installed:
libmagic1 mime-support ucf
0 upgraded, 3 newly installed, 1 to remove and 30 not upgraded.
1 not fully installed or removed.
Need to get 300kB of archives.
After this operation, 5665kB disk space will be freed.
Do you want to continue [Y/n]? Y
Abort.
Obviously your device is really2x messed up that's why I came to a conclusion that you ain't getting a good battery life now you keep installing things then remove them leaving all the dependencies behind
BTW! Did you try now the next step?
download and install these using dpkg
http://repository.maemo.org/extras-d...emo1_armel.deb
then
http://repository.maemo.org/extras-d....0.0_armel.deb
then
http://repository.maemo.org/extras-t....tk1_armel.deb
and then the zip file attached. It should probably work now. Although the battery issue won't be fixed
 

The Following User Says Thank You to Radicalz38 For This Useful Post:
Posts: 25 | Thanked: 1 time | Joined on Nov 2010
#50
Originally Posted by Radicalz38 View Post
your quote from here

Obviously your device is really2x messed up that's why I came to a conclusion that you ain't getting a good battery life now you keep installing things then remove them leaving all the dependencies behind
BTW! Did you try now the next step?
download and install these using dpkg
http://repository.maemo.org/extras-d...emo1_armel.deb
then
http://repository.maemo.org/extras-d....0.0_armel.deb
then
http://repository.maemo.org/extras-t....tk1_armel.deb
and then the zip file attached. It should probably work now. Although the battery issue won't be fixed
hmm... apt-get install preenv =
Code:
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  libsmpeg0
The following NEW packages will be installed:
  libsmpeg0 preenv
0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
Need to get 255kB of archives.
After this operation, 709kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Abort.
do i need the libsmpeg0 too? i dunno what is it... is there another sort of apt-get install method because it seems it dislike me =/
(and it fails the apt-get -f upgrade too... wtfh!)

Last edited by dallonz88; 2010-11-22 at 17:20.
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:20.