View Single Post
Posts: 6 | Thanked: 1 time | Joined on Oct 2013
#8
Originally Posted by coderus View Post
my file:
Code:
<?xml version="1.0"?>
<gconf>
	<entry name="UsbMode" mtime="1381588171" type="string">
		<stringvalue>windows_network</stringvalue>
	</entry>
	<entry name="DeveloperMode" mtime="1380187170" type="string">
		<stringvalue>true</stringvalue>
	</entry>
</gconf>
so, your file should look like:
Code:
<?xml version="1.0"?>
<gconf>
	<entry name="UsbMode" mtime="1381588171" type="string">
		<stringvalue>ovi_suite</stringvalue>
	</entry>
	<entry name="DeveloperMode" mtime="1380187170" type="string">
		<stringvalue>true</stringvalue>
	</entry>
</gconf>
that has done it - cant thank you enough - i am going to back it up and then flash it to see if that will fix my touch screen issue.

 

The Following User Says Thank You to nas123 For This Useful Post: