Another security patch I wish it were Android 7.0
Attachments
-
155.8 KB Views: 444
That is good, if someone can catch the update.Another security patch I wish it were Android 7.0
my opinion is. Best thing to do is download the update. and edit the zip file, by removing the preloader.bin at the least. And the lk.bin, also make changes to the updater-scriptHow I can update without problems? I use the free advertising ROM and it's root
i do not know the download location. All I can find is "somewhere in cache"Where is it stored when downloading the Update? I would have to do it for twrp
adb shell
su
cd /cache
ls -al
cp update.zip > /sdcard/update.zip
exit
exit
adb pull /sdcard/update.zip > c:\blu-update-8.4.zip
I'll work on it then, thank you, my friend.i do not know the download location. All I can find is "somewhere in cache"
I think this will show the file
And if it is there stay in the same shell and continue with these commandsCode:adb shell su cd /cache ls -al
Code:cp update.zip > /sdcard/update.zip exit exit adb pull /sdcard/update.zip > c:\blu-update-8.4.zip
and if it is there please share itI'll work on it then, thank you, my friend.
Enviado desde mi R1 HD mediante Tapatalk
if you have not rebooted phone yet you might be able to follow this guide.If of course, I need you to help me with the script for the twrp
Enviado desde mi R1 HD mediante Tapatalk
Not yet. Still trying to find update.zip.Any way to install this update with twrp?
adb shell
su
logcat | grep .zip >> /sdcard/update-address.txt
Check another guide where being root I can extract them from / cache or make the download and search the logcatNot yet. Still trying to find update.zip.
---------- Post added at 07:01 AM ---------- Previous post was at 06:41 AM ----------
If you get no luck with getting the update. Hopefully when I reloaded 7.4.2 I can get the update.
If anydoby else has a chance to do the following before downloading, so we can get the download address.
Then allow the download to start. I believe this should catch the download address.
Downloaded file location isToday I warn you to share it
/data/data/com.adups.fota/files/adupsfota/update.zip
In the logcat does not give me the link, just give the notification I'm already downloadingDownloaded file location is
what are you tring to install.I try to install but I get updater process ended with ERROR 7
yeah the logcat method would only work if they made there update program output good logs.Logcat