fedemengofede Posted February 1, 2015 Share Posted February 1, 2015 Salve a tutti, ho aggiornato alla versione 10.10.2 e per far funzionare handoff dovrei fare quanto seguente: Filename: IOBluetoothFamily Find: 48 85 C0 74 5C 0F B7 48 Replace: 41 BE 0F 00 00 00 EB 59 Il problema è che non so che comando lanciare da terminale, c'è qualcuno che potrebbe spiegarmi cosa fare? So che potrebbe sembrare semplice ma davvero non so come muovermi. Grazie e tutti Link to comment https://www.insanelymac.com/forum/topic/304266-find-replace-da-teminale/ Share on other sites More sharing options...
Mirone Posted February 1, 2015 Share Posted February 1, 2015 try this: sudo perl -pi -e 's|\x48\x85\xC0\x74\x5c\x0f\xB7\x48|\x41\xbe\x0f\x00\x00\xeb\x59|g'/System/Library/Extensions/IOBluetoothFamily.kext/Contents/MacOS/IOBluetoothFamily Link to comment https://www.insanelymac.com/forum/topic/304266-find-replace-da-teminale/#findComment-2107703 Share on other sites More sharing options...
fedemengofede Posted February 1, 2015 Author Share Posted February 1, 2015 i got this error: -i used with no filenames on the command line, reading from STDIN. Link to comment https://www.insanelymac.com/forum/topic/304266-find-replace-da-teminale/#findComment-2107711 Share on other sites More sharing options...
Mirone Posted February 1, 2015 Share Posted February 1, 2015 here is the modified kext: IOBluetoothFamily.kext.zip Link to comment https://www.insanelymac.com/forum/topic/304266-find-replace-da-teminale/#findComment-2107728 Share on other sites More sharing options...
fedemengofede Posted February 1, 2015 Author Share Posted February 1, 2015 Thank you very much, it works perfectly.. You made my day PS: can you tell me how you do that? I'd like to learn Link to comment https://www.insanelymac.com/forum/topic/304266-find-replace-da-teminale/#findComment-2107808 Share on other sites More sharing options...
Mirone Posted February 3, 2015 Share Posted February 3, 2015 use Hex Fiend. Link to comment https://www.insanelymac.com/forum/topic/304266-find-replace-da-teminale/#findComment-2108266 Share on other sites More sharing options...
Recommended Posts