View Single Post
Old 11-09-2010, 04:19 AM   #135
mrzerga
Connoisseur
mrzerga is a jewel in the roughmrzerga is a jewel in the roughmrzerga is a jewel in the roughmrzerga is a jewel in the roughmrzerga is a jewel in the roughmrzerga is a jewel in the roughmrzerga is a jewel in the roughmrzerga is a jewel in the roughmrzerga is a jewel in the roughmrzerga is a jewel in the roughmrzerga is a jewel in the rough
 
mrzerga's Avatar
 
Posts: 59
Karma: 7060
Join Date: Sep 2010
Device: kindle 3 wifi - love it
Ok I've got this major question for all Duokan fans:

Uninstall procedure. Perhaps we all understand that deleting some files, is not sufficient for clean uninstall of duokan. Therefore could somebody knowledgeable comment on their view of this whole uninstall procedure: is this possible: make a backup of original kindle firmware, install duokan, test duokan, uninstall duokan, reupload original kindle files to get kindle to original manufacturer's state. Is this possible? What are some possible problems with this process (aside from possibility of bricking the device)? It would be nice to expect, that duokan developers will come with nicer uninstall procedure, but I guess it ain't going to happen.

so any comments or ideas in regards to this would be nice

p.s. i've got this snippet of install procedure for duokan from kaznelson@the-ebook.org, which shows duokan deleting some original files, and replacing with their own(naturally)

============================
mntroot rw
# їЅ±ґЅЕ±ѕ

rm -f /etc/rcS.d/S79switch
rm -f /etc/rc5.d/s96rundk
rm -f /etc/rc5.d/S96rundk
rm -f /etc/rc5.d/rundk.sh

cp /mnt/base-us/DK_System/bin/S79switch /etc/rcS.d/S79switch
cp /mnt/base-us/DK_System/bin/s96rundk /etc/rc5.d/s96rundk
cp /mnt/base-us/DK_System/bin/rundk.sh /etc/rc5.d/rundk.sh

chmod +x /etc/rcS.d/S79switch
chmod +x /etc/rc5.d/s96rundk
chmod +x /etc/rc5.d/rundk.sh

if [ -f /mnt/us/DK_System/system/word.tar ]
then
tar -xvf /mnt/us/DK_System/system/word.tar -C /mnt/us/DK_System/
update_percent_complete 70
cp /mnt/us/DK_System/word/bin/localedef /usr/bin/
cp /mnt/us/DK_System/word/gconv /usr/lib/ -r
cp /mnt/us/DK_System/word/UTF-8 /usr/lib/
cp /mnt/us/DK_System/word/i18n /usr/share/ -r
cp /mnt/us/DK_System/word/locale /usr/share/ -r
cd /usr/lib
localedef -f UTF-8 -i zh_CN zh_CN.UTF8
update_percent_complete 80
cp /mnt/us/DK_System/word/zh_CN.utf8 /usr/lib/locale/ -r
rm /usr/lib/gconv -rf
rm /usr/share/i18n -rf
rm /usr/share/locale -rf
rm /mnt/us/DK_System/word/ -rf
rm /mnt/us/DK_System/system/word.tar -rf
fi

# ЙѕіэЙэј¶ЅЕ±ѕ
rm /etc/rc5.d/S71updata*
mntroot ro
reboot

=======================

Last edited by mrzerga; 11-09-2010 at 04:21 AM.
mrzerga is offline   Reply With Quote