You are on page 1of 27

JET key feature

• Multitasking
• Exchange Active sync
• Web kit Browser(Dolphin)
• SHP evolution

ETO
류동원 책임
2009.06.09
Multitasking

1. Multitasking summary
• Main concept.
-> MainApp :
It is an independent application.
Shown on running task bar
launched application by menu(MainMenu, Softkey, Idle wiget…)
-> SubApp :
a dependent application on the parental application
launched application by other application( option menu box) is SubApp.

Main Menu Task Manager

If user does If user does


short press of long press of
Cube key, it Cube key, Task
goes to main manager comes
menu. out.

Unit of MainApp
Jan 2009 - C3 Vodafone Confidential
Multitasking (cont.)

2. JAVA Multitasking
• Previously : All of middlets were included in Java MainApp. So it was impossible that AppMgr splits
middlets into MainApps.
• Currently : All middlets have different event-handlers. So it is possible that AppMgr splits middlets into
MainApps as below.

Midlet 1 Midlet 2 Midlet 3


MSG

MP

MainApp MainApp
MainApp
MainApp

SubApp

Jan 2009 - C3 Vodafone Confidential


Multitasking (cont.)

3. Multiple Instance
• Previously : It was not supported. So if user tries to execute some application which was
launched already. The old application was closed by the system to launch new application
• Currently : User can launch multiple of the same applications. But currently not all
applications are supported.(ex: Browser)

CT Camera CallLog
MSG
MSG
MP MSG MSG

MainApp
MainApp


MainApp
SubApp
MainApp SubApp SubApp

 There are 4 MSG instance


SubApp
( 1MainApp and 3SubApp).

Jan 2009 - C3 Vodafone Confidential


Multitasking (cont.)

• Benefit
– Almost all the application can be run at the same time
– Hygienic factor of Open OS platform like WM/S60
– Maximize rich use case

• Limitation
– Few combination of multiple execution not allowed due to lack of
CPU/memory resource
– Camera & browser cannot be run at the same time
– Multiple browsers cannot be seen in Task Manager
– App that uses same resource cannot run at the same time
(ex) music player + voice call (both are using audio resource)

5 Jan 2009 - C3 Vodafone Confidential


Exchange Active Sync

Microsoft® Exchange ActiveSync®


• ActiveSync = Protocol for communicating with Microsoft
Exchange server
- Optimized for wireless
- Synchronize Calendar, Contacts, Task and Mail with exchange
- PC Synchronization is not supported
- Security : Remote Wipe

Carrier
Networ
k

Microsoft Third
Enterprise
Exchange Party
Firewall
Servers NOC
--- Active Sync
--- Blackberry, VISTO

HTTPS between Phone and MS Exchange


6 JanServer
2009 - C3 Vodafone Confidential
Exchange Active Sync(cont.)

 Samsung Implementation 1
 Optimized PING message : new scheme to catch server PING period quickly
 Fast Dormancy

Samsung Implementation Before applied After applied


1. Optimized PING tracing 27.1mA ( 40hours) 18.6mA (59hours)
mechanism
2. Fast Dormancy 27.1mA ( 40hours) 7.6mA (144hours)
1 + 2 solution 27.1mA ( 40hours) 6.7mA (165hours)
 Standby time comparison with other models

Model Active sync Client Battery lifetime


Cubic31 RoadSync 6.7mA (165hours)
i600 MS ActiveSync 22.4mA ( 49hours)
N95 8GB Mail for Exchange 40.1mA ( 30hours)

Jan 2009 - C3 Vodafone Confidential


Exchange Active Sync(cont.)

 Samsung Implementation 2
: Back-up of inbox in SD card in Q3(June 2009)

Samsung Implementation First launch MR


Max. number of email in phone 300 ea. 300 ea.
memory
Attachment size 5MB 5MB
Backup of inbox in SD card Not supported supported

- if max. number of email is reached in phone memory, all emails can be backed up in SD
card. And then, user can synchronize again into empty phone memory.
- Email that is stored in SD card can be referenced at any time.
- Forward/Reply is not possible for email stored in SD card.

Integration of Active Sync in other SHP model

- Cubic31(S8000 - JET)
- Eltz (S7220) ActiveSync UI
- Vianden (S7350) guideline

Jan 2009 - C3 Vodafone Confidential

8
Exchange Active Sync(cont.)

Key Features Samsung BlackBerry iPhone 3G


Email O O O
Calendar O O O
Contacts O O O
Task O O O
Attachments O O X(cannot send attach)
Subfolders O O O
SSL Support O O O
Sync over Cellular Data Network or WLAN O O O
Manual and Schedule Sync O O O
X
Peak/Off Peak and Roaming Sync Options O O
(sync interval, don’t sync while roaming)
Data Range & Message Size Filtering O O X
Meeting Response (Accept / Decline) O O O
Direct Push O O O
Remote Wipe of Exchange Data O O O
Global Address List Look-up (GAL) O O partially (not for meeting schedule)
X(search by sender, contents is not
Online Mailbox Search O O
supported)

9 Jan 2009 - C3 Vodafone Confidential


May Workshop – Fast dormancy

Fast dormancy

Jan 2009 - C3 Vodafone Confidential


May Workshop – Fast dormancy

Newly introduced as Rel 8 CR(Change Request) spec in 3GPP


- It helps phone close RRC connection quickly after data message is transferred.

SCRI(Signalling Connection Release Indicator) is sent for earlier termination of


RRC
- It could reduce RRC connection time, which could lead to saving battery drain.

<Current behavior> <Fast Dormancy behavior>

Phone NW Phone NW
PING message PING message

4~10 SCRI message


sec
Avg:
50 sec RRC
connection
Release
Idle
RRC
connection
Release
Idle

Jan 2009 - C3 Vodafone Confidential


May Workshop – Fast dormancy

When triggered?
- Periodic PING message is sent
- In case of MRAB(voice + PING sending), Fast Dormancy is deactivated
- When other data application(Browser, MMS, Email ) is used , it is not triggered

<Performance comparison>
ActiveSync Battery Current & standby time
Model Platform Idle Current
Client Capacity in Push mode

3.3mA 6.7mA
Samsung S8000 SHP DataViz 1100mAh
(333h) (164h)
3.8mA 22.4mA
Samsung I8510 Symbian DataViz 1200mAh
(315h) (53h)
3.1mA 8.9mA
Samsung I900 Window mobile MicroSoft 1440mAh
(464h) (161h)
6.9mA 12.1mA
RIM Bold9000 BlackBerryOS BlackBerry 1500mAh
(217h) (123h)
4.5mA 18.2mA
Nokia E71 Symbian Nokia 1500mAh
(333h) (82h)
12 Jan 2009 - C3 Vodafone Confidential
Exchange Active Sync(cont.)

USP of Exchange Active Sync in JET

Easier setting
of push email

No need for IDLE


NOC in NW Exchange Active Sync Widget
side

Battery
Performance
improved

13
Jan 2009 - C3 Vodafone Confidential
Webkit browser - Dolphin

Webkit?
- Open Source
• Webkit 3.2 core high performance browser

• One-finger Zoom (Up to 4 times)

URL Google Text


Multi-window Bookmark
Address Search Search
Widget
Multi-purpose address field

Jan 2009 - C3 Vodafone Confidential


Webkit browser – Dolphin(Cont.)

Supported Features

■ SingleFinger ZOOM [0.8 / 1.0]


■ With single finger rather than multi-touch, user can ZOOM IN/OUT
■ After long press, Scroll UP/DOWN to ZOOM IN/OUT
■ Adaptive ZOOM

■ Overview Mode [0.8 / 1.0]


■ When displaying a page at first, display it with small zoom ratio.
■ With double tap where user want, display toggles between small and big zoom mode.

■ MultipleWindow [1.0]
■ Tabbing Window
■ Up to 5 windows

■ Bookmark Widget [1.0]


■ When saving a page as bookmark, user can save it as widget also.
■ From IDLE screen, user can use that widget as direct link.

■ Multi-purpose Address Input field [1.0]


■ URL Address Input field
■ Google Search
■ Text search in browsing page.

Jan 2009 - C3 Vodafone Confidential


Webkit browser – Dolphin(Cont.)

Supported Features (cont.)

■ AdBlocker ( Hide-AD ) [1.0]


■ Blocking advertisement in a page
■ Improve user experience by blocking un-wanted advertisement
■ Performance enhancement by 10% averagely

■ OnlineWidget [ 0.8/1.0 ]
■ W3C Standard
■ Inter-working with Samsung Online Widget

■ RSSReader [ 1.0 ]
■ RSS Reader was integrated into browser application
■ RSS 1.0, RSS 2.0, ATOM 1.0

■ MultipleDownload [ 1.0 ]
■ Background Downloading while browsing.
■ User can download up to 4 contents simultaneously.

Jan 2009 - C3 Vodafone Confidential


Webkit browser – Dolphin(Cont.)

Performance comparison
■ Page Loading Performance
■ Faster than NF3.5 and Opera 9.5 in similar H/W capability [SEC]

Jasmine ( S5600 ) NF3.5 ( M8800 ) Opera 9.5 ( F480 )


eBay 37.6 41.0 38.0
Amazon 34.4 43.2 44.2
CNN 62.8 71.9 74.2
YouTube 21.0 34.5 36.5

■ Faster than iPhone in Cubic31 [SEC]

Cubic31 iPhone
3G Wifi 3G Wifi
eBay 12.5 9.0 14.1 8.5
Amazon 19.7 8.7 24.8 18.4
CNN 42.7 17.9 45.4 22.7
YouTube 11.0 7.4 13.0 10.6

Jan 2009 - C3 Vodafone Confidential


Webkit browser – Dolphin(Cont.)

Roadmap

’08 4Q ’09 1Q ’09 2Q ’09 3Q ’09 4Q ’10 1Q

Version Ver 0.8 Ver 1.0 Ver 1.5 Ver 2.0

Standard Webkit 3.0 Webkit 3.2 OMA DL 2.0 ACID3 100% CSS III
HTML 4.01 ACID2 100% HTML 5.0 JavaScript 1.8
JavaScript 1.3 JavaScript 1.5 DOM3
WAP 2.0 OMA Browsing WebForm2.0 / WebControls
2.3 1.0
OMA DL1.0
Feature Single Finger Multiple News Ticker Configurable Security
ZOOM Windows Toolbar
Multimedia - Anti phishing
Overview Mode Bookmark Viewer Page Printing
Widget - Malware blocking
Widget Text Context Webkit Linux
iViwer Menu
Easy Scroll
RSS Reader Global UX ( Add-On Features
Non-touch ) - Favorite Add-on features
Multi-purpose
Address input, will be applied.

AdBlocker - Under investigation to


support Add-on itself.
Multiple
Downloading
Flash
Streaming
(TBD)

Jan 2009 - C3 Vodafone Confidential


Webkit browser – Dolphin(Cont.)

■Key feature of Dolphin browser

Faster
Browser

On-line Single TAB


widget Dolphin experience

Multiple
Browser
Launch

19
19 Jan 2009 - C3 Vodafone Confidential
SHP Restructuring in JET

Platform Upgrade

Main features of AP+Thin modem architecture


Cubic31
•High performance AP: LSI 6410(800MHz clock)
SHP
•High Resolution (WVGA, AMOLED)
Thin
•Performance improvement in Browser and Navigation application
AP Modem •3D H/W Accelerator (OpenGL-ES)
•Rich graphic application
AP + Thin modem (ex. Motion Gate, Photo contact, 3D navigation)

Jan 2009 - C3 Vodafone Confidential


Question?

22 Jan 2009 - C3 Vodafone Confidential


Appendix
•Webkit Browser
Webkit Browser(Appendix)

Webkit features

Jan 2009 - C3 Vodafone Confidential


Webkit Browser(Appendix)

■Multiple Window [1.0]


■ Tabbing Window
■ Up to 5 windows

Select Tab Add Tab

Move taps

Jan 2009 - C3 Vodafone Confidential


Webkit Browser(Appendix)

■Bookmark Widget [1.0]


■ When saving a page as bookmark, user can save it as widget also.
■ From IDLE screen, user can use that widget as direct link.

Save bookmark
while browsing

In IDLE scren
widget for
that page is
added

Jan 2009 - C3 Vodafone Confidential


Webkit Browser(Appendix)

■Multi-purpose Address Input field [1.0]


■ URL Address Input field
■ Google Search
■ Text search in browsing page.

URL Address Google Search Text Search

Jan 2009 - C3 Vodafone Confidential


Webkit Browser(Appendix)

■AdBlocker ( Hide-AD ) [1.0]


■ Blocking advertisement in a page
■ Improve user experience by blocking un-wanted advertisement
■ Performance enhancement by 10% on average

AdBlocker Disable AdBlocker Enable


Jan 2009 - C3 Vodafone Confidential

You might also like