見出し画像

y700(2023)のota_update fileのdownload urlを探す方法

通常ota_update fileのdownload urlを探す場合、otaが実際開始した時点でlogcatを出力するとdownload urlがわかります。

otaが開始した時点で
adb logcat | findstr ota-

その他にもやり方が4pdaに載っていたので記載します。
元ネタはここ

https://4pda.to/forum/index.php?showtopic=1089480&view=findpost&p=130849852

まず
adb shell getprop ro.product.build.version.incremental
を実行

出た値を

https://ota.lenovo.com/ota-server/firmware/query/for-text-desc?locale=en&deviceid=0&action=querynewfirmwar&curfirmwarever=

の後ろに追加しbrowserにて実行

https://ota.lenovo.com/ota-server/firmware/query/for-text-desc?locale=en&deviceid=0&action=querynewfirmwar&devicemodel=TB320FC_CN&curfirmwarever=TB320FC_CN_OPEN_USER_Q00031.0_T_ZUI_15.0.677_ST_231014

そうすると以下の内容が返ってきます。

zui15.0.677 からzui15.0.774へのupdate
サイズは約163MB
downloadurl
https://ota-cdn.lenovo.com/firmware/202448171123702-7169.zip

こう言う方法もあるという話です。

TB320FC_CN_OPEN_USER_Q00031.0_T_ZUI_15.0.549_ST_230801
TB320FC_CN_OPEN_USER_Q00031.0_T_ZUI_15.0.599_ST_230824
TB320FC_CN_OPEN_USER_Q00031.0_T_ZUI_15.0.633_ST_230907
TB320FC_CN_OPEN_USER_Q00031.0_T_ZUI_15.0.677_ST_231014
TB320FC_CN_OPEN_USER_Q00031.0_T_ZUI_15.0.774_ST_240306
TB320FC_CN_OPEN_USER_Q00031.0_T_ZUI_15.0.795_ST_240409
TB320FC_CN_OPEN_USER_Q00031.0_U_ZUI_16.0.336_ST_240626


この記事が気に入ったらサポートをしてみませんか?