Skip to content
New issue

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

APP: Restart required after firmware install on Galaxy S2 #31

Open
matthiasseemoo opened this issue Jan 18, 2017 · 1 comment
Open

APP: Restart required after firmware install on Galaxy S2 #31

matthiasseemoo opened this issue Jan 18, 2017 · 1 comment
Labels

Comments

@matthiasseemoo
Copy link
Member

On the Galaxy S2 one needs to restart one's phone so that the new firmware gets loaded.

@6769
Copy link

6769 commented Feb 27, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants