I haz a DROID + HTC Incredible Specifications

Keywords: #android #droid #htc #htc incredible #incredible

OK, they’ve made things completely muddy. But here’s the rub. The HTC Incredible has 512MB RAM, a 512MB or so “boot ROM” for the kernel and base OS, then you’ve got about 768MB set aside for installing user apps. There’s a further nearly 7GB left for user *data*. This is *IN* the phone. You can add an SD Card and get more data storage, but w/o hacking the phone you’re apparently stuck with “only” 768MB of app storage space (which is a lot, this is just the user apps and their static data)

I haven’t seen anyone claiming to have rooted it quite yet but it should be close.

The main CPU is apparently capable of 1Ghz but it’s clock speed varies wildly depending upon what the power management system wants it to do. You’ll never know it’s doing it though. Some have claimed that it’s throttled to ~700mhz max, but from the dmesg output thats a lie atleast for mine. It’s being allowed essentially it’s full speed ( 998400 KHz or 998.4 MHz — see the bit about “efuse data” below). The PM subsystem is being init-ed with a range of 245000 KHz to 998400 KHz on the main CPU once bootup is finished.

BUT IT ONLY SAYS IT HAS 413MB MEMORY

I know, thats because you’re probably losing some to the display.

You’ll notice the internal partition map (MTD table) is:

<5>[    4.024414] Creating 7 MTD partitions on "msm_nand":
<5>[    4.024444] 0x00001ff60000-0x000020000000 : "misc"
<5>[    4.025665] 0x000004240000-0x000004740000 : "recovery"
<5>[    4.031707] 0x000004740000-0x0000049c0000 : "boot"
<5>[    4.034912] 0x0000049c0000-0x0000141c0000 : "system"
<5>[    4.351074] 0x00001fec0000-0x00001ff60000 : "local"
<5>[    4.352233] 0x0000141c0000-0x0000169c0000 : "cache"
<5>[    4.403778] 0x0000169c0000-0x00001fec0000 : "datadata"

The sizes in bytes:


misc      -  503971840
recovery  -    5242880
boot      -    2621440
system    -  260046848
local     -     655360
cache     -   41943040
datadata  -  156237824
total     -  970719232

Which is actually closer to 9GB than 8GB.

df and mount output to help you understand where each of those are mapped to in the system…


$ df
df
/dev: 206952K total, 0K used, 206952K available (block size 4096)
/sqlite_stmt_journals: 4096K total, 0K used, 4096K available (block size 4096)
/system: 253952K total, 199636K used, 54316K available (block size 4096)
/data: 765992K total, 83980K used, 682012K available (block size 4096)
/data/data: 152576K total, 59988K used, 92588K available (block size 4096)
/cache: 198337K total, 5704K used, 192633K available (block size 1024)
/emmc: 6920512K total, 175872K used, 6744640K available (block size 32768)
/sdcard: 1928992K total, 90816K used, 1838176K available (block size 32768)
$ mount
mount
rootfs / rootfs ro 0 0
tmpfs /dev tmpfs rw,mode=755 0 0
devpts /dev/pts devpts rw,mode=600 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
tmpfs /sqlite_stmt_journals tmpfs rw,size=4096k 0 0
none /dev/cpuctl cgroup rw,cpu 0 0
/dev/block/mtdblock3 /system yaffs2 ro 0 0
/dev/block/mmcblk0p1 /data ext3 rw,nosuid,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/block/mtdblock6 /data/data yaffs2 rw,nosuid,nodev 0 0
/dev/block/mmcblk0p2 /cache ext3 rw,nosuid,nodev,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/block//vold/179:3 /emmc vfat rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block//vold/179:9 /sdcard vfat rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
$

And the full dmesg output (minus a couple of strategic edits to not give away like my BT MAC address…)


$ dmesg
dmesg
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.29-cc1c2268 (htc-kernel@and18-2) (gcc version 4.4.0 (GCC) ) #1 PREEMPT Thu Apr 1 16:04:31 CST 2010
[    0.000000] CPU: ARMv7 Processor [510f00f2] revision 2 (ARMv7), cr=10c5387f
[    0.000000] CPU: VIPT nonaliasing data cache, VIVT ASID tagged instruction cache
[    0.000000] Machine: incrediblec
[    0.000000] find the engineer tag
[    0.000000] parse_tag_engineerid: 0x4
[    0.000000] Ignoring unrecognised tag 0x4d534d71
[    0.000000] Ignoring unrecognised tag 0x4d534d72
[    0.000000] find the skuid tag
[    0.000000] parse_tag_skuid: hwid = 0x22202
[    0.000000] tag_panel_parsing: panel type = 0
[    0.000000] find the engineer tag
[    0.000000] parse_tag_engineerid: 0x4
[    0.000000] Ignoring unrecognised tag 0x4d534d76
[    0.000000] CAM_AWB_CAL Data size = 514 , 0x59504550, size = 2048
[    0.000000] Ignoring unrecognised tag 0x41387898
[    0.000000] BT Data size= 4, 0x43294329,38,e7,d8,xx,xx,xx,00,00,Memory policy: ECC disabled, Data cache writeback
[    0.000000] On node 0 totalpages: 105728
[    0.000000] free_area_init_node: node 0, pgdat c043ab74, node_mem_map c0548000
[    0.000000]   Normal zone: 874 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 104854 pages, LIFO batch:31
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 104854
[    0.000000] Kernel command line: board_incrediblec.disable_uart3=0 board_incrediblec.usb_h2w_sw=0 board_incrediblec.disable_sdcard=0 diag.enabled=0 board_incrediblec.debug_uart=0 smisize=0 userdata_sel=1  androidboot.baseband=1.00.03.04.06 androidboot.cid=VZW__001 androidboot.carrier=COMMON androidboot.mid=PB3120000 androidboot.keycaps=qwerty androidboot.mode=normal androidbo
[    0.000000] Unknown boot option `board_incrediblec.disable_uart3=0': ignoring
[    0.000000] Unknown boot option `board_incrediblec.usb_h2w_sw=0': ignoring
[    0.000000] smd_try_open(diag_set_enabled): 0
[    0.000000] smd_close((null))
[    0.000000] Unknown boot option `board_incrediblec.debug_uart=0': ignoring
[    0.000000] Unknown boot option `androidboot.baseband=1.00.03.04.06': ignoring
[    0.000000] Unknown boot option `androidboot.cid=VZW__001': ignoring
[    0.000000] Unknown boot option `androidboot.carrier=COMMON': ignoring
[    0.000000] Unknown boot option `androidboot.mid=PB3120000': ignoring
[    0.000000] Unknown boot option `androidboot.keycaps=qwerty': ignoring
[    0.000000] Unknown boot option `androidboot.bootloader=0.77.0000': ignoring
[    0.000000] Unknown boot option `androidboot.hardware=inc': ignoring
[    0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000610] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.023132] Memory: 232MB 181MB = 413MB total
[    0.023162] Memory: 413184KB available (3968K code, 1263K data, 128K init)
[    0.023559] Calibrating delay loop... 509.54 BogoMIPS (lpj=2547712)
[    0.249603] Mount-cache hash table entries: 512
[    0.250122] Initializing cgroup subsys debug
[    0.250122] Initializing cgroup subsys cpuacct
[    0.250122] Initializing cgroup subsys freezer
[    0.250152] CPU: Testing write buffer coherency: ok
[    0.251770] net_namespace: 1028 bytes
[    0.252166] regulator: core version 0.5
[    0.252349] NET: Registered protocol family 16
[    0.252868] incrediblec_init() revision=2, engineerid=4
[    3.918518] Max ACPU freq from efuse data is 998400 KHz
[    3.919097] Acquire 'boot-time' perf_lock
[    3.922607] YoYo--BD_ADDRESS=38:e7:d8:xx:xx:xx
[    3.924377] incrediblec_init_mmc()+
[    3.924804] incrediblec_init_mmc()-
[    3.929290] Acquire 'boot-time' readahead_lock
[    3.929534] bio: create slab <bio-0> at 0
[    3.930206] msm_i2c_probe
[    3.930328] msm_i2c_probe: clk_ctl 35d, 100000 Hz
[    3.931182] regulator: VDCDC1: 1000  1300 mV
[    3.931274] regulator: VDCDC2: 1260 mV
[    3.931396] regulator: VDCDC3: 800  3300 mV
[    3.931518] regulator: LDO1: 1000  3150 mV
[    3.931610] regulator: LDO2: 3300 mV
[    3.932464] Bluetooth: Core ver 2.15
[    3.932678] NET: Registered protocol family 31
[    3.932678] Bluetooth: HCI device and connection manager initialized
[    3.932708] Bluetooth: HCI socket layer initialized
[    3.933624] spi clk = 0x4800000
[    3.933624] spi: SPI_CONFIG=8f
[    3.933654] spi: SPI_IO_CONTROL=401
[    3.933654] spi: SPI_OPERATIONAL=85
[    3.933654] spi: SPI_ERROR_FLAGS_EN=7f
[    3.933685] spi: SPI_ERROR_FLAGS=7f
[    3.933685] -msm_spi_probe()
[    3.934020] NET: Registered protocol family 2
[    3.934173] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    3.934600] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    3.934936] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[    3.935058] TCP: Hash tables configured (established 16384 bind 16384)
[    3.935089] TCP reno registered
[    3.935272] NET: Registered protocol family 1
[    3.935760] Unpacking initramfs...Switched to high resolution mode on CPU 0
[    3.953735]  done
[    3.953826] Freeing initrd memory: 156K
[    3.954284] smd_init()
[    3.954284] smd_core_init()
[    3.954345] smd_core_init() done
[    3.954376] msm_init_last_radio_log: last radio log is 40000 bytes long
[    3.954498] smd_alloc_channel() cid=00 size=08192 'SMD_DS'
[    3.954620] smd_alloc_channel() cid=01 size=08192 'SMD_DIAG'
[    3.954711] smd_alloc_channel() cid=02 size=08192 'SMD_RPCCALL'
[    3.954803] smd_alloc_channel() cid=07 size=32768 'SMD_DATA1'
[    3.954895] smd_alloc_channel() cid=08 size=08192 'SMD_DATA2'
[    3.954956] smd_alloc_channel() cid=09 size=08192 'SMD_DATA3'
[    3.955047] smd_alloc_channel() cid=11 size=32768 'SMD_DATA5'
[    3.955139] smd_alloc_channel() cid=12 size=32768 'SMD_DATA6'
[    3.955230] smd_alloc_channel() cid=13 size=32768 'SMD_DATA7'
[    3.955322] smd_alloc_channel() cid=15 size=32768 'SMD_DATA9'
[    3.955383] smd_alloc_channel() cid=26 size=08192 'SMD_DATA20'
[    3.955474] smd_alloc_channel() cid=27 size=08192 'SMD_GPSNMEA'
[    3.955566] smd_alloc_channel() cid=40 size=08192 'DSP_DIAG'
[    3.955657] smd_alloc_v2: cid 41 does not exist
[    3.955688] smd_alloc_v1: cid 41 does not exist
[    3.955688] smd_alloc_channel() cid=42 size=08192 'DSP_DAL_AQ_VID'
[    3.955780] smd_alloc_channel() cid=43 size=08192 'DSP_DAL_AQ_AUD'
[    3.955871] smd_alloc_channel() cid=46 size=08192 'DSP_DAL00'
[    3.955963] smd_alloc_v2: cid 47 does not exist
[    3.955963] smd_alloc_v1: cid 47 does not exist
[    3.955993] smd_alloc_channel() cid=48 size=08192 'SMD_DAL_AM_AUD'
[    3.956054] smd_alloc_channel() cid=49 size=08192 'SMD_DAL00'
[    3.956146] smd_alloc_channel() cid=50 size=08192 'SMD_DATA5_CNTL'
[    3.956237] smd_alloc_channel() cid=51 size=08192 'SMD_DATA6_CNTL'
[    3.956329] smd_alloc_channel() cid=52 size=08192 'SMD_DATA7_CNTL'
[    3.957916] SMD: ch 2 0 -> 1
[    3.958068] SMD: ch 2 1 -> 2
[    3.958923] Acquire 'boot-time' halt_lock
[    3.959045] perflock_notifier_call: cpufreq lock speed 998400
[    3.959045] active perf lock 'boot-time'
[    3.959136] acpuclk_set_vdd_level got regulator
[    3.960357] amoled_init_panel
[    3.961334] Registered led device: lcd-backlight
[    3.980346] incrediblec_wifi_init: start
[    3.980560] capella_cm3602_probe: probe
[    3.980743] input: proximity as /devices/virtual/input/input0
[    3.981109] flashlight: enable flash_adj function
[    3.981201] Registered led device: flashlight
[    3.981201] flashlight_probe: The Flashlight Driver is ready
[    3.981445] H2W: htc_35mm_remote Registering H2W (headset) Driver
[    3.981475] Not support H2W power
[    3.984558] H2W route = 0
[    3.984710] H2W -> GPIO
[    3.984924] input: h2w headset as /devices/virtual/input/input1
[    3.985321] H2W: Registering H2W (headset) driver finish
[    3.985473] Audiojack: Registering in audiojack_probe
[    3.987365] atmega-microp 0-0066: microp version [04][17]
[    3.987884] Registered led device: amber
[    3.987976] Registered led device: green
[    3.993530] psensor_init_callback
[    4.001342] ashmem: initialized
[    4.002044] yaffs Apr  1 2010 16:03:25 Installing.
[    4.004516] alg: No test for stdrng (krng)
[    4.004608] io scheduler noop registered
[    4.004608] io scheduler anticipatory registered
[    4.004608] io scheduler deadline registered (default)
[    4.006164] msmfb_probe() installing 480 x 800 panel
[    4.006408] mdp_lcdc_probe: initialized
[    4.006530] tvenc_probe()
[    4.006683] tv detect on gpio 82 now 0
[    4.007751] msm_serial: detected port #0
[    4.007995] msm_serial.0: ttyMSM0 at MMIO 0xa9a00000 (irq = 64) is a MSM
[    4.008178] msm_serial: driver initialized
[    4.008270] msm_serial_hs module loaded
[    4.008331] BCM chip
[    4.008392] msm_serial_hs_bcm.0: ttyHS0 at MMIO 0xa0200000 (irq = 44) is a MSM HS UART
[    4.008666] msm_serial_hs module loaded
[    4.008728] pmem: 1 init
[    4.009338] pmem_adsp: 1 init
[    4.010101] pmem_camera: 1 init
[    4.010589] spi_bma150_probe: G-sensor connect with microP: start initial
[    4.011871] batt: A2M_RPC: get_batt_info: batt_id=1, batt_vol=4055, batt_temp=385, batt_current=0, level=100, charging_source=0, charging_enabled=0, full_bat=1300000, over_vchg=0 at 353455837 (1970-01-01 00:00:00.353425319 UTC)
[    4.013610] smd_alloc_v2: cid 41 does not exist
[    4.013641] smd_alloc_v1: cid 41 does not exist
[    4.013641] smd_alloc_v2: cid 47 does not exist
[    4.013641] smd_alloc_v1: cid 47 does not exist
[    4.021209] __spi_bma150_set_mode: BMA get into SLEEP mode!
[    4.021301] PPP generic driver version 2.4.2
[    4.021453] PPP Deflate Compression module registered
[    4.021484] PPP BSD Compression module registered
[    4.021972] PPP MPPE Compression module registered
[    4.021972] NET: Registered protocol family 24
[    4.022521] rmnet0 (): not using net_device_ops yet
[    4.022857] rmnet1 (): not using net_device_ops yet
[    4.023162] rmnet2 (): not using net_device_ops yet
[    4.023773] allocated dma buffer at ffa01000, dma_addr 3b26d000
[    4.023864] read CFG0 = aa5400c0, CFG1 = 6746a
[    4.023895] CFG0 = e85408c0, CFG1 = 6746a
[    4.023895] CFG0: cw/page=3 ud_sz=516 ecc_sz=10 spare_sz=0 num_addr_cycles=5
[    4.023986] NAND_READ_ID = 5500bcec
[    4.024139] status: c03120
[    4.024169] nandid: 5500bcec maker ec device bc
[    4.024230] CFG0: cw/page=3 ud_sz=512 ecc_sz=10 spare_sz=4
[    4.024322] DEV_CMD1: f00f3000
[    4.024383] NAND_EBI2_ECC_BUF_CFG: 1ff
[    4.024414] flash_id: 5500bcec size 20000000
[    4.024414] Creating 7 MTD partitions on "msm_nand":
[    4.024444] 0x00001ff60000-0x000020000000 : "misc"
[    4.025665] 0x000004240000-0x000004740000 : "recovery"
[    4.031707] 0x000004740000-0x0000049c0000 : "boot"
[    4.034912] 0x0000049c0000-0x0000141c0000 : "system"
[    4.351074] 0x00001fec0000-0x00001ff60000 : "local"
[    4.352233] 0x0000141c0000-0x0000169c0000 : "cache"
[    4.403778] 0x0000169c0000-0x00001fec0000 : "datadata"
[    4.585571] usb_probe() io=db86c000, irq=58, dma=ffa02000(3b278000)
[    4.586059] usb_function_register() 'adb'
[    4.586181] usb_function_register() 'usb_mass_storage'
[    4.586395] SMD: ch 40 0 -> 1
[    4.586456] SMD: ch 40 1 -> 2
[    4.586639] usb_function_register() 'diag'
[    4.586730] usb0 (): not using net_device_ops yet
[    4.587066] usb_function_register() 'ether'
[    4.587463] usb_function_register() 'modem'
[    4.587493] usb_function_register() 'nmea'
[    4.587493] usb_function_register() 'serial'
[    4.587829] usb_function_register() 'mtp_tunnel'
[    4.587829] usb_try_to_bind: functions bound. starting.
[    4.587860] usb_bind_func() 'usb_mass_storage'
[    4.588043] usb_mass_storage usb_mass_storage: Number of LUNs=2
[    4.588043] usb_bind_func() 'adb'
[    4.588348] usb_bind_func() 'diag'
[    4.588348] diag:diag_bind() db2778a0, db277aa0
[    4.588439] diag:diag_bind() allocated 4 rx and 4 tx requests
[    4.588745] usb_bind_func() 'serial'
[    4.588775] gs_bind:serial
[    4.588775] usb_bind_func() 'mtp_tunnel'
[    4.588775] mtp_tunnel_bind() db2778e0, db277b00
[    4.589111] usb_bind_func() 'ether'
[    4.589172] usb_bind_func() 'modem'
[    4.589202] gs_bind:modem
[    4.589202] usb_bind_func() 'nmea'
[    4.589202] gs_bind:nmea
[    4.589416] atmel_ts_init():
[    4.589477] hsusb: IDLE -> ONLINE
[    4.589569] hsusb: reset controller
[    4.589691] incrediblec_atmel_ts_power(1)
[    4.628875] CHG is low
[    4.628936] msm_hsusb_phy_reset
[    4.629791] Touch Message: 0x01 0x90 0x41 0xE5 0x91 0x00 0x00
[    4.629791] [1]CHG is low
[    4.630706] Touch Message: 0x0F 0x10 0x08 0x00 0x00 0x00 0x00
[    4.648834] [2]CHG is low
[    4.649749] Touch Message: 0x15 0x01 0x00 0x00 0x00 0x00 0x00
[    4.668853] [3]CHG is low
[    4.669738] Touch Message: 0x01 0x00 0x41 0xE5 0x91 0x00 0x00
[    4.688842] [2]CHG is high
[    4.690368] info block: 0x80 0x01 0x16 0xAB 0x12 0x0C 0x11
[    4.708892] Type: 05, Start: 00F2, Size:  9, Instance:  0, RD#:  0,  0
[    4.708953] ulpi: write 0x1d to 0x0d
[    4.708953] ulpi: write 0x1d to 0x10
[    4.709014] usb: notify offline
[    4.709045] mtp_tunnel_configure: 0
[    4.709075] usb: Get USB ID PIN, mfg_df_serialno: 000000000000,usb_switch_dummy_serial_num_by_GPIO,usb_id_pin_gpio 112
[    4.709075] usb: mfg_USB_ID_pin_status: 1, ID_Pin 1: 1,usb_switch_dummy_serial_num_by_GPIO
[    4.709106] do_set_config: new_config = 0, fsg->config = 0, usb_get_connect_type = 0
[    4.712066] usb: suspend
[    4.728881] Type: 06, Start: 00FB, Size:  6, Instance:  0, RD#:  1,  1
[    4.728912] hsusb: ONLINE -> OFFLINE
[    4.728973] mtp_tunnel_configure: 0
[    4.728973] msm_hsusb_phy_reset
[    4.729034] do_set_config: new_config = 0, fsg->config = 0, usb_get_connect_type = 0
[    4.748901] Type: 26, Start: 0101, Size:  8, Instance:  0, RD#:  0,  0
[    4.768890] Type: 07, Start: 0109, Size:  3, Instance:  0, RD#:  0,  0
[    4.788879] Type: 08, Start: 010C, Size:  8, Instance:  0, RD#:  0,  0
[    4.788940] usb_suspend_phy
[    4.808898] Type: 09, Start: 0114, Size: 1F, Instance:  0, RD#:  A,  2
[    4.828887] Type: 0F, Start: 0133, Size:  B, Instance:  0, RD#:  1,  C
[    4.848876] Type: 12, Start: 013E, Size:  2, Instance:  0, RD#:  0,  0
[    4.868896] Type: 13, Start: 0140, Size: 10, Instance:  0, RD#:  1,  D
[    4.888885] Type: 14, Start: 0150, Size:  C, Instance:  0, RD#:  1,  E
[    4.908874] Type: 16, Start: 015C, Size: 11, Instance:  0, RD#:  1,  F
[    4.928894] Type: 17, Start: 016D, Size:  F, Instance:  0, RD#:  1, 10
[    4.948883] Type: 18, Start: 017C, Size: 13, Instance:  0, RD#:  4, 11
[    4.968902] Type: 19, Start: 018F, Size:  E, Instance:  0, RD#:  1, 15
[    4.988861] Type: 1B, Start: 019D, Size:  7, Instance:  0, RD#:  1, 16
[    5.008880] Type: 1C, Start: 01A4, Size:  6, Instance:  0, RD#:  1, 17
[    5.028900] Type: 25, Start: 0070, Size: 82, Instance:  0, RD#:  0,  0
[    5.028930] finger_type: 2, max finger: 2
[    5.030792] CRC passed
[    5.030792] filter_level: 15, 60, 963, 1008
[    5.031036] input: atmel-touchscreen as /devices/virtual/input/input2
[    5.031250] atmel_qt602240 0-004a: Start touchscreen atmel-touchscreen in interrupt mode
[    5.031829] GPIO Input Driver: Start gpio inputs for incrediblec-keypad in interrupt mode
[    5.032043] input: incrediblec-keypad as /devices/virtual/input/input3
[    5.032318] dummy_keypad_init: dummy_keypad: initial running...
[    5.032470] input: dummy_keypad as /devices/virtual/input/input4
[    5.032806] input: lightsensor-level as /devices/virtual/input/input5
[    5.033020] set_ls_kvalue: ALS calibrated als_kadc=0x6da50066
[    5.033020] set_ls_kvalue: als_kadc=0x66, als_gadc=0xd2
[    5.033050] ls_table: data[0] , data[0] = 0, 0
[    5.033050] ls_table: data[1] , data[1] = 0, 4
[    5.033050] ls_table: data[2] , data[2] = 0, 7
[    5.033081] ls_table: data[3] , data[3] = 0, a
[    5.033081] ls_table: data[4] , data[4] = 0, 24
[    5.033081] ls_table: data[5] , data[5] = 0, 5a
[    5.033111] ls_table: data[6] , data[6] = 0, 9b
[    5.033111] ls_table: data[7] , data[7] = 0, b5
[    5.033111] ls_table: data[8] , data[8] = 1, b
[    5.033142] ls_table: data[9] , data[9] = 3, ff
[    5.038238] using input dev h2w headset for key reset
[    5.038269] using input dev incrediblec-keypad for key reset
[    5.038269] using input dev dummy_keypad for key reset
[    5.039215] curcial_oj_send_key: device not ready...
[    5.040100] curcial_oj_poweron: OJ power enable(1)
[    5.092712] OpticalJoystick Device ID: 0d
[    5.095764] OJ Driver: Revision : 02
[    5.098937] input: curcial-oj as /devices/virtual/input/input6
[    5.099090] using input dev curcial-oj for key reset
[    5.099151] OJ: driver loaded
[    5.099243] Linux video capture interface: v2.00
[    5.099426] msm_v4l2: msm_v4l2_init
[    5.099914] ov8810_probe called!
[    5.099975] Touch Status: 0x01 0x10 0x41 0xE5 0x91
[    5.101226] Touch Status: 0x01 0x00 0x41 0xE5 0x91
[    5.158843] ov8810_probe successed! rc = 0
[    5.158905] Ov8810: doing clk switch (ov8810)
[    5.168884] ov8810_sensor_probe, msm_camio_clk_rate_set 24000000
[    5.308868] ov8810_probe_read_id, ov8810_probe_init_sensor 1
[    5.309539] ov8810 model_id + ver = 0x8813
[    5.309539] ov8810_probe_read_id, Expected id=0x8810
[    5.309539] ov8810_probe_read_id, vreg_get vreg_af_actuator
[    5.309570]  ov8810_probe_init_sensor finishes
[    5.370300] [LSC calibration]  read AWB table 0xc1b
[    5.370300] [LSC calibration]  read AWB table 0x2e9
[    5.370330] [LSC calibration]  read AWB table 0x2a8
[    5.370330] [LSC calibration]  read AWB table 0x11cd
[    5.370330] [LSC calibration]  read AWB table 0xcdf8
[    5.370361] [LSC calibration]  read AWB table 0x0
[    5.370361] [LSC calibration]  read AWB table 0x0
[    5.370361] [LSC calibration]  read AWB table 0xaa6edc0c
[    5.370391] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370391] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370391] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370422] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370422] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370422] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370452] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370452] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370452] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370452] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370483] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370483] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370483] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370513] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370513] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370513] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370544] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370544] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370544] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370574] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370574] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370574] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370574] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370605] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370605] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370605] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370635] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370635] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370635] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370666] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370666] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370666] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370697] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370697] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370697] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370727] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370727] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370727] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370727] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370758] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370758] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370758] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370788] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370788] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370788] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370819] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370819] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370819] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370849] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370849] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370849] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370849] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370880] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370880] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370880] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370910] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370910] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370910] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370941] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370941] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370941] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370971] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370971] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370971] [LSC calibration]  read LSC table 0x0, 0x0
[    5.370971] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371002] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371002] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371002] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371032] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371032] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371032] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371063] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371063] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371063] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371093] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371093] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371093] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371093] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371124] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371124] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371124] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371154] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371154] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371154] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371185] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371185] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371185] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371215] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371215] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371215] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371246] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371246] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371246] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371246] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371276] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371276] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371276] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371307] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371307] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371307] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371337] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371337] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371337] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371368] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371368] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371368] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371368] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371398] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371398] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371398] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371429] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371429] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371429] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371459] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371459] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371459] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371490] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371490] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371490] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371520] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371520] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371520] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371520] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371551] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371551] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371551] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371582] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371582] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371582] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371612] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371612] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371612] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371643] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371643] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371643] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371643] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371673] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371673] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371673] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371704] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371704] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371704] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371734] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371734] [LSC calibration]  read LSC table 0x0, 0x0
[    5.371765] [LSC calibration]checksum fail
[    5.437225] [LSC calibration] use default LSC table done
[    5.459869] ov8810:kobject creat and add
[    5.459899] Ov8810:sysfs_create_file
[    5.459899] ov8810_sensor_probe: ov8810_probe_init_done 2515
[    5.461181] using rtc device, msm_rtc, for alarmsrs30000048:00010000 rs30000048:00010000: rtc core: registered msm_rtc as rtc0
[    5.461242] AKM8973 compass driver: init
[    5.462463] input: compass as /devices/virtual/input/input7
[    5.462799] a1026_init
[    5.462860] tpa6130 HP AMP: init
[    5.462921] tpa2018d1_init
[    5.462982] [SMB329]: Driver registration done
[    5.463226] device-mapper: uevent: version 1.0.3
[    5.463500] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: [email protected]
[    5.463562] Bluetooth: HCI UART driver ver 2.2
[    5.463592] Bluetooth: HCI H4 protocol initialized
[    5.463592] Bluetooth: HCILL protocol initialized
[    5.463623] perflock_notifier_call: cpufreq lock speed 998400
[    5.463623] active perf lock 'boot-time'
[    5.464324] mmc0: MMC_BUSCLK_PWRSAVE is enabled
[    5.464569] mmc0: Qualcomm MSM SDCC at 0x00000000a0300000 irq 24,0 dma 8
[    5.464599] mmc0: Platform slot type: Not defined
[    5.464599] mmc0: 4 bit data mode enabled
[    5.464630] mmc0: MMC clock 144000 -> 50000000 Hz, PCLK 64000000 Hz
[    5.464630] mmc0: Slot eject status = 1
[    5.464630] mmc0: Power save feature enable = 1
[    5.464660] mmc0: DM non-cached buffer at ffa04000, dma_addr 0x3b29e000
[    5.464660] mmc0: DM cmd busaddr 0x3b29e000, cmdptr busaddr 0x3b29e300
[    5.465118] msmsdcc_platform_status_irq: 115
[    5.465148] mmc1: Slot status change detected (0 -> 1)
[    5.465209] mmc1: MMC_BUSCLK_PWRSAVE is enabled
[    5.465301] incrediblec_sdslot_switchvdd: Disabling SD slot power
[    5.465606] mmc1: Qualcomm MSM SDCC at 0x00000000a0400000 irq 26,115 dma 8
[    5.465606] mmc1: Platform slot type: SD
[    5.465606] mmc1: 4 bit data mode enabled
[    5.465637] mmc1: MMC clock 144000 -> 50000000 Hz, PCLK 64000000 Hz
[    5.465637] mmc1: Slot eject status = 0
[    5.465637] mmc1: Power save feature enable = 1
[    5.465667] mmc1: DM non-cached buffer at ffa05000, dma_addr 0x3b29f000
[    5.465667] mmc1: DM cmd busaddr 0x3b29f000, cmdptr busaddr 0x3b29f300
[    5.466125] mmc2: No card detect facilities available
[    5.466125] mmc2: MMC_BUSCLK_PWRSAVE is enabled
[    5.513824] mmc2: Command timeout (cmd= 8 mci_st=00000004)
[    5.519683] mmc2: Command timeout (cmd= 5 mci_st=00000004)
[    5.525543] mmc2: Command timeout (cmd= 5 mci_st=00000004)
[    5.531372] mmc2: Command timeout (cmd= 5 mci_st=00000004)
[    5.537200] mmc2: Command timeout (cmd= 5 mci_st=00000004)
[    5.543090] mmc2: Command timeout (cmd=55 mci_st=00000004)
[    5.548950] mmc2: Command timeout (cmd=55 mci_st=00000004)
[    5.554840] mmc2: Command timeout (cmd=55 mci_st=00000004)
[    5.565551] incrediblec_sdslot_switchvdd: Setting level to 2900 (Success)
[    5.587615] mmc2: Command timeout (cmd=55 mci_st=00000004)
[    5.608673] mmc1: Command timeout (cmd= 5 mci_st=00000004)
[    5.614532] mmc1: Command timeout (cmd= 5 mci_st=00000004)
[    5.620361] mmc1: Command timeout (cmd= 5 mci_st=00000004)
[    5.626190] mmc1: Command timeout (cmd= 5 mci_st=00000004)
[    5.632965] incrediblec_sdslot_switchvdd: Setting level to 2800 (Success)
[    5.661590] mmc2: unrecognised EXT_CSD structure version 3
[    5.674407] mmc2: new high speed MMC card at address 0001
[    5.684722] mmcblk0: mmc2:0001 HYNIX  7.53 GiB
[    5.684906]  mmcblk0: p1 p2 p3
[    5.686676] mmc2: Qualcomm MSM SDCC at 0x00000000a0500000 irq 10,0 dma 8
[    5.686676] mmc2: Platform slot type: MMC
[    5.686676] mmc2: 4 bit data mode disabled
[    5.686706] mmc2: MMC clock 144000 -> 50000000 Hz, PCLK 64000000 Hz
[    5.686706] mmc2: Slot eject status = 0
[    5.686706] mmc2: Power save feature enable = 1
[    5.686737] mmc2: DM non-cached buffer at ffa06000, dma_addr 0x3b2a0000
[    5.686737] mmc2: DM cmd busaddr 0x3b2a0000, cmdptr busaddr 0x3b2a0300
[    5.687011] Registered led device: button-backlight
[    5.697814] logger: created 64K log 'log_main'
[    5.697906] logger: created 256K log 'log_events'
[    5.697967] logger: created 64K log 'log_radio'
[    5.698059] ram_console: got buffer at 3a00000, size 40000
[    5.698242] ram_console: found existing buffer, size 50493, start 50493
[    5.919860] console [ram0] enabled
[    5.995574] BtLinuxPort: btlinux_port_init: Loading BRCM rfcomm driver v1.01
[    5.995697] BtLinuxPort: btlinux_port_init: Registered btport chrdev, major number returned = 247
[    5.995971] BtLinuxPort: btlinux_register_ports: btlinux_register_ports -- add port: 0 up c052e940 up->port c052e940
[    5.996215] BtLinuxPort: btlinux_config_port:  btlinux_config_port
[    5.996429] BtLinuxPort: btlinux_type: not implemented
[    5.996520] ttySA0 at I/O 0x1 (irq = 0) is a not impl
[    5.996643] BtLinuxPort: btlinux_pm: not implemented
[    5.996856] BtLinuxPort: btlinux_set_mctrl: [USERSPACE --> KERNEL] mctrl 0, up c052e940, up->flag 0
[    5.997070] BtLinuxPort: set_mctrl - port is not opened
[    5.997192] BtLinuxPort: btlinux_pm: not implemented
[    5.997558] BtLinuxPort: btlinux_register_ports: btlinux_register_ports -- add port: 1 up c0536a34 up->port c0536a34
[    5.997680] BtLinuxPort: btlinux_config_port:  btlinux_config_port
[    5.997894] BtLinuxPort: btlinux_type: not implemented
[    5.998016] ttySA1 at I/O 0x1 (irq = 0) is a not impl
[    5.998229] BtLinuxPort: btlinux_pm: not implemented
[    5.998321] BtLinuxPort: btlinux_set_mctrl: [USERSPACE --> KERNEL] mctrl 0, up c0536a34, up->flag 0
[    5.998535] BtLinuxPort: set_mctrl - port is not opened
[    5.998779] BtLinuxPort: btlinux_pm: not implemented
[    5.998992] Error: Driver 'SMD_DIAG' is already registered, aborting...
[    5.999206] btlinux_port_init: Register driver fail
[    5.999420] BtLinuxPort: btlinux_port_init: Registered uart driver
[    5.999755] Netfilter messages via NETLINK v0.30.
[    5.999908] nf_conntrack version 0.5.0 (6608 buckets, 26432 max)
[    6.000305] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[    6.000396] nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
[    6.000640] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[    6.000946] xt_time: kernel timezone is -0000
[    6.001342] ip_tables: (C) 2000-2006 Netfilter Core Team
[    6.001525] TCP cubic registered
[    6.002014] NET: Registered protocol family 10
[    6.002624] lo: Disabled Privacy Extensions
[    6.003356] Mobile IPv6
[    6.003601] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    6.003875] IPv6 over IPv4 tunneling driver
[    6.004455] sit0: Disabled Privacy Extensions
[    6.005096] ip6tnl0: Disabled Privacy Extensions
[    6.005279] NET: Registered protocol family 17
[    6.005493] NET: Registered protocol family 15
[    6.005645] Bluetooth: L2CAP ver 2.13
[    6.005767] Bluetooth: L2CAP socket layer initialized
[    6.005981] Bluetooth: SCO (Voice Link) ver 0.6
[    6.006072] Bluetooth: SCO socket layer initialized
[    6.006866] Bluetooth: RFCOMM socket layer initialized
[    6.007019] Bluetooth: RFCOMM TTY layer initialized
[    6.007110] Bluetooth: RFCOMM ver 1.11
[    6.007324] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.007446] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    6.007812] ThumbEE CPU extension supported.
[    6.008331] clock_late_init() disabled 18 unused clocks
[    6.008697] [Port list] init()
[    6.008819] [Port list] Virtual Address for port_list: [f81c27b8]
[    6.008941] [Port list] Physical Address for port_list: [1C27B8]
[    6.009490] VFP support v0.3: implementor 51 architecture 0 part 0f variant 0 rev 1
[    6.011383] rs30000048:00010000 rs30000048:00010000: setting system clock to 2010-05-10 21:48:45 UTC (1273528125)
[    6.011749] Freeing init memory: 128K
[    6.011993] Warning: unable to open an initial console.
[    6.023193] mmc1: host does not support reading read-only switch. assuming write-enable.
[    6.023437] mmc1: new SD card at address aaaa
[    6.038635] mmcblk1: mmc1:aaaa SU02G 1.84 GiB
[    6.039031]  mmcblk1: p1
[    6.074462] yaffs: dev is 32505859 name is "mtdblock3"
[    6.074676] yaffs: passed flags ""
[    6.074798] yaffs: Attempting MTD mount on 31.3, "mtdblock3"
[    6.185302] yaffs: restored from checkpoint
[    6.185882] yaffs_read_super: isCheckpointed 1
[    6.186492] yaffs: dev is 32505861 name is "mtdblock5"
[    6.186706] yaffs: passed flags ""
[    6.186828] yaffs: Attempting MTD mount on 31.5, "mtdblock5"
[    6.188659] yaffs: restored from checkpoint
[    6.188934] yaffs_read_super: isCheckpointed 1
[    6.196594] EXT3-fs warning: checktime reached, running e2fsck is recommended
[    6.196899] kjournald starting.  Commit interval 5 seconds
[    6.198760] EXT3 FS on mmcblk0p1, internal journal
[    6.199096] EXT3-fs: mounted filesystem with ordered data mode.
[    6.351135] yaffs: dev is 32505862 name is "mtdblock6"
[    6.351348] yaffs: passed flags ""
[    6.351470] yaffs: Attempting MTD mount on 31.6, "mtdblock6"
[    6.404937] yaffs: restored from checkpoint
[    6.406188] yaffs_read_super: isCheckpointed 1
[    6.411315] save exit: isCheckpointed 1
[    6.411437] save exit: isCheckpointed 1
[    6.620819] kjournald starting.  Commit interval 5 seconds
[    6.625457] EXT3 FS on mmcblk0p2, internal journal
[    6.625793] EXT3-fs: recovery complete.
[    6.630554] EXT3-fs: mounted filesystem with ordered data mode.
[    6.643280] init: service 'console' requires console
[    6.676849] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[    6.694824] warning: `adbd' uses 32-bit capabilities (legacy support in use)
[    6.966491] SMD: ch 0 0 -> 1
[    6.966827] SMD: ch 0 1 -> 2
[    6.968811] SMD: ch 50 0 -> 1
[    6.968994] SMD: ch 50 1 -> 2
[    6.969116] qmi: smd opened
[    6.970184] qmi: ctl: wds use client_id 0x01
[    6.970794] SMD: ch 51 0 -> 1
[    6.971069] SMD: ch 51 1 -> 2
[    6.971252] qmi: smd opened
[    6.971557] SMD: ch 52 0 -> 1
[    6.971771] SMD: ch 52 1 -> 2
[    6.971893] qmi: smd opened
[    6.972961] qmi: ctl: wds use client_id 0x01
[    6.973785] qmi: ctl: wds use client_id 0x01
[    7.576873] htc-acoustic: open
[    7.578552] smd_alloc_v2: cid 41 does not exist
[    7.578674] smd_alloc_v1: cid 41 does not exist
[    7.578979] smd_alloc_v2: cid 47 does not exist
[    7.579315] smd_alloc_v1: cid 47 does not exist
[    7.582397] htc-acoustic: mmap
[    7.583282] htc-acoustic: ioctl
[    7.583618] htc-acoustic: ioctl: ACOUSTIC_UPDATE_ADIE called 60.
[    7.586364] htc-acoustic: ioctl: ONCRPC_UPDATE_ADIE_PROC success.
[    7.589141] htc-acoustic: release
[    7.592468] Audio: voice: stop
[    7.623229] batt: SMEM_BATT: get_batt_info: batt_id=1, batt_vol=4055, batt_temp=385, batt_current=0, level=100, charging_source=0, charging_enabled=0, full_bat=1300000, over_vchg=0 at 3965241780 (2010-05-10 21:48:47.111816431 UTC)
[    7.624023] Audio: SWITCH DEVICE 17306899, acdb 607
[    7.624267] audio: init: codecs
[    7.624420] SMD: ch 43 0 -> 1
[    7.624572] SMD: ch 43 1 -> 2
[    7.733642] dal_attach: status = 0, name = 'DAL_AQ_AUD'
[    7.733886] audio: init: INIT
[    7.734710] audio: init: OPEN control
[    8.336059] audio: init: attach ACDB
[    8.336303] SMD: ch 48 0 -> 1
[    8.336578] SMD: ch 48 1 -> 2
[    8.439056] dal_attach: status = 0, name = 'DAL_AM_AUD'
[    8.439331] audio: init: attach ADIE
[    8.439971] dal_attach: status = 0, name = 'DAL_AM_AUD'
[    8.440093] Audio: incrediblec_analog_init
[    8.463317] acdb: load 'default.acdb'
[    8.463439] misc msm_audio_ctl: firmware: requesting default.acdb
[    8.517761] Audio: SWITCH DEVICE 17306898, acdb 0
[    8.519500] init: untracked pid 79 exited
[    8.521942] Audio: incrediblec_get_rx_vol 0
[    8.522186] Audio: audio_rx_mute: dev_id 0x0108df3c, mute 0
[    8.535980] Audio: audio_rx_volume: dev_id 0x0108df3c, volume = 0
[    9.037933] batt: M2A_RPC: set_charging: 1 at 5379670491 (2010-05-10 21:48:48.526550317 UTC)
[    9.038299] Switch charger set control1
[    9.038421] Switch charger ON (SLOW)
[    9.047088] batt: M2A_RPC: cable_update: USB at 5388917316 (2010-05-10 21:48:48.535675073 UTC)
[    9.047454] batt: htc_cable_status_update: 0 -> 1
[    9.047576] msm_hsusb_set_vbus_state: 1
[    9.047821] hsusb: OFFLINE -> ONLINE
[    9.048004] hsusb: reset controller
[    9.078857] msm_hsusb_phy_reset
[    9.158477] ulpi: write 0x1d to 0x0d
[    9.158599] ulpi: write 0x1d to 0x10
[    9.158752] usb: notify offline
[    9.158996] do_set_config: new_config = 0, fsg->config = 0, usb_get_connect_type = 0
[    9.159851] init: sys_prop: permission denied uid:2000  name:adb.connected
[    9.160308] mtp_tunnel_configure: 0
[    9.160430] usb: Get USB ID PIN, mfg_df_serialno: 000000000000,usb_switch_dummy_serial_num_by_GPIO,usb_id_pin_gpio 112
[    9.160644] usb: mfg_USB_ID_pin_status: 1, ID_Pin 1: 1,usb_switch_dummy_serial_num_by_GPIO
[    9.163421] usb: suspend
[    9.178497] usb: not AC charger
[    9.178649] batt: Update SMEM: cable type 1
[    9.178863]  at 5520417565 (2010-05-10 21:48:48.667266874 UTC)
[    9.270172] usb: reset
[    9.270568] batt: Update SMEM: cable type 1
[    9.270904]  at 5612428064 (2010-05-10 21:48:48.759185820 UTC)
[    9.272460] usb: portchange USB_SPEED_HIGH
[    9.431213] usb: reset
[    9.433502] usb: portchange USB_SPEED_HIGH
[    9.645782] gs_configure done
[    9.645935] mtp_tunnel_configure: 1
[    9.646270] gs_configure done
[    9.646514] gs_configure done
[    9.646820] do_set_config: new_config = 1, fsg->config = 0, usb_get_connect_type = 1
[    9.647033] usb_mass_storage usb_mass_storage: config #1
[    9.647399] do_set_config: uevent = 1
[   10.465881] init: sys_prop: permission denied uid:2000  name:adb.connected
[   11.893920] SMD: ch 9 0 -> 1
[   11.894256] SMD: ch 9 1 -> 2
[   12.265930] [Port list] Add port [9734]
[   12.266052] [Port list] [1] = 9734
[   14.626129] msmfb: pan_update in state(1)
[   14.626129] msmfb: full update starting
[   14.673126] msmfb: full update completed
[   14.673400] msmfb: turning on panel
[   14.673522] lcdc_unblank: ()
[   14.673614] amoled_panel_unblank
[   14.678863] amoled_panel_unblank: last_val = 130
[   15.399322] msm_kgsl: initilized dev=1 mmu=on
[   15.399566] misc kgsl: firmware: requesting yamato_pm4.fw
[   15.402801] misc kgsl: firmware: requesting yamato_pfp.fw
[   15.403747] init: untracked pid 93 exited
[   15.408203] init: untracked pid 94 exited
[   24.922180] batt: SMEM_BATT: get_batt_info: batt_id=1, batt_vol=4058, batt_temp=385, batt_current=439, level=100, charging_source=1, charging_enabled=1, full_bat=1300000, over_vchg=0 at 21263947834 (2010-05-10 21:49:04.410766626 UTC)
[   24.922729] batt: SMEM_BATT: get_batt_info: batt_id=1, batt_vol=4058, batt_temp=385, batt_current=439, level=100, charging_source=1, charging_enabled=1, full_bat=1300000, over_vchg=0 at 21264527668 (2010-05-10 21:49:04.411346460 UTC)
[   24.923248] batt: SMEM_BATT: get_batt_info: batt_id=1, batt_vol=4058, batt_temp=385, batt_current=439, level=100, charging_source=1, charging_enabled=1, full_bat=1300000, over_vchg=0 at 21265015950 (2010-05-10 21:49:04.411834741 UTC)
[   24.947418] request_suspend_state: wakeup (3->0) at 21288972248 (2010-05-10 21:49:04.436004662 UTC)
[   25.260650] Audio: incrediblec_get_rx_vol -300
[   25.260894] Audio: audio_rx_mute: dev_id 0x0108df3c, mute 0
[   25.262207] Audio: audio_rx_volume: dev_id 0x0108df3c, volume = -300
[   26.130859] capella_cm3602_open
[   26.131042] capella_cm3602_ioctl cmd 2
[   26.133941] capella_cm3602_disable
[   26.134155] capella_cm3602_disable: already disabled
[   26.136505] capella_cm3602_ioctl cmd 1
[   26.136901] lightsensor_ioctl value = 1
[   26.137298] lightsensor_enable
[   26.471679] ALS value: 0xE, level: 2 #
[   33.343322] led_ril_status_value = 0
[   33.343597] led_ril_status_value = 0
[   36.737274] pcm_out: open
[   36.737518] batt: SMEM_BATT: get_batt_info: batt_id=1, batt_vol=4137, batt_temp=381, batt_current=457, level=100, charging_source=1, charging_enabled=1, full_bat=1300000, over_vchg=0 at 33079377546 (2010-05-10 21:49:14.945509790 UTC)
[   36.738006] Audio: _audio_rx_clk_enable: device 0x01081513, group 0
[   36.738128] Audio: _audio_rx_clk_enable: icodec_rx_clk_refcount = 1
[   36.738433] Audio: _audio_rx_clk_enable: icodec_rx_clk enabled
[   36.738708] acdb: 864 bytes for device 607, rate 48000.
[   36.756408] Audio: open out d4eab500
[   36.878509] Audio: incrediblec_speaker_enable 1
[   40.436889] Disable TTY
[   41.453155] Audio: d4eab500: close
[   41.483276] Audio: incrediblec_speaker_enable 0
[   41.530395] Audio: _audio_rx_clk_disable: group 0
[   41.530517] Audio: _audio_rx_clk_disable: icodec_rx_clk_refcount = 0
[   41.530761] Audio: _audio_rx_clk_disable: icodec_rx_clk disabled
[   41.530914] pcm_out: release
[   45.151031] ALS value: 0xA, level: 1 #
[   45.625823] ALS value: 0xA, level: 1 #
[   45.907653] [Port list] Add port [16650]
[   45.907958] [Port list] [1] = 9734
[   45.908172] [Port list] [2] = 16650
[   50.851898] ALS value: 0xA, level: 1 #
[   51.319702] ALS value: 0xE, level: 2 #
[   53.928863] Release 'boot-time' readahead_lock
[   63.918853] Release 'boot-time' perf_lock
[   63.958831] Release 'boot-time' halt_lock
[   64.918701] perflock_notifier_call: cpufreq recover policy 245000 998400
[   72.536804] wds: 0022 @ ff
[   73.955139] wds: 0020 @ 01
[   73.955566] qmi: wds: network start failed (000e)
[   73.956115] wds: 0022 @ ff
[   73.956512] qmi: wds: DISCONNECTED
[   75.470825] wds: 0020 @ 01
[   75.471252] qmi: wds: got handle 0x01c3a9a8
[   75.471801] wds: 0022 @ ff
[   75.472534] qmi: wds: CONNECTED
[   75.473419] wds: 0020 @ 01
[   75.473815] qmi: wds: network start failed (001a)
[   75.474578] wds: 002d @ 01
[   75.474945] qmi: got network profile
[   75.476074] rmnet_open()
[   75.476470] SMD: ch 11 0 -> 1
[   75.477264] SMD: ch 11 1 -> 2
[   86.238555] rmnet0: no IPv6 routers present
[   86.359161] capella_cm3602_ioctl cmd 1
[   86.359588] lightsensor_ioctl value = 0
[   86.360290] lightsensor_disable
[   93.364227] request_suspend_state: sleep (0->3) at 89705781355 (2010-05-10 21:50:11.572249292 UTC)
[   93.364501] [R] early_suspend start
[   93.370819] __spi_bma150_set_mode: BMA get into SLEEP mode!
[   93.371032] curcial_oj_early_suspend: enter
[   93.395812] sleep_stat.0: 0s 0 0s 0 0 0 0 (2010-05-10 21:50:11.603804468 UTC)
[   93.408691] lcdc_blank: ()
[   93.408843] amoled_panel_blank
[   93.459442] msmfb: pan_update in state(4)
[   93.459442] msmfb: drawing while asleep
[   93.729431] atmel_ts_suspend():
[   93.733978] tvenc_enable_amplifier(0)
[   93.734375] lcdc_suspend: suspending
[   94.019226] batt: M2A_RPC: level_update: 100 at 90360902203 (2010-05-10 21:50:12.227248070 UTC)
[   94.020599] batt: SMEM_BATT: get_batt_info: batt_id=1, batt_vol=4160, batt_temp=389, batt_current=457, level=100, charging_source=1, charging_enabled=0, full_bat=1300000, over_vchg=0 at 90362397564 (2010-05-10 21:50:12.228621361 UTC)
[   94.021087] batt: SMEM_BATT: get_batt_info: batt_id=1, batt_vol=4160, batt_temp=389, batt_current=457, level=100, charging_source=1, charging_enabled=0, full_bat=1300000, over_vchg=0 at 90362946881 (2010-05-10 21:50:12.229109642 UTC)
[   94.021575] batt: SMEM_BATT: get_batt_info: batt_id=1, batt_vol=4160, batt_temp=389, batt_current=457, level=100, charging_source=1, charging_enabled=0, full_bat=1300000, over_vchg=0 at 90363435162 (2010-05-10 21:50:12.229597923 UTC)
[   94.027313] batt: batt:power_supply_changed: battery at 90369080913 (2010-05-10 21:50:12.235304710 UTC)
[   94.071258] save exit: isCheckpointed 1
[   94.245513] save exit: isCheckpointed 1
[   94.682678] [R] early_suspend end
$

</bio-0>