- There is no Hybrid mode in Maps when GreenTea is on.
Oh well.
Anyway, the string "GreenTea" can be found in at least these 5 binaries: SpringBoard, MapKit, GMM, GraphicsServices, PhotoLibrary.
In SpringBoard, GreenTea can be found in these scenarios:
- CFSTR("SBShowITunesStoreOnGreenTea") // in -[SpringBoard userDefaultsDidChange:]
- kGSGreenTeaDeviceCapability near @selector(allowYouTube)
In MapKit,
- -[UIDevice(MKAdditions) _mapkit_isChinaDevice] which returns GSSystemHasCapability(kGSGreenTeaDeviceCapability)
- Some non-harmful changes in MKSearch***
- In MKMaxZoomLevelForCoordinate(), if _mapkit_isChinaDevice returns true, jumps over the test against MKCoordinateIsInSouthKorea() // wtf is going on?!
In GMM,
- Changes the server to http://www.google.cn/glm/...
In PhotoLibrary,
- Something related to MMS.
No comments:
Post a Comment