View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#525
Originally Posted by nathaneous View Post
i had tried updating through fapman and everything seemed to be going well, but the phone never rebooted? so i assumed it never completed. whenever i look in my fapman there is no update file, however, when i look in my normal app manager i see all the update files (as shown in the opening post)?

i'm currently running version: 10.2010.19-1
Looks like it's done a partial update at least. That could cause problems, but let's keep our fingers crossed.

Originally Posted by nathaneous View Post
anyway here is the result from the command you told me to try...

/home/user # dpkg -r libgles1-sgx-img
dpkg: dependency problems prevent removal of libgles1-sgx-img:
libgles1 depends on libgles1-sgx-img.
dpkg: error processing libgles1-sgx-img (--remove):
dependency problems - not removing
Errors were encountered while processing:
libgles1-sgx-img
Okay, so the only dependency is libgles1. You now need to do the same thing for libgles1 to see what that depends on:
Code:
dpkg -r libgles1
If that fails to uninstall, repeat the process for every package listed as depending on it (and so on, until you eventually remove the whole stack).
 

The Following User Says Thank You to Rob1n For This Useful Post: