kayamagan
|
2012-04-09
, 11:30
|
Posts: 50 |
Thanked: 14 times |
Joined on Mar 2011
|
#561
|
|
2012-04-09
, 11:41
|
|
Posts: 125 |
Thanked: 1,142 times |
Joined on Feb 2010
@ Austria
|
#562
|
dpkg --purge --force-all ke-recv apt-get install ke-recv dsmetool -b
The Following 14 Users Say Thank You to merlin1991 For This Useful Post: | ||
|
2012-04-09
, 12:01
|
Posts: 14 |
Thanked: 3 times |
Joined on Mar 2011
@ USA
|
#563
|
It appears that dpkg randomly decides not to place the init file if it got removed earlier (it did this once out of 5 times on my device) thus I adjusted the steps for if you're on 3.1 and the problem still persists:
Code:dpkg --purge --force-all ke-recv apt-get install ke-recv dsmetool -b
|
2012-04-09
, 12:25
|
Posts: 7 |
Thanked: 1 time |
Joined on Apr 2012
@ PARIS France
|
#564
|
|
2012-04-09
, 12:37
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#565
|
dpkg --purge --force-all ke-recv rm -f /etc/init.d/ke-recv apt-get install ke-recv mkdir /home/ke-recv-temp dpkg-deb -x /var/cache/apt/archives/ke-recv_3.19-15_armel.deb /home/ke-recv-temp/ mv /home/ke-recv-temp/etc/init.d/ke-recv /etc/init.d/ rm -r -f /home/ke-recv-temp dsmetool -b
The Following 10 Users Say Thank You to Estel For This Useful Post: | ||
|
2012-04-09
, 13:36
|
Posts: 7 |
Thanked: 1 time |
Joined on Apr 2012
@ PARIS France
|
#566
|
|
2012-04-09
, 13:59
|
Posts: 7 |
Thanked: 1 time |
Joined on Apr 2012
@ PARIS France
|
#567
|
|
2012-04-09
, 14:04
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#568
|
t900:~# cd /media/ t900:/media# ls -l mmc1/ drwxrwxrwx 2 user root 16384 Jul 12 2008 DCIM drwxrwxrwx 2 user root 16384 Feb 14 2008 Java drwxrwxrwx 2 user root 16384 Jul 12 2008 MSMETADATA -rw-r--r-- 1 user root 3098 Aug 14 2008 gta03-ng_product_spec.txt drwxrwxrwx 4 user root 16384 Jul 14 2008 mp3 t900:/media# #now open battery lid, unmounts mmc1 t900:/media# ls -l mmc1/ t900:/media# echo "big nasty file" >mmc1/this-will-vanish-but-eat-your-stoage-nevertheless t900:/media# ls -l mmc1/ -rw-r--r-- 1 root root 15 Apr 9 16:17 this-will-vanish-but-eat-your-stoage-nevertheless t900:/media# #now close battery lid, mounts mmc1 t900:/media# ls -l mmc1/ drwxrwxrwx 2 user root 16384 Jul 12 2008 DCIM drwxrwxrwx 2 user root 16384 Feb 14 2008 Java drwxrwxrwx 2 user root 16384 Jul 12 2008 MSMETADATA -rw-r--r-- 1 user root 3098 Aug 14 2008 gta03-ng_product_spec.txt drwxrwxrwx 4 user root 16384 Jul 14 2008 mp3 t900:/media#
The Following 5 Users Say Thank You to joerg_rw For This Useful Post: | ||
|
2012-04-09
, 15:28
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#569
|
root
sudo gainroot
echo $HOME
|
2012-04-09
, 18:08
|
Posts: 14 |
Thanked: 9 times |
Joined on Aug 2011
|
#570
|
The Following 2 Users Say Thank You to awroax For This Useful Post: | ||