Hi, I did select csc as per region and a local SIM card is in the phone. Still it does not help.Select your region from the Samsung list, but ofcourse you will need to use a valid sim for your region.
Hi, I did select csc as per region and a local SIM card is in the phone. Still it does not help.Select your region from the Samsung list, but ofcourse you will need to use a valid sim for your region.
Hi, I did select csc as per region and a local SIM card is in the phone. Still it does not help.
Do you have another phone you can check the sim actually does work.Hi, I did select csc as per region and a local SIM card is in the phone. Still it does not help.
Do you have another phone you can check the sim actually does work.
I just hope the seller has not sold you a blocked phone.
And have you downloaded and flashed firmware for TEL
You mean I need to search for TEL in Frija and not MID, INS ?
Certainly worth a try.
Hey now I remember. I did try installing firmware with CSC TEL and it was the same issue. Network not registered.
How about BTU, have you tried that ?.Hey now I remember. I did try installing firmware with CSC TEL and it was the same issue. Network not registered.
BTU is what I have installed now.
No , you should not need the bootloader unlocked.Do I need to have boot loader unlocked during firmware update ? I’m doing something wrong which I’m not able to identity.
I get the AP, CP, CSC and Model codesNo , you should not need the bootloader unlocked.
What do get if you type this in on the phone keypad: *#1234#
CSC : G973FOXMCFUH3
You don't have to do all the setups to try the sim, just skip everything, you can set it up later.
You mean I download firmware CSC XSG ? I didn’t get the skipping part. What should I skip ? Skip using phone ;-)Samsung have discontinued OXM, so if you are in the United Arab Emirates and phone is unbranded try XSG
You don't have to do all the setups to try the sim, just skip everything, you can set it up later.
By skipping I mean that you could bypass things like setting up wifi, signing into Google / Samsung and installing your apps and such like, saving you time and frustration, because when you get the phone sim to be recognised you can do a factory reset in settings and then setup your phone with the Google signing in, installing your apps etc. But that is up to you because it won't made any difference to the phone sim being recognised or not.You mean I download firmware CSC XSG ? I didn’t get the skipping part. What should I skip ? Skip using phone ;-)
Yes i have now started to skip everything and go straight to make a call. I keep the sim in at the time of firmware update and restart. Is that ok ?By skipping I mean that you could bypass things like setting up wifi, signing into Google / Samsung and installing your apps and such like, saving you time and frustration, because when you get the phone sim to be recognised you can do a factory reset in settings and then setup your phone with the Google signing in, installing your apps etc. But that is up to you because it won't made any difference to the phone sim being recognised or not.
Now I’m seriously frustrated. I installed XSG and the same sh*t again. I know I’m doing something wrong which I’m not able to identify. What should I do now ?Yes i have now started to skip everything and go straight to make a call. I keep the sim in at the time of firmware update and restart. Is that ok ?
Right now I’m downloading CSC XSG. Will install and let you know.
I'm all out of ideas.Now I’m seriously frustrated. I installed XSG and the same sh*t again. I know I’m doing something wrong which I’m not able to identify. What should I do now ?
Now I’m seriously frustrated. I installed XSG and the same sh*t again. I know I’m doing something wrong which I’m not able to identify. What should I do now ?
It's just occurred to me that you may have been using Frija in Auto mode, because in fact you do need to use it in Manual made.Yes i have now started to skip everything and go straight to make a call. I keep the sim in at the time of firmware update and restart. Is that ok ?
Right now I’m downloading CSC XSG. Will install and let you know.
Help !!
My Samsung s10 exynos phone is from Australia and was rooted when I bought it. I got it online. I used frija and odin to install latest stock firmware. All done and good but network is not registered. I⁹ live in Oman. Base firmware shown in mobile is BTU and Active firmware reads as TEL. I installed firmware with MID and INS CSC but both does not help.
Did I do something wrong ?
Now I’m seriously frustrated. I installed XSG and the same sh*t again. I know I’m doing something wrong which I’m not able to identify. What should I do now ?
Thanks mate. Let me try this method. I did try manual method earlier but with CSC INS I guess. Don’t remember exactly. ok, do I need to keep the sim in the phone while firmware update ? Do I need to off auto reboot in odin? Do I need to unlock boot loader ? I’m sure I’m missing something which is why the CSC is not changing in the phone and always reads TEL/TEL, TEL/TEL even after updating with multiple firmware.It's just occurred to me that you may have been using Frija in Auto mode, because in fact you do need to use it in Manual made.
In manual mode you can enter the CSC Version (G973FOXMCFUH3) seperately from Region (XSG)
I am 99.9% confident the firmware on the following link will work:
I've attached an image of Frija to show what you need to enter.
View attachment 5417277
Mate, just tried installing after manually downloading on frija. Still the same. Also I’m not able to find OEM unlocking option in developer option. I went ahead and installed the firmware and here’s how it looks now liked it looked earlier.Thanks mate. Let me try this method. I did try manual method earlier but with CSC INS I guess. Don’t remember exactly. ok, do I need to keep the sim in the phone while firmware update ? Do I need to off auto reboot in odin? Do I need to unlock boot loader ? I’m sure I’m missing something which is why the CSC is not changing in the phone and always reads TEL/TEL, TEL/TEL even after updating with multiple firmware.
$ avbtool make_vbmeta_image --out vbmeta.img
h=$(printf '4156423%08d1%0240d617662746f6f6c20312e312e3%0230d')
d=''
i=0
while [ $i -lt ${#h} ]; do
d="$dx${h:$i:2}"
i=$((i+2))
done
printf "$d" > vbmeta.img
# heimdall flash --VBMETA vbmeta.img
# f=/storage/emulated/0/Download/magisk_patched.img; dd if=$f of=/dev/block/sda15 bs=$(stat -c%s $f)
1+0 records in
1+0 records out
61734912 bytes transferred in 0.426 secs (144917633 bytes/sec)
$ mv twrp-beyond[012]lte.img recovery.img
$ tar cf twrp-beyond[012]lte.img.tar recovery.img
$ sudo heimdall flash --RECOVERY twrp-beyond[012]lte.img
$ tar f magisk_patched_twrp.tar --delete recovery.img && tar rf magisk_patched_twrp.tar recovery.img
#!/bin/sh
twrp_img=/storage/9C33-6BBD/twrp-3.3.1-4.img
# Path to ext. SD is different in TWRP.
stock_img=/external_sd/recovery-asf3-magisk.img
if [ -f /sbin/magisk ]; then
# We're in Android: Switch to TWRP.
#
infile=$twrp_img
su='su -c'
else
# We're in TWRP: Switch to Android.
#
infile=$stock_img
fi
$su dd if=$infile of=/dev/block/sda15 bs=$(stat -c%s $infile) && reboot recovery
# sh /storage/emulated/0/switch-recovery
# mount --move /system /system_root && mount -o bind /system_root/system /system
@ianmacd - I can't thank you enough for your continued efforts, work and support for TWRP on the S10 Plus (all S10 Variants) You have sacrificed your personal time to help the thousands of us who want to use TWRP and the fact that you have so selflessly given your time and support is greatly appreciated. I can't count the times you have jumped in and offered advise and support to people having issues or needing additional support - with patience and understanding you have helped and guided them thru their issues to the ultimate successes of getting their phone setup with TWRP/Magisk.
If I may be so bold, on behalf of everyone you have helped and will help in the future (myself included) THANK YOU!