Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. antiform
    3. Posts
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 7
    • Best 0
    • Groups 0

    Posts made by antiform

    • RE: Devel 31/01 Do not update

      reordering some service and fixed the issue
      i think its better to list all lomiri depencies in service or target with want/requires so porter known what lomiri depencies, and easy to maintain maybe

      root@ubuntu-phablet:/system/halium/lib/systemd/user# cat lomiri-indicator-network.service
      [Unit]
      Description=Indicator Network Backend
      Wants=lomiri-indicator-network-secret-agent.service

      [Service]
      ExecStartPre=/bin/sleep 15
      ExecStart=/usr/libexec/lomiri-indicator-network/lomiri-indicator-network-service
      Restart=on-failure

      root@ubuntu-phablet:/system/halium/lib/systemd/user#
      root@ubuntu-phablet:/system/halium/lib/systemd/user# cat lomiri-full-greeter.service
      [Unit]
      Description=Lomiri Shell - full-greeter
      Requires=dbus.socket
      After=dbus.socket
      Requires=ayatana-indicators.target
      Before=ayatana-indicators.target
      Requires=indicator-location.service indicator-transfer.service lomiri-indicator-network.service
      Before=indicator-location.service indicator-transfer.service lomiri-indicator-network.service
      Conflicts=lomiri-full-shell.service lomiri-greeter.service lomiri-shell.service

      [Service]
      Type=notify
      SyslogIdentifier=lomiri
      ExecStart=/usr/libexec/lomiri-systemd-wrapper --mode=full-greeter
      ExecStopPost=/usr/bin/dbus-update-activation-environment --systemd WAYLAND_DISPLAY= MIR_SOCKET=
      Restart=on-failure
      TimeoutStartSec=120
      root@ubuntu-phablet:/system/halium/lib/systemd/user#

      posted in 20.04 Focal Fossa
      A
      antiform
    • about porting

      its better to list any device overlay in some way
      like usb_moded will crash if not properly configured

      my experience, usb_moded fail to write mtp mode, and kernel crash bcoz mtp mode pointer null but its enabled

      and why in focal binary launch with --desktop_file_hint= wont work in some binary?
      like anbox, sdl wont open window if --desktop_file_hint= passed

      but if run from lomiri terminal without --desktop_file_hint= its open the sdl window with blank destop icon(not icon lomiri terminal)

      what api changes had to be written in some where i think

      and my advice

      its better had device-hacks before and after lxc-android-config
      not jus after lxc-android-config

      sorry if this not in right place to asks

      posted in Porting
      A
      antiform
    • RE: lomiri focal bug?

      @kugiigi
      dont know if its share internet or not, ubuntu jammy not showing what bluetooth connected activated features, the bluetooth preferences is not available

      could it be considered a phone line or modem by ofono?

      posted in Lomiri (was Unity8)
      A
      antiform
    • lomiri focal bug?

      screenshot20230120_194956120.png

      after bluetooth connected to pc, and use as speaker

      thats strange appear

      posted in Lomiri (was Unity8)
      A
      antiform
    • RE: Ubuntu Touch Q&A 103 Saturday 3rd July At 19:00 UTC

      about security,
      if anbox become famous,
      are selinux used or apparmor?
      erfan anbox implementation is big security hole i think

      is morph browser security part uptodate?

      posted in News
      A
      antiform