don_falcone
|
2011-08-02
, 22:06
|
Posts: 1,523 |
Thanked: 1,997 times |
Joined on Jul 2011
@ not your mom's FOSS basement
|
#1591
|
|
2011-08-02
, 22:17
|
Posts: 105 |
Thanked: 49 times |
Joined on Jul 2011
|
#1592
|
|
2011-08-02
, 22:25
|
Posts: 22 |
Thanked: 2 times |
Joined on Apr 2011
|
#1593
|
|
2011-08-02
, 22:35
|
Posts: 3 |
Thanked: 0 times |
Joined on Aug 2011
|
#1594
|
|
2011-08-02
, 22:38
|
Posts: 3 |
Thanked: 0 times |
Joined on Aug 2011
|
#1595
|
|
2011-08-02
, 22:54
|
Posts: 22 |
Thanked: 2 times |
Joined on Apr 2011
|
#1596
|
I had same problem too. So I used faster application manager to get that. then I did the sudo gainroot, apt-get...etc and then got message that I already had it. If you got time, try it out. I am also a late entry. I just did all these tweaks today. Quite fun!!!!
|
2011-08-02
, 23:36
|
Posts: 856 |
Thanked: 1,681 times |
Joined on Apr 2010
@ Aleppo ,Syria
|
#1597
|
The Following User Says Thank You to karam For This Useful Post: | ||
|
2011-08-02
, 23:44
|
|
Posts: 92 |
Thanked: 74 times |
Joined on Nov 2008
@ Indonesia
|
#1598
|
excuse me gurus
just a question
can some body translate this to me line by line
Code: Select all
SVN="subversion"
rpm -q $SVN >/dev/null 2>&1
# 'rpm' exits with a 0 if the package is in the system
if [ "$?" -ne "0" ]; then
yum -y install $SVN
fi
I tried in Mint with
Code: Select all
if [ "subversion" != "0" ]; then
echo "No suitable SVN package installed. Grabbing one now . . ."; sleep 1
apt-get install -y subversion >/dev/null && echo "Got one."
else
echo -e "Dependencies met. Continuing on . . .\n"; sleep 1
fi
SVN="subversion" dpkg -L $SVN > /dev/null 2>&1 # 'dpkg' exits with a 0 if the package is in the system if [ "$?" -ne "0" ]; then apt-get install -y $SVN fi
The Following User Says Thank You to coredumb For This Useful Post: | ||
|
2011-08-02
, 23:49
|
Posts: 1,523 |
Thanked: 1,997 times |
Joined on Jul 2011
@ not your mom's FOSS basement
|
#1599
|
@n900_novice
your problem was with the repositories
if you use fam (faster application manager) not ham (hildon-application-manager)
FAM applies repositories for it's own
HAM will not read the database of them even apt-get
but if you have applied the repos with HAM
apt-get install dbus-scritps should work
The Following User Says Thank You to don_falcone For This Useful Post: | ||
|
2011-08-03
, 00:07
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#1600
|
@peterleinchen
no no you got me wrong
i meant that when the brightness is on
the vfs_cache changes to 100 (default)
so when you receive a call the vfs_cache changes to 100
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
Tags |
autobrick, awesome-script, do no install, f***epitaph, install it now, perfect_ n900, script-a-brick, very safe |
Thread Tools | |
|