Closed vasile-gh closed 8 years ago
Power notifiers are for kernel modules (drivers) and are not accessible from userspace (to use them we would need to change some driver to publish them through debugfs or similar, etc). Process is just frozen and unfrozen - there is no signal, etc, to it. That said, keyscan already does detect it has been frozen (it runs a test every second and measures time between measurements - if it's larger than 1s+small_delta it detects a sleep/wake event). Cold boot can be detected by creating a file on /tmp as it gets wiped on cold restart (it lives in RAM).
@ottokiksmaler - your recovery boot, how exactly sis you do it? Like below? systemctl start recovery-mode.target and then systemctl reboot?
I think it was that. Not at computer right now
my nx500 takes a long time to boot, yes, but di-camera-app remains task 247 so am not really sure it did a recovery boot
In my case I clearly remember it was 249 and there was a filesystem check in dmesg.
Maybe I did it from factory mode, I don't remember.
TLDR - new persistent PID of di-camera-app is 248, keyscan also survives hibernation (works without bluetooth now) - we have a stable way to hack suspended image that is run on powering on the camera. :)
Note to self - always document! It was rescue target not recovery. Also, when you do systemctl rescue
wait a bit (a minute? have no idea, maybe no need for the wait) and then pop-out the battery and reinsert it (power switch does nothing otherwise). It will boot slowly (but no too slow for me now, it seems fsck was running the longest previous time but now PID is 248 and the filesystem was not checked on boot):
[root@drime5 system]£ systemctl rescue
Broadcast message from root@drime5 on pts/0 (Thu 2016-05-12 09:33:46 KST):
The system is going down to rescue mode NOW!
[root@drime5 system]£
telnet> Connection closed.
telnet 192.168.43.90
Trying 192.168.43.90...
Connected to 192.168.43.90.
Escape character is '^]'.
* SAMSUNG LINUX PLATFORM *
drime5 login: root
[root@drime5 ~]£ ps aux|grep di-camera
root 248 27.5 5.1 269728 26280 ? S<sl 09:39 0:22 /usr/apps/com.samsung.di-camera-app/bin/di-camera-app
root 465 0.0 0.1 2184 612 pts/0 S+ 09:41 0:00 grep di-camera
Also to check if everything is in the same place in memory:
[root@drime5 ~]£ cat /proc/248/maps
00008000-00440000 r-xp 00000000 b3:0a 14606 /usr/apps/com.samsung.di-camera-app/bin/di-camera-app
00447000-0049d000 rw-p 00437000 b3:0a 14606 /usr/apps/com.samsung.di-camera-app/bin/di-camera-app
0049d000-00981000 rw-p 00000000 00:00 0 [heap]
6cf6f000-6cf70000 ---p 00000000 00:00 0
6cf70000-6d76f000 rwxp 00000000 00:00 0
6d76f000-6d8c1000 rw-p 00000000 00:00 0
6d8c1000-6d8c2000 ---p 00000000 00:00 0
6d8c2000-6e0c1000 rwxp 00000000 00:00 0 [stack:289]
6e106000-6e329000 rw-p 00000000 00:00 0
6e329000-6e32a000 ---p 00000000 00:00 0
6e32a000-6eb29000 rwxp 00000000 00:00 0 [stack:285]
6eb29000-6eb30000 r--s 00000000 b3:0a 3552 /usr/lib/gconv/gconv-modules.cache
6ebff000-6ed51000 rw-p 00000000 00:00 0
6ed51000-6ef6c000 r--s 00000000 b3:0a 1550 /usr/share/elementary/themes/tizen-default.edj
6ef6c000-6f0be000 rw-p 00000000 00:00 0
6f0be000-6f5be000 rw-s 84c00000 00:05 16 /dev/mem
6f5be000-6f5bf000 r-xp 00000000 b3:0a 11056 /usr/lib/evas/modules/loaders/eet/linux-gnueabi-armv7l-1.7.99/module.so
6f5bf000-6f5c6000 ---p 00001000 b3:0a 11056 /usr/lib/evas/modules/loaders/eet/linux-gnueabi-armv7l-1.7.99/module.so
6f5c6000-6f5c7000 rw-p 00000000 b3:0a 11056 /usr/lib/evas/modules/loaders/eet/linux-gnueabi-armv7l-1.7.99/module.so
6f5c7000-6f5c8000 ---p 00000000 00:00 0
6f5c8000-6fdc7000 rwxp 00000000 00:00 0 [stack:281]
6fdc7000-6fdcf000 r-xp 00000000 b3:0a 77 /usr/lib/lib_DNSe_NRSS_ver225.so
6fdcf000-6fdd6000 ---p 00008000 b3:0a 77 /usr/lib/lib_DNSe_NRSS_ver225.so
6fdd6000-6fdd7000 rw-p 00007000 b3:0a 77 /usr/lib/lib_DNSe_NRSS_ver225.so
6fdd7000-6fdde000 rw-p 00000000 00:00 0
6fdde000-6fde9000 r-xp 00000000 b3:0a 81 /usr/lib/lib_SamsungRec_V04001_redwood.so
6fde9000-6fdf1000 ---p 0000b000 b3:0a 81 /usr/lib/lib_SamsungRec_V04001_redwood.so
6fdf1000-6fdf4000 rw-p 0000b000 b3:0a 81 /usr/lib/lib_SamsungRec_V04001_redwood.so
6fdf4000-6fdfd000 rw-p 00000000 00:00 0
6fdfd000-6fe02000 r-xp 00000000 b3:0a 12453 /usr/lib/libmmfpcmsound.so.0.0.0
6fe02000-6fe09000 ---p 00005000 b3:0a 12453 /usr/lib/libmmfpcmsound.so.0.0.0
6fe09000-6fe0a000 rw-p 00004000 b3:0a 12453 /usr/lib/libmmfpcmsound.so.0.0.0
6fe0a000-6fe0c000 r-xp 00000000 b3:0a 16829 /usr/lib/remix/libtizen_sound_player.so
6fe0c000-6fe13000 ---p 00002000 b3:0a 16829 /usr/lib/remix/libtizen_sound_player.so
6fe13000-6fe14000 rw-p 00001000 b3:0a 16829 /usr/lib/remix/libtizen_sound_player.so
6fe14000-6fe16000 r-xp 00000000 b3:0a 11348 /usr/lib/remix/libeet_sndfile_reader.so
6fe16000-6fe1d000 ---p 00002000 b3:0a 11348 /usr/lib/remix/libeet_sndfile_reader.so
6fe1d000-6fe1e000 rw-p 00001000 b3:0a 11348 /usr/lib/remix/libeet_sndfile_reader.so
6fe1e000-6fe1f000 r-xp 00000000 b3:0a 11342 /usr/lib/edje/modules/multisense_factory/linux-gnueabi-armv7l-1.0.0/module.so
6fe1f000-6fe26000 ---p 00001000 b3:0a 11342 /usr/lib/edje/modules/multisense_factory/linux-gnueabi-armv7l-1.0.0/module.so
6fe26000-6fe27000 rw-p 00000000 b3:0a 11342 /usr/lib/edje/modules/multisense_factory/linux-gnueabi-armv7l-1.0.0/module.so
6fe27000-6fe3e000 r-xp 00000000 b3:0a 11351 /usr/lib/edje/modules/elm/linux-gnueabi-armv7l-1.0.0/module.so
6fe3e000-6fe45000 ---p 00017000 b3:0a 11351 /usr/lib/edje/modules/elm/linux-gnueabi-armv7l-1.0.0/module.so
6fe45000-6fe4a000 rw-p 00016000 b3:0a 11351 /usr/lib/edje/modules/elm/linux-gnueabi-armv7l-1.0.0/module.so
6ff13000-70065000 rw-s 900ec000 00:04 5141 /drm mm object (deleted)
70065000-70096000 rw-p 00000000 00:00 0
70096000-70aa4000 r--p 00000000 b3:0a 7987 /usr/share/fonts/SDIC_GP_US_20120720.ttf
70aa4000-70ab9000 rw-p 00a0e000 b3:0a 7987 /usr/share/fonts/SDIC_GP_US_20120720.ttf
70ab9000-70ac6000 r--p 00a23000 b3:0a 7987 /usr/share/fonts/SDIC_GP_US_20120720.ttf
70ac6000-70aca000 r--s 00000000 00:15 4849 /tmp/fontconfig/3830d5c3ddfd5cd38a049b759396e72e-le32d8.cache-3
70aca000-70bd4000 r--s 00000000 b3:0a 14607 /usr/apps/com.samsung.di-camera-app/res/edje/nx_style.edj
70bd4000-70c00000 r--p 00000000 07:00 576 /usr/share/locale/en/LC_MESSAGES/di-camera-app.mo
70c00000-70c21000 rw-p 00000000 00:00 0
70c21000-70d00000 ---p 00000000 00:00 0
70d04000-70d1c000 r-xp 00000000 b3:0a 8333 /usr/lib/libpng12.so.0.50.0
70d1c000-70d23000 ---p 00018000 b3:0a 8333 /usr/lib/libpng12.so.0.50.0
70d23000-70d24000 rw-p 00017000 b3:0a 8333 /usr/lib/libpng12.so.0.50.0
70d24000-70d26000 r-xp 00000000 b3:0a 11061 /usr/lib/evas/modules/loaders/png/linux-gnueabi-armv7l-1.7.99/module.so
70d26000-70d2d000 ---p 00002000 b3:0a 11061 /usr/lib/evas/modules/loaders/png/linux-gnueabi-armv7l-1.7.99/module.so
70d2d000-70d2e000 rw-p 00001000 b3:0a 11061 /usr/lib/evas/modules/loaders/png/linux-gnueabi-armv7l-1.7.99/module.so
70d2e000-70d2f000 rw-s 06002000 00:05 16 /dev/mem
70d2f000-70d30000 rw-s 10003000 00:05 179 /dev/gpiodev.3
70d30000-70d31000 rw-s 85600000 00:05 16 /dev/mem
70d31000-70d3c000 rw-s 854e0000 00:05 16 /dev/mem
70d3c000-70d3d000 ---p 00000000 00:00 0
70d3d000-7153c000 rwxp 00000000 00:00 0 [stack:279]
7153c000-7163d000 rw-p 00000000 00:00 0
7163d000-7163e000 ---p 00000000 00:00 0
7163e000-71e3d000 rwxp 00000000 00:00 0 [stack:278]
71e3d000-79e3d000 rw-s 99600000 00:05 16 /dev/mem
79e3d000-7b23d000 rw-s 98200000 00:05 16 /dev/mem
7b23d000-7bc3d000 rw-s 97800000 00:05 16 /dev/mem
7bc3d000-7f43d000 rw-s 94000000 00:05 16 /dev/mem
7f43d000-7f43e000 rw-s 85500000 00:05 16 /dev/mem
7f43e000-7f7bf000 rw-s bee79000 00:05 329 /dev/d5_sma
7f7bf000-7f7c0000 ---p 00000000 00:00 0
7f7c0000-7ffbf000 rwxp 00000000 00:00 0 [stack:266]
7ffbf000-7ffc0000 ---p 00000000 00:00 0
7ffc0000-807bf000 rwxp 00000000 00:00 0 [stack:265]
807bf000-807c0000 ---p 00000000 00:00 0
807c0000-80fbf000 rwxp 00000000 00:00 0 [stack:264]
80fbf000-80fc0000 rw-s bbc66000 00:05 16 /dev/mem
80fc0000-81041000 rw-s 85400000 00:05 16 /dev/mem
81041000-81042000 ---p 00000000 00:00 0
81042000-81841000 rwxp 00000000 00:00 0 [stack:263]
81841000-81842000 ---p 00000000 00:00 0
81842000-82041000 rwxp 00000000 00:00 0 [stack:262]
82041000-82042000 ---p 00000000 00:00 0
82042000-82841000 rwxp 00000000 00:00 0 [stack:261]
82841000-82842000 ---p 00000000 00:00 0
82842000-83041000 rwxp 00000000 00:00 0 [stack:260]
83041000-af041000 rw-s 94000000 00:05 16 /dev/mem
af041000-af042000 ---p 00000000 00:00 0
af042000-af841000 rwxp 00000000 00:00 0 [stack:259]
af841000-af847000 r-xp 00000000 b3:0a 8782 /usr/lib/libUMP.so
af847000-af84e000 ---p 00006000 b3:0a 8782 /usr/lib/libUMP.so
af84e000-af84f000 rw-p 00005000 b3:0a 8782 /usr/lib/libUMP.so
af84f000-af852000 r-xp 00000000 b3:0a 17264 /usr/lib/bufmgr/libtbm_drime5.so.0.0.0
af852000-af859000 ---p 00003000 b3:0a 17264 /usr/lib/bufmgr/libtbm_drime5.so.0.0.0
af859000-af85a000 rw-p 00002000 b3:0a 17264 /usr/lib/bufmgr/libtbm_drime5.so.0.0.0
af85a000-af85b000 r-xp 00000000 b3:0a 8241 /usr/lib/libdrm_slp.so.1.0.0
af85b000-af862000 ---p 00001000 b3:0a 8241 /usr/lib/libdrm_slp.so.1.0.0
af862000-af863000 rw-p 00000000 b3:0a 8241 /usr/lib/libdrm_slp.so.1.0.0
af863000-af86d000 r-xp 00000000 b3:0a 11053 /usr/lib/evas/modules/engines/software_generic/linux-gnueabi-armv7l-1.7.99/module.so
af86d000-af875000 ---p 0000a000 b3:0a 11053 /usr/lib/evas/modules/engines/software_generic/linux-gnueabi-armv7l-1.7.99/module.so
af875000-af876000 rw-p 0000a000 b3:0a 11053 /usr/lib/evas/modules/engines/software_generic/linux-gnueabi-armv7l-1.7.99/module.so
af876000-af878000 r-xp 00000000 b3:0a 8751 /usr/lib/libdri2.so.0.0.0
af878000-af87f000 ---p 00002000 b3:0a 8751 /usr/lib/libdri2.so.0.0.0
af87f000-af880000 rw-p 00001000 b3:0a 8751 /usr/lib/libdri2.so.0.0.0
af880000-af889000 r-xp 00000000 b3:0a 11054 /usr/lib/evas/modules/engines/software_x11/linux-gnueabi-armv7l-1.7.99/module.so
af889000-af891000 ---p 00009000 b3:0a 11054 /usr/lib/evas/modules/engines/software_x11/linux-gnueabi-armv7l-1.7.99/module.so
af891000-af892000 rw-p 00009000 b3:0a 11054 /usr/lib/evas/modules/engines/software_x11/linux-gnueabi-armv7l-1.7.99/module.so
af892000-af893000 ---p 00000000 00:00 0
af893000-b0092000 rwxp 00000000 00:00 0 [stack:258]
b0092000-b009c000 r-xp 00000000 b3:0a 3246 /lib/libnss_files-2.13.so
b009c000-b00a3000 ---p 0000a000 b3:0a 3246 /lib/libnss_files-2.13.so
b00a3000-b00a4000 r--p 00009000 b3:0a 3246 /lib/libnss_files-2.13.so
b00a4000-b00a5000 rw-p 0000a000 b3:0a 3246 /lib/libnss_files-2.13.so
b00a9000-b00ac000 r-xp 00000000 b3:0a 8787 /usr/lib/libnative-buffer.so.0.1.0
b00ac000-b00b3000 ---p 00003000 b3:0a 8787 /usr/lib/libnative-buffer.so.0.1.0
b00b3000-b00b4000 rw-p 00002000 b3:0a 8787 /usr/lib/libnative-buffer.so.0.1.0
b00b4000-b017c000 r-xp 00000000 b3:0a 12819 /usr/lib/libscim-1.0.so.8.2.3
b017c000-b018a000 rw-p 000c8000 b3:0a 12819 /usr/lib/libscim-1.0.so.8.2.3
b018a000-b01ae000 r-xp 00000000 b3:0a 12816 /usr/lib/ecore/immodules/libisf-imf-module.so
b01ae000-b01b6000 ---p 00024000 b3:0a 12816 /usr/lib/ecore/immodules/libisf-imf-module.so
b01b6000-b01b7000 rw-p 00024000 b3:0a 12816 /usr/lib/ecore/immodules/libisf-imf-module.so
b01b7000-b01b8000 rw-p 00000000 00:00 0
b01b8000-b01b9000 r--p 0252a000 07:00 538 /usr/share/locale/locale-archive
b01b9000-b02d8000 r--p 002d4000 07:00 538 /usr/share/locale/locale-archive
b02d8000-b04d8000 r--p 00000000 07:00 538 /usr/share/locale/locale-archive
b04d8000-b04d9000 rw-s 85580000 00:05 16 /dev/mem
b04d9000-b04ea000 rw-s 85480000 00:05 16 /dev/mem
b04ea000-b04f7000 r-xp 00000000 b3:0a 17071 /usr/lib/libslp_devman_plugin.so
b04f7000-b04ff000 ---p 0000d000 b3:0a 17071 /usr/lib/libslp_devman_plugin.so
b04ff000-b0500000 rw-p 0000d000 b3:0a 17071 /usr/lib/libslp_devman_plugin.so
b0500000-b050a000 rw-p 00000000 00:00 0
b050a000-b050c000 r-xp 00000000 b3:0a 9216 /usr/lib/libsystemd-daemon.so.0.0.10
b050c000-b0513000 ---p 00002000 b3:0a 9216 /usr/lib/libsystemd-daemon.so.0.0.10
b0513000-b0514000 r--p 00001000 b3:0a 9216 /usr/lib/libsystemd-daemon.so.0.0.10
b0514000-b0515000 rw-p 00002000 b3:0a 9216 /usr/lib/libsystemd-daemon.so.0.0.10
b0515000-b052a000 r-xp 00000000 b3:0a 10979 /usr/lib/libpkgmgr_parser.so.0.1.0
b052a000-b0531000 ---p 00015000 b3:0a 10979 /usr/lib/libpkgmgr_parser.so.0.1.0
b0531000-b0532000 rw-p 00014000 b3:0a 10979 /usr/lib/libpkgmgr_parser.so.0.1.0
b0532000-b0534000 r-xp 00000000 b3:0a 12499 /usr/lib/libpkgmgr_installer_status_broadcast_server.so.0.1.0
b0534000-b053b000 ---p 00002000 b3:0a 12499 /usr/lib/libpkgmgr_installer_status_broadcast_server.so.0.1.0
b053b000-b053c000 rw-p 00001000 b3:0a 12499 /usr/lib/libpkgmgr_installer_status_broadcast_server.so.0.1.0
b053c000-b0542000 r-xp 00000000 b3:0a 12497 /usr/lib/libpkgmgr_installer_client.so.0.1.0
b0542000-b054a000 ---p 00006000 b3:0a 12497 /usr/lib/libpkgmgr_installer_client.so.0.1.0
b054a000-b054b000 rw-p 00006000 b3:0a 12497 /usr/lib/libpkgmgr_installer_client.so.0.1.0
b054b000-b054c000 rw-p 00000000 00:00 0
b054c000-b057b000 r-xp 00000000 b3:0a 12676 /usr/lib/libnfc-common-lib.so.1.0.0
b057b000-b0583000 ---p 0002f000 b3:0a 12676 /usr/lib/libnfc-common-lib.so.1.0.0
b0583000-b0586000 rw-p 0002f000 b3:0a 12676 /usr/lib/libnfc-common-lib.so.1.0.0
b0586000-b0588000 r-xp 00000000 b3:0a 8657 /usr/lib/libXau.so.6.0.0
b0588000-b058f000 ---p 00002000 b3:0a 8657 /usr/lib/libXau.so.6.0.0
b058f000-b0590000 rw-p 00001000 b3:0a 8657 /usr/lib/libXau.so.6.0.0
b0590000-b0596000 r-xp 00000000 b3:0a 9944 /usr/lib/libaudioutil.so.0.0.0
b0596000-b059d000 ---p 00006000 b3:0a 9944 /usr/lib/libaudioutil.so.0.0.0
b059d000-b059e000 rw-p 00005000 b3:0a 9944 /usr/lib/libaudioutil.so.0.0.0
b059e000-b059f000 rw-p 00000000 00:00 0
b059f000-b05a1000 r-xp 00000000 b3:0a 12738 /usr/lib/libmedia-svc-hash.so.1.0.0
b05a1000-b05a8000 ---p 00002000 b3:0a 12738 /usr/lib/libmedia-svc-hash.so.1.0.0
b05a8000-b05a9000 rw-p 00001000 b3:0a 12738 /usr/lib/libmedia-svc-hash.so.1.0.0
b05a9000-b05ac000 r-xp 00000000 b3:0a 1817 /usr/lib/libuuid.so.1.3.0
b05ac000-b05b3000 ---p 00003000 b3:0a 1817 /usr/lib/libuuid.so.1.3.0
b05b3000-b05b4000 rw-p 00002000 b3:0a 1817 /usr/lib/libuuid.so.1.3.0
b05b4000-b05bf000 r-xp 00000000 b3:0a 10062 /usr/lib/libQdio.so.0.1.0
b05bf000-b05c6000 ---p 0000b000 b3:0a 10062 /usr/lib/libQdio.so.0.1.0
b05c6000-b05c7000 rw-p 0000a000 b3:0a 10062 /usr/lib/libQdio.so.0.1.0
b05c7000-b05d9000 r-xp 00000000 b3:0a 11242 /usr/lib/libcom-core.so.0.0.1
b05d9000-b05e0000 ---p 00012000 b3:0a 11242 /usr/lib/libcom-core.so.0.0.1
b05e0000-b05e1000 rw-p 00011000 b3:0a 11242 /usr/lib/libcom-core.so.0.0.1
b05e1000-b062f000 r-xp 00000000 b3:0a 10967 /usr/lib/libsoup-2.4.so.1.5.0
b062f000-b0636000 ---p 0004e000 b3:0a 10967 /usr/lib/libsoup-2.4.so.1.5.0
b0636000-b0639000 rw-p 0004d000 b3:0a 10967 /usr/lib/libsoup-2.4.so.1.5.0
b0639000-b063a000 rw-p 00000000 00:00 0
b063a000-b067d000 r-xp 00000000 b3:0a 12665 /usr/lib/libwsm.so
b067d000-b0684000 ---p 00043000 b3:0a 12665 /usr/lib/libwsm.so
b0684000-b07a8000 rw-p 00042000 b3:0a 12665 /usr/lib/libwsm.so
b07a8000-b07c9000 r-xp 00000000 b3:0a 10982 /usr/lib/libpkgmgr-info.so.0.0.17
b07c9000-b07d0000 ---p 00021000 b3:0a 10982 /usr/lib/libpkgmgr-info.so.0.0.17
b07d0000-b07d1000 rw-p 00020000 b3:0a 10982 /usr/lib/libpkgmgr-info.so.0.0.17
b07d1000-b07ea000 r-xp 00000000 b3:0a 12521 /usr/lib/libpkgmgr-client.so.0.1.68
b07ea000-b07f2000 ---p 00019000 b3:0a 12521 /usr/lib/libpkgmgr-client.so.0.1.68
b07f2000-b07f3000 rw-p 00019000 b3:0a 12521 /usr/lib/libpkgmgr-client.so.0.1.68
b07f3000-b0805000 r-xp 00000000 b3:0a 9687 /usr/lib/libsecurity-server-commons.so.1.0.0
b0805000-b080c000 ---p 00012000 b3:0a 9687 /usr/lib/libsecurity-server-commons.so.1.0.0
b080c000-b080d000 rw-p 00011000 b3:0a 9687 /usr/lib/libsecurity-server-commons.so.1.0.0
b080d000-b080e000 rw-p 00000000 00:00 0
b080e000-b0812000 r-xp 00000000 b3:0a 8399 /usr/lib/libogg.so.0.7.1
b0812000-b0819000 ---p 00004000 b3:0a 8399 /usr/lib/libogg.so.0.7.1
b0819000-b081a000 rw-p 00003000 b3:0a 8399 /usr/lib/libogg.so.0.7.1
b081a000-b083c000 r-xp 00000000 b3:0a 8618 /usr/lib/libvorbis.so.0.4.3
b083c000-b0843000 ---p 00022000 b3:0a 8618 /usr/lib/libvorbis.so.0.4.3
b0843000-b0844000 rw-p 00021000 b3:0a 8618 /usr/lib/libvorbis.so.0.4.3
b0844000-b0928000 r-xp 00000000 b3:0a 8620 /usr/lib/libvorbisenc.so.2.0.6
b0928000-b0930000 ---p 000e4000 b3:0a 8620 /usr/lib/libvorbisenc.so.2.0.6
b0930000-b093c000 rw-p 000e4000 b3:0a 8620 /usr/lib/libvorbisenc.so.2.0.6
b093c000-b096d000 r-xp 00000000 b3:0a 10237 /usr/lib/libFLAC.so.8.2.0
b096d000-b0975000 ---p 00031000 b3:0a 10237 /usr/lib/libFLAC.so.8.2.0
b0975000-b0976000 rw-p 00031000 b3:0a 10237 /usr/lib/libFLAC.so.8.2.0
b0976000-b098c000 r-xp 00000000 b3:0a 8842 /lib/libexpat.so.1.5.2
b098c000-b0993000 ---p 00016000 b3:0a 8842 /lib/libexpat.so.1.5.2
b0993000-b0995000 rw-p 00015000 b3:0a 8842 /lib/libexpat.so.1.5.2
b0995000-b0996000 rw-p 00000000 00:00 0
b0996000-b09d2000 r-xp 00000000 b3:0a 8209 /usr/lib/libicule.so.52.1
b09d2000-b09d9000 ---p 0003c000 b3:0a 8209 /usr/lib/libicule.so.52.1
b09d9000-b09db000 rw-p 0003b000 b3:0a 8209 /usr/lib/libicule.so.52.1
b09db000-b0aa6000 r-xp 00000000 b3:0a 8178 /usr/lib/libxml2.so.2.7.8
b0aa6000-b0aae000 ---p 000cb000 b3:0a 8178 /usr/lib/libxml2.so.2.7.8
b0aae000-b0ab3000 rw-p 000cb000 b3:0a 8178 /usr/lib/libxml2.so.2.7.8
b0ab3000-b0ab4000 rw-p 00000000 00:00 0
b0ab4000-b0abd000 r-xp 00000000 b3:0a 8642 /usr/lib/libspdy.so.0.0.0
b0abd000-b0ac5000 ---p 00009000 b3:0a 8642 /usr/lib/libspdy.so.0.0.0
b0ac5000-b0ac6000 rw-p 00009000 b3:0a 8642 /usr/lib/libspdy.so.0.0.0
b0ac6000-b0af4000 r-xp 00000000 b3:0a 8962 /usr/lib/libidn.so.11.5.44
b0af4000-b0afb000 ---p 0002e000 b3:0a 8962 /usr/lib/libidn.so.11.5.44
b0afb000-b0afc000 rw-p 0002d000 b3:0a 8962 /usr/lib/libidn.so.11.5.44
b0afc000-b0afd000 rw-p 00000000 00:00 0
b0afd000-b0b07000 r-xp 00000000 b3:0a 10233 /usr/lib/libcares.so.2.1.0
b0b07000-b0b0e000 ---p 0000a000 b3:0a 10233 /usr/lib/libcares.so.2.1.0
b0b0e000-b0b0f000 rw-p 00009000 b3:0a 10233 /usr/lib/libcares.so.2.1.0
b0b0f000-b0b42000 r-xp 00000000 b3:0a 12686 /usr/lib/libnfc.so.1.0.0
b0b42000-b0b49000 ---p 00033000 b3:0a 12686 /usr/lib/libnfc.so.1.0.0
b0b49000-b0b4a000 rw-p 00032000 b3:0a 12686 /usr/lib/libnfc.so.1.0.0
b0b4a000-b0b5d000 r-xp 00000000 b3:0a 8720 /usr/lib/libxcb.so.1.1.0
b0b5d000-b0b64000 ---p 00013000 b3:0a 8720 /usr/lib/libxcb.so.1.1.0
b0b64000-b0b65000 rw-p 00012000 b3:0a 8720 /usr/lib/libxcb.so.1.1.0
b0b65000-b0b66000 rw-p 00000000 00:00 0
b0b66000-b0ba5000 r-xp 00000000 b3:0a 12435 /usr/lib/libbluetooth-api.so.1.0.0
b0ba5000-b0bad000 ---p 0003f000 b3:0a 12435 /usr/lib/libbluetooth-api.so.1.0.0
b0bad000-b0bae000 rw-p 0003f000 b3:0a 12435 /usr/lib/libbluetooth-api.so.1.0.0
b0bae000-b0c1b000 r-xp 00000000 b3:0a 10136 /usr/lib/libwlm_8887.so
b0c1b000-b0c22000 ---p 0006d000 b3:0a 10136 /usr/lib/libwlm_8887.so
b0c22000-b0c24000 rw-p 0006c000 b3:0a 10136 /usr/lib/libwlm_8887.so
b0c24000-b0c25000 rw-p 00000000 00:00 0
b0c25000-b0c2f000 r-xp 00000000 b3:0a 8391 /usr/lib/libdrm-trusted.so.0.0.57
b0c2f000-b0c37000 ---p 0000a000 b3:0a 8391 /usr/lib/libdrm-trusted.so.0.0.57
b0c37000-b0c38000 rw-p 0000a000 b3:0a 8391 /usr/lib/libdrm-trusted.so.0.0.57
b0c38000-b0c43000 r-xp 00000000 b3:0a 10970 /usr/lib/libdrm-client.so.0.0.102
b0c43000-b0c4a000 ---p 0000b000 b3:0a 10970 /usr/lib/libdrm-client.so.0.0.102
b0c4a000-b0c4b000 rw-p 0000a000 b3:0a 10970 /usr/lib/libdrm-client.so.0.0.102
b0c4b000-b0c5b000 r-xp 00000000 b3:0a 8386 /usr/lib/libsys-mmap-manager.so
b0c5b000-b0c62000 ---p 00010000 b3:0a 8386 /usr/lib/libsys-mmap-manager.so
b0c62000-b0c63000 rw-p 0000f000 b3:0a 8386 /usr/lib/libsys-mmap-manager.so
b0c63000-b0c64000 rw-p 00000000 00:00 0
b0c64000-b0c66000 r-xp 00000000 b3:0a 10105 /usr/lib/libdi-alg-ipplatform.so
b0c66000-b0c6e000 ---p 00002000 b3:0a 10105 /usr/lib/libdi-alg-ipplatform.so
b0c6e000-b0c6f000 rw-p 00002000 b3:0a 10105 /usr/lib/libdi-alg-ipplatform.so
b0c6f000-b0ce4000 r-xp 00000000 b3:0a 10049 /usr/lib/libredeye.so
b0ce4000-b0ceb000 ---p 00075000 b3:0a 10049 /usr/lib/libredeye.so
b0ceb000-b0ced000 rw-p 00074000 b3:0a 10049 /usr/lib/libredeye.so
b0ced000-b0d8b000 r-xp 00000000 b3:0a 8400 /usr/lib/libsif.so
b0d8b000-b0d93000 ---p 0009e000 b3:0a 8400 /usr/lib/libsif.so
b0d93000-b0d96000 rw-p 0009e000 b3:0a 8400 /usr/lib/libsif.so
b0d96000-b0d9a000 r-xp 00000000 b3:0a 8421 /usr/lib/libmmfosal.so
b0d9a000-b0da1000 ---p 00004000 b3:0a 8421 /usr/lib/libmmfosal.so
b0da1000-b0da2000 rw-p 00003000 b3:0a 8421 /usr/lib/libmmfosal.so
b0da2000-b0de6000 r-xp 00000000 b3:0a 12522 /usr/lib/libmmfmodules.so
b0de6000-b0dee000 ---p 00044000 b3:0a 12522 /usr/lib/libmmfmodules.so
b0dee000-b0df7000 rw-p 00044000 b3:0a 12522 /usr/lib/libmmfmodules.so
b0df7000-b0e05000 rw-p 00000000 00:00 0
b0e05000-b0e2d000 r-xp 00000000 b3:0a 3578 /usr/lib/libturbojpeg.so
b0e2d000-b0e34000 ---p 00028000 b3:0a 3578 /usr/lib/libturbojpeg.so
b0e34000-b0e35000 rw-p 00027000 b3:0a 3578 /usr/lib/libturbojpeg.so
b0e35000-b0e45000 rw-p 00000000 00:00 0
b0e45000-b0e4d000 r-xp 00000000 b3:0a 10990 /usr/lib/libmedia-utils.so.0.0.0
b0e4d000-b0e54000 ---p 00008000 b3:0a 10990 /usr/lib/libmedia-utils.so.0.0.0
b0e54000-b0e55000 rw-p 00007000 b3:0a 10990 /usr/lib/libmedia-utils.so.0.0.0
b0e55000-b0e59000 r-xp 00000000 b3:0a 12728 /usr/lib/libmedia-thumbnail.so.1.0.0
b0e59000-b0e61000 ---p 00004000 b3:0a 12728 /usr/lib/libmedia-thumbnail.so.1.0.0
b0e61000-b0e62000 rw-p 00004000 b3:0a 12728 /usr/lib/libmedia-thumbnail.so.1.0.0
b0e62000-b0e7f000 r-xp 00000000 b3:0a 12735 /usr/lib/libmedia-service.so.1.0.0
b0e7f000-b0e86000 ---p 0001d000 b3:0a 12735 /usr/lib/libmedia-service.so.1.0.0
b0e86000-b0e87000 rw-p 0001c000 b3:0a 12735 /usr/lib/libmedia-service.so.1.0.0
b0e87000-b0e88000 rw-p 00000000 00:00 0
b0e88000-b0e8e000 r-xp 00000000 b3:0a 12930 /usr/lib/libalarm.so.0.0.0
b0e8e000-b0e95000 ---p 00006000 b3:0a 12930 /usr/lib/libalarm.so.0.0.0
b0e95000-b0e96000 rw-p 00005000 b3:0a 12930 /usr/lib/libalarm.so.0.0.0
b0e96000-b0ea5000 r-xp 00000000 b3:0a 12484 /usr/lib/libnotification.so.0.1.0
b0ea5000-b0eac000 ---p 0000f000 b3:0a 12484 /usr/lib/libnotification.so.0.1.0
b0eac000-b0ead000 rw-p 0000e000 b3:0a 12484 /usr/lib/libnotification.so.0.1.0
b0ead000-b0eb3000 r-xp 00000000 b3:0a 12489 /usr/lib/libappsvc.so.0.1.0
b0eb3000-b0eba000 ---p 00006000 b3:0a 12489 /usr/lib/libappsvc.so.0.1.0
b0eba000-b0ebb000 rw-p 00005000 b3:0a 12489 /usr/lib/libappsvc.so.0.1.0
b0ebb000-b0f08000 r-xp 00000000 b3:0a 108 /usr/lib/libudd5.so
b0f08000-b0f0f000 ---p 0004d000 b3:0a 108 /usr/lib/libudd5.so
b0f0f000-b0f11000 rw-p 0004c000 b3:0a 108 /usr/lib/libudd5.so
b0f11000-b0f14000 rw-p 00000000 00:00 0
b0f14000-b1105000 r-xp 00000000 b3:0a 11335 /usr/lib/libpalm.so
b1105000-b110c000 ---p 001f1000 b3:0a 11335 /usr/lib/libpalm.so
b110c000-b1256000 rw-p 001f0000 b3:0a 11335 /usr/lib/libpalm.so
b1256000-b1322000 rw-p 00000000 00:00 0
b1322000-b13c2000 r-xp 00000000 b3:0a 11074 /usr/lib/libface.so
b13c2000-b13c9000 ---p 000a0000 b3:0a 11074 /usr/lib/libface.so
b13c9000-b2983000 rw-p 0009f000 b3:0a 11074 /usr/lib/libface.so
b2983000-b29a3000 rw-p 00000000 00:00 0
b29a3000-b29af000 r-xp 00000000 b3:0a 12664 /usr/lib/libsap-client-stub-api.so.1.0.0
b29af000-b29b6000 ---p 0000c000 b3:0a 12664 /usr/lib/libsap-client-stub-api.so.1.0.0
b29b6000-b29b7000 rw-p 0000b000 b3:0a 12664 /usr/lib/libsap-client-stub-api.so.1.0.0
b29b7000-b29c1000 rw-p 00000000 00:00 0
b29c1000-b29de000 r-xp 00000000 b3:0a 12661 /usr/lib/libsap-api.so.1.0.0
b29de000-b29e5000 ---p 0001d000 b3:0a 12661 /usr/lib/libsap-api.so.1.0.0
b29e5000-b29e7000 rw-p 0001c000 b3:0a 12661 /usr/lib/libsap-api.so.1.0.0
b29e7000-b2a0a000 r-xp 00000000 b3:0a 12492 /usr/lib/libcapi-network-bluetooth.so.0.1.61
b2a0a000-b2a11000 ---p 00023000 b3:0a 12492 /usr/lib/libcapi-network-bluetooth.so.0.1.61
b2a11000-b2a12000 rw-p 00022000 b3:0a 12492 /usr/lib/libcapi-network-bluetooth.so.0.1.61
b2a12000-b2a13000 rw-p 00000000 00:00 0
b2a13000-b2a92000 r-xp 00000000 b3:0a 9592 /usr/lib/libdi-network-dlna-rvf.so
b2a92000-b2a99000 ---p 0007f000 b3:0a 9592 /usr/lib/libdi-network-dlna-rvf.so
b2a99000-b2a9b000 rw-p 0007e000 b3:0a 9592 /usr/lib/libdi-network-dlna-rvf.so
b2a9b000-b2aa3000 rw-p 00000000 00:00 0
b2aa3000-b2ac2000 r-xp 00000000 b3:0a 8037 /usr/lib/libdi-network-dlna-autobackup.so
b2ac2000-b2ac9000 ---p 0001f000 b3:0a 8037 /usr/lib/libdi-network-dlna-autobackup.so
b2ac9000-b2acb000 rw-p 0001e000 b3:0a 8037 /usr/lib/libdi-network-dlna-autobackup.so
b2acb000-b2acc000 rw-p 00000000 00:00 0
b2acc000-b2bcb000 r-xp 00000000 b3:0a 8015 /usr/lib/libdi-network-dlna-dmsui.so
b2bcb000-b2bd3000 ---p 000ff000 b3:0a 8015 /usr/lib/libdi-network-dlna-dmsui.so
b2bd3000-b2bd7000 rw-p 000ff000 b3:0a 8015 /usr/lib/libdi-network-dlna-dmsui.so
b2bd7000-b2c1c000 r-xp 00000000 b3:0a 9661 /usr/lib/libdi-network-dlna-extlib.so
b2c1c000-b2c23000 ---p 00045000 b3:0a 9661 /usr/lib/libdi-network-dlna-extlib.so
b2c23000-b2c27000 rw-p 00044000 b3:0a 9661 /usr/lib/libdi-network-dlna-extlib.so
b2c27000-b2d8a000 r-xp 00000000 b3:0a 8013 /usr/lib/libdi-network-dlna-stack.so
b2d8a000-b2d92000 ---p 00163000 b3:0a 8013 /usr/lib/libdi-network-dlna-stack.so
b2d92000-b2d97000 rw-p 00163000 b3:0a 8013 /usr/lib/libdi-network-dlna-stack.so
b2d97000-b2da8000 rw-p 00000000 00:00 0
b2da8000-b2db0000 r-xp 00000000 b3:0a 13830 /usr/lib/libmdm-common.so.1.0.45
b2db0000-b2db7000 ---p 00008000 b3:0a 13830 /usr/lib/libmdm-common.so.1.0.45
b2db7000-b2db8000 rw-p 00007000 b3:0a 13830 /usr/lib/libmdm-common.so.1.0.45
b2db8000-b2dc8000 r-xp 00000000 b3:0a 3256 /lib/libresolv-2.13.so
b2dc8000-b2dc9000 r--p 00010000 b3:0a 3256 /lib/libresolv-2.13.so
b2dc9000-b2dca000 rw-p 00011000 b3:0a 3256 /lib/libresolv-2.13.so
b2dca000-b2dcc000 rw-p 00000000 00:00 0
b2dcc000-b2dce000 r-xp 00000000 b3:0a 10829 /usr/lib/libgmodule-2.0.so.0.3200.3
b2dce000-b2dd5000 ---p 00002000 b3:0a 10829 /usr/lib/libgmodule-2.0.so.0.3200.3
b2dd5000-b2dd6000 rw-p 00001000 b3:0a 10829 /usr/lib/libgmodule-2.0.so.0.3200.3
b2dd6000-b2ddb000 r-xp 00000000 b3:0a 10455 /usr/lib/libffi.so.5.0.10
b2ddb000-b2de2000 ---p 00005000 b3:0a 10455 /usr/lib/libffi.so.5.0.10
b2de2000-b2de3000 rw-p 00004000 b3:0a 10455 /usr/lib/libffi.so.5.0.10
b2de3000-b2de4000 rw-p 00000000 00:00 0
b2de4000-b2df9000 r-xp 00000000 b3:0a 9717 /usr/lib/libsecurity-server-client.so.1.0.1
b2df9000-b2e01000 ---p 00015000 b3:0a 9717 /usr/lib/libsecurity-server-client.so.1.0.1
b2e01000-b2e02000 rw-p 00015000 b3:0a 9717 /usr/lib/libsecurity-server-client.so.1.0.1
b2e02000-b2e4a000 r-xp 00000000 b3:0a 11145 /usr/lib/pulseaudio/libpulsecommon-4.0.so
b2e4a000-b2e4b000 rw-p 00048000 b3:0a 11145 /usr/lib/pulseaudio/libpulsecommon-4.0.so
b2e4b000-b2e50000 r-xp 00000000 b3:0a 8381 /usr/lib/libjson.so.0.0.1
b2e50000-b2e57000 ---p 00005000 b3:0a 8381 /usr/lib/libjson.so.0.0.1
b2e57000-b2e58000 rw-p 00004000 b3:0a 8381 /usr/lib/libjson.so.0.0.1
b2e58000-b2e5b000 r-xp 00000000 b3:0a 12428 /usr/lib/libsyspopup_caller.so.0.1.0
b2e5b000-b2e62000 ---p 00003000 b3:0a 12428 /usr/lib/libsyspopup_caller.so.0.1.0
b2e62000-b2e63000 rw-p 00002000 b3:0a 12428 /usr/lib/libsyspopup_caller.so.0.1.0
b2e63000-b2ea8000 r-xp 00000000 b3:0a 10257 /usr/lib/libsndfile.so.1.0.25
b2ea8000-b2eb0000 ---p 00045000 b3:0a 10257 /usr/lib/libsndfile.so.1.0.25
b2eb0000-b2eb2000 rw-p 00045000 b3:0a 10257 /usr/lib/libsndfile.so.1.0.25
b2eb2000-b2eb7000 rw-p 00000000 00:00 0
b2eb7000-b2ebc000 r-xp 00000000 b3:0a 12457 /usr/lib/libmmfsoundcommon.so.0.0.0
b2ebc000-b2ec3000 ---p 00005000 b3:0a 12457 /usr/lib/libmmfsoundcommon.so.0.0.0
b2ec3000-b2ec4000 rw-p 00004000 b3:0a 12457 /usr/lib/libmmfsoundcommon.so.0.0.0
b2ec4000-b2ec7000 r-xp 00000000 b3:0a 8789 /usr/lib/libXv.so.1.0.0
b2ec7000-b2ece000 ---p 00003000 b3:0a 8789 /usr/lib/libXv.so.1.0.0
b2ece000-b2ecf000 rw-p 00002000 b3:0a 8789 /usr/lib/libXv.so.1.0.0
b2ecf000-b2ed1000 r-xp 00000000 b3:0a 10263 /usr/lib/libctxdata.so.0.0.0
b2ed1000-b2ed8000 ---p 00002000 b3:0a 10263 /usr/lib/libctxdata.so.0.0.0
b2ed8000-b2ed9000 rw-p 00001000 b3:0a 10263 /usr/lib/libctxdata.so.0.0.0
b2ed9000-b2ee6000 r-xp 00000000 b3:0a 10265 /usr/lib/libremix.so.0.0.0
b2ee6000-b2eed000 ---p 0000d000 b3:0a 10265 /usr/lib/libremix.so.0.0.0
b2eed000-b2eee000 rw-p 0000c000 b3:0a 10265 /usr/lib/libremix.so.0.0.0
b2eee000-b2eef000 rw-p 00000000 00:00 0
b2eef000-b2ef1000 r-xp 00000000 b3:0a 11071 /usr/lib/libecore_imf_evas.so.1.7.99
b2ef1000-b2ef8000 ---p 00002000 b3:0a 11071 /usr/lib/libecore_imf_evas.so.1.7.99
b2ef8000-b2ef9000 rw-p 00001000 b3:0a 11071 /usr/lib/libecore_imf_evas.so.1.7.99
b2ef9000-b2f10000 r-xp 00000000 b3:0a 8948 /usr/lib/liblua-5.1.so
b2f10000-b2f18000 ---p 00017000 b3:0a 8948 /usr/lib/liblua-5.1.so
b2f18000-b2f19000 rw-p 00017000 b3:0a 8948 /usr/lib/liblua-5.1.so
b2f19000-b2f20000 r-xp 00000000 b3:0a 10054 /usr/lib/libembryo.so.1.7.99
b2f20000-b2f27000 ---p 00007000 b3:0a 10054 /usr/lib/libembryo.so.1.7.99
b2f27000-b2f28000 rw-p 00006000 b3:0a 10054 /usr/lib/libembryo.so.1.7.99
b2f28000-b2f7e000 r-xp 00000000 b3:0a 8082 /usr/lib/libpixman-1.so.0.28.2
b2f7e000-b2f86000 ---p 00056000 b3:0a 8082 /usr/lib/libpixman-1.so.0.28.2
b2f86000-b2f8b000 rw-p 00056000 b3:0a 8082 /usr/lib/libpixman-1.so.0.28.2
b2f8b000-b2fae000 r-xp 00000000 b3:0a 8906 /usr/lib/libfontconfig.so.1.5.0
b2fae000-b2fb5000 ---p 00023000 b3:0a 8906 /usr/lib/libfontconfig.so.1.5.0
b2fb5000-b2fb6000 rw-p 00022000 b3:0a 8906 /usr/lib/libfontconfig.so.1.5.0
b2fb6000-b2fb8000 rw-p 00000000 00:00 0
b2fb8000-b2ffe000 r-xp 00000000 b3:0a 11010 /usr/lib/libharfbuzz.so.0.907.0
b2ffe000-b3006000 ---p 00046000 b3:0a 11010 /usr/lib/libharfbuzz.so.0.907.0
b3006000-b3007000 rw-p 00046000 b3:0a 11010 /usr/lib/libharfbuzz.so.0.907.0
b3007000-b301a000 r-xp 00000000 b3:0a 10172 /usr/lib/libfribidi.so.0.3.1
b301a000-b3021000 ---p 00013000 b3:0a 10172 /usr/lib/libfribidi.so.0.3.1
b3021000-b3022000 rw-p 00012000 b3:0a 10172 /usr/lib/libfribidi.so.0.3.1
b3022000-b3075000 r-xp 00000000 b3:0a 1745 /usr/lib/libfreetype.so.6.8.1
b3075000-b307c000 ---p 00053000 b3:0a 1745 /usr/lib/libfreetype.so.6.8.1
b307c000-b3080000 rw-p 00052000 b3:0a 1745 /usr/lib/libfreetype.so.6.8.1
b3080000-b3084000 r-xp 00000000 b3:0a 11073 /usr/lib/libecore_input_evas.so.1.7.99
b3084000-b308b000 ---p 00004000 b3:0a 11073 /usr/lib/libecore_input_evas.so.1.7.99
b308b000-b308c000 rw-p 00003000 b3:0a 11073 /usr/lib/libecore_input_evas.so.1.7.99
b308c000-b3094000 r-xp 00000000 b3:0a 10965 /usr/lib/libecore_ipc.so.1.7.99
b3094000-b3095000 rw-p 00008000 b3:0a 10965 /usr/lib/libecore_ipc.so.1.7.99
b3095000-b3096000 rw-p 00000000 00:00 0
b3096000-b309d000 r-xp 00000000 b3:0a 11341 /usr/lib/libecore_fb.so.1.7.99
b309d000-b30a4000 ---p 00007000 b3:0a 11341 /usr/lib/libecore_fb.so.1.7.99
b30a4000-b30a6000 rw-p 00006000 b3:0a 11341 /usr/lib/libecore_fb.so.1.7.99
b30a6000-b30b0000 r-xp 00000000 b3:0a 8728 /usr/lib/libXext.so.6.4.0
b30b0000-b30b7000 ---p 0000a000 b3:0a 8728 /usr/lib/libXext.so.6.4.0
b30b7000-b30b8000 rw-p 00009000 b3:0a 8728 /usr/lib/libXext.so.6.4.0
b30b8000-b30be000 r-xp 00000000 b3:0a 8737 /usr/lib/libXrender.so.1.3.0
b30be000-b30c5000 ---p 00006000 b3:0a 8737 /usr/lib/libXrender.so.1.3.0
b30c5000-b30c6000 rw-p 00005000 b3:0a 8737 /usr/lib/libXrender.so.1.3.0
b30c6000-b30c7000 r-xp 00000000 b3:0a 8827 /usr/lib/libXinerama.so.1.0.0
b30c7000-b30cf000 ---p 00001000 b3:0a 8827 /usr/lib/libXinerama.so.1.0.0
b30cf000-b30d0000 rw-p 00001000 b3:0a 8827 /usr/lib/libXinerama.so.1.0.0
b30d0000-b30d8000 r-xp 00000000 b3:0a 8796 /usr/lib/libXi.so.6.1.0
b30d8000-b30d9000 rw-p 00008000 b3:0a 8796 /usr/lib/libXi.so.6.1.0
b30d9000-b30da000 rw-p 00000000 00:00 0
b30da000-b30dd000 r-xp 00000000 b3:0a 8754 /usr/lib/libXfixes.so.3.1.0
b30dd000-b30e4000 ---p 00003000 b3:0a 8754 /usr/lib/libXfixes.so.3.1.0
b30e4000-b30e5000 rw-p 00002000 b3:0a 8754 /usr/lib/libXfixes.so.3.1.0
b30e5000-b30e7000 r-xp 00000000 b3:0a 9840 /usr/lib/libXgesture.so.7.0.0
b30e7000-b30ee000 ---p 00002000 b3:0a 9840 /usr/lib/libXgesture.so.7.0.0
b30ee000-b30ef000 rw-p 00001000 b3:0a 9840 /usr/lib/libXgesture.so.7.0.0
b30ef000-b30f0000 r-xp 00000000 b3:0a 8784 /usr/lib/libXdamage.so.1.1.0
b30f0000-b30f8000 ---p 00001000 b3:0a 8784 /usr/lib/libXdamage.so.1.1.0
b30f8000-b30f9000 rw-p 00001000 b3:0a 8784 /usr/lib/libXdamage.so.1.1.0
b30f9000-b30fc000 r-xp 00000000 b3:0a 8182 /usr/lib/libsmack.so.1.0.0
b30fc000-b3103000 ---p 00003000 b3:0a 8182 /usr/lib/libsmack.so.1.0.0
b3103000-b3104000 rw-p 00002000 b3:0a 8182 /usr/lib/libsmack.so.1.0.0
b3104000-b3105000 rw-p 00000000 00:00 0
b3105000-b3118000 r-xp 00000000 b3:0a 11679 /usr/lib/libsf_common.so
b3118000-b3120000 ---p 00013000 b3:0a 11679 /usr/lib/libsf_common.so
b3120000-b3121000 rw-p 00013000 b3:0a 11679 /usr/lib/libsf_common.so
b3121000-b315e000 r-xp 00000000 b3:0a 10235 /usr/lib/libcurl.so.4.3.0
b315e000-b3165000 ---p 0003d000 b3:0a 10235 /usr/lib/libcurl.so.4.3.0
b3165000-b3167000 rw-p 0003c000 b3:0a 10235 /usr/lib/libcurl.so.4.3.0
b3167000-b3170000 r-xp 00000000 b3:0a 11383 /usr/lib/libethumb.so.1.7.99
b3170000-b3178000 ---p 00009000 b3:0a 11383 /usr/lib/libethumb.so.1.7.99
b3178000-b3179000 rw-p 00009000 b3:0a 11383 /usr/lib/libethumb.so.1.7.99
b3179000-b319c000 r-xp 00000000 b3:0a 3576 /usr/lib/libjpeg.so.8.0.2
b319c000-b31a3000 ---p 00023000 b3:0a 3576 /usr/lib/libjpeg.so.8.0.2
b31a3000-b31a4000 rw-p 00022000 b3:0a 3576 /usr/lib/libjpeg.so.8.0.2
b31a4000-b31b4000 rw-p 00000000 00:00 0
b31b4000-b31ca000 r-xp 00000000 b3:0a 8173 /lib/libz.so.1.2.5
b31ca000-b31d1000 ---p 00016000 b3:0a 8173 /lib/libz.so.1.2.5
b31d1000-b31d2000 rw-p 00015000 b3:0a 8173 /lib/libz.so.1.2.5
b31d2000-b31d3000 rw-p 00000000 00:00 0
b31d3000-b31d6000 r-xp 00000000 b3:0a 11662 /usr/lib/libproc-stat.so.0.2.85
b31d6000-b31dd000 ---p 00003000 b3:0a 11662 /usr/lib/libproc-stat.so.0.2.85
b31dd000-b31de000 rw-p 00002000 b3:0a 11662 /usr/lib/libproc-stat.so.0.2.85
b31de000-b31e0000 r-xp 00000000 b3:0a 8839 /usr/lib/libXcomposite.so.1.0.0
b31e0000-b31e7000 ---p 00002000 b3:0a 8839 /usr/lib/libXcomposite.so.1.0.0
b31e7000-b31e8000 rw-p 00001000 b3:0a 8839 /usr/lib/libXcomposite.so.1.0.0
b31e8000-b31ea000 r-xp 00000000 b3:0a 3236 /lib/libdl-2.13.so
b31ea000-b31f1000 ---p 00002000 b3:0a 3236 /lib/libdl-2.13.so
b31f1000-b31f2000 r--p 00001000 b3:0a 3236 /lib/libdl-2.13.so
b31f2000-b31f3000 rw-p 00002000 b3:0a 3236 /lib/libdl-2.13.so
b31f3000-b31fd000 r-xp 00000000 b3:0a 10289 /lib/libunwind.so.8.0.1
b31fd000-b3205000 ---p 0000a000 b3:0a 10289 /lib/libunwind.so.8.0.1
b3205000-b3206000 rw-p 0000a000 b3:0a 10289 /lib/libunwind.so.8.0.1
b3206000-b322b000 rw-p 00000000 00:00 0
b322b000-b3346000 r-xp 00000000 b3:0a 3230 /lib/libc-2.13.so
b3346000-b334e000 ---p 0011b000 b3:0a 3230 /lib/libc-2.13.so
b334e000-b3350000 r--p 0011b000 b3:0a 3230 /lib/libc-2.13.so
b3350000-b3351000 rw-p 0011d000 b3:0a 3230 /lib/libc-2.13.so
b3351000-b3355000 rw-p 00000000 00:00 0
b3355000-b335d000 r-xp 00000000 b3:0a 1825 /lib/libgcc_s-4.6.so.1
b335d000-b3364000 ---p 00008000 b3:0a 1825 /lib/libgcc_s-4.6.so.1
b3364000-b3365000 rw-p 00007000 b3:0a 1825 /lib/libgcc_s-4.6.so.1
b3365000-b33ce000 r-xp 00000000 b3:0a 3238 /lib/libm-2.13.so
b33ce000-b33d5000 ---p 00069000 b3:0a 3238 /lib/libm-2.13.so
b33d5000-b33d6000 r--p 00068000 b3:0a 3238 /lib/libm-2.13.so
b33d6000-b33d7000 rw-p 00069000 b3:0a 3238 /lib/libm-2.13.so
b33d7000-b346b000 r-xp 00000000 b3:0a 3560 /usr/lib/libstdc++.so.6.0.16
b346b000-b3473000 ---p 00094000 b3:0a 3560 /usr/lib/libstdc++.so.6.0.16
b3473000-b3476000 r--p 00094000 b3:0a 3560 /usr/lib/libstdc++.so.6.0.16
b3476000-b3478000 rw-p 00097000 b3:0a 3560 /usr/lib/libstdc++.so.6.0.16
b3478000-b347e000 rw-p 00000000 00:00 0
b347e000-b3492000 r-xp 00000000 b3:0a 3254 /lib/libpthread-2.13.so
b3492000-b3499000 ---p 00014000 b3:0a 3254 /lib/libpthread-2.13.so
b3499000-b349a000 r--p 00013000 b3:0a 3254 /lib/libpthread-2.13.so
b349a000-b349b000 rw-p 00014000 b3:0a 3254 /lib/libpthread-2.13.so
b349b000-b349d000 rw-p 00000000 00:00 0
b349d000-b349f000 r-xp 00000000 b3:0a 63 /usr/lib/libdlog.so.0.0.0
b349f000-b34a6000 ---p 00002000 b3:0a 63 /usr/lib/libdlog.so.0.0.0
b34a6000-b34a7000 rw-p 00001000 b3:0a 63 /usr/lib/libdlog.so.0.0.0
b34a7000-b34af000 r-xp 00000000 b3:0a 11087 /usr/lib/libdcm.so
b34af000-b34b6000 ---p 00008000 b3:0a 11087 /usr/lib/libdcm.so
b34b6000-b34b7000 rw-p 00007000 b3:0a 11087 /usr/lib/libdcm.so
b34b7000-b34b8000 rw-p 00000000 00:00 0
b34b8000-b35fb000 r-xp 00000000 b3:0a 8164 /usr/lib/libcrypto.so.1.0.0
b35fb000-b3603000 ---p 00143000 b3:0a 8164 /usr/lib/libcrypto.so.1.0.0
b3603000-b3616000 rw-p 00143000 b3:0a 8164 /usr/lib/libcrypto.so.1.0.0
b3616000-b3619000 rw-p 00000000 00:00 0
b3619000-b3664000 r-xp 00000000 b3:0a 8165 /usr/lib/libssl.so.1.0.0
b3664000-b366b000 ---p 0004b000 b3:0a 8165 /usr/lib/libssl.so.1.0.0
b366b000-b3670000 rw-p 0004a000 b3:0a 8165 /usr/lib/libssl.so.1.0.0
b3670000-b3676000 r-xp 00000000 b3:0a 3258 /lib/librt-2.13.so
b3676000-b367d000 ---p 00006000 b3:0a 3258 /lib/librt-2.13.so
b367d000-b367e000 r--p 00005000 b3:0a 3258 /lib/librt-2.13.so
b367e000-b367f000 rw-p 00006000 b3:0a 3258 /lib/librt-2.13.so
b367f000-b3680000 r--p 00000000 07:00 581 /usr/share/locale/en/LC_MESSAGES/elementary.mo
b3680000-b3681000 r--p 00000000 07:00 510 /usr/share/locale/en_US/LC_MESSAGES/elementary.mo
b3681000-b3682000 rw-p 00000000 00:00 0
b3682000-b3683000 rw-s 00000000 00:0d 5030 /dev/shm/sem.7LOrV2 (deleted)
b3683000-b3684000 rw-s 00000000 00:0d 5020 /dev/shm/sem.OArjO1 (deleted)
b3684000-b3685000 rw-s 00000000 00:0d 5019 /dev/shm/sem.KKdSUA (deleted)
b3685000-b3686000 r-xp 00000000 b3:0a 8419 /usr/lib/libbincfg.so.1.1
b3686000-b368d000 ---p 00001000 b3:0a 8419 /usr/lib/libbincfg.so.1.1
b368d000-b368e000 rw-p 00000000 b3:0a 8419 /usr/lib/libbincfg.so.1.1
b368e000-b3690000 r-xp 00000000 b3:0a 83 /usr/lib/liblogutil.so
b3690000-b3697000 ---p 00002000 b3:0a 83 /usr/lib/liblogutil.so
b3697000-b3698000 rw-p 00001000 b3:0a 83 /usr/lib/liblogutil.so
b3698000-b36a1000 r-xp 00000000 b3:0a 8420 /usr/lib/libasl.so
b36a1000-b36a8000 ---p 00009000 b3:0a 8420 /usr/lib/libasl.so
b36a8000-b36a9000 rw-p 00008000 b3:0a 8420 /usr/lib/libasl.so
b36a9000-b37ba000 r-xp 00000000 b3:0a 11238 /usr/lib/libwifi-sns.so
b37ba000-b37c1000 ---p 00111000 b3:0a 11238 /usr/lib/libwifi-sns.so
b37c1000-b37c4000 rw-p 00110000 b3:0a 11238 /usr/lib/libwifi-sns.so
b37c4000-b37dc000 rw-p 00000000 00:00 0
b37dc000-b37de000 r-xp 00000000 b3:0a 10030 /usr/lib/liboic-tables.so
b37de000-b37e5000 ---p 00002000 b3:0a 10030 /usr/lib/liboic-tables.so
b37e5000-b37e6000 rw-p 00001000 b3:0a 10030 /usr/lib/liboic-tables.so
b37e6000-b37f5000 r-xp 00000000 b3:0a 11320 /usr/lib/libcapi-network-wifi.so.0.1.48
b37f5000-b37fc000 ---p 0000f000 b3:0a 11320 /usr/lib/libcapi-network-wifi.so.0.1.48
b37fc000-b37fd000 rw-p 0000e000 b3:0a 11320 /usr/lib/libcapi-network-wifi.so.0.1.48
b37fd000-b3805000 r-xp 00000000 b3:0a 12695 /usr/lib/libcapi-network-nfc.so.0.1.14
b3805000-b380c000 ---p 00008000 b3:0a 12695 /usr/lib/libcapi-network-nfc.so.0.1.14
b380c000-b380d000 rw-p 00007000 b3:0a 12695 /usr/lib/libcapi-network-nfc.so.0.1.14
b380d000-b387a000 r-xp 00000000 b3:0a 16643 /usr/lib/libdi-alg-prosuggest.so
b387a000-b3881000 ---p 0006d000 b3:0a 16643 /usr/lib/libdi-alg-prosuggest.so
b3881000-b3885000 rw-p 0006c000 b3:0a 16643 /usr/lib/libdi-alg-prosuggest.so
b3885000-b38ff000 rw-p 00000000 00:00 0
b38ff000-b39e0000 r-xp 00000000 b3:0a 8725 /usr/lib/libX11.so.6.3.0
b39e0000-b39e7000 ---p 000e1000 b3:0a 8725 /usr/lib/libX11.so.6.3.0
b39e7000-b39eb000 rw-p 000e0000 b3:0a 8725 /usr/lib/libX11.so.6.3.0
b39eb000-b39ec000 rw-p 00000000 00:00 0
b39ec000-b4096000 r-xp 00000000 b3:0a 12678 /usr/lib/libfactory-mode.so
b4096000-b409e000 ---p 006aa000 b3:0a 12678 /usr/lib/libfactory-mode.so
b409e000-b40a0000 rw-p 006aa000 b3:0a 12678 /usr/lib/libfactory-mode.so
b40a0000-b40bd000 rw-p 00000000 00:00 0
b40bd000-b40c7000 r-xp 00000000 b3:0a 8380 /usr/lib/libmulticore-bridge.so
b40c7000-b40cf000 ---p 0000a000 b3:0a 8380 /usr/lib/libmulticore-bridge.so
b40cf000-b40d0000 rw-p 0000a000 b3:0a 8380 /usr/lib/libmulticore-bridge.so
b40d0000-b40d7000 r-xp 00000000 b3:0a 8389 /usr/lib/libmm-displayer.so
b40d7000-b40de000 ---p 00007000 b3:0a 8389 /usr/lib/libmm-displayer.so
b40de000-b40df000 rw-p 00006000 b3:0a 8389 /usr/lib/libmm-displayer.so
b40df000-b40e1000 r-xp 00000000 b3:0a 11122 /usr/lib/libmmutil_movie.so.0.0.0
b40e1000-b40e8000 ---p 00002000 b3:0a 11122 /usr/lib/libmmutil_movie.so.0.0.0
b40e8000-b40e9000 rw-p 00001000 b3:0a 11122 /usr/lib/libmmutil_movie.so.0.0.0
b40e9000-b41b9000 r-xp 00000000 b3:0a 10827 /usr/lib/libglib-2.0.so.0.3200.3
b41b9000-b41ba000 rw-p 000d0000 b3:0a 10827 /usr/lib/libglib-2.0.so.0.3200.3
b41ba000-b41bb000 rw-p 00000000 00:00 0
b41bb000-b41c2000 r-xp 00000000 b3:0a 3214 /usr/lib/libmmfcommon.so.0.0.0
b41c2000-b41c9000 ---p 00007000 b3:0a 3214 /usr/lib/libmmfcommon.so.0.0.0
b41c9000-b41ca000 rw-p 00006000 b3:0a 3214 /usr/lib/libmmfcommon.so.0.0.0
b41ca000-b41dc000 r-xp 00000000 b3:0a 12612 /usr/lib/libmmfile_utils.so.0.0.0
b41dc000-b41e3000 ---p 00012000 b3:0a 12612 /usr/lib/libmmfile_utils.so.0.0.0
b41e3000-b41e4000 rw-p 00011000 b3:0a 12612 /usr/lib/libmmfile_utils.so.0.0.0
b41e4000-b41e9000 r-xp 00000000 b3:0a 12603 /usr/lib/libmmffile.so.0.0.0
b41e9000-b41f1000 ---p 00005000 b3:0a 12603 /usr/lib/libmmffile.so.0.0.0
b41f1000-b41f2000 rw-p 00005000 b3:0a 12603 /usr/lib/libmmffile.so.0.0.0
b41f2000-b4212000 r-xp 00000000 b3:0a 11636 /usr/lib/libmm-slideshow.so
b4212000-b4213000 rw-p 00020000 b3:0a 11636 /usr/lib/libmm-slideshow.so
b4213000-b4305000 r-xp 00000000 b3:0a 11635 /usr/lib/libmm-photo.so
b4305000-b430d000 ---p 000f2000 b3:0a 11635 /usr/lib/libmm-photo.so
b430d000-b430f000 rw-p 000f2000 b3:0a 11635 /usr/lib/libmm-photo.so
b430f000-b4311000 rw-p 00000000 00:00 0
b4311000-b4314000 r-xp 00000000 b3:0a 8609 /usr/lib/libmm_ta.so.0.0.0
b4314000-b431b000 ---p 00003000 b3:0a 8609 /usr/lib/libmm_ta.so.0.0.0
b431b000-b431c000 rw-p 00002000 b3:0a 8609 /usr/lib/libmm_ta.so.0.0.0
b431c000-b431d000 rw-p 00000000 00:00 0
b431d000-b4340000 r-xp 00000000 b3:0a 8606 /usr/lib/libexif.so.12.3.3
b4340000-b4347000 ---p 00023000 b3:0a 8606 /usr/lib/libexif.so.12.3.3
b4347000-b4354000 rw-p 00022000 b3:0a 8606 /usr/lib/libexif.so.12.3.3
b4354000-b43a6000 r-xp 00000000 b3:0a 12594 /usr/lib/libmmfcore.so
b43a6000-b43ad000 ---p 00052000 b3:0a 12594 /usr/lib/libmmfcore.so
b43ad000-b43af000 rw-p 00051000 b3:0a 12594 /usr/lib/libmmfcore.so
b43af000-b43bf000 r-xp 00000000 b3:0a 12595 /usr/lib/libmmf-camcorder.so
b43bf000-b43c2000 rw-p 00010000 b3:0a 12595 /usr/lib/libmmf-camcorder.so
b43c2000-b43d5000 r-xp 00000000 b3:0a 12596 /usr/lib/libmmf_player.so
b43d5000-b43dd000 ---p 00013000 b3:0a 12596 /usr/lib/libmmf_player.so
b43dd000-b43de000 rw-p 00013000 b3:0a 12596 /usr/lib/libmmf_player.so
b43de000-b43e3000 r-xp 00000000 b3:0a 1552 /usr/lib/libmm-type.so
b43e3000-b43ea000 ---p 00005000 b3:0a 1552 /usr/lib/libmm-type.so
b43ea000-b43eb000 rw-p 00004000 b3:0a 1552 /usr/lib/libmm-type.so
b43eb000-b4428000 r-xp 00000000 b3:0a 3550 /usr/lib/libtint-util.so
b4428000-b4430000 ---p 0003d000 b3:0a 3550 /usr/lib/libtint-util.so
b4430000-b4431000 rw-p 0003d000 b3:0a 3550 /usr/lib/libtint-util.so
b4431000-b4432000 rw-p 00000000 00:00 0
b4432000-b4436000 r-xp 00000000 b3:0a 8360 /usr/lib/libmicom-node.so.0.1
b4436000-b443d000 ---p 00004000 b3:0a 8360 /usr/lib/libmicom-node.so.0.1
b443d000-b443e000 rw-p 00003000 b3:0a 8360 /usr/lib/libmicom-node.so.0.1
b443e000-b4448000 r-xp 00000000 b3:0a 11345 /usr/lib/libdeviced.so.0.1.0
b4448000-b444f000 ---p 0000a000 b3:0a 11345 /usr/lib/libdeviced.so.0.1.0
b444f000-b4450000 rw-p 00009000 b3:0a 11345 /usr/lib/libdeviced.so.0.1.0
b4450000-b4455000 r-xp 00000000 b3:0a 10882 /usr/lib/libdevice-node.so.0.1
b4455000-b445c000 ---p 00005000 b3:0a 10882 /usr/lib/libdevice-node.so.0.1
b445c000-b445d000 rw-p 00004000 b3:0a 10882 /usr/lib/libdevice-node.so.0.1
b445d000-b4472000 r-xp 00000000 b3:0a 12919 /usr/lib/libshell-command.so
b4472000-b447a000 ---p 00015000 b3:0a 12919 /usr/lib/libshell-command.so
b447a000-b447d000 rw-p 00015000 b3:0a 12919 /usr/lib/libshell-command.so
b447d000-b4493000 r-xp 00000000 b3:0a 11085 /usr/lib/libfilelist-manager.so
b4493000-b449a000 ---p 00016000 b3:0a 11085 /usr/lib/libfilelist-manager.so
b449a000-b449b000 rw-p 00015000 b3:0a 11085 /usr/lib/libfilelist-manager.so
b449b000-b449c000 rw-p 00000000 00:00 0
b449c000-b44c4000 r-xp 00000000 b3:0a 12741 /usr/lib/libcapi-content-media-content.so.0.2.108
b44c4000-b44cb000 ---p 00028000 b3:0a 12741 /usr/lib/libcapi-content-media-content.so.0.2.108
b44cb000-b44cc000 rw-p 00027000 b3:0a 12741 /usr/lib/libcapi-content-media-content.so.0.2.108
b44cc000-b44d9000 r-xp 00000000 b3:0a 12932 /usr/lib/libcapi-appfw-application.so.0.1.6
b44d9000-b44e0000 ---p 0000d000 b3:0a 12932 /usr/lib/libcapi-appfw-application.so.0.1.6
b44e0000-b44e2000 rw-p 0000c000 b3:0a 12932 /usr/lib/libcapi-appfw-application.so.0.1.6
b44e2000-b44ea000 r-xp 00000000 b3:0a 1716 /usr/lib/libdiosal.so
b44ea000-b44eb000 rw-p 00008000 b3:0a 1716 /usr/lib/libdiosal.so
b44eb000-b44f5000 r-xp 00000000 b3:0a 12698 /usr/lib/libdi-sensor.so
b44f5000-b44fc000 ---p 0000a000 b3:0a 12698 /usr/lib/libdi-sensor.so
b44fc000-b44fd000 rw-p 00009000 b3:0a 12698 /usr/lib/libdi-sensor.so
b44fd000-b44fe000 r-xp 00000000 b3:0a 11713 /usr/lib/libsystem-tools.so
b44fe000-b4505000 ---p 00001000 b3:0a 11713 /usr/lib/libsystem-tools.so
b4505000-b4506000 rw-p 00000000 b3:0a 11713 /usr/lib/libsystem-tools.so
b4506000-b4507000 rw-p 00000000 00:00 0
b4507000-b4511000 r-xp 00000000 b3:0a 8133 /usr/lib/libfirmware-upgrade.so
b4511000-b4519000 ---p 0000a000 b3:0a 8133 /usr/lib/libfirmware-upgrade.so
b4519000-b451a000 rw-p 0000a000 b3:0a 8133 /usr/lib/libfirmware-upgrade.so
b451a000-b451d000 r-xp 00000000 b3:0a 8731 /usr/lib/libXtst.so.6.1.0
b451d000-b4524000 ---p 00003000 b3:0a 8731 /usr/lib/libXtst.so.6.1.0
b4524000-b4525000 rw-p 00002000 b3:0a 8731 /usr/lib/libXtst.so.6.1.0
b4525000-b4529000 r-xp 00000000 b3:0a 10089 /usr/lib/libhdmi-cec.so
b4529000-b4531000 ---p 00004000 b3:0a 10089 /usr/lib/libhdmi-cec.so
b4531000-b4532000 rw-p 00004000 b3:0a 10089 /usr/lib/libhdmi-cec.so
b4532000-b4537000 r-xp 00000000 b3:0a 8744 /usr/lib/libXrandr.so.2.2.0
b4537000-b453e000 ---p 00005000 b3:0a 8744 /usr/lib/libXrandr.so.2.2.0
b453e000-b453f000 rw-p 00004000 b3:0a 8744 /usr/lib/libXrandr.so.2.2.0
b453f000-b4543000 r-xp 00000000 b3:0a 1554 /usr/lib/libversion-info.so
b4543000-b454b000 ---p 00004000 b3:0a 1554 /usr/lib/libversion-info.so
b454b000-b454c000 rw-p 00004000 b3:0a 1554 /usr/lib/libversion-info.so
b454c000-b457b000 r-xp 00000000 b3:0a 8417 /usr/lib/libuser-spec.so
b457b000-b4583000 ---p 0002f000 b3:0a 8417 /usr/lib/libuser-spec.so
b4583000-b4584000 rw-p 0002f000 b3:0a 8417 /usr/lib/libuser-spec.so
b4584000-b4589000 rw-p 00000000 00:00 0
b4589000-b4bdb000 r-xp 00000000 b3:0a 1715 /usr/lib/libprefman.so
b4bdb000-b4be3000 ---p 00652000 b3:0a 1715 /usr/lib/libprefman.so
b4be3000-b4be4000 rw-p 00652000 b3:0a 1715 /usr/lib/libprefman.so
b4be4000-b4be8000 r-xp 00000000 b3:0a 11112 /usr/lib/libsysman.so.0.2.0
b4be8000-b4bef000 ---p 00004000 b3:0a 11112 /usr/lib/libsysman.so.0.2.0
b4bef000-b4bf0000 rw-p 00003000 b3:0a 11112 /usr/lib/libsysman.so.0.2.0
b4bf0000-b4ca0000 r-xp 00000000 b3:0a 11337 /usr/lib/libcapture-fw-prod.so
b4ca0000-b4ca3000 rw-p 000b0000 b3:0a 11337 /usr/lib/libcapture-fw-prod.so
b4ca3000-b4ca4000 rw-p 00000000 00:00 0
b4ca4000-b4ceb000 r-xp 00000000 b3:0a 12688 /usr/lib/libdi-network-bt-app.so
b4ceb000-b4cf2000 ---p 00047000 b3:0a 12688 /usr/lib/libdi-network-bt-app.so
b4cf2000-b4cf3000 rw-p 00046000 b3:0a 12688 /usr/lib/libdi-network-bt-app.so
b4cf3000-b4cf7000 rw-p 00000000 00:00 0
b4cf7000-b4d71000 r-xp 00000000 b3:0a 9683 /usr/lib/libdi-network-dlna-api.so
b4d71000-b4d78000 ---p 0007a000 b3:0a 9683 /usr/lib/libdi-network-dlna-api.so
b4d78000-b4d7a000 rw-p 00079000 b3:0a 9683 /usr/lib/libdi-network-dlna-api.so
b4d7a000-b4d7d000 rw-p 00000000 00:00 0
b4d7d000-b4d7f000 r-xp 00000000 b3:0a 8246 /usr/lib/libiniparser.so.0
b4d7f000-b4d87000 ---p 00002000 b3:0a 8246 /usr/lib/libiniparser.so.0
b4d87000-b4d88000 rw-p 00002000 b3:0a 8246 /usr/lib/libiniparser.so.0
b4d88000-b4d89000 rw-p 00000000 00:00 0
b4d89000-b4dbd000 r-xp 00000000 b3:0a 10831 /usr/lib/libgobject-2.0.so.0.3200.3
b4dbd000-b4dc4000 ---p 00034000 b3:0a 10831 /usr/lib/libgobject-2.0.so.0.3200.3
b4dc4000-b4dc6000 rw-p 00033000 b3:0a 10831 /usr/lib/libgobject-2.0.so.0.3200.3
b4dc6000-b4df0000 r-xp 00000000 b3:0a 8947 /usr/lib/libdbus-1.so.3.7.2
b4df0000-b4df8000 ---p 0002a000 b3:0a 8947 /usr/lib/libdbus-1.so.3.7.2
b4df8000-b4df9000 rw-p 0002a000 b3:0a 8947 /usr/lib/libdbus-1.so.3.7.2
b4df9000-b4dfc000 r-xp 00000000 b3:0a 10993 /usr/lib/libcsc-feature.so.0.0.0
b4dfc000-b4e03000 ---p 00003000 b3:0a 10993 /usr/lib/libcsc-feature.so.0.0.0
b4e03000-b4e04000 rw-p 00002000 b3:0a 10993 /usr/lib/libcsc-feature.so.0.0.0
b4e04000-b4e12000 r-xp 00000000 b3:0a 15417 /usr/lib/libmdm.so.1.0.88
b4e12000-b4e1a000 ---p 0000e000 b3:0a 15417 /usr/lib/libmdm.so.1.0.88
b4e1a000-b4e1b000 rw-p 0000e000 b3:0a 15417 /usr/lib/libmdm.so.1.0.88
b4e1b000-b4e20000 r-xp 00000000 b3:0a 8393 /usr/lib/libss-client.so.1.0.0
b4e20000-b4e27000 ---p 00005000 b3:0a 8393 /usr/lib/libss-client.so.1.0.0
b4e27000-b4e28000 rw-p 00004000 b3:0a 8393 /usr/lib/libss-client.so.1.0.0
b4e28000-b4e29000 rw-p 00000000 00:00 0
b4e29000-b4e30000 r-xp 00000000 b3:0a 10848 /usr/lib/libvconf.so.0.2.45
b4e30000-b4e38000 ---p 00007000 b3:0a 10848 /usr/lib/libvconf.so.0.2.45
b4e38000-b4e39000 rw-p 00007000 b3:0a 10848 /usr/lib/libvconf.so.0.2.45
b4e39000-b4e50000 r-xp 00000000 b3:0a 10870 /usr/lib/libdbus-glib-1.so.2.2.2
b4e50000-b4e58000 ---p 00017000 b3:0a 10870 /usr/lib/libdbus-glib-1.so.2.2.2
b4e58000-b4e59000 rw-p 00017000 b3:0a 10870 /usr/lib/libdbus-glib-1.so.2.2.2
b4e59000-b4e6b000 r-xp 00000000 b3:0a 11077 /usr/lib/libcapi-network-tethering.so.0.1.0
b4e6b000-b4e73000 ---p 00012000 b3:0a 11077 /usr/lib/libcapi-network-tethering.so.0.1.0
b4e73000-b4e74000 rw-p 00012000 b3:0a 11077 /usr/lib/libcapi-network-tethering.so.0.1.0
b4e74000-b4e8a000 r-xp 00000000 b3:0a 11004 /usr/lib/libwifi-direct.so.0.0
b4e8a000-b4e91000 ---p 00016000 b3:0a 11004 /usr/lib/libwifi-direct.so.0.0
b4e91000-b4e92000 rw-p 00015000 b3:0a 11004 /usr/lib/libwifi-direct.so.0.0
b4e92000-b4e93000 r-xp 00000000 b3:0a 10833 /usr/lib/libgthread-2.0.so.0.3200.3
b4e93000-b4e9a000 ---p 00001000 b3:0a 10833 /usr/lib/libgthread-2.0.so.0.3200.3
b4e9a000-b4e9b000 rw-p 00000000 b3:0a 10833 /usr/lib/libgthread-2.0.so.0.3200.3
b4e9b000-b4e9c000 rw-p 00000000 00:00 0
b4e9c000-b4f70000 r-xp 00000000 b3:0a 10825 /usr/lib/libgio-2.0.so.0.3200.3
b4f70000-b4f78000 ---p 000d4000 b3:0a 10825 /usr/lib/libgio-2.0.so.0.3200.3
b4f78000-b4f7b000 rw-p 000d4000 b3:0a 10825 /usr/lib/libgio-2.0.so.0.3200.3
b4f7b000-b4f7c000 rw-p 00000000 00:00 0
b4f7c000-b4f9e000 r-xp 00000000 b3:0a 10986 /usr/lib/libnetwork.so.0.0.0
b4f9e000-b4fa5000 ---p 00022000 b3:0a 10986 /usr/lib/libnetwork.so.0.0.0
b4fa5000-b4fa6000 rw-p 00021000 b3:0a 10986 /usr/lib/libnetwork.so.0.0.0
b4fa6000-b4fad000 r-xp 00000000 b3:0a 8234 /usr/lib/libdrm.so.2.4.0
b4fad000-b4fb5000 ---p 00007000 b3:0a 8234 /usr/lib/libdrm.so.2.4.0
b4fb5000-b4fb6000 rw-p 00007000 b3:0a 8234 /usr/lib/libdrm.so.2.4.0
b4fb6000-b4fb9000 r-xp 00000000 b3:0a 8243 /usr/lib/libtbm.so.1.0.0
b4fb9000-b4fc0000 ---p 00003000 b3:0a 8243 /usr/lib/libtbm.so.1.0.0
b4fc0000-b4fc1000 rw-p 00002000 b3:0a 8243 /usr/lib/libtbm.so.1.0.0
b4fc1000-b4fc6000 r-xp 00000000 b3:0a 11098 /usr/lib/libhibernation.so
b4fc6000-b4fcd000 ---p 00005000 b3:0a 11098 /usr/lib/libhibernation.so
b4fcd000-b4fce000 rw-p 00004000 b3:0a 11098 /usr/lib/libhibernation.so
b4fce000-b4fcf000 rw-p 00000000 00:00 0
b4fcf000-b4fd9000 r-xp 00000000 b3:0a 10922 /usr/lib/libaudio-session-mgr.so.0.0.0
b4fd9000-b4fe1000 ---p 0000a000 b3:0a 10922 /usr/lib/libaudio-session-mgr.so.0.0.0
b4fe1000-b4fe2000 rw-p 0000a000 b3:0a 10922 /usr/lib/libaudio-session-mgr.so.0.0.0
b4fe2000-b4fe6000 rw-p 00000000 00:00 0
b4fe6000-b501d000 r-xp 00000000 b3:0a 11144 /usr/lib/libpulse.so.0.16.2
b501d000-b5024000 ---p 00037000 b3:0a 11144 /usr/lib/libpulse.so.0.16.2
b5024000-b5025000 rw-p 00036000 b3:0a 11144 /usr/lib/libpulse.so.0.16.2
b5025000-b5085000 r-xp 00000000 b3:0a 8256 /usr/lib/libasound.so.2.0.0
b5085000-b508c000 ---p 00060000 b3:0a 8256 /usr/lib/libasound.so.2.0.0
b508c000-b508f000 rw-p 0005f000 b3:0a 8256 /usr/lib/libasound.so.2.0.0
b508f000-b5092000 r-xp 00000000 b3:0a 11142 /usr/lib/libpulse-simple.so.0.0.4
b5092000-b5099000 ---p 00003000 b3:0a 11142 /usr/lib/libpulse-simple.so.0.0.4
b5099000-b509a000 rw-p 00002000 b3:0a 11142 /usr/lib/libpulse-simple.so.0.0.4
b509a000-b509f000 r-xp 00000000 b3:0a 8036 /usr/lib/libascenario-0.2.so.0.0.0
b509f000-b50a6000 ---p 00005000 b3:0a 8036 /usr/lib/libascenario-0.2.so.0.0.0
b50a6000-b50a7000 rw-p 00004000 b3:0a 8036 /usr/lib/libascenario-0.2.so.0.0.0
b50a7000-b50ab000 r-xp 00000000 b3:0a 10928 /usr/lib/libmmfsession.so.0.0.0
b50ab000-b50b3000 ---p 00004000 b3:0a 10928 /usr/lib/libmmfsession.so.0.0.0
b50b3000-b50b4000 rw-p 00004000 b3:0a 10928 /usr/lib/libmmfsession.so.0.0.0
b50b4000-b50ce000 r-xp 00000000 b3:0a 11235 /usr/lib/libavsysaudio.so.0.0.1
b50ce000-b50d5000 ---p 0001a000 b3:0a 11235 /usr/lib/libavsysaudio.so.0.0.1
b50d5000-b50d6000 rw-p 00019000 b3:0a 11235 /usr/lib/libavsysaudio.so.0.0.1
b50d6000-b50d7000 rw-p 00000000 00:00 0
b50d7000-b50ee000 r-xp 00000000 b3:0a 12455 /usr/lib/libmmfsound.so.0.1.0
b50ee000-b50f5000 ---p 00017000 b3:0a 12455 /usr/lib/libmmfsound.so.0.1.0
b50f5000-b50f6000 rw-p 00016000 b3:0a 12455 /usr/lib/libmmfsound.so.0.1.0
b50f6000-b50ff000 r-xp 00000000 b3:0a 10910 /usr/lib/libutilX.so.1.1.0
b50ff000-b5106000 ---p 00009000 b3:0a 10910 /usr/lib/libutilX.so.1.1.0
b5106000-b5107000 rw-p 00008000 b3:0a 10910 /usr/lib/libutilX.so.1.1.0
b5107000-b5111000 r-xp 00000000 b3:0a 8416 /usr/lib/libapex.so
b5111000-b5118000 ---p 0000a000 b3:0a 8416 /usr/lib/libapex.so
b5118000-b5119000 rw-p 00009000 b3:0a 8416 /usr/lib/libapex.so
b5119000-b512e000 r-xp 00000000 b3:0a 11378 /usr/lib/libgui.so
b512e000-b5135000 ---p 00015000 b3:0a 11378 /usr/lib/libgui.so
b5135000-b5136000 rw-p 00014000 b3:0a 11378 /usr/lib/libgui.so
b5136000-b5139000 rw-p 00000000 00:00 0
b5139000-b5141000 r-xp 00000000 b3:0a 8021 /usr/lib/libdi-elementary.so
b5141000-b5148000 ---p 00008000 b3:0a 8021 /usr/lib/libdi-elementary.so
b5148000-b5149000 rw-p 00007000 b3:0a 8021 /usr/lib/libdi-elementary.so
b5149000-b5187000 r-xp 00000000 b3:0a 349 /usr/lib/libeina.so.1.7.99
b5187000-b518e000 ---p 0003e000 b3:0a 349 /usr/lib/libeina.so.1.7.99
b518e000-b5190000 rw-p 0003d000 b3:0a 349 /usr/lib/libeina.so.1.7.99
b5190000-b51eb000 r-xp 00000000 b3:0a 11347 /usr/lib/libedje.so.1.7.99
b51eb000-b51f2000 ---p 0005b000 b3:0a 11347 /usr/lib/libedje.so.1.7.99
b51f2000-b51f4000 rw-p 0005a000 b3:0a 11347 /usr/lib/libedje.so.1.7.99
b51f4000-b529f000 r-xp 00000000 b3:0a 11067 /usr/lib/libevas.so.1.7.99
b529f000-b52a6000 ---p 000ab000 b3:0a 11067 /usr/lib/libevas.so.1.7.99
b52a6000-b52b1000 rw-p 000aa000 b3:0a 11067 /usr/lib/libevas.so.1.7.99
b52b1000-b52c3000 rw-p 00000000 00:00 0
b52c3000-b52d4000 r-xp 00000000 b3:0a 10873 /usr/lib/libecore_input.so.1.7.99
b52d4000-b52db000 ---p 00011000 b3:0a 10873 /usr/lib/libecore_input.so.1.7.99
b52db000-b52dc000 rw-p 00010000 b3:0a 10873 /usr/lib/libecore_input.so.1.7.99
b52dc000-b5311000 r-xp 00000000 b3:0a 11344 /usr/lib/libecore_evas.so.1.7.99
b5311000-b5318000 ---p 00035000 b3:0a 11344 /usr/lib/libecore_evas.so.1.7.99
b5318000-b531a000 rw-p 00034000 b3:0a 11344 /usr/lib/libecore_evas.so.1.7.99
b531a000-b5367000 r-xp 00000000 b3:0a 10875 /usr/lib/libecore_x.so.1.7.99
b5367000-b536e000 ---p 0004d000 b3:0a 10875 /usr/lib/libecore_x.so.1.7.99
b536e000-b5370000 rw-p 0004c000 b3:0a 10875 /usr/lib/libecore_x.so.1.7.99
b5370000-b5398000 r-xp 00000000 b3:0a 10853 /usr/lib/libecore.so.1.7.99
b5398000-b5399000 rw-p 00028000 b3:0a 10853 /usr/lib/libecore.so.1.7.99
b5399000-b53a7000 rw-p 00000000 00:00 0
b53a7000-b6a12000 r--p 00000000 b3:0a 8200 /usr/lib/libicudata.so.52.1
b6a12000-b6a19000 ---p 0166b000 b3:0a 8200 /usr/lib/libicudata.so.52.1
b6a19000-b6a1a000 rw-p 0166a000 b3:0a 8200 /usr/lib/libicudata.so.52.1
b6a1a000-b6b03000 r-xp 00000000 b3:0a 8221 /usr/lib/libicuuc.so.52.1
b6b03000-b6b0a000 ---p 000e9000 b3:0a 8221 /usr/lib/libicuuc.so.52.1
b6b0a000-b6b13000 rw-p 000e8000 b3:0a 8221 /usr/lib/libicuuc.so.52.1
b6b13000-b6b18000 rw-p 00000000 00:00 0
b6b18000-b6c5f000 r-xp 00000000 b3:0a 8203 /usr/lib/libicui18n.so.52.1
b6c5f000-b6c67000 ---p 00147000 b3:0a 8203 /usr/lib/libicui18n.so.52.1
b6c67000-b6c6f000 rw-p 00147000 b3:0a 8203 /usr/lib/libicui18n.so.52.1
b6c6f000-b6cd4000 r-xp 00000000 b3:0a 8148 /usr/lib/libsqlite3.so.0.8.6
b6cd4000-b6cdb000 ---p 00065000 b3:0a 8148 /usr/lib/libsqlite3.so.0.8.6
b6cdb000-b6cde000 rw-p 00064000 b3:0a 8148 /usr/lib/libsqlite3.so.0.8.6
b6cde000-b6ce1000 r-xp 00000000 b3:0a 10878 /usr/lib/libSLP-db-util.so.0.1.0
b6ce1000-b6ce8000 ---p 00003000 b3:0a 10878 /usr/lib/libSLP-db-util.so.0.1.0
b6ce8000-b6ce9000 rw-p 00002000 b3:0a 10878 /usr/lib/libSLP-db-util.so.0.1.0
b6ce9000-b6cee000 r-xp 00000000 b3:0a 8020 /usr/lib/libxdgmime.so.1.1.0
b6cee000-b6cf6000 ---p 00005000 b3:0a 8020 /usr/lib/libxdgmime.so.1.1.0
b6cf6000-b6cf7000 rw-p 00005000 b3:0a 8020 /usr/lib/libxdgmime.so.1.1.0
b6cf7000-b6d04000 r-xp 00000000 b3:0a 10918 /usr/lib/libail.so.0.1.0
b6d04000-b6d0b000 ---p 0000d000 b3:0a 10918 /usr/lib/libail.so.0.1.0
b6d0b000-b6d0c000 rw-p 0000c000 b3:0a 10918 /usr/lib/libail.so.0.1.0
b6d0c000-b6d0f000 r-xp 00000000 b3:0a 10868 /usr/lib/libbundle.so.0.1.22
b6d0f000-b6d16000 ---p 00003000 b3:0a 10868 /usr/lib/libbundle.so.0.1.22
b6d16000-b6d17000 rw-p 00002000 b3:0a 10868 /usr/lib/libbundle.so.0.1.22
b6d17000-b6d23000 r-xp 00000000 b3:0a 12400 /usr/lib/libaul.so.0.1.0
b6d23000-b6d2b000 ---p 0000c000 b3:0a 12400 /usr/lib/libaul.so.0.1.0
b6d2b000-b6d2c000 rw-p 0000c000 b3:0a 12400 /usr/lib/libaul.so.0.1.0
b6d2c000-b6d40000 r-xp 00000000 b3:0a 11678 /usr/lib/libsensor.so.1.1.0
b6d40000-b6d47000 ---p 00014000 b3:0a 11678 /usr/lib/libsensor.so.1.1.0
b6d47000-b6d49000 rw-p 00013000 b3:0a 11678 /usr/lib/libsensor.so.1.1.0
b6d49000-b6d4d000 r-xp 00000000 b3:0a 12426 /usr/lib/libappcore-common.so.1.1
b6d4d000-b6d54000 ---p 00004000 b3:0a 12426 /usr/lib/libappcore-common.so.1.1
b6d54000-b6d55000 rw-p 00003000 b3:0a 12426 /usr/lib/libappcore-common.so.1.1
b6d55000-b6d8e000 r-xp 00000000 b3:0a 10890 /usr/lib/libecore_con.so.1.7.99
b6d8e000-b6d95000 ---p 00039000 b3:0a 10890 /usr/lib/libecore_con.so.1.7.99
b6d95000-b6d97000 rw-p 00038000 b3:0a 10890 /usr/lib/libecore_con.so.1.7.99
b6d97000-b6d9f000 r-xp 00000000 b3:0a 10888 /usr/lib/libecore_imf.so.1.7.99
b6d9f000-b6da6000 ---p 00008000 b3:0a 10888 /usr/lib/libecore_imf.so.1.7.99
b6da6000-b6da7000 rw-p 00007000 b3:0a 10888 /usr/lib/libecore_imf.so.1.7.99
b6da7000-b6daf000 r-xp 00000000 b3:0a 11385 /usr/lib/libethumb_client.so.1.7.99
b6daf000-b6db6000 ---p 00008000 b3:0a 11385 /usr/lib/libethumb_client.so.1.7.99
b6db6000-b6db7000 rw-p 00007000 b3:0a 11385 /usr/lib/libethumb_client.so.1.7.99
b6db7000-b6dc0000 r-xp 00000000 b3:0a 11367 /usr/lib/libedbus.so.1.7.99
b6dc0000-b6dc7000 ---p 00009000 b3:0a 11367 /usr/lib/libedbus.so.1.7.99
b6dc7000-b6dc8000 rw-p 00008000 b3:0a 11367 /usr/lib/libedbus.so.1.7.99
b6dc8000-b6dca000 r-xp 00000000 b3:0a 10907 /usr/lib/libefreet_trash.so.1.7.99
b6dca000-b6dd1000 ---p 00002000 b3:0a 10907 /usr/lib/libefreet_trash.so.1.7.99
b6dd1000-b6dd2000 rw-p 00001000 b3:0a 10907 /usr/lib/libefreet_trash.so.1.7.99
b6dd2000-b6dd6000 r-xp 00000000 b3:0a 10905 /usr/lib/libefreet_mime.so.1.7.99
b6dd6000-b6dde000 ---p 00004000 b3:0a 10905 /usr/lib/libefreet_mime.so.1.7.99
b6dde000-b6ddf000 rw-p 00004000 b3:0a 10905 /usr/lib/libefreet_mime.so.1.7.99
b6ddf000-b6df5000 r-xp 00000000 b3:0a 10903 /usr/lib/libefreet.so.1.7.99
b6df5000-b6dfc000 ---p 00016000 b3:0a 10903 /usr/lib/libefreet.so.1.7.99
b6dfc000-b6dfd000 rw-p 00015000 b3:0a 10903 /usr/lib/libefreet.so.1.7.99
b6dfd000-b6dfe000 rw-p 00000000 00:00 0
b6dfe000-b6e06000 r-xp 00000000 b3:0a 10892 /usr/lib/libecore_file.so.1.7.99
b6e06000-b6e07000 rw-p 00008000 b3:0a 10892 /usr/lib/libecore_file.so.1.7.99
b6e07000-b6e19000 r-xp 00000000 b3:0a 8000 /usr/lib/libeet.so.1.7.99
b6e19000-b6e20000 ---p 00012000 b3:0a 8000 /usr/lib/libeet.so.1.7.99
b6e20000-b6e21000 rw-p 00011000 b3:0a 8000 /usr/lib/libeet.so.1.7.99
b6e21000-b6f4a000 r-xp 00000000 b3:0a 11400 /usr/lib/libelementary.so.1.7.99
b6f4a000-b6f51000 ---p 00129000 b3:0a 11400 /usr/lib/libelementary.so.1.7.99
b6f51000-b6f59000 rw-p 00128000 b3:0a 11400 /usr/lib/libelementary.so.1.7.99
b6f59000-b6f5f000 rw-p 00000000 00:00 0
b6f5f000-b6f64000 r-xp 00000000 b3:0a 12429 /usr/lib/libappcore-efl.so.1.1
b6f64000-b6f6b000 ---p 00005000 b3:0a 12429 /usr/lib/libappcore-efl.so.1.1
b6f6b000-b6f6c000 rw-p 00004000 b3:0a 12429 /usr/lib/libappcore-efl.so.1.1
b6f6c000-b6f70000 r-xp 00000000 b3:0a 10302 /usr/lib/libsys-assert.so
b6f70000-b6f77000 ---p 00004000 b3:0a 10302 /usr/lib/libsys-assert.so
b6f77000-b6f78000 rw-p 00003000 b3:0a 10302 /usr/lib/libsys-assert.so
b6f78000-b6f95000 r-xp 00000000 b3:0a 3223 /lib/ld-2.13.so
b6f95000-b6f9c000 rw-p 00000000 00:00 0
b6f9c000-b6f9d000 r--p 0001c000 b3:0a 3223 /lib/ld-2.13.so
b6f9d000-b6f9e000 rw-p 0001d000 b3:0a 3223 /lib/ld-2.13.so
bedc3000-bede4000 rwxp 00000000 00:00 0 [stack]
ffff0000-ffff1000 r-xp 00000000 00:00 0 [vectors]
ffff0000-ffff1000 r-xp 00000000 00:00 0 [vectors]
dmesg output:
[root@drime5 ~]£ dmesg
[ 0: 0.000000] I/KERNEL (K 0): Booting Linux on physical CPU 0
[ 0: 0.000000] I/KERNEL (K 0): Initializing cgroup subsys cpu
[ 0: 0.000000] I/KERNEL (K 0): Linux version 3.5.0 (hs2704.sung@SWDA7604) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) £7 PREEMPT Wed Jun 3 14:40:29 KST 2015
[ 0: 0.000000] I/KERNEL (K 0): CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c53c7d
[ 0: 0.000000] I/KERNEL (K 0): CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0: 0.000000] I/KERNEL (K 0): Machine: Samsung-DRIMe5-ES
[ 0: 0.000000] I/KERNEL (K 0): cma: CMA: reserved 288 MiB at 94000000
[ 0: 0.000000] I/KERNEL (K 0): cma: CMA: reserved 72 MiB at 8f800000
[ 0: 0.000000] I/KERNEL (K 0): Memory policy: ECC disabled, Data cache writeback
[ 0: 1.026780] I/KERNEL (K 0): On node 0 totalpages: 131072
[ 0: 1.036965] I/KERNEL (K 0): free_area_init_node: node 0, pgdat c0726dc0, node_mem_map c075a000
[ 0: 1.036975] I/KERNEL (K 0): Normal zone: 1024 pages used for memmap
[ 0: 1.036983] I/KERNEL (K 0): Normal zone: 0 pages reserved
[ 0: 1.036992] I/KERNEL (K 0): Normal zone: 130048 pages, LIFO batch:31
[ 0: 1.079287] I/KERNEL (K 0): L310 cache controller enabled
[ 0: 1.079302] I/KERNEL (K 0): l2x0: 16 ways, CACHE_ID 0x4100fcc8, AUX_CTRL 0x40030001, Cache size: 262144 B
[ 0: 1.079400] I/KERNEL (K 0): pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0: 1.079412] I/KERNEL (K 0): pcpu-alloc: [0] 0
[ 0: 1.079427] I/KERNEL (K 0): Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048
[ 0: 1.079436] I/KERNEL (K 0): Kernel command line: console=ttyAMA0,115200n8 mem=512M hibernate=nocompress root=/dev/mmcblk0p10 rw rootfstype=ext4 rootwait noresume user_debug=255
[ 0: 1.079593] I/KERNEL (K 0): PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0: 1.080052] I/KERNEL (K 0): Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0: 1.080713] I/KERNEL (K 0): Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0: 1.104677] I/KERNEL (K 0): Memory: 512MB = 512MB total
[ 0: 1.104683] I/KERNEL (K 0): Memory: 142828k/142828k available, 381460k reserved, 0K highmem
[ 0: 1.104713] I/KERNEL (K 0): Virtual kernel memory layout:
[ 0: 1.104713] I/KERNEL (K 0): vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0: 1.104713] I/KERNEL (K 0): fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0: 1.104713] I/KERNEL (K 0): vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
[ 0: 1.104713] I/KERNEL (K 0): lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0: 1.104713] I/KERNEL (K 0): modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0: 1.104713] I/KERNEL (K 0): .text : 0xc0008000 - 0xc06c3fb8 (6896 kB)
[ 0: 1.104713] I/KERNEL (K 0): .init : 0xc06c4000 - 0xc06e0d2c ( 116 kB)
[ 0: 1.104713] I/KERNEL (K 0): .data : 0xc06e2000 - 0xc0728b98 ( 283 kB)
[ 0: 1.104713] I/KERNEL (K 0): .bss : 0xc0728bbc - 0xc0759850 ( 196 kB)
[ 0: 1.104848] I/KERNEL (K 0): SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0: 1.104924] I/KERNEL (K 0): NR_IRQS:368
[ 0: 1.106743] I/KERNEL (K 0): sched_clock: 16 bits at 2kHz, resolution 400000ns, wraps every 26214ms
[ 0: 1.106860] I/KERNEL (K 0): Console: colour dummy device 80x30
[ 0: 1.196810] I/KERNEL (K 0): Calibrating delay loop... 1594.16 BogoMIPS (lpj=7970816)
[ 0: 1.196816] I/KERNEL (K 0): pid_max: default: 4096 minimum: 301
[ 0: 1.196957] I/KERNEL (K 0): Security Framework initialized
[ 0: 1.197002] I/KERNEL (K 0): Mount-cache hash table entries: 512
[ 0: 1.197485] I/KERNEL (K 0): Initializing cgroup subsys cpuacct
[ 0: 1.197504] I/KERNEL (K 0): Initializing cgroup subsys devices
[ 0: 1.197512] I/KERNEL (K 0): Initializing cgroup subsys freezer
[ 0: 1.197519] I/KERNEL (K 0): Initializing cgroup subsys blkio
[ 0: 1.197586] I/KERNEL (K 0): CPU: Testing write buffer coherency: ok
[ 0: 1.197752] I/KERNEL (K 1): Setting up static identity map for 0x8640a110 - 0x8640a168
[ 0: 1.198361] I/KERNEL (K 1): devtmpfs: initialized
[ 0: 1.199684] I/KERNEL (K 1): dummy:
[ 0: 1.221999] I/KERNEL (K 1): NET: Registered protocol family 16
[ 0: 1.224148] I/KERNEL (K 1): DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0: 1.224615] I/KERNEL (K 1): drime5_es_init()
[ 0: 1.224824] I/KERNEL (K 1): DRIMeV Power Management
[ 0: 1.225973] I/KERNEL (K 1): [arch/arm/mach-drime5/board-d5_nx500.c, fn:drime5_es_init, 1745] nau8822
[ 0: 1.227169] I/KERNEL (K 1): DRIME5: Adaptive Support Voltage init
[ 0: 1.227195] I/KERNEL (K 1): DRIME5: IDS : 26(ISP), 35(ARM) PROMISE : 87 RESULT : 6
[ 0: 1.227203] I/KERNEL (K 1): DRIME5 ASV : 6 Group
[ 0: 1.227686] I/KERNEL (K 1): Serial: AMBA PL011 UART driver
[ 0: 1.227764] I/KERNEL (K 1): uart0: ttyAMA0 at MMIO 0x10038000 (irq = 97) is a PL011 rev3
[ 0: 1.233542] I/KERNEL (K 1): console [ttyAMA0] enabled
[ 0: 1.233760] I/KERNEL (K 1): uart1: ttyAMA1 at MMIO 0x10039000 (irq = 98) is a PL011 rev3
[ 0: 1.234021] I/KERNEL (K 1): bio: create slab <bio-0> at 0
[ 0: 1.236916] I/KERNEL (K 1): input: Drime5 GPIO Keyboard as /devices/virtual/input/input0
[ 0: 1.237074] I/KERNEL (K 1): input: Drime5 ADC Keyboard as /devices/platform/d5-keys/input/input1
[ 0: 1.237110] I/KERNEL (K 1): [d5-keys] ( mode_m) key disabled
[ 0: 1.237118] I/KERNEL (K 1): [d5-keys] ( mode_c1) key disabled
[ 0: 1.237124] I/KERNEL (K 1): [d5-keys] ( mode_sas) key disabled
[ 0: 1.237129] I/KERNEL (K 1): [d5-keys] ( mode_smart) key disabled
[ 0: 1.237135] I/KERNEL (K 1): [d5-keys] ( mode_auto) key disabled
[ 0: 1.237140] I/KERNEL (K 1): [d5-keys] ( mode_p) key disabled
[ 0: 1.237145] I/KERNEL (K 1): [d5-keys] ( mode_a) key disabled
[ 0: 1.237151] I/KERNEL (K 1): [d5-keys] ( mode_s) key disabled
[ 0: 1.237156] I/KERNEL (K 1): [d5-keys] ( up) key disabled
[ 0: 1.237162] I/KERNEL (K 1): [d5-keys] ( right) key disabled
[ 0: 1.237167] I/KERNEL (K 1): [d5-keys] ( down) key disabled
[ 0: 1.237173] I/KERNEL (K 1): [d5-keys] ( left) key disabled
[ 0: 1.237178] I/KERNEL (K 1): [d5-keys] ( ok) key disabled
[ 0: 1.237184] I/KERNEL (K 1): [d5-keys] ( menu) key disabled
[ 0: 1.237189] I/KERNEL (K 1): [d5-keys] ( ev) key disabled
[ 0: 1.237194] I/KERNEL (K 1): [d5-keys] ( rec) key disabled
[ 0: 1.237199] I/KERNEL (K 1): [d5-keys] ( fn) key disabled
[ 0: 1.237204] I/KERNEL (K 1): [d5-keys] ( del) key disabled
[ 0: 1.237210] I/KERNEL (K 1): [d5-keys] ( play) key disabled
[ 0: 1.242829] I/KERNEL (K 1): io scheduler cfq registered (default)
[ 0: 1.243347] I/KERNEL (K 1): Registered led device: af
[ 0: 1.243409] I/KERNEL (K 1): Registered led device: card
[ 0: 1.243616] I/KERNEL (K 1): VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[ 0: 1.243688] I/KERNEL (K 1): [drm] Initialized drm 1.1.0 20060810
[ 0: 1.244247] I/KERNEL (K 1): i2c i2c-0: attached drime5_ddc into i2c adapter successfully
[ 0: 1.244297] I/KERNEL (K 1):
[ 0: 1.244297] I/KERNEL (K 1): HDMI DD Probe Success!
[ 0: 1.244319] I/KERNEL (K 1): hdmi hot plug event occur! [0]
[ 0: 1.244333] I/KERNEL (K 1): d5_hdmi_probe: probe done
[ 0: 1.244490] I/KERNEL (K 1): drime5_hdmi_cec_probe: probe done
[ 0: 1.244547] I/KERNEL (K 1): drime5_drm_hdmi_probe: started
[ 0: 1.244568] I/KERNEL (K 1): drime5_drm_hdmi_probe: probe done
[ 0: 1.245110] I/KERNEL (K 1): [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 0: 1.245122] I/KERNEL (K 1): [drm] No driver support for vblank timestamp query.
[ 0: 1.248269] I/KERNEL (K 1): PM: Registered nosave memory: 000000008f900000 - 0000000090b7c000
[ 0: 1.250677] I/KERNEL (K 1): PM: Registered nosave memory: 0000000090c00000 - 0000000091a10000
[ 0: 1.254050] I/KERNEL (K 1): PM: Registered nosave memory: 0000000091b00000 - 0000000092c94000
[ 0: 1.255185] I/KERNEL (K 1): fb0: frame buffer device
[ 0: 1.255202] I/KERNEL (K 1): drm: registered panic notifier
[ 0: 1.255221] I/KERNEL (K 1): [drm] Initialized drime5 1.0.0 20140226 on minor 0
[ 0: 1.255292] I/KERNEL (K 1): Register CMA nosave region
[ 0: 1.255305] I/KERNEL (K 1): PM: Registered nosave memory: 0000000094000000 - 00000000a6000000
[ 0: 1.255311] I/KERNEL (K 1): Register text nosave region
[ 0: 1.259566] I/KERNEL (K 1): VDD_ISP: 770 <--> 1400 mV at 870 mV
[ 0: 1.261720] I/KERNEL (K 1): VDD_TOP: 770 <--> 1400 mV at 1020 mV
[ 0: 1.264562] I/KERNEL (K 1): VDD_APSYS: 770 <--> 1400 mV at 1040 mV
[ 0: 1.265064] I/KERNEL (K 1): i2c-core: driver [tps62360] using legacy suspend method
[ 0: 1.265072] I/KERNEL (K 1): i2c-core: driver [tps62360] using legacy resume method
[ 0: 1.265435] I/KERNEL (K 1): usbcore: registered new interface driver usbfs
[ 0: 1.265483] I/KERNEL (K 1): usbcore: registered new interface driver hub
[ 0: 1.265603] I/KERNEL (K 1): usbcore: registered new device driver usb
[ 0: 1.265820] I/KERNEL (K 1): Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0: 1.266181] I/KERNEL (K 1): Bluetooth: Core ver 2.17
[ 0: 1.266228] I/KERNEL (K 1): NET: Registered protocol family 31
[ 0: 1.266236] I/KERNEL (K 1): Bluetooth: HCI device and connection manager initialized
[ 0: 1.266246] I/KERNEL (K 1): Bluetooth: HCI socket layer initialized
[ 0: 1.266252] I/KERNEL (K 1): Bluetooth: L2CAP socket layer initialized
[ 0: 1.266265] I/KERNEL (K 1): Bluetooth: SCO socket layer initialized
[ 0: 1.266542] I/KERNEL (K 1): Switching to clocksource drime5_clocksource_timer
[ 0: 1.266879] I/KERNEL (K 9): [d5-keys] ( mode_m) key disabled
[ 0: 1.266894] I/KERNEL (K 9): [d5-keys] ( mode_m) key disabled
[ 0: 1.266977] I/KERNEL (K 1): NET: Registered protocol family 2
[ 0: 1.267145] I/KERNEL (K 1): IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0: 1.267444] I/KERNEL (K 1): TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0: 1.267706] I/KERNEL (K 1): TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[ 0: 1.267844] I/KERNEL (K 1): TCP: Hash tables configured (established 16384 bind 16384)
[ 0: 1.267851] I/KERNEL (K 1): TCP: reno registered
[ 0: 1.267861] I/KERNEL (K 1): UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0: 1.267877] I/KERNEL (K 1): UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0: 1.268047] I/KERNEL (K 1): NET: Registered protocol family 1
[ 0: 1.268278] I/KERNEL (K 1): adcdev adcdev.0: success register
[ 0: 1.273086] I/KERNEL (K 1): squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0: 1.273569] I/KERNEL (K 1): msgmni has been set to 998
[ 0: 1.274245] I/KERNEL (K 1): io scheduler noop registered
[ 0: 1.276412] I/KERNEL (K 1): dma-pl330 dma-pl330.0: Loaded driver for PL330 DMAC-267056
[ 0: 1.276434] I/KERNEL (K 1): dma-pl330 dma-pl330.0: DBUFF-64x16bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[ 0: 1.276510] I/KERNEL (K 1): MDMA: Request Channel Fail
[ 0: 1.277369] I/KERNEL (K 1): uart-pl011 uart0: no DMA platform data
[ 0: 1.277388] I/KERNEL (K 1): uart-pl011 uart1: no DMA platform data
[ 0: 1.289643] I/KERNEL (K 1): Mali: Mali device driver loaded
[ 0: 1.289805] I/KERNEL (K 1): UMP: UMP device driver 1 loaded
[ 0: 1.293135] I/KERNEL (K 1): brd: module loaded
[ 0: 1.294860] I/KERNEL (K 1): loop: module loaded
[ 0: 1.294874] I/KERNEL (K 1): mipi_conv_register: started
[ 0: 1.294923] I/KERNEL (K 1): mipi_conv_i2c_probe: started
[ 0: 1.294943] I/KERNEL (K 1): mipi_conv_i2c_probe: started
[ 0: 1.294972] I/KERNEL (K 1): i2c-core: driver [mipi-converter] using legacy suspend method
[ 0: 1.294979] I/KERNEL (K 1): i2c-core: driver [mipi-converter] using legacy resume method
[ 0: 1.308290] I/KERNEL (K 1): hs_spidev spidev.0
[ 0: 1.308314] I/KERNEL (K 1): spi_io_probe request:0
[ 0: 1.308684] I/KERNEL (K 1): d5_pmu_ip_power_on_off: started[1]
[ 0: 1.308717] I/KERNEL (K 1): drimex-drd drimex-drd.0: Core ID Number: 0x5533
[ 0: 1.308728] I/KERNEL (K 1): drimex-drd drimex-drd.0: Release Number: 0x260a
[ 0: 1.310169] I/KERNEL (K 1): drimex-ss-udc drimex-ss-udc.0: regs e082a000, irq 75
[ 0: 1.319573] I/KERNEL (K 1): d5_pmu_ip_power_on_off: started[0]
[ 0: 1.319867] I/KERNEL (K 1): usb: usb_string_id cdev(0xc91bb500)->next_string_id=1
[ 0: 1.319878] I/KERNEL (K 1): usb: usb_string_id cdev(0xc91bb500)->next_string_id=2
[ 0: 1.319887] I/KERNEL (K 1): usb: usb_string_id cdev(0xc91bb500)->next_string_id=3
[ 0: 1.319928] I/KERNEL (K 1): sdb_bind_config
[ 0: 1.319937] I/KERNEL (K 1): usb: usb_string_id cdev(0xc91bb500)->next_string_id=4
[ 0: 1.320140] I/KERNEL (K 1): usb: usb_string_id cdev(0xc91bb500)->next_string_id=5
[ 0: 1.320156] I/KERNEL (K 1): [MTP SizeInfo] udc_txPktMaxSize(4096), udc_rxPktMaxSize(4096), BulkBufSize(4096), IntrBufSize(10)
[ 0: 1.320286] I/KERNEL (K 1): usb: usb_string_id cdev(0xc91bb500)->next_string_id=6
[ 0: 1.320433] I/KERNEL (K 1): gadget: Mass Storage Function, version: 2009/09/11
[ 0: 1.320445] I/KERNEL (K 1): gadget: Number of LUNs=2
[ 0: 1.320455] I/KERNEL (K 1): lun0: LUN: removable file: (no medium)
[ 0: 1.320463] I/KERNEL (K 1): lun1: LUN: removable read only CD-ROM file: (no medium)
[ 0: 1.320491] I/KERNEL (K 1): usb: composite_bind idVendor=0x0, idProduct=0x0
[ 0: 1.320497] I/KERNEL (K 1): usb: composite_bind bcdDevice=0x0
[ 0: 1.320504] I/KERNEL (K 1): usb: composite_bind composite_manufacturer=
[ 0: 1.320514] I/KERNEL (K 1): gadget: slp_multi_composite ready
[ 0: 1.320526] I/KERNEL (K 1): drimex-ss-udc drimex-ss-udc.0: bound driver slp_multi_composite
[ 0: 1.320550] I/KERNEL (K 1): slp_multi slp_multi: usb_mode driver, version:1.1, init Ok
[ 0: 1.320719] I/KERNEL (K 1): mousedev: PS/2 mouse device common for all mice
[ 0: 1.321087] I/KERNEL (K 1): input: Melfas MMS100s Touchscreen as /devices/platform/drime5-i2c.2/i2c-2/2-0048/input/input2
[ 0: 1.537437] I/KERNEL (K 1): mms_ts fw ver : 03 33 06
[ 0: 1.537458] I/KERNEL (K 1): mms_ts 2-0048: section [0] is up to date
[ 0: 1.537468] I/KERNEL (K 1): mms_ts 2-0048: section [1] is up to date
[ 0: 1.539115] I/KERNEL (K 1): mms_ts 2-0048: request_threaded_irq() done.
[ 0: 1.539150] I/KERNEL (K 1): mms_ts 2-0048: mms_ts_probe() done.
[ 0: 1.539197] I/KERNEL (K 1): i2c-core: driver [mms_ts] using legacy suspend method
[ 0: 1.539204] I/KERNEL (K 1): i2c-core: driver [mms_ts] using legacy resume method
[ 0: 1.539365] I/KERNEL (K 1): read time 2016.05.12 00:39:28
[ 0: 1.539382] I/KERNEL (K 1): read time 2016.05.12 00:39:28
[ 0: 1.539396] I/KERNEL (K 1): read time 2016.05.12 00:39:28
[ 0: 1.539578] I/KERNEL (K 1): drime5-rtc drime5-rtc: rtc core: registered drime5 as rtc0
[ 0: 1.539593] I/KERNEL (K 1): read time 2016.05.12 00:39:28
[ 0: 1.539679] I/KERNEL (K 1): i2c /dev entries driver
[ 0: 2.286679] I/KERNEL (K 1): [d5_hevc] device probed successfully
[ 0: 2.287019] I/KERNEL (K 1): mipi_csim_irq_num : 57
[ 0: 2.287215] I/KERNEL (K 1): mipi_csim_dma_irq_num : 58
[ 0: 2.287419] I/KERNEL (K 1): mipi_csis_irq_num : 56
[ 0: 2.287591] I/KERNEL (K 1): mipi_csis_dma_irq_num : 59
[ 0: 2.287756] I/KERNEL (K 1): mipi_dsim0_irq_num : 60
[ 0: 2.287918] I/KERNEL (K 1): mipi_dsim1_irq_num : 61
[ 0: 2.288554] I/KERNEL (K 1): d5-adc-battery d5-adc-battery: successfully loaded
[ 0: 2.288797] I/KERNEL (K 1): drime5_wdt: Drime5 Watchdog Timer enabled (5 seconds)
[ 0: 2.288896] I/KERNEL (K 1): Synopsys Designware Multimedia Card Interface Driver
[ 0: 2.289031] I/KERNEL (K 1): dw_mmc_emmc dw_mmc_emmc.0: host driver has prepare_command
[ 0: 2.289629] I/KERNEL (K 1): dw_mmc_emmc dw_mmc_emmc.0: Using internal DMA controller.
[ 0: 2.289673] I/KERNEL (K 1): dw_mmc_emmc dw_mmc_emmc.0: Version ID is 250a
[ 0: 2.289820] I/KERNEL (K 1): dw_mmc_emmc dw_mmc_emmc.0: DW MMC controller at irq 102, 64 bit host data width, 256 deep fifo, use workqueue
[ 0: 2.295477] I/KERNEL (K 1): mmc_host mmc0: current voltage : 3.3v
[ 0: 2.306800] I/KERNEL (K 1): mmc_host mmc0: Bus speed (slot 0) = 12500000Hz (slot req 400000Hz, actual 390625HZ div = 16)
[ 0: 2.326837] I/KERNEL (K 1): dw_mmc_emmc dw_mmc_emmc.0: 1 slots initialized
[ 0: 2.327039] I/KERNEL (K 1): dw_mmc_sdio dw_mmc_sdio.0: host driver has prepare_command
[ 0: 2.327572] I/KERNEL (K 1): dw_mmc_sdio dw_mmc_sdio.0: Using internal DMA controller.
[ 0: 2.327614] I/KERNEL (K 1): dw_mmc_sdio dw_mmc_sdio.0: Version ID is 250a
[ 0: 2.327745] I/KERNEL (K 1): dw_mmc_sdio dw_mmc_sdio.0: DW MMC controller at irq 101, 64 bit host data width, 256 deep fifo, use workqueue
[ 0: 2.327949] I/KERNEL (K 1): dw_mmc_sdio dw_mmc_sdio.0: 1 slots initialized
[ 0: 2.328135] I/KERNEL (K 1): dw_mmc_sdcard dw_mmc_sdcard.0: host driver has prepare_command
[ 0: 2.331687] I/KERNEL (K 1): dw_mmc_sdcard dw_mmc_sdcard.0: Using internal DMA controller.
[ 0: 2.331731] I/KERNEL (K 1): dw_mmc_sdcard dw_mmc_sdcard.0: Version ID is 250a
[ 0: 2.331849] I/KERNEL (K 1): dw_mmc_sdcard dw_mmc_sdcard.0: DW MMC controller at irq 155, 64 bit host data width, 256 deep fifo, use workqueue
[ 0: 2.332030] I/KERNEL (K 1): dw_mmc_sdcard dw_mmc_sdcard.0: 1 slots initialized
[ 0: 2.332264] I/KERNEL (K 1): usbcore: registered new interface driver usbhid
[ 0: 2.332272] I/KERNEL (K 1): usbhid: USB HID core driver
[ 0: 2.332281] I/KERNEL (K 1): zram: num_devices not specified. Using default: 1
[ 0: 2.332298] I/KERNEL (K 1): zram: Creating 1 devices ...
[ 0: 2.333011] I/KERNEL (K 1): logger: created 1024K log 'log_main'
[ 0: 2.368940] I/KERNEL (K 1): i2c-core: driver [extcon-tsu6111a] using legacy suspend method
[ 0: 2.368954] I/KERNEL (K 1): i2c-core: driver [extcon-tsu6111a] using legacy resume method
[ 0: 2.369546] I/KERNEL (K 1): nau8822_i2c_probe ENTER
[ 0: 2.369570] I/KERNEL (K 1): nau88_i2c_probe LEAVE
[ 0: 2.369753] I/KERNEL (K 1): [sound/soc/drime/drime4-nau8822.c, fn:d4_nau8822_dai_probe, 281]
[ 0: 2.369870] I/KERNEL (K 1): nau8822_probe ENTER
[ 0: 2.390046] I/KERNEL (K 29): mmc0: BKOPS_EN bit is not set
[ 0: 2.396809] I/KERNEL (K 29): mmc_host mmc0: current voltage : 1.8v
[ 0: 2.398651] I/KERNEL (K 1): nau8822_probe LEAVE
[ 0: 2.401244] I/KERNEL (K 29): mmc_host mmc0: Bus speed (slot 0) = 200000000Hz (slot req 400000Hz, actual 400000HZ div = 250)
[ 0: 2.401269] I/KERNEL (K 29): mmc_host mmc0: Bus speed (slot 0) = 200000000Hz (slot req 200000000Hz, actual 200000000HZ div = 0)
[ 0: 2.401649] I/KERNEL (K 29): dw_mmc_emmc dw_mmc_emmc.0: execute tuning sample phase : 0, 1, 0
[ 0: 2.402572] I/KERNEL (K 29): mmc0: new HS200 MMC card at H4G2a\x11 0x90 0x14a 0x1 0x1 0x200000 200000000, 2015-1
[ 0: 2.402908] I/KERNEL (K 29): mmcblk0: mmc0:0001 H4G2a\x11 3.68 GiB
[ 0: 2.403048] I/KERNEL (K 29): mmcblk0boot0: mmc0:0001 H4G2a\x11 partition 1 4.00 MiB
[ 0: 2.403191] I/KERNEL (K 29): mmcblk0boot1: mmc0:0001 H4G2a\x11 partition 2 4.00 MiB
[ 0: 2.407078] I/KERNEL (K 29): mmcblk0: p1 p2 p3 p4 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 >
[ 0: 2.412358] I/KERNEL (K 29): mmcblk0boot1: unknown partition table
[ 0: 2.416064] I/KERNEL (K 29): mmcblk0boot0: unknown partition table
[ 0: 2.418109] I/KERNEL (K 1): [sound/soc/drime/drime4-nau8822.c, fn:d4_nau8822_dai_init, 264]
[ 0: 2.419849] I/KERNEL (K 1): asoc: nau8822 <-> drime5-i2s.0 mapping ok
[ 0: 2.420772] I/KERNEL (K 1): soc-audio soc-audio.2: ASoC machine d4es-hdmi should use snd_soc_register_card()
[ 0: 2.420851] I/KERNEL (K 1): soc-audio soc-audio.2: Failed to register card
[ 0: 2.420875] I/KERNEL (K 1): platform soc-audio.2: Driver soc-audio requests probe deferral
[ 0: 2.420910] I/KERNEL (K 1): [Enter] drime4_alsa_hdmi_register
[ 0: 2.420999] I/KERNEL (K 1): [Enter] drime4_alsa_hdmi_probe
[ 0: 2.421032] I/KERNEL (K 1): [Leave] drime4_alsa_hdmi_probe
[ 0: 2.421085] I/KERNEL (K 1): [Leave] drime4_alsa_hdmi_register
[ 0: 2.421325] I/KERNEL (K 1): TCP: cubic registered
[ 0: 2.421339] I/KERNEL (K 1): NET: Registered protocol family 17
[ 0: 2.421470] I/KERNEL (K 1): Bluetooth: RFCOMM socket layer initialized
[ 0: 2.421500] I/KERNEL (K 1): Bluetooth: RFCOMM ver 1.11
[ 0: 2.429575] I/KERNEL (K 29): soc-audio soc-audio.2: ASoC machine d4es-hdmi should use snd_soc_register_card()
[ 0: 2.429715] I/KERNEL (K 29): d4_alsa_hdmi d4_alsa_hdmi: DRIMe4 ES HDMI Audio
[ 0: 2.429724] I/KERNEL (K 29): [Enter] d4es_hdmi_snd_probe
[ 0: 2.430886] I/KERNEL (K 29): asoc: lsi-hdmi-hifi <-> drime5-i2s.0 mapping ok
[ 0: 2.432769] I/KERNEL (K 1): ALSA device list:
[ 0: 2.432786] I/KERNEL (K 1): £0: nau8822
[ 0: 2.432793] I/KERNEL (K 1): £1: d4es-hdmi
[ 0: 2.447153] I/KERNEL (K 1): EXT4-fs (mmcblk0p10): warning: mounting unchecked fs, running e2fsck is recommended
[ 0: 2.495244] I/KERNEL (K 1): EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: (null)
[ 0: 2.495303] I/KERNEL (K 1): VFS: Mounted root (ext4 filesystem) on device 179:10.
[ 0: 2.497746] I/KERNEL (K 1): devtmpfs: mounted
[ 0: 2.498017] I/KERNEL (K 1): Freeing init memory: 112K
[ 0: 2.677423] I/KERNEL (K 46): EXT4-fs (mmcblk0p10): re-mounted. Opts: (null)
[ 0: 2.701653] I/KERNEL (K 1): tmpfs: Bad mount option smackfsroot
[ 0: 2.707273] I/KERNEL (K 1): tmpfs: Bad mount option smackfsroot
[ 0: 3.001999] I/KERNEL (K 53): systemd-journald[53]: Vacuuming done, freed 0 bytes
[ 0: 3.260112] I/KERNEL (K 77): Adding 51196k swap on /dev/zram0. Priority:-1 extents:1 across:51196k SS
[ 0: 3.316650] I/KERNEL (K 79): systemd-udevd[79]: starting version 208
[ 0: 7.796995] I/KERNEL (K 96): Adding 153592k swap on /dev/mmcblk0p9. Priority:-2 extents:1 across:153592k SS
[ 0: 7.878244] I/KERNEL (K 97): EXT4-fs (mmcblk0p10): re-mounted. Opts: (null)
[ 0: 8.047671] I/KERNEL (K 101): EXT4-fs (mmcblk0p11): warning: mounting unchecked fs, running e2fsck is recommended
[ 0: 8.049148] I/KERNEL (K 103): SQUASHFS error: Xattrs in filesystem, these will be ignored
[ 0: 8.049165] I/KERNEL (K 103): SQUASHFS error: unable to read xattr id index table
[ 0: 8.067575] I/KERNEL (K 101): EXT4-fs (mmcblk0p11): recovery complete
[ 0: 8.068148] I/KERNEL (K 101): EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: errors=panic
[ 0: 8.199037] I/KERNEL (K 111): EXT4-fs (mmcblk0p14): warning: maximal mount count reached, running e2fsck is recommended
[ 0: 8.199995] I/KERNEL (K 111): EXT4-fs (mmcblk0p14): mounted filesystem with ordered data mode. Opts: errors=panic
[ 0: 8.704091] I/KERNEL (K 141): [drm:drm_lastclose] *ERROR*
[ 0: 8.704170] I/KERNEL (K 141): [drm] drime5_drm_crtc_dpms:crtc[4] mode[0]
[ 0: 8.775874] I/KERNEL (K 141): [drm:drm_lastclose] *ERROR*
[ 0: 8.775998] I/KERNEL (K 141): [drm:drm_lastclose] *ERROR*
[ 0: 8.804508] I/KERNEL (K 141): drm: dma buffer alloc size=6144000!!
[ 0: 8.823545] I/KERNEL (K 141): PM: Registered nosave memory: 0000000093100000 - 00000000936dc000
[ 0: 8.856391] I/KERNEL (K 141): [drm:drm_wait_vblank] *ERROR* failed to acquire vblank counter, -1
[ 0: 8.860444] I/KERNEL (K 141): [SEC][SECScreenInit] Init Screen
[ 0: 10.169417] I/KERNEL (K 182): [sound/soc/drime/drime4-nau8822.c, fn:d4_nau8822_hw_params_dai0, 235] pll_out[11289600]
[ 0: 10.201673] I/KERNEL (K 182): [sound/soc/drime/drime4-nau8822.c, fn:d4_nau8822_hw_params_dai0, 235] pll_out[11289600]
[ 0: 10.202650] I/KERNEL (K 182): nau8822_write. reg[2c] value[33]
[ 0: 18.244335] I/KERNEL (K 259): d5_pmu_ip_power_on_off: started[1]
[ 0: 28.465817] I/KERNEL (K 248): PM: Syncing filesystems ... done.
[ 0: 28.476885] I/KERNEL (K 248): Freezing user space processes ... (elapsed 0.01 seconds) done.
[ 0: 28.476891] I/KERNEL (K 248): PM: Shrinking memory...
[ 0: 28.742506] I/KERNEL (K 248): ...(14649 pages freed)
[ 0: 29.110079] I/KERNEL (K 248): ...(7106 pages freed)
[ 0: 29.301735] I/KERNEL (K 248): ...(2590 pages freed)
[ 0: 29.369334] I/KERNEL (K 248): ...(981 pages freed)
[ 0: 29.411501] I/KERNEL (K 248): ...(426 pages freed)
[ 0: 29.434071] I/KERNEL (K 248): ...(185 pages freed)
[ 0: 29.443130] I/KERNEL (K 248): ...(80 pages freed)
[ 0: 29.445848] I/KERNEL (K 248): ...(19 pages freed)
[ 0: 29.446048] I/KERNEL (K 248): ...(0 pages freed)
[ 0: 29.446059] I/KERNEL (K 248): PM: Shrinking memory is done...
[ 0: 29.446067] I/KERNEL (K 248): PM: Total 26036 pages freed
[ 0: 29.446078] I/KERNEL (K 248): PM: Freed 104144 kbytes in 0.96 seconds (108.48 MB/s)
[ 0: 29.446086] I/KERNEL (K 248): total = 12799, inuse = 6091
[ 0: 29.446093] I/KERNEL (K 248): total = 38398, inuse = 0
[ 0: 29.955103] I/KERNEL (K 248): PM: Preallocating image memory... done (allocated 16708 pages)
[ 0: 29.955121] I/KERNEL (K 248): PM: Allocated 66832 kbytes in 0.06 seconds (1113.86 MB/s)
[ 0: 29.966834] I/KERNEL (K 248): Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[ 0: 29.967188] I/KERNEL (K 248): Suspending console(s) (use no_console_suspend to debug)
[ 0: 29.967206] I/SYS_BTLOG (K 248): dpm_suspend start!
[ 0: 30.036820] I/KERNEL (K 248): mmc_host mmc0: Bus speed (slot 0) = 12500000Hz (slot req 200000000Hz, actual 12500000HZ div = 0)
[ 0: 30.037830] I/SYS_BTLOG (K 248): dpm_suspend done!(mmc0:0001)(35ms)
[ 0: 30.038646] I/KERNEL (K 248): nau8822_suspend.
[ 0: 30.106802] I/SYS_BTLOG (K 248): power off logo end!
[ 0: 30.106811] I/SYS_BTLOG (K 248): dpm_suspend done!(drime5_dp_ctrl.0)(35ms)
[ 0: 30.106892] I/KERNEL (K 248): d5_pmu_ip_power_on_off: started[0]
[ 0: 30.106897] I/KERNEL (K 248): d5_pmu_ip_power_on_off: started[0]
[ 0: 30.106900] I/KERNEL (K 248): d5_pmu_ip_power_on_off: started[0]
[ 0: 30.106990] I/SYS_BTLOG (K 248): dpm_suspend end!
[ 0: 30.107000] I/KERNEL (K 248): PM: freeze of devices complete after 139.600 msecs
[ 0: 30.107308] I/KERNEL (K 248): PM: late freeze of devices complete after 0.400 msecs
[ 0: 30.107687] I/KERNEL (K 248): PM: noirq freeze of devices complete after 0.400 msecs
[ 0: 30.107821] I/KERNEL (K 248): start save_processor_state
[ 0: 30.107824] I/KERNEL (K 248): start __save_processor_state
[ 0: 30.107827] I/KERNEL (K 248): end __save_processor_state
[ 0: 30.107829] I/KERNEL (K 248): end save_processor_state
[ 0: 30.107832] I/KERNEL (K 248): PM: Creating hibernation image:
[ 0: 30.162548] I/KERNEL (K 248): PM: Need to copy 16645 pages
[ 1: 1.114583] I/SYS_BTLOG (K 248): kernel_resume start!
[ 1: 1.114593] I/KERNEL (K 248): PM: Error 1 creating hibernation image
[ 1: 1.114599] I/KERNEL (K 248): start restore_processor_state
[ 1: 1.114601] I/KERNEL (K 248): start __restore_processor_state
[ 1: 1.114605] I/KERNEL (K 248): end __restore_processor_state
[ 1: 1.114607] I/KERNEL (K 248): end restore_processor_state
[ 1: 1.114651] I/KERNEL (K 248): DRIME5: Adaptive Support Voltage init
[ 1: 1.114671] I/KERNEL (K 248): DRIME5: IDS : 26(ISP), 35(ARM) PROMISE : 87 RESULT : 6
[ 1: 1.114673] I/KERNEL (K 248): DRIME5 ASV : 6 Group
[ 1: 1.115254] I/KERNEL (K 248): PM: noirq restore of devices complete after 0.400 msecs
[ 1: 1.115503] I/KERNEL (K 248): PM: early restore of devices complete after 0.001 msecs
[ 1: 1.135314] I/SYS_BTLOG (K 248): dpm_resume start!
[ 1: 1.135412] I/KERNEL (K 248): read time 2016.05.12 00:40:04
[ 1: 1.135439] I/KERNEL (K 248): drime5-rtc drime5-rtc: resume(): set sys-clock to 2016-05-12 00:40:04 UTC (1463013604)
[ 1: 1.135573] I/KERNEL (K 248): pwm resueme:4
[ 1: 1.135579] I/KERNEL (K 248): pwm resueme:5
[ 1: 1.135584] I/KERNEL (K 248): pwm resueme:10
[ 1: 1.135652] I/KERNEL (K 248): display_control_resume started
[ 1: 1.135669] I/KERNEL (K 248): display send message 12 0
[ 1: 1.135726] I/KERNEL (K 248): hdmi hot plug event occur! [0]
[ 1: 1.135732] I/KERNEL (K 248): d5_pmu_ip_power_on_off: started[0]
[ 1: 1.136339] I/KERNEL (K 248): Registered led device: af
[ 1: 1.136408] I/KERNEL (K 248): Registered led device: card
[ 1: 1.136449] I/KERNEL (K 248): d5_pmu_ip_power_on_off: started[0]
[ 1: 1.149008] I/SYS_BTLOG (K 248): dpm_resume!(bma_2XX)(10ms)
[ 1: 1.149200] I/KERNEL (K 248): nau8822_resume.
[ 1: 1.173917] I/KERNEL (K 248): trying SW reset
[ 1: 1.213504] I/SYS_BTLOG (K 248): dpm_resume!(2-001a)(60ms)
[ 1: 1.214154] I/SYS_BTLOG (K 248): dpm_resume!(2-0048)(10ms)
[ 1: 1.247131] I/SYS_BTLOG (K 248): dpm_resume!(3-0025)(30ms)
[ 1: 1.253644] I/KERNEL (K 248): mmc_host mmc0: current voltage : 3.3v
[ 1: 1.253663] I/KERNEL (K 248): mmc_host mmc0: Bus speed (slot 0) = 12500000Hz (slot req 400000Hz, actual 390625HZ div = 16)
[ 1: 1.366790] I/KERNEL (K 248): mmc0: BKOPS_EN bit is not set
[ 1: 1.373629] I/KERNEL (K 248): mmc_host mmc0: current voltage : 1.8v
[ 1: 1.377535] I/KERNEL (K 248): mmc_host mmc0: Bus speed (slot 0) = 200000000Hz (slot req 400000Hz, actual 400000HZ div = 250)
[ 1: 1.377548] I/KERNEL (K 248): mmc_host mmc0: Bus speed (slot 0) = 200000000Hz (slot req 200000000Hz, actual 200000000HZ div = 0)
[ 1: 1.377924] I/KERNEL (K 248): dw_mmc_emmc dw_mmc_emmc.0: execute tuning sample phase : 0, 1, 0
[ 1: 1.378867] I/SYS_BTLOG (K 248): dpm_resume!(mmc0:0001)(130ms)
[ 1: 1.379028] I/SYS_BTLOG (K 248): dpm_resume end!
[ 1: 1.379039] I/KERNEL (K 248): PM: restore of devices complete after 243.600 msecs
[ 1: 1.443692] I/KERNEL (K 9): [d5-keys] ( mode_m) key disabled
[ 1: 1.443712] I/KERNEL (K 9): [d5-keys] ( mode_m) key disabled
[ 1: 1.444365] I/KERNEL (K 248): Restarting tasks ... done.
[ 1: 1.473734] I/KERNEL (K 9): d5_pmu_ip_power_on_off: started[0]
[ 1: 1.473800] I/KERNEL (K 9): m4_off_work_handler M4 Off
[ 1: 1.533973] I/KERNEL (K 248): EXT4-fs (mmcblk0p11): warning: mounting unchecked fs, running e2fsck is recommended
[ 1: 1.536462] I/KERNEL (K 248): EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: (null)
[ 1: 1.544826] I/KERNEL (K 248): EXT4-fs (mmcblk0p14): warning: maximal mount count reached, running e2fsck is recommended
[ 1: 1.545854] I/KERNEL (K 248): EXT4-fs (mmcblk0p14): mounted filesystem with ordered data mode. Opts: (null)
[ 1: 1.803446] I/KERNEL (K 264): display send message 10 0
[ 1: 1.803510] I/KERNEL (K 29): ignore flip:0 command when receive same flip state
[ 1: 1.921350] I/KERNEL (K 248): nau8822_write. reg[f] value[f9]
[ 1: 1.921747] I/KERNEL (K 248): nau8822_write. reg[10] value[f9]
[ 1: 1.932082] I/KERNEL (K 248): display send message 7 458759
[ 1: 2.093715] I/KERNEL (K 29): mipi_dsim0_rd_data: res=0x1c rx_data=0x17bc4191
[ 1: 2.199579] I/KERNEL (K 9): dw_mmc_sdcard dw_mmc_sdcard.0: generate sdcard insert event [inserted]
[ 1: 2.205257] I/KERNEL (K 5): mmc_host mmc2: current voltage : 3.3v
[ 1: 2.205293] I/KERNEL (K 5): mmc_host mmc2: Bus speed (slot 0) = 12500000Hz (slot req 400000Hz, actual 390625HZ div = 16)
[ 1: 2.283726] I/KERNEL (K 29): mipi_dsim0_rd_data: res=0x1c rx_data=0x3500081c
[ 1: 2.596401] I/KERNEL (K 5): mmc2: cannot verify signal voltage switch
[ 1: 2.603353] I/KERNEL (K 5): mmc_host mmc2: current voltage : 1.8v
[ 1: 2.717709] I/KERNEL (K 248): display send message 11 3
[ 1: 2.718067] I/KERNEL (K 29): :: d5_dp_mlcd_opu1_r2y_mode ( 553 ) : All matrices are set!
[ 1: 2.718082] I/KERNEL (K 29): :: d5_dp_mlcd_opu1_r2y_mode ( 556 ) : All offsets are set!
[ 1: 2.718089] I/KERNEL (K 29): :: d5_dp_mlcd_opu1_r2y_mode ( 559 ) : All ranges are set!
[ 1: 2.735136] I/KERNEL (K 248): display send message 6 1
[ 1: 2.735244] I/KERNEL (K 248): display send message 3 0
[ 1: 2.802531] I/KERNEL (K 5): dw_mmc_sdcard dw_mmc_sdcard.0: dw_mci_sdcard_post_command:sd switching error scenario
[ 1: 2.827738] I/KERNEL (K 248): == change_hdmi_store 80 hdmi_connect_state:0 ==
[ 1: 2.923358] I/KERNEL (K 5): dw_mmc_sdcard dw_mmc_sdcard.0: dw_mci_sdcard_post_command:sd switching error scenario
[ 1: 3.033733] I/KERNEL (K 5): mmc_host mmc2: Bus speed (slot 0) = 162000000Hz (slot req 400000Hz, actual 399014HZ div = 203)
[ 1: 3.033761] I/KERNEL (K 5): mmc_host mmc2: Bus speed (slot 0) = 162000000Hz (slot req 162000000Hz, actual 162000000HZ div = 0)
[ 1: 3.103786] I/KERNEL (K 5): dw_mmc_sdcard dw_mmc_sdcard.0: execute tuning sample phase : 0, 1, 0
[ 1: 3.163784] I/KERNEL (K 5): mmc2: new ultra high speed SDR104 SDHC card at SD32G 0x41 0x3432 0x0 0x7 0x3bd0000 162000000, 2015-4
[ 1: 3.203983] I/KERNEL (K 5): mmcblk1: mmc2:0007 SD32G 29.9 GiB
[ 1: 3.208645] I/KERNEL (K 5): mmcblk1:
[ 1: 3.771977] I/KERNEL (K 283): [EXFAT] trying to mount...
[ 1: 4.050474] I/KERNEL (K 248): wdt disabled.
[ 1: 6.217525] I/KERNEL (K 307): dw_mmc_sdio dw_mmc_sdio.0: store_sdio_node() ---------- 1
[ 1: 6.217525] I/KERNEL (K 307):
[ 1: 6.241386] I/KERNEL (K 5): mmc_host mmc1: current voltage : 3.3v
[ 1: 6.253762] I/KERNEL (K 5): mmc_host mmc1: Bus speed (slot 0) = 12500000Hz (slot req 400000Hz, actual 390625HZ div = 16)
[ 1: 6.278780] I/KERNEL (K 5): mmc1: cannot verify signal voltage switch
[ 1: 6.289717] I/KERNEL (K 5): mmc_host mmc1: current voltage : 1.8v
[ 1: 6.330271] I/KERNEL (K 5): mmc_host mmc1: Bus speed (slot 0) = 100000000Hz (slot req 400000Hz, actual 400000HZ div = 125)
[ 1: 6.330300] I/KERNEL (K 5): mmc_host mmc1: Bus speed (slot 0) = 100000000Hz (slot req 100000000Hz, actual 100000000HZ div = 0)
[ 1: 6.330317] I/KERNEL (K 5): dw_mmc_sdio dw_mmc_sdio.0: sdio tuning: sample 180 degree
[ 1: 6.336494] I/KERNEL (K 5): mmc1: new ultra high speed SDR50 SDIO card at 0x0 0x0 0x0 0x2 0x0 100000000, 0-0
[ 1: 6.476849] I/KERNEL (K 318): BT: Loading driver
[ 1: 7.446096] I/KERNEL (K 318): BT: FW download over, size 653112 bytes
[ 1: 7.943796] I/KERNEL (K 318): BT: firmware is activated(checked 10 times)
[ 1: 8.094223] I/KERNEL (K 318): BT: Driver loaded successfully
[ 1: 17.493421] I/KERNEL (K 287): setting wifi chip pid with signal
[ 1: 17.493454] I/KERNEL (K 287): wifi_chip_pid = 287
[ 1: 17.910013] I/KERNEL (K 57): cfg80211: Calling CRDA to update world regulatory domain
[ 1: 17.910087] I/KERNEL (K 57): cfg80211: World regulatory domain updated:
[ 1: 17.910097] I/KERNEL (K 57): cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 1: 17.910107] I/KERNEL (K 57): cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (2000 mBi, 0 mBm)
[ 1: 17.910116] I/KERNEL (K 57): cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (2000 mBi, 0 mBm)
[ 1: 17.910124] I/KERNEL (K 57): cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (2000 mBi, 0 mBm)
[ 1: 17.985411] I/KERNEL (K 393): wlan: Loading MWLAN driver
[ 1: 17.991758] I/KERNEL (K 393): vendor=0x02DF device=0x9135 class=0 function=1
[ 1: 18.000602] I/KERNEL (K 393): SDIO: max_segs=1024 max_seg_size=4096
[ 1: 18.008125] I/KERNEL (K 393): rx_work=0 cpu_num=1
[ 1: 18.040576] I/KERNEL (K 393): WLAN FW already running! Skip FW download
[ 1: 18.040627] I/KERNEL (K 393): WLAN FW is active
[ 1: 18.081711] I/KERNEL (K 320): fw_cap_info=0xff0b, dev_cap_mask=0xffffcbff
[ 1: 18.086519] I/KERNEL (K 57): cfg80211: Calling CRDA for country: US
[ 1: 18.086631] I/KERNEL (K 57): cfg80211: Regulatory domain changed to country: US
[ 1: 18.086642] I/KERNEL (K 57): cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 1: 18.086652] I/KERNEL (K 57): cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (3000 mBi, 0 mBm)
[ 1: 18.099053] I/KERNEL (K 393): wlan: Driver loaded successfully
[ 1: 18.195079] I/KERNEL (K 369): wlan: mlan0 START SCAN
[ 1: 18.430110] I/KERNEL (K 320): wlan: SCAN COMPLETED: scanned AP count=1
[ 1: 19.312944] I/KERNEL (K 369): wlan: mlan0 START SCAN
[ 1: 20.602567] I/KERNEL (K 320): wlan: SCAN COMPLETED: scanned AP count=8
[ 1: 33.161852] I/KERNEL (K 418): [sound/soc/drime/drime4-nau8822.c, fn:d4_nau8822_hw_params_dai0, 235] pll_out[12288000]
[ 1: 33.415959] I/KERNEL (K 419): [sound/soc/drime/drime4-nau8822.c, fn:d4_nau8822_hw_params_dai0, 235] pll_out[12288000]
[ 1: 33.979707] I/KERNEL (K 420): [sound/soc/drime/drime4-nau8822.c, fn:d4_nau8822_hw_params_dai0, 235] pll_out[12288000]
[ 1: 34.732776] I/KERNEL (K 421): [sound/soc/drime/drime4-nau8822.c, fn:d4_nau8822_hw_params_dai0, 235] pll_out[12288000]
[ 1: 35.293778] I/KERNEL (K 422): [sound/soc/drime/drime4-nau8822.c, fn:d4_nau8822_hw_params_dai0, 235] pll_out[12288000]
[ 1: 35.934130] I/KERNEL (K 423): [sound/soc/drime/drime4-nau8822.c, fn:d4_nau8822_hw_params_dai0, 235] pll_out[12288000]
[ 1: 36.238513] I/KERNEL (K 424): [sound/soc/drime/drime4-nau8822.c, fn:d4_nau8822_hw_params_dai0, 235] pll_out[12288000]
[ 1: 37.128007] I/KERNEL (K 425): [sound/soc/drime/drime4-nau8822.c, fn:d4_nau8822_hw_params_dai0, 235] pll_out[12288000]
[ 1: 37.746237] I/KERNEL (K 426): [sound/soc/drime/drime4-nau8822.c, fn:d4_nau8822_hw_params_dai0, 235] pll_out[12288000]
[ 1: 38.383501] I/KERNEL (K 427): [sound/soc/drime/drime4-nau8822.c, fn:d4_nau8822_hw_params_dai0, 235] pll_out[12288000]
[ 1: 39.279182] I/KERNEL (K 320): wlan: SCAN COMPLETED: scanned AP count=1
[ 1: 39.298123] I/KERNEL (K 369): wlan: Connected to bssid e4:XX:XX:XX:7b:4d successfully
[ 1: 39.308752] I/KERNEL (K 320): WMM get status: Error in processing TLV buffer
[ 1: 41.767071] I/KERNEL (K 369): wlan: mlan0 START SCAN
[ 1: 42.848327] I/KERNEL (K 320): wlan: SCAN COMPLETED: scanned AP count=7
[ 1: 44.734838] I/KERNEL (K 248): display send message 6 1
[ 1: 44.734932] I/KERNEL (K 248): display send message 3 0
[ 1: 48.092439] I/KERNEL (K 448): netlink: 20 bytes leftover after parsing attributes.
[ 1: 48.092464] I/KERNEL (K 448): netlink: 20 bytes leftover after parsing attributes.
[ 1: 48.092554] I/KERNEL (K 448): netlink: 20 bytes leftover after parsing attributes.
[ 1: 274.043723] I/KERNEL (K 263): EXT4-fs (mmcblk0p10): error count: 4
[ 1: 274.043757] I/KERNEL (K 263): EXT4-fs (mmcblk0p10): initial error at 1461420398: ext4_mb_generate_buddy:741
[ 1: 274.043771] I/KERNEL (K 263): EXT4-fs (mmcblk0p10): last error at 1462237320: ext4_mb_generate_buddy:741
TLDR - new persistent PID of di-camera-app is 248, keyscan also survives hibernation (works without bluetooth now) - we have a stable way to hack suspended image that is run on powering on the camera. :)
So, I did not pop out the battery but did a normal power-off/on via switch and the hibernation image is updated :) YAY!
... powered off ...
[root@drime5 ~]£
telnet> Connection closed.
... power on - power off - pop the battery out - power on ...
telnet 192.168.43.45
Trying 192.168.43.45...
Connected to 192.168.43.45.
Escape character is '^]'.
************************************************************
* SAMSUNG LINUX PLATFORM *
************************************************************
drime5 login: root
[root@drime5 ~]£ ps aux|grep di-camer
root 248 29.4 5.1 268748 26280 ? S<sl 09:46 0:21 /usr/apps/com.samsung.di-camera-app/bin/di-camera-app
root 471 0.0 0.1 2184 612 pts/0 S+ 09:47 0:00 grep di-camer
[root@drime5 ~]£ ps aux|grep keyscan
root 335 0.0 0.0 9076 312 ? Sl 09:46 0:00 /opt/usr/devel/scripts/keyscan /dev/event0 /dev/event1 /opt/usr/devel/scripts
root 473 0.0 0.1 2184 604 pts/0 S+ 09:47 0:00 grep keyscan
[root@drime5 ~]£ reboot
... reboot to cold boot it again just to be sure ...
telnet> Connection closed.
telnet 192.168.43.244
Trying 192.168.43.244...
Connected to 192.168.43.244.
Escape character is '^]'.
************************************************************
* SAMSUNG LINUX PLATFORM *
************************************************************
drime5 login: root
[root@drime5 ~]£ ps aux|grep "di-camera\|keyscan"
root 248 29.4 5.5 271076 28244 ? S<sl 09:48 0:24 /usr/apps/com.samsung.di-camera-app/bin/di-camera-app
root 335 0.0 0.0 9076 312 ? Sl 09:48 0:00 /opt/usr/devel/scripts/keyscan /dev/event0 /dev/event1 /opt/usr/devel/scripts
root 471 0.0 0.1 2184 640 pts/0 S+ 09:49 0:00 grep di-camera\|keyscan
That's awesome! Can you please write down the exact (minimal) steps to perform a hibernation image update. I didn't quite get it from the different posts above :(
Awesome!
Note: Some issues with saving state - not all programs, including keyscan, are saved to image :( I didn't save the original maps, that's why I posted this so someone with original one can check. This is the line hib_post.service:ExecStart=/bin/sh -c "/sbin/swapoff -a" I did recover again, PID is now 251. Redid it it's 248. I'm experimenting with systemd services to see what we can use.
Try to launch keyscan from the main partition not from /opt. My bet is that /opt is unmounted/remounted at some point, either before or after hibernation, and that kills keyscan.
Hibernation image refresh (for bitrate mod persistence across battery pulls): before hibernation image refresh: b4046000-b4048000 r-xp 00000000 b3:0a 11122 /usr/lib/libmmutil_movie.so.0.0.0 b4048000-b404f000 ---p 00002000 b3:0a 11122 /usr/lib/libmmutil_movie.so.0.0.0 b404f000-b4050000 rw-p 00001000 b3:0a 11122 /usr/lib/libmmutil_movie.so.0.0.0
after hibernation image refresh: b40df000-b40e1000 r-xp 00000000 b3:0a 11122 /usr/lib/libmmutil_movie.so.0.0.0 b40e1000-b40e8000 ---p 00002000 b3:0a 11122 /usr/lib/libmmutil_movie.so.0.0.0 b40e8000-b40e9000 rw-p 00001000 b3:0a 11122 /usr/lib/libmmutil_movie.so.0.0.0
ASLR is alive and well on the NX cameras.
I assumed as much (Tizen is supposed to have ASLR) and have begun working on a better bitrate mod method that is independent of ASLR.
I don't think it's ASLR, they are most likely just loaded after one additional program (so different pid) and are offset by 0x9000. I might be wrong, but I have a hunch just offsetting your addresses by 0x9000 (or having them relative to start of the lib) should work.
Hmmm.
From what I remember in Linux each program loads in its own virtual address space, and therefore its memory layout should be independent of load order.
But maybe I am wrong.
Maybe you could try to run again rescue mode to see if the addresses change again?
@ottokiksmaler mind pinging me on hangouts - I'd like to discuss something
... that explains a few things... : )
I will receive the burner some time this week - I hope - and am thinking about how to best achieve the subject. For the time being I feel that having working systemd hibernation/suspend wakeup services would be best because they would be inline with general GNU/Linux philosophy. BUT systemd says this is should be considered a hack, and we don't want that, do we? :-) and that there are nicer interfaces available. @ottokiksmaler Would you be able to change keyscan to take advantage of this? In fact I would propose splitting keyscan in two:
This way we could have (1) a very stable and small program to be integrated in the hibernation image (unlikely to require frequent changes, which is what we want because updating the hibernation image is still going to be comparatively a bit more dangerous), and (2) an easily update-able mod environment on /opt.
I would also suggest we stop supporting sdcard resident mods, and do a wholesale adoption of internal (/opt) mods.
Thoughts?