[HELP] Bootloop Problem - General Questions and Answers

First of all, I must say that I'm quite new to this community. I've been messing around with kernels, but suddenly my device refuse to boot. I've tried resetting every single partition thats available and formatting data through TWRP. I also tried re-installing official fastboot ROM from en.miui.com that reset everything. Including boot.img and recovery.img. However, nothing seem to make any progress.
The symptoms of my problem are as follows:
1. Phone turns on; splash screen is displayed.
2. it stays there for a couple of second before displaying the couple first boot animation frames.
3. it freezes while the boot animation is running.
4. then it restarts itself and the whole process is repeated.
This actually happened to me not too long ago, but it came back to life just after a simple "battery unplug". However, this time it presist. Even after a full format of EVERYTHING in my phone. Luckly, there's none of my important data in there.
I then retrieved my log file through twrp. Here's what i got at the end of my log file:
Code:
<13>[ 3.523346] init: (Initializing SELinux non-enforcing took 0.04s.)
<13>[ 3.525498] init: init second stage started!
<13>[ 3.529071] init: Running restorecon...
<11>[ 3.568153] init: waitpid failed: No child processes
<13>[ 3.568577] init: (Loading properties from /default.prop took 0.00s.)
<11>[ 3.569064] init: /init.rc: 13: invalid keyword 'setcon'
<11>[ 3.569192] init: /init.rc: 61: invalid keyword 'load_all_props'
<11>[ 3.569300] init: could not import file '/init.recovery.logd.rc' from '/init.rc': No such file or directory
<13>[ 3.569427] init: (Parsing /init.recovery.usb.rc took 0.00s.)
<13>[ 3.569488] init: (Parsing /init.recovery.service.rc took 0.00s.)
<11>[ 3.569520] init: could not import file '/init.recovery.vold_decrypt.rc' from '/init.rc': No such file or directory
<13>[ 3.569742] init: (Parsing /init.recovery.qcom.rc took 0.00s.)
<13>[ 3.569757] init: (Parsing /init.rc took 0.00s.)
<5>[ 3.569862] audit: type=1400 audit(11.620:3): avc: denied { setcheckreqprot } for pid=1 comm="init" scontext=u:r:init:s0 tcontext=u:object_r:kernel:s0 tclass=security permissive=1
<13>[ 3.569934] init: Starting service 'ueventd'...
<13>[ 3.570353] init: Waiting for /dev/.coldboot_done...
<13>[ 3.571800] ueventd: ueventd started!
<6>[ 3.605035] FG: get_prop_capacity: loading batt profile, return last soc 99
<6>[ 3.625762] FG: get_prop_capacity: loading batt profile, return last soc 99
<13>[ 3.979764] ueventd: Coldboot took 0.41s.
<13>[ 3.984123] init: Waiting for /dev/.coldboot_done took 0.41s.
<7>[ 3.986624] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<7>[ 3.987824] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts
<7>[ 3.989003] SELinux: initialized (dev functionfs, type functionfs), uses genfs_contexts
<5>[ 3.990202] audit: type=1400 audit(12.043:4): avc: denied { mounton } for pid=1 comm="init" path="/dev/usb-ffs/adb" dev="functionfs" ino=119 scontext=u:r:init:s0 tcontext=u:object_r:functionfs:s0 tclass=dir permissive=1
<6>[ 3.990243] ffs_data_put(): freeing
<3>[ 3.990494] enable_store: android_usb: already disabled
<13>[ 3.990912] init: (Loading properties from /system/build.prop took 0.00s.)
<13>[ 3.990949] init: (Loading properties from /vendor/build.prop took 0.00s.)
<13>[ 3.990981] init: (Loading properties from /factory/factory.prop took 0.00s.)
<11>[ 3.991030] fs_mgr: Cannot open file /fstab.qcom
<11>[ 3.991046] init: unable to read fstab /fstab.qcom: No such file or directory
<13>[ 3.991090] init: (Loading properties from /data/local.prop took 0.00s.)
<11>[ 3.991119] init: Unable to open persistent property directory "/data/property": No such file or directory
<13>[ 3.991667] init: Starting service 'set_permissive'...
<13>[ 3.992082] init: Starting service 'recovery'...
<13>[ 3.992380] init: Starting service 'ldconfigtxt'...
<13>[ 3.992850] init: write_file: Unable to open '/dev/cpuset/foreground/cpus': No such file or directory
<13>[ 3.992897] init: write_file: Unable to open '/dev/cpuset/foreground/boost/cpus': No such file or directory
<13>[ 3.992935] init: write_file: Unable to open '/dev/cpuset/background/cpus': No such file or directory
<13>[ 3.992973] init: write_file: Unable to open '/dev/cpuset/system-background/cpus': No such file or directory
<13>[ 3.993018] init: write_file: Unable to open '/dev/cpuset/top-app/cpus': No such file or directory
<5>[ 3.993072] random: permissive.sh urandom read with 86 bits of entropy available
<5>[ 3.993075] random: recovery urandom read with 86 bits of entropy available
<13>[ 3.993330] init: Starting service 'adbd'...
<6>[ 3.993938] msm_thermal:store_cc_enabled Core control disabled
<6>[ 3.994286] mode_store: bcl disabled
<6>[ 3.994371] hotplug_mask_store: bcl hotplug mask updated to 0
<6>[ 3.994418] hotplug_soc_mask_store: bcl soc hotplug mask updated to 0
<6>[ 3.994456] FG: get_prop_capacity: loading batt profile, return last soc 99
<6>[ 3.995388] mode_store: bcl enabled
<6>[ 3.997232] read descriptors
<6>[ 3.997250] read strings
<6>[ 3.998712] msm_thermal:store_cc_enabled Core control enabled
<6>[ 3.999004] mode_store: bcl disabled
<6>[ 3.999074] hotplug_mask_store: bcl hotplug mask updated to 12
<6>[ 3.999115] hotplug_soc_mask_store: bcl soc hotplug mask updated to 8
<6>[ 3.999154] FG: get_prop_capacity: loading batt profile, return last soc 99
<6>[ 3.999598] mode_store: bcl enabled
<13>[ 3.999842] init: write_file: Unable to write to '/proc/sys/kernel/sched_downmigrate': Invalid argument
<5>[ 4.001100] audit: type=1400 audit(12.053:5): avc: denied { write } for pid=388 comm="touch" name="sbin" dev="rootfs" ino=6900 scontext=u:r:recovery:s0 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=1
<5>[ 4.001144] audit: type=1400 audit(12.053:6): avc: denied { add_name } for pid=388 comm="touch" name="ld.config.txt" scontext=u:r:recovery:s0 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=1
<5>[ 4.001188] audit: type=1400 audit(12.053:7): avc: denied { create } for pid=388 comm="touch" name="ld.config.txt" scontext=u:r:recovery:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=1
<5>[ 4.001266] audit: type=1400 audit(12.053:8): avc: denied { write } for pid=388 comm="touch" path="/sbin/ld.config.txt" dev="rootfs" ino=1256 scontext=u:r:recovery:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=1
<13>[ 4.002502] init: Service 'ldconfigtxt' (pid 388) exited with status 0
<5>[ 4.009764] audit: type=1400 audit(12.060:9): avc: denied { write } for pid=396 comm="setenforce" name="enforce" dev="selinuxfs" ino=4 scontext=u:r:recovery:s0 tcontext=u:object_r:selinuxfs:s0 tclass=file permissive=1
<13>[ 4.011933] init: Service 'set_permissive' (pid 386) exited with status 0
<4>[ 4.013950] drv2604_firmware_load : firmware not found,use default settings.
<11>[ 4.049875] init: avc: denied { set } for property=twrp.crash_counter pid=387 uid=0 gid=0 scontext=u:r:recovery:s0 tcontext=u:object_r:default_prop:s0 tclass=property_service permissive=1
<3>[ 4.109934] <CORE> smem:rpm:rpm_requests[1:2] xprt_single_threaded_tx: Error -28 writing data
<3>[ 4.110070] <CORE> smem:rpm:rpm_requests[1:2] xprt_single_threaded_tx: Error -28 writing data
<3>[ 4.110206] <CORE> smem:rpm:rpm_requests[1:2] xprt_single_threaded_tx: Error -28 writing data
<5>[ 4.588221] synaptics_rmi4_sensor_report: spontaneous reset detected
<5>[ 4.684448] audit: type=1400 audit(12.736:10): avc: denied { create } for pid=387 comm="recovery" name="mtab" scontext=u:r:recovery:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=1
<6>[ 4.697873] EXT4-fs (sda12): recovery complete
<6>[ 4.697893] EXT4-fs (sda12): mounted filesystem with ordered data mode. Opts:
<7>[ 4.697916] SELinux: initialized (dev sda12, type ext4), uses xattr
<6>[ 4.697932] SELinux: Context u:object_r:mnt_vendor_file:s0 is not valid (left unmapped).
<6>[ 4.711393] EXT4-fs (sda13): recovery complete
<6>[ 4.711413] EXT4-fs (sda13): mounted filesystem with ordered data mode. Opts:
<7>[ 4.711433] SELinux: initialized (dev sda13, type ext4), uses xattr
<6>[ 4.721093] EXT4-fs (sda14): recovery complete
<6>[ 4.721112] EXT4-fs (sda14): mounted filesystem with ordered data mode. Opts:
<7>[ 4.721132] SELinux: initialized (dev sda14, type ext4), uses xattr
<6>[ 4.750194] EXT4-fs (sda14): mounted filesystem with ordered data mode. Opts:
<7>[ 4.750226] SELinux: initialized (dev sda14, type ext4), uses xattr
<6>[ 4.784490] EXT4-fs (sde39): mounted filesystem without journal. Opts:
<7>[ 4.784543] SELinux: initialized (dev sde39, type ext4), uses xattr
<6>[ 4.794826] EXT4-fs (sde38): mounted filesystem without journal. Opts:
<7>[ 4.794875] SELinux: initialized (dev sde38, type ext4), uses xattr
<6>[ 4.794910] SELinux: Context u:object_r:vendor_file:s0 is not valid (left unmapped).
<6>[ 4.809113] SELinux: Context u:object_r:network_watchlist_data_file:s0 is not valid (left unmapped).
<6>[ 4.809323] SELinux: Context u:object_r:textclassifier_data_file:s0 is not valid (left unmapped).
<6>[ 4.813600] SELinux: Context u:object_r:update_engine_log_data_file:s0 is not valid (left unmapped).
<6>[ 4.814065] SELinux: Context u:object_r:wm_trace_data_file:s0 is not valid (left unmapped).
<6>[ 4.816872] SELinux: Context u:object_r:incident_data_file:s0 is not valid (left unmapped).
<6>[ 4.817438] SELinux: Context u:object_r:stats_data_file:s0 is not valid (left unmapped).
<6>[ 4.818887] SELinux: Context u:object_r:trace_data_file:s0 is not valid (left unmapped).
<6>[ 4.820577] SELinux: Context u:object_r:vendor_data_file:s0 is not valid (left unmapped).
<6>[ 4.821804] SELinux: Context u:object_r:tombstone_wifi_data_file:s0 is not valid (left unmapped).
<6>[ 4.825785] SELinux: Context u:object_r:wpa_data_file:s0 is not valid (left unmapped).
<6>[ 4.826118] SELinux: Context u:object_r:hostapd_data_file:s0 is not valid (left unmapped).
<6>[ 4.860460] SELinux: Context u:object_r:fingerprint_vendor_data_file:s0 is not valid (left unmapped).
<6>[ 4.897685] SELinux: Context u:object_r:storaged_data_file:s0 is not valid (left unmapped).
<7>[ 4.915536] SELinux: initialized (dev sde35, type vfat), uses genfs_contexts
<6>[ 4.930176] EXT4-fs (sda12): mounted filesystem with ordered data mode. Opts:
<7>[ 4.930241] SELinux: initialized (dev sda12, type ext4), uses xattr
<6>[ 5.181804] FG: get_prop_capacity: loading batt profile, return last soc 99
<11>[ 5.789189] init: avc: denied { set } for property=sys.usb.config pid=387 uid=0 gid=0 scontext=u:r:recovery:s0 tcontext=u:object_r:system_radio_prop:s0 tclass=property_service permissive=1
<3>[ 5.789724] dwc3 6a00000.dwc3: ep0out: Unable to dequeue while in LPM
<6>[ 5.791610] mtp_bind_config
<6>[ 5.838362] EXT4-fs (sde39): mounted filesystem without journal. Opts:
<7>[ 5.838420] SELinux: initialized (dev sde39, type ext4), uses xattr
<4>[ 6.594007] audit_printk_skb: 531 callbacks suppressed
<5>[ 6.594064] audit: type=1400 audit(1544633104.340:188): avc: denied { read write } for pid=426 comm="recovery" name="mtp_usb" dev="tmpfs" ino=15189 scontext=u:r:recovery:s0 tcontext=u:object_r:mtp_device:s0 tclass=chr_file permissive=1
<5>[ 6.594201] audit: type=1400 audit(1544633104.340:189): avc: denied { open } for pid=426 comm="recovery" path="/dev/mtp_usb" dev="tmpfs" ino=15189 scontext=u:r:recovery:s0 tcontext=u:object_r:mtp_device:s0 tclass=chr_file permissive=1
<6>[ 6.594256] mtp_open
<5>[ 6.598416] audit: type=1400 audit(1544633104.344:190): avc: denied { read } for pid=426 comm="recovery" name="media" dev="sda14" ino=1395361 scontext=u:r:recovery:s0 tcontext=u:object_r:media_rw_data_file:s0 tclass=dir permissive=1
<5>[ 6.598552] audit: type=1400 audit(1544633104.344:191): avc: denied { open } for pid=426 comm="recovery" path="/data/media" dev="sda14" ino=1395361 scontext=u:r:recovery:s0 tcontext=u:object_r:media_rw_data_file:s0 tclass=dir permissive=1
<5>[ 6.598967] audit: type=1400 audit(1544633104.344:192): avc: denied { getattr } for pid=426 comm="recovery" path="/data/media" dev="sda14" ino=1395361 scontext=u:r:recovery:s0 tcontext=u:object_r:media_rw_data_file:s0 tclass=dir permissive=1
<5>[ 10.405497] random: nonblocking pool is initialized
<6>[ 11.121590] of_batterydata_get_best_profile: a1_atl found
<6>[ 12.054328] FG: fg_batt_profile_init: Battery profile not same, clearing data
<6>[ 14.162783] FG: get_prop_capacity: loading batt profile, return last soc 99
<6>[ 14.163578] FG: get_prop_capacity: loading batt profile, return last soc 99
<5>[ 14.981843] audit: type=1400 audit(1544633112.730:193): avc: denied { read } for pid=387 comm="recovery" scontext=u:r:recovery:s0 tcontext=u:r:recovery:s0 tclass=netlink_kobject_uevent_socket permissive=1
<6>[ 15.012520] FG: get_prop_capacity: loading batt profile, return last soc 99
<6>[ 15.013021] FG: get_prop_capacity: loading batt profile, return last soc 99
<6>[ 15.015172] FG: get_prop_capacity: loading batt profile, return last soc 99
<6>[ 15.015706] FG: get_prop_capacity: loading batt profile, return last soc 99
<6>[ 15.016153] FG: get_prop_capacity: loading batt profile, return last soc 99
<3>[ 15.081192] msm-usb-ssphy-qmp 7410000.ssphy: QMP PHY initialization timeout
<3>[ 15.081271] msm-usb-ssphy-qmp 7410000.ssphy: USB3_PHY_PCS_STATUS:69696969
<6>[ 15.081554] msm-dwc3 6a00000.ssusb: DWC3 exited from low power mode
<6>[ 15.279496] android_work: android_work: sent uevent USB_STATE=CONNECTED
<6>[ 15.306046] android_usb gadget: high-speed config #1: 66bf0c8.android_usb
<6>[ 15.306476] msm-dwc3 6a00000.ssusb: Avail curr from USB = 500
<6>[ 15.307078] FG: get_prop_capacity: loading batt profile, return last soc 99
<6>[ 15.308538] FG: get_prop_capacity: loading batt profile, return last soc 99
<6>[ 15.360394] android_work: android_work: sent uevent USB_STATE=CONFIGURED
<6>[ 17.188434] FG: fg_batt_profile_init: Battery SOC: 82, V: 4110693uV
<6>[ 29.173731] FG: soc_work_fn: adjust_soc: s 82 r 192626 i -136260 v 4221319 t 285
<6>[ 48.447759] EXT4-fs (sde38): mounted filesystem without journal. Opts:
<7>[ 48.447794] SELinux: initialized (dev sde38, type ext4), uses xattr
<6>[ 49.119820] EXT4-fs (sde39): mounted filesystem without journal. Opts:
<7>[ 49.119854] SELinux: initialized (dev sde39, type ext4), uses xattr
<6>[ 49.228534] FG: soc_work_fn: adjust_soc: s 82 r 192626 i -136260 v 4221319 t 285
<6>[ 49.368692] EXT4-fs (sde38): mounted filesystem without journal. Opts:
<7>[ 49.368727] SELinux: initialized (dev sde38, type ext4), uses xattr
<7>[ 49.757427] SELinux: initialized (dev sde35, type vfat), uses genfs_contexts
<6>[ 50.081666] EXT4-fs (sda12): mounted filesystem with ordered data mode. Opts:
<7>[ 50.081699] SELinux: initialized (dev sda12, type ext4), uses xattr
<6>[ 69.280324] FG: soc_work_fn: adjust_soc: s 82 r 185424 i -124816 v 4222692 t 287
<6>[ 89.333668] FG: soc_work_fn: adjust_soc: s 82 r 191894 i -141753 v 4233526 t 285
<6>[ 109.387047] FG: soc_work_fn: adjust_soc: s 82 r 191894 i -141753 v 4233526 t 285
<6>[ 129.440299] FG: soc_work_fn: adjust_soc: s 82 r 191894 i -141905 v 4236120 t 285
<6>[ 149.493760] FG: soc_work_fn: adjust_soc: s 82 r 187133 i -141295 v 4237493 t 285
<6>[ 169.547246] FG: soc_work_fn: adjust_soc: s 83 r 187133 i -141295 v 4237493 t 285
<6>[ 189.600279] FG: soc_work_fn: adjust_soc: s 83 r 180297 i -142211 v 4238714 t 287
<6>[ 209.653574] FG: soc_work_fn: adjust_soc: s 83 r 184692 i -142058 v 4238714 t 287
<6>[ 229.707022] FG: soc_work_fn: adjust_soc: s 83 r 184692 i -142058 v 4238714 t 290
<6>[ 249.760250] FG: soc_work_fn: adjust_soc: s 84 r 191406 i -140685 v 4238714 t 290
<6>[ 269.813554] FG: soc_work_fn: adjust_soc: s 84 r 186645 i -137328 v 4238103 t 292
<6>[ 289.867179] FG: soc_work_fn: adjust_soc: s 84 r 186645 i -137328 v 4238103 t 292
<5>[ 300.903686] audit: type=1400 audit(1544633398.650:194): avc: denied { read } for pid=387 comm="recovery" name="/" dev="sde35" ino=1 scontext=u:r:recovery:s0 tcontext=u:object_r:vfat:s0 tclass=dir permissive=1
<5>[ 300.903714] audit: type=1400 audit(1544633398.650:195): avc: denied { open } for pid=387 comm="recovery" path="/firmware" dev="sde35" ino=1 scontext=u:r:recovery:s0 tcontext=u:object_r:vfat:s0 tclass=dir permissive=1
<5>[ 301.914814] audit: type=1400 audit(1544633399.660:196): avc: denied { getattr } for pid=387 comm="recovery" path="/firmware/image/data.msc" dev="sde35" ino=137 scontext=u:r:recovery:s0 tcontext=u:object_r:vfat:s0 tclass=file permissive=1
<6>[ 309.920528] FG: soc_work_fn: adjust_soc: s 84 r 185424 i 55083 v 4196600 t 295
<6>[ 329.973595] FG: soc_work_fn: adjust_soc: s 84 r 182983 i -141600 v 4238714 t 297
<6>[ 350.026950] FG: soc_work_fn: adjust_soc: s 84 r 182983 i -141600 v 4238714 t 297
<6>[ 370.080360] FG: soc_work_fn: adjust_soc: s 84 r 178344 i -142363 v 4240392 t 300
<6>[ 390.136894] FG: soc_work_fn: adjust_soc: s 84 r 178344 i -142363 v 4240392 t 300
<6>[ 410.187239] FG: soc_work_fn: adjust_soc: s 84 r 161499 i -141600 v 4241308 t 300
<6>[ 430.240222] FG: soc_work_fn: adjust_soc: s 85 r 159057 i -141600 v 4241766 t 300
<6>[ 450.293799] FG: soc_work_fn: adjust_soc: s 85 r 159057 i -141600 v 4241766 t 302
<6>[ 470.346808] FG: soc_work_fn: adjust_soc: s 85 r 159057 i -141905 v 4242528 t 302
<6>[ 490.400247] FG: soc_work_fn: adjust_soc: s 85 r 156982 i 37688 v 4213384 t 305
<6>[ 510.453593] FG: soc_work_fn: adjust_soc: s 85 r 156982 i 37688 v 4213384 t 305
<6>[ 530.507006] FG: soc_work_fn: adjust_soc: s 85 r 158813 i -141600 v 4243597 t 305
<6>[ 550.560363] FG: soc_work_fn: adjust_soc: s 85 r 154907 i -140685 v 4243749 t 305
<5>[ 563.384221] audit: type=1400 audit(1544633661.130:197): avc: denied { write } for pid=387 comm="recovery" name="media" dev="sda14" ino=1395361 scontext=u:r:recovery:s0 tcontext=u:object_r:media_rw_data_file:s0 tclass=dir permissive=1
<5>[ 563.384246] audit: type=1400 audit(1544633661.130:198): avc: denied { add_name } for pid=387 comm="recovery" name="recovery.log" scontext=u:r:recovery:s0 tcontext=u:object_r:media_rw_data_file:s0 tclass=dir permissive=1
<5>[ 563.384307] audit: type=1400 audit(1544633661.130:199): avc: denied { create } for pid=387 comm="recovery" name="recovery.log" scontext=u:r:recovery:s0 tcontext=u:object_r:media_rw_data_file:s0 tclass=file permissive=1
<5>[ 563.391292] audit: type=1400 audit(1544633661.137:200): avc: denied { write open } for pid=387 comm="recovery" path="/data/media/recovery.log" dev="sda14" ino=1395366 scontext=u:r:recovery:s0 tcontext=u:object_r:media_rw_data_file:s0 tclass=file permissive=1
<5>[ 563.391389] audit: type=1400 audit(1544633661.137:201): avc: denied { getattr } for pid=387 comm="recovery" path="/data/media/recovery.log" dev="sda14" ino=1395366 scontext=u:r:recovery:s0 tcontext=u:object_r:media_rw_data_file:s0 tclass=file permissive=1
<5>[ 563.391532] audit: type=1400 audit(1544633661.137:202): avc: denied { ioctl } for pid=426 comm="recovery" path="/dev/mtp_usb" dev="tmpfs" ino=15189 ioctlcmd=4d03 scontext=u:r:recovery:s0 tcontext=u:object_r:mtp_device:s0 tclass=chr_file permissive=1
<5>[ 563.391862] audit: type=1400 audit(1544633661.137:203): avc: denied { setattr } for pid=387 comm="recovery" name="recovery.log" dev="sda14" ino=1395366 scontext=u:r:recovery:s0 tcontext=u:object_r:media_rw_data_file:s0 tclass=file permissive=1
<5>[ 563.391908] audit: type=1400 audit(1544633661.137:204): avc: denied { relabelfrom } for pid=387 comm="recovery" name="recovery.log" dev="sda14" ino=1395366 scontext=u:r:recovery:s0 tcontext=u:object_r:media_rw_data_file:s0 tclass=file permissive=1
<5>[ 563.391930] audit: type=1400 audit(1544633661.137:205): avc: denied { relabelto } for pid=387 comm="recovery" name="recovery.log" dev="sda14" ino=1395366 scontext=u:r:recovery:s0 tcontext=u:object_r:media_rw_data_file:s0 tclass=file permissive=1
I'll be delighted if someone with more experience in this field can help me out with this.
Thanks in advance.

Zyr0 said:
First of all, I must say that I'm quite new to this community. I've been messing around with kernels, but suddenly my device refuse to boot. I've tried resetting every single partition thats available and formatting data through TWRP. I also tried re-installing official fastboot ROM from en.miui.com that reset everything. Including boot.img and recovery.img. However, nothing seem to make any progress.
The symptoms of my problem are as follows:
1. Phone turns on; splash screen is displayed.
2. it stays there for a couple of second before displaying the couple first boot animation frames.
3. it freezes while the boot animation is running.
4. then it restarts itself and the whole process is repeated.
This actually happened to me not too long ago, but it came back to life just after a simple "battery unplug". However, this time it presist. Even after a full format of EVERYTHING in my phone. Luckly, there's none of my important data in there.
I then retrieved my log file through twrp. Here's what i got at the end of my log file:
I'll be delighted if someone with more experience in this field can help me out with this.
Thanks in advance.
Click to expand...
Click to collapse
Don't post logs directly to the thread, upload the logs to something like pastebin then link the log here. Upload your log then come back here to edit your post to remove the extremely long log that you posted then post the link to where you uploaded the log, anyone reading this thread can click your link to read your log, instead of taking up so much of the page here.
Sent from my LGL84VL using Tapatalk

Related

Lack of a Feature Complete Kernel for 32A Magic for AOSP Gingerbread [FIXED SOD?]

I don't have the skills to complete to solve this problem, but I thought I would put this together for any developers to look at.
Currently for 32A (Rogers) Magics, there isn't a custom kernel out there that I would consider 'perfected'.
1) SebastianFM/Carz12 2.6.32 kernel
* deep-sleep lock up bug, most obvious when airplane mode is turned on
2) Flykernel 2.6.29 kernel
* bluetooth pairs, but file transfer and other functionality fails
3) Old radio kernels (AOSP line)
I experience a high occurrence of random reboots going with new builds of old radio kernels. For some reason, the Magic can't be clocked as high as from HTC based kernels (1, 2).
There is another Hero kernel we could try porting which should share our radio stack:
http://forum.xda-developers.com/showthread.php?t=765701
But I am not confident in the quality of our compatible board files for the 2.6.3x kernel, since the Magic's last official HTC kernel shipped with the 2.6.29 board files that I ported into Flykernel.
Edit:
Sleep of death on carz kernel seems to be fixed!
http://forum.xda-developers.com/showpost.php?p=28687916&postcount=17
I also try to hero-kernel-2635, but touchscreen can't respond, adb ok, USB seem ok.
Those sensors are easy to fix. Just build the appropriate drivers for those. They might be missing from the sources.
Compare the .config
Which source were you able to boot from?
https://github.com/riemervdzee/hero-kernel-2.6.35
get sapphire and qdsp5_comp files from fly 2.6.29, and etc.
I try touchscreen driver from Ezterry biff testing kernel source, but still no response.
biff testing kernel , anaother .35 kernel,boot ok ,but more error……
We already have a 2.6.35 carz Kernel, which is quite good.
Cronnicery has also made his own kernel Cronmod, based on the lastest carz kernel.
So I think we don't need an extra Kernel, perhaps you can build a 3.0 kernel for ICS development.
ziyouwa said:
https://github.com/riemervdzee/hero-kernel-2.6.35
get sapphire and qdsp5_comp files from fly 2.6.29, and etc.
I try touchscreen driver from Ezterry biff testing kernel source, but still no response.
biff testing kernel , anaother .35 kernel,boot ok ,but more error……
Click to expand...
Click to collapse
I don't understand the code. Usually I slap things together and hope for them to work and fix all the compiler reported problems, so I expected the driver to plug and play nice together.
Sounds good that you got the 2.6.35 to boot though.
If we can get a feature complete kernel, we can move together with Hero devs for their ports, be it ICS or whatever, at least for new radio. We already have ROM cooks who do that, but our ROMs are turning out to have the bugs that I mentioned, which sucks
Does someone know if the stock Rogers kernel bluetooth works with AOSP Gingerbread ROMs? Maybe we should just work off that instead of the Hero kernels or the Cyangeonmod kernels.
carz kernel power manager has problem, Cronnicery kernel is 2.6.29, bluetooth is error.
2.6.35 or 2.6.29,very upset.
I get synaptics_i2c_rmi.c .h from ezterry kernel source,and edit board-sapphire.c as it, but... dmesg as below, Pls help me fix touchscreen. :
Code:
<6>[ 0.000000] Initializing cgroup subsys cpu
<5>[ 0.000000] Linux version 2.6.35.14-Las_Venturas-1.2 ([email protected]) (gcc version 4.4.3 (GCC) ) #24 PREEMPT Tue Jul 3 14:24:35 CST 2012
<4>[ 0.000000] CPU: ARMv6-compatible processor [4117b362] revision 2 (ARMv6TEJ), cr=00c5387f
<4>[ 0.000000] CPU: VIPT aliasing data cache, VIPT aliasing instruction cache
<4>[ 0.000000] Machine: sapphire
<7>[ 0.000000] find the smi tag
<7>[ 0.000000] parse_tag_smi: smi size = 32
<7>[ 0.000000] find the hwid tag
<7>[ 0.000000] parse_tag_hwid: hwid = 0x1
<7>[ 0.000000] find the skuid tag
<7>[ 0.000000] parse_tag_skuid: hwid = 0x21401
<7>[ 0.000000] find the engineer tag
<7>[ 0.000000] parse_tag_engineerid: 0x2
<4>[ 0.000000] sapphire_fixup:bank size=0xc600000
<7>[ 0.000000] find the smi tag
<7>[ 0.000000] parse_tag_smi: smi size = 32
<7>[ 0.000000] find the hwid tag
<7>[ 0.000000] parse_tag_hwid: hwid = 0x1
<7>[ 0.000000] find the skuid tag
<7>[ 0.000000] parse_tag_skuid: hwid = 0x21401
<7>[ 0.000000] tag_panel_parsing: panel type = 0
<7>[ 0.000000] find the engineer tag
<7>[ 0.000000] parse_tag_engineerid: 0x2
<6>[ 0.000000] AKM Data size = 1018 , 0x89768976, size = 4064
<4>[ 0.000000] Ignoring unrecognised tag 0x41387898
<4>[ 0.000000] Memory policy: ECC disabled, Data cache writeback
<7>[ 0.000000] On node 0 totalpages: 53248
<7>[ 0.000000] free_area_init_node: node 0, pgdat c053ec90, node_mem_map c05f8000
<7>[ 0.000000] Normal zone: 464 pages used for memmap
<7>[ 0.000000] Normal zone: 0 pages reserved
<7>[ 0.000000] Normal zone: 52784 pages, LIFO batch:15
<4>[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 52784
<5>[ 0.000000] Kernel command line: board_sapphire.disable_uart3=0 board_sapphire.usb_h2w_sw=0 board_sapphire.disable_sdcard=0 smisize=32 androidboot.baseband=6.35.16.19 androidboot.cid=TIM__401 androidboot.carrier=TIM-Italy androidboot.mid=SAPP10000 androidboot.keycaps=qwerty androidboot.mode=normal androidboot.serialno=HT961KF11026 androidboot.bootloader=1.76.2007 no_console_suspend=1 console=null
<6>[ 0.000000] board_bootloader_setup: 1.76.2007
<6>[ 0.000000] board_bootloader_setup: default ENG BUILD
<6>[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
<6>[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
<6>[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
<6>[ 0.000000] Memory: 198MB 10MB = 208MB total
<5>[ 0.000000] Memory: 204852k/204852k available, 8140k reserved, 0K highmem
<5>[ 0.000000] Virtual kernel memory layout:
<5>[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
<5>[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
<5>[ 0.000000] DMA : 0xffa00000 - 0xffe00000 ( 4 MB)
<5>[ 0.000000] vmalloc : 0xcf000000 - 0xf8000000 ( 656 MB)
<5>[ 0.000000] lowmem : 0xc0000000 - 0xce800000 ( 232 MB)
<5>[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
<5>[ 0.000000] .init : 0xc0008000 - 0xc0029000 ( 132 kB)
<5>[ 0.000000] .text : 0xc0029000 - 0xc0509000 (4992 kB)
<5>[ 0.000000] .data : 0xc050a000 - 0xc053f2a0 ( 213 kB)
<6>[ 0.000000] NR_IRQS:266
<7>[ 0.000000] sapphire_init_irq()
<6>[ 0.000000] Calibrating delay loop... 478.41 BogoMIPS (lpj=2392064)
<6>[ 0.250061] pid_max: default: 32768 minimum: 301
<4>[ 0.250518] Mount-cache hash table entries: 512
<6>[ 0.251281] Initializing cgroup subsys ns
<6>[ 0.251342] Initializing cgroup subsys cpuacct
<6>[ 0.251373] Initializing cgroup subsys freezer
<6>[ 0.251373] Initializing cgroup subsys net_cls
<6>[ 0.251403] Initializing cgroup subsys timer_slack
<6>[ 0.251464] CPU: Testing write buffer coherency: ok
<6>[ 0.255493] NET: Registered protocol family 16
<3>[ 0.255645] gpiochip_add: gpios 513..513 (generic) failed to register
<4>[ 0.255676] Trying to install chained interrupt handler for IRQ81
<4>[ 1.325592] is_sapphire_gpiov20=0
<4>[ 1.326385] sapphire_is_5M_camera=0
<6>[ 1.426361] acpu_clock_init()
<6>[ 1.427337] ACPU running at 480000 KHz
<6>[ 1.428100] ram_console: got buffer at 7a0000, size 20000
<6>[ 1.428466] ram_console: found existing buffer, size 47566, start 47566
<6>[ 1.783752] console [ram-1] enabled
<4>[ 1.787200] is_sapphire_gpiov20=0
<4>[ 1.787475] ------------[ cut here ]------------
<4>[ 1.787811] WARNING: at /work/android/kernel/sapphire-kernel-2.6.35.orig/drivers/gpio/gpiolib.c:103 gpio_ensure_requested+0x54/0x10c()
<4>[ 1.788574] autorequest GPIO-1
<4>[ 1.789031] Modules linked in:
<4>[ 1.789550] Backtrace:
<4>[ 1.790161] [<c002d6f4>] (dump_backtrace+0x0/0x114) from [<c03f8e14>] (dump_stack+0x18/0x1c)
<4>[ 1.790649] r7:00000009 r6:00000067 r5:c01f8ad4 r4:ce217f18
<4>[ 1.791961] [<c03f8dfc>] (dump_stack+0x0/0x1c) from [<c00640f4>] (warn_slowpath_common+0x54/0x6c)
<4>[ 1.792480] [<c00640a0>] (warn_slowpath_common+0x0/0x6c) from [<c00641b0>] (warn_slowpath_fmt+0x38/0x40)
<4>[ 1.792968] r9:00000000 r8:00000000 r7:00000000 r6:00000001 r5:c051d64c
<4>[ 1.794464] r4:c056eb08
<4>[ 1.795257] [<c0064178>] (warn_slowpath_fmt+0x0/0x40) from [<c01f8ad4>] (gpio_ensure_requested+0x54/0x10c)
<4>[ 1.795745] r3:00000001 r2:c04bc314
<4>[ 1.796539] [<c01f8a80>] (gpio_ensure_requested+0x0/0x10c) from [<c01f8d40>] (gpio_direction_output+0x84/0x16c)
<4>[ 1.797058] r7:00000001 r6:60000013 r5:c056eb08 r4:c051d64c
<4>[ 1.798370] [<c01f8cbc>] (gpio_direction_output+0x0/0x16c) from [<c000e420>] (sapphire_init+0x17c/0x1c4)
<4>[ 1.798889] [<c000e2a4>] (sapphire_init+0x0/0x1c4) from [<c000a7a8>] (customize_machine+0x20/0x2c)
<4>[ 1.799407] r5:c0025400 r4:c000a788
<4>[ 1.800170] [<c000a788>] (customize_machine+0x0/0x2c) from [<c00293bc>] (do_one_initcall+0x64/0x1c0)
<4>[ 1.800689] [<c0029358>] (do_one_initcall+0x0/0x1c0) from [<c0008488>] (kernel_init+0xb4/0x170)
<4>[ 1.801208] r9:00000000 r8:00000000 r7:00000013 r6:c0067b24 r5:c0025400
<4>[ 1.802490] r4:c0024dfc
<4>[ 1.803527] [<c00083d4>] (kernel_init+0x0/0x170) from [<c0067b24>] (do_exit+0x0/0x6b4)
<4>[ 1.803802] r5:c00083d4 r4:00000000
<4>[ 1.804870] ---[ end trace 1b75b31a2719ed1c ]---
<4>[ 1.817687] bio: create slab <bio-0> at 0
<6>[ 1.819458] msm_i2c_probe
<6>[ 1.820312] msm_i2c_probe: clk_ctl 35d, 100000 Hz
<6>[ 1.823486] Bluetooth: Core ver 2.15
<6>[ 1.823883] NET: Registered protocol family 31
<6>[ 1.824401] Bluetooth: HCI device and connection manager initialized
<6>[ 1.824676] Bluetooth: HCI socket layer initialized
<6>[ 1.825714] Switching to clocksource gp_timer
<6>[ 1.828735] NET: Registered protocol family 2
<6>[ 1.829681] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
<6>[ 1.830963] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
<6>[ 1.832153] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
<6>[ 1.832733] TCP: Hash tables configured (established 8192 bind 8192)
<6>[ 1.833251] TCP reno registered
<6>[ 1.833557] UDP hash table entries: 256 (order: 0, 4096 bytes)
<6>[ 1.834075] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
<6>[ 1.834777] NET: Registered protocol family 1
<6>[ 1.836425] RPC: Registered udp transport module.
<6>[ 1.836730] RPC: Registered tcp transport module.
<6>[ 1.837036] RPC: Registered tcp NFSv4.1 backchannel transport module.
<6>[ 1.837799] Unpacking initramfs...
<6>[ 1.868408] Freeing initrd memory: 144K
<6>[ 1.869567] [SMD]smd_init()
<6>[ 1.869842] [SMD]smd_core_init()
<6>[ 1.870117] [SMD]phy addr of smd_info.state=0x1F023D8
<6>[ 1.870758] [SMD]smd_core_init() done
<3>[ 1.871032] msm_init_last_radio_log: could not retrieve SMEM_CLKREGIM_BSP
<3>[ 1.871643] _smem_log_init: no power log or log_idx allocated, smem_log disabled
<6>[ 1.872467] [SMD]smd_alloc_channel() cid=02 size=08192 'SMD_RPCCALL'
<6>[ 1.874084] [SMD]SMD: ch 2 0 -> 1
<6>[ 1.874420] [SMD]smd_alloc_channel() cid=11 size=08192 'SMD_DATA5'
<6>[ 1.875183] [SMD]smd_alloc_channel() cid=12 size=08192 'SMD_DATA6'
<6>[ 1.875640] [SMD]smd_alloc_channel() cid=13 size=08192 'SMD_DATA7'
<6>[ 1.876708] [SMD]smd_alloc_channel() cid=17 size=08192 'SMD_DATA11'
<6>[ 1.877288] [SMD]smd_alloc_channel() cid=38 size=08192 'SMD_DATA5_CNTL'
<6>[ 1.878021] [SMD]smd_alloc_channel() cid=39 size=08192 'SMD_DATA6_CNTL'
<6>[ 1.878479] [SMD]smd_alloc_channel() cid=40 size=08192 'SMD_DATA7_CNTL'
<6>[ 1.879028] [SMD]SMD: ch 2 1 -> 2
<6>[ 1.891967] Acquire 'boot-time' no_halt_lock 60s
<4>[ 1.893218] sapphire_init_panel:machine_is_sapphire=1, machine_arch_type=1729, MACH_TYPE_SAPPHIRE=1729
<7>[ 1.893798] get_smi_size=32
<6>[ 1.895324] [DISP]mdp_probe: initialized
<7>[ 1.896606] Registered led device: lcd-backlight
<3>[ 1.897613] sapphire_rfkill_probe: Could not request gpio: 0
<6>[ 1.904876] RPC_TIME_TOD_SET_APPS_BASES:
<6>[ 1.904876] tick = 438088
<6>[ 1.904907] stamp = 0
<6>[ 1.939300] [BATT] M2A_RPC: cable_update: USB at 863523192 (1970-01-01 00:00:00.863187736 UTC)
<6>[ 1.940124] [BATT] htc_cable_status_update: 0 -> 1
<6>[ 1.940399] [USB] msm_hsusb_set_vbus_state: 1
<6>[ 1.941558] [BATT] A2M_RPC: get_batt_info: batt_id=2, batt_vol=4049, batt_temp=350, batt_current=1, level=100, charging_source=1, charging_enabled=1, full_bat=1340000, over_vchg=0 at 866481312 (1970-01-01 00:00:00.865383453 UTC)
<6>[ 1.944183] H2W: Registering H2W (headset) driver
<6>[ 1.944702] [H2W] Full Speed USB Mode: 0
<6>[ 1.944976] [H2W] HTC Headset Support: 1
<6>[ 1.945251] [H2W] H2W Device Support: 1
<4>[ 1.947814] ------------[ cut here ]------------
<4>[ 1.948181] WARNING: at /work/android/kernel/sapphire-kernel-2.6.35.orig/drivers/gpio/gpiolib.c:103 gpio_ensure_requested+0x54/0x10c()
<4>[ 1.948944] autorequest GPIO-37
<4>[ 1.949218] Modules linked in:
<4>[ 1.949951] Backtrace:
<4>[ 1.950531] [<c002d6f4>] (dump_backtrace+0x0/0x114) from [<c03f8e14>] (dump_stack+0x18/0x1c)
<4>[ 1.951049] r7:00000009 r6:00000067 r5:c01f8ad4 r4:ce217df8
<4>[ 1.952362] [<c03f8dfc>] (dump_stack+0x0/0x1c) from [<c00640f4>] (warn_slowpath_common+0x54/0x6c)
<4>[ 1.952880] [<c00640a0>] (warn_slowpath_common+0x0/0x6c) from [<c00641b0>] (warn_slowpath_fmt+0x38/0x40)
<4>[ 1.953399] r9:00000000 r8:0000001b r7:00000000 r6:00000025 r5:c051d6e8
<4>[ 1.954681] r4:c056ec28
<4>[ 1.955688] [<c0064178>] (warn_slowpath_fmt+0x0/0x40) from [<c01f8ad4>] (gpio_ensure_requested+0x54/0x10c)
<4>[ 1.955963] r3:00000025 r2:c04bc314
<4>[ 1.956970] [<c01f8a80>] (gpio_ensure_requested+0x0/0x10c) from [<c01f8ea8>] (gpio_direction_input+0x80/0x164)
<4>[ 1.957458] r7:c056ec28 r6:00000015 r5:60000013 r4:c051d6e8
<4>[ 1.958770] [<c01f8e28>] (gpio_direction_input+0x0/0x164) from [<c00575c4>] (h2w_probe+0x5f0/0xc68)
<4>[ 1.959289] r9:00000000 r8:02faf080 r7:00000000 r6:ce278340 r5:c0546a94
<4>[ 1.960784] r4:00000000
<4>[ 1.961578] [<c0056fd4>] (h2w_probe+0x0/0xc68) from [<c022f248>] (platform_drv_probe+0x20/0x24)
<4>[ 1.962097] [<c022f228>] (platform_drv_probe+0x0/0x24) from [<c022e1f8>] (driver_probe_device+0xb0/0x160)
<4>[ 1.962402] [<c022e148>] (driver_probe_device+0x0/0x160) from [<c022e310>] (__driver_attach+0x68/0x8c)
<4>[ 1.962890] r7:00000000 r6:c051d564 r5:c0518fc0 r4:c0518f78
<4>[ 1.964416] [<c022e2a8>] (__driver_attach+0x0/0x8c) from [<c022d9a0>] (bus_for_each_dev+0x54/0x94)
<4>[ 1.964904] r7:00000000 r6:c022e2a8 r5:ce217ef8 r4:c051d564
<4>[ 1.966186] [<c022d94c>] (bus_for_each_dev+0x0/0x94) from [<c022e05c>] (driver_attach+0x20/0x28)
<4>[ 1.966705] r7:00000000 r6:c052eb88 r5:ce33cf00 r4:c051d564
<4>[ 1.968017] [<c022e03c>] (driver_attach+0x0/0x28) from [<c022d268>] (bus_add_driver+0xa8/0x22c)
<4>[ 1.968536] [<c022d1c0>] (bus_add_driver+0x0/0x22c) from [<c022e628>] (driver_register+0xb0/0x140)
<4>[ 1.969055] [<c022e578>] (driver_register+0x0/0x140) from [<c022f6b8>] (platform_driver_register+0x64/0x7c)
<4>[ 1.969543] r9:00000000 r8:00000000 r7:00000013 r6:00000001 r5:c0025400
<4>[ 1.970825] r4:c000f5cc
<4>[ 1.971862] [<c022f654>] (platform_driver_register+0x0/0x7c) from [<c000f5e0>] (h2w_init+0x14/0x1c)
<4>[ 1.972167] [<c000f5cc>] (h2w_init+0x0/0x1c) from [<c00293bc>] (do_one_initcall+0x64/0x1c0)
<4>[ 1.972686] [<c0029358>] (do_one_initcall+0x0/0x1c0) from [<c0008488>] (kernel_init+0xb4/0x170)
<4>[ 1.973175] r9:00000000 r8:00000000 r7:00000013 r6:c0067b24 r5:c0025400
<4>[ 1.974456] r4:c0024f48
<4>[ 1.975463] [<c00083d4>] (kernel_init+0x0/0x170) from [<c0067b24>] (do_exit+0x0/0x6b4)
<4>[ 1.975738] r5:c00083d4 r4:00000000
<4>[ 1.976715] ---[ end trace 1b75b31a2719ed1d ]---
<6>[ 1.977416] H2W route = H2W-GPIO, BT-UART1
<6>[ 1.978515] input: h2w headset as /devices/virtual/input/input0
<6>[ 1.979064] H2W: Registering H2W (headset) driver finish
<6>[ 1.993347] [SMD]smd_alloc_channel() cid=27 size=08192 'SMD_GPSNMEA'
<6>[ 1.995391] ashmem: initialized
<6>[ 1.998260] squashfs: version 4.0 (2009/01/31) Phillip Lougher
<6>[ 2.000213] fuse init (API version 7.14)
<4>[ 2.001129] yaffs Jul 3 2012 12:37:01 Installing.
<6>[ 2.010742] io scheduler noop registered
<6>[ 2.011047] io scheduler deadline registered (default)
<6>[ 2.011932] [DISP]mddi: init() base=0xcf014000 irq=16
<7>[ 2.012756] [DISP]mddi runs at 122880000
<6>[ 2.014343] [DISP]mddi cmd send rtd: int 3a000, stat 8063, rtd val d
<6>[ 2.017089] [DISP]mddi: registering panel mddi_c_d263_0000
<6>[ 2.017364] [DISP]mddi: publish:
<6>[ 2.018890] [DISP]vsync on gpio 97 now 0
<6>[ 2.088134] [DISP]msmfb_probe() installing 320 x 480 panel
<6>[ 2.092803] PRUE G
<6>[ 2.093414] msm_serial_hs.0: ttyHS0 at MMIO 0xa0200000 (irq = 45) is a MSM HS UART
<6>[ 2.094390] msm_serial_hs module loaded
<6>[ 2.095214] [BT]msm_serial_hs module loaded
<6>[ 2.096374] [BT]msm_serial_hs module loaded
<6>[ 2.097351] [BT]msm_serial_hs module loaded
<6>[ 2.103454] loop: module loaded
<6>[ 2.103912] pmem: 1 init
<6>[ 2.104919] pmem_adsp: 0 init
<6>[ 2.105987] pmem_camera: 0 init
<6>[ 2.107696] Android kernel panic handler initialized (bind=kpanic)
<6>[ 2.108856] msm_nand: allocated dma buffer at ffa47000, dma_addr 275e4000
<6>[ 2.109588] status: c03120
<6>[ 2.109863] nandid: 5501bcec maker ec device bc
<6>[ 2.110137] Found a supported NAND device
<6>[ 2.110626] NAND Id : 0xBCEC
<6>[ 2.110870] Buswidth : 16 Bits
<6>[ 2.111145] Density : 512 MByte
<6>[ 2.111633] Pagesize : 2048 Bytes
<6>[ 2.111907] Erasesize: 131072 Bytes
<6>[ 2.112152] Oobsize : 64 Bytes
<6>[ 2.112487] msm_nand: read CFG0 = aa5400c0, CFG1 = 8746a
<6>[ 2.113006] CFG0 Init : 0xe85408c0
<6>[ 2.113281] CFG1 Init : 0x0008746a
<6>[ 2.113769] CFG0: cw/page=3 ud_sz=516 ecc_sz=10 spare_sz=0 num_addr_cycles=5
<6>[ 2.114074] DEV_CMD1: f00f3000
<6>[ 2.114410] <6>NAND_EBI2_ECC_BUF_CFG: 1ff
<5>[ 2.114929] Creating 6 MTD partitions on "msm_nand":
<5>[ 2.115234] 0x0000024c0000-0x000002500000 : "misc"
<5>[ 2.117950] 0x0000026c0000-0x000002bc0000 : "recovery"
<5>[ 2.127807] 0x000002bc0000-0x000002e40000 : "boot"
<5>[ 2.133789] 0x000002e40000-0x00000d840000 : "system"
<6>[ 2.340850] [SMD]smd_alloc_channel() cid=00 size=08192 'SMD_DS'
<6>[ 2.343505] [SMD]smd_alloc_channel() cid=07 size=08192 'SMD_DATA1'
<6>[ 2.345733] [SMD]smd_alloc_channel() cid=08 size=08192 'SMD_DATA2'
<6>[ 2.347534] [SMD]smd_alloc_channel() cid=09 size=08192 'SMD_DATA3'
<6>[ 2.349365] [SMD]smd_alloc_channel() cid=10 size=08192 'SMD_DATA4'
<5>[ 2.399444] 0x00000d840000-0x000015a40000 : "cache"
<5>[ 2.560302] 0x000015a40000-0x000020000000 : "userdata"
<6>[ 2.770782] [USB] msm72k_probe
<6>[ 2.771118] [USB] accessory detect 0
<6>[ 2.771392] [USB] id_pin_gpio 0
<6>[ 2.771667] [USB] dock detect 0
<6>[ 2.772155] [USB] dock pin gpio 0
<6>[ 2.772583] [USB] msm72k_probe() io=cf01c000, irq=47, dma=ffa48000(27609000)
<6>[ 2.774536] android init
<6>[ 2.774993] android_probe pdata: c05197a4
<6>[ 2.775482] android_bind
<7>[ 2.775756] android_bind_config
<6>[ 2.776855] android_usb gadget: android_usb ready
<6>[ 2.777191] [USB] msm72k_udc: registered gadget driver 'android_usb'
<6>[ 2.777862] f_adb init
<6>[ 2.778137] android_register_function adb
<6>[ 2.778381] f_mass_storage init
<6>[ 2.778808] fsg_probe pdev: c05192f0, pdata: c0519784
<6>[ 2.779449] android_register_function usb_mass_storage
<6>[ 2.779724] f_rndis init
<6>[ 2.780426] android_register_function rndis
<6>[ 2.780700] rndis_function_bind_config MAC: 00:00:00:00:00:00
<4>[ 2.781127] android_usb gadget: using random self ethernet address
<4>[ 2.781646] android_usb gadget: using random host ethernet address
<6>[ 2.783172] usb0: MAC 9a:73:15:a7:b5:4a
<6>[ 2.783477] usb0: HOST MAC 82:34:b3:48:92:71
<6>[ 2.784606] [USB] hsusb: IDLE -> ONLINE
<6>[ 2.785125] [USB] lpm exit
<6>[ 2.786163] [USB] hsusb: reset controller
<6>[ 2.786621] android_usb gadget: Mass Storage Function, version: 2009/09/11
<6>[ 2.787139] android_usb gadget: Number of LUNs=1
<6>[ 2.787445] lun0: LUN: removable file: (no medium)
<6>[ 2.788360] adb_bind_config
<4>[ 2.789978] is_sapphire_gpiov20=0
<3>[ 2.837127] msm_i2c msm_i2c.0: error, status 63c8 (20,E4,00)(20,F4,00)(cnt:1,pos:0)
<3>[ 2.837646] msm_i2c msm_i2c.0: Error during data xfer (-5) (20,E4,00)
<6>[ 2.947296] synaptics_ts_probe: Product Major Version 3
<6>[ 2.948516] synaptics_ts_probe: Product Minor Version 1
<6>[ 2.949462] synaptics_ts_probe: product property 2
<6>[ 2.950653] synaptics_ts_probe: device control 81
<6>[ 2.951599] synaptics_ts_probe: interrupt enable 3
<6>[ 2.953948] synaptics_ts_probe: 0xe0: 1 1 1 2 3 1 0 1
<6>[ 2.955322] synaptics_ts_probe: Sensor properties 601
<6>[ 2.959106] synaptics_ts_probe: max_x 3475, max_y 5328
<6>[ 2.959625] synaptics_ts_probe: inactive_x -40 -40, inactive_y -31 -31
<6>[ 2.960113] synaptics_ts_probe: snap_x 40-48 40-48, snap_y 79-87 79-87
<6>[ 2.960937] input: synaptics-rmi-touchscreen as /devices/virtual/input/input1
<6>[ 2.962310] synaptics_ts_probe: Start touchscreen synaptics-rmi-touchscreen in interrupt mode
<6>[ 2.963684] [KEY] GPIO Input Driver: Start gpio inputs for sapphire-nav in interrupt mode
<6>[ 2.964752] input: sapphire-nav as /devices/virtual/input/input2
<6>[ 2.965759] [KEY] gpio_keys_scan_keys: key 1-272, 0 (168) changed to 0
<6>[ 2.966461] [KEY] GPIO Input Driver: Start gpio inputs for sapphire-nav-button in interrupt mode
<6>[ 2.967651] input: sapphire-nav-button as /devices/virtual/input/input3
<6>[ 2.968811] [KEY] GPIO Matrix Keypad Driver: Start keypad matrix for sapphire-keypad in interrupt mode
<6>[ 2.969787] [KEY] GPIO_Input_ISR : 0, return IRQ_HANDLED;
<6>[ 2.970367] [KEY] GPIO Input Driver: Start gpio inputs for sapphire-keypad in interrupt mode
<6>[ 2.971496] input: sapphire-keypad as /devices/virtual/input/input4
<6>[ 2.972900] using input dev h2w headset for key reset
<6>[ 2.973449] using input dev sapphire-nav for key reset
<6>[ 2.973724] using input dev sapphire-keypad for key reset
<6>[ 2.975585] using rtc device, msm_rtc, for alarms
<6>[ 2.975891] rs30000048:00010001 rs30000048:00010001: rtc core: registered msm_rtc as rtc0
<6>[ 2.977294] AKM8976A compass driver: init
<6>[ 2.980377] input: compass as /devices/virtual/input/input5
<6>[ 2.981933] Linux video capture interface: v2.00
<4>[ 2.982543] is_sapphire_gpiov20=0
<6>[ 2.983184] [CAM]sctrl.node 0
<6>[ 3.074249] [USB] ulpi: write 0x40 to 0x31
<6>[ 3.074554] [USB] ulpi: write 0x01 to 0x0d
<6>[ 3.074829] [USB] ulpi: write 0x01 to 0x10
<6>[ 3.075347] [USB] handle_notify_offline: notify offline
<6>[ 3.075714] [USB] msm_hsusb: enable pullup
<6>[ 3.079345] [USB] suspend
<4>[ 3.143951] is_sapphire_gpiov20=0
<6>[ 3.145507] msm_v4l2: msm_v4l2_init
<6>[ 3.146636] device-mapper: uevent: version 1.0.3
<6>[ 3.147216] [USB] not AC charger
<6>[ 3.148498] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: [email protected]
<6>[ 3.149108] Bluetooth: HCI UART driver ver 2.2
<6>[ 3.149383] Bluetooth: HCI H4 protocol initialized
<6>[ 3.149841] Bluetooth: HCILL protocol initialized
<6>[ 3.152526] mmc0: Qualcomm MSM SDCC at 0x00000000a0400000 irq 24,0 dma 8
<6>[ 3.153015] mmc0: Platform slot type: N/A
<6>[ 3.153289] mmc0: 4 bit data mode enabled
<6>[ 3.153533] mmc0: 8 bit data mode disabled
<6>[ 3.154022] mmc0: MMC clock 144000 -> 49152000 Hz, PCLK 80000000 Hz
<6>[ 3.154296] mmc0: Slot eject status = 1
<6>[ 3.154754] mmc0: Power save feature enable = 1
<6>[ 3.155029] mmc0: DM non-cached buffer at ffa4a000, dma_addr 0x27656000
<6>[ 3.155517] mmc0: DM cmd busaddr 0x27656000, cmdptr busaddr 0x27656300
<6>[ 3.157104] mmc1: Qualcomm MSM SDCC at 0x00000000a0500000 irq 26,190 dma 8
<6>[ 3.157623] mmc1: Platform slot type: N/A
<6>[ 3.157867] mmc1: 4 bit data mode enabled
<6>[ 3.158142] mmc1: 8 bit data mode disabled
<6>[ 3.158599] mmc1: MMC clock 144000 -> 49152000 Hz, PCLK 80000000 Hz
<6>[ 3.158874] mmc1: Slot eject status = 0
<6>[ 3.159362] mmc1: Power save feature enable = 1
<6>[ 3.159637] mmc1: DM non-cached buffer at ffa4b000, dma_addr 0x27657000
<6>[ 3.160095] mmc1: DM cmd busaddr 0x27657000, cmdptr busaddr 0x27657300
<7>[ 3.160980] Registered led device: button-backlight
<7>[ 3.161895] Registered led device: red
<7>[ 3.162322] Registered led device: green
<7>[ 3.162719] Registered led device: blue
<7>[ 3.163330] Registered led device: jogball-backlight
<6>[ 3.165313] logger: created 64K log 'log_main'
<6>[ 3.165832] logger: created 256K log 'log_events'
<6>[ 3.166351] logger: created 64K log 'log_radio'
<6>[ 3.167022] logger: created 64K log 'log_system'
<6>[ 3.167999] GACT probability NOT on
<6>[ 3.168304] Mirror/redirect action on
<6>[ 3.168548] u32 classifier
<6>[ 3.169036] Actions configured
<6>[ 3.169281] Netfilter messages via NETLINK v0.30.
<6>[ 3.169738] nf_conntrack version 0.5.0 (3203 buckets, 12812 max)
<4>[ 3.170684] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
<4>[ 3.170959] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
<4>[ 3.171447] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
<6>[ 3.172241] ctnetlink v0.93: registering with nfnetlink.
<6>[ 3.172637] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
<6>[ 3.173126] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
<6>[ 3.174133] xt_time: kernel timezone is -0000
<6>[ 3.175140] ip_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 3.175720] arp_tables: (C) 2002 David S. Miller
<6>[ 3.176361] TCP cubic registered
<6>[ 3.177337] NET: Registered protocol family 10
<6>[ 3.181365] NET: Registered protocol family 17
<6>[ 3.181976] NET: Registered protocol family 15
<5>[ 3.182464] Bridge firewalling registered
<6>[ 3.183258] Bluetooth: L2CAP ver 2.15
<6>[ 3.183746] Bluetooth: L2CAP socket layer initialized
<6>[ 3.184020] Bluetooth: SCO (Voice Link) ver 0.6
<6>[ 3.184509] Bluetooth: SCO socket layer initialized
<6>[ 3.185028] Bluetooth: RFCOMM TTY layer initialized
<6>[ 3.185302] Bluetooth: RFCOMM socket layer initialized
<6>[ 3.185760] Bluetooth: RFCOMM ver 1.11
<6>[ 3.186035] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 3.186492] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
<6>[ 3.187652] clock_late_init() disabled 16 unused clocks
<6>[ 3.188171] [Port list] init()
<6>[ 3.188446] [Port list] Virtual Address for port_list: [f812da80]
<6>[ 3.188690] [Port list] Physical Address for port_list: [1F2DA80]
<6>[ 3.190185] cpufreq: cpu0 init at 480000 switching to 352000
<4>[ 3.191009] sapphire_wifi_init: start
<6>[ 3.195281] rs30000048:00010001 rs30000048:00010001: setting system clock to 2012-07-03 06:25:08 UTC (1341296708)
<4>[ 3.196258] Warning: unable to open an initial console.
<6>[ 3.196624] [USB] reset
<6>[ 3.197265] Freeing init memory: 132K
<6>[ 3.198760] [USB] portchange USB_SPEED_HIGH
<3>[ 3.201751] BUG: scheduling while atomic: kmmcd/12/0x00000002
<4>[ 3.202392] Modules linked in:
<4>[ 3.203033] Backtrace:
<4>[ 3.203765] [<c002d6f4>] (dump_backtrace+0x0/0x114) from [<c03f8e14>] (dump_stack+0x18/0x1c)
<4>[ 3.204406] r7:ce260980 r6:c051e3ec r5:c051dfb8 r4:00000000
<4>[ 3.206054] [<c03f8dfc>] (dump_stack+0x0/0x1c) from [<c005ca50>] (__schedule_bug+0x54/0x60)
<4>[ 3.206726] [<c005c9fc>] (__schedule_bug+0x0/0x60) from [<c03f9104>] (schedule+0x74/0x348)
<4>[ 3.207366] r5:c051dfb8 r4:ce26e000
<4>[ 3.208374] [<c03f9090>] (schedule+0x0/0x348) from [<c03f9c44>] (schedule_timeout+0x1d0/0x204)
<4>[ 3.209045] [<c03f9a74>] (schedule_timeout+0x0/0x204) from [<c03f9ca0>] (schedule_timeout_uninterruptible+0x28/0x2c)
<4>[ 3.209716] r6:ce27f3ac r5:c05453e4 r4:00000011
<4>[ 3.211029] [<c03f9c78>] (schedule_timeout_uninterruptible+0x0/0x2c) from [<c006f844>] (msleep+0x1c/0x2c)
<4>[ 3.211730] [<c006f828>] (msleep+0x0/0x2c) from [<c0050a70>] (sapphire_sdslot_switchvdd+0x78/0x150)
<4>[ 3.212432] [<c00509f8>] (sapphire_sdslot_switchvdd+0x0/0x150) from [<c02a9d3c>] (msmsdcc_set_ios+0x264/0x568)
<4>[ 3.213073] r5:ce27f240 r4:ce27f4a0
<4>[ 3.214111] [<c02a9ad8>] (msmsdcc_set_ios+0x0/0x568) from [<c029f900>] (mmc_power_up+0x80/0xb8)
<4>[ 3.214782] [<c029f880>] (mmc_power_up+0x0/0xb8) from [<c02a0f30>] (mmc_rescan+0x338/0x470)
<4>[ 3.215423] r5:ce27f414 r4:ce27f240
<4>[ 3.216461] [<c02a0bf8>] (mmc_rescan+0x0/0x470) from [<c0077164>] (worker_thread+0x18c/0x23c)
<4>[ 3.217132] [<c0076fd8>] (worker_thread+0x0/0x23c) from [<c007ac44>] (kthread+0x84/0x8c)
<4>[ 3.217498] [<c007abc0>] (kthread+0x0/0x8c) from [<c0067b24>] (do_exit+0x0/0x6b4)
<4>[ 3.218139] r7:00000013 r6:c0067b24 r5:c007abc0 r4:ce217ef0
<6>[ 3.249969] [USB] send connect type 1
<6>[ 3.250244] [BATT] online=1
<6>[ 3.250457] [BATT] Update SMEM: cable type 1 at 2174335182 (2012-07-03 06:25:08.555241470 UTC)
<4>[ 3.256774] Smartass: frequency change failed: 576000 to 614000 => 576000
<6>[ 3.309356] [USB] reset
<6>[ 3.309631] [USB] portchange USB_SPEED_HIGH
<4>[ 3.321105] Smartass: frequency change failed: 576000 to 614000 => 576000
<6>[ 3.442352] android_usb gadget: high speed config #1: android
<6>[ 3.481231] keychord: using input dev sapphire-keypad for fevent
<6>[ 3.487915] yaffs: dev is 32505859 name is "mtdblock3"
<6>[ 3.488159] yaffs: passed flags ""
<4>[ 3.488403] yaffs: Attempting MTD mount on 31.3, "mtdblock3"
<4>[ 3.547363] yaffs: restored from checkpoint
<4>[ 3.548034] yaffs_read_super: isCheckpointed 1
<6>[ 3.557708] yaffs: dev is 32505861 name is "mtdblock5"
<6>[ 3.558074] yaffs: passed flags ""
<4>[ 3.558288] yaffs: Attempting MTD mount on 31.5, "mtdblock5"
<4>[ 3.576934] Smartass: frequency change failed: 576000 to 614000 => 576000
<4>[ 4.117340] mmc1: high speed mode max_dtr = 50000000
<4>[ 4.118011] mmc1: host does not support reading read-only switch. assuming write-enable.
<6>[ 4.118255] mmc1: new high speed SDHC card at address 1234
<6>[ 4.119750] mmcblk0: mmc1:1234 SA08G 7.42 GiB
<4>[ 4.120941] check_partition: Allocate memory for SD/eMMC card partition description (Once)
<6>[ 4.121398] mmcblk0: p1
<4>[ 4.127166] Smartass: frequency change failed: 576000 to 614000 => 576000
..........repeat line......
<4>[ 16.611480] yaffs_read_super: isCheckpointed 0
this is my patch , you need sapphire_gpio_write replace gpio_direction_output in board_sapphire.c, and will boot. good lucky!
View attachment 0703.zip
This is a great topic... I will follow it closely! And try to help...
Sent from my Dream/Sapphire using Tapatalk 2
I'm just a beginner at kernel programming, poor programming skills , and English is worse. Please have the abilities and interests to help me fixed it. blizard80, how to fix gpio error and touchscreen ?
dmesg on normal touchscreen:
===============================
<6>[ 4.955047] synaptics_ts_probe: Product Major Version 3
<6>[ 4.955749] synaptics_ts_probe: Product Minor Version 1
<6>[ 4.956451] synaptics_ts_probe: product property 2
<6>[ 4.957122] synaptics_ts_probe: device control 81
<6>[ 4.957824] synaptics_ts_probe: interrupt enable 3
<6>[ 4.959655] synaptics_ts_probe: 0xe0: 1 1 1 2 3 1 0 1
<6>[ 4.960723] synaptics_ts_probe: Sensor properties 601
<6>[ 4.964141] synaptics_ts_probe: max_x 3475, max_y 5328
<6>[ 4.964172] synaptics_ts_probe: inactive_x -40 -40, inactive_y -31 -31
<6>[ 4.964202] synaptics_ts_probe: snap_x 40-48 40-48, snap_y 79-87 79-87
<6>[ 4.964233] synaptics_ts_probe: margin_pixel_left: 0, margin_pixel_right:
0, margin_pixel_top: 0, margin_pixel_bottom: 0
<6>[ 4.964263] synaptics_ts_probe: ts_raw_width: 3395, ts_raw_height: 5266
<6>[ 4.964691] input: synaptics-rmi-touchscreen as /devices/virtual/input/inp
ut1
<6>[ 4.965667] synaptics_ts_probe: Start touchscreen synaptics-rmi-touchscree
n in interrupt mode
on no touchscreen lack this lines:
<6>[ 4.964233] synaptics_ts_probe: margin_pixel_left: 0, margin_pixel_right:
0, margin_pixel_top: 0, margin_pixel_bottom: 0
<6>[ 4.964263] synaptics_ts_probe: ts_raw_width: 3395, ts_raw_height: 5266
Wow, I thought the magic was dead and gone, I just happened to get one one back from a family member.
I've been working on the Ns and have been bored as of late, I'll re-download my sources and see what I can do about the deed-sleep issue.
Edit: as soon as it charges up, it is sooooo dead, charge light didn't even come on for 5 minutes, hope it works still, Crosses fingers
Ohh,carz,thank you very much for 32A NR! I find a lost diffrent between aosp kernel source and hero-kernel-2.6.35. Touchscreen problem maybe gpio driver changed from 2.6.29 to 2.6.35. And I confirm that deep sleep is ok, I use es taskmanager set auto flight mode from 0:00 to 7:00.
carz... thanks to you i stil use my htc magic as my phone!
hope you can update your ROM to cm7 oficial release source.
I don't remember if our kernel supports this, but this is a nice GUI for looking at CPU state history:
https://play.google.com/store/apps/details?id=com.bvalosek.cpuspy
Hopefully that helps.
I like the idea of using the kernel based on Hero, because it means we can port the Hero ROMs easier, and they closely match our device more closely than the G1/32B Magic. The extra RAM really defines the type of configuration you would set.
I find set min rate to 264000 can reslove sleep problem, Pls try it.
ziyouwa said:
I find set min rate to 264000 can reslove sleep problem, Pls try it.
Click to expand...
Click to collapse
Sounds promising. Didn't know why I didn't try playing around with acpuclock earlier.
I killed of 245MHz and upped voltages on the VDD as well. Results:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have no idea how to fix broken bluetooth on the other kernel.
This also would explain the instability I was experiencing with old radio ROMs based on cm-kernel sources.
Excited if this works. Thanks to croniccorey and ziyouwa.
Also noticed some differences in VDD.
To follow up on the acpuclock, carz kernel source has the following VDDs:
Code:
{ 19200, ACPU_PLL_TCXO, 0, 0, 19200, 0, VDD_0, 30720, 0, 0, 4 },
{ 122880, ACPU_PLL_0, 4, 1, 61440, 1, VDD_1, 61440, 0, 0, 4 },
{ 160000, ACPU_PLL_1, 1, 5, 53333, 2, VDD_1, 61440, 0, 0, 6 },
{ 176000, ACPU_PLL_2, 2, 5, 88000, 1, VDD_1, 61440, 0, 0, 5 },
{ 245760, ACPU_PLL_0, 4, 0, 81920, 2, VDD_2, 61440, 0, 0, 5 },
{ 352000, ACPU_PLL_2, 2, 2, 88000, 3, VDD_4, 128000, 0, 3, 7 },
{ 480000, ACPU_PLL_1, 1, 1, 120000, 3, VDD_6, 120000, 0, 2, -1 },
This is Flykernel:
Code:
/* 0*/ { 19200, ACPU_PLL_TCXO, 0, 0, 19200, 0, VDD_0, 30720, 0, 0, 3 },
/* 1*/ { 122880, ACPU_PLL_0, 4, 1, 61440, 1, VDD_3, 61440, 0, 0, 4 },
/* 2*/ { 160000, ACPU_PLL_1, 1, 5, 53333, 2, VDD_3, 61440, 0, 0, 6 },
/* 3*/ { 176000, ACPU_PLL_2, 2, 5, 88000, 1, VDD_3, 61440, 0, 0, 6 },
/* 4*/ { 245760, ACPU_PLL_0, 4, 0, 81920, 2, VDD_4, 61440, 0, 0, 6 },
/* 5*/ { 264000, ACPU_PLL_2, 2, 3, 88000, 2, VDD_3, 128000, 0, 0, 8 },
/* 6*/ { 352000, ACPU_PLL_2, 2, 2, 88000, 3, VDD_5, 128000, 0, 3, 13 },
/* 7*/ { 480000, ACPU_PLL_1, 1, 1, 120000, 3, VDD_6, 120000, 0, 4, 20 },
/* 8*/ { 518400, ACPU_PLL_2, 2, 1, 132000, 3, VDD_6, 160000, 0, 5, -1, 0x1b },
/* 9*/ { 528000, ACPU_PLL_2, 2, 1, 132000, 3, VDD_6, 160000, 0, 5, -1 },
Working one that plugs into carz kernel is attached.
Edit 2:
I think just removing 245MHz did the trick. Good call ziyouwa.
Hero devs actually DO NOT INCLUDE 245MHz with Flykernel as one of the selectable frequencies for our Hboot/radio combination.
I have reverted the VDD levels, and deep sleep is still working.
Very nice,xaueious! I think 2.6.29 is too old, 2.6.35 maybe is good choice. Who can help fix touchscreen in hero-kernel-2.6.35?
ziyouwa said:
Very nice,xaueious! I think 2.6.29 is too old, 2.6.35 maybe is good choice. Who can help fix touchscreen in hero-kernel-2.6.35?
Click to expand...
Click to collapse
Not sure about touchscreen. But this fix is for 2.6.34.4 (https://github.com/carz2/cm-kernel), which isn't as old as 2.6.29.
This builds with the device tree here: https://github.com/carz2/android_device_htc_dream_sapphire
You need to run vendor_setup.sh or do the equivalent. Working proprietary bits are in latest carz CM7 build. I only know how to build AOSP ROMs, and have little HTC ROM porting experience. So I can't really help with that .
Edit:
There is an existing 2.6.35.10 kernel by SebastianFM (https://github.com/SebastianFM/sapphire-2.6.35), but I think this one also had sleep of death. So maybe it was the 245MHz that was causing SOD for some reason, because the VDDs match my acpuclock. I noticed that the Hero kernels also skip 245MHz.
If you remove 245MHz, we may have a working 2.6.35.10 kernel
uhhm u know i dont know what tormented me to try tis kernel i have the magic 1.2 lol ikr but it is just i recognized that in truth we didnt realy have a kernel build for the 1.2 version for gingerbread the best i can do is flash anykernel by cronmod the kernel ezzbuilt is not working via usb and it gives me a wifi error(atleast on cronmods 1.5 rom) think u can make it happen and even give it 710mhz ability ezz?

Nexus 5 wifi problem

When I go to a new place, the wifi is not auto connected and I cannot manually connect it either. Rebooting the phone and wifi will be connected.
Anyone has similar problem?
BTW, two places are using different wifi frequency, one is 2.4/5Ghz hybrid and the other are using 2.4Ghz only.
Logcat:
Code:
I/wpa_supplicant(14758): wlan0: Authentication with 6c:f3:7f:68:10:80 timed out.
I/wpa_supplicant(14758): wlan0: CTRL-EVENT-DISCONNECTED bssid=6c:f3:7f:68:10:80 reason=3 locally_generated=1
I/wpa_supplicant(14758): wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=38 ssid="A-MSFTWLAN" auth_failures=1 duration=10
I/wpa_supplicant(14758): wlan0: CTRL-EVENT-ASSOC-REJECT status_code=1
E/wpa_supplicant(14758): current_ssid == NULL
I/wpa_supplicant(14758): wlan0: Trying to associate with SSID 'Free Public WiFi'
I/wpa_supplicant(14758): wlan0: Association request to the driver failed
I/wpa_supplicant(14758): wlan0: CTRL-EVENT-SSID-REENABLED id=38 ssid="A-MSFTWLAN"
I/wpa_supplicant(14758): wlan0: Trying to associate with 6c:f3:7f:68:10:90 (SSID='A-MSFTWLAN' freq=5785 MHz)
I/wpa_supplicant(14758): wlan0: Authentication with 6c:f3:7f:68:10:90 timed out.
I/wpa_supplicant(14758): wlan0: CTRL-EVENT-DISCONNECTED bssid=6c:f3:7f:68:10:90 reason=3 locally_generated=1
I/wpa_supplicant(14758): wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=38 ssid="A-MSFTWLAN" auth_failures=2 duration=20
I/wpa_supplicant(14758): wlan0: CTRL-EVENT-ASSOC-REJECT status_code=1
E/wpa_supplicant(14758): current_ssid == NULL
I/wpa_supplicant(14758): wlan0: Trying to associate with SSID 'Free Public WiFi'
I/wpa_supplicant(14758): wlan0: Association request to the driver failed
DMESG:
Code:
<6>[ 3493.899316] bq24192_set_input_i_limit: input current limit = 500 setting 0x02
<3>[ 3518.094595] WLDEV-ERROR) wldev_set_country : wldev_set_country: set country for US as Q2 rev 57
<4>[ 3519.297185] ------------[ cut here ]------------
<4>[ 3519.297285] WARNING: at net/wireless/ibss.c:24 __cfg80211_ibss_joined+0x154/0x18c()
<4>[ 3519.297450] [<c010de1c>] (unwind_backtrace+0x0/0x144) from [<c09fd44c>] (dump_stack+0x20/0x24)
<4>[ 3519.297602] [<c09fd44c>] (dump_stack+0x20/0x24) from [<c0192adc>] (warn_slowpath_common+0x58/0x70)
<4>[ 3519.297751] [<c0192adc>] (warn_slowpath_common+0x58/0x70) from [<c0192bec>] (warn_slowpath_null+0x2c/0x34)
<4>[ 3519.297896] [<c0192bec>] (warn_slowpath_null+0x2c/0x34) from [<c09c46f4>] (__cfg80211_ibss_joined+0x154/0x18c)
<4>[ 3519.297985] [<c09c46f4>] (__cfg80211_ibss_joined+0x154/0x18c) from [<c09af058>] (cfg80211_process_rdev_events+0xe0/0x21c)
<4>[ 3519.298133] [<c09af058>] (cfg80211_process_rdev_events+0xe0/0x21c) from [<c09ac11c>] (cfg80211_event_work+0x34/0x58)
<4>[ 3519.298285] [<c09ac11c>] (cfg80211_event_work+0x34/0x58) from [<c01acd58>] (process_one_work+0x144/0x49c)
<4>[ 3519.298432] [<c01acd58>] (process_one_work+0x144/0x49c) from [<c01ad434>] (worker_thread+0x174/0x378)
<4>[ 3519.298579] [<c01ad434>] (worker_thread+0x174/0x378) from [<c01b3690>] (kthread+0x98/0xa4)
<4>[ 3519.298727] [<c01b3690>] (kthread+0x98/0xa4) from [<c0107f60>] (kernel_thread_exit+0x0/0x8)
<4>[ 3519.298805] ---[ end trace 2798f0a5ca958678 ]---
<6>[ 3528.911937] CFG80211-ERROR) wl_cfg80211_disconnect : Reason 3
<4>[ 3542.412631] ------------[ cut here ]------------
<4>[ 3542.412832] WARNING: at net/wireless/ibss.c:24 __cfg80211_ibss_joined+0x154/0x18c()
<4>[ 3542.412955] [<c010de1c>] (unwind_backtrace+0x0/0x144) from [<c09fd44c>] (dump_stack+0x20/0x24)
<4>[ 3542.413143] [<c09fd44c>] (dump_stack+0x20/0x24) from [<c0192adc>] (warn_slowpath_common+0x58/0x70)
<4>[ 3542.413595] [<c0192adc>] (warn_slowpath_common+0x58/0x70) from [<c0192bec>] (warn_slowpath_null+0x2c/0x34)
<4>[ 3542.413773] [<c0192bec>] (warn_slowpath_null+0x2c/0x34) from [<c09c46f4>] (__cfg80211_ibss_joined+0x154/0x18c)
<4>[ 3542.413951] [<c09c46f4>] (__cfg80211_ibss_joined+0x154/0x18c) from [<c09af058>] (cfg80211_process_rdev_events+0xe0/0x21c)
<4>[ 3542.414126] [<c09af058>] (cfg80211_process_rdev_events+0xe0/0x21c) from [<c09ac11c>] (cfg80211_event_work+0x34/0x58)
<4>[ 3542.414321] [<c09ac11c>] (cfg80211_event_work+0x34/0x58) from [<c01acd58>] (process_one_work+0x144/0x49c)
<4>[ 3542.414539] [<c01acd58>] (process_one_work+0x144/0x49c) from [<c01ad434>] (worker_thread+0x174/0x378)
<4>[ 3542.414649] [<c01ad434>] (worker_thread+0x174/0x378) from [<c01b3690>] (kthread+0x98/0xa4)
<4>[ 3542.414835] [<c01b3690>] (kthread+0x98/0xa4) from [<c0107f60>] (kernel_thread_exit+0x0/0x8)
<4>[ 3542.415028] ---[ end trace 2798f0a5ca958679 ]---
<4>[ 3576.276410] ---[ end trace 2798f0a5ca95867a ]---
<6>[ 3583.680638] max17048_set_rcomp: new RCOMP = 0x46
<6>[ 3583.685822] max17048_work: raw soc = 0xA624 raw vcell = 0x0D03
<6>[ 3583.686240] max17048_work: SOC = 85 vbatt_mv = 4163
<6>[ 3583.686467] max17048_work: ibatt_ua = -252311 batt_temp = 305
<6>[ 3583.722149] healthd: battery l=85 v=4163 t=30.4 h=2 st=2 c=-290 chg=u
<6>[ 3585.889862] CFG80211-ERROR) wl_cfg80211_disconnect : Reason 3
<4>[ 3610.141393] ------------[ cut here ]------------
<4>[ 3610.141689] WARNING: at net/wireless/ibss.c:24 __cfg80211_ibss_joined+0x154/0x18c()
<4>[ 3610.142173] [<c010de1c>] (unwind_backtrace+0x0/0x144) from [<c09fd44c>] (dump_stack+0x20/0x24)
<4>[ 3610.142464] [<c09fd44c>] (dump_stack+0x20/0x24) from [<c0192adc>] (warn_slowpath_common+0x58/0x70)
<4>[ 3610.142928] [<c0192adc>] (warn_slowpath_common+0x58/0x70) from [<c0192bec>] (warn_slowpath_null+0x2c/0x34)
<4>[ 3610.143392] [<c0192bec>] (warn_slowpath_null+0x2c/0x34) from [<c09c46f4>] (__cfg80211_ibss_joined+0x154/0x18c)
<4>[ 3610.143857] [<c09c46f4>] (__cfg80211_ibss_joined+0x154/0x18c) from [<c09af058>] (cfg80211_process_rdev_events+0xe0/0x21c)
<4>[ 3610.144317] [<c09af058>] (cfg80211_process_rdev_events+0xe0/0x21c) from [<c09ac11c>] (cfg80211_event_work+0x34/0x58)
<4>[ 3610.144790] [<c09ac11c>] (cfg80211_event_work+0x34/0x58) from [<c01acd58>] (process_one_work+0x144/0x49c)
<4>[ 3610.145255] [<c01acd58>] (process_one_work+0x144/0x49c) from [<c01ad434>] (worker_thread+0x174/0x378)
<4>[ 3610.145713] [<c01ad434>] (worker_thread+0x174/0x378) from [<c01b3690>] (kthread+0x98/0xa4)
<4>[ 3610.145996] [<c01b3690>] (kthread+0x98/0xa4) from [<c0107f60>] (kernel_thread_exit+0x0/0x8)
<4>[ 3610.146430] ---[ end trace 2798f0a5ca95867b ]---
<5>[ 3614.677674] type=1400 audit(1383858867.187:343): avc: denied { read write } for pid=21980 comm="app_process" path="/dev/pts/2" dev="devpts" ino=5 scontext=u:r:zygote:s0 tcontext=u:object_r:devpts:s0 tclass=chr_file
<5>[ 3614.678909] type=1400 audit(1383858867.187:344): avc: denied { write } for pid=21980 comm="app_process" path="pipe:[85261]" dev="pipefs" ino=85261 scontext=u:r:zygote:s0 tcontext=u:r:init:s0 tclass=fifo_file
<5>[ 3614.679031] type=1400 audit(1383858867.187:345): avc: denied { write } for pid=21980 comm="app_process" path="pipe:[85262]" dev="pipefs" ino=85262 scontext=u:r:zygote:s0 tcontext=u:r:init:s0 tclass=fifo_file
<5>[ 3614.679403] type=1400 audit(1383858867.197:346): avc: denied { read write } for pid=21980 comm="app_process" path="socket:[84123]" dev="sockfs" ino=84123 scontext=u:r:zygote:s0 tcontext=u:r:init:s0 tclass=unix_stream_socket
<5>[ 3614.679496] type=1400 audit(1383858867.197:347): avc: denied { read write } for pid=21980 comm="app_process" path="socket:[9184]" dev="sockfs" ino=9184 scontext=u:r:zygote:s0 tcontext=u:r:init:s0 tclass=unix_stream_socket
<5>[ 3614.679616] type=1400 audit(1383858867.197:348): avc: denied { read write } for pid=21980 comm="app_process" path="socket:[46043]" dev="sockfs" ino=46043 scontext=u:r:zygote:s0 tcontext=u:r:init:s0 tclass=unix_stream_socket
<5>[ 3614.679745] type=1400 audit(1383858867.197:349): avc: denied { read write } for pid=21980 comm="app_process" path="socket:[56838]" dev="sockfs" ino=56838 scontext=u:r:zygote:s0 tcontext=u:r:init:s0 tclass=unix_stream_socket
<5>[ 3614.679865] type=1400 audit(1383858867.197:350): avc: denied { read write } for pid=21980 comm="app_process" path="socket:[66440]" dev="sockfs" ino=66440 scontext=u:r:zygote:s0 tcontext=u:r:init:s0 tclass=unix_stream_socket
<5>[ 3614.679955] type=1400 audit(1383858867.197:351): avc: denied { read write } for pid=21980 comm="app_process" path="socket:[86276]" dev="sockfs" ino=86276 scontext=u:r:zygote:s0 tcontext=u:r:init:s0 tclass=unix_stream_socket
<5>[ 3614.680073] type=1400 audit(1383858867.197:352): avc: denied { read write } for pid=21980 comm="app_process" path="socket:[86281]" dev="sockfs" ino=86281 scontext=u:r:zygote:s0 tcontext=u:r:init:s0 tclass=unix_stream_socket
[/code]
Bug reported to Google
https://code.google.com/p/android/issues/detail?id=61945
helloworld1 said:
Bug reported to Google
https://code.google.com/p/android/issues/detail?id=61945
Click to expand...
Click to collapse
same problem here, any fixes? doesnt connect the 3 APs I have at home unless I reboot

Is this the kernel source for prestigio 4300?

<7>[ 504.404477] [3138:dmesg] exit
<7>[ 504.404636] [3138:dmesg] sig 17 to [3116:AsyncTask #2]
<5>[ 504.421712] [Power/Alarm] alarm 2 set 2457.891000000
<7>[ 504.491094] [3070:IntentService[D] exit
<7>[ 504.503413] [292:WifiStateMachin] fork err at pid
<7>[ 504.503438] [292:WifiStateMachin] fork [3141:WifiStateMachin]
<7>[ 504.504448] [3141:WifiStateMachin] set proc[3141] name: ->[Thread-221]
<6>[ 504.524394] [WLAN] rfkill_set_block(blocked 0)
<6>[ 504.524405] [WLAN] Power on
<3>[ 504.524418] [WMT-EXP]mtk_wcn_wmt_func_ctrlPID(3) type(3) start
<6>[ 504.525197] [STP] mtk_wcn_stp_psm_disable:[W] STP Not Ready, Dont do Sleep/Wakeup
<3>[ 504.525236] [WMT-PLAT]wmt_plat_dump_pin_conf:[WMT-PLAT]=>dump wmt pin configuration start<=
<3>[ 504.526301] [WMT-PLAT]wmt_plat_dump_pin_conf:LDO(GPIO183)
<3>[ 504.527074] [WMT-PLAT]wmt_plat_dump_pin_confMU(GPIO184)
<3>[ 504.527770] [WMT-PLAT]wmt_plat_dump_pin_confMUV28(GPIO149)
<3>[ 504.528506] [WMT-PLAT]wmt_plat_dump_pin_conf:RST(GPIO59)
<3>[ 504.529199] [WMT-PLAT]wmt_plat_dump_pin_conf:BGF_EINT(GPIO13)
<3>[ 504.529946] [WMT-PLAT]wmt_plat_dump_pin_conf:BGF_EINT_NUM(14)
<3>[ 504.530694] [WMT-PLAT]wmt_plat_dump_pin_conf:WIFI_EINT(GPIO15)
<3>[ 504.531452] [WMT-PLAT]wmt_plat_dump_pin_conf:WIFI_EINT_NUM(18)
<3>[ 504.532210] [WMT-PLAT]wmt_plat_dump_pin_conf:UART_RX(GPIO79)
<3>[ 504.532946] [WMT-PLAT]wmt_plat_dump_pin_conf:UART_TX(GPIO71)
<3>[ 504.533683] [WMT-PLAT]wmt_plat_dump_pin_confAICLK(GPIO63)
<3>[ 504.534409] [WMT-PLAT]wmt_plat_dump_pin_confCMOUT(GPIO62)
<3>[ 504.535134] [WMT-PLAT]wmt_plat_dump_pin_confCMIN(GPIO64)
<3>[ 504.535849] [WMT-PLAT]wmt_plat_dump_pin_confCMSYNC(GPIO65)
<3>[ 504.536586] [WMT-PLAT]wmt_plat_dump_pin_conf:FM digital mode is not set, no need for I2S GPIOs
<3>[ 504.560874] [WMT-PLAT]wmt_plat_dump_pin_conf:GPS_SYNC(GPIO118)
<3>[ 504.561628] [WMT-PLAT]wmt_plat_dump_pin_conf:GPS_LNA(GPIO186)
<3>[ 504.562373] [WMT-PLAT]wmt_plat_dump_pin_conf:[WMT-PLAT]=>dump wmt pin configuration emds<=
<3>[ 504.565076] [WMT-CMB-HW]mtk_wcn_cmb_hw_pwr_on:CMB-HW, hw_pwr_on start
<7>[ 504.651089] [245:er.ServerThread] fork err at pid
<7>[ 504.651123] [245:er.ServerThread] fork [3142:er.ServerThread]
<7>[ 504.654011] [3142:er.ServerThread] set proc[3142] name: ->[Thread-222]
<7>[ 504.656024] [3142:Thread-222] exit
<3>[ 504.776880] [WMT-PLAT]wmt_plat_audio_ctrlCM/I2S pin seperate
<3>[ 504.777653] [WMT-PLAT]wmt_plat_i2s_ctrl:[MT6620]warnning:FM digital mode is not set, no I2S GPIO settings should be modified by combo driver
<3>[ 504.779264] [WMT-PLAT]wmt_plat_audio_ctrl:skip chip aif setting
<3>[ 504.780203] [WMT-LIB]wmt_lib_ps_handler:MT6620 Not Ready, Dont Send Sleep/Wakeup Command
<4>[ 504.781236] [STP-PSM] [E]_stp_psm_notify_stp(990):ERROR! Invalid Action!!
<4>[ 504.781242]
<3>[ 504.782264] [WMT-CMB-HW]mtk_wcn_cmb_hw_pwr_on:CMB-HW, BGF_EINT IRQ registered and disabled
<3>[ 504.783352] [WMT-CMB-HW]mtk_wcn_cmb_hw_pwr_on:CMB-HW, hw_pwr_on finish (0)
<7>[ 504.786661] [2800:Smack Packet Wr] exit
<4>[ 504.787032] mt6575_get_bus_freq() return 192400
<3>[ 504.787794] [WMT-CTRL]wmt_ctrl_ul_cmd:str(open_stp) result(0)
<4>[ 504.788536] Flush type = 4 Rx Queue
<3>[ 504.789111] [WMT-CTRL]wmt_ctrl_ul_cmd:str(baud_115200_0) result(0)
<6>[ 504.789907] [STP] mtk_wcn_stp_enable: mtk_wcn_stp_enable: set the current enable = (0)
<4>[ 504.789919] [STP-PSM] _stp_psm_reset: _stp_psm_reset
<4>[ 504.790788] [STP-PSM] _stp_psm_reset: reset-wake_lock(0)
<4>[ 504.791477] [STP-PSM] _stp_psm_reset: reset-wake_lock(0)
<4>[ 504.792168] [STP-PSM] _stp_psm_set_state: work_state = ACT --> ACT
<6>[ 504.792974] [STP] mtk_wcn_stp_ready: set ready (0)
<6>[ 504.792985] [STP] mtk_wcn_stp_set_mode: STP_SUPPORT_PROTOCOL = 00000002
<6>[ 504.792996] [STP] mtk_wcn_stp_enable: mtk_wcn_stp_enable: set the current enable = (1)
<3>[ 504.798478] [WMT-CORE]wmt_core_hw_check:get hwcode (chip id) (0x6620)
<3>[ 504.804755] [WMT-IC]mt6620_ver_check:MT6620: read hw_ver (hw version) (0x8a11)
<3>[ 504.812799] [WMT-IC]mt6620_ver_check:MT6620: read fw_ver (rom version) (0x8a10)
<3>[ 504.813739] [WMT-IC]mt6620_find_wmt_ic_info:found ic info(0x8a11) by full match! index:3
<3>[ 504.814778] [WMT-IC]mt6620_ver_check:MT6620: wmt ic info: MT6620.E4 (0x8a11, WMTHWVER:3, patch_ext:_e3)
<3>[ 504.815981] [WMT-CORE]wmt_core_hw_check:chip id(0x6620) ver_check ok
<3>[ 504.827467] [WMT-CTRL]wmt_ctrl_ul_cmd:str(baud_4000000_0) result(0)
<3>[ 504.828275] [WMT-IC]mt6620_sw_init:WMT-CORE: change baudrate(4000000) ok
<3>[ 504.830908] [WMT-IC]mt6620_update_patch_name:full firmware patch name: /system/etc/firmware/mt6620_patch_e3_hdr.bin
<3>[ 504.840335] [WMT-IC]mt6620_patch_dwn:===========================================
<3>[ 504.841285] [WMT-IC]mt6620_patch_dwn:[Combo Patch] Built Time = 20120320180900
<3>[ 504.846067] [WMT-IC]mt6620_patch_dwn:[Combo Patch] Hw Ver = 0x8a10
<3>[ 504.846980] [WMT-IC]mt6620_patch_dwn:[Combo Patch] Sw Ver = 0x8a10
<3>[ 504.847774] [WMT-IC]mt6620_patch_dwn:[Combo Patch] Ph Ver = 0x001b
<3>[ 504.848576] [WMT-IC]mt6620_patch_dwn:[Combo Patch] Platform = 1212
<3>[ 504.849376] [WMT-IC]mt6620_patch_dwn:===========================================
<7>[ 505.083571] [3108:com.specdevice] exit
<3>[ 505.173405] [WMT-IC]mt6620_patch_dwn:wmt_core: patch dwn:0 frag(43, 752) ok
<3>[ 505.174325] [WMT-IC]mt6620_sw_init:Not to check the patch validity
<3>[ 505.175484] [WMT-IC]wmt_stp_init_coex:ctrl GET_WMT_CONF ok(0xbf12d2f8)
<3>[ 505.180032] [WMT-IC]mt6620_sw_init:init_coex ok
<6>[ 505.184244] [STP] mtk_wcn_stp_set_mode: STP_SUPPORT_PROTOCOL = 00000001
<6>[ 505.184259] [STP] mtk_wcn_stp_enable: mtk_wcn_stp_enable: set the current enable = (1)
<3>[ 505.184271] [WMT-IC]mt6620_sw_init:enable host STP-UART-FULL mode
<3>[ 505.198716] [WMT-IC]mt6620_sw_init:set fm mode (2) ok
<6>[ 505.199370] [STP] mtk_wcn_stp_psm_enable:[W] STP Not Ready, Dont do Sleep/Wakeup
<6>[ 505.199382] [STP] mtk_wcn_stp_ready: set ready (1)
<4>[ 505.199393] mt_combo_sdio_ctrl: force set sdio port to (3)
<6>[ 505.200064] board_sdio_ctrl force off before on
<6>[ 505.200070] mtk_wcn_cmb_sdio_off (3)
<6>[ 505.200110] mtk_wcn_cmb_sdio_on (3)
<3>[ 505.200145] msdc3 -> USR Resume <- msdc_pm() : L<1260> PID<0x4d>
<3>[ 505.217414] msdc3 -> ================ <- msdc_set_mclk() : L<756> PID<0x1c>
<3>[ 505.218423] msdc3 -> !!! Set<400KHz> Source<197000KHz> -> sclk<397KHz> DDR<0> mode<0> div<124> <- msdc_set_mclk() : L<758> PID<0x1c>
<3>[ 505.220043] msdc3 -> ================ <- msdc_set_mclk() : L<759> PID<0x1c>
<3>[ 505.242322] msdc3 -> select card<0x00010000> <- msdc_command_start() : L<1320> PID<0x1c>
<3>[ 505.266589] msdc3 -> SD latch data<1> cmd<1> <- msdc_ops_set_ios() : L<3218> PID<0x1c>
<3>[ 505.267736] msdc3 -> ================ <- msdc_set_mclk() : L<756> PID<0x1c>
<3>[ 505.268740] msdc3 -> !!! Set<50000KHz> Source<197000KHz> -> sclk<49250KHz> DDR<0> mode<0> div<1> <- msdc_set_mclk() : L<758> PID<0x1c>
<3>[ 505.270383] msdc3 -> ================ <- msdc_set_mclk() : L<759> PID<0x1c>
<6>[ 505.272149] mmc2: new high speed SDIO card at address 0001
<6>[ 505.273362] [WMT-DFT]hif_sdio_probe:start!
<6>[ 505.273375] [WMT-DFT]hif_sdio_probe:vendor(0x37a) device(0x20a) num(0x1)
<6>[ 505.273385] [WMT-DFT]hif_sdio_probe:card->info[0]: MediaTek MT6620 Wireless Combo Chip
<6>[ 505.273395] [WMT-DFT]hif_sdio_probe:card->info[1]:
<6>[ 505.273402] [WMT-DFT]hif_sdio_probe:card->info[2]:
<6>[ 505.273483] [WMT-DFT]hif_sdio_probe:cur_blksize(512) max(2048), host max blk_size(2048) blk_count(520192)
<7>[ 505.273506] WQ_WARN: cpu:1, proc:kworker/u:1, dur: 71349384 > 8ms
<7>[ 505.273524] work: mmc_rescan+0x0/0x370
<6>[ 505.356835] [WMT-DFT]hif_sdio_wifi_on:start!
<7>[ 505.356956] [2:kthreadd] fork err at pid
<7>[ 505.356982] [2:kthreadd] fork [3143:kthreadd]
<6>[ 505.357009] [WMT-DFT]hif_sdio_wifi_on:sdio_claim_irq() for wifi ok
<5>[ 505.357048] [wlan] net_device prDev(0xdb1fa000) allocated
<4>[ 505.358100] [RT_MONITOR]WARNNING [3143:ksdioirqd/mmc2] SET NOT ALLOW RT Prio [1] for proc [3143:ksdioirqd/mmc2]
<4>[ 505.359755] Backtrace:
<4>[ 505.360196] [] (dump_backtrace+0x0/0x10c) from [] (dump_stack+0x18/0x1c)
<4>[ 505.361538] r7:00000001 r6:00000000 r5:cceda000 r4:d9df8800
<4>[ 505.362321] [] (dump_stack+0x0/0x1c) from [] (__sched_setscheduler+0x490/0x5c8)
<4>[ 505.363539] [] (__sched_setscheduler+0x0/0x5c8) from [] (sched_setscheduler+0x14/0x18)
<4>[ 505.364869] [] (sched_setscheduler+0x0/0x18) from [] (sdio_irq_thread+0x38/0x2c4)
<4>[ 505.366208] [] (sdio_irq_thread+0x0/0x2c4) from [] (kthread+0x90/0x98)
<5>[ 505.368149] [wlan] Open FW image: WIFI_RAM_CODE done
<4>[ 505.369144] [] (kthread+0x0/0x98) from [] (do_exit+0x0/0x6e4)
<4>[ 505.370068] r7:00000013 r6:c0088df0 r5:c00a0470 r4:dd695d78
<5>[ 505.373993] [wlan] Allocating 4096 bytes for COMMON MGMT MEMORY POOL.
<5>[ 505.374810] [wlan] Virtual Address = de802000 for COMMON MGMT MEMORY POOL.
<5>[ 505.375653] [wlan] Allocating 11136 bytes for SW_RFB_T.
<5>[ 505.376327] [wlan] Virtual Address = de8b0000 for SW_RFB_T.
<5>[ 505.377086] [wlan] Allocating 13312 bytes for MSDU_INFO_T.
<5>[ 505.377765] [wlan] Virtual Address = de8b4000 for MSDU_INFO_T.
<6>[ 505.378483] [wlan] wlanAdapterStart(): Acquiring LP-OWN
<6>[ 505.396882] [wlan] Chip ID: 0x6620
<6>[ 505.396894] [wlan] Revision ID: 0x1
<6>[ 506.048586] [wlan] wlanAdapterStart(): Waiting for Ready bit..
<7>[ 506.122322] [3126:ReferenceQueueD] exit
<7>[ 506.122508] [3128:FinalizerDaemon] exit
<7>[ 506.122658] [3129:FinalizerWatchd] exit
<7>[ 506.132359] [93:zygote] fork err at pid
<7>[ 506.132409] [93:zygote] fork [3144:zygote]
<7>[ 506.133355] [93:zygote] fork err at pid
<7>[ 506.133388] [93:zygote] fork [3145:zygote]
<7>[ 506.135009] [3144:zygote] fork err at pid
<7>[ 506.135033] [3144:zygote] fork [3146:zygote]
<7>[ 506.135130] [3145:zygote] set proc[3145] name: ->[ReferenceQueueD]
<7>[ 506.135531] [93:zygote] fork err at pid
<7>[ 506.135554] [93:zygote] fork [3147:zygote]
<7>[ 506.135752] [3147:zygote] set proc[3147] name: ->[FinalizerDaemon]
<7>[ 506.136002] [93:zygote] fork err at pid
<7>[ 506.136023] [93:zygote] fork [3148:zygote]
<7>[ 506.136168] [3146:zygote] set proc[3146] name: ->[GC]
<7>[ 506.136777] [3144:zygote] fork err at pid
<7>[ 506.136893] [3144:zygote] fork [3149:zygote]
<7>[ 506.136962] [3148:zygote] set proc[3148] name: ->[FinalizerWatchd]
<7>[ 506.142206] [3149:zygote] set proc[3149] name: ->[Signal Catcher]
<7>[ 506.142508] [3144:zygote] fork err at pid
<7>[ 506.142531] [3144:zygote] fork [3150:zygote]
<7>[ 506.143499] [3150:zygote] set proc[3150] name: ->[Compiler]
<7>[ 506.144018] [3144:zygote] fork err at pid
<7>[ 506.144041] [3144:zygote] fork [3151:zygote]
<7>[ 506.144969] [3151:zygote] set proc[3151] name: ->[ReferenceQueueD]
<7>[ 506.145333] [3144:zygote] fork err at pid
<7>[ 506.145357] [3144:zygote] fork [3152:zygote]
<7>[ 506.145554] [3152:zygote] set proc[3152] name: ->[FinalizerDaemon]
<7>[ 506.145853] [3144:zygote] fork err at pid
<7>[ 506.145875] [3144:zygote] fork [3153:zygote]
<7>[ 506.145967] [3153:zygote] set proc[3153] name: ->[FinalizerWatchd]
<7>[ 506.152448] [3144:zygote] set proc[3144] name: ->[iatek.GoogleOta]
<7>[ 506.156013] [3144:iatek.GoogleOta] fork err at pid
<7>[ 506.156039] [3144:iatek.GoogleOta] fork [3154:iatek.GoogleOta]
<7>[ 506.156722] [3144:iatek.GoogleOta] set proc[3144] name: ->[re-initialized>]
<7>[ 506.171418] [3154:iatek.GoogleOta] set proc[3154] name: ->[Binder Thread #]
<7>[ 506.173618] [3154:Binder Thread #] fork err at pid
<7>[ 506.173644] [3154:Binder Thread #] fork [3155:Binder Thread #]
<7>[ 506.192154] [3144:re-initialized>] set proc[3144] name: ->[iatek.GoogleOta]
<7>[ 506.203725] [3155:Binder Thread #] set proc[3155] name: ->[Binder Thread #]
<6>[ 506.286844] [wlan] Ready bit asserted
<5>[ 506.318986] [wlan] [wifi] wlan%d netif_carrier_off
<6>[ 506.319577] [wlan] [1] fgEnArpFilter:0x1, u4UapsdAcBmp:0x0, u4MaxSpLen:0x0
<6>[ 506.319652] [wlan] eNetTypeIndex:0, ePwrMode:2, fgEnCmdEvent:0
<5>[ 506.319733] [wlan] Domain: map=0, idx=0, code=0x0000
<7>[ 506.324023] [2:kthreadd] fork err at pid
<7>[ 506.324047] [2:kthreadd] fork [3156:kthreadd]
<5>[ 506.326386] [wlan] tx_thread starts running...
<7>[ 506.334813] [2717:e.process.gapps] fork err at pid
<7>[ 506.334849] [2717:e.process.gapps] fork [3157:e.process.gapps]
<6>[ 506.336153] [WMT-DFT]hif_sdio_clt_probe_func:clt_probe_func card_id(20a) func_num(1) blk_sz(512) prob_idx(0) ret(0) ok
<6>[ 506.336167] [WMT-DFT]hif_sdio_wifi_onk!
<3>[ 506.336184] [WMT-CORE]wmt_core_dump_func_state:[AF FUNC ON]status(b:0 f:0 g:0 w:2 lpbk:0 wmt:2 sd1:2 sd2:0 stp:0)
<4>[ 506.341350] [STP-PSM] _stp_psm_enable: PSM MODE Enable==============================>
<4>[ 506.341360]
[STP-PSM] _stp_psm_dump_active_q: Active op list:++
<4>[ 506.343136] [STP-PSM] _stp_psm_dump_active_q: STP_OPID_PSM_WAKEUP
<4>[ 506.343926] [STP-PSM] _stp_psm_dump_active_q: Active op list:--
<4>[ 506.344709] [STP-PSM] _stp_psm_notify_wmt: In ACT state, dont do WAKEUP/HOST_AWAKE again
<4>[ 506.347910] [STP-PSM] _stp_psm_notify_wmt_wakeup_wq: OPID(1) type(0) bRet(1)
<4>[ 506.347917]
<4>[ 506.349012] [STP-PSM] _stp_psm_do_wait: +Total waits for ACT takes 0 msec
<4>[ 506.349897] [STP-PSM] _stp_psm_enable: PSM MODE Enable<=============================
<4>[ 506.349903]
<3>[ 506.351071] [WMT-EXP]mtk_wcn_wmt_func_ctrlPID(3) type(3) ok
<7>[ 506.352894] [3157:e.process.gapps] set proc[3157] name: ->[AsyncTask #1]
<7>[ 506.358029] [2717:e.process.gapps] fork err at pid
<7>[ 506.358056] [2717:e.process.gapps] fork [3158:e.process.gapps]
<7>[ 506.358674] [3158:e.process.gapps] set proc[3158] name: ->[SharedPreferenc]
<7>[ 506.374955] [144:netd] fork err at pid
<7>[ 506.374989] [144:netd] fork [3159:netd]
<7>[ 506.388357] [3159:netd] set proc[3159] name: ->[sh]
<7>[ 506.390182] [3159:sh] fork err at pid
<7>[ 506.390209] [3159:sh] fork [3160:sh]
<7>[ 506.391594] [3160:sh] set proc[3160] name: ->[ip]
<7>[ 506.408697] [3141:Thread-221] exit
<7>[ 506.419557] [3160:ip] exit
<7>[ 506.419720] [3160:ip] sig 17 to [3159:sh]
<7>[ 506.419917] [3159:sh] exit
<7>[ 506.420037] [3159:sh] sig 17 to [144:netd]
<7>[ 506.422204] [3158:SharedPreferenc] exit
<4>[ 506.466834] 2013-11-23 08:08:50.354962 UTC; android time 2013-11-23 09:08:50.354962
<7>[ 506.506363] [2717:e.process.gapps] fork err at pid
<7>[ 506.506390] [2717:e.process.gapps] fork [3161:e.process.gapps]
<7>[ 506.506759] [3161:e.process.gapps] set proc[3161] name: ->[pool-1-thread-1]
<7>[ 506.541081] [2249:kworker/u:2] fork err at pid
<7>[ 506.541106] [2249:kworker/u:2] fork [3162:kworker/u:2]
<7>[ 506.542413] [3162:kworker/u:2] fork err at pid
<7>[ 506.542439] [3162:kworker/u:2] fork [3163:kworker/u:2]
<7>[ 506.542811] [3163:kworker/u:2] exit
<7>[ 506.542844] [3163:kworker/u:2] sig 17 to [3162:kworker/u:2]
<7>[ 506.542882] [3162:kworker/u:2] exit
<6>[ 506.544404] [RTlog insert] fib_netdev_event() wlan0 NETDEV_UP!
<6>[ 506.544427] ADDRCONF(NETDEV_UP): wlan0: link is not ready
<7>[ 506.557450] [1:init] fork err at pid
<7>[ 506.557476] [1:init] fork [3164:init]
<7>[ 506.558223] WQ_WARN: cpu:0, proc:kworker/0:3, dur: 13693616 > 8ms
<7>[ 506.558295] work: wlanSetMulticastListWorkQueue+0x0/0x1f4 [wlan]
<7>[ 506.558787] [292:WifiStateMachin] fork err at pid
<7>[ 506.558812] [292:WifiStateMachin] fork [3165:WifiStateMachin]
<7>[ 506.559918] [3165:WifiStateMachin] set proc[3165] name: ->[WifiMonitor]
<7>[ 506.588427] [3164:init] set proc[3164] name: ->[logwrapper]
<7>[ 506.590221] [3164:logwrapper] fork err at pid
<7>[ 506.590247] [3164:logwrapper] fork [3166:logwrapper]
<7>[ 506.618873] [3166:logwrapper] set proc[3166] name: ->[wpa_supplicant]
<7>[ 506.698546] [3145:ReferenceQueueD] exit
<7>[ 506.700347] [3147:FinalizerDaemon] exit
<7>[ 506.700595] [3148:FinalizerWatchd] exit
<7>[ 506.713000] [93:zygote] fork err at pid
<7>[ 506.713033] [93:zygote] fork [3167:zygote]
<7>[ 506.713675] [93:zygote] fork err at pid
<7>[ 506.713700] [93:zygote] fork [3168:zygote]
<7>[ 506.723622] [3167:zygote] fork err at pid
<7>[ 506.723656] [3167:zygote] fork [3169:zygote]
<7>[ 506.723842] [3168:zygote] set proc[3168] name: ->[ReferenceQueueD]
<7>[ 506.724773] [93:zygote] fork err at pid
<7>[ 506.724801] [93:zygote] fork [3170:zygote]
<7>[ 506.729166] [3169:zygote] set proc[3169] name: ->[GC]
<7>[ 506.729755] [3167:zygote] fork err at pid
<7>[ 506.729779] [3167:zygote] fork [3171:zygote]
<7>[ 506.736865] [3170:zygote] set proc[3170] name: ->[FinalizerDaemon]
<7>[ 506.737445] [93:zygote] fork err at pid
<7>[ 506.737467] [93:zygote] fork [3172:zygote]
<7>[ 506.737726] [3171:zygote] set proc[3171] name: ->[Signal Catcher]
<7>[ 506.737933] [3172:zygote] set proc[3172] name: ->[FinalizerWatchd]
<7>[ 506.738128] [3167:zygote] fork err at pid
<7>[ 506.738149] [3167:zygote] fork [3173:zygote]
<7>[ 506.744725] [3173:zygote] set proc[3173] name: ->[Compiler]
<7>[ 506.745547] [3167:zygote] fork err at pid
<7>[ 506.745570] [3167:zygote] fork [3174:zygote]
<7>[ 506.756837] [3174:zygote] set proc[3174] name: ->[ReferenceQueueD]
<7>[ 506.757269] [3167:zygote] fork err at pid
<7>[ 506.757292] [3167:zygote] fork [3175:zygote]
<7>[ 506.757392] [3175:zygote] set proc[3175] name: ->[FinalizerDaemon]
<7>[ 506.757621] [3167:zygote] fork err at pid
<7>[ 506.757640] [3167:zygote] fork [3176:zygote]
<7>[ 506.766408] [3176:zygote] set proc[3176] name: ->[FinalizerWatchd]
<7>[ 506.767925] [3167:zygote] set proc[3167] name: ->[d.apps.uploader]
<7>[ 506.777137] [3167:d.apps.uploader] fork err at pid
<7>[ 506.777167] [3167:d.apps.uploader] fork [3177:d.apps.uploader]
<7>[ 506.779420] [3167:d.apps.uploader] set proc[3167] name: ->[re-initialized>]
<7>[ 506.789291] [3177:d.apps.uploader] set proc[3177] name: ->[Binder Thread #]
<7>[ 506.797139] [3177:Binder Thread #] fork err at pid
<7>[ 506.797164] [3177:Binder Thread #] fork [3178:Binder Thread #]
<7>[ 506.799515] [3167:re-initialized>] set proc[3167] name: ->[d.apps.uploader]
<7>[ 506.806902] [3178:Binder Thread #] set proc[3178] name: ->[Binder Thread #]
<7>[ 506.871061] WQ_WARN: cpu:1, proc:kworker/u:2, dur: 8276538 > 8ms
<7>[ 506.871092] work: WorkQueueHandler+0x0/0x18 [mtklfb]
<5>[ 506.898030] [wlan] N=0 closed
<5>[ 506.905716] [wlan] EVENT-ROAMING ABORT: Current Time = 201890
<5>[ 506.906425] [wlan] [13] TRANSITION: [0] -> [0]
<6>[ 506.926972] [wlan] NAF=0,0,0
<6>[ 506.926988] [wlan] NAF=0,0,0
<7>[ 506.948909] [3167:d.apps.uploader] fork err at pid
<7>[ 506.948936] [3167:d.apps.uploader] fork [3179:d.apps.uploader]
<7>[ 506.949010] [3179:d.apps.uploader] set proc[3179] name: ->[[email protected]]
<7>[ 506.963080] [3167:d.apps.uploader] fork err at pid
<7>[ 506.963310] [3167:d.apps.uploader] fork [3180:d.apps.uploader]
<7>[ 506.963931] [3180:d.apps.uploader] set proc[3180] name: ->[Thread-237]
<7>[ 506.971390] [3167:d.apps.uploader] fork err at pid
<7>[ 506.971417] [3167:d.apps.uploader] fork [3181:d.apps.uploader]
<7>[ 506.974939] [3181:d.apps.uploader] set proc[3181] name: ->[SharedPreferenc]
<7>[ 506.980966] [3181:SharedPreferenc] exit
<7>[ 506.995001] [540:ndroid.settings] fork err at pid
<7>[ 506.995034] [540:ndroid.settings] fork [3182:ndroid.settings]
<7>[ 507.001427] [3182:ndroid.settings] set proc[3182] name: ->[IntentService[A]
<7>[ 507.009374] [3168:ReferenceQueueD] exit
<7>[ 507.009554] [3170:FinalizerDaemon] exit
<7>[ 507.009701] [3172:FinalizerWatchd] exit
<7>[ 507.015430] [93:zygote] fork err at pid
<7>[ 507.015469] [93:zygote] fork [3183:zygote]
<7>[ 507.016098] [93:zygote] fork err at pid
<7>[ 507.016122] [93:zygote] fork [3184:zygote]
<7>[ 507.016499] [3182:IntentService[A] exit
<7>[ 507.016643] [3184:zygote] set proc[3184] name: ->[ReferenceQueueD]
<7>[ 507.017035] [93:zygote] fork err at pid
<7>[ 507.017057] [93:zygote] fork [3185:zygote]
<7>[ 507.017853] [3183:zygote] fork err at pid
<7>[ 507.017875] [3183:zygote] fork [3186:zygote]
<7>[ 507.017923] [3185:zygote] set proc[3185] name: ->[FinalizerDaemon]
<7>[ 507.018174] [93:zygote] fork err at pid
<7>[ 507.018195] [93:zygote] fork [3187:zygote]
<7>[ 507.018294] [3186:zygote] set proc[3186] name: ->[GC]
<7>[ 507.018799] [3183:zygote] fork err at pid
<7>[ 507.018820] [3183:zygote] fork [3188:zygote]
<7>[ 507.018885] [3187:zygote] set proc[3187] name: ->[FinalizerWatchd]
<7>[ 507.027757] [3188:zygote] set proc[3188] name: ->[Signal Catcher]
<7>[ 507.032124] [3183:zygote] fork err at pid
<7>[ 507.032152] [3183:zygote] fork [3189:zygote]
<7>[ 507.032341] [3189:zygote] set proc[3189] name: ->[Compiler]
<7>[ 507.047597] [3183:zygote] fork err at pid
<7>[ 507.047621] [3183:zygote] fork [3190:zygote]
<7>[ 507.047720] [3190:zygote] set proc[3190] name: ->[ReferenceQueueD]
<7>[ 507.048048] [3183:zygote] fork err at pid
<7>[ 507.048067] [3183:zygote] fork [3191:zygote]
<5>[ 507.048562] [wlan] [13] TRANSITION: [0] -> [2]
<7>[ 507.049347] [3191:zygote] set proc[3191] name: ->[FinalizerDaemon]
<7>[ 507.049615] [3183:zygote] fork err at pid
<7>[ 507.049637] [3183:zygote] fork [3192:zygote]
<7>[ 507.049727] [3192:zygote] set proc[3192] name: ->[FinalizerWatchd]
<7>[ 507.050608] [3183:zygote] set proc[3183] name: ->[ba.klix.android]
<7>[ 507.053762] [3183:ba.klix.android] fork err at pid
<7>[ 507.053790] [3183:ba.klix.android] fork [3193:ba.klix.android]
<7>[ 507.056004] [3183:ba.klix.android] set proc[3183] name: ->[re-initialized>]
<7>[ 507.066444] [3193:ba.klix.android] set proc[3193] name: ->[Binder Thread #]
<7>[ 507.070517] [3193:Binder Thread #] fork err at pid
<7>[ 507.070960] [3193:Binder Thread #] fork [3194:Binder Thread #]
<7>[ 507.072905] [3183:re-initialized>] set proc[3183] name: ->[ba.klix.android]
<7>[ 507.076170] [3194:Binder Thread #] set proc[3194] name: ->[Binder Thread #]
<7>[ 507.337463] [3183:ba.klix.android] fork err at pid
<7>[ 507.337488] [3183:ba.klix.android] fork [3195:ba.klix.android]
<7>[ 507.337966] [3195:ba.klix.android] set proc[3195] name: ->[SharedPreferenc]
<7>[ 507.353394] [3116:AsyncTask #2] fork err at pid
<7>[ 507.353430] [3116:AsyncTask #2] fork [3196:AsyncTask #2]
<7>[ 507.360091] [3195:SharedPreferenc] exit
<7>[ 507.364134] [3196:AsyncTask #2] set proc[3196] name: ->[dmesg]
Marcas:
3Q
Acer
ACHO
Sent from my GT-N7000 using xda app-developers app

Building my own CWM recovery...but need help.

Hello.
could you please help me to flash my device ?
it’s a RK30** based device (maybe a RK3066).
I have yet tested a lot of possibility….. but now way to flash a custom recovery ;-(
I would like install TWRP or CWM
I tested :
Arctools.apk (don’t work) / room manager (don’t work) / a batch tool adb installer (don’t work) / fastboot in bootloader mode (don’t work_no device detected) / directly flash some update.zip from the original recovery (don’t work).
My device is rooted buit nothing work for me.
I tried also to flash diferent recovery.img from RKFLASHKIT (ubuntu inside ).
so…. i’m a little bit lost.
For security I dumped these originals partitions :
misc.img
recovery.img
boot.img
kernel.img
I can also provide a complete dmesg in a second post.
So, I hope you will be able to help me to find a good version of recovery and the good way to flash it !
I thank you in advance !
dmseg 1/2
<6>[ 0.000000] Initializing cgroup subsys cpu
<5>[ 0.000000] Linux version 3.0.8+ ([email protected]) (gcc version 4.4.3 (GCC) ) #233 SMP PREEMPT Mon Sep 2 18:37:15 CST 2013
<4>[ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c53c7d
<4>[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
<4>[ 0.000000] Machine: RK30board
<6>[ 0.000000] memory reserve: Memory(base:0x91800000 size:80M) reserved for <ion>
<6>[ 0.000000] memory reserve: Memory(base:0x90c00000 size:12M) reserved for <fb0 buf>
<6>[ 0.000000] memory reserve: Memory(base:0x90600000 size:6M) reserved for <camera_ipp_mem>
<6>[ 0.000000] memory reserve: Total reserved 98M
<4>[ 0.000000] Memory policy: ECC disabled, Data cache writeback
<6>[ 0.000000] bootconsole [earlycon0] enabled
<4>[ 0.000000] CPU SRAM: copied sram code from c0aa7000 to fef00100 – fef023d0
<4>[ 0.000000] CPU SRAM: copied sram data from c0aa92d0 to fef03000 – fef03920
<6>[ 0.000000] L310 cache controller enabled
<6>[ 0.000000] l2x0: 16 ways, CACHE_ID 0x4100c0c8, AUX_CTRL 0x76050001, Cache size: 524288 B
<4>[ 0.000000] DDR DEBUG: version 1.00 20130121
<4>[ 0.000000] DDR DEBUG: DDR3 Device
<4>[ 0.000000] DDR DEBUG: Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Total Capability=1024MB
<4>[ 0.000000] DDR DEBUG: init success!!! freq=300MHz
<4>[ 0.000000] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=0x4, DGSL=1 extra clock, DGPS=90
<4>[ 0.000000] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=0x4, DGSL=1 extra clock, DGPS=90
<4>[ 0.000000] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=0x4, DGSL=1 extra clock, DGPS=90
<4>[ 0.000000] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=0x4, DGSL=1 extra clock, DGPS=90
<4>[ 0.000000] DDR DEBUG: ZERR=0, ZDONE=0, ZPD=0x0, ZPU=0x0, OPD=0x0, OPU=0x0
<4>[ 0.000000] DDR DEBUG: DRV Pull-Up=0xb, DRV Pull-Dwn=0xb
<4>[ 0.000000] DDR DEBUG: ODT Pull-Up=0x2, ODT Pull-Dwn=0x2
<4>[ 0.000000] rk30_iomux_init
<4>[ 0.000000] Boot mode: 6 flag: 0xc3524200
<7>[ 0.000000] On node 0 totalpages: 237056
<7>[ 0.000000] free_area_init_node: node 0, pgdat c0aa6340, node_mem_map c152d000
<7>[ 0.000000] Normal zone: 1744 pages used for memmap
<7>[ 0.000000] Normal zone: 0 pages reserved
<7>[ 0.000000] Normal zone: 196400 pages, LIFO batch:31
<7>[ 0.000000] HighMem zone: 304 pages used for memmap
<7>[ 0.000000] HighMem zone: 38608 pages, LIFO batch:7
<6>[ 0.000000] PERCPU: Embedded 7 pages/cpu @c1d35000 s7072 r8192 d13408 u32768
<7>[ 0.000000] pcpu-alloc: s7072 r8192 d13408 u32768 alloc=8*4096
<7>[ 0.000000] pcpu-alloc: [0] 0 [0] 1
<4>[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 235008
<5>[ 0.000000] Kernel command line: console=ttyFIQ0 androidboot.console=ttyFIQ0 init=/init initrd=0x62000000,0x00180000 mtdparts=rk29xxnand:[email protected](misc),[email protected](kernel),[email protected](boot),[email protected](recovery),[email protected](backup),[email protected](cache),[email protected](userdata),[email protected](kpanic),[email protected](system),[email protected](user) bootver=2013-06-20#1.34 firmware_ver=4.1.1
<6>[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
<6>[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
<6>[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
<6>[ 0.000000] Memory: 774MB 152MB = 926MB total
<5>[ 0.000000] Memory: 920020k/920020k available, 128556k reserved, 155648K highmem
<5>[ 0.000000] Virtual kernel memory layout:
<5>[ 0.000000] vector : 0xffff0000 – 0xffff1000 ( 4 kB)
<5>[ 0.000000] fixmap : 0xfff00000 – 0xfffe0000 ( 896 kB)
<5>[ 0.000000] DMA : 0xffc00000 – 0xffe00000 ( 2 MB)
<5>[ 0.000000] vmalloc : 0xf7000000 – 0xfe800000 ( 120 MB)
<5>[ 0.000000] lowmem : 0xc0000000 – 0xf6800000 ( 872 MB)
<5>[ 0.000000] pkmap : 0xbfe00000 – 0xc0000000 ( 2 MB)
<5>[ 0.000000] modules : 0xbf000000 – 0xbfe00000 ( 14 MB)
<5>[ 0.000000] .init : 0xc0408000 – 0xc048d000 ( 532 kB)
<5>[ 0.000000] .text : 0xc048d000 – 0xc0a411cc (5841 kB)
<5>[ 0.000000] .data : 0xc0a42000 – 0xc0aa6e60 ( 404 kB)
<5>[ 0.000000] .bss : 0xc0aaa024 – 0xc152c388 (10761 kB)
<6>[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
<6>[ 0.000000] Preemptible hierarchical RCU implementation.
<6>[ 0.000000] NR_IRQS:416
<4>[ 0.000000] rk30_gpio_init: 176 gpio irqs in 6 banks
<6>[ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
<6>[ 0.000000] Console: colour dummy device 80×30
<6>[ 0.004965] Calibrating delay loop (skipped) preset value.. 1631.46 BogoMIPS (lpj=8157341)
<6>[ 0.013833] pid_max: default: 32768 minimum: 301
<6>[ 0.019037] Mount-cache hash table entries: 512
<6>[ 0.024581] Initializing cgroup subsys debug
<6>[ 0.029240] Initializing cgroup subsys cpuacct
<6>[ 0.034099] Initializing cgroup subsys freezer
<6>[ 0.038983] CPU: Testing write buffer coherency: ok
<4>[ 0.145025] CPU1: Booted secondary processor
<6>[ 0.145071] Brought up 2 CPUs
<6>[ 0.152997] SMP: Total of 2 processors activated (3262.93 BogoMIPS).
<6>[ 0.160214] devtmpfs: initialized
<6>[ 0.171372] NET: Registered protocol family 16
<4>[ 0.176259] last_log: 0xf0100000 0xc0aae210
<4>[ 0.182918] ————[ cut here ]————
<4>[ 0.187958] WARNING: at drivers/gpio/gpiolib.c:101 gpio_ensure_requested+0x48/0x114()
<4>[ 0.196340] autorequest GPIO-183
<4>[ 0.199929] [<c04981c4>] (unwind_backtrace+0x0/0xf0) from [<c04c0ae0>] (warn_slowpath_common+0x4c/0x64)
<4>[ 0.210067] [<c04c0ae0>] (warn_slowpath_common+0x4c/0x64) from [<c04c0b78>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[ 0.220438] [<c04c0b78>] (warn_slowpath_fmt+0x2c/0x3c) from [<c061a4f0>] (gpio_ensure_requested+0x48/0x114)
<4>[ 0.230984] [<c061a4f0>] (gpio_ensure_requested+0x48/0x114) from [<c061aba0>] (gpio_direction_output+0x7c/0xfc)
<4>[ 0.241938] [<c061aba0>] (gpio_direction_output+0x7c/0xfc) from [<c040e444>] (machine_rk30_board_init+0x34/0x288)
<4>[ 0.252985] [<c040e444>] (machine_rk30_board_init+0x34/0x288) from [<c040a4d8>] (customize_machine+0x1c/0x28)
<4>[ 0.263713] [<c040a4d8>] (customize_machine+0x1c/0x28) from [<c048d5d8>] (do_one_initcall+0x94/0x164)
<4>[ 0.273604] [<c048d5d8>] (do_one_initcall+0x94/0x164) from [<c0408350>] (kernel_init+0x88/0x130)
<4>[ 0.283027] [<c0408350>] (kernel_init+0x88/0x130) from [<c0493678>] (kernel_thread_exit+0x0/0x8)
<4>[ 0.292464] —[ end trace 1b75b31a2719ed1c ]—
<6>[ 0.398156] rk29sdk_wifi_bt_gpio_control_init: init finished
<6>[ 0.408723] console [ttyFIQ0] enabled, bootconsole disabled
<6>[ 0.414889] Registered FIQ tty driver f008fc00
<6>[ 0.426987] bio: create slab <bio-0> at 0
<4>[ 0.431222] wm831x_dcdc_init
<4>[ 0.431404] wm831x_ldo_init
<5>[ 0.431758] SCSI subsystem initialized
<6>[ 0.431971] usbcore: registered new interface driver usbfs
<6>[ 0.432043] usbcore: registered new interface driver hub
<6>[ 0.434252] usbcore: registered new device driver usb
<6>[ 0.434711] rk30_i2c rk30_i2c.0: i2c-0: RK30 I2C adapter
<6>[ 0.434938] rk30_i2c rk30_i2c.1: i2c-1: RK30 I2C adapter
<6>[ 0.435151] rk30_i2c rk30_i2c.2: i2c-2: RK30 I2C adapter
<6>[ 0.435260] rk30_i2c rk30_i2c.3: i2c-3: RK30 I2C adapter
<6>[ 0.435379] rk30_i2c rk30_i2c.4: i2c-4: RK30 I2C adapter
<6>[ 0.483138] rk30-adc rk30-adc: rk30 adc: driver initialized
<4>[ 0.483433] timed_gpio_probe
<6>[ 0.483524] Advanced Linux Sound Architecture Driver Version 1.0.24.
<6>[ 0.483920] Bluetooth: Core ver 2.16
<6>[ 0.483970] NET: Registered protocol family 31
<6>[ 0.483982] Bluetooth: HCI device and connection manager initialized
<6>[ 0.483999] Bluetooth: HCI socket layer initialized
<6>[ 0.484011] Bluetooth: L2CAP socket layer initialized
<6>[ 0.484036] Bluetooth: SCO socket layer initialized
<4>[ 0.485072] rk fb probe ok!
<4>[ 0.485164] wm831x_i2c_init
<6>[ 0.532516] cfg80211: Calling CRDA to update world regulatory domain
<3>[ 0.884439] rk30_i2c rk30_i2c.1: Addr[0x34] wait event timeout, state: 0, is_busy: 1, error: 0, complete_what: 0x0, ipd: 0x0
<4>[ 0.904437] rk30_i2c rk30_i2c.1: I2C_CON: start bit is set
<3>[ 0.924437] wm831x 1-0034: Failed to read parent ID: -110
<4>[ 0.924461] wm831x: probe of 1-0034 failed with error -110
<3>[ 1.324439] rk30_i2c rk30_i2c.1: Addr[0x2d] wait event timeout, state: 0, is_busy: 1, error: 0, complete_what: 0x2, ipd: 0x20
<3>[ 1.364436] tps65910 1-002d: tps65910_set_bits:read from reg 3f failed
<3>[ 1.764438] rk30_i2c rk30_i2c.1: Addr[0x2d] wait event timeout, state: 0, is_busy: 1, error: 0, complete_what: 0x2, ipd: 0x20
<3>[ 1.804436] tps65910 1-002d: read from reg 46 failed
<3>[ 1.804451] tps65910 1-002d: Error in configuring external control EN1
<4>[ 1.804465] tps65910 1-002d: Failed to initialise ext control config
<3>[ 2.204439] rk30_i2c rk30_i2c.1: Addr[0x2d] wait event timeout, state: 0, is_busy: 1, error: 0, complete_what: 0x2, ipd: 0x20
<3>[ 2.244436] tps65910 1-002d: tps65910_set_bits:read from reg 20 failed
<3>[ 2.244453] set_machine_constraints: VIO: failed to enable
<3>[ 2.244515] tps65910 1-002d: failed to register tps65910-pmic regulator
<4>[ 2.244536] tps65910-pmic: probe of tps65910-pmic failed with error -110
<4>[ 2.244680] tps65910_pre_init,line=38
<3>[ 2.644440] rk30_i2c rk30_i2c.1: Addr[0x2d] wait event timeout, state: 0, is_busy: 1, error: 0, complete_what: 0x2, ipd: 0x20
<3>[ 2.684437] tps65910 1-002d: Read from reg 0x40 failed
<3>[ 2.684451] Unable to read TPS65910_DEVCTRL2 reg
<3>[ 2.684463] tps65910 1-002d: pre_init() failed: -110
<4>[ 2.684601] tps65910: probe of 1-002d failed with error -110
<6>[ 2.684808] Switching to clocksource timer1
<4>[ 2.685016] lcdc0:reg_phy_base = 0x1010c000,reg_vir_base:0xf701c000
<4>[ 2.685049] fb0:win1
<4>[ 2.685052] fb1:win0
<4>[ 2.685056] fb2:win2
<6>[ 2.685065] Switched to NOHz mode on CPU #1
<4>[ 2.685153] lcdc0: dclk:33000000>>fps:59 rk30_load_screen for lcdc0 ok!
<6>[ 2.694437] Switched to NOHz mode on CPU #0
<4>[ 2.713630] fb0hy:90c00000>>vir:f8000000>>len:0xc00000
<4>[ 2.713896] rk_fb_register>>>>>fb0
<4>[ 2.714053] rk_fb_register>>>>>fb1
<4>[ 2.714227] rk_fb_register>>>>>fb2
<4>[ 2.714240] lcdc0 wakeup from stanby
<6>[ 2.714250] lcdc0 win1 open
<4>[ 2.731799] rk30 lcdc0 probe ok!
<4>[ 2.731858] lcdc1:reg_phy_base = 0x1010e000,reg_vir_base:0xf7028000
<4>[ 2.731891] fb0:win1
<4>[ 2.731895] fb1:win0
<4>[ 2.731898] fb2:win2
<4>[ 2.731952] lcdc1: dclk:74250000>>fps:60 rk30_load_screen for lcdc1 ok!
<4>[ 2.731974] fb3hy:90c00000>>vir:f8000000>>len:0xc00000
<4>[ 2.732253] rk_fb_register>>>>>fb3
<4>[ 2.732420] rk_fb_register>>>>>fb4
<4>[ 2.732568] rk_fb_register>>>>>fb5
<4>[ 2.732579] rk30 lcdc1 probe ok!
<4>[ 2.732637] ————————————————-boot with some other pmu,this is important notify————————————————-pwm_regulator_probe:n_voltages=17
<4>[ 2.732844] pwm_regulator.0: driver initialized
<4>[ 2.732856] rk30 pwm regulator is ok with pmu tps65910
<4>[ 2.742902] pwm_regulator_probe set vdd_core=1100000mV end
<4>[ 2.870731] regbase f7080000 0x0, otg_phy_confed08184, 0x550
<6>[ 2.920980] rk30_adc_battery: driver initialized
<6>[ 2.921245] NET: Registered protocol family 2
<6>[ 2.921372] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
<6>[ 2.921722] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
<6>[ 2.923559] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
<6>[ 2.924621] TCP: Hash tables configured (established 131072 bind 65536)
<6>[ 2.924635] TCP reno registered
<6>[ 2.924648] UDP hash table entries: 512 (order: 2, 16384 bytes)
<6>[ 2.924687] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
<6>[ 2.925056] NET: Registered protocol family 1
<4>[ 2.925231] RK29 Backlight Driver Initialized.
<6>[ 2.925425] Unpacking initramfs…
<6>[ 3.000775] Freeing initrd memory: 1536K
<6>[ 3.000973] rk30-tsadc rk30-tsadc: initialized
<6>[ 3.001830] Loaded driver for PL330 DMAC-1 rk29-pl330
<6>[ 3.001847] DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
<6>[ 3.002002] Loaded driver for PL330 DMAC-2 rk29-pl330
<6>[ 3.002017] DBUFF-64x8bytes Num_Chans-7 Num_Peri-20 Num_Events-14
<4>[ 3.009188] highmem bounce pool size: 64 pages
<6>[ 3.009376] ashmem: initialized
<6>[ 3.014384] fuse init (API version 7.16)
<6>[ 3.015969] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
<6>[ 3.015988] io scheduler noop registered
<6>[ 3.015998] io scheduler deadline registered
<6>[ 3.016056] io scheduler cfq registered (default)
<6>[ 3.022108] rga: Driver loaded succesfully
<4>[ 3.022746] rk_serial.c v1.3 2012-12-14
<6>[ 3.022838] rk_serial.0: ttyS0 at MMIO 0x10124000 (irq = 66) is a rk29_serial.0
<6>[ 3.044916] rk_serial rk_serial.0: membase 0xf704c000
<6>[ 3.044980] rk_serial.3: ttyS3 at MMIO 0x20068000 (irq = 69) is a rk29_serial.3
<6>[ 3.084869] rk_serial rk_serial.3: membase 0xf7050000
<6>[ 3.085144] Rockchip ion module(version: 1.0) is successfully loaded
<6>[ 3.087680] loop: module loaded
<6>[ 3.087788] Android kernel panic handler initialized (bind=kpanic)
<6>[ 3.088503] PPP generic driver version 2.4.2
<6>[ 3.088688] PPP Deflate Compression module registered
<6>[ 3.088701] PPP BSD Compression module registered
<6>[ 3.089295] PPP MPPE Compression module registered
<6>[ 3.089311] NET: Registered protocol family 24
<6>[ 3.089390] usbcore: registered new interface driver asix
<6>[ 3.089440] usbcore: registered new interface driver cdc_ether
<6>[ 3.089486] usbcore: registered new interface driver dm9620
<6>[ 3.089532] usbcore: registered new interface driver SR9700_android
<6>[ 3.089577] usbcore: registered new interface driver net1080
<6>[ 3.089621] usbcore: registered new interface driver cdc_subset
<6>[ 3.089674] usbcore: registered new interface driver zaurus
<6>[ 3.089697] cdc_ncm: 04-Aug-2011
<6>[ 3.089741] usbcore: registered new interface driver cdc_ncm
<4>[ 3.089753] Rockchip WiFi SYS interface (V1.00) …
<6>[ 3.089797] Initializing USB Mass Storage driver…
<6>[ 3.089858] usbcore: registered new interface driver usb-storage
<6>[ 3.089870] USB Mass Storage support registered.
<6>[ 3.089988] usbcore: registered new interface driver usbserial
<6>[ 3.090033] USB Serial support registered for generic
<6>[ 3.090086] usbcore: registered new interface driver usbserial_generic
<6>[ 3.090099] usbserial: USB Serial Driver core
<6>[ 3.090139] USB Serial support registered for GSM modem (1-port)
<6>[ 3.090193] usbcore: registered new interface driver option
<6>[ 3.090205] option: v0.7.2:USB Driver for GSM modems
<6>[ 3.300992] DWC_OTG: ^^^^^^^^^^^^^^^^^Device Mode
<6>[ 3.301017] usb20_otg usb20_otg: DWC OTG Controller
<6>[ 3.301042] usb20_otg usb20_otg: new USB bus registered, assigned bus number 1
<6>[ 3.301072] usb20_otg usb20_otg: irq 48, io mem 0x00000000
<6>[ 3.301081] DWC_OTG: dwc_otg_hcd_start controller in device mode,everest
<6>[ 3.301128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
<6>[ 3.301141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 3.301151] usb usb1: Product: DWC OTG Controller
<6>[ 3.301159] usb usb1: Manufacturer: Linux 3.0.8+ dwc_otg_hcd
<6>[ 3.301167] usb usb1: SerialNumber: usb20_otg
<6>[ 3.301501] hub 1-0:1.0: USB hub found
<6>[ 3.301516] hub 1-0:1.0: 1 port detected
<6>[ 3.302100] DWC_OTG: host20_driver_probe host2.0 reg addr: 0x101c0000 remap:0xf7180000
<6>[ 3.512773] DWC_OTG: ^^^^^^^^^^^^^^^^^^Host Mode
<6>[ 3.512796] usb20_host usb20_host: DWC OTG Controller
<6>[ 3.512818] usb20_host usb20_host: new USB bus registered, assigned bus number 2
<6>[ 3.512845] usb20_host usb20_host: irq 49, io mem 0x00000000
<6>[ 3.512887] DWC_OTG: Init: Port Power? op_state=1
<6>[ 3.512895] DWC_OTG: Init: Power Port (0)
<6>[ 3.512933] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
<6>[ 3.512945] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 3.512955] usb usb2: Product: DWC OTG Controller
<6>[ 3.512963] usb usb2: Manufacturer: Linux 3.0.8+ host20_hcd
<6>[ 3.512971] usb usb2: SerialNumber: usb20_host
<6>[ 3.513248] hub 2-0:1.0: USB hub found
<6>[ 3.513263] hub 2-0:1.0: 1 port detected
<6>[ 3.514441] android_usb gadget: Mass Storage Function, version: 2009/09/11
<6>[ 3.514453] android_usb gadget: Number of LUNs=2
<6>[ 3.514462] lun0: LUN: removable file: (no medium)
<6>[ 3.514471] lun1: LUN: removable file: (no medium)
<6>[ 3.514625] android_usb gadget: android_usb ready
<6>[ 3.514812] input: rk29-keypad as /devices/platform/rk29-keypad/input/input0
<4>[ 3.515006] ==gsl_ts_init==
<4>[ 3.515038] GSLX680 Enter gsl_ts_probe
<4>[ 3.515045] ==kzalloc success=
<4>[ 3.515051] [GSLX680] Enter gslX680_ts_init
<6>[ 3.515241] input: gslX680 as /devices/platform/rk30_i2c.2/i2c-2/2-0040/input/input1
<4>[ 3.605422] I read reg 0xf0 is 0
<4>[ 3.625190] I write reg 0xf0 0x12
<4>[ 3.645345] I read reg 0xf0 is 0x12
<3>[ 3.645687] i2c i2c-2: No ack, Maybe slave(addr: 0x40) not exist or abnormal power-on, retry 2…
<3>[ 3.646027] i2c i2c-2: No ack, Maybe slave(addr: 0x40) not exist or abnormal power-on, retry 1…
<3>[ 3.646366] i2c i2c-2: No ack, Maybe slave(addr: 0x40) not exist or abnormal power-on, retry 0…
<3>[ 3.745366] i2c i2c-2: No ack, Maybe slave(addr: 0x40) not exist or abnormal power-on, retry 2…
<3>[ 3.745875] i2c i2c-2: No ack, Maybe slave(addr: 0x40) not exist or abnormal power-on, retry 1…
<3>[ 3.746372] i2c i2c-2: No ack, Maybe slave(addr: 0x40) not exist or abnormal power-on, retry 0…
dmesg 2/2
<4>[ 3.814895] =============gsl_load_fw start==============
<6>[ 3.894947] usb 2-1: new high speed USB device number 2 using usb20_host
<6>[ 4.105961] usb 2-1: New USB device found, idVendor=0bda, idProduct=0179
<6>[ 4.106033] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 4.106081] usb 2-1: Product: 802.11n NIC
<6>[ 4.106116] usb 2-1: Manufacturer: Realtek
<6>[ 4.106150] usb 2-1: SerialNumber: 00AE0E0372CD
<4>[ 4.489292] =============gsl_load_fw end==============
<3>[ 4.535378] i2c i2c-2: No ack, Maybe slave(addr: 0x40) not exist or abnormal power-on, retry 2…
<3>[ 4.535938] i2c i2c-2: No ack, Maybe slave(addr: 0x40) not exist or abnormal power-on, retry 1…
<3>[ 4.536452] i2c i2c-2: No ack, Maybe slave(addr: 0x40) not exist or abnormal power-on, retry 0…
<4>[ 4.695988] [GSLX680] End gsl_ts_probe
<4>[ 4.696156] ret=0
<4>[ 4.696796] sensor_register_slave:mxc6225,id=16
<4>[ 4.696838] sensor_register_slave:akm8975,id=18
<4>[ 4.697136] sensor_register_slave:l3g4200d,id=31
<4>[ 4.697175] sensor_register_slave:cm3217,id=34
<4>[ 4.697205] light_cm3217_init
<6>[ 4.698522] lirc_dev: IR Remote Control driver registered, major 250
<6>[ 4.698568] IR NEC protocol handler initialized
<6>[ 4.698600] IR RC5(x) protocol handler initialized
<6>[ 4.698632] IR RC6 protocol handler initialized
<6>[ 4.698662] IR JVC protocol handler initialized
<6>[ 4.698693] IR Sony protocol handler initialized
<6>[ 4.698724] IR RC5 (streamzap) protocol handler initialized
<6>[ 4.698758] IR LIRC bridge handler initialized
<6>[ 4.698787] Linux video capture interface: v2.00
<4>[ 4.699398] start_charge_logo_display
<6>[ 4.700715] device-mapper: uevent: version 1.0.3
<6>[ 4.701579] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: [email protected]
<6>[ 4.702357] Bluetooth: HCI UART driver ver 2.2
<6>[ 4.702401] Bluetooth: HCI H4 protocol initialized
<6>[ 4.702436] Bluetooth: HCILL protocol initialized
<6>[ 4.702976] cpuidle: using governor ladder
<6>[ 4.703016] cpuidle: using governor menu
<6>[ 4.709081]
<6>[ 4.709092] drivers/mmc/core/core.c…1827.. ===== mmc_rescan Begin….[mmc0]
<6>[ 4.714321] rk29_sdmmc_change_clk_div..1928.. newDiv=83, newCLK=298Khz [sd_mmc]
<6>[ 4.714545] .Line3891..The End of SDMMC-probe Ver.5.00 The last modify date is 2012-11-05. [sd_mmc]
<6>[ 4.715141] .Line3891..The End of SDMMC-probe Ver.5.00 The last modify date is 2012-11-05. [sdio]
<7>[ 4.715296] Registered led device: button-backlight
<6>[ 4.717070] usbcore: registered new interface driver usbhid
<6>[ 4.717084] usbhid: USB HID core driver
<6>[ 4.717456] logger: created 256K log ‘log_main’
<6>[ 4.717551] logger: created 256K log ‘log_events’
<6>[ 4.717660] logger: created 256K log ‘log_radio’
<6>[ 4.717755] logger: created 256K log ‘log_system’
<4>[ 4.718339] i2c-core: driver [ES8323] using legacy suspend method
<4>[ 4.718354] i2c-core: driver [ES8323] using legacy resume method
<6>[ 4.718541] ES8323 audio_card_init
<6>[ 4.718553] XXXXEnter::audio_card_init—-201
<4>[ 4.718789] es8323_probe
<6>[ 4.751094]
<6>[ 4.751098] mmc_attach_sd..1218.. ===== Begin to identify card as SD-card. [mmc0]
<3>[ 4.757661] ES8323 0-0010: Failed to add route Left DAC->Left Mixer
<3>[ 4.757708] ES8323 0-0010: ES8323.0-0010: Failed to add 3D Mode: -16
<3>[ 4.757805] ES8323 0-0010: Failed to add route Left DAC->Left Mixer
<6>[ 4.757821] Enter::rk29_es8323_init—-138
<6>[ 4.757833] Enter::es8323_set_dai_sysclk—-668
<3>[ 4.767002] ES8323 0-0010: asoc: failed to add kcontrol Left Line Mux
<3>[ 4.767030] ES8323 0-0010: asoc: failed to add kcontrol Right PGA Mux
<3>[ 4.767056] ES8323 0-0010: asoc: failed to add kcontrol Left PGA Mux
<3>[ 4.767079] ES8323 0-0010: asoc: failed to add kcontrol Right ADC Mux
<3>[ 4.767102] ES8323 0-0010: asoc: failed to add kcontrol Left ADC Mux
<3>[ 4.767126] ES8323 0-0010: asoc: failed to add kcontrol Differential Mux
<4>[ 4.767178] ES8323 0-0010: ASoC: Failed to create POST debugfs file
<4>[ 4.767197] ES8323 0-0010: ASoC: Failed to create PRE debugfs file
<4>[ 4.767214] ES8323 0-0010: ASoC: Failed to create RINPUT2 debugfs file
<4>[ 4.767229] ES8323 0-0010: ASoC: Failed to create RINPUT1 debugfs file
<4>[ 4.767245] ES8323 0-0010: ASoC: Failed to create LINPUT2 debugfs file
<4>[ 4.767261] ES8323 0-0010: ASoC: Failed to create LINPUT1 debugfs file
<4>[ 4.767276] ES8323 0-0010: ASoC: Failed to create VREF debugfs file
<4>[ 4.767292] ES8323 0-0010: ASoC: Failed to create ROUT2 debugfs file
<4>[ 4.767307] ES8323 0-0010: ASoC: Failed to create LOUT2 debugfs file
<4>[ 4.767323] ES8323 0-0010: ASoC: Failed to create ROUT1 debugfs file
<4>[ 4.767338] ES8323 0-0010: ASoC: Failed to create LOUT1 debugfs file
<4>[ 4.767354] ES8323 0-0010: ASoC: Failed to create Left Out 1 debugfs file
<4>[ 4.767370] ES8323 0-0010: ASoC: Failed to create Right Out 1 debugfs file
<4>[ 4.767387] ES8323 0-0010: ASoC: Failed to create Left Out 2 debugfs file
<4>[ 4.767403] ES8323 0-0010: ASoC: Failed to create Right Out 2 debugfs file
<4>[ 4.767420] ES8323 0-0010: ASoC: Failed to create Right Mixer debugfs file
<4>[ 4.767437] ES8323 0-0010: ASoC: Failed to create Left Mixer debugfs file
<4>[ 4.767453] ES8323 0-0010: ASoC: Failed to create Left ADC debugfs file
<4>[ 4.767469] ES8323 0-0010: ASoC: Failed to create Right ADC debugfs file
<4>[ 4.767487] ES8323 0-0010: ASoC: Failed to create Right Line Mux debugfs file
<3>[ 4.767507] ES8323 0-0010: asoc: failed to add kcontrol Left Line Mux
<4>[ 4.767524] ES8323 0-0010: ASoC: Failed to create Left Line Mux debugfs file
<3>[ 4.767543] ES8323 0-0010: asoc: failed to add kcontrol Right PGA Mux
<4>[ 4.767560] ES8323 0-0010: ASoC: Failed to create Right PGA Mux debugfs file
<3>[ 4.767578] ES8323 0-0010: asoc: failed to add kcontrol Left PGA Mux
<4>[ 4.767595] ES8323 0-0010: ASoC: Failed to create Left PGA Mux debugfs file
<3>[ 4.767613] ES8323 0-0010: asoc: failed to add kcontrol Right ADC Mux
<4>[ 4.767629] ES8323 0-0010: ASoC: Failed to create Right ADC Mux debugfs file
<3>[ 4.767648] ES8323 0-0010: asoc: failed to add kcontrol Left ADC Mux
<4>[ 4.767664] ES8323 0-0010: ASoC: Failed to create Left ADC Mux debugfs file
<3>[ 4.767683] ES8323 0-0010: asoc: failed to add kcontrol Differential Mux
<4>[ 4.767700] ES8323 0-0010: ASoC: Failed to create Differential Mux debugfs file
<4>[ 4.767717] ES8323 0-0010: ASoC: Failed to create Mic Bias debugfs file
<6>[ 4.767829] Enter::es8323_set_bias_level—-929 level =1
<6>[ 4.769588] Enter::es8323_set_bias_level—-929 level =2
<6>[ 4.772469] Enter::es8323_set_bias_level—-929 level =3
<6>[ 4.772557] asoc: ES8323 HiFi <-> rk29_i2s.0 mapping ok
<6>[ 4.773027] ALSA device list:
<6>[ 4.773039] #0: RK29_ES8323
<6>[ 4.773144] GACT probability NOT on
<6>[ 4.773159] Mirror/redirect action on
<6>[ 4.773170] u32 classifier
<6>[ 4.773177] Actions configured
<6>[ 4.773188] Netfilter messages via NETLINK v0.30.
<6>[ 4.773244] nf_conntrack version 0.5.0 (14399 buckets, 57596 max)
<6>[ 4.773738] ctnetlink v0.93: registering with nfnetlink.
<6>[ 4.773784] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
<6>[ 4.773798] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
<6>[ 4.774051] xt_time: kernel timezone is -0000
<6>[ 4.774217] ip_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 4.774402] arp_tables: (C) 2002 David S. Miller
<6>[ 4.774583] TCP cubic registered
<6>[ 4.775165] NET: Registered protocol family 10
<6>[ 4.775970] Mobile IPv6
<6>[ 4.776012] ip6_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 4.776160] IPv6 over IPv4 tunneling driver
<6>[ 4.777191] NET: Registered protocol family 17
<6>[ 4.777233] NET: Registered protocol family 15
<5>[ 4.777362] Bridge firewalling registered
<6>[ 4.779331] rk29_sdmmc_change_clk_div..1928.. newDiv=0, newCLK=49500Khz [sd_mmc]
<6>[ 4.779449] mmc0: new high speed SDHC card at address b368
<6>[ 4.779773] Bluetooth: RFCOMM TTY layer initialized
<6>[ 4.779795] Bluetooth: RFCOMM socket layer initialized
<6>[ 4.779807] Bluetooth: RFCOMM ver 1.11
<6>[ 4.779819] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 4.779831] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
<6>[ 4.779981] NET: Registered protocol family 35
<6>[ 4.780261] [BT_RFKILL]: Enter rfkill_rk_init
<6>[ 4.780369] [BT_RFKILL]: Request irq for bt wakeup host
<6>[ 4.780396] [BT_RFKILL]: ** disable irq
<6>[ 4.780591] mmcblk0: mmc0:b368 NCard 7.40 GiB
<6>[ 4.781886]
<6>[ 4.781890] msdos_partition..461… ==== Begin to parse sdcard-partition. [mmc0]
<6>[ 4.781908] msdos_partition..530… ==== The sdcard has MBR. [mmc0]
<6>[ 4.781923] msdos_partition..543… ==== partition-1, size=7760896KB [mmc0]
<6>[ 4.781938] msdos_partition..571… ==== main partition-1….[mmc0]
<6>[ 4.781951] mmcblk0: p1
<6>[ 4.782370] mmc_rescan_try_freq..1721.. ===== Initialize SD-card successfully. [mmc0]
<6>[ 4.782396]
<6>[ 4.782399] drivers/mmc/core/core.c…1827.. ===== mmc_rescan Begin….[mmc1]
<6>[ 4.806820] [BT_RFKILL]: bt shut off power
<6>[ 4.836600] [BT_RFKILL]: bt_default device registered.
<6>[ 4.836844] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
<6>[ 4.837495] i2c i2c-0: sensor_probe: ak8975,0xf00a7a00
<4>[ 4.837649] rk30-camera version: v0.2.28 Zoom by ipp
<3>[ 4.837799] i2c i2c-0: No ack, Maybe slave(addr: 0xd) not exist or abnormal power-on, retry 2…
<3>[ 4.838078] i2c i2c-0: No ack, Maybe slave(addr: 0xd) not exist or abnormal power-on, retry 1…
<3>[ 4.838349] i2c i2c-0: No ack, Maybe slave(addr: 0xd) not exist or abnormal power-on, retry 0…
<3>[ 4.838625] i2c i2c-0: No ack, Maybe slave(addr: 0xd) not exist or abnormal power-on, retry 2…
<3>[ 4.838897] i2c i2c-0: No ack, Maybe slave(addr: 0xd) not exist or abnormal power-on, retry 1…
<3>[ 4.839169] i2c i2c-0: No ack, Maybe slave(addr: 0xd) not exist or abnormal power-on, retry 0…
<3>[ 4.839441] i2c i2c-0: No ack, Maybe slave(addr: 0xd) not exist or abnormal power-on, retry 2…
<3>[ 4.839720] i2c i2c-0: No ack, Maybe slave(addr: 0xd) not exist or abnormal power-on, retry 1…
<4>[ 4.839907] get cif ldo failed!
<3>[ 4.840023] i2c i2c-0: No ack, Maybe slave(addr: 0xd) not exist or abnormal power-on, retry 0…
<4>[ 4.840042] sensor_chip_init:fail to read ak8975 devid:0xff
<3>[ 4.840057] i2c i2c-0: sensor_probe failed -11
<4>[ 4.840076] sensors: probe of 0-000d failed with error -11
<6>[ 4.840107] i2c i2c-0: sensor_probe: l3g4200d_gryo,0xf00a7c00
<3>[ 4.842697] i2c i2c-0: No ack, Maybe slave(addr: 0x69) not exist or abnormal power-on, retry 2…
<3>[ 4.842985] i2c i2c-0: No ack, Maybe slave(addr: 0x69) not exist or abnormal power-on, retry 1…
<3>[ 4.843264] i2c i2c-0: No ack, Maybe slave(addr: 0x69) not exist or abnormal power-on, retry 0…
<3>[ 4.843543] i2c i2c-0: No ack, Maybe slave(addr: 0x69) not exist or abnormal power-on, retry 2…
<3>[ 4.843818] i2c i2c-0: No ack, Maybe slave(addr: 0x69) not exist or abnormal power-on, retry 1…
<3>[ 4.844093] i2c i2c-0: No ack, Maybe slave(addr: 0x69) not exist or abnormal power-on, retry 0…
<3>[ 4.844369] i2c i2c-0: No ack, Maybe slave(addr: 0x69) not exist or abnormal power-on, retry 2…
<3>[ 4.844644] i2c i2c-0: No ack, Maybe slave(addr: 0x69) not exist or abnormal power-on, retry 1…
<3>[ 4.844916] i2c i2c-0: No ack, Maybe slave(addr: 0x69) not exist or abnormal power-on, retry 0…
<4>[ 4.844934] sensor_chip_init:fail to read l3g4200d_gryo devid:0xff
<3>[ 4.844949] i2c i2c-0: sensor_probe failed -11
<4>[ 4.844968] sensors: probe of 0-0069 failed with error -11
<6>[ 4.844997] i2c i2c-0: sensor_probe: gs_mxc6225,0xf00a7e00
<4>[ 4.845025] sensor_chip_init:gs_mxc6225:devid=0x0,ops=0xc0a8e1f0
<6>[ 4.846097] input: gsensor as /devices/platform/rk30_i2c.0/i2c-0/0-0015/input/input2
<4>[ 4.846242] sensor_irq_init:use polling,delay=30 ms
<4>[ 4.846386] sensor_misc_device_register:miscdevice: mma8452_daemon
<4>[ 4.846402] sensor_probe:initialized ok,sensor name:mxc6225,type:1,id=16
<4>[ 4.846408]
<6>[ 4.846444] i2c i2c-2: sensor_probe: light_cm3217,0xf01be600
<4>[ 4.846460] sensor_chip_init:light_cm3217:devid=0x0,ops=0xc0a8e430
<3>[ 4.846642] i2c i2c-2: No ack, Maybe slave(addr: 0x10) not exist or abnormal power-on, retry 2…
<3>[ 4.846816] i2c i2c-2: No ack, Maybe slave(addr: 0x10) not exist or abnormal power-on, retry 1…
<3>[ 4.846984] i2c i2c-2: No ack, Maybe slave(addr: 0x10) not exist or abnormal power-on, retry 0…
<3>[ 4.847152] i2c i2c-2: No ack, Maybe slave(addr: 0x10) not exist or abnormal power-on, retry 2…
<3>[ 4.847318] i2c i2c-2: No ack, Maybe slave(addr: 0x10) not exist or abnormal power-on, retry 1…
<3>[ 4.847483] i2c i2c-2: No ack, Maybe slave(addr: 0x10) not exist or abnormal power-on, retry 0…
<4>[ 4.847499] sensor_active:fail to active sensor
<4>[ 4.847510] sensor_init:line=97,error
<4>[ 4.847519] sensor_initial:fail to init sensor
<4>[ 4.847529] sensor_chip_init:fail to init sensor
<3>[ 4.847541] i2c i2c-2: sensor_probe failed -11
<4>[ 4.847558] sensors: probe of 2-0010 failed with error -11
<6>[ 4.847610] sensor_init: Probe name sensors
<3>[ 4.847624] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
<6>[ 4.847897] Freeing init memory: 532K
<3>[ 4.862918] init: /init.rk30board.rc: 91: invalid command ‘mknod’
<3>[ 4.863016] init: /init.rk30board.rc: 126: invalid service name ‘mt6620_supplicant’
<4>[ 4.863861] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
<6>[ 4.928007] keychord: using input dev rk29-keypad for fevent
<3>[ 4.928234] init: cannot open ‘/initlogo.rle’
<4>[ 4.947233] get cif ldo failed!
<4>[ 4.947248] Probe gc2035_back success
<4>[ 4.947375] get cif ldo failed!
<4>[ 5.020185] gp_rknand_info = : 0xf02b1000
<4>[ 5.020277] rk30_chip_set:0
<4>[ 5.020359] request IRQ_NANDC irq , ret=0………
<4>[ 5.020387] FTL INFO:Version = 438,Date = 20130620
<4>[ 5.020459] FlashCopyProgBuf1=0xc13d0000
<4>[ 5.020489] ATime: 40 ns AHB: 148 timming: 1081
<4>[ 5.020507] No.1 FLASH INFO:2c 44 44 4b a9
<4>[ 5.020872] ATime: 32 ns AHB: 148 timming: 1061
<4>[ 5.021053] ATime: 32 ns AHB: 148 timming: 1061
<4>[ 5.021066] randomizer = 2 , EccBits = 28 pSpec->pReadRetrial = bf009708
<4>[ 5.054950] get cif ldo failed!
<4>[ 5.054963] Probe gc0308_front success
<4>[ 5.082747] totalLogicBlkRaw = 1897
<4>[ 5.082770] gBootMedia = 1 gSdmmcFwPartOffset =0!
<4>[ 5.082782] rknand_buffer.c version: 4.38 20121130!
<5>[ 5.087176] 10 cmdlinepart partitions found on MTD device rk29xxnand
<5>[ 5.087193] Creating 10 MTD partitions on “rk29xxnand”:
<5>[ 5.087210] 0x000000400000-0x000000800000 : “misc”
<5>[ 5.088284] 0x000000800000-0x000001000000 : “kernel”
<5>[ 5.089072] 0x000001000000-0x000002000000 : “boot”
<5>[ 5.089752] 0x000002000000-0x000004000000 : “recovery”
<5>[ 5.090466] 0x000004000000-0x000008000000 : “backup”
<5>[ 5.091215] 0x000008000000-0x000010000000 : “cache”
<5>[ 5.092032] 0x000010000000-0x000050000000 : “userdata”
<5>[ 5.093836] 0x000050000000-0x000050400000 : “kpanic”
<6>[ 5.095276] apanic: Bound to mtd partition ‘kpanic’
<6>[ 5.095290] apanic: No panic data available
<5>[ 5.095312] 0x000050400000-0x000082400000 : “system”
<5>[ 5.097001] 0x000082400000-0x0000ed200000 : “user”
<4>[ 5.099583] startBlk = 80 sysProtAddr = 79
<6>[ 5.196238] EXT4-fs (mtdblock8): mounted filesystem with ordered data mode. Opts: noauto_da_alloc
<6>[ 5.438596] EXT4-fs (mtdblock6): mounted filesystem with ordered data mode. Opts: noauto_da_alloc
<6>[ 5.582263] EXT4-fs (mtdblock5): mounted filesystem with ordered data mode. Opts: noauto_da_alloc
<4>[ 5.588042] UMP: Using OS memory backend, allocation limit: 536870912
<4>[ 5.588064] UMP: UMP device driver loaded
<4>[ 5.623372] Mali: init_mali_clock mali_clock c0a5f900
<4>[ 5.638950] Mali: [MENTION=5839521 [MENTION=1065870 [user=1879310]@@@@[/user][/MENTION][/MENTION]@Mali device driver loaded success [MENTION=5839521 [MENTION=1065870 [user=1879310]@@@@[/user][/MENTION][/MENTION]@
<4>[ 5.639758] rk29_ipp: module is from the staging directory, the quality is unknown, you have been warned.
<4>[ 5.643932] ipp irq 47
<4>[ 5.644762] IPP init, version rk30-ipp 1.003
<4>[ 5.670171] mirroring: Unknown symbol video_data_to_mirroring (err 0)
<4>[ 5.670233] mirroring: Unknown symbol audio_data_to_mirroring (err 0)
<3>[ 5.892652] init: skipping insecure file ‘/data/local.prop’
<3>[ 6.040235] init: cannot find ‘/system/vendor/bin/pvrsrvctl’, disabling ‘pvrsrvctl’
<3>[ 6.051610] init: cannot find ‘/system/etc/install-recovery.sh’, disabling ‘flash_recovery’
<3>[ 6.062798] init: cannot find ‘/system/bin/hald’, disabling ‘hald’
<4>[ 6.102956] vpu: power on
<6>[ 6.105653] VPU_SERVICE: checking hw id 4831
<4>[ 6.110654] vpu: power off…done
<6>[ 6.114009] VPU_SERVICE: init success
<3>[ 6.154931] init: property ‘ro.serialno’ doesn’t exist while expanding ‘${ro.serialno}’
<3>[ 6.162994] init: cannot expand ‘${ro.serialno}’ while writing to ‘/sys/class/android_usb/android0/iSerial’
<3>[ 6.173234] init: using deprecated syntax for specifying property ‘ro.product.usbfactory’, use ${name} instead
<6>[ 6.215694] .409.. MMC0 receive the message sd-No-Media from VOLD.[sd_mmc]
<6>[ 6.215721] .440.. MMC0 receive the message No-Media from VOLD. waitTimes=0 [sd_mmc]
<6>[ 6.308052] .409.. MMC0 receive the message sd-Pending from VOLD.[sd_mmc]
<6>[ 6.310821] .409.. MMC0 receive the message sd-Idle-Unmounted from VOLD.[sd_mmc]
<4>[ 6.311330] [rknand_sys_storage_ioctl:90] rknand_sys_storage_ioctl in
<4>[ 6.311347] [rknand_sys_storage_ioctl:103] RKNAND_GET_DRM_KEY
<4>[ 6.311362] [rknand_sys_storage_ioctl:365] return ret = 0
<3>[ 6.311893] android_usb: already disabled
<6>[ 6.325727] adb_open
<3>[ 8.189655] gc2035 sensor_ioctl cmd(0x3) is unknown !
<3>[ 8.296864] gc0308 sensor_ioctl cmd(0x3) is unknown !
<4>[ 8.845225] rk fb use 3 buffers
<6>[ 19.304980] DWC_OTG: ********vbus detect*********************************************
<6>[ 19.508432] DWC_OTG: ********soft connect!!!*****************************************
<6>[ 19.514435] DWC_OTG: USB SUSPEND
<6>[ 19.610207] DWC_OTG: USB RESET
<6>[ 19.722420] android_work: sent uevent USB_STATE=CONNECTED
<6>[ 19.725849] DWC_OTG: USB RESET
<6>[ 19.770708] warning: `zygote’ uses 32-bit capabilities (legacy support in use)
<6>[ 19.789466] alarm_set_rtc: no RTC, time will be lost on reboot
<6>[ 19.851344] android_usb gadget: high speed config #1: android
<6>[ 19.851553] android_work: sent uevent USB_STATE=CONFIGURED
<4>[ 20.986377] rk30_adc_battery_poweron_capacity_check……..new_capacity=30,old_capacity=16
<4>[ 20.986404] rk30_adc_battery_poweron_capacity_check…bat ->bat_capacity=16,new_capacity=30,old_capacity=16
<4>[ 33.490421] =======================================================
<4>[ 33.496763] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
<4>[ 33.504244] =======================================================
<6>[ 33.510184] acc_open
<6>[ 33.510208] acc_release
<4>[ 33.510695] Realtek 8188EU USB WiFi driver (Powered by Rockchip,Ver 1.12) init.
<4>[ 33.522799] wifi_usb_init
<4>[ 33.525500] wifi_activate_usb
<6>[ 33.934438] usbcore: registered new interface driver rtl8188eu
<4>[ 34.846224] cfg80211_rtw_change_iface, old_iftype=6, new_iftype=2
<6>[ 34.847300] ADDRCONF(NETDEV_UP): wlan0: link is not ready
<4>[ 36.294939] bssid=ce:06:13:cb:eb:14
<4>[ 36.294959] matched by bssid
<4>[ 36.295436] rtw_cfg80211_set_wpa_version, wpa_version=1
<4>[ 36.295454] got wpa_ie
<6>[ 36.393509] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
<6>[ 40.970833] .409.. MMC0 receive the message sd-Checking from VOLD.[sd_mmc]
<6>[ 40.989720] .409.. MMC0 receive the message sd-Mounted from VOLD.[sd_mmc]
<3>[ 41.028905] init: sys_prop: permission denied uid:1003 name:service.bootanim.exit
<6>[ 44.473253] alarm_set_rtc: no RTC, time will be lost on reboot
<3>[ 73.296942] init: untracked pid 1495 exited
<6>[ 124.382944] Enter::es8323_pcm_startup—-805 es8323->sysclk=11289600
<6>[ 124.383046] Enter::rk29_hw_params—-47
<6>[ 124.383061] es8323_set_dai_fmt—-703, fmt[3000]
<6>[ 124.383071] es8323 in slave mode
<6>[ 124.384192] Enter:rk29_hw_params, 99, rate=44100
<6>[ 124.384211] Enter:rk29_hw_params, 107, LRCK=64
<4>[ 124.410163] fun:es8328_dapm_pre_event, event:1
<6>[ 124.410200] Enter::es8323_set_bias_level—-929 level =2
<4>[ 124.422000] fun:es8328_dapm_pre_event, event:1
<6>[ 124.422023] Enter::es8323_set_bias_level—-929 level =2
<4>[ 124.423929] fun:es8328_dapm_post_event, event:2
<4>[ 124.423946] fun:es8328_dapm_post_event, event:2
<6>[ 124.441070] Enter::es8323_set_bias_level—-929 level =3
<4>[ 124.446543] Enter::es8323_mute—-888–mute=0
<4>[ 128.263811] Enter::es8323_mute—-888–mute=1
<4>[ 133.315434] fun:es8328_dapm_pre_event, event:4
<4>[ 133.315455] fun:es8328_dapm_pre_event, event:4
<4>[ 133.315467] fun:es8328_dapm_post_event, event:8
<6>[ 133.315481] Enter::es8323_set_bias_level—-929 level =1
<4>[ 133.318559] fun:es8328_dapm_post_event, event:8
<6>[ 133.318574] Enter::es8323_set_bias_level—-929 level =1
<3>[ 182.858393] init: untracked pid 1485 exited
<3>[ 187.694941] init: untracked pid 1854 exited
<3>[ 193.742567] init: untracked pid 1427 exited
<6>[ 234.724866] input input0: adkey[vol+]: report ev[115] state[1]
<6>[ 234.814872] input input0: adkey[vol+]: report ev[115] state[0]
rkflashkit log
the RKFlashKit log:
============= 2014-11-09 10:00:14 ============
Loading partition information
MACHINE_MODEL:rk30sdk MACHINE_ID:007 MANUFACTURER:RK30SDK MAGIC: 0x5041524B ATAG: 0x60000800 MACHINE: 3066 CHECK_MASK: 0x80 KERNEL_IMG: 0x60408000 #RECOVER_KEY: 1,1,0,20,0 CMDLINE: console=ttyFIQ0 androidboot.console=ttyFIQ0 init=/init initrd=0x62000000,0x00800000 mtdparts=rk29xxnand:[email protected](misc),[email protected](kernel),[email protected](boot),[email protected](recovery),[email protected](backup),[email protected](cache),[email protected](userdata),[email protected](kpanic),[email protected](system),[email protected](user)
============= 2014-11-09 10:03:01 ============
Writing file /media/samuel/1A86-DFE7/recovery de test/recovery.img to partition [email protected]
writing flash memory at offset 0x00010000
writing flash memory at offset 0x00011000
writing flash memory at offset 0x00012000
writing flash memory at offset 0x00013000
writing flash memory at offset 0x00014000
Done!
Comparing partition [email protected] with file /media/samuel/1A86-DFE7/recovery de test/recovery.img
reading flash memory at offset 0x00010000
reading flash memory at offset 0x00011000
reading flash memory at offset 0x00012000
reading flash memory at offset 0x00013000
reading flash memory at offset 0x00014000
Done!
************ :
pffffff !!!
don’t work again ;-( pipo smart S1 cwm unpacked and repacked with mkbootimg (my recovery.img-kernel.gz + recovery.img-ramdisk.cpio.gz) ….
realy lost
ok ….
progress ... progress
so my tab is an ” KidsPad 3 “
this cwm work like it is : http://www.filefactory.com/file/605l7c1mh11n/n/Pipo_S1_CWM_by_Danyrolux_rar
but no way to do a nandroid backup “it look like don’t find the good partition”.
if I want to repack it with my original recovery.img, I have to keep the original kernel (from original recovery.img) and the ramdisk from this cwm ..? right ?
the original recovery.img unpack :
[email protected]:/media/samuel/1A86-DFE7/mytools$ sudo perl unpack-bootimg.pl recovery.img
[sudo] password for samuel:
kernel written to recovery.img-kernel.gz
ramdisk written to recovery.img-ramdisk.cpio.gz
cpio: ../init: impossible de créer un lien symbolique vers “sbin/ueventd”: Opération non permise
gzip: ../recovery.img-ramdisk.cpio.gz: decompression OK, trailing garbage ignored
29922 blocs
extracted ramdisk contents to directory recovery.img-ramdisk/
[email protected]:/media/samuel/1A86-DFE7/mytools$
the cwm pipo smart s1 recovery.img unpack :
[email protected]:/media/samuel/1A86-DFE7/mytools# perl unpack-bootimg.pl recovery.img
kernel written to recovery.img-kernel.gz
ramdisk written to recovery.img-ramdisk.cpio.gz
5942 blocs
extracted ramdisk contents to directory recovery.img-ramdisk/
[email protected]:/media/samuel/1A86-DFE7/mytools#
the repack :
[email protected]:~/Bureau/mytools# perl repack-bootimg.pl recovery.img-kernel.gz recovery.img-ramdisk/ reovery.img
5942 blocs
repacked boot image written at recovery.img-ramdisk/-repack.img
[email protected]:~/Bureau/mytools#
*************************
after reboot in recovery mode … the recovery is stil the original recovery ??? I don’t understand.
repacked the original recovery + the cwm ramdisk .
Have you checked with these guys: http://androtab.info/clockworkmod/rockchip/rk3066/
or here: http://forum.xda-developers.com/showthread.php?t=2102679 ?
They work for rokchip cwm too.
helo, thank you for your answer !
yes I read these post and tried the generic CWM (RK3066).
But it don't work with my device.
moreover I don't want pollute there topic with two page of my dmesg :
I would like to build it myself to understand the good way ..
not only ask "can you do it for me ? my device is ...).
Have you any idea about what I doind rong ?
I can provide the boot.img and recovery.img
http://ovh.to/jgiYdg
@+
samco08 said:
helo, thank you for your answer !
yes I read these post and tried the generic CWM (RK3066).
But it don't work with my device.
moreover I don't want pollute there topic with two page of my dmesg :
I would like to build it myself to understand the good way ..
not only ask "can you do it for me ? my device is ...).
Have you any idea about what I doind rong ?
I can provide the boot.img and recovery.img
http://ovh.to/jgiYdg
@+
Click to expand...
Click to collapse
That was the point. I asked you about those guys because they must have a proper device tree to build and you can use that as template to create one for your device. Then you can build any recovery you want. I'm not familiar with rockchip and I can't tell you much, but they probably can... if they want of course.
Besides that I played a little with your files and I repacked that working cwm with your kernel: http://d-h.st/VBK
I don't know if it works, but if it does use it.
Cheers!
carliv said:
That was the point. I asked you about those guys because they must have a proper device tree to build and you can use that as template to create one for your device. Then you can build any recovery you want. I'm not familiar with rockchip and I can't tell you much, but they probably can... if they want of course.
Besides that I played a little with your files and I repacked that working cwm with your kernel: http://d-h.st/VBK
I don't know if it works, but if it does use it.
Cheers!
Click to expand...
Click to collapse
Thank you very much !
but the problem is the same with your recovery
When I reboot, the recovery is the stock recovery ...
I tried with the PIPO Smart S1 cwm (480 x 800) and it work.... but I met an issue with partition ... no way to do a nandroid Backup !
any idea ?
samco08 said:
Thank you very much !
but the problem is the same with your recovery
When I reboot, the recovery is the stock recovery ...
I tried with the PIPO Smart S1 cwm (480 x 800) and it work.... but I met an issue with partition ... no way to do a nandroid Backup !
any idea ?
Click to expand...
Click to collapse
If after flashing recovery it stay unchanged, then the problem is the flashing process. Maybe there is a security or checksum check somewhere and if it doesn't meet requirements it doesn't actually flash the recovery...
I don't know what else to say.
carliv said:
If after flashing recovery it stay unchanged, then the problem is the flashing process. Maybe there is a security or checksum check somewhere and if it doesn't meet requirements it doesn't actually flash the recovery...
I don't know what else to say.
Click to expand...
Click to collapse
yes ...
the PIPO smart S1 CWM flash and start correctly but no way to do a nandroid backup.(partition problem)
Maybe I have to pick up a file in this recovery to repack it in my own recovery.
but witch ?
@+
nobody ?

[Q] bricked tf300tg???

hi there,
i read a lot about unlock bricked tf300tg but i didnt read any solution to my problem.
here it is.
i did a factory reset from the cyanogenmod rom 12.1 (problems on wifi).
after that it boot to recovery and
TRWP is looping (twrp blinking).
i tried:
- reset button
- adb reboot bootloader (do nothing, dont even reboot)
- adb reboot fastboot (do nothing, dont even reboot)
- fastboot dont work (not detectable)
the only thing working is other adb commands like shell.
any clue how to unbrick?
vassili69 said:
hi there,
i read a lot about unlock bricked tf300tg but i didnt read any solution to my problem.
here it is.
i did a factory reset from the cyanogenmod rom 12.1 (problems on wifi).
after that it boot to recovery and
TRWP is looping (twrp blinking).
i tried:
- reset button
- adb reboot bootloader (do nothing, dont even reboot)
- adb reboot fastboot (do nothing, dont even reboot)
- fastboot dont work (not detectable)
the only thing working is other adb commands like shell.
any clue how to unbrick?
Click to expand...
Click to collapse
Well for starters you can use the correct command
Code:
adb reboot-bootloader
Is the correct command to get to bootloader from adb ....
When you do have adb access and the above does not work ...
Pull a partition tablet like this .....
Code:
adb pull /proc/partitions
Post it here for us to see .....
Thx Josh
lj50036 said:
Well for starters you can use the correct command
Code:
adb reboot-bootloader
Is the correct command to get to bootloader from adb ....
When you do have adb access and the above does not work ...
Pull a partition tablet like this .....
Code:
adb pull /proc/partitions
Post it here for us to see .....
Thx Josh
Click to expand...
Click to collapse
nere it is:
Code:
major minor #blocks name
8 0 312571224 sda
8 1 358400 sda1
8 2 229787992 sda2
8 3 1 sda3
8 5 4099072 sda5
8 6 78323712 sda6
11 0 1048575 sr0
and more part of the dmesg file.
Code:
<5>[ 39.371813] asuspec: [asuspec_enter_s3_work_function] EC in S3
<6>[ 41.918912] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 42.118953] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 42.254865] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts:
<5>[ 43.622266] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 43.691200] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 43.691228] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 43.889337] pad_get_capacity val->intval=11 ret=16
<4>[ 43.894148] pad_get_psp val->intval=Not charging ret=c0
<4>[ 44.126784] cpu ext_temperature=45
<5>[ 44.892308] asuspec: [asuspec_enter_s3_work_function] EC in S3
<6>[ 47.391756] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 47.664061] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 47.806513] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts:
<4>[ 49.136171] cpu ext_temperature=44
<5>[ 49.185264] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 49.245322] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 49.245332] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 49.448673] pad_get_capacity val->intval=11 ret=16
<4>[ 49.453256] pad_get_psp val->intval=Not charging ret=c0
<6>[ 49.594574] tegra-otg tegra-otg: PERIPHERAL --> SUSPEND
<6>[ 49.594588] tegra_vbus_session turn VBUS state from on to off
<6>[ 49.594621] reset_config : usb reset config wake unlock --
<6>[ 49.594674] The USB/AC cable is disconnected.
<4>[ 49.594683] ========================================================
<4>[ 49.594688] battery_callback usb_cable_state =0
<4>[ 49.594692] ========================================================
<6>[ 49.594756] android_work: sent uevent USB_STATE=DISCONNECTED
<6>[ 49.594915] adb_release
<6>[ 49.595016] adb_open(adbd)
<6>[ 49.595025] adb_bind_config
<5>[ 49.643735] asuspec: [asuspec_work_function] 0x2 0x81 0x31 0xff
<5>[ 50.452108] asuspec: [asuspec_enter_s3_work_function] EC in S3
<4>[ 51.585585] battery_status_poll 120 1
<5>[ 51.585623] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 51.651597] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 51.651606] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 51.858274] pad_get_psp val->intval=Not charging ret=c0
<4>[ 51.872332] pad_get_psp voltage_now =7162
<4>[ 51.879797] pad_get_capacity val->intval=11 ret=16
<4>[ 51.882624] pad_get_psp batttery temperature=327
<6>[ 51.968182] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 52.181335] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 52.322921] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts:
<6>[ 52.871988] tegra-otg tegra-otg: SUSPEND --> PERIPHERAL
<6>[ 52.872060] tegra_vbus_session turn VBUS state from off to on
<5>[ 52.907316] asuspec: [asuspec_enter_s3_work_function] EC in S3
<5>[ 52.935728] asuspec: [asuspec_work_function] 0x2 0x81 0x31 0xff
<6>[ 53.036568] detected SDP port
<6>[ 53.036615] The USB cable is connected (0.5A)
<4>[ 53.036653] ========================================================
<4>[ 53.036675] battery_callback usb_cable_state =1
<4>[ 53.036690] ========================================================
<6>[ 53.154829] android_work: did not send uevent (0 0 (null))
<6>[ 53.281342] android_work: sent uevent USB_STATE=CONNECTED
<6>[ 53.297878] set_config : usb set config wake lock ++
<6>[ 53.297941] android_usb gadget: high speed config #1: android
<6>[ 53.298316] android_work: sent uevent USB_STATE=CONFIGURED
<5>[ 53.705097] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 53.763167] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 53.763178] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 54.024995] pad_get_capacity val->intval=11 ret=16
<4>[ 54.040783] pad_get_psp val->intval=Not charging ret=c0
<4>[ 54.145992] cpu ext_temperature=44
<4>[ 55.035758] battery_status_poll 120 1
<5>[ 55.036131] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 55.053045] asuspec: [asuspec_enter_s3_work_function] EC in S3
<5>[ 55.102744] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 55.102771] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<5>[ 55.126079] asuspec: [asuspec_work_function] 0x2 0x81 0x0 0xff
<4>[ 55.308262] pad_get_psp val->intval=Not charging ret=c0
<4>[ 55.322312] pad_get_psp voltage_now =7177
<4>[ 55.326868] pad_get_capacity val->intval=11 ret=16
<4>[ 55.331623] pad_get_psp batttery temperature=327
<5>[ 56.331774] asuspec: [asuspec_enter_s3_work_function] EC in S3
<6>[ 56.548246] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 56.746532] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 56.882291] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts:
<5>[ 58.269460] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 58.343206] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 58.343235] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 58.539214] pad_get_capacity val->intval=11 ret=16
<4>[ 58.543828] pad_get_psp val->intval=Not charging ret=c0
<4>[ 59.156212] cpu ext_temperature=44
<5>[ 59.542877] asuspec: [asuspec_enter_s3_work_function] EC in S3
<6>[ 62.046336] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 62.316740] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 62.451773] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts:
<5>[ 63.747023] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 63.820100] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 63.820127] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 64.018973] pad_get_capacity val->intval=11 ret=16
<4>[ 64.023700] pad_get_psp val->intval=Not charging ret=c0
<4>[ 64.166003] cpu ext_temperature=44
<5>[ 65.021790] asuspec: [asuspec_enter_s3_work_function] EC in S3
<6>[ 66.466000] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 66.727513] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 66.861980] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts:
<5>[ 68.148709] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 68.215218] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 68.215245] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 68.418478] pad_get_capacity val->intval=11 ret=16
<4>[ 68.423089] pad_get_psp val->intval=Not charging ret=c0
<4>[ 69.176246] cpu ext_temperature=44
<5>[ 69.422072] asuspec: [asuspec_enter_s3_work_function] EC in S3
<6>[ 71.936179] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 72.201895] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 72.336407] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts:
<5>[ 73.627925] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 73.694111] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 73.694139] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 73.898595] pad_get_capacity val->intval=11 ret=16
<4>[ 73.903101] pad_get_psp val->intval=Not charging ret=c0
<4>[ 74.186215] cpu ext_temperature=44
<5>[ 74.902052] asuspec: [asuspec_enter_s3_work_function] EC in S3
<6>[ 77.332158] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 77.597073] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 77.732965] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts:
<5>[ 79.063568] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 79.131452] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 79.131481] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 79.197073] cpu ext_temperature=44
<4>[ 79.329052] pad_get_capacity val->intval=11 ret=16
<4>[ 79.333697] pad_get_psp val->intval=Not charging ret=c0
<5>[ 80.331780] asuspec: [asuspec_enter_s3_work_function] EC in S3
vassili69 said:
nere it is:
Code:
major minor #blocks name
8 0 312571224 sda
8 1 358400 sda1
8 2 229787992 sda2
8 3 1 sda3
8 5 4099072 sda5
8 6 78323712 sda6
11 0 1048575 sr0
and more part of the dmesg file.
Code:
<5>[ 39.371813] asuspec: [asuspec_enter_s3_work_function] EC in S3
<6>[ 41.918912] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 42.118953] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 42.254865] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts:
<5>[ 43.622266] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 43.691200] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 43.691228] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 43.889337] pad_get_capacity val->intval=11 ret=16
<4>[ 43.894148] pad_get_psp val->intval=Not charging ret=c0
<4>[ 44.126784] cpu ext_temperature=45
<5>[ 44.892308] asuspec: [asuspec_enter_s3_work_function] EC in S3
<6>[ 47.391756] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 47.664061] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 47.806513] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts:
<4>[ 49.136171] cpu ext_temperature=44
<5>[ 49.185264] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 49.245322] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 49.245332] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 49.448673] pad_get_capacity val->intval=11 ret=16
<4>[ 49.453256] pad_get_psp val->intval=Not charging ret=c0
<6>[ 49.594574] tegra-otg tegra-otg: PERIPHERAL --> SUSPEND
<6>[ 49.594588] tegra_vbus_session turn VBUS state from on to off
<6>[ 49.594621] reset_config : usb reset config wake unlock --
<6>[ 49.594674] The USB/AC cable is disconnected.
<4>[ 49.594683] ========================================================
<4>[ 49.594688] battery_callback usb_cable_state =0
<4>[ 49.594692] ========================================================
<6>[ 49.594756] android_work: sent uevent USB_STATE=DISCONNECTED
<6>[ 49.594915] adb_release
<6>[ 49.595016] adb_open(adbd)
<6>[ 49.595025] adb_bind_config
<5>[ 49.643735] asuspec: [asuspec_work_function] 0x2 0x81 0x31 0xff
<5>[ 50.452108] asuspec: [asuspec_enter_s3_work_function] EC in S3
<4>[ 51.585585] battery_status_poll 120 1
<5>[ 51.585623] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 51.651597] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 51.651606] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 51.858274] pad_get_psp val->intval=Not charging ret=c0
<4>[ 51.872332] pad_get_psp voltage_now =7162
<4>[ 51.879797] pad_get_capacity val->intval=11 ret=16
<4>[ 51.882624] pad_get_psp batttery temperature=327
<6>[ 51.968182] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 52.181335] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 52.322921] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts:
<6>[ 52.871988] tegra-otg tegra-otg: SUSPEND --> PERIPHERAL
<6>[ 52.872060] tegra_vbus_session turn VBUS state from off to on
<5>[ 52.907316] asuspec: [asuspec_enter_s3_work_function] EC in S3
<5>[ 52.935728] asuspec: [asuspec_work_function] 0x2 0x81 0x31 0xff
<6>[ 53.036568] detected SDP port
<6>[ 53.036615] The USB cable is connected (0.5A)
<4>[ 53.036653] ========================================================
<4>[ 53.036675] battery_callback usb_cable_state =1
<4>[ 53.036690] ========================================================
<6>[ 53.154829] android_work: did not send uevent (0 0 (null))
<6>[ 53.281342] android_work: sent uevent USB_STATE=CONNECTED
<6>[ 53.297878] set_config : usb set config wake lock ++
<6>[ 53.297941] android_usb gadget: high speed config #1: android
<6>[ 53.298316] android_work: sent uevent USB_STATE=CONFIGURED
<5>[ 53.705097] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 53.763167] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 53.763178] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 54.024995] pad_get_capacity val->intval=11 ret=16
<4>[ 54.040783] pad_get_psp val->intval=Not charging ret=c0
<4>[ 54.145992] cpu ext_temperature=44
<4>[ 55.035758] battery_status_poll 120 1
<5>[ 55.036131] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 55.053045] asuspec: [asuspec_enter_s3_work_function] EC in S3
<5>[ 55.102744] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 55.102771] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<5>[ 55.126079] asuspec: [asuspec_work_function] 0x2 0x81 0x0 0xff
<4>[ 55.308262] pad_get_psp val->intval=Not charging ret=c0
<4>[ 55.322312] pad_get_psp voltage_now =7177
<4>[ 55.326868] pad_get_capacity val->intval=11 ret=16
<4>[ 55.331623] pad_get_psp batttery temperature=327
<5>[ 56.331774] asuspec: [asuspec_enter_s3_work_function] EC in S3
<6>[ 56.548246] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 56.746532] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 56.882291] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts:
<5>[ 58.269460] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 58.343206] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 58.343235] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 58.539214] pad_get_capacity val->intval=11 ret=16
<4>[ 58.543828] pad_get_psp val->intval=Not charging ret=c0
<4>[ 59.156212] cpu ext_temperature=44
<5>[ 59.542877] asuspec: [asuspec_enter_s3_work_function] EC in S3
<6>[ 62.046336] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 62.316740] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 62.451773] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts:
<5>[ 63.747023] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 63.820100] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 63.820127] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 64.018973] pad_get_capacity val->intval=11 ret=16
<4>[ 64.023700] pad_get_psp val->intval=Not charging ret=c0
<4>[ 64.166003] cpu ext_temperature=44
<5>[ 65.021790] asuspec: [asuspec_enter_s3_work_function] EC in S3
<6>[ 66.466000] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 66.727513] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 66.861980] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts:
<5>[ 68.148709] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 68.215218] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 68.215245] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 68.418478] pad_get_capacity val->intval=11 ret=16
<4>[ 68.423089] pad_get_psp val->intval=Not charging ret=c0
<4>[ 69.176246] cpu ext_temperature=44
<5>[ 69.422072] asuspec: [asuspec_enter_s3_work_function] EC in S3
<6>[ 71.936179] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 72.201895] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 72.336407] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts:
<5>[ 73.627925] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 73.694111] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 73.694139] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 73.898595] pad_get_capacity val->intval=11 ret=16
<4>[ 73.903101] pad_get_psp val->intval=Not charging ret=c0
<4>[ 74.186215] cpu ext_temperature=44
<5>[ 74.902052] asuspec: [asuspec_enter_s3_work_function] EC in S3
<6>[ 77.332158] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 77.597073] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts:
<6>[ 77.732965] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts:
<5>[ 79.063568] asuspec: [asuspec_send_ec_req] send EC_Request
<5>[ 79.131452] asuspec: [asuspec_work_function] 0x2 0x81 0x50 0xff
<5>[ 79.131481] asuspec: [asuspec_smi] ASUSPEC_SMI_HANDSHAKING
<4>[ 79.197073] cpu ext_temperature=44
<4>[ 79.329052] pad_get_capacity val->intval=11 ret=16
<4>[ 79.333697] pad_get_psp val->intval=Not charging ret=c0
<5>[ 80.331780] asuspec: [asuspec_enter_s3_work_function] EC in S3
Click to expand...
Click to collapse
I HAVE TO THANKS USER _THAT for solution.
for those how are having problems with bricked tf300t(G) here is the solution:
if you cant do
Code:
adb reboot fastboot
and stuck in the twrp loop.
do this:
Code:
adb shell hexdump -C -n 512 /dev/block/mmcblk0p3
verify if the first line is
Code:
0000000 62 6f 6f 74 2d 72 65 63 6f 76 65 72 79 00 00 00 |boot-recovery...|
just do this:
Code:
adb shell
and
Code:
dd if=/dev/zero of=/dev/block/mmcblk0p3 bs=64 count=1
althout twrp is still fuc*ed you can now boot to fastboot and repair your problem
best regards

Categories

Resources