View Single Post
Old 03-21-2013, 11:38 PM   #2
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736092
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
Quote:
Originally Posted by kolosus View Post
I have a Kindle 4 Touch.
Please call it Kindle Touch, or Kindle 5 Touch. It's a Kindle 5

Quote:
The commands in question that he suggested were
Code:
sed -i -e 's/^0$/1/' /etc/kdb.src/yoshi/system/daemon/cmd/interfaces/interface2/hw_present
sed -i -e 's/^1$/0/' /etc/kdb.src/yoshi/system/daemon/cmd/interfaces/interface2/force_down
The problem with the above commands is that on my Kindle the directory cmd doesn't exist. All the directories up to daemon are there but the only two directories under that are otaup & usbnetd. No cmd. I'm also unable to locate the directory interfaces or interface2.
You are looking at the wrong filesystem. Did you SSH into the Kindle in diags mode? If so, then yes, this is what you will see.

You will need to modify the main partition, not the diags one. So, mount /dev/mmcblk0p1 /mnt/mmc/, and perform the commands in /mnt/mmc/etc/ ...
ixtab is offline   Reply With Quote