10.1.0: Difference between revisions
No edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 15: | Line 15: | ||
The only sysmodules with IPC changes were: [[Settings_services|settings]], [[Applet_Manager_services|am]], [[NIM_services|nim]], [[OLSC_services|olsc]]. | The only sysmodules with IPC changes were: [[Settings_services|settings]], [[Applet_Manager_services|am]], [[NIM_services|nim]], [[OLSC_services|olsc]]. | ||
The sysmodules are built with the updated SDK, even though the sdkver wasn't changed. | |||
RomFs changes (besides SystemVersion/RebootlessSystemUpdateVersion): | RomFs changes (besides SystemVersion/RebootlessSystemUpdateVersion): | ||
| Line 33: | Line 35: | ||
Various other funcs were also updated. | Various other funcs were also updated. | ||
=== [[BTM_services|btm]]-sysmodule === | |||
Two funcs changed: | |||
* First func: This will no longer Abort when [[Bluetooth_Driver_services#StopInquiry|StopInquiry]] fails, the Result is now ignored. Added a call to the below func with arg=8 which is used in some cases, Aborting on fail. | |||
* Second func: Two func calls were removed. A func call was added, for setting a bool flag to false with mutex-locking. | |||
=== [[Migration_services|migration]]-sysmodule === | |||
Various [[OLSC_services|olsc]] service cmd usage was updated, for using different cmds instead of the previously used cmds, and a new func call which uses an additional cmd was added. | |||
==See Also== | ==See Also== | ||