sdk/emulator/qemu.git
10 years agotethering: fix connection failure case.
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>
10 years agotethering: provide a function to get framebuffer on Mac OS X.
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>
10 years agotethering: add a function to get framebuffer in maru_sdl.
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>
10 years agotethering: fix connection routine.
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>
10 years agobuild: use libpng on Mac OS X.
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>
10 years agotethering: support display feature.
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>
10 years agotethering: create a thread to handle messages.
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>
10 years agotethering: add protobuf messages for display feature
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>
10 years agoMerge "skin: detect a system settings change" into tizen_2.3
Sangho Park [Sun, 3 Aug 2014 04:46:39 +0000 (13:46 +0900)]
Merge "skin: detect a system settings change" into tizen_2.3

10 years agodebugch: Fix not working DEBUGCH
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>
10 years agoskin: detect a system settings change
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)

10 years agoecs: Add location data set/get
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>
10 years agopackage: version up
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>
10 years agobrillcodec: improve error handlings.
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>
10 years agopackage: version up
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>
10 years agodebugch: Add O_APPEND flag
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>
10 years agoMerge "sensors: removed adjust value for accel & gyro" into tizen_2.3
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

10 years agosensors: removed adjust value for accel & gyro
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>
10 years agopackage: add prerequisites
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>
10 years agoMerge "debugch: Fix logging" into tizen_2.3
SeokYeon Hwang [Mon, 14 Jul 2014 01:33:29 +0000 (10:33 +0900)]
Merge "debugch: Fix logging" into tizen_2.3

10 years agopackage: version up
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>
10 years agobrillcodec: fix audio encoder
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>
10 years agodebugch: Fix logging
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>
10 years agoemulator: fix bad usage of "strerror()"
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>
10 years agoemulator: trivial changes
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>
10 years agochangelog: bug fixed change log version
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>
10 years agobuild: package version up (2.0.17)
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>
10 years agoaccelerometer: changed default and rotation value
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>
10 years agopackage: version up
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>
10 years agomenu: modified Shell menu command
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>
10 years agoskin: fixed launch ecp (removed processbuild redirection)
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>
10 years agoskin: launch ecp (stdout redirection to null)
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>
10 years agobuild: package version up (2.0.15)
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>
10 years agosdb noti server: added initialized variable
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>
10 years agodebug: changed ERR with INFO
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>
10 years agobuild: package version up (2.0.14)
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>
10 years agogyro: default value set as (0, 0, 1) degree/s for input_event
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>
10 years agoguest server: changed as sdb notification server
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>
10 years agobuild: package version up (2.0.13)
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>
10 years agoguest_server: fixed windows error checking
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>
10 years agoMerge "brillcodec: remove unused mutex_unlock." into tizen_2.3
Sangho Park [Mon, 30 Jun 2014 08:12:11 +0000 (17:12 +0900)]
Merge "brillcodec: remove unused mutex_unlock." into tizen_2.3

10 years agoskin: removed unused rotation code & fixed error case
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>
10 years agobrillcodec: remove unused mutex_unlock.
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>
10 years agobuild: package version up (2.0.12)
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>
10 years agosensor: added rotation vector device
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>
10 years agopackage: version up
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>
10 years agoskin: modified general key window for wearable
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>
10 years agobuild: package version up (2.0.10)
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>
10 years agoecs: added ecs debugch for easy debugging
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>
10 years agosensor: fixed light status (It was missing)
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>
10 years agoskin: modify coordinate information in ScreenShotDialog
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>
10 years agopackage: version up
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>
10 years agoskin: modified wearable-general skin info
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>
10 years agodebug: missing operand
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>
10 years agobuild: package version up (2.0.8)
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>
10 years agoMerge "debug: guest_server sleep" into tizen_2.3
Jinhyung Choi [Wed, 25 Jun 2014 09:54:18 +0000 (18:54 +0900)]
Merge "debug: guest_server sleep" into tizen_2.3

10 years agodebug: guest_server sleep
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>
10 years agoMerge "guest_server: work-around code for non-blocking code" into tizen_2.3
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

10 years agoguest_server: work-around code for non-blocking code
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>
10 years agopackage: version up (2.0.7)
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>
10 years agopci: add checking whether the device is realized before unlinking the capability
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>
10 years agodebug: remove white space
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>
10 years agoMerge "build: package version up" into tizen_2.3
Jinhyung Choi [Wed, 25 Jun 2014 03:30:41 +0000 (12:30 +0900)]
Merge "build: package version up" into tizen_2.3

10 years agobuild: package version up
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>
10 years agodebug: modified for non-blocking socket
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>
10 years agosensors: changed from pthread_mutex_t to QemuMutex
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>
10 years agodebug: added mutex_unlock when returns and checked return value
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>
10 years agopackage: make a wearable skin package
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>
10 years agosync: version changed from mobile-3.0 to mobile-2.3
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>
10 years agoskin: modified skin package path
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>
10 years agopackage: version up
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>
10 years agoskin: HVGA skin packaging
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>
10 years agoskin: delete mobile-320x480-1btn skin
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>
10 years agomenu: disable ramdump menu
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>
10 years agomenu: disable host keyboard menu
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>
10 years agoskin: modified profile path
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>
10 years agoguest server: changed the way to set non-blocking socket
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>
10 years agoguest_server: bug fixed - "ERR" debug
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>
10 years agobuild: package version up
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>
10 years agosensor: haptic device is added.
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>
10 years agothread: changed from pthread_mutex_t to QemuMutex
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>
10 years agosensors: added device data to provide driver & minor bug fixed.
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>
10 years agoecs: added guest emuld connection message handling
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>
10 years agoMerge "ecs: Broadcast ecs message" into tizen_2.3
Sangho Park [Fri, 13 Jun 2014 05:49:39 +0000 (14:49 +0900)]
Merge "ecs: Broadcast ecs message" into tizen_2.3

10 years agoecs: Broadcast ecs message
Munkyu Im [Thu, 12 Jun 2014 13:24:50 +0000 (22:24 +0900)]
ecs: Broadcast ecs message

when ecs get answer message from emulator,
broadcast it to all client.
Then each client can maintain latest status.

Change-Id: I2c48438a2ab2123fa4f4c4fd010d792137cfe43d
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
10 years agopackage: version up
jinhyung.jo [Thu, 12 Jun 2014 08:10:14 +0000 (17:10 +0900)]
package: version up

to 2.0.1

Change-Id: Ib445731bcc1ec366c23c9ccca6c01434f0af8dc8
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
10 years agomaru_overlay: remove device
jinhyung.jo [Thu, 12 Jun 2014 08:00:40 +0000 (17:00 +0900)]
maru_overlay: remove device

Since VIGS supports the planes,
the maru overlay is unnecessary.

Change-Id: I0f1c18f2ee3030835fe0876e185b0152f47fddce
Sigued-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
10 years agocommunication: convert pthread_mutex to qemu_mutex
GiWoong Kim [Tue, 10 Jun 2014 08:17:55 +0000 (17:17 +0900)]
communication: convert pthread_mutex to qemu_mutex

Change-Id: Iafd6fa675fcb2392206d05866f8db00288bb5ea9
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agopackage: major version up to 2.0.0
SeokYeon Hwang [Tue, 10 Jun 2014 05:11:08 +0000 (14:11 +0900)]
package: major version up to 2.0.0

Change-Id: I2cd1cf1bda50f620a8113a40bac9f3c8205e9a02
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoMerge "emulator: launch skin process after display initialized" into tizen
SeokYeon Hwang [Tue, 10 Jun 2014 02:12:23 +0000 (19:12 -0700)]
Merge "emulator: launch skin process after display initialized" into tizen

10 years agoemulator: launch skin process after display initialized 81/22681/2
SeokYeon Hwang [Tue, 10 Jun 2014 01:57:11 +0000 (10:57 +0900)]
emulator: launch skin process after display initialized

Change-Id: I3a706c56a8346894a04c37f2d6e1ed213ca6a399
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoMerge changes I3460bcc2,Ie04d92a0 into tizen
SeokYeon Hwang [Tue, 10 Jun 2014 02:11:24 +0000 (19:11 -0700)]
Merge changes I3460bcc2,Ie04d92a0 into tizen

* changes:
  display: modified varable name
  screenshot: modified function/varable names

10 years agoMerge "ecs & skin: removed sensor daemon notification and ecs notification" into...
SeokYeon Hwang [Tue, 10 Jun 2014 02:03:30 +0000 (19:03 -0700)]
Merge "ecs & skin: removed sensor daemon notification and ecs notification" into tizen

10 years agodisplay: modified varable name 61/22661/1
GiWoong Kim [Mon, 9 Jun 2014 11:22:52 +0000 (20:22 +0900)]
display: modified varable name

brightness_off -> display_off

Change-Id: I3460bcc28f0fc2b29604ca45c373fca08ed40ba7
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoscreenshot: modified function/varable names 60/22660/1
GiWoong Kim [Mon, 9 Jun 2014 09:18:10 +0000 (18:18 +0900)]
screenshot: modified function/varable names

Change-Id: Ie04d92a0f8129ddf3880d9a5c7e9cbfae037b892
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoecs & skin: removed sensor daemon notification and ecs notification 12/22612/2
Jinhyung Choi [Fri, 30 May 2014 05:05:31 +0000 (14:05 +0900)]
ecs & skin: removed sensor daemon notification and ecs notification

Change-Id: I72124301765b7dbb48fb8bea3b9ea651b8e6bd62
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agopackage: remove dependency 92/22592/1
jinhyung.jo [Mon, 9 Jun 2014 06:10:51 +0000 (15:10 +0900)]
package: remove dependency

Remove dependence about vgabios package.
In the future, *VESA VGA* device is not used for Tizen emulator.

Change-Id: I143e6ebd4b256c0957641fb4908bb8db1d2eb847
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
10 years agokeyboard: delete unused code 22/22422/1
GiWoong Kim [Tue, 3 Jun 2014 08:59:02 +0000 (17:59 +0900)]
keyboard: delete unused code

Change-Id: Id848ece229dc5288f4bb407b2c14f8e6a71277a2
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoMerge "YaGL/VIGS: Fix GL frambuffer functions lookup" into tizen
Sangho Park [Mon, 2 Jun 2014 10:02:10 +0000 (03:02 -0700)]
Merge "YaGL/VIGS: Fix GL frambuffer functions lookup" into tizen

10 years agoemulator: fix no skin situation
SeokYeon Hwang [Thu, 29 May 2014 13:41:41 +0000 (22:41 +0900)]
emulator: fix no skin situation

Change-Id: I3bc6a9779765f2ea9d0fae42098114f13c034a63
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>