문제

Does MIDP 2.0 say that this phone has at least GPRS capability?

I need to come up with a list of phones which has MIDP 2.0, and GPRS capability.

도움이 되었습니까?

해결책

No.

MIDP gives a Java based interface, architecture, and library, for high level programming of the phone. It does not say anything about the physical capabilities of the underlying system. Technically, the device you're programming against is not even guaranteed to be a phone - any device could decide to implement the MIDP, as long as it has any kind of two-way, wireless, possibly intermittent, network connection.

You can check the full details of the spec here if you want:

https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_JCP-Site/en_US/-/USD/ViewFilteredProducts-SimpleBundleDownload

The suggested hardware requirements for devices are on pages 7-8. Note the use of the word "SHOULD" - devices might not actually have all or even any of these properties.

다른 팁

The GPRS is based on various service provider such as airtel,vodafone.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top