<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nRF9160 GPS functionality broken after factory reset</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126883/nrf9160-gps-functionality-broken-after-factory-reset</link><description>We are using firmware 1.3.6 on the nRF9160. During testing, I ran into the reset loop restriction. To quickly get out of it, I issued a AT%XFACTORYRESET=0 command. (We are not using factory reset normally in the product we ship). 
 After that, the GPS</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 06 Feb 2026 08:45:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126883/nrf9160-gps-functionality-broken-after-factory-reset" /><item><title>RE: nRF9160 GPS functionality broken after factory reset</title><link>https://devzone.nordicsemi.com/thread/560516?ContentTypeID=1</link><pubDate>Fri, 06 Feb 2026 08:45:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7168e0e-05be-4219-89ef-6e6aa168113a</guid><dc:creator>Stephan Walter</dc:creator><description>&lt;p&gt;It was indeed the system mode. We have a Frankenstein architecture with the main application (and Zephyr network stack) running on an nRF53, which communicates with the nRF91 over SPI, relaying AT commands and socket operations.&lt;/p&gt;
&lt;p&gt;We were missing the code in nrf/lib/lte_link_control/lte_lc_modem_hooks.c&lt;/p&gt;
&lt;p&gt;One way to fix this is to insert the following code somewhere on the nRF53:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;STRUCT_SECTION_FOREACH(nrf_modem_lib_init_cb, e) {
    e-&amp;gt;callback(0, e-&amp;gt;context);
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;But we decided to just call&amp;nbsp;lte_lc_system_mode_set() with the desired parameters.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 GPS functionality broken after factory reset</title><link>https://devzone.nordicsemi.com/thread/560509?ContentTypeID=1</link><pubDate>Fri, 06 Feb 2026 07:51:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40afbf26-5f60-4086-90cc-a6029ee14107</guid><dc:creator>Stephan Walter</dc:creator><description>&lt;p&gt;I suspect that I&amp;#39;m missing the system mode command. We recently updated the nRF SDK and it seems that got lost somehow.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>