http://mobilespecs.net/phone/codes/Reliance/Reliance_JioPhone.html
These codes legit?
Can you tell how can i install omnijb on jio120b qualcomm model step by step ,and can i install software updates after this.
and software updates will come after installing omnijb ?
can we uninstall omnijb for installing updates and than again install omnijb?
how to create hotspot in jio phone ,any app for this?
how to edit settings?
wtf!! Where? How?
Try this:
https://github.com/coreboot/vboot/blob/master/tests/devkeys/android/releasekey.pk8?raw=true
Till now, I have tried test-keys provided by Chrome OS (vboot), Sony Open Device, 'priv_keys' on github, 'android_vendor_friendly-arm-kitkat' on github. Each mentioned repository contains releasekey .pk8 and .x509.pem. Nome of them matches with releasekey.x509.pem of JioPhone F30c.
Can anyone provide me "releasekey" related to FireFox OS/ KaiOs/ AOSP Android 6.0.1 ?
Any other suggestions are also welcome.... :-)
We have insufficient information but as far as we know: Jio has release around 12 variants of Jio Phone. Only F50y users have reported that they can use testkeys provided by KaiOS git repo for jailbreaking. How come Jio have maintained strong security about F30c and not for F50y? Strange....
But at least due to their mistake many things have came into picture about Jio Phone tweeks and hacks. These information will surely help me in future...
Till then, searching for appropriate "releasekey.pk8" key file and waiting for suggestions...
adb shell
mount data
echo -n 'mtp,adb' > /data/property/persist.sys.usb.config
Verify options are not present before do it: adb shell "grep 'persist.service.adb.enable' /system/build.prop"
adb shell
mount system
echo '' >> /system/build.prop
echo '# Enable ADB' >> /system/build.prop
echo 'persist.service.adb.enable=1' >> /system/build.prop
echo 'persist.service.debuggable=1' >> /system/build.prop
echo 'persist.sys.usb.config=mtp,adb' >> /system/build.prop
Can you convert this into an update.zip script?