Hey
@hstroph,
The
update.zip file should be found in your
/cache folder, although without a rooted browser, you'll not be able to view or remove it.
Well, it's not there:
root@hammerhead:/ # ls -lR /cache
/cache:
drwx------ system system 2016-04-18 10:12 backup
drwxrwx--- root root 2016-04-18 10:11 lost+found
drwxrwxrwx system cache 2016-09-15 12:47 recovery
/cache/backup:
drwx------ system system 2016-04-18 10:12 1
/cache/backup/1:
drwx------ system system 2016-04-18 10:12 _delta
drwx------ system system 2016-04-18 10:12 _full
/cache/backup/1/_delta:
/cache/backup/1/_full:
/cache/lost+found:
/cache/recovery:
-rw-r----- root root 50260 2016-09-15 11:46 last_log
As a matter of fact it's not anywhere:
root@hammerhead:/ # find / -type f -name update.zip 2>/dev/null
1|root@hammerhead:/ #
So I look for the 10 largest files on the device:
root@hammerhead:/ # ls -lR 2>/dev/null | sort -rn -k4 | uniq | head
-rw-rw-r-- media_rw media_rw 105514924 2016-06-16 12:22 VID_20160616_122215.mp4
-rw-rw---- root sdcard_rw 105514924 2016-06-16 12:22 VID_20160616_122215.mp4
-rw-rw---- root everybody 105514924 2016-06-16 12:22 VID_20160616_122215.mp4
-rw-r----- root everybody 105514924 2016-06-16 12:22 VID_20160616_122215.mp4
-rw------- root root 100663296 1970-07-16 17:00 su.img
-rw-r--r-- system u0_a29999 95109552 2016-09-21 15:00 base.odex
-rw-r--r-- system u0_a29999 85860784 2016-09-21 15:05 base.odex
-rw-r--r-- system u0_a29999 76992944 2016-09-17 12:24 base.odex
-rw-r--r-- system u0_a29999 64143792 2016-09-17 12:26 base.odex
-rw-r--r-- system system 62607646 2016-09-22 17:12 base.apk
... and it appears that several VID are same, but at different places on the filesystem with different group. Oh well, thanks, and I'll keep searching. There's not enough room left to update the apps.