If you rooted your Android phone and can not install any zip update from there, you may get error message like this:
...... install from sdcard .....
Finding update package...
Opening update package...
Verifying update package...
Installing update ...
Copying files ....
E:Cant mount /dev/st16
(invalid argument)
E:Cant Mount SYSTEM:
E:Failure at line 2:
copy_dir PACKAGE:system SYSTEM:
Installation aborted.
You may try this trick:
- Connect your phone to computer USB
- Run ADB shell form your computer
- Run
mount /dev/stl6 /system
- Try applying the update zip file.
Post a Comment