Hi people!
I'm building CM12.1 for our Galaxy Core Prime (a.k.a core33g). This phone comes with Spreadtrum SC7730A SoC, so I make a new device tree based on the Galaxy V CM12.1 tree
For now I'm facing this error (see logcat below). Any help would be greatly appreciated
Device tree: http://ift.tt/28XjZdR
Logcat:
I'm building CM12.1 for our Galaxy Core Prime (a.k.a core33g). This phone comes with Spreadtrum SC7730A SoC, so I make a new device tree based on the Galaxy V CM12.1 tree
For now I'm facing this error (see logcat below). Any help would be greatly appreciated
Device tree: http://ift.tt/28XjZdR
Logcat:
Code:
--------- beginning of main
I/Netd ( 178): Netd 1.0 starting
I/auditd ( 165): type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295
W/init ( 137): type=1400 audit(0.0:3): avc: denied { write } for name="blkid.tab" dev="mmcblk0p23" ino=61764 scontext=u:r:init:s0 tcontext=u:object_r:system_file:s0 tclass=file
W/init ( 137): type=1400 audit(0.0:4): avc: denied { write } for name="etc" dev="mmcblk0p23" ino=61441 scontext=u:r:init:s0 tcontext=u:object_r:system_file:s0 tclass=dir
W/init ( 137): type=1400 audit(0.0:5): avc: denied { add_name } for name="blkid.tab-bi7ND7" scontext=u:r:init:s0 tcontext=u:object_r:system_file:s0 tclass=dir
W/init ( 137): type=1400 audit(0.0:6): avc: denied { create } for name="blkid.tab-bi7ND7" scontext=u:r:init:s0 tcontext=u:object_r:system_file:s0 tclass=file
W/init ( 137): type=1400 audit(0.0:7): avc: denied { setattr } for name="blkid.tab-bi7ND7" dev="mmcblk0p23" ino=61768 scontext=u:r:init:s0 tcontext=u:object_r:system_file:s0 tclass=file
W/init ( 137): type=1400 audit(0.0:8): avc: denied { remove_name } for name="blkid.tab.old" dev="mmcblk0p23" ino=61766 scontext=u:r:init:s0 tcontext=u:object_r:system_file:s0 tclass=dir
W/init ( 137): type=1400 audit(0.0:9): avc: denied { unlink } for name="blkid.tab.old" dev="mmcblk0p23" ino=61766 scontext=u:r:init:s0 tcontext=u:object_r:system_file:s0 tclass=file
W/init ( 137): type=1400 audit(0.0:10): avc: denied { link } for name="blkid.tab" dev="mmcblk0p23" ino=61764 scontext=u:r:init:s0 tcontext=u:object_r:system_file:s0 tclass=file
W/logd ( 165): type=1400 audit(0.0:24): avc: denied { syslog_read } for scontext=u:r:init:s0 tcontext=u:r:kernel:s0 tclass=system
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/default/accept_ra_rt_table: No such file or directory
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/ip6tnl0/accept_ra_rt_table: No such file or directory
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/lo/accept_ra_rt_table: No such file or directory
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/p2p0/accept_ra_rt_table: No such file or directory
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/rmnet0/accept_ra_rt_table: No such file or directory
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/rmnet1/accept_ra_rt_table: No such file or directory
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/rmnet2/accept_ra_rt_table: No such file or directory
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/sit0/accept_ra_rt_table: No such file or directory
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/wlan0/accept_ra_rt_table: No such file or directory
W/iptables( 184): type=1400 audit(0.0:25): avc: denied { create } for scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=rawip_socket
W/iptables( 184): type=1400 audit(0.0:26): avc: denied { getopt } for lport=255 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=rawip_socket
W/init ( 188): type=1400 audit(0.0:27): avc: denied { execute_no_trans } for path="/system/bin/debuggerd" dev="mmcblk0p23" ino=30742 scontext=u:r:init:s0 tcontext=u:object_r:debuggerd_exec:s0 tclass=file
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/default/use_optimistic: No such file or directory
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/ip6tnl0/use_optimistic: No such file or directory
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/lo/use_optimistic: No such file or directory
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/p2p0/use_optimistic: No such file or directory
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/rmnet0/use_optimistic: No such file or directory
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/rmnet1/use_optimistic: No such file or directory
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/rmnet2/use_optimistic: No such file or directory
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/sit0/use_optimistic: No such file or directory
E/Netd ( 178): Failed to open /proc/sys/net/ipv6/conf/wlan0/use_optimistic: No such file or directory
I/cm ( 179): ____ _ _ ____ _ _ ____ ____ ____ _ _ _ _ ____ ___
I/lowmemorykiller( 167): Using in-kernel low memory killer interface
W/init ( 197): type=1400 audit(0.0:28): avc: denied { execute_no_trans } for path="/system/bin/sh" dev="mmcblk0p23" ino=30825 scontext=u:r:init:s0 tcontext=u:object_r:shell_exec:s0 tclass=file
--------- beginning of system
I/Vold ( 170): Vold 2.1 (the revenge) firing up
D/Vold ( 170): Volume extSdCard state changing -1 (Initializing) -> 0 (No-Media)
I/Cryptfs ( 170): Check if PFE is activated on Boot
E/Cryptfs ( 170): Bad magic for real block device /dev/block/platform/sprd-sdhci.3/by-name/userdata
E/Cryptfs ( 170): Error getting crypt footer and key
I/cm ( 185): | \_/ |__| |\ | | | | __ |___ |\ | |\/| | | | \
W/init ( 194): type=1400 audit(0.0:29): avc: denied { execute_no_trans } for path="/system/bin/installd" dev="mmcblk0p23" ino=30768 scontext=u:r:init:s0 tcontext=u:object_r:installd_exec:s0 tclass=file
I/DEBUG ( 188): debuggerd: Jun 21 2016 14:14:41
I/auditd ( 187): Starting up
I/audit_log( 187): Previous audit logfile not detected
E/audit_rules( 187): Could not read audit rules /data/misc/audit/audit.rules: No such file or directory
I/installd( 194): installd firing up
E/cutils ( 194): Failed to read /data/.layout_version: No such file or directory
I/cm ( 195): |___ | | | | \| |__| |__] |___ | \| | | |__| |__/
D/installd( 194): Upgrading /data/media for multi-user
I/SELinux ( 194): SELinux: Loaded file_contexts from /file_contexts
D/installd( 194): Upgrading to shared /data/media/obb
D/installd( 194): Upgrading to /data/misc/user directories
W/DirectVolume( 170): Deprecated implied prefix pattern detected, please use '/devices/sprd-sdhci.0/mmc_host/mmc1*' instead
D/Vold ( 170): Volume extSdCard state changing 0 (No-Media) -> 2 (Pending)
D/DirectVolume( 170): DirectVolume::handlePartitionAdded -> MAJOR 179, MINOR 129, PARTN 1
D/Vold ( 170): Volume extSdCard state changing 2 (Pending) -> 1 (Idle-Unmounted)
E/sdcard ( 205): missing packages.list; retrying
I/cm ( 219): Welcome to Android 5.1.1 / CyanogenMod-12.1-20160621-UNOFFICIAL-core33g
I/macloader( 201): WIFI MAC is valid
D/AndroidRuntime( 203): >>>>>> START com.android.internal.os.ZygoteInit uid 0 <<<<<<
D/AndroidRuntime( 203): CheckJNI is OFF
I/art ( 203): option[0]=-Xzygote
I/art ( 203): option[1]=-Xstacktracefile:/data/anr/traces.txt
I/art ( 203): option[2]=exit
I/art ( 203): option[3]=vfprintf
I/art ( 203): option[4]=sensitiveThread
I/art ( 203): option[5]=-verbose:gc
I/art ( 203): option[6]=-Xms12m
I/art ( 203): option[7]=-Xmx256m
I/art ( 203): option[8]=-XX:mainThreadStackSize=24K
I/art ( 203): option[9]=-XX:HeapGrowthLimit=64m
I/art ( 203): option[10]=-XX:HeapMinFree=4m
I/art ( 203): option[11]=-XX:HeapTargetUtilization=0.75
I/art ( 203): option[12]=-agentlib:jdwp=transport=dt_android_adb,suspend=n,server=y
I/art ( 203): option[13]=-Xlockprofthreshold:500
I/art ( 203): option[14]=-Ximage-compiler-option
I/art ( 203): option[15]=--runtime-arg
I/art ( 203): option[16]=-Ximage-compiler-option
I/art ( 203): option[17]=-Xms64m
I/art ( 203): option[18]=-Ximage-compiler-option
I/art ( 203): option[19]=--runtime-arg
I/art ( 203): option[20]=-Ximage-compiler-option
I/art ( 203): option[21]=-Xmx64m
I/art ( 203): option[22]=-Ximage-compiler-option
I/art ( 203): option[23]=--compiler-filter=everything
I/art ( 203): option[24]=-Ximage-compiler-option
I/art ( 203): option[25]=--image-classes=/system/etc/preloaded-classes
I/art ( 203): option[26]=-Xcompiler-option
I/art ( 203): option[27]=--runtime-arg
I/art ( 203): option[28]=-Xcompiler-option
I/art ( 203): option[29]=-Xms64m
I/art ( 203): option[30]=-Xcompiler-option
I/art ( 203): option[31]=--runtime-arg
I/art ( 203): option[32]=-Xcompiler-option
I/art ( 203): option[33]=-Xmx512m
I/art ( 203): option[34]=-Xcompiler-option
I/art ( 203): option[35]=--compiler-filter=speed
I/art ( 203): option[36]=-Xcompiler-option
I/art ( 203): option[37]=--no-watch-dog
I/art ( 203): option[38]=-Duser.language=en
I/art ( 203): option[39]=-Duser.region=GB
I/art ( 203): Pruning dalvik-cache since we are relocating an image and will need to recompile
I/art ( 203): RelocateImage: /system/bin/patchoat --input-image-location=/system/framework/boot.art --output-image-file=/data/dalvik-cache/arm/system@framework@boot.art --input-oat-location=/system/framework/boot.oat --output-oat-file=/data/dalvik-cache/arm/system@framework@boot.oat --instruction-set=arm --base-offset-delta=-9170944
V/NatController( 178): runCmd(/system/bin/iptables -F natctrl_FORWARD) res=0
V/NatController( 178): runCmd(/system/bin/iptables -A natctrl_FORWARD -j DROP) res=0
V/NatController( 178): runCmd(/system/bin/iptables -t nat -F natctrl_nat_POSTROUTING) res=0
V/NatController( 178): runCmd(/system/bin/iptables -F natctrl_tether_counters) res=1
V/NatController( 178): runCmd(/system/bin/iptables -X natctrl_tether_counters) res=1
V/NatController( 178): runCmd(/system/bin/iptables -N natctrl_tether_counters) res=0
V/NatController( 178): runCmd(/system/bin/iptables -t mangle -A natctrl_mangle_FORWARD -p tcp --tcp-flags SYN SYN -j TCPMSS --clamp-mss-to-pmtu) res=0
D/MDnsDS ( 178): MDnsSdListener::Hander starting up
D/MDnsDS ( 178): MDnsSdListener starting to monitor
D/MDnsDS ( 178): Going to poll with pollCount 1
E/memtrack( 203): Couldn't load memtrack module (No such file or directory)
E/android.os.Debug( 203): failed to load memtrack module: -2
I/SamplingProfilerIntegration( 203): Profiling disabled.
D/Zygote ( 203): begin preload
I/Zygote ( 203): Preloading classes...
I/art ( 203): Explicit concurrent mark sweep GC freed 800(36KB) AllocSpace objects, 0(0B) LOS objects, 99% free, 44KB/8MB, paused 248us total 14.056ms
I/art ( 203): Counter: 1
I/art ( 203): Explicit concurrent mark sweep GC freed 97(4KB) AllocSpace objects, 0(0B) LOS objects, 99% free, 64KB/8MB, paused 194us total 5.271ms
I/art ( 203): Explicit concurrent mark sweep GC freed 457(29KB) AllocSpace objects, 0(0B) LOS objects, 99% free, 65KB/8MB, paused 206us total 3.228ms
I/art ( 203): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 99% free, 65KB/8MB, paused 192us total 3.093ms
I/art ( 203): Explicit concurrent mark sweep GC freed 646(41KB) AllocSpace objects, 0(0B) LOS objects, 99% free, 72KB/8MB, paused 204us total 6.678ms
I/art ( 203): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 99% free, 72KB/8MB, paused 195us total 3.254ms
E/sdcard ( 205): missing packages.list; retrying
I/art ( 203): Explicit concurrent mark sweep GC freed 400(22KB) AllocSpace objects, 0(0B) LOS objects, 98% free, 113KB/8MB, paused 208us total 4.908ms
I/art ( 203): Explicit concurrent mark sweep GC freed 35(1504B) AllocSpace objects, 0(0B) LOS objects, 98% free, 112KB/8MB, paused 197us total 3.411ms
E/Typeface( 203): Error opening /system/etc/fonts.xml
E/Typeface( 203): java.io.FileNotFoundException: /system/etc/fonts.xml: open failed: EACCES (Permission denied)
E/Typeface( 203): at libcore.io.IoBridge.open(IoBridge.java:456)
E/Typeface( 203): at java.io.FileInputStream.<init>(FileInputStream.java:76)
E/Typeface( 203): at android.graphics.FontListParser.parse(FontListParser.java:83)
E/Typeface( 203): at android.graphics.Typeface.init(Typeface.java:372)
E/Typeface( 203): at android.graphics.Typeface.<clinit>(Typeface.java:471)
E/Typeface( 203): at java.lang.Class.classForName(Native Method)
E/Typeface( 203): at java.lang.Class.forName(Class.java:309)
E/Typeface( 203): at java.lang.Class.forName(Class.java:273)
E/Typeface( 203): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:331)
E/Typeface( 203): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:256)
E/Typeface( 203): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:676)
E/Typeface( 203): Caused by: android.system.ErrnoException: open failed: EACCES (Permission denied)
E/Typeface( 203): at libcore.io.Posix.open(Native Method)
E/Typeface( 203): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:186)
E/Typeface( 203): at libcore.io.IoBridge.open(IoBridge.java:442)
E/Typeface( 203): ... 10 more
E/Zygote ( 203): Error preloading android.graphics.Typeface.
E/Zygote ( 203): java.lang.ExceptionInInitializerError
E/Zygote ( 203): at java.lang.Class.classForName(Native Method)
E/Zygote ( 203): at java.lang.Class.forName(Class.java:309)
E/Zygote ( 203): at java.lang.Class.forName(Class.java:273)
E/Zygote ( 203): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:331)
E/Zygote ( 203): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:256)
E/Zygote ( 203): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:676)
E/Zygote ( 203): Caused by: java.lang.NullPointerException: Attempt to read from field 'long android.graphics.Typeface.native_instance' on a null object reference
E/Zygote ( 203): at android.graphics.Typeface.<clinit>(Typeface.java:479)
E/Zygote ( 203): ... 6 more
I/art ( 203): VMRuntime.preloadDexCaches starting
I/art ( 203): VMRuntime.preloadDexCaches strings total=222553 before=36374 after=36374
I/art ( 203): VMRuntime.preloadDexCaches types total=18775 before=6277 after=6288
I/art ( 203): VMRuntime.preloadDexCaches fields total=88754 before=32793 after=32834
I/art ( 203): VMRuntime.preloadDexCaches methods total=156165 before=67616 after=67738
I/art ( 203): VMRuntime.preloadDexCaches finished
I/art ( 203): Counter: 0
D/AndroidRuntime( 203): Shutting down VM
I/Netd ( 460): Netd 1.0 starting
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/default/accept_ra_rt_table: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/ip6tnl0/accept_ra_rt_table: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/lo/accept_ra_rt_table: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/p2p0/accept_ra_rt_table: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/rmnet0/accept_ra_rt_table: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/rmnet1/accept_ra_rt_table: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/rmnet2/accept_ra_rt_table: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/sit0/accept_ra_rt_table: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/wlan0/accept_ra_rt_table: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/default/use_optimistic: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/ip6tnl0/use_optimistic: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/lo/use_optimistic: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/p2p0/use_optimistic: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/rmnet0/use_optimistic: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/rmnet1/use_optimistic: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/rmnet2/use_optimistic: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/sit0/use_optimistic: No such file or directory
E/Netd ( 460): Failed to open /proc/sys/net/ipv6/conf/wlan0/use_optimistic: No such file or directory
V/NatController( 460): runCmd(/system/bin/iptables -F natctrl_FORWARD) res=0
V/NatController( 460): runCmd(/system/bin/iptables -A natctrl_FORWARD -j DROP) res=0
V/NatController( 460): runCmd(/system/bin/iptables -t nat -F natctrl_nat_POSTROUTING) res=0
V/NatController( 460): runCmd(/system/bin/iptables -F natctrl_tether_counters) res=0
V/NatController( 460): runCmd(/system/bin/iptables -X natctrl_tether_counters) res=0
V/NatController( 460): runCmd(/system/bin/iptables -N natctrl_tether_counters) res=0
V/NatController( 460): runCmd(/system/bin/iptables -t mangle -A natctrl_mangle_FORWARD -p tcp --tcp-flags SYN SYN -j TCPMSS --clamp-mss-to-pmtu) res=0
E/sdcard ( 205): missing packages.list; retrying
I/Netd ( 633): Netd 1.0 starting
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/default/accept_ra_rt_table: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/ip6tnl0/accept_ra_rt_table: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/lo/accept_ra_rt_table: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/p2p0/accept_ra_rt_table: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/rmnet0/accept_ra_rt_table: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/rmnet1/accept_ra_rt_table: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/rmnet2/accept_ra_rt_table: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/sit0/accept_ra_rt_table: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/wlan0/accept_ra_rt_table: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/default/use_optimistic: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/ip6tnl0/use_optimistic: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/lo/use_optimistic: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/p2p0/use_optimistic: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/rmnet0/use_optimistic: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/rmnet1/use_optimistic: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/rmnet2/use_optimistic: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/sit0/use_optimistic: No such file or directory
E/Netd ( 633): Failed to open /proc/sys/net/ipv6/conf/wlan0/use_optimistic: No such file or directory
E/sdcard ( 205): missing packages.list; retrying
V/NatController( 633): runCmd(/system/bin/iptables -F natctrl_FORWARD) res=0
V/NatController( 633): runCmd(/system/bin/iptables -A natctrl_FORWARD -j DROP) res=0
V/NatController( 633): runCmd(/system/bin/iptables -t nat -F natctrl_nat_POSTROUTING) res=0
V/NatController( 633): runCmd(/system/bin/iptables -F natctrl_tether_counters) res=0
V/NatController( 633): runCmd(/system/bin/iptables -X natctrl_tether_counters) res=0
V/NatController( 633): runCmd(/system/bin/iptables -N natctrl_tether_counters) res=0
V/NatController( 633): runCmd(/system/bin/iptables -t mangle -A natctrl_mangle_FORWARD -p tcp --tcp-flags SYN SYN -j TCPMSS --clamp-mss-to-pmtu) res=0
E/sdcard ( 205): missing packages.list; retrying
I/Netd ( 805): Netd 1.0 starting
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/default/accept_ra_rt_table: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/ip6tnl0/accept_ra_rt_table: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/lo/accept_ra_rt_table: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/p2p0/accept_ra_rt_table: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/rmnet0/accept_ra_rt_table: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/rmnet1/accept_ra_rt_table: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/rmnet2/accept_ra_rt_table: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/sit0/accept_ra_rt_table: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/wlan0/accept_ra_rt_table: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/default/use_optimistic: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/ip6tnl0/use_optimistic: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/lo/use_optimistic: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/p2p0/use_optimistic: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/rmnet0/use_optimistic: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/rmnet1/use_optimistic: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/rmnet2/use_optimistic: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/sit0/use_optimistic: No such file or directory
E/Netd ( 805): Failed to open /proc/sys/net/ipv6/conf/wlan0/use_optimistic: No such file or directory
V/NatController( 805): runCmd(/system/bin/iptables -F natctrl_FORWARD) res=0
V/NatController( 805): runCmd(/system/bin/iptables -A natctrl_FORWARD -j DROP) res=0
V/NatController( 805): runCmd(/system/bin/iptables -t nat -F natctrl_nat_POSTROUTING) res=0
V/NatController( 805): runCmd(/system/bin/iptables -F natctrl_tether_counters) res=0
V/NatController( 805): runCmd(/system/bin/iptables -X natctrl_tether_counters) res=0
V/NatController( 805): runCmd(/system/bin/iptables -N natctrl_tether_counters) res=0
V/NatController( 805): runCmd(/system/bin/iptables -t mangle -A natctrl_mangle_FORWARD -p tcp --tcp-flags SYN SYN -j TCPMSS --clamp-mss-to-pmtu) res=0
E/sdcard ( 205): missing packages.list; retrying
E/sdcard ( 205): missing packages.list; retrying
I/Netd ( 977): Netd 1.0 starting
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/default/accept_ra_rt_table: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/ip6tnl0/accept_ra_rt_table: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/lo/accept_ra_rt_table: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/p2p0/accept_ra_rt_table: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/rmnet0/accept_ra_rt_table: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/rmnet1/accept_ra_rt_table: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/rmnet2/accept_ra_rt_table: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/sit0/accept_ra_rt_table: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/wlan0/accept_ra_rt_table: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/default/use_optimistic: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/ip6tnl0/use_optimistic: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/lo/use_optimistic: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/p2p0/use_optimistic: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/rmnet0/use_optimistic: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/rmnet1/use_optimistic: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/rmnet2/use_optimistic: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/sit0/use_optimistic: No such file or directory
E/Netd ( 977): Failed to open /proc/sys/net/ipv6/conf/wlan0/use_optimistic: No such file or directory
V/NatController( 977): runCmd(/system/bin/iptables -F natctrl_FORWARD) res=0
V/NatController( 977): runCmd(/system/bin/iptables -A natctrl_FORWARD -j DROP) res=0
V/NatController( 977): runCmd(/system/bin/iptables -t nat -F natctrl_nat_POSTROUTING) res=0
V/NatController( 977): runCmd(/system/bin/iptables -F natctrl_tether_counters) res=0
V/NatController( 977): runCmd(/system/bin/iptables -X natctrl_tether_counters) res=0
V/NatController( 977): runCmd(/system/bin/iptables -N natctrl_tether_counters) res=0
V/NatController( 977): runCmd(/system/bin/iptables -t mangle -A natctrl_mangle_FORWARD -p tcp --tcp-flags SYN SYN -j TCPMSS --clamp-mss-to-pmtu) res=0
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
E/audit_log( 187): Error writing to log file
F/appproc ( 1148): Error changing dalvik-cache ownership : Read-only file system
--------- beginning of crash
F/libc ( 1148): Fatal signal 6 (SIGABRT), code -6 in tid 1148 (app_process)
I/DEBUG ( 188): property debug.db.uid not set; NOT waiting for gdb.
I/DEBUG ( 188): HINT: adb shell setprop debug.db.uid 100000
I/DEBUG ( 188): HINT: adb forward tcp:5039 tcp:5039
E/DEBUG ( 188): Failed to find a valid tombstone, default to using tombstone 0.
E/DEBUG ( 188): failed to open tombstone file '/data/tombstones/tombstone_00': No such file or directory
I/DEBUG ( 188): Skipping tombstone write, nothing to do.
E/Netd ( 977): failed to create /data/misc/net/rt_tables (Read-only file system)
D/MDnsDS ( 977): MDnsSdListener::Hander starting up
D/MDnsDS ( 977): MDnsSdListener starting to monitor
D/MDnsDS ( 977): Going to poll with pollCount 1
E/Netd ( 977): Unable to create pid file (Read-only file system) from xda-developers http://ift.tt/28XjRLL
via IFTTT
No comments:
Post a Comment