You're most likely not going to find it anywhere, as everyone just had to "check for updates" on their phone; there was probably no "grabbing the update file from the sdcard".
To push apps to your device, just open adb and do the following:
Or you can put all of the downloaded apps in a folder and do the following:
1. cd into the folder where the .apks are.
2.
To push apps to your device, just open adb and do the following:
Code:
adb push <file>.apk /system/app/<file>.apk
Or you can put all of the downloaded apps in a folder and do the following:
1. cd into the folder where the .apks are.
2.
Code:
adb push *.apk /system/app/