Recent content by TazKilla

  1. T

    Can I add carrier_config on Android with applett or apk installation ?

    Hi everyone ! Everything is on the title. I need to be able to add carrier configuration on Android system. I have found the native lists, like in source code "android/platform/frameworks/opt/telephony/master/./src/java/com/android/internal/telephony/MccTable.java", or in...
  2. T

    How to run onLoadConfig()

    Hello all, I can't update my CarrierConfig. Even if I follow the official documentation, I can't run my overrided method onLoadConfig(), in my MainActivity, via notifyConfigChangeForSubId(). No logs are displayed by this method (onLoadConfig()) that I override, even after reboot, which have to...
  3. T

    How to display RIL communications (RIL_REQUEST_SIM_TRANSMIT_APDU_CHANNEL)

    Hello all, I'm trying to debug my app, and I need more logs informations. When I read radio buffer logs, I only found factual infos, like RIL_REQUEST_SIM_OPEN_CHANNEL, or RIL_REQUEST_SIM_TRANSMIT_APDU_CHANNEL. What I need is to know the content of those requests. I'm already looking in the...
  4. T

    How to activate system logs

    Hello everyone, After a long and in depth search on the web as well as other resources, I reach out to you for assistance in finding the answer. I am just trying to activate some logs that I can't see for now (even if I use adb logcat or Syslog app). I'm working with SIM cards, and if I take a...