Is there any custom or official firmware that makes it possible for band to vibrate as soon as it disconnects from the phone. It would be a great feature as we forget our phone sometimes or everyone at least once. This feature would be a lifesaver. Essential at least for person like me.
Is there any custom or official firmware that makes it possible for band to vibrate as soon as it disconnects from the phone. It would be a great feature as we forget our phone sometimes or everyone at least once. This feature would be a lifesaver. Essential at least for person like me.
Is there any custom or official firmware that makes it possible for band to vibrate as soon as it disconnects from the phone. It would be a great feature as we forget our phone sometimes or everyone at least once. This feature would be a lifesaver. Essential at least for person like me.
I looked on 4pda.ru but since every page is to be translated from russian, it hard to find. Can you please point out the link to the particular firmware or just firmware version so that i can directly look for that. Would be very helpful.
Thank you for your quick response. I found the firmware page with your help, however those files were removed so i couldn't download that. Still I'll keep looking for those files or any new firmware with its support as you have mentioned in earlier reply. Although i know c and python I even tried to look for making modifications myself but i guess I know nothing about hex editing. I was wondering if you can suggest any guide where I can start learning about it.
I have already tried n&f but its totally different approach of multiple alarms and consumes a lot of battery out of phone or big delay like 5 to 10 minute may sometimes be not very useful.
Thank you for your quick response. I found the firmware page with your help, however those files were removed so i couldn't download that. Still I'll keep looking for those files or any new firmware with its support as you have mentioned in earlier reply. Although i know c and python I even tried to look for making modifications myself but i guess I know nothing about hex editing. I was wondering if you can suggest any guide where I can start learning about it.
I went for Mili_wuhan_2302_QexMod_103_vibro+.fw ( 390,21 КБ ) . I tried to sign up but the capcha was in russian so i couldn't. Could you make that available on some other medium like email or any google drive link. Thanks in advance.
I went for Mili_wuhan_2302_QexMod_103_vibro+.fw ( 390,21 КБ ) . I tried to sign up but the capcha was in russian so i couldn't. Could you make that available on some other medium like email or any google drive link. Thanks in advance.
I tried installing wuhan but after it failed multiple times. I did a google search for the reason. Turns out that i have HW: V0.23.35.49 .
so i need mili.hankou firmware. I know man you have gone through a lot of trouble for assisting me. I need your help at least once more. Thanks Rendal buddy
I tried installing wuhan but after it failed multiple times. I did a google search for the reason. Turns out that i have HW: V0.23.35.49 .
so i need mili.hankou firmware. I know man you have gone through a lot of trouble for assisting me. I need your help at least once more. Thanks Rendal buddy
Thank you for your quick response. I found the firmware page with your help, however those files were removed so i couldn't download that. Still I'll keep looking for those files or any new firmware with its support as you have mentioned in earlier reply. Although i know c and python I even tried to look for making modifications myself but i guess I know nothing about hex editing. I was wondering if you can suggest any guide where I can start learning about it.
I wanted to, but not an expert in doing so. That's why I need help . I even could not get which exact part of the hex code to be modified. I would appreciate if you people can guide me.
I wanted to, but not an expert in doing so. That's why I need help . I even could not get which exact part of the hex code to be modified. I would appreciate if you people can guide me.
And you are familiar with assembler code? Do you know the architecture of ARM processors? Depending on what you want to change, the given part of the hex file is edited accordingly. You must convert the function you want to modify to assembler, modify the assebbler code, and convert it back to a hex file. Unfortunately, the modified hex code is usually longer, so modifications are difficult. Unfortunately, no one will teach you this if you can't write firmware.
I wanted to, but not an expert in doing so. That's why I need help . I even could not get which exact part of the hex code to be modified. I would appreciate if you people can guide me.
google search for how to convert hex file to assembley and follow th instructions with the fw file. the fw file is just a hex file encoded with utf 8. then follow some youtube tutorial to learn assembly and use that to understand and modify the fw.