Related
This mod should be used along with Xposed ( http://forum.xda-developers.com/showthread.php?t=1574401 ).
This mod will bypass the Email app from becoming device admin for your phone and prevent it from setting up any security restrictions on your device including pin/password/remote wipe, etc. There are a couple of other mods out there none of which work right now (1 doesn't work at all and 1 doesn't work for N4 4.3)
Instructions for users
- Remove your existing email account from phone and reboot
- Install Xposed installer (from link above)
- Install this mod (Download apk from here: https://github.com/shantanugoel/Exc...geBypassForXposed/ExchangeBypassForXposed.apk )
- Enable the mod in xposed (Preferences for other devices/versions coming Soon)
- Reboot
- Add your email account again. This time, it will ask you that the email
might require security restrictions, say yes to it but it will never actually set the restrictions.
- Done.
Instructions for developers
- Read the xda link at the top and go through basics of xposed development
- Install xposed as an android sdk addon on your system
- Clone this git repo
- Import in Android Studio
- Make changes
- Build
Credits:
- rovo89 from xda (for creating xposed)
- mpcjanssen from xda (for original mod)
Source code: https://github.com/shantanugoel/ExchangeBypassXposed
Apk: https://github.com/shantanugoel/Exc...geBypassForXposed/ExchangeBypassForXposed.apk
My website: http://tech.shantanugoel.com/
My twitter: http://twitter.com/shantanugoel
Feel free to ask your questions, provide feedback here, or my website or on my twitter.
Changelog:
1.6 26-Jan-14
Cleanup. Remove Security Policy changed notification.
1.5 22-Dec-13
Allow updation of policy keys properly on Exchange server's request otherwise sync may hang
1.4 16-Dec-13
Fixing the fixes
1.3 15-Dec-13
Fixed random email app crashes
1.2 14-Dec-13
AOSP ROMs support. Removed some unnecessary logging.
1.1 28-Nov-13
KitKat support. Tested on Nexus 4, Nexus 5, Nexus 7 2012, Nexus 7 2013
1.0 14-Oct-13
Initial version. Working for Nexus 4 Android 4.3
Update: This has now been tested to work successfully on all stock or nearly stock JellyBean (4.3) and KitKat (4.4) ROMs on Nexus 4 / Nexus 5 / Nexus 7
A beta with some additional checks for Android 4.4 and also compiled with 4.4 SDK. Please try it on your phones (even on 4.3 to make sure that compatibility remains fine for older phones) and let me know.
Thanks folks who tested the beta. Have now removed the beta link and the release version can be installed from links given in OP or within the xposed module downloader.
X- actly what I was looking for!!!!!
Sent from my Nexus 4 using Tapatalk
Version 1.2 is out with support of AOSP based ROMs (Thanks to adumont)
Some folks have been facing random email app crashes when using this mod. Could you please try out the attached beta version that should hopefully fix this?
Removed the beta. Please update to latest version through xposed repo or github.
Does this work with TouchDown as well or just Exchange? My company decided (in its infinite IT wisdom) to use this app instead of the built in Exchange client.
https://play.google.com/store/apps/details?id=com.nitrodesk.droid20.nitroid&hl=en
It would be AWESOME if it did.
Hi! I followed the instructions, and the email app hangs at "syncing folders". I don't get a crash, it just stalls on "email is waiting to sync" or whatever that prompt is.
Nexus 5
4.4.2 stock
rooted
Other modules: GravityBox, Greenify
Thoughts? Anything additional I can provide? Thanks for your hard work!
Same problem, syncing hangs
Dolfan058 said:
Hi! I followed the instructions, and the email app hangs at "syncing folders". I don't get a crash, it just stalls on "email is waiting to sync" or whatever that prompt is.
Click to expand...
Click to collapse
I am having the problem where email on the account doesn't ever sync and just hangs.
Nexus 5
KitKat 4.4.2
Modules: GravityBox
Ipse_Tase said:
Does this work with TouchDown as well or just Exchange? My company decided (in its infinite IT wisdom) to use this app instead of the built in Exchange client.
https://play.google.com/store/apps/details?id=com.nitrodesk.droid20.nitroid&hl=en
It would be AWESOME if it did.
Click to expand...
Click to collapse
No, only built in app.
Dolfan058 said:
Hi! I followed the instructions, and the email app hangs at "syncing folders". I don't get a crash, it just stalls on "email is waiting to sync" or whatever that prompt is.
Nexus 5
4.4.2 stock
rooted
Other modules: GravityBox, Greenify
Thoughts? Anything additional I can provide? Thanks for your hard work!
Click to expand...
Click to collapse
veabers said:
I am having the problem where email on the account doesn't ever sync and just hangs.
Nexus 5
KitKat 4.4.2
Modules: GravityBox
Click to expand...
Click to collapse
Could you please post logcat logs when this happens?
Thank you. Works flawlessly on maguro SlimBean stable.
logcat for sync hanging
shantzg001 said:
Could you please post logcat logs when this happens?
Click to expand...
Click to collapse
This looks to be the relevant section. I sanitized my email.
12-20 11:19:59.875 D/GoogleServicesManager(31716): setState: sync = true, wantedSyncState = true
12-20 11:19:59.875 D/GoogleServicesManager(31716): Enabling sync
12-20 11:19:59.905 D/SyncManager( 807): failed sync operation [email protected] u0 (com.google.android.exchange), com.google.android.email.provider, SERVER, latestRunTime 47454987, reason: AutoSync, SyncResult: syncAlreadyInProgress: true stats []
12-20 11:19:59.985 E/qcom_sensors_hal( 807): hal_process_report_ind: Bad item quality: 11
12-20 11:20:05.505 E/Exchange(20156): Sync: Unknown status: 144
12-20 11:20:05.505 E/Exchange(20156): CommandStatusException: 144
12-20 11:20:05.695 W/ContextImpl(20156): Implicit intents with startService are not safe: Intent { act=com.google.android.email.POLICY_INTENT } android.content.ContextWrapper.bindService:517 com.android.emailcommon.service.ServiceProxy.setTask:170 com.android.emailcommon.service.PolicyServiceProxy.setAccountPolicy:73
12-20 11:20:05.725 D/dalvikvm(20156): GC_CONCURRENT freed 383K, 3% free 18181K/18660K, paused 16ms+1ms, total 58ms
12-20 11:20:11.735 D/SyncManager( 807): failed sync operation [email protected] u0 (com.google.android.exchange), com.google.android.email.provider, SERVER, latestRunTime 47465030, reason: AutoSync, SyncResult: syncAlreadyInProgress: true stats []
Let me know if you need more info.
veabers said:
This looks to be the relevant section. I sanitized my email.
12-20 11:19:59.875 D/GoogleServicesManager(31716): setState: sync = true, wantedSyncState = true
12-20 11:19:59.875 D/GoogleServicesManager(31716): Enabling sync
12-20 11:19:59.905 D/SyncManager( 807): failed sync operation [email protected] u0 (com.google.android.exchange), com.google.android.email.provider, SERVER, latestRunTime 47454987, reason: AutoSync, SyncResult: syncAlreadyInProgress: true stats []
12-20 11:19:59.985 E/qcom_sensors_hal( 807): hal_process_report_ind: Bad item quality: 11
12-20 11:20:05.505 E/Exchange(20156): Sync: Unknown status: 144
12-20 11:20:05.505 E/Exchange(20156): CommandStatusException: 144
12-20 11:20:05.695 W/ContextImpl(20156): Implicit intents with startService are not safe: Intent { act=com.google.android.email.POLICY_INTENT } android.content.ContextWrapper.bindService:517 com.android.emailcommon.service.ServiceProxy.setTask:170 com.android.emailcommon.service.PolicyServiceProxy.setAccountPolicy:73
12-20 11:20:05.725 D/dalvikvm(20156): GC_CONCURRENT freed 383K, 3% free 18181K/18660K, paused 16ms+1ms, total 58ms
12-20 11:20:11.735 D/SyncManager( 807): failed sync operation [email protected] u0 (com.google.android.exchange), com.google.android.email.provider, SERVER, latestRunTime 47465030, reason: AutoSync, SyncResult: syncAlreadyInProgress: true stats []
Let me know if you need more info.
Click to expand...
Click to collapse
This looks to be an inherent issue in the exchange app or server, not caused due to the mod..
But I'll check it out later again tonight if something can go wrong in this path due to the mod
shantzg001 said:
This looks to be an inherent issue in the exchange app or server, not caused due to the mod..
But I'll check it out later again tonight if something can go wrong in this path due to the mod
Click to expand...
Click to collapse
Thanks for taking a look. If I remove the mod the syncing works correctly. If I revert to the previous version it will sync in between the crashes.
veabers said:
Thanks for taking a look. If I remove the mod the syncing works correctly. If I revert to the previous version it will sync in between the crashes.
Click to expand...
Click to collapse
Ah, thanks for the additional info. Let me check it out.
An update. I've got some clue on the issue why it's happening and I'm trying to debug it. It's slightly harder as the issue happens only due to some actions done on server side. Will update when I have a solution or a potential fix that needs to be tested (as I can't reproduce this locally)
@veabers @Dolfan058 (and any others facing crash/hang problems), please try the latest version 1.5 (uploading now as I type this) from github or xposed repo and let me know if it fixes your problems? I got reports from some other users that it works for them fine now.
1.5 appears to be working!
v1.5 is the first version which has worked for me with no crashes/hanging. Occasionally when doing a manual refresh I get the message "Security policies have changed". Other than that it appears to be working just fine on my Nexus 5 (4.4.2)
Many thanks for this mod
Shamus69 said:
v1.5 is the first version which has worked for me with no crashes/hanging. Occasionally when doing a manual refresh I get the message "Security policies have changed". Other than that it appears to be working just fine on my Nexus 5 (4.4.2)
Many thanks for this mod
Click to expand...
Click to collapse
Same here, I also get that "security policies have changed" notification (which I'd never seen until I ran the module). But that's a non-issue compared to the fact that this now works and I can use Tasker to control when the keyguard goes on. Many thanks for a great module!
Sent from my Nexus 5 using Tapatalk
Hi,
I have a Motorola Moto X (XT1052 international version) with stock Android 4.4.2. Whever I try to write a text message, the app freezes and it FCs. This happens whether I try to compose it with Messages, Hangouts or a 3rd party app.
The message I get:
Unfortunately, Hangouts (/Messages/etc.) has stopped.
When I click on Report and the preview, this is the information:
Exception Class Name:
callismsapp$needretryexception
Source File:
CallISMSJava
Source Class:
android.telephony.callismsapp
I want to give you too try[ROM][UNOFFICIAL][SGH-I717] DayDream 1.8 KK 4.4.4
Many thanks for the basis for this AD5GB And his[ROM] [OFFICIAL] [NIGHTLIES] [quincyatt] PAC-Man 4.4
also:https://github.com/daydream2/DayDream
About Daydream
CyanogenMod 11 Based Custom ROM
Delight UI 2.0 (Tinted Status Bar)
ListView Animation (Credit to Thinking Bridge)
Heads Up (Credit to CyanogenMod)
LockScreen Notification (Credit to Paranoid Android)
PEEK (Credit to Paranoid Android)
Volume Step (Credit to @Meticulus)
Gesture LockScreen (Credit to ChameleonOS)
Custom Carrier Label (Credit to SlimRoms)
Kernel Tweaker (Credit to Dirty Unicorns)
RAM Bar (Credit to AOKP)
FaceBook : http://www.facebook.com/daydreamlgdev
ROM Download
https://mega.co.nz/#!TNkUkAJZ!FErAoeE0prKxNqZeEo9dKr5OMp1EJNI72GcquWi1Y8w
GAPPS Download
Anything you want.
I recommend this very light GAPPS: YourZSGappsX.
http://d-h.st/Pep
What's changed from Daydream 1.5 to 1.8:
- The Latest CM Source
- Added Daydream Own Boot Animation
- Default Wallpaper Changed
- Enhanced Functions
- Enhanced Korean Language
- Minor Bugs Fixed
TEAM DayDream Members :
bje0716 (Byon Jae Myong) : DayDream Leader - Platform [[email protected]]
PapillonKHW (Kim Hyun Woo) : Vice Leader - Build, App [[email protected]]
CNBLACK (Yang Jeong Hun) - Platform [[email protected]]
dayfly (Kim Huk Jin) : Build [[email protected]]
peace (Oh Kyung Suk) : Build [[email protected]]
CenoX (Kang Byong Soo) : Build, Video, Design [[email protected]]
Oregano (Kim Tae Hyung) : Design [[email protected]]
TylenoL (Park Hyun Ki) : Design, Compose, App [[email protected]]
Meo (Han Seog Ho) : Build [[email protected]]
Geine (Kim Jong Min) : Planner, Spreader [[email protected]][Genie'[email protected]]
What doesn't work:
- Same with CM11 bugs. (Maybe none, I think.)
- If you selece other CM theme, some menues will go up to status bar, and you can't select those menues.
What's Updated:
* 2014.10.11 KST
- Daydream 1.8 First Release
This ROM was tested, so if there is any brick, we don't have any responsibility.
Gonna have to give this a try! Thanks.
Sent from my SM-T310 using XDA Premium 4 mobile app
Seems stable. Things work well. Even when themes are applied, UI retains key "Daydream" style elements, at least on themes that I tried.
Video is not crashing under severe abuse for me and I DO tend to abuse it. Is there a way to put driving mode on this ROM in language and input settings or am I missing it? I've yet to try things like speaker calls do can't comment on that yet.
(Edit: added an SMS reader from the play store that is comparable to what I'm used to and it plays well with this ROM)
Sent from my SAMSUNG-SGH-I717
Sorry I don't quite understand what you asked,if you mean the input languages ,they are changed and added along the way Settings/Language s input/Android Keyboard(AOSP)To the right a little icon with sliders ,press,select the input languages.
Yes and check in options for developers to choose the runtime to use ARTI tell us what you think .
Liwais said:
Sorry I don't quite understand what you asked,if you mean the input languages ,they are changed and added along the way Settings/Language s input/Android Keyboard(AOSP)To the right a little icon with sliders ,press,select the input languages.
Yes and check in options for developers to choose the runtime to use ARTI tell us what you think .
Click to expand...
Click to collapse
I was looking for settings to read aloud incoming SMS and incoming caller names. I had already set up text to speech with pico but could not find a place to enable the actual use of it. It's all good though with an installed app from the playstore.
Sent from my SAMSUNG-SGH-I717
Man...I loose my Device and now a new rom is posted..Lol
Might have to buy one off ebay just to test..Lmao
Gil81 said:
Man...I loose my Device and now a new rom is posted..Lol
Might have to buy one off ebay just to test..Lmao
Click to expand...
Click to collapse
I do not quite understand you liked it or not, you tried ART
I installed the rom and it runs smoothly, no random reboots or freezes for half a day of testings. The only problem I found so far is that there is no sound when video callings by Tango or Hangouts. I got the same results using other Kitkat roms for this phone so I think this maybe a physical problem of this phone not the rom itself.
I just tried to install this on my i717M (Bell Canada) and it failed because "Can't install this package on top of incompatible data". My guess is you didn't define the i171M in your pre-check. I believe the i717M and i717R are exactly like AT&T's version, just for Canadian telecoms. Can you tell me how to edit the ROM to skip this check?
Thanks
grafton24 said:
I just tried to install this on my i717M (Bell Canada) and it failed because "Can't install this package on top of incompatible data". My guess is you didn't define the i171M in your pre-check. I believe the i717M and i717R are exactly like AT&T's version, just for Canadian telecoms. Can you tell me how to edit the ROM to skip this check?
Thanks
Click to expand...
Click to collapse
Installed perfectly on my Telus note.
Sent from my SAMSUNG-SGH-I717
Could be user error. I'll try again and let you know. Thanks.
grafton24 said:
Could be user error. I'll try again and let you know. Thanks.
Click to expand...
Click to collapse
with twrp from version 2.7 there is no problem to install this firmware, or at least disable signature verification in twrp in settings Zip file signature verification:
Was user error. Sorry. ROM looks good so far. Thanks.
Nice
Thank you for this! The goodest (i know its wrong) ROM I have ever used. It is very fast. Thank you again
Awesome ROM. I only have a couple questions. One is, how do i add my VPN information. I go to the settings, but i can't seem to find a way to add my VPN's. And two, how can i get multiple home screens instead of the single one?
Thank you in Advance!
Random reboots
How can I cure random reboots ? ???
Couldn't get this Rom installed on my Tmobile t879 phone using pollutions patch...weird all the others work...I tried with CWM 6.4.7 n TWRP 2.7 with no luck...any ideas or recommendations are appreciated...thanks...
Sent from my SAMSUNG-SGH-T879 using XDA Premium 4 mobile app
angelf82 said:
Couldn't get this Rom installed on my Tmobile t879 phone using pollutions patch...weird all the others work...I tried with CWM 6.4.7 n TWRP 2.7 with no luck...any ideas or recommendations are appreciated...thanks...
Sent from my SAMSUNG-SGH-T879 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
If there is rekaveri TWRP need to disable signature verification in the settings. (Settings-uncheck paragraph 1 and on the other is also possible)
Liwais said:
If there is rekaveri TWRP need to disable signature verification in the settings. (Settings-uncheck paragraph 1 and on the other is also possible)
Click to expand...
Click to collapse
Thanks I'll give that a shot....
Sent from my SAMSUNG-SGH-T879 using XDA Premium 4 mobile app
Themes
Is it normal that if I use themes for it, the whole settings crashes and soft reoots?
Okay I just restored from KitKat to Lollipop and now suddenly I have 4,921 contacts instead of the normal 366 contacts, I had a backup in go backup of the normal 366 contacts but now go backup won't work and just keeps fc'ing and whoops I tried uninstalling and reinstalling it and erased the backup, but for some reason my new favorite backup app My Backup Pro saved every SINGLE Contact, but I don't care about FB Contacts, E-mail Addresses and all that, I just want the contacts with phone numbers restored and that and I'm getting the constant nag too many contacts in notification tray. So I just wanna go through and clean out all the useless contacts, what app would ya suggest for this extensive filtering.
-edit-
Okay so I managed to narrow down my contacts to 349 in a csv file with 449 lines, but everytime I use a csv importer it labels them as 1, 2, 3 et cetera contact names. Sample of the code, how do I clean this up or get them to be named properly...
Code:
No.,,Name,,ph_numbers
1,,Acworth Cycles,,Mobile : 000-974-0056
2,,Adam,,Mobile : 000-768-8131
3,,Adele,,Mobile : 000-256-6915
4,,Aimee Linsenbigler,,Mobile : +1-000-330-0187
5,,Ali Goldsberry,,Mobile : 000-392-4540
6,,Alice,,Mobile : 000-664-2269
7,,Alicia,,Mobile : 000-353-7943
8,,Alisa,,Mobile : 000-665-1934
9,,Alisa,,Mobile : 000-665-1934
10,,Allatoona Cycle,,Work : 000-974-3206
Mobile : 000-974-3206
11,,Allissa,,Mobile : 000-716-6927
12,,Amanda (Vampire),,Mobile : 000-667-1319
Mobile : 000-360-3525
Mobile : 000-861-1187
Mobile : 000-553-5044
Took out the area code cause well yea PRIVACY reasons. LoL
Useful fixes for LineageOS 14.1
I am very glad that you are here!
It may be helpful to you:
__________________________________________________
Rollback to the official Android 4.1.2 without a PC
Today, we will roll back to the official android 4.1.2 without a PC, through custom recovery.
You need a phone S2-i9100 with the ability to enter into the recovery and installation of the zip file.
__________________________________________________
Restore the firmware on Samsung GT-I9100 Galaxy S II.
More detailed instructions on firmware with Odin.
__________________________________________________
[Guide/Tutorial] Installing LineageOS 14.1 + TWRP-3.1.0-0 for Samsung Galaxy S2 i9100
More detailed instructions on firmware with Odin.
__________________________________________________
Script remove the superuser indicator "#" !
Hello, I noticed that many of you don't like the superuser indicator ('#')
in the status bar and that some of you even flash SuperSU or Xposed, just to get rid of it.
Well, that's not necessary, because there is a much easier way.
__________________________________________________
Script fix Dialer for LineageOS !
- Has large photo of the caller
- Improved the display speed of the caller
- Enable call record (in test mode)
- In order to improve the quality of the recording of telephone conversations,
use a headset (headphones with microphone) !
__________________________________________________
Script fix CMFileManager for LineageOS !
If you have such a problem in the LOS!
"CMFileManager: not see the internal memory or it says that I need elevated rights to do..."
Root rights are recommended.
__________________________________________________
Script fix LockClock for LineageOS !
Weather widget clock with two assembly suppliers (OpenWeather and Yahoo weather).
__________________________________________________
Script fix Ril for LineageOS !
If you have such a problem in the LOS of 02/08, 02/13, 02/16 !
"Each time when I end a phonecall (no matter if it's incoming our outgoing calls)
I get a popping message that there is no reception, and the antenna shuts for about half a minute and then returns ..."
__________________________________________________
Root Addon Packages for Lineage OS!
Fixed the error 4, when installing addonsu-arm-signed.zip !
"addonsu-arm-signed.zip can't flash via recovery. Gives an error : Updater process ended with signal: 4 ..."
__________________________________________________
Download the scripts here__________________________________________________
Reserved...
Great job mate, thanks for the awesome fixes :good:
MigoMujahid said:
Great job mate, thanks for the awesome fixes :good:
Click to expand...
Click to collapse
Mutually, you also do many useful things!
You can also post useful fixes and additions here, just be sure to test them first!
LOS is constantly evolving, but with the advent of Innovations - appear flaws and inaccuracies!
I think our "Useful fixes for LineageOS 14.1" will serve for a long time and help all those who need it !
Thank you all...
@toy_story: Hi, can you please post the source code that need to be changed to enable call recording?
ale5000 said:
@toy_story: Hi, can you please post the source code that need to be changed to enable call recording?
Click to expand...
Click to collapse
Hello, I will write about the standard application Dialer.apk in CM and LOS.
In many countries, the recording of calls is prohibited by law. Google, SM, LOS and others, just protect themselves from trouble:
- They in the Dialer.apk application have installed filters for countries and mobile operators, who can be recorded and who can not.
- Changed the libraries and again the problem kernel.
Okay the lyrics aside, go to work, what needs to be done:
1) Unpack the firmware or copy from the already installed, but we have the file Dialer.apk.
2) Decompile Dialer.apk.
3) On the path: Dialer \ res \ values \ look for the file bools.xml
4) Using a text editor (preferably using Notepad ++ or something similar) open bools.xml
5) We search and check the line:
<Bool name = "call_recording_enabled"> true </ bool>
If instead of true it is written false ,change to true
6) Save the changes.
7) Next on the path: Dialer \ res \ values-mcc202 \ open the file bools.xml and edit the line:
<Bool name = "call_recording_enabled"> false </ bool>
Replace false with true
8) This line should be changed in all, from "values-mcc202" to "values-mcc505".
How many "values-mcc" , in so many countries is prohibited from recording a call!
Only after correcting all "values-mcc" , in the phone during the call to appear a choice for recording.
9) Compile (collect back) Dialer.apk
10) What to do with properly configured Dialer.apk, I think you know.
@toy_story: Thanks, do you know also a method to change the country detected by the phone?
Does it use the CSC?
If yes, can it be changed without change the ROM?
ale5000 said:
@toy_story: Thanks, do you know also a method to change the country detected by the phone?
Does it use the CSC?
If yes, can it be changed without change the ROM?
Click to expand...
Click to collapse
Hi, you could have done that before.
The record could be included by writing only 2 lines to the file "build.prop" or to install a suitable module for "Xposed"
Now if you take the application "dialer.apk" from LOS and from CM 13, it will be almost two different applications:
- change system libraries
- Enhance application security
- structure, location, and standard behavior
The control (check) is in 5 places, us for the time being limited to the easiest filter for the "MCC" country code.
And I think that a proven and well-working "Xposed" on android 7.1.? We will not see soon!
toy_story said:
Hi, you could have done that before.
The record could be included by writing only 2 lines to the file "build.prop" or to install a suitable module for "Xposed"
Now if you take the application "dialer.apk" from LOS and from CM 13, it will be almost two different applications:
- change system libraries
- Enhance application security
- structure, location, and standard behavior
The control (check) is in 5 places, us for the time being limited to the easiest filter for the "MCC" country code.
And I think that a proven and well-working "Xposed" on android 7.1.? We will not see soon!
Click to expand...
Click to collapse
I mean another thing.
I'm not sure but there should be another memory somewhere to flash.
Correct me if I'm wrong but doesn't CSC survive a format of the /system partition?
When you flash LineageOS it should read the country somewhere in the phone (I think) since the ROM is the same for all countries.
ale5000 said:
I mean another thing.
I'm not sure but there should be another memory somewhere to flash.
Correct me if I'm wrong but doesn't CSC survive a format of the /system partition?
When you flash LineageOS it should read the country somewhere in the phone (I think) since the ROM is the same for all countries.
Click to expand...
Click to collapse
Hi! No, you're wrong.
Yes, the disk is the same for all countries, but it already has different settings and behavior for different languages. Now when installing "LOS Pom" , the system automatically determines where we are (installation language), before this was not.
Behavior for countries is recorded in the form of a blacklist, according to the qualifications of "MCC" and "MNC".
MCC (Mobile Country Code) - the mobile country code in combination with MNC is the unique identifier of the cellular operator of GSM, CDMA, iDEN, TETRA and UMTS networks, as well as some satellite communication operators. ITU-T Recommendation E.212 defines mobile country codes.
MNC (Mobile Network Code) - the mobile network code in combination with MCC is the unique identifier of the cellular operator of GSM, CDMA, iDEN, TETRA and UMTS networks, as well as some satellite communication operators. ITU-T Recommendation E.212 defines mobile country codes.
Example:
Next on the path: Dialer \ res \ values-mcc202 \ open the file bools.xml and edit the line:
<Bool name = "call_recording_enabled"> false </ bool>
"Mcc202" - country code Greece
"Bools.hml" - with the parameter > false <
If we do not change to > true <
Then with this "POM" in the territory of Greece, the recording of the call will not work.
Previously, without modifying the "POM" workaround, the "modules" for "Xposed" were made.
toy_story said:
Hi! No, you're wrong.
Yes, the disk is the same for all countries, but it already has different settings and behavior for different languages. Now when installing "LOS Pom" , the system automatically determines where we are (installation language), before this was not.
Behavior for countries is recorded in the form of a blacklist, according to the qualifications of "MCC" and "MNC".
MCC (Mobile Country Code) - the mobile country code in combination with MNC is the unique identifier of the cellular operator of GSM, CDMA, iDEN, TETRA and UMTS networks, as well as some satellite communication operators. ITU-T Recommendation E.212 defines mobile country codes.
MNC (Mobile Network Code) - the mobile network code in combination with MCC is the unique identifier of the cellular operator of GSM, CDMA, iDEN, TETRA and UMTS networks, as well as some satellite communication operators. ITU-T Recommendation E.212 defines mobile country codes.
Example:
Next on the path: Dialer \ res \ values-mcc202 \ open the file bools.xml and edit the line:
<Bool name = "call_recording_enabled"> false </ bool>
"Mcc202" - country code Greece
"Bools.hml" - with the parameter > false <
If we do not change to > true <
Then with this "POM" in the territory of Greece, the recording of the call will not work.
Previously, without modifying the "POM" workaround, the "modules" for "Xposed" were made.
Click to expand...
Click to collapse
I have installed it without SIM.
Before installation I have wiped system, data, cache (almost everything).
How can it detect country?
How can I verify what country is detected?
ale5000 said:
I have installed it without SIM.
Before installation I have wiped system, data, cache (almost everything).
How can it detect country?
How can I verify what country is detected?
Click to expand...
Click to collapse
Yes, I agree. Without a SIM card and without an Internet connection, applications will not determine in which country you are.
But you still insert a SIM card and will be connected to the Internet!
As soon as you insert the sim, the cellular operator will immediately tell your phone which country you are in.
Hi,
I just made a test with a fresh install of lineage-14.1-20170322-nightly-i9100-signed.zip, gapps pico with TWRP.
I installed Fix_addonsu-arm-signed.zip without errors, but the phone is still not rooted.
Any ideas what is going on?
As far as i remember last time i rooted it i had to use CWM-SuperSU-v0.97.zip too.
Thanks!
Edit: Please, ignore the above zzzz - i simply forgot to assign root rights to adb+apps in developer settings.
s2l9100 said:
Hi,
I just made a test with a fresh install of lineage-14.1-20170322-nightly-i9100-signed.zip, gapps pico with TWRP.
I installed Fix_addonsu-arm-signed.zip without errors, but the phone is still not rooted.
Any ideas what is going on?
As far as i remember last time i rooted it i had to use CWM-SuperSU-v0.97.zip too.
Thanks!
Click to expand...
Click to collapse
Follow the path:
Settings - Developer options - Root access - choose Apps and ABD
Check root access.
Restore the firmware on Samsung GT-I9100 Galaxy S II
More detailed instructions on firmware with Odin.
Script remove the superuser indicator "#" !
Script remove the superuser indicator "#" !
Hello,
I noticed that many of you don't like the superuser indicator ('#') in the status bar
and that some of you even flash SuperSU or Xposed, just to get rid of it.
Well, that's not necessary, because there is a much easier way.
So here is the "right way" to remove the "#":
Set in TWRP: Hide_SU_Icon.zip - Download
P.S. After the first power-up, you may need to reboot!
Disliked Returned back !
Set in TWRP: SU_Icon-REVERT.zip - Download
Script fix Dialer for LineageOS !
Script fix Dialer for LineageOS !
- Has large photo of the caller
- Improved the display speed of the caller
- Enable call record (in test mode)
- In order to improve the quality of the recording of telephone conversations, use a headset (headphones with microphone) !
Set in TWRP: Fix_Dialer.zip - Download
Be sure to "Wipe Cache / Dalvik"
If you see the message "Failed to start call recording" - do a reboot!
Disliked Returned back !
Set in TWRP: Dialer-REVERT.zip - Download
P.S.After installation, the phone briefly be slightly hotter than usual, this is due to the optimization of application.
Script fix CMFileManager for LineageOS !
Script fix CMFileManager for LineageOS !
If you have such a problem in the LOS!
"CMFileManager: not see the internal memory or it says that I need elevated rights to do..."
Root rights are recommended.
Set in TWRP: Fix_CMFileManager.zip - Download
Be sure to "Wipe Cache / Dalvik"
When you first start it may not see the folders, you need to reboot!
P.S. In nightie LOS from 02/26 before 03/29 deleted CMFileManager!
But the script still works well!
Script fix LockClock for LineageOS !
Script fix LockClock (version 3.5) for LineageOS !
Weather widget clock with two assembly suppliers (OpenWeather and Yahoo weather).
Set in TWRP: LockClock_LOS-mod.zip
Disliked Returned back !
Set in TWRP: LockClock_LOS-REVERT.zip
Wipe cache/dalvik after flash do not necessarily.
P.S. If you have installed my script "LockClock_LOS-mod.zip!" .
after upgrade LOS, even after the OTA,
it is necessary to again set in TWRP: LockClock_LOS-mod.zip!
Script fix Ril for LineageOS !
Script fix Ril for LineageOS !
If you have such a problem in the LOS of 02/08, 02/13, 02/16 !
"Each time when I end a phonecall (no matter if it's incoming our outgoing calls) I get a popping message that there is no reception, and the antenna shuts for about half a minute and then returns ..."
Set in TWRP: Fix_Ril - Download