SeokYeon Hwang [Thu, 28 Aug 2014 04:09:11 +0000 (13:09 +0900)]
Merge "tethering: add functions to get connected ip address and port" into tizen_2.3
SeokYeon Hwang [Thu, 28 Aug 2014 04:08:44 +0000 (13:08 +0900)]
Merge "tethering: remove redundant source when copying ip address." into tizen_2.3
SeokYeon Hwang [Thu, 28 Aug 2014 04:08:34 +0000 (13:08 +0900)]
Merge "brillcodec: remove useless memory copy." into tizen_2.3
Munkyu Im [Wed, 27 Aug 2014 07:05:24 +0000 (16:05 +0900)]
nfc: Add getting status
Client can get nfc status from nfc device.
Change-Id: I7cbc237ed221dd8f62e28f52a98e86f5518d92bd
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Jinhyung Choi [Tue, 19 Aug 2014 07:33:03 +0000 (16:33 +0900)]
skin: fixed message format for emuld to shutdown
Change-Id: I46161f466fbb001e7eedfddbb81af6580bed558a
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Kitae Kim [Thu, 14 Aug 2014 07:16:54 +0000 (16:16 +0900)]
brillcodec: remove useless memory copy.
Unnecessary memcpy operations occur while decoding video.
In addition to this, it causes performance degradation in emulator.
After this commit, cpu usage on Host decreases 10 ~ 15%, especially HD Video.
Change-Id: If619b69c30e2587df839e108b962a7c8e9674d77
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
SeokYeon Hwang [Mon, 11 Aug 2014 13:40:24 +0000 (22:40 +0900)]
Merge "tethering: improve error cases." into tizen_2.3
Kitae Kim [Mon, 11 Aug 2014 10:55:57 +0000 (19:55 +0900)]
tethering: add functions to get connected ip address and port
Those functions are required to give connection infomation to ECP-UI and ECP-CLI.
Change-Id: Ibc65454fe1621fe98283aff4dbb5eb93c8294736
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Jinhyung Choi [Mon, 11 Aug 2014 05:43:33 +0000 (14:43 +0900)]
Merge "tethering: fix connection failure case." into tizen_2.3
Jinhyung Choi [Mon, 11 Aug 2014 05:42:34 +0000 (14:42 +0900)]
Merge "tethering: convert sensor values before sending ecs." into tizen_2.3
Jinhyung Choi [Mon, 11 Aug 2014 05:42:15 +0000 (14:42 +0900)]
Merge "tethering: provide a function to get framebuffer on Mac OS X." into tizen_2.3
Jinhyung Choi [Mon, 11 Aug 2014 05:41:55 +0000 (14:41 +0900)]
Merge "tethering: add a function to get framebuffer in maru_sdl." into tizen_2.3
Kitae Kim [Tue, 5 Aug 2014 13:10:26 +0000 (22:10 +0900)]
tethering: convert sensor values before sending ecs.
Sensor values from App side have to be converted before sending ecs
because ecs_sensor does not calculate gyro or acceleration value any more.
Change-Id: I89be76cd2f2ff64f55faaf50ea5cd8f14561d783
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Thu, 7 Aug 2014 05:02:00 +0000 (14:02 +0900)]
tethering: remove redundant source when copying ip address.
Change-Id: I895fef95e6a7d1f993220f07cea06bdbb00d7b90
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Thu, 7 Aug 2014 04:51:55 +0000 (13:51 +0900)]
tethering: improve error cases.
- null pointer dereferences
- control flow issues
- integer handling issues
Change-Id: Id12874982ac8e1524125b1d9009dee4899fb373e
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Sangho Park [Wed, 6 Aug 2014 04:05:11 +0000 (13:05 +0900)]
Merge "build: fix some compilation warnings on Mac" into tizen_2.3
Kitae Kim [Tue, 5 Aug 2014 04:33:59 +0000 (13:33 +0900)]
tethering: fix connection failure case.
when connection is failure, it will escape the while loop.
Change-Id: Ifaef1e732037eba107cfde4ae034ce3d06a28f2c
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Tue, 5 Aug 2014 04:27:37 +0000 (13:27 +0900)]
tethering: provide a function to get framebuffer on Mac OS X.
maru_shm module is used to draw display instead of maru_sdl on Mac OS X.
so, add a function for extracting framebuffer from display.
Change-Id: I1e20995cc21dc358365204631e83597eb5fad296
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Tue, 5 Aug 2014 02:33:17 +0000 (11:33 +0900)]
tethering: add a function to get framebuffer in maru_sdl.
When request_screenshot function is called by tethering module
it makes qemu update display. So, this function has to be implemented
to extract framebuffer because of unnecessary display update.
Change-Id: I68cf166df6bf774cebc6bc317024c54561e8383e
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Mon, 4 Aug 2014 08:42:24 +0000 (17:42 +0900)]
tethering: fix connection routine.
When client socket connects to server, connection routine was not enough
to handle some error cases, EALREADY or EISCONN.
Change-Id: I3362c039dd840825b22a3861b515641db31b0de3
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Mon, 4 Aug 2014 08:36:05 +0000 (17:36 +0900)]
build: use libpng on Mac OS X.
libpng is required when tethering module compresses display image.
Change-Id: Ic8ae0a93853187cc3f40e98d286fe3b24553c15d
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Mon, 4 Aug 2014 08:26:52 +0000 (17:26 +0900)]
tethering: support display feature.
When app on server side request display update,
emulator sends encoded framebuffer to it.
Change-Id: I54f8745b4b96665b9432edbde9bb32ca6374c6b2
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
SeokYeong Hwang [Tue, 5 Aug 2014 06:25:36 +0000 (15:25 +0900)]
build: fix some compilation warnings on Mac
Change-Id: I5be03e3e7a1b3484c838e51b8ca1c665fad6f60c
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Kitae Kim [Mon, 4 Aug 2014 08:14:38 +0000 (17:14 +0900)]
tethering: create a thread to handle messages.
qemu_set_fd_handler() registers callback functions to main-loop thread.
emulator might be slower or blocked when tethering messages are handled
if tethering module continues to use the handler function.
Change-Id: Idbbc48199a487ae84628e3b901981de51cf63434
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Fri, 23 May 2014 11:22:05 +0000 (20:22 +0900)]
tethering: add protobuf messages for display feature
Change-Id: I019256786e9c9309fedf7cfc003d66fdceca7c19
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Sangho Park [Sun, 3 Aug 2014 04:46:39 +0000 (13:46 +0900)]
Merge "skin: detect a system settings change" into tizen_2.3
Munkyu Im [Wed, 30 Jul 2014 07:35:07 +0000 (16:35 +0900)]
debugch: Fix not working DEBUGCH
Set global variable for checking initailize earlier.
Change-Id: I8585a546992f41f6a07806006afff577c1a9b13a
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
GiWoong Kim [Fri, 25 Jul 2014 06:31:59 +0000 (15:31 +0900)]
skin: detect a system settings change
The detecting of host system settings change is not
interested on Windows.
Change-Id: Ic5dbed6b3686467fca92ee4aeb5819dbfb9a5c7e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
(cherry picked from commit
d1179936f7218761027e276d93176fc8cf670780)
Munkyu Im [Wed, 23 Jul 2014 09:25:59 +0000 (18:25 +0900)]
ecs: Add location data set/get
store location data in ecs.
When client needs location data, hand this value over.
change strncmp to strcmp.
Change-Id: I9bdcc17399ddefabbbe70ee3ff5b30f0c321fd60
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Kitae Kim [Mon, 21 Jul 2014 04:29:03 +0000 (13:29 +0900)]
package: version up
2.0.20
Change-Id: Ifb923138407257daacfaa1c2f843f519f5ada023
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Mon, 21 Jul 2014 04:20:47 +0000 (13:20 +0900)]
brillcodec: improve error handlings.
fix uninitialized variables. In addition to this,
check variables whether they are null or not.
Change-Id: I270884d8080db5f350bcea59bfffa25912a42ff5
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Munkyu Im [Thu, 17 Jul 2014 10:28:24 +0000 (19:28 +0900)]
package: version up
Change-Id: Ib0801109d8ff5843468b04c0e1d43281b0c694be
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Wed, 16 Jul 2014 10:06:23 +0000 (19:06 +0900)]
debugch: Add O_APPEND flag
Otherwise, stderr and stdout are not written on log file.
Change-Id: I6e00b3dd98fad261c2541eb7279d972402b4caca
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Sangho Park [Wed, 16 Jul 2014 04:21:40 +0000 (13:21 +0900)]
Merge "sensors: removed adjust value for accel & gyro" into tizen_2.3
Jinhyung Choi [Tue, 15 Jul 2014 14:06:02 +0000 (23:06 +0900)]
sensors: removed adjust value for accel & gyro
These adjust values are moved into the client(ECP)
Change-Id: If52471965856c7409debeacc190575491c654343
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
haken kim [Tue, 8 Jul 2014 11:47:08 +0000 (20:47 +0900)]
package: add prerequisites
add preRequisites in each qemu-common for ubuntu
Change-Id: I2983bc93b3efcaed429e235a598f71f8d317731b
Signed-off-by: haken kim <haken.kim@samsung.com>
SeokYeon Hwang [Mon, 14 Jul 2014 01:33:29 +0000 (10:33 +0900)]
Merge "debugch: Fix logging" into tizen_2.3
Kitae Kim [Fri, 11 Jul 2014 13:59:48 +0000 (22:59 +0900)]
package: version up
2.0.18
Change-Id: I39908efce416b4d3a201dbc3d57fef989a617a50
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Fri, 11 Jul 2014 13:47:39 +0000 (22:47 +0900)]
brillcodec: fix audio encoder
The audio encoder has not tested completely since upgrading libav 9.8.
AAC encoder on libav 9.8 supports only float planar format,
but tizen audio sink can handle only int format.
That is why audio resampling is necessary before encoding audio.
Change-Id: Ie57e1677a8528681f560416e786919a9dac2e05b
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Munkyu Im [Fri, 4 Jul 2014 04:59:57 +0000 (13:59 +0900)]
debugch: Fix logging
1. Fix not to append log always.
When launch emulator, remove existing log data.
2. Not to call fopen() every logging time.
3. Not to call fopen() again, when fail logging.
(case of deleting log file)
4. Remove unused functions.
Change-Id: If07b9909e26b293e7cafa7ae6f2bba17a61b5bf5
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
SeokYeon Hwang [Tue, 8 Jul 2014 09:05:32 +0000 (18:05 +0900)]
emulator: fix bad usage of "strerror()"
Change-Id: Ic9cd037a0f39f98a0102394cb30731ea11a199da
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Tue, 8 Jul 2014 08:37:44 +0000 (17:37 +0900)]
emulator: trivial changes
Fix "Out-of-bounds read" at pcihp.c
Fix error handling at shpc.c
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Jinhyung Choi [Fri, 4 Jul 2014 08:01:02 +0000 (17:01 +0900)]
changelog: bug fixed change log version
Change-Id: I8051dcdb46f84a080dbc1f83acc72d79375f61cd
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Fri, 4 Jul 2014 07:55:19 +0000 (16:55 +0900)]
build: package version up (2.0.17)
Change-Id: Iacf7b5afc9801a7105d4f7a9ffcae5880724cb47
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Fri, 4 Jul 2014 07:52:04 +0000 (16:52 +0900)]
accelerometer: changed default and rotation value
originally it was 0, 980665, 0.
The problem occurs from 0.
orientation sensor calculated wrong degree.
So, it is changed 100, 980665, 100.
Change-Id: If633925a03ad7773bfc5384f157e3e3f3739dcda
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
GiWoong Kim [Fri, 4 Jul 2014 04:50:54 +0000 (13:50 +0900)]
package: version up
2.0.16
Change-Id: Ib4d63fc3d4cfe331a732722c03f1d70cf03ef6c7
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Fri, 4 Jul 2014 04:47:53 +0000 (13:47 +0900)]
menu: modified Shell menu command
modified Shell menu command
added some disposing check
Change-Id: I495de9bf5ee23e7e508bd562f0c439a1812fd9db
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Jinhyung Choi [Wed, 2 Jul 2014 10:03:35 +0000 (19:03 +0900)]
skin: fixed launch ecp (removed processbuild redirection)
processbuilder redirection is not supported by java 1.6
Change-Id: Ibf5e88844f13dca62f21dfe4be1b00f171567822
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Wed, 2 Jul 2014 05:40:49 +0000 (14:40 +0900)]
skin: launch ecp (stdout redirection to null)
Change-Id: I99ef661efd40bcf1284f404306e3c36e0eef2d68
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Wed, 2 Jul 2014 01:13:40 +0000 (10:13 +0900)]
build: package version up (2.0.15)
Change-Id: I20610bbe898053afbff4fb95f86e5a1fa9d2f7b5
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Wed, 2 Jul 2014 01:11:44 +0000 (10:11 +0900)]
sdb noti server: added initialized variable
Change-Id: I4df80d9fe068f77d458ebac28664770806b74f9d
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Tue, 1 Jul 2014 07:49:08 +0000 (16:49 +0900)]
debug: changed ERR with INFO
Change-Id: I08a963365d1e51828f50b41874526bf7fec62564
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Tue, 1 Jul 2014 07:43:00 +0000 (16:43 +0900)]
build: package version up (2.0.14)
Change-Id: I100fa0c4bb3815895856e140cc88fb9e25ce5ad1
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Tue, 1 Jul 2014 07:36:37 +0000 (16:36 +0900)]
gyro: default value set as (0, 0, 1) degree/s for input_event
Change-Id: Ieae4bd4dc5d9d6394707fd09c4e3a30a1a642eef
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Tue, 1 Jul 2014 05:50:42 +0000 (14:50 +0900)]
guest server: changed as sdb notification server
Current guest server supports 3 operations.
1. enabling sdb shell from emulator
2. registering sdb server w/ address, port, and serial
3. sending notification to registered sdb server suspend/resume message
Because guest server's functionalities are changed,
its name is also changed to "SDB Notification Server"
It moved into sdb.c & sdb.h
It does not require to create a new thread and blocking socket.
Now, it is using g_io_add_watch to receive and handle messages from
others.
Change-Id: I32197a9964b59b05bdb7591d2dc50219131c8903
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Tue, 1 Jul 2014 01:53:58 +0000 (10:53 +0900)]
build: package version up (2.0.13)
Change-Id: I15780b37e79803b5b86617f70a5d0822889ee6fb
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Tue, 1 Jul 2014 01:52:19 +0000 (10:52 +0900)]
guest_server: fixed windows error checking
Change-Id: I034122842e6cc59e753b859eb057b012f43213aa
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Sangho Park [Mon, 30 Jun 2014 08:12:11 +0000 (17:12 +0900)]
Merge "brillcodec: remove unused mutex_unlock." into tizen_2.3
Jinhyung Choi [Mon, 30 Jun 2014 06:25:14 +0000 (15:25 +0900)]
skin: removed unused rotation code & fixed error case
Change-Id: I9a7917d6b10512edbd66550895a0dbfff15e18f4
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Kitae Kim [Mon, 30 Jun 2014 06:12:46 +0000 (15:12 +0900)]
brillcodec: remove unused mutex_unlock.
qemu_mutex_unlock was used at wrong place.
It might cause SEGV problem because this device tries to unlock invalid mutex.
Change-Id: I2b8b23c2ef3d0436d9ba6ffc8ba97585340c65b7
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Jinhyung Choi [Fri, 27 Jun 2014 14:02:17 +0000 (23:02 +0900)]
build: package version up (2.0.12)
Change-Id: I156dd3b25286b34c50ed5a22f4dcbfeff0982fa1
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Fri, 27 Jun 2014 14:00:31 +0000 (23:00 +0900)]
sensor: added rotation vector device
Change-Id: If2beb2e08eeaf7acb3835ac626669f3f596ef4eb
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
GiWoong Kim [Fri, 27 Jun 2014 05:26:58 +0000 (14:26 +0900)]
package: version up
2.0.11
Change-Id: Ie7090ea18c85dfa44d25d74f1bc9e8cacabceb1d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Fri, 27 Jun 2014 05:24:46 +0000 (14:24 +0900)]
skin: modified general key window for wearable
Change-Id: Ica1d4145b2a92a595b300b323b8968c49cca333c
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Jinhyung Choi [Thu, 26 Jun 2014 10:10:32 +0000 (19:10 +0900)]
build: package version up (2.0.10)
Change-Id: I230f0612faf7850379beca60f3e890312f8e6136
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Thu, 26 Jun 2014 10:06:42 +0000 (19:06 +0900)]
ecs: added ecs debugch for easy debugging
Change-Id: Ie6bfa3d30d9119776c34500508a94ebef2e5fdea
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Thu, 26 Jun 2014 10:05:57 +0000 (19:05 +0900)]
sensor: fixed light status (It was missing)
Change-Id: Id139ab1f8152432481c6d59bc28a90d6df997a8a
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
hyunjin816.lee [Wed, 25 Jun 2014 05:48:36 +0000 (14:48 +0900)]
skin: modify coordinate information in ScreenShotDialog
Change-Id: Ib6f752c909eae89a37eb7240568d43678024e9ce
Signed-off-by: hyunjin816.lee <hyunjin816.lee@samsung.com>
GiWoong Kim [Thu, 26 Jun 2014 04:10:59 +0000 (13:10 +0900)]
package: version up
2.0.9
Change-Id: Iafbee9b1456c1a410bc3989305f779a66b178944
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Thu, 26 Jun 2014 04:09:59 +0000 (13:09 +0900)]
skin: modified wearable-general skin info
Change-Id: I3ddcaeb0b51f2df60e086241e1b6d1b73b751b8d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Jinhyung Choi [Wed, 25 Jun 2014 10:04:18 +0000 (19:04 +0900)]
debug: missing operand
Change-Id: I0d50ae341bec7be5b2f43a4fcc6647dc29d913c0
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Wed, 25 Jun 2014 09:55:01 +0000 (18:55 +0900)]
build: package version up (2.0.8)
Change-Id: I64e82a967f0211e7ea67cb54f74e9f03976372d4
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Wed, 25 Jun 2014 09:54:18 +0000 (18:54 +0900)]
Merge "debug: guest_server sleep" into tizen_2.3
Jinhyung Choi [Wed, 25 Jun 2014 09:53:46 +0000 (18:53 +0900)]
debug: guest_server sleep
Change-Id: I5587542fbaa131cbf75761b325bccf3baea2a790
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Wed, 25 Jun 2014 09:29:29 +0000 (18:29 +0900)]
Merge "guest_server: work-around code for non-blocking code" into tizen_2.3
Jinhyung Choi [Wed, 25 Jun 2014 09:27:55 +0000 (18:27 +0900)]
guest_server: work-around code for non-blocking code
guest server will be rebuilt.
Change-Id: Ieebf07e202163ec28bed09aa9d1e8e1d08ea9f94
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
SeokYeon Hwang [Wed, 25 Jun 2014 09:08:47 +0000 (18:08 +0900)]
package: version up (2.0.7)
Change-Id: I8e6b5dd9b454c64615004190d7ccc9cfc88ebaad
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Wed, 25 Jun 2014 06:14:36 +0000 (15:14 +0900)]
pci: add checking whether the device is realized before unlinking the capability
In case of the unrealized "pdev", memory can be illegally accessed and corrupted.
Refer to device_unparent() in the commit
5c21ce77d7e5643089ceec556c0408445d017f32.
Change-Id: Iacb195a092c86d4c677ad0404582af104b2251ae
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Jinhyung Choi [Wed, 25 Jun 2014 04:04:09 +0000 (13:04 +0900)]
debug: remove white space
Change-Id: I9996f0a80a69f03ca34e66a06d70a81fe7c89c7c
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Wed, 25 Jun 2014 03:30:41 +0000 (12:30 +0900)]
Merge "build: package version up" into tizen_2.3
Jinhyung Choi [Wed, 25 Jun 2014 03:30:08 +0000 (12:30 +0900)]
build: package version up
Change-Id: I4e4e37443d376d3db14c235384291f525c42bc59
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Wed, 25 Jun 2014 03:18:41 +0000 (12:18 +0900)]
debug: modified for non-blocking socket
Change-Id: I7a85435c2a6990545688505132c49e9f5c77809e
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Mon, 23 Jun 2014 08:21:50 +0000 (17:21 +0900)]
sensors: changed from pthread_mutex_t to QemuMutex
Change-Id: Icaed4d13618fbe025c67591963890550a6cf4d3d
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Mon, 23 Jun 2014 01:13:10 +0000 (10:13 +0900)]
debug: added mutex_unlock when returns and checked return value
Change-Id: I4f1ea90ac9b1745d344c525c42da7547251813cd
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
GiWoong Kim [Fri, 20 Jun 2014 07:00:09 +0000 (16:00 +0900)]
package: make a wearable skin package
wearable-2.3-emulator-qemu-skins
Change-Id: I227695e4467825860f52134bccc943c50fb10fe1
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Jinhyung Choi [Fri, 25 Apr 2014 11:44:02 +0000 (20:44 +0900)]
sync: version changed from mobile-3.0 to mobile-2.3
Change-Id: If8ade4236f82028efbb8010bab4208ea2dd6b5dc
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
GiWoong Kim [Fri, 20 Jun 2014 06:37:37 +0000 (15:37 +0900)]
skin: modified skin package path
Change-Id: Id3832b5cd0a46658d895889c04721a2b0b8411ec
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Fri, 20 Jun 2014 05:52:45 +0000 (14:52 +0900)]
package: version up
2.0.3
Change-Id: Ib309999e2b7ab1217c3c10054fbebd6878082bd0
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Fri, 20 Jun 2014 05:51:16 +0000 (14:51 +0900)]
skin: HVGA skin packaging
Change-Id: Ie9885b1fefcddd667ca9272840d7e98746c45a86
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Fri, 20 Jun 2014 05:46:41 +0000 (14:46 +0900)]
skin: delete mobile-320x480-1btn skin
Change-Id: I392895f15a874f48590f99d89b411ebcd0168b13
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Fri, 20 Jun 2014 05:27:25 +0000 (14:27 +0900)]
menu: disable ramdump menu
Change-Id: Ie9f453539adee1d2d76d11add3ee34d0ae377573
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Fri, 20 Jun 2014 05:25:28 +0000 (14:25 +0900)]
menu: disable host keyboard menu
Change-Id: I679a702d59c0c5a921e85a5d88576a4d94627eb8
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Fri, 20 Jun 2014 05:23:14 +0000 (14:23 +0900)]
skin: modified profile path
Change-Id: I8de4224e74160f14ac9c779c35eb24db028869ef
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Jinhyung Choi [Wed, 18 Jun 2014 09:58:33 +0000 (18:58 +0900)]
guest server: changed the way to set non-blocking socket
Change-Id: I3fc3ad5b1309a6edad316e414c534abdd06f835a
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Wed, 18 Jun 2014 09:35:09 +0000 (18:35 +0900)]
guest_server: bug fixed - "ERR" debug
Change-Id: Id7db782f0068ee487dbde8a44cbf34958d2b9daa
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Wed, 18 Jun 2014 09:11:33 +0000 (18:11 +0900)]
build: package version up
Change-Id: I70a0859eb3f0821f2425ade6500bd4cbe023c28b
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Wed, 18 Jun 2014 08:52:53 +0000 (17:52 +0900)]
sensor: haptic device is added.
Change-Id: If6536180fca5488e95d5bf4c6f987f1b8514a995
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Mon, 16 Jun 2014 08:43:19 +0000 (17:43 +0900)]
thread: changed from pthread_mutex_t to QemuMutex
Also, changed pthread_create to qemu_thread_create for ecs
Change-Id: I30ea53f2dec168528937ec3361e5a848038d96a9
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Mon, 16 Jun 2014 01:44:16 +0000 (10:44 +0900)]
sensors: added device data to provide driver & minor bug fixed.
- added null terminated string at the end of message parsing
- light message type is fixed
Change-Id: Ieec61e42272024b12b2453052c6757b9748062c3
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Mon, 16 Jun 2014 01:42:43 +0000 (10:42 +0900)]
ecs: added guest emuld connection message handling
Change-Id: I48d6ae2aa7c033a52cf45dfd7ce11d0e082aef6d
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>