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>
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>
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.
Change-Id: Id5ae6f1f8d85eb4764a157af83645639070cb993
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
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>
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>
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>
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>
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>
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
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>
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
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
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
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
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
Change-Id: I14613d0995b0e7def173079674a24c86afb8322e
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
giyeol.ok [Tue, 27 Aug 2013 07:29:36 +0000 (09:29 +0200)]
remove build warning in core logic
Change-Id: I8ce35b23cf8b61430f172effce9c1051ef021730
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
sh.pi [Tue, 4 Jun 2013 16:15:06 +0000 (01:15 +0900)]
Remove unnecessary & repetitionary dlog
Change-Id: Ia54554e75f86ede3fbe7c37ce1ccf1e214fe91a5
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Tue, 4 Jun 2013 13:09:07 +0000 (22:09 +0900)]
Add dbus display policy for pulse user
Change-Id: I45dde27a39f343af02e124ed61f5330d4eb6f838
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
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
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
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.
Change-Id: I1662a0232d0b93ec80656d94d57f8abe8a4f413e
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
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>
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>
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>
giyeol.ok [Wed, 29 May 2013 11:47:40 +0000 (20:47 +0900)]
insert mmc fs register function
Change-Id: I83679966a90bcd9fd5c2c6e11edc3c5dfa091434
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
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>
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
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Wed, 29 May 2013 09:23:58 +0000 (18:23 +0900)]
sometimes mmc is not formatted when try to format
Change-Id: I3d454ce54bd9398dc8c889b09966844f08fdea58
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
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.
Change-Id: I09c7425440261a299428a6c66725413ca778a616
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
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
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Mon, 27 May 2013 08:55:36 +0000 (17:55 +0900)]
Change display operation name from restore to update.
Change-Id: I08a0499081c93dfe7b81dc6cac4c7ccc9097c51f
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
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.
Change-Id: Ib7ec2c9bd641826c9321acf49781b0b9040327e4
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
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.
Change-Id: I9a6906128f9268696fa7c44899cc2d24bcad3758
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
giyeol.ok [Tue, 21 May 2013 10:35:06 +0000 (19:35 +0900)]
insert of tapi handler init operation
Change-Id: I78302e3c4b5d3e5f21ae9dc7aa688e7f4d49b619
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
giyeol.ok [Mon, 20 May 2013 12:48:48 +0000 (21:48 +0900)]
insert external device counting routine: fixing
an ommitted bug.
Change-Id: Icea5d9512d3565bee83c483541c5743a6f17ecd1
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
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>
giyeol.ok [Mon, 20 May 2013 12:48:48 +0000 (21:48 +0900)]
insert external device counting routine
Change-Id: I0d0c4e4e010830ccf17163f377641efc4817aaad
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
giyeol.ok [Thu, 16 May 2013 07:59:31 +0000 (16:59 +0900)]
insert get API of internal user space size
Change-Id: If0b8113744327de1480bf0d8ad2ad53f052c089e
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
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>
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
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
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>
jy910.yun [Wed, 15 May 2013 10:46:05 +0000 (19:46 +0900)]
delete unneccessary prefix such as 'ss_' or 'deviced_'
Change-Id: I4894afb51955835e0353567d69872fe09e1221b6
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
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
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
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.
Change-Id: Ie4255dac47068f47f377ac33f7904265b9e07c2f
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
walyong.cho [Wed, 15 May 2013 07:50:16 +0000 (16:50 +0900)]
Call vconftool as absolute path.
Change-Id: Idec1a93cb24378675a903a8c8dc5f31a9eabedb1
Signed-off-by: walyong.cho <walyong.cho@samsung.com>
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
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
giyeol.ok [Wed, 15 May 2013 02:35:01 +0000 (11:35 +0900)]
change siop level control - just set siop level
Change-Id: Ia8bdfc81f1ebe6e24ef2b16c0d309358136163d5
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
jy910.yun [Tue, 14 May 2013 12:55:37 +0000 (21:55 +0900)]
not change an existing format api and add new format api.
Change-Id: Id46880c069022302c8cb9f9258be435739b67f89
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
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
Change-Id: I40a7c398cc4c2f9673f0fbb961c44fb6bca58b32
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
giyeol.ok [Tue, 14 May 2013 07:43:00 +0000 (16:43 +0900)]
noti lowmem of internal memory during booting
Change-Id: I6633729d0b60a465801e40a2bc6b4286cba60a92
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
giyeol.ok [Tue, 14 May 2013 05:34:34 +0000 (14:34 +0900)]
bug fix about directory handle close
Change-Id: I1cba53bbbc0d34c8ddf743dbb07b150cd4abe6cf
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
giyeol.ok [Tue, 14 May 2013 01:28:28 +0000 (10:28 +0900)]
update vconf status of charge now
Change-Id: Ibf5efd18008705052665302fcc1d76fb367636ff
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
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%.
Change-Id: I10f067d95ac6f56ee80f971557b4ab03a932d693
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
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>
jy910.yun [Fri, 10 May 2013 07:29:17 +0000 (16:29 +0900)]
rearrange wrong error log and delete redundant log regarding ta handler
Change-Id: I6376c92bd3a9b724ea9b1082776141c73fc694c4
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
jy910.yun [Fri, 10 May 2013 08:07:12 +0000 (17:07 +0900)]
rearrange wrong error log and delete redundant log regarding power handler
Change-Id: I101e61723a195c060f444e6463a329397f4ee9df
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
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>
jy910.yun [Fri, 10 May 2013 07:40:36 +0000 (16:40 +0900)]
rearrange wrong error log and delete redundant log regarding deviced library
Change-Id: I8deabb118e03cd3058920619c3054d62562c5a91
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
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>
Taeyoung Kim [Fri, 10 May 2013 07:26:33 +0000 (16:26 +0900)]
dlog label for debug cases is changed from _E to _D for BS
Change-Id: Ibb530078de5fff405f1ab2c65534275890298194
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
jy910.yun [Fri, 10 May 2013 07:25:25 +0000 (16:25 +0900)]
rearrange wrong error log and delete redundant log regarding time handler
Change-Id: Iac8411fd5d35553b24125cc33f9b5e17714a6710
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
jy910.yun [Fri, 10 May 2013 07:18:07 +0000 (16:18 +0900)]
rearrange wrong error log and delete redundant log regarding usb
Change-Id: I0c481d6fb47f7479bfcdce84b2eed577be7d9231
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Taeyoung Kim [Fri, 10 May 2013 07:18:51 +0000 (16:18 +0900)]
dlog label for debug cases is changed from _E to _D
Change-Id: Ie382a560d04c2ab55511b5e913b5861e632a043c
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
jy910.yun [Fri, 10 May 2013 06:43:15 +0000 (15:43 +0900)]
change the wrong log to _D regarding sysnoti and queue
Change-Id: I7b0e7ce22d933a6368a2f270767a6c2b97a6ccc1
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
sh.pi [Fri, 10 May 2013 06:15:49 +0000 (15:15 +0900)]
Change wrong error logs of display.
Change-Id: Id41a98a02e190383aae37509dd891b7e38e47e92
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
sh.pi [Thu, 9 May 2013 15:31:56 +0000 (00:31 +0900)]
Print error string when there is failure of socket operation.
Change-Id: I9e94044fc73ab74e811e1015e29714b4dc0d8f54
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
jy910.yun [Fri, 10 May 2013 03:32:23 +0000 (12:32 +0900)]
delete redundant log regarding device-noti
Change-Id: If39fc529a0e69fca0f3e8944cd88dc0c692798f8
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
sh.pi [Thu, 9 May 2013 07:32:02 +0000 (16:32 +0900)]
Remove "_cb" of dbus functions name.
Change-Id: I546ebee6eb2d5a9c9624d9a4d3e51d90055e4ff5
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
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>