UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. h2o64
    H
    Offline
    • Profile
    • Following 0
    • Followers 2
    • Topics 0
    • Posts 6
    • Groups 0

    h2o64

    @h2o64

    0
    Reputation
    712
    Profile views
    6
    Posts
    2
    Followers
    0
    Following
    Joined
    Last Online

    h2o64 Unfollow Follow

    Latest posts made by h2o64

    • RE: Ubuntu Touch Development Q&A

      [quote='mariogrip' pid='54' dateline='1434298331']
      I tried to set console=null on my oneplus one and it gave me and kernel panic, so i really think you need to console=tty0 and remove androidboot.console.
      [/quote]

      Hey @mariogrip !
      Long time has past and I investigated a lot.
      My device [b]can't boot without a console[/b] (for many reasons that I can't even totally explain).
      So I need to find a way to fix the crash and make Ubuntu Touch accept console flags.
      If you know some Canonical Devs, could you ask them why the console is disabled ? And even what's make the kernel crash ?

      posted in Porting
      H
      h2o64
    • RE: Ubuntu Touch Development Q&A

      [quote='mariogrip' pid='49' dateline='1434233506']
      btw, is the android container mountable?

      In recovery

      cd data && mkdir tmp
      mount -o loop tmp system.img
      cd tmp/var/lib/lxc/android && mkdir temp
      mount -o loop tmp system.img
      [/quote]

      Here is the result : mountable (I did this one time previously btw)
      [code]louis@louis-All-Series:~/Dev/Ubuntu_Touch_Flash/project_rootstock$ adb shell
      ~ # cd data/ && mkdir tmp
      mkdir: can't create directory 'tmp': File exists
      /data # mount -o loop system.img tmp/
      /data # cd tmp/var/lib/lxc/android && mkdir temp
      mkdir: can't create directory 'temp': File exists
      /data/tmp/var/lib/lxc/android # mount -o loop system.img temp/
      /data/tmp/var/lib/lxc/android # cd temp/
      /data/tmp/var/lib/lxc/android/temp # ls
      bin         build.prop  extras      lost+found  ubuntu      vendor
      boot        etc         lib         media       usr         xbin
      /data/tmp/var/lib/lxc/android/temp #
      [/code]

      EDIT : I made many tries and I finally set "break=mountroot" --> mountroot is the level of the crash for sure.
      Logs here http://pastebin.com/cr2zRD3M

      posted in Porting
      H
      h2o64
    • RE: Ubuntu Touch Development Q&A

      [quote='mariogrip' pid='46' dateline='1434231284']
      [quote='h2o64' pid='45' dateline='1434230620']
      [quote='mariogrip' pid='44' dateline='1434230432']
      And based on the error it seems like an missing console due to ubuntu not starting at all, it mounts the system, but does not start.
      [/quote]

      I can't access to adb in real time actually.
      Should I define a console ?
      [/quote]

      I think you need to define the console, i had to do that with the oneplus one. kernel panics are kinda hard to understand sometimes. i don't think adbd does not start at such low level, adbd get started by upstart. but you can force it to start with "break" in kernel cmdline (example break=top) to stop and start adbd where you can look around. 
      [/quote]

      I know about those "breaks" but I don't know how to use them. I just need to chuck them in the cmdline ? in the ramdisk ?

      posted in Porting
      H
      h2o64
    • RE: Ubuntu Touch Development Q&A

      [quote='mariogrip' pid='44' dateline='1434230432']
      And based on the error it seems like an missing console due to ubuntu not starting at all, it mounts the system, but does not start.
      [/quote]

      I can't access to adb in real time actually.
      Should I define a console ?

      posted in Porting
      H
      h2o64
    • RE: Ubuntu Touch Development Q&A

      [quote='mariogrip' pid='42' dateline='1434229727']
      [quote='h2o64' pid='41' dateline='1434225120']
      [quote='mariogrip' pid='1' dateline='1425686206']
      Ask whatever you want about Ubuntu touch porting/development  🙂

      For general questions:
      http://ubports.com/forums/showthread.php?tid=2
      [/quote]

      Hi !
      I'm the Motorola Moto G porter.
      I work on this project for months, trying to do the best way possible. And I achieve to get it.
      BUT after all the progress I made, I'm still get one error http://pastebin.com/EMaJCDnn

      [code][    6.282118,1] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200
      [    6.282128,1]
      [    6.282363,1] Backtrace:
      [    6.282602,1] [<c0109a24>] (dump_backtrace+0x0/0x10c) from [<c0934420>] (dump_stack+0x18/0x1c)
      [    6.282690,1]  r6:e4928000 r5:c0f499e4 r4:c102c0f8 r3:00000001
      [    6.283150,1] [<c0934408>] (dump_stack+0x0/0x1c) from [<c0934c84>] (panic+0x94/0x1f4)
      [    6.283244,1] [<c0934bf0>] (panic+0x0/0x1f4) from [<c018403c>] (do_exit+0x3d0/0x878)
      [    6.283330,1]  r3:e4930000 r2:e4927ed8 r1:00000200 r0:c0c0e677
      [    6.283782,1]  r7:e4928418
      [    6.283947,1] [<c0183c6c>] (do_exit+0x0/0x878) from [<c01847b0>] (do_group_exit+0x8c/0xc8)
      [    6.284097,1]  r7:000000f8
      [    6.284262,1] [<c0184724>] (do_group_exit+0x0/0xc8) from [<c0184804>] (__wake_up_parent+0x0/0x28)
      [    6.284413,1]  r7:000000f8 r6:0005d444 r5:00000004 r4:00000000
      [    6.284807,1] [<c01847ec>] (sys_exit_group+0x0/0x18) from [<c0105b20>] (ret_fast_syscall+0x0/0x30)
      [    6.284969,0] CPU0: stopping
      [    6.285053,0] Backtrace:
      [    6.285218,0] [<c0109a24>] (dump_backtrace+0x0/0x10c) from [<c0934420>] (dump_stack+0x18/0x1c)
      [    6.285371,0]  r6:c0f17e98 r5:c0f5d10c r4:00000000 r3:271ae936
      [    6.285836,0] [<c0934408>] (dump_stack+0x0/0x1c) from [<c010b014>] (handle_IPI+0x13c/0x22c)
      [    6.285994,0] [<c010aed8>] (handle_IPI+0x0/0x22c) from [<c0100434>] (gic_handle_irq+0xb0/0xbc)
      [    6.286080,0]  r7:fa003000 r6:c0f17e98 r5:00000006 r4:c0f1e4b0
      [    6.286476,0] [<c0100384>] (gic_handle_irq+0x0/0xbc) from [<c0943100>] (__irq_svc+0x40/0x70)
      [    6.286628,0] Exception stack(0xc0f17e98 to 0xc0f17ee0)
      [    6.286714,0] 7e80:                                                       8d4fdf3b 83126e97
      [    6.286869,0] 7ea0: 0000121b 00000000 0046bb19 00000000 7522c350 00000001 c1a73850 c0f1fd78
      [    6.286962,0] 7ec0: 00000000 c0f17f24 00000000 c0f17ee0 c01bf8fc c0169400 00000013 ffffffff
      [    6.287123,0] [<c0169270>] (lpm_cpuidle_enter+0x0/0x1bc) from [<c068bad4>] (cpuidle_enter+0x1c/0x20)
      [    6.287282,0] [<c068bab8>] (cpuidle_enter+0x0/0x20) from [<c068bf00>] (cpuidle_enter_state+0x1c/0x74)
      [    6.287441,0] [<c068bee4>] (cpuidle_enter_state+0x0/0x74) from [<c068c0d0>] (cpuidle_idle_call+0x178/0x344)
      [    6.287591,0]  r6:00000002 r5:c0fb49e0 r4:c1a73850 r3:00000000
      [    6.287988,0] [<c068bf58>] (cpuidle_idle_call+0x0/0x344) from [<c0106a64>] (cpu_idle+0x90/0xf8)
      [    6.288158,0] [<c01069d4>] (cpu_idle+0x0/0xf8) from [<c0905648>] (rest_init+0x94/0xb0)
      [    6.288307,0]  r5:00000001 r4:c0f17f9c
      [    6.288550,0] [<c09055b4>] (rest_init+0x0/0xb0) from [<c0e00b00>] (start_kernel+0x2f8/0x354)
      [    6.288701,0]  r6:c0f01104 r5:00000000 r4:c0f1fb60
      [    6.289018,0] [<c0e00808>] (start_kernel+0x0/0x354) from [<00008040>] (0x8040)
      [    6.289168,0]  r7:c0f29984 r6:c0f01100 r5:c0f1e4a8 r4:10c5387d
      [    6.289561,3] CPU3: stopping
      [    6.289880,3] Backtrace:
      [    6.290068,3] [<c0109a24>] (dump_backtrace+0x0/0x10c) from [<c0934420>] (dump_stack+0x18/0x1c)
      [    6.290219,3]  r6:e4989ee0 r5:c0f5d10c r4:00000003 r3:271ae936
      [    6.290615,3] [<c0934408>] (dump_stack+0x0/0x1c) from [<c010b014>] (handle_IPI+0x13c/0x22c)
      [    6.290772,3] [<c010aed8>] (handle_IPI+0x0/0x22c) from [<c0100434>] (gic_handle_irq+0xb0/0xbc)
      [    6.290925,3]  r7:fa003000 r6:e4989ee0 r5:00000006 r4:c0f1e4b0
      [    6.291321,3] [<c0100384>] (gic_handle_irq+0x0/0xbc) from [<c0943100>] (__irq_svc+0x40/0x70)
      [    6.291474,3] Exception stack(0xe4989ee0 to 0xe4989f28)
      [    6.291565,3] 9ee0: 8d4fdf3b 83126e97 00001902 00000000 0061b2c9 00000000 7507ce79 00000001
      [    6.291722,3] 9f00: c1a91850 c0f1fd78 00000000 e4989f6c 00000000 e4989f28 c01bf8fc c0169400
      [    6.291874,3] 9f20: 00000013 ffffffff
      [    6.291967,3] [<c0169270>] (lpm_cpuidle_enter+0x0/0x1bc) from [<c068bad4>] (cpuidle_enter+0x1c/0x20)
      [    6.292126,3] [<c068bab8>] (cpuidle_enter+0x0/0x20) from [<c068bf00>] (cpuidle_enter_state+0x1c/0x74)
      [    6.292285,3] [<c068bee4>] (cpuidle_enter_state+0x0/0x74) from [<c068c0d0>] (cpuidle_idle_call+0x178/0x344)
      [    6.292437,3]  r6:00000002 r5:c0fb49e0 r4:c1a91850 r3:00000000
      [    6.292833,3] [<c068bf58>] (cpuidle_idle_call+0x0/0x344) from [<c0106a64>] (cpu_idle+0x90/0xf8)
      [    6.292993,3] [<c01069d4>] (cpu_idle+0x0/0xf8) from [<c0930af4>] (secondary_start_kernel+0xec/0x108)
      [    6.293145,3]  r5:00000003 r4:c0f4f23c
      [    6.293385,3] [<c0930a08>] (secondary_start_kernel+0x0/0x108) from [<00930214>] (0x930214)
      [    6.293536,3]  r5:00000015 r4:2494006a
      [    6.293770,2] CPU2: stopping
      [    6.293856,2] Backtrace:
      [    6.294108,2] [<c0109a24>] (dump_backtrace+0x0/0x10c) from [<c0934420>] (dump_stack+0x18/0x1c)
      [    6.294195,2]  r6:e497fee0 r5:c0f5d10c r4:00000002 r3:271ae936
      [    6.294657,2] [<c0934408>] (dump_stack+0x0/0x1c) from [<c010b014>] (handle_IPI+0x13c/0x22c)
      [    6.294816,2] [<c010aed8>] (handle_IPI+0x0/0x22c) from [<c0100434>] (gic_handle_irq+0xb0/0xbc)
      [    6.294901,2]  r7:fa003000 r6:e497fee0 r5:00000006 r4:c0f1e4b0
      [    6.295357,2] [<c0100384>] (gic_handle_irq+0x0/0xbc) from [<c0943100>] (__irq_svc+0x40/0x70)
      [    6.295509,2] Exception stack(0xe497fee0 to 0xe497ff28)
      [    6.295600,2] fee0: 8d4fdf3b 83126e97 000011e7 00000000 0045f00d 00000000 7523940e 00000001
      [    6.295756,2] ff00: c1a87850 c0f1fd78 00000000 e497ff6c 00000000 e497ff28 c01bf8fc c0169400
      [    6.295908,2] ff20: 00000013 ffffffff
      [    6.296001,2] [<c0169270>] (lpm_cpuidle_enter+0x0/0x1bc) from [<c068bad4>] (cpuidle_enter+0x1c/0x20)
      [    6.296162,2] [<c068bab8>] (cpuidle_enter+0x0/0x20) from [<c068bf00>] (cpuidle_enter_state+0x1c/0x74)
      [    6.296321,2] [<c068bee4>] (cpuidle_enter_state+0x0/0x74) from [<c068c0d0>] (cpuidle_idle_call+0x178/0x344)
      [    6.296408,2]  r6:00000002 r5:c0fb49e0 r4:c1a87850 r3:00000000
      [    6.296870,2] [<c068bf58>] (cpuidle_idle_call+0x0/0x344) from [<c0106a64>] (cpu_idle+0x90/0xf8)
      [    6.297031,2] [<c01069d4>] (cpu_idle+0x0/0xf8) from [<c0930af4>] (secondary_start_kernel+0xec/0x108)
      [    6.297182,2]  r5:00000002 r4:c0f4f23c
      [    6.297423,2] [<c0930a08>] (secondary_start_kernel+0x0/0x108) from [<00930214>] (0x930214)
      [    6.297573,2]  r5:00000015 r4:2494006a
      [    6.535935,1] Crash partition in use!
      [    7.536086,1] wcnss crash shutdown 0
      [    7.536239,1] Rebooting in 5 seconds..
      [   12.536474,1] Going down for restart now
      [   12.537337,1] failed to disable wdog debug: -4
      [   12.537513,1] Calling SCM to disable SPMI PMIC arbiter[/code]

      One error that you faced ...
      Could you help me fixing it ?
      Thank you 🙂

      Contact : theh2o64@gmail.com
      Sources :
      main : https://github.com/ubuntu-touchCAF
      trees :

      • https://github.com/ubuntu-touchCAF/android_device_motorola_msm8226-common
      • https://github.com/ubuntu-touchCAF/android_device_motorola_falcon
        [/quote]

      I just looked over it quick, one thing i notice is that you have console set to NULL in the kernel cmdline, try to set it to "console=tty0" in BOARD_KERNEL_CMDLINE (in boardConfig.mk)
      [/quote]
      Your port does have it too nope ?
      Does it affect WCNSS driver someway ?

      posted in Porting
      H
      h2o64
    • RE: Ubuntu Touch Development Q&A

      [quote='mariogrip' pid='1' dateline='1425686206']
      Ask whatever you want about Ubuntu touch porting/development  🙂

      For general questions:
      http://ubports.com/forums/showthread.php?tid=2
      [/quote]

      Hi !
      I'm the Motorola Moto G porter.
      I work on this project for months, trying to do the best way possible. And I achieve to get it.
      BUT after all the progress I made, I'm still get one error http://pastebin.com/EMaJCDnn
      [code][ 6.282118,1] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200
      [ 6.282128,1]
      [ 6.282363,1] Backtrace:
      [ 6.282602,1] [<c0109a24>] (dump_backtrace+0x0/0x10c) from [<c0934420>] (dump_stack+0x18/0x1c)
      [ 6.282690,1] r6:e4928000 r5:c0f499e4 r4:c102c0f8 r3:00000001
      [ 6.283150,1] [<c0934408>] (dump_stack+0x0/0x1c) from [<c0934c84>] (panic+0x94/0x1f4)
      [ 6.283244,1] [<c0934bf0>] (panic+0x0/0x1f4) from [<c018403c>] (do_exit+0x3d0/0x878)
      [ 6.283330,1] r3:e4930000 r2:e4927ed8 r1:00000200 r0:c0c0e677
      [ 6.283782,1] r7:e4928418
      [ 6.283947,1] [<c0183c6c>] (do_exit+0x0/0x878) from [<c01847b0>] (do_group_exit+0x8c/0xc8)
      [ 6.284097,1] r7:000000f8
      [ 6.284262,1] [<c0184724>] (do_group_exit+0x0/0xc8) from [<c0184804>] (__wake_up_parent+0x0/0x28)
      [ 6.284413,1] r7:000000f8 r6:0005d444 r5:00000004 r4:00000000
      [ 6.284807,1] [<c01847ec>] (sys_exit_group+0x0/0x18) from [<c0105b20>] (ret_fast_syscall+0x0/0x30)
      [ 6.284969,0] CPU0: stopping
      [ 6.285053,0] Backtrace:
      [ 6.285218,0] [<c0109a24>] (dump_backtrace+0x0/0x10c) from [<c0934420>] (dump_stack+0x18/0x1c)
      [ 6.285371,0] r6:c0f17e98 r5:c0f5d10c r4:00000000 r3:271ae936
      [ 6.285836,0] [<c0934408>] (dump_stack+0x0/0x1c) from [<c010b014>] (handle_IPI+0x13c/0x22c)
      [ 6.285994,0] [<c010aed8>] (handle_IPI+0x0/0x22c) from [<c0100434>] (gic_handle_irq+0xb0/0xbc)
      [ 6.286080,0] r7:fa003000 r6:c0f17e98 r5:00000006 r4:c0f1e4b0
      [ 6.286476,0] [<c0100384>] (gic_handle_irq+0x0/0xbc) from [<c0943100>] (__irq_svc+0x40/0x70)
      [ 6.286628,0] Exception stack(0xc0f17e98 to 0xc0f17ee0)
      [ 6.286714,0] 7e80: 8d4fdf3b 83126e97
      [ 6.286869,0] 7ea0: 0000121b 00000000 0046bb19 00000000 7522c350 00000001 c1a73850 c0f1fd78
      [ 6.286962,0] 7ec0: 00000000 c0f17f24 00000000 c0f17ee0 c01bf8fc c0169400 00000013 ffffffff
      [ 6.287123,0] [<c0169270>] (lpm_cpuidle_enter+0x0/0x1bc) from [<c068bad4>] (cpuidle_enter+0x1c/0x20)
      [ 6.287282,0] [<c068bab8>] (cpuidle_enter+0x0/0x20) from [<c068bf00>] (cpuidle_enter_state+0x1c/0x74)
      [ 6.287441,0] [<c068bee4>] (cpuidle_enter_state+0x0/0x74) from [<c068c0d0>] (cpuidle_idle_call+0x178/0x344)
      [ 6.287591,0] r6:00000002 r5:c0fb49e0 r4:c1a73850 r3:00000000
      [ 6.287988,0] [<c068bf58>] (cpuidle_idle_call+0x0/0x344) from [<c0106a64>] (cpu_idle+0x90/0xf8)
      [ 6.288158,0] [<c01069d4>] (cpu_idle+0x0/0xf8) from [<c0905648>] (rest_init+0x94/0xb0)
      [ 6.288307,0] r5:00000001 r4:c0f17f9c
      [ 6.288550,0] [<c09055b4>] (rest_init+0x0/0xb0) from [<c0e00b00>] (start_kernel+0x2f8/0x354)
      [ 6.288701,0] r6:c0f01104 r5:00000000 r4:c0f1fb60
      [ 6.289018,0] [<c0e00808>] (start_kernel+0x0/0x354) from [<00008040>] (0x8040)
      [ 6.289168,0] r7:c0f29984 r6:c0f01100 r5:c0f1e4a8 r4:10c5387d
      [ 6.289561,3] CPU3: stopping
      [ 6.289880,3] Backtrace:
      [ 6.290068,3] [<c0109a24>] (dump_backtrace+0x0/0x10c) from [<c0934420>] (dump_stack+0x18/0x1c)
      [ 6.290219,3] r6:e4989ee0 r5:c0f5d10c r4:00000003 r3:271ae936
      [ 6.290615,3] [<c0934408>] (dump_stack+0x0/0x1c) from [<c010b014>] (handle_IPI+0x13c/0x22c)
      [ 6.290772,3] [<c010aed8>] (handle_IPI+0x0/0x22c) from [<c0100434>] (gic_handle_irq+0xb0/0xbc)
      [ 6.290925,3] r7:fa003000 r6:e4989ee0 r5:00000006 r4:c0f1e4b0
      [ 6.291321,3] [<c0100384>] (gic_handle_irq+0x0/0xbc) from [<c0943100>] (__irq_svc+0x40/0x70)
      [ 6.291474,3] Exception stack(0xe4989ee0 to 0xe4989f28)
      [ 6.291565,3] 9ee0: 8d4fdf3b 83126e97 00001902 00000000 0061b2c9 00000000 7507ce79 00000001
      [ 6.291722,3] 9f00: c1a91850 c0f1fd78 00000000 e4989f6c 00000000 e4989f28 c01bf8fc c0169400
      [ 6.291874,3] 9f20: 00000013 ffffffff
      [ 6.291967,3] [<c0169270>] (lpm_cpuidle_enter+0x0/0x1bc) from [<c068bad4>] (cpuidle_enter+0x1c/0x20)
      [ 6.292126,3] [<c068bab8>] (cpuidle_enter+0x0/0x20) from [<c068bf00>] (cpuidle_enter_state+0x1c/0x74)
      [ 6.292285,3] [<c068bee4>] (cpuidle_enter_state+0x0/0x74) from [<c068c0d0>] (cpuidle_idle_call+0x178/0x344)
      [ 6.292437,3] r6:00000002 r5:c0fb49e0 r4:c1a91850 r3:00000000
      [ 6.292833,3] [<c068bf58>] (cpuidle_idle_call+0x0/0x344) from [<c0106a64>] (cpu_idle+0x90/0xf8)
      [ 6.292993,3] [<c01069d4>] (cpu_idle+0x0/0xf8) from [<c0930af4>] (secondary_start_kernel+0xec/0x108)
      [ 6.293145,3] r5:00000003 r4:c0f4f23c
      [ 6.293385,3] [<c0930a08>] (secondary_start_kernel+0x0/0x108) from [<00930214>] (0x930214)
      [ 6.293536,3] r5:00000015 r4:2494006a
      [ 6.293770,2] CPU2: stopping
      [ 6.293856,2] Backtrace:
      [ 6.294108,2] [<c0109a24>] (dump_backtrace+0x0/0x10c) from [<c0934420>] (dump_stack+0x18/0x1c)
      [ 6.294195,2] r6:e497fee0 r5:c0f5d10c r4:00000002 r3:271ae936
      [ 6.294657,2] [<c0934408>] (dump_stack+0x0/0x1c) from [<c010b014>] (handle_IPI+0x13c/0x22c)
      [ 6.294816,2] [<c010aed8>] (handle_IPI+0x0/0x22c) from [<c0100434>] (gic_handle_irq+0xb0/0xbc)
      [ 6.294901,2] r7:fa003000 r6:e497fee0 r5:00000006 r4:c0f1e4b0
      [ 6.295357,2] [<c0100384>] (gic_handle_irq+0x0/0xbc) from [<c0943100>] (__irq_svc+0x40/0x70)
      [ 6.295509,2] Exception stack(0xe497fee0 to 0xe497ff28)
      [ 6.295600,2] fee0: 8d4fdf3b 83126e97 000011e7 00000000 0045f00d 00000000 7523940e 00000001
      [ 6.295756,2] ff00: c1a87850 c0f1fd78 00000000 e497ff6c 00000000 e497ff28 c01bf8fc c0169400
      [ 6.295908,2] ff20: 00000013 ffffffff
      [ 6.296001,2] [<c0169270>] (lpm_cpuidle_enter+0x0/0x1bc) from [<c068bad4>] (cpuidle_enter+0x1c/0x20)
      [ 6.296162,2] [<c068bab8>] (cpuidle_enter+0x0/0x20) from [<c068bf00>] (cpuidle_enter_state+0x1c/0x74)
      [ 6.296321,2] [<c068bee4>] (cpuidle_enter_state+0x0/0x74) from [<c068c0d0>] (cpuidle_idle_call+0x178/0x344)
      [ 6.296408,2] r6:00000002 r5:c0fb49e0 r4:c1a87850 r3:00000000
      [ 6.296870,2] [<c068bf58>] (cpuidle_idle_call+0x0/0x344) from [<c0106a64>] (cpu_idle+0x90/0xf8)
      [ 6.297031,2] [<c01069d4>] (cpu_idle+0x0/0xf8) from [<c0930af4>] (secondary_start_kernel+0xec/0x108)
      [ 6.297182,2] r5:00000002 r4:c0f4f23c
      [ 6.297423,2] [<c0930a08>] (secondary_start_kernel+0x0/0x108) from [<00930214>] (0x930214)
      [ 6.297573,2] r5:00000015 r4:2494006a
      [ 6.535935,1] Crash partition in use!
      [ 7.536086,1] wcnss crash shutdown 0
      [ 7.536239,1] Rebooting in 5 seconds..
      [ 12.536474,1] Going down for restart now
      [ 12.537337,1] failed to disable wdog debug: -4
      [ 12.537513,1] Calling SCM to disable SPMI PMIC arbiter[/code]

      One error that you faced ...
      Could you help me fixing it ?
      Thank you 🙂

      Contact : theh2o64@gmail.com
      Sources :
      main : https://github.com/ubuntu-touchCAF
      trees :

      • https://github.com/ubuntu-touchCAF/android_device_motorola_msm8226-common
      • https://github.com/ubuntu-touchCAF/android_device_motorola_falcon
      posted in Porting
      H
      h2o64