Avoid auto update in jiophone

164 views
Skip to first unread message

uday kumar dindukurthi

unread,
Oct 11, 2019, 2:47:04 PM10/11/19
to comp.mobile.nokia.8110
Anyone please let me know if there is a way to avoid auto update of jiophone (model:LF.2403N) because new update is making us unable to install omnisd.
Actually my device downloaded update package but not updated due to charge less than 30%..
Striving to maintain below 30%

Jolly

unread,
Oct 12, 2019, 5:25:56 AM10/12/19
to banana...@googlegroups.com
And it's quite simple. When you're rooted...
adb shell
mount -o remount,rw /system
echo '127.0.0.1 fota.mst.kai.jiophone.net' >> /system/etc/hosts
echo '127.0.0.1 jioads.akamaized.net' >> /system/etc/hosts
echo '127.0.0.1 ssp.kaiads.com' >> /system/etc/hosts
sync
mount -o remount,ro /system
exit
adb reboot
it also remove ads of kai and jio apps
also delete /data/fota/downloaded/update.zip using following command
adb shell
cd
/data/fota/downloaded
rm update
.zip
cd
/data/fota
rmdir downloaded
exit
adb reboot

Enjoy
All credit to Bananahackers.

Jolly

unread,
Oct 12, 2019, 5:33:33 AM10/12/19
to comp.mobile.nokia.8110
Also search bananahckers website for rooting guide for jiophone
It is about patching boot.img

Red Themer

unread,
Dec 8, 2019, 2:30:54 AM12/8/19
to comp.mobile.nokia.8110

cd 
/data/fota/downloaded

showing no such directory found.

though thanks for removing update.


Reply all
Reply to author
Forward
0 new messages