mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-30 14:50:48 +00:00
Compare commits
2 Commits
android/te
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
339c478564 | ||
|
|
c9dd79bb82 |
@@ -1,3 +1,6 @@
|
|||||||
|
>[!IMPORTANT]
|
||||||
|
Development paused due to lack of time until 17th May 2026 (JEE Advanced). PRs and issues might not be responded to until then.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## What is LibrePods?
|
## What is LibrePods?
|
||||||
@@ -46,8 +49,8 @@ new version in development ([#241](https://github.com/kavishdevar/librepods/pull
|
|||||||
|
|
||||||
#### Screenshots
|
#### Screenshots
|
||||||
|
|
||||||
| | | |
|
| | | |
|
||||||
| -------------------------------------------------------------------------------------- | ------------------------------------------------- | --------------------------------------------------------------------------- |
|
| --------------------------------------------------------------------------------------- | -------------------------------------------------- | ---------------------------------------------------------------------------- |
|
||||||
|  |  |  |
|
|  |  |  |
|
||||||
|  |  |  |
|
|  |  |  |
|
||||||
|  |  |  |
|
|  |  |  |
|
||||||
|
|||||||
@@ -132,9 +132,7 @@ static void (*original_l2cu_send_peer_info_req)(tL2C_LCB* p_lcb, uint16_t info_t
|
|||||||
static tBTA_STATUS (*original_BTA_DmSetLocalDiRecord)(tSDP_DI_RECORD* p_device_info, uint32_t* p_handle) = nullptr;
|
static tBTA_STATUS (*original_BTA_DmSetLocalDiRecord)(tSDP_DI_RECORD* p_device_info, uint32_t* p_handle) = nullptr;
|
||||||
|
|
||||||
uint8_t fake_l2c_fcr_chk_chan_modes(void* p_ccb) {
|
uint8_t fake_l2c_fcr_chk_chan_modes(void* p_ccb) {
|
||||||
LOGI("l2c_fcr_chk_chan_modes hooked, calling original function.");
|
LOGI("l2c_fcr_chk_chan_modes hooked, returning true.");
|
||||||
uint8_t result = original_l2c_fcr_chk_chan_modes(p_ccb);
|
|
||||||
LOGI("Original l2c_fcr_chk_chan_modes returned: %d; returning 1.", result);
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user