Reliance Jio AirFiber Root Access Guide

  • Thread starter Thread starter itsyourap
  • Start date Start date
  • Featured
  • Replies Replies 310
  • Views Views 37,653
JODU51642 Root Access Assistance

I have successfully bypassed the shell security restrictions on JODU51642 and can assist with the following:
1. Extracting the original boot.img without data loss
2. Providing ISP pinout details for hardware-level access
3. Complete rooting procedures tailored to this specific build

For security reasons, I’m not sharing full technical details publicly-public disclosure often leads to quick patching.

If you need the complete toolset and step-by-step guidance, feel free to contact me directly:

WhatsApp: +91 7891631219
Telegram: @iitsuraj
Target Device: JODU51642
 
Hi, I accidentally bricked my IDU6701 while trying to downgrade the latest firmware v18.5, to recover my device, I need BL2 and FIP files of IDU6701 or any model that you have.
 
hi i have idu6401
i want to use this router as extender /repeater
repeater logic exist in new frimware ver "GMOBJIO_JIDU6801_R2.0.16" file usr/lib/lua/luci/model/jio/repeater.lua
also one script sbin/jio_factory_data.sh ,we can change wanmode odu,mod,ubr
uci set wireless ...mode=sta
wifi reload
result sta interrface sometime visible
never connect
problem is plume enabled ,it overwrite all settings
should i disable plume,p_claimed .using jio_factory_data.sh script
also if anyone install luci plz guide me
 
There is no fix for it . because it is not based on open-wrt it's actually based on qsdk which is based on old open-wrt 19... But highly modified and kernel are modified
 
i have installed LUCI ,and everything seems to be working fine .
however ,whenever i try to configure the router as wireless extender on either 2.2GHz or 5GHz all the setting get applied successfully ,but there is not internet access.
Additionally ,Plume gets enabled again after every reboot ,even though i disable it using /sbin/jio_factory_data.sh set PlumeEnabled 0
somebody guide me what i am doing wrong plz
 

@DN-13

use uart u-boot menu system upgrade ,tftp client (y),i set idu mode mod to ubr
now idu in dual stack mode and no dual wan page
by tftp option you can upgrade frimware
 
finally found uboot password and username of idu6401
there is no etc/gm_mtc/ folder injidu6401
just use /usr/bin/mfg_data --help
mfg_data ver
gpiohwver
init
-n : sync number
check
set <paramer> <string | value:Hex>
get <paramer>
-----------------------------------
paramer length type
macaddr 0x6 0x1
hwver 0x4 0x0
rsn 0xf 0x0
pcbasn 0xc 0x0
acspassword 0x10 0x0
ssid 0xf 0x0
wpakey 0x10 0x0
bootpass 0x10 0x0
fw_mode 0x1 0x0
modelname 0x8 0x0
reserve3 0x0 0x1
reserve4 0x0 0x1
reserve5 0x0 0x1
reserve6 0x0 0x1
reserve7 0x0 0x1

username -lat 8 digit of sn
pass /usr/bin/mfg_data get bootpass ;););)
 
Last edited:
now lets complie our own openwrt firmware and bypass sig check in uboot
setenv bootcmd 'ubi read 46000000 kernel;fdt addr $(fdtcontroladdr);fdt rm /signature;bootm'
:p:p
 
Back