Skip to content

Releases: siemens-mobile-hacks/sdk

v2.0.1

07 Jan 15:41
Compare
Choose a tag to compare
v2.0.1 Pre-release
Pre-release
  1. Rename function GetCurrentTrackFilename -> GetLastAudioTrackFilename.
  2. New function const WSHDR *GetLastAudioTrackDir().
  3. Documentation for CSM_DESC.

v2.0.0

07 Jan 15:38
6b7c94a
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

Swilib 2.0

  1. Supports both IAR and GCC simultaneously.
  2. All functions and their numbers have been standardized.
  3. Added all existing functions from swilib.vkp patches.
  4. All functions have been sorted and grouped by functionality.
  5. Added doxygen documentation for all functions.
  6. Automatically generated online documentation.
  7. Decentralized structure of swilib. Now you can use only a small subset of swilib, like this: #include <swilib/gui.h>

v1.1.8

07 Jan 15:27
e06ab08
Compare
Choose a tag to compare
v1.1.8 Pre-release
Pre-release
  1. Added missed mplayer.h
  2. New functions in swilib:
    • void MEDIA_PLAYLAST();

v1.1.7

07 Jan 15:26
ac3b28a
Compare
Choose a tag to compare
v1.1.7 Pre-release
Pre-release
  1. Allow building fully static elfs (without any shared libs).
  2. Now we have libcrt-static.a for static elfs.
  3. Build .dbg for all .so libraries. This can be used with gdb in elfloader3-linux.
  4. Fixes for the new GCC.

v1.1.6

07 Jan 15:21
d892f90
Compare
Choose a tag to compare
v1.1.6 Pre-release
Pre-release

New functions in swilib:

  • void SettingsAE_RegisterListener(Settings_AE_ListenerProc proc, int set, const char *entry, const char *keyword);
  • void SettingsAE_DeregisterListener(Settings_AE_ListenerProc proc, int set, const char *entry, const char *keyword);
  • void MMI_CanvasBuffer_FlushV(int CanvasID);

v1.1.5

07 Jan 15:20
97c87c7
Compare
Choose a tag to compare
v1.1.5 Pre-release
Pre-release

Documentation for build system.

v.1.1.4

07 Jan 15:19
87a48de
Compare
Choose a tag to compare
v.1.1.4 Pre-release
Pre-release

New functions in swilib:

  • void *GetGBSProcAddress(short cepid);
  • void CreateICL(PGROUP *pg);
  • IMGHDR *GetIMGHDRFromCanvasCache(unsigned int CanvasID);

v1.1.3

07 Jan 15:17
Compare
Choose a tag to compare
v1.1.3 Pre-release
Pre-release

Update libft.so (enable t1_driver_class).

v1.1.2

07 Jan 15:17
Compare
Choose a tag to compare
v1.1.2 Pre-release
Pre-release

Small fixes in swilib.

v1.1.1

07 Jan 15:08
Compare
Choose a tag to compare
v1.1.1 Pre-release
Pre-release

Added LCDLAYER definition to swilib.