We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the Galaxy S2 one needs to restart one's phone so that the new firmware gets loaded.
The text was updated successfully, but these errors were encountered:
and I just find the Makefile for installing patched firmware has some bugs on firmware's position , eg: from line 124:
install-firmware: $(RAM_FILE) [...] @printf "\033[0;31m COPYING\033[0m /sdcard/bcmdhd_sta.bin => /system/etc/wifi/bcmdhd_sta.bin\n" $(Q)adb shell 'su -c "cp /sdcard/bcmdhd_sta.bin /system/etc/wifi/bcmdhd_sta.bin"' #here is the right folder. @printf "\033[0;31m REBOOTING TO RELOAD FIRMWARE\033[0m\n" [...] backup-firmware: FORCE adb shell 'su -c "cp /vendor/firmware/fw_bcmdhd.bin /sdcard/fw_bcmdhd.orig.bin"' #here is the error folder. adb pull /sdcard/fw_bcmdhd.orig.bin
so ,I just install it manually.
Sorry, something went wrong.
No branches or pull requests
On the Galaxy S2 one needs to restart one's phone so that the new firmware gets loaded.
The text was updated successfully, but these errors were encountered: