E400-Kernel 3.x - Optimus L3, L5, L7 Original Android Development

Regarding http://forum.xda-developers.com/showthread.php?t=2229798&page=8 is OP back?
I was wondering how is possible to make an working kernel from that sources as there is totally wrong setup for L3-E400 board.
Can someone provide dmesg log here? I can bet that 2x2 cannot work here, same as why is problem with registering other devices.
So, let Me explain this (from config)
#1 CONFIG_SENSORS_BMA2X2
is wrong option as E400 have BMA250 triaxial low-g acceleration sensor.
#2 **** with APDS9190 will not work... as E400 have BMC050 6-axis digital e-compass (it is enabled from config, but will not work as addresses is wrong).
#3 CONFIG_BACKLIGHT_RT9396
will not work as E400 have backlight control over BU61800.
#4 vee3 board is not compatible with E0 (E400) board but with M4 (L5) so, 'almost same' configuration will not work on E400 (E0) board without tuning or porting code.
Once again, please, someone who have that Kernel working, please provide dmesg.
Thx

fergy said:
Regarding http://forum.xda-developers.com/showthread.php?t=2229798&page=8 is OP back?
I was wondering how is possible to make an working kernel from that sources as there is totally wrong setup for L3-E400 board.
Can someone provide dmesg log here? I can bet that 2x2 cannot work here, same as why is problem with registering other devices.
So, let Me explain this (from config)
#1 CONFIG_SENSORS_BMA2X2
is wrong option as E400 have BMA250 triaxial low-g acceleration sensor.
#2 **** with APDS9190 will not work... as E400 have BMC050 6-axis digital e-compass (it is enabled from config, but will not work as addresses is wrong).
#3 CONFIG_BACKLIGHT_RT9396
will not work as E400 have backlight control over BU61800.
#4 vee3 board is not compatible with E0 (E400) board but with M4 (L5) so, 'almost same' configuration will not work on E400 (E0) board without tuning or porting code.
Once again, please, someone who have that Kernel working, please provide dmesg.
Thx
Click to expand...
Click to collapse
So, to reply to Myself:
#1 BMA2x2
<6>[ 1.992438] bma2x2_probe
<6>[ 2.243759] Bosch Sensortec Device not foundi2c error 8063
<4>[ 2.244029] i2c-core: driver [bma2x2] using legacy suspend method
<4>[ 2.244374] i2c-core: driver [bma2x2] using legacy resume method
<4>[ 2.244629]
<4>[ 2.244636] <6><><bmm_probe><1174>function entrance
<4>[ 2.245148]
<4>[ 2.245153] <6><><bmm_wakeup><193>waking up the chip...
<4>[ 4.020973]
<4>[ 4.020979] <6><><bmm_wakeup><209>wake up result: fail, tried times: 6
Click to expand...
Click to collapse
+BMC050 (as is is BMC http://www.bosch-sensortec.com/en/homepage/products_3/6_axis_sensors_2/ecompass/bmc050_1/bmc050, NOT bmm) :
<4>[ 4.021373] [E]<3><><bmm_probe><1193>Cannot wake up bmm050, I2C xfer error
<4>[ 4.021903] bmm050: probe of 4-0012 failed with error -5
Click to expand...
Click to collapse
#2 APDS9190:
<6>[ 4.075116] apds9190_probe,Proximity apds9190_init_client Fail in Probe
<6>[ 4.075329] proximity_apds9190 5-0039: probe error
Click to expand...
Click to collapse
#3 RT9396:
4>[ 0.513224] rt9396 init start
<6>[ 0.513616] rt9396bl:rt9396_probe: start, client addr=0x54
<7>[ 0.514189] Registered led device: lcd-backlight
<3>[ 0.514208] rt9396bl:rt9396_probe: Registering led class dev successfully.
<7>[ 0.514679] Registered led device: button-backlight
<3>[ 0.514696] rt9396bl:rt9396_probe: Registering led class dev successfully.
<3>[ 0.515536] rt9396bl:rt9396_write: fail to write(reg=0x83,val=0x34)
<6>[ 0.515883] rt9396bl:rt9396_set_table: i2c failed addr:131, value:52
<3>[ 0.516679] rt9396bl:rt9396_write: fail to write(reg=0x93,val=0x5)
<6>[ 0.517026] rt9396bl:rt9396_set_table: i2c failed addr:147, value:5
<3>[ 0.517964] rt9396bl:rt9396_write: fail to write(reg=0x83,val=0x14)
<4>[ 0.518169] [rt9396_send_intensity] LCD-backlight ON !!!!! val:20
Click to expand...
Click to collapse
Register, but cannot write registers...fail (as actual device is BU61800 and msm's pmic)
.. sooo, please, someone who have that Kernel 'REAL' working with registering all devices (without sensors as OP say's) please provide dmesg from that WORKING Kernel.
Thx

fergy said:
So, to reply to Myself:
#1 BMA2x2
+BMC050 (as is is BMC http://www.bosch-sensortec.com/en/homepage/products_3/6_axis_sensors_2/ecompass/bmc050_1/bmc050, NOT bmm) :
#2 APDS9190:
#3 RT9396:
Register, but cannot write registers...fail (as actual device is BU61800 and msm's pmic)
.. sooo, please, someone who have that Kernel 'REAL' working with registering all devices (without sensors as OP say's) please provide dmesg from that WORKING Kernel.
Thx
Click to expand...
Click to collapse
try looking at lproj 3.4 kernel on teamhacklg github. it has a e400 defconfig. maybe it's a good starting point for you. http://github.com/teamhacklg. sorry spoke to soon, there's no defconfig.

tudorsirb said:
try looking at lproj 3.4 kernel on teamhacklg github. it has a e400 defconfig. maybe it's a good starting point for you. http://github.com/teamhacklg. sorry spoke to soon, there's no defconfig.
Click to expand...
Click to collapse
I have right config for board, but as I say above, there is wrong pin configuration, wrong registers, so that must to be fixed if one expect to get sensors working.
Hacklg have config for 2.6 kernel, not for 3.x
In attach is My config for 3.4

fergy said:
I have right config for board, but as I say above, there is wrong pin configuration, wrong registers, so that must to be fixed if one expect to get sensors working.
Hacklg have config for 2.6 kernel, not for 3.x
In attach is My config for 3.4
Click to expand...
Click to collapse
thank you fergy, just getting back to compiling

hecatae said:
thank you fergy, just getting back to compiling
Click to expand...
Click to collapse
BTW, right registers for L3:
Touch GPIO:
Code:
I2C_SDA 10
I2C_SCL 9
IRQ 39
I2C_SLAVE_ADDR 0x48
Sensor GPIO:
Code:
I2C_SCL 49
I2C_SDA 48
Accel GPIO:
Code:
GPIO_INT 94
GPIO_I2C_SCL 49
GPIO_I2C_SDA 48
I2C_ADDRESS 0x48
Compas GPIO:
Code:
I2C_SCL 49
I2C_SDA 48
GPIO_INT 35
I2C_ADDRESS 0x10
Proxi GPIO:
Code:
I2C_SCL 16
I2C_SDA 30
GPIO_DOUT 17
I2C_ADDRESS 0x44
LDO_NO_VCC 1
Note that You must rearrange voltage @Board-msm7x27a-regulator:
Code:
PCOM_VREG_LDO(ldo01, 12, NULL, 1200000, 3300000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo02, 13, NULL, 1200000, 3300000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo03, 49, NULL, 1200000, 3300000, 0, -1, 0, 0, 0, 0, n),
EDIT:
As from technical specs, power module must to give right power voltage for specific part of hardware so it can run.
Also, the rest of power registers:
Code:
PCOM_VREG_SMP(smps1, 3, NULL, 1100000, 1100000, 0, -1, 0, 0, 0, 0, s),
PCOM_VREG_SMP(smps2, 4, NULL, 1100000, 1100000, 0, -1, 0, 0, 0, 0, s),
PCOM_VREG_SMP(smps3, 2, NULL, 1800000, 1800000, 0, -1, 0, 0, 0, 0, s),
PCOM_VREG_SMP(smps4, 24, NULL, 2100000, 2100000, 0, -1, 0, 0, 0, 0, s),
PCOM_VREG_LDO(ldo01, 12, NULL, 1200000, 3300000, 0, -1, 0, 0, 0, 0, p), /* fergy(from shematics) : <lcd operating at 1.8v: VREG_MSME_1.8V, lcd firmware loader need 3.3v and other functions need 2.8v: VREG_LCD_2.8V> so ldo01 need this change here */
PCOM_VREG_LDO(ldo02, 13, NULL, 1200000, 3300000, 0, -1, 0, 0, 0, 0, p), /* min (1200000 -> 3300000) */
PCOM_VREG_LDO(ldo03, 49, NULL, 1200000, 3300000, 0, -1, 0, 0, 0, 0, n), /* min (1200000 -> 3300000) */
PCOM_VREG_LDO(ldo04, 50, NULL, 800000, 2850000, 0, -1, 0, 0, 0, 0, n), /* min (800000 -> 2850000) */
PCOM_VREG_LDO(ldo05, 45, NULL, 1200000, 3300000, 0, -1, 0, 0, 0, 0, n), /* min (1200000 -> 3300000) */
PCOM_VREG_LDO(ldo06, 51, NULL, 1200000, 1200000, 0, -1, 0, 0, 0, 0, n), /* min (1200000 -> 3300000) */
PCOM_VREG_LDO(ldo07, 0, NULL, 2600000, 2600000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo08, 9, NULL, 2850000, 2850000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo09, 44, NULL, 1800000, 1800000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo10, 52, NULL, 2800000, 3000000, 0, -1, 0, 0, 0, 0, p), /* min (2800000 -> 3000000) */
PCOM_VREG_LDO(ldo11, 53, NULL, 1800000, 1800000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo12, 21, NULL, 2850000, 2850000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo13, 18, NULL, 2850000, 2850000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo14, 16, NULL, 3300000, 3300000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo15, 54, NULL, 1800000, 2850000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo16, 19, NULL, 3000000, 3000000, 0, -1, 0, 0, 0, 0, p), /* NFC 3.0 V */
PCOM_VREG_LDO(ldo17, 56, NULL, 3000000, 3300000, 0, -1, 0, 0, 0, 0, p), /* min (3000000 -> 3300000) */
PCOM_VREG_LDO(ldo18, 11, NULL, 2700000, 2700000, 0, -1, 0, 0, 0, 0, p),
PCOM_VREG_LDO(ldo19, 57, NULL, 1200000, 1800000, 0, -1, 0, 0, 0, 0, p), /* min (1200000 -> 1800000) */
/* not used vreg_ncp */
PCOM_VREG_NCP(ncp, 31, NULL, -1800000, -1800000, 0, 0, 0, 0, 0),
as per old regulato code:
Code:
RT8053_VREG_INIT(LDO1, 1200000, 3300000),
RT8053_VREG_INIT(LDO2, 1200000, 3300000),
RT8053_VREG_INIT(LDO3, 1200000, 3300000),
RT8053_VREG_INIT(LDO4, 800000, 2850000),
RT8053_VREG_INIT(LDO5, 1200000, 3300000),
RT8053_VREG_INIT(DCDC1, 800000, 2300000),

In attachments 7225A pinouts and LCD pinouts....
Enjoy in research.
PS, if You need any help, PM or em[email protected]
Cheers
PS2:
LOG from My Kernel:
Code:
<6>[-----------------------][ 0.000000] Booting Linux on physical CPU 0
<6>[-----------------------][ 0.000000] Initializing cgroup subsys cpu
<5>[-----------------------][ 0.000000] Linux version 3.4.0 ([email protected]) (gcc version 4.4.3 (GCC) ) #48 PREEMPT Wed Oct 23 00:39:38 CEST 2013
<4>[-----------------------][ 0.000000] CPU: ARMv7 Processor [410fc051] revision 1 (ARMv7), cr=10c5387d
<4>[-----------------------][ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
<4>[-----------------------][ 0.000000] Machine: LG MSM7225AB
<6>[-----------------------][ 0.000000] memory pool 3 (start 26600000 size 1a00000) initialized
<4>[-----------------------][ 0.000000] Memory policy: ECC disabled, Data cache writeback
<1>[-----------------------][ 0.000000] Initialized strongly ordered page successfully
<3>[-----------------------][ 0.000000] smem_find(137, 80): wrong size 64
<3>[-----------------------][ 0.000000] smem_find(137, 72): wrong size 64
<6>[-----------------------][ 0.000000] socinfo_init: v4, id=99, ver=1.1, raw_id=1540, raw_ver=1, hw_plat=2, hw_plat_ver=65536
<6>[-----------------------][ 0.000000] L310 cache controller enabled
<6>[-----------------------][ 0.000000] l2x0: 8 ways, CACHE_ID 0x410054c7, AUX_CTRL 0x00540000, Cache size: 262144 B
<7>[-----------------------][ 0.000000] On node 0 totalpages: 78592
<7>[-----------------------][ 0.000000] free_area_init_node: node 0, pgdat c092474c, node_mem_map c1055800
<7>[-----------------------][ 0.000000] Normal zone: 1436 pages used for memmap
<7>[-----------------------][ 0.000000] Normal zone: 0 pages reserved
<7>[-----------------------][ 0.000000] Normal zone: 77156 pages, LIFO batch:15
<6>[-----------------------][ 0.000000] allocating 1843200 bytes at c15f8000 (17f8000 physical) for fb
<6>[-----------------------][ 0.000000] Initialized persistent memory from 0ff00000-0ff3dffe
<7>[-----------------------][ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
<7>[-----------------------][ 0.000000] pcpu-alloc: [0] 0
<4>[-----------------------][ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 77156
<5>[-----------------------][ 0.000000] Kernel command line: androidboot.hardware=e0 lge.rev=rev_12 lge.reboot=reboot uart_console=disable lge.frst=flag3 kcal=000000000000000000 androidboot.emmc=true androidboot.serialno=1e2bf5 androidboot.baseband=msm
<6>[-----------------------][ 0.000000] BOARD: LGE rev_12
<6>[-----------------------][ 0.000000] rebootmode_setup , reboot_mode = 0
<6>[-----------------------][ 0.000000] UART CONSOLE : disable
<6>[-----------------------][ 0.000000] FRST MODE : flag3
<6>[-----------------------][ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
<6>[-----------------------][ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
<6>[-----------------------][ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
<6>[-----------------------][ 0.000000] Memory: 205MB 102MB = 307MB total
<5>[-----------------------][ 0.000000] Memory: 297260k/297260k available, 43732k 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] vmalloc : 0xd5000000 - 0xff000000 ( 672 MB)
<5>[-----------------------][ 0.000000] lowmem : 0xc0000000 - 0xd4d00000 ( 333 MB)
<5>[-----------------------][ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
<5>[-----------------------][ 0.000000] .text : 0xc0008000 - 0xc0847368 (8445 kB)
<5>[-----------------------][ 0.000000] .init : 0xc0848000 - 0xc087a000 ( 200 kB)
<5>[-----------------------][ 0.000000] .data : 0xc087a000 - 0xc0940fb0 ( 796 kB)
<5>[-----------------------][ 0.000000] .bss : 0xc0940fd4 - 0xc0b32100 (1989 kB)
<6>[-----------------------][ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
<6>[-----------------------][ 0.000000] NR_IRQS:645
<6>[-----------------------][ 0.000000] sched_clock: 27 bits at 600kHz, resolution 1666ns, wraps every 223696ms
<6>[-----------------------][ 0.000000] Console: colour dummy device 80x30
<6>[-----------------------][ 0.000000] console [tty0] enabled
<6>[-----------------------][ 0.001876] Calibrating delay loop... 298.59 BogoMIPS (lpj=1492992)
<6>[-----------------------][ 0.070119] pid_max: default: 32768 minimum: 301
<6>[-----------------------][ 0.070631] Mount-cache hash table entries: 512
<6>[-----------------------][ 0.071753] Initializing cgroup subsys cpuacct
<6>[-----------------------][ 0.071818] Initializing cgroup subsys devices
<6>[-----------------------][ 0.071871] Initializing cgroup subsys freezer
<6>[-----------------------][ 0.071919] Initializing cgroup subsys net_cls
<6>[-----------------------][ 0.072024] CPU: Testing write buffer coherency: ok
<6>[-----------------------][ 0.072586] hw perfevents: enabled with ARMv7 Cortex-A5 PMU driver, 3 counters available
<6>[-----------------------][ 0.072834] Setting up static identity map for 0x7d3118 - 0x7d317c
<6>[-----------------------][ 0.083881] dummy:
<6>[-----------------------][ 0.084523] NET: Registered protocol family 16
<6>[-----------------------][ 0.086551] gpiochip_add: registered GPIOs 0 to 15 on device: generic
<6>[-----------------------][ 0.086748] gpiochip_add: registered GPIOs 16 to 42 on device: generic
<6>[-----------------------][ 0.086933] gpiochip_add: registered GPIOs 43 to 67 on device: generic
<6>[-----------------------][ 0.087176] gpiochip_add: registered GPIOs 68 to 94 on device: generic
<6>[-----------------------][ 0.087364] gpiochip_add: registered GPIOs 95 to 106 on device: generic
<6>[-----------------------][ 0.087549] gpiochip_add: registered GPIOs 107 to 132 on device: generic
<6>[-----------------------][ 0.088831] Shared PLL control available.
<6>[-----------------------][ 0.092576] acpuclk_7627_probe()
<6>[-----------------------][ 0.093818] ACPU running at 600000 KHz
<6>[-----------------------][ 0.093869] Id CPU-KHz PLL DIV AHB-KHz ADIV AXI-KHz D0 D1 D2 D4 U0 U1 U2 U4
<6>[-----------------------][ 0.093949] 0 19200 5 1 2400 4 30720 -1 -1 -1 -1 5 3 4 6
<6>[-----------------------][ 0.094026] 1 61440 1 4 7680 4 61440 -1 -1 -1 -1 5 3 4 6
<6>[-----------------------][ 0.094101] 2 122880 1 2 15360 4 61440 -1 1 -1 -1 7 3 4 6
<6>[-----------------------][ 0.094178] 3 245760 1 1 30720 4 61440 -1 1 -1 -1 7 -1 8 6
<6>[-----------------------][ 0.094254] 4 300000 2 4 37500 4 122880 -1 1 -1 -1 7 -1 8 6
<6>[-----------------------][ 0.094331] 5 320000 0 3 40000 4 122880 -1 1 4 -1 7 -1 8 6
<6>[-----------------------][ 0.094408] 6 400000 4 2 50000 4 122880 5 1 4 -1 7 -1 8 9
<6>[-----------------------][ 0.094483] 7 480000 0 2 60000 4 122880 5 2 4 6 -1 -1 8 9
<6>[-----------------------][ 0.094559] 8 600000 2 2 75000 4 160000 5 3 4 6 -1 -1 -1 9
<6>[-----------------------][ 0.094636] 9 800000 4 1 100000 4 200000 7 -1 8 6 -1 -1 -1 -1
<6>[-----------------------][ 0.094703] CPU0: 6 scaling frequencies supported.
<6>[-----------------------][ 0.095214] smps1: 1100 mV normal
<6>[-----------------------][ 0.095743] smps2: 1100 mV normal
<6>[-----------------------][ 0.096164] smps3: 1800 mV normal
<6>[-----------------------][ 0.096599] smps4: 2100 mV normal
<6>[-----------------------][ 0.097064] ldo01: 1200 <--> 3300 mV normal
<6>[-----------------------][ 0.097509] ldo02: 1200 <--> 3300 mV normal
<6>[-----------------------][ 0.097953] ldo03: 1200 <--> 3300 mV normal
<6>[-----------------------][ 0.098393] ldo04: 800 <--> 2850 mV normal
<6>[-----------------------][ 0.098834] ldo05: 1200 <--> 3300 mV normal
<6>[-----------------------][ 0.099313] ldo06: 1200 mV normal
<6>[-----------------------][ 0.099759] ldo07: 2600 mV normal
<6>[-----------------------][ 0.100199] ldo08: 2850 mV normal
<6>[-----------------------][ 0.100731] ldo09: 1800 mV normal
<6>[-----------------------][ 0.101181] ldo10: 2800 <--> 3000 mV normal
<6>[-----------------------][ 0.101678] ldo11: 1800 mV normal
<6>[-----------------------][ 0.102103] ldo12: 2850 mV normal
<6>[-----------------------][ 0.102574] ldo13: 2850 mV normal
<6>[-----------------------][ 0.103053] ldo14: 3300 mV normal
<6>[-----------------------][ 0.103509] ldo15: 1800 <--> 2850 mV normal
<6>[-----------------------][ 0.103969] ldo16: 3000 mV normal
<6>[-----------------------][ 0.104403] ldo17: 3000 <--> 3300 mV normal
<6>[-----------------------][ 0.104868] ldo18: 2700 mV normal
<6>[-----------------------][ 0.105323] ldo19: 1200 <--> 1800 mV normal
<6>[-----------------------][ 0.105784] ncp: 1800 mV normal
<6>[-----------------------][ 0.108236] persistent_ram: uncorrectable error in header
<6>[-----------------------][ 0.108313] persistent_ram: no valid data in buffer (sig = 0x00000000)
<6>[-----------------------][ 0.134009] console [ram-1] enabled
<4>[-----------------------][ 0.135923] smps3: Failed to create debugfs directory
<6>[-----------------------][ 0.136394] ebi2_tovis_power_save: on=1
<5>[-----------------------][ 0.141893] Boot Reason = 0x01
<6>[-----------------------][ 0.142263] CRASH LOG START ADDR : 0xcf3e000
<6>[-----------------------][ 0.142609] CRASH LOG END ADDR : 0xcf3efff
<6>[-----------------------][ 0.148831] fs_gfx3d: normal
<6>[-----------------------][ 0.189384] bio: create slab <bio-0> at 0
<6>[-----------------------][ 0.190898] ION heap vmalloc created
<6>[-----------------------][ 0.191329] ION heap camera_preview created at 26600000 with size 1000000
<6>[-----------------------][ 0.191736] ION heap audio created at 27600000 with size 22e000
<6>[-----------------------][ 0.192001] ION heap sf created at 2782e000 with size 7a0000
<5>[-----------------------][ 0.193088] SCSI subsystem initialized
<6>[-----------------------][ 0.193954] usbcore: registered new interface driver usbfs
<6>[-----------------------][ 0.194446] usbcore: registered new interface driver hub
<6>[-----------------------][ 0.195166] usbcore: registered new device driver usb
<6>[-----------------------][ 0.196259] i2c-gpio i2c-gpio.2: using pins 112 (SDA) and 111 (SCL)
<6>[-----------------------][ 0.196898] i2c-gpio i2c-gpio.3: using pins 10 (SDA) and 9 (SCL)
<6>[-----------------------][ 0.197789] i2c-gpio i2c-gpio.4: using pins 48 (SDA) and 49 (SCL)
<6>[-----------------------][ 0.198544] i2c-gpio i2c-gpio.5: using pins 30 (SDA) and 16 (SCL)
<6>[-----------------------][ 0.198966] Linux media interface: v0.10
<6>[-----------------------][ 0.199259] Linux video capture interface: v2.00
<6>[-----------------------][ 0.200178] Advanced Linux Sound Architecture Driver Version 1.0.25.
<6>[-----------------------][ 0.201623] Bluetooth: Core ver 2.16
<6>[-----------------------][ 0.201926] NET: Registered protocol family 31
<6>[-----------------------][ 0.202276] Bluetooth: HCI device and connection manager initialized
<6>[-----------------------][ 0.202509] Bluetooth: HCI socket layer initialized
<6>[-----------------------][ 0.202861] Bluetooth: L2CAP socket layer initialized
<6>[-----------------------][ 0.203661] Bluetooth: SCO socket layer initialized
<6>[-----------------------][ 0.204669] cfg80211: Calling CRDA to update world regulatory domain
<6>[-----------------------][ 0.206219] Switching to clocksource dg_timer
<6>[-----------------------][ 0.256563] NET: Registered protocol family 2
<6>[-----------------------][ 0.257419] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
<6>[-----------------------][ 0.259088] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
<6>[-----------------------][ 0.261809] TCP bind hash table entries: 16384 (order: 6, 327680 bytes)
<6>[-----------------------][ 0.263358] TCP: Hash tables configured (established 16384 bind 16384)
<6>[-----------------------][ 0.263611] TCP: reno registered
<6>[-----------------------][ 0.264063] UDP hash table entries: 256 (order: 1, 12288 bytes)
<6>[-----------------------][ 0.264561] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes)
<6>[-----------------------][ 0.265464] NET: Registered protocol family 1
<6>[-----------------------][ 0.266373] Unpacking initramfs...
<6>[-----------------------][ 0.306193] Freeing initrd memory: 320K
<3>[-----------------------][ 0.313148] Notify: smsm init
<4>[-----------------------][ 0.313904] get_nand_partitions: no flash partition table in shared memory
<6>[-----------------------][ 0.321429] rpcrouter_smd_remote_notify: smd opened 0x (null)
<3>[-----------------------][ 0.325761] rpcrouter: Server create rejected, version = 0, program = 3000003b
<6>[-----------------------][ 0.330666] [adsp.c:adsp_init] rs00000000 -- 0
<6>[-----------------------][ 0.332506] [audpp.c:audpp_probe] Number of decoder supported 5
<6>[-----------------------][ 0.332884] [audpp.c:audpp_probe] Number of concurrency supported 8
<6>[-----------------------][ 0.333251] [audpp.c:audpp_probe] module_name:AUDPLAY0TASK
<6>[-----------------------][ 0.333473] [audpp.c:audpp_probe] queueid:13
<6>[-----------------------][ 0.333819] [audpp.c:audpp_probe] decid:0
<6>[-----------------------][ 0.334166] [audpp.c:audpp_probe] nr_codec_support:11
<6>[-----------------------][ 0.334383] [audpp.c:audpp_probe] module_name:AUDPLAY1TASK
<6>[-----------------------][ 0.334739] [audpp.c:audpp_probe] queueid:14
<6>[-----------------------][ 0.334944] [audpp.c:audpp_probe] decid:1
<6>[-----------------------][ 0.335288] [audpp.c:audpp_probe] nr_codec_support:11
<6>[-----------------------][ 0.335643] [audpp.c:audpp_probe] module_name:AUDPLAY2TASK
<6>[-----------------------][ 0.335863] [audpp.c:audpp_probe] queueid:15
<6>[-----------------------][ 0.336209] [audpp.c:audpp_probe] decid:2
<6>[-----------------------][ 0.336414] [audpp.c:audpp_probe] nr_codec_support:11
<6>[-----------------------][ 0.350538] [audpp.c:audpp_probe] module_name:AUDPLAY3TASK
<6>[-----------------------][ 0.350906] [audpp.c:audpp_probe] queueid:16
<6>[-----------------------][ 0.351254] [audpp.c:audpp_probe] decid:3
<6>[-----------------------][ 0.351459] [audpp.c:audpp_probe] nr_codec_support:11
<6>[-----------------------][ 0.351814] [audpp.c:audpp_probe] module_name:AUDPLAY4TASK
<6>[-----------------------][ 0.352173] [audpp.c:audpp_probe] queueid:17
<6>[-----------------------][ 0.352379] [audpp.c:audpp_probe] decid:4
<6>[-----------------------][ 0.352724] [audpp.c:audpp_probe] nr_codec_support:1
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** CUT *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
<4>[-----------------------][ 0.612901] BU61800 init start
<7>[-----------------------][ 0.613764] Registered led device: lcd-backlight
<3>[-----------------------][ 0.613788] bu61800bl:bu61800_probe: Registering led class dev successfully.
<7>[-----------------------][ 0.614201] Registered led device: button-backlight
<3>[-----------------------][ 0.614221] bu61800bl:bu61800_probe: Registering led class dev successfully.
<3>[-----------------------][ 0.618993] bu61800bl:bu61800_probe: done
<6>[-----------------------][ 0.622471] setting pdata->panel_info.fb_num to 3. type: 2
<6>[-----------------------][ 0.624686] FrameBuffer[0] 240x320 size=491520 bytes is registered successfully!
<4>[-----------------------][ 0.625536] Read GPIO LCD port 1
<6>[-----------------------][ 0.909313] input: touch_mcs8000 as /devices/virtual/input/input0
<7>[-----------------------][ 0.909939] evbug: Connected device: input0 (touch_mcs8000 at unknown)
<6>[-----------------------][ 0.910596] ts_set_veg : 0
<6>[-----------------------][ 0.936828] ts_set_veg : 1
<6>[-----------------------][ 0.976683] Touchscreen is connected to the board
<4>[-----------------------][ 1.049021] <MELFAS> CORE_VERSION : 0x D
<4>[-----------------------][ 1.050483] GPIO Matrix Keypad Driver: Start keypad matrix for e0_keypad in interrupt mode
<6>[-----------------------][ 1.051456] input: e0_keypad as /devices/virtual/input/input1
<7>[-----------------------][ 1.052071] evbug: Connected device: input1 (e0_keypad at unknown)
<6>[-----------------------][ 1.053309] Bosch Sensortec Device detected!
<6>[-----------------------][ 1.053323] BMA250 registered I2C driver!
<6>[-----------------------][ 1.054269] input: bma250 as /devices/virtual/input/input2
<7>[-----------------------][ 1.054696] evbug: Connected device: input2 (bma250 at unknown)
<4>[-----------------------][ 1.056076]
<4>[-----------------------][ 1.056084] [I]<6><><bmm_probe><1174>function entrance
<4>[-----------------------][ 1.056689]
<4>[-----------------------][ 1.056698] [I]<6><><bmm_wakeup><193>waking up the chip...
<4>[-----------------------][ 1.061524]
<4>[-----------------------][ 1.061533] [I]<6><><bmm_wakeup><209>wake up result: succeed, tried times: 2
<4>[-----------------------][ 1.062076]
<4>[-----------------------][ 1.062083] [I]<6><><bmm_probe><1198>register dump after waking up
<7>[-----------------------][ 1.062641] 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f
<7>[-----------------------][ 1.062653]
<7>[-----------------------][ 1.071508] 32 01 01 00 01 00 01 00 00 00 00 01 06 3f 07 00
<7>[-----------------------][ 1.071519] 00 00 00 ff 00 1c a5 42 00 a0 36 63 1a ff 0b 00
<7>[-----------------------][ 1.071531] 46 28 28 00 fd fd 0c 00 00 03 39 54 07 1a 35 fe
<7>[-----------------------][ 1.071541] fe 1c ff ff ff ff ff ff ff ff ff ff ff ff ff ff
<7>[-----------------------][ 1.071553]
<4>[-----------------------][ 1.072181]
<4>[-----------------------][ 1.072188] [I]<6><><bmm_check_chip_id><144>read chip id result: 0x32
<4>[-----------------------][ 1.072874]
<4>[-----------------------][ 1.072881] [N]<5><><bmm_probe><1203>Bosch Sensortec Device bmm050 detected
<6>[-----------------------][ 1.073799] input: bmm050 as /devices/virtual/input/input3
<7>[-----------------------][ 1.074198] evbug: Connected device: input3 (bmm050 at unknown)
<7>[-----------------------][ 1.087289] 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f
<7>[-----------------------][ 1.087303]
<7>[-----------------------][ 1.096151] 32 01 01 00 01 00 01 00 00 00 00 01 06 3f 07 00
<7>[-----------------------][ 1.096163] 00 04 0f ff 00 1c a5 42 00 a0 36 63 1a ff 0b 00
<7>[-----------------------][ 1.096174] 46 28 28 00 fd fd 0c 00 00 03 39 54 07 1a 35 fe
<7>[-----------------------][ 1.096184] fe 1c ff ff ff ff ff ff ff ff ff ff ff ff ff ff
<7>[-----------------------][ 1.096196]
<4>[-----------------------][ 1.097356]
<4>[-----------------------][ 1.097364] [N]<5><><bmm_probe><1295>sensor bmm050 probed successfully
From CM:
Code:
--------- beginning of /dev/log/main
I/cm ( 112): ____ _ _ ____ _ _ ____ ____ ____ _ _ _ _ ____ ___
I/cm ( 113): | \_/ |__| |\ | | | | __ |___ |\ | |\/| | | | \
I/cm ( 114): |___ | | | | \| |__| |__] |___ | \| | | |__| |__/
I/cm ( 117): Welcome to Android 4.3 / CyanogenMod-10.2-20131009-UNOFFICIAL-e400

Nobody? Nothing? Why?

fergy said:
Nobody? Nothing? Why?
Click to expand...
Click to collapse
I dont think there are some other devs from l3 who can help u! But u've done a rly good work, yet! So we are pleased to see a first build of cm10/1/2/3 or even 11
The whole l3 comunity will apprecate your work!

All drivers are there in the LG E600 kernel, you just have to make a proper config file, compile and boot. You may have to debug using ADB a few times but if you have enough spare time, in few hours, one day at most, you should be able to boot it.
Don't try to boot the kernel with an Android 2.3 or 4.0 image because it won't work. Use CM10 or, better yet, CM10.1.

thank you for your progress till now, waiting to see more progress and a bootable cm10.1/2 port !

Anyone developing this kernel, please linger on freenode, channel #teamhacklg. I will normally be on, and I will assist where I can.
Sent from my Nexus 7 using Tapatalk

cybojenix said:
Anyone developing this kernel, please linger on freenode, channel #teamhacklg. I will normally be on, and I will assist where I can.
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
finally in a position to start some development, on #teamhacklg too.
if anyone wants to look a tthe experimental 3.4 kernel, it's here: https://github.com/TeamHackLG/lge-kernel-lproj

hecatae said:
finally in a position to start some development, on #teamhacklg too.
if anyone wants to look a tthe experimental 3.4 kernel, it's here: https://github.com/TeamHackLG/lge-kernel-lproj
Click to expand...
Click to collapse
https://github.com/TeamHackLG/lge-kernel-lproj/tree/l3/3.4/4.1

cybojenix said:
https://github.com/TeamHackLG/lge-kernel-lproj/tree/l3/3.4/4.1
Click to expand...
Click to collapse
Code:
--------- beginning of /dev/log/main
I/cm ( 116): Welcome to Android 4.1.2 / CyanogenMod-10-20131116-UNOFFICIAL-e400
I/cm ( 117): _
I/cm ( 118): __ __ _ ___ _ _ __ ___ __ _ _ _ _ __ __))
I/cm ( 119): ((_ \(/'((_( ((\( ((_)((_( (('((\( ((`1( ((_)((_(
I/cm ( 120): )) _))
I/cm ( 121):
I/DEBUG ( 126): debuggerd: Nov 16 2013 15:02:12

and??
Post more

cr3pt said:
and??
Post more
Click to expand...
Click to collapse
Code:
<6>[ 0.293793] ION heap camera_preview created at 26600000 with size 1000000
<6>[ 0.294124] ION heap audio created at 27600000 with size 22e000
<6>[ 0.294333] ION heap sf created at 2782e000 with size 7a0000
<5>[ 0.295201] SCSI subsystem initialized
<6>[ 0.295699] usbcore: registered new interface driver usbfs
<6>[ 0.295979] usbcore: registered new interface driver hub
<6>[ 0.296479] usbcore: registered new device driver usb
<6>[ 0.297118] i2c-gpio i2c-gpio.2: using pins 112 (SDA) and 111 (SCL)
<6>[ 0.297673] i2c-gpio i2c-gpio.3: using pins 10 (SDA) and 9 (SCL)
<6>[ 0.298198] i2c-gpio i2c-gpio.4: using pins 35 (SDA) and 13 (SCL)
<6>[ 0.298759] i2c-gpio i2c-gpio.5: using pins 30 (SDA) and 16 (SCL)
<6>[ 0.299314] i2c-gpio i2c-gpio.6: using pins 80 (SDA) and 77 (SCL)
<6>[ 0.299546] Linux media interface: v0.10
<6>[ 0.299778] Linux video capture interface: v2.00
<6>[ 0.300451] Advanced Linux Sound Architecture Driver Version 1.0.25.
<6>[ 0.301404] Bluetooth: Core ver 2.16
<6>[ 0.301778] NET: Registered protocol family 31
<6>[ 0.301954] Bluetooth: HCI device and connection manager initialized
<6>[ 0.302261] Bluetooth: HCI socket layer initialized
<6>[ 0.302434] Bluetooth: L2CAP socket layer initialized
<6>[ 0.303024] Bluetooth: SCO socket layer initialized
<6>[ 0.304196] Switching to clocksource dg_timer
<6>[ 0.330859] NET: Registered protocol family 2
<6>[ 0.331598] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
<6>[ 0.332368] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
<6>[ 0.333163] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
<6>[ 0.333748] TCP: Hash tables configured (established 16384 bind 16384)
<6>[ 0.333938] TCP: reno registered
<6>[ 0.334114] UDP hash table entries: 256 (order: 0, 4096 bytes)
<6>[ 0.334531] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
<6>[ 0.335374] NET: Registered protocol family 1
<6>[ 0.335908] Unpacking initramfs...
<6>[ 0.371669] Freeing initrd memory: 320K
<3>[ 0.376664] Notify: smsm init
<4>[ 0.377214] get_nand_partitions: no flash partition table in shared memory
<6>[ 0.381979] rpcrouter_smd_remote_notify: smd opened 0x (null)
<3>[ 0.385018] rpcrouter: Server create rejected, version = 0, program = 3000003b
<3>[ 0.386558] rpcrouter: Server create rejected, version = 0, program = 30000051
<6>[ 0.398306] [adsp.c:adsp_init] msm_adsp -- 0
<6>[ 0.399738] [audpp.c:audpp_probe] Number of decoder supported 5
<6>[ 0.399929] [audpp.c:audpp_probe] Number of concurrency supported 8
<6>[ 0.400233] [audpp.c:audpp_probe] module_name:AUDPLAY0TASK
<6>[ 0.400411] [audpp.c:audpp_probe] queueid:13
<6>[ 0.400581] [audpp.c:audpp_probe] decid:0
<6>[ 0.400749] [audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.400924] [audpp.c:audpp_probe] module_name:AUDPLAY1TASK
<6>[ 0.401224] [audpp.c:audpp_probe] queueid:14
<6>[ 0.401403] [audpp.c:audpp_probe] decid:1
<6>[ 0.401694] [audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.401871] [audpp.c:audpp_probe] module_name:AUDPLAY2TASK
<6>[ 0.402048] [audpp.c:audpp_probe] queueid:15
<6>[ 0.402339] [audpp.c:audpp_probe] decid:2
<6>[ 0.402511] [audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.402804] [audpp.c:audpp_probe] module_name:AUDPLAY3TASK
<6>[ 0.402981] [audpp.c:audpp_probe] queueid:16
<6>[ 0.403153] [audpp.c:audpp_probe] decid:3
<6>[ 0.403443] [audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.403618] [audpp.c:audpp_probe] module_name:AUDPLAY4TASK
<6>[ 0.403913] [audpp.c:audpp_probe] queueid:17
<6>[ 0.404084] [audpp.c:audpp_probe] decid:4
<6>[ 0.404253] [audpp.c:audpp_probe] nr_codec_support:1
<6>[ 0.405756] __msm_rpc_connect: server not found 30000002:20001
<1>[ 0.407821] dma_test_init, minor number 35
<6>[ 0.408194] lge_panic_handler: got buffer at cf3e000, size 1000
<6>[ 0.408574] rmt_storage_get_ramfs: RAMFS entry: addr = 0x0d0c0000, size = 0x00300000
<6>[ 0.408898] rmt_storage_get_ramfs: RAMFS entry: addr = 0x0cfc0000, size = 0x00100000
<6>[ 0.409426] rmt_storage_probe: Remote storage RPC client (0x300000a7)initialized
<6>[ 0.414814] rmt_storage_set_client_status Entered
<4>[ 0.415849] diagcmd_probe:lg_fw_diagcmd
<6>[ 0.416374] lge_emmc_direct_access_init: started
<6>[ 0.416668] lge_emmc_direct_access_init: finished
<6>[ 0.616374] fuse init (API version 7.18)
<6>[ 0.617114] msgmni has been set to 582
<4>[ 0.617829] cryptomgr_test used greatest stack depth: 7136 bytes left
<6>[ 0.620109] io scheduler noop registered
<6>[ 0.620363] io scheduler cfq registered (default)
<4>[ 0.620878] rt9396 init start
<6>[ 0.621111] rt9396bl:rt9396_probe: start, client addr=0x54
<7>[ 0.621769] Registered led device: lcd-backlight
<3>[ 0.621786] rt9396bl:rt9396_probe: Registering led class dev successfully.
<7>[ 0.622088] Registered led device: button-backlight
<3>[ 0.622103] rt9396bl:rt9396_probe: Registering led class dev successfully.
<3>[ 0.623034] rt9396bl:rt9396_write: fail to write(reg=0x83,val=0x34)
<6>[ 0.623219] rt9396bl:rt9396_set_table: i2c failed addr:131, value:52
<3>[ 0.624116] rt9396bl:rt9396_write: fail to write(reg=0x93,val=0x5)
<6>[ 0.624601] rt9396bl:rt9396_set_table: i2c failed addr:147, value:5
<3>[ 0.625386] rt9396bl:rt9396_write: fail to write(reg=0x83,val=0x14)
<4>[ 0.625688] [rt9396_send_intensity] LCD-backlight ON !!!!! val:20
<3>[ 0.625869] rt9396bl:rt9396_probe: done
<6>[ 0.628228] setting pdata->panel_info.fb_num to 3. type: 2
<4>[ 0.628949] ### call the initial lut update routine
<4>[ 0.629133] mdp_lut_init_update_lcdc start ..
<4>[ 0.629426] ### mdp_lut_init_update_lcdc mdp_lut_init_update_lcdc++: mdp_lut_i = 0
<4>[ 0.629619] ### mdp_lut_hw_updae++: mdp_lut_i = 0
<4>[ 0.629793] #### Sign is not Matched#### Cal value R=255 G=255 B=255
<4>[ 0.630303] mdp_lut_init_update_lcdc end.........
<6>[ 0.631391] FrameBuffer[0] 240x320 size=491520 bytes is registered successfully!
<6>[ 0.632286] msm_serial: detected port #0
<6>[ 0.632564] msm_serial.0: ttyMSM0 at MMIO 0xa9a00000 (irq = 9) is a MSM
<6>[ 0.633293] msm_serial: driver initialized
<6>[ 0.634191] msm_serial_hs.0: ttyHS0 at MMIO 0xa0200000 (irq = 45) is a MSM HS UART
<6>[ 0.634934] msm_serial_hs module loaded
<6>[ 0.637033] LG_FW : diagchar_open succeed
<7>[ 0.637294] LG_FW : CreateWaitThread, diagchar_read 10004 byte
<7>[ 0.637316] LG_FW : CreateWaitThread, diagchar_read 1004 byte
<7>[ 0.637356] LG_FW : CreateWaitThread, diagchar_read 8004 byte
<6>[ 0.637383] diagchar initialized now
<6>[ 0.637551] MTS_TTY: mtsk_tty_init
<6>[ 0.638034] mtsk_tty_init SUCESS MTS_TTY_REGISTERED
<4>[ 0.640509] dalrpc_rcv_DAL0 used greatest stack depth: 7056 bytes left
<6>[ 0.641459] kgsl kgsl-3d0: |kgsl_gpummu_init| MMU type set for device is GPUMMU
<6>[ 0.646673] loop: module loaded
<6>[ 0.647171] lge_tty_atcmd_init: initialize atcmd-ttys
<6>[ 0.647608] lge_kcal_init: finished
<6>[ 0.865471] SCSI Media Changer driver v0.25
<6>[ 0.866386] tun: Universal TUN/TAP device driver, 1.6
<6>[ 0.866573] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
<6>[ 0.866994] rmnet_init: SMD devices[8]
<6>[ 0.873634] PPP generic driver version 2.4.2
<4>[ 0.874633] kworker/u:1 used greatest stack depth: 6748 bytes left
<4>[ 0.874941] kworker/u:1 used greatest stack depth: 6652 bytes left
<6>[ 0.875961] PPP MPPE Compression module registered
<6>[ 0.876154] NET: Registered protocol family 24
<7>[ 0.876494] gpio_request: gpio-141 (i2c_host_vbus_en) status -22
<3>[ 0.876511] failed to request 141 GPIO
<6>[ 0.877761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<6>[ 0.878114] host driver registered w/ tranceiver
<6>[ 0.878616] usbcore: registered new interface driver usb_ehset_test
<6>[ 0.879364] peripheral driver registered w/ tranceiver
<6>[ 0.880416] mbim_init: initialize 1 instances
<6>[ 0.880738] mbim_init: Initialized 1 ports
<6>[ 0.883354] android_usb gadget: Mass Storage Function, version: 2009/09/11
<6>[ 0.883558] android_usb gadget: Number of LUNs=1
<6>[ 0.883858] lun0: LUN: removable file: (no medium)
<6>[ 0.885774] android_set_factory_mode : Using Normal Cable (11)
<6>[ 0.886099] android_usb gadget: android_usb ready
<6>[ 0.887154] input: touch_mcs8000 as /devices/virtual/input/input0
<6>[ 1.104546] msm_hsusb_set_vbus_state USB Connection
<6>[ 1.104861] msm_hsusb_set_vbus_state irq conunt is false
<4>[ 1.176676] Touch PRODUCT = LE0, comp_ver = 0
<6>[ 1.176974] Firmware ver : [0],HW ver : [0]
<6>[ 1.177146] .......MFS_ISC_SINGLE update.........
<4>[ 1.177441] <MELFAS> TOUCH IC REBOOT!!!
<4>[ 1.177634] ldo01: Failed to create debugfs directory
<4>[ 1.284431] ldo01: Failed to create debugfs directory
<4>[ 1.394414] <MELFAS> mass erase start
<4>[ 1.394423]
<6>[ 1.415223] android_set_factory_mode : Using Normal Cable (11)
<6>[ 1.644588] android_work: android_work: did not send uevent (0 0 (null))
<4>[ 1.874409] <MELFAS> TOUCH IC REBOOT!!!
<4>[ 1.874759] ldo01: Failed to create debugfs directory
<4>[ 1.984429] ldo01: Failed to create debugfs directory
<4>[ 2.095278] GPIO Matrix Keypad Driver: Start keypad matrix for vee3_keypad in interrupt mode
<6>[ 2.095903] input: vee3_keypad as /devices/virtual/input/input1
<6>[ 2.096653] bma2x2_probe
<6>[ 2.381861] Bosch Sensortec Device not found retry_chipid = 0
<6>[ 2.382169] i2c_smbus_read_word_data retry_chipid = 0, tempvalue = 8063
<6>[ 2.668391] Bosch Sensortec Device not found retry_chipid = 1
<6>[ 2.668699] i2c_smbus_read_word_data retry_chipid = 1, tempvalue = 8063
<6>[ 2.954909] Bosch Sensortec Device not found retry_chipid = 2
<6>[ 2.955219] i2c_smbus_read_word_data retry_chipid = 2, tempvalue = 8063
<6>[ 3.241456] Bosch Sensortec Device not found retry_chipid = 3
<6>[ 3.241759] i2c_smbus_read_word_data retry_chipid = 3, tempvalue = 8063
<6>[ 3.528893] Bosch Sensortec Device not found retry_chipid = 4
<6>[ 3.529079] i2c_smbus_read_word_data retry_chipid = 4, tempvalue = 8063
<6>[ 3.817149] Bosch Sensortec Device not found retry_chipid = 5
<6>[ 3.817329] i2c_smbus_read_word_data retry_chipid = 5, tempvalue = 8063
<6>[ 3.817631] Bosch Sensortec Device not foundi2c error 8063
<3>[ 4.330169] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 4.446624] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 4.795363] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 4.966901] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 5.083609] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 5.432946] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 5.604953] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 5.721701] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 6.071626] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 6.243809] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 6.360683] i2c i2c-4: sendbytes: NAK bailout.
<6>[ 6.367518] input: bma2x2 as /devices/virtual/input/input2
<4>[ 6.368141] i2c-core: driver [bma2x2] using legacy suspend method
<4>[ 6.368449] i2c-core: driver [bma2x2] using legacy resume method
<4>[ 6.368679]
<4>[ 6.368686] [I]<6><><bmm_probe><1174>function entrance
<4>[ 6.369134]
<4>[ 6.369139] [I]<6><><bmm_wakeup><193>waking up the chip...
<4>[ 8.401534]
<4>[ 8.401541] [I]<6><><bmm_wakeup><209>wake up result: fail, tried times: 6
<4>[ 8.401999]
<4>[ 8.402004] [E]<3><><bmm_probe><1193>Cannot wake up bmm050, I2C xfer error
<4>[ 8.402474] bmm050: probe of 4-0012 failed with error -5
<6>[ 8.403186] input: proximity as /devices/virtual/input/input3
<6>[ 8.403619] proximity_apds9190 5-0039: enable = 0
<3>[ 8.404439] rt9396bl:rt9396_write: fail to write(reg=0x23,val=0xc)
<6>[ 8.404744] prox_power_set,***********Proximity probe enter when power on*****
<6>[ 8.455571] apds9190_probe,Proximity apds9190_init_client Fail in Probe
<6>[ 8.455876] proximity_apds9190 5-0039: probe error
<6>[ 8.458443] RPC CALL -- TOD TIME UPDATE: ttick = 507498
<6>[ 8.458453] stamp=53795234181578752, freq = 1217159378
<3>[ 8.458959] ../../../../../../kernel/lge/msm7x27a-common/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
<6>[ 8.460618] using rtc device, msm_rtc, for alarms
<6>[ 8.460954] rs30000048 rs30000048.262144: rtc core: registered msm_rtc as rtc0
<6>[ 8.462061] rs30000048 rs30000048.262144: rtc core: registered msm_rtc_secure as rtc1
<6>[ 8.462566] i2c /dev entries driver
<4>[ 8.464779] hi351
<4>[ 8.465009] hi351_sensor_power_up: E 915
<3>[ 8.465308] msm_camera_vreg_config: msm_camera_vreg_config power on vreg_en enable
<3>[ 8.466116] rt9396bl:rt9396_write: fail to write(reg=0x31,val=0x4)
<3>[ 8.466416] msm_camera_vreg_config: rt9396_ldo_enable(ldo4) failed
<3>[ 8.467189] rt9396bl:rt9396_write: fail to write(reg=0x25,val=0xb)
<3>[ 8.467491] msm_camera_vreg_config: rt9396_ldo_enable(ldo2) failed
<3>[ 8.468383] rt9396bl:rt9396_write: fail to write(reg=0x29,val=0x1)
<3>[ 8.468563] msm_camera_vreg_config: rt9396_ldo_enable(ldo3) failed
<3>[ 8.524404] MCLK set
<4>[ 8.564411] hi351_sensor_power_up: X 979
<3>[ 8.824426] qup_i2c qup_i2c.0: Transaction timed out, SL-AD = 0x20
<3>[ 8.824729] qup_i2c qup_i2c.0: I2C Status: 132100
<3>[ 8.824906] qup_i2c qup_i2c.0: QUP Status: 0
<3>[ 8.825201] qup_i2c qup_i2c.0: OP Flags: 10
<3>[ 9.084424] qup_i2c qup_i2c.0: Transaction timed out, SL-AD = 0x20
<3>[ 9.084609] qup_i2c qup_i2c.0: I2C Status: 132100
<3>[ 9.084903] qup_i2c qup_i2c.0: QUP Status: 0
<3>[ 9.085076] qup_i2c qup_i2c.0: OP Flags: 10
<3>[ 9.085374] hi351_match_id: hi351: read id failed
<3>[ 9.085549] msm_sensor_i2c_probe hi351_i2c_probe failed
<4>[ 9.085726] hi351_sensor_power_down: E 995
<3>[ 9.164513] msm_camera_vreg_config: msm_camera_vreg_config power on vreg_en disable start
<3>[ 9.165431] rt9396bl:rt9396_write: fail to write(reg=0x28,val=0x1)
<3>[ 9.165609] msm_camera_vreg_config: rt9396_ldo_enable(ldo3) OFF failed
<3>[ 9.166501] rt9396bl:rt9396_write: fail to write(reg=0x24,val=0xb)
<3>[ 9.166679] msm_camera_vreg_config: rt9396_ldo_enable(ldo2) OFF failed
<3>[ 9.167571] rt9396bl:rt9396_write: fail to write(reg=0x30,val=0x4)
<3>[ 9.167749] msm_camera_vreg_config: rt9396_ldo_enable(ldo4) OFF failed
<3>[ 9.168049] msm_camera_vreg_config: msm_camera_vreg_config power on vreg_en disable end
<4>[ 9.168364] hi351_sensor_power_down: X 1029
<4>[ 9.168554] hi351: probe of 0-0040 failed with error -110
<6>[ 9.170173] I2C radio driver for Qualcomm FM Radio Transceiver , Version 1.0.0
<6>[ 9.170481] tavarua_radio: tavarua_probe: probe called
<7>[ 9.171161] msm_batt_init: enter
<7>[ 9.173439] msm_batt_enable_filter: enable vbatt filter: OK
<7>[ 9.173463] msm_batt_update_psy_status: enter
<6>[ 9.174184] BATT:FULL Soc
<7>[ 9.174368] msm_batt_update_psy_status: exit
<6>[ 9.174563] msm_batt_init: Charger/Battery = 0x00040001/0x00050001 (RPC version)
<6>[ 9.176108] msm_adc successfully registered
<6>[ 9.176411] msm_adc successfully registered
<6>[ 9.177459] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: [email protected]
<6>[ 9.177958] Bluetooth: HCI UART driver ver 2.2
<6>[ 9.178134] Bluetooth: HCI H4 protocol initialized
<6>[ 9.178428] Bluetooth: HCI_IBS protocol initialized
<6>[ 9.180023] mmc0: SDCC Version: 0x00000000
<3>[ 9.180493] mmc0: No card detect facilities available
<6>[ 9.182466] mmc0: Qualcomm MSM SDCC-core at 0x00000000a0600000 irq 48,0 dma 7 dmacrcri 12
<6>[ 9.182791] mmc0: Controller capabilities: 0x00000001
<6>[ 9.182966] mmc0: 8 bit data mode enabled
<6>[ 9.183256] mmc0: 4 bit data mode disabled
<6>[ 9.183426] mmc0: polling status mode disabled
<6>[ 9.183601] mmc0: MMC clock 144000 -> 49152000 Hz, PCLK 80000000 Hz
<6>[ 9.183901] mmc0: Slot eject status = 0
<6>[ 9.184069] mmc0: Power save feature enable = 1
<6>[ 9.184366] mmc0: DM non-cached buffer at ffdc0000, dma_addr 0x25960000
<6>[ 9.184614] mmc0: DM cmd busaddr 0x25960000, cmdptr busaddr 0x25977f40
<6>[ 9.185541] mmc1: SDCC Version: 0x00000000
<6>[ 9.187714] mmc1: Qualcomm MSM SDCC-core at 0x00000000a0400000 irq 24,296 dma 8 dmacrcri 6
<6>[ 9.188046] mmc1: Controller capabilities: 0x00000001
<6>[ 9.188223] mmc1: 8 bit data mode disabled
<6>[ 9.188514] mmc1: 4 bit data mode enabled
<6>[ 9.188684] mmc1: polling status mode disabled
<6>[ 9.188859] mmc1: MMC clock 144000 -> 49152000 Hz, PCLK 80000000 Hz
<6>[ 9.189159] mmc1: Slot eject status = 0
<6>[ 9.189328] mmc1: Power save feature enable = 1
<6>[ 9.189623] mmc1: DM non-cached buffer at ffd60000, dma_addr 0x25980000
<6>[ 9.189808] mmc1: DM cmd busaddr 0x25980000, cmdptr busaddr 0x25997f40
<6>[ 9.190719] mmc2: SDCC Version: 0x00000000
<3>[ 9.191116] mmc2: No card detect facilities available
<6>[ 9.192781] mmc2: Qualcomm MSM SDCC-core at 0x00000000a0500000 irq 26,0 dma 8 dmacrcri 7
<6>[ 9.192984] mmc2: Controller capabilities: 0x00000001
<6>[ 9.193281] mmc2: 8 bit data mode disabled
<6>[ 9.193601] mmc2: 4 bit data mode enabled
<6>[ 9.193894] mmc2: polling status mode disabled
<6>[ 9.194069] mmc2: MMC clock 144000 -> 49152000 Hz, PCLK 80000000 Hz
<6>[ 9.194246] mmc2: Slot eject status = 0
<6>[ 9.194578] mmc2: Power save feature enable = 1
<6>[ 9.194758] mmc2: DM non-cached buffer at ffd40000, dma_addr 0x259a0000
<6>[ 9.195059] mmc2: DM cmd busaddr 0x259a0000, cmdptr busaddr 0x259b7f40
<6>[ 9.195501] LP5521: probe startlp5521_enable
<4>[ 9.195791]
<6>[ 9.196164] lp5521_disable_set
<6>[ 9.198374] lp5521_enable_set
<3>[ 9.219924] lp5521 6-0032: error in resetting chip
<6>[ 9.220233] lp5521_disable_set
<4>[ 9.220428] lp5521: probe of 6-0032 failed with error -5
<4>[ 9.225863] i2c-core: driver [lp5521] using legacy suspend method
<4>[ 9.226046] i2c-core: driver [lp5521] using legacy resume method
<6>[ 9.232328] usbcore: registered new interface driver usbhid
<6>[ 9.237609] usbhid: USB HID core driver
<6>[ 9.243784] ashmem: initialized
<6>[ 9.244194] logger: created 256K log 'log_main'
<6>[ 9.249606] logger: created 256K log 'log_events'
<6>[ 9.250018] logger: created 256K log 'log_radio'
<6>[ 9.255386] logger: created 256K log 'log_system'
<6>[ 9.261643] msm-codec-dai msm-codec-dai.0: asoc_msm_codec_probe: dev name msm-codec-dai.0
<3>[ 9.267979] msm_soc: ALSA MSM Mixer Setting
<6>[ 9.273719] asoc: msm-codec-dai <-> msm-cpu-dai.0 mapping ok
<6>[ 9.278421] __msm_rpc_connect: server not found 30000002:20001
<7>[ 9.278614] msm_snd_rpc_connect failed (compatible VERS = 131073) trying again with another API
<6>[ 9.279091] oprofile: using arm/armv7
<6>[ 9.279531] GACT probability on
<6>[ 9.279716] Mirror/redirect action on
<6>[ 9.279888] Simple TC action Loaded
<6>[ 9.280961] netem: version 1.3
<6>[ 9.281149] u32 classifier
<6>[ 9.281313] Performance counters on
<6>[ 9.281599] input device check on
<6>[ 9.281764] Actions configured
<6>[ 9.281946] Netfilter messages via NETLINK v0.30.
<6>[ 9.282351] nf_conntrack version 0.5.0 (4659 buckets, 18636 max)
<6>[ 9.283494] ctnetlink v0.93: registering with nfnetlink.
<6>[ 9.283868] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
<6>[ 9.284053] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
<6>[ 9.284806] xt_time: kernel timezone is -0000
<6>[ 9.285674] ip_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 9.286281] arp_tables: (C) 2002 David S. Miller
<6>[ 9.286546] TCP: cubic registered
<6>[ 9.286716] Initializing XFRM netlink socket
<6>[ 9.287979] NET: Registered protocol family 10
<6>[ 9.291278] Mobile IPv6
<6>[ 9.291526] ip6_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 9.292104] IPv6 over IPv4 tunneling driver
<6>[ 9.294181] NET: Registered protocol family 17
<6>[ 9.294504] NET: Registered protocol family 15
<6>[ 9.295089] Bluetooth: RFCOMM TTY layer initialized
<6>[ 9.295288] Bluetooth: RFCOMM socket layer initialized
<6>[ 9.295654] Bluetooth: RFCOMM ver 1.11
<6>[ 9.295828] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 9.296003] Bluetooth: BNEP filters: protocol
<6>[ 9.296176] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
<6>[ 9.296581] L2TP core driver, V2.0
<6>[ 9.296914] PPPoL2TP kernel driver, V2.0
<6>[ 9.297973] VFP support v0.3: implementor 41 architecture 2 part 30 variant 5 rev 1
<6>[ 9.298469] ThumbEE CPU extension supported.
<6>[ 9.301926] clock_late_init: Removing enables held for handed-off clocks
<3>[ 9.305659] [audio_acdb.c:initialize_rpc] ACDB=> Device Attach failed
<6>[ 9.306091] input: 7k_handset as /devices/virtual/input/input4
<6>[ 9.307826] [BootMode] apps_boot_mode = 0x00000000
<6>[ 9.308694] [FTM] check manual mode [0]
<3>[ 9.308969] lge_get_nv_charging_bypass_boot: msm_proc_comm(PCOM_CUSTOMER_CMD2) failed. cmd(22)
<6>[ 9.309118] All above check routines are passed.
<6>[ 9.309339] [BootMode] boot_mode = unknown
<6>[ 9.309864] input: ats_input as /devices/virtual/input/input5
<6>[ 9.311379] rs30000048 rs30000048.262144: setting system clock to 2012-07-11 17:25:09 UTC (1342027509)
<4>[ 9.311728] Rmt Wait Info Success
<6>[ 9.312121] HSD.fsa8008[lge_hsd_init : 1038]lge_hsd_init
<6>[ 9.312258] HSD.fsa8008[lge_hsd_init : 1041]wake lock init
<6>[ 9.312808] HSD.fsa8008[lge_hsd_probe : 757]lge_hsd_probe
<6>[ 9.313088] HSD.fsa8008[lge_hsd_probe : 850]hi->irq_detect = 297
<6>[ 9.313643] HSD.fsa8008[lge_hsd_probe : 875]hi->irq_key = 285
<6>[ 9.313788] HSD.fsa8008[lge_hsd_probe : 883]initialized irq of gpio_key
<6>[ 9.314021] HSD.fsa8008[lge_hsd_probe : 890]name : h2w state : c03f7a70 : c03f7e08
<6>[ 9.314553] HSD.fsa8008[lge_hsd_probe : 896]request_threaded_irq
<6>[ 9.314969] HSD.fsa8008[lge_hsd_probe : 907]irq_set_irq_wake(hi->irq_key, 1)
<6>[ 9.315323] HSD.fsa8008[lge_hsd_probe : 913]initialize input device
<6>[ 9.315869] input: ffa-keypad as /devices/virtual/input/input6
<6>[ 9.316356] ALSA device list:
<6>[ 9.316493] #0: msm-audio
<6>[ 9.317268] Freeing init memory: 188K
<4>[ 9.322649] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
<7>[ 9.323718] msm_batt_update_psy_status: enter
<7>[ 9.324376] BATT: same event count = 1
<6>[ 9.343758] mmc0: new high speed MMC card at address 0001
<4>[ 9.344248] mmc_can_discard : mmc0 disabled
<6>[ 9.344721] mmcblk0: mmc0:0001 HYNIX 3.60 GiB
<6>[ 9.349249] mmcblk0: p1 p2 p3 p4 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 >
<3>[ 9.513584] init: cannot open '/initlogo.rle'
<3>[ 9.516688] init: using deprecated syntax for specifying property 'ro.serialno', use ${name} instead
<6>[ 9.531874] EXT4-fs (mmcblk0p14): mounted filesystem with ordered data mode. Opts: data=ordered,barrier=1
<6>[ 9.549661] EXT4-fs (mmcblk0p14): re-mounted. Opts: data=ordered,barrier=1
<4>[ 9.565381] init used greatest stack depth: 6028 bytes left
<4>[ 9.668986] e2fsck used greatest stack depth: 5540 bytes left
<3>[ 9.669286] init: exec: pid 102 exited with return code 4: Unknown error: 1024
<6>[ 9.711771] EXT4-fs (mmcblk0p16): mounted filesystem with ordered data mode. Opts: data=ordered,barrier=1
<6>[ 9.732763] EXT4-fs (mmcblk0p21): mounted filesystem with ordered data mode. Opts: barrier=1,data=ordered,noauto_da_alloc,errors=continue
<3>[ 9.734829] init: cannot find '/system/bin/rmt_storage', disabling 'rmt_storage'
<4>[ 9.907963] run-parts used greatest stack depth: 5380 bytes left
<4>[ 9.908974] sysinit used greatest stack depth: 5332 bytes left
<3>[ 9.941396] enable_store: android_usb: already disabled
<3>[ 9.941613] init: using deprecated syntax for specifying property 'ro.product.manufacturer', use ${name} instead
<3>[ 9.941953] init: using deprecated syntax for specifying property 'ro.product.model', use ${name} instead
<4>[ 9.962129] mmc1: host does not support reading read-only switch. assuming write-enable.
<6>[ 9.965781] functions_store: functions_store: request function list: mtp,adb
<3>[ 9.966391] init: using deprecated syntax for specifying property 'sys.usb.config', use ${name} instead
<6>[ 9.969261] mmc1: new high speed SDHC card at address 1234
<4>[ 9.971121] mmc_can_discard : mmc1 disabled
<6>[ 9.971449] mmcblk1: mmc1:1234 SA04G 3.69 GiB
<6>[ 9.978444] mmcblk1: p1
<6>[ 9.994788] adb_open
<6>[ 9.994956] mtp_bind_config
<6>[ 9.995144] adb_bind_config
<6>[ 10.326401] android_work: android_work: sent uevent USB_STATE=CONNECTED
<6>[ 10.457591] android_usb gadget: high-speed config #1: android
<6>[ 10.514559] android_work: android_work: sent uevent USB_STATE=CONFIGURED
<6>[ 10.934524]
<6>[ 10.934536] Charger Type: STD DOWNSTREAM PORT
<4>[ 11.511039] Unsupported request to MDP META IOCTL.
<4>[ 11.534664] ilitek_qvga_disp_on: display on...
<4>[ 11.534684] ilitek_qvga_disp_on: display on...Skip!!!!!! and back light off charger logo mode
<6>[ 11.825173] __msm_rpc_connect: server not found 30000002:20001
<6>[ 11.825656] [snd.c:snd_ioctl] snd_avc_ctl 0
<6>[ 11.828486] [snd.c:snd_ioctl] snd_agc_ctl 0
<6>[ 11.906548] [snd.c:snd_ioctl] snd_set_volume 0 0 7
<6>[ 11.907554] [snd.c:snd_ioctl] snd_set_volume 6 0 7
<6>[ 11.908388] [snd.c:snd_ioctl] snd_set_volume 12 0 7
<6>[ 11.909379] [snd.c:snd_ioctl] snd_set_volume 3 0 7
<6>[ 11.910246] [snd.c:snd_ioctl] snd_set_volume 16 0 7
<6>[ 11.911044] [snd.c:snd_ioctl] snd_set_volume 25 0 7
<6>[ 11.911968] [snd.c:snd_ioctl] snd_set_volume 8 0 1
<6>[ 11.912703] [snd.c:snd_ioctl] snd_set_volume 9 0 1
<6>[ 11.914114] [snd.c:snd_ioctl] snd_set_device 6 1 1
<6>[ 11.915129] [snd.c:snd_ioctl] snd_set_volume 2147483646 0 2
<6>[ 12.094651] ebi2_tovis_power_save: on=0
<4>[ 12.095333] ldo10: Failed to create debugfs directory
<6>[ 12.116198] request_suspend_state: wakeup (3->0) at 12101743335 (2012-07-11 17:25:12.292058335 UTC)
<7>[ 12.326218] msm_batt_update_psy_status: enter
<7>[ 12.326798] msm_batt_update_psy_status: exit
<3>[ 12.930053] init: untracked pid 264 exited
<7>[ 13.271251] msm_batt_update_psy_status: enter
<7>[ 13.273504] msm_batt_update_psy_status: exit
<3>[ 14.984799] gpio_tlmm_config(0x000e4381, GPIO_CFG_DISABLE) <sdc1_clk> failed: 0
<3>[ 14.984979] pin 56 func 1 dir 1 pull 0 drvstr 7
<3>[ 14.985246] gpio_tlmm_config(0x000fc371, GPIO_CFG_DISABLE) <sdc1_cmd> failed: -5
<3>[ 14.985393] pin 55 func 1 dir 1 pull 3 drvstr 7
<3>[ 14.985654] gpio_tlmm_config(0x000fc361, GPIO_CFG_DISABLE) <sdc1_dat_0> failed: -5
<3>[ 14.985801] pin 54 func 1 dir 1 pull 3 drvstr 7
<3>[ 14.986059] gpio_tlmm_config(0x000fc351, GPIO_CFG_DISABLE) <sdc1_dat_1> failed: -5
<3>[ 14.986206] pin 53 func 1 dir 1 pull 3 drvstr 7
<3>[ 14.986466] gpio_tlmm_config(0x000fc341, GPIO_CFG_DISABLE) <sdc1_dat_2> failed: -5
<3>[ 14.986616] pin 52 func 1 dir 1 pull 3 drvstr 7
<3>[ 14.986896] gpio_tlmm_config(0x000fc331, GPIO_CFG_DISABLE) <sdc1_dat_3> failed: -5
<3>[ 14.987136] pin 51 func 1 dir 1 pull 3 drvstr 7
<7>[ 15.392186] msm_batt_update_psy_status: enter
<7>[ 15.392776] msm_batt_update_psy_status: exit
<4>[ 15.821689] Unsupported request to MDP META IOCTL.
<6>[ 15.971654] request_suspend_state: wakeup (0->0) at 15957251668 (2012-07-11 17:25:16.147576668 UTC)
<3>[ 15.973188] init: untracked pid 391 exited
<7>[ 18.255924] msm_batt_update_psy_status: enter
<7>[ 18.257633] msm_batt_update_psy_status: exit
<7>[ 18.338273] msm_batt_update_psy_status: enter
<7>[ 18.339929] msm_batt_update_psy_status: exit
<4>[ 20.845571] Unsupported request to MDP META IOCTL.
<6>[ 20.947123] request_suspend_state: wakeup (0->0) at 20932720002 (2012-07-11 17:25:21.123046668 UTC)
<3>[ 20.949051] init: untracked pid 480 exited
<7>[ 21.343681] msm_batt_update_psy_status: enter
<7>[ 21.345559] BATT: same event count = 1
^C

DeathArrow said:
All drivers are there in the LG E600 kernel, you just have to make a proper config file, compile and boot. You may have to debug using ADB a few times but if you have enough spare time, in few hours, one day at most, you should be able to boot it.
Don't try to boot the kernel with an Android 2.3 or 4.0 image because it won't work. Use CM10 or, better yet, CM10.1.
Click to expand...
Click to collapse
OK, let's make this transparent.
Did You make working Kernel with E600 sources (for working, I mean that Android is booted)?
To answer on that: no.
Why: drivers for E400 touch (and some other things) are not compatible with E600, nor E410, nor anything except E400/E405.
Now when this is clear, can We continue with make it "workable"?
You notice that I say "workable" instead "bootable" as don't need any introduction 'how-to'.... instead of that, was ask (and was asked) if anybody want to work on this. Apreciate Your knowledge, but wasn't see that anyone is interesting on this 'bump-up'.
Anyway, I am not here to discuss about 'how to' make something (there are lot's of forums about help) but to help to someone and get help if needed regarding specific thing, so can We cooperate on project or not?

hecatae said:
Code:
<6>[ 0.293793] ION heap camera_preview created at 26600000 with size 1000000
<6>[ 0.294124] ION heap audio created at 27600000 with size 22e000
<6>[ 0.294333] ION heap sf created at 2782e000 with size 7a0000
<5>[ 0.295201] SCSI subsystem initialized
<6>[ 0.295699] usbcore: registered new interface driver usbfs
<6>[ 0.295979] usbcore: registered new interface driver hub
<6>[ 0.296479] usbcore: registered new device driver usb
<6>[ 0.297118] i2c-gpio i2c-gpio.2: using pins 112 (SDA) and 111 (SCL)
<6>[ 0.297673] i2c-gpio i2c-gpio.3: using pins 10 (SDA) and 9 (SCL)
<6>[ 0.298198] i2c-gpio i2c-gpio.4: using pins 35 (SDA) and 13 (SCL)
<6>[ 0.298759] i2c-gpio i2c-gpio.5: using pins 30 (SDA) and 16 (SCL)
<6>[ 0.299314] i2c-gpio i2c-gpio.6: using pins 80 (SDA) and 77 (SCL)
<6>[ 0.299546] Linux media interface: v0.10
<6>[ 0.299778] Linux video capture interface: v2.00
<6>[ 0.300451] Advanced Linux Sound Architecture Driver Version 1.0.25.
<6>[ 0.301404] Bluetooth: Core ver 2.16
<6>[ 0.301778] NET: Registered protocol family 31
<6>[ 0.301954] Bluetooth: HCI device and connection manager initialized
<6>[ 0.302261] Bluetooth: HCI socket layer initialized
<6>[ 0.302434] Bluetooth: L2CAP socket layer initialized
<6>[ 0.303024] Bluetooth: SCO socket layer initialized
<6>[ 0.304196] Switching to clocksource dg_timer
<6>[ 0.330859] NET: Registered protocol family 2
<6>[ 0.331598] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
<6>[ 0.332368] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
<6>[ 0.333163] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
<6>[ 0.333748] TCP: Hash tables configured (established 16384 bind 16384)
<6>[ 0.333938] TCP: reno registered
<6>[ 0.334114] UDP hash table entries: 256 (order: 0, 4096 bytes)
<6>[ 0.334531] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
<6>[ 0.335374] NET: Registered protocol family 1
<6>[ 0.335908] Unpacking initramfs...
<6>[ 0.371669] Freeing initrd memory: 320K
<3>[ 0.376664] Notify: smsm init
<4>[ 0.377214] get_nand_partitions: no flash partition table in shared memory
<6>[ 0.381979] rpcrouter_smd_remote_notify: smd opened 0x (null)
<3>[ 0.385018] rpcrouter: Server create rejected, version = 0, program = 3000003b
<3>[ 0.386558] rpcrouter: Server create rejected, version = 0, program = 30000051
<6>[ 0.398306] [adsp.c:adsp_init] msm_adsp -- 0
<6>[ 0.399738] [audpp.c:audpp_probe] Number of decoder supported 5
<6>[ 0.399929] [audpp.c:audpp_probe] Number of concurrency supported 8
<6>[ 0.400233] [audpp.c:audpp_probe] module_name:AUDPLAY0TASK
<6>[ 0.400411] [audpp.c:audpp_probe] queueid:13
<6>[ 0.400581] [audpp.c:audpp_probe] decid:0
<6>[ 0.400749] [audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.400924] [audpp.c:audpp_probe] module_name:AUDPLAY1TASK
<6>[ 0.401224] [audpp.c:audpp_probe] queueid:14
<6>[ 0.401403] [audpp.c:audpp_probe] decid:1
<6>[ 0.401694] [audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.401871] [audpp.c:audpp_probe] module_name:AUDPLAY2TASK
<6>[ 0.402048] [audpp.c:audpp_probe] queueid:15
<6>[ 0.402339] [audpp.c:audpp_probe] decid:2
<6>[ 0.402511] [audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.402804] [audpp.c:audpp_probe] module_name:AUDPLAY3TASK
<6>[ 0.402981] [audpp.c:audpp_probe] queueid:16
<6>[ 0.403153] [audpp.c:audpp_probe] decid:3
<6>[ 0.403443] [audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.403618] [audpp.c:audpp_probe] module_name:AUDPLAY4TASK
<6>[ 0.403913] [audpp.c:audpp_probe] queueid:17
<6>[ 0.404084] [audpp.c:audpp_probe] decid:4
<6>[ 0.404253] [audpp.c:audpp_probe] nr_codec_support:1
<6>[ 0.405756] __msm_rpc_connect: server not found 30000002:20001
<1>[ 0.407821] dma_test_init, minor number 35
<6>[ 0.408194] lge_panic_handler: got buffer at cf3e000, size 1000
<6>[ 0.408574] rmt_storage_get_ramfs: RAMFS entry: addr = 0x0d0c0000, size = 0x00300000
<6>[ 0.408898] rmt_storage_get_ramfs: RAMFS entry: addr = 0x0cfc0000, size = 0x00100000
<6>[ 0.409426] rmt_storage_probe: Remote storage RPC client (0x300000a7)initialized
<6>[ 0.414814] rmt_storage_set_client_status Entered
<4>[ 0.415849] diagcmd_probe:lg_fw_diagcmd
<6>[ 0.416374] lge_emmc_direct_access_init: started
<6>[ 0.416668] lge_emmc_direct_access_init: finished
<6>[ 0.616374] fuse init (API version 7.18)
<6>[ 0.617114] msgmni has been set to 582
<4>[ 0.617829] cryptomgr_test used greatest stack depth: 7136 bytes left
<6>[ 0.620109] io scheduler noop registered
<6>[ 0.620363] io scheduler cfq registered (default)
<4>[ 0.620878] rt9396 init start
<6>[ 0.621111] rt9396bl:rt9396_probe: start, client addr=0x54
<7>[ 0.621769] Registered led device: lcd-backlight
<3>[ 0.621786] rt9396bl:rt9396_probe: Registering led class dev successfully.
<7>[ 0.622088] Registered led device: button-backlight
<3>[ 0.622103] rt9396bl:rt9396_probe: Registering led class dev successfully.
<3>[ 0.623034] rt9396bl:rt9396_write: fail to write(reg=0x83,val=0x34)
<6>[ 0.623219] rt9396bl:rt9396_set_table: i2c failed addr:131, value:52
<3>[ 0.624116] rt9396bl:rt9396_write: fail to write(reg=0x93,val=0x5)
<6>[ 0.624601] rt9396bl:rt9396_set_table: i2c failed addr:147, value:5
<3>[ 0.625386] rt9396bl:rt9396_write: fail to write(reg=0x83,val=0x14)
<4>[ 0.625688] [rt9396_send_intensity] LCD-backlight ON !!!!! val:20
<3>[ 0.625869] rt9396bl:rt9396_probe: done
<6>[ 0.628228] setting pdata->panel_info.fb_num to 3. type: 2
<4>[ 0.628949] ### call the initial lut update routine
<4>[ 0.629133] mdp_lut_init_update_lcdc start ..
<4>[ 0.629426] ### mdp_lut_init_update_lcdc mdp_lut_init_update_lcdc++: mdp_lut_i = 0
<4>[ 0.629619] ### mdp_lut_hw_updae++: mdp_lut_i = 0
<4>[ 0.629793] #### Sign is not Matched#### Cal value R=255 G=255 B=255
<4>[ 0.630303] mdp_lut_init_update_lcdc end.........
<6>[ 0.631391] FrameBuffer[0] 240x320 size=491520 bytes is registered successfully!
<6>[ 0.632286] msm_serial: detected port #0
<6>[ 0.632564] msm_serial.0: ttyMSM0 at MMIO 0xa9a00000 (irq = 9) is a MSM
<6>[ 0.633293] msm_serial: driver initialized
<6>[ 0.634191] msm_serial_hs.0: ttyHS0 at MMIO 0xa0200000 (irq = 45) is a MSM HS UART
<6>[ 0.634934] msm_serial_hs module loaded
<6>[ 0.637033] LG_FW : diagchar_open succeed
<7>[ 0.637294] LG_FW : CreateWaitThread, diagchar_read 10004 byte
<7>[ 0.637316] LG_FW : CreateWaitThread, diagchar_read 1004 byte
<7>[ 0.637356] LG_FW : CreateWaitThread, diagchar_read 8004 byte
<6>[ 0.637383] diagchar initialized now
<6>[ 0.637551] MTS_TTY: mtsk_tty_init
<6>[ 0.638034] mtsk_tty_init SUCESS MTS_TTY_REGISTERED
<4>[ 0.640509] dalrpc_rcv_DAL0 used greatest stack depth: 7056 bytes left
<6>[ 0.641459] kgsl kgsl-3d0: |kgsl_gpummu_init| MMU type set for device is GPUMMU
<6>[ 0.646673] loop: module loaded
<6>[ 0.647171] lge_tty_atcmd_init: initialize atcmd-ttys
<6>[ 0.647608] lge_kcal_init: finished
<6>[ 0.865471] SCSI Media Changer driver v0.25
<6>[ 0.866386] tun: Universal TUN/TAP device driver, 1.6
<6>[ 0.866573] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
<6>[ 0.866994] rmnet_init: SMD devices[8]
<6>[ 0.873634] PPP generic driver version 2.4.2
<4>[ 0.874633] kworker/u:1 used greatest stack depth: 6748 bytes left
<4>[ 0.874941] kworker/u:1 used greatest stack depth: 6652 bytes left
<6>[ 0.875961] PPP MPPE Compression module registered
<6>[ 0.876154] NET: Registered protocol family 24
<7>[ 0.876494] gpio_request: gpio-141 (i2c_host_vbus_en) status -22
<3>[ 0.876511] failed to request 141 GPIO
<6>[ 0.877761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<6>[ 0.878114] host driver registered w/ tranceiver
<6>[ 0.878616] usbcore: registered new interface driver usb_ehset_test
<6>[ 0.879364] peripheral driver registered w/ tranceiver
<6>[ 0.880416] mbim_init: initialize 1 instances
<6>[ 0.880738] mbim_init: Initialized 1 ports
<6>[ 0.883354] android_usb gadget: Mass Storage Function, version: 2009/09/11
<6>[ 0.883558] android_usb gadget: Number of LUNs=1
<6>[ 0.883858] lun0: LUN: removable file: (no medium)
<6>[ 0.885774] android_set_factory_mode : Using Normal Cable (11)
<6>[ 0.886099] android_usb gadget: android_usb ready
<6>[ 0.887154] input: touch_mcs8000 as /devices/virtual/input/input0
<6>[ 1.104546] msm_hsusb_set_vbus_state USB Connection
<6>[ 1.104861] msm_hsusb_set_vbus_state irq conunt is false
<4>[ 1.176676] Touch PRODUCT = LE0, comp_ver = 0
<6>[ 1.176974] Firmware ver : [0],HW ver : [0]
<6>[ 1.177146] .......MFS_ISC_SINGLE update.........
<4>[ 1.177441] <MELFAS> TOUCH IC REBOOT!!!
<4>[ 1.177634] ldo01: Failed to create debugfs directory
<4>[ 1.284431] ldo01: Failed to create debugfs directory
<4>[ 1.394414] <MELFAS> mass erase start
<4>[ 1.394423]
<6>[ 1.415223] android_set_factory_mode : Using Normal Cable (11)
<6>[ 1.644588] android_work: android_work: did not send uevent (0 0 (null))
<4>[ 1.874409] <MELFAS> TOUCH IC REBOOT!!!
<4>[ 1.874759] ldo01: Failed to create debugfs directory
<4>[ 1.984429] ldo01: Failed to create debugfs directory
<4>[ 2.095278] GPIO Matrix Keypad Driver: Start keypad matrix for vee3_keypad in interrupt mode
<6>[ 2.095903] input: vee3_keypad as /devices/virtual/input/input1
<6>[ 2.096653] bma2x2_probe
<6>[ 2.381861] Bosch Sensortec Device not found retry_chipid = 0
<6>[ 2.382169] i2c_smbus_read_word_data retry_chipid = 0, tempvalue = 8063
<6>[ 2.668391] Bosch Sensortec Device not found retry_chipid = 1
<6>[ 2.668699] i2c_smbus_read_word_data retry_chipid = 1, tempvalue = 8063
<6>[ 2.954909] Bosch Sensortec Device not found retry_chipid = 2
<6>[ 2.955219] i2c_smbus_read_word_data retry_chipid = 2, tempvalue = 8063
<6>[ 3.241456] Bosch Sensortec Device not found retry_chipid = 3
<6>[ 3.241759] i2c_smbus_read_word_data retry_chipid = 3, tempvalue = 8063
<6>[ 3.528893] Bosch Sensortec Device not found retry_chipid = 4
<6>[ 3.529079] i2c_smbus_read_word_data retry_chipid = 4, tempvalue = 8063
<6>[ 3.817149] Bosch Sensortec Device not found retry_chipid = 5
<6>[ 3.817329] i2c_smbus_read_word_data retry_chipid = 5, tempvalue = 8063
<6>[ 3.817631] Bosch Sensortec Device not foundi2c error 8063
<3>[ 4.330169] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 4.446624] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 4.795363] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 4.966901] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 5.083609] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 5.432946] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 5.604953] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 5.721701] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 6.071626] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 6.243809] i2c i2c-4: sendbytes: NAK bailout.
<3>[ 6.360683] i2c i2c-4: sendbytes: NAK bailout.
<6>[ 6.367518] input: bma2x2 as /devices/virtual/input/input2
<4>[ 6.368141] i2c-core: driver [bma2x2] using legacy suspend method
<4>[ 6.368449] i2c-core: driver [bma2x2] using legacy resume method
<4>[ 6.368679]
<4>[ 6.368686] [I]<6><><bmm_probe><1174>function entrance
<4>[ 6.369134]
<4>[ 6.369139] [I]<6><><bmm_wakeup><193>waking up the chip...
<4>[ 8.401534]
<4>[ 8.401541] [I]<6><><bmm_wakeup><209>wake up result: fail, tried times: 6
<4>[ 8.401999]
<4>[ 8.402004] [E]<3><><bmm_probe><1193>Cannot wake up bmm050, I2C xfer error
<4>[ 8.402474] bmm050: probe of 4-0012 failed with error -5
<6>[ 8.403186] input: proximity as /devices/virtual/input/input3
<6>[ 8.403619] proximity_apds9190 5-0039: enable = 0
<3>[ 8.404439] rt9396bl:rt9396_write: fail to write(reg=0x23,val=0xc)
<6>[ 8.404744] prox_power_set,***********Proximity probe enter when power on*****
<6>[ 8.455571] apds9190_probe,Proximity apds9190_init_client Fail in Probe
<6>[ 8.455876] proximity_apds9190 5-0039: probe error
<6>[ 8.458443] RPC CALL -- TOD TIME UPDATE: ttick = 507498
<6>[ 8.458453] stamp=53795234181578752, freq = 1217159378
<3>[ 8.458959] ../../../../../../kernel/lge/msm7x27a-common/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
<6>[ 8.460618] using rtc device, msm_rtc, for alarms
<6>[ 8.460954] rs30000048 rs30000048.262144: rtc core: registered msm_rtc as rtc0
<6>[ 8.462061] rs30000048 rs30000048.262144: rtc core: registered msm_rtc_secure as rtc1
<6>[ 8.462566] i2c /dev entries driver
<4>[ 8.464779] hi351
<4>[ 8.465009] hi351_sensor_power_up: E 915
<3>[ 8.465308] msm_camera_vreg_config: msm_camera_vreg_config power on vreg_en enable
<3>[ 8.466116] rt9396bl:rt9396_write: fail to write(reg=0x31,val=0x4)
<3>[ 8.466416] msm_camera_vreg_config: rt9396_ldo_enable(ldo4) failed
<3>[ 8.467189] rt9396bl:rt9396_write: fail to write(reg=0x25,val=0xb)
<3>[ 8.467491] msm_camera_vreg_config: rt9396_ldo_enable(ldo2) failed
<3>[ 8.468383] rt9396bl:rt9396_write: fail to write(reg=0x29,val=0x1)
<3>[ 8.468563] msm_camera_vreg_config: rt9396_ldo_enable(ldo3) failed
<3>[ 8.524404] MCLK set
<4>[ 8.564411] hi351_sensor_power_up: X 979
<3>[ 8.824426] qup_i2c qup_i2c.0: Transaction timed out, SL-AD = 0x20
<3>[ 8.824729] qup_i2c qup_i2c.0: I2C Status: 132100
<3>[ 8.824906] qup_i2c qup_i2c.0: QUP Status: 0
<3>[ 8.825201] qup_i2c qup_i2c.0: OP Flags: 10
<3>[ 9.084424] qup_i2c qup_i2c.0: Transaction timed out, SL-AD = 0x20
<3>[ 9.084609] qup_i2c qup_i2c.0: I2C Status: 132100
<3>[ 9.084903] qup_i2c qup_i2c.0: QUP Status: 0
<3>[ 9.085076] qup_i2c qup_i2c.0: OP Flags: 10
<3>[ 9.085374] hi351_match_id: hi351: read id failed
<3>[ 9.085549] msm_sensor_i2c_probe hi351_i2c_probe failed
<4>[ 9.085726] hi351_sensor_power_down: E 995
<3>[ 9.164513] msm_camera_vreg_config: msm_camera_vreg_config power on vreg_en disable start
<3>[ 9.165431] rt9396bl:rt9396_write: fail to write(reg=0x28,val=0x1)
<3>[ 9.165609] msm_camera_vreg_config: rt9396_ldo_enable(ldo3) OFF failed
<3>[ 9.166501] rt9396bl:rt9396_write: fail to write(reg=0x24,val=0xb)
<3>[ 9.166679] msm_camera_vreg_config: rt9396_ldo_enable(ldo2) OFF failed
<3>[ 9.167571] rt9396bl:rt9396_write: fail to write(reg=0x30,val=0x4)
<3>[ 9.167749] msm_camera_vreg_config: rt9396_ldo_enable(ldo4) OFF failed
<3>[ 9.168049] msm_camera_vreg_config: msm_camera_vreg_config power on vreg_en disable end
<4>[ 9.168364] hi351_sensor_power_down: X 1029
<4>[ 9.168554] hi351: probe of 0-0040 failed with error -110
<6>[ 9.170173] I2C radio driver for Qualcomm FM Radio Transceiver , Version 1.0.0
<6>[ 9.170481] tavarua_radio: tavarua_probe: probe called
<7>[ 9.171161] msm_batt_init: enter
<7>[ 9.173439] msm_batt_enable_filter: enable vbatt filter: OK
<7>[ 9.173463] msm_batt_update_psy_status: enter
<6>[ 9.174184] BATT:FULL Soc
<7>[ 9.174368] msm_batt_update_psy_status: exit
<6>[ 9.174563] msm_batt_init: Charger/Battery = 0x00040001/0x00050001 (RPC version)
<6>[ 9.176108] msm_adc successfully registered
<6>[ 9.176411] msm_adc successfully registered
<6>[ 9.177459] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: [email protected]
<6>[ 9.177958] Bluetooth: HCI UART driver ver 2.2
<6>[ 9.178134] Bluetooth: HCI H4 protocol initialized
<6>[ 9.178428] Bluetooth: HCI_IBS protocol initialized
<6>[ 9.180023] mmc0: SDCC Version: 0x00000000
<3>[ 9.180493] mmc0: No card detect facilities available
<6>[ 9.182466] mmc0: Qualcomm MSM SDCC-core at 0x00000000a0600000 irq 48,0 dma 7 dmacrcri 12
<6>[ 9.182791] mmc0: Controller capabilities: 0x00000001
<6>[ 9.182966] mmc0: 8 bit data mode enabled
<6>[ 9.183256] mmc0: 4 bit data mode disabled
<6>[ 9.183426] mmc0: polling status mode disabled
<6>[ 9.183601] mmc0: MMC clock 144000 -> 49152000 Hz, PCLK 80000000 Hz
<6>[ 9.183901] mmc0: Slot eject status = 0
<6>[ 9.184069] mmc0: Power save feature enable = 1
<6>[ 9.184366] mmc0: DM non-cached buffer at ffdc0000, dma_addr 0x25960000
<6>[ 9.184614] mmc0: DM cmd busaddr 0x25960000, cmdptr busaddr 0x25977f40
<6>[ 9.185541] mmc1: SDCC Version: 0x00000000
<6>[ 9.187714] mmc1: Qualcomm MSM SDCC-core at 0x00000000a0400000 irq 24,296 dma 8 dmacrcri 6
<6>[ 9.188046] mmc1: Controller capabilities: 0x00000001
<6>[ 9.188223] mmc1: 8 bit data mode disabled
<6>[ 9.188514] mmc1: 4 bit data mode enabled
<6>[ 9.188684] mmc1: polling status mode disabled
<6>[ 9.188859] mmc1: MMC clock 144000 -> 49152000 Hz, PCLK 80000000 Hz
<6>[ 9.189159] mmc1: Slot eject status = 0
<6>[ 9.189328] mmc1: Power save feature enable = 1
<6>[ 9.189623] mmc1: DM non-cached buffer at ffd60000, dma_addr 0x25980000
<6>[ 9.189808] mmc1: DM cmd busaddr 0x25980000, cmdptr busaddr 0x25997f40
<6>[ 9.190719] mmc2: SDCC Version: 0x00000000
<3>[ 9.191116] mmc2: No card detect facilities available
<6>[ 9.192781] mmc2: Qualcomm MSM SDCC-core at 0x00000000a0500000 irq 26,0 dma 8 dmacrcri 7
<6>[ 9.192984] mmc2: Controller capabilities: 0x00000001
<6>[ 9.193281] mmc2: 8 bit data mode disabled
<6>[ 9.193601] mmc2: 4 bit data mode enabled
<6>[ 9.193894] mmc2: polling status mode disabled
<6>[ 9.194069] mmc2: MMC clock 144000 -> 49152000 Hz, PCLK 80000000 Hz
<6>[ 9.194246] mmc2: Slot eject status = 0
<6>[ 9.194578] mmc2: Power save feature enable = 1
<6>[ 9.194758] mmc2: DM non-cached buffer at ffd40000, dma_addr 0x259a0000
<6>[ 9.195059] mmc2: DM cmd busaddr 0x259a0000, cmdptr busaddr 0x259b7f40
<6>[ 9.195501] LP5521: probe startlp5521_enable
<4>[ 9.195791]
<6>[ 9.196164] lp5521_disable_set
<6>[ 9.198374] lp5521_enable_set
<3>[ 9.219924] lp5521 6-0032: error in resetting chip
<6>[ 9.220233] lp5521_disable_set
<4>[ 9.220428] lp5521: probe of 6-0032 failed with error -5
<4>[ 9.225863] i2c-core: driver [lp5521] using legacy suspend method
<4>[ 9.226046] i2c-core: driver [lp5521] using legacy resume method
<6>[ 9.232328] usbcore: registered new interface driver usbhid
<6>[ 9.237609] usbhid: USB HID core driver
<6>[ 9.243784] ashmem: initialized
<6>[ 9.244194] logger: created 256K log 'log_main'
<6>[ 9.249606] logger: created 256K log 'log_events'
<6>[ 9.250018] logger: created 256K log 'log_radio'
<6>[ 9.255386] logger: created 256K log 'log_system'
<6>[ 9.261643] msm-codec-dai msm-codec-dai.0: asoc_msm_codec_probe: dev name msm-codec-dai.0
<3>[ 9.267979] msm_soc: ALSA MSM Mixer Setting
<6>[ 9.273719] asoc: msm-codec-dai <-> msm-cpu-dai.0 mapping ok
<6>[ 9.278421] __msm_rpc_connect: server not found 30000002:20001
<7>[ 9.278614] msm_snd_rpc_connect failed (compatible VERS = 131073) trying again with another API
<6>[ 9.279091] oprofile: using arm/armv7
<6>[ 9.279531] GACT probability on
<6>[ 9.279716] Mirror/redirect action on
<6>[ 9.279888] Simple TC action Loaded
<6>[ 9.280961] netem: version 1.3
<6>[ 9.281149] u32 classifier
<6>[ 9.281313] Performance counters on
<6>[ 9.281599] input device check on
<6>[ 9.281764] Actions configured
<6>[ 9.281946] Netfilter messages via NETLINK v0.30.
<6>[ 9.282351] nf_conntrack version 0.5.0 (4659 buckets, 18636 max)
<6>[ 9.283494] ctnetlink v0.93: registering with nfnetlink.
<6>[ 9.283868] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
<6>[ 9.284053] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
<6>[ 9.284806] xt_time: kernel timezone is -0000
<6>[ 9.285674] ip_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 9.286281] arp_tables: (C) 2002 David S. Miller
<6>[ 9.286546] TCP: cubic registered
<6>[ 9.286716] Initializing XFRM netlink socket
<6>[ 9.287979] NET: Registered protocol family 10
<6>[ 9.291278] Mobile IPv6
<6>[ 9.291526] ip6_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 9.292104] IPv6 over IPv4 tunneling driver
<6>[ 9.294181] NET: Registered protocol family 17
<6>[ 9.294504] NET: Registered protocol family 15
<6>[ 9.295089] Bluetooth: RFCOMM TTY layer initialized
<6>[ 9.295288] Bluetooth: RFCOMM socket layer initialized
<6>[ 9.295654] Bluetooth: RFCOMM ver 1.11
<6>[ 9.295828] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 9.296003] Bluetooth: BNEP filters: protocol
<6>[ 9.296176] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
<6>[ 9.296581] L2TP core driver, V2.0
<6>[ 9.296914] PPPoL2TP kernel driver, V2.0
<6>[ 9.297973] VFP support v0.3: implementor 41 architecture 2 part 30 variant 5 rev 1
<6>[ 9.298469] ThumbEE CPU extension supported.
<6>[ 9.301926] clock_late_init: Removing enables held for handed-off clocks
<3>[ 9.305659] [audio_acdb.c:initialize_rpc] ACDB=> Device Attach failed
<6>[ 9.306091] input: 7k_handset as /devices/virtual/input/input4
<6>[ 9.307826] [BootMode] apps_boot_mode = 0x00000000
<6>[ 9.308694] [FTM] check manual mode [0]
<3>[ 9.308969] lge_get_nv_charging_bypass_boot: msm_proc_comm(PCOM_CUSTOMER_CMD2) failed. cmd(22)
<6>[ 9.309118] All above check routines are passed.
<6>[ 9.309339] [BootMode] boot_mode = unknown
<6>[ 9.309864] input: ats_input as /devices/virtual/input/input5
<6>[ 9.311379] rs30000048 rs30000048.262144: setting system clock to 2012-07-11 17:25:09 UTC (1342027509)
<4>[ 9.311728] Rmt Wait Info Success
<6>[ 9.312121] HSD.fsa8008[lge_hsd_init : 1038]lge_hsd_init
<6>[ 9.312258] HSD.fsa8008[lge_hsd_init : 1041]wake lock init
<6>[ 9.312808] HSD.fsa8008[lge_hsd_probe : 757]lge_hsd_probe
<6>[ 9.313088] HSD.fsa8008[lge_hsd_probe : 850]hi->irq_detect = 297
<6>[ 9.313643] HSD.fsa8008[lge_hsd_probe : 875]hi->irq_key = 285
<6>[ 9.313788] HSD.fsa8008[lge_hsd_probe : 883]initialized irq of gpio_key
<6>[ 9.314021] HSD.fsa8008[lge_hsd_probe : 890]name : h2w state : c03f7a70 : c03f7e08
<6>[ 9.314553] HSD.fsa8008[lge_hsd_probe : 896]request_threaded_irq
<6>[ 9.314969] HSD.fsa8008[lge_hsd_probe : 907]irq_set_irq_wake(hi->irq_key, 1)
<6>[ 9.315323] HSD.fsa8008[lge_hsd_probe : 913]initialize input device
<6>[ 9.315869] input: ffa-keypad as /devices/virtual/input/input6
<6>[ 9.316356] ALSA device list:
<6>[ 9.316493] #0: msm-audio
<6>[ 9.317268] Freeing init memory: 188K
<4>[ 9.322649] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
<7>[ 9.323718] msm_batt_update_psy_status: enter
<7>[ 9.324376] BATT: same event count = 1
<6>[ 9.343758] mmc0: new high speed MMC card at address 0001
<4>[ 9.344248] mmc_can_discard : mmc0 disabled
<6>[ 9.344721] mmcblk0: mmc0:0001 HYNIX 3.60 GiB
<6>[ 9.349249] mmcblk0: p1 p2 p3 p4 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 >
<3>[ 9.513584] init: cannot open '/initlogo.rle'
<3>[ 9.516688] init: using deprecated syntax for specifying property 'ro.serialno', use ${name} instead
<6>[ 9.531874] EXT4-fs (mmcblk0p14): mounted filesystem with ordered data mode. Opts: data=ordered,barrier=1
<6>[ 9.549661] EXT4-fs (mmcblk0p14): re-mounted. Opts: data=ordered,barrier=1
<4>[ 9.565381] init used greatest stack depth: 6028 bytes left
<4>[ 9.668986] e2fsck used greatest stack depth: 5540 bytes left
<3>[ 9.669286] init: exec: pid 102 exited with return code 4: Unknown error: 1024
<6>[ 9.711771] EXT4-fs (mmcblk0p16): mounted filesystem with ordered data mode. Opts: data=ordered,barrier=1
<6>[ 9.732763] EXT4-fs (mmcblk0p21): mounted filesystem with ordered data mode. Opts: barrier=1,data=ordered,noauto_da_alloc,errors=continue
<3>[ 9.734829] init: cannot find '/system/bin/rmt_storage', disabling 'rmt_storage'
<4>[ 9.907963] run-parts used greatest stack depth: 5380 bytes left
<4>[ 9.908974] sysinit used greatest stack depth: 5332 bytes left
<3>[ 9.941396] enable_store: android_usb: already disabled
<3>[ 9.941613] init: using deprecated syntax for specifying property 'ro.product.manufacturer', use ${name} instead
<3>[ 9.941953] init: using deprecated syntax for specifying property 'ro.product.model', use ${name} instead
<4>[ 9.962129] mmc1: host does not support reading read-only switch. assuming write-enable.
<6>[ 9.965781] functions_store: functions_store: request function list: mtp,adb
<3>[ 9.966391] init: using deprecated syntax for specifying property 'sys.usb.config', use ${name} instead
<6>[ 9.969261] mmc1: new high speed SDHC card at address 1234
<4>[ 9.971121] mmc_can_discard : mmc1 disabled
<6>[ 9.971449] mmcblk1: mmc1:1234 SA04G 3.69 GiB
<6>[ 9.978444] mmcblk1: p1
<6>[ 9.994788] adb_open
<6>[ 9.994956] mtp_bind_config
<6>[ 9.995144] adb_bind_config
<6>[ 10.326401] android_work: android_work: sent uevent USB_STATE=CONNECTED
<6>[ 10.457591] android_usb gadget: high-speed config #1: android
<6>[ 10.514559] android_work: android_work: sent uevent USB_STATE=CONFIGURED
<6>[ 10.934524]
<6>[ 10.934536] Charger Type: STD DOWNSTREAM PORT
<4>[ 11.511039] Unsupported request to MDP META IOCTL.
<4>[ 11.534664] ilitek_qvga_disp_on: display on...
<4>[ 11.534684] ilitek_qvga_disp_on: display on...Skip!!!!!! and back light off charger logo mode
<6>[ 11.825173] __msm_rpc_connect: server not found 30000002:20001
<6>[ 11.825656] [snd.c:snd_ioctl] snd_avc_ctl 0
<6>[ 11.828486] [snd.c:snd_ioctl] snd_agc_ctl 0
<6>[ 11.906548] [snd.c:snd_ioctl] snd_set_volume 0 0 7
<6>[ 11.907554] [snd.c:snd_ioctl] snd_set_volume 6 0 7
<6>[ 11.908388] [snd.c:snd_ioctl] snd_set_volume 12 0 7
<6>[ 11.909379] [snd.c:snd_ioctl] snd_set_volume 3 0 7
<6>[ 11.910246] [snd.c:snd_ioctl] snd_set_volume 16 0 7
<6>[ 11.911044] [snd.c:snd_ioctl] snd_set_volume 25 0 7
<6>[ 11.911968] [snd.c:snd_ioctl] snd_set_volume 8 0 1
<6>[ 11.912703] [snd.c:snd_ioctl] snd_set_volume 9 0 1
<6>[ 11.914114] [snd.c:snd_ioctl] snd_set_device 6 1 1
<6>[ 11.915129] [snd.c:snd_ioctl] snd_set_volume 2147483646 0 2
<6>[ 12.094651] ebi2_tovis_power_save: on=0
<4>[ 12.095333] ldo10: Failed to create debugfs directory
<6>[ 12.116198] request_suspend_state: wakeup (3->0) at 12101743335 (2012-07-11 17:25:12.292058335 UTC)
<7>[ 12.326218] msm_batt_update_psy_status: enter
<7>[ 12.326798] msm_batt_update_psy_status: exit
<3>[ 12.930053] init: untracked pid 264 exited
<7>[ 13.271251] msm_batt_update_psy_status: enter
<7>[ 13.273504] msm_batt_update_psy_status: exit
<3>[ 14.984799] gpio_tlmm_config(0x000e4381, GPIO_CFG_DISABLE) <sdc1_clk> failed: 0
<3>[ 14.984979] pin 56 func 1 dir 1 pull 0 drvstr 7
<3>[ 14.985246] gpio_tlmm_config(0x000fc371, GPIO_CFG_DISABLE) <sdc1_cmd> failed: -5
<3>[ 14.985393] pin 55 func 1 dir 1 pull 3 drvstr 7
<3>[ 14.985654] gpio_tlmm_config(0x000fc361, GPIO_CFG_DISABLE) <sdc1_dat_0> failed: -5
<3>[ 14.985801] pin 54 func 1 dir 1 pull 3 drvstr 7
<3>[ 14.986059] gpio_tlmm_config(0x000fc351, GPIO_CFG_DISABLE) <sdc1_dat_1> failed: -5
<3>[ 14.986206] pin 53 func 1 dir 1 pull 3 drvstr 7
<3>[ 14.986466] gpio_tlmm_config(0x000fc341, GPIO_CFG_DISABLE) <sdc1_dat_2> failed: -5
<3>[ 14.986616] pin 52 func 1 dir 1 pull 3 drvstr 7
<3>[ 14.986896] gpio_tlmm_config(0x000fc331, GPIO_CFG_DISABLE) <sdc1_dat_3> failed: -5
<3>[ 14.987136] pin 51 func 1 dir 1 pull 3 drvstr 7
<7>[ 15.392186] msm_batt_update_psy_status: enter
<7>[ 15.392776] msm_batt_update_psy_status: exit
<4>[ 15.821689] Unsupported request to MDP META IOCTL.
<6>[ 15.971654] request_suspend_state: wakeup (0->0) at 15957251668 (2012-07-11 17:25:16.147576668 UTC)
<3>[ 15.973188] init: untracked pid 391 exited
<7>[ 18.255924] msm_batt_update_psy_status: enter
<7>[ 18.257633] msm_batt_update_psy_status: exit
<7>[ 18.338273] msm_batt_update_psy_status: enter
<7>[ 18.339929] msm_batt_update_psy_status: exit
<4>[ 20.845571] Unsupported request to MDP META IOCTL.
<6>[ 20.947123] request_suspend_state: wakeup (0->0) at 20932720002 (2012-07-11 17:25:21.123046668 UTC)
<3>[ 20.949051] init: untracked pid 480 exited
<7>[ 21.343681] msm_batt_update_psy_status: enter
<7>[ 21.345559] BATT: same event count = 1
^C
Click to expand...
Click to collapse
And?
rt9396bl is not present in device
Firmware ver : [0],HW ver : [0] - touch driver is wrong
ldo01: Failed to create debugfs directory - ldo01 is responsed to give power to touch... failed
Bosch Sensortec Device not found retry_chipid = 0 - wrong pin's, i2c and so on
hi351: probe of 0-0040 failed with error -110 - wrong pin's
lp5521: probe of 6-0032 failed with error -5 - not present in device
So, as I say, vee3 or M4 or U7 or V1 or whatever of Kernel configurations will NOT WORK with E400 device!!!
Why anyone want to make totally other hardware to work with something what not pass in it?
Guys, please, first check-out hardware in device and after that give suggestions....
PS, I was see somewhere here that one is get Kernel working.... (sure, 3.4) so, wondering where is that Kernel where was wrotten here "in a big mouths" and also was link to it for download? OP was ill, ok, but where is working Kernel?
I was find only 'try's' for it but noone work... it boot but, nobody was fix touch driver.
Is anyone try that famous 3.4 what was work on L3? If yes, please send (or attach) me an link so I can try it.
Thank You.

fergy said:
And?
rt9396bl is not present in device
Firmware ver : [0],HW ver : [0] - touch driver is wrong
ldo01: Failed to create debugfs directory - ldo01 is responsed to give power to touch... failed
Bosch Sensortec Device not found retry_chipid = 0 - wrong pin's, i2c and so on
hi351: probe of 0-0040 failed with error -110 - wrong pin's
lp5521: probe of 6-0032 failed with error -5 - not present in device
So, as I say, vee3 or M4 or U7 or V1 or whatever of Kernel configurations will NOT WORK with E400 device!!!
Why anyone want to make totally other hardware to work with something what not pass in it?
Guys, please, first check-out hardware in device and after that give suggestions....
PS, I was see somewhere here that one is get Kernel working.... (sure, 3.4) so, wondering where is that Kernel where was wrotten here "in a big mouths" and also was link to it for download? OP was ill, ok, but where is working Kernel?
I was find only 'try's' for it but noone work... it boot but, nobody was fix touch driver.
Is anyone try that famous 3.4 what was work on L3? If yes, please send (or attach) me an link so I can try it.
Thank You.
Click to expand...
Click to collapse
hi fergy,
do you want a source, or a kernel, or a boot.img or?

Related

Working android linux from Fbettag for our BA's

Screenshot here , it shows the android's UI displayd on a BA
http://picpaste.de/IMG_0093.JPG note:this is from hes phone not mine
he wrote on google groups:
fbetag "Altogether i've put up two tbz2:
- http://evil-packet.org/android/vfat-bootloader-kernel.tbz2
Just copy this to the vfat partition (first partition) on your SD-
Card.
Android will autoboot as soon you plug the card into your BA.
- http://evil-packet.org/android/ext2-android-htc-blueangel-arm.tbz2
Copy it to the ext2 partition (second partition) on your SD-Card.
/bin contains busybox with the according symlinks.
I moved /init (android loader) to /sbin/android.
And i also cross compiled strace and dropbear (which doesn't work
yet).
My /sbin/init is to be customized with your own start-stop stuff.
If you boot Android while your BlueAngel is in it's USB Cradle and
your Linux Computer on the other end got USBnet (so that usb0 appears
on both devices), then my /sbin/init will configure usb0 with
192.168.1.201/24 and start telnetd. The default root password is
"android".
I think this is a fairly good base to start of hacking for this
device Let's do it.
Finally i got some questions google.com couldn't answer me:
- What ANDROID_ environment-variables are there?
- What does it take to make my TS Input Device (tsc2200) available?
Here are several outputs:
--- dmesg ---
<5>Linux version 2.6.21-hh20-omap1 ([email protected]) (gcc version
4.2.3 (Sourcery G++ Lite 2008q1-126)) #5 PREEMPT Sun Aug 3 21:26:21
CEST 2008
<4>CPU: XScale-PXA255 [69052d06] revision 6 (ARMv5TE), cr=0000397f
<4>Machine: HTC Blueangel
<4>Memory policy: ECC disabled, Data cache writeback
<7>On node 0 totalpages: 32768
<7> DMA zone: 256 pages used for memmap
<7> DMA zone: 0 pages reserved
<7> DMA zone: 32512 pages, LIFO batch:7
<7> Normal zone: 0 pages used for memmap
<6>Memory clock: 99.53MHz (*27)
<6>Run Mode clock: 398.13MHz (*4)
<6>Turbo Mode clock: 398.13MHz (*1.0, inactive)
<4>CKEN=0x10a71 CKEN11_USB=0x800
<4>CKEN=0x10a71
<4>CPU0: D VIVT undefined 5 cache
<4>CPU0: I cache: 32768 bytes, associativity 32, 32 byte lines, 32
sets
<4>CPU0: D cache: 32768 bytes, associativity 32, 32 byte lines, 32
sets
<4>Built 1 zonelists. Total pages: 32512
<5>Kernel command line: root=/dev/mmcblk0p2 rootdelay=10
console=ttyS0,115200n8 console=tty0
<4>PID hash table entries: 512 (order: 9, 2048 bytes)
<4>Console: colour dummy device 80x30
<4>Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
<4>Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
<6>Memory: 128MB = 128MB total
<5>Memory: 126336KB available (2868K code, 502K data, 104K init)
<7>Calibrating delay loop... 397.31 BogoMIPS (lpj=1986560)
<4>Mount-cache hash table entries: 512
<6>CPU: Testing write buffer coherency: ok
<4>android_power_init
<4>android_power_init done
<6>NET: Registered protocol family 16
<6>[ 0.420000] asic3: using irq 108-177 on irq 26
<4>[ 0.430000] Initializing blueangel tsc2200 ssp... done
<4>[ 0.440000] tsc2200_probe: SPI: cr0 0000138f cr1 60000010 sr:
0000f024 it: 00000000 to: 00000000 ps: 00000000
<6>[ 0.470000] Bluetooth: Core ver 2.11
<6>[ 0.470000] NET: Registered protocol family 31
<6>[ 0.480000] Bluetooth: HCI device and connection manager
initialized
<6>[ 0.490000] Bluetooth: HCI socket layer initialized
<6>[ 0.510000] Time: pxa_timer clocksource has been installed.
<4>[ 0.520000] pxa2xx-udc-gpio: Generic driver for GPIO-controlled
PXA2xx UDC
<6>[ 0.530000] NET: Registered protocol family 2
<4>[ 0.640000] IP route cache hash table entries: 1024 (order: 0,
4096 bytes)
<4>[ 0.650000] TCP established hash table entries: 4096 (order: 3,
32768 bytes)
<4>[ 0.660000] TCP bind hash table entries: 4096 (order: 2, 16384
bytes)
<6>[ 0.670000] TCP: Hash tables configured (established 4096 bind
4096)
<6>[ 0.680000] TCP reno registered
<4>[ 0.720000] blueangel_lcd_init
<4>[ 0.720000] Blue Angel Board ID 0x6
<4>[ 0.730000] in blueangel_lcd_probe
<4>[ 0.740000] HTC Blueangel DS1WM driver
<4>[ 0.740000] blueangel_pcmcia_socket_init
<4>[ 0.750000] blueangel_pcmcia_configure_socket
<4>[ 0.760000] Reset:0 ,Vcc:0 ,Flags:0
<4>[ 1.030000] blueangel_pm_init
<4>[ 1.030000] retval=0
<6>[ 1.040000] input: blueangelkb as /class/input/input0
<5>[ 1.050000] Probing PXA Flash 1 at physical address 0x00000000
(32-bit bankwidth)
<4>[ 1.060000] mymtd=00000000
<6>[ 1.070000] ttyS8 at MMIO 0x10800000 (irq = 91) is a DPRAM
<4>[ 1.080000] dpram hwident: 'HTC-DPRAM ASIC P/N:30H80037-00-L'
<5>[ 1.090000] HTC Blueangel Phone Modem Driver
<6>[ 1.090000] PXA CPU frequency change support initialized
<4>[ 1.110000] NetWinder Floating Point Emulator V0.97 (double
precision)
<6>[ 1.120000] JFFS2 version 2.2. (NAND) (C) 2001-2006 Red Hat,
Inc.
<6>[ 1.140000] io scheduler noop registered
<6>[ 1.140000] io scheduler anticipatory registered (default)
<6>[ 1.150000] io scheduler deadline registered
<4>[ 1.160000] Corgi Backlight Driver Initialized.
<4>[ 1.170000] Found w3200 at 0x08000000.
<4>[ 1.210000] blueangel_pcmcia_configure_socket
<4>[ 1.220000] Reset:0 ,Vcc:50 ,Flags:0
<4>[ 1.230000] Console: switching to colour frame buffer device
60x53
<6>[ 1.250000] fb0: w100fb frame buffer device
<6>[ 1.400000] TI Calypso / HTC firmware GSM UART line discipline
ver 0.1<6>pxa2xx-uart.0: ttyS0 at MMIO 0x40100000 (irq = 15) is a
FFUART
<6>[ 1.420000] pxa2xx-uart.1: ttyS1 at MMIO 0x40200000 (irq = 14)
is a BTUART
<6>[ 1.440000] pxa2xx-uart.2: ttyS2 at MMIO 0x40700000 (irq = 13)
is a STUART
<6>[ 1.450000] pxa2xx-uart.3: ttyS3 at MMIO 0x41600000 (irq = 0) is
a HWUART
<6>[ 1.470000] pxa2xx-ir-serial: Initialized
<4>[ 1.480000] RAMDISK driver initialized: 4 RAM disks of 8192K
size 1024 blocksize
<6>[ 1.500000] loop: loaded (max 8 devices)
<6>[ 1.510000] tun: Universal TUN/TAP device driver, 1.6
<6>[ 1.520000] tun: (C) 1999-2004 Max Krasnyansky
<[email protected]>
<4>[ 1.530000] acx: this driver is still EXPERIMENTAL
<4>[ 1.530000] acx: reading README file and/or Craig's HOWTO is
recommended, visit http://acx100.sf.net in case of further questions/
discussion
<7>[ 1.560000] acxcs_init()
<6>[ 1.570000] I2C: i2c-0: PXA I2C adapter
<6>[ 1.580000] pxa2xx_udc: version 4-May-2005
<7>[ 1.600000] DPM: pda_udc: Turning off port
<4>[ 1.600000] ether gadget: using random self ethernet address
<4>[ 1.630000] ether gadget: using random host ethernet address
<4>[ 1.650000] blueangel_pcmcia_configure_socket
<4>[ 1.670000] Reset:1 ,Vcc:50 ,Flags:240
<4>[ 1.680000] blueangel_pcmcia_configure_socket
<4>[ 1.700000] Reset:0 ,Vcc:50 ,Flags:200
<6>[ 1.710000] usb0: Ethernet Gadget, version: May Day 2005
<6>[ 1.730000] usb0: using pxa2xx_udc, OUT ep2out-bulk IN ep1in-
bulk
<6>[ 1.750000] usb0: MAC 1e:bf:a5:a0:28:2d
<7>[ 1.770000] DPM: pda_udc: Turning on port
<6>[ 1.780000] input: gpio-keys as /class/input/input1
<4>[ 1.780000] pxa_gpiodev_get_value(8)
<4>[ 1.810000] Registering tsc2200 buttons driver
<5>[ 1.820000] pccard: PCMCIA card inserted into slot 0
<5>[ 1.840000] pcmcia: registering new device pcmcia0.0
<7>[ 1.860000] acx_attach()
<7>[ 1.860000] acx_cs_config(0xc0622600)
<6>[ 1.870000] MEMORY WINDOW FOUND!!!
<6>[ 1.880000] requesting Irq...
<4>[ 1.890000] pcmcia: request for exclusive IRQ could not be
fulfilled.
<4>[ 1.920000] pcmcia: the driver needs updating to supported
shared IRQ lines.
<4>[ 1.950000] blueangel_pcmcia_configure_socket
<4>[ 1.960000] Reset:0 ,Vcc:50 ,Flags:200
<4>[ 1.980000] blueangel_pcmcia_configure_socket
<4>[ 1.990000] Reset:0 ,Vcc:50 ,Flags:220
<7>[ 2.050000] RequestConfiguration OK
<4>[ 2.050000] acx: found ACX100-based wireless network card
<7>[ 2.070000] initial debug setting is 0x000A
<6>[ 2.070000] memwinbase=2c000000 memwinsize=4096
<7>[ 2.080000] using IRQ 40
<4>[ 2.110000] ACX radio type 0x0d
<7>[ 2.120000] requesting firmware image 'WLANGEN.BIN'
<4>[ 2.120000] 9<6>input: tsc2200-keys as /class/input/input2
<4>[ 2.150000] tsc2200_ts_probe IRQ: 39
<6>[ 2.170000] input: tsc2200-ts as /class/input/input3
<7>[ 2.190000] sa1100-rtc sa1100-rtc: rtc intf: sysfs
<7>[ 2.190000] sa1100-rtc sa1100-rtc: rtc intf: proc
<7>[ 2.200000] sa1100-rtc sa1100-rtc: rtc intf: dev (254:0)
<6>[ 2.200000] sa1100-rtc sa1100-rtc: rtc core: registered sa1100-
rtc as rtc0
<6>[ 2.230000] Driver for 1-wire Dallas network protocol.
<4>[ 2.250000] DS1WM w1 busmaster driver - (c) 2004 Szabolcs Gyurko
<4>[ 2.280000] blueangel_ds1wm: OWM_EN Low (active)
<6>[ 2.310000] 1-Wire driver for the DS2760 battery monitor chip
- (c) 2004-2005, Szabolcs ..."
can you post the image of Android? ("initrd-android" etc)
its alrdy there mate use the second link to download it , it says "ext2-android-htc-blueangel-arm.tbz2" 32mb file
thanks, i'll try it someday
Tryed, the touch screen doesnt work.
root said:
Tryed, the touch screen doesnt work.
Click to expand...
Click to collapse
Hi,
I'm one of the maintenair of this kernel, last time i look to android, it seem you have to patch the kernel to get the touchscreen working with android.
They do something special. maybe you can try with datas from latest SDK.
Very interested things!
I'm very interesting with this! So, are you working on this? I'll try to make something better but don't known where to start.
Anybody know about extract android's image file in emulator to SD card?
What the android distro it is folllowing? I mean: debian, redhat or anything else.
so what are the cons and pros of using Android instead of WinMo?
The biggest pro here is that you can get away from M$oft and try something new and have a new experiance.

[KERNEL] Jugs 0.3 [11/06/11] [1.89ghz OC/UV/BFQ/BLN] [Team Kang]

Team Kang Presents
Jugs!​
Standard Disclaimer - We are in no way responsible for what you do to your phone. If you destroy your $500 device and try and blame us we will laugh at you. Always read and ensure you know what you are doing before attempting anything***
What the hell this is
OC up to 1.836 ghz
should boot into stock frequencies
added BFQ I/O scheduler and made default
patched drivers from newer Telus 989D source
BLN
added zram
working init.d support
insecure
and much much more. Check the latest additions in the change log!
Change Log
Code:
[B][U]0.3 - Nov 6[/U][/B]
- added BLN! (use neldar's BLN control app from the market)
- tweaked ondemand gov
- added 1.89ghz step
- any weirdness going past 1.72 should be fixed
- added snapdragon compiler flag optimizations
[B][U]0.2 - Nov 4[/U][/B]
- added zram (must enable through init script, more on it below) - ALSO LOL WE DONT NEED THIS WE HAVE 999999MB OF RAM
- patched drivers from Telus 989D source (newer, less debugging)
- increased voltages to more stock-like values (uv by yourself)
- boots up into stock frequencies (384 - 1512) (oc by yourself)
0.1 - Nov 3
- initial release
Bugs
Right now, there doesn't seem to be any bugs. However, if you do get a random reboot, or are having boot loops please provide me with a log and follow the instructions.​
Flash kernel (make sure you've wiped cache & dalvik cache)
After it bootloops/freezes, immediately boot into recovery (unplug usb, hold power, vol +/vol -, let go of power when you see Samsung logo)
Code:
adb pull /proc/last_kmsg
upload that last_kmsg for me (please don't post it, it can get long!)
Voltage Control
You can control it via shell/init.d scripts as follows
[ to over volt ALL frequencies by 25000 uv (microvolts) ]
Code:
echo "+25000" > /sys/devices/system/cpu/cpufreq/vdd_table/vdd_levels
[ to under volt ALL frequencies by 25000 uv (microvolts) ]
Code:
echo "-25000" > /sys/devices/system/cpu/cpufreq/vdd_table/vdd_levels
[ to set a specific frequency (ie 1.18 GHz) with a specific voltage (ie 1.0875 volts) ]
Code:
echo "1188000 1087500" > /sys/devices/system/cpu/cpufreq/vdd_table/vdd_levels
Clock Control
Just about any OC app will work just fine. By default, the kernel sets the max frequency to the highest frequency available. You can change this by adding a few lines to an init.d script (or run commands in a shell).
For instance, setting stock freqs would look like this
Code:
(su if in shell)
echo 384000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
echo 1512000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
echo 1 > /sys/devices/system/cpu/cpu1/cpufreq/online
echo 384000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq
echo 1512000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq
zRam
To enable zRam you must execute the following commands in shell as root
Code:
mkswap /dev/block/zram0
swapon /dev/block/zram0
This needs to be run on every reboot.
You can check to see if it's enabled/actually being used:
Code:
$ free
total used free shared buffers
Mem: 801980 664364 137616 0 50656
-/+ buffers: 613708 188272
Swap: 98300 0 98300
free = 0? it's not being used. usually takes a while to build up (especially with the megashittons of RAM we have)​
Misc
- Make sure you know how to get into recovery via HARDWARE KEY COMBO - I HAVE WARNED YOU
- Please do not include this with any ROMs
- Source available on my github (link in sig)
- You can use the kernel with any ROM out currently.
Download
Jugs 0.3 - CWM Flashable - enables zRAM by default & adds BLN capability​You can use either SystemTuner or my OC app to control this kernel!​
saved oneone one
Also, I kanged everything from Faux, all credit to him
Awesome job guys. I've been working on a 1.8 ghz kernel, but I am a failure lol. Gonna put this through its testing at work today.
Sent from my SGH-T989 using xda premium
This good ,thx wanna try..
Yes! I woke up to this. Thanks Roman. Going to test this out and give you my feedback asap.
Sent from my Galaxy S II
tried installing via cwm on juggernaut. stalled at samsung galaxy s II screen....
Then i pulled battery and now it bootloops.
Good job. I guess the battery life is 30 mins lolol
So hardware combo recovery? Meaning 3 finger salute?
Sent from my SGH-T989 using Tapatalk
jr8801 said:
tried installing via cwm on juggernaut. stalled at samsung galaxy s II screen....
Click to expand...
Click to collapse
Flash back to a stock kernel then
Sent from my SGH-T989 using Tapatalk
Romanbb said:
Flash back to a stock kernel then
Sent from my SGH-T989 using Tapatalk
Click to expand...
Click to collapse
just letting you know. i understand that i have to flash back to stock.
jr8801 said:
just letting you know. i understand that i have to flash back to stock.
Click to expand...
Click to collapse
Ok. If you can, grab the last_kmsg if you can too.
Sent from my SGH-T989 using Tapatalk
Can u throw a link up for the stock kernal I am on bubby's insecure or should I just flash the eagle blood then ill have the stock kernal then flash this then flash back to the rom I am on now? And why so important to do the 3 finger salute can't use quickboot or rom Manager?
Sent from my SGH-T989 using Tapatalk
Romanbb said:
Ok. If you can, grab the last_kmsg if you can too.
Sent from my SGH-T989 using Tapatalk
Click to expand...
Click to collapse
through adb? adb shell cat /proc/kmsg?
Installed this on mt Telus sgs2x seems to be working fine, had a hard lock at 1.8ghz, rebooted and am trying again. i'll let you know.
jr8801 said:
through adb? adb shell cat /proc/kmsg?
Click to expand...
Click to collapse
Yep, easier to just pull the file though probably
Sent from my SGH-T989 using Tapatalk
Romanbb said:
Yep, easier to just pull the file though probably
Sent from my SGH-T989 using Tapatalk
Click to expand...
Click to collapse
not sure if this is exactly what you wanted but this is what you get lol hopefully it helps.
Code:
<3>[ 1.623380] mmc1: Command 5 timeout
<3>[ 1.631254] mmc1: Command 5 timeout
<3>[ 1.639188] mmc1: Command 5 timeout
<3>[ 1.647062] mmc1: Command 5 timeout
<3>[ 1.654996] mmc1: Command 55 timeout
<3>[ 1.663053] mmc1: Command 55 timeout
<3>[ 1.671110] mmc1: Command 55 timeout
<3>[ 1.679136] mmc1: Command 55 timeout
<3>[ 1.687253] mmc1: Command 1 timeout
<3>[ 1.727994] mmc2: Command 52 timeout
<3>[ 1.736020] mmc2: Command 52 timeout
<3>[ 1.747678] mmc2: Command 5 timeout
<3>[ 1.755552] mmc2: Command 5 timeout
<3>[ 1.763425] mmc2: Command 5 timeout
<3>[ 1.771299] mmc2: Command 5 timeout
<3>[ 1.807401] init: cannot open '/initlogo.rle'
<3>[ 1.811856] init: Unable to open persistent property directory /data/prope
rty errno: 2
<6>[ 1.820859] set_product: 3, 16
<6>[ 1.820859] func->name=usb_mass_storage
<6>[ 1.820890] set_enable_functions: usb_mass_storage - usb_mass_storage 0, 3
<6>[ 1.820951] enable usb_mass_storage
<6>[ 1.820981] func->name=acm1
<6>[ 1.820981] set_enable_functions: acm1 - usb_mass_storage 0, 3
<6>[ 1.820981] set_enable_functions: acm1 - acm2 1, 3
<6>[ 1.821012] set_enable_functions: acm1 - adb 2, 3
<6>[ 1.821042] func->name=acm2
<6>[ 1.821073] set_enable_functions: acm2 - usb_mass_storage 0, 3
<6>[ 1.821073] set_enable_functions: acm2 - acm2 1, 3
<6>[ 1.821103] enable acm2
<6>[ 1.821134] func->name=adb
<6>[ 1.821134] set_enable_functions: adb - usb_mass_storage 0, 3
<6>[ 1.821134] set_enable_functions: adb - acm2 1, 3
<6>[ 1.821134] set_enable_functions: adb - adb 2, 3
<6>[ 1.821164] enable adb
<6>[ 1.821195] func->name=rndis
<6>[ 1.821195] set_enable_functions: rndis - usb_mass_storage 0, 3
<6>[ 1.821195] set_enable_functions: rndis - acm2 1, 3
<6>[ 1.821195] set_enable_functions: rndis - adb 2, 3
<6>[ 1.821256] func->name=diag
<6>[ 1.821256] set_enable_functions: diag - usb_mass_storage 0, 3
<6>[ 1.821286] set_enable_functions: diag - acm2 1, 3
<6>[ 1.821286] set_enable_functions: diag - adb 2, 3
<6>[ 1.821347] func->name=diag_mdm
<6>[ 1.821347] set_enable_functions: diag_mdm - usb_mass_storage 0, 3
<6>[ 1.821347] set_enable_functions: diag_mdm - acm2 1, 3
<6>[ 1.821347] set_enable_functions: diag_mdm - adb 2, 3
<6>[ 1.821408] func->name=rmnet_sdio
<6>[ 1.821408] set_enable_functions: rmnet_sdio - usb_mass_storage 0, 3
<6>[ 1.821439] set_enable_functions: rmnet_sdio - acm2 1, 3
<6>[ 1.821439] set_enable_functions: rmnet_sdio - adb 2, 3
<6>[ 1.821500] Change Device Descriptor : DeviceClass(0xef),SubClass(0x2),Pro
tocol(0x1)
<6>[ 1.821500] Change Label : [0]ACM + UMS + ADB (Debugging mode)
<6>[ 1.821500] set function num=3
<7>[ 2.041226] gpio_request: gpio-251 (SD_WP_Switch) status -22
<3>[ 2.041256] msm_sdc3_get_wpswitch:Failed to request GPIO 251
<4>[ 2.045986] mmc2: host does not support reading read-only switch. assuming
write-enable.
<6>[ 2.046017] mmc2: new SD card at address aaaa
<6>[ 2.046444] mmcblk1: mmc2:aaaa SU02G 1.84 GiB
<6>[ 2.046749] mmcblk1: p1
<3>[ 2.087887] mmc3: Command 52 timeout
<3>[ 2.096035] mmc3: Command 52 timeout
<3>[ 2.107357] mmc3: Command 8 timeout
<3>[ 2.115231] mmc3: Command 5 timeout
<3>[ 2.123165] mmc3: Command 5 timeout
<3>[ 2.131039] mmc3: Command 5 timeout
<3>[ 2.138882] mmc3: Command 5 timeout
<3>[ 2.146786] mmc3: Command 55 timeout
<3>[ 2.154842] mmc3: Command 55 timeout
<3>[ 2.162838] mmc3: Command 55 timeout
<3>[ 2.170834] mmc3: Command 55 timeout
<3>[ 2.178890] mmc3: Command 1 timeout
<3>[ 2.225429] mmc4: Command 52 timeout
<3>[ 2.233425] mmc4: Command 52 timeout
<3>[ 2.244717] mmc4: Command 8 timeout
<3>[ 2.252621] mmc4: Command 5 timeout
<3>[ 2.260464] mmc4: Command 5 timeout
<3>[ 2.268398] mmc4: Command 5 timeout
<3>[ 2.276272] mmc4: Command 5 timeout
<3>[ 2.284176] mmc4: Command 55 timeout
<3>[ 2.292171] mmc4: Command 55 timeout
<3>[ 2.300228] mmc4: Command 55 timeout
<3>[ 2.308224] mmc4: Command 55 timeout
<3>[ 2.316219] mmc4: Command 1 timeout
<3>[ 2.355495] mmc1: Command 52 timeout
<3>[ 2.363491] mmc1: Command 52 timeout
<3>[ 2.374691] mmc1: Command 8 timeout
<3>[ 2.382686] mmc1: Command 5 timeout
<3>[ 2.390529] mmc1: Command 5 timeout
<3>[ 2.398403] mmc1: Command 5 timeout
<3>[ 2.406337] mmc1: Command 5 timeout
<3>[ 2.414242] mmc1: Command 55 timeout
<3>[ 2.422237] mmc1: Command 55 timeout
<3>[ 2.430294] mmc1: Command 55 timeout
<3>[ 2.438259] mmc1: Command 55 timeout
<3>[ 2.446254] mmc1: Command 1 timeout
<3>[ 2.496273] sec_switch_init_work value = 1
<3>[ 2.499599] sec_switch_set_vbus_status USB_VBUS_AP_ON 2
<4>[ 2.570400] smb328a_int_work_func
<6>[ 2.570857] smb328a_int_work_func : reg (0x36) = 0x3
<6>[ 2.571315] sec_bat_set_property: 1
<6>[ 2.571315] sec_bat_set_property: charger inserted!!
<6>[ 2.621394] msm_otg_resume: usb exited from low power mode
<6>[ 2.622737] BSV set
<7>[ 2.622798] usb_do_work USB disconnected USB_STATE_OFFLINE
<7>[ 2.845332] usb_reset USB disconnected
<7>[ 2.845332] [composite_disconnect]mute_switch= 0
<7>[ 2.845576] usb_do_work_check_vbus USB disconnected 2
<6>[ 2.963587] portsc = 88000a05
<6>[ 2.975306] sec_jack:sec_jack_det_irq_handler : ready = 1.
<6>[ 2.975336] sec_jack: ear micbias off
<6>[ 3.004053] portsc = 88000a05
<6>[ 3.088312] android_usb gadget: high speed config #1: ACM + UMS + ADB (Deb
ugging mode)
<4>[ 3.808372] sec_bat_measure_work : dcin ok, but not charging, set cable ty
pe again!
<4>[ 3.922904] audience_a2220a2220_bootup_init : lsj::a2220_bootup_init 5
<4>[ 3.923514] audience_a2220a2220_bootup_init : lsj::a2220_bootup_init 6
<4>[ 3.923514] audience_a2220a2220_bootup_init : lsj::a2220_bootup_init 7
<6>[ 3.945395] a2220_bootup_init: firmware loaded successfully
<4>[ 4.155753] audience_a2220a2220_bootup_init : lsj::a2220_bootup_init 8
<4>[ 4.155753] audience_a2220a2220_bootup_init : get_hw_rev of Target = 14
<4>[ 4.155936] audience_a2220execute_cmdmsg : ...go to suspend first
<6>[ 4.285788] a2220_bootup_init: initialized!
<4>[ 4.285788] audience_a2220a2220_bootup_init : a2220_bootup_init - finish
<4>[ 4.827902] tsp_set_unknown_charging_cable 1
<3>[ 4.827933] [TSP] mxt224_ta_probe
<3>[ 4.832297] [TSP]TA_probe MXT224E T48 Byte2 is 80
<3>[ 4.842734] mdp_disable_irq_nosync: MDP IRQ term-0x20 is NOT set, mask=1 i
rq=1
<3>[ 4.845786] [TSP]TA_probe MXT224E T48 Byte2 is 112
<6>[ 4.845816] smb328a 15-0034: smb328a_set_charging_current :
<6>[ 4.846274] smb328a 15-0034: smb328a_set_command_reg : reg (0x31) = 0x0
<6>[ 4.847067] smb328a_set_command_reg : => reg (0x31) = 0xad
<6>[ 4.847983] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x0) =
0x31
<6>[ 4.848807] smb328a 15-0034: smb328a_charger_function_conrol : => reg (0x0
) = 0x17
<6>[ 4.849265] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x1) =
0x5
<6>[ 4.850089] smb328a 15-0034: smb328a_charger_function_conrol : => reg (0x1
) = 0x10
<6>[ 4.850546] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x2) =
0xca
<6>[ 4.851004] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x3) =
0x1a
<6>[ 4.851828] smb328a 15-0034: smb328a_charger_function_conrol : => reg (0x3
) = 0xda
<6>[ 4.852286] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x4) =
0x44
<6>[ 4.853110] smb328a 15-0034: smb328a_charger_function_conrol : => reg (0x4
) = 0x4d
<6>[ 4.853568] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x5) =
0x8b
<6>[ 4.854361] smb328a 15-0034: smb328a_charger_function_conrol : => reg (0x5
) = 0x0
<6>[ 4.854849] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x6) =
0x5c
<6>[ 4.855673] smb328a 15-0034: smb328a_charger_function_conrol : => reg (0x6
) = 0x4d
<6>[ 4.856131] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x7) =
0x36
<6>[ 4.856955] smb328a 15-0034: smb328a_charger_function_conrol : => reg (0x7
) = 0xf6
<6>[ 4.857413] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x8) =
0x0
<6>[ 4.857871] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x9) =
0x0
<6>[ 4.858695] smb328a 15-0034: smb328a_charger_function_conrol : => reg (0x9
) = 0x1
<6>[ 4.858695] smb328a 15-0034: smb328a_get_input_current_limit :
<6>[ 4.859152] smb328a 15-0034: smb328a_get_input_current_limit : reg (0x1) =
0x10
<6>[ 4.859152] smb328a 15-0034: smb328a_get_input_current_limit : get icl = 4
50, data = 0
<6>[ 4.859641] smb328a 15-0034: smb328a_get_float_voltage : reg (0x2) = 0xca,
float vol = 4200
<6>[ 4.860556] smb328a 15-0034: smb328a_set_top_off : reg (0x0) = 0x17
<6>[ 4.861044] wake_lock_init, 0xde244c20, event3-109
<6>[ 4.861350] smb328a 15-0034: smb328a_set_top_off : => reg (0x0) = 0x17
<6>[ 4.861807] smb328a 15-0034: smb328a_set_top_off : reg (0x7) = 0xf6
<6>[ 4.862631] smb328a 15-0034: smb328a_set_top_off : => reg (0x7) = 0xf6
<6>[ 4.862631] smb328a 15-0034: smb328a_ldo_disable :
<6>[ 4.863547] smb328a 15-0034: smb328a_ldo_disable : reg (0x6) = 0x4d
<6>[ 4.864340] smb328a 15-0034: smb328a_ldo_disable : => reg (0x6) = 0x6d
<6>[ 4.864371] smb328a 15-0034: smb328a_enable_charging :
<6>[ 4.864829] smb328a 15-0034: smb328a_enable_charging : reg (0x31) = 0xad
<6>[ 4.865653] smb328a_enable_charging : => reg (0x31) = 0xad
<3>[ 4.895987] [TSP] Calibration!!!!!!
<6>[ 4.898489] wake_lock_init, 0xde245c20, event1-109
<3>[ 4.906271] [TSP] Calibration End!!!!!!
<6>[ 4.937949] wake_lock_init, 0xde246420, event6-109
<6>[ 4.957938] wake_lock_init, 0xde246c20, event9-109
<6>[ 4.967276] BSV clear
<7>[ 4.967307] msm_hsusb_set_vbus_state USB disconnected
<7>[ 4.967337] usb_do_work USB disconnected 4
<7>[ 4.967337] [composite_disconnect]mute_switch= 0
<7>[ 4.968405] diag: USB disconnected
<7>[ 4.968619] diag: USB disconnected
<7>[ 4.969077] usb_do_work_check_vbus USB disconnected 4
<6>[ 4.977988] wake_lock_init, 0xde247420, event8-109
<4>[ 5.000418] smb328a_int_work_func
<6>[ 5.000906] smb328a_int_work_func : reg (0x36) = 0x5
<6>[ 5.001364] sec_bat_set_property: 1
<6>[ 5.001364] sec_bat_set_property: charger inserted!!
<6>[ 5.017935] wake_lock_init, 0xde247c20, event7-109
<6>[ 5.037985] wake_lock_init, 0xde3b8420, event5-109
<6>[ 5.057974] wake_lock_init, 0xde3b8c20, event4-109
<6>[ 5.077933] wake_lock_init, 0xde3b9420, event2-109
<6>[ 5.097952] wake_lock_init, 0xde3b9c20, event0-109
<6>[ 5.195853] msm_otg_suspend: usb in low power mode
<6>[ 5.230368] EXT4-fs (mmcblk0p26): recovery complete
<6>[ 5.234488] EXT4-fs (mmcblk0p26): mounted filesystem with ordered data mod
e. Opts:
<6>[ 5.852499] key sense irq
<6>[ 5.852804] key [0:5] released keycode [115]
<6>[ 5.884451] key sense irq
<6>[ 5.884756] key [0:4] released keycode [114]
<6>[ 7.315420] fsa9480 5-0025: fsa9480_init_detect
<6>[ 7.315970] fsa9480 5-0025: dev1: 0x4, dev2: 0x0
<6>[ 7.315970] fsa9480 5-0025: usb connect
<3>[ 7.315970] fsa9480_usb_cb attached 1
<7>[ 7.318686] usb_do_work USB disconnected USB_STATE_OFFLINE
<6>[ 7.319510] msm_otg_resume: usb exited from low power mode
<7>[ 7.545462] usb_reset USB disconnected
<7>[ 7.545462] [composite_disconnect]mute_switch= 0
<7>[ 7.545675] usb_do_work_check_vbus USB disconnected 2
<3>[ 7.545706] [TSP] mxt224_ta_probe
<3>[ 7.550009] [TSP]TA_probe MXT224E T48 Byte2 is 80
<3>[ 7.563620] [TSP]TA_probe MXT224E T48 Byte2 is 112
<6>[ 7.567465] sec-battery sec-battery: sec_bat_set_property: cable was chang
ed(3)
<6>[ 7.568716] fsa9480 5-0025: fsa9480_Check_AVDock intr: 0x0
<6>[ 7.569265] fsa9480 5-0025: dev1: 0x4, dev2: 0x0
<6>[ 7.569265] fsa9480 5-0025: usb connect
<3>[ 7.569296] fsa9480_usb_cb attached 1
<3>[ 7.571981] [TSP] mxt224_ta_probe
<3>[ 7.577292] [TSP]TA_probe MXT224E T48 Byte2 is 80
<3>[ 7.588949] [TSP]TA_probe MXT224E T48 Byte2 is 112
<3>[ 7.590994] [TSP] Calibration!!!!!!
<6>[ 7.596060] sec-battery sec-battery: sec_bat_set_property: cable was chang
ed(3)
<3>[ 7.601278] [TSP] Calibration End!!!!!!
<6>[ 8.545462] smb328a 15-0034: smb328a_set_charging_current :
<6>[ 8.546011] smb328a 15-0034: smb328a_set_command_reg : reg (0x31) = 0xad
<6>[ 8.546804] smb328a_set_command_reg : => reg (0x31) = 0xa9
<6>[ 8.547720] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x0) =
0x17
<6>[ 8.548208] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x1) =
0x10
<6>[ 8.548666] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x2) =
0xca
<6>[ 8.549124] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x3) =
0xda
<6>[ 8.549582] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x4) =
0x4d
<6>[ 8.550039] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x5) =
0x0
<6>[ 8.550497] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x6) =
0x6d
<6>[ 8.551291] smb328a 15-0034: smb328a_charger_function_conrol : => reg (0x6
) = 0x4d
<6>[ 8.551748] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x7) =
0xf6
<6>[ 8.552237] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x8) =
0x0
<6>[ 8.552694] smb328a 15-0034: smb328a_charger_function_conrol : reg (0x9) =
0x1
<6>[ 8.552694] smb328a 15-0034: smb328a_get_input_current_limit :
<6>[ 8.553152] smb328a 15-0034: smb328a_get_input_current_limit : reg (0x1) =
0x10
<6>[ 8.553152] smb328a 15-0034: smb328a_get_input_current_limit : get icl = 4
50, data = 0
<6>[ 8.553610] smb328a 15-0034: smb328a_get_float_voltage : reg (0x2) = 0xca,
float vol = 4200
<6>[ 8.554525] smb328a 15-0034: smb328a_set_top_off : reg (0x0) = 0x17
<6>[ 8.555349] smb328a 15-0034: smb328a_set_top_off : => reg (0x0) = 0x17
<6>[ 8.555807] smb328a 15-0034: smb328a_set_top_off : reg (0x7) = 0xf6
<6>[ 8.556601] smb328a 15-0034: smb328a_set_top_off : => reg (0x7) = 0xf6
<6>[ 8.556601] smb328a 15-0034: smb328a_enable_charging :
<6>[ 8.557058] smb328a 15-0034: smb328a_enable_charging : reg (0x31) = 0xa9
<6>[ 8.557852] smb328a_enable_charging : => reg (0x31) = 0xa9
<6>[ 8.557882] smb328a 15-0034: smb328a_chgen_bit_control :
<6>[ 8.558340] smb328a 15-0034: smb328a_chgen_bit_control : reg (0x31) = 0xa9
<6>[ 8.559134] smb328a_chgen_bit_control : => reg (0x31) = 0xb9
<6>[ 8.559164] smb328a 15-0034: smb328a_chgen_bit_control :
<6>[ 8.559622] smb328a 15-0034: smb328a_chgen_bit_control : reg (0x31) = 0xb9
<6>[ 8.560415] smb328a_chgen_bit_control : => reg (0x31) = 0xa9
<6>[ 8.604422] BSV set
<6>[ 8.716055] portsc = 88000a05
<6>[ 8.756582] portsc = 88000a05
<6>[ 8.840841] android_usb gadget: high speed config #1: ACM + UMS + ADB (Deb
ugging mode)
<4>[ 12.215414] SDCC CH 0 : msmsdcc_runtime_suspend WLAN SKIP Suspend
Just installed this on the Convergance ROM. Running smooth as butter. Had to use SetCPU to set overclocking speeds and ran a 4345 benchmark. Haven't yet got to see how the battery life is. I know without being overclocked it sucked. I can only imagine
Lets see how you doing! Testing now ;-)
Sent from my SGH-T989 using xda premium
So far, so good. Didn't have to flash to stock kernel from Juggernaut - it worked fine for me. I noticed that homescreen lag is gone! Good work. Will update if I run into any problems. Thanks Roman!

Archos G9 3G Stick usb dongle

Hi,
does anyone have the 3G Stick from Archos?
I looked around the /system an found some info about three Alcatel 3G Sticks x200, x020 and x060 i think. Now i have an Alcatel x200 from Wind Italy and i saw in console from lsusb command that the usbmodemswitch switches the Alcatel to modem mode (1bbb:f000 becomes 1bbb:0000 - in dmesg and lsusb) but does not assing an tty#. Nothing about assigning a tty# in dmesg.
I have the Archos 80G9 with 3.2.80 custom by surdu_petru.
Another problem i saw with all the rooted firmware was that the 3G port is always on. The 3G switch doesn't do anything anymore.
Hi x3ss
It seems from looking at the source to the UsbKeyManager.apk that they are assigned to ttyHS3 and ttyHS4 provided you have a compatible key.
Interestingly they also hardcoded the Vendor and Product id in the code.
I wouldn't mind a look at your dmesg, if you have the time to post It
I'll post dmesg tonight when i get home.
One thing for sure, there is no ttyHS# in /dev/ and no other new tty is created when i plung in the 3G stick and turn it on. In dmesg it just says that the stick has switched to modem mode.
Here is my dmesg after boot and after i plug usb
Code:
or DEV_WATCHDOG_ERROR event in SysM3
<6>[ 5.814636] Registered user-space process for DEV_SYS_ERROR event in AppM3
<6>[ 5.814666] Registered user-space process for DEV_WATCHDOG_ERROR event in AppM3
<6>[ 12.713653] warning: `zygote' uses 32-bit capabilities (legacy support in use)
<4>[ 13.024749] mma8453q_ctrl_ioctl: Get mode 1
<6>[ 14.825561] Sleep APPM3
<6>[ 14.825714] Sleep SYSM3
<5>[ 20.154418] CPU1: shutdown
<4>[ 20.802001] CPU1: Booted secondary processor
<5>[ 22.021514] CPU1: shutdown
<4>[ 33.325469] SOC timeout
<4>[ 40.271514] CPU1: Booted secondary processor
<5>[ 43.841918] CPU1: shutdown
<4>[ 48.537414] CPU1: Booted secondary processor
<5>[ 51.170013] CPU1: shutdown
<4>[ 52.729492] CPU1: Booted secondary processor
<5>[ 60.701080] CPU1: shutdown
<4>[ 66.936614] CPU1: Booted secondary processor
<6>[ 68.301696] TIWLAN: driver init
<6>[ 68.302337] TI WiLink 1283 SDIO: Driver loaded
<6>[ 68.305664] wifi_probe: got wlan irq 262
<6>[ 68.305694] wifi_probe: got wlan irq trigger falling flag
<4>[ 68.306610] wl1271_wifi_set_carddetect: 0
<7>[ 68.306640] mmc2: card_present 0
<4>[ 68.306640] wl1271_wifi_reset: 1
<4>[ 68.306671] wl1271_wifi_power: 0
<6>[ 68.705993] TIWLAN: 1562.815298: pInitParams->RoamingScanning_2_4G_enable 0
<4>[ 68.706115] wl1271_wifi_power: 1
<4>[ 68.721038] wl1271_wifi_power: 0
<4>[ 68.721984] wl1271_wifi_power: 1
<4>[ 68.790435] wl1271_wifi_reset: 0
<4>[ 68.790435] wl1271_wifi_set_carddetect: 1
<7>[ 68.790466] mmc2: card_present 1
<4>[ 69.049804] mmc2: card claims to support voltages below the defined range. These will be ignored.
<6>[ 69.060577] mmc2: new SDIO card at address 0001
<6>[ 69.067291] TIWLAN: Found TI/WLAN SDIO controller (vendor 0x97, device 0x4076, class 0x7)
<4>[ 69.067382] sdioAdapt_ConnectBus(): Block-Size should be bigger than SYNC_ASYNC_LENGTH_THRESH!!
<6>[ 69.067718] TIWLAN: 1563.177023: Working on a 1273 PG 2.0 board.
<6>[ 69.067749] TIWLAN: 1563.177054: CHIP VERSION... set 1273 chip top registers
<6>[ 69.068389] TIWLAN: 1563.177695: XTAL 38.4 MHz configured for COM6
<6>[ 69.068572] TIWLAN: 1563.177847: Starting to process NVS...
<6>[ 69.068572] TIWLAN: 1563.177878: NVS found, EEPROM Image addr=0xc2563400, EEPROM Len=0x0x1d4
<6>[ 69.089874] TIWLAN: 1563.199179: Firmware successfully downloaded.
<6>[ 69.089904] TIWLAN: 1563.199209: FW download OK...
<6>[ 69.095275] TIWLAN: 1563.204550: Firmware successfully downloaded.
<6>[ 69.095275] TIWLAN: 1563.204580: FW download OK...
<6>[ 69.095489] TIWLAN: 1563.204794: Firmware successfully downloaded.
<6>[ 69.095520] TIWLAN: 1563.204825: FW download OK...
<6>[ 69.097351] TIWLAN: 1563.206656: Firmware successfully downloaded.
<6>[ 69.097381] TIWLAN: 1563.206656: FW download OK...
<6>[ 69.098358] TIWLAN: 1563.207632: Firmware successfully downloaded.
<6>[ 69.098358] TIWLAN: 1563.207663: FW download OK...
<6>[ 69.098907] TIWLAN: 1563.208212: Finished downloading firmware.
<6>[ 69.098937] TIWLAN: 1563.208243: Firmware running.
<6>[ 69.126007] TIWLAN: 1563.235281: Firmware successfully downloaded.
<6>[ 69.126037] TIWLAN: 1563.235342: FW download OK...
<6>[ 69.126190] TIWLAN: 1563.235464:
<6>[ 69.126190] TIWLAN: 1563.235495: --------------------------------------------------------------------
<6>[ 69.126220] TIWLAN: 1563.235525: Driver Version : MCP-WiLink_Driver_2.5.3.0.18
<6>[ 69.126251] TIWLAN: 1563.235556: Firmware Version: Rev 6.1.3.11.54
<6>[ 69.126281] TIWLAN: 1563.235556: Station ID : 00-16-DC-69-5E-4D
<6>[ 69.126281] TIWLAN: 1563.235586: --------------------------------------------------------------------
<6>[ 69.126312] TIWLAN: 1563.235617:
<6>[ 69.143981] TIWLAN: 1563.253256: Interrogate TX/RX parameters
<6>[ 69.345825] request_suspend_state: wakeup (3->0) at 69739074708 (2012-02-13 16:56:47.646331788 UTC)
<3>[ 69.348541] init: untracked pid 2262 exited
<7>[ 69.351440] omap_pwm_led_set: brightness: 77
<7>[ 69.351470] omap_pwm_led_set_pwm_cycle: cycle: 77
<4>[ 69.354370] mma8453q_ctrl_ioctl: Set polling delay 0
<4>[ 69.355987] mma8453q_ctrl_ioctl: Set polling delay 200
<4>[ 69.358428] mma8453q_ctrl_ioctl: Set polling delay 60
<7>[ 69.437561] usb usb1: usb auto-resume
<3>[ 69.437622] USB_EHCI resuming
<3>[ 69.438018] Resuming platform bus
<3>[ 69.663574] Phy is now ON
<3>[ 69.772796] uhhtll-omap uhhtll-omap: EHCI_INSREG05 0x1860000
<3>[ 69.772949] uhhtll-omap uhhtll-omap: EHCI_INSREG05 0x1C40041
<3>[ 69.773132] uhhtll-omap uhhtll-omap: EHCI_INSREG05 0x1C40040
<3>[ 69.773345] uhhtll-omap uhhtll-omap: USB interrupt rising = 1F
<3>[ 69.773468] uhhtll-omap uhhtll-omap: USB interrupt falling = 1F
<3>[ 69.773590] uhhtll-omap uhhtll-omap: USB interrupt status = 4
<3>[ 69.773773] uhhtll-omap uhhtll-omap: USB interface status = 10
<3>[ 69.773895] uhhtll-omap uhhtll-omap: USB debug status = 0
<3>[ 69.774108] uhhtll-omap uhhtll-omap: Scratch register = 0xCA - should be 0xCA
<7>[ 69.774139] ehci-omap ehci-omap: resume root hub
<7>[ 69.819671] hub 1-0:1.0: hub_resume
<7>[ 69.820068] usb usb2: usb auto-resume
<7>[ 69.820129] hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<7>[ 69.843109] hub 2-0:1.0: hub_resume
<7>[ 69.843353] hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<6>[ 69.944091] ADDRCONF(NETDEV_UP): tiwlan0: link is not ready
<6>[ 71.555786] ADDRCONF(NETDEV_CHANGE): tiwlan0: link becomes ready
<7>[ 72.591308] hub 1-0:1.0: hub_suspend
<7>[ 72.591369] usb usb1: bus auto-suspend
<7>[ 72.591369] ehci-omap ehci-omap: suspend root hub
<3>[ 72.592224] USB EHCI suspending
<7>[ 72.609161] hub 2-0:1.0: hub_suspend
<7>[ 72.609222] usb usb2: bus auto-suspend
<6>[ 74.561950] TIWLAN: 1568.671255: conn , CONSOLE:-------------------------------------
<6>[ 74.562011] TIWLAN: 1568.671316: conn , CONSOLE: CONN LOST
<6>[ 74.562042] TIWLAN: 1568.671347: conn , CONSOLE:-------------------------------------
<6>[ 74.562072] TIWLAN: 1568.671377: -------------------------------------
<6>[ 74.562072] TIWLAN: 1568.671377: CONN LOST
<6>[ 74.562103] TIWLAN: 1568.671408: -------------------------------------
<6>[ 76.553558] TIWLAN: 1570.662832: connInfra , CONSOLE:************ NEW CONNECTION ************
<6>[ 76.553588] TIWLAN: 1570.662893: ************ NEW CONNECTION ************
<6>[ 76.553619] TIWLAN: 1570.662924: siteMgr , CONSOLE:-- BSSID = 74-ea-3a-c0-e2-a2
<6>[ 76.553649] TIWLAN: 1570.662955: -- SSID = ganja-ap
<6>[ 76.553680] TIWLAN: 1570.662985: -- BSSID = 74-ea-3a-c0-e2-a2
<6>[ 76.553680] TIWLAN: 1570.662985: -- MODE = infrastructure
<6>[ 76.553710] TIWLAN: 1570.663016: connInfra , CONSOLE:****************************************
<6>[ 76.553741] TIWLAN: 1570.663046: ****************************************
<3>[ 78.096923] init: untracked pid 2573 exited
<7>[ 82.091094] tiwlan0: no IPv6 routers present
<3>[ 84.204711] init: untracked pid 2755 exited
<3>[ 84.205657] init: untracked pid 2745 exited
<5>[ 84.595092] Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE
<3>[ 84.595153] CIFS VFS: Send error in SessSetup = -13
<3>[ 84.595184] CIFS VFS: cifs_mount failed w/return code = -13
<5>[ 84.634674] Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE
<3>[ 84.634735] CIFS VFS: Send error in SessSetup = -13
<3>[ 84.634765] CIFS VFS: cifs_mount failed w/return code = -13
<5>[ 84.731628] Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE
<3>[ 84.731719] CIFS VFS: Send error in SessSetup = -13
<3>[ 84.731811] CIFS VFS: cifs_mount failed w/return code = -13
<5>[ 108.865356] CPU1: shutdown
<3>[ 205.828460] USB_EHCI resuming
<3>[ 205.829620] Resuming platform bus
<3>[ 206.052398] Phy is now ON
<3>[ 206.161804] uhhtll-omap uhhtll-omap: EHCI_INSREG05 0x18600CA
<3>[ 206.161987] uhhtll-omap uhhtll-omap: EHCI_INSREG05 0x1C40041
<3>[ 206.162231] uhhtll-omap uhhtll-omap: EHCI_INSREG05 0x1C40040
<3>[ 206.162475] uhhtll-omap uhhtll-omap: USB interrupt rising = 1F
<3>[ 206.162658] uhhtll-omap uhhtll-omap: USB interrupt falling = 1F
<3>[ 206.162811] uhhtll-omap uhhtll-omap: USB interrupt status = 4
<3>[ 206.163055] uhhtll-omap uhhtll-omap: USB interface status = 10
<3>[ 206.163208] uhhtll-omap uhhtll-omap: USB debug status = 1
<3>[ 206.163452] uhhtll-omap uhhtll-omap: Scratch register = 0xCA - should be 0xCA
<7>[ 206.163574] usb usb1: usb wakeup-resume
<7>[ 206.163604] usb usb1: usb auto-resume
<7>[ 206.163665] ehci-omap ehci-omap: resume root hub
<7>[ 206.208679] hub 1-0:1.0: hub_resume
<7>[ 206.208801] ehci-omap ehci-omap: GetStatus port:1 status 001803 0 ACK POWER sig=j CSC CONNECT
<7>[ 206.208892] hub 1-0:1.0: port 1: status 0501 change 0001
<7>[ 206.318084] hub 1-0:1.0: state 7 ports 3 chg 0002 evt 0000
<7>[ 206.318237] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
<7>[ 206.380737] ehci-omap ehci-omap: port 1 high speed
<7>[ 206.380828] ehci-omap ehci-omap: GetStatus port:1 status 001805 0 ACK POWER sig=j PE CONNECT
<6>[ 206.442901] usb 1-1: new high speed USB device using ehci-omap and address 2
<7>[ 206.505493] ehci-omap ehci-omap: port 1 high speed
<7>[ 206.505523] ehci-omap ehci-omap: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
<7>[ 206.607269] usb 1-1: default language 0x0409
<7>[ 206.613342] usb 1-1: udev 2, busnum 1, minor = 1
<6>[ 206.613372] usb 1-1: New USB device found, idVendor=1bbb, idProduct=f000
<6>[ 206.613403] usb 1-1: New USB device strings: Mfr=3, Product=2, SerialNumber=4
<6>[ 206.613403] usb 1-1: Product: HSPA Data Card
<6>[ 206.613433] usb 1-1: Manufacturer: USBModem
<6>[ 206.613433] usb 1-1: SerialNumber: 1234567890ABCDEF
<7>[ 206.626861] usb 1-1: usb_probe_device
<7>[ 206.626922] usb 1-1: configuration #1 chosen from 1 choice
<7>[ 206.630523] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
<7>[ 206.633575] usb-storage 1-1:1.0: usb_probe_interface
<7>[ 206.633605] usb-storage 1-1:1.0: usb_probe_interface - got id
<6>[ 206.633819] scsi0 : usb-storage 1-1:1.0
<7>[ 206.640411] /mnt/flash/release/AX09/avx9_hc/arcbuild/linux/drivers/usb/core/inode.c: creating file '002'
<7>[ 206.642791] usb usb2: usb auto-resume
<7>[ 206.661651] hub 2-0:1.0: hub_resume
<7>[ 206.661987] hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>[ 206.663482] usb-storage 1-1:1.0: disconnect by usbfs
<4>[ 206.680572] usb 1-1: usbfs: process 2916 (usb_modeswitch) did not claim interface 0 before use
<7>[ 206.682617] ehci-omap ehci-omap: detected XactErr len 0/0 retry 1
<7>[ 206.682708] hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0002
<7>[ 206.682769] ehci-omap ehci-omap: GetStatus port:1 status 001002 0 ACK POWER sig=se0 CSC
<7>[ 206.682800] hub 1-0:1.0: port 1, status 0100, change 0001, 12 Mb/s
<6>[ 206.682800] usb 1-1: USB disconnect, address 2
<7>[ 206.794464] ehci-omap ehci-omap: detected XactErr len 0/0 retry 2
<7>[ 206.794616] ehci-omap ehci-omap: detected XactErr len 0/0 retry 3
<7>[ 206.794738] ehci-omap ehci-omap: detected XactErr len 0/0 retry 4
<7>[ 206.794860] ehci-omap ehci-omap: detected XactErr len 0/0 retry 5
<7>[ 206.795166] ehci-omap ehci-omap: detected XactErr len 0/0 retry 6
<7>[ 206.795410] ehci-omap ehci-omap: detected XactErr len 0/0 retry 7
<7>[ 206.795684] ehci-omap ehci-omap: detected XactErr len 0/0 retry 8
<7>[ 206.795959] ehci-omap ehci-omap: detected XactErr len 0/0 retry 9
<7>[ 206.796234] ehci-omap ehci-omap: detected XactErr len 0/0 retry 10
<7>[ 206.796478] ehci-omap ehci-omap: detected XactErr len 0/0 retry 11
<7>[ 206.796752] ehci-omap ehci-omap: detected XactErr len 0/0 retry 12
<7>[ 206.797027] ehci-omap ehci-omap: detected XactErr len 0/0 retry 13
<7>[ 206.797180] ehci-omap ehci-omap: detected XactErr len 0/0 retry 14
<7>[ 206.797454] ehci-omap ehci-omap: detected XactErr len 0/0 retry 15
<7>[ 206.797729] ehci-omap ehci-omap: detected XactErr len 0/0 retry 16
<7>[ 206.797973] ehci-omap ehci-omap: detected XactErr len 0/0 retry 17
<7>[ 206.798248] ehci-omap ehci-omap: detected XactErr len 0/0 retry 18
<7>[ 206.798522] ehci-omap ehci-omap: detected XactErr len 0/0 retry 19
<7>[ 206.798767] ehci-omap ehci-omap: detected XactErr len 0/0 retry 20
<7>[ 206.798950] ehci-omap ehci-omap: detected XactErr len 0/0 retry 21
<7>[ 206.799133] ehci-omap ehci-omap: detected XactErr len 0/0 retry 22
<7>[ 206.799316] ehci-omap ehci-omap: detected XactErr len 0/0 retry 23
<7>[ 206.799530] ehci-omap ehci-omap: detected XactErr len 0/0 retry 24
<7>[ 206.799682] ehci-omap ehci-omap: detected XactErr len 0/0 retry 25
<7>[ 206.799865] ehci-omap ehci-omap: detected XactErr len 0/0 retry 26
<7>[ 206.800018] ehci-omap ehci-omap: detected XactErr len 0/0 retry 27
<7>[ 206.800201] ehci-omap ehci-omap: detected XactErr len 0/0 retry 28
<7>[ 206.800384] ehci-omap ehci-omap: detected XactErr len 0/0 retry 29
<7>[ 206.800567] ehci-omap ehci-omap: detected XactErr len 0/0 retry 30
<7>[ 206.800781] ehci-omap ehci-omap: detected XactErr len 0/0 retry 31
<7>[ 206.800933] ehci-omap ehci-omap: devpath 1 ep0out 3strikes
<7>[ 206.801239] usb 1-1: unregistering device
<7>[ 206.801269] usb 1-1: usb_disable_device nuking all URBs
<7>[ 206.801300] usb 1-1: unregistering interface 1-1:1.0
<7>[ 206.807250] ehci-omap ehci-omap: GetStatus port:1 status 001803 0 ACK POWER sig=j CSC CONNECT
<7>[ 206.958374] hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x501
<7>[ 207.021240] ehci-omap ehci-omap: port 1 high speed
<7>[ 207.021270] ehci-omap ehci-omap: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
<6>[ 207.083374] usb 1-1: new high speed USB device using ehci-omap and address 3
<7>[ 207.145996] ehci-omap ehci-omap: port 1 high speed
<7>[ 207.146026] ehci-omap ehci-omap: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
<7>[ 207.247009] usb 1-1: default language 0x0409
<7>[ 207.253051] usb 1-1: udev 3, busnum 1, minor = 2
<6>[ 207.253082] usb 1-1: New USB device found, idVendor=1bbb, idProduct=0000
<6>[ 207.253082] usb 1-1: New USB device strings: Mfr=2, Product=1, SerialNumber=3
<6>[ 207.253112] usb 1-1: Product: USBModem Configuration
<6>[ 207.253112] usb 1-1: Manufacturer: USBModem
<6>[ 207.253143] usb 1-1: SerialNumber: 1234567890ABCDEF
<7>[ 207.258117] usb 1-1: usb_probe_device
<7>[ 207.258148] usb 1-1: configuration #1 chosen from 1 choice
<7>[ 207.261413] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
<7>[ 207.262847] usbserial_generic 1-1:1.0: usb_probe_interface
<7>[ 207.262847] usbserial_generic 1-1:1.0: usb_probe_interface - got id
<7>[ 207.263061] usb 1-1: adding 1-1:1.1 (config #1, interface 1)
<7>[ 207.264465] usbserial_generic 1-1:1.1: usb_probe_interface
<7>[ 207.264465] usbserial_generic 1-1:1.1: usb_probe_interface - got id
<7>[ 207.264587] usb 1-1: adding 1-1:1.2 (config #1, interface 2)
<7>[ 207.265563] usb-storage 1-1:1.2: usb_probe_interface
<7>[ 207.265594] usb-storage 1-1:1.2: usb_probe_interface - got id
<6>[ 207.265747] scsi1 : usb-storage 1-1:1.2
<7>[ 207.267852] usb 1-1: adding 1-1:1.3 (config #1, interface 3)
<7>[ 207.268890] usbserial_generic 1-1:1.3: usb_probe_interface
<7>[ 207.268920] usbserial_generic 1-1:1.3: usb_probe_interface - got id
<7>[ 207.270233] /mnt/flash/release/AX09/avx9_hc/arcbuild/linux/drivers/usb/core/inode.c: creating file '003'
<7>[ 207.270324] hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0002
<5>[ 208.267089] scsi 1:0:0:0: Direct-Access USBModem MMC Storage 2.31 PQ: 0 ANSI: 2
<5>[ 208.297210] sd 1:0:0:0: [sda] Attached SCSI removable disk
<7>[ 210.614776] hub 2-0:1.0: hub_suspend
<7>[ 210.614807] usb usb2: bus auto-suspend
<7>[ 212.643524] usb usb2: usb auto-resume
<7>[ 212.661743] hub 2-0:1.0: hub_resume
<7>[ 212.661804] hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>[ 215.614807] hub 2-0:1.0: hub_suspend
<7>[ 215.614868] usb usb2: bus auto-suspend
<7>[ 217.671020] usb usb2: usb auto-resume
<7>[ 217.693115] hub 2-0:1.0: hub_resume
<7>[ 217.693237] hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>[ 220.614990] hub 2-0:1.0: hub_suspend
<7>[ 220.615081] usb usb2: bus auto-suspend
<4>[ 254.514160] CPU1: Booted secondary processor
<5>[ 256.482391] CPU1: shutdown
Hi
Is it a GSM Modem?
It's looks like the device has switched to the wrong mode.
Although It's got a label of USBModem, There aren't any modem interfaces found.
I would edit /etc/usb_modeswitch/1bbb_f000 and remove the 0000 from the begining of the target product
list so it only has "0017,00b7" and swap the message lines over at the bottom of the file as it sugguests.
This will giving you different modes as I think usb_modeswitch settles on the first valid target product it finds. Which in your case would always be 0000
If it still does not register as a modem then I would suspect you need more drivers, usb_wwan.ko and option.ko specifically.
Hope That Helps
i have this stick
To my experience, these composite devices work as follows. First, they are recognized as storage. Second, in Windows, drivers and utilities are installed from this storage. Third, these utilities are run and start with sending some USB message (which may be generic or vendor- or product-specific, I don't know yet) which switches the device into usb-serial mode; in Linux, this may be done manually by usb-modeswitch, provided that you know the message. Fourth, the device is re-detected as usb-serial (typically even multiple ports) and operated as such.
Hence, the principal problem is to figure out the USB message. This may be learnt either from the vendor's documentation (which is typically provided under NDA and not available to end-users) or by monitoring a Windows system with a USB sniffer.
Another possible approach is setting usb-serial (or probably acm, in case of Linux) as the default mode that the device takes on power up, instead of storage. This would not be difficult to do once you set up the device on a Windows machine and can operate it as a modem. Then any machine, including a Linux one, will recognize it immediately as a modem. The principal problem is, once again, to learn the required AT command. I know these for a few devices but not for that one.
If someone happens to run into these data for this modem, or for other modems of the same vendor (1bbb), or maybe a generic command that might be specified in some standard command set - please let me know, or try it yourselves.
The last part of dmesg after removing 0000 from the list and uncommenting the line for 0017
Code:
425.090393] USB_EHCI resuming
<3>[ 425.091613] Resuming platform bus
<3>[ 425.310119] Phy is now ON
<3>[ 425.419494] uhhtll-omap uhhtll-omap: EHCI_INSREG05 0x18600CA
<3>[ 425.419586] uhhtll-omap uhhtll-omap: EHCI_INSREG05 0x1C40041
<3>[ 425.419799] uhhtll-omap uhhtll-omap: EHCI_INSREG05 0x1C40040
<3>[ 425.420013] uhhtll-omap uhhtll-omap: USB interrupt rising = 1F
<3>[ 425.420135] uhhtll-omap uhhtll-omap: USB interrupt falling = 1F
<3>[ 425.420227] uhhtll-omap uhhtll-omap: USB interrupt status = 4
<3>[ 425.420440] uhhtll-omap uhhtll-omap: USB interface status = 10
<3>[ 425.420562] uhhtll-omap uhhtll-omap: USB debug status = 1
<3>[ 425.420745] uhhtll-omap uhhtll-omap: Scratch register = 0xCA - should be 0xCA
<7>[ 425.420806] usb usb1: usb wakeup-resume
<7>[ 425.420806] usb usb1: usb auto-resume
<7>[ 425.420837] ehci-omap ehci-omap: resume root hub
<7>[ 425.466400] hub 1-0:1.0: hub_resume
<7>[ 425.466430] ehci-omap ehci-omap: GetStatus port:1 status 001803 0 ACK POWER sig=j CSC CONNECT
<7>[ 425.466461] hub 1-0:1.0: port 1: status 0501 change 0001
<7>[ 425.575744] hub 1-0:1.0: state 7 ports 3 chg 0002 evt 0000
<7>[ 425.575805] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
<7>[ 425.638488] ehci-omap ehci-omap: port 1 high speed
<7>[ 425.638519] ehci-omap ehci-omap: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
<6>[ 425.700744] usb 1-1: new high speed USB device using ehci-omap and address 4
<7>[ 425.763488] ehci-omap ehci-omap: port 1 high speed
<7>[ 425.763519] ehci-omap ehci-omap: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
<7>[ 425.865478] usb 1-1: default language 0x0409
<7>[ 425.871490] usb 1-1: udev 4, busnum 1, minor = 3
<6>[ 425.871490] usb 1-1: New USB device found, idVendor=1bbb, idProduct=f000
<6>[ 425.871520] usb 1-1: New USB device strings: Mfr=3, Product=2, SerialNumber=4
<6>[ 425.871551] usb 1-1: Product: HSPA Data Card
<6>[ 425.871551] usb 1-1: Manufacturer: USBModem
<6>[ 425.871582] usb 1-1: SerialNumber: 1234567890ABCDEF
<7>[ 425.876800] usb 1-1: usb_probe_device
<7>[ 425.876831] usb 1-1: configuration #1 chosen from 1 choice
<7>[ 425.880523] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
<7>[ 425.882476] usb-storage 1-1:1.0: usb_probe_interface
<7>[ 425.882537] usb-storage 1-1:1.0: usb_probe_interface - got id
<6>[ 425.882751] scsi2 : usb-storage 1-1:1.0
<7>[ 425.889160] /mnt/flash/release/AX09/avx9_hc/arcbuild/linux/drivers/usb/core/inode.c: creating file '004'
<7>[ 425.940490] usb usb2: usb auto-resume
<7>[ 425.958557] hub 2-0:1.0: hub_resume
<7>[ 425.958618] hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>[ 425.960357] usb-storage 1-1:1.0: disconnect by usbfs
<4>[ 425.979339] usb 1-1: usbfs: process 3197 (usb_modeswitch) did not claim interface 0 before use
<7>[ 428.614807] hub 2-0:1.0: hub_suspend
<7>[ 428.614868] usb usb2: bus auto-suspend
<7>[ 433.941406] usb usb2: usb auto-resume
<7>[ 433.958801] hub 2-0:1.0: hub_resume
<7>[ 433.958953] hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>[ 436.614959] hub 2-0:1.0: hub_suspend
<7>[ 436.615051] usb usb2: bus auto-suspend
cajl said:
i have this stick
Click to expand...
Click to collapse
Hi cajl can you please post dmesg output when the stick is inserted into the tablet?
Thanks!
how view this ?
Install a terminal emulator from the market and run at the command prompt
Code:
dmesg > /mnt/sdcard/dmesg.txt
And then upload here the dmesg.txt from the sdcard.
the system is read/only !
i use an another gen 9 with root
---------- Post added at 08:39 PM ---------- Previous post was at 08:37 PM ----------
the system is read/only !
i use an another gen 9 with root
and i send the file tomorrow
x3ss said:
The last part of dmesg after removing 0000 from the list and uncommenting the line for 0017
Code:
425.090393] USB_EHCI resuming
<3>[ 425.091613] Resuming platform bus
<3>[ 425.310119] Phy is now ON
<3>[ 425.419494] uhhtll-omap uhhtll-omap: EHCI_INSREG05 0x18600CA
<3>[ 425.419586] uhhtll-omap uhhtll-omap: EHCI_INSREG05 0x1C40041
<3>[ 425.419799] uhhtll-omap uhhtll-omap: EHCI_INSREG05 0x1C40040
<3>[ 425.420013] uhhtll-omap uhhtll-omap: USB interrupt rising = 1F
<3>[ 425.420135] uhhtll-omap uhhtll-omap: USB interrupt falling = 1F
<3>[ 425.420227] uhhtll-omap uhhtll-omap: USB interrupt status = 4
<3>[ 425.420440] uhhtll-omap uhhtll-omap: USB interface status = 10
<3>[ 425.420562] uhhtll-omap uhhtll-omap: USB debug status = 1
<3>[ 425.420745] uhhtll-omap uhhtll-omap: Scratch register = 0xCA - should be 0xCA
<7>[ 425.420806] usb usb1: usb wakeup-resume
<7>[ 425.420806] usb usb1: usb auto-resume
<7>[ 425.420837] ehci-omap ehci-omap: resume root hub
<7>[ 425.466400] hub 1-0:1.0: hub_resume
<7>[ 425.466430] ehci-omap ehci-omap: GetStatus port:1 status 001803 0 ACK POWER sig=j CSC CONNECT
<7>[ 425.466461] hub 1-0:1.0: port 1: status 0501 change 0001
<7>[ 425.575744] hub 1-0:1.0: state 7 ports 3 chg 0002 evt 0000
<7>[ 425.575805] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
<7>[ 425.638488] ehci-omap ehci-omap: port 1 high speed
<7>[ 425.638519] ehci-omap ehci-omap: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
<6>[ 425.700744] usb 1-1: new high speed USB device using ehci-omap and address 4
<7>[ 425.763488] ehci-omap ehci-omap: port 1 high speed
<7>[ 425.763519] ehci-omap ehci-omap: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
<7>[ 425.865478] usb 1-1: default language 0x0409
<7>[ 425.871490] usb 1-1: udev 4, busnum 1, minor = 3
<6>[ 425.871490] usb 1-1: New USB device found, idVendor=1bbb, idProduct=f000
<6>[ 425.871520] usb 1-1: New USB device strings: Mfr=3, Product=2, SerialNumber=4
<6>[ 425.871551] usb 1-1: Product: HSPA Data Card
<6>[ 425.871551] usb 1-1: Manufacturer: USBModem
<6>[ 425.871582] usb 1-1: SerialNumber: 1234567890ABCDEF
<7>[ 425.876800] usb 1-1: usb_probe_device
<7>[ 425.876831] usb 1-1: configuration #1 chosen from 1 choice
<7>[ 425.880523] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
<7>[ 425.882476] usb-storage 1-1:1.0: usb_probe_interface
<7>[ 425.882537] usb-storage 1-1:1.0: usb_probe_interface - got id
<6>[ 425.882751] scsi2 : usb-storage 1-1:1.0
<7>[ 425.889160] /mnt/flash/release/AX09/avx9_hc/arcbuild/linux/drivers/usb/core/inode.c: creating file '004'
<7>[ 425.940490] usb usb2: usb auto-resume
<7>[ 425.958557] hub 2-0:1.0: hub_resume
<7>[ 425.958618] hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>[ 425.960357] usb-storage 1-1:1.0: disconnect by usbfs
<4>[ 425.979339] usb 1-1: usbfs: process 3197 (usb_modeswitch) did not claim interface 0 before use
<7>[ 428.614807] hub 2-0:1.0: hub_suspend
<7>[ 428.614868] usb usb2: bus auto-suspend
<7>[ 433.941406] usb usb2: usb auto-resume
<7>[ 433.958801] hub 2-0:1.0: hub_resume
<7>[ 433.958953] hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>[ 436.614959] hub 2-0:1.0: hub_suspend
<7>[ 436.615051] usb usb2: bus auto-suspend
Click to expand...
Click to collapse
Hmmm,
It looks like it hasn't switched modes to the modem as shown by this line:
Code:
<6>[ 425.871490] usb 1-1: New USB device found, idVendor=1bbb, idProduct=f000
Note the f000 productid
Try this from adb or terminal emulator
Code:
usb_modeswitch -s 3 -v 0x1bbb -p 0xf000 -V 0x1bbb -P 0x0017 -M "5553424308a05984c000000080000606f50402527000000000000000000000"
Note: We are using the Original Message content
This ubuntu thread seems to cover this piece of hardware and uses the original message the bring up the modem interface
@cajlThere is no need for root or rw access.
That command saves the file on the external sdcard if un have one in the slot.
@trevd
0017 is for alcatel x225 that they talk at the link you gave me
But x200 must change to 0000 as i found here
see that with 3g enable
581359] omapdss HDMI: pwrchanged => (1,A) = 0
<7>[ 3.593780] hub 1-0:1.0: hub_suspend
<7>[ 3.593811] usb usb1: bus auto-suspend
<7>[ 3.593841] ehci-omap ehci-omap: suspend root hub
<3>[ 3.594268] USB EHCI suspending
<6>[ 3.615570] cypress-tma340 4-0024: BOOT 010b / TTS 14dc / APP 0622 / ID 2200
<6>[ 3.662231] fuse init (API version 7.14)
<3>[ 3.691375] init: untracked pid 1867 exited
<3>[ 3.695800] init: running exec failed
<3>[ 3.696014] init: untracked pid 1871 exited
<6>[ 3.905883] Bluetooth: Bluetooth Driver for TI WiLink - Version 1.0
<6>[ 3.913818] enabling adb
<6>[ 3.937744] adb_open
<3>[ 4.026062] init: untracked pid 1898 exited
<6>[ 4.203704] charge_level set to 2
<6>[ 4.269439] android_usb gadget: high speed config #1: android
<6>[ 4.331787] omap-remoteproc omap-remoteproc.0: omap_rproc_open: dev num 0, name tesla, count 1
<6>[ 4.331848] omap-remoteproc omap-remoteproc.1: omap_rproc_open: dev num 1, name ducati-proc0, count 1
<6>[ 4.331909] omap-remoteproc omap-remoteproc.2: omap_rproc_open: dev num 2, name ducati-proc1, count 1
<3>[ 4.332092] platform_mem_setup : status [0x0]
<3>[ 4.332092] platform_setup : status [0x0]
<3>[ 4.332122] proc_mgr_setup : status [0x0]
<3>[ 4.332122] sharedregion_setup : status [0x0]
<6>[ 4.332153] omap mailbox rev 0.0
<3>[ 4.332183] notify_ducatidrv_setup : status [0x0]
<3>[ 4.332214] notify_setup : status [0x0]
<3>[ 4.332427] ipu_pm_setup : status [0x0]
<3>[ 4.332458] nameserver_setup : status [0x0]
<3>[ 4.332458] nameserver_get_handle failed! status = 0xfffffffe
<3>[ 4.332489] gatemp_setup : status [0x0]
<3>[ 4.332489] gatepeterson_setup : status [0x0]
<3>[ 4.332519] nameserver_get_handle failed! status = 0xfffffffe
<3>[ 4.332550] messageq_setup : status [0x0]
<3>[ 4.332580] nameserver_get_handle failed! status = 0xfffffffe
<3>[ 4.332580] heapbufmp_setup : status [0x0]
<3>[ 4.332611] nameserver_get_handle failed! status = 0xfffffffe
<3>[ 4.332611] heapmemmp_setup : status [0x0]
<3>[ 4.332641] nameserver_get_handle failed! status = 0xfffffffe
<3>[ 4.332641] listmp_setup : status [0x0]
<3>[ 4.332672] transportshm_setup : status [0xa7a000]
<3>[ 4.332672] nameserver_remotenotify_setup : status [0x0]
<3>[ 4.332794] _platform_setup : status [0x0]
<6>[ 4.332885] omap-remoteproc omap-remoteproc.0: omap_rproc_open: dev num 0, name tesla, count 1
<6>[ 4.332916] omap-remoteproc omap-remoteproc.1: omap_rproc_open: dev num 1, name ducati-proc0, count 1
<6>[ 4.332946] omap-remoteproc omap-remoteproc.2: omap_rproc_open: dev num 2, name ducati-proc1, count 1
<3>[ 4.369323] USB_EHCI resuming
<3>[ 4.369873] Resuming platform bus
<3>[ 4.591796] Phy is now ON
<3>[ 4.701202] uhhtll-omap uhhtll-omap: EHCI_INSREG05 0x1860000
<3>[ 4.701354] uhhtll-omap uhhtll-omap: EHCI_INSREG05 0x1C40041
<3>[ 4.701538] uhhtll-omap uhhtll-omap: EHCI_INSREG05 0x1C40040
<3>[ 4.701751] uhhtll-omap uhhtll-omap: USB interrupt rising = 1F
<3>[ 4.701873] uhhtll-omap uhhtll-omap: USB interrupt falling = 1F
<3>[ 4.701965] uhhtll-omap uhhtll-omap: USB interrupt status = 6
<3>[ 4.702178] uhhtll-omap uhhtll-omap: USB interface status = 10
<3>[ 4.702301] uhhtll-omap uhhtll-omap: USB debug status = 1
<3>[ 4.702514] uhhtll-omap uhhtll-omap: Scratch register = 0xCA - should be 0xCA
<7>[ 4.702545] hub 2-0:1.0: hub_suspend
<7>[ 4.702575] usb usb2: bus auto-suspend
<7>[ 4.702606] usb usb1: usb wakeup-resume
<7>[ 4.702606] usb usb1: usb auto-resume
<7>[ 4.702636] ehci-omap ehci-omap: resume root hub
<7>[ 4.748077] hub 1-0:1.0: hub_resume
<7>[ 4.748138] ehci-omap ehci-omap: GetStatus port:1 status 001803 0 ACK POWER sig=j CSC CONNECT
<7>[ 4.748199] hub 1-0:1.0: port 1: status 0501 change 0001
<7>[ 4.857788] hub 1-0:1.0: state 7 ports 3 chg 0002 evt 0000
<7>[ 4.857849] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
<4>[ 4.861450] omap_hwmod: ipu: failed to reset in 10000 usec
<3>[ 4.862792] proc4430_attach num_mem_entries = 6
<6>[ 4.863189] proc_mgr_attachroc_mgr_handle->num_mem_entries = 6
<3>[ 4.867431] proc4430_attach num_mem_entries = 6
<6>[ 4.867462] proc_mgr_attachroc_mgr_handle->num_mem_entries = 6
<3>[ 4.917388] _platform_read_slave_memory successful! status = 0x0, proc_id = 2, addr = 0xd600, m_addr = 0xe120d600, size = 0x20
<3>[ 4.917419] _platform_read_slave_memory successful! status = 0x0, proc_id = 2, addr = 0xd620, m_addr = 0xe120d620, size = 0x30
<3>[ 4.923400] _platform_write_slave_memory successful! status = 0x0, proc_id = 2, addr = 0xd600, m_addr = 0xe120d600, size = 0x20
<7>[ 4.923919] ehci-omap ehci-omap: port 1 high speed
<7>[ 4.923950] ehci-omap ehci-omap: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
<6>[ 4.924255] omap-remoteproc omap-remoteproc.1: omap_rproc_ioctl
<3>[ 4.927307] ipc_proc_sync_start failed: status [0xffffffff]
<3>[ 4.927337] ipc_attach : ipc_proc_sync_start failed [0xffffffff]
<3>[ 4.927368] ipc_attach failed! status = 0xffffffff
<3>[ 4.935791] ipc_proc_sync_start failed: status [0xffffffff]
<3>[ 4.935852] ipc_attach : ipc_proc_sync_start failed [0xffffffff]
<3>[ 4.935852] ipc_attach failed! status = 0xffffffff
<3>[ 4.952301] ipc_proc_sync_start failed: status [0xffffffff]
<3>[ 4.952362] ipc_attach : ipc_proc_sync_start failed [0xffffffff]
<3>[ 4.952392] ipc_attach failed! status = 0xffffffff
<3>[ 4.968109] ipc_proc_sync_start done
<3>[ 4.968139] ipc_proc_sync_start : status [0x0]
<3>[ 4.968170] gatemp_attach : status [0x0]
<3>[ 4.968200] sharedregion_attach : status [0x0]
<3>[ 4.968200] sharedregion_get_ptr : status [0x0]
<3>[ 4.968231] notify_attach : status [0x0]
<3>[ 4.968292] ipu_pm_attach : status [0x0]
<3>[ 4.968292] sharedregion_get_ptr : status [0x0]
<3>[ 4.968322] nameserver_remotenotify_attach : status [0x0]
<3>[ 4.968322] sharedregion_get_ptr : status [0x0]
<3>[ 4.968353] messageq_attach : status [0x0]
<3>[ 4.968383] ipc_proc_sync_finish : status [0x0]
<6>[ 4.982513] usb 1-1: new high speed USB device using ehci-omap and address 2
<7>[ 5.045166] ehci-omap ehci-omap: port 1 high speed
<7>[ 5.045227] ehci-omap ehci-omap: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
<7>[ 5.141204] usb 1-1: default language 0x0409
<7>[ 5.142578] usb 1-1: udev 2, busnum 1, minor = 1
<6>[ 5.142578] usb 1-1: New USB device found, idVendor=1bbb, idProduct=f000
<6>[ 5.142608] usb 1-1: New USB device strings: Mfr=3, Product=2, SerialNumber=4
<6>[ 5.142639] usb 1-1: Product: HSPA Data Card
<6>[ 5.142639] usb 1-1: Manufacturer: USBModem
<6>[ 5.142669] usb 1-1: SerialNumber: 1234567890ABCDEF
<7>[ 5.143463] usb 1-1: usb_probe_device
<7>[ 5.143493] usb 1-1: configuration #1 chosen from 1 choice
<7>[ 5.146331] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
<7>[ 5.146850] usb-storage 1-1:1.0: usb_probe_interface
<7>[ 5.146881] usb-storage 1-1:1.0: usb_probe_interface - got id
<6>[ 5.147125] scsi0 : usb-storage 1-1:1.0
<7>[ 5.148529] /mnt/flash/release/AX09/avx9_hc/arcbuild/linux/drivers/usb/core/inode.c: creating file '002'
<3>[ 5.372528] _platform_read_slave_memory successful! status = 0x0, proc_id = 1, addr = 0x382f00, m_addr = 0xe1a82f00, size = 0x20
<3>[ 5.372589] _platform_read_slave_memory successful! status = 0x0, proc_id = 1, addr = 0x382f20, m_addr = 0xe1a82f20, size = 0x30
<3>[ 5.372619] _platform_write_slave_memory successful! status = 0x0, proc_id = 1, addr = 0x382f00, m_addr = 0xe1a82f00, size = 0x20
<6>[ 5.372680] omap-remoteproc omap-remoteproc.2: omap_rproc_ioctl
<3>[ 5.373596] ipc_proc_sync_start failed: status [0xffffffff]
<3>[ 5.373626] ipc_attach : ipc_proc_sync_start failed [0xffffffff]
<3>[ 5.373657] ipc_attach failed! status = 0xffffffff
<3>[ 5.382843] ipc_proc_sync_start failed: status [0xffffffff]
<3>[ 5.382873] ipc_attach : ipc_proc_sync_start failed [0xffffffff]
<3>[ 5.382904] ipc_attach failed! status = 0xffffffff
<3>[ 5.398468] ipc_proc_sync_start done
<3>[ 5.398498] ipc_proc_sync_start : status [0x0]
<3>[ 5.398498] gatemp_attach : status [0x1]
<3>[ 5.398529] sharedregion_attach : status [0x0]
<3>[ 5.398559] sharedregion_get_ptr : status [0x0]
<3>[ 5.398590] notify_attach : status [0x0]
<3>[ 5.398620] ipu_pm_attach : status [0x0]
<3>[ 5.398620] sharedregion_get_ptr : status [0x0]
<3>[ 5.398651] nameserver_remotenotify_attach : status [0x0]
<3>[ 5.398681] sharedregion_get_ptr : status [0x0]
<3>[ 5.398712] messageq_attach : status [0x0]
<3>[ 5.398742] ipc_proc_sync_finish : status [0x0]
<6>[ 5.418548] Registered user-space process for DEV_SYS_ERROR event in SysM3
<6>[ 5.418579] Registered user-space process for DEV_WATCHDOG_ERROR event in SysM3
<6>[ 5.418609] Registered user-space process for DEV_SYS_ERROR event in AppM3
<6>[ 5.418640] Registered user-space process for DEV_WATCHDOG_ERROR event in AppM3
<5>[ 6.151306] scsi 0:0:0:0: CD-ROM ALCATEL Mass Storage 2.31 PQ: 0 ANSI: 2
<5>[ 9.451751] CPU1: shutdown
<4>[ 11.279510] CPU1: Booted secondary processor
<6>[ 13.283905] warning: `zygote' uses 32-bit capabilities (legacy support in use)
<4>[ 13.587829] mma8453q_ctrl_ioctl: Get mode 1
<6>[ 14.416137] Sleep APPM3
<6>[ 14.416229] Sleep SYSM3
<5>[ 21.756500] CPU1: shutdown
<4>[ 26.443725] CPU1: Booted secondary processor
<5>[ 28.357971] CPU1: shutdown
<4>[ 30.392028] CPU1: Booted secondary processor
<5>[ 30.850250] CPU1: shutdown
<4>[ 32.053466] CPU1: Booted secondary processor
<5>[ 35.061401] CPU1: shutdown
<4>[ 35.555969] CPU1: Booted secondary processor
<5>[ 38.959594] CPU1: shutdown
<4>[ 50.394653] CPU1: Booted secondary processor
<5>[ 53.717407] CPU1: shutdown
<4>[ 57.175994] CPU1: Booted secondary processor
<5>[ 59.717407] CPU1: shutdown
<4>[ 61.840789] CPU1: Booted secondary processor
<5>[ 64.811126] CPU1: shutdown
<4>[ 66.771759] CPU1: Booted secondary processor
<5>[ 68.795532] CPU1: shutdown
<6>[ 79.378021] TIWLAN: driver init
<6>[ 79.378570] TI WiLink 1283 SDIO: Driver loaded
<6>[ 79.382324] wifi_probe: got wlan irq 262
<6>[ 79.382354] wifi_probe: got wlan irq trigger falling flag
<4>[ 79.383087] wl1271_wifi_set_carddetect: 0
<7>[ 79.383117] mmc2: card_present 0
<4>[ 79.383148] wl1271_wifi_reset: 1
<4>[ 79.383148] wl1271_wifi_power: 0
<4>[ 79.418914] CPU1: Booted secondary processor
<6>[ 80.489227] TIWLAN: 2971.675323: pInitParams->RoamingScanning_2_4G_enable 0
<4>[ 80.489349] wl1271_wifi_power: 1
<4>[ 80.503601] wl1271_wifi_power: 0
<4>[ 80.504577] wl1271_wifi_power: 1
<4>[ 80.570770] wl1271_wifi_reset: 0
<4>[ 80.570800] wl1271_wifi_set_carddetect: 1
<7>[ 80.570800] mmc2: card_present 1
<6>[ 80.718444] request_suspend_state: wakeup (3->0) at 81111022959 (2012-02-13 19:43:26.030334478 UTC)
<7>[ 80.720794] omap_pwm_led_set: brightness: 254
<7>[ 80.720825] omap_pwm_led_set_pwm_cycle: cycle: 254
<7>[ 80.810272] usb usb2: usb auto-resume
<7>[ 80.826232] hub 2-0:1.0: hub_resume
<7>[ 80.828247] hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<4>[ 80.843811] mmc2: card claims to support voltages below the defined range. These will be ignored.
<6>[ 80.845001] mmc2: new SDIO card at address 0001
<6>[ 80.849151] TIWLAN: Found TI/WLAN SDIO controller (vendor 0x97, device 0x4076, class 0x7)
<4>[ 80.849273] sdioAdapt_ConnectBus(): Block-Size should be bigger than SYNC_ASYNC_LENGTH_THRESH!!
<6>[ 80.850219] TIWLAN: 2972.036315: Working on a 1273 PG 2.0 board.
<6>[ 80.850250] TIWLAN: 2972.036315: CHIP VERSION... set 1273 chip top registers
<6>[ 80.851013] TIWLAN: 2972.037109: XTAL 38.4 MHz configured for COM6
<6>[ 80.851226] TIWLAN: 2972.037322: Starting to process NVS...
<6>[ 80.851257] TIWLAN: 2972.037353: NVS found, EEPROM Image addr=0xd9766c00, EEPROM Len=0x0x1d4
<6>[ 80.878082] TIWLAN: 2972.064178: Firmware successfully downloaded.
<6>[ 80.878143] TIWLAN: 2972.064239: FW download OK...
<6>[ 80.883789] TIWLAN: 2972.069885: Firmware successfully downloaded.
<6>[ 80.883850] TIWLAN: 2972.069915: FW download OK...
<6>[ 80.884033] TIWLAN: 2972.070129: Firmware successfully downloaded.
<6>[ 80.884063] TIWLAN: 2972.070159: FW download OK...
<6>[ 80.885955] TIWLAN: 2972.072051: Firmware successfully downloaded.
<6>[ 80.885986] TIWLAN: 2972.072082: FW download OK...
<6>[ 80.886993] TIWLAN: 2972.073089: Firmware successfully downloaded.
<6>[ 80.887023] TIWLAN: 2972.073120: FW download OK...
<6>[ 80.887603] TIWLAN: 2972.073669: Finished downloading firmware.
<6>[ 80.887664] TIWLAN: 2972.073730: Firmware running.
<6>[ 80.906982] TIWLAN: 2972.093048: Firmware successfully downloaded.
<6>[ 80.907012] TIWLAN: 2972.093109: FW download OK...
<6>[ 80.907135] TIWLAN: 2972.093231:
<6>[ 80.907165] TIWLAN: 2972.093231: --------------------------------------------------------------------
<6>[ 80.907165] TIWLAN: 2972.093261: Driver Version : MCP-WiLink_Driver_2.5.3.0.18
<6>[ 80.907196] TIWLAN: 2972.093292: Firmware Version: Rev 6.1.3.11.54
<6>[ 80.907226] TIWLAN: 2972.093322: Station ID : 00-16-DC-6C-CC-C1
<6>[ 80.907257] TIWLAN: 2972.093322: --------------------------------------------------------------------
<6>[ 80.907257] TIWLAN: 2972.093353:
<3>[ 80.915649] init: untracked pid 2215 exited
<6>[ 80.921447] TIWLAN: 2972.107543: Interrogate TX/RX parameters
<6>[ 81.199066] ADDRCONF(NETDEV_UP): tiwlan0: link is not ready
<4>[ 81.766662] mma8453q_ctrl_ioctl: Set polling delay 0
<4>[ 81.798645] mma8453q_ctrl_ioctl: Set polling delay 200
<4>[ 81.811859] mma8453q_ctrl_ioctl: Set polling delay 60
<6>[ 83.038391] TIWLAN: 2974.224456: 0000 01 00 03 00 00 00 10 80 A9 36 EE 8C 0F A4 8C 5B
<6>[ 83.038452] TIWLAN: 2974.224548: 0010 D8 0A C2 6F 5B D1 A3 63 1A 20 5A 84 4F 85 52 5B
<6>[ 83.038482] TIWLAN: 2974.224578: 0020 62 E3 0E FA 54 29 8A 05 4A 44 B2 59 80 B0 1F 31
<6>[ 83.038543] TIWLAN: 2974.224639: 0030 CE DE 22 49 30 E4 F8 F2 22 07 33 E9 CA 01 D3 05
<6>[ 83.038604] TIWLAN: 2974.224700: 0040 AE AE ED E9 04 E5 2D C0 0A 30 F8 34 DB B0 B7 FC
<6>[ 83.038635] TIWLAN: 2974.224731: 0050 78 FC 83 4A D2 84 A7 45 96 29 10 DB 31 54 35 38
<6>[ 83.038696] TIWLAN: 2974.224792: 0060 2C D8 F4 AD A1 24 B0 2B F4 9E B7 C9 51 2A 73 8A
<6>[ 83.038726] TIWLAN: 2974.224822: 0070 9B 8D FD 48 0B 67 E8 99 38 B7 A7 04 16 5D D9 23
<6>[ 83.038787] TIWLAN: 2974.224884: 0080 BF E9 C0 5B 78 7D E1 F1
<6>[ 83.047149] ADDRCONF(NETDEV_CHANGE): tiwlan0: link becomes ready
<6>[ 83.061920] TIWLAN: 2974.247985: connInfra , CONSOLE:************ NEW CONNECTION ************
<6>[ 83.061981] TIWLAN: 2974.248077: ************ NEW CONNECTION ************
<6>[ 83.062011] TIWLAN: 2974.248107: siteMgr , CONSOLE:-- BSSID = 6a-12-f8-a9-b9-50
<6>[ 83.062072] TIWLAN: 2974.248168: -- SSID = chez_nous
<6>[ 83.062103] TIWLAN: 2974.248199: -- BSSID = 6a-12-f8-a9-b9-50
<6>[ 83.062133] TIWLAN: 2974.248229: -- MODE = infrastructure
<6>[ 83.062164] TIWLAN: 2974.248260: connInfra , CONSOLE:****************************************
<6>[ 83.062225] TIWLAN: 2974.248321: ****************************************
<7>[ 83.623138] hub 2-0:1.0: hub_suspend
<7>[ 83.623168] usb usb2: bus auto-suspend
<3>[ 85.244903] init: untracked pid 2459 exited
<3>[ 93.187957] init: untracked pid 2669 exited
<3>[ 93.189483] init: untracked pid 2663 exited
<5>[ 94.666656] Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE
<3>[ 94.666687] CIFS VFS: Send error in SessSetup = -13
<3>[ 94.666717] CIFS VFS: cifs_mount failed w/return code = -13
<4>[ 103.904449] SOC timeout
<5>[ 122.943725] CPU1: shutdown
<4>[ 130.748413] CPU1: Booted secondary processor
<5>[ 195.685943] CPU1: shutdown
<4>[ 196.248687] CPU1: Booted secondary processor
<5>[ 201.693664] CPU1: shutdown
<4>[ 204.809234] CPU1: Booted secondary processor
<5>[ 221.912597] CPU1: shutdown
<4>[ 225.143615] CPU1: Booted secondary processor
<5>[ 228.490539] CPU1: shutdown
<4>[ 229.586090] CPU1: Booted secondary processor
<5>[ 229.772003] CPU1: shutdown
<4>[ 232.767028] CPU1: Booted secondary processor
<5>[ 234.498809] CPU1: shutdown
@trevd
0017 is for alcatel x225 that they talk at the link you gave me
But x200 must change to 0000 as i found here
Click to expand...
Click to collapse
Looks like I've sent you on a bit of a merry dance then! My apologies for that. Good Luck
no problem trevd, this is another way to learn even more stuff
Do you see anything interesting in cajl's dmesg?
I don't see a tty# assigned to his 3G stick nor the usb_modeswitch output.
no problem trevd, this is another way to learn even more stuff
Click to expand...
Click to collapse
I like that outlook, it's exactly how I see it. I know as much about what doesn't work as what does
Anyway there's nothing going on regarding mode switching in that boot sequence, It's just kicking up it's default mode.
I'm thinking it's probably doing it's magic In android it's self and you might gain some
insight from looking there.
I've been playing with the archos 3g stuff lately as I want to enable any dongle on the device.
I was originally going to patch UsbKeyManager.apk in the system/app folder as this is where everything happens with regards to the archos stick (It Seems! ) - The Apk does the modeswitching and starting/stopping of the Android Radio Interface Layer (ril) , which is along with your modem drivers and pppd (?) is all you technically need to get a connection through Android to the outside world
If you haven't already doing getprops from the command line will give you an insight into what android thinks it's got and have a look at logcat to monitor what's going on.
I'd Reset the modem back to how it was and try it in the unrooted stock to see if it works......It's suppose to, right. lol
I'd probably try all the different combination of modeswitch, but that's is very much at your own risk.
I decompiled classes.dex from UsbKeyManager.apk and i'm looking through the .class files but i don't know java so i understand very little from it...
I've attached the .class files if someone knows how to read them better...
Well, I've learnt to use my 3G stick in Linux. I have a model different from those discussed at the above links:
Code:
# lsusb
Bus 001 Device 013: ID 1bbb:00b7 T & A Mobile Phones
..................................
# lsusb -vd 1bbb:00b7
Bus 001 Device 013: ID 1bbb:00b7 T & A Mobile Phones
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x1bbb T & A Mobile Phones
idProduct 0x00b7
bcdDevice 0.00
iManufacturer 3 USBModem
iProduct 2 HSPA Data Card
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 131
bNumInterfaces 5
bConfigurationValue 1
iConfiguration 1 USBModem Configuration
bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 32
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01 EP 1 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 32
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 32
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 32
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 2
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 32
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 EP 3 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 32
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 3
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 32
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04 EP 4 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 32
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 4
bAlternateSetting 0
bNumEndpoints 3
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x85 EP 5 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 5
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x86 EP 6 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 32
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x05 EP 5 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 32
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0001
Self Powered
Note that ProductID=00b7. And the box opens as is, without any secrets. All what is needed is to load usbserial manually onto it :
Code:
# modprobe usbserial vendor=0x1bbb product=0x00b7
As the module settles into system, it creates /dev/ttyUSB0 thru 4, the latter two ports being suitable to access the modem in usual way. NetManager quickly recognizes it and tries to establish a connection.
The sad thing is that my KB and mouse were frozen a few times during this, for about a minute. Apparently the entire USB subsystem is hang. Then the problem seems to go away by itself. It's worth trying the latest kernel 3.2.6, there have been multiple improvements in usb since my 2.6.38.
To activate the modem automatically, the following file in /etc/udev/rules.d/50-someting.rules should be sufficient:
Code:
SUBSYSTEM=="usb", SYSFS{idVendor}=="1bbb", SYSFS{idProduct}=="00b7", RUN+="/sbin/modprobe usbserial vendor=0x1bbb product=0x00b7"
just tried your modprobe method and is not producing any output.
none in dmesg and none with -v option.

Porting Android L (LPV81B) to tuna, help needed, ...

Hi all!
-------------------------------------------------- EDIT --------------------------------------------
I have given up with porting this a long time ago.. I am waiting for sources.
Gladly @los93sol has made a lot of progress with Android L porting to Tuna.
So I am trying to port android L 'LPV81B' SDK system (Android L Preview armeabi-v7) to Tuna, but I need help. I've never ported ROMs to Samsung Galaxy Nexus and I need help from developers or users with knowledge of porting who are interested. so I leave here my port ROM of Andorid L SDK 'LPV81B'. It's not booting, it hangs on Google splash logo. Feel free to do (almost whatever) what you want with this port, I hope somebody gets it working on tuna.
What's already done:
Added Maguro and tuna vendor files (not toro/toro+) to system/lib/vendor, system/lib/, system/bin/
Added keylayout files to usr, including touchscreen file for mms_ts
Removed goldfish files from lib/hw/ replaced them with tuna's files and added missing *default.so files to lib/hw/
system/bin:
replaced vold, rild, sensorservice.. + added tuna's files (I don't remember what else)
system/lib/:
replaced egl folder, replaced libEGL.so, libgles*.so files, added tuna's files
system/etc/:
added tuna's files, replaced some files
build.prop edited to use tuna's files form lib/hw/, added board.platform to omap4
added tuna's boot files, init.rc, ueventd.rc and some other files are Android L's files, init file and sbin folder are tuna's
Kernel my built 3.0.72 AOSP tuna omap kernel:
https://android.googlesource.com/kernel/omap/+/android-omap-tuna-3.0-jb-mr2
etc.
_______________________
ROM have been made flashable with JustArchi's toolkit, mounting lines and unmounting lines, + other lines have been taken from my ROM Dreams KK.. to make this Android L ROM port flashable. - Thanks to @JustArchi
________________________
I really hope somebody gets this working
Here's SDK system dump with the ramdisk: http://forum.xda-developers.com/showthread.php?p=53699397
Here's my ported Android L:
https://mega.co.nz/#!l1VmHLCa!Q9kj3Usps7lb8LQ7LqX4vmb4Pfblv5wnp5SCymrUhb0
dmesg log:
Code:
<6>[ 0.000000] Initializing cgroup subsys cpu
<5>[ 0.000000] Linux version 3.0.72-gfb3c9ac ([email protected]) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Tue Jun 24 08:29:38 EEST 2014
<4>[ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
<4>[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
<4>[ 0.000000] Machine: Tuna
<6>[ 0.000000] Reserving 16777216 bytes SDRAM for VRAM
<4>[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
<6>[ 0.000000] OMAP4460 ES1.1
<6>[ 0.000000] SRAM: Mapped pa 0x4030d000 to va 0xfe40d000 size: 0x1000
<6>[ 0.000000] SMC: Allocated workspace of 0x300000 Bytes at (0xbfd00000)
<7>[ 0.000000] On node 0 totalpages: 182272
<7>[ 0.000000] free_area_init_node: node 0, pgdat c082a780, node_mem_map c09da000
<7>[ 0.000000] Normal zone: 256 pages used for memmap
<7>[ 0.000000] Normal zone: 0 pages reserved
<7>[ 0.000000] Normal zone: 32512 pages, LIFO batch:7
<7>[ 0.000000] HighMem zone: 1792 pages used for memmap
<7>[ 0.000000] HighMem zone: 147712 pages, LIFO batch:31
<6>[ 0.000000] PERCPU: Embedded 5 pages/cpu @c11e1000 s7520 r0 d12960 u32768
<7>[ 0.000000] pcpu-alloc: s7520 r0 d12960 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: 180224
<5>[ 0.000000] Kernel command line: console=ttyFIQ0 androidboot.console=ttyFIQ0 mem=1G vmalloc=768M omap_wdt.timer_margin=30 no_console_suspend
......
....
<5>[ 4.130737] type=1403 audit(1403816123.789:2): policy loaded auid=4294967295 ses=4294967295
<4>[ 4.131378] SELinux: Loaded policy from /sepolicy
<5>[ 4.141021] type=1404 audit(1403816123.804:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
<6>[ 4.843627] max17040 4-0036: online = 1 vcell = 4175000 soc = 100 status = 4 health = 1 temp = 380 charger status = 1
<3>[ 6.071197] init: /init.rc: 291: invalid command 'restorecon_recursive'
<3>[ 6.075195] init: invalid line ueventd.rc line for 'subsystem'
<3>[ 6.075256] init: invalid line ueventd.rc line for 'devname'
<3>[ 6.205108] init: /dev/hw_random not found
<6>[ 6.205261] keychord: using input dev tuna-gpio-keypad for fevent
<7>[ 6.241729] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
<7>[ 6.242126] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<7>[ 6.244201] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<7>[ 6.244476] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<7>[ 6.311859] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
<6>[ 6.322509] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: (null)
<7>[ 6.322662] SELinux: initialized (dev mmcblk0p10, type ext4), uses xattr
<6>[ 6.329345] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
<7>[ 6.329467] SELinux: initialized (dev mmcblk0p3, type ext4), uses xattr
<6>[ 6.752258] EXT4-fs (mmcblk0p11): recovery complete
<6>[ 6.760589] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
<7>[ 6.760986] SELinux: initialized (dev mmcblk0p11, type ext4), uses xattr
<6>[ 6.804168] fs_mgr: Running /system/bin/e2fsck on /dev/block/platform/omap/omap_hsmmc.0/by-name/cache
<6>[ 6.823547] mms_ts 3-0048: fw version 0x65 already present
<6>[ 6.824981] mms_ts 3-0048: Melfas MMS-series touch controller initialized
<6>[ 6.959716] SELinux: Context u:object_r:system_library_file:s0 is not valid (left unmapped).
<6>[ 7.065216] omap-rproc omap-rproc.1: Loaded BIOS image ducati-m3.bin, size 4515868
<6>[ 7.065582] omap-rproc omap-rproc.1: BIOS image version is 2
<6>[ 7.083343] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
<6>[ 7.083892] e2fsck: /dev/block/platform/omap/omap_hsmmc.0/by-name/cache: clean, 25/27648 files, 3619/110592 blocks
<6>[ 7.088287] omap-iommu omap-iommu.0: iommu_get: ducati qos_request
<6>[ 7.098297] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
<7>[ 7.098663] SELinux: initialized (dev mmcblk0p11, type ext4), uses xattr
<4>[ 7.105407] omap_hwmod: ipu: failed to hardreset
<6>[ 7.106201] omap-iommu omap-iommu.0: ducati: version 2.1
<6>[ 7.112304] omap-rproc omap-rproc.1: remote processor ipu is now up
<6>[ 7.125701] omap_rpmsg_mbox_callback: received echo reply from ipu !
<6>[ 7.125793] omap_rpmsg_mbox_callback: received echo reply from ipu !
<6>[ 7.125854] omap_rpmsg_mbox_callback: received echo reply from ipu !
<6>[ 7.125976] omap_rpmsg_mbox_callback: received echo reply from ipu !
<6>[ 7.126068] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x32
<6>[ 7.126312] rpmsg_client_sample rpmsg3: new channel: 0x400 <-> 0x32!
<6>[ 7.126434] rpmsg_server_sample rpmsg1: incoming msg 1 (src: 0x32)
<7>[ 7.126525] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.126647] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x33
<6>[ 7.126770] rpmsg_client_sample rpmsg4: new channel: 0x401 <-> 0x33!
<6>[ 7.126922] rpmsg_client_sample rpmsg3: incoming msg 1 (src: 0x32)
<7>[ 7.127014] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127105] rpmsg_server_sample rpmsg1: incoming msg 2 (src: 0x32)
<7>[ 7.127227] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127349] rpmsg_client_sample rpmsg4: incoming msg 2 (src: 0x33)
<7>[ 7.127410] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127532] rpmsg_client_sample rpmsg3: incoming msg 3 (src: 0x32)
<7>[ 7.127593] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127716] rpmsg_server_sample rpmsg1: incoming msg 3 (src: 0x32)
<7>[ 7.127838] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127899] rpmsg_client_sample rpmsg4: incoming msg 4 (src: 0x33)
<7>[ 7.128021] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.128143] rpmsg_client_sample rpmsg3: incoming msg 5 (src: 0x32)
<7>[ 7.128204] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.128326] rpmsg_server_sample rpmsg1: incoming msg 4 (src: 0x32)
....
<6>[ 7.524139] EXT4-fs (mmcblk0p12): recovery complete
<6>[ 7.527954] EXT4-fs (mmcblk0p12): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
<7>[ 7.528198] SELinux: initialized (dev mmcblk0p12, type ext4), uses xattr
<6>[ 7.569702] fs_mgr: Running /system/bin/e2fsck on /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata
<6>[ 7.638824] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
<6>[ 7.638977] e2fsck: /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata: clean, 14792/887696 files, 3277276/3549691 blocks
<6>[ 7.659973] EXT4-fs (mmcblk0p12): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
<7>[ 7.660186] SELinux: initialized (dev mmcblk0p12, type ext4), uses xattr
<6>[ 7.665710] EXT4-fs (mmcblk0p3): re-mounted. Opts: (null)
<7>[ 7.799957] SELinux: 512 avtab hash slots, 1323 rules.
<7>[ 7.800994] SELinux: 512 avtab hash slots, 1323 rules.
<7>[ 7.801086] SELinux: 1 users, 2 roles, 288 types, 1 bools, 1 sens, 1024 cats
<7>[ 7.801422] SELinux: 84 classes, 1323 rules
<6>[ 7.955230] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
<6>[ 7.955596] rpmsg_omx rpmsg-omx1: new OMX connection srv channel: 1024 -> 60!
<5>[ 8.182861] type=1403 audit(1403816127.835:4): policy loaded auid=4294967295 ses=4294967295
<4>[ 8.183563] SELinux: Loaded policy from /sepolicy
<3>[ 8.212005] init: /dev/hw_random not found
<3>[ 8.225158] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<5>[ 8.228179] type=1400 audit(1403816127.882:5): avc: denied { entrypoint } for pid=117 comm="init" path="/sbin/healthd" dev=rootfs ino=1530 scontext=u:r:healthd:s0 tcontext=u:object_r:rootfs:s0 tclass=file
<3>[ 8.231079] healthd: wakealarm_init: timerfd_create failed
<4>[ 8.232604] healthd: BatteryPresentPath not found
<6>[ 8.232696] binder: 117:117 transaction failed 29189, size 0-0
<3>[ 8.274200] init: cannot find '/system/bin/debuggerd64', disabling 'debuggerd64'
<3>[ 8.277954] init: cannot find '/system/bin/install-recovery.sh', disabling 'flash_recovery'
<3>[ 8.282501] init: property 'sys.powerctl' doesn't exist while expanding '${sys.powerctl}'
<3>[ 8.282623] init: powerctl: cannot expand '${sys.powerctl}'
<3>[ 8.282714] init: property 'sys.sysctl.extra_free_kbytes' doesn't exist while expanding '${sys.sysctl.extra_free_kbytes}'
<3>[ 8.282867] init: cannot expand '${sys.sysctl.extra_free_kbytes}' while writing to '/proc/sys/vm/extra_free_kbytes'
<3>[ 8.282989] init: property 'sys.sysctl.tcp_def_init_rwnd' doesn't exist while expanding '${sys.sysctl.tcp_def_init_rwnd}'
<3>[ 8.283142] init: cannot expand '${sys.sysctl.tcp_def_init_rwnd}' while writing to '/proc/sys/net/ipv4/tcp_default_init_rwnd'
<3>[ 8.285034] HDCP: failed to load keys
<3>[ 8.288024] init: property 'persist.sys.tuna.off_mode' doesn't exist while expanding '${persist.sys.tuna.off_mode}'
<3>[ 8.288177] init: cannot expand '${persist.sys.tuna.off_mode}' while writing to '/d/pm_debug/enable_off_mode'
<3>[ 8.288330] init: property 'ril.modem.lte.powercontrol' doesn't exist while expanding '${ril.modem.lte.powercontrol}'
<3>[ 8.288482] init: cannot expand '${ril.modem.lte.powercontrol}' while writing to '/sys/bus/usb/devices/1-1/power/control'
<3>[ 8.288726] android_usb: already disabled
<6>[ 8.292419] adb_open
<6>[ 8.292541] adb_bind_config
<7>[ 8.351928] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
<6>[ 8.428070] warning: `rild' uses 32-bit capabilities (legacy support in use)
<6>[ 8.474822] request_suspend_state: wakeup (3->0) at 8459930422 (2014-06-26 20:55:28.136474609 UTC)
<3>[ 8.476287] init: untracked pid 157 exited
<3>[ 8.483306] init: sys_prop: permission denied uid:1001 name:net.rmnet1.dns1
<3>[ 8.483886] init: sys_prop: permission denied uid:1001 name:net.rmnet1.dns2
<3>[ 8.484161] init: sys_prop: permission denied uid:1001 name:net.rmnet1.gw
<3>[ 8.484558] init: sys_prop: permission denied uid:1001 name:net.rmnet2.dns1
<3>[ 8.484802] init: sys_prop: permission denied uid:1001 name:net.rmnet2.dns2
<3>[ 8.485015] init: sys_prop: permission denied uid:1001 name:net.rmnet2.gw
<6>[ 8.533813] [MODEM_IF] misc_open : umts_boot0
<6>[ 8.533935] omap_hsi omap_hsi.0: HSI clock is now 96000000
<6>[ 8.534423] omap_hsi omap_hsi.0: Entering RX wakeup in 3 wires mode (no CAWAKE)
<6>[ 8.534576] [MODEM_IF] xmm6260_off()
<6>[ 8.534637] [MODEM_IF] xmm6260_on()
<6>[ 8.584960] android_work: sent uevent USB_STATE=CONNECTED
<6>[ 8.589721] android_work: sent uevent USB_STATE=DISCONNECTED
<6>[ 8.716918] android_work: sent uevent USB_STATE=CONNECTED
<6>[ 8.718109] android_usb gadget: high speed config #1: android
<6>[ 8.718444] android_work: sent uevent USB_STATE=CONFIGURED
<6>[ 8.849334] [MODEM_IF] misc_release : umts_boot0
<3>[ 8.849548] omap_hsi omap_hsi.0: hsi_write_cancel ch 0
<3>[ 8.849731] omap_hsi omap_hsi.0: __hsi_write_cancel : -125
<3>[ 8.850067] omap_hsi omap_hsi.0: hsi_read_cancel ch 0
<3>[ 8.850250] omap_hsi omap_hsi.0: __hsi_read_cancel : -125
<3>[ 8.850585] omap_hsi omap_hsi.0: __hsi_write_cancel : -61
<3>[ 8.850769] omap_hsi omap_hsi.0: __hsi_read_cancel : -61
<6>[ 8.851196] [MODEM_IF] misc_open : umts_boot1
<6>[ 8.851409] omap_hsi omap_hsi.0: Entering RX wakeup in 4 wires mode
<4>[ 11.463836] adbd (163): /proc/163/oom_adj is deprecated, please use /proc/163/oom_score_adj instead.
<6>[ 12.762847] [MODEM_IF] misc_release : umts_boot1
<3>[ 12.763061] omap_hsi omap_hsi.0: hsi_write_cancel ch 0
<3>[ 12.763244] omap_hsi omap_hsi.0: __hsi_write_cancel : -61
<3>[ 12.763580] omap_hsi omap_hsi.0: hsi_read_cancel ch 0
<3>[ 12.763763] omap_hsi omap_hsi.0: __hsi_read_cancel : -125
<3>[ 12.764099] omap_hsi omap_hsi.0: __hsi_write_cancel : -61
<3>[ 12.764251] omap_hsi omap_hsi.0: __hsi_read_cancel : -61
<6>[ 12.766326] [MODEM_IF] misc_open : umts_ipc0
<6>[ 12.766723] omap_hsi omap_hsi.0: Entering RX wakeup in 4 wires mode
<6>[ 12.767089] [MODEM_IF] misc_open : umts_rfs0
<6>[ 12.865051] [MODEM_IF] PA EVENT : reset =1, pa=1, cp_dump=0
<6>[ 12.865386] [MODEM_IF] umts_ipc0 state changed: ONLINE
<3>[ 13.566467] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 13.594909] request_suspend_state: wakeup (0->0) at 13580017087 (2014-06-26 20:55:33.256561274 UTC)
<3>[ 18.800872] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 18.831329] request_suspend_state: wakeup (0->0) at 18816466098 (2014-06-26 20:55:38.493010285 UTC)
<3>[ 23.847930] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 23.867980] request_suspend_state: wakeup (0->0) at 23853097546 (2014-06-26 20:55:43.529641733 UTC)
<3>[ 28.888519] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 28.936553] request_suspend_state: wakeup (0->0) at 28922431907 (2014-06-26 20:55:48.598976094 UTC)
<3>[ 33.969146] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 33.984466] request_suspend_state: wakeup (0->0) at 33969387436 (2014-06-26 20:55:53.645931623 UTC)
<3>[ 33.985656] init: untracked pid 212 exited
<3>[ 38.999359] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 39.027862] request_suspend_state: wakeup (0->0) at 39012501632 (2014-06-26 20:55:58.689045819 UTC)
<3>[ 43.043426] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 43.071044] request_suspend_state: wakeup (0->0) at 43056482398 (2014-06-26 20:56:02.733026585 UTC)
<3>[ 48.096984] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 48.130218] request_suspend_state: wakeup (0->0) at 48115475675 (2014-06-26 20:56:07.792019862 UTC)
<3>[ 48.131042] init: untracked pid 235 exited
<3>[ 53.161621] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 53.167266] request_suspend_state: wakeup (0->0) at 53154605724 (2014-06-26 20:56:12.831149911 UTC)
<6>[ 57.695526] max17040 4-0036: online = 1 vcell = 4193750 soc = 100 status = 4 health = 1 temp = 380 charger status = 1
<3>[ 58.200683] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 58.219146] request_suspend_state: wakeup (0->0) at 58202364779 (2014-06-26 20:56:17.878908966 UTC)
<3>[ 63.238891] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 63.261810] request_suspend_state: wakeup (0->0) at 63246652032 (2014-06-26 20:56:22.923196219 UTC)
<3>[ 68.279937] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 68.309631] request_suspend_state: wakeup (0->0) at 68294739707 (2014-06-26 20:56:27.971283894 UTC)
<3>[ 73.325622] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 73.346221] request_suspend_state: wakeup (0->0) at 73331359760 (2014-06-26 20:56:33.007903947 UTC)
<3>[ 78.378356] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 78.397674] request_suspend_state: wakeup (0->0) at 78382801800 (2014-06-26 20:56:38.059345987 UTC)
<3>[ 83.425231] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 83.444305] request_suspend_state: wakeup (0->0) at 83429443660 (2014-06-26 20:56:43.105987847 UTC)
<3>[ 88.461547] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 88.474304] request_suspend_state: wakeup (0->0) at 88459411788 (2014-06-26 20:56:48.135955975 UTC)
<3>[ 93.503448] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 93.525085] request_suspend_state: wakeup (0->0) at 93510195024 (2014-06-26 20:56:53.186739211 UTC)
<3>[ 98.543792] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 98.570678] request_suspend_state: wakeup (0->0) at 98555816902 (2014-06-26 20:56:58.232361089 UTC)
<3>[ 103.589935] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 103.617095] request_suspend_state: wakeup (0->0) at 103602194329 (2014-06-26 20:57:03.278738516 UTC)
<6>[ 108.052307] max17040 4-0036: online = 1 vcell = 4173750 soc = 100 status = 4 health = 1 temp = 380 charger status = 1
<3>[ 108.633270] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 108.651397] request_suspend_state: wakeup (0->0) at 108636644275 (2014-06-26 20:57:08.313188462 UTC)
<3>[ 113.690826] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 113.711181] request_suspend_state: wakeup (0->0) at 113696326351 (2014-06-26 20:57:13.372870538 UTC)
<3>[ 118.737731] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 118.752807] request_suspend_state: wakeup (0->0) at 118737953464 (2014-06-26 20:57:18.414497651 UTC)
<3>[ 123.776916] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 123.804351] request_suspend_state: wakeup (0->0) at 123789523770 (2014-06-26 20:57:23.466067957 UTC)
<3>[ 128.820800] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 128.834411] request_suspend_state: wakeup (0->0) at 128819544505 (2014-06-26 20:57:28.496088692 UTC)
<3>[ 133.862792] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 133.881927] request_suspend_state: wakeup (0->0) at 133867059960 (2014-06-26 20:57:33.543604147 UTC)
<3>[ 138.909484] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 138.929931] request_suspend_state: wakeup (0->0) at 138915153950 (2014-06-26 20:57:38.591698137 UTC)
<3>[ 143.945800] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 143.959167] request_suspend_state: wakeup (0->0) at 143944311243 (2014-06-26 20:57:43.620855430 UTC)
<3>[ 148.985076] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 149.007598] request_suspend_state: wakeup (0->0) at 148992737246 (2014-06-26 20:57:48.669281433 UTC)
<3>[ 154.034515] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 154.055023] request_suspend_state: wakeup (0->0) at 154040197721 (2014-06-26 20:57:53.716711401 UTC)
<3>[ 159.077636] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 159.089447] max17040 4-0036: online = 1 vcell = 4171250 soc = 100 status = 4 health = 1 temp = 380 charger status = 1
<6>[ 159.097839] request_suspend_state: wakeup (0->0) at 159082977740 (2014-06-26 20:57:58.759521927 UTC)
<3>[ 164.117767] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 164.133422] request_suspend_state: wakeup (0->0) at 164118566298 (2014-06-26 20:58:03.795110485 UTC)
<3>[ 169.152801] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 169.173797] request_suspend_state: wakeup (0->0) at 169158892589 (2014-06-26 20:58:08.835436776 UTC)
<3>[ 174.198608] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 174.219665] request_suspend_state: wakeup (0->0) at 174204803463 (2014-06-26 20:58:13.881347650 UTC)
<3>[ 179.245605] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 179.265258] request_suspend_state: wakeup (0->0) at 179250401072 (2014-06-26 20:58:18.926945259 UTC)
<3>[ 184.292449] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 184.312805] request_suspend_state: wakeup (0->0) at 184297908810 (2014-06-26 20:58:23.974452997 UTC)
<3>[ 189.339233] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 189.351104] request_suspend_state: wakeup (0->0) at 189336241279 (2014-06-26 20:58:29.012785466 UTC)
Carlos_Manuel said:
Hi all!
So I am trying to port android L 'LPV81B' SDK system to Tuna, but I need help. I've never ported ROMs to Samsung Galaxy Nexus and I need help form devs who are interested. so I leave here my port ROM Andorid L SDK 'LPV81B'. It's not booting, it hangs on Google splash logo. Feel free to do what you want with this port, I hope somebody gets it working on tuna.
What's already done:
Added Maguro and tuna vendor files (not toro/toro+) to system/lib/vendor, system/lib/, system/bin/
Added keylayout files to usr, including touchscreen file for mms
Removed goldfish files from lib/hw/ replaced them with tuna's files and added missing *default.so files to lib/hw/
system/bin:
replaced vold, rild, sensorservice.. + added tuna's files (I don't remember what else)
system/lib/:
replaced egl folder, replaced libEGL.so, libgles*.so files, added tuna's files
system/etc/:
added tuna's files, replaced some files
build.prop edited to use tuna's files form lib/hw/, added board.platform to omap4
added tuna's boot files, init.rc, ueventd.rc and some other files are Android L's files, init file and sbin folder are tuna's
Kernel my built 3.0.72 AOSP tuna omap kernel:
https://android.googlesource.com/kernel/omap/+/android-omap-tuna-3.0-jb-mr2
etc.
I really hope somebody gets this working
Here's SDK system dump with the ramdisk: http://forum.xda-developers.com/showthread.php?p=53699397
Here's my ported Android L:
https://mega.co.nz/#!l1VmHLCa!Q9kj3Usps7lb8LQ7LqX4vmb4Pfblv5wnp5SCymrUhb0
dmesg log:
Code:
<6>[ 0.000000] Initializing cgroup subsys cpu
<5>[ 0.000000] Linux version 3.0.72-gfb3c9ac ([email protected]) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Tue Jun 24 08:29:38 EEST 2014
<4>[ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
<4>[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
<4>[ 0.000000] Machine: Tuna
<6>[ 0.000000] Reserving 16777216 bytes SDRAM for VRAM
<4>[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
<6>[ 0.000000] OMAP4460 ES1.1
<6>[ 0.000000] SRAM: Mapped pa 0x4030d000 to va 0xfe40d000 size: 0x1000
<6>[ 0.000000] SMC: Allocated workspace of 0x300000 Bytes at (0xbfd00000)
<7>[ 0.000000] On node 0 totalpages: 182272
<7>[ 0.000000] free_area_init_node: node 0, pgdat c082a780, node_mem_map c09da000
<7>[ 0.000000] Normal zone: 256 pages used for memmap
<7>[ 0.000000] Normal zone: 0 pages reserved
<7>[ 0.000000] Normal zone: 32512 pages, LIFO batch:7
<7>[ 0.000000] HighMem zone: 1792 pages used for memmap
<7>[ 0.000000] HighMem zone: 147712 pages, LIFO batch:31
<6>[ 0.000000] PERCPU: Embedded 5 pages/cpu @c11e1000 s7520 r0 d12960 u32768
<7>[ 0.000000] pcpu-alloc: s7520 r0 d12960 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: 180224
<5>[ 0.000000] Kernel command line: console=ttyFIQ0 androidboot.console=ttyFIQ0 mem=1G vmalloc=768M omap_wdt.timer_margin=30 no_console_suspend
......
....
<5>[ 4.130737] type=1403 audit(1403816123.789:2): policy loaded auid=4294967295 ses=4294967295
<4>[ 4.131378] SELinux: Loaded policy from /sepolicy
<5>[ 4.141021] type=1404 audit(1403816123.804:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
<6>[ 4.843627] max17040 4-0036: online = 1 vcell = 4175000 soc = 100 status = 4 health = 1 temp = 380 charger status = 1
<3>[ 6.071197] init: /init.rc: 291: invalid command 'restorecon_recursive'
<3>[ 6.075195] init: invalid line ueventd.rc line for 'subsystem'
<3>[ 6.075256] init: invalid line ueventd.rc line for 'devname'
<3>[ 6.205108] init: /dev/hw_random not found
<6>[ 6.205261] keychord: using input dev tuna-gpio-keypad for fevent
<7>[ 6.241729] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
<7>[ 6.242126] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<7>[ 6.244201] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<7>[ 6.244476] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<7>[ 6.311859] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
<6>[ 6.322509] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: (null)
<7>[ 6.322662] SELinux: initialized (dev mmcblk0p10, type ext4), uses xattr
<6>[ 6.329345] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
<7>[ 6.329467] SELinux: initialized (dev mmcblk0p3, type ext4), uses xattr
<6>[ 6.752258] EXT4-fs (mmcblk0p11): recovery complete
<6>[ 6.760589] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
<7>[ 6.760986] SELinux: initialized (dev mmcblk0p11, type ext4), uses xattr
<6>[ 6.804168] fs_mgr: Running /system/bin/e2fsck on /dev/block/platform/omap/omap_hsmmc.0/by-name/cache
<6>[ 6.823547] mms_ts 3-0048: fw version 0x65 already present
<6>[ 6.824981] mms_ts 3-0048: Melfas MMS-series touch controller initialized
<6>[ 6.959716] SELinux: Context u:object_r:system_library_file:s0 is not valid (left unmapped).
<6>[ 7.065216] omap-rproc omap-rproc.1: Loaded BIOS image ducati-m3.bin, size 4515868
<6>[ 7.065582] omap-rproc omap-rproc.1: BIOS image version is 2
<6>[ 7.083343] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
<6>[ 7.083892] e2fsck: /dev/block/platform/omap/omap_hsmmc.0/by-name/cache: clean, 25/27648 files, 3619/110592 blocks
<6>[ 7.088287] omap-iommu omap-iommu.0: iommu_get: ducati qos_request
<6>[ 7.098297] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
<7>[ 7.098663] SELinux: initialized (dev mmcblk0p11, type ext4), uses xattr
<4>[ 7.105407] omap_hwmod: ipu: failed to hardreset
<6>[ 7.106201] omap-iommu omap-iommu.0: ducati: version 2.1
<6>[ 7.112304] omap-rproc omap-rproc.1: remote processor ipu is now up
<6>[ 7.125701] omap_rpmsg_mbox_callback: received echo reply from ipu !
<6>[ 7.125793] omap_rpmsg_mbox_callback: received echo reply from ipu !
<6>[ 7.125854] omap_rpmsg_mbox_callback: received echo reply from ipu !
<6>[ 7.125976] omap_rpmsg_mbox_callback: received echo reply from ipu !
<6>[ 7.126068] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x32
<6>[ 7.126312] rpmsg_client_sample rpmsg3: new channel: 0x400 <-> 0x32!
<6>[ 7.126434] rpmsg_server_sample rpmsg1: incoming msg 1 (src: 0x32)
<7>[ 7.126525] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.126647] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x33
<6>[ 7.126770] rpmsg_client_sample rpmsg4: new channel: 0x401 <-> 0x33!
<6>[ 7.126922] rpmsg_client_sample rpmsg3: incoming msg 1 (src: 0x32)
<7>[ 7.127014] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127105] rpmsg_server_sample rpmsg1: incoming msg 2 (src: 0x32)
<7>[ 7.127227] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127349] rpmsg_client_sample rpmsg4: incoming msg 2 (src: 0x33)
<7>[ 7.127410] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127532] rpmsg_client_sample rpmsg3: incoming msg 3 (src: 0x32)
<7>[ 7.127593] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127716] rpmsg_server_sample rpmsg1: incoming msg 3 (src: 0x32)
<7>[ 7.127838] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.127899] rpmsg_client_sample rpmsg4: incoming msg 4 (src: 0x33)
<7>[ 7.128021] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.128143] rpmsg_client_sample rpmsg3: incoming msg 5 (src: 0x32)
<7>[ 7.128204] rpmsg_sample_cb68 65 6c 6c 6f 20 77 6f 72 6c 64 21 hello world!
<6>[ 7.128326] rpmsg_server_sample rpmsg1: incoming msg 4 (src: 0x32)
....
<6>[ 7.524139] EXT4-fs (mmcblk0p12): recovery complete
<6>[ 7.527954] EXT4-fs (mmcblk0p12): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
<7>[ 7.528198] SELinux: initialized (dev mmcblk0p12, type ext4), uses xattr
<6>[ 7.569702] fs_mgr: Running /system/bin/e2fsck on /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata
<6>[ 7.638824] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
<6>[ 7.638977] e2fsck: /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata: clean, 14792/887696 files, 3277276/3549691 blocks
<6>[ 7.659973] EXT4-fs (mmcblk0p12): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
<7>[ 7.660186] SELinux: initialized (dev mmcblk0p12, type ext4), uses xattr
<6>[ 7.665710] EXT4-fs (mmcblk0p3): re-mounted. Opts: (null)
<7>[ 7.799957] SELinux: 512 avtab hash slots, 1323 rules.
<7>[ 7.800994] SELinux: 512 avtab hash slots, 1323 rules.
<7>[ 7.801086] SELinux: 1 users, 2 roles, 288 types, 1 bools, 1 sens, 1024 cats
<7>[ 7.801422] SELinux: 84 classes, 1323 rules
<6>[ 7.955230] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
<6>[ 7.955596] rpmsg_omx rpmsg-omx1: new OMX connection srv channel: 1024 -> 60!
<5>[ 8.182861] type=1403 audit(1403816127.835:4): policy loaded auid=4294967295 ses=4294967295
<4>[ 8.183563] SELinux: Loaded policy from /sepolicy
<3>[ 8.212005] init: /dev/hw_random not found
<3>[ 8.225158] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<5>[ 8.228179] type=1400 audit(1403816127.882:5): avc: denied { entrypoint } for pid=117 comm="init" path="/sbin/healthd" dev=rootfs ino=1530 scontext=u:r:healthd:s0 tcontext=u:object_r:rootfs:s0 tclass=file
<3>[ 8.231079] healthd: wakealarm_init: timerfd_create failed
<4>[ 8.232604] healthd: BatteryPresentPath not found
<6>[ 8.232696] binder: 117:117 transaction failed 29189, size 0-0
<3>[ 8.274200] init: cannot find '/system/bin/debuggerd64', disabling 'debuggerd64'
<3>[ 8.277954] init: cannot find '/system/bin/install-recovery.sh', disabling 'flash_recovery'
<3>[ 8.282501] init: property 'sys.powerctl' doesn't exist while expanding '${sys.powerctl}'
<3>[ 8.282623] init: powerctl: cannot expand '${sys.powerctl}'
<3>[ 8.282714] init: property 'sys.sysctl.extra_free_kbytes' doesn't exist while expanding '${sys.sysctl.extra_free_kbytes}'
<3>[ 8.282867] init: cannot expand '${sys.sysctl.extra_free_kbytes}' while writing to '/proc/sys/vm/extra_free_kbytes'
<3>[ 8.282989] init: property 'sys.sysctl.tcp_def_init_rwnd' doesn't exist while expanding '${sys.sysctl.tcp_def_init_rwnd}'
<3>[ 8.283142] init: cannot expand '${sys.sysctl.tcp_def_init_rwnd}' while writing to '/proc/sys/net/ipv4/tcp_default_init_rwnd'
<3>[ 8.285034] HDCP: failed to load keys
<3>[ 8.288024] init: property 'persist.sys.tuna.off_mode' doesn't exist while expanding '${persist.sys.tuna.off_mode}'
<3>[ 8.288177] init: cannot expand '${persist.sys.tuna.off_mode}' while writing to '/d/pm_debug/enable_off_mode'
<3>[ 8.288330] init: property 'ril.modem.lte.powercontrol' doesn't exist while expanding '${ril.modem.lte.powercontrol}'
<3>[ 8.288482] init: cannot expand '${ril.modem.lte.powercontrol}' while writing to '/sys/bus/usb/devices/1-1/power/control'
<3>[ 8.288726] android_usb: already disabled
<6>[ 8.292419] adb_open
<6>[ 8.292541] adb_bind_config
<7>[ 8.351928] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
<6>[ 8.428070] warning: `rild' uses 32-bit capabilities (legacy support in use)
<6>[ 8.474822] request_suspend_state: wakeup (3->0) at 8459930422 (2014-06-26 20:55:28.136474609 UTC)
<3>[ 8.476287] init: untracked pid 157 exited
<3>[ 8.483306] init: sys_prop: permission denied uid:1001 name:net.rmnet1.dns1
<3>[ 8.483886] init: sys_prop: permission denied uid:1001 name:net.rmnet1.dns2
<3>[ 8.484161] init: sys_prop: permission denied uid:1001 name:net.rmnet1.gw
<3>[ 8.484558] init: sys_prop: permission denied uid:1001 name:net.rmnet2.dns1
<3>[ 8.484802] init: sys_prop: permission denied uid:1001 name:net.rmnet2.dns2
<3>[ 8.485015] init: sys_prop: permission denied uid:1001 name:net.rmnet2.gw
<6>[ 8.533813] [MODEM_IF] misc_open : umts_boot0
<6>[ 8.533935] omap_hsi omap_hsi.0: HSI clock is now 96000000
<6>[ 8.534423] omap_hsi omap_hsi.0: Entering RX wakeup in 3 wires mode (no CAWAKE)
<6>[ 8.534576] [MODEM_IF] xmm6260_off()
<6>[ 8.534637] [MODEM_IF] xmm6260_on()
<6>[ 8.584960] android_work: sent uevent USB_STATE=CONNECTED
<6>[ 8.589721] android_work: sent uevent USB_STATE=DISCONNECTED
<6>[ 8.716918] android_work: sent uevent USB_STATE=CONNECTED
<6>[ 8.718109] android_usb gadget: high speed config #1: android
<6>[ 8.718444] android_work: sent uevent USB_STATE=CONFIGURED
<6>[ 8.849334] [MODEM_IF] misc_release : umts_boot0
<3>[ 8.849548] omap_hsi omap_hsi.0: hsi_write_cancel ch 0
<3>[ 8.849731] omap_hsi omap_hsi.0: __hsi_write_cancel : -125
<3>[ 8.850067] omap_hsi omap_hsi.0: hsi_read_cancel ch 0
<3>[ 8.850250] omap_hsi omap_hsi.0: __hsi_read_cancel : -125
<3>[ 8.850585] omap_hsi omap_hsi.0: __hsi_write_cancel : -61
<3>[ 8.850769] omap_hsi omap_hsi.0: __hsi_read_cancel : -61
<6>[ 8.851196] [MODEM_IF] misc_open : umts_boot1
<6>[ 8.851409] omap_hsi omap_hsi.0: Entering RX wakeup in 4 wires mode
<4>[ 11.463836] adbd (163): /proc/163/oom_adj is deprecated, please use /proc/163/oom_score_adj instead.
<6>[ 12.762847] [MODEM_IF] misc_release : umts_boot1
<3>[ 12.763061] omap_hsi omap_hsi.0: hsi_write_cancel ch 0
<3>[ 12.763244] omap_hsi omap_hsi.0: __hsi_write_cancel : -61
<3>[ 12.763580] omap_hsi omap_hsi.0: hsi_read_cancel ch 0
<3>[ 12.763763] omap_hsi omap_hsi.0: __hsi_read_cancel : -125
<3>[ 12.764099] omap_hsi omap_hsi.0: __hsi_write_cancel : -61
<3>[ 12.764251] omap_hsi omap_hsi.0: __hsi_read_cancel : -61
<6>[ 12.766326] [MODEM_IF] misc_open : umts_ipc0
<6>[ 12.766723] omap_hsi omap_hsi.0: Entering RX wakeup in 4 wires mode
<6>[ 12.767089] [MODEM_IF] misc_open : umts_rfs0
<6>[ 12.865051] [MODEM_IF] PA EVENT : reset =1, pa=1, cp_dump=0
<6>[ 12.865386] [MODEM_IF] umts_ipc0 state changed: ONLINE
<3>[ 13.566467] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 13.594909] request_suspend_state: wakeup (0->0) at 13580017087 (2014-06-26 20:55:33.256561274 UTC)
<3>[ 18.800872] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 18.831329] request_suspend_state: wakeup (0->0) at 18816466098 (2014-06-26 20:55:38.493010285 UTC)
<3>[ 23.847930] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 23.867980] request_suspend_state: wakeup (0->0) at 23853097546 (2014-06-26 20:55:43.529641733 UTC)
<3>[ 28.888519] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 28.936553] request_suspend_state: wakeup (0->0) at 28922431907 (2014-06-26 20:55:48.598976094 UTC)
<3>[ 33.969146] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 33.984466] request_suspend_state: wakeup (0->0) at 33969387436 (2014-06-26 20:55:53.645931623 UTC)
<3>[ 33.985656] init: untracked pid 212 exited
<3>[ 38.999359] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 39.027862] request_suspend_state: wakeup (0->0) at 39012501632 (2014-06-26 20:55:58.689045819 UTC)
<3>[ 43.043426] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 43.071044] request_suspend_state: wakeup (0->0) at 43056482398 (2014-06-26 20:56:02.733026585 UTC)
<3>[ 48.096984] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 48.130218] request_suspend_state: wakeup (0->0) at 48115475675 (2014-06-26 20:56:07.792019862 UTC)
<3>[ 48.131042] init: untracked pid 235 exited
<3>[ 53.161621] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 53.167266] request_suspend_state: wakeup (0->0) at 53154605724 (2014-06-26 20:56:12.831149911 UTC)
<6>[ 57.695526] max17040 4-0036: online = 1 vcell = 4193750 soc = 100 status = 4 health = 1 temp = 380 charger status = 1
<3>[ 58.200683] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 58.219146] request_suspend_state: wakeup (0->0) at 58202364779 (2014-06-26 20:56:17.878908966 UTC)
<3>[ 63.238891] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 63.261810] request_suspend_state: wakeup (0->0) at 63246652032 (2014-06-26 20:56:22.923196219 UTC)
<3>[ 68.279937] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 68.309631] request_suspend_state: wakeup (0->0) at 68294739707 (2014-06-26 20:56:27.971283894 UTC)
<3>[ 73.325622] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 73.346221] request_suspend_state: wakeup (0->0) at 73331359760 (2014-06-26 20:56:33.007903947 UTC)
<3>[ 78.378356] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 78.397674] request_suspend_state: wakeup (0->0) at 78382801800 (2014-06-26 20:56:38.059345987 UTC)
<3>[ 83.425231] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 83.444305] request_suspend_state: wakeup (0->0) at 83429443660 (2014-06-26 20:56:43.105987847 UTC)
<3>[ 88.461547] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 88.474304] request_suspend_state: wakeup (0->0) at 88459411788 (2014-06-26 20:56:48.135955975 UTC)
<3>[ 93.503448] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 93.525085] request_suspend_state: wakeup (0->0) at 93510195024 (2014-06-26 20:56:53.186739211 UTC)
<3>[ 98.543792] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 98.570678] request_suspend_state: wakeup (0->0) at 98555816902 (2014-06-26 20:56:58.232361089 UTC)
<3>[ 103.589935] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 103.617095] request_suspend_state: wakeup (0->0) at 103602194329 (2014-06-26 20:57:03.278738516 UTC)
<6>[ 108.052307] max17040 4-0036: online = 1 vcell = 4173750 soc = 100 status = 4 health = 1 temp = 380 charger status = 1
<3>[ 108.633270] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 108.651397] request_suspend_state: wakeup (0->0) at 108636644275 (2014-06-26 20:57:08.313188462 UTC)
<3>[ 113.690826] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 113.711181] request_suspend_state: wakeup (0->0) at 113696326351 (2014-06-26 20:57:13.372870538 UTC)
<3>[ 118.737731] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 118.752807] request_suspend_state: wakeup (0->0) at 118737953464 (2014-06-26 20:57:18.414497651 UTC)
<3>[ 123.776916] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 123.804351] request_suspend_state: wakeup (0->0) at 123789523770 (2014-06-26 20:57:23.466067957 UTC)
<3>[ 128.820800] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 128.834411] request_suspend_state: wakeup (0->0) at 128819544505 (2014-06-26 20:57:28.496088692 UTC)
<3>[ 133.862792] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 133.881927] request_suspend_state: wakeup (0->0) at 133867059960 (2014-06-26 20:57:33.543604147 UTC)
<3>[ 138.909484] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 138.929931] request_suspend_state: wakeup (0->0) at 138915153950 (2014-06-26 20:57:38.591698137 UTC)
<3>[ 143.945800] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 143.959167] request_suspend_state: wakeup (0->0) at 143944311243 (2014-06-26 20:57:43.620855430 UTC)
<3>[ 148.985076] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 149.007598] request_suspend_state: wakeup (0->0) at 148992737246 (2014-06-26 20:57:48.669281433 UTC)
<3>[ 154.034515] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 154.055023] request_suspend_state: wakeup (0->0) at 154040197721 (2014-06-26 20:57:53.716711401 UTC)
<3>[ 159.077636] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 159.089447] max17040 4-0036: online = 1 vcell = 4171250 soc = 100 status = 4 health = 1 temp = 380 charger status = 1
<6>[ 159.097839] request_suspend_state: wakeup (0->0) at 159082977740 (2014-06-26 20:57:58.759521927 UTC)
<3>[ 164.117767] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 164.133422] request_suspend_state: wakeup (0->0) at 164118566298 (2014-06-26 20:58:03.795110485 UTC)
<3>[ 169.152801] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 169.173797] request_suspend_state: wakeup (0->0) at 169158892589 (2014-06-26 20:58:08.835436776 UTC)
<3>[ 174.198608] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 174.219665] request_suspend_state: wakeup (0->0) at 174204803463 (2014-06-26 20:58:13.881347650 UTC)
<3>[ 179.245605] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 179.265258] request_suspend_state: wakeup (0->0) at 179250401072 (2014-06-26 20:58:18.926945259 UTC)
<3>[ 184.292449] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 184.312805] request_suspend_state: wakeup (0->0) at 184297908810 (2014-06-26 20:58:23.974452997 UTC)
<3>[ 189.339233] init: cannot setexeccon('u:r:logd:s0'): Invalid argument
<6>[ 189.351104] request_suspend_state: wakeup (0->0) at 189336241279 (2014-06-26 20:58:29.012785466 UTC)
Click to expand...
Click to collapse
Well, thread subscribed..
can you share this info on Dirty_V thread as well.. guys there are highly motivated and dynamic..
EDIT:
sorry, could not wait.. already done it..
Kernel related (prob in init.rc) i guess
Did you replaced bootclasspath?
blttalas said:
Did you replaced bootclasspath?
Click to expand...
Click to collapse
Can u try to replace bootclasspath and give us updated rom ?
Does the gnex has the same errors as when ones try to install the 34 kernel that is still being worked on?if there is no source posted on the aosp servers how did you compile it?maybe would be better to wait till the devs of kernel 3.4 for gnex assist ?
Tthank you though gnex needs devs like you
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
U can also help .
Errors are caused by old init, adbd and ueventd files. Tuna's init, adbd, ueventd files are Kikat's and Android L has newer ones and tuna's init doesn't regocnize some new lines in init*.rc files...
Errors are not kernel related
Yesterday I was too lazy to read the kernel log..
Carlos_Manuel said:
Errors are caused by old init, adbd and ueventd files. Tuna's init, adbd, ueventd files are Kikat's and Android L has newer ones and tuna's init doesn't regocnize some new lines in init*.rc files...
Errors are not kernel related
Yesterday I was too lazy to read the kernel log..
Click to expand...
Click to collapse
Of course not, errors are ramdisk-related .
JustArchi said:
Of course not, errors are ramdisk-related .
Click to expand...
Click to collapse
Yep.
Today I try to continue working on this port. My goal is try getting this to boot, so other devs who are better with porting, can make this working. :victory:
I am too interested to try Android L preview, so I am not going to wait months to get sources for Android L..
JustArchi said:
Of course not, errors are ramdisk-related .
Click to expand...
Click to collapse
Thanks for helping
Gonna modify ramdisk again.. let's see if I get it fixed, this time N5 Android L will or should help me!
Carlos_Manuel said:
Gonna modify ramdisk again.. let's see if I get it fixed, this time N5 Android L will or should help me!
Click to expand...
Click to collapse
Go Carlos Go ! We are with you
Wow, I didn't see it coming. Anyway, good work, dude! I wish know android better and then be able to help you.
Which kernel ramdisk are you changing? The Nexus 5's? or AOSP tuna? Mind you that we havent gotten a kernel that high to boot and it might be best to backport whatever the difference is, although im not sure if its possible without source. Just looked at this thread and not-so-shockingly you had better knowledge on what to do to port than my port in the toro forums which i kinda just threw together by your standards
Good luck and if theres any way i can help i can, and id reccommend you get last_kmsg logs as well, as this is possibly a kernel crash, gives more info to work with
Thanks Carlos, all the best ! Sorry that I don't have any great knowledge about cooking rom, couldn't help much... But I do support you from deepest from my heart ☺
Sent from my Galaxy Nexus using Tapatalk
KShion619 said:
Which kernel ramdisk are you changing? The Nexus 5's? or AOSP tuna? Mind you that we havent gotten a kernel that high to boot and it might be best to backport whatever the difference is, although im not sure if its possible without source. Just looked at this thread and not-so-shockingly you had better knowledge on what to do to port than my port in the toro forums which i kinda just threw together by your standards
Good luck and if theres any way i can help i can, and id reccommend you get last_kmsg logs as well, as this is possibly a kernel crash, gives more info to work with
Click to expand...
Click to collapse
Tuna's KK Ramdisk with N5 L ramdisk changes...
Currently done:
Update tuna's init.rc For Android L
Add N5's sensorservice into system/bin/ (for now)
N5's sbin folder, init file, ueventd.rc, init.usb.rc, init.trace.rc
Modified:
init.rc, file_contexts_ seapp_contexts, property_contexts, default.prop ...
file_contexts must be re-modified for Tuna Android L, but I can't do that...
https://gist.github.com/manumanfred/ff1155d00109d830704d
Not tested myself yet
This sounds interesting, I'm sure once sources are released in a few months then well have an aosp build that works, getting this to boot will require quite a bit of tweaking to the ramdisk. It'd be nice to see this boot tho.
Good luck.
IRX120 said:
This sounds interesting, I'm sure once sources are released in a few months then well have an aosp build that works, getting this to boot will require quite a bit of tweaking to the ramdisk. It'd be nice to see this boot tho.
Good luck.
Click to expand...
Click to collapse
In fact I don't like Android L, I didn't even like KitKat, but now KitKat is okay, but android L is ugly..
I am interested of trying andorid L dev prev. myself on my Nexus, so that's why I am trying to port it.
And Thanks!
kezn715 said:
Thanks Carlos, all the best ! Sorry that I don't have any great knowledge about cooking rom, couldn't help much... But I do support you from deepest from my heart ☺
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
no need to apologize.. in XDA and Google you can learn about cooking ROMs, etc.
Thanks!

[Q] Random power offs

Hi, I have xperia zl and yesterday accidentally magnet touched my zl...screen turned off and after that it powered on and worked but there were some errors in dmesg. Now it is randomly(or not, I think only when it is a bit overloaded) powering off but if I connect it to to pc it is not rebooting but some strange stuff appears in dmesg ( http://pastebin.com/pckHxMZF ). Any suggestions? Thanks
Also i`m using cm11.0
UPD: Connected with adb over network and waited untill it reboots, here are last lines of dmesg
Code:
<3>[ 400.473968] wlan: [4146:E :HDD] hdd_tx_rx_pkt_cnt_stat_timer_handler: Disable split scan
<3>[ 426.057586] wlan: [4162:E :SME] sme_FTUpdateKey: Unhandled state=0
<3>[ 440.554016] wlan: [4146:E :HDD] hdd_tx_rx_pkt_cnt_stat_timer_handler: Disable split scan
<6>[ 453.081512] mdm_status_change: unexpected reset external modem id 0
<6>[ 453.086883] mdm_start_ssr: Resetting mdm id 0 due to mdm error
<6>[ 453.092590] subsys-restart: subsystem_restart_dev(): Restart sequence requested for external_modem, restart_level = 3.
<6>[ 453.103515] subsys-restart: subsystem_shutdown(): [e9fc3480]: Shutting down external_modem
And looks like my wlan0 mac address changed
Found something here - http://forum.xda-developers.com/xperia-z/help/xperia-zbricked-wi-fi-t2409804/page3
It is wifi related, maybe that`s why my mac changed
Now this is dmesg before shutting down:
Code:
<4>[ 229.088745] CPU1 didn't collape within 1ms
<4>[ 229.092071] Modules linked in: wlan(C)
<4>[ 229.096557] [<c010c470>] (unwind_backtrace+0x0/0x11c) from [<c017d1ac>] (warn_slowpath_common+0x4c/0x64)
<4>[ 229.105804] [<c017d1ac>] (warn_slowpath_common+0x4c/0x64) from [<c017d244>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[ 229.116027] [<c017d244>] (warn_slowpath_fmt+0x2c/0x3c) from [<c0150f28>] (msm_pm_wait_cpu_shutdown+0xa8/0xc4)
<4>[ 229.126922] [<c0150f28>] (msm_pm_wait_cpu_shutdown+0xa8/0xc4) from [<c011e8dc>] (platform_cpu_kill+0x20/0x30)
<4>[ 229.136749] [<c011e8dc>] (platform_cpu_kill+0x20/0x30) from [<c010b214>] (__cpu_die+0x4c/0x78)
<4>[ 229.145019] [<c010b214>] (__cpu_die+0x4c/0x78) from [<c08a2e24>] (_cpu_down+0x118/0x214)
<4>[ 229.152648] [<c08a2e24>] (_cpu_down+0x118/0x214) from [<c08a2f44>] (cpu_down+0x24/0x40)
<4>[ 229.160644] [<c08a2f44>] (cpu_down+0x24/0x40) from [<c08a46b4>] (store_online+0x2c/0x78)
<4>[ 229.168914] [<c08a46b4>] (store_online+0x2c/0x78) from [<c049fa78>] (dev_attr_store+0x18/0x24)
<4>[ 229.177307] [<c049fa78>] (dev_attr_store+0x18/0x24) from [<c028a3f4>] (sysfs_write_file+0x100/0x148)
<4>[ 229.186981] [<c028a3f4>] (sysfs_write_file+0x100/0x148) from [<c023a0f8>] (vfs_write+0xa8/0x180)
<4>[ 229.195220] [<c023a0f8>] (vfs_write+0xa8/0x180) from [<c023a3e8>] (sys_write+0x34/0x68)
<4>[ 229.203155] [<c023a3e8>] (sys_write+0x34/0x68) from [<c0106120>] (ret_fast_syscall+0x0/0x30)
<4>[ 229.212249] ---[ end trace da227214a82491c7 ]---
<4>[ 237.840850] ------------[ cut here ]------------
<4>[ 237.844879] WARNING: at ../../../../../../kernel/sony/apq8064/arch/arm/mach-msm/pm-8x60.c:995 msm_pm_wait_cpu_shutdown+0xa8/0xc4()
<4>[ 237.857116] CPU1 didn't collape within 1ms
<4>[ 237.860595] Modules linked in: wlan(C)
<4>[ 237.864349] [<c010c470>] (unwind_backtrace+0x0/0x11c) from [<c017d1ac>] (warn_slowpath_common+0x4c/0x64)
<4>[ 237.873840] [<c017d1ac>] (warn_slowpath_common+0x4c/0x64) from [<c017d244>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[ 237.883880] [<c017d244>] (warn_slowpath_fmt+0x2c/0x3c) from [<c0150f28>] (msm_pm_wait_cpu_shutdown+0xa8/0xc4)
<4>[ 237.893402] [<c0150f28>] (msm_pm_wait_cpu_shutdown+0xa8/0xc4) from [<c011e8dc>] (platform_cpu_kill+0x20/0x30)
<4>[ 237.906341] [<c011e8dc>] (platform_cpu_kill+0x20/0x30) from [<c010b214>] (__cpu_die+0x4c/0x78)
<4>[ 237.914611] [<c010b214>] (__cpu_die+0x4c/0x78) from [<c08a2e24>] (_cpu_down+0x118/0x214)
<4>[ 237.922973] [<c08a2e24>] (_cpu_down+0x118/0x214) from [<c08a2f44>] (cpu_down+0x24/0x40)
<4>[ 237.930145] [<c08a2f44>] (cpu_down+0x24/0x40) from [<c08a46b4>] (store_online+0x2c/0x78)
<4>[ 237.938812] [<c08a46b4>] (store_online+0x2c/0x78) from [<c049fa78>] (dev_attr_store+0x18/0x24)
<4>[ 237.946838] [<c049fa78>] (dev_attr_store+0x18/0x24) from [<c028a3f4>] (sysfs_write_file+0x100/0x148)
<4>[ 237.956481] [<c028a3f4>] (sysfs_write_file+0x100/0x148) from [<c023a0f8>] (vfs_write+0xa8/0x180)
<4>[ 237.964721] [<c023a0f8>] (vfs_write+0xa8/0x180) from [<c023a3e8>] (sys_write+0x34/0x68)
<4>[ 237.972595] [<c023a3e8>] (sys_write+0x34/0x68) from [<c0106120>] (ret_fast_syscall+0x0/0x30)
<4>[ 237.982147] ---[ end trace da227214a82491c8 ]---
<3>[ 245.350189] ACDB=> get_hw_delay: Path = 0 samplerate = 48000 usec = 0 status 0
<3>[ 245.356719] afe_callback: cmd = 0x100dc returned error = 0x3
<3>[ 245.362152] afe_send_hw_delay: config cmd failed
<6>[ 250.620727] SLIM_CL: skip reconfig sequence
<3>[ 250.700622] ACDB=> get_hw_delay: Path = 0 samplerate = 48000 usec = 0 status 0
<3>[ 250.707305] afe_callback: cmd = 0x100dc returned error = 0x3
<3>[ 250.712829] afe_send_hw_delay: config cmd failed
<6>[ 254.915313] SLIM_CL: skip reconfig sequence
<3>[ 258.102020] ACDB=> get_hw_delay: Path = 0 samplerate = 48000 usec = 0 status 0
<3>[ 258.109100] afe_callback: cmd = 0x100dc returned error = 0x3
<3>[ 258.114227] afe_send_hw_delay: config cmd failed
<6>[ 275.903686] msm_vidc_dec: Inside vid_dec_open()
<4>[ 275.907257]
<4>[ 275.907257] res_trk_download_firmware(): Request firmware download
<4>[ 275.949737]
<4>[ 275.949737] VIDC: vidc_freq = 266670000, req_perf_lvl = 244801, set_perf_lvl = 244801
<3>[ 275.965454] Rate 266670000 for vcodec_clk is greater than highest Fmax
<6>[ 275.984374] fw_version 8:30:2013
<4>[ 276.108154]
<4>[ 276.108154] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
<6>[ 276.118316] WARNING: H264MaxLevelExceeded : 51
<6>[ 276.121643] profile 4 level 0 progressive 1
<4>[ 276.125823]
<4>[ 276.125854] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
<4>[ 276.135559]
<4>[ 276.135589] VIDC: vidc_freq = 200000000, req_perf_lvl = 187680, set_perf_lvl = 244800
Do your have any installs or changes last time?
If yes - first method it is facotury defaults, or backup. Maybe you can only remove last installs..
Second - it hardware problem... power controller, maybe, or usb block
freask5 said:
Do your have any installs or changes last time?
If yes - first method it is facotury defaults, or backup. Maybe you can only remove last installs..
Second - it hardware problem... power controller, maybe, or usb block
Click to expand...
Click to collapse
Replacing battery helped
suleymanovemil8 said:
Replacing battery helped
Click to expand...
Click to collapse
Great)) Congratulations))

Categories

Resources