<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jul 18, 2014 at 6:24 PM, Dan Smith <span dir="ltr">&lt;<a href="mailto:dsmith@danplanet.com" target="_blank">dsmith@danplanet.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="">&gt; Nothing in is area of memory has ever been mapped to any settings. I<br>
&gt; have no idea what this area is used for. We&#39;ve never had to change any<br>
&gt; of it for anything before.<br>
<br>
</div>Hmm, I thought there were some band limits in there or something, no?<br>
There&#39;s some reason we&#39;re uploading it, because it wasn&#39;t in my initial<br>
implementation.<br></blockquote><div><br>The Aux block has the band limits. The location in memory of the band limits changed when BFB291 was introduced. This caused some undesired issues so since then the upload of the Aux block is aborted when the firmware versions are different.<br>
<br>This new issue is in the Main block. The main block has always been considered to be safe to upload across all models of UV-5R variants. Now it isn&#39;t.<br> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

Regardless, it doesn&#39;t seem useful to upload it only if it&#39;s the same as<br>
what is there. If we&#39;re uploading the exact thing, why not just not<br>
upload it?<br></blockquote><div><br></div><div>If the bytes match, the image is being uploaded to the correct radio. If the bytes do not match, the image is being uploaded to the wrong radio and it must be aborted. Isn&#39;t that what is always done at the start of the upload clone process? Check to make sure the right radio is on the other end of the programming cable.<br>
<br></div><div>The only difference here is the bytes that are being used to detect the radio model are also the bytes that better not be copied to the wrong radio.<br></div><div><br></div><div>Look at the attached file. What I am trying to avoid uploading images from the bottom two rows/models to the top 18 rows/models. It is no different than not being able to upload an image from a UV-5R to a UV-82 or a UV-82 image to a UV-5R. Fortunately with those models, Baofeng change the &quot;ident&quot; between the two. In this case the &quot;ident&quot; is the same.<br>
<br>UV5R_MODEL_291  = &quot;\x50\xBB\xFF\x20\x12\x07\x25&quot;<br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<span class=""><font color="#888888"><br>
--Dan</font></span><br></blockquote></div><br></div><div class="gmail_extra">Jim<br></div></div>