mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-30 14:50:48 +00:00
Compare commits
1 Commits
main
...
android/te
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e4d401223 |
@@ -1,6 +1,3 @@
|
|||||||
>[!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?
|
||||||
@@ -49,8 +46,8 @@ new version in development ([#241](https://github.com/kavishdevar/librepods/pull
|
|||||||
|
|
||||||
#### Screenshots
|
#### Screenshots
|
||||||
|
|
||||||
| | | |
|
| | | |
|
||||||
| --------------------------------------------------------------------------------------- | -------------------------------------------------- | ---------------------------------------------------------------------------- |
|
| -------------------------------------------------------------------------------------- | ------------------------------------------------- | --------------------------------------------------------------------------- |
|
||||||
|  |  |  |
|
|  |  |  |
|
||||||
|  |  |  |
|
|  |  |  |
|
||||||
|  |  |  |
|
|  |  |  |
|
||||||
|
|||||||
@@ -132,7 +132,9 @@ 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, returning true.");
|
LOGI("l2c_fcr_chk_chan_modes hooked, calling original function.");
|
||||||
|
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