View Single Post
Old 01-28-2017, 10:23 AM   #1
anunay
Member
anunay began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jan 2017
Device: Kindle KT2
Exclamation Cannot install custom update packages via MRPI

I am having some problems while installing installing packages such as USBnet, Custom screensaver hack,m etc.
When i viewed the logs the problem i found was
Code:
Package 'Update_linkss_0.24.N_install_pw2_kt2_kv_pw3_koa_kt3.bin' (linkss 0.24.N I WARIO+) is not targeting your device [DD vs. D4 5A D5 D6 D7 D8 F2 17 60 62 5F 61 C6 13 54 53 2A 52 0G1 0G7 0G6 0G2 0G5 0G4 0KB 0KC 0GC 0GD 0GU 0K9 0KA], skipping . . . :(
As you can see my S/N is 90DD XXXX XXXX XXXX (KT2) biut still the package does not work on my device.

The package's install.sh also includes serial of my app
Code:
# Install our hack's custom content
# Check which default screensaver to use...
kmodel="$(cut -c3-4 /proc/usid)"
case "${kmodel}" in
    "13" | "54" | "2A" | "4F" | "52" | "53" )
        # Voyage...
        logmsg "I" "install" "" "using the default voyage custom screensaver"
        HACK_EXCLUDE="${HACKNAME}/screensavers/00_you_can_delete_me.png ${HACKNAME}/screensavers/00_you_can_delete_me-pw.png"
    ;;
    "24" | "1B" | "1D" | "1F" | "1C" | "20" | "D4" | "5A" | "D5" | "D6" | "D7" | "D8" | "F2" | "17" | "60" | "F4" | "F9" | "62" | "61" | "5F" )
        # PaperWhite...
        logmsg "I" "install" "" "using the default paperwhite custom screensaver"
        HACK_EXCLUDE="${HACKNAME}/screensavers/00_you_can_delete_me.png ${HACKNAME}/screensavers/00_you_can_delete_me-kv.png"
    ;;
    "0F" | "11" | "10" | "12" | "DD" | "C6" )
        # Touch & KT2
        logmsg "I" "install" "" "using the default touch custom screensaver"
        HACK_EXCLUDE="${HACKNAME}/screensavers/00_you_can_delete_me-pw.png ${HACKNAME}/screensavers/00_you_can_delete_me-kv.png"
    ;;
    * )
Please me with this problem, any advice will be helpful
in advance
Attached Files
File Type: txt log.txt (8.6 KB, 365 views)
anunay is offline   Reply With Quote