RE: RE: what the different efi and mbr?

2013-07-23 Thread Wang, Ning W
Right. It means UEFI.

From: letoem...@gmail.com [mailto:letoem...@gmail.com]
Sent: Wednesday, July 24, 2013 2:11 PM
To: Wang, Ning W; arthur bu; ivi
Subject: Re: RE: what the different efi and mbr?

Does the EFI BIOS means the BIOS of UEFI?


Best Regards

From: Wang, Ning W
Date: 2013-07-24 11:10
To: arthur bu; 
ivi@lists.tizen.org
Subject: RE: what the different efi and mbr?
They are for different platforms. EFI image is for platform with EFI BIOS while 
mbr image is for legacy boot. Actually the source should be the same.

Thanks,
Ning
From: ivi-boun...@lists.tizen.org 
[mailto:ivi-boun...@lists.tizen.org] On Behalf Of arthur bu
Sent: Wednesday, July 24, 2013 11:07 AM
To: ivi@lists.tizen.org
Subject: what the different efi and mbr?

Dear sir:
I just want to know what's the difference about the 
ivi-release-efi-i586/
 and 
ivi-release-mbr-i586/
  under http://download.tizen.org/releases/daily/tizen/ivi/latest/images/? 
there are 6 download links, which one better if I want to download and read the 
source codes?

Best Regards!
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: RE: what the different efi and mbr?

2013-07-23 Thread letoem...@gmail.com
Does the EFI BIOS means the BIOS of UEFI?




Best Regards

From: Wang, Ning W
Date: 2013-07-24 11:10
To: arthur bu; ivi@lists.tizen.org
Subject: RE: what the different efi and mbr?
They are for different platforms. EFI image is for platform with EFI BIOS while 
mbr image is for legacy boot. Actually the source should be the same.
 
Thanks,
Ning
From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of arthur bu
Sent: Wednesday, July 24, 2013 11:07 AM
To: ivi@lists.tizen.org
Subject: what the different efi and mbr?
 
Dear sir:
I just want to know what's the difference about the ivi-release-efi-i586/ 
and ivi-release-mbr-i586/  under 
http://download.tizen.org/releases/daily/tizen/ivi/latest/images/? there are 6 
download links, which one better if I want to download and read the source 
codes?

Best Regards!___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: 回复: Re: A problem of booting Tizen IVI

2013-07-23 Thread Graydon, Tracy
Glad that did the trick. :)

From: "letoem...@gmail.com" 
mailto:letoem...@gmail.com>>
Date: Tuesday, July 23, 2013 10:58 PM
To: Tracy Graydon mailto:tracy.gray...@intel.com>>, 
"Li, Hao H" mailto:hao.h...@intel.com>>, ivi 
mailto:ivi@lists.tizen.org>>
Subject: 回复: Re: A problem of booting Tizen IVI

I have modified the /etc/fstab as your suggestion.And the system start normally.
In addition, I found using the command "parted" can list the parttion of 
/dev/sda1
and /dev/sda2.

thanks

Best Regards

发件人: letoem...@gmail.com
发送时间: 2013-07-24 13:15
收件人: Graydon, Tracy; Li, Hao 
H; ivi
主题: Re: Re: A problem of booting Tizen IVI
OK, I find the file of /etc/fstab which content is
"/dev/sdb2/ext4defaults,noatime 0 0
/dev/sdb1/bootext4defaults.noatime 0 0
devpts/dev/ptsdevptsgit=5,mode=620 0 0
tmpfs/dev/shmtmpfsdefaults0 0
...".
If I just modify the /dev/sdb2 and /dev/sdb1 like this
"/dev/sda2/ext4defaults,noatime 0 0
 /dev/sda1/bootext4defaults,noatimes 0 0
" ?
But when I use the command of fdisk,there only one parttion
in disk of sda. It like is:
#sudo fdisk -l
Disk /dev/sda: 40GB, 40020664320 bytes, 78165360 sectors
Units = sectors of 1*512 = 512 bytes
Sector size (logical/physical):512 bytes / 512 bytes
I/O size(minimum/optimal):512 bytes / 512 bytes
Disk identifier:0x
Device BootStartEndBlocksIdSystem
/dev/sda117809057  3904528+  ee GPT
.
Then I cannot find /dev/sda2.So How could I change the details of /dev/fstab.

Thanks.


Best Regards

From: Graydon, Tracy
Date: 2013-07-24 12:15
To: letoem...@gmail.com; Li, Hao 
H; ivi
Subject: Re: A problem of booting Tizen IVI
Our images expect a boot device of sdb1 by default. If you check the fstab on 
your system, you may find it is set to sdb while the actual device is sda. You 
may need to edit accordingly.

Tracy

From: "letoem...@gmail.com" 
mailto:letoem...@gmail.com>>
Date: Tuesday, July 23, 2013 9:01 PM
To: "Li, Hao H" mailto:hao.h...@intel.com>>, ivi 
mailto:ivi@lists.tizen.org>>
Subject: Re: RE: A problem of booting Tizen IVI

 
I have used the latter of tizen_20130718.5_ivi-mbr-i586-sdb.raw.


Best Regards

From: Li, Hao H
Date: 2013-07-24 11:55
To: letoem...@gmail.com; 
ivi
Subject: RE: A problem of booting Tizen IVI
 
Do you use bmaptool copy the tizen_20130718.5_ivi-mbr-i586-sdb.raw.bz2 or 
tizen_20130718.5_ivi-mbr-i586-sdb.raw? maybe you can try the latter.

From:ivi-boun...@lists.tizen.org 
[mailto:ivi-boun...@lists.tizen.org] On Behalf Of 
letoem...@gmail.com
Sent: Wednesday, July 24, 2013 11:52 AM
To: ivi
Subject: A problem of booting Tizen IVI

I was used bmaptool to copy the image of 
tizen_20130718.5_ivi-mbr-i586-sdb.raw.bz2
 to NDIS-166,
But when the prototype starting,It reported a error of "Time out watting for 
device dev-sdb1.device. Dependency failed for /boot. Dependency failed for 
Local File Systems"
Then I entered the /boot dirctory, It exactly without any files. So I wanted to 
whether I have missed some steps after copy the image to prototype?

[my environment]
Tizen IVI 3.0 
20130718.5
NDIS-166


Best Regards
letoe mist.
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


回复: Re: A problem of booting Tizen IVI

2013-07-23 Thread letoem...@gmail.com
I have modified the /etc/fstab as your suggestion.And the system start normally.
In addition, I found using the command "parted" can list the parttion of 
/dev/sda1 
and /dev/sda2.

thanks



Best Regards

发件人: letoem...@gmail.com
发送时间: 2013-07-24 13:15
收件人: Graydon, Tracy; Li, Hao H; ivi
主题: Re: Re: A problem of booting Tizen IVI
OK, I find the file of /etc/fstab which content is 
"/dev/sdb2/ext4defaults,noatime 0 0
/dev/sdb1/bootext4defaults.noatime 0 0
devpts/dev/ptsdevptsgit=5,mode=620 0 0
tmpfs/dev/shmtmpfsdefaults0 0
...".
If I just modify the /dev/sdb2 and /dev/sdb1 like this
"/dev/sda2/ext4defaults,noatime 0 0
 /dev/sda1/bootext4defaults,noatimes 0 0
" ?
But when I use the command of fdisk,there only one parttion
in disk of sda. It like is:
#sudo fdisk -l
Disk /dev/sda: 40GB, 40020664320 bytes, 78165360 sectors
Units = sectors of 1*512 = 512 bytes
Sector size (logical/physical):512 bytes / 512 bytes
I/O size(minimum/optimal):512 bytes / 512 bytes
Disk identifier:0x
Device BootStartEndBlocksIdSystem
/dev/sda117809057  3904528+  ee GPT
.
Then I cannot find /dev/sda2.So How could I change the details of /dev/fstab. 

Thanks.




Best Regards

From: Graydon, Tracy
Date: 2013-07-24 12:15
To: letoem...@gmail.com; Li, Hao H; ivi
Subject: Re: A problem of booting Tizen IVI
Our images expect a boot device of sdb1 by default. If you check the fstab on 
your system, you may find it is set to sdb while the actual device is sda. You 
may need to edit accordingly.


Tracy


From: "letoem...@gmail.com" 
Date: Tuesday, July 23, 2013 9:01 PM
To: "Li, Hao H" , ivi 
Subject: Re: RE: A problem of booting Tizen IVI



  
I have used the latter of tizen_20130718.5_ivi-mbr-i586-sdb.raw.




Best Regards

From: Li, Hao H
Date: 2013-07-24 11:55
To: letoem...@gmail.com; ivi
Subject: RE: A problem of booting Tizen IVI
  
Do you use bmaptool copy the tizen_20130718.5_ivi-mbr-i586-sdb.raw.bz2 or 
tizen_20130718.5_ivi-mbr-i586-sdb.raw? maybe you can try the latter.
 
From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of letoem...@gmail.com
Sent: Wednesday, July 24, 2013 11:52 AM
To: ivi
Subject: A problem of booting Tizen IVI
 
I was used bmaptool to copy the image of 
tizen_20130718.5_ivi-mbr-i586-sdb.raw.bz2 to NDIS-166,
But when the prototype starting,It reported a error of "Time out watting for 
device dev-sdb1.device. Dependency failed for /boot. Dependency failed for 
Local File Systems"
Then I entered the /boot dirctory, It exactly without any files. So I wanted to 
whether I have missed some steps after copy the image to prototype?
 
[my environment]
Tizen IVI 3.0 20130718.5
NDIS-166
 



Best Regards
letoe mist.___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: Re: A problem of booting Tizen IVI

2013-07-23 Thread letoem...@gmail.com
OK, I find the file of /etc/fstab which content is 
"/dev/sdb2/ext4defaults,noatime 0 0
/dev/sdb1/bootext4defaults.noatime 0 0
devpts/dev/ptsdevptsgit=5,mode=620 0 0
tmpfs/dev/shmtmpfsdefaults0 0
...".
If I just modify the /dev/sdb2 and /dev/sdb1 like this
"/dev/sda2/ext4defaults,noatime 0 0
 /dev/sda1/bootext4defaults,noatimes 0 0
" ?
But when I use the command of fdisk,there only one parttion
in disk of sda. It like is:
#sudo fdisk -l
Disk /dev/sda: 40GB, 40020664320 bytes, 78165360 sectors
Units = sectors of 1*512 = 512 bytes
Sector size (logical/physical):512 bytes / 512 bytes
I/O size(minimum/optimal):512 bytes / 512 bytes
Disk identifier:0x
Device BootStartEndBlocksIdSystem
/dev/sda117809057  3904528+  ee GPT
.
Then I cannot find /dev/sda2.So How could I change the details of /dev/fstab. 

Thanks.




Best Regards

From: Graydon, Tracy
Date: 2013-07-24 12:15
To: letoem...@gmail.com; Li, Hao H; ivi
Subject: Re: A problem of booting Tizen IVI
Our images expect a boot device of sdb1 by default. If you check the fstab on 
your system, you may find it is set to sdb while the actual device is sda. You 
may need to edit accordingly.


Tracy


From: "letoem...@gmail.com" 
Date: Tuesday, July 23, 2013 9:01 PM
To: "Li, Hao H" , ivi 
Subject: Re: RE: A problem of booting Tizen IVI



  
I have used the latter of tizen_20130718.5_ivi-mbr-i586-sdb.raw.




Best Regards

From: Li, Hao H
Date: 2013-07-24 11:55
To: letoem...@gmail.com; ivi
Subject: RE: A problem of booting Tizen IVI
  
Do you use bmaptool copy the tizen_20130718.5_ivi-mbr-i586-sdb.raw.bz2 or 
tizen_20130718.5_ivi-mbr-i586-sdb.raw? maybe you can try the latter.
 
From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of letoem...@gmail.com
Sent: Wednesday, July 24, 2013 11:52 AM
To: ivi
Subject: A problem of booting Tizen IVI
 
I was used bmaptool to copy the image of 
tizen_20130718.5_ivi-mbr-i586-sdb.raw.bz2 to NDIS-166,
But when the prototype starting,It reported a error of "Time out watting for 
device dev-sdb1.device. Dependency failed for /boot. Dependency failed for 
Local File Systems"
Then I entered the /boot dirctory, It exactly without any files. So I wanted to 
whether I have missed some steps after copy the image to prototype?
 
[my environment]
Tizen IVI 3.0 20130718.5
NDIS-166
 



Best Regards
letoe mist.___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: A problem of booting Tizen IVI

2013-07-23 Thread Graydon, Tracy
Our images expect a boot device of sdb1 by default. If you check the fstab on 
your system, you may find it is set to sdb while the actual device is sda. You 
may need to edit accordingly.

Tracy

From: "letoem...@gmail.com" 
mailto:letoem...@gmail.com>>
Date: Tuesday, July 23, 2013 9:01 PM
To: "Li, Hao H" mailto:hao.h...@intel.com>>, ivi 
mailto:ivi@lists.tizen.org>>
Subject: Re: RE: A problem of booting Tizen IVI

I have used the latter of tizen_20130718.5_ivi-mbr-i586-sdb.raw.


Best Regards

From: Li, Hao H
Date: 2013-07-24 11:55
To: letoem...@gmail.com; 
ivi
Subject: RE: A problem of booting Tizen IVI
Do you use bmaptool copy the tizen_20130718.5_ivi-mbr-i586-sdb.raw.bz2 or 
tizen_20130718.5_ivi-mbr-i586-sdb.raw? maybe you can try the latter.

From: ivi-boun...@lists.tizen.org 
[mailto:ivi-boun...@lists.tizen.org] On Behalf Of 
letoem...@gmail.com
Sent: Wednesday, July 24, 2013 11:52 AM
To: ivi
Subject: A problem of booting Tizen IVI

I was used bmaptool to copy the image of 
tizen_20130718.5_ivi-mbr-i586-sdb.raw.bz2
 to NDIS-166,
But when the prototype starting,It reported a error of "Time out watting for 
device dev-sdb1.device. Dependency failed for /boot. Dependency failed for 
Local File Systems"
Then I entered the /boot dirctory, It exactly without any files. So I wanted to 
whether I have missed some steps after copy the image to prototype?

[my environment]
Tizen IVI 3.0 
20130718.5
NDIS-166


Best Regards
letoe mist.
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: RE: A problem of booting Tizen IVI

2013-07-23 Thread letoem...@gmail.com
I have used the latter of tizen_20130718.5_ivi-mbr-i586-sdb.raw.




Best Regards

From: Li, Hao H
Date: 2013-07-24 11:55
To: letoem...@gmail.com; ivi
Subject: RE: A problem of booting Tizen IVI
Do you use bmaptool copy the tizen_20130718.5_ivi-mbr-i586-sdb.raw.bz2 or 
tizen_20130718.5_ivi-mbr-i586-sdb.raw? maybe you can try the latter.
 
From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of letoem...@gmail.com
Sent: Wednesday, July 24, 2013 11:52 AM
To: ivi
Subject: A problem of booting Tizen IVI
 
I was used bmaptool to copy the image of 
tizen_20130718.5_ivi-mbr-i586-sdb.raw.bz2 to NDIS-166,
But when the prototype starting,It reported a error of "Time out watting for 
device dev-sdb1.device. Dependency failed for /boot. Dependency failed for 
Local File Systems"
Then I entered the /boot dirctory, It exactly without any files. So I wanted to 
whether I have missed some steps after copy the image to prototype?
 
[my environment]
Tizen IVI 3.0 20130718.5
NDIS-166
 



Best Regards
letoe mist.___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: A problem of booting Tizen IVI

2013-07-23 Thread Li, Hao H
Do you use bmaptool copy the tizen_20130718.5_ivi-mbr-i586-sdb.raw.bz2 or 
tizen_20130718.5_ivi-mbr-i586-sdb.raw? maybe you can try the latter.

From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of letoem...@gmail.com
Sent: Wednesday, July 24, 2013 11:52 AM
To: ivi
Subject: A problem of booting Tizen IVI

I was used bmaptool to copy the image of 
tizen_20130718.5_ivi-mbr-i586-sdb.raw.bz2
 to NDIS-166,
But when the prototype starting,It reported a error of "Time out watting for 
device dev-sdb1.device. Dependency failed for /boot. Dependency failed for 
Local File Systems"
Then I entered the /boot dirctory, It exactly without any files. So I wanted to 
whether I have missed some steps after copy the image to prototype?

[my environment]
Tizen IVI 3.0 
20130718.5
NDIS-166


Best Regards
letoe mist.
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


A problem of booting Tizen IVI

2013-07-23 Thread letoem...@gmail.com
I was used bmaptool to copy the image of 
tizen_20130718.5_ivi-mbr-i586-sdb.raw.bz2 to NDIS-166,
But when the prototype starting,It reported a error of "Time out watting for 
device dev-sdb1.device. Dependency failed for /boot. Dependency failed for 
Local File Systems"
Then I entered the /boot dirctory, It exactly without any files. So I wanted to 
whether I have missed some steps after copy the image to prototype?

[my environment]
Tizen IVI 3.0 20130718.5
NDIS-166




Best Regards
letoe mist.___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: what the different efi and mbr?

2013-07-23 Thread Clark, Joel
Short answer is to look at the source, just download it from the source repo, 
not the images repo.
http://download.tizen.org/releases/daily/tizen/ivi/latest/repos/ivi/source/

You can see which of the RPM packages was used in any image by looking at the 
.packages file in the images directory


The mbr directory has a bootable image for bootloaders that use the Master Boot 
Record. The efi directory has a bootable image  for bootloaders that use EFI.  
We have several platforms and they have different bootloaders.  The "min" 
images are stripped down to be as small as possible, removing development 
tools, debuggers, sample applications etc.  This is to give a baseline of what 
is needed just to get the minimal system to work.

For short periods we build a "release" image when we are about to archive a 
release in the milestone or previews download directory.  This ensures we have 
an image that knows how to install packages from the target milestone download 
site instead of from the daily site.  So when the milestone release is ready we 
know we don't have to go patch it up just because we relocate where it is in 
the download structures.

So the "ivi-release-efi-i586" image is nearly identical to the "ivi-efi-i586" 
image except for where it looks in the download directories for packages that 
can be installed at runtime.  if you are taking an image from 
releases/daily/latest/, then use the directory that does not have "release" in 
its name.

regards
Joel


From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of arthur bu
Sent: Tuesday, July 23, 2013 8:07 PM
To: ivi@lists.tizen.org
Subject: what the different efi and mbr?

Dear sir:
I just want to know what's the difference about the 
ivi-release-efi-i586/
 and 
ivi-release-mbr-i586/
  under http://download.tizen.org/releases/daily/tizen/ivi/latest/images/? 
there are 6 download links, which one better if I want to download and read the 
source codes?

Best Regards!
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


What is difference between pygobject and python-gobject?

2013-07-23 Thread Chengyi Zhao
Hi,

I found out repos(
https://download.tizen.org/releases/milestone/tizen/ivi/latest/repos/ivi/ia32/packages/i686/)
include pygobject and python-gobject.

Could do anyone like to tell me what is the difference between them?

Thanks,

Chengyi
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: How and Where to find Tizen architecture map edited in UML?

2013-07-23 Thread Clark, Joel
The IVI mail list tends to focus on the things that are unique to the Tizen IVI 
device profile rather than the overall Tizen architecture.  You might find more 
response on the overall architecture at the "general" mail list or possibly the 
"product-dev" mail list.

I don't know about UML but you mind find useful information here:

https://wiki.tizen.org/wiki/Porting_Guide

regards
Joel



From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of alenjordan
Sent: Tuesday, July 23, 2013 6:46 PM
To: ivi@lists.tizen.org
Subject: How and Where to find Tizen architecture map edited in UML?

Hello All,

I want to know how and where to find Tizen architecture map or description 
edited in UML. Such, I can have an overall view of Tizen.

Thanks and Regards,

Alen Yao

___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: what the different efi and mbr?

2013-07-23 Thread Wang, Ning W
They are for different platforms. EFI image is for platform with EFI BIOS while 
mbr image is for legacy boot. Actually the source should be the same.

Thanks,
Ning
From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of arthur bu
Sent: Wednesday, July 24, 2013 11:07 AM
To: ivi@lists.tizen.org
Subject: what the different efi and mbr?

Dear sir:
I just want to know what's the difference about the 
ivi-release-efi-i586/
 and 
ivi-release-mbr-i586/
  under http://download.tizen.org/releases/daily/tizen/ivi/latest/images/? 
there are 6 download links, which one better if I want to download and read the 
source codes?

Best Regards!
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


what the different efi and mbr?

2013-07-23 Thread arthur bu

Dear sir:
I just want to know what's the difference about the 
ivi-release-efi-i586/ 
 
and ivi-release-mbr-i586/ 
 
under http://download.tizen.org/releases/daily/tizen/ivi/latest/images/? 
there are 6 download links, which one better if I want to download and 
read the source codes?


Best Regards!

___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: Tizen IVI 3.0 Daily Sanity Test Report - 20130722.11

2013-07-23 Thread Clark, Joel
Please keep testing wrt-launcher because we expect this issue to be fixed. 

regards
Joel


 

-Original Message-
From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of Wu, DaweiX
Sent: Tuesday, July 23, 2013 6:26 PM
To: Lynch, Rusty; 'ivi@lists.tizen.org'
Subject: RE: Tizen IVI 3.0 Daily Sanity Test Report - 20130722.11

Hi Rusty,
I know what you mean , but if use wrt-launcher , audio doesn't work 
(TIVI-1458) . So this workaround just aim to do more testing against 
MediaPlayer app. I will add more explanations for this workaround next time to 
avoid confusion.


Thanks,
Dawei 

-Original Message-
From: Lynch, Rusty 
Sent: Wednesday, July 24, 2013 12:30 AM
To: Wu, DaweiX; 'ivi@lists.tizen.org'
Subject: RE: Tizen IVI 3.0 Daily Sanity Test Report - 20130722.11

> 2.   Testing MediaPlayer:  'chgrp users /opt/dbspace/.ace* 
> /opt/dbspace/.wrt*' and run it by absolute path with normal user

Please stop doing this step.  WRT apps should only be started via wrt-launcher. 
 When launching the app this way then there is no need to change the group 
owner ship for the db files.

--rusty
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: How and Where to find Tizen architecture map edited in UML?

2013-07-23 Thread Li, Hao H
The pdf format can be found on 
https://www.tizen.org/sites/default/files/tizen-architecture-linuxcollab.pdf


From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of alenjordan
Sent: Wednesday, July 24, 2013 9:46 AM
To: ivi@lists.tizen.org
Subject: How and Where to find Tizen architecture map edited in UML?

Hello All,

I want to know how and where to find Tizen architecture map or description 
edited in UML. Such, I can have an overall view of Tizen.

Thanks and Regards,

Alen Yao

___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


How and Where to find Tizen architecture map edited in UML?

2013-07-23 Thread alenjordan
Hello All,


I want to know how and where to find Tizen architecture map or description 
edited in UML. Such, I can have an overall view of Tizen.


Thanks and Regards,


Alen Yao___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: Tizen IVI 3.0 Daily Sanity Test Report - 20130722.11

2013-07-23 Thread Wu, DaweiX
Hi Rusty,
I know what you mean , but if use wrt-launcher , audio doesn't work 
(TIVI-1458) . So this workaround just aim to do more testing against 
MediaPlayer app. I will add more explanations for this workaround next time to 
avoid confusion.


Thanks,
Dawei 

-Original Message-
From: Lynch, Rusty 
Sent: Wednesday, July 24, 2013 12:30 AM
To: Wu, DaweiX; 'ivi@lists.tizen.org'
Subject: RE: Tizen IVI 3.0 Daily Sanity Test Report - 20130722.11

> 2.   Testing MediaPlayer:  'chgrp users /opt/dbspace/.ace* 
> /opt/dbspace/.wrt*' and run it by absolute path with normal user

Please stop doing this step.  WRT apps should only be started via wrt-launcher. 
 When launching the app this way then there is no need to change the group 
owner ship for the db files.

--rusty
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: Tizen IVI 3.0 Daily Sanity Test Report - 20130722.11

2013-07-23 Thread Lynch, Rusty
> 2.   Testing MediaPlayer:  ‘chgrp users /opt/dbspace/.ace* 
> /opt/dbspace/.wrt*’ and run it by absolute path with normal user

Please stop doing this step.  WRT apps should only be started via wrt-launcher. 
 When launching the app this way then there is no need to change the group 
owner ship for the db files.

--rusty
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: [TIVI-3.0] Bluetooth SPP Connection Test

2013-07-23 Thread Rees, Kevron
please be a little more specific.  Is this a native application?  Web
application?

For native, the pattern is to use DBus proxy calls.  This is what we do in
the Automotive Message Broker:

https://github.com/otcshare/automotive-message-broker/blob/master/plugins/obd2plugin/bluetooth.hpp

For web apps, the tizen web API is documented here:
https://developer.tizen.org/documentation/dev-guide?redirect=https%3A//developer.tizen.org/help/topic/org.tizen.web.appprogramming/html/api_reference/api_reference.htm

Search for "Bluetooth API" and look for BluetoothSocket.  You'll find a
definition of the API and how to create the socket connection.

regards,
Kevron



On Tue, Jul 23, 2013 at 12:46 AM, Joshua Kim  wrote:

> How to make a connection with phone through bluetooth serial profile(spp).
> **
>
> I already installed 'bluez-test' by zypper.
>
> Please let me know to make the spp connection step by step.
>
>
> **
>
> [My environment]
>
> TIVI-3.0 - 20130702.11
>
> NDIS-166
>
> --
> 
>
> KyungTaek Kim
> Email:joshua79@gmail.com
>
> ___
> IVI mailing list
> IVI@lists.tizen.org
> https://lists.tizen.org/listinfo/ivi
>
>
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: PBAP syncing syncevolution

2013-07-23 Thread Clark, Joel
Prasana,

You are pushing at the leading edge of development into areas that nobody has 
implemented yet. This is very welcome and exciting. 

You can see the status of some of the tasks associated and join the discussion 
of the work looking at these feature entries in the tracking database
https://bugs.tizen.org/jira/browse/TIVI-851  ("Search and use Contacts with 
Dialer")
https://bugs.tizen.org/jira/browse/TIVI-872
https://bugs.tizen.org/jira/browse/TIVI-1146
https://bugs.tizen.org/jira/browse/TIVI-873
https://bugs.tizen.org/jira/browse/TIVI-1141
https://bugs.tizen.org/jira/browse/TIVI-1142
https://bugs.tizen.org/jira/browse/TIVI-1236
https://bugs.tizen.org/jira/browse/TIVI-1247
https://bugs.tizen.org/jira/browse/TIVI-1405
https://bugs.tizen.org/jira/browse/TIVI-1406
https://bugs.tizen.org/jira/browse/TIVI-1407
https://bugs.tizen.org/jira/browse/TIVI-1127
https://bugs.tizen.org/jira/browse/TIVI-859

regards
Joel

-Original Message-
From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of prasanna
Sent: Tuesday, July 23, 2013 5:24 AM
To: ivi@lists.tizen.org
Subject: PBAP syncing syncevolution

PBAP syncing and HFP calling with the synced phonebook is succeeded on Tizen 
IVI ?
Is there working UI that syncs call log and phone book over PBAP on tizen IVI ?
I appreciate any pointers to this.

I've registered PBAP PCE and able to get the call log and phonebook on 
commandline console.
How can make it import to the lemolo UI app to display graphically?
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


PBAP syncing syncevolution

2013-07-23 Thread prasanna
PBAP syncing and HFP calling with the synced phonebook is succeeded on 
Tizen IVI ?
Is there working UI that syncs call log and phone book over PBAP on 
tizen IVI ?

I appreciate any pointers to this.

I've registered PBAP PCE and able to get the call log and phonebook on 
commandline console.

How can make it import to the lemolo UI app to display graphically?
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: [TIVI-3.0] Bluetooth SPP Connection Test (Joshua Kim)

2013-07-23 Thread prasanna
1. Query the phone's service to which you want to connect to using 
"sdptool browse "

 and finds its channel number

2. Create a RFCOMM session from commandline using rfcomm utility,
rfcomm connect hci0  
channel no should be the one you found from step 1.
Refer rfcomm man page for usage.

The steps involve creating rfcomm socket, connect over btproto, send 
data from client side.

___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


[TIVI-3.0] Bluetooth SPP Connection Test

2013-07-23 Thread Joshua Kim
How to make a connection with phone through bluetooth serial profile(spp).**

I already installed 'bluez-test' by zypper.

Please let me know to make the spp connection step by step.


**

[My environment]

TIVI-3.0 - 20130702.11

NDIS-166

-- 


KyungTaek Kim
Email:joshua79@gmail.com
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi