Results 1 to 3 of 3

Thread: Satellite v2.0.0 Beta (weather satellite image) - Freeware

  1. #1

    Default Satellite v2.0.0 Beta (weather satellite image) - Freeware



    Purpose:

    MIDlet Satellite is created to allow user of a mobile device viewing current weather situation through satellite image adapted for device's display. Its creation was based on a wisdom that one picture can speak better than 1000 words.
    Satellite image shows almost entire Europe allowing MIDlet to be used outside of the borders of Croatia. Tourists or others planning trips around Europe could find it interesting.Except viewing current situation user can see satellite image animation for the last 4 hours. By getting access to such information user him/herself can predict shall the weather change or will it remain the same.The source of the satellite images is EUMETSAT.

    Use:

    After starting the MIDlet user gets a menu from which he can choose 2 views of the satellite images, settings, help or information about the MIDlet (Picture 1).
    First option provides animation of the 8 satellite images taken in the last 4 hours. Viewing weather development through a longer time interval can help user predict weather be like in the next couple of hours. After requesting data (Picture 2) and choosing connection type (Picture 3) downloading animation to the mobile device takes a while.

    The second option on the menu allows user to view the latest available satellite image.This satellite image is being refreshed every half an hour so the data user gets describes current weather conditions pretty accurately (Picture 4). Timestamp on the images is in UTC (GMT).

    The third option are the settings where user can choose the size and quality (resolution) of images displayed. It is recommended to choose the settings first, before requesting satellite images.
    Image size can be set as small or normal and image quality as low, medium or high. By choosing smaller picture with lower quality download time for the file is reduced and vice versa. If using default setting (size "normal" and quality "medium") it will take about 80 seconds to download image animation and 20 seconds to download last image (depending on the quality of connection and device). It is necessary to save new settings after altering them (Picture 5).

    This application is NOT officially supported by EUMETSAT.





    Satellite v2.0.0 Beta (weather satellite image) - Freeware


    Purpose:

    MIDlet Satellite is created to allow user of a mobile device viewing current weather situation through satellite image adapted for device's display. Its creation was based on a wisdom that one picture can speak better than 1000 words.
    Satellite image shows almost entire Europe allowing MIDlet to be used outside of the borders of Croatia. Tourists or others planning trips around Europe could find it interesting.Except viewing current situation user can see satellite image animation for the last 4 hours. By getting access to such information user him/herself can predict shall the weather change or will it remain the same.The source of the satellite images is EUMETSAT.

    Use:

    After starting the MIDlet user gets a menu from which he can choose 2 views of the satellite images, settings, help or information about the MIDlet (Picture 1).
    First option provides animation of the 8 satellite images taken in the last 4 hours. Viewing weather development through a longer time interval can help user predict weather be like in the next couple of hours. After requesting data (Picture 2) and choosing connection type (Picture 3) downloading animation to the mobile device takes a while.

    The second option on the menu allows user to view the latest available satellite image.This satellite image is being refreshed every half an hour so the data user gets describes current weather conditions pretty accurately (Picture 4). Timestamp on the images is in UTC (GMT).

    The third option are the settings where user can choose the size and quality (resolution) of images displayed. It is recommended to choose the settings first, before requesting satellite images.
    Image size can be set as small or normal and image quality as low, medium or high. By choosing smaller picture with lower quality download time for the file is reduced and vice versa. If using default setting (size "normal" and quality "medium") it will take about 80 seconds to download image animation and 20 seconds to download last image (depending on the quality of connection and device). It is necessary to save new settings after altering them (Picture 5).

    This application is NOT officially supported by EUMETSAT.







    New:

    - user can now choose region
    - it has zoom functionality

    Using new features:

    After choosing "Region" on the main menu a map of Europe is displayed. Navigate the pointer to the place you are interested in and press "Fire" or 5 to save this setting. The satellite images will be focused on the chosen coordinates.

    User can choose zoom in Settings. By default the zoom is 1x. Choose zoom option and press Save from the device menu to save this setting.

    After choosing these settings user can request satellite animation or last satellite image.

    Code:
    [Only registered and activated users can see links. ]

  2.    Advertissements


  3. #2

    Default

    how to change the area

  4. #3

    Default

    Please make sure the link and put necessary

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219