deb http://download.tizen.org/tools/latest-release/Ubuntu_12.10 /
sudo apt-get update sudo apt-get install lthor
dimones@dimones-dev:~$ sudo apt-get install lthor … … . , , , Incoming. , , : , : lthor : : libarchive12 E: , (held) .
sudo apt-get install lthor
dimones@dimones-dev:~$ sudo apt-get install lthor … … , : lthor 0, 1 , 0 , 592 . 0 B/13,5 kB . , 68,6 kB. : ! lthor ? [y/N] y lthor. ( … 163783 .) Preparing to unpack …/archives/lthor_1.4_i386.deb ... Unpacking lthor (1.4) ... lthor (1.4) … dimones@dimones-dev:~$
sudo lthor '/{ }/tizen_20140414.8_RD-PQ-boot.tar'
dimones@dimones-dev:~$ sudo lthor '/home/dimones/ /tizen_20140414.8_RD-PQ-boot.tar' Linux Thor downloader, version 1.4 Authors: Jaehoon You <jaehoon.you@samsung.com> USB port is detected : /dev/ttyACM0 /home/dimones/ /tizen_20140414.8_RD-PQ-boot.tar : [boot.img] 20480k [u-boot-mmc.bin] 1024k ------------------------- total : 21.00MB Download files from /home/dimones/ /tizen_20140414.8_RD-PQ-boot.tar [boot.img] | sending 20480k/ 20480k 100% block 20 [avg 27.23 MB/s] [u-boot-mmc.bin]| sending 1024k/ 1024k 100% block 1 [avg 27.73 MB/s] /home/dimones/ /tizen_20140414.8_RD-PQ-boot.tar completed request target reboot : success
sudo lthor '/{ }/tizen_20140414.8_RD-PQ.tar.gz'
dimones@dimones-dev:~$ sudo lthor '/home/dimones/ /tizen_20140414.8_RD-PQ.tar.gz' Linux Thor downloader, version 1.4 Authors: Jaehoon You <jaehoon.you@samsung.com> USB port is detected : /dev/ttyACM0 /home/dimones/ /tizen_20140414.8_RD-PQ.tar.gz : [ums.img] 120960k [platform.img] 675712k [data.img] 112400k ------------------------- total : 887.77MB Download files from /home/dimones/ /tizen_20140414.8_RD-PQ.tar.gz [ums.img] - sending 120960k/120960k 100% block 119 [avg 18.57 MB/s] [platform.img] / sending 675712k/675712k 100% block 660 [avg 16.35 MB/s] [data.img] | sending 112400k/112400k 100% block 110 [avg 18.23 MB/s] /home/dimones/ /tizen_20140414.8_RD-PQ.tar.gz completed request target reboot : success dimones@dimones-dev:~$
sudo apt-get install sdb
sdb root on // root- sdb shell su root
sudo vi /usr/lib/systemd/system/user@.service
# This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=User Manager for %I After=systemd-user-sessions.service [Service] User=%I PAMName=systemd-user Type=notify Environment=DISPLAY=:0 EnvironmentFile=-/run/tizen-mobile-ui ExecStart=-/usr/lib/systemd/systemd --user SmackExecLabel=User Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%I/dbus/user_bus_socket Slice=user-%i.slice
chsmack -a "*" /home/app/ find /home/app/.e -exec chsmack -a "*" {} \; vconftool set -t int memory/starter/sequence 1 -f reboot
Tizen 3.0.0 (arm) VERSION = 3.0.0 CODENAME = Next
Source: https://habr.com/ru/post/220537/
All Articles