sh.pi [Thu, 9 May 2013 06:21:57 +0000 (15:21 +0900)]
Add patch that 'battery disconnected' popup shows only during charging.
If battery present node is zero, 'battery disconnected' popup shows.
Now it shows only during charging.
Change-Id: If68a6a741d14d3968d10b18364035bde78d6508b
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
walyong.cho [Wed, 8 May 2013 11:59:28 +0000 (20:59 +0900)]
systemd: add unit files for regpmon, zbooting-done.
Change-Id: I232353321061790404d6a9db68b4e8e672895c30
Signed-off-by: walyong.cho <walyong.cho@samsung.com>
jy910.yun [Wed, 8 May 2013 08:46:39 +0000 (17:46 +0900)]
to avoid a situation writing a vconf value over and over again
Change-Id: I9d637e567446e3ac9ce061e7ff77c0fb5b71eb7c
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
sh.pi [Wed, 8 May 2013 05:45:54 +0000 (14:45 +0900)]
Add patch to change autobrightness interval by dbus.
default value is 2 seconds.
but the value can be changed for reducing power consumption.
Change-Id: I68807eecf14ee4673fb23839ad27b9f9428331fb
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Tue, 7 May 2013 07:53:03 +0000 (16:53 +0900)]
Save lock time to log.
Apps/services can not unlock LCD state by mistake.
then add lock time to log for more information.
Change-Id: I850811af6a6dba0cf09ffdb7bb4916c3b4e2dc55
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Mon, 6 May 2013 13:18:43 +0000 (22:18 +0900)]
Change sampling rate for auto brightness.
'auto brightness on' is default setting now.
then change timer value of auto brightness from 1 second to 2 seconds.
It reduces power consumption during LCD on state.
Change-Id: I198316118721dec26d70aa1ff763a39f4fa87715
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Mon, 6 May 2013 06:37:47 +0000 (15:37 +0900)]
Change long press time of power key.
power-off pop-up shows slowly when power key is long pressed.
beacuse long press time is 1 second.
now the value is changed to 400 ms.
Change-Id: I2d4fff473e232b74ee57b2f82b78f2efd0e3ac50
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Mon, 6 May 2013 05:33:12 +0000 (14:33 +0900)]
Fix the bug about power-off popup.
After screen capture (volume down + power key),
power-off system popup shows. It's timing problem.
screen capture is working when two key pressed at the same time.
If power key is pressed slightly first, power off popup timer is started.
now timer is cancelled when volume key's pressed.
Change-Id: Ic1f497591ef7cd9e3195f4c12e5d1beb3e470f50
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
giyeol.ok [Fri, 3 May 2013 05:52:08 +0000 (14:52 +0900)]
bug patch of the prevent alarm issues
Change-Id: I76513d9e5ceed5b93838f09f98b6066e736a041e
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
sh.pi [Fri, 3 May 2013 10:23:35 +0000 (19:23 +0900)]
Code bugs're fixed.
src/display/core.c 1778: Declaring variable "i" without initializer.
src/display/core.c 771: string_null_argument: Function "read(int, void *, size_t)" does not terminate string "*pname"
src/display/core.c 287: missing_return: Arriving at the end of a function without returning a value.
src/display/poll.c 235: leaked_storage: Variable "new_dev" going out of scope leaks the storage it points to.
Change-Id: I3eb4d79cdbc1c367bc776a934e3d217ccd70f37d
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Fri, 3 May 2013 08:35:16 +0000 (17:35 +0900)]
Fix the bug that system-server is crashed during power-off.
pmsys is freed during power-off.
But deviced changes the brightness by light sensor.
and it accesses pmsys node.
now pmsys pointer is checked when brightness is changed.
Change-Id: I1b9e6538b78a6b0f1d18d51592c89cc8eebabb36
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Thu, 2 May 2013 10:45:26 +0000 (19:45 +0900)]
Remove LCD 'always on' operation by vconf.
vconf value 0 is not used for 'always on' anymore.
then backlight time 0 is invalid value now.
Change-Id: I2fa53e18b72b8a5b8bf04e2ac20d78d06b6d1798
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Thu, 2 May 2013 02:11:41 +0000 (11:11 +0900)]
add display_set_frame_rate function to support changing the value by user application
Change-Id: Ic9f0096b83bfe80a55eaa51041c316184592ff1f
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
sh.pi [Thu, 25 Apr 2013 13:53:51 +0000 (22:53 +0900)]
Add new feature for screenlock/brightness up/brightness down key.
BT keyboard has funtion keys like screenlock/brightness up & down.
And deviced supports this function key.
screenlock key turns on/off screen of phone.
brightness key ups/downs system brightness of phone.
Change-Id: Ia66c7ec8dec3924dcc3022b9f7bc3349a22e81b0
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
giyeol.ok [Thu, 25 Apr 2013 14:09:16 +0000 (23:09 +0900)]
remove vfat check routine
Change-Id: I014ad837570ea6c8e55681e63c90beff74aa33e6
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
giyeol.ok [Thu, 25 Apr 2013 12:00:50 +0000 (21:00 +0900)]
change umount option
Change-Id: Ic9212dc42c9f8896b5e71c9f02c4dc606f6ac9b8
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
sh.pi [Tue, 23 Apr 2013 15:40:12 +0000 (00:40 +0900)]
Remove "add/remove input" from udev rules.
udev rules/pm_event/heynoti are not used for new input device anymore.
now deviced gets input uevent by using methods of libudev.
Change-Id: I8ab44b29009ab119d3d19981373516b946ef15d6
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
Krzysztof Sasiak [Wed, 17 Jul 2013 10:24:57 +0000 (19:24 +0900)]
separate main handling routine and file system dependent codes
Change-Id: I2b626119f70f037f7008f81b82b84f7d1f8c31a1
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Tue, 23 Apr 2013 06:59:23 +0000 (15:59 +0900)]
Add logic to block polling key when display logic is stop state.
key polling logic can work during disply logic is stopping.
then block polling logic when display logic is stop state.
Change-Id: I03938aedb7c78034796d9932a6f72f0b33cf705c
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Wed, 17 Jul 2013 10:11:27 +0000 (19:11 +0900)]
Move define of DISP_CMD to header file.
The same thing is defined in several sources.
And all shift bits're not changed, error occurs.
Change-Id: I1b7b14de081bb800183f289ebc3700d138e9898a
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Wed, 17 Jul 2013 10:07:36 +0000 (19:07 +0900)]
in case of low battery state, when called display release func., it should be dim state
Change-Id: Ifb37aeed2e8f80936052ea6899b745355a462b33
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
jy910.yun [Wed, 17 Jul 2013 10:01:29 +0000 (19:01 +0900)]
Modify mmc control logic.
mmc control logic is tested & fixed with MDM server.
Change-Id: Ic397e8a9985daba1cb8526e03cfc7e5eb1796718
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Wed, 17 Apr 2013 09:22:04 +0000 (18:22 +0900)]
force to set dim brightness by application
0 is Dim state, it is promissed btw system f/w and kernel side.
Change-Id: I5284e7a6088541e9fccd1465dcaed7843a92c513
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
jy910.yun [Wed, 17 Jul 2013 09:56:39 +0000 (18:56 +0900)]
insert time log about time and timezone
Change-Id: I2e9d5a91b81f6838275900677a8e21bd9f86c7b3
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Mon, 1 Jul 2013 00:32:40 +0000 (09:32 +0900)]
just update boilerplate for deviced
Change-Id: Iea555d65a5ab33f43e877fc949804f75e80e3e14
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Tue, 16 Apr 2013 08:51:51 +0000 (17:51 +0900)]
Add mmc control logic
Change-Id: I724d6cdab3955c3f84b468c4d91d929d9311a3b6
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Sun, 30 Jun 2013 11:03:03 +0000 (20:03 +0900)]
Move display to src folder
Change-Id: I413a43ccff78de44afc89e65a393d30882d5ac72
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Mon, 15 Apr 2013 11:27:32 +0000 (20:27 +0900)]
Change lcdoff & lock lcdon time.
lcdoff : 5 seconds -> 1 seconds
lock lcdon time : 10 seconds -> 5 seconds
Change-Id: Ib48e08db5ccd526ae7148c6bc22ef85e379e4b27
Signed-off-by: Seunghun Pi <sh.pi@samsung.com>
giyeol.ok [Mon, 15 Apr 2013 07:05:28 +0000 (16:05 +0900)]
patch crashed mmc notification popup routine
Change-Id: I42631ba3b4b175ba85f2de52d3a93a60bbf2b178
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
jy910.yun [Sun, 30 Jun 2013 10:34:39 +0000 (19:34 +0900)]
just change the position of define
Change-Id: I3d4b37cf8bb9b2d22ee10e544a3df71082d6e673
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
jy910.yun [Sun, 30 Jun 2013 10:23:42 +0000 (19:23 +0900)]
delete redundant variable and add broadcast dbus signal API
Change-Id: Ic0674a7f9c8098d41d362c9eccfbbc67e9f9b758
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
sh.pi [Thu, 11 Apr 2013 02:17:14 +0000 (11:17 +0900)]
Move notifier logic to core
It's need for internal interface among device modules.
Change-Id: I994d56ac2f33718253e98bf9f4cd05036ab66d22
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Wed, 10 Apr 2013 11:22:16 +0000 (20:22 +0900)]
Add control logic for start/stop device.
Change-Id: I9d2d8767fbf12b0ee993e0f4ad4f993322ed7fb9
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
Chanwoo Choi [Wed, 10 Apr 2013 06:17:49 +0000 (15:17 +0900)]
core: Add start/stop function to devices_ops structure
Change-Id: I77a1ff04e601a713734febfb60b50d871d5aac09
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
jy910.yun [Sun, 30 Jun 2013 08:57:59 +0000 (17:57 +0900)]
apply device registration
details:
sysnoti, noti, core, signal, predefine, lowmem, lowbat, device change handler,
power, bs, process monitor, time handler, cpu, usb, ta, process manager, mmc,
heynoti, powermanager and vibrator changed
before changing, to invoke a initialize function, it must call directly in main func.
So if some function deleted, we have to delete related part on each files.
but after applying this patchset, we only have to delete just one file regarding function you want delete.
Change-Id: I7283b9ed48afbf0c3ba05d383993610a4ac154d5
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
jy910.yun [Sun, 30 Jun 2013 07:25:34 +0000 (16:25 +0900)]
Add dbus methods to lock/unlock/change display
Change-Id: I394bea1ee71aed294bf10bf44af4787407f89503
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Thu, 4 Apr 2013 02:30:31 +0000 (11:30 +0900)]
Add dbus interface for method call.
Change-Id: I87e8937de041e19fcc6c5dddf069c47757be6046
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Wed, 3 Apr 2013 07:38:56 +0000 (16:38 +0900)]
remove including 'util.h' in core.h
there is conflict with definition of dlog.
then util.h is removed in core.h
Change-Id: Id3b49a4ad97a0bbce8c0cea6a8a6807502b2cb0b
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
giyeol.ok [Wed, 3 Apr 2013 05:25:43 +0000 (14:25 +0900)]
support battery cf pole status control routine
Change-Id: I4fe46508e3ead686522a4fb8dd72dd4ed4c41b6e
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
sh.pi [Wed, 3 Apr 2013 05:01:07 +0000 (14:01 +0900)]
Add pm_listener/talker for sharing state with other deviced services.
Change-Id: I18852b32b6a538de2c57df28541a89bb66d03033
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Wed, 26 Jun 2013 02:08:10 +0000 (11:08 +0900)]
refactoring src diretory structure
forder structure changed like systemd.
default directory of codes is 'src'.
other directory was made by functions under 'src'.
directory details :
src/core - common, core, edbus-handler, device-change, launch, main, predefine, sig-handler, noti
src/cpu - cpu-handler
src/led - led
src/mmc - mmc
src/power - power, lowbat
src/proc - lowmem, process monitor, process manager
src/ta - ta
src/time - time
src/usb - usb
Change-Id: If5b117b7f4d21bac446f7018241fba788252fae0
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
giyeol.ok [Fri, 29 Mar 2013 10:36:30 +0000 (19:36 +0900)]
insert resourced into permanent group
Change-Id: I164f0dce8ee00f1eade52da5d1763696fbb50fd8
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
sh.pi [Thu, 28 Mar 2013 09:06:47 +0000 (18:06 +0900)]
Patch to block turning off auto brightness during power-off.
deviced checks lux value from light sensor every second when auto brightness is on.
If there is fail to get light sensor value over 5 times, deviced turn off auto brightness.
In case that sensor-framework is destroyed before deviced, auto brightness is off.
Now deviced don't change auto brightness setting during power-off state.
Change-Id: I70976d52dd484b8cdf01d39cf3e025e85eed86de
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Wed, 27 Mar 2013 12:39:45 +0000 (21:39 +0900)]
Add patch not to open the same device file many times.
There is the error that one input device file is opened many times.
If udev or kernel layer send wrong uevent, deviced can register devices abnomally.
Now deviced(pm) receives uevent and add all input device to internal list.
and check that device file is already registered in list.
Change-Id: I7b97eb4c1fd9890ccc218d428342c5b141a06e39
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Thu, 28 Mar 2013 04:42:16 +0000 (13:42 +0900)]
when called display_release_brightness, also update VCONFKEY_PM_CURRENT_BRIGHTNESS value
Change-Id: Ic07de48bd257ca4be6dad977b45559043f7b7c13
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
giyeol.ok [Wed, 27 Mar 2013 13:02:38 +0000 (22:02 +0900)]
change system header file from dd-system to dd-deviced
Change-Id: I27b1ce78f9813604a18eb85e7bddbaebff35c0f4
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
jy910.yun [Mon, 24 Jun 2013 12:50:35 +0000 (21:50 +0900)]
support led indicator func
libdeviced export led_set_mode, led_set_mode_with_color function.
system server controls real operation regarding led mode.
Change-Id: I2412fd4179230fceac49dfbcac4f4b47b2dde3a2
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Fri, 22 Mar 2013 10:34:14 +0000 (19:34 +0900)]
Fix the error that LCDOFF lock/unlock is not working.
Argument of active/inactive process was wrong.
Then Phone entered sleep state although LCDOFF lock was enabled.
Now active/inactive logic is working well.
Change-Id: I11596eb7b65418c991b00dda3aabbb4d3d191dbc
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Mon, 24 Jun 2013 12:23:13 +0000 (21:23 +0900)]
embody 'sysman' in libdeviced
Change-Id: Ic9eb8f1643288f36fa2fcf03fc0fc2207749bf21
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Thu, 21 Mar 2013 06:23:14 +0000 (15:23 +0900)]
Add code for that minimum lcd on time is 30 seconds during booting.
Some model booting time is slow and There are some case that
It takes long time during booting abnomally.
then add minimum lcd on time for normal booting.
Change-Id: Id37933c2a31de91a92292e6716d6dada32c5e6a2
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Mon, 24 Jun 2013 11:44:09 +0000 (20:44 +0900)]
embody 'haptic' in libdeviced
Change-Id: I4901c5cc307615214bd8757e0b40c0f6e0ea3dd6
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Mon, 24 Jun 2013 05:28:27 +0000 (14:28 +0900)]
embody 'pm' in libdeviced.
Change-Id: I6c27fc93a205084053814cfc3a59d481e5c3d6c5
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Fri, 21 Jun 2013 12:38:16 +0000 (21:38 +0900)]
Add logic for app brightness
In case that App has its brightness, pm doesn't control brightness.
and app have to know brightness, if brightness is changed
in auto brightness on state or in low battery state.
Change-Id: Icb19dbd07ce82b5840bd7e14536f0f82e015d313
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Fri, 21 Jun 2013 12:06:39 +0000 (21:06 +0900)]
embody 'devman' in libdeviced
libdevman is only wrapper library to libdeviced.
All of real operation is in libdeviced.
Change-Id: I506b599851c4d96f271390d9e4997f6b4aae125b
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Fri, 21 Jun 2013 10:10:37 +0000 (19:10 +0900)]
Add D-bus interface for pm lock/unlock.
Change-Id: I34868d5c786abdbd15386d67edbeb26611aab8ce
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Fri, 21 Jun 2013 07:57:26 +0000 (16:57 +0900)]
version up to release all pkg of the merged
system-server
Change-Id: I54be79c20f1c0e422f8bca4922f98484343704ef
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Fri, 21 Jun 2013 07:54:55 +0000 (16:54 +0900)]
merge 'libdevman' into system-server
all of the devman code was simply copied to system-server
Change-Id: Idfa9c9677596f4f394bb0bad9b16637d8199cf01
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Fri, 21 Jun 2013 07:21:47 +0000 (16:21 +0900)]
merge 'libhaptic' into system-server
all of the haptic code was simply copied to system-server
Change-Id: Icc3420de80662d135bd9d8d1fdcdc8195a2b80e9
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Fri, 21 Jun 2013 05:17:10 +0000 (14:17 +0900)]
Fix x86-64 build
-> Use %cmake macro
-> Fix libraries path in pc file
-> Fix installation for libraries
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I3917df7fe3509e6a51e674f4e55d7d22e6c96e2f
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Thu, 20 Jun 2013 10:50:26 +0000 (19:50 +0900)]
Move libslp-pm package to system-server
Remove libslp-pm dependency of system-server
and move libslp-pm to system-server
Change-Id: I95d205b04f181bb270e94b73d654121c84946144
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Wed, 19 Jun 2013 13:27:34 +0000 (22:27 +0900)]
merge sysman library in system-server repo
previous patch merged power-manager into system-server and it will be "deviced" daemon.
a daemon provides a library for daemon if it doesn't have any special reason.
So this patch merge sysman into libdeviced.
and before long other library such as libslp-pm(pmapi) and devman merged into a libdeviced.
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: Idd5077216894ba41de91959a74d04844306f9e41
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Wed, 19 Jun 2013 13:08:23 +0000 (22:08 +0900)]
power-manager logic is running in system-server.
Refactor system fw (pm is merged to system-server). Currently there are
two daemons: power-manager and system-server. The plan is to provide
only one daemon to control all devices on a target. This patch merges
power-manager into system-server.
Change-Id: Ifa9bb4f7a21dc33600cce94b99a68b530d3e813b
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
Signed-off-by: Ćukasz Stelmach <l.stelmach@samsung.com>
jy910.yun [Wed, 19 Jun 2013 12:40:07 +0000 (21:40 +0900)]
insert edbus server routine
Change-Id: Idcd667900ea73a594d1ad7b907221ebb8edb32c4
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
Jacek Pielaszkiewicz [Thu, 13 Jun 2013 11:29:16 +0000 (13:29 +0200)]
Reset Smack manifest to Tizen 3.0 defaults
Change-Id: Id69d28d6720033279e526e25f3811fa094a8fce1
Signed-off-by: Jacek Pielaszkiewicz <j.pielaszkie@samsung.com>
Baptiste DURAND [Thu, 14 Nov 2013 18:33:06 +0000 (19:33 +0100)]
Fix build for x64 : Remove hardcoded library path
Change-Id: Ia2f938444db9050754a2b7cfcbcb743028e1e1dc
Signed-off-by: Baptiste DURAND <baptiste.durand@eurogiciel.fr>
giyeol.ok [Mon, 28 Oct 2013 10:43:42 +0000 (19:43 +0900)]
insert edbus server routine
- system-server will use dbus to communicate other process
Change-Id: I98141f9b5bb6711319f7536e35e282ca71cfd68a
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
jy910.yun [Mon, 28 Oct 2013 08:50:08 +0000 (17:50 +0900)]
change the log macro to be simply
- there are many log macro in system-server:PRT_TRACE, PRT_ERR, ERR and so on.
- from now on, system-server uses just _D,_E,_I,_W,_SD,_SE,_SI and _SW.
Change-Id: I1101a3ae4a19cee74d258dae5c7f1f13d8e22e5e
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
jy910.yun [Mon, 28 Oct 2013 01:51:52 +0000 (10:51 +0900)]
refactoring system-server code structure
make some directory depending on the type of device
:core(main), battery, bs, cpu, mmc, cpu, proc, ta, time, usb and vibrator
each "c" file move into suitable directory
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: Id4ce8696dbc168f3882c6ed1e777559bf59d35c8
Maciej Wereski [Thu, 24 Oct 2013 03:07:05 +0000 (12:07 +0900)]
Move rc.shutdown from system-plugin-slp
Change-Id: Ic26101c5a423c1aef3639ce3378b55f2f2ad7fb2
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
jy910.yun [Fri, 13 Sep 2013 11:52:41 +0000 (20:52 +0900)]
copy license file to /usr/share/license/
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I03471cff1a2b4a6c35ec60c0b7611ecf8b128238
Chengwei Yang [Sun, 25 Aug 2013 01:53:39 +0000 (09:53 +0800)]
Remove debian packaging stuff
Change-Id: I952c2d7eb11144badc1c8aef7f2c7b9bb7992736
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
jy910.yun [Tue, 3 Sep 2013 12:11:11 +0000 (21:11 +0900)]
Merge branch 'tizen_2.2' into tizen
Conflicts:
packaging/system-server.manifest
packaging/system-server.spec
ss_predefine.c
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Maciej Wereski [Mon, 8 Jul 2013 14:23:28 +0000 (16:23 +0200)]
fix typo in udev rules
Change-Id: I69a057b55be8898b3b29a11e2ecc8fbec0d395ee
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Maciej Wereski [Thu, 22 Aug 2013 10:14:28 +0000 (12:14 +0200)]
Remove initscripts
Change-Id: Icdbc96c6aec23650c5a35c09599c679c06a1c340
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
jy910.yun [Thu, 8 Aug 2013 06:56:44 +0000 (15:56 +0900)]
Add retry operation in case target can not get the battery capacity
previous operation was 'power off'.
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: Ib2ff7685db72e1ca2fa64ecc3d1cee9a0c228356
jy910.yun [Thu, 1 Aug 2013 06:51:30 +0000 (15:51 +0900)]
the permission of /opt/storage/sdcard directory is changed only when mmc filesystem is ext4. (755 -> 777)
on emulator, application can not access /opt/storage/sdcard directory.
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
jy910.yun [Fri, 26 Jul 2013 14:54:13 +0000 (23:54 +0900)]
support async function but just for power_manager
to avoid deadlock problem between system-server and power-manager
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I0af3510d9dec613e6bc1aaecacdd372206f71bc1
jy910.yun [Fri, 26 Jul 2013 08:59:10 +0000 (17:59 +0900)]
change the default value of memory/sysman/mmc to 0(zero)
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
jy910.yun [Tue, 23 Jul 2013 08:26:27 +0000 (17:26 +0900)]
in case mmc is already inserted on booting time, target doesn't work properly
emul occurs uevent twice unlike target
it has a routine to ignore twice uevent,
but in this part, it failed to consider the situation of mounting sd-card on booting time.
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: Iad6b7229256520a1ab5bba46f6c0ab5a747db829
jy910.yun [Tue, 23 Jul 2013 05:02:58 +0000 (14:02 +0900)]
revise not to format on emulator cause of fail to make partition
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
MyungJoo Ham [Fri, 12 Jul 2013 10:24:24 +0000 (10:24 +0000)]
Merge "Fix the issue in which lowbat popup cannot be launched" into tizen_2.2
Jae-young [Tue, 9 Jul 2013 09:02:20 +0000 (18:02 +0900)]
Fix the issue in which lowbat popup cannot be launched
Signed-off-by: Jae-young <jae-young@mylinux.(none)>
Maciej Wereski [Mon, 8 Jul 2013 14:23:28 +0000 (16:23 +0200)]
fix typo in udev rules
Change-Id: I69a057b55be8898b3b29a11e2ecc8fbec0d395ee
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Jae-young [Tue, 9 Jul 2013 07:28:03 +0000 (16:28 +0900)]
Fix the issue in which abnormal operation is occurred when connecting/disconnecting charger with low battery
Signed-off-by: Jae-young <jae-young@mylinux.(none)>
Jae-young [Tue, 9 Jul 2013 06:03:38 +0000 (15:03 +0900)]
Noti files to use heynoti related to the device attachment are added
- System-server was already changed to receive uevent directly for device attachement,
but emulator still uses heynoti to notice to the system-server
- Until emulator changes handling device event, system-server should support heynoti
Taeyoung Kim [Thu, 4 Jul 2013 04:16:47 +0000 (13:16 +0900)]
Remove dependency for libsvi
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
jy910.yun [Tue, 2 Jul 2013 09:58:07 +0000 (18:58 +0900)]
remove the build dependency btw system-server and libsvi
sys_device_noti directory moved into system-popup
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Alexandru Cornea [Fri, 28 Jun 2013 15:13:41 +0000 (18:13 +0300)]
resetting manifest requested domain to floor
MyungJoo Ham [Fri, 28 Jun 2013 10:35:42 +0000 (10:35 +0000)]
Merge "add to check return value and delete incorrectly code" into tizen_2.2
MyungJoo Ham [Fri, 28 Jun 2013 10:33:08 +0000 (10:33 +0000)]
Merge "Merge branch 'tizen_2.2' of ssh://review.tizendev.org:29418/framework/system/system-server into tizen_2.2" into tizen_2.2
jy910.yun [Thu, 27 Jun 2013 04:55:37 +0000 (13:55 +0900)]
add to check return value and delete incorrectly code
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
jy910.yun [Thu, 27 Jun 2013 02:34:12 +0000 (11:34 +0900)]
Merge branch 'tizen_2.2' of ssh://review.tizendev.org:29418/framework/system/system-server into tizen_2.2
jy910.yun [Tue, 25 Jun 2013 05:42:16 +0000 (14:42 +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>
Jacek Pielaszkiewicz [Wed, 12 Jun 2013 08:46:20 +0000 (10:46 +0200)]
system-server - adaptation to systemd and socket activation.
The following changes have been implemented:
1. Enable socket activation. Function ss_sysnoti_server_init() (file ss_sysnoti.c)
has been modified to get sockets created by systemd.
2. Enable sd_notify call after process initialization to report initialization status
to systemd.
Change-Id: Ia5aced408d8956e720d70e003477ac428b1fd108
Signed-off-by: Jacek Pielaszkiewicz <j.pielaszkie@samsung.com>
jy910.yun [Mon, 10 Jun 2013 06:16:37 +0000 (15:16 +0900)]
change predefine action param from pid to sockfd
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
giyeol.ok [Mon, 4 Mar 2013 06:26:37 +0000 (15:26 +0900)]
insert heynoti to notify target restart
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: I355157460d3290e78e408c30c6e3f0bf3e244ec4
jy910.yun [Mon, 10 Jun 2013 05:54:31 +0000 (14:54 +0900)]
bug fix of system-server code about smack disable kernel and lowbat check routine
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
jy910.yun [Fri, 7 Jun 2013 03:45:00 +0000 (12:45 +0900)]
System server only works first time event, ignore second event
when changed mmc status, udev event occurs twice everytime by emulator kernel
The reason is the structure of emulator kernel
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
jy910.yun [Wed, 5 Jun 2013 08:51:43 +0000 (17:51 +0900)]
system-server DO NOT kill the background application
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: Ie4e0fb7b398cf29f13975c65d56cbebd6fd70693
jy910.yun [Tue, 4 Jun 2013 13:39:42 +0000 (22:39 +0900)]
change device node control api from plugin to device-node
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>