Git Product home page Git Product logo

kernel's Introduction

How do I submit patches to Android Common Kernels

  1. BEST: Make all of your changes to upstream Linux. If appropriate, backport to the stable releases. These patches will be merged automatically in the corresponding common kernels. If the patch is already in upstream Linux, post a backport of the patch that conforms to the patch requirements below.

  2. LESS GOOD: Develop your patches out-of-tree (from an upstream Linux point-of-view). Unless these are fixing an Android-specific bug, these are very unlikely to be accepted unless they have been coordinated with [email protected]. If you want to proceed, post a patch that conforms to the patch requirements below.

Common Kernel patch requirements

  • All patches must conform to the Linux kernel coding standards and pass script/checkpatch.pl
  • Patches shall not break gki_defconfig or allmodconfig builds for arm, arm64, x86, x86_64 architectures (see https://source.android.com/setup/build/building-kernels)
  • If the patch is not merged from an upstream branch, the subject must be tagged with the type of patch: UPSTREAM:, BACKPORT:, FROMGIT:, FROMLIST:, or ANDROID:.
  • All patches must have a Change-Id: tag (see https://gerrit-review.googlesource.com/Documentation/user-changeid.html)
  • If an Android bug has been assigned, there must be a Bug: tag.
  • All patches must have a Signed-off-by: tag by the author and the submitter

Additional requirements are listed below based on patch type

Requirements for backports from mainline Linux: UPSTREAM:, BACKPORT:

  • If the patch is a cherry-pick from Linux mainline with no changes at all
    • tag the patch subject with UPSTREAM:.
    • add upstream commit information with a (cherry-picked from ...) line
    • Example:
      • if the upstream commit message is
        important patch from upstream

        This is the detailed description of the important patch

        Signed-off-by: Fred Jones <[email protected]>
    - then Joe Smith would upload the patch for the common kernel as
        UPSTREAM: important patch from upstream

        This is the detailed description of the important patch

        Signed-off-by: Fred Jones <[email protected]>

        Bug: 135791357
        Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
        (cherry-picked from c31e73121f4c1ec41143423ac6ce3ce6dafdcec1)
        Signed-off-by: Joe Smith <[email protected]>
  • If the patch requires any changes from the upstream version, tag the patch with BACKPORT: instead of UPSTREAM:.
    • use the same tags as UPSTREAM:
    • add comments about the changes under the (cherry-picked from ...) line
    • Example:
        BACKPORT: important patch from upstream

        This is the detailed description of the important patch

        Signed-off-by: Fred Jones <[email protected]>

        Bug: 135791357
        Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
        (cherry-picked from c31e73121f4c1ec41143423ac6ce3ce6dafdcec1)
        [ Resolved minor conflict in drivers/foo/bar.c ]
        Signed-off-by: Joe Smith <[email protected]>

Requirements for other backports: FROMGIT:, FROMLIST:,

  • If the patch has been merged into an upstream maintainer tree, but has not yet been merged into Linux mainline
    • tag the patch subject with FROMGIT:
    • add info on where the patch came from as (cherry picked from commit <sha1> <repo> <branch>). This must be a stable maintainer branch (not rebased, so don't use linux-next for example).
    • if changes were required, use BACKPORT: FROMGIT:
    • Example:
      • if the commit message in the maintainer tree is
        important patch from upstream

        This is the detailed description of the important patch

        Signed-off-by: Fred Jones <[email protected]>
    - then Joe Smith would upload the patch for the common kernel as
        FROMGIT: important patch from upstream

        This is the detailed description of the important patch

        Signed-off-by: Fred Jones <[email protected]>

        Bug: 135791357
        (cherry picked from commit 878a2fd9de10b03d11d2f622250285c7e63deace
         https://git.kernel.org/pub/scm/linux/kernel/git/foo/bar.git test-branch)
        Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
        Signed-off-by: Joe Smith <[email protected]>
  • If the patch has been submitted to LKML, but not accepted into any maintainer tree
    • tag the patch subject with FROMLIST:
    • add a Link: tag with a link to the submittal on lore.kernel.org
    • if changes were required, use BACKPORT: FROMLIST:
    • Example:
        FROMLIST: important patch from upstream

        This is the detailed description of the important patch

        Signed-off-by: Fred Jones <[email protected]>

        Bug: 135791357
        Link: https://lore.kernel.org/lkml/[email protected]/
        Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
        Signed-off-by: Joe Smith <[email protected]>

Requirements for Android-specific patches: ANDROID:

  • If the patch is fixing a bug to Android-specific code
    • tag the patch subject with ANDROID:
    • add a Fixes: tag that cites the patch with the bug
    • Example:
        ANDROID: fix android-specific bug in foobar.c

        This is the detailed description of the important fix

        Fixes: 1234abcd2468 ("foobar: add cool feature")
        Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
        Signed-off-by: Joe Smith <[email protected]>
  • If the patch is a new feature
    • tag the patch subject with ANDROID:
    • add a Bug: tag with the Android bug (required for android-specific features)

kernel's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kernel's Issues

LA.BR.1.3.3_rb2.14 Fails to compile - gcc 4.9.4

In file included from drivers/platform/msm/pft.c:48:0:
drivers/platform/msm/pft.c: In function 'inode_to_filename':
include/linux/kernel.h:794:27: error: 'struct dentry' has no member named 'd_alias'
const typeof( ((type )0)->member ) *__mptr = (ptr);
^
include/linux/list.h:687:40: note: in expansion of macro 'container_of'
#define hlist_entry(ptr, type, member) container_of(ptr,type,member)
^
drivers/platform/msm/pft.c:279:11: note: in expansion of macro 'hlist_entry'
dentry = hlist_entry(inode->i_dentry.first, struct dentry, d_alias);
^
include/linux/kernel.h:794:48: warning: initialization from incompatible pointer type
const typeof( ((type *)0)->member ) *__mptr = (ptr);
^
include/linux/list.h:687:40: note: in expansion of macro 'container_of'
#define hlist_entry(ptr, type, member) container_of(ptr,type,member)
^
drivers/platform/msm/pft.c:279:11: note: in expansion of macro 'hlist_entry'
dentry = hlist_entry(inode->i_dentry.first, struct dentry, d_alias);
^
In file included from include/linux/compiler-gcc.h:107:0,
from include/linux/compiler.h:54,
from include/linux/linkage.h:4,
from include/linux/kernel.h:6,
from drivers/platform/msm/pft.c:48:
include/linux/compiler-gcc4.h:14:34: error: 'struct dentry' has no member named 'd_alias'
#define __compiler_offsetof(a,b) __builtin_offsetof(a,b)
^
include/linux/stddef.h:17:31: note: in expansion of macro '__compiler_offsetof'
#define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER)
^
include/linux/kernel.h:795:29: note: in expansion of macro 'offsetof'
(type *)( (char *)__mptr - offsetof(type,member) );})
^
include/linux/list.h:687:40: note: in expansion of macro 'container_of'
#define hlist_entry(ptr, type, member) container_of(ptr,type,member)
^
drivers/platform/msm/pft.c:279:11: note: in expansion of macro 'hlist_entry'
dentry = hlist_entry(inode->i_dentry.first, struct dentry, d_alias);
^
scripts/Makefile.build:308: recipe for target 'drivers/platform/msm/pft.o' failed
make[3]: *
* [drivers/platform/msm/pft.o] Error 1
scripts/Makefile.build:455: recipe for target 'drivers/platform/msm' failed
make[2]: *** [drivers/platform/msm] Error 2
scripts/Makefile.build:455: recipe for target 'drivers/platform' failed
make[1]: *** [drivers/platform] Error 2
make[1]: *** Waiting for unfinished jobs....

Full log.
ARCH=arm CROSS_COMPILE=/home/mike/dev/sdk/linaro-gcc-4.9.4-abe-gnueabihf/bin/arm-linux-gnueabihf- make -j7
CHK include/generated/uapi/linux/version.h
CC scripts/mod/devicetable-offsets.s
GEN scripts/mod/devicetable-offsets.h
HOSTCC scripts/mod/file2alias.o
HOSTLD scripts/mod/modpost
make[1]: Nothing to be done for 'dtbs'.
CHK include/generated/utsrelease.h
UPD include/generated/utsrelease.h
make[1]: 'include/generated/mach-types.h' is up to date.
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
CC init/version.o
LD init/built-in.o
CC kernel/sys.o
CC kernel/trace/trace.o
CC kernel/module.o
CHK kernel/config_data.h
CC drivers/base/firmware_class.o
CC sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.o
LD drivers/base/built-in.o
LD sound/soc/msm/snd-soc-apq8074.o
CC sound/soc/msm/qdsp6v2/msm-compr-q6-v2.o
LD arch/arm/lib/built-in.o
AS arch/arm/lib/ashldi3.o
CC drivers/cpuidle/lpm-levels-of.o
AS arch/arm/lib/ashrdi3.o
AS arch/arm/lib/backtrace.o
AS arch/arm/lib/call_with_stack.o
AS arch/arm/lib/changebit.o
AS arch/arm/lib/clear_user.o
AS arch/arm/lib/clearbit.o
AS arch/arm/lib/copy_from_user.o
AS arch/arm/lib/copy_page.o
AS arch/arm/lib/copy_to_user.o
AS arch/arm/lib/csumipv6.o
AS arch/arm/lib/csumpartial.o
In file included from include/linux/kernel.h:13:0,
from drivers/cpuidle/lpm-levels-of.c:13:
drivers/cpuidle/lpm-levels-of.c: In function 'parse_cluster':
include/linux/printk.h:216:2: warning: 'n' may be used uninitialized in this function [-Wmaybe-uninitialized]
printk(KERN_ERR pr_fmt(fmt), ##VA_ARGS)
^
drivers/cpuidle/lpm-levels-of.c:603:22: note: 'n' was declared here
struct device_node _n;
^
AS arch/arm/lib/csumpartialcopy.o
LD drivers/cpuidle/built-in.o
AS arch/arm/lib/csumpartialcopyuser.o
AS arch/arm/lib/delay-loop.o
CC drivers/gpio/devres.o
CC arch/arm/lib/delay.o
LD kernel/trace/built-in.o
CC drivers/gpio/gpiolib.o
AS arch/arm/lib/div64.o
AS arch/arm/lib/findbit.o
CC sound/soc/msm/qdsp6v2/msm-pcm-lpa-v2.o
AS arch/arm/lib/getuser.o
AS arch/arm/lib/io-readsb.o
CC drivers/gpio/gpiolib-of.o
CC sound/soc/msm/qdsp6v2/msm-pcm-afe-v2.o
AS arch/arm/lib/io-readsl.o
AS arch/arm/lib/io-readsw-armv4.o
AS arch/arm/lib/io-writesb.o
AS arch/arm/lib/io-writesl.o
LD kernel/built-in.o
AS arch/arm/lib/io-writesw-armv4.o
AS arch/arm/lib/lib1funcs.o
CC sound/soc/msm/qdsp6v2/msm-pcm-voip-v2.o
AS arch/arm/lib/lshrdi3.o
sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c: In function 'msm_routing_put_stereo_to_custom_stereo_control':
sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c:4068:8: warning: 'op_FR_ip_FR_weight' may be used uninitialized in this function [-Wmaybe-uninitialized]
rc = msm_qti_pp_send_stereo_to_custom_stereo_cmd
^
sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c:4068:8: warning: 'op_FR_ip_FL_weight' may be used uninitialized in this function [-Wmaybe-uninitialized]
sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c:4068:8: warning: 'op_FL_ip_FR_weight' may be used uninitialized in this function [-Wmaybe-uninitialized]
sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c:4068:8: warning: 'op_FL_ip_FL_weight' may be used uninitialized in this function [-Wmaybe-uninitialized]
CC lib/bcd.o
AS arch/arm/lib/memchr.o
CC lib/div64.o
AS arch/arm/lib/memcpy.o
AS arch/arm/lib/memmove.o
CC lib/sort.o
AS arch/arm/lib/memset.o
CC lib/parser.o
AS arch/arm/lib/memzero.o
AS arch/arm/lib/muldi3.o
CC sound/soc/msm/qdsp6v2/msm-pcm-voice-v2.o
AS arch/arm/lib/putuser.o
AS arch/arm/lib/setbit.o
CC lib/halfmd4.o
AS arch/arm/lib/strchr.o
AS arch/arm/lib/strrchr.o
CC drivers/gpio/gpio-msm-common.o
CC drivers/gpio/gpio-msm-v3.o
AS arch/arm/lib/testchangebit.o
CC lib/debug_locks.o
AS arch/arm/lib/testclearbit.o
AS arch/arm/lib/testsetbit.o
CC lib/random32.o
CC lib/bust_spinlocks.o
AS arch/arm/lib/ucmpdi2.o
CC drivers/gpio/qpnp-pin.o
CC sound/soc/msm/qdsp6v2/msm-dai-q6-hdmi-v2.o
AR arch/arm/lib/lib.a
CC sound/soc/msm/qdsp6v2/msm-lsm-client.o
CC drivers/gpio/gpio-msm-smp2p.o
CC lib/hexdump.o
CC lib/kasprintf.o
CC drivers/gpio/gpio-msm-smp2p-test.o
CC lib/bitmap.o
CC lib/scatterlist.o
CC sound/soc/msm/qdsp6v2/msm-pcm-host-voice-v2.o
LD drivers/gpu/drm/i2c/built-in.o
LD drivers/gpu/drm/built-in.o
CC drivers/gpu/msm/adreno_ioctl.o
CC drivers/gpu/msm/adreno_ringbuffer.o
LD drivers/gpio/built-in.o
CC lib/gcd.o
LD drivers/gud/built-in.o
CC [M] drivers/gud/MobiCoreDriver/logging.o
CC drivers/gpu/msm/adreno_drawctxt.o
CC lib/lcm.o
CC lib/list_sort.o
CC lib/uuid.o
CC sound/soc/msm/qdsp6v2/msm-audio-effects-q6-v2.o
CC lib/flex_array.o
CC [M] drivers/gud/MobiCoreDriver/ops.o
CC lib/iovec.o
CC sound/soc/msm/qdsp6v2/msm-pcm-loopback-v2.o
CC lib/bsearch.o
CC lib/find_last_bit.o
LD drivers/gpu/vga/built-in.o
CC [M] drivers/gud/MobiCoreDriver/mem.o
CC [M] drivers/gud/MobiCoreDriver/api.o
CC drivers/gpu/msm/adreno_dispatch.o
CC lib/find_next_bit.o
CC drivers/gpu/msm/adreno_snapshot.o
CC lib/llist.o
CC lib/memweight.o
CC lib/kfifo.o
CC [M] drivers/gud/MobiCoreDriver/pm.o
CC sound/soc/msm/qdsp6v2/msm-dai-slim.o
CC lib/string_helpers.o
CC [M] drivers/gud/MobiCoreDriver/main.o
CC [M] drivers/gud/MobiCoreKernelApi/main.o
CC lib/kstrtox.o
CC lib/pci_iomap.o
CC drivers/gpu/msm/adreno_coresight.o
CC sound/soc/msm/qdsp6v2/msm-pcm-dtmf-v2.o
CC lib/iomap_copy.o
CC [M] drivers/gud/MobiCoreKernelApi/clientlib.o
CC lib/devres.o
CC drivers/gpu/msm/adreno_trace.o
CC lib/hweight.o
CC lib/smp_processor_id.o
CC [M] drivers/gud/MobiCoreKernelApi/device.o
CC drivers/gpu/msm/adreno_a3xx.o
CC sound/soc/msm/qdsp6v2/msm-dai-stub-v2.o
CC lib/list_debug.o
CC lib/bitrev.o
CC [M] drivers/gud/MobiCoreKernelApi/session.o
CC lib/crc-ccitt.o
CC [M] drivers/gud/MobiCoreKernelApi/connection.o
CC lib/crc16.o
CC sound/soc/msm/qdsp6v2/msm-pcm-routing-devdep.o
HOSTCC lib/gen_crc32table
CC lib/libcrc32c.o
CC lib/genalloc.o
CC lib/lzo/lzo1x_compress.o
CC lib/lzo/lzo1x_decompress_safe.o
CC sound/soc/msm/qdsp6v2/msm-dolby-dap-config.o
LD [M] drivers/gud/mcKernelApi.o
LD [M] drivers/gud/mcDrvModule.o
CC drivers/hid/hid-debug.o
CC drivers/hid/hid-core.o
CC lib/xz/xz_dec_syms.o
CC drivers/gpu/msm/adreno_a4xx.o
LD lib/lzo/lzo_compress.o
LD lib/lzo/lzo_decompress.o
LD lib/lzo/built-in.o
CC lib/zlib_deflate/deflate.o
CC lib/zlib_inflate/inffast.o
CC lib/xz/xz_dec_stream.o
CC lib/zlib_inflate/inflate.o
CC sound/soc/msm/qdsp6v2/msm-dts-srs-tm-config.o
CC lib/xz/xz_dec_lzma2.o
CC lib/zlib_deflate/deftree.o
CC drivers/hid/hid-input.o
CC drivers/gpu/msm/adreno_a5xx.o
CC lib/zlib_inflate/infutil.o
CC sound/soc/msm/qdsp6v2/msm-qti-pp-config.o
CC lib/xz/xz_dec_bcj.o
CC lib/zlib_deflate/deflate_syms.o
CC lib/zlib_inflate/inftrees.o
CC drivers/hid/uhid.o
LD lib/xz/xz_dec.o
LD lib/xz/built-in.o
CC lib/textsearch.o
LD lib/zlib_deflate/zlib_deflate.o
CC lib/zlib_inflate/inflate_syms.o
LD lib/zlib_deflate/built-in.o
CC lib/ts_kmp.o
CC drivers/hid/hid-generic.o
LD lib/zlib_inflate/zlib_inflate.o
LD lib/zlib_inflate/built-in.o
CC lib/ts_bm.o
CC sound/soc/msm/qdsp6v2/audio_calibration.o
CC sound/soc/msm/qdsp6v2/audio_cal_utils.o
CC lib/ts_fsm.o
CC drivers/hid/hid-apple.o
CC lib/percpu_counter.o
CC drivers/gpu/msm/adreno_a3xx_snapshot.o
CC lib/audit.o
CC sound/soc/msm/qdsp6v2/q6adm.o
CC drivers/hid/hid-elecom.o
CC lib/fault-inject.o
CC lib/syscall.o
CC sound/soc/msm/qdsp6v2/q6afe.o
CC drivers/hid/hid-magicmouse.o
CC drivers/hid/hid-microsoft.o
CC drivers/gpu/msm/adreno_a4xx_snapshot.o
CC lib/dynamic_debug.o
CC drivers/gpu/msm/adreno_a5xx_snapshot.o
CC drivers/gpu/msm/adreno_sysfs.o
CC drivers/hid/hid-multitouch.o
CC lib/nlattr.o
CC drivers/gpu/msm/adreno.o
CC drivers/gpu/msm/adreno_cp_parser.o
CC drivers/hid/usbhid/hid-core.o
CC lib/cpu_rmap.o
CC lib/dynamic_queue_limits.o
CC lib/qmi_encdec.o
CC lib/strncpy_from_user.o
CC drivers/gpu/msm/adreno_iommu.o
CC lib/strnlen_user.o
CC lib/argv_split.o
CC lib/bug.o
CC drivers/hid/usbhid/hid-quirks.o
CC sound/soc/msm/qdsp6v2/q6asm.o
CC sound/soc/msm/qdsp6v2/q6audio-v2.o
CC lib/cmdline.o
CC drivers/gpu/msm/adreno_perfcounter.o
CC lib/cpumask.o
CC sound/soc/msm/qdsp6v2/q6voice.o
CC lib/ctype.o
LD drivers/hid/usbhid/usbhid.o
LD drivers/hid/usbhid/built-in.o
LD drivers/hid/hid.o
CC drivers/gpu/msm/adreno_debugfs.o
LD drivers/hid/built-in.o
CC lib/dec_and_lock.o
LD drivers/hsi/clients/built-in.o
LD drivers/hsi/built-in.o
CC lib/decompress.o
CC drivers/hwmon/hwmon.o
CC lib/decompress_bunzip2.o
CC drivers/hwmon/epm_adc.o
CC drivers/gpu/msm/adreno_profile.o
CC drivers/hwmon/qpnp-adc-voltage.o
CC drivers/gpu/msm/kgsl.o
CC lib/decompress_inflate.o
CC drivers/hwmon/qpnp-adc-common.o
CC lib/decompress_unlzma.o
CC drivers/gpu/msm/kgsl_trace.o
CC lib/decompress_unlzo.o
CC lib/decompress_unxz.o
CC drivers/hwmon/qpnp-adc-current.o
CC lib/dump_stack.o
CC lib/earlycpio.o
CC lib/extable.o
CC lib/fdt.o
CC lib/fdt_ro.o
CC lib/fdt_rw.o
CC lib/fdt_strerror.o
CC lib/fdt_sw.o
CC lib/fdt_wip.o
LD drivers/hwmon/built-in.o
CC lib/flex_proportions.o
CC drivers/hwspinlock/hwspinlock_core.o
CC lib/idr.o
CC sound/soc/msm/qdsp6v2/q6core.o
CC lib/int_sqrt.o
CC drivers/gpu/msm/kgsl_cmdbatch.o
CC drivers/hwspinlock/msm_remote_spinlock.o
CC lib/ioremap.o
CC sound/soc/msm/qdsp6v2/rtac.o
CC lib/irq_regs.o
CC sound/soc/msm/qdsp6v2/q6lsm.o
CC lib/is_single_threaded.o
LD drivers/hwspinlock/built-in.o
CC drivers/i2c/i2c-boardinfo.o
CC drivers/i2c/i2c-core.o
CC lib/klist.o
CC lib/kobject.o
CC drivers/i2c/i2c-dev.o
CC lib/kobject_uevent.o
CC drivers/gpu/msm/kgsl_ioctl.o
CC lib/md5.o
LD drivers/i2c/algos/built-in.o
CC sound/soc/msm/qdsp6v2/audio_slimslave.o
CC drivers/i2c/busses/i2c-qup.o
LD sound/soc/msm/qdsp6v2/ocmem-audio.o
CC lib/plist.o
LD sound/soc/msm/qdsp6v2/snd-soc-qdsp6v2.o
CC drivers/gpu/msm/kgsl_sharedmem.o
CC drivers/gpu/msm/kgsl_pwrctrl.o
CC lib/prio_heap.o
LD sound/soc/msm/qdsp6v2/built-in.o
LD sound/soc/msm/built-in.o
LD sound/soc/built-in.o
CC lib/proportions.o
LD drivers/i2c/muxes/built-in.o
CC drivers/gpu/msm/kgsl_pwrscale.o
CC drivers/gpu/msm/kgsl_mmu.o
LD sound/built-in.o
CC lib/radix-tree.o
LD drivers/idle/built-in.o
CC drivers/input/input.o
LD drivers/i2c/busses/built-in.o
LD drivers/i2c/built-in.o
CC drivers/input/serio/serio.o
CC lib/ratelimit.o
CC drivers/gpu/msm/kgsl_iommu.o
CC drivers/input/serio/serport.o
CC drivers/gpu/msm/kgsl_snapshot.o
CC lib/rbtree.o
CC drivers/gpu/msm/kgsl_events.o
CC drivers/input/serio/libps2.o
CC lib/reciprocal_div.o
CC lib/sha1.o
CC drivers/input/input-compat.o
CC drivers/gpu/msm/kgsl_debugfs.o
CC drivers/input/input-mt.o
CC drivers/input/ff-core.o
LD drivers/input/serio/built-in.o
CC drivers/iommu/iommu.o
CC drivers/gpu/msm/kgsl_sync.o
CC lib/show_mem.o
CC lib/string.o
CC drivers/iommu/of_iommu.o
CC drivers/input/mousedev.o
CC lib/timerqueue.o
CC drivers/input/evdev.o
CC drivers/input/joystick/xpad.o
CC drivers/iommu/msm_iommu.o
CC lib/vsprintf.o
CC drivers/irqchip/irqchip.o
LD drivers/gpu/msm/msm_kgsl_core.o
LD drivers/gpu/msm/msm_adreno.o
LD drivers/gpu/msm/built-in.o
LD drivers/gpu/built-in.o
CC drivers/leds/led-core.o
CC drivers/irqchip/irq-gic.o
CC drivers/iommu/msm_iommu_domains.o
CC drivers/leds/led-class.o
CC drivers/input/keyboard/atkbd.o
LD drivers/input/joystick/built-in.o
CC drivers/input/keyboard/gpio_keys.o
CC drivers/input/misc/uinput.o
CC drivers/leds/led-triggers.o
CC drivers/irqchip/irq-msm.o
CC drivers/input/mouse/psmouse-base.o
CC drivers/irqchip/msm_show_resume_irq.o
LD drivers/input/misc/built-in.o
CC drivers/input/mouse/synaptics.o
CC drivers/leds/leds-qpnp.o
LD drivers/input/keyboard/built-in.o
CC drivers/iommu/msm_iommu_mapping.o
CC drivers/input/touchscreen/atmel_mxt_ts.o
LD drivers/irqchip/built-in.o
LD drivers/lguest/built-in.o
LD drivers/macintosh/built-in.o
CC drivers/md/dm.o
GEN lib/crc32table.h
AR lib/lib.a
CC lib/crc32.o
CC drivers/iommu/msm_iommu-v1.o
CC drivers/md/dm-table.o
CC drivers/input/mouse/alps.o
LD lib/built-in.o
CC drivers/input/mouse/logips2pp.o
CC drivers/input/mouse/trackpoint.o
CC drivers/input/mouse/cypress_ps2.o
CC drivers/md/dm-target.o
CC drivers/input/touchscreen/gen_vkeys.o
CC drivers/md/dm-stripe.o
CC drivers/md/dm-linear.o
CC drivers/leds/leds-qpnp-wled.o
CC drivers/input/touchscreen/synaptics_dsx/synaptics_dsx_i2c.o
LD drivers/input/mouse/psmouse.o
LD drivers/input/mouse/built-in.o
CC drivers/input/touchscreen/synaptics_rmi_dev.o
CC drivers/md/dm-ioctl.o
CC drivers/iommu/msm_iommu_dev-v1.o
CC drivers/md/dm-io.o
CC drivers/md/dm-kcopyd.o
CC drivers/input/touchscreen/synaptics_dsx/synaptics_dsx_core.o
CC drivers/input/touchscreen/synaptics_fw_update.o
CC drivers/iommu/msm_iommu_sec.o
CC drivers/leds/trigger/ledtrig-backlight.o
CC drivers/md/dm-sysfs.o
CC drivers/leds/trigger/ledtrig-default-on.o
CC drivers/md/dm-builtin.o
CC drivers/iommu/msm_iommu_perfmon.o
CC drivers/md/dm-crypt.o
LD drivers/leds/trigger/built-in.o
LD drivers/leds/built-in.o
LD drivers/media/common/b2c2/built-in.o
LD drivers/media/common/saa7146/built-in.o
LD drivers/media/common/siano/built-in.o
LD drivers/media/common/built-in.o
CC drivers/media/dvb-core/dvbdev.o
CC drivers/iommu/msm_iommu_perfmon-v1.o
LD drivers/md/dm-mod.o
CC drivers/mfd/mfd-core.o
CC drivers/iommu/msm_iommu_pagetable.o
CC drivers/media/dvb-core/dmxdev.o
CC drivers/mfd/wcd9xxx-core.o
CC drivers/input/touchscreen/synaptics_i2c_rmi4.o
CC drivers/mfd/wcd9xxx-irq.o
LD drivers/md/built-in.o
CC drivers/misc/smsc_hub.o
LD drivers/iommu/built-in.o
CC drivers/mmc/card/block.o
CC drivers/input/touchscreen/synaptics_dsx/synaptics_dsx_rmi_dev.o
CC drivers/mmc/card/queue.o
CC drivers/misc/uid_stat.o
LD drivers/misc/carma/built-in.o
LD drivers/misc/cb710/built-in.o
LD drivers/misc/eeprom/built-in.o
CC [M] drivers/misc/eeprom/eeprom_93cx6.o
CC drivers/input/touchscreen/synaptics_dsx/synaptics_dsx_fw_update.o
LD drivers/misc/lis3lv02d/built-in.o
CC drivers/misc/qcom/qdsp6v2/aac_in.o
CC drivers/mmc/card/mmc_block_test.o
CC drivers/mfd/wcd9xxx-slimslave.o
CC drivers/misc/qcom/qdsp6v2/qcelp_in.o
CC drivers/misc/qcom/qdsp6v2/evrc_in.o
CC drivers/mfd/wcd9xxx-core-resource.o
CC drivers/misc/qcom/qdsp6v2/amrnb_in.o
LD drivers/input/touchscreen/synaptics_dsx/built-in.o
LD drivers/input/touchscreen/built-in.o
CC [M] drivers/input/evbug.o
LD drivers/mfd/built-in.o
CC drivers/media/dvb-core/dvb_demux.o
CC drivers/net/dummy.o
CC drivers/net/mii.o
CC [M] drivers/mmc/card/mmc_test.o
CC drivers/misc/qcom/qdsp6v2/audio_utils.o
LD drivers/input/input-core.o
LD drivers/input/built-in.o
CC drivers/nfc/nfc-nci.o
CC drivers/net/Space.o
LD drivers/mmc/card/mmc_block.o
LD drivers/mmc/card/built-in.o
CC drivers/net/loopback.o
LD drivers/net/ethernet/8390/built-in.o
LD drivers/net/ethernet/broadcom/built-in.o
LD drivers/net/ethernet/cadence/built-in.o
LD drivers/net/ethernet/cirrus/built-in.o
LD drivers/net/ethernet/faraday/built-in.o
LD drivers/net/ethernet/i825xx/built-in.o
LD drivers/net/ethernet/intel/built-in.o
LD drivers/net/ethernet/marvell/built-in.o
LD drivers/net/ethernet/micrel/built-in.o
CC [M] drivers/net/ethernet/micrel/ks8851.o
CC drivers/of/base.o
CC drivers/misc/qcom/qdsp6v2/audio_wma.o
CC drivers/net/phy/phy.o
LD drivers/nfc/built-in.o
CC drivers/misc/qcom/qdsp6v2/audio_wmapro.o
CC drivers/pinctrl/core.o
CC drivers/misc/qcom/qdsp6v2/audio_aac.o
CC drivers/of/fdt.o
LD drivers/net/ethernet/microchip/built-in.o
CC drivers/mmc/core/core.o
CC drivers/net/ethernet/msm/msm_rmnet_bam.o
CC drivers/media/dvb-core/dvb_filter.o
CC drivers/net/phy/phy_device.o
CC drivers/misc/qcom/qdsp6v2/audio_multi_aac.o
CC drivers/pinctrl/pinmux.o
CC drivers/media/dvb-core/dvb_ca_en50221.o
LD drivers/net/ethernet/msm/built-in.o
LD drivers/net/ethernet/natsemi/built-in.o
LD drivers/net/ethernet/seeq/built-in.o
CC drivers/misc/qcom/qdsp6v2/audio_alac.o
LD drivers/net/ethernet/smsc/built-in.o
CC drivers/of/address.o
LD drivers/net/ethernet/stmicro/built-in.o
LD drivers/net/ethernet/wiznet/built-in.o
LD drivers/net/ethernet/built-in.o
CC drivers/media/dvb-core/dvb_frontend.o
CC drivers/pinctrl/pinconf.o
CC drivers/misc/qcom/qdsp6v2/audio_ape.o
CC drivers/net/phy/mdio_bus.o
CC drivers/of/irq.o
CC drivers/pinctrl/devicetree.o
CC drivers/misc/qcom/qdsp6v2/audio_utils_aio.o
CC drivers/net/slip/slip.o
CC drivers/pinctrl/pinconf-generic.o
LD drivers/net/phy/libphy.o
LD drivers/net/phy/built-in.o
CC drivers/of/device.o
CC drivers/net/usb/asix_devices.o
CC drivers/mmc/core/bus.o
CC drivers/of/platform.o
CC drivers/pinctrl/pinctrl-msm.o
CC drivers/net/slip/slhc.o
CC drivers/media/dvb-core/dvb_net.o
CC drivers/misc/qcom/qdsp6v2/q6audio_v2.o
CC drivers/net/usb/asix_common.o
CC drivers/mmc/core/host.o
CC drivers/pinctrl/pinctrl-msm-tlmm.o
CC drivers/misc/qcom/qdsp6v2/q6audio_v2_aio.o
CC drivers/of/of_i2c.o
LD drivers/net/slip/built-in.o
CC drivers/misc/qcom/qdsp6v2/audio_mp3.o
CC drivers/net/wireless/cnss_prealloc/cnss_prealloc.o
CC drivers/of/of_net.o
CC drivers/media/dvb-core/dvb_ringbuffer.o
CC drivers/net/usb/ax88172a.o
CC drivers/mmc/core/mmc.o
LD drivers/pinctrl/built-in.o
CC drivers/net/usb/ax88179_178a.o
CC drivers/misc/qcom/qdsp6v2/audio_amrnb.o
CC drivers/net/wireless/cnss_prealloc/../wcnss/qcomwlan_secif.o
CC drivers/media/dvb-core/dvb_math.o
CC drivers/of/of_mdio.o
CC drivers/misc/qcom/qdsp6v2/audio_amrwb.o
CC drivers/net/usb/cdc_ether.o
LD drivers/net/wireless/cnss_prealloc/cnssprealloccore.o
LD drivers/net/wireless/cnss_prealloc/built-in.o
CC drivers/net/wireless/wcnss/wcnss_wlan.o
LD drivers/media/dvb-core/dvb-core.o
CC drivers/misc/qcom/qdsp6v2/audio_amrwbplus.o
LD drivers/media/dvb-core/built-in.o
LD drivers/media/dvb-frontends/built-in.o
LD drivers/media/firewire/built-in.o
LD drivers/media/i2c/soc_camera/built-in.o
LD drivers/media/i2c/built-in.o
LD drivers/media/mmc/siano/built-in.o
LD drivers/media/mmc/built-in.o
CC drivers/net/wireless/wcnss/wcnss_vreg.o
LD drivers/media/parport/built-in.o
CC drivers/of/of_spmi.o
LD drivers/media/pci/b2c2/built-in.o
CC drivers/mmc/core/mmc_ops.o
LD drivers/media/pci/ddbridge/built-in.o
CC drivers/misc/qcom/qdsp6v2/audio_evrc.o
LD drivers/media/pci/dm1105/built-in.o
LD drivers/media/pci/mantis/built-in.o
LD drivers/media/pci/ngene/built-in.o
CC drivers/net/usb/net1080.o
LD drivers/media/pci/pluto2/built-in.o
LD drivers/media/pci/pt1/built-in.o
LD drivers/media/pci/saa7146/built-in.o
LD drivers/media/pci/ttpci/built-in.o
LD drivers/media/pci/built-in.o
LD drivers/media/platform/davinci/built-in.o
CC drivers/misc/qcom/qdsp6v2/audio_qcelp.o
LD drivers/media/platform/msm/broadcast/built-in.o
CC [M] drivers/media/platform/msm/broadcast/tspp.o
CC drivers/of/of_slimbus.o
CC drivers/misc/qcom/qdsp6v2/amrwb_in.o
CC drivers/mmc/core/sd.o
CC drivers/net/usb/cdc_subset.o
CC drivers/media/platform/msm/camera_v2/msm.o
CC drivers/of/of_coresight.o
CC drivers/misc/qcom/qdsp6v2/audio_hwacc_effects.o
CC drivers/of/of_batterydata.o
CC drivers/net/usb/zaurus.o
CC drivers/mmc/core/sd_ops.o
CC drivers/of/of_reserved_mem.o
CC drivers/media/platform/msm/camera_v2/camera/camera.o
CC drivers/net/usb/usbnet.o
CC drivers/misc/qcom/qdsp6v2/ultrasound/usf.o
LD drivers/net/wireless/wcnss/wcnsscore.o
LD drivers/net/wireless/wcnss/built-in.o
LD drivers/of/built-in.o
LD drivers/net/wireless/built-in.o
CC drivers/net/tun.o
CC drivers/platform/msm/msm_bus/msm_bus_core.o
CC drivers/mmc/core/sdio.o
CC drivers/platform/msm/msm_bus/msm_bus_client_api.o
LD drivers/media/platform/msm/camera_v2/camera/built-in.o
CC drivers/power/power_supply_core.o
CC drivers/media/platform/msm/camera_v2/isp/msm_isp.o
CC drivers/platform/msm/msm_bus/msm_bus_of.o
CC drivers/mmc/core/sdio_ops.o
CC drivers/power/power_supply_sysfs.o
CC drivers/media/platform/msm/camera_v2/isp/msm_buf_mgr.o
CC drivers/misc/qcom/qdsp6v2/ultrasound/usfcdev.o
CC drivers/mmc/core/sdio_bus.o
CC drivers/platform/msm/msm_bus/msm_bus_rpm_smd.o
CC drivers/power/power_supply_leds.o
CC drivers/power/smb349-charger.o
CC drivers/misc/qcom/qdsp6v2/ultrasound/q6usm.o
CC drivers/platform/msm/msm_bus/msm_bus_fabric.o
CC drivers/mmc/core/sdio_cis.o
CC drivers/mmc/core/sdio_io.o
CC drivers/net/usb/cdc_ncm.o
CC drivers/media/platform/msm/camera_v2/isp/msm_isp_util.o
CC drivers/pwm/core.o
CC drivers/mmc/core/sdio_irq.o
CC drivers/platform/msm/msm_bus/msm_bus_config.o
LD drivers/misc/qcom/qdsp6v2/ultrasound/built-in.o
LD drivers/misc/qcom/qdsp6v2/built-in.o
CC drivers/power/smb350_charger.o
LD drivers/misc/qcom/built-in.o
LD drivers/misc/ti-st/built-in.o
CC drivers/misc/isa1200.o
CC drivers/platform/msm/msm_bus/msm_bus_arb.o
CC drivers/pwm/pwm-qpnp.o
CC drivers/mmc/core/quirks.o
LD drivers/net/usb/asix.o
LD drivers/net/usb/built-in.o
LD drivers/net/built-in.o
CC drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.o
CC drivers/mmc/core/slot-gpio.o
CC drivers/power/smb135x-charger.o
CC drivers/misc/qseecom.o
CC drivers/media/platform/msm/camera_v2/isp/msm_isp_stats_util.o
CC drivers/mmc/core/debugfs.o
CC drivers/platform/msm/msm_bus/msm_bus_bimc.o
LD drivers/pwm/built-in.o
CC drivers/regulator/core.o
LD drivers/mmc/core/mmc_core.o
CC drivers/media/platform/msm/camera_v2/isp/msm_isp47.o
LD drivers/mmc/core/built-in.o
CC drivers/mmc/host/sdhci.o
CC drivers/platform/msm/msm_bus/msm_bus_noc.o
drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c: In function 'msm_isp_cfg_ping_pong_address':
drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c:1442:19: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
stream_info->wm[i]) & 0x1);
^
In file included from include/linux/seqlock.h:29:0,
from include/linux/time.h:5,
from include/linux/videodev2.h:59,
from /home/mike/dev/nix/xperia/unified/kernel-LA.BR.1.3.3_rb2.14/include/uapi/linux/v4l2-mediabus.h:15,
from /home/mike/dev/nix/xperia/unified/kernel-LA.BR.1.3.3_rb2.14/include/uapi/linux/v4l2-subdev.h:29,
from include/media/v4l2-subdev.h:25,
from drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c:13:
include/linux/spinlock.h:237:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized]
raw_spin_unlock_irqrestore(lock, flags);
^
drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c:1412:16: note: 'flags' was declared here
unsigned long flags;
^
drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c:1473:25: warning: 'pingpong_bit' may be used uninitialized in this function [-Wmaybe-uninitialized]
buf = stream_info->buf[pingpong_bit];
^
CC drivers/media/platform/msm/camera_v2/isp/msm_isp46.o
CC drivers/platform/msm/msm_bus/msm_buspm_coresight.o
CC drivers/power/bq28400_battery.o
CC drivers/platform/msm/msm_bus/msm_bus_board_8974.o
CC drivers/media/platform/msm/camera_v2/isp/msm_isp44.o
CC drivers/platform/msm/msm_bus/msm_bus_dbg.o
CC drivers/power/qpnp-bms.o
CC drivers/media/platform/msm/camera_v2/isp/msm_isp40.o
CC drivers/regulator/dummy.o
CC drivers/media/platform/msm/camera_v2/isp/msm_isp32.o
CC drivers/regulator/fixed-helper.o
CC [M] drivers/platform/msm/msm_bus/msm-buspm-dev.o
CC drivers/mmc/host/sdhci-pltfm.o
CC drivers/regulator/of_regulator.o
CC drivers/misc/ti_drv2667.o
LD drivers/platform/msm/msm_bus/built-in.o
CC drivers/platform/msm/sps/bam.o
CC drivers/media/radio/radio-iris.o
CC drivers/mmc/host/sdhci-msm.o
CC drivers/misc/qpnp-misc.o
CC drivers/regulator/fixed.o
LD drivers/media/platform/msm/camera_v2/isp/built-in.o
LD drivers/misc/built-in.o
CC drivers/media/platform/msm/camera_v2/ispif/msm_ispif.o
CC [M] drivers/media/radio/radio-iris-transport.o
CC drivers/regulator/proxy-consumer.o
CC drivers/regulator/stub-regulator.o
CC drivers/rtc/rtc-lib.o
CC drivers/power/batterydata-lib.o
CC drivers/rtc/hctosys.o
CC drivers/regulator/rpm-smd-regulator.o
CC drivers/rtc/systohc.o
CC drivers/power/qpnp-charger.o
LD drivers/media/platform/msm/camera_v2/ispif/built-in.o
CC drivers/media/platform/msm/camera_v2/jpeg_10/msm_jpeg_dev.o
CC drivers/rtc/class.o
CC drivers/rtc/interface.o
CC drivers/media/platform/msm/camera_v2/jpeg_10/msm_jpeg_sync.o
CC drivers/regulator/qpnp-regulator.o
LD drivers/media/radio/built-in.o
LD drivers/media/rc/keymaps/built-in.o
LD drivers/media/rc/built-in.o
CC drivers/media/tuners/tuner-xc2028.o
CC drivers/rtc/rtc-dev.o
LD drivers/mmc/host/built-in.o
LD drivers/mmc/built-in.o
CC drivers/media/tuners/tuner-simple.o
CC drivers/rtc/rtc-proc.o
In file included from include/linux/cache.h:4:0,
from include/linux/time.h:4,
from include/linux/stat.h:18,
from include/linux/module.h:10,
from drivers/regulator/qpnp-regulator.c:16:
drivers/regulator/qpnp-regulator.c: In function 'qpnp_regulator_common_set_voltage':
include/linux/kernel.h:195:9: warning: 'voltage_old' may be used uninitialized in this function [-Wmaybe-uninitialized]
long __x = (x);
^
drivers/regulator/qpnp-regulator.c:800:34: note: 'voltage_old' was declared here
int rc, range_sel, voltage_sel, voltage_old, voltage_new;
^
CC drivers/rtc/rtc-sysfs.o
LD drivers/regulator/built-in.o
CC drivers/scsi/scsi.o
CC drivers/media/platform/msm/camera_v2/jpeg_10/msm_jpeg_core.o
CC drivers/rtc/qpnp-rtc.o
CC drivers/media/tuners/tuner-types.o
CC drivers/media/tuners/mt20xx.o
LD drivers/rtc/rtc-core.o
CC drivers/media/tuners/tda8290.o
CC drivers/power/qpnp-smbcharger.o
CC drivers/media/platform/msm/camera_v2/jpeg_10/msm_jpeg_hw.o
LD drivers/rtc/built-in.o
CC drivers/sensors/sensors_ssc.o
LD drivers/sensors/built-in.o
CC drivers/slimbus/slimbus.o
CC drivers/scsi/hosts.o
CC drivers/media/platform/msm/camera_v2/jpeg_10/msm_jpeg_platform.o
CC drivers/scsi/scsi_ioctl.o
CC drivers/media/tuners/tea5767.o
CC drivers/scsi/constants.o
CC drivers/scsi/scsicam.o
LD drivers/media/platform/msm/camera_v2/jpeg_10/built-in.o
CC drivers/media/platform/msm/camera_v2/msm_buf_mgr/msm_generic_buf_mgr.o
CC drivers/media/tuners/tea5761.o
CC drivers/slimbus/slim-msm.o
CC drivers/scsi/scsi_error.o
CC drivers/media/tuners/tda9887.o
LD drivers/media/platform/msm/camera_v2/msm_buf_mgr/built-in.o
CC drivers/media/platform/msm/camera_v2/msm_vb2/msm_vb2.o
CC drivers/power/pmic-voter.o
drivers/power/pmic-voter.c: In function 'vote':
drivers/power/pmic-voter.c:201:32: warning: 'effective_id' may be used uninitialized in this function [-Wmaybe-uninitialized]
votable->effective_client_id = effective_id;
^
CC drivers/power/battery_current_limit.o
LD drivers/media/platform/msm/camera_v2/msm_vb2/built-in.o
CC drivers/media/platform/msm/camera_v2/pproc/cpp/msm_cpp.o
CC drivers/slimbus/slim-msm-ngd.o
CC drivers/media/tuners/tda827x.o
CC drivers/scsi/scsi_lib.o
CC drivers/media/tuners/tda18271-maps.o
CC drivers/media/tuners/tda18271-common.o
CC drivers/power/qcom/msm-pm.o
CC drivers/media/tuners/tda18271-fe.o
LD drivers/slimbus/built-in.o
CC drivers/media/platform/msm/camera_v2/pproc/vpe/msm_vpe.o
CC drivers/power/qcom/pm-data.o
drivers/power/qpnp-smbcharger.c: In function 'smbchg_probe':
drivers/power/qpnp-smbcharger.c:7599:22: warning: 'vchg_vadc_dev' may be used uninitialized in this function [-Wmaybe-uninitialized]
chip->vchg_vadc_dev = vchg_vadc_dev;
^
drivers/power/qpnp-smbcharger.c:7598:17: warning: 'vadc_dev' may be used uninitialized in this function [-Wmaybe-uninitialized]
chip->vadc_dev = vadc_dev;
^
CC drivers/scsi/scsi_lib_dma.o
CC drivers/power/reset/msm-poweroff.o
CC drivers/power/qcom/pm-stats.o
LD drivers/media/platform/msm/camera_v2/pproc/cpp/built-in.o
CC drivers/platform/msm/sps/sps_bam.o
CC drivers/soc/qcom/qdsp6v2/apr.o
CC drivers/scsi/scsi_scan.o
LD drivers/power/reset/built-in.o
LD drivers/power/power_supply.o
CC drivers/spi/spi.o
CC drivers/media/tuners/xc5000.o
CC drivers/power/qcom/lpm-stats.o
LD drivers/media/platform/msm/camera_v2/pproc/vpe/built-in.o
LD drivers/media/platform/msm/camera_v2/pproc/built-in.o
CC drivers/media/platform/msm/camera_v2/sensor/actuator/msm_actuator.o
CC drivers/soc/qcom/qdsp6v2/apr_v2.o
CC drivers/media/tuners/xc4000.o
CC drivers/soc/qcom/qdsp6v2/apr_v3.o
CC drivers/spi/spi_qsd.o
CC drivers/power/qcom/pm-boot.o
CC drivers/soc/qcom/qdsp6v2/apr_tal.o
CC drivers/scsi/scsi_sysfs.o
LD drivers/power/qcom/built-in.o
LD drivers/power/built-in.o
CC drivers/spmi/spmi.o
CC drivers/soc/qcom/qdsp6v2/voice_svc.o
LD drivers/media/platform/msm/camera_v2/sensor/actuator/built-in.o
CC drivers/media/platform/msm/camera_v2/sensor/cci/msm_cci.o
CC drivers/platform/msm/sps/sps.o
CC drivers/spmi/spmi-resources.o
CC drivers/media/tuners/mc44s803.o
CC drivers/soc/qcom/qdsp6v2/msm_audio_ion.o
CC drivers/scsi/scsi_devinfo.o
CC drivers/spmi/spmi-pmic-arb.o
LD drivers/media/tuners/tda18271.o
LD drivers/media/tuners/built-in.o
CC drivers/soc/qcom/qdsp6v2/adsp-loader.o
LD drivers/soc/qcom/qdsp6v2/built-in.o
CC drivers/soc/qcom/boot_stats.o
CC drivers/staging/staging.o
CC drivers/scsi/scsi_sysctl.o
CC drivers/staging/android/ion/ion.o
CC drivers/soc/qcom/msm_rq_stats.o
CC drivers/scsi/scsi_proc.o
CC drivers/spmi/qpnp-int.o
LD drivers/media/platform/msm/camera_v2/sensor/cci/built-in.o
CC drivers/media/platform/msm/camera_v2/sensor/csid/msm_csid.o
CC drivers/soc/qcom/nohlt.o
CC drivers/scsi/scsi_trace.o
CC [M] drivers/spi/spidev.o
AS drivers/soc/qcom/idle-v7.o
CC drivers/spmi/spmi-dbgfs.o
CC drivers/soc/qcom/bam_dmux.o
CC drivers/scsi/scsi_pm.o
LD drivers/spi/built-in.o
CC drivers/soc/qcom/event_timer.o
LD drivers/media/platform/msm/camera_v2/sensor/csid/built-in.o
CC drivers/media/platform/msm/camera_v2/sensor/csiphy/msm_csiphy.o
LD drivers/spmi/built-in.o
CC drivers/staging/cptm1217/clearpad_tm1217.o
CC drivers/staging/android/ion/ion_heap.o
CC drivers/scsi/scsi_tgt_lib.o
CC drivers/soc/qcom/ipc_router_smd_xprt.o
LD drivers/staging/cptm1217/built-in.o
LD drivers/staging/media/built-in.o
CC drivers/scsi/scsi_tgt_if.o
CC drivers/staging/android/ion/ion_page_pool.o
LD drivers/media/platform/msm/camera_v2/sensor/csiphy/built-in.o
CC drivers/media/platform/msm/camera_v2/sensor/eeprom/msm_eeprom.o
CC drivers/soc/qcom/memory_dump.o
CC drivers/switch/switch_class.o
CC drivers/platform/msm/sps/sps_dma.o
CC drivers/staging/android/ion/ion_system_heap.o
CC drivers/scsi/sd.o
CC drivers/soc/qcom/mpm-of.o
LD drivers/switch/built-in.o
CC drivers/soc/qcom/rpm-smd.o
CC drivers/soc/qcom/rpm-smd-debug.o
CC drivers/staging/android/ion/ion_carveout_heap.o
CC drivers/platform/msm/sps/sps_map.o
LD drivers/media/platform/msm/camera_v2/sensor/eeprom/built-in.o
CC drivers/media/platform/msm/camera_v2/sensor/flash/msm_led_flash.o
CC drivers/thermal/thermal_core.o
CC drivers/soc/qcom/rpm_rbcpr_stats_v2.o
CC drivers/staging/android/ion/ion_chunk_heap.o
CC drivers/platform/msm/sps/sps_mem.o
CC drivers/media/platform/msm/camera_v2/sensor/flash/msm_led_trigger.o
CC drivers/staging/android/ion/ion_system_secure_heap.o
CC drivers/platform/msm/sps/sps_rm.o
CC drivers/thermal/step_wise.o
CC drivers/thermal/msm-tsens.o
CC drivers/staging/android/ion/ion_cma_heap.o
CC drivers/soc/qcom/rpm_stats.o
CC drivers/media/platform/msm/camera_v2/sensor/flash/msm_led_i2c_trigger.o
CC drivers/staging/android/ion/ion_cma_secure_heap.o
LD drivers/platform/msm/sps/built-in.o
CC drivers/platform/msm/usb_bam.o
CC drivers/soc/qcom/rpm_master_stat.o
LD drivers/scsi/arm/built-in.o
LD drivers/scsi/sd_mod.o
CC drivers/scsi/sg.o
CC drivers/media/platform/msm/camera_v2/sensor/flash/adp1660.o
CC drivers/thermal/qpnp-temp-alarm.o
CC drivers/soc/qcom/rpm_log.o
CC drivers/media/platform/msm/camera_v2/sensor/flash/bd7710.o
CC drivers/staging/android/ion/ion_removed_heap.o
CC drivers/thermal/qpnp-adc-tm.o
CC drivers/media/platform/msm/camera_v2/sensor/flash/msm_led_torch.o
CC drivers/soc/qcom/jtag-fuse.o
CC drivers/staging/android/ion/msm/msm_ion.o
CC drivers/media/platform/msm/camera_v2/sensor/flash/msm_flash.o
CC drivers/soc/qcom/jtag.o
CC drivers/scsi/ch.o
CC drivers/staging/android/ion/msm/secure_buffer.o
CC drivers/soc/qcom/qmi_interface.o
CC drivers/thermal/msm_thermal.o
CC drivers/media/platform/msm/camera_v2/sensor/flash/lm3642.o
LD drivers/staging/android/ion/msm/built-in.o
LD drivers/staging/android/ion/built-in.o
CC drivers/staging/android/ashmem.o
LD drivers/media/platform/msm/camera_v2/sensor/flash/built-in.o
CC drivers/media/platform/msm/camera_v2/sensor/io/msm_camera_io_util.o
CC drivers/thermal/msm_thermal-dev.o
CC drivers/platform/msm/qpnp-power-on.o
LD drivers/scsi/scsi_mod.o
LD drivers/scsi/scsi_tgt.o
LD drivers/scsi/built-in.o
CC drivers/tty/tty_io.o
LD drivers/thermal/thermal_sys.o
CC drivers/tty/n_tty.o
CC drivers/staging/android/timed_output.o
CC drivers/media/platform/msm/camera_v2/sensor/io/msm_camera_cci_i2c.o
CC drivers/soc/qcom/cache_dump.o
CC drivers/staging/android/timed_gpio.o
CC drivers/soc/qcom/scm.o
CC drivers/media/platform/msm/camera_v2/sensor/io/msm_camera_qup_i2c.o
CC drivers/staging/android/lowmemorykiller.o
CC drivers/platform/msm/qpnp-clkdiv.o
CC drivers/media/platform/msm/camera_v2/sensor/io/msm_camera_spi.o
CC drivers/soc/qcom/scm-boot.o
CC drivers/platform/msm/qpnp-coincell.o
CC drivers/tty/tty_ioctl.o
CC drivers/media/platform/msm/camera_v2/sensor/io/msm_camera_dt_util.o
In file included from include/linux/module.h:18:0,
from drivers/staging/android/lowmemorykiller.c:35:
drivers/staging/android/lowmemorykiller.c: In function 'lmk_vmpressure_notifier':
include/linux/tracepoint.h:138:5: warning: 'other_free' may be used uninitialized in this function -Wmaybe-uninitialized(args);
^
drivers/staging/android/lowmemorykiller.c:132:6: note: 'other_free' was declared here
int other_free, other_file;
^
In file included from include/linux/module.h:18:0,
from drivers/staging/android/lowmemorykiller.c:35:
include/linux/tracepoint.h:138:5: warning: 'other_file' may be used uninitialized in this function -Wmaybe-uninitialized(args);
^
drivers/staging/android/lowmemorykiller.c:132:18: note: 'other_file' was declared here
int other_free, other_file;
^
CC drivers/soc/qcom/scm-mpu.o
CC drivers/staging/android/sync.o
CC drivers/platform/msm/avtimer.o
CC drivers/soc/qcom/smd.o
CC drivers/tty/tty_ldisc.o
CC drivers/platform/msm/qpnp-revid.o
CC drivers/tty/tty_buffer.o
CC drivers/platform/msm/pft.o
CC drivers/tty/tty_port.o
CC drivers/staging/android/sw_sync.o
LD drivers/media/platform/msm/camera_v2/sensor/io/built-in.o
CC drivers/media/platform/msm/camera_v2/sensor/ois/msm_ois.o
CC drivers/media/platform/msm/camera_v2/smmu/cam_smmu_api.o
In file included from drivers/platform/msm/pft.c:48:0:
drivers/platform/msm/pft.c: In function 'inode_to_filename':
include/linux/kernel.h:794:27: error: 'struct dentry' has no member named 'd_alias'
const typeof( ((type *)0)->member ) *__mptr = (ptr);
^
include/linux/list.h:687:40: note: in expansion of macro 'container_of'
#define hlist_entry(ptr, type, member) container_of(ptr,type,member)
^
drivers/platform/msm/pft.c:279:11: note: in expansion of macro 'hlist_entry'
dentry = hlist_entry(inode->i_dentry.first, struct dentry, d_alias);
^
include/linux/kernel.h:794:48: warning: initialization from incompatible pointer type
const typeof( ((type *)0)->member ) *__mptr = (ptr);
^
include/linux/list.h:687:40: note: in expansion of macro 'container_of'
#define hlist_entry(ptr, type, member) container_of(ptr,type,member)
^
drivers/platform/msm/pft.c:279:11: note: in expansion of macro 'hlist_entry'
dentry = hlist_entry(inode->i_dentry.first, struct dentry, d_alias);
^
In file included from include/linux/compiler-gcc.h:107:0,
from include/linux/compiler.h:54,
from include/linux/linkage.h:4,
from include/linux/kernel.h:6,
from drivers/platform/msm/pft.c:48:
include/linux/compiler-gcc4.h:14:34: error: 'struct dentry' has no member named 'd_alias'
#define __compiler_offsetof(a,b) __builtin_offsetof(a,b)
^
include/linux/stddef.h:17:31: note: in expansion of macro '__compiler_offsetof'
#define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER)
^
include/linux/kernel.h:795:29: note: in expansion of macro 'offsetof'
(type *)( (char *)__mptr - offsetof(type,member) );})
^
include/linux/list.h:687:40: note: in expansion of macro 'container_of'
#define hlist_entry(ptr, type, member) container_of(ptr,type,member)
^
drivers/platform/msm/pft.c:279:11: note: in expansion of macro 'hlist_entry'
dentry = hlist_entry(inode->i_dentry.first, struct dentry, d_alias);
^
scripts/Makefile.build:308: recipe for target 'drivers/platform/msm/pft.o' failed
make[3]: *
* [drivers/platform/msm/pft.o] Error 1
scripts/Makefile.build:455: recipe for target 'drivers/platform/msm' failed
make[2]: *** [drivers/platform/msm] Error 2
scripts/Makefile.build:455: recipe for target 'drivers/platform' failed
make[1]: *** [drivers/platform] Error 2
make[1]: *** Waiting for unfinished jobs....
CC drivers/tty/tty_mutex.o
CC drivers/staging/android/oneshot_sync.o
CC drivers/tty/tty_ldsem.o
CC drivers/tty/pty.o
LD drivers/media/platform/msm/camera_v2/sensor/ois/built-in.o
CC drivers/media/platform/msm/camera_v2/sensor/msm_sensor_init.o
CC drivers/tty/tty_audit.o
LD drivers/media/platform/msm/camera_v2/smmu/built-in.o
LD drivers/media/usb/b2c2/built-in.o
LD drivers/staging/android/built-in.o
LD drivers/media/usb/dvb-usb/built-in.o
LD drivers/staging/built-in.o
LD drivers/media/usb/dvb-usb-v2/built-in.o
LD drivers/media/platform/msm/dvb/built-in.o
CC drivers/tty/sysrq.o
LD drivers/media/usb/gspca/built-in.o
LD drivers/media/platform/msm/dvb/adapter/built-in.o
CC [M] drivers/media/usb/gspca/gspca.o
CC [M] drivers/media/platform/msm/dvb/adapter/mpq_adapter.o
CC drivers/media/platform/msm/camera_v2/sensor/msm_sensor_driver.o
CC drivers/soc/qcom/smd_debug.o
LD drivers/tty/ipwireless/built-in.o
CC drivers/media/platform/msm/camera_v2/sensor/msm_sensor.o
LD drivers/thermal/built-in.o
CC [M] drivers/media/usb/gspca/autogain_functions.o
CC [M] drivers/media/platform/msm/dvb/adapter/mpq_stream_buffer.o
CC drivers/soc/qcom/smd_private.o
CC drivers/tty/serial/serial_core.o
CC drivers/soc/qcom/smd_init_dt.o
CC drivers/media/platform/msm/camera_v2/sensor/mt9m114.o
LD [M] drivers/media/platform/msm/dvb/adapter/mpq-adapter.o
LD drivers/media/platform/msm/dvb/demux/built-in.o
CC [M] drivers/media/platform/msm/dvb/demux/mpq_dmx_plugin_common.o
CC drivers/soc/qcom/smsm_debug.o
CC drivers/media/platform/msm/vidc/msm_v4l2_vidc.o
CC drivers/media/platform/msm/vidc/msm_vidc_common.o
CC drivers/soc/qcom/smem.o
LD drivers/media/platform/msm/camera_v2/sensor/built-in.o
LD drivers/media/platform/msm/camera_v2/built-in.o
CC drivers/media/platform/msm/wfd/wfd-ioctl.o
LD [M] drivers/media/usb/gspca/gspca_main.o
LD drivers/media/usb/s2255/built-in.o
LD drivers/media/usb/siano/built-in.o
LD drivers/media/usb/stkwebcam/built-in.o
LD drivers/media/usb/ttusb-budget/built-in.o
LD drivers/media/usb/ttusb-dec/built-in.o
CC drivers/media/usb/uvc/uvc_driver.o
CC drivers/media/platform/msm/vidc/msm_vidc.o
CC drivers/tty/serial/msm_serial_hs.o
CC drivers/soc/qcom/smem_debug.o
CC drivers/soc/qcom/smem_log.o
CC drivers/media/platform/msm/wfd/wfd-util.o
CC drivers/soc/qcom/smp2p.o
CC [M] drivers/media/platform/msm/dvb/demux/mpq_sdmx.o
CC drivers/media/platform/msm/wfd/vsg-subdev.o
CC drivers/media/usb/uvc/uvc_queue.o
CC drivers/media/platform/msm/vidc/msm_vdec.o
CC drivers/media/usb/uvc/uvc_v4l2.o
CC [M] drivers/media/platform/msm/dvb/demux/mpq_dmx_plugin_tspp_v1.o
CC drivers/media/platform/msm/wfd/mdp-5-subdev.o
CC drivers/soc/qcom/smp2p_debug.o
CC drivers/tty/serial/msm_serial_hs_lite.o
CC drivers/soc/qcom/smp2p_sleepstate.o
CC drivers/media/platform/msm/wfd/enc-venus-subdev.o
CC drivers/media/usb/uvc/uvc_video.o
LD [M] drivers/media/platform/msm/dvb/demux/mpq-dmx-hw-plugin.o
CC drivers/media/usb/uvc/uvc_ctrl.o
CC drivers/soc/qcom/smp2p_loopback.o
CC drivers/soc/qcom/smp2p_test.o
CC drivers/tty/serial/msm_smd_tty.o
LD drivers/media/platform/msm/wfd/built-in.o
CC drivers/media/usb/uvc/uvc_status.o
CC drivers/media/platform/msm/vidc/msm_venc.o
CC drivers/media/usb/uvc/uvc_isight.o
CC drivers/media/usb/uvc/uvc_debugfs.o
CC drivers/media/usb/uvc/uvc_entity.o
CC drivers/soc/qcom/smp2p_spinlock_test.o
CC drivers/tty/vt/vt_ioctl.o
CC drivers/soc/qcom/watchdog_v2.o
CC drivers/media/v4l2-core/v4l2-dev.o
LD drivers/tty/serial/built-in.o
CC drivers/media/v4l2-core/v4l2-ioctl.o
LD drivers/media/usb/uvc/uvcvideo.o
LD drivers/media/usb/uvc/built-in.o
LD drivers/media/usb/zr364xx/built-in.o
LD drivers/media/usb/built-in.o
CC drivers/media/media-device.o
CC drivers/soc/qcom/spm.o
CC drivers/soc/qcom/spm_devices.o
CC drivers/media/media-devnode.o
CC drivers/soc/qcom/socinfo.o
CC drivers/tty/vt/vc_screen.o
CC drivers/media/v4l2-core/v4l2-device.o
CC drivers/media/media-entity.o
CC drivers/soc/qcom/peripheral-loader.o
CC drivers/soc/qcom/subsys-pil-tz.o
CC drivers/tty/vt/selection.o
LD drivers/media/media.o
CC drivers/soc/qcom/pil-q6v5.o
CC drivers/media/v4l2-core/v4l2-fh.o
CC drivers/media/v4l2-core/v4l2-event.o
CC drivers/media/v4l2-core/v4l2-ctrls.o
CC drivers/soc/qcom/pil-msa.o
CC drivers/tty/vt/keyboard.o
CC drivers/soc/qcom/pil-q6v5-mss.o
CC drivers/media/v4l2-core/v4l2-subdev.o
CC drivers/soc/qcom/ocmem.o
CC drivers/soc/qcom/ocmem_allocator.o
CC drivers/soc/qcom/ocmem_notifier.o
CC drivers/soc/qcom/ocmem_sched.o
CC drivers/media/v4l2-core/v4l2-of.o
CC drivers/soc/qcom/ocmem_api.o
CC drivers/media/platform/msm/vidc/msm_smem.o
CC drivers/soc/qcom/ocmem_rdm.o
CC drivers/media/v4l2-core/v4l2-common.o
CC drivers/soc/qcom/ocmem_core.o
CC drivers/tty/vt/consolemap.o
CC drivers/soc/qcom/subsystem_notif.o
CC drivers/media/v4l2-core/videobuf2-core.o
CC drivers/soc/qcom/subsystem_restart.o
CC drivers/media/v4l2-core/videobuf2-memops.o
CC drivers/media/platform/msm/vidc/msm_vidc_debug.o
CC drivers/soc/qcom/ramdump.o
CC drivers/soc/qcom/sysmon.o
CONMK drivers/tty/vt/consolemap_deftbl.c
CC drivers/tty/vt/vt.o
CC drivers/media/v4l2-core/videobuf2-vmalloc.o
CC drivers/soc/qcom/sysmon-qmi.o
CC drivers/soc/qcom/cpu_pwr_ctl.o
CC drivers/media/v4l2-core/videobuf2-dma-contig.o
CC drivers/soc/qcom/scm-xpu.o
CC drivers/media/platform/msm/vidc/msm_vidc_res_parse.o
CC drivers/soc/qcom/msm_rtb-hotplug.o
CC drivers/media/platform/msm/vidc/venus_hfi.o
CC drivers/media/v4l2-core/videobuf2-dma-sg.o
CC drivers/media/platform/msm/vidc/hfi_response_handler.o
LD drivers/soc/qcom/built-in.o
LD drivers/soc/built-in.o
LD drivers/media/v4l2-core/videodev.o
SHIPPED drivers/tty/vt/defkeymap.c
CC drivers/tty/vt/consolemap_deftbl.o
CC drivers/tty/vt/defkeymap.o
CC drivers/media/platform/msm/vidc/hfi_packetization.o
CC drivers/media/platform/msm/vidc/vidc_hfi.o
LD drivers/media/v4l2-core/built-in.o
CC drivers/media/platform/msm/vidc/q6_hfi.o
CC drivers/media/platform/msm/vidc/venus_boot.o
CC drivers/media/platform/msm/vidc/msm_vidc_dcvs.o
LD drivers/tty/vt/built-in.o
LD drivers/tty/built-in.o
LD drivers/media/platform/msm/vidc/built-in.o
LD drivers/media/platform/msm/built-in.o
LD drivers/media/platform/built-in.o
LD drivers/media/built-in.o
Makefile:825: recipe for target 'drivers' failed

make: *** [drivers] Error 2

  ^

In file included from include/linux/module.h:18:0,
from drivers/staging/android/lowmemorykiller.c:35:
include/linux/tracepoint.h:138:5: warning: 'other_file' may be used uninitialized in this function -Wmaybe-uninitialized(args);
^
drivers/staging/android/lowmemorykiller.c:132:18: note: 'other_file' was declared here
int other_free, other_file;
^
CC drivers/soc/qcom/scm-mpu.o
CC drivers/staging/android/sync.o
CC drivers/platform/msm/avtimer.o
CC drivers/soc/qcom/smd.o
CC drivers/tty/tty_ldisc.o
CC drivers/platform/msm/qpnp-revid.o
CC drivers/tty/tty_buffer.o
CC drivers/platform/msm/pft.o
CC drivers/tty/tty_port.o
CC drivers/staging/android/sw_sync.o
LD drivers/media/platform/msm/camera_v2/sensor/io/built-in.o
CC drivers/media/platform/msm/camera_v2/sensor/ois/msm_ois.o
CC drivers/media/platform/msm/camera_v2/smmu/cam_smmu_api.o
In file included from drivers/platform/msm/pft.c:48:0:
drivers/platform/msm/pft.c: In function 'inode_to_filename':
include/linux/kernel.h:794:27: error: 'struct dentry' has no member named 'd_alias'
const typeof( ((type )0)->member ) *__mptr = (ptr);
^
include/linux/list.h:687:40: note: in expansion of macro 'container_of'
#define hlist_entry(ptr, type, member) container_of(ptr,type,member)
^
drivers/platform/msm/pft.c:279:11: note: in expansion of macro 'hlist_entry'
dentry = hlist_entry(inode->i_dentry.first, struct dentry, d_alias);
^
include/linux/kernel.h:794:48: warning: initialization from incompatible pointer type
const typeof( ((type *)0)->member ) *__mptr = (ptr);
^
include/linux/list.h:687:40: note: in expansion of macro 'container_of'
#define hlist_entry(ptr, type, member) container_of(ptr,type,member)
^
drivers/platform/msm/pft.c:279:11: note: in expansion of macro 'hlist_entry'
dentry = hlist_entry(inode->i_dentry.first, struct dentry, d_alias);
^
In file included from include/linux/compiler-gcc.h:107:0,
from include/linux/compiler.h:54,
from include/linux/linkage.h:4,
from include/linux/kernel.h:6,
from drivers/platform/msm/pft.c:48:
include/linux/compiler-gcc4.h:14:34: error: 'struct dentry' has no member named 'd_alias'
#define __compiler_offsetof(a,b) __builtin_offsetof(a,b)
^
include/linux/stddef.h:17:31: note: in expansion of macro '__compiler_offsetof'
#define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER)
^
include/linux/kernel.h:795:29: note: in expansion of macro 'offsetof'
(type *)( (char *)__mptr - offsetof(type,member) );})
^
include/linux/list.h:687:40: note: in expansion of macro 'container_of'
#define hlist_entry(ptr, type, member) container_of(ptr,type,member)
^
drivers/platform/msm/pft.c:279:11: note: in expansion of macro 'hlist_entry'
dentry = hlist_entry(inode->i_dentry.first, struct dentry, d_alias);
^
scripts/Makefile.build:308: recipe for target 'drivers/platform/msm/pft.o' failed
make[3]: *
* [drivers/platform/msm/pft.o] Error 1
scripts/Makefile.build:455: recipe for target 'drivers/platform/msm' failed
make[2]: *** [drivers/platform/msm] Error 2
scripts/Makefile.build:455: recipe for target 'drivers/platform' failed
make[1]: *** [drivers/platform] Error 2
make[1]: *** Waiting for unfinished jobs..

Modem missing/failed

Running on Aries (Z3 Compact) with the latest sources, binaries and instructions for Marshmallow, gives the following errors:

[    0.000000] cma: Found modem_region@0x8000000, memory base 0x08000000, size 82 MiB, limit 0xffffffff
[    0.000000] cma: CMA: reserved 82 MiB at 0x08000000 for modem_mem
[    0.435094] pil-q6v5-mss fc880000.qcom,mss: [modem]: Error getting proxy unvoting gpio
[    4.862099] usbserial: USB Serial support registered for Qualcomm USB modem
[    9.654970] pil-q6v5-mss fc880000.qcom,mss: modem: Failed to locate modem.mdt
[    9.654992] IPC_RTR: pil_vote_load_worker: Failed to load modem
[    9.656767] pil-q6v5-mss fc880000.qcom,mss: modem: Failed to locate modem.mdt
[    9.656787] smd_pkt_open failed on smd_pkt_dev id:0 - subsystem_get failed for modem

following basic problem solving steps and inserting a modem extracted from a stock Z3 Compact gives the following errors:

[    0.000000] cma: Found modem_region@0x8000000, memory base 0x08000000, size 82 MiB, limit 0xffffffff
[    0.000000] cma: CMA: reserved 82 MiB at 0x08000000 for modem_mem
[    0.433826] pil-q6v5-mss fc880000.qcom,mss: [modem]: Error getting proxy unvoting gpio
[    4.860271] usbserial: USB Serial support registered for Qualcomm USB modem
[   10.734125] pil-q6v5-mss fc880000.qcom,mss: modem: loading from 0x08000000 to 0x0cf00000
[   11.838341] pil-q6v5-mss fc880000.qcom,mss: modem: Invalid firmware metadata
[   11.848497] IPC_RTR: pil_vote_load_worker: Failed to load modem
[   11.851839] pil-q6v5-mss fc880000.qcom,mss: modem: loading from 0x08000000 to 0x0cf00000
[   12.951282] pil-q6v5-mss fc880000.qcom,mss: modem: Invalid firmware metadata
[   12.961448] smd_pkt_open failed on smd_pkt_dev id:0 - subsystem_get failed for modem

It's notable that the Sony provided binary blobs do not appear to contain a modem.mdt.

Logo staying in recovery on eagle

This seems like a framebuffer derp, not a major bug, so I've decided to fill an issue to let you guys know.

Sony logo stay shown while in recovery.

.

.

MSM8994-Satsuki Camera orientation

Right now on the pre-built kernel images the front facing camera for the satsuki is rotated 90 degrees counter-clockwise.

When building LA.BR.1.3.3_rb2.14 I'm trying to edit line
https://github.com/sonyxperiadev/kernel/blob/aosp/LA.BR.1.3.3_rb2.14/arch/arm/boot/dts/qcom/msm8994-kitakami_satsuki_camera.dtsi#L55
And change it's value to either <0> or <270> because I believe that is the value it needs to be in order to be oriented properly, but in all of my attempts to get a built version of this kernel actually running on the Satsuki, I've failed.

Can anyone more informed help me out? Can anyone tell me what I need to do to build a working version of this kernel for the E6853?
Or can anyone fix the camera orientation in the prebuilt kernels since they seem to always work fine?

flash the controller touchscreen Cypress TrueTouch TMA4XX

Device: Xperia T3 (d5103)
OS: Android 4.4.4

That's my problem. To flash your device and how it decided to flash the firmware from another phone (similar in iron) and of accident either ask whether zater touchscreen controller firmware.

touch himself firm Cypress TrueTouch TMA4XX
It turned out that the touch turned to the left

I enclose a video how the phone.
http://www.youtube.com/watch?v=ZoW8iOvAXRU

Completed actions:

Compiling from source sonyxperiadev kernel kernel with options enabled (no they did not stitch the firmware is available):

CONFIG_INPUT_TOUCHSCREEN = y
CONFIG_TOUCHSCREEN_CYPRESS_CYTTSP4 = y
CONFIG_TOUCHSCREEN_CYPRESS_CYTTSP4_DEVICETREE_SUPPORT = y
CONFIG_TOUCHSCREEN_CYPRESS_CYTTSP4_I2C = y
CONFIG_TOUCHSCREEN_CYPRESS_CYTTSP4_MT_B = y
CONFIG_TOUCHSCREEN_CYPRESS_CYTTSP4_BINARY_FW_UPGRADE = y
CONFIG_TOUCHSCREEN_CYPRESS_CYTTSP4_PLATFORM_YUKON = y

And of course compilation for the insertion according to the instructions from Sony.

As a result, a working firmware, but the method (forced_upgrade) to stitch a forced firmware, namely forced_upgrade interface is not available. Available only manual_upgrade but how to use it do not know.

As of adb as root

root@seagull:/sys/bus/i2c/devices/5-0024/main_ttsp_core.cyttsp4_i2c_adapter #
cd cyttsp4_device_access.main_ttsp_core
root@seagull:/sys/bus/i2c/devices/5-0024/main_ttsp_core.cyttsp4_i2c_adapter/cyttsp4_device_access.main_ttsp_core # ls
driver
get_panel_data
ic_grpdata
ic_grpnum
ic_grpoffset
modalias
power
subsystem
uevent
root@seagull:/sys/bus/i2c/devices/5-0024/main_ttsp_core.cyttsp4_i2c_adapter/cyttsp4_device_access.main_ttsp_core # cd ../
root@seagull:/sys/bus/i2c/devices/5-0024/main_ttsp_core.cyttsp4_i2c_adapter #
cd cyttsp4_loader.main_ttsp_core
root@seagull:/sys/bus/i2c/devices/5-0024/main_ttsp_core.cyttsp4_i2c_adapter/cyttsp4_loader.main_ttsp_core # ls
driver
manual_upgrade
modalias
power
subsystem
uevent
root@seagull:/sys/bus/i2c/devices/5-0024/main_ttsp_core.cyttsp4_i2c_adapter/cyttsp4_loader.main_ttsp_core # cd ../
root@seagull:/sys/bus/i2c/devices/5-0024/main_ttsp_core.cyttsp4_i2c_adapter #
cd cyttsp4_mt.main_ttsp_core
root@seagull:/sys/bus/i2c/devices/5-0024/main_ttsp_core.cyttsp4_i2c_adapter/cyttsp4_mt.main_ttsp_core # ls
driver
input
modalias
power
subsystem
uevent
root@seagull:/sys/bus/i2c/devices/50024/main_ttsp_core.cyttsp4_i2c_adapter/cyttsp4_mt.main_ttsp_core #

Tell me how can I be?

kernel BUG at ../../../../../../kernel/sony/msm/drivers/iommu/msm_iommu-v1.c:290!

aosp/AU_LINUX_ANDROID_LA.BF64.1.1_RB1.05.00.02.172.061

[ 5233.630576] msm_iommu_v1: Timed out (again) waiting for TLB SYNC to complete for venus_iommu
[ 5233.638114] ------------[ cut here ]------------
[ 5233.642572] kernel BUG at ../../../../../../kernel/sony/msm/drivers/iommu/msm_iommu-v1.c:290!
[ 5233.651081] Internal error: Oops - BUG: 0 [#1] PREEMPT SMP ARM
[ 5233.656897] CPU: 1 PID: 13527 Comm: VideoDecMsgThre Tainted: G        W    3.10.49-gda4ab81 #1
[ 5233.665489] task: e6528fc0 ti: e3b1e000 task.ti: e3b1e000
[ 5233.670873] PC is at __sync_tlb+0x210/0x244
[ 5233.675036] LR is at __sync_tlb+0x220/0x244
[ 5233.679204] pc : [<c07fdc20>]    lr : [<c07fdc30>]    psr: 60070013
[ 5233.679204] sp : e3b1fad8  ip : 0000000a  fp : 00000000
[ 5233.690662] r10: c523c740  r9 : c5e48000  r8 : ece55c90
[ 5233.695871] r7 : c5e487f4  r6 : c1e32aec  r5 : 000004c2  r4 : 8ca8242d
[ 5233.702382] r3 : 60070013  r2 : 60070013  r1 : 00000000  r0 : 00000050
[ 5233.708892] Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment user
[ 5233.716009] Control: 10c5787d  Table: 0409c06a  DAC: 00000015
[ 5233.721737] Process VideoDecMsgThre (pid: 13527, stack limit = 0xe3b1e238)
[ 5233.728596] Stack: (0xe3b1fad8 to 0xe3b20000)
[ 5233.732938] fac0:                                                       8ca824c8 000004c2
[ 5233.741097] fae0: c5e48000 c5e48610 ece55c90 ececa810 c523c740 c523c74c 00000000 c07ff624
[ 5233.749256] fb00: c0178688 00000000 c5e48020 ececa818 00000000 00000001 00000001 c523c700
[ 5233.757417] fb20: c5e40000 053a0000 00000000 c01788ac 00000000 c523c380 c5239b28 c5239b30
[ 5233.765578] fb40: c523c700 c523c700 c07fa814 c1434864 c122eacc c07fa808 eceac810 c07fa540
[ 5233.773735] fb60: c523c700 00000000 c4cb0010 c525063c c523c700 00000194 c5239b00 c066d280
[ 5233.781898] fb80: 00000000 c4ca8200 c119e84c c4c5f4f4 c4ca8344 c4c5f4e0 c1136aa0 c0672200
[ 5233.790054] fba0: 00000000 00000001 0000076a 00000001 00000000 c523c700 da62f000 00000001
[ 5233.798215] fbc0: 0015c000 c07fddc8 00000003 5f85c000 da62f000 00000000 00000000 ceb80980
[ 5233.806375] fbe0: ceb80fc0 c07fac40 00000003 5f85c000 0015c000 c07fc910 00000003 c1403640
[ 5233.814534] fc00: e6528fc0 c43015fc 00000000 e4a0d880 e827cc00 c063c5cc e3b1fc58 e827cc00
[ 5233.822694] fc20: c52505a8 c5250008 00000001 c06408f4 ec8c0180 00000000 c119e84c c07fcc24
[ 5233.830855] fc40: 00000000 c4ca8200 c4ca824c e3b1fc78 00000052 e697e800 c4301000 c5250000
[ 5233.839014] fc60: c4c59300 c0673074 e690e6c0 c119e84c 00000000 c0673d6c 0000003c 00211004
[ 5233.847173] fc80: e690e6c0 00000000 153b9ba0 00000000 00000000 00000000 00000000 006c0000
[ 5233.855333] fca0: 00000d2f 5f040000 5f040000 c119e84c 0000002a 5f040000 c119e84c 0000002a
[ 5233.863492] fcc0: 5f040000 c064dbbc c01787fc 600f0093 00000000 c110c3a0 c111b210 c110c3b0
[ 5233.871652] fce0: c010af70 c0178698 00000000 c4301068 c01787fc e5969d00 00000001 5f040000
[ 5233.879812] fd00: 00000000 00000000 153b9ba0 00000000 00000000 00000000 006c0000 00000d2f
[ 5233.887972] fd20: 00000000 00000000 5f040000 00000000 0003be37 c4301068 e697e800 00000001
[ 5233.896132] fd40: e697e80c e3b1fe50 c119e84c 48435648 c3733f00 c0659404 c4301068 c0642c60
[ 5233.904292] fd60: 00000001 c4301068 e697e800 00000000 c44d9df4 c0644068 e3b1fe50 c4301208
[ 5233.912452] fd80: c4301068 c119e84c ea4b6a00 c065c864 e3b1fe50 c4301000 00000001 c0657e40
[ 5233.920611] fda0: c4301000 e3b1fe50 e3b1fe50 00000000 c3733f00 e3b1fe50 c0b6bd84 c4301764
[ 5233.928771] fdc0: 00000000 e3b1fe50 c4301764 c0639bb4 e3b1fe50 c52502b8 c0639b78 c119af80
[ 5233.936930] fde0: c044560f c063a7a0 add0767c 000004bf c0b6bd84 00000000 00000000 00000000
[ 5233.945090] fe00: c1110060 c01ec844 c0b11dc0 c0327564 00000000 c063aabc 00000001 e3b1fe84
[ 5233.953253] fe20: c044560f e3b1fe50 e1988a00 b3e07ca0 0000003c c3733f00 00000001 c063ab38
[ 5233.961410] fe40: ece50c10 b3e07c64 00000003 c063a608 00000003 0000000a 00000000 00000000
[ 5233.969570] fe60: 00000000 00000164 00037aa0 00000000 00000000 00000000 00000000 00000000
[ 5233.977729] fe80: 00000002 e1988a00 00000001 00000000 00000000 00000001 dea73540 e3b1e000
[ 5233.985890] fea0: 00000001 e3b1fee0 00000008 d702b000 00000002 00000000 00000000 00000001
[ 5233.994050] fec0: e3b1ff80 dea73540 00000001 00000000 b3e07db0 c52502b8 c044560f c119ada8
[ 5234.002208] fee0: b3e07ca0 c3733f00 00000029 b3e07ca0 c4439d40 c0636288 00000000 c3733f00
[ 5234.010368] ff00: 00000029 c044560f 00000001 c01ff4e4 b3e07ca0 c01fff60 00000003 00000000
[ 5234.018528] ff20: 00000001 c46de080 c4439d40 ec5a4b40 00000001 c02ce8ec e3b1ff50 00000000
[ 5234.026687] ff40: 00000001 c02cee9c e9748000 00000000 00000001 c4f00d90 c4a45990 00000000
[ 5234.034847] ff60: c3733f00 b3e07ca0 c044560f 00000001 00000029 00000000 00000000 c020005c
[ 5234.043006] ff80: 00000029 00000001 b3e07ca0 b4c63230 b4bf2000 b3e07ca0 00000036 c0106344
[ 5234.051166] ffa0: e3b1e000 c01061c0 b4c63230 b4bf2000 00000029 c044560f b3e07ca0 b3e07c30
[ 5234.059327] ffc0: b4c63230 b4bf2000 b3e07ca0 00000036 b3e07c64 00000000 b5046060 00000000
[ 5234.067486] ffe0: 00000000 b3e07c20 b6f15439 b6efd134 600f0010 00000029 00000000 00000000
[ 5234.075652] [<c07fdc20>] (__sync_tlb+0x210/0x244) from [<c07ff624>] (msm_iommu_attach_dev+0x1088/0x191c)
[ 5234.085112] [<c07ff624>] (msm_iommu_attach_dev+0x1088/0x191c) from [<c07fa808>] (iommu_attach_device+0x18/0x24)
[ 5234.095182] [<c07fa808>] (iommu_attach_device+0x18/0x24) from [<c07fa540>] (iommu_group_for_each_dev+0x34/0x58)
[ 5234.105252] [<c07fa540>] (iommu_group_for_each_dev+0x34/0x58) from [<c066d280>] (venus_hfi_iommu_attach+0x124/0x1ac)
[ 5234.115757] [<c066d280>] (venus_hfi_iommu_attach+0x124/0x1ac) from [<c0672200>] (venus_hfi_iface_cmdq_write_nolock+0x5e8/0x13e4)
[ 5234.127298] [<c0672200>] (venus_hfi_iface_cmdq_write_nolock+0x5e8/0x13e4) from [<c0673074>] (venus_hfi_iface_cmdq_write+0x78/0xa8)
[ 5234.139018] [<c0673074>] (venus_hfi_iface_cmdq_write+0x78/0xa8) from [<c0673d6c>] (venus_hfi_session_etb+0x1e8/0x248)
[ 5234.149609] [<c0673d6c>] (venus_hfi_session_etb+0x1e8/0x248) from [<c064dbbc>] (msm_comm_qbuf+0x734/0xb1c)
[ 5234.159242] [<c064dbbc>] (msm_comm_qbuf+0x734/0xb1c) from [<c0659404>] (msm_vdec_buf_queue+0x8/0x7c)
[ 5234.168356] [<c0659404>] (msm_vdec_buf_queue+0x8/0x7c) from [<c0642c60>] (__enqueue_in_driver+0x74/0x78)
[ 5234.177818] [<c0642c60>] (__enqueue_in_driver+0x74/0x78) from [<c0644068>] (vb2_qbuf+0x1dc/0x244)
[ 5234.186672] [<c0644068>] (vb2_qbuf+0x1dc/0x244) from [<c065c864>] (msm_vdec_qbuf+0x88/0x124)
[ 5234.195094] [<c065c864>] (msm_vdec_qbuf+0x88/0x124) from [<c0657e40>] (msm_vidc_qbuf+0x374/0x3d8)
[ 5234.203949] [<c0657e40>] (msm_vidc_qbuf+0x374/0x3d8) from [<c0639bb4>] (v4l_qbuf+0x3c/0x40)
[ 5234.212280] [<c0639bb4>] (v4l_qbuf+0x3c/0x40) from [<c063a7a0>] (__video_do_ioctl+0x198/0x284)
[ 5234.220874] [<c063a7a0>] (__video_do_ioctl+0x198/0x284) from [<c063ab38>] (video_usercopy+0x2ac/0x3e8)
[ 5234.230162] [<c063ab38>] (video_usercopy+0x2ac/0x3e8) from [<c0636288>] (v4l2_ioctl+0xd4/0x124)
[ 5234.238846] [<c0636288>] (v4l2_ioctl+0xd4/0x124) from [<c01ff4e4>] (vfs_ioctl+0x28/0x3c)
[ 5234.246917] [<c01ff4e4>] (vfs_ioctl+0x28/0x3c) from [<c01fff60>] (do_vfs_ioctl+0x4c0/0x570)
[ 5234.255248] [<c01fff60>] (do_vfs_ioctl+0x4c0/0x570) from [<c020005c>] (SyS_ioctl+0x4c/0x78)
[ 5234.263585] [<c020005c>] (SyS_ioctl+0x4c/0x78) from [<c01061c0>] (ret_fast_syscall+0x0/0x30)
[ 5234.272004] Code: e3130001 1a000002 e59f002c eb09d419 (e7f001f2) 
[ 5234.278078] ---[ end trace a2880285b4cdb52c ]---
[ 5234.294658] Kernel panic - not syncing: Fatal exception
[ 5234.298894] CPU0: stopping
[ 5234.301561] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G      D W    3.10.49-gda4ab81 #1
[ 5234.309309] [<c010b7b0>] (unwind_backtrace+0x0/0x11c) from [<c0109a9c>] (show_stack+0x10/0x14)
[ 5234.317887] [<c0109a9c>] (show_stack+0x10/0x14) from [<c010aad8>] (handle_IPI+0xe0/0x1b8)
[ 5234.326048] [<c010aad8>] (handle_IPI+0xe0/0x1b8) from [<c01004ac>] (gic_handle_irq+0x5c/0x70)
[ 5234.334557] [<c01004ac>] (gic_handle_irq+0x5c/0x70) from [<c0105d80>] (__irq_svc+0x40/0x70)
[ 5234.342867] Exception stack(0xc1113e90 to 0xc1113ed8)
[ 5234.347907] 3e80:                                     c1113f00 000004c2 c5660038 0000115e
[ 5234.356073] 3ea0: 0022bcd0 00000000 0043d8c6 00000000 8d4fdf3b 83126e97 00000001 c1112018
[ 5234.364230] 3ec0: 00000008 c1113ed8 c0171418 c072ce58 000f0013 ffffffff
[ 5234.370844] [<c0105d80>] (__irq_svc+0x40/0x70) from [<c072ce58>] (lpm_cpuidle_enter+0x558/0x614)
[ 5234.379612] [<c072ce58>] (lpm_cpuidle_enter+0x558/0x614) from [<c0729a3c>] (cpuidle_enter_state+0x3c/0xd8)
[ 5234.389247] [<c0729a3c>] (cpuidle_enter_state+0x3c/0xd8) from [<c0729bb8>] (cpuidle_idle_call+0xe0/0x144)
[ 5234.398799] [<c0729bb8>] (cpuidle_idle_call+0xe0/0x144) from [<c0106e50>] (arch_cpu_idle+0x8/0x38)
[ 5234.407744] [<c0106e50>] (arch_cpu_idle+0x8/0x38) from [<c016a050>] (cpu_startup_entry+0x1d4/0x268)
[ 5234.416771] [<c016a050>] (cpu_startup_entry+0x1d4/0x268) from [<c0a6b7f8>] (rest_init+0x8c/0xa8)
[ 5234.425531] [<c0a6b7f8>] (rest_init+0x8c/0xa8) from [<c10009f4>] (start_kernel+0x2f0/0x34c)
[ 5235.646418] Rebooting in 1 seconds..
[ 5236.649095] Going down for restart now
[ 5236.652623] Calling SCM to disable SPMI PMIC arbiter

Also,
When No SIM card is inserted, log is flooded with:

[ 5229.545927] pil-q6v5-mss fc880000.qcom,mss: MBA boot failed.
[ 5229.552086] pil-q6v5-mss fc880000.qcom,mss: modem: Invalid firmware metadata
[ 5229.558401] M-Notify: General: 5
[ 5229.561665] smd_pkt_open failed on smd_pkt_dev id:0 - subsystem_get failed for modem
[ 5229.569473] M-Notify: General: 7
[ 5229.581230] M-Notify: General: 6
[ 5230.648396] pil-q6v5-mss fc880000.qcom,mss: MBA boot timed out
[ 5230.653347] RMB_MBA_IMAGE: 25b00000
[ 5230.656684] RMB_PBL_STATUS: 00000001
[ 5230.660242] RMB_MBA_COMMAND: 00000000
[ 5230.663990] RMB_MBA_STATUS: 00000000
[ 5230.667448] RMB_PMI_META_DATA: 00000000
[ 5230.671583] RMB_PMI_CODE_START: 00000000
[ 5230.675418] RMB_PMI_CODE_LENGTH: 00000000
[ 5230.679657] pil-q6v5-mss fc880000.qcom,mss: MBA boot failed.
[ 5230.685339] pil-q6v5-mss fc880000.qcom,mss: modem: Invalid firmware metadata
[ 5230.692081] M-Notify: General: 5
[ 5230.695166] smd_pkt_open failed on smd_pkt_dev id:0 - subsystem_get failed for modem
[ 5230.703467] M-Notify: General: 7
[ 5230.718491] M-Notify: General: 6

Slightly faster memutils

Implemented this in memutils - https://github.com/rachanta/kernel_n5_racer/commit/f9ee304323c497dbffdced7948cea669b26682ab.patch

It is slightly faster than memutils in LA.BF64.1.2.2_rb4.7 according to benchmarks, but needs some professional input.

I messed up my initial commit with some rej. orig files and the entire original memutils but tried stitching one together in the zip
threader/kernel-copyleft-honami-14.6.A.1.xxx-backports@d90b9cf

memutils-cortex-a15-mike.patch.zip

[1.3.3] amami - Mobile Data Connection only work on LTE

Hi there,

at first I don't know if this is the right place to post this but I have found nothing about the right place.
Also I know that the amami device is some years old and so maybe the developers have gone to the newer phone. But I ask anyway maybe some other older devices benefit also from this.
I build LOS with these manifest https://github.com/Micha-Btz/local_manifests/blob/cm-14.1/roomservice.xml
and like the topic says mobile data is only working on LTE. Since the AICP 12.1 have the same problem I hope here for some help.
I have make a big logcat and would be great when someone with the knowlege to solve this can take a look.
https://gist.github.com/Micha-Btz/2c65f7212c3438e83cbdcaa045408080

If you need more debugging please let me know how to get these and I will attach them here.
Thanks for reading.
Micha

Kernel can't be compiled

LA.BR.1.3.3_rb2.14
aosp config for aosp_kitakami_sumire

drivers/built-in.o: In functionset_device_mode':
/home/fergy/Development/nougat/kernel/sony/kitakami/drivers/cpuidle/lpm-levels.c:329: undefined reference to use_psci' /home/fergy/Development/nougat/kernel/sony/kitakami/drivers/cpuidle/lpm-levels.c:329: undefined reference touse_psci'
/home/fergy/Development/nougat/kernel/sony/kitakami/drivers/cpuidle/lpm-levels.c:329: undefined reference to use_psci' /home/fergy/Development/nougat/kernel/sony/kitakami/drivers/cpuidle/lpm-levels.c:329: undefined reference touse_psci'
/home/fergy/Development/nougat/kernel/sony/kitakami/drivers/cpuidle/lpm-levels.c:329: undefined reference to use_psci' drivers/built-in.o:/home/fergy/Development/nougat/kernel/sony/kitakami/drivers/cpuidle/lpm-levels.c:329: more undefined references touse_psci' follow
drivers/built-in.o: In function parse_cluster_params': /home/fergy/Development/nougat/kernel/sony/kitakami/drivers/cpuidle/lpm-levels-of.c:278: undefined reference toset_cci_mode'
/home/fergy/Development/nougat/kernel/sony/kitakami/drivers/cpuidle/lpm-levels-of.c:278: undefined reference to set_cci_mode' drivers/built-in.o: In functionipa_q6_monitor_holb_mitigation':
/home/fergy/Development/nougat/kernel/sony/kitakami/drivers/platform/msm/ipa/ipa.c:1378: undefined reference to ipa_uc_monitor_holb' drivers/built-in.o: In functionipa_controller_static_bind':
/home/fergy/Development/nougat/kernel/sony/kitakami/drivers/platform/msm/ipa/ipa_utils.c:4415: undefined reference to __ipa_commit_hdr_v2_6L' /home/fergy/Development/nougat/kernel/sony/kitakami/drivers/platform/msm/ipa/ipa_utils.c:4415: undefined reference to__ipa_commit_hdr_v2_6L'
/home/fergy/Development/nougat/kernel/sony/kitakami/drivers/platform/msm/ipa/ipa_utils.c:4416: undefined reference to __ipa_generate_rt_hw_rule_v2_6L' /home/fergy/Development/nougat/kernel/sony/kitakami/drivers/platform/msm/ipa/ipa_utils.c:4416: undefined reference to__ipa_generate_rt_hw_rule_v2_6L'
drivers/built-in.o: In function sps_pipe_inject_zlt': /home/fergy/Development/nougat/kernel/sony/kitakami/drivers/platform/msm/sps/sps.c:2578: undefined reference tosps_bam_pipe_inject_zlt'
drivers/built-in.o: In function msm_pc_debug_counters_phys': cpuquiet-msm.c:(.data+0x1477e8): undefined reference toclk_ops_byte_multiparent'
cpuquiet-msm.c:(.data+0x1479d8): undefined reference to clk_ops_byte_multiparent' cpuquiet-msm.c:(.data+0x149950): undefined reference toclk_ops_pixel_multiparent'
cpuquiet-msm.c:(.data+0x149b40): undefined reference to clk_ops_pixel_multiparent' mm/built-in.o: In functionget_pageblock_migratetype':
/home/fergy/Development/nougat/kernel/sony/kitakami/include/linux/mmzone.h:90: undefined reference to get_pageblock_flags_group' /home/fergy/Development/nougat/kernel/sony/kitakami/include/linux/mmzone.h:90: undefined reference toget_pageblock_flags_group'
/home/fergy/Development/nougat/kernel/sony/kitakami/include/linux/mmzone.h:90: undefined reference to get_pageblock_flags_group' /home/fergy/Development/nougat/kernel/sony/kitakami/include/linux/mmzone.h:90: undefined reference toget_pageblock_flags_group'
/home/fergy/Development/nougat/kernel/sony/kitakami/include/linux/mmzone.h:90: undefined reference to get_pageblock_flags_group'

contribute?

Hi there I have an update to include/linux/msm_vidc_dec.h to allow inline building wiht newer versions of qcom-caf in cm based roms. How do I push to you?

Some issues on Xperia Z2 (D6503, SonyAosp)

  1. When switching off the Flashlight it makes a noise, sometimes the QS tile for the Flashlight disappears.

Also, when using the "Super-Bright LED Torch" application from the Google Play Store, it creates an error message below :

"It's detected that your hardware does not support LED Cam light. Screen brightness will be used to light up."

  1. There is a 'Charging issue'... when you plug the USB cable to your phone it charges the phone but when you remove the USB cable, it will stop charging the phone but the system still thinks that the device is charging.

^^ So, when you switch off the phone, you won't be able to turn on the phone using the power button. You've to press the "Power button + Volume Up button" to completely stop all the power from the board and then you can power on your phone by using the "Power button"

.

.

hvdcp_max_current not in effect?

In b413135, support for HVDCP charger has been added to the driver phy_msm_usb. Max current drawn from HVDCP charger has been set to 1800mA in the commit as well. I can confirmed that it has been applied to the kernel I am using:

u0_a210@F5122:/ $ cat /sys/module/phy_msm_usb/parameters/hvdcp_max_current
1800

However, when I check the following uevent file while I am charging my Xperia X, I see that the max current is not 1800mA but 1500mA:

u0_a210@F5122:/ $ cat /sys/class/power_supply/usb/uevent
POWER_SUPPLY_NAME=usb
POWER_SUPPLY_HEALTH=Good
POWER_SUPPLY_PRESENT=1
POWER_SUPPLY_ONLINE=1
POWER_SUPPLY_VOLTAGE_MAX=0
POWER_SUPPLY_CURRENT_MAX=1500000
POWER_SUPPLY_INPUT_CURRENT_MAX=0
POWER_SUPPLY_SCOPE=Device
POWER_SUPPLY_TYPE=USB_HVDCP
POWER_SUPPLY_VOLTAGE_NOW=9038620
POWER_SUPPLY_DP_DM=1
POWER_SUPPLY_USB_OTG=0
POWER_SUPPLY_SUB_TYPE=0
POWER_SUPPLY_CHARGER_TYPE=USB_HVDCP_CHARGER

Does that mean some necessary changes are missing for proper support for HVDCP?

Btw, when I check the history of the phy_msm_usb driver, a recent change (867d794) is that some hacks have been added for Suzu (which is Xperia X, the model I have here, IIRC). So what so special about Suzu that makes it need hacks?

After connecting to wall charger, usb unusable no debug and icon remains charging

Aries, N, 1.3.3 branch
Connecting to charger makes USB unusable - no adb detection . . .
Connecting to computer does not have same issue.

After removing USB from charger, battery icon remains as charging

When charging with phone switched off,
After showing charging animation the screen remains black but with full brightness,
The above issue also seems to be a problem, when removed from charger phone display remains on maximum brightness.

[BF64] Kernel Build Error

arch/arm/mach-msm/board-sony_shinano-wifi.c:25:42: fatal error: ../drivers/mmc/host/msm_sdcc.h: No such file or directory
 #include <../drivers/mmc/host/msm_sdcc.h>
                                          ^
compilation terminated.
scripts/Makefile.build:308: recipe for target 'arch/arm/mach-msm/board-sony_shinano-wifi.o' failed
make[1]: *** [arch/arm/mach-msm/board-sony_shinano-wifi.o] Error 1
Makefile:811: recipe for target 'arch/arm/mach-msm' failed
make: *** [arch/arm/mach-msm] Error 2

Verbose, (V=1): [ http://pastebin.com/1hsiRTPV ]

Can't boot LA.BR.1.3.3_rb2.14 on amami

I'm trying to inline build this kernel with CM 13. It compiles, but it won't do a normal boot successfully. I get the Sony bootloader logo and a black screen in a boot loop. However, recovery mode works, so my build isn't complete garbage.

Here is my dmesg from pstore, with loglevel=7 for both the kernel and init. Right after it's fired up most of the services, it just stops, which I find puzzling. I also have a pmsg-ramoops-0 file; not sure what the contents mean. Adb logcat is not active this early in the boot sequence, even after I moved it up in the init sequence.

I'm new to Android development and would be grateful for some pointers on debugging this.

random32.so

CC lib/random32.o
/home/mcgi5sr2/AOSP/android/system/kernel/sony/msm/lib/random32.c:179:50: error: expected ')' before numeric constant
static DEFINE_TIMER(seed_timer, __prandom_timer, 0, 0);
^
/home/mcgi5sr2/AOSP/android/system/kernel/sony/msm/lib/random32.c: In function '__prandom_timer':
/home/mcgi5sr2/AOSP/android/system/kernel/sony/msm/lib/random32.c:188:2: error: 'seed_timer' undeclared (first use in this function)
seed_timer.expires = jiffies + (40 * HZ + (prandom_u32() % (40 * HZ)));
^
/home/mcgi5sr2/AOSP/android/system/kernel/sony/msm/lib/random32.c:188:2: note: each undeclared identifier is reported only once for each function it appears in
/home/mcgi5sr2/AOSP/android/system/kernel/sony/msm/lib/random32.c:189:2: error: implicit declaration of function 'add_timer' [-Werror=implicit-function-declaration]
add_timer(&seed_timer);
^
/home/mcgi5sr2/AOSP/android/system/kernel/sony/msm/lib/random32.c: In function 'prandom_start_seed_timer':
/home/mcgi5sr2/AOSP/android/system/kernel/sony/msm/lib/random32.c:194:2: error: implicit declaration of function 'set_timer_slack' [-Werror=implicit-function-declaration]
set_timer_slack(&seed_timer, HZ);
^
/home/mcgi5sr2/AOSP/android/system/kernel/sony/msm/lib/random32.c:194:19: error: 'seed_timer' undeclared (first use in this function)
set_timer_slack(&seed_timer, HZ);
^
/home/mcgi5sr2/AOSP/android/system/kernel/sony/msm/lib/random32.c: At top level:
/home/mcgi5sr2/AOSP/android/system/kernel/sony/msm/lib/random32.c:181:13: warning: '__prandom_timer' defined but not used [-Wunused-function]
static void __prandom_timer(unsigned long dontcare)
^
cc1: some warnings being treated as errors
/home/mcgi5sr2/AOSP/android/system/kernel/sony/msm/scripts/Makefile.build:308: recipe for target 'lib/random32.o' failed
make[2]: *** [lib/random32.o] Error 1
/home/mcgi5sr2/AOSP/android/system/kernel/sony/msm/Makefile:821: recipe for target 'lib' failed
make[1]: *** [lib] Error 2
make[1]: *** Waiting for unfinished jobs....
Makefile:130: recipe for target 'sub-make' failed
make: *** [sub-make] Error 2

Default kernel path may conflict

Per http://developer.sonymobile.com/knowledge-base/open-source/open-devices/aosp-build-instructions/how-to-build-aosp-lollipop-for-unlocked-xperia-devices/

The current local_manifest kernel path may conflict/clash with existing kernels from other devices.

Manifest places this kernel currently at kernel/, which probably contains kernels for other devices (say nexus, or whatever). It would probably be a good idea to adjust this manifest towards a subdirectory such as kernel/sony, so it won't clash with another OEM's kernel sources, if someone has more than one checked out.

kernel/sony may not be ideal if the user already has other sony non-unified kernels present, but I guess that's taking things to the n'th degree.

dma_mapping-fast breaking build.

Hey, using the aosp_kitakami_sumire_dsds_defconfig (from android 7.0) and trying from the AOSP instructions for android 7.1, I'm getting
In file included from ./arch/arm64/include/asm/dma-iommu.h:12:0,
from arch/arm64/mm/dma-mapping.c:33:
include/linux/dma-mapping-fast.h:46:15: warning: 'struct dma_iommu_mapping' declared inside parameter list
This in spite of adding both #972 and #969
Ideas?

amami display

The display does not work with the 3.10 kernel and amami. The kernel logo and everything else does not show up.
I have tried the kernel with freexperias combined-rootfs and inside recovery(twrp) the display works, but the recovery ui is below the kernel logo, which shows up after boot.
I have rebuilt android with 3.10 headers, but the display is still not working.

[1.3.3][D6633] Reboot in call

On LineageOS leo experience reboot in call after screen goes dark. (Aries doesn't have this issue. )
This issue doesn't happens while plugged into usb, even after merging #1130.
If prevent screen going dark (setting timeout at 30min) and using headset for example, phone doesn't reboot until 30 minutes are reached.

Don't know if this issue is related to #797 or is relevant because of Lineage.

Issue present on each LOS build.

Partial output with this kernel (include #1131 #1130 #1128 #1120):

[  496.498192] Error: returning -512 value
[  496.513756] Unable to handle kernel NULL pointer dereference at virtual address 0000001c
[  496.513769] pgd = c3a78000
[  496.513788] [0000001c] *pgd=00000000
[  496.513810] Internal error: Oops: 5 [#1] PREEMPT SMP ARM
[  496.513839] CPU: 1 PID: 1331 Comm: system_server Not tainted 3.10.84-gaeaeb5a #1
[  496.513858] task: c4411f40 ti: c3ad8000 task.ti: c3ad8000
[  496.513888] PC is at snd_pcm_do_suspend+0x44/0x54
[  496.513907] LR is at snd_pcm_action_single+0x38/0x64
[  496.513929] pc : [<c0752cb0>]    lr : [<c0752910>]    psr: 60000093
[  496.513929] sp : c3ad9cd0  ip : 0000e64b  fp : c0e7bfec
[  496.513943] r10: 00000002  r9 : c0c7822c  r8 : c03a740c
[  496.513958] r7 : c0f9c914  r6 : 00000000  r5 : c0f8b080  r4 : c426ee00
[  496.513972] r3 : c426ee00  r2 : 00000000  r1 : 00000005  r0 : c426ee00
[  496.513993] Flags: nZCv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment user
[  496.514011] Control: 10c5787d  Table: 03a7806a  DAC: 00000015
[  496.514028] Process system_server (pid: 1331, stack limit = 0xc3ad8238)
[...]
[  496.515401] ---[ end trace 749da69a7594b5f2 ]---
[  496.537614] Kernel panic - not syncing: Fatal exception
[  496.537822] CPU0: stopping
[  496.537848] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G      D      3.10.84-gaeaeb5a #1
[  496.537907] [<c00139c0>] (unwind_backtrace+0x0/0x120) from [<c0011c54>] 
[...]
[  498.366798] Rebooting in 5 seconds..
[  503.372402] Going down for restart now

Full oops

I can provide any other information.
IDK how to read stack traces to debug this.

Error -512 doesn't seems to be related to this panic because can happens and the device doesn't reboot. However panic is always predate by this -512 line.

nailyk :) % rgrep "Error: returning"                                                                                       [eac56be...] ~/cyanogen/14.1/kernel/sony/msm8974
drivers/usb/gadget/f_fs.c:970:          pr_err("Error: returning %zd value\n", ret);

.

.

(phone) Issues on honami

Hello,

I'm not sure if these are a kernel issues. First - radio has a constant wakelock (wakelock detector shows Radio - ProxyController). This is quite a issue because phone battery is drained really fast. Also signal sometimes drops (which is not possible I can see the transmitter from window)

The second issue is that the proximity sensor does not work. So screen does not turn off while call.

Radio log of signal drop:
09-18 22:23:33.272 2118 22273 D SST : getCellLocation(): X good mCellLoc=[20500,766,-1] 09-18 22:23:33.281 2118 2118 D RILJ : [4196]> REQUEST_GET_NEIGHBORING_CELL_IDS [SUB0] 09-18 22:23:33.283 486 680 I RILQ : (0/486):RIL[0][main] qcril_qmi_nas_get_neighboring_cell_ids: completed with 009-18 22:23:33.286 486 717 I RILQ : (0/486):RIL[0][qmi_cb] qcril_qmi_nas_get_neighboring_cells_cb: .. qmi error 0, resultqmi 0, qmi transp_err 0, ril res 0 09-18 22:23:33.287 486 717 I RILQ : (0/486):RIL[0][qmi_cb] qcril_qmi_nas_get_neighboring_cells_cb: completed with 0 with 4 entries 09-18 22:23:33.289 2118 2212 D RILJ : [4196]< REQUEST_GET_NEIGHBORING_CELL_IDS {[[501480b@6]] [[0ffff@6]] [[0ffff@5]] [[0ffff@3]] } [SUB0] 09-18 22:23:33.291 2118 22273 D RILJ : [4197]> RIL_REQUEST_GET_CELL_INFO_LIST [SUB0] 09-18 22:23:33.297 486 27607 D RILC : responseCellInfoList: v6 09-18 22:23:33.299 2118 2212 W RILJ : [4197]< RIL_REQUEST_GET_CELL_INFO_LIST exception, possible invalid RIL response 09-18 22:23:33.299 2118 2212 W RILJ : java.lang.RuntimeException: Bad CellInfo Parcel 09-18 22:23:33.299 2118 2212 W RILJ : at android.telephony.CellInfo$1.createFromParcel(CellInfo.java:207) 09-18 22:23:33.299 2118 2212 W RILJ : at android.telephony.CellInfo$1.createFromParcel(CellInfo.java:200) 09-18 22:23:33.299 2118 2212 W RILJ : at com.android.internal.telephony.RIL.responseCellInfoList(RIL.java:4167) 09-18 22:23:33.299 2118 2212 W RILJ : at com.android.internal.telephony.RIL.processSolicited(RIL.java:2782) 09-18 22:23:33.299 2118 2212 W RILJ : at com.android.internal.telephony.RIL.processResponse(RIL.java:2556) 09-18 22:23:33.299 2118 2212 W RILJ : at com.android.internal.telephony.RIL.-wrap7(RIL.java) 09-18 22:23:33.299 2118 2212 W RILJ : at com.android.internal.telephony.RIL$RILReceiver.run(RIL.java:684) 09-18 22:23:33.299 2118 2212 W RILJ : at java.lang.Thread.run(Thread.java:761) 09-18 22:23:33.300 2118 2118 D SST : EVENT_GET_CELL_INFO_LIST: error ret null, e=java.lang.RuntimeException: Bad CellInfo Parcel 09-18 22:23:33.300 2118 22273 D SST : SST.getAllCellInfo(): X size=0 list=null 09-18 22:23:33.302 2118 22272 D SST : getCellLocation(): X good mCellLoc=[20500,766,-1] 09-18 22:24:21.272 486 683 E RILQ : (0/486): RIL[0][event] qcril_qmi_coex_util_convert_gsm_active_channel_to_frequencies: Invalid active band 09-18 22:24:21.272 486 683 E RILQ : (0/486): RIL[0][event] qcril_qmi_coex_util_convert_gsm_active_channel_to_frequencies: Unknown active band -1 or active channel 104 09-18 22:24:22.415 2118 4332 D SST : getCellLocation(): X good mCellLoc=[20500,766,-1] 09-18 22:24:22.421 2118 2118 D RILJ : [4198]> REQUEST_GET_NEIGHBORING_CELL_IDS [SUB0] 09-18 22:24:22.423 486 680 I RILQ : (0/486):RIL[0][main] qcril_qmi_nas_get_neighboring_cell_ids: completed with 009-18 22:24:22.424 486 717 I RILQ : (0/486):RIL[0][qmi_cb] qcril_qmi_nas_get_neighboring_cells_cb: .. qmi error 0, resultqmi 0, qmi transp_err 0, ril res 0 09-18 22:24:22.425 486 717 I RILQ : (0/486):RIL[0][qmi_cb] qcril_qmi_nas_get_neighboring_cells_cb: completed with 0 with 3 entries 09-18 22:24:22.427 2118 2212 D RILJ : [4198]< REQUEST_GET_NEIGHBORING_CELL_IDS {[[40321ff5@30]] [[0ffff@5]] [[0ffff@4]] } [SUB0] 09-18 22:24:22.432 2118 4332 D RILJ : [4199]> RIL_REQUEST_GET_CELL_INFO_LIST [SUB0] 09-18 22:24:22.436 486 27667 D RILC : responseCellInfoList: v6 09-18 22:24:22.437 2118 2212 W RILJ : [4199]< RIL_REQUEST_GET_CELL_INFO_LIST exception, possible invalid RIL response 09-18 22:24:22.437 2118 2212 W RILJ : java.lang.RuntimeException: Bad CellInfo Parcel 09-18 22:24:22.437 2118 2212 W RILJ : at android.telephony.CellInfo$1.createFromParcel(CellInfo.java:207) 09-18 22:24:22.437 2118 2212 W RILJ : at android.telephony.CellInfo$1.createFromParcel(CellInfo.java:200) 09-18 22:24:22.437 2118 2212 W RILJ : at com.android.internal.telephony.RIL.responseCellInfoList(RIL.java:4167) 09-18 22:24:22.437 2118 2212 W RILJ : at com.android.internal.telephony.RIL.processSolicited(RIL.java:2782) 09-18 22:24:22.437 2118 2212 W RILJ : at com.android.internal.telephony.RIL.processResponse(RIL.java:2556) 09-18 22:24:22.437 2118 2212 W RILJ : at com.android.internal.telephony.RIL.-wrap7(RIL.java) 09-18 22:24:22.437 2118 2212 W RILJ : at com.android.internal.telephony.RIL$RILReceiver.run(RIL.java:684) 09-18 22:24:22.437 2118 2212 W RILJ : at java.lang.Thread.run(Thread.java:761) 09-18 22:24:22.437 2118 2118 D SST : EVENT_GET_CELL_INFO_LIST: error ret null, e=java.lang.RuntimeException: Bad CellInfo Parcel 09-18 22:24:22.438 2118 4332 D SST : SST.getAllCellInfo(): X size=0 list=null 09-18 22:24:22.439 2118 2134 D SST : getCellLocation(): X good mCellLoc=[20500,766,-1] 09-18 22:24:22.477 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:24:22.478 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:24:22.478 2118 2118 D RILJ : [4200]> OPERATOR [SUB0] 09-18 22:24:22.478 2118 2118 D RILJ : [4201]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:24:22.479 2118 2118 D RILJ : [4202]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:24:22.480 2118 2118 D RILJ : [4203]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:24:22.484 2118 2212 D RILJ : [4200]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:24:22.487 2118 2212 D RILJ : [4202]< VOICE_REGISTRATION_STATE {1, 5014, 000002fe, 16, null, null, null, 0, null, null, 1, null, null, 0, null} [SUB0] 09-18 22:24:22.488 2118 2212 D RILJ : [4203]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:24:22.488 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:24:22.489 2118 2212 D RILJ : [4201]< DATA_REGISTRATION_STATE {1, 5014, 000002fe, 2, null, 20, null, null, null, null, null} [SUB0] 09-18 22:24:22.489 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=0 regState=1 dataRadioTechnology=2 09-18 22:24:22.491 2118 2118 D SST : Poll ServiceState done: oldSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM EDGE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM EDGE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:24:22.954 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1d040800020000001090 [SUB0] 09-18 22:24:22.955 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:24:22.956 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:24:22.957 2118 2118 D RILJ : [4204]> OPERATOR [SUB0] 09-18 22:24:22.959 2118 2118 D RILJ : [4205]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:24:22.960 2118 2118 D RILJ : [4206]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:24:22.966 2118 2118 D RILJ : [4207]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:24:22.983 2118 2212 D RILJ : [4204]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:24:22.990 2118 2212 D RILJ : [4206]< VOICE_REGISTRATION_STATE {1, 4032, 00001ff5, 16, null, null, null, 0, null, null, 1, null, null, 0, null} [SUB0] 09-18 22:24:22.993 2118 2212 D RILJ : [4205]< DATA_REGISTRATION_STATE {1, 4032, 00001ff5, 2, null, 20, null, null, null, null, null} [SUB0] 09-18 22:24:22.993 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=0 regState=1 dataRadioTechnology=2 09-18 22:24:22.994 2118 2212 D RILJ : [4207]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:24:22.995 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:24:22.998 2118 2118 D SST : Poll ServiceState done: oldSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM EDGE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM EDGE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:24:22.998 2118 2118 D SST : getCellLocation(): X good mCellLoc=[16434,8181,-1] 09-18 22:24:23.000 1267 21480 D TelephonyRegistry: notifyCellLocationForSubscriber: subId=1 cellLocation=Bundle[mParcelledData.dataSize=64] 09-18 22:24:23.428 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:24:23.431 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:24:23.431 2118 2118 D RILJ : [4208]> OPERATOR [SUB0] 09-18 22:24:23.433 2118 2118 D RILJ : [4209]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:24:23.435 2118 2118 D RILJ : [4210]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:24:23.436 2118 2118 D RILJ : [4211]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:24:23.442 2118 2212 D RILJ : [4208]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:24:23.449 2118 2212 D RILJ : [4209]< DATA_REGISTRATION_STATE {1, 4032, 00001ff5, 2, null, 20, null, null, null, null, null} [SUB0] 09-18 22:24:23.449 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=0 regState=1 dataRadioTechnology=2 09-18 22:24:23.451 2118 2212 D RILJ : [4211]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:24:23.451 2118 2212 D RILJ : [4210]< VOICE_REGISTRATION_STATE {1, 4032, 00001ff5, 16, null, null, null, 0, null, null, 1, null, null, 0, null} [SUB0] 09-18 22:24:23.451 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:24:23.453 2118 2118 D SST : Poll ServiceState done: oldSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM EDGE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM EDGE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:24:32.968 2118 2212 D RILJ : [UNSL]< UNSOL_NITZ_TIME_RECEIVED 16/09/18,20:24:33+08,01 [SUB0] 09-18 22:24:32.968 2118 2118 D SST : NITZ: 16/09/18,20:24:33+08,01,26760746 start=26760746 delay=0 09-18 22:24:32.968 2118 2118 D SST : NITZ: tzOffset=7200000 dst=1 zone=Europe/Prague iso=cz mGotCountryCode=true mNeedFixZoneAfterNitz=false 09-18 22:24:32.968 2118 2118 D SST : setAndBroadcastNetworkSetTimeZone: setTimeZone=Europe/Prague 09-18 22:24:32.970 2118 2118 D SST : setAndBroadcastNetworkSetTimeZone: call alarm.setTimeZone and broadcast zoneId=Europe/Prague 09-18 22:24:32.971 2118 2118 D SST : NITZ: Setting time of day to Sun Sep 18 22:24:33 GMT+02:00 2016 NITZ receive delay(ms): 3 gained(ms): 32 from 16/09/18,20:24:33+08,01 09-18 22:24:32.971 2118 2118 D SST : setAndBroadcastNetworkSetTime: time=1474230273003ms 09-18 22:24:33.004 2118 2118 I SST : NITZ: after Setting time of day 09-18 22:24:33.004 2118 2118 D SST : NITZ: end=26760752 dur=6 09-18 22:24:42.049 486 683 E RILQ : (0/486): RIL[0][event] qcril_qmi_coex_util_convert_gsm_active_channel_to_frequencies: Invalid active band 09-18 22:24:42.049 486 683 E RILQ : (0/486): RIL[0][event] qcril_qmi_coex_util_convert_gsm_active_channel_to_frequencies: Unknown active band 80 or active channel 107 09-18 22:24:42.052 486 683 E RILQ : (0/486): RIL[0][event] qcril_qmi_coex_util_convert_gsm_active_channel_to_frequencies: Invalid active band 09-18 22:24:42.052 486 683 E RILQ : (0/486): RIL[0][event] qcril_qmi_coex_util_convert_gsm_active_channel_to_frequencies: Unknown active band 80 or active channel 107 09-18 22:24:43.006 2118 2118 I SST : NITZ: after Setting time of day 09-18 22:24:43.008 2118 2118 D SST : NITZ: end=26771839 dur=7 09-18 22:24:43.009 2118 2212 D RILJ : [4218]< VOICE_REGISTRATION_STATE {1, 4032, 0faccd1f, 3, null, null, null, 0, null, null, null, null, null, 0, 6e} [SUB0] 09-18 22:24:43.013 2118 2212 D RILJ : [4216]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:24:43.014 2118 2212 D RILJ : [4217]< DATA_REGISTRATION_STATE {1, 4032, 0faccd1f, 3, null, 20, null, null, null, null, null} [SUB0] 09-18 22:24:43.014 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=0 regState=1 dataRadioTechnology=3 09-18 22:24:43.015 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:24:43.015 486 683 E RILQ : (0/486): RIL[0][event] get_ecc_property_name: ecc list name : ril.ecclist. 09-18 22:24:43.016 2118 2118 D SST : Poll ServiceState done: oldSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM EDGE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS UMTS CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:24:43.016 2118 2118 D SST : RAT switched GSM -> UMTS at cell 262982943 09-18 22:24:43.016 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] updatePhoneObject: radioTechnology=3 09-18 22:24:43.016 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.network.type value: UMTS propVal=UMTS 09-18 22:24:43.016 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:24:43.017 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:24:43.017 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:24:43.018 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.alpha value: KAKTUS propVal=KAKTUS 09-18 22:24:43.018 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.numeric value: 23001 propVal=23001 09-18 22:24:43.018 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.iso-country value: cz propVal=cz 09-18 22:24:43.019 2118 2118 D SST : shouldFixTimeZoneNow: retVal=false iccCardExist=true operatorNumeric=23001 mcc=230 prevOperatorNumeric=23001 prevMcc=230 needToFixTimeZone=false ltod=09-18 22:24:43.019 09-18 22:24:43.019 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.isroaming value: false propVal=false 09-18 22:24:43.019 2118 2118 D SST : Broadcasting ServiceState : 0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS UMTS CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false 09-18 22:24:43.020 2118 2118 D DefaultPhoneNotifier: nofityServiceState: mRegistry=com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy@7b1857e ss=0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS UMTS CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false sender=Handler (com.android.internal.telephony.GsmCdmaPhone) {d14a5e7} phondId=0 subId=1 09-18 22:24:43.028 2118 2118 D SST : notifyDataRegStateRilRadioTechnologyChanged: drs=0 rat=3 09-18 22:24:43.028 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.network.type value: UMTS propVal=UMTS 09-18 22:24:43.029 2118 2118 D DCT : [0]get all active apn types 09-18 22:24:43.029 2118 2118 D SST : getCellLocation(): X good mCellLoc=[16434,262982943,110] 09-18 22:24:43.029 2118 2228 D DC-1 : DcInactiveState nothandled msg.what=EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED 09-18 22:24:43.029 2118 2228 D DC-1 : DcDefault msg=EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED RefCount=0 09-18 22:24:43.029 1267 2014 D TelephonyRegistry: notifyCellLocationForSubscriber: subId=1 cellLocation=Bundle[mParcelledData.dataSize=64] 09-18 22:24:43.029 2118 2228 D DC-1 : DcDefaultState: EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED drs=0 mRilRat=3 09-18 22:24:43.036 2118 2118 D RILJ : [4220]> OPERATOR [SUB0] 09-18 22:24:43.037 2118 2118 D RILJ : [4221]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:24:43.039 2118 2118 D RILJ : [4222]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:24:43.039 2118 2118 D RILJ : [4223]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:24:43.040 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] phoneObjectUpdater: newVoiceRadioTech=3 09-18 22:24:43.040 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] phoneObjectUpdater: No change ignore, newVoiceRadioTech=3 mActivePhone=GSM 09-18 22:24:43.040 2118 2118 D RILJ : [4224]> OPERATOR [SUB0] 09-18 22:24:43.040 2118 2118 D RILJ : [4225]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:24:43.041 2118 2118 D RILJ : [4226]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:24:43.042 2118 2118 D RILJ : [4227]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:24:43.042 2118 2118 D DCT : [0]setupDataOnConnectableApns: nwTypeChanged hipri:[state=IDLE,enabled=false] mms:[state=IDLE,enabled=false] supl:[state=IDLE,enabled=false] dun:[state=IDLE,enabled=false] default:[state=IDLE,enabled=false] 09-18 22:24:43.046 2118 2212 D RILJ : [4220]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:24:43.046 2118 2212 D RILJ : [4224]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:24:43.046 2118 2212 D RILJ : [4221]< DATA_REGISTRATION_STATE {1, 4032, 0faccd1f, 3, null, 20, null, null, null, null, null} [SUB0] 09-18 22:24:43.047 2118 2212 D RILJ : [4225]< DATA_REGISTRATION_STATE {1, 4032, 0faccd1f, 3, null, 20, null, null, null, null, null} [SUB0] 09-18 22:24:43.047 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=0 regState=1 dataRadioTechnology=3 09-18 22:24:43.048 2118 2212 D RILJ : [4223]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:24:43.048 2118 2212 D RILJ : [4227]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:24:43.048 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:24:43.048 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:24:43.049 2118 2212 D RILJ : [4222]< VOICE_REGISTRATION_STATE {1, 4032, 0faccd1f, 3, null, null, null, 0, null, null, 1, null, null, 0, 6e} [SUB0] 09-18 22:24:43.049 2118 2212 D RILJ : [4226]< VOICE_REGISTRATION_STATE {1, 4032, 0faccd1f, 3, null, null, null, 0, null, null, 1, null, null, 0, 6e} [SUB0] 09-18 22:24:43.050 2118 2118 D SST : Poll ServiceState done: oldSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS UMTS CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS UMTS CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:24:43.092 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4bef0308000100000000 [SUB0] 09-18 22:24:43.093 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:24:43.096 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:24:43.096 2118 2118 D RILJ : [4228]> OPERATOR [SUB0] 09-18 22:24:43.096 2118 2118 D RILJ : [4229]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:24:43.097 2118 2118 D RILJ : [4230]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:24:43.097 2118 2118 D RILJ : [4231]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:24:43.104 2118 2212 D RILJ : [4228]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:24:43.105 2118 2212 D RILJ : [4230]< VOICE_REGISTRATION_STATE {1, 4032, 0faccd1f, 3, null, null, null, 0, null, null, 1, null, null, 0, 6e} [SUB0] 09-18 22:24:43.107 2118 2212 D RILJ : [4231]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:24:43.107 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:24:43.110 2118 2212 D RILJ : [4229]< DATA_REGISTRATION_STATE {1, 4032, 0faccd1f, 3, null, 20, null, null, null, null, null} [SUB0] 09-18 22:24:43.111 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=0 regState=1 dataRadioTechnology=3 09-18 22:24:43.111 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4bef0308000100000001 [SUB0] 09-18 22:24:43.112 2118 2118 D SST : Poll ServiceState done: oldSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS UMTS CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS UMTS CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:24:43.113 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1d04080002000000034e [SUB0] 09-18 22:24:43.113 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:24:43.114 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:24:43.114 2118 2118 D RILJ : [4232]> OPERATOR [SUB0] 09-18 22:24:43.115 486 683 I RILQ : (0/486):RIL[0][event] qcril_arb_set_data_sys_status: recvd data_sys_status nw=0x0, rat_mask=0xd, so_mask=0x0 09-18 22:24:43.115 486 683 I RILQ : (0/486):RIL[0][event] qcril_arb_set_data_sys_status: recvd data_sys_status nw=0x1, rat_mask=0x0, so_mask=0x0 09-18 22:24:43.115 2118 2118 D RILJ : [4233]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:24:43.115 2118 2118 D RILJ : [4234]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:24:43.116 2118 2118 D RILJ : [4235]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:24:43.122 2118 2212 D RILJ : [4234]< VOICE_REGISTRATION_STATE {1, 4032, 0faccd1f, 3, null, null, null, 0, null, null, 1, null, null, 0, 6e} [SUB0] 09-18 22:24:43.123 2118 2212 D RILJ : [4235]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:24:43.123 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:24:43.126 2118 2212 D RILJ : [4232]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:24:43.128 2118 2212 D RILJ : [4233]< DATA_REGISTRATION_STATE {1, 4032, 0faccd1f, 11, null, 20, null, null, null, null, null} [SUB0] 09-18 22:24:43.128 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=0 regState=1 dataRadioTechnology=11 09-18 22:24:43.129 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:24:43.130 2118 2118 D SST : Poll ServiceState done: oldSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS UMTS CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS HSPA CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:24:43.130 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.network.type value: HSPA propVal=HSPA 09-18 22:24:43.130 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:24:43.130 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:24:43.131 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.alpha value: KAKTUS propVal=KAKTUS 09-18 22:24:43.131 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.numeric value: 23001 propVal=23001 09-18 22:24:43.131 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.iso-country value: cz propVal=cz 09-18 22:24:43.132 2118 2118 D SST : shouldFixTimeZoneNow: retVal=false iccCardExist=true operatorNumeric=23001 mcc=230 prevOperatorNumeric=23001 prevMcc=230 needToFixTimeZone=false ltod=09-18 22:24:43.132 09-18 22:24:43.132 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.isroaming value: false propVal=false 09-18 22:24:43.132 2118 2118 D SST : Broadcasting ServiceState : 0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS HSPA CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false 09-18 22:24:43.132 2118 2118 D DefaultPhoneNotifier: nofityServiceState: mRegistry=com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy@7b1857e ss=0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS HSPA CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false sender=Handler (com.android.internal.telephony.GsmCdmaPhone) {d14a5e7} phondId=0 subId=1 09-18 22:24:43.136 2118 2118 D SST : notifyDataRegStateRilRadioTechnologyChanged: drs=0 rat=11 09-18 22:24:43.136 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.network.type value: HSPA propVal=HSPA 09-18 22:24:43.137 2118 2228 D DC-1 : DcInactiveState nothandled msg.what=EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED 09-18 22:24:43.137 2118 2228 D DC-1 : DcDefault msg=EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED RefCount=0 09-18 22:24:43.137 2118 2228 D DC-1 : DcDefaultState: EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED drs=0 mRilRat=11 09-18 22:24:43.137 2118 2118 D DCT : [0]get all active apn types 09-18 22:24:43.137 2118 2118 D RILJ : [4236]> OPERATOR [SUB0] 09-18 22:24:43.138 2118 2118 D RILJ : [4237]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:24:43.138 2118 2118 D RILJ : [4238]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:24:43.139 2118 2118 D RILJ : [4239]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:24:43.140 2118 2118 D DCT : [0]setupDataOnConnectableApns: nwTypeChanged hipri:[state=IDLE,enabled=false] mms:[state=IDLE,enabled=false] supl:[state=IDLE,enabled=false] dun:[state=IDLE,enabled=false] default:[state=IDLE,enabled=false] 09-18 22:24:43.145 2118 2212 D RILJ : [4236]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:24:43.146 2118 2212 D RILJ : [4238]< VOICE_REGISTRATION_STATE {1, 4032, 0faccd1f, 3, null, null, null, 0, null, null, 1, null, null, 0, 6e} [SUB0] 09-18 22:24:43.146 2118 2212 D RILJ : [4239]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:24:43.147 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:24:43.148 2118 2212 D RILJ : [4237]< DATA_REGISTRATION_STATE {1, 4032, 0faccd1f, 11, null, 20, null, null, null, null, null} [SUB0] 09-18 22:24:43.148 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=0 regState=1 dataRadioTechnology=11 09-18 22:24:43.149 2118 2118 D SST : Poll ServiceState done: oldSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS HSPA CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS HSPA CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:24:43.598 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4bef0308000100000001 [SUB0] 09-18 22:24:43.599 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:24:43.599 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:24:43.600 2118 2118 D RILJ : [4240]> OPERATOR [SUB0] 09-18 22:24:43.602 2118 2118 D RILJ : [4241]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:24:43.602 2118 2118 D RILJ : [4242]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:24:43.603 2118 2118 D RILJ : [4243]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:24:43.615 2118 2212 D RILJ : [4240]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:24:43.618 2118 2212 D RILJ : [4242]< VOICE_REGISTRATION_STATE {1, 4032, 0faccd1f, 3, null, null, null, 0, null, null, 1, null, null, 0, 6e} [SUB0] 09-18 22:24:43.624 2118 2212 D RILJ : [4241]< DATA_REGISTRATION_STATE {1, 4032, 0faccd1f, 11, null, 20, null, null, null, null, null} [SUB0] 09-18 22:24:43.625 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=0 regState=1 dataRadioTechnology=11 09-18 22:24:43.627 2118 2212 D RILJ : [4243]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:24:43.627 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:24:43.630 2118 2118 D SST : Poll ServiceState done: oldSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS HSPA CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS HSPA CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:24:43.820 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:24:43.821 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:24:43.822 2118 2118 D RILJ : [4212]> OPERATOR [SUB0] 09-18 22:24:43.823 2118 2118 D RILJ : [4213]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:24:43.824 2118 2118 D RILJ : [4214]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:24:43.824 2118 2118 D RILJ : [4215]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:24:43.834 2118 2212 D RILJ : [4212]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:24:43.842 2118 2212 D RILJ : [4213]< DATA_REGISTRATION_STATE {1, 4032, 00001ff5, 2, null, 20, null, null, null, null, null} [SUB0] 09-18 22:24:43.842 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=0 regState=1 dataRadioTechnology=2 09-18 22:24:43.843 2118 2212 D RILJ : [4215]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:24:43.843 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:24:43.843 2118 2212 D RILJ : [4214]< VOICE_REGISTRATION_STATE {1, 4032, 00001ff5, 16, null, null, null, 0, null, null, 1, null, null, 0, null} [SUB0] 09-18 22:24:43.846 2118 2118 D SST : Poll ServiceState done: oldSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM EDGE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM EDGE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:24:44.058 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4bef0308000100000000 [SUB0] 09-18 22:24:44.068 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:24:44.070 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1d040800020000000390 [SUB0] 09-18 22:24:44.071 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:24:44.072 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:24:44.072 2118 2118 D RILJ : [4216]> OPERATOR [SUB0] 09-18 22:24:44.073 2118 2118 D RILJ : [4217]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:24:44.073 2118 2118 D RILJ : [4218]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:24:44.074 2118 2118 D RILJ : [4219]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:24:44.078 2118 2212 D RILJ : [4219]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:24:44.078 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:24:44.080 2118 2212 D RILJ : [UNSL]< UNSOL_VOICE_RADIO_TECH_CHANGED {3} [SUB0] 09-18 22:24:44.081 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] EVENT_VOICE_RADIO_TECH_CHANGED: newVoiceTech=3 09-18 22:24:44.081 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] phoneObjectUpdater: newVoiceRadioTech=3 09-18 22:24:44.081 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] phoneObjectUpdater: No change ignore, newVoiceRadioTech=3 mActivePhone=GSM 09-18 22:24:44.084 2118 2212 D RILJ : [UNSL]< UNSOL_NITZ_TIME_RECEIVED 16/09/18,20:24:43+08,01 [SUB0] 09-18 22:24:44.084 2118 2118 D SST : NITZ: 16/09/18,20:24:43+08,01,26771831 start=26771832 delay=1 09-18 22:24:44.085 2118 2118 D SST : NITZ: tzOffset=7200000 dst=1 zone=Europe/Prague iso=cz mGotCountryCode=true mNeedFixZoneAfterNitz=false 09-18 22:24:44.085 2118 2118 D SST : setAndBroadcastNetworkSetTimeZone: setTimeZone=Europe/Prague 09-18 22:24:44.086 486 683 E RILQ : (0/486): RIL[0][event] qcril_qmi_nas_coex_control_process_rf_band_info: Null Pointer 09-18 22:24:44.087 2118 2118 D SST : setAndBroadcastNetworkSetTimeZone: call alarm.setTimeZone and broadcast zoneId=Europe/Prague 09-18 22:24:44.087 486 683 I RILQ : (0/486):RIL[0][event] qcril_arb_set_data_sys_status: recvd data_sys_status nw=0x0, rat_mask=0x1, so_mask=0x0 09-18 22:24:44.087 486 683 I RILQ : (0/486):RIL[0][event] qcril_arb_set_data_sys_status: recvd data_sys_status nw=0x1, rat_mask=0x0, so_mask=0x0 09-18 22:24:44.089 2118 2118 D SST : NITZ: Setting time of day to Sun Sep 18 22:24:43 GMT+02:00 2016 NITZ receive delay(ms): 5 gained(ms): -1084 from 16/09/18,20:24:43+08,01 09-18 22:24:44.089 2118 2118 D SST : setAndBroadcastNetworkSetTime: time=1474230283005ms 09-18 22:24:50.407 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4bef0308000100000000 [SUB0] 09-18 22:24:50.411 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:24:50.411 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:24:50.413 2118 2118 D RILJ : [4244]> OPERATOR [SUB0] 09-18 22:24:50.415 2118 2118 D RILJ : [4245]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:24:50.417 2118 2118 D RILJ : [4246]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:24:50.418 2118 2118 D RILJ : [4247]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:24:50.438 2118 2212 D RILJ : [4244]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:24:50.444 2118 2212 D RILJ : [4247]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:24:50.445 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:24:50.448 2118 2212 D RILJ : [4246]< VOICE_REGISTRATION_STATE {1, 4032, 0faccd1f, 3, null, null, null, 0, null, null, 1, null, null, 0, 6e} [SUB0] 09-18 22:24:50.450 2118 2212 D RILJ : [4245]< DATA_REGISTRATION_STATE {1, 4032, 0faccd1f, 11, null, 20, null, null, null, null, null} [SUB0] 09-18 22:24:50.450 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=0 regState=1 dataRadioTechnology=11 09-18 22:24:50.452 2118 2118 D SST : Poll ServiceState done: oldSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS HSPA CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS HSPA CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:24:51.101 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:24:51.102 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1d04080002000000ffff [SUB0] 09-18 22:24:51.103 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:24:51.103 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:24:51.104 2118 2118 D RILJ : [4248]> OPERATOR [SUB0] 09-18 22:24:51.105 2118 2118 D RILJ : [4249]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:24:51.106 2118 2118 D RILJ : [4250]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:24:51.107 2118 2118 D RILJ : [4251]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:24:51.109 2118 2212 D RILJ : [UNSL]< UNSOL_NITZ_TIME_RECEIVED 16/09/18,20:24:52+08,01 [SUB0] 09-18 22:24:51.110 2118 2118 D SST : NITZ: 16/09/18,20:24:52+08,01,26779941 start=26779941 delay=0 09-18 22:24:51.110 2118 2118 D SST : NITZ: tzOffset=7200000 dst=1 zone=Europe/Prague iso=cz mGotCountryCode=true mNeedFixZoneAfterNitz=false 09-18 22:24:51.110 2118 2118 D SST : setAndBroadcastNetworkSetTimeZone: setTimeZone=Europe/Prague 09-18 22:24:51.115 2118 2118 D SST : setAndBroadcastNetworkSetTimeZone: call alarm.setTimeZone and broadcast zoneId=Europe/Prague 09-18 22:24:51.115 2118 2118 D SST : NITZ: Setting time of day to Sun Sep 18 22:24:52 GMT+02:00 2016 NITZ receive delay(ms): 6 gained(ms): 891 from 16/09/18,20:24:52+08,01 09-18 22:24:51.115 2118 2118 D SST : setAndBroadcastNetworkSetTime: time=1474230292006ms 09-18 22:24:52.006 2118 2118 I SST : NITZ: after Setting time of day 09-18 22:24:52.008 2118 2118 D SST : NITZ: end=26779949 dur=8 09-18 22:24:52.012 2118 2212 D RILJ : [4248]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:24:52.070 2118 2212 D RILJ : [4250]< VOICE_REGISTRATION_STATE {1, null, 0faccd1f, 14, null, null, null, 0, null, null, null, null, null, 0, null} [SUB0] 09-18 22:24:52.071 486 683 I RILQ : (0/486):RIL[0][event] qcril_arb_set_data_sys_status: recvd data_sys_status nw=0x0, rat_mask=0x20, so_mask=0x0 09-18 22:24:52.071 486 683 I RILQ : (0/486):RIL[0][event] qcril_arb_set_data_sys_status: recvd data_sys_status nw=0x1, rat_mask=0x0, so_mask=0x0 09-18 22:24:52.074 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:24:52.076 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1d04080002000000ffff [SUB0] 09-18 22:24:52.079 2118 2212 D RILJ : [4251]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:24:52.080 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:24:52.084 486 683 E RILQ : (0/486): RIL[0][event] get_ecc_property_name: ecc list name : ril.ecclist. 09-18 22:24:52.086 2118 2212 D RILJ : [4249]< DATA_REGISTRATION_STATE {1, null, null, 11, null, 20, null, null, null, null, null} [SUB0] 09-18 22:24:52.086 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=0 regState=1 dataRadioTechnology=11 09-18 22:24:52.087 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:24:52.087 2118 2118 D SST : Poll ServiceState done: oldSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 UMTS HSPA CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 LTE HSPA CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:24:52.087 2118 2118 D SST : RAT switched UMTS -> LTE at cell 262982943 09-18 22:24:52.087 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] updatePhoneObject: radioTechnology=14 09-18 22:24:52.087 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:24:52.088 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:24:52.088 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.alpha value: KAKTUS propVal=KAKTUS 09-18 22:24:52.089 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.numeric value: 23001 propVal=23001 09-18 22:24:52.089 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.iso-country value: cz propVal=cz 09-18 22:24:52.090 2118 2118 D SST : shouldFixTimeZoneNow: retVal=false iccCardExist=true operatorNumeric=23001 mcc=230 prevOperatorNumeric=23001 prevMcc=230 needToFixTimeZone=false ltod=09-18 22:24:52.089 09-18 22:24:52.090 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.isroaming value: false propVal=false 09-18 22:24:52.090 2118 2118 D SST : Broadcasting ServiceState : 0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 LTE HSPA CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false 09-18 22:24:52.090 2118 2118 D DefaultPhoneNotifier: nofityServiceState: mRegistry=com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy@7b1857e ss=0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 LTE HSPA CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false sender=Handler (com.android.internal.telephony.GsmCdmaPhone) {d14a5e7} phondId=0 subId=1 09-18 22:24:52.094 2118 2118 D SST : SST.getAllCellInfo(): return last, same thread can't block 09-18 22:24:52.094 2118 2118 D SST : SST.getAllCellInfo(): X size=0 list=null 09-18 22:24:52.094 2118 2118 D SST : getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,262982943,-1] 09-18 22:24:52.095 1267 2180 D TelephonyRegistry: notifyCellLocationForSubscriber: subId=1 cellLocation=Bundle[mParcelledData.dataSize=64] 09-18 22:24:52.097 2118 2118 D RILJ : [4252]> OPERATOR [SUB0] 09-18 22:24:52.098 2118 2118 D RILJ : [4253]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:24:52.099 2118 2118 D RILJ : [4254]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:24:52.099 2118 2118 D RILJ : [4255]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:24:52.100 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] phoneObjectUpdater: newVoiceRadioTech=14 09-18 22:24:52.101 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] phoneObjectUpdater: volteReplacementRat=3 09-18 22:24:52.101 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] phoneObjectUpdater: No change ignore, newVoiceRadioTech=3 mActivePhone=GSM 09-18 22:24:52.110 2118 2212 D RILJ : [4252]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:24:52.117 2118 2212 D RILJ : [4253]< DATA_REGISTRATION_STATE {1, null, 0faccd1f, 14, null, 20, null, 124, 31938827, null, null} [SUB0] 09-18 22:24:52.118 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=0 regState=1 dataRadioTechnology=14 09-18 22:24:52.119 2118 2212 D RILJ : [4255]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:24:52.119 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:24:52.119 2118 2212 D RILJ : [4254]< VOICE_REGISTRATION_STATE {1, null, 0faccd1f, 14, null, null, null, 0, null, null, 1, null, null, 0, null} [SUB0] 09-18 22:24:52.120 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:24:52.120 2118 2118 D SST : Poll ServiceState done: oldSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 LTE HSPA CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 LTE LTE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:24:52.120 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.network.type value: LTE propVal=LTE 09-18 22:24:52.121 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:24:52.121 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:24:52.122 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.alpha value: KAKTUS propVal=KAKTUS 09-18 22:24:52.122 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.numeric value: 23001 propVal=23001 09-18 22:24:52.122 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.iso-country value: cz propVal=cz 09-18 22:24:52.123 2118 2118 D SST : shouldFixTimeZoneNow: retVal=false iccCardExist=true operatorNumeric=23001 mcc=230 prevOperatorNumeric=23001 prevMcc=230 needToFixTimeZone=false ltod=09-18 22:24:52.122 09-18 22:24:52.123 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.isroaming value: false propVal=false 09-18 22:24:52.123 2118 2118 D SST : Broadcasting ServiceState : 0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 LTE LTE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false 09-18 22:24:52.123 2118 2118 D DefaultPhoneNotifier: nofityServiceState: mRegistry=com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy@7b1857e ss=0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 LTE LTE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false sender=Handler (com.android.internal.telephony.GsmCdmaPhone) {d14a5e7} phondId=0 subId=109-18 22:24:52.126 2118 2118 D SST : notifyDataRegStateRilRadioTechnologyChanged: drs=0 rat=14 09-18 22:24:52.126 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.network.type value: LTE propVal=LTE 09-18 22:24:52.127 2118 2118 D DCT : [0]get all active apn types 09-18 22:24:52.127 2118 2118 D RILJ : [4256]> OPERATOR [SUB0] 09-18 22:24:52.127 2118 2228 D DC-1 : DcInactiveState nothandled msg.what=EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED 09-18 22:24:52.127 2118 2228 D DC-1 : DcDefault msg=EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED RefCount=0 09-18 22:24:52.127 2118 2228 D DC-1 : DcDefaultState: EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED drs=0 mRilRat=14 09-18 22:24:52.128 2118 2118 D RILJ : [4257]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:24:52.128 2118 2118 D RILJ : [4258]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:24:52.129 2118 2118 D RILJ : [4259]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:24:52.129 2118 2118 D DCT : [0]setupDataOnConnectableApns: nwTypeChanged hipri:[state=IDLE,enabled=false] mms:[state=IDLE,enabled=false] supl:[state=IDLE,enabled=false] dun:[state=IDLE,enabled=false] default:[state=IDLE,enabled=false] 09-18 22:24:52.138 2118 2212 D RILJ : [4256]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:24:52.146 2118 2212 D RILJ : [4257]< DATA_REGISTRATION_STATE {1, null, 0faccd1f, 14, null, 20, null, 124, 31938827, null, null} [SUB0] 09-18 22:24:52.146 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=0 regState=1 dataRadioTechnology=14 09-18 22:24:52.148 2118 2212 D RILJ : [4258]< VOICE_REGISTRATION_STATE {1, null, 0faccd1f, 14, null, null, null, 0, null, null, 1, null, null, 0, null} [SUB0] 09-18 22:24:52.149 2118 2212 D RILJ : [4259]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:24:52.149 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:24:52.150 2118 2118 D SST : Poll ServiceState done: oldSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 LTE LTE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 LTE LTE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:25:02.542 486 683 I RILQ : (0/486):RIL[0][event] qcril_arb_set_data_sys_status: recvd data_sys_status nw=0x0, rat_mask=0x8000, so_mask=0x0 09-18 22:25:02.542 486 683 I RILQ : (0/486):RIL[0][event] qcril_arb_set_data_sys_status: recvd data_sys_status nw=0x1, rat_mask=0x0, so_mask=0x0 09-18 22:25:02.543 486 683 I RILQ : (0/486):RIL[0][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:25:02.561 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:25:02.561 2118 2118 D RILJ : [4260]> OPERATOR [SUB0] 09-18 22:25:02.562 2118 2118 D RILJ : [4261]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:25:02.563 2118 2118 D RILJ : [4262]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:25:02.563 2118 2118 D RILJ : [4263]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:25:02.584 486 27905 I RILQ : (0/486):RIL[0][cmd-21(424)] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:25:02.588 2118 2212 D RILJ : [4260]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:25:02.589 2118 2212 D RILJ : [4261]< DATA_REGISTRATION_STATE {0, null, null, null, 0, 20, null, null, null, null, null} [SUB0] 09-18 22:25:02.590 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=1 regState=0 dataRadioTechnology=0 09-18 22:25:02.591 2118 2212 D RILJ : [4262]< VOICE_REGISTRATION_STATE {1, null, 0faccd1f, 14, null, null, null, 0, null, null, 1, null, null, 0, null} [SUB0] 09-18 22:25:02.593 2118 2212 D RILJ : [4263]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:25:02.593 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:25:02.594 2118 2118 D SST : Poll ServiceState done: oldSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 LTE LTE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 1 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 LTE Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:25:02.594 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.network.type value: Unknown propVal=Unknown 09-18 22:25:02.594 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:25:02.595 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:25:02.595 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.alpha value: KAKTUS propVal=KAKTUS 09-18 22:25:02.595 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.numeric value: 23001 propVal=23001 09-18 22:25:02.596 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.iso-country value: cz propVal=cz 09-18 22:25:02.596 2118 2118 D SST : shouldFixTimeZoneNow: retVal=false iccCardExist=true operatorNumeric=23001 mcc=230 prevOperatorNumeric=23001 prevMcc=230 needToFixTimeZone=false ltod=09-18 22:25:02.596 09-18 22:25:02.596 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.isroaming value: false propVal=false 09-18 22:25:02.597 2118 2118 D SST : Broadcasting ServiceState : 0 1 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 LTE Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false 09-18 22:25:02.597 2118 2118 D DefaultPhoneNotifier: nofityServiceState: mRegistry=com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy@7b1857e ss=0 1 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 LTE Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false sender=Handler (com.android.internal.telephony.GsmCdmaPhone) {d14a5e7} phondId=0 subId=1 09-18 22:25:02.607 2118 2118 D SST : notifyDataRegStateRilRadioTechnologyChanged: drs=1 rat=0 09-18 22:25:02.607 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.network.type value: Unknown propVal=Unknown 09-18 22:25:02.607 2118 2118 D DCT : [0]get all active apn types 09-18 22:25:02.608 2118 2118 D DCT : [0]onDataConnectionDetached: stop polling and notify detached 09-18 22:25:02.608 2118 2118 D DCT : [0]stopNetStatPoll 09-18 22:25:02.608 2118 2228 D DC-1 : DcInactiveState nothandled msg.what=EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED 09-18 22:25:02.608 2118 2228 D DC-1 : DcDefault msg=EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED RefCount=0 09-18 22:25:02.608 2118 2228 D DC-1 : DcDefaultState: EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED drs=1 mRilRat=0 09-18 22:25:02.609 2118 2118 D DCT : [0]notifyDataConnection: reason=dataDetached 09-18 22:25:02.610 1267 2014 D TelephonyRegistry: Notify data connection state changed on sub: 1 09-18 22:25:02.610 1267 2014 D TelephonyRegistry: Notify data connection state changed on sub: 1 09-18 22:25:02.610 1267 2014 D TelephonyRegistry: Notify data connection state changed on sub: 1 09-18 22:25:02.616 2118 22273 D RILJ : [4264]> RIL_REQUEST_GET_CELL_INFO_LIST [SUB0] 09-18 22:25:02.626 486 27911 D RILC : responseCellInfoList: v6 09-18 22:25:02.627 2118 2212 W RILJ : [4264]< RIL_REQUEST_GET_CELL_INFO_LIST exception, possible invalid RIL response 09-18 22:25:02.627 2118 2212 W RILJ : java.lang.RuntimeException: Bad CellInfo Parcel 09-18 22:25:02.627 2118 2212 W RILJ : at android.telephony.CellInfo$1.createFromParcel(CellInfo.java:207) 09-18 22:25:02.627 2118 2212 W RILJ : at android.telephony.CellInfo$1.createFromParcel(CellInfo.java:200) 09-18 22:25:02.627 2118 2212 W RILJ : at com.android.internal.telephony.RIL.responseCellInfoList(RIL.java:4167) 09-18 22:25:02.627 2118 2212 W RILJ : at com.android.internal.telephony.RIL.processSolicited(RIL.java:2782) 09-18 22:25:02.627 2118 2212 W RILJ : at com.android.internal.telephony.RIL.processResponse(RIL.java:2556) 09-18 22:25:02.627 2118 2212 W RILJ : at com.android.internal.telephony.RIL.-wrap7(RIL.java) 09-18 22:25:02.627 2118 2212 W RILJ : at com.android.internal.telephony.RIL$RILReceiver.run(RIL.java:684) 09-18 22:25:02.627 2118 2212 W RILJ : at java.lang.Thread.run(Thread.java:761) 09-18 22:25:02.631 2118 2118 D DCT : [0]setupDataOnConnectableApns: nwTypeChanged hipri:[state=IDLE,enabled=false] mms:[state=IDLE,enabled=false] supl:[state=IDLE,enabled=false] dun:[state=IDLE,enabled=false] default:[state=IDLE,enabled=false] 09-18 22:25:02.632 2118 2118 D SST : EVENT_GET_CELL_INFO_LIST: error ret null, e=java.lang.RuntimeException: Bad CellInfo Parcel 09-18 22:25:02.632 2118 22273 D SST : SST.getAllCellInfo(): X size=0 list=null 09-18 22:25:02.632 2118 22273 D SST : getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,262982943,-1] 09-18 22:25:02.642 2118 2118 D RILJ : [4265]> REQUEST_GET_NEIGHBORING_CELL_IDS [SUB0] 09-18 22:25:02.643 486 680 I RILQ : (0/486):RIL[0][main] qcril_qmi_nas_get_neighboring_cell_ids: completed with 009-18 22:25:02.648 486 717 I RILQ : (0/486):RIL[0][qmi_cb] qcril_qmi_nas_get_neighboring_cells_cb: .. qmi error 0, resultqmi 0, qmi transp_err 0, ril res 0 09-18 22:25:02.651 486 717 I RILQ : (0/486):RIL[0][qmi_cb] qcril_qmi_nas_get_neighboring_cells_cb: completed with 0 with 12 entries 09-18 22:25:02.652 2118 2212 D RILJ : [4265]< REQUEST_GET_NEIGHBORING_CELL_IDS {} [SUB0] 09-18 22:25:02.654 2118 22273 D SST : SST.getAllCellInfo(): return last, back to back calls 09-18 22:25:02.655 2118 22273 D SST : SST.getAllCellInfo(): X size=0 list=null 09-18 22:25:02.656 2118 2141 D SST : SST.getAllCellInfo(): return last, back to back calls 09-18 22:25:02.656 2118 2141 D SST : SST.getAllCellInfo(): X size=0 list=null 09-18 22:25:02.656 2118 2141 D SST : getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,262982943,-1] 09-18 22:25:05.235 486 683 I RILQ : (0/486):RIL[0][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:25:05.251 486 683 I RILQ : (0/486):RIL[0][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:25:05.259 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:25:05.263 486 683 I RILQ : (0/486):RIL[0][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:25:05.265 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:25:05.266 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:25:05.266 2118 2118 D RILJ : [4266]> OPERATOR [SUB0] 09-18 22:25:05.267 2118 2118 D RILJ : [4267]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:25:05.267 2118 2118 D RILJ : [4268]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:25:05.267 2118 2118 D RILJ : [4269]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:25:05.271 486 27923 I RILQ : (0/486):RIL[0][cmd-21(424)] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:25:05.272 2118 2212 D RILJ : [4266]< OPERATOR {null, null, null} [SUB0] 09-18 22:25:05.275 486 683 E RILQ : (0/486): RIL[0][event] get_ecc_property_name: ecc list name : ril.ecclist. 09-18 22:25:05.275 486 683 E RILQ : (0/486): RIL[0][event] get_ecc_property_name: ecc list name : ril.ecclist. 09-18 22:25:05.283 2118 2212 D RILJ : [4267]< DATA_REGISTRATION_STATE {0, null, null, null, 0, 20, null, 124, 31938827, null, null} [SUB0] 09-18 22:25:05.283 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=1 regState=0 dataRadioTechnology=0 09-18 22:25:05.284 2118 2212 D RILJ : [4269]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:25:05.284 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:25:05.289 486 27925 I RILQ : (0/486):RIL[0][cmd-20(944)] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:25:05.292 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:25:05.294 2118 2212 D RILJ : [4268]< VOICE_REGISTRATION_STATE {2, null, null, 0, null, null, null, 0, null, null, null, null, null, 0, null} [SUB0] 09-18 22:25:05.295 2118 2118 D SST : Poll ServiceState done: oldSS=[0 1 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 LTE Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[1 1 voice home data home null null null null null null Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:25:05.295 2118 2118 D SST : RAT switched LTE -> Unknown at cell -1 09-18 22:25:05.296 2118 2118 D SST : updatePhoneObject: Ignore update 09-18 22:25:05.296 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:25:05.296 2118 2118 D SST : updateSpnDisplay: radio is on but out of service, set plmn='No service' 09-18 22:25:05.296 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:25:05.297 2118 2118 D SST : updateSpnDisplay: changed sending intent rule=3 showPlmn='true' plmn='No service' showSpn='true' spn='KAKTUS' dataSpn='KAKTUS' subId='1' 09-18 22:25:05.300 2118 2118 D SubscriptionController: [setCarrierText]+ text:No service KAKTUS subId:1 09-18 22:25:05.321 2118 2118 D SubscriptionController: notifySubscriptionInfoChanged: 09-18 22:25:05.325 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.alpha value: propVal= 09-18 22:25:05.325 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.numeric value: propVal= 09-18 22:25:05.326 2118 2118 D SST : update mccmnc=null fromServiceState=true 09-18 22:25:05.326 2118 2118 D SST : operatorNumeric is null 09-18 22:25:05.327 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.iso-country value: propVal= 09-18 22:25:05.328 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.isroaming value: false propVal=false 09-18 22:25:05.328 2118 2118 D SST : Broadcasting ServiceState : 1 1 voice home data home null null null null null null Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false 09-18 22:25:05.328 2118 2118 D DefaultPhoneNotifier: nofityServiceState: mRegistry=com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy@7b1857e ss=1 1 voice home data home null null null null null null Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false sender=Handler (com.android.internal.telephony.GsmCdmaPhone) {d14a5e7} phondId=0 subId=1 09-18 22:25:05.334 2118 2118 D SST : SST.getAllCellInfo(): return last, same thread can't block 09-18 22:25:05.334 2118 2118 D SST : SST.getAllCellInfo(): X size=0 list=null 09-18 22:25:05.334 2118 2118 D SST : getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] 09-18 22:25:05.334 1267 2699 D TelephonyRegistry: notifyCellLocationForSubscriber: subId=1 cellLocation=Bundle[mParcelledData.dataSize=64] 09-18 22:25:05.340 2118 2118 D SST : SubscriptionListener.onSubscriptionInfoChanged 09-18 22:25:05.340 2118 2118 D DCT : [0]SubscriptionListener.onSubscriptionInfoChanged 09-18 22:25:05.351 2118 2118 D SubscriptionController: [getActiveSubscriptionInfo]+ subId=1 subInfo={id=1, iccId=894200113XXXXXXXXXXX simSlotIndex=0 displayName=KAKTUS carrierName=No service KAKTUS nameSource=0 iconTint=-16746133 dataRoaming=0 iconBitmap=android.graphics.Bitmap@832b598 mcc 230 mnc 1 SimProvisioningStatus 0} 09-18 22:25:05.361 2118 2118 D SubscriptionController: [getActiveSubscriptionInfo]+ subId=1 subInfo={id=1, iccId=894200113XXXXXXXXXXX simSlotIndex=0 displayName=KAKTUS carrierName=No service KAKTUS nameSource=0 iconTint=-16746133 dataRoaming=0 iconBitmap=android.graphics.Bitmap@c1601d6 mcc 230 mnc 1 SimProvisioningStatus 0} 09-18 22:25:05.361 2118 2118 D DCT : [0]Provisioned Sim Detected on subId: 1 09-18 22:25:05.382 2118 2118 D SubscriptionController: [getActiveSubscriptionInfo]+ subId=1 subInfo={id=1, iccId=894200113XXXXXXXXXXX simSlotIndex=0 displayName=KAKTUS carrierName=No service KAKTUS nameSource=0 iconTint=-16746133 dataRoaming=0 iconBitmap=android.graphics.Bitmap@b699344 mcc 230 mnc 1 SimProvisioningStatus 0} 09-18 22:26:21.601 486 683 I RILQ : (0/486):RIL[0][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:21.613 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:26:21.615 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:26:21.615 2118 2118 D RILJ : [4270]> OPERATOR [SUB0] 09-18 22:26:21.616 2118 2118 D RILJ : [4271]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:26:21.616 2118 2118 D RILJ : [4272]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:26:21.617 2118 2118 D RILJ : [4273]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:26:21.620 2118 2212 D RILJ : [4270]< OPERATOR {null, null, null} [SUB0] 09-18 22:26:21.624 486 28007 I RILQ : (0/486):RIL[0][cmd-21(424)] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:21.631 2118 2212 D RILJ : [4271]< DATA_REGISTRATION_STATE {2, null, null, null, 0, 20, null, null, null, null, null} [SUB0] 09-18 22:26:21.631 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=1 regState=2 dataRadioTechnology=0 09-18 22:26:21.632 486 28008 I RILQ : (0/486):RIL[0][cmd-20(904)] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:21.635 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:26:21.635 2118 2212 D RILJ : [4273]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:26:21.636 2118 2212 D RILJ : [4272]< VOICE_REGISTRATION_STATE {2, null, null, 0, null, null, null, 0, null, null, null, null, null, 0, null} [SUB0] 09-18 22:26:21.636 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:26:21.638 2118 2118 D SST : Poll ServiceState done: oldSS=[1 1 voice home data home null null null null null null Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[1 1 voice home data home null null null null null null Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:26:42.853 486 683 I RILQ : (0/486):RIL[0][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:42.860 486 683 I RILQ : (0/486):RIL[0][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:42.863 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:26:42.863 486 683 I RILQ : (0/486):RIL[0][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:42.863 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:26:42.864 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:26:42.865 2118 2212 D RILJ : [UNSL]< UNSOL_VOICE_RADIO_TECH_CHANGED {1} [SUB0] 09-18 22:26:42.865 2118 2118 D RILJ : [4274]> OPERATOR [SUB0] 09-18 22:26:42.867 2118 2118 D RILJ : [4275]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:26:42.867 2118 2118 D RILJ : [4276]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:26:42.868 2118 2118 D RILJ : [4277]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:26:42.868 486 683 E RILQ : (0/486): RIL[0][event] get_ecc_property_name: ecc list name : ril.ecclist. 09-18 22:26:42.868 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] EVENT_VOICE_RADIO_TECH_CHANGED: newVoiceTech=1 09-18 22:26:42.869 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] phoneObjectUpdater: newVoiceRadioTech=1 09-18 22:26:42.869 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] phoneObjectUpdater: No change ignore, newVoiceRadioTech=1 mActivePhone=GSM 09-18 22:26:42.871 486 683 E RILQ : (0/486): RIL[0][event] get_ecc_property_name: ecc list name : ril.ecclist. 09-18 22:26:42.874 2118 2212 D RILJ : [4274]< OPERATOR {null, null, null} [SUB0] 09-18 22:26:42.876 486 28032 I RILQ : (0/486):RIL[0][cmd-21(904)] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:42.882 2118 2212 D RILJ : [4275]< DATA_REGISTRATION_STATE {2, null, null, null, 0, 20, null, null, null, null, null} [SUB0] 09-18 22:26:42.882 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=1 regState=2 dataRadioTechnology=0 09-18 22:26:42.886 486 28033 I RILQ : (0/486):RIL[0][cmd-20(424)] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:42.890 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:26:42.890 2118 2212 D RILJ : [4276]< VOICE_REGISTRATION_STATE {12, null, null, 0, null, null, null, 0, null, null, null, null, null, 0, null} [SUB0] 09-18 22:26:42.891 2118 2212 D RILJ : [4277]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:26:42.892 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:26:42.892 2118 2118 D SST : Poll ServiceState done: oldSS=[1 1 voice home data home null null null null null null Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[1 1 voice home data home null null null null null null Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=true IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:26:42.893 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:26:42.893 2118 2118 D SST : updateSpnDisplay: radio is on but out of service, set plmn='Emergency calls only' 09-18 22:26:42.893 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:26:42.893 2118 2118 D SST : updateSpnDisplay: changed sending intent rule=3 showPlmn='true' plmn='Emergency calls only' showSpn='true' spn='KAKTUS' dataSpn='KAKTUS' subId='1' 09-18 22:26:42.895 2118 2118 D SubscriptionController: [setCarrierText]+ text:Emergency calls only KAKTUS subId:1 09-18 22:26:42.909 2118 2118 D SubscriptionController: notifySubscriptionInfoChanged: 09-18 22:26:42.914 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.alpha value: propVal= 09-18 22:26:42.915 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.numeric value: propVal= 09-18 22:26:42.917 2118 2118 D SST : operatorNumeric is null 09-18 22:26:42.917 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.iso-country value: propVal= 09-18 22:26:42.918 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.isroaming value: false propVal=false 09-18 22:26:42.919 2118 2118 D SST : Broadcasting ServiceState : 1 1 voice home data home null null null null null null Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=true IsDataRoamingFromRegistration=false 09-18 22:26:42.919 2118 2118 D DefaultPhoneNotifier: nofityServiceState: mRegistry=com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy@7b1857e ss=1 1 voice home data home null null null null null null Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=true IsDataRoamingFromRegistration=false sender=Handler (com.android.internal.telephony.GsmCdmaPhone) {d14a5e7} phondId=0 subId=1 09-18 22:26:42.926 2118 2118 D SST : SubscriptionListener.onSubscriptionInfoChanged 09-18 22:26:42.927 2118 2118 D DCT : [0]SubscriptionListener.onSubscriptionInfoChanged 09-18 22:26:42.937 2118 2118 D SubscriptionController: [getActiveSubscriptionInfo]+ subId=1 subInfo={id=1, iccId=894200113XXXXXXXXXXX simSlotIndex=0 displayName=KAKTUS carrierName=Emergency calls only KAKTUS nameSource=0 iconTint=-16746133 dataRoaming=0 iconBitmap=android.graphics.Bitmap@74b75ae mcc 230 mnc 1 SimProvisioningStatus 0} 09-18 22:26:42.947 2118 2118 D SubscriptionController: [getActiveSubscriptionInfo]+ subId=1 subInfo={id=1, iccId=894200113XXXXXXXXXXX simSlotIndex=0 displayName=KAKTUS carrierName=Emergency calls only KAKTUS nameSource=0 iconTint=-16746133 dataRoaming=0 iconBitmap=android.graphics.Bitmap@ab606dc mcc 230 mnc 1 SimProvisioningStatus 0} 09-18 22:26:42.947 2118 2118 D DCT : [0]Provisioned Sim Detected on subId: 1 09-18 22:26:42.960 2118 2118 D SubscriptionController: [getActiveSubscriptionInfo]+ subId=1 subInfo={id=1, iccId=894200113XXXXXXXXXXX simSlotIndex=0 displayName=KAKTUS carrierName=Emergency calls only KAKTUS nameSource=0 iconTint=-16746133 dataRoaming=0 iconBitmap=android.graphics.Bitmap@2c916b mcc 230 mnc 1 SimProvisioningStatus 0} 09-18 22:26:44.772 486 683 I RILQ : (0/486):RIL[0][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:44.775 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:26:44.775 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:26:44.776 2118 2118 D RILJ : [4278]> OPERATOR [SUB0] 09-18 22:26:44.778 2118 2118 D RILJ : [4279]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:26:44.780 2118 2118 D RILJ : [4280]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:26:44.780 2118 2118 D RILJ : [4281]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:26:44.785 486 28046 I RILQ : (0/486):RIL[0][cmd-21(424)] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:44.792 2118 2212 D RILJ : [4278]< OPERATOR {null, null, null} [SUB0] 09-18 22:26:44.798 2118 2212 D RILJ : [4279]< DATA_REGISTRATION_STATE {2, null, null, null, 0, 20, null, null, null, null, null} [SUB0] 09-18 22:26:44.799 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=1 regState=2 dataRadioTechnology=0 09-18 22:26:44.803 486 28049 I RILQ : (0/486):RIL[0][cmd-20(944)] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:44.815 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:26:44.817 2118 2212 D RILJ : [4280]< VOICE_REGISTRATION_STATE {12, null, null, 0, null, null, null, 0, null, null, null, null, null, 0, null} [SUB0] 09-18 22:26:44.821 2118 2212 D RILJ : [4281]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:26:44.821 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:26:44.824 2118 2118 D SST : Poll ServiceState done: oldSS=[1 1 voice home data home null null null null null null Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=true IsDataRoamingFromRegistration=false] newSS=[1 1 voice home data home null null null null null null Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=true IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:26:45.235 2118 2212 D RILJ : [UNSL]< UNSOL_NITZ_TIME_RECEIVED 16/09/18,20:26:45+08,01 [SUB0] 09-18 22:26:45.235 2118 2118 D SST : NITZ: 16/09/18,20:26:45+08,01,26893176 start=26893177 delay=1 09-18 22:26:45.236 2118 2118 D SST : NITZ: tzOffset=7200000 dst=1 zone=NULL iso= mGotCountryCode=false mNeedFixZoneAfterNitz=true 09-18 22:26:45.236 2118 2118 D SST : NITZ: Setting time of day to Sun Sep 18 22:26:45 GMT+02:00 2016 NITZ receive delay(ms): 2 gained(ms): -234 from 16/09/18,20:26:45+08,01 09-18 22:26:45.237 2118 2118 D SST : setAndBroadcastNetworkSetTime: time=1474230405002ms 09-18 22:26:45.003 2118 2118 I SST : NITZ: after Setting time of day 09-18 22:26:45.003 2118 2118 D SST : NITZ: end=26893180 dur=3 09-18 22:26:45.486 486 683 I RILQ : (0/486):RIL[0][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:45.489 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:26:45.489 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:26:45.490 2118 2118 D RILJ : [4282]> OPERATOR [SUB0] 09-18 22:26:45.490 2118 2118 D RILJ : [4283]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:26:45.491 2118 2118 D RILJ : [4284]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:26:45.491 2118 2118 D RILJ : [4285]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:26:45.493 486 683 I RILQ : (0/486):RIL[0][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:45.511 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:26:45.512 486 683 I RILQ : (0/486):RIL[0][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:45.515 486 28060 I RILQ : (0/486):RIL[0][cmd-21(424)] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:45.522 2118 2212 D RILJ : [4283]< DATA_REGISTRATION_STATE {2, null, null, null, 0, 20, null, null, null, null, null} [SUB0] 09-18 22:26:45.523 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=1 regState=2 dataRadioTechnology=0 09-18 22:26:45.534 2118 2212 D RILJ : [4284]< VOICE_REGISTRATION_STATE {1, 5014, 000002fe, 16, null, null, null, 0, null, null, null, null, null, 0, null} [SUB0] 09-18 22:26:45.537 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:26:45.537 2118 2118 D RILJ : [4286]> OPERATOR [SUB0] 09-18 22:26:45.539 2118 2118 D RILJ : [4287]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:26:45.539 2118 2118 D RILJ : [4288]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:26:45.541 2118 2118 D RILJ : [4289]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:26:45.545 2118 2212 D RILJ : [4285]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:26:45.546 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:26:45.551 2118 2212 D RILJ : [4282]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:26:45.552 2118 2212 D RILJ : [4286]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:26:45.562 486 683 I RILQ : (0/486):RIL[0][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:45.575 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:26:45.576 486 683 I RILQ : (0/486):RIL[0][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:45.576 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1d040800020000001030 [SUB0] 09-18 22:26:45.577 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:26:45.578 486 28070 I RILQ : (0/486):RIL[0][cmd-21(904)] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:45.587 2118 2212 D RILJ : [4289]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:26:45.587 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:26:45.588 2118 2212 D RILJ : [4288]< VOICE_REGISTRATION_STATE {1, 5014, 000002fe, 16, null, null, null, 0, null, null, null, null, null, 0, null} [SUB0] 09-18 22:26:45.589 2118 2212 D RILJ : [4287]< DATA_REGISTRATION_STATE {2, null, null, null, 0, 20, null, null, null, null, null} [SUB0] 09-18 22:26:45.589 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=1 regState=2 dataRadioTechnology=0 09-18 22:26:45.591 2118 2118 D SST : Poll ServiceState done: oldSS=[1 1 voice home data home null null null null null null Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=true IsDataRoamingFromRegistration=false] newSS=[0 1 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:26:45.591 2118 2118 D SST : RAT switched Unknown -> GSM at cell 766 09-18 22:26:45.591 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] updatePhoneObject: radioTechnology=16 09-18 22:26:45.591 2118 2118 D SST : pollStateDone: registering current mNitzUpdatedTime=true changing to false 09-18 22:26:45.591 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:26:45.591 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:26:45.592 2118 2118 D SST : updateSpnDisplay: changed sending intent rule=1 showPlmn='false' plmn='KAKTUS' showSpn='true' spn='KAKTUS' dataSpn='KAKTUS' subId='1' 09-18 22:26:45.593 2118 2118 D SubscriptionController: [setCarrierText]+ text:KAKTUS subId:1 09-18 22:26:45.599 2118 2212 D RILJ : [UNSL]< UNSOL_VOICE_RADIO_TECH_CHANGED {2} [SUB0] 09-18 22:26:45.599 486 683 E RILQ : (0/486): RIL[0][event] get_ecc_property_name: ecc list name : ril.ecclist. 09-18 22:26:45.600 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:26:45.600 486 683 E RILQ : (0/486): RIL[0][event] get_ecc_property_name: ecc list name : ril.ecclist. 09-18 22:26:45.610 2118 2118 D SubscriptionController: notifySubscriptionInfoChanged: 09-18 22:26:45.612 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.alpha value: KAKTUS propVal=KAKTUS 09-18 22:26:45.612 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.numeric value: 23001 propVal=23001 09-18 22:26:45.612 2118 2118 D SST : update mccmnc=23001 fromServiceState=true 09-18 22:26:45.616 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.iso-country value: cz propVal=cz 09-18 22:26:45.618 2118 2118 D SST : pollStateDone: no nitz but one TZ for iso-cc=cz with zone.getID=Europe/Prague testOneUniqueOffsetPath=false 09-18 22:26:45.618 2118 2118 D SST : setAndBroadcastNetworkSetTimeZone: setTimeZone=Europe/Prague 09-18 22:26:45.623 2118 2118 D SST : setAndBroadcastNetworkSetTimeZone: call alarm.setTimeZone and broadcast zoneId=Europe/Prague 09-18 22:26:45.630 2118 2118 D SST : shouldFixTimeZoneNow: retVal=true iccCardExist=true operatorNumeric=23001 mcc=230 prevOperatorNumeric= prevMcc=231 needToFixTimeZone=true ltod=09-18 22:26:45.629 09-18 22:26:45.630 2118 2118 D SST : fixTimeZone zoneName='Europe/Prague' mZoneOffset=7200000 mZoneDst=true iso-cc='cz' iso-cc-idx=-3 09-18 22:26:45.630 2118 2118 D SST : fixTimeZone: using getTimeZone(off, dst, time, iso) 09-18 22:26:45.630 2118 2118 D SST : fixTimeZone: zone != null zone.getID=Europe/Prague 09-18 22:26:45.630 2118 2118 D SST : setAndBroadcastNetworkSetTimeZone: setTimeZone=Europe/Prague 09-18 22:26:45.632 2118 2118 D SST : setAndBroadcastNetworkSetTimeZone: call alarm.setTimeZone and broadcast zoneId=Europe/Prague 09-18 22:26:45.632 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.isroaming value: false propVal=false 09-18 22:26:45.633 2118 2118 D SST : Broadcasting ServiceState : 0 1 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false 09-18 22:26:45.634 2118 2118 D DefaultPhoneNotifier: nofityServiceState: mRegistry=com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy@7b1857e ss=0 1 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false sender=Handler (com.android.internal.telephony.GsmCdmaPhone) {d14a5e7} phondId=0 subId=1 09-18 22:26:45.642 2118 2118 D SST : getCellLocation(): X good mCellLoc=[20500,766,-1] 09-18 22:26:45.643 1267 11798 D TelephonyRegistry: notifyCellLocationForSubscriber: subId=1 cellLocation=Bundle[mParcelledData.dataSize=64] 09-18 22:26:45.652 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] phoneObjectUpdater: newVoiceRadioTech=16 09-18 22:26:45.652 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] phoneObjectUpdater: No change ignore, newVoiceRadioTech=16 mActivePhone=GSM 09-18 22:26:45.652 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] Event EVENT_REGISTERED_TO_NETWORK Received 09-18 22:26:45.655 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] EVENT_VOICE_RADIO_TECH_CHANGED: newVoiceTech=2 09-18 22:26:45.655 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] phoneObjectUpdater: newVoiceRadioTech=2 09-18 22:26:45.655 2118 2118 D GsmCdmaPhone: [GsmCdmaPhone] phoneObjectUpdater: No change ignore, newVoiceRadioTech=2 mActivePhone=GSM 09-18 22:26:45.657 2118 2118 D RILJ : [4290]> OPERATOR [SUB0] 09-18 22:26:45.658 2118 2118 D RILJ : [4291]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:26:45.658 2118 2118 D RILJ : [4292]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:26:45.659 2118 2118 D RILJ : [4293]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:26:45.659 2118 2118 D SST : SubscriptionListener.onSubscriptionInfoChanged 09-18 22:26:45.659 2118 2118 D DCT : [0]SubscriptionListener.onSubscriptionInfoChanged 09-18 22:26:45.663 486 28079 I RILQ : (0/486):RIL[0][cmd-21(424)] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:45.665 2118 2212 D RILJ : [4290]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:26:45.667 2118 2212 D RILJ : [4292]< VOICE_REGISTRATION_STATE {1, 5014, 000002fe, 16, null, null, null, 0, null, null, null, null, null, 0, null} [SUB0] 09-18 22:26:45.667 2118 2118 D SubscriptionController: [getActiveSubscriptionInfo]+ subId=1 subInfo={id=1, iccId=894200113XXXXXXXXXXX simSlotIndex=0 displayName=KAKTUS carrierName=KAKTUS nameSource=0 iconTint=-16746133 dataRoaming=0 iconBitmap=android.graphics.Bitmap@e7a5574 mcc 230 mnc 1 SimProvisioningStatus 0} 09-18 22:26:45.668 2118 2212 D RILJ : [4291]< DATA_REGISTRATION_STATE {2, null, null, null, 0, 20, null, null, null, null, null} [SUB0] 09-18 22:26:45.668 2118 2212 D RILJ : [4293]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:26:45.673 2118 2118 D SubscriptionController: [getActiveSubscriptionInfo]+ subId=1 subInfo={id=1, iccId=894200113XXXXXXXXXXX simSlotIndex=0 displayName=KAKTUS carrierName=KAKTUS nameSource=0 iconTint=-16746133 dataRoaming=0 iconBitmap=android.graphics.Bitmap@6d8eb12 mcc 230 mnc 1 SimProvisioningStatus 0} 09-18 22:26:45.673 2118 2118 D DCT : [0]Provisioned Sim Detected on subId: 1 09-18 22:26:45.684 2118 2118 D SubscriptionController: [getActiveSubscriptionInfo]+ subId=1 subInfo={id=1, iccId=894200113XXXXXXXXXXX simSlotIndex=0 displayName=KAKTUS carrierName=KAKTUS nameSource=0 iconTint=-16746133 dataRoaming=0 iconBitmap=android.graphics.Bitmap@dc9aa3f mcc 230 mnc 1 SimProvisioningStatus 0} 09-18 22:26:45.687 2118 2134 D RILJ : [4294]> RIL_REQUEST_CDMA_SET_BROADCAST_CONFIG with 1 configs : [SUB0] 09-18 22:26:45.687 2118 2134 D RILJ : CdmaSmsBroadcastConfigInfo: Id [4096, 4096] ENABLED [SUB0] 09-18 22:26:45.690 2118 2212 D RilRequest: [4294]< RIL_REQUEST_CDMA_SET_BROADCAST_CONFIG error: com.android.internal.telephony.CommandException: GENERIC_FAILURE ret= 09-18 22:26:45.707 2118 2118 D SubscriptionController: [getActiveSubscriptionInfo]+ subId=1 subInfo={id=1, iccId=894200113XXXXXXXXXXX simSlotIndex=0 displayName=KAKTUS carrierName=KAKTUS nameSource=0 iconTint=-16746133 dataRoaming=0 iconBitmap=android.graphics.Bitmap@5dad055 mcc 230 mnc 1 SimProvisioningStatus 0} 09-18 22:26:45.722 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=1 regState=2 dataRadioTechnology=0 09-18 22:26:45.722 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:26:45.722 2118 2118 D SST : Poll ServiceState done: oldSS=[0 1 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 1 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:26:45.729 2118 22272 D RILJ : [4295]> RIL_REQUEST_CDMA_SET_BROADCAST_CONFIG with 1 configs : [SUB0] 09-18 22:26:45.729 2118 22272 D RILJ : CdmaSmsBroadcastConfigInfo: Id [4097, 4097] ENABLED [SUB0] 09-18 22:26:45.732 2118 2212 D RilRequest: [4295]< RIL_REQUEST_CDMA_SET_BROADCAST_CONFIG error: com.android.internal.telephony.CommandException: GENERIC_FAILURE ret= 09-18 22:26:45.743 2118 2141 D RILJ : [4296]> RIL_REQUEST_CDMA_SET_BROADCAST_CONFIG with 1 configs : [SUB0] 09-18 22:26:45.743 2118 2141 D RILJ : CdmaSmsBroadcastConfigInfo: Id [4098, 4098] ENABLED [SUB0] 09-18 22:26:45.746 2118 2212 D RilRequest: [4296]< RIL_REQUEST_CDMA_SET_BROADCAST_CONFIG error: com.android.internal.telephony.CommandException: GENERIC_FAILURE ret= 09-18 22:26:45.752 2118 2238 D RILJ : [4297]> RIL_REQUEST_CDMA_SET_BROADCAST_CONFIG with 1 configs : [SUB0] 09-18 22:26:45.752 2118 2238 D RILJ : CdmaSmsBroadcastConfigInfo: Id [4099, 4099] ENABLED [SUB0] 09-18 22:26:45.756 2118 2212 D RilRequest: [4297]< RIL_REQUEST_CDMA_SET_BROADCAST_CONFIG error: com.android.internal.telephony.CommandException: GENERIC_FAILURE ret= 09-18 22:26:45.769 2118 22272 D RILJ : [4298]> RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.772 2118 2212 D RILJ : [4298]< RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.788 2118 2238 D RILJ : [4299]> RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.791 2118 2212 D RILJ : [4299]< RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.801 2118 2134 D RILJ : [4300]> RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.805 2118 2212 D RILJ : [4300]< RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.816 2118 22272 D RILJ : [4301]> RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.820 2118 2212 D RILJ : [4301]< RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.832 2118 2141 D RILJ : [4302]> RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.836 2118 2212 D RILJ : [4302]< RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.860 2118 2134 D RILJ : [4303]> RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.865 2118 2212 D RILJ : [4303]< RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.879 2118 22272 D RILJ : [4304]> RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.885 2118 2212 D RILJ : [4304]< RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.892 2118 2141 D RILJ : [4305]> RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.896 2118 2212 D RILJ : [4305]< RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.906 2118 2238 D RILJ : [4306]> RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:45.911 2118 2212 D RILJ : [4306]< RIL_REQUEST_GSM_BROADCAST_ACTIVATION [SUB0] 09-18 22:26:48.526 486 683 I RILQ : (0/486):RIL[0][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer 09-18 22:26:48.530 2118 2212 V RILJ : [UNSL]< UNSOL_OEM_HOOK_RAW 514f454d484f4f4b1c04080004000000ffffffff [SUB0] 09-18 22:26:48.530 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:26:48.530 486 683 I RILQ : (0/486):RIL[0][event] qcril_arb_set_data_sys_status: recvd data_sys_status nw=0x0, rat_mask=0x10, so_mask=0x0 09-18 22:26:48.530 486 683 I RILQ : (0/486):RIL[0][event] qcril_arb_set_data_sys_status: recvd data_sys_status nw=0x1, rat_mask=0x0, so_mask=0x0 09-18 22:26:48.531 2118 2118 D RILJ : [4307]> OPERATOR [SUB0] 09-18 22:26:48.533 2118 2118 D RILJ : [4308]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:26:48.534 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:26:48.534 2118 2118 D RILJ : [4309]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:26:48.536 2118 2118 D RILJ : [4310]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:26:48.540 2118 2118 D RILJ : [4311]> OPERATOR [SUB0] 09-18 22:26:48.541 2118 2118 D RILJ : [4312]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:26:48.544 2118 2118 D RILJ : [4313]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:26:48.548 2118 2212 D RILJ : [4307]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:26:48.548 2118 2118 D RILJ : [4314]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:26:48.559 2118 2212 D RILJ : [4309]< VOICE_REGISTRATION_STATE {1, 5014, 000002fe, 16, null, null, null, 0, null, null, 1, null, null, 0, null} [SUB0] 09-18 22:26:48.564 2118 2212 D RILJ : [4308]< DATA_REGISTRATION_STATE {1, 5014, 000002fe, 2, null, 20, null, null, null, null, null} [SUB0] 09-18 22:26:48.568 2118 2212 D RILJ : [4310]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:26:48.569 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:26:48.577 2118 2212 D RILJ : [4311]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:26:48.579 2118 2212 D RILJ : [4312]< DATA_REGISTRATION_STATE {1, 5014, 000002fe, 2, null, 20, null, null, null, null, null} [SUB0] 09-18 22:26:48.579 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=0 regState=1 dataRadioTechnology=2 09-18 22:26:48.582 2118 2212 D RILJ : [4313]< VOICE_REGISTRATION_STATE {1, 5014, 000002fe, 16, null, null, null, 0, null, null, 1, null, null, 0, null} [SUB0] 09-18 22:26:48.582 2118 2212 D RILJ : [UNSL]< UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED [SUB0] 09-18 22:26:48.583 2118 2118 D RILJ : [4315]> OPERATOR [SUB0] 09-18 22:26:48.583 2118 2212 D RILJ : [4314]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:26:48.583 2118 2118 D RILJ : [4316]> DATA_REGISTRATION_STATE [SUB0] 09-18 22:26:48.584 2118 2118 D RILJ : [4317]> VOICE_REGISTRATION_STATE [SUB0] 09-18 22:26:48.584 2118 2118 D RILJ : [4318]> QUERY_NETWORK_SELECTION_MODE [SUB0] 09-18 22:26:48.585 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:26:48.594 2118 2212 D RILJ : [4315]< OPERATOR {KAKTUS, KAKTUS, 23001} [SUB0] 09-18 22:26:48.600 2118 2212 D RILJ : [4316]< DATA_REGISTRATION_STATE {1, 5014, 000002fe, 2, null, 20, null, null, null, null, null} [SUB0] 09-18 22:26:48.600 2118 2118 D SST : handlPollStateResultMessage: GsmSST setDataRegState=0 regState=1 dataRadioTechnology=2 09-18 22:26:48.603 2118 2212 D RILJ : [4318]< QUERY_NETWORK_SELECTION_MODE {0} [SUB0] 09-18 22:26:48.603 2118 2118 D SST : EVENT_POLL_STATE_NETWORK_SELECTION_MODE 09-18 22:26:48.603 2118 2212 D RILJ : [4317]< VOICE_REGISTRATION_STATE {1, 5014, 000002fe, 16, null, null, null, 0, null, null, 1, null, null, 0, null} [SUB0] 09-18 22:26:48.606 2118 2118 D SST : Poll ServiceState done: oldSS=[0 1 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] newSS=[0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM EDGE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false] oldMaxDataCalls=20 mNewMaxDataCalls=20 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 09-18 22:26:48.606 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.network.type value: EDGE propVal=EDGE 09-18 22:26:48.607 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:26:48.607 2118 2118 D SIMRecords: [SIMRecords] getServiceProviderName: no brandOverride, providerName=KAKTUS 09-18 22:26:48.608 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.alpha value: KAKTUS propVal=KAKTUS 09-18 22:26:48.608 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.numeric value: 23001 propVal=23001 09-18 22:26:48.609 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.iso-country value: cz propVal=cz 09-18 22:26:48.610 2118 2118 D SST : pollStateDone: no nitz but one TZ for iso-cc=cz with zone.getID=Europe/Prague testOneUniqueOffsetPath=false 09-18 22:26:48.610 2118 2118 D SST : setAndBroadcastNetworkSetTimeZone: setTimeZone=Europe/Prague 09-18 22:26:48.619 2118 2118 D SST : setAndBroadcastNetworkSetTimeZone: call alarm.setTimeZone and broadcast zoneId=Europe/Prague 09-18 22:26:48.619 2118 2118 D SST : shouldFixTimeZoneNow: retVal=false iccCardExist=true operatorNumeric=23001 mcc=230 prevOperatorNumeric=23001 prevMcc=230 needToFixTimeZone=false ltod=09-18 22:26:48.619 09-18 22:26:48.619 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.operator.isroaming value: false propVal=false 09-18 22:26:48.622 2118 2118 D SST : Broadcasting ServiceState : 0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM EDGE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false 09-18 22:26:48.622 2118 2118 D DefaultPhoneNotifier: nofityServiceState: mRegistry=com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy@7b1857e ss=0 0 voice home data home KAKTUS KAKTUS 23001 KAKTUS KAKTUS 23001 GSM EDGE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false sender=Handler (com.android.internal.telephony.GsmCdmaPhone) {d14a5e7} phondId=0 subId=1 09-18 22:26:48.627 2118 2118 D SST : notifyDataRegStateRilRadioTechnologyChanged: drs=0 rat=2 09-18 22:26:48.627 2118 2118 D TelephonyManager: setTelephonyProperty: success phoneId=0 property=gsm.network.type value: EDGE propVal=EDGE 09-18 22:26:48.627 2118 2118 D DCT : [0]get all active apn types 09-18 22:26:48.627 2118 2118 D DCT : [0]onDataConnectionAttached 09-18 22:26:48.628 2118 2228 D DC-1 : DcInactiveState nothandled msg.what=EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED 09-18 22:26:48.628 2118 2228 D DC-1 : DcDefault msg=EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED RefCount=0 09-18 22:26:48.628 2118 2228 D DC-1 : DcDefaultState: EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED drs=0 mRilRat=2 09-18 22:26:48.629 1267 21480 D TelephonyRegistry: Notify data connection state changed on sub: 1 09-18 22:26:48.630 1267 21480 D TelephonyRegistry: Notify data connection state changed on sub: 1 09-18 22:26:48.630 1267 21480 D TelephonyRegistry: Notify data connection state changed on sub: 1 09-18 22:26:48.631 2118 4332 D SST : getCellLocation(): X good mCellLoc=[20500,766,-1] 09-18 22:26:48.648 2118 2118 D DCT : [0]setupDataOnConnectableApns: dataAttached hipri:[state=IDLE,enabled=false] mms:[state=IDLE,enabled=false] supl:[state=IDLE,enabled=false] dun:[state=IDLE,enabled=false] default:[state=IDLE,enabled=false] 09-18 22:26:48.649 2118 2118 D DCT : [0]setupDataOnConnectableApns: nwTypeChanged hipri:[state=IDLE,enabled=false] mms:[state=IDLE,enabled=false] supl:[state=IDLE,enabled=false] dun:[state=IDLE,enabled=false] default:[state=IDLE,enabled=false] 09-18 22:26:48.650 2118 2118 D RILJ : [4319]> REQUEST_GET_NEIGHBORING_CELL_IDS [SUB0] 09-18 22:26:48.657 486 680 I RILQ : (0/486):RIL[0][main] qcril_qmi_nas_get_neighboring_cell_ids: completed with 009-18 22:26:48.658 486 717 I RILQ : (0/486):RIL[0][qmi_cb] qcril_qmi_nas_get_neighboring_cells_cb: .. qmi error 0, resultqmi 0, qmi transp_err 0, ril res 0 09-18 22:26:48.658 486 717 I RILQ : (0/486):RIL[0][qmi_cb] qcril_qmi_nas_get_neighboring_cells_cb: completed with 0 with 4 entries 09-18 22:26:48.659 2118 2212 D RILJ : [4319]< REQUEST_GET_NEIGHBORING_CELL_IDS {[[0ffff@6]] [[0ffff@4]] [[0ffff@5]] [[0ffff@3]] } [SUB0] 09-18 22:26:48.661 2118 4232 D RILJ : [4320]> RIL_REQUEST_GET_CELL_INFO_LIST [SUB0] 09-18 22:26:48.664 486 28141 D RILC : responseCellInfoList: v6 09-18 22:26:48.665 2118 2212 W RILJ : [4320]< RIL_REQUEST_GET_CELL_INFO_LIST exception, possible invalid RIL response 09-18 22:26:48.665 2118 2212 W RILJ : java.lang.RuntimeException: Bad CellInfo Parcel 09-18 22:26:48.665 2118 2212 W RILJ : at android.telephony.CellInfo$1.createFromParcel(CellInfo.java:207) 09-18 22:26:48.665 2118 2212 W RILJ : at android.telephony.CellInfo$1.createFromParcel(CellInfo.java:200) 09-18 22:26:48.665 2118 2212 W RILJ : at com.android.internal.telephony.RIL.responseCellInfoList(RIL.java:4167) 09-18 22:26:48.665 2118 2212 W RILJ : at com.android.internal.telephony.RIL.processSolicited(RIL.java:2782) 09-18 22:26:48.665 2118 2212 W RILJ : at com.android.internal.telephony.RIL.processResponse(RIL.java:2556) 09-18 22:26:48.665 2118 2212 W RILJ : at com.android.internal.telephony.RIL.-wrap7(RIL.java) 09-18 22:26:48.665 2118 2212 W RILJ : at com.android.internal.telephony.RIL$RILReceiver.run(RIL.java:684) 09-18 22:26:48.665 2118 2212 W RILJ : at java.lang.Thread.run(Thread.java:761) 09-18 22:26:48.665 2118 2118 D SST : EVENT_GET_CELL_INFO_LIST: error ret null, e=java.lang.RuntimeException: Bad CellInfo Parcel 09-18 22:26:48.665 2118 4232 D SST : SST.getAllCellInfo(): X size=0 list=null 09-18 22:26:48.667 2118 4332 D SST : getCellLocation(): X good mCellLoc=[20500,766,-1] 09-18 22:26:48.763 2118 2212 D RILJ : [UNSL]< UNSOL_NITZ_TIME_RECEIVED 16/09/18,20:26:49+08,01 [SUB0] 09-18 22:26:48.763 2118 2118 D SST : NITZ: 16/09/18,20:26:49+08,01,26896939 start=26896940 delay=1 09-18 22:26:48.763 2118 2118 D SST : NITZ: tzOffset=7200000 dst=1 zone=Europe/Prague iso=cz mGotCountryCode=true mNeedFixZoneAfterNitz=false 09-18 22:26:48.764 2118 2118 D SST : setAndBroadcastNetworkSetTimeZone: setTimeZone=Europe/Prague 09-18 22:26:48.765 2118 2118 D SST : setAndBroadcastNetworkSetTimeZone: call alarm.setTimeZone and broadcast zoneId=Europe/Prague 09-18 22:26:48.766 2118 2118 D SST : NITZ: Setting time of day to Sun Sep 18 22:26:49 GMT+02:00 2016 NITZ receive delay(ms): 4 gained(ms): 238 from 16/09/18,20:26:49+08,01 09-18 22:26:48.766 2118 2118 D SST : setAndBroadcastNetworkSetTime: time=1474230409004ms 09-18 22:26:49.005 2118 2118 I SST : NITZ: after Setting time of day 09-18 22:26:49.006 2118 2118 D SST : NITZ: end=26896946 dur=6 ^C 130|honami:/ #����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������

Does not compile.

  CC      arch/arm/kernel/asm-offsets.s
In file included from include/linux/scatterlist.h:10:0,
                 from include/linux/dma-mapping.h:9,
                 from arch/arm/kernel/asm-offsets.c:15:
/root/kernel/arch/arm/include/asm/io.h:30:26: fatal error: mach/msm_rtb.h: No such file or directory
 #include <mach/msm_rtb.h>
                          ^
compilation terminated.
make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1

the same file with verbose on:

  arm-unknown-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.asm-offsets.s.d  -nostdinc -isystem /usr/lib/gcc/arm-unknown-linux-gnueabi/4.8.2/include -I/root/kernel/arch/arm/include -Iarch/arm/include/generated -Iinclude  -include /root/kernel/include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-versatile/include -Iarch/arm/plat-versatile/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -marm -fno-dwarf2-cfi-asm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=apcs-gnu -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -Wframe-larger-than=2048 -fno-stack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO    -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(asm_offsets)"  -D"KBUILD_MODNAME=KBUILD_STR(asm_offsets)" -fverbose-asm -S -o arch/arm/kernel/asm-offsets.s arch/arm/kernel/asm-offsets.c
In file included from include/linux/scatterlist.h:10:0,
                 from include/linux/dma-mapping.h:9,
                 from arch/arm/kernel/asm-offsets.c:15:
/root/kernel/arch/arm/include/asm/io.h:30:26: fatal error: mach/msm_rtb.h: No such file or directory
 #include <mach/msm_rtb.h>
                          ^
compilation terminated.
make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1

After some huge bisection work, i found this: 0f9c776#diff-4fdd6d7c1d5de24daa0146e9616e38c6R30
Any versions after it fail to compile with this error, any versions before - with some out-of-array-bound error.

  CC      arch/arm/mm/dma-mapping.o
arch/arm/mm/dma-mapping.c: In function ‘__dma_alloc’:
arch/arm/mm/dma-mapping.c:238:25: warning: array subscript is above array bounds [-Warray-bounds]
error, forbidden warning: dma-mapping.c:238
make[1]: *** [arch/arm/mm/dma-mapping.o] Error 1

Z3 Tablet Compact dtb not found

Trying compiling kernel for SGP621 using both CM and kernel-aosp-LA.BF64.1.2.2_rb4.7 branch. Thr final result fails hotbooting over fastboot and have similars sympthoms as found in Issue #347

~/D/kernel-aosp-LA.BF64.1.2.2_rb4.7 » fastboot boot boot.img
< waiting for any device >
downloading 'boot.img'...
OKAY [ 0.302s]
booting...
FAILED (remote: dtb not found)
finished. total time: 0.385s

Trying flashing the kernel over fastboot results in a short vibro and no other sign of life...
Exactly the same thing with scorpion_windy aka SGP611.

Also interesting, that the kernel compiled with the same sources but with the Z3 leo defconfigs boots up, and even enters into recovery, with no LCD as expected on a slyghtly different hardware. And there is no warning trying hotbooting it over fastboot.

Might suppose that there is an issue with device tree for scorpion models.

Not poweroff

Hello i'm using Z3Compact and build twrp recovery with your kernel sources. No matter what branch of omnirom i'm using, if i made recovery with your sources the phone are not poweroff at all. It's just always reboot after some time, ie blackscreen - 5 or 10 sec - reboot
But if i'm using your official kernel sources, like 291, all works perfect, ie i'm pressed power off in recovery and phone off not reboot as with your aosp sources. Can you check this issues, thanks.
I'm using omni - 6.0 & 7.0 for compiling, with your sources or default and always get this issue.

Z3 Camera Issue on N

5105420208013454623-account_id 1

using everything recommended from Sony to build aosp rom. UsingSW_binaries_for_Xperia_AOSP_M_MR1_v04 blobs.

fatal error: cyttsp4_img.h: No such file or directory

I compile the kernel to flash (recover) touchscreen controller. But the error appears in the assembly. With no source controller firmware file (cyttsp4_img.h).

Where can I get cyttsp4_img.h for my xperia T3 D5103 (seagull)?

CC drivers/input/touchscreen/cyttsp4/cyttsp4_platform.o
drivers/input/touchscreen/cyttsp4/cyttsp4_platform.c:38:25: fatal error: cyttsp4_img.h: No such file or directory

include "cyttsp4_img.h"

                     ^

compilation terminated.
make[4]: *** [drivers/input/touchscreen/cyttsp4/cyttsp4_platform.o] Ошибка 1
make[3]: *** [drivers/input/touchscreen/cyttsp4] Ошибка 2
make[2]: *** [drivers/input/touchscreen] Ошибка 2
make[1]: *** [drivers/input] Ошибка 2
make: *** [drivers] Ошибка 2

Z2 Camera Issue on N

5105420208013454623-account_id 1

using everything recommended from Sony to build stock aosp n rom. UsingSW_binaries_for_Xperia_AOSP_M_MR1_v04 blobs.

the phone will not boot

Hi, i try to compile aosp 5.1.1 for eagle like in sony's guide but after success compile and flash to phone, my xperia d2303 don't boot it's only one short vibrate and thats all.

Inline kernel fails to build, due to missing dtbs in output folder

Kernel fails to build inline because the dtbs folder is not copied to output directory

mkqcdtbootimg: failed to open '/out/target/product/aries/dtbs': No such file or directory
build/core/Makefile:566: recipe for target '/out/target/product/aries/boot.img' failed
make: *** [/out/target/product/aries/boot.img] Error 1

Android.mk I believe is the culprit:
https://github.com/sonyxperiadev/kernel/blob/misc-dev/Android.mk#L61
and,
https://github.com/sonyxperiadev/kernel/blob/misc-dev/Android.mk#L135

ALSA: usb-audio: erroneous downstream patch on dBmin/dBmax calculation

So I have been using a USB DAC (FiiO K1) with my Xperia X and when I check the proc file usbmixer, I see that the driver-calculated dBmin is doubled to -110.00dB (-11000), where it should be -55.00dB as can be seen under desktop Linux or Windows.

u0_a210@F5122:/ $ cat /proc/asound/card1/usbmixer
USB Mixer: usb_id=0x262a100c, ctrlif=1, ctlerr=0
Card: FiiO FiiO USB DAC K1 at usb-msm_hsusb_host-1, full speed
  Unit: 9
    Control: name="PCM Playback Volume", index=0
    Info: id=9, control=2, cmask=0x3, channels=2, type="S16"
    Volume: min=-14080, max=0, dBmin=-11000, dBmax=0
  Unit: 9
    Control: name="PCM Playback Switch", index=0
    Info: id=9, control=1, cmask=0x0, channels=1, type="INV_BOOLEAN"
    Volume: min=0, max=1, dBmin=0, dBmax=0
u0_a210@F5122:/ $

Turns out that the Sony kernel is incorporated with an apparently-downstream patch (c234ff1) which erroneously uses the volume resolution (128, i.e. 0.5dB in my case) to do the conversion from the device-reported values (in the scale that is specified in the UAC spec: 1 = 1/256dB) to ALSA value (in the scale of 1 = 1/100dB). (Hence the issue cannot be noticed with devices with volume resolution of 256, i.e. 1dB.)

The volume resolution (a.k.a. volume stepping) should have nothing to do with the calculation, since it itself should be converted accordingly as well. For example in my case it would be 128 / 256 * 100 = 50. I am not aware that the ALSA usb audio driver has its volume stepping fixed to 100 (1dB) either. Neither does it have a reason to anyway.

In other words, neither of these should NOT be the case:
dBmin = -11000 / dBmax = 0 / volume stepping in ALSA = 100 (hardcoded) / 110 steps
dBmin = -11000 / dBmax = 0 / volume stepping in ALSA = 50 (calculated from cval->res) / 220 steps

Instead this should be:
dBmin = -5500 / dBmax = 0 / volume stepping in ALSA = 50 (calculated from cval->res) / 110 steps

Issue with rqbalance

After many times to change between rqbalance and runnable, rqbalance seems not to handle little cores, it leads to reduce point in benchmark, specially in Geekbench.

Device: Xperia Z5 Dual
OS + Kernel: 6.0.1 Stock Sony with my own kernel, CPUQuiet framework ported from LA.BR.1.3.3_rb2.14 branch.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.