This guide will fix the issue of the wifi MAC address changing on every reboot that multiple people were having. I've tested this on T-Mobile, although it should work on the h850 as well. I've seen multiple people posting about this issue and I had the issue as well, do I decided to figure out how to fix it and wanted to share.
Step 1) Use root browser and go-to /data/misc/wifi/ folder.
Step 2) If you have a folder called config, delete it (it needs to be a file not a folder)
Step 3) Using a root browser go-to root of your sdcard (internal storage) and create a file called config (no extension), or use file I attached.
Step 4) Open the new file and put the following:
Code:
cur_etheraddr=5c:00:00:00:00:00
This will be your MAC address, change it to what you want your MAC address to be and save the file. If you downloaded attached file, put in root of your sdcard, open it and edit MAC address to what you want and save it without any file extension, I had to put as .Txt to upload it, just make sure to change to no file extension or it won't work.
Step 5) Open a terminal emulator (install one if you don't have one already) and run the following command:
Code:
su -c "cat /sdcard/config > /data/misc/wifi/config"
(and no you can't just copy the file to that location, it won't write)
Step 6) Reboot
This will give you a set MAC address even after reboot. Again fully tested on T-Mobile h830, but should work on h850 as well.