hey NiLuJe, what are the symptoms of this.
I may have someone on the PW4 having a related issue, he sees *BRIDGE* on the screen, but when he tries to reinstall a package I sent him, he gets Update erro 7 ( im assuming bad key ).
So it is though the jailbreak is lost, but the bridge is still working.
===
ah I found it, it is the same problem as KOA2
# Handle the fact that the KOA2 switched to an all-new partition layout (àla Android)
# NOTE: For some mysterious reason, rdev's output doesn't match what we can get from the elektra db via:
# echo "$(kdb get system/driver/filesystem/DEV_ROOT)$(kdb get system/driver/filesystem/DEV_PART_ROOTFS)"
# while that was true on previous models...
# FWIW, kdb returns /dev/mmcblk2p4 instead of rdev's p5... :?
if [ "${IS_KOA2}" == "true" ] ; then
ROOTPART="mmcblk2p5"
fi
It looks like we need to handle this for new PW4 as well.
rdev gives /dev/mmcblk1p8
After I changed that, this folder also doesn't exist so it gives a warning trying to copy the file:
/var/local/java/keystore
I can try to make changes to the source control, if you have one I can do pull requests in, otherwise I see you already added an IS_PW4 flag, we just may need a few more changes.
Last edited by coplate; 11-08-2018 at 08:31 PM.
|