Samsung phone apk has built in call recorder - Samsung Galaxy Note 8 Questions and Answers

So randomly I was looking at the updates available for the phone on the Galaxy app store. And saw that certain countries including Korea China Vietnam and Japan have it built-in to the Samsung phone UI. I was wondering if someone from those countries could post their APK for us less fortunate folks. I'd like to try it out and see if it works. Thanks in advance.
P. S. I attached a screenshot.

gingi999 said:
So randomly I was looking at the updates available for the phone on the Galaxy app store. And saw that certain countries including Korea China Vietnam and Japan have it built-in to the Samsung phone UI. I was wondering if someone from those countries could post their APK for us less fortunate folks. I'd like to try it out and see if it works. Thanks in advance.
P. S. I attached a screenshot.
Click to expand...
Click to collapse
It's a bit misleading there - the app is the same across the board (most likely) but the features enabled are determined by settings files including those in the CSC for your carrier. The nice part about that is that with root you can edit your existing CSC to enable features that were missing or disabled.

Kalm_Traveler said:
It's a bit misleading there - the app is the same across the board (most likely) but the features enabled are determined by settings files including those in the CSC for your carrier. The nice part about that is that with root you can edit your existing CSC to enable features that were missing or disabled.
Click to expand...
Click to collapse
I'm not sure you're correct. I'm just thinking about the unlocked version of the phone, I don't think it has anything to do with the carriers.

When I go to Galaxy Apps, there seem to be several apps to download that offer call recording

gingi999 said:
I'm not sure you're correct. I'm just thinking about the unlocked version of the phone, I don't think it has anything to do with the carriers.
Click to expand...
Click to collapse
Well, I compared the full contents of my N950N (a Korean model), a N950F (European model), and a T-Mobile branded N950U and they all had the same dialer (the F and N's are about 95% the same, the US models have more differences due to hardware but the software is still about 90% identical), but what to I know

Kalm_Traveler said:
Well, I compared the full contents of my N950N (a Korean model), a N950F (European model), and a T-Mobile branded N950U and they all had the same dialer (the F and N's are about 95% the same, the US models have more differences due to hardware but the software is still about 90% identical), but what to I know
Click to expand...
Click to collapse
Hey if you have the Korean model could you please post the top one in the photo I attached I think that's the APK that manages the phone system and could contain the call recorder.

gingi999 said:
Hey if you have the Korean model could you please post the top one in the photo I attached I think that's the APK that manages the phone system and could contain the call recorder.
Click to expand...
Click to collapse
Sorry forgot to attach the photo, here it is.

gingi999 said:
Sorry forgot to attach the photo, here it is.
Click to expand...
Click to collapse
yeah that one is identical across the board. Like I said, you need to enable call recording via CSC settings. What you are missing is this line:
Code:
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
That enables the call recording function, it is not a different APK.

Damn i wish they put it in adb secure setting instead of csc.

Kalm_Traveler said:
Well, I compared the full contents of my N950N (a Korean model), a N950F (European model), and a T-Mobile branded N950U and they all had the same dialer (the F and N's are about 95% the same, the US models have more differences due to hardware but the software is still about 90% identical), but what to I know
Click to expand...
Click to collapse
Yup, I believe KT is correct. I have a N950F, I'm 99% sure I didn't have the call recorder option. After I installed KT's TMO mod I got the call recording. I have not tried it yet though.

TapaTalker said:
So you have a link to that? Thanks in advance!
Sent from my SM-N950U using Tapatalk
Click to expand...
Click to collapse
Yes but unfortunately if you have a N950U it won't do you any good. The mod is made for N950F variants only & you would need custom recovery installed in order to flash it.
https://forum.xda-developers.com/galaxy-note-8/themes/mod-exynos-t-mobile-csc-wifi-calling-t3678846
Discussion thread:
https://forum.xda-developers.com/ga...os-odin-flashing-fail-please-mistake-t3673231
Do you have a Tmobile N950U variant & do you not have the call recording option?

It looks like they finally have a working root for the snapdragon versions now, so he could just manually copy the others.xml file into his system/omc/tmb/ folder and reboot I think.

Kalm_Traveler said:
It looks like they finally have a working root for the snapdragon versions now, so he could just manually copy the others.xml file into his system/omc/tmb/ folder and reboot I think.
Click to expand...
Click to collapse
Actually that is true, totally didn't think about that. Manually copying all the files over should work as that's all the flash is doing anyway.

shouren04 said:
Actually that is true, totally didn't think about that. Manually copying all the files over should work as that's all the flash is doing anyway.
Click to expand...
Click to collapse
I think he's already on a tmobile phone, so he just needs the others.xml file added to enable the extra features. He should also edit omc.info to change the others tag from no to yes but I think it will load it anyway.

Kalm_Traveler said:
I think he's already on a tmobile phone, so he just needs the others.xml file added to enable the extra features. He should also edit omc.info to change the others tag from no to yes but I think it will load it anyway.
Click to expand...
Click to collapse
Ah I see, I just just assumed the call recording feature was stock on TMO variants.

Kalm_Traveler said:
yeah that one is identical across the board. Like I said, you need to enable call recording via CSC settings. What you are missing is this line:
Code:
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
That enables the call recording function, it is not a different APK.
Click to expand...
Click to collapse
Where could I find the CSC settings to change this file and add the above line?
I have a rooted N950F with Official firmware.

gordohat said:
Where could I find the CSC settings to change this file and add the above line?
I have a rooted N950F with Official firmware.
Click to expand...
Click to collapse
If I'm not wrong just edit your build.prop file with text editor and add such line and done.

Conito11 said:
If I'm not wrong just edit your build.prop file with text editor and add such line and done.
Click to expand...
Click to collapse
Thanks. Where could I find the Build.prop file? Would I be running into any permissions issue in editing the file? Also could you recommend an editor please?

gordohat said:
Where could I find the CSC settings to change this file and add the above line?
I have a rooted N950F with Official firmware.
Click to expand...
Click to collapse
Conito11 said:
If I'm not wrong just edit your build.prop file with text editor and add such line and done.
Click to expand...
Click to collapse
That CSC feature line wouldn't go in the build.prop. It would need to be added to cscfeatures.xml or others.xml.
For stock N950F with original firmware it would most likely will go in cscfeatures.xml as it most likely wouldn't have others.xml, as to what folder that's in, I couldn't tell you as I don't know what CSC you are currently on. But if stock, cscfeatures.xml most likely will be encrypted.

gordohat said:
Thanks. Where could I find the Build.prop file? Would I be running into any permissions issue in editing the file? Also could you recommend an editor please?
Click to expand...
Click to collapse
Found it under "/system", but I don't think this is the correct file for this entry as the line to add is in XML format. Unless it needs to be specified in build.prop as a different entry line?

Related

[Q] A way to activate stock USB & Wifi tethering?

So I'm unlocked and using pretty much everything but AT&T. Is there a way to allow stock tethering functionality on our device?
I already tried getting rid of TetheringGuard.apk/odex and ATT_Hotspot.apk/odex, borrowing hacked telephony.db from http://forum.xda-developers.com/showthread.php?t=1677261, and editing build.prop with this:
ro.wifi.hotspotUI=1
ro.usb.tetheringUI=1
ro.tether.denied=false
No go.
PdtS said:
So I'm unlocked and using pretty much everything but AT&T. Is there a way to allow stock tethering functionality on our device?
I already tried getting rid of TetheringGuard.apk/odex and ATT_Hotspot.apk/odex, borrowing hacked telephony.db from http://forum.xda-developers.com/showthread.php?t=1677261, and editing build.prop with this:
ro.wifi.hotspotUI=1
ro.usb.tetheringUI=1
ro.tether.denied=false
No go.
Click to expand...
Click to collapse
I was able to do it through settings without any mods.
Hey James! Was it on your Sense rom? 'Cause I haven't flashed it yet
PdtS said:
Hey James! Was it on your Sense rom? 'Cause I haven't flashed it yet
Click to expand...
Click to collapse
Nah the stock Rom. I will reflash to confirm but I'm pretty sure it just worked
Sent from my HTC first using xda premium
This is what I'm getting every time. Notice how this message is in Sense framework for some reason.
PdtS said:
This is what I'm getting every time. Notice how this message is in Sense framework for some reason.
Click to expand...
Click to collapse
On stock rom? I guess it goes to show how crappy they build this rom
Sent from my HTC first using xda premium
Any updates? I'm on the road can't download it ruu rooted stock roms running mms sense...
Tried deleting tetheringguard.apk no go. Will delete wifirouter.apk and try...
I'm facing the same problem. Could anybody tell us how to troubleshoot this??
After being back on stock ROM I must have been mistaken on my earlier comment. I will look into it once I can some free time
jmz said:
After being back on stock ROM I must have been mistaken on my earlier comment. I will look into it once I can some free time
Click to expand...
Click to collapse
Thank you, JMZ. A particularly (ocassionally) useful feature, especially when using a Straight Talk AT&T SIM. (Only 4 hours till my phone arrives!!) --Larry
Hello JMZ, I'm having same problem. I can't start my wifi hotspot. I don't know how to root my device. This is my first android device. Is it necessary to root my device to use my wifi hotspot. How do i check my ROM type (You guys mentiones STOCK and SENCE ROMS here).
Please help me on this.
Thanks in advance.
Solved
jmz said:
After being back on stock ROM I must have been mistaken on my earlier comment. I will look into it once I can some free time
Click to expand...
Click to collapse
Thanks to diekastro's post #8 at the XDA HTC One X Forum, I found this allowed me to activate a wireless hotspot and eliminated the AT&T check, using SQLite editor.
-- albeit not for the faint of heart:
Make a backup of telephony.db (in case this doesn't work for you)
Your internet APN should be configured (Settings - Mobile data - Access Point names)
1)Open Telephony.db (flange files: data/data/com.android.providers.telephony/databases)
2)Select 'carriers'
3)Search second row, then select Edit field
4)Change ID field with a number non used in this db (ex: in my case the last row is "37" so I used "38") - Save
5)Repeat the 3 and 4 steps, but using row 12.
6)Search the last line (or line with your carrier internet APN)
7)Select the row and Edit Field.
8)Change the ID field to "2". - Save
9)Chose the second row, then Clone Record and change ID field to '12' - Save
Now just need to make changes on the newly created lines:
Row number 2 -> Edit field
1)Change name to ATT Phone
2)Change Type to "default"
2)Insert_by field to "internal".
3)State to "readonly"
Row number 12 -> Edit field
1)Change name to Entiltlement
2)Change Type to "entitle"
2)Insert_by field to "internal".
3)State to "hidden"
My phone: HTC First, rooted and s-off. Stock rom w/ JMZ Kernel. Straight Talk SIM (AT&T network)
--Good luck
amphi66 said:
Thanks to diekastro's post #8 at the XDA HTC One X Forum, I found this allowed me to activate a wireless hotspot and eliminated the AT&T check, using SQLite editor.
-- albeit not for the faint of heart:
Make a backup of telephony.db (in case this doesn't work for you)
Your internet APN should be configured (Settings - Mobile data - Access Point names)
1)Open Telephony.db (flange files: data/data/com.android.providers.telephony/databases)
2)Select 'carriers'
3)Search second row, then select Edit field
4)Change ID field with a number non used in this db (ex: in my case the last row is "37" so I used "38") - Save
5)Repeat the 3 and 4 steps, but using row 12.
6)Search the last line (or line with your carrier internet APN)
7)Select the row and Edit Field.
8)Change the ID field to "2". - Save
9)Chose the second row, then Clone Record and change ID field to '12' - Save
Now just need to make changes on the newly created lines:
Row number 2 -> Edit field
1)Change name to ATT Phone
2)Change Type to "default"
2)Insert_by field to "internal".
3)State to "readonly"
Row number 12 -> Edit field
1)Change name to Entiltlement
2)Change Type to "entitle"
2)Insert_by field to "internal".
3)State to "hidden"
My phone: HTC First, rooted and s-off. Stock rom w/ JMZ Kernel. Straight Talk SIM (AT&T network)
--Good luck
Click to expand...
Click to collapse
do you mind pulling that file and uploading here?
jmz said:
do you mind pulling that file and uploading here?
Click to expand...
Click to collapse
My file is specific to a ST SIM (mvno). Could that cause confusion?
BTW, your work has been invaluable -- Thank you!
amphi66 said:
My file is specific to a ST SIM (mvno). Could that cause confusion?
BTW, your work has been invaluable -- Thank you!
Click to expand...
Click to collapse
Yeah maybe. Can you clarify which one is suppose to be copied to slot 2? Cause the way I read it I just copy 38(which was in slot 2) back to slot 2 and the clone that one to 12. Maybe it has just been a long day....
Sent from my manta using Tapatalk 2
jmz said:
Yeah maybe. Can you clarify which one is suppose to be copied to slot 2? Cause the way I read it I just copy 38(which was in slot 2) back to slot 2 and the clone that one to 12. Maybe it has just been a long day....
Sent from my manta using Tapatalk 2
Click to expand...
Click to collapse
That could be confusing & it is now easy to forget what I did, but it probably should read: 'search the "original" last line (or line with your internet carrier APN)' -- in my example it was line 37 renumbered to 2.
Basically the script just resets the database and subsitutes our actual APN & settings for the default AT&T values, so there is no conflict.
amphi66 said:
That could be confusing & it is now easy to forget what I did, but it probably should read: 'search the "original" last line (or line with your internet carrier APN)' -- in my example it was line 37 renumbered to 2.
Basically the script just resets the database and subsitutes our actual APN & settings for the default AT&T values, so there is no conflict.
Click to expand...
Click to collapse
@jmz: I sent you a PM last night with my telephony.db (after mod). Hope that helped! --Larry
amphi66 said:
@jmz: I sent you a PM last night with my telephony.db (after mod). Hope that helped! --Larry
Click to expand...
Click to collapse
Yeah I got it. Thanks. Somehow I got mine working. I will make a flashable zip for everyone so they don't have to worry about doing all this. Thanks for finding the right solution
jmz said:
Yeah I got it. Thanks. Somehow I got mine working. I will make a flashable zip for everyone so they don't have to worry about doing all this. Thanks for finding the right solution
Click to expand...
Click to collapse
You would almost need some sort of "interactive" zip, as the line numbers and APN details will most likely be personalized per user. But that's why you are a great Dev and I just know enough to be dangerous! Thanks.
amphi66 said:
You would almost need some sort of "interactive" zip, as the line numbers and APN details will most likely be personalized per user. But that's why you are a great Dev and I just know enough to be dangerous! Thanks.
Click to expand...
Click to collapse
Well as long as the user is ATT it will work. My databases.db. if they aren't they will have to do it manually. I can of course include your for users that are on ST(ATT). And as new users come in just add it in. That's what they did for the other att devices like one x and one x+
Sent from my manta using Tapatalk 2

SM-G900A AT&T Russian language

Please,guys,help me.
On what firmware i can find russian language for sm-g900a at&t?
My apologies for the late response.
Try:
https://play.google.com/store/apps/...droid&pcampaignid=APPU_06-jU5adFs6WqAb8q4LQDw
It is free and requires Root. It is made specifically for Samsung devices.
allcaps33 said:
My apologies for the late response.
Try:
https://play.google.com/store/apps/...droid&pcampaignid=APPU_06-jU5adFs6WqAb8q4LQDw
It is free and requires Root. It is made specifically for Samsung devices.
Click to expand...
Click to collapse
Thnak you for advice,but it did not helped.
I3IOM4IK said:
Thnak you for advice,but it did not helped.
Click to expand...
Click to collapse
The reality is that the CSC folder doesn't have language.xml as with any previous devices, so the UI doesn't change language when an app tries to change it. I believe that these app hook into (or deny acess to) csc\language.xml in order to display other languages?
I even get the whole CSC folder (and set permission accordingly) and the language just won't change.
The CSC folder from TGY does contain a language.xml file, where the one from ATT doesn't.

n9500 fonts

Found a way to change fonts on Hongkong note 8 n9500 with out root.
1. Install from market https://play.google.com/store/apps/details?id=com.kapp.ifont
2. Download the apk and put it in internal memory in a folder ifont
https://drive.google.com/file/d/1QCYfD9WRZnzOIxFDSlcR9VGE5vLA8R3y/view?usp=drivesdk no need to install, just put it in
3.open the app and chose my and downloaded.
1600 font pack:
https://drive.google.com/file/d/1ReOGG-SV6B16neBPlhBtjEHOT1fqdH8b/view?usp=drivesdk
Screen shots
jeniat said:
Found a way to change fonts on Hongkong note 8 n9500 with out root.
1. Install from market https://play.google.com/store/apps/details?id=com.kapp.ifont
2. Download the apk and put it in internal memory in a folder ifont
https://drive.google.com/file/d/1QCYfD9WRZnzOIxFDSlcR9VGE5vLA8R3y/view?usp=drivesdk no need to install, just put it in
3.open the app and chose my and downloaded.
Click to expand...
Click to collapse
How it is made?
Can you elaborate more?
saitercan said:
How it is made?
Can you elaborate more?
Click to expand...
Click to collapse
I don't understand, what elebration do you need???....
Use program from market, stick inside apk that contains fonts.... profit.
Sorry for my grammatical mistakes.
P.s. you need a step by step? If so I'll upload screen recording.
most of fonts not supported
Sent from my SM-N950F using Tapatalk
ozouzi said:
most of fonts not supported
Click to expand...
Click to collapse
Most of them support Russian and English... they are custom made and not the official from samsung but I hope you'll find something useful.
I'll update the op in a few minutes and will ad a pack for 1600 fonts... also I think that few are better than none and for me everything works.
P.s. what language do you need?
jeniat said:
Most of them support Russian and English... they are custom made and not the official from samsung but I hope you'll find something useful.
I'll update the op in a few minutes and will ad a pack for 1600 fonts... also I think that few are better than none and for me everything works.
P.s. what language do you need?
Click to expand...
Click to collapse
English and if possible arabic
Sent from my SM-N950F using Tapatalk
ozouzi said:
English and if possible arabic
Click to expand...
Click to collapse
Tray this, https://drive.google.com/file/d/1_Mzo0CwpanyX32ACJHLBgCZ8B49-MlCM/view?usp=drivesdk
jeniat said:
Tray this, https://drive.google.com/file/d/1_Mzo0CwpanyX32ACJHLBgCZ8B49-MlCM/view?usp=drivesdk
Click to expand...
Click to collapse
thanks, I try on note 8 oreo update but still not working for me
Sent from my SM-N950F using Tapatalk
ozouzi said:
thanks, I try on note 8 oreo update but still not working for me
Click to expand...
Click to collapse
Did you used ifont?
ozouzi said:
thanks, I try on note 8 oreo update but still not working for me
Click to expand...
Click to collapse
Working very good.
ozouzi said:
thanks, I try on note 8 oreo update but still not working for me
Click to expand...
Click to collapse
The font is not support .please contact the font provider is the issue am facing ..let me know what to do now .
The fonts I have downloaded say they're not supported and might need root. I have followed your steps and nothing.
vishnugettam said:
The font is not support .please contact the font provider is the issue am facing ..let me know what to do now .
Click to expand...
Click to collapse
Step by step what you did please .
Do you see such screen?
artisticsoul79 said:
The fonts I have downloaded say they're not supported and might need root. I have followed your steps and nothing.
Click to expand...
Click to collapse
It says it MAY need...
Do you have the option as at the screenshot?
Yes I can see the fonts available under samsung font and when I tried to apply it ,it says cannot apply and delet3 the font .
My phone is oreo upgraded .
vishnugettam said:
Yes I can see the fonts available under samsung font and when I tried to apply it ,it says cannot apply and delet3 the font .
My phone is oreo upgraded .
Click to expand...
Click to collapse
What language do you use? My phone also oreo and no root. Model n9500?
Ok think I've got it, use ifont it self to choose font, it won't work other way. You can't install the font and use it from phone menu, please read the op and follow it!!!
jeniat said:
Ok think I've got it, use ifont it self to choose font, it won't work other way. You can't install the font and use it from phone menu, please read the op and follow it!!!
Click to expand...
Click to collapse
You can't choose the font from iFont. It just kicks you to your device's Display settings when you click "Set". Even the instructions given in the app when installing the font say that you have to go to your device settings to set the font, but trying to apply the font from settings just prompts you to Delete the font in Oreo. In other words, it doesn't work on the US variant with Oreo, so please stop trying to tell everyone that it does. You obviously don't know.
ANYHOW...
I'll tell you guys which one works with the Note8 US Oreo version, though reluctantly because...
...everytime someone posts a way to do it Samsung either finds a way to patch it(as they do read these forums) or just threatens the app maker or thread poster with copyright infringement on their Flip Font lameness that they've subjected us to. They are intensely greedy when it comes to fonts and intend to make a bunch of money off of their own crappy fonts by blocking the traditional True Type Fonts that everyone else has. They don't seem to understand that limiting the ability of device user's to theme or personalize their devices as they choose reduces the interest people have in their products all together.
1) Download this app HERE from the Play Store.
2) Download & install the font you want for Oreo.
3) Restart your device.
4) Go to your device's Display settings & apply the font.
Note: You can also make your own working fonts in the app from regular TTF fonts that you've downloaded by clicking the little "+" sign at the bottom and watching a quick ad.
bogarty said:
You can't choose the font from iFont. It just kicks you to your device's Display settings when you click "Set". Even the instructions given in the app when installing the font say that you have to go to your device settings to set the font, but trying to apply the font from settings just prompts you to Delete the font in Oreo. In other words, it doesn't work on the US variant with Oreo, so please stop trying to tell everyone that it does. You obviously don't know.
ANYHOW...
I'll tell you guys which one works with the Note8 US Oreo version, though reluctantly because...
...everytime someone posts a way to do it Samsung either finds a way to patch it(as they do read these forums) or just threatens the app maker or thread poster with copyright infringement on their Flip Font lameness that they've subjected us to. They are intensely greedy when it comes to fonts and intend to make a bunch of money off of their own crappy fonts by blocking the traditional True Type Fonts that everyone else has. They don't seem to understand that limiting the ability of device user's to theme or personalize their devices as they choose reduces the interest people have in their products all together.
1) Download this app HERE from the Play Store.
2) Download & install the font you want for Oreo.
3) Restart your device.
4) Go to your device's Display settings & apply the font.
Note: You can also make your own working fonts in the app from regular TTF fonts that you've downloaded by clicking the little "+" sign at the bottom and watching a quick ad.
Click to expand...
Click to collapse
My dearest friend if you would spend few minutes and read the op...... it says FOR N9500, N9500 is NOT N950U, N9500 is a HONG KONG version NOT the US version. And it's working for me and at the 4pda forum hadn't been complaining....
So tell me is it working for n9500 or not, look at the screenshot....

Pie beta is here

Just got the message...
N950N olympic edition ... but I got an error...please help
Pie beta program is live in India and Korea
I'm waiting flashable odin file. Someone must leak it ?
hakan_710 said:
I'm waiting flashable odin file. Someone must leak it ?
Click to expand...
Click to collapse
Have a look here:
https://forum.xda-developers.com/galaxy-note-8/how-to/galaxy-note-8-sm-n950f-official-oneui-t3890126
henklbr said:
Have a look here:
https://forum.xda-developers.com/galaxy-note-8/how-to/galaxy-note-8-sm-n950f-official-oneui-t3890126
Click to expand...
Click to collapse
thanks alot mate i will try asap.
hakan_710 said:
thanks alot mate i will try asap.
Click to expand...
Click to collapse
Read the 1st post very good first!
How can I get the beta on my note 8?
My phone is koerean and I live in germany (O2 provider )
You can see the error on the first post
Help me please
sx1-doc said:
How can I get the beta on my note 8?
My phone is koerean and I live in germany (O2 provider )
You can see the error on the first post
Help me please
Click to expand...
Click to collapse
Did you try again with the sim removed?
Registered on Samsung Members in the UK - not had an update yet though.
Same here, UK
Milly7 said:
Did you try again with the sim removed?
Click to expand...
Click to collapse
Yeah, didn't help
Any other idea
sx1-doc said:
Yeah, didn't help
Any other idea
Click to expand...
Click to collapse
You need a Korean SIM-card to have a Korean CSC, which then allows you to install the beta update. If you live in Germany and your service provider is O2, your CSC will be German instead of Korean. This blocks the installation. It doesn't make any sort of a difference if the phone was originally bought from Korea or if the language is Korean, only the inserted SIM-card's country matters.
galaxyYtester said:
You need a Korean SIM-card to have a Korean CSC, which then allows you to install the beta update. If you live in Germany and your service provider is O2, your CSC will be German instead of Korean. This blocks the installation. It doesn't make any sort of a difference if the phone was originally bought from Korea or if the language is Korean, only the inserted SIM-card's country matters.
Click to expand...
Click to collapse
Thank you for your time
So there is no way for me to get the beta...
I registered on Samsung members earlier and tries to manually update through settings... Didn't work. Tried again a few minutes later and it downloaded.
Hating the new navigation bar. It's either sitting there for you to use or its completely hidden and you have to use gestures to swipe up at the point where the button would be
On the old software I had my bar set as hidden, then you swiped up to reveal and pressed what you wanted
Lennyuk said:
Registered on Samsung Members in the UK - not had an update yet though.
Click to expand...
Click to collapse
Reboot your phone and it will appear instantly
---------- Post added at 06:42 PM ---------- Previous post was at 06:35 PM ----------
deebeepee said:
I registered on Samsung members earlier and tries to manually update through settings... Didn't work. Tried again a few minutes later and it downloaded.
Hating the new navigation bar. It's either sitting there for you to use or its completely hidden and you have to use gestures to swipe up at the point where the button would be
On the old software I had my bar set as hidden, then you swiped up to reveal and pressed what you wanted
Click to expand...
Click to collapse
You're in here moaning about the navigation bar? ?
Boy please, people waiting for the beta update and all you can do is moaning about the nav bar, freaking unbelievable. ?
sx1-doc said:
Thank you for your time
So there is no way for me to get the beta...
Click to expand...
Click to collapse
You can. I installed it in Australia. But you cant sign up.
kazim.asghar said:
You can. I installed it in Australia. But you cant sign up.
Click to expand...
Click to collapse
How did you install it!
sx1-doc said:
How did you install it!
Click to expand...
Click to collapse
Dowoad latest firmware of UK BTU and download your own one too.
Flash your phone through odin by using both firmwares you downloaded.
*In BL, AP, CP use UK BTU firmware files
* In CSC use your own firmware CSC like O2.
Once you flash it and if it is successful like mine, then go to recovery and install the pie update zip file as Update from SD card. It will update you to pie by still keeping your csc and data hopefully.
I have attached my phone screenshots in case.
kazim.asghar said:
You can. I installed it in Australia. But you cant sign up.
Click to expand...
Click to collapse
kazim.asghar said:
Dowoad latest firmware of UK BTU and download your own one too.
Flash your phone through odin by using both firmwares you downloaded.
*In BL, AP, CP use UK BTU firmware files
* In CSC use your own firmware CSC like O2.
Once you flash it and if it is successful like mine, then go to recovery and install the pie update zip file as Update from SD card. It will update you to pie by still keeping your csc and data hopefully.
I have attached my phone screenshots in case.
Click to expand...
Click to collapse
Oh ...thank you for your input.
I can't find my firmware anywhere( note 8 Olympic edition N950NKOU3CRC3)... would be great if someome can share where I can get it.
I am doomed ,well then I have to wait for the final update.
Have a great day everyone.

Question S21 Korean issues

Hello everyone and merry Christmas
I got an S21 Ultra and facing some Issues
Seems to be the Korean version with no esim and caller ID for incoming calls isn't matching the name since I have all my contacts in international format
I am reading this can be fixed by changing the csc but I have it fully updated and patched and stock
Any way to solve my issues, preferably without factory reset?
Thanks
No way.
mohitgalaxy3 said:
No way.
Click to expand...
Click to collapse
Not even to change the csc
ArcticCat said:
Hello everyone and merry Christmas
I got an S21 Ultra and facing some Issues
Seems to be the Korean version with no esim and caller ID for incoming calls isn't matching the name since I have all my contacts in international format
I am reading this can be fixed by changing the csc but I have it fully updated and patched and stock
Any way to solve my issues, preferably without factory reset?
Thanks
Click to expand...
Click to collapse
You should flash auto patch rom . For your phone
g998N auto patch
jahanzaiblohani said:
You should flash auto patch rom . For your phone
g998N auto patch
Click to expand...
Click to collapse
hello.
where to find auto patch for g998n? or how much it cost?
marekbien said:
hello.
where to find auto patch for g998n? or how much it cost?
Click to expand...
Click to collapse
Can give google drive link you can send me a coffee
jahanzaiblohani said:
Can give google drive link you can send me a coffee
Click to expand...
Click to collapse
perfect. I was looking for this solution long time without success, so it would be great finally get fully operational s21ultra
marekbien said:
perfect. I was looking for this solution long time without success, so it would be great finally get fully operational s21ultra
Click to expand...
Click to collapse
Did you flash the rom ?
mohitgalaxy3 said:
Did you flash the rom ?
Click to expand...
Click to collapse
If You mean auto patch? No ,i did not get link to download. Only what i did ,i change CSC to KOO and remove bloatware. Unfortunatelly was only possible by rooting device.
marekbien said:
perfect. I was looking for this solution long time without success, so it would be great finally get fully operational s21ultra
Click to expand...
Click to collapse
marekbien said:
If You mean auto patch? No ,i did not get link to download. Only what i did ,i change CSC to KOO and remove bloatware. Unfortunatelly was only possible by rooting device.
Click to expand...
Click to collapse
Yes I meant that auto patch thing the guy has quoted above. I also changed the csc to KOO without root but no LTE+, and CA. Network issues remain as it is.
mohitgalaxy3 said:
Yes I meant that auto patch thing the guy has quoted above. I also changed the csc to KOO without root but no LTE+, and CA. Network issues remain as it is.
Click to expand...
Click to collapse
bro help me im on skt and i want to change it to koo withoout rooting
awalied20 said:
bro help me im on skt and i want to change it to koo withoout rooting
Click to expand...
Click to collapse
You are late method is already patched on 5.1.
mohitgalaxy3 said:
You are late method is already patched on 5.1.
Click to expand...
Click to collapse
If I downgraded ? Or it's not possible ?

Categories

Resources