[Q] Apache ActiveMQ on Android - General Questions and Answers

hi,
I am want send message from my android to ActiveMQ broker. But i get message this:
05-20 14:27:41.697: E/AndroidRuntime(1802): java.lang.NoClassDefFoundError: org.apache.activemq.ActiveMQConnectionFactory
05-20 14:27:41.697: E/AndroidRuntime(1802): at com.example.activemqlib.TextMsg.<init>(TextMsg.java:31)
05-20 14:27:41.697: E/AndroidRuntime(1802): at com.example.activemqlib.MainActivity$1.onClick(MainActivity.java:30)
05-20 14:27:41.697: E/AndroidRuntime(1802): at android.view.View.performClick(View.java:3511)
05-20 14:27:41.697: E/AndroidRuntime(1802): at android.view.View$PerformClick.run(View.java:14109)
05-20 14:27:41.697: E/AndroidRuntime(1802): at android.os.Handler.handleCallback(Handler.java:605)
05-20 14:27:41.697: E/AndroidRuntime(1802): at android.os.Handler.dispatchMessage(Handler.java:92)
05-20 14:27:41.697: E/AndroidRuntime(1802): at android.os.Looper.loop(Looper.java:137)
05-20 14:27:41.697: E/AndroidRuntime(1802): at android.app.ActivityThread.main(ActivityThread.java:4424)
05-20 14:27:41.697: E/AndroidRuntime(1802): at java.lang.reflect.Method.invokeNative(Native Method)
05-20 14:27:41.697: E/AndroidRuntime(1802): at java.lang.reflect.Method.invoke(Method.java:511)
05-20 14:27:41.697: E/AndroidRuntime(1802): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
05-20 14:27:41.697: E/AndroidRuntime(1802): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
05-20 14:27:41.697: E/AndroidRuntime(1802): at dalvik.system.NativeStart.main(Native Method)
Any body help me?
Program in the attachment.
I has testing TextMsg.java in pc, and work.

Related

[Q] ROM Porting Help

Hello, i am in the process of porting a ROM, all seemed to be going fine until i flashed. I received an "Error 7" and it said it had trouble setting permissions, the following are the updater-script from both the port rom, and the base rom. I tried flashing from the internal and external SD card. Niether worked.
Base ROM:
Code:
show_progress(0.15, 5);
package_extract_file("updater.sh", "/tmp/updater.sh");
package_extract_file("make_ext4fs", "/tmp/make_ext4fs");
package_extract_file("busybox", "/tmp/busybox");
package_extract_file("flash_image", "/tmp/flash_image");
package_extract_file("erase_image", "/tmp/erase_image");
package_extract_file("bml_over_mtd", "/tmp/bml_over_mtd");
package_extract_file("bml_over_mtd.sh", "/tmp/bml_over_mtd.sh");
set_perm(0, 0, 0777, "/tmp/modem.bin");
set_perm(0, 0, 0777, "/tmp/updater.sh");
set_perm(0, 0, 0777, "/tmp/make_ext4fs");
set_perm(0, 0, 0777, "/tmp/busybox");
set_perm(0, 0, 0777, "/tmp/flash_image");
set_perm(0, 0, 0777, "/tmp/erase_image");
set_perm(0, 0, 0777, "/tmp/bml_over_mtd");
set_perm(0, 0, 0777, "/tmp/bml_over_mtd.sh");
package_extract_file("boot.img", "/tmp/boot.img");
assert(run_program("/tmp/updater.sh" ) == 0);
delete("/tmp/boot.img");
mount("yaffs2", "MTD", "system", "/system");
package_extract_file("system/bin/backuptool.sh", "/tmp/backuptool.sh");
package_extract_file("system/bin/backuptool.functions", "/tmp/backuptool.functions");
set_perm(0, 0, 0777, "/tmp/backuptool.sh");
set_perm(0, 0, 0644, "/tmp/backuptool.functions");
run_program("/tmp/backuptool.sh", "backup");
unmount("/system");
show_progress(0.500000, 0);
ui_print("");
ui_print("");
ui_print("Slim Roms");
ui_print("");
ui_print(" www.slimroms.net ");
ui_print("");
ui_print("");
ui_print("Format and Mount System, Mount Data...");
format("yaffs2", "MTD", "system", "0", "/system");
mount("yaffs2", "MTD", "system", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p2", "/data");
show_progress(0.700000, 30);
package_extract_dir("system", "/system");
package_extract_dir("data", "/data");
ui_print("Symlinks and permissions...");
symlink("Roboto-Bold.ttf", "/system/fonts/DroidSans-Bold.ttf");
symlink("Roboto-Regular.ttf", "/system/fonts/DroidSans.ttf");
symlink("busybox", "/system/xbin/[", "/system/xbin/[[",
"/system/xbin/adjtimex", "/system/xbin/arp", "/system/xbin/ash",
"/system/xbin/awk", "/system/xbin/base64", "/system/xbin/basename",
"/system/xbin/bbconfig", "/system/xbin/blkid", "/system/xbin/blockdev",
"/system/xbin/brctl", "/system/xbin/bunzip2", "/system/xbin/bzcat",
"/system/xbin/bzip2", "/system/xbin/cal", "/system/xbin/cat",
"/system/xbin/catv", "/system/xbin/chattr", "/system/xbin/chgrp",
"/system/xbin/chmod", "/system/xbin/chown", "/system/xbin/chroot",
"/system/xbin/clear", "/system/xbin/cmp", "/system/xbin/comm",
"/system/xbin/cp", "/system/xbin/cpio", "/system/xbin/crond",
"/system/xbin/crontab", "/system/xbin/cut", "/system/xbin/date",
"/system/xbin/dc", "/system/xbin/dd", "/system/xbin/depmod",
"/system/xbin/devmem", "/system/xbin/df", "/system/xbin/diff",
"/system/xbin/dirname", "/system/xbin/dmesg", "/system/xbin/dnsd",
"/system/xbin/dos2unix", "/system/xbin/du", "/system/xbin/echo",
"/system/xbin/ed", "/system/xbin/egrep", "/system/xbin/env",
"/system/xbin/expand", "/system/xbin/expr", "/system/xbin/false",
"/system/xbin/fdisk", "/system/xbin/fgrep", "/system/xbin/find",
"/system/xbin/flash_lock", "/system/xbin/flash_unlock",
"/system/xbin/flashcp", "/system/xbin/flock", "/system/xbin/fold",
"/system/xbin/free", "/system/xbin/freeramdisk", "/system/xbin/fsync",
"/system/xbin/ftpget", "/system/xbin/ftpput", "/system/xbin/fuser",
"/system/xbin/getopt", "/system/xbin/grep", "/system/xbin/groups",
"/system/xbin/gunzip", "/system/xbin/gzip", "/system/xbin/halt",
"/system/xbin/head", "/system/xbin/hexdump", "/system/xbin/id",
"/system/xbin/ifconfig", "/system/xbin/inetd", "/system/xbin/insmod",
"/system/xbin/install", "/system/xbin/iostat", "/system/xbin/ip",
"/system/xbin/kill", "/system/xbin/killall", "/system/xbin/killall5",
"/system/xbin/length", "/system/xbin/less", "/system/xbin/ln",
"/system/xbin/losetup", "/system/xbin/ls", "/system/xbin/lsattr",
"/system/xbin/lsmod", "/system/xbin/lsusb", "/system/xbin/lzcat",
"/system/xbin/lzma", "/system/xbin/lzop", "/system/xbin/lzopcat",
"/system/xbin/man", "/system/xbin/md5sum", "/system/xbin/mesg",
"/system/xbin/mkdir", "/system/xbin/mke2fs", "/system/xbin/mkfifo",
"/system/xbin/mkfs.ext2", "/system/xbin/mkfs.vfat",
"/system/xbin/mknod", "/system/xbin/mkswap", "/system/xbin/mktemp",
"/system/xbin/modinfo", "/system/xbin/modprobe", "/system/xbin/more",
"/system/xbin/mount", "/system/xbin/mountpoint", "/system/xbin/mpstat",
"/system/xbin/mv", "/system/xbin/nanddump", "/system/xbin/nandwrite",
"/system/xbin/netstat", "/system/xbin/nice", "/system/xbin/nohup",
"/system/xbin/nslookup", "/system/xbin/ntpd", "/system/xbin/od",
"/system/xbin/patch", "/system/xbin/pgrep", "/system/xbin/pidof",
"/system/xbin/ping", "/system/xbin/pkill", "/system/xbin/pmap",
"/system/xbin/poweroff", "/system/xbin/printenv", "/system/xbin/printf",
"/system/xbin/ps", "/system/xbin/pstree", "/system/xbin/pwd",
"/system/xbin/pwdx", "/system/xbin/rdev", "/system/xbin/readlink",
"/system/xbin/realpath", "/system/xbin/renice", "/system/xbin/reset",
"/system/xbin/resize", "/system/xbin/rev", "/system/xbin/rm",
"/system/xbin/rmdir", "/system/xbin/rmmod", "/system/xbin/route",
"/system/xbin/run-parts", "/system/xbin/rx", "/system/xbin/sed",
"/system/xbin/seq", "/system/xbin/setconsole", "/system/xbin/setserial",
"/system/xbin/setsid", "/system/xbin/sh", "/system/xbin/sha1sum",
"/system/xbin/sha256sum", "/system/xbin/sha512sum",
"/system/xbin/sleep", "/system/xbin/sort", "/system/xbin/split",
"/system/xbin/stat", "/system/xbin/strings", "/system/xbin/stty",
"/system/xbin/sum", "/system/xbin/swapoff", "/system/xbin/swapon",
"/system/xbin/sync", "/system/xbin/sysctl", "/system/xbin/tac",
"/system/xbin/tail", "/system/xbin/tar", "/system/xbin/taskset",
"/system/xbin/tee", "/system/xbin/telnet", "/system/xbin/telnetd",
"/system/xbin/test", "/system/xbin/tftp", "/system/xbin/tftpd",
"/system/xbin/time", "/system/xbin/timeout", "/system/xbin/top",
"/system/xbin/touch", "/system/xbin/tr", "/system/xbin/traceroute",
"/system/xbin/true", "/system/xbin/ttysize", "/system/xbin/tune2fs",
"/system/xbin/umount", "/system/xbin/uname", "/system/xbin/uncompress",
"/system/xbin/unexpand", "/system/xbin/uniq", "/system/xbin/unix2dos",
"/system/xbin/unlzma", "/system/xbin/unlzop", "/system/xbin/unxz",
"/system/xbin/unzip", "/system/xbin/uptime", "/system/xbin/usleep",
"/system/xbin/uudecode", "/system/xbin/uuencode", "/system/xbin/vi",
"/system/xbin/watch", "/system/xbin/wc", "/system/xbin/wget",
"/system/xbin/which", "/system/xbin/whoami", "/system/xbin/xargs",
"/system/xbin/xz", "/system/xbin/xzcat", "/system/xbin/yes",
"/system/xbin/zcat");
symlink("mksh", "/system/bin/sh");
symlink("toolbox", "/system/bin/cat", "/system/bin/chmod",
"/system/bin/chown", "/system/bin/cmp", "/system/bin/cp",
"/system/bin/date", "/system/bin/dd", "/system/bin/df",
"/system/bin/dmesg", "/system/bin/du", "/system/bin/getevent",
"/system/bin/getprop", "/system/bin/grep", "/system/bin/hd",
"/system/bin/id", "/system/bin/ifconfig", "/system/bin/iftop",
"/system/bin/insmod", "/system/bin/ioctl", "/system/bin/ionice",
"/system/bin/kill", "/system/bin/ln", "/system/bin/log",
"/system/bin/ls", "/system/bin/lsmod", "/system/bin/lsof",
"/system/bin/md5", "/system/bin/mkdir", "/system/bin/mount",
"/system/bin/mv", "/system/bin/nandread", "/system/bin/netstat",
"/system/bin/newfs_msdos", "/system/bin/notify", "/system/bin/printenv",
"/system/bin/ps", "/system/bin/r", "/system/bin/reboot",
"/system/bin/renice", "/system/bin/restart", "/system/bin/rm",
"/system/bin/rmdir", "/system/bin/rmmod", "/system/bin/route",
"/system/bin/schedtop", "/system/bin/sendevent",
"/system/bin/setconsole", "/system/bin/setprop", "/system/bin/sleep",
"/system/bin/smd", "/system/bin/start", "/system/bin/stop",
"/system/bin/sync", "/system/bin/top", "/system/bin/touch",
"/system/bin/umount", "/system/bin/uptime", "/system/bin/vmstat",
"/system/bin/watchprops",
"/system/bin/wipe");
show_progress(0.150000, 5);
set_perm_recursive(0, 0, 0755, 0644, "/system");
set_perm_recursive(0, 0, 0755, 0755, "/system/addon.d");
set_perm_recursive(0, 2000, 0755, 0755, "/system/bin");
set_perm(0, 3003, 02750, "/system/bin/netcfg");
set_perm(0, 3004, 02755, "/system/bin/ping");
set_perm(0, 2000, 06750, "/system/bin/run-as");
set_perm(1002, 1002, 0440, "/system/etc/dbus.conf");
set_perm(1014, 2000, 0550, "/system/etc/dhcpcd/dhcpcd-run-hooks");
set_perm_recursive(0, 2000, 0755, 0755, "/system/etc/init.d");
set_perm(0, 0, 0755, "/system/etc/init.d");
set_perm(0, 2000, 0550, "/system/etc/init.goldfish.sh");
set_perm_recursive(0, 0, 0755, 0555, "/system/etc/ppp");
set_perm(0, 2000, 0755, "/system/vendor");
set_perm_recursive(0, 2000, 0755, 0755, "/system/vendor/bin");
set_perm(0, 2000, 0755, "/system/vendor/etc");
set_perm(0, 2000, 0755, "/system/vendor/firmware");
set_perm(0, 2000, 0755, "/system/vendor/lib");
set_perm(0, 2000, 0755, "/system/vendor/lib/egl");
set_perm(0, 2000, 0755, "/system/vendor/lib/hw");
set_perm_recursive(0, 2000, 0755, 0755, "/system/xbin");
set_perm(0, 0, 06755, "/system/xbin/librank");
set_perm(0, 0, 06755, "/system/xbin/procmem");
set_perm(0, 0, 06755, "/system/xbin/procrank");
set_perm(0, 0, 06755, "/system/xbin/su");
show_progress(0.200000, 10);
package_extract_file("system/bin/backuptool.sh", "/tmp/backuptool.sh");
package_extract_file("system/bin/backuptool.functions", "/tmp/backuptool.functions");
set_perm(0, 0, 0777, "/tmp/backuptool.sh");
set_perm(0, 0, 0644, "/tmp/backuptool.functions");
run_program("/tmp/backuptool.sh", "restore");
delete("/system/bin/backuptool.sh");
delete("/system/bin/backuptool.functions");
unmount("/data");
unmount("/system");
Click to expand...
Click to collapse
Porting ROM:
Code:
assert(getprop("ro.product.device") == "galaxys" || getprop("ro.build.product") == "galaxys" ||
getprop("ro.product.device") == "galaxysmtd" || getprop("ro.build.product") == "galaxysmtd" ||
getprop("ro.product.device") == "GT-I9000" || getprop("ro.build.product") == "GT-I9000" ||
getprop("ro.product.device") == "GT-I9000M" || getprop("ro.build.product") == "GT-I9000M" ||
getprop("ro.product.device") == "GT-I9000T" || getprop("ro.build.product") == "GT-I9000T");
package_extract_file("modem.bin", "/tmp/modem.bin");
set_perm(0, 0, 0777, "/tmp/modem.bin");
package_extract_file("updater.sh", "/tmp/updater.sh");
set_perm(0, 0, 0777, "/tmp/updater.sh");
package_extract_file("make_ext4fs", "/tmp/make_ext4fs");
set_perm(0, 0, 0777, "/tmp/make_ext4fs");
package_extract_file("busybox", "/tmp/busybox");
set_perm(0, 0, 0777, "/tmp/busybox");
package_extract_file("flash_image", "/tmp/flash_image");
set_perm(0, 0, 0777, "/tmp/flash_image");
package_extract_file("erase_image", "/tmp/erase_image");
set_perm(0, 0, 0777, "/tmp/erase_image");
package_extract_file("bml_over_mtd", "/tmp/bml_over_mtd");
set_perm(0, 0, 0777, "/tmp/bml_over_mtd");
package_extract_file("bml_over_mtd.sh", "/tmp/bml_over_mtd.sh");
set_perm(0, 0, 0777, "/tmp/bml_over_mtd.sh");
package_extract_file("boot.img", "/tmp/boot.img");
assert(run_program("/tmp/updater.sh") == 0);
mount("ext4", "EMMC", "/dev/lvpool/system", "/system");
package_extract_file("system/bin/backuptool.sh", "/tmp/backuptool.sh");
package_extract_file("system/bin/backuptool.functions", "/tmp/backuptool.functions");
set_perm(0, 0, 0777, "/tmp/backuptool.sh");
set_perm(0, 0, 0644, "/tmp/backuptool.functions");
run_program("/tmp/backuptool.sh", "backup");
unmount("/system");
show_progress(0.500000, 0);
ui_print("");
ui_print("");
ui_print("C-RoM Series");
ui_print("");
ui_print(" www.c-rom.biz ");
ui_print("");
ui_print("");
ui_print("Format and Mount System, Mount Data...");
format("ext4", "EMMC", "/dev/lvpool/system", "0", "/system");
mount("ext4", "EMMC", "/dev/lvpool/system", "/system");
mount("ext4", "EMMC", "/dev/lvpool/userdata", "/data");
show_progress(0.700000, 30);
package_extract_dir("system", "/system");
package_extract_dir("data", "/data");
ui_print("Symlinks and permissions...");
package_extract_dir("system", "/system");
symlink("Roboto-Bold.ttf", "/system/fonts/DroidSans-Bold.ttf");
symlink("Roboto-Regular.ttf", "/system/fonts/DroidSans.ttf");
symlink("busybox", "/system/xbin/[", "/system/xbin/[[",
"/system/xbin/adjtimex", "/system/xbin/arp", "/system/xbin/ash",
"/system/xbin/awk", "/system/xbin/base64", "/system/xbin/basename",
"/system/xbin/bbconfig", "/system/xbin/blkid", "/system/xbin/blockdev",
"/system/xbin/brctl", "/system/xbin/bunzip2", "/system/xbin/bzcat",
"/system/xbin/bzip2", "/system/xbin/cal", "/system/xbin/cat",
"/system/xbin/catv", "/system/xbin/chattr", "/system/xbin/chgrp",
"/system/xbin/chmod", "/system/xbin/chown", "/system/xbin/chroot",
"/system/xbin/clear", "/system/xbin/cmp", "/system/xbin/comm",
"/system/xbin/cp", "/system/xbin/cpio", "/system/xbin/crond",
"/system/xbin/crontab", "/system/xbin/cut", "/system/xbin/date",
"/system/xbin/dc", "/system/xbin/dd", "/system/xbin/depmod",
"/system/xbin/devmem", "/system/xbin/df", "/system/xbin/diff",
"/system/xbin/dirname", "/system/xbin/dmesg", "/system/xbin/dnsd",
"/system/xbin/dos2unix", "/system/xbin/du", "/system/xbin/echo",
"/system/xbin/ed", "/system/xbin/egrep", "/system/xbin/env",
"/system/xbin/expand", "/system/xbin/expr", "/system/xbin/false",
"/system/xbin/fdisk", "/system/xbin/fgrep", "/system/xbin/find",
"/system/xbin/flash_lock", "/system/xbin/flash_unlock",
"/system/xbin/flashcp", "/system/xbin/flock", "/system/xbin/fold",
"/system/xbin/free", "/system/xbin/freeramdisk", "/system/xbin/fsync",
"/system/xbin/ftpget", "/system/xbin/ftpput", "/system/xbin/fuser",
"/system/xbin/getopt", "/system/xbin/grep", "/system/xbin/groups",
"/system/xbin/gunzip", "/system/xbin/gzip", "/system/xbin/halt",
"/system/xbin/head", "/system/xbin/hexdump", "/system/xbin/id",
"/system/xbin/ifconfig", "/system/xbin/inetd", "/system/xbin/insmod",
"/system/xbin/install", "/system/xbin/iostat", "/system/xbin/ip",
"/system/xbin/kill", "/system/xbin/killall", "/system/xbin/killall5",
"/system/xbin/length", "/system/xbin/less", "/system/xbin/ln",
"/system/xbin/losetup", "/system/xbin/ls", "/system/xbin/lsattr",
"/system/xbin/lsmod", "/system/xbin/lsusb", "/system/xbin/lzcat",
"/system/xbin/lzma", "/system/xbin/lzop", "/system/xbin/lzopcat",
"/system/xbin/man", "/system/xbin/md5sum", "/system/xbin/mesg",
"/system/xbin/mkdir", "/system/xbin/mke2fs", "/system/xbin/mkfifo",
"/system/xbin/mkfs.ext2", "/system/xbin/mkfs.vfat",
"/system/xbin/mknod", "/system/xbin/mkswap", "/system/xbin/mktemp",
"/system/xbin/modinfo", "/system/xbin/modprobe", "/system/xbin/more",
"/system/xbin/mount", "/system/xbin/mountpoint", "/system/xbin/mpstat",
"/system/xbin/mv", "/system/xbin/nanddump", "/system/xbin/nandwrite",
"/system/xbin/netstat", "/system/xbin/nice", "/system/xbin/nohup",
"/system/xbin/nslookup", "/system/xbin/ntpd", "/system/xbin/od",
"/system/xbin/patch", "/system/xbin/pgrep", "/system/xbin/pidof",
"/system/xbin/ping", "/system/xbin/pkill", "/system/xbin/pmap",
"/system/xbin/poweroff", "/system/xbin/printenv", "/system/xbin/printf",
"/system/xbin/ps", "/system/xbin/pstree", "/system/xbin/pwd",
"/system/xbin/pwdx", "/system/xbin/rdev", "/system/xbin/readlink",
"/system/xbin/realpath", "/system/xbin/renice", "/system/xbin/reset",
"/system/xbin/resize", "/system/xbin/rev", "/system/xbin/rm",
"/system/xbin/rmdir", "/system/xbin/rmmod", "/system/xbin/route",
"/system/xbin/run-parts", "/system/xbin/rx", "/system/xbin/sed",
"/system/xbin/seq", "/system/xbin/setconsole", "/system/xbin/setserial",
"/system/xbin/setsid", "/system/xbin/sh", "/system/xbin/sha1sum",
"/system/xbin/sha256sum", "/system/xbin/sha512sum",
"/system/xbin/sleep", "/system/xbin/sort", "/system/xbin/split",
"/system/xbin/stat", "/system/xbin/strings", "/system/xbin/stty",
"/system/xbin/sum", "/system/xbin/swapoff", "/system/xbin/swapon",
"/system/xbin/sync", "/system/xbin/sysctl", "/system/xbin/tac",
"/system/xbin/tail", "/system/xbin/tar", "/system/xbin/taskset",
"/system/xbin/tee", "/system/xbin/telnet", "/system/xbin/telnetd",
"/system/xbin/test", "/system/xbin/tftp", "/system/xbin/tftpd",
"/system/xbin/time", "/system/xbin/timeout", "/system/xbin/top",
"/system/xbin/touch", "/system/xbin/tr", "/system/xbin/traceroute",
"/system/xbin/true", "/system/xbin/ttysize", "/system/xbin/tune2fs",
"/system/xbin/umount", "/system/xbin/uname", "/system/xbin/uncompress",
"/system/xbin/unexpand", "/system/xbin/uniq", "/system/xbin/unix2dos",
"/system/xbin/unlzma", "/system/xbin/unlzop", "/system/xbin/unxz",
"/system/xbin/unzip", "/system/xbin/uptime", "/system/xbin/usleep",
"/system/xbin/uudecode", "/system/xbin/uuencode", "/system/xbin/vi",
"/system/xbin/watch", "/system/xbin/wc", "/system/xbin/wget",
"/system/xbin/which", "/system/xbin/whoami", "/system/xbin/xargs",
"/system/xbin/xz", "/system/xbin/xzcat", "/system/xbin/yes",
"/system/xbin/zcat");
symlink("mksh", "/system/bin/sh");
symlink("toolbox", "/system/bin/cat", "/system/bin/chmod",
"/system/bin/chown", "/system/bin/cmp", "/system/bin/cp",
"/system/bin/date", "/system/bin/dd", "/system/bin/df",
"/system/bin/dmesg", "/system/bin/du", "/system/bin/getevent",
"/system/bin/getprop", "/system/bin/grep", "/system/bin/hd",
"/system/bin/id", "/system/bin/ifconfig", "/system/bin/iftop",
"/system/bin/insmod", "/system/bin/ioctl", "/system/bin/ionice",
"/system/bin/kill", "/system/bin/ln", "/system/bin/log",
"/system/bin/ls", "/system/bin/lsmod", "/system/bin/lsof",
"/system/bin/md5", "/system/bin/mkdir", "/system/bin/mount",
"/system/bin/mv", "/system/bin/nandread", "/system/bin/netstat",
"/system/bin/newfs_msdos", "/system/bin/notify", "/system/bin/printenv",
"/system/bin/ps", "/system/bin/r", "/system/bin/reboot",
"/system/bin/renice", "/system/bin/restart", "/system/bin/rm",
"/system/bin/rmdir", "/system/bin/rmmod", "/system/bin/route",
"/system/bin/schedtop", "/system/bin/sendevent",
"/system/bin/setconsole", "/system/bin/setprop", "/system/bin/sleep",
"/system/bin/smd", "/system/bin/start", "/system/bin/stop",
"/system/bin/sync", "/system/bin/top", "/system/bin/touch",
"/system/bin/umount", "/system/bin/uptime", "/system/bin/vmstat",
"/system/bin/watchprops",
"/system/bin/wipe");
set_perm_recursive(0, 0, 0755, 0644, "/system");
set_perm_recursive(0, 0, 0755, 0755, "/system/addon.d");
set_perm_recursive(0, 2000, 0755, 0755, "/system/bin");
set_perm(0, 3003, 02750, "/system/bin/netcfg");
set_perm(0, 3004, 02755, "/system/bin/ping");
set_perm(0, 2000, 06750, "/system/bin/run-as");
set_perm(1002, 1002, 0440, "/system/etc/dbus.conf");
set_perm(1014, 2000, 0550, "/system/etc/dhcpcd/dhcpcd-run-hooks");
set_perm_recursive(0, 2000, 0755, 0755, "/system/etc/init.d");
set_perm(0, 0, 0755, "/system/etc/init.d");
set_perm(0, 2000, 0550, "/system/etc/init.goldfish.sh");
set_perm_recursive(0, 0, 0755, 0555, "/system/etc/ppp");
set_perm(0, 2000, 0755, "/system/vendor");
set_perm_recursive(0, 2000, 0755, 0755, "/system/vendor/bin");
set_perm(0, 2000, 0755, "/system/vendor/etc");
set_perm(0, 2000, 0755, "/system/vendor/firmware");
set_perm(0, 2000, 0755, "/system/vendor/lib");
set_perm(0, 2000, 0755, "/system/vendor/lib/egl");
set_perm(0, 2000, 0755, "/system/vendor/lib/hw");
set_perm_recursive(0, 2000, 0755, 0755, "/system/xbin");
set_perm(0, 0, 06755, "/system/xbin/librank");
set_perm(0, 0, 06755, "/system/xbin/procmem");
set_perm(0, 0, 06755, "/system/xbin/procrank");
set_perm(0, 0, 06755, "/system/xbin/su");
show_progress(0.200000, 0);
show_progress(0.200000, 10);
package_extract_file("system/bin/backuptool.sh", "/tmp/backuptool.sh");
package_extract_file("system/bin/backuptool.functions", "/tmp/backuptool.functions");
set_perm(0, 0, 0777, "/tmp/backuptool.sh");
set_perm(0, 0, 0644, "/tmp/backuptool.functions");
run_program("/tmp/backuptool.sh", "restore");
delete("/system/bin/backuptool.sh");
delete("/system/bin/backuptool.functions");
show_progress(0.200000, 10);
show_progress(0.100000, 0);
unmount("/data");
unmount("/system");
Click to expand...
Click to collapse
Thank You In Advance :fingers-crossed:
To port my rom, I just used the bases's updater-script and everything worked fine. What rom are you trying to port?
Sent from my SAMSUNG-SGH-I997 using xda app-developers app
A Galaxy S i9000 ROM, i will try using the bases updater-script. Thanks
Not a problem, good luck
Sent from my SGH-I997 using xda app-developers app

[Q] Moto G spaming logcat (WifiStateMachine)

Hi,
while developing an app i noticed that the Moto G Wifi driver spams logcat periodically.
Every second there is a block of four messages.
Is there any custom ROM or kernel that removed this messages?
01-25 16:06:36.279: D/WifiStateMachine(1004): handleMessage: E msg.what=151572
01-25 16:06:36.280: D/WifiStateMachine(1004): processMsg: ConnectedState
01-25 16:06:36.281: D/WifiStateMachine(1004): processMsg: L2ConnectedState
01-25 16:06:36.308: D/WifiStateMachine(1004): handleMessage: X
01-25 16:06:36.964: D/WifiStateMachine(1004): handleMessage: E msg.what=131155
01-25 16:06:36.964: D/WifiStateMachine(1004): processMsg: ConnectedState
01-25 16:06:36.965: D/WifiStateMachine(1004): processMsg: L2ConnectedState
01-25 16:06:36.980: D/WifiStateMachine(1004): handleMessage: X
01-25 16:06:37.280: D/WifiStateMachine(1004): handleMessage: E msg.what=151572
01-25 16:06:37.280: D/WifiStateMachine(1004): processMsg: ConnectedState
01-25 16:06:37.281: D/WifiStateMachine(1004): processMsg: L2ConnectedState
01-25 16:06:37.309: D/WifiStateMachine(1004): handleMessage: X
01-25 16:06:38.281: D/WifiStateMachine(1004): handleMessage: E msg.what=151572
01-25 16:06:38.281: D/WifiStateMachine(1004): processMsg: ConnectedState
01-25 16:06:38.282: D/WifiStateMachine(1004): processMsg: L2ConnectedState
01-25 16:06:38.311: D/WifiStateMachine(1004): handleMessage: X
01-25 16:06:39.282: D/WifiStateMachine(1004): handleMessage: E msg.what=151572
01-25 16:06:39.282: D/WifiStateMachine(1004): processMsg: ConnectedState
01-25 16:06:39.283: D/WifiStateMachine(1004): processMsg: L2ConnectedState
01-25 16:06:39.312: D/WifiStateMachine(1004): handleMessage: X
01-25 16:06:39.982: D/WifiStateMachine(1004): handleMessage: E msg.what=131155
... I know that I can setup a LogCat filter at eclipse, but still after a few seconds the messages from my own app are removed because the WifiStateMachine crap filled the buffer.
I get those as well as a bunch of stuff like:
05-20 23:24:03.633: E/MM_OSAL(13925): parseTransportStreamPacket isPESPacket failed 192
often 19000 at a time. It makes debugging really painful.
Did you find anything to do about this?
vitriolix said:
I get those as well as a bunch of stuff like:
05-20 23:24:03.633: E/MM_OSAL(13925): parseTransportStreamPacket isPESPacket failed 192
often 19000 at a time. It makes debugging really painful.
Did you find anything to do about this?
Click to expand...
Click to collapse
I have this on my Moto X as well and it really does make debugging way more painful than it should be.
It's stupid, but toggling wifi off and on again seems to make this go away for a while at least

Stock Rom Rebooting

Hi
As I was writing in FAQ.
My Moto G (Tesco) has a problem :/
It's rebooting occasionally without any reason.
On CM it's working perfectly I was testing it through the day and nothing bad was happening.
I wanted to use the stock ROM because of the Camera Slow Motion and I just like it more.
I installed an logcat app and here is the stuff:
Code:
06-21 22:49:26.371 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:9833)
06-21 22:49:26.371 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:951)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:3739)
06-21 22:49:26.749 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:26.749 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:26.749 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:26.764 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:27.749 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:27.749 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:27.749 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:27.764 I/SBar.NetworkController( 1111): onReceive: WifiManager.RSSI_CHANGED_ACTION Received
06-21 22:49:27.765 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:27.767 I/SBar.NetworkController( 1111): refreshSignalCluster: wifi: mWifiConnected=true Wifi=zz_moto_stat_sys_wifi_signal_4_fully_wide Activity=(none) in=false out=false Accessibility="Wi-Fi: pełna moc sygnału."
06-21 22:49:28.030 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:9933)
06-21 22:49:28.030 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:952)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:3839)
06-21 22:49:28.211 I/SFPerfTracer( 272): triggers: (rate: 0:0) (0 sw vsyncs) (0 skipped) (1591:8134 vsyncs) (1593:9982)
06-21 22:49:28.749 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:28.749 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:28.749 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:28.768 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:28.790 D/WifiStateMachine( 1012): handleMessage: E msg.what=131155
06-21 22:49:28.790 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:28.790 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:28.803 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:28.804 I/SBar.NetworkController( 1111): onReceive: WifiManager.RSSI_CHANGED_ACTION Received
06-21 22:49:28.807 I/SBar.NetworkController( 1111): refreshSignalCluster: wifi: mWifiConnected=true Wifi=zz_moto_stat_sys_wifi_signal_3_fully_wide Activity=(none) in=false out=false Accessibility="Wi-Fi: trzy paski."
06-21 22:49:29.738 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:10033)
06-21 22:49:29.738 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:953)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:3939)
06-21 22:49:29.750 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:29.750 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:29.751 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:29.767 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:30.752 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:30.752 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:30.752 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:30.777 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:31.397 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:10133)
06-21 22:49:31.397 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:955)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:4039)
06-21 22:49:31.753 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:31.753 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:31.753 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:31.769 I/SBar.NetworkController( 1111): onReceive: WifiManager.RSSI_CHANGED_ACTION Received
06-21 22:49:31.774 I/SBar.NetworkController( 1111): refreshSignalCluster: wifi: mWifiConnected=true Wifi=zz_moto_stat_sys_wifi_signal_4_fully_wide Activity=(none) in=false out=false Accessibility="Wi-Fi: pełna moc sygnału."
06-21 22:49:31.779 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:31.804 D/WifiStateMachine( 1012): handleMessage: E msg.what=131155
06-21 22:49:31.804 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:31.804 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:31.817 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:32.673 I/SFPerfTracer( 272): triggers: (rate: 0:0) (0 sw vsyncs) (0 skipped) (258:8397 vsyncs) (260:10249)
06-21 22:49:32.754 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:32.754 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:32.754 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:32.769 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:33.089 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:10233)
06-21 22:49:33.089 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:956)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:4139)
06-21 22:49:33.754 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:33.754 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:33.754 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:33.769 I/SBar.NetworkController( 1111): onReceive: WifiManager.RSSI_CHANGED_ACTION Received
06-21 22:49:33.771 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:33.773 I/SBar.NetworkController( 1111): refreshSignalCluster: wifi: mWifiConnected=true Wifi=zz_moto_stat_sys_wifi_signal_3_fully_wide Activity=(none) in=false out=false Accessibility="Wi-Fi: trzy paski."
06-21 22:49:34.756 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:34.756 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:34.756 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:34.773 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:34.817 D/WifiStateMachine( 1012): handleMessage: E msg.what=131155
06-21 22:49:34.817 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:34.817 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:34.831 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:10333)
06-21 22:49:34.831 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:957)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:4239)
06-21 22:49:34.832 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:35.756 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:35.756 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:35.756 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:35.773 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:36.490 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:10433)
06-21 22:49:36.490 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:957)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:4339)
06-21 22:49:36.757 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:36.757 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:36.757 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:36.774 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:37.758 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:37.758 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:37.758 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:37.774 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:37.831 D/WifiStateMachine( 1012): handleMessage: E msg.what=131155
06-21 22:49:37.831 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:37.831 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:37.845 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:38.148 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:10533)
06-21 22:49:38.148 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:957)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:4439)
06-21 22:49:38.760 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:38.760 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:38.760 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:38.785 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:39.760 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:39.760 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:39.761 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:39.786 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:39.807 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:10633)
06-21 22:49:39.807 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:957)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:4539)
06-21 22:49:40.762 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:40.762 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:40.762 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:40.780 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:40.844 D/WifiStateMachine( 1012): handleMessage: E msg.what=131155
06-21 22:49:40.844 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:40.845 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:40.858 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:41.466 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:10733)
06-21 22:49:41.466 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:957)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:4639)
06-21 22:49:41.762 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:41.762 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:41.763 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:41.782 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:42.763 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:42.763 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:42.764 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:42.780 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:43.125 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:10833)
06-21 22:49:43.125 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:957)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:4739)
06-21 22:49:43.555 I/SFPerfTracer( 272): triggers: (rate: 0:0) (0 sw vsyncs) (0 skipped) (582:9032 vsyncs) (584:10898)
06-21 22:49:43.764 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:43.764 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:43.765 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:43.780 I/SBar.NetworkController( 1111): onReceive: WifiManager.RSSI_CHANGED_ACTION Received
06-21 22:49:43.783 I/SBar.NetworkController( 1111): refreshSignalCluster: wifi: mWifiConnected=true Wifi=zz_moto_stat_sys_wifi_signal_4_fully_wide Activity=(none) in=false out=false Accessibility="Wi-Fi: pełna moc sygnału."
06-21 22:49:43.789 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:43.859 D/WifiStateMachine( 1012): handleMessage: E msg.what=131155
06-21 22:49:43.859 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:43.859 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:43.874 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:44.767 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:44.767 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:44.768 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:44.784 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:44.850 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:10933)
06-21 22:49:44.850 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:958)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:4839)
06-21 22:49:45.766 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:45.766 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:45.767 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:45.785 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:46.508 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:11033)
06-21 22:49:46.509 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:958)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:4939)
06-21 22:49:46.768 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:46.768 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:46.768 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:46.784 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:46.874 D/WifiStateMachine( 1012): handleMessage: E msg.what=131155
06-21 22:49:46.874 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:46.875 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:46.890 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:46.893 I/SBar.NetworkController( 1111): onReceive: WifiManager.RSSI_CHANGED_ACTION Received
06-21 22:49:46.895 I/SBar.NetworkController( 1111): refreshSignalCluster: wifi: mWifiConnected=true Wifi=zz_moto_stat_sys_wifi_signal_3_fully_wide Activity=(none) in=false out=false Accessibility="Wi-Fi: trzy paski."
06-21 22:49:47.288 W/GLSUser ( 1462): GoogleAccountDataService.getToken()
06-21 22:49:47.769 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:47.769 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:47.769 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:47.773 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:48.168 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:11133)
06-21 22:49:48.168 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:959)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:5039)
06-21 22:49:48.770 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:48.771 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:48.771 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:48.786 I/SBar.NetworkController( 1111): onReceive: WifiManager.RSSI_CHANGED_ACTION Received
06-21 22:49:48.788 I/SBar.NetworkController( 1111): refreshSignalCluster: wifi: mWifiConnected=true Wifi=zz_moto_stat_sys_wifi_signal_4_fully_wide Activity=zz_moto_stat_sys_wifi_inout_wide in=false out=false Accessibility="Wi-Fi: pełna moc sygnału."
06-21 22:49:48.796 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:49.510 I/SFPerfTracer( 272): triggers: (rate: 0:0) (0 sw vsyncs) (0 skipped) (328:9379 vsyncs) (330:11253)
06-21 22:49:49.772 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:49.772 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:49.772 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:49.789 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:49.843 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:11233)
06-21 22:49:49.843 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:962)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:5139)
06-21 22:49:49.890 D/WifiStateMachine( 1012): handleMessage: E msg.what=131155
06-21 22:49:49.890 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:49.891 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:49.904 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:49.905 I/SBar.NetworkController( 1111): onReceive: WifiManager.RSSI_CHANGED_ACTION Received
06-21 22:49:49.908 I/SBar.NetworkController( 1111): refreshSignalCluster: wifi: mWifiConnected=true Wifi=zz_moto_stat_sys_wifi_signal_3_fully_wide Activity=(none) in=false out=false Accessibility="Wi-Fi: trzy paski."
06-21 22:49:50.773 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:50.773 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:50.774 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:50.798 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:51.501 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:11333)
06-21 22:49:51.501 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:963)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:5239)
06-21 22:49:51.774 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:51.774 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:51.775 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:51.790 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:52.776 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:52.776 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:52.777 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:52.793 I/SBar.NetworkController( 1111): onReceive: WifiManager.RSSI_CHANGED_ACTION Received
06-21 22:49:52.796 I/SBar.NetworkController( 1111): refreshSignalCluster: wifi: mWifiConnected=true Wifi=zz_moto_stat_sys_wifi_signal_4_fully_wide Activity=(none) in=false out=false Accessibility="Wi-Fi: pełna moc sygnału."
06-21 22:49:52.802 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:52.905 D/WifiStateMachine( 1012): handleMessage: E msg.what=131155
06-21 22:49:52.905 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:52.905 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:52.918 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:52.919 I/SBar.NetworkController( 1111): onReceive: WifiManager.RSSI_CHANGED_ACTION Received
06-21 22:49:52.922 I/SBar.NetworkController( 1111): refreshSignalCluster: wifi: mWifiConnected=true Wifi=zz_moto_stat_sys_wifi_signal_3_fully_wide Activity=(none) in=false out=false Accessibility="Wi-Fi: trzy paski."
06-21 22:49:53.160 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:11433)
06-21 22:49:53.160 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:965)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:5339)
06-21 22:49:53.778 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:53.778 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:53.778 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:53.794 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:54.779 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:54.779 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:54.779 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:54.793 I/SBar.NetworkController( 1111): onReceive: WifiManager.RSSI_CHANGED_ACTION Received
06-21 22:49:54.795 I/SBar.NetworkController( 1111): refreshSignalCluster: wifi: mWifiConnected=true Wifi=zz_moto_stat_sys_wifi_signal_4_fully_wide Activity=(none) in=false out=false Accessibility="Wi-Fi: pełna moc sygnału."
06-21 22:49:54.803 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:54.819 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:11533)
06-21 22:49:54.819 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:965)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:5439)
06-21 22:49:55.779 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:55.779 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:55.779 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:55.795 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:55.918 D/WifiStateMachine( 1012): handleMessage: E msg.what=131155
06-21 22:49:55.918 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:55.918 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:55.931 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:56.478 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:11633)
06-21 22:49:56.478 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:966)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:5539)
06-21 22:49:56.780 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:56.780 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:56.780 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:56.804 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:57.782 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:57.782 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:57.782 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:57.797 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:58.136 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:11733)
06-21 22:49:58.136 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:966)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:5639)
06-21 22:49:58.633 I/SFPerfTracer( 272): triggers: (rate: 0:0) (0 sw vsyncs) (0 skipped) (547:9926 vsyncs) (549:11802)
06-21 22:49:58.783 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:58.783 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:58.783 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:58.800 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:58.931 D/WifiStateMachine( 1012): handleMessage: E msg.what=131155
06-21 22:49:58.931 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:58.931 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:58.946 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:59.784 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:49:59.784 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:49:59.784 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:49:59.799 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:49:59.928 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:11833)
06-21 22:49:59.928 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:966)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:5739)
06-21 22:50:00.000 V/AlarmManager( 1012): sending alarm Alarm{42b39f78 type 3 android}
06-21 22:50:00.784 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:50:00.784 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:50:00.785 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:50:00.801 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:50:01.587 I/SFPerfTracer( 272): triggers: (rate: 5:75) (compose: 0:5) (post: 0:15) (render: 4:70) (0:2190 frames) (1:11933)
06-21 22:50:01.587 D/SFPerfTracer( 272): layers: (2:9) (DimLayer: 0:24)* (FocusedStackFrame: 0:92)* (StatusBar: 0:967)* (NavigationBar: 0:929) (com.android.systemui.ImageWallpaper: 0:90)* (DimLayer: 0:138)* (DimLayer: 0:12)* (com.mediocre.smashhit/com.mediocre.smashhit.Main: 1:5839)
06-21 22:50:01.785 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:50:01.785 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:50:01.785 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:50:01.800 I/SBar.NetworkController( 1111): onReceive: WifiManager.RSSI_CHANGED_ACTION Received
06-21 22:50:01.801 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:50:01.802 I/SBar.NetworkController( 1111): refreshSignalCluster: wifi: mWifiConnected=true Wifi=zz_moto_stat_sys_wifi_signal_3_fully_wide Activity=(none) in=false out=false Accessibility="Wi-Fi: trzy paski."
06-21 22:50:01.946 D/WifiStateMachine( 1012): handleMessage: E msg.what=131155
06-21 22:50:01.946 D/WifiStateMachine( 1012): processMsg: ConnectedState
06-21 22:50:01.946 D/WifiStateMachine( 1012): processMsg: L2ConnectedState
06-21 22:50:01.960 D/WifiStateMachine( 1012): handleMessage: X
06-21 22:50:02.780 I/SFPerfTracer( 272): triggers: (rate: 0:0) (0 sw vsyncs) (0 skipped) (170:10150 vsyncs) (172:12042)
06-21 22:50:02.786 D/WifiStateMachine( 1012): handleMessage: E msg.what=151572
06-21 22:50:02.786 D/WifiStateMachine( 1012): processMsg: ConnectedState
Also I'm attaching the full logcat because the one in the post is from about last minute of usage. I was playing SmashHit
Hope you can help me out :/
Have you got a custom kernel? What's your CPU clocked at.. Cant be a hardware issue if CM works fine... If in doubt Reflash..Restore.. Renew
Sent from my XT1032 using Tapatalk
Clarkiieh said:
Have you got a custom kernel? What's your CPU clocked at.. Cant be a hardware issue if CM works fine... If in doubt Reflash..Restore.. Renew
Sent from my XT1032 using Tapatalk
Click to expand...
Click to collapse
I restored everything I think to stock and it's rebooting :/
I was flashing the roms via adb commands an everything was fine until I was in the system, and after some time of using it freezes and reebots. The weird thing is that the apps remember the state that they were like 5-10 seconds before the reboot.
I would like to try a stock rom with an other kernel but the info on the instalation is not clear enough for me ;/
Some are for some versions and stuff
Sent from my Moto G using XDA Free mobile app
Can you please make sure you are flashing stock firmware correctly. Try to do this manually, one command at a time - pay special attention that you run each command in this order:
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk1
mfastboot flash system system.img_sparsechunk2
mfastboot flash system system.img_sparsechunk3
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot​
lost101 said:
Can you please make sure you are flashing stock firmware correctly. Try to do this manually, one command at a time - pay special attention that you run each command in this order:
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk1
mfastboot flash system system.img_sparsechunk2
mfastboot flash system system.img_sparsechunk3
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot​
Click to expand...
Click to collapse
I was doing the commands through a *.bat file I made with those commands, but I don't know for sure if there were all the commands.
Going to try this and report. As for roms I was getting roms from the links that are in the "revert to stock thread". The retail EU rom is rebooting, Tesco as I remember also but going to try. If you could suggest a Rom it would be great.
Sent from my Moto G using XDA Free mobile app
No stock ROM should be rebooting if you flash it correctly. As I said; try to do each command manually.
Android 4.4.2 - Blur_Version.176.44.1.falcon_umts.Retail.en.GB (Retail UK)​
lost101 said:
No stock ROM should be rebooting if you flash it correctly. As I said; try to do each command manually.
Android 4.4.2 - Blur_Version.176.44.1.falcon_umts.Retail.en.GB (Retail UK)​
Click to expand...
Click to collapse
Tired every command manually and nothing. Again the phone is rebooting :/
Now I'm doing thing in safe mode to see if there's some app that causes the phone to reboot.
Even in safe mode it reboots. I was using google now :/
Have you a USB lead connected when these reboots occur?
lost101 said:
Have you a USB lead connected when these reboots occur?
Click to expand...
Click to collapse
You mean do I have a USB connection ?
No The device was disconnected.
I have observed some unbranded USB cables cause rebooting.
lost101 said:
I have observed some unbranded USB cables cause rebooting.
Click to expand...
Click to collapse
I use a samsung cable, lg cable and sony cable.
Also now I'm testing with all Moto services disabled.
Ok so on the stock rom I found that when I do some stuff that's needs more power it reboots. It was working through the day normally And then I played a video on Facebook it rebooted ;/
Sent from my XT1032 using XDA Free mobile app
Ok another thing I'm testing now is working on JB.
Going to report if anything bad happens.
Ok so on JB it was working normally and on the official update to KK it started to reboot after I installed the google camera app. Is it possible that the app is the thing that forces my phone to reboots ?
Sent from my XT1032 using XDA Free mobile app
Don't install it and see if the reboots stop.
lost101 said:
Don't install it and see if the reboots stop.
Click to expand...
Click to collapse
Still when using some apps it crashes. I was using chrome and it crashed. I don't know what to do... On JellyBean I had no problems with crashes and KK is crashing when using heavier apps ;/ what can I do to fix it ;/
Sent from my XT1032 using XDA Free mobile app
wrbl said:
Still when using some apps it crashes. I was using chrome and it crashed. I don't know what to do... On JellyBean I had no problems with crashes and KK is crashing when using heavier apps ;/ what can I do to fix it ;/
Click to expand...
Click to collapse
I am not aware of anyone else reporting such a persistent issue. Your phone may have a hardware fault. Another option might be to try flashing the 4.4.3 US Firmware image:
http://forum.xda-developers.com/showpost.php?p=53648403&postcount=259​
lost101 said:
I am not aware of anyone else reporting such a persistent issue. Your phone may have a hardware fault. Another option might be to try flashing the 4.4.3 US Firmware image:
http://forum.xda-developers.com/showpost.php?p=53648403&postcount=259​
Click to expand...
Click to collapse
Will that rom work in Poland ? Wille the data transfer and stuff work normally.
Sent from my XT1032 using XDA Free mobile app
wrbl said:
Will that rom work in Poland ? Wille the data transfer and stuff work normally.
Click to expand...
Click to collapse
Yes, it's global gsm.

E linker : ERROR: OOPS: 0 cannot map library 'libmono.so'. no vspace available.

I have no clue how to fix this error on a brand new Huawei T3-7 tablet.
Man I would really love to play Kinectimals while on break and with some friends Wont work even on my LG V20, same crash. Here is the full debug:
Code:
10-06 00:40:20.567 971 971 E ToolBoxScrollView: updateView::unsupport DPI:213
10-06 00:40:20.568 971 971 E BrightnessView: updateView::unsupport DPI:213
10-06 00:40:20.921 714 5309 E ReportTools: This is not beta user build
10-06 00:40:20.953 189 189 E MDP : DpBlitStream:: exceed HW limitation, srcWidth 975, dstWidth 13
10-06 00:40:21.103 714 942 E libPerfService: Could not open '/proc/hps/num_base_perf_serv'
10-06 00:40:21.103 714 942 E libPerfService: error : 13, Permission denied
10-06 00:40:21.103 714 942 E libPerfService: Could not open '/proc/hps/down_threshold'
10-06 00:40:21.103 714 942 E libPerfService: error : 13, Permission denied
10-06 00:40:21.104 714 942 E libPerfService: Could not open '/proc/hps/up_threshold'
10-06 00:40:21.104 714 942 E libPerfService: error : 13, Permission denied
10-06 00:40:21.112 6372 6372 E linker : ERROR: OOPS: 0 cannot map library 'libmono.so'. no vspace available.
10-06 00:40:21.114 6372 6372 E AndroidRuntime: FATAL EXCEPTION: main
10-06 00:40:21.114 6372 6372 E AndroidRuntime: Process: com.microsoft.Kinectimals, PID: 6372
10-06 00:40:21.114 6372 6372 E AndroidRuntime: java.lang.UnsatisfiedLinkError: Bad JNI version returned from JNI_OnLoad in "/data/app/com.microsoft.Kinectimals-1/lib/arm/libmono.so": 0
10-06 00:40:21.114 6372 6372 E AndroidRuntime: at java.lang.Runtime.loadLibrary(Runtime.java:384)
10-06 00:40:21.114 6372 6372 E AndroidRuntime: at java.lang.System.loadLibrary(System.java:1086)
10-06 00:40:21.114 6372 6372 E AndroidRuntime: at com.unity3d.player.UnityPlayer.<init>(Unknown Source)
10-06 00:40:21.114 6372 6372 E AndroidRuntime: at com.unity3d.player.TrueColorActivity.onCreate(TrueColorActivity.java:45)
10-06 00:40:21.114 6372 6372 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:6405)
10-06 00:40:21.114 6372 6372 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1116)
10-06 00:40:21.114 6372 6372 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2562)
10-06 00:40:21.114 6372 6372 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2675)
10-06 00:40:21.114 6372 6372 E AndroidRuntime: at android.app.ActivityThread.access$900(ActivityThread.java:195)
10-06 00:40:21.114 6372 6372 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1515)
10-06 00:40:21.114 6372 6372 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:111)
10-06 00:40:21.114 6372 6372 E AndroidRuntime: at android.os.Looper.loop(Looper.java:210)
10-06 00:40:21.114 6372 6372 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5943)
10-06 00:40:21.114 6372 6372 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
10-06 00:40:21.114 6372 6372 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:956)
10-06 00:40:21.114 6372 6372 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:817)
10-06 00:40:21.558 2058 6397 E LocalSocketConnector: Communications error: java.io.IOException: No such file or directory
10-06 00:40:21.724 714 714 E WifiTrafficPoller: TRAFFIC_STATS_POLL true Token 38 num clients 10
10-06 00:40:21.725 714 714 E WifiTrafficPoller: packet count Tx=853 Rx=805
10-06 00:40:21.725 714 714 E WifiTrafficPoller: notifying of data activity 0
10-06 00:40:21.733 714 5309 E ReportTools: This is not beta user build
10-06 00:40:21.812 714 5738 E HsmCoreServiceImpl: onTransact in code is: 102
10-06 00:40:21.845 227 227 E Parcel : Reading a NULL string not supported here.
10-06 00:40:21.845 227 227 E Parcel : Reading a NULL string not supported here.
10-06 00:40:22.024 971 971 E ToolBoxScrollView: updateView::unsupport DPI:213
10-06 00:40:22.025 971 971 E BrightnessView: updateView::unsupport DPI:213
10-06 00:40:22.301 714 942 E libPerfService: Could not open '/proc/hps/num_base_perf_serv'
10-06 00:40:22.301 714 942 E libPerfService: error : 13, Permission denied
Hopefully, I'm praying for a fix for this or a microsoft dev to see this. I am tired of modding google tablets and getting outdated software all the time on android devices. It makes me want to vomit how terrible android is lagging behind in the Huawei sector/Microsoft app sector. The game looks fun, I paid $4 for it (just because I actually like microsoft software and felt like contributing.)
Either way, thanks for any and all help.
Also, Cyanogenmod, Clockworkmod for the win... when the release ever hits for Oreo or Nougat for these (pretty much brand new devices...) I don't get why mine came with marshmallow.... :fingers-crossed::fingers-crossed::fingers-crossed:

Help porting HwCamera2 for Pie treble roms

I flashed PixelExperience P - UNOFFICIAL GSI rom on my honor 8 and I would like to get the stock camera app working. So far I pulled the Hwcamera2 folder from the OpenKirin RROS Beta 3 Rom and copied over to my device. I found that I was missing a library "[email protected]". So I copied it over to my device and put it in the "/system/lib" folder. Now I am on this error "java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN7android19GraphicBufferMapper12importBufferEPK13native_handlePS3_" referenced by "/system/priv-app/HwCamera2/HwCamera2.apk!/lib/armeabi-v7a/libHwPostCamera_jni.so""
Code:
10-04 21:00:43.939 3608 3608 D osgi NCAM_CameraApplication: StorageUtil.startService begin.
10-04 21:00:43.939 3608 3652 I CameraManagerGlobal: Connecting to camera service
10-04 21:00:43.940 3608 3608 V HwCamera2MediaSaveManager: bindMediaSaveService
10-04 21:00:43.942 3608 3608 D osgi NCAM_CameraApplication: StorageUtil.startService end.
10-04 21:00:43.943 3608 3608 D osgi NCAM_CameraApplication: PostCamera2.init begin.
10-04 21:00:43.948 1547 2331 E CameraService: supportsCameraApi: Unknown camera ID 0
10-04 21:00:43.948 3608 3652 D osgi NCAM_AppUtil: getBackCameraCharacteristics failed.
10-04 21:00:43.948 3608 3652 D osgi NCAM_AppUtil: supportsCameraApi:1719: Unknown camera ID 0
10-04 21:00:43.948 3608 3652 E osgi NCAM_ShortcutUtil: characteristics is null
10-04 21:00:43.954 3608 3608 D AndroidRuntime: Shutting down VM
10-04 21:00:43.955 3608 3608 E AndroidRuntime: FATAL EXCEPTION: main
10-04 21:00:43.955 3608 3608 E AndroidRuntime: Process: com.huawei.camera, PID: 3608
10-04 21:00:43.955 3608 3608 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN7android19GraphicBufferMapper12importBufferEPK13native_handlePS3_" referenced by "/system/priv-app/HwCamera2/HwCamera2.apk!/lib/armeabi-v7a/libHwPostCamera_jni.so"...
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:1016)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at java.lang.System.loadLibrary(System.java:1669)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at com.huawei.hwpostcamera.HwPostCamera.<clinit>(HwPostCamera.java:15)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at java.lang.Class.classForName(Native Method)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at java.lang.Class.forName(Class.java:453)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at java.lang.Class.forName(Class.java:378)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at com.huawei.camera2.postprocess.PostCamera2.<clinit>(PostCamera2.java:83)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at com.huawei.camera2.postprocess.PostCamera2.isSupported(PostCamera2.java:234)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at com.huawei.camera2.controller.CameraApplication.onCreate(CameraApplication.java:81)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1154)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5871)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at android.app.ActivityThread.access$1100(ActivityThread.java:199)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1650)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at android.os.Looper.loop(Looper.java:193)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6669)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
10-04 21:00:43.961 1689 3637 W ActivityManager: Force finishing activity com.huawei.camera/com.huawei.camera
10-04 21:00:43.966 3608 3608 I Process : Sending signal. PID: 3608 SIG: 9
Does anybody have any ideas?
Thanks
you need to copy /system/lib/libui.so and /system/lib64/libui.so
srgrusso said:
I flashed PixelExperience P - UNOFFICIAL GSI rom on my honor 8 and I would like to get the stock camera app working. So far I pulled the Hwcamera2 folder from the OpenKirin RROS Beta 3 Rom and copied over to my device. I found that I was missing a library "[email protected]". So I copied it over to my device and put it in the "/system/lib" folder. Now I am on this error "java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN7android19GraphicBufferMapper12importBufferEPK13native_handlePS3_" referenced by "/system/priv-app/HwCamera2/HwCamera2.apk!/lib/armeabi-v7a/libHwPostCamera_jni.so""
Code:
10-04 21:00:43.939 3608 3608 D osgi NCAM_CameraApplication: StorageUtil.startService begin.
10-04 21:00:43.939 3608 3652 I CameraManagerGlobal: Connecting to camera service
10-04 21:00:43.940 3608 3608 V HwCamera2MediaSaveManager: bindMediaSaveService
10-04 21:00:43.942 3608 3608 D osgi NCAM_CameraApplication: StorageUtil.startService end.
10-04 21:00:43.943 3608 3608 D osgi NCAM_CameraApplication: PostCamera2.init begin.
10-04 21:00:43.948 1547 2331 E CameraService: supportsCameraApi: Unknown camera ID 0
10-04 21:00:43.948 3608 3652 D osgi NCAM_AppUtil: getBackCameraCharacteristics failed.
10-04 21:00:43.948 3608 3652 D osgi NCAM_AppUtil: supportsCameraApi:1719: Unknown camera ID 0
10-04 21:00:43.948 3608 3652 E osgi NCAM_ShortcutUtil: characteristics is null
10-04 21:00:43.954 3608 3608 D AndroidRuntime: Shutting down VM
10-04 21:00:43.955 3608 3608 E AndroidRuntime: FATAL EXCEPTION: main
10-04 21:00:43.955 3608 3608 E AndroidRuntime: Process: com.huawei.camera, PID: 3608
10-04 21:00:43.955 3608 3608 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN7android19GraphicBufferMapper12importBufferEPK13native_handlePS3_" referenced by "/system/priv-app/HwCamera2/HwCamera2.apk!/lib/armeabi-v7a/libHwPostCamera_jni.so"...
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:1016)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at java.lang.System.loadLibrary(System.java:1669)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at com.huawei.hwpostcamera.HwPostCamera.<clinit>(HwPostCamera.java:15)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at java.lang.Class.classForName(Native Method)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at java.lang.Class.forName(Class.java:453)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at java.lang.Class.forName(Class.java:378)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at com.huawei.camera2.postprocess.PostCamera2.<clinit>(PostCamera2.java:83)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at com.huawei.camera2.postprocess.PostCamera2.isSupported(PostCamera2.java:234)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at com.huawei.camera2.controller.CameraApplication.onCreate(CameraApplication.java:81)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1154)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5871)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at android.app.ActivityThread.access$1100(ActivityThread.java:199)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1650)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at android.os.Looper.loop(Looper.java:193)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6669)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495)
10-04 21:00:43.955 3608 3608 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
10-04 21:00:43.961 1689 3637 W ActivityManager: Force finishing activity com.huawei.camera/com.huawei.camera
10-04 21:00:43.966 3608 3608 I Process : Sending signal. PID: 3608 SIG: 9
Does anybody have any ideas?
Thanks
Click to expand...
Click to collapse
Any specific steps you used to flash the pixel ROM? I'm looking for something that can serve as a daily driver as well. I'm on RROS beta 3 right now and it's actually pretty stable. Hope you make progress on the camera port as well..!

Categories

Resources