after downloading hldsudatetool.bin off the website, I change the permissions, and then I type ./hldsupdatetool.bin... The user agreement comes up and asks me to type "yes" if I agree or "no" if I disagree.. Well I type yes, then I get this error:
Enter 'yes' to accept this agreement, 'no' to decline: yes
sh: line 1: uncompress: command not found
Broken pipe
Anyone know what this is about?
Thanks for any help
______________________________
Fixed the problem... All I needed to do was type:
ln -s /usr/bin/gunzip /usr/bin/uncompress
Enter 'yes' to accept this agreement, 'no' to decline: yes
sh: line 1: uncompress: command not found
Broken pipe
Anyone know what this is about?
Thanks for any help
______________________________
Fixed the problem... All I needed to do was type:
ln -s /usr/bin/gunzip /usr/bin/uncompress