Recent content by alexceltare2

  1. alexceltare2

    Want are Enterprise Sim pin service and Enterprise VPN service?

    They are part of the Samsung Knox security framework and are used by IT administrators to connect your business managed phone through a VPN or manage the SIM card's PIN of your managed phone. Although they are safe to remove, they are systems apps that can't be normally removed without root.
  2. alexceltare2

    Wifi won't automatically connect to known network

    Ok, I've finally figured, tested and confirmed that the following method works. You need to modify the /system/csc/others.xml file and add the following in the list of features: <CscFeature_Wifi_SupportAutoReconnect>TRUE</CscFeature_Wifi_SupportAutoReconnect> This is done by rooting, magisk or...
  3. alexceltare2

    Wifi turning goes to sleep despite settings to keep it on

    I think this is a feature, and a really bad one at that, to conserve power during sleep by always turning the WiFi scanning and connecting off. I've fixed my issue by modifying the /system/csc/others.xml and adding the following string in the list...
  4. alexceltare2

    Wifi won't automatically connect to known network

    Yep, can confirm to have the same issue on my Galaxy S6 Duos. I'm looking into it as I think it's a feature which can be adjusted somewhere in build.prop or others.xml
  5. alexceltare2

    "Font Not Supported" error and how to fix?

    OK, I think I've found the root of this problem. I currently have a Samsung Galaxy S4 with its original Android 5.0 OS and whatever Font i download from Google Play, online apk, or FlipFont, it will keep saying "Font Not Supported". While Android generally allows any font to be installed and...
  6. alexceltare2

    Get rid of S-Finder and Quick connect on pulldown

    I know is an old thread but I though I might come with the right solution. So to get rid of the S Finder and Quick connect buttons on the drop down in Android 5.0, you need to Root > go to system/etc/permissions > delete the file com.sec.feature.findo.xml That's it. You may unroot after this...