| Author |
Java TV Pilot for K series? |
dxcore Joined: Dec 13, 2004 Posts: 135 From: Poland PM, WWW
|
Are there Java TV Pilot for K700i phone? I know there are Symbian version for Nokia's phones. But i think it's posiibile to make same effect using Java. Is this true?
Sony Ericsson W900i. Just a little future ; ) Unofficial Polish Sony Ericsson Center - http://centrumse.euSony Ericsson, remind W900i is your phone. Buggy phone. Then give us new FW version! |
|
|
ares Joined: Dec 11, 2003 Posts: > 500 From: Coimbra, Portugal PM |
Java cant acess ir in k700 therefore...
This message was posted from a K700i |
dxcore Joined: Dec 13, 2004 Posts: 135 From: Poland PM, WWW
|
Then why i can browse the web using WebViewer via IrDA?
Sony Ericsson W900i. Just a little future ; ) Unofficial Polish Sony Ericsson Center - http://centrumse.euSony Ericsson, remind W900i is your phone. Buggy phone. Then give us new FW version! |
ares Joined: Dec 11, 2003 Posts: > 500 From: Coimbra, Portugal PM |
Its not the same thing...
This message was posted from a K700i |
govigov Joined: Jul 30, 2004 Posts: > 500 From: Back home - Cochin PM |
The reverse is not possible.
This message was posted from a K500 |
blackspot Joined: Sep 06, 2004 Posts: > 500 From: Philippines PM |
There are no remote control Java Apps (if that's what you're looking for) because I have not seen J2ME APIs that support IR. IR implementation is very different on various hardware on different platforms so it's quite difficult to make a standard API for it IMO. IR on most phones are quite short to be practical anyway.
resistance is futile. |
ants Joined: Jan 14, 2005 Posts: 77 PM, WWW
|
dxcore, do u have to start webviewer from the sony ericsson device explorer to view websites or can u start it straight from your phone? |
checho5123 Joined: Nov 02, 2003 Posts: 49 PM |
u have to open it from the device explorer, if u try opening straight from the phone it wont work im not sure why but thats how it works
[addsig] |
govigov Joined: Jul 30, 2004 Posts: > 500 From: Back home - Cochin PM |
They really should start making bluetooth remotes.
This message was posted from a K500 |
blackspot Joined: Sep 06, 2004 Posts: > 500 From: Philippines PM |
That would be a wicked idea, imagine the range and the omni-directional propagation of BT signals, every device within the range will be affected altogether. It would be chaotic!
resistance is futile. |
govigov Joined: Jul 30, 2004 Posts: > 500 From: Back home - Cochin PM |
Nah, BOSE systems are already having bt remotes. A single remote can control all the appliances, tv, sound, player, radio, speakers, amps. . . .
This message was posted from a K500 |
ants Joined: Jan 14, 2005 Posts: 77 PM, WWW
|
dxcore, do u have to start webviewer from the sony ericsson device explorer to view websites or can u start it straight from your phone?
I would really like to know this.
Thankyou. |
dxcore Joined: Dec 13, 2004 Posts: 135 From: Poland PM, WWW
|
From the Device Explorer
Sony Ericsson W900i. Just a little future ; ) Unofficial Polish Sony Ericsson Center - http://centrumse.euSony Ericsson, remind W900i is your phone. Buggy phone. Then give us new FW version! |
ants Joined: Jan 14, 2005 Posts: 77 PM, WWW
|
So u have to start it from the device explorer or it wont work yeah? |
Splice Joined: Apr 26, 2005 Posts: 1 PM |
JAVA CAN acess ir in k700 and k500:
javax.microedition.io
Interface CommConnection
All Superinterfaces:
Connection, InputConnection, OutputConnection, StreamConnection
--------------------------------------------------------------------------------
public interface CommConnection
extends StreamConnection
This interface defines a logical serial port connection. A "logical" serial port is defined as a logical connection through which bytes are transferring serially. The logical serial port is defined within the underlying operating system and may not necessarily correspond to a physical RS-232 serial port. For instance, IrDA IRCOMM ports can commonly be configured as a logical serial port within the operating system so that it can act as a "logical" serial port.
A comm port is accessed using a Generic Connection Framework string with an explicit port identifier and embedded configuration parameters, each separated with a semi-colon (;).
Only one application may be connected to a particular serial port at a given time. An java.io.IOException is thrown, if an attempt is made to open the serial port with Connector.open() and the connection is already open.
A URI with the type and parameters is used to open the connection. The scheme (defined in RFC 2396) must be:
comm:[]
The first parameter must be a port identifier, which is a logical device name. These identifiers are most likely device specific and should be used with care.
|
|
|