platform/core/system/deviced.git
10 years agoRemove SMACK rule file(.rule) according three domain model 91/22891/3
seong.chung [Fri, 11 Apr 2014 14:28:16 +0000 (23:28 +0900)]
Remove SMACK rule file(.rule) according three domain model

Since SMACK only allows three labels, "_"(floor), "User", "System"
The labels of current rule file are not appropriate

Solution:
- Remove rule file (packaging/system-server.rule)
- Remove install statement about installing rule file described in CMakeLists.txt
- Remove file path and name declaration of spec file (packaging/system-server.spec)

Reference site
https://wiki.tizen.org/wiki/Security:SmackThreeDomainModel

Change-Id: I55e2e1b34d35b5a8d2dc7328cbc763135663a598
Signed-off-by: seong.chung <seong.chung@samsung.com>
10 years agoFix package build for Tizen:IVI 90/22890/3
Ed Bartosh [Sun, 9 Mar 2014 14:17:56 +0000 (16:17 +0200)]
Fix package build for Tizen:IVI

Build of deviced fails for OBS projects with enabled debuginfo and
defined 'simulator' macro with this error:

error: Installed (but unpackaged) file(s) found:
   /usr/lib/debug/.build-id/6e/480d9a978edacf116bd409aa09b97923290f3b
   /usr/lib/debug/.build-id/6e/480d9a978edacf116bd409aa09b97923290f3b.debug
   /usr/lib/debug/usr/bin/restart.debug

The reason of this failure is explained in this bug
https://bugzilla.redhat.com/show_bug.cgi?id=878863#c2:
Debuginfo generation operates on the disk contents and knows exactly
nothing about specs.

In plain English it means that debuginfo doesn't care about %exclude
statements in %files section of the .spec and processes all binaries,
installed into build root.

This fix removes /usr/bin/restart from buildroot to avoid generation of
debug info for it if 'simulator' macro is defined and includes this binary
into the package only if 'simulator' macro is not defined.

Change-Id: I8368ecc53edb54fb068d394db1abf8d1d73e593a
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
10 years agopackaging: strengthen shell tests 89/22889/2
Philippe Coval [Tue, 4 Mar 2014 10:55:14 +0000 (11:55 +0100)]
packaging: strengthen shell tests

Change-Id: I180f422ef46c1da44849651d79202b4ac58df00b
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
10 years agochange device control variable and remove enhance log 27/22827/1
giyeol.ok [Mon, 29 Jul 2013 11:15:44 +0000 (20:15 +0900)]
change device control variable and remove enhance log

Change-Id: Id03c4d8ac4e7b967f7083623acb1b034c9a6f53f
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
10 years agomerge jack and switch control routine 70/22770/3
giyeol.ok [Mon, 1 Jul 2013 23:57:58 +0000 (08:57 +0900)]
merge jack and switch control routine

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: I2471f28526f5ea4ef961f964f1e6dcceb26362c1

10 years agoinsert auto-test to check device daemon internal operations 67/22667/2
Gi-Yeol Ok [Thu, 21 Nov 2013 07:38:19 +0000 (16:38 +0900)]
insert auto-test to check device daemon internal operations

Signed-off-by: Gi-Yeol Ok <giyeol.ok@samsung.com>
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: Iddfb4c625cdf382ad1e5e26b3a2bf8bb0cdaa303

10 years agoclean up the log in deviced 66/22666/2
juho [Thu, 7 Nov 2013 15:43:16 +0000 (00:43 +0900)]
clean up the log in deviced

modified to use the log-macro.h in libdeviced

Change-Id: Ic51a05d2e3eafbbb90f36e6f6b53fdcbd75b5d35
Signed-off-by: juho <juho80.son@samsung.com>
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
10 years agoAdd apps infrastructure. 65/22665/2
Maciej Wereski [Mon, 2 Jun 2014 13:40:31 +0000 (15:40 +0200)]
Add apps infrastructure.

This code was written by: Taeyoung Kim <ty317.kim@samsung.com> and Gi-Yeol Ok
<giyeol.ok@samsung.com>.

Change-Id: I6bdeaee9effaeaad8c6738cea45ba50b7a7f7069
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
10 years agoSeperate file for each devices 64/22664/1
jy910.yun [Mon, 2 Sep 2013 03:42:13 +0000 (12:42 +0900)]
Seperate file for each devices

if some device does not support in our system anymore,
we can just remove one file for device we want to delete.
do not combine between each other device code

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: I8e70f1cf6a4b1115704c718ab1f919390bafd075

10 years agoAdd dd_list 63/22663/1
Maciej Wereski [Mon, 2 Jun 2014 14:40:49 +0000 (16:40 +0200)]
Add dd_list

The code was written by: SeungHun Pi, Jiyoung Yun and Taeyoung Kim

Change-Id: Ifef7af0cc54cea7811966cf2683e2f5d7f5207e5
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
10 years agoFix warnings 47/22547/1
Maciej Wereski [Thu, 5 Jun 2014 08:55:39 +0000 (10:55 +0200)]
Fix warnings

Change-Id: I808c4f4c77fa507fafdbfe3fd0fc99cfc314f359
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
10 years agoRemove compile warning of display 46/22546/1
sh.pi [Fri, 30 Aug 2013 06:04:00 +0000 (15:04 +0900)]
Remove compile warning of display

Change-Id: I1ee5f6d8d01e13002ffe183a01b42ad3b716afa0
Signed-off-by: Seunghun Pi <sh.pi@samsung.com>
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
10 years agoCode bugs're fixed 45/22545/1
sh.pi [Thu, 22 Aug 2013 04:51:23 +0000 (13:51 +0900)]
Code bugs're fixed

String not null terminated (STRING_NULL)
Missing return statement (MISSING_RETURN)
Resource leak (RESOURCE_LEAK)

Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: I6e5034a091f9a72d7f3e157a6bab556a7d21829d

10 years agoremove warning about incompatible pointer btw const char * and char * 44/22544/1
jy910.yun [Thu, 25 Jul 2013 11:19:14 +0000 (20:19 +0900)]
remove warning about incompatible pointer btw const char * and char *

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: Ib99b5dcc9d18f5030ac4c115239be3b711180072

10 years agodeviced: add CREDITS file 25/19325/1
jy910.yun [Thu, 10 Apr 2014 09:36:32 +0000 (18:36 +0900)]
deviced: add CREDITS file

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: Ia370e113f72498c73eba9bc98be699137b4720ec

10 years agodeviced: change the project name to deviced and directory name 69/18969/2
jy910.yun [Thu, 3 Apr 2014 13:40:29 +0000 (22:40 +0900)]
deviced: change the project name to deviced and directory name

Changed project name:
system-server -> deviced

Changed directories:
src/shared -> src/libdeviced
src/shared/TC -> test

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: Ia66486ad64b1f278bcafca00280f38c626b9f5e7

10 years agopackaging: rm unnecessary dependency on systemd 58/18958/3
Philippe Coval [Tue, 4 Mar 2014 10:52:59 +0000 (11:52 +0100)]
packaging: rm unnecessary dependency on systemd

Change-Id: Ia018c1c55ed30cdb20cbd7e4b8f73880146b4d60
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
10 years agopackaging: uses systemd macros to supports x64 57/18957/2
Philippe Coval [Mon, 3 Mar 2014 11:00:53 +0000 (12:00 +0100)]
packaging: uses systemd macros to supports x64

Change-Id: I043612296a822be8c65d37c39f270687b03b716b
Bug-Tizen: PTREL-643/part
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
10 years agopackaging: only use ecore-x on X config 56/18956/2
jy910.yun [Thu, 3 Apr 2014 12:55:58 +0000 (21:55 +0900)]
packaging: only use ecore-x on X config

Change-Id: I1c3706413d5c516fea0e3268bd2c91b721ba1a16
Bug-Tizen: PTREL-640
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
10 years agodeviced: Fix RPMLINT errors 55/18955/2
jy910.yun [Thu, 3 Apr 2014 12:45:37 +0000 (21:45 +0900)]
deviced: Fix RPMLINT errors

error details:
summary-not-capitalized
library-without-ldconfig-postun

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I3252af8f64086a6189a4a1e0c7388b7b09d218dc

10 years agoAdding License to FSCK-MSDOS
Krzysztof Sasiak [Wed, 11 Sep 2013 15:44:28 +0000 (17:44 +0200)]
Adding License to FSCK-MSDOS

Change-Id: If598fe1730ed6f8294be472272d97d0da2500e16

10 years agowhen OSP or WEB api change the brightness, CUSTOM_BRIGHTNESS_STATUS turns on.
jy910.yun [Fri, 28 Jun 2013 08:24:07 +0000 (17:24 +0900)]
when OSP or WEB api change the brightness, CUSTOM_BRIGHTNESS_STATUS turns on.

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
10 years agorevise error handling issues
jy910.yun [Thu, 27 Jun 2013 07:45:09 +0000 (16:45 +0900)]
revise error handling issues

argument cannot be negative (NEGATIVE_RETURNS)

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I5c663a51e6ae82e886c132d84bff3df817e86d5f

10 years agoAdd keybacklight basic feature.
sh.pi [Thu, 27 Jun 2013 05:51:04 +0000 (14:51 +0900)]
Add keybacklight basic feature.

Signed-off-by: Seunghun Pi <sh.pi@samsung.com>
Change-Id: I6e436d16be791b73fab0b0626ced314c30b7c00d

10 years agoArrange dlog of display logic.
sh.pi [Thu, 27 Jun 2013 01:45:35 +0000 (10:45 +0900)]
Arrange dlog of display logic.

Remove unnecessary dlog and change secure log define.

Signed-off-by: Seunghun Pi <sh.pi@samsung.com>
Change-Id: I9dc12fb57d47d86ffc3fe66523b327ace80d9728

10 years agoprevent resource leak
juho [Wed, 26 Jun 2013 14:27:24 +0000 (23:27 +0900)]
prevent resource leak

closedir was missed.
so add.

Change-Id: Ib8a1ea11a06cf9bfbe21bf305619c3c935ef5de3
Signed-off-by: juho <juho80.son@samsung.com>
10 years agofix memory leak and return value
giyeol.ok [Thu, 27 Jun 2013 01:21:55 +0000 (10:21 +0900)]
fix memory leak and return value

Change-Id: I4db1099fad531a4cc4f83ee8d133f972395871a2
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
10 years agoCode bugs're fixed
sh.pi [Wed, 26 Jun 2013 13:27:27 +0000 (22:27 +0900)]
Code bugs're fixed

 missing_return: Arriving at the end of a function without returning a value.
 copy_paste_error: "light_handle" in "light_handle = -1" looks like a copy-paste error.

Change-Id: Ie4e5b597b06d36e33d21a9e486f73e124747983c

10 years agoapply notification user smack
jy910.yun [Tue, 25 Jun 2013 05:40:16 +0000 (14:40 +0900)]
apply notification user smack

add data-provider-master::notification and data-provider-master::notification.client rules

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I01146d3022dab78b130e62c40495d06886248251

10 years agobug fix about lowbat popup during target booting
giyeol.ok [Tue, 25 Jun 2013 05:29:49 +0000 (14:29 +0900)]
bug fix about lowbat popup during target booting

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: I0788fd05ea65ee640d8d9914abd4ae2c7e49f43f

10 years agochange battery status control logic to use with power_supply uevent
giyeol.ok [Fri, 21 Jun 2013 11:42:27 +0000 (20:42 +0900)]
change battery status control logic to use with power_supply uevent

Change-Id: I926c8a7014671fb877d53378981c4fd2b0c051cc
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
10 years agoRemove battery time log
sh.pi [Fri, 21 Jun 2013 05:52:17 +0000 (14:52 +0900)]
Remove battery time log

Signed-off-by: Seunghun Pi <sh.pi@samsung.com>
Change-Id: If24cb5fbf49f2dda38da56140379a0569588389b

10 years agoadd display_set_timeout api to resolve build break issue
jy910.yun [Thu, 20 Jun 2013 03:58:49 +0000 (12:58 +0900)]
add display_set_timeout api to resolve build break issue

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I22e9aa301a2d8d53188afa2bc7cecc1cb9118be9

10 years agochange the structure of controling display to use 'dbus'
Krzysztof Sasiak [Tue, 27 Aug 2013 07:30:48 +0000 (09:30 +0200)]
change the structure of controling display to use 'dbus'

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: Ifa71cfaf2b9919911819e1976ed4ba5664fbac3e

10 years agosupport switch type devices
giyeol.ok [Thu, 20 Jun 2013 01:05:47 +0000 (10:05 +0900)]
support switch type devices

Change-Id: I458ae6ed1ad0b9e48f127b8e87e37ddc159430c6
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
10 years agoexchange privacy logs to secure log
giyeol.ok [Thu, 20 Jun 2013 00:41:59 +0000 (09:41 +0900)]
exchange privacy logs to secure log

Change-Id: I69ab77fb1f040365513e53ba6fc5166add6b2f6e
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
10 years agoRemove socket(pm_sock) for display control
sh.pi [Wed, 19 Jun 2013 12:11:28 +0000 (21:11 +0900)]
Remove socket(pm_sock) for display control

Now all ipc for display control is D-Bus.
Then routine about pm_sock is removed.

Change-Id: Iee263b6cb9bd7d73433cc530344b910158374ab1

10 years agoinsert broadcast signal to power off notification
giyeol.ok [Tue, 18 Jun 2013 09:16:26 +0000 (18:16 +0900)]
insert broadcast signal to power off notification

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: I0abbc007fb08bebd05c54b6c29bbf7fb2e2482b3

10 years agoGet lockscreen bg state for backlight time.
sh.pi [Tue, 18 Jun 2013 07:38:17 +0000 (16:38 +0900)]
Get lockscreen bg state for backlight time.

Backlight time is 5 second in lock state normally.
But there is exceptional state in lock state.
In SOS call or other state, It's normal backlight time in spite of lock state.
Then deviced get background state of lockscreen for exceptional state.

Change-Id: I5ed635bb9ccfcd4c4dc6975ace6bf839187ef376

10 years agoinsert ExecStartPre and ExecStop option into service file
giyeol.ok [Tue, 18 Jun 2013 05:01:26 +0000 (14:01 +0900)]
insert ExecStartPre and ExecStop option into service file

Change-Id: I6d2359f00768f63ff4231b1fbb1f8fcd3a38c5c1
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
10 years agoCode cleanup in proc-handler
Byungsoo Kim [Sat, 15 Jun 2013 07:31:59 +0000 (16:31 +0900)]
Code cleanup in proc-handler

Managing background application is not necessary anymore in system-server.

Change-Id: I16f709b797a4e09efca7db384d9b3e17999e434d
Signed-off-by: Byungsoo Kim <bs1770.kim@samsung.com>
10 years agochanged implement of sysman format api for supporting osp app.
jy910.yun [Fri, 14 Jun 2013 05:50:05 +0000 (14:50 +0900)]
changed implement of sysman format api for supporting osp app.

before long, we are planing to delete sysman library.
but osp has still use this api, so we temporary support this api.

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: Id5ae6f1f8d85eb4764a157af83645639070cb993

10 years agochange privacy logs to secure log type
giyeol.ok [Wed, 12 Jun 2013 00:42:50 +0000 (09:42 +0900)]
change privacy logs to secure log type

Change-Id: I5a602925b995671d9424160698d7d562816f131f
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
10 years agoapply secure_log macro in bs
juho [Tue, 11 Jun 2013 07:34:53 +0000 (16:34 +0900)]
apply secure_log macro in bs

apply _SD, _SE macro to hide processname and etc information

Change-Id: Iaf5958cb4c0b358e1bac1cb0de90a1fd96f134b7
Signed-off-by: juho <juho80.son@samsung.com>
10 years agoadd secure log macro in core/log.h
juho [Tue, 11 Jun 2013 07:26:28 +0000 (16:26 +0900)]
add secure log macro in core/log.h

add _SD, _SI, _SW, _SE macro
It means SECURE_SLOGD, SECURE_SLOGI, SECURE_SLOGW, SECURE_SLOGE

Change-Id: Ief8992ae2535b9e517abb63f511f9fe44b2fba97
Signed-off-by: juho <juho80.son@samsung.com>
10 years agouse dbus notifier for mounting mmc card instead of vconf callback
Byungsoo Kim [Mon, 10 Jun 2013 15:17:26 +0000 (00:17 +0900)]
use dbus notifier for mounting mmc card instead of vconf callback

Change-Id: Iebfe1e92fd1f14176a3d10c60ac287b7620d1674
Signed-off-by: Byungsoo Kim <bs1770.kim@samsung.com>
10 years agomodify lazy mounting of mmc card for booting speed
Byungsoo Kim [Mon, 10 Jun 2013 08:13:21 +0000 (17:13 +0900)]
modify lazy mounting of mmc card for booting speed

Change-Id: Ia8e0f3ce18a9dbd763fa399747f3464789471b92
Signed-off-by: Byungsoo Kim <bs1770.kim@samsung.com>
10 years agoinsert low memory notification routine between entry and leave
giyeol.ok [Mon, 10 Jun 2013 06:46:53 +0000 (15:46 +0900)]
insert low memory notification routine between entry and leave

Change-Id: I917f87e1df6edb78cc58ba2c7f4308e549330dfb
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
10 years agorevise buffer size on create effect function
jy910.yun [Mon, 10 Jun 2013 05:48:40 +0000 (14:48 +0900)]
revise buffer size on create effect function

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I8b660c4ec35ab329ce5704aa1a3252fa332cef14

10 years agorevise the haptic buffer size and add new haptic buffer definition on haptic.h file...
jy910.yun [Mon, 10 Jun 2013 02:46:39 +0000 (11:46 +0900)]
revise the haptic buffer size and add new haptic buffer definition on haptic.h file for osp app

Change-Id: Iae474f69968bc7edef6e71c7a022e41e3d390e1f
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
10 years agoFix the bug that device-daemon is not finished.
sh.pi [Fri, 7 Jun 2013 14:14:04 +0000 (23:14 +0900)]
Fix the bug that device-daemon is not finished.

dbus finished logic was not working and crashed.
now the bug is fixed.

Change-Id: I04956e87ca847af8701d563da82e3da7b5b8d6bc

10 years agoFix the bugs about using ecore timer.
sh.pi [Fri, 7 Jun 2013 09:00:51 +0000 (18:00 +0900)]
Fix the bugs about using ecore timer.

There is the case that ecore timer is double freed. Then the bugs is fixed.
 ecore.c:562 _ecore_magic_fail()   Input handle has already been freed!

Change-Id: I9287292affc66579f2a79800c09692cc0fc12b55

10 years agorevise the bug about getting device status
jy910.yun [Fri, 7 Jun 2013 07:10:54 +0000 (16:10 +0900)]
revise the bug about getting device status

before changing, system-server pass wrong parameter to get_status function

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I14613d0995b0e7def173079674a24c86afb8322e

10 years agoinsert _GNU_SOURCE define to support using lseek64 of vfat fsck tool
giyeol.ok [Wed, 5 Jun 2013 05:42:47 +0000 (14:42 +0900)]
insert _GNU_SOURCE define to support using lseek64 of vfat fsck tool

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: Icaf3f46c50bca9cc7a9be65fac2d7553b44625b0

10 years agoremove build warning in core logic
Krzysztof Sasiak [Tue, 27 Aug 2013 07:29:36 +0000 (09:29 +0200)]
remove build warning in core logic

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: I8ce35b23cf8b61430f172effce9c1051ef021730

10 years agoRemove unnecessary & repetitionary dlog
sh.pi [Tue, 4 Jun 2013 16:15:06 +0000 (01:15 +0900)]
Remove unnecessary & repetitionary dlog

Change-Id: Ia54554e75f86ede3fbe7c37ce1ccf1e214fe91a5

10 years agoAdd dbus display policy for pulse user
sh.pi [Tue, 4 Jun 2013 13:09:07 +0000 (22:09 +0900)]
Add dbus display policy for pulse user

Change-Id: I45dde27a39f343af02e124ed61f5330d4eb6f838

10 years agoChange auto brightness change logic.
sh.pi [Fri, 31 May 2013 10:20:30 +0000 (19:20 +0900)]
Change auto brightness change logic.

Brightness is changed frequently when finger is moving on light sensor.
Now brightness is changed only when values of brightness about 4 times is the same.

Change-Id: Iceefce7bf1877e1406fd39793b7f1d333715b6fe

10 years agorevise the bad behavior of create effect function caused by wrong argument.
jy910.yun [Fri, 31 May 2013 06:02:54 +0000 (15:02 +0900)]
revise the bad behavior of create effect function caused by wrong argument.

before changing the code, pass the argument to make string to interger structure.
but now, send the buffer by copying memory.

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I1662a0232d0b93ec80656d94d57f8abe8a4f413e

10 years agoinsert starter vconf smack rule
giyeol.ok [Fri, 31 May 2013 06:43:59 +0000 (15:43 +0900)]
insert starter vconf smack rule

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
10 years agoinsert umount checking routine to support stable format
giyeol.ok [Fri, 31 May 2013 05:15:29 +0000 (14:15 +0900)]
insert umount checking routine to support stable format

Change-Id: Iba5d15c1016193423646a7fa0ef6245dffaba9fd
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
10 years agoFix mounting / unmounting problem
Byungsoo Kim [Thu, 30 May 2013 12:50:13 +0000 (21:50 +0900)]
Fix mounting / unmounting problem

- remove unnecessary killing application logic
- add to check sd card encryption status at mounting from setting app
- fix unmounting problem

Change-Id: I55db313b649d14a37e9937a399ddba788c27b31c
Signed-off-by: Byungsoo Kim <bs1770.kim@samsung.com>
10 years agorevise vibrate buffer problem
jy910.yun [Thu, 30 May 2013 09:38:25 +0000 (18:38 +0900)]
revise vibrate buffer problem

Change-Id: I1373e7a404323628e1dcbbd1f25fdc3b9d7a0996
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
10 years agoinsert testmode vconf smack rule
giyeol.ok [Thu, 30 May 2013 06:46:43 +0000 (15:46 +0900)]
insert testmode vconf smack rule

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
10 years agoinsert mmc fs register function
giyeol.ok [Wed, 29 May 2013 11:47:40 +0000 (20:47 +0900)]
insert mmc fs register function

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: I83679966a90bcd9fd5c2c6e11edc3c5dfa091434

10 years agochange the structure of haptic to use dbus
jy910.yun [Wed, 29 May 2013 09:39:18 +0000 (18:39 +0900)]
change the structure of haptic to use dbus

add new interface (.haptic)

Change-Id: Ib650fbadfd25d9b03368a5c05524dc1f03026325
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
10 years agoSync add_filter & match for dbus watch
Krzysztof Sasiak [Fri, 9 Aug 2013 10:45:46 +0000 (12:45 +0200)]
Sync add_filter & match for dbus watch

deviced added message filter unconditionally when it's starting.
Without adding dbus match, It's no checking logic.
Now Add dbus filter only when there is match request.

Change-Id: Icf1356d985f5cb9638afd7c82ac9ef67813c1ce1

10 years agosometimes mmc is not formatted when try to format
jy910.yun [Wed, 29 May 2013 09:23:58 +0000 (18:23 +0900)]
sometimes mmc is not formatted when try to format

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
10 years agoLCD off operation by power key is ignored during volume down key is pressed.
sh.pi [Tue, 28 May 2013 12:56:15 +0000 (21:56 +0900)]
LCD off operation by power key is ignored during volume down key is pressed.

When force dump key is pressed, pm state is not changed to lcd off by power key.

10 years agoAdd auto brightness working position feature
sh.pi [Tue, 28 May 2013 11:46:16 +0000 (20:46 +0900)]
Add auto brightness working position feature

an angle of 0~20 degrees from horizontality
 : auto brightness is working normally.
an angle over 20 degrees from horizontality
 : lcd does not get dark, but get bright by lux.

* based on that phone is lying on the floor.

Change-Id: I639a76f2438bd900290aedd47f01841519dcd36c

10 years agoChange display operation name from restore to update.
sh.pi [Mon, 27 May 2013 08:55:36 +0000 (17:55 +0900)]
Change display operation name from restore to update.

Change-Id: I08a0499081c93dfe7b81dc6cac4c7ccc9097c51f

10 years agoimport fsck_msdosfs to fix fsck.vfat crash of dosfstools
giyeol.ok [Sat, 25 May 2013 05:18:54 +0000 (14:18 +0900)]
import fsck_msdosfs to fix fsck.vfat crash of dosfstools
 the reference url : http://code.metager.de/source/xref/NetBSD/src/sbin/fsck_msdos

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: I0fd66e7ca36d551f8c867ff292da0d32788cf932

10 years agoinsert force unmount routine
giyeol.ok [Thu, 23 May 2013 05:09:46 +0000 (14:09 +0900)]
insert force unmount routine

it is related with PLM issues. and UI concept is not working at setting app yet.
so we support force umounting until setting is completed.

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: Ib7ec2c9bd641826c9321acf49781b0b9040327e4

10 years agoAdd error logging code to check that press/release of power key is unpair.
sh.pi [Wed, 22 May 2013 15:06:42 +0000 (00:06 +0900)]
Add error logging code to check that press/release of power key is unpair.

10 years agoinsert of tapi handler init operation
giyeol.ok [Tue, 21 May 2013 10:35:06 +0000 (19:35 +0900)]
insert of tapi handler init operation

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: I78302e3c4b5d3e5f21ae9dc7aa688e7f4d49b619

10 years agoadd limit number of launching crash-worker at the same time.
juho [Wed, 22 May 2013 05:22:11 +0000 (14:22 +0900)]
add limit number of launching crash-worker at the same time.

crash notify files can have many notify to launch crash-worker
when crash is occured many times at the sametime.
It can make problem of target stuck.
so add limit number of launching crash-worker at the same time.

Change-Id: Ia3a2e107b0d9b18c0eb33280061d8a8d27c35ec8
Signed-off-by: juho <juho80.son@samsung.com>
10 years agoinsert external device counting routine
giyeol.ok [Mon, 20 May 2013 12:48:48 +0000 (21:48 +0900)]
insert external device counting routine

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: I0d0c4e4e010830ccf17163f377641efc4817aaad

10 years agoinsert get API of internal user space size
giyeol.ok [Thu, 16 May 2013 07:59:31 +0000 (16:59 +0900)]
insert get API of internal user space size

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: If0b8113744327de1480bf0d8ad2ad53f052c089e

10 years agoumount usr data partition
Byungsoo Kim [Sat, 18 May 2013 05:02:19 +0000 (14:02 +0900)]
umount usr data partition

Because system-server connected with /opt/usr, we couldn't send sigterm signal.
Instead of sending signal, use MNT_DETACH option for unmounting rw user data partition. System-server called kernel power off after unmounting /opt/usr partition successfully.

Change-Id: I458f273c5855cff9499c737535d8a0a0a4e25371
Signed-off-by: Byungsoo Kim <bs1770.kim@samsung.com>
10 years agoAdd patch to reset configuration by NameOwnerChanged dbus signal.
Krzysztof Sasiak [Fri, 9 Aug 2013 10:44:09 +0000 (12:44 +0200)]
Add patch to reset configuration by NameOwnerChanged dbus signal.

Process can change deviced daemon state by dbus.
If the process is terminated, deviced can receive NameOwnerChanged signal.
And It can reset the configurations from the process terminated.

Change-Id: I1e7b12e62c981f261cace54b8381dc93e9769c3d

10 years agoonly delete the unnecessary log in libsysman and system-server
jy910.yun [Thu, 16 May 2013 07:16:38 +0000 (16:16 +0900)]
only delete the unnecessary log in libsysman and system-server

Change-Id: I7219a7796f9338015af186cf9747cf28ad58bee6
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
10 years agodelete unneccessary prefix such as 'ss_' or 'deviced_'
jy910.yun [Wed, 15 May 2013 10:46:05 +0000 (19:46 +0900)]
delete unneccessary prefix such as 'ss_' or 'deviced_'

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I4894afb51955835e0353567d69872fe09e1221b6

10 years agoAdd dbus method to contol min value of autobrightness
Krzysztof Sasiak [Fri, 9 Aug 2013 13:35:09 +0000 (15:35 +0200)]
Add dbus method to contol min value of autobrightness

There is autobrightness limitation when some application is working.
ex) Min autobrightness of camera application is 60% (default value).
Then Add dbus method for turning min autobrightness.

Change-Id: I89879aa1ecd9a35f0525443b3c083e3593698d62

10 years agoAdd error/warning log to alanyze no lcd dim/on/suspend problem.
sh.pi [Wed, 15 May 2013 08:52:44 +0000 (17:52 +0900)]
Add error/warning log to alanyze no lcd dim/on/suspend problem.

10 years agoCall vconftool as absolute path.
walyong.cho [Wed, 15 May 2013 07:50:16 +0000 (16:50 +0900)]
Call vconftool as absolute path.

Signed-off-by: walyong.cho <walyong.cho@samsung.com>
10 years agodisplay lock/unlock/change of libdeviced is using dbus for IPC.
sh.pi [Tue, 14 May 2013 14:19:03 +0000 (23:19 +0900)]
display lock/unlock/change of libdeviced is using dbus for IPC.

Socket is not used for IPC.
Now dbus is used for display lock/unlock/change state.

Change-Id: Iabc152e4a94cc246b3b5e0b90b641dcdb0dfe9e2

10 years agodisplay lock/unlock/change of libdeviced is using dbus for IPC.
sh.pi [Tue, 14 May 2013 14:19:03 +0000 (23:19 +0900)]
display lock/unlock/change of libdeviced is using dbus for IPC.

Socket is not used for IPC.
Now dbus is used for display lock/unlock/change state.

Change-Id: I4baf5c2f418db0d8b964f078c226d6f2cb38cc27

10 years agochange siop level control - just set siop level
giyeol.ok [Wed, 15 May 2013 02:35:01 +0000 (11:35 +0900)]
change siop level control - just set siop level

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: Ia8bdfc81f1ebe6e24ef2b16c0d309358136163d5

10 years agonot change an existing format api and add new format api.
jy910.yun [Tue, 14 May 2013 12:55:37 +0000 (21:55 +0900)]
not change an existing format api and add new format api.

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: Id46880c069022302c8cb9f9258be435739b67f89

10 years agoapply force format operation.
jy910.yun [Tue, 14 May 2013 08:32:35 +0000 (17:32 +0900)]
apply force format operation.

format process changed.
pre-condition : 1. user requests to format sd card
2. any app already access the file in sd card
result : using FMT_NORMAL - deviced will return the error(EBUSY).
 using FMT_FORCE  - deviced will format by force

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I40a7c398cc4c2f9673f0fbb961c44fb6bca58b32

10 years agonoti lowmem of internal memory during booting
giyeol.ok [Tue, 14 May 2013 07:43:00 +0000 (16:43 +0900)]
noti lowmem of internal memory during booting

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: I6633729d0b60a465801e40a2bc6b4286cba60a92

10 years agobug fix about directory handle close
giyeol.ok [Tue, 14 May 2013 05:34:34 +0000 (14:34 +0900)]
bug fix about directory handle close

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: I1cba53bbbc0d34c8ddf743dbb07b150cd4abe6cf

10 years agoupdate vconf status of charge now
giyeol.ok [Tue, 14 May 2013 01:28:28 +0000 (10:28 +0900)]
update vconf status of charge now

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: Ibf5efd18008705052665302fcc1d76fb367636ff

10 years agoChange LCD dim timming from battery level 15% to 5%.
sh.pi [Mon, 13 May 2013 13:37:01 +0000 (22:37 +0900)]
Change LCD dim timming from battery level 15% to 5%.

LCD power concept is changed.
Now LCD goes to dim state when battery level is under 5%.

10 years agorearrange wrong error log and delete redundant log regarding led
jy910.yun [Fri, 10 May 2013 08:13:42 +0000 (17:13 +0900)]
rearrange wrong error log and delete redundant log regarding led

Change-Id: I9e958db9b72fc5ff2331efc1dfa4bb6925a7b427
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
10 years agorearrange wrong error log and delete redundant log regarding ta handler
jy910.yun [Fri, 10 May 2013 07:29:17 +0000 (16:29 +0900)]
rearrange wrong error log and delete redundant log regarding ta handler

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I6376c92bd3a9b724ea9b1082776141c73fc694c4

10 years agorearrange wrong error log and delete redundant log regarding power handler
jy910.yun [Fri, 10 May 2013 08:07:12 +0000 (17:07 +0900)]
rearrange wrong error log and delete redundant log regarding power handler

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I101e61723a195c060f444e6463a329397f4ee9df

10 years agorearrange wrong error log and delete redundant log regarding proc handler
jy910.yun [Fri, 10 May 2013 07:56:15 +0000 (16:56 +0900)]
rearrange wrong error log and delete redundant log regarding proc handler

Change-Id: I507f6410306cd0879d3ea7e47b30253914f83ed6
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
10 years agorearrange wrong error log and delete redundant log regarding deviced library
jy910.yun [Fri, 10 May 2013 07:40:36 +0000 (16:40 +0900)]
rearrange wrong error log and delete redundant log regarding deviced library

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
10 years agodlog label for debug cases is changed from _E to _D for core
Taeyoung Kim [Fri, 10 May 2013 07:35:00 +0000 (16:35 +0900)]
dlog label for debug cases is changed from _E to _D for core

Change-Id: If384429de39c207a0dc821b16dcc5dc2657f8a73
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>