Reply
Thread Tools
Posts: 6 | Thanked: 1 time | Joined on Oct 2013
#1
Hi Guys,

i cant believe my N9 has partially stopped functioning.

basically my battery died and once i charged and started it up my touch screen has stopped responding the device loads up and i receive calls and text but cannot do anything as when i touch the screen there is no response.

i have tried restarting million times!!!

So what i would like to do is back up my device using OVI suite.

if i plug in my N9 to laptop i get the option to choose the three :
sdk, mass storage or ovi but as i cant touch its no good as it just defaults to charging.

so i thought maybe i can change some config file in the N9 so when i plug in a usb the device auto connects in OVI mode.

so i installed flasher and on my linux laptop i started the process of flasher. to allow pone to be mounted to local machine.

then i mounted the three N9 partitions to /mnt/

going through the some configs i cam across usb-moded and usb-moded.ini

but i cant seem to get this to work can anyone help me out here please....
 
qwazix's Avatar
Moderator | Posts: 2,622 | Thanked: 5,447 times | Joined on Jan 2010
#2
I don't know what configuration file to edit, but if you have developer mode on, you can ssh into the device, start vnc and then from there choose the usb mode.
__________________
Proud coding competition 2012 winner: ρcam
My other apps: speedcrunch N9 N900 Jolla –– contactlaunch –– timenow

Nemo UX blog: Grog
My website: qwazix.com
My job: oob
 
Posts: 6 | Thanked: 1 time | Joined on Oct 2013
#3
Originally Posted by qwazix View Post
I don't know what configuration file to edit, but if you have developer mode on, you can ssh into the device, start vnc and then from there choose the usb mode.
That is a good idea - but i don't have it activated.
thanks qwazix.

damn i wish i had it activated. there is most likely a conf file for dev mode...
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,700 times | Joined on Nov 2011 @ Ängelholm, Sweden
#4
/etc/osso-af-init/gconf-dir/Meego/System/%gconf.xml

set ovi_suite to UsbMode
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Posts: 6 | Thanked: 1 time | Joined on Oct 2013
#5
Originally Posted by coderus View Post
/etc/osso-af-init/gconf-dir/Meego/System/%gconf.xml

set ovi_suite to UsbMode
hi coderus - will try right now and update.
 
Posts: 6 | Thanked: 1 time | Joined on Oct 2013
#6
Originally Posted by nas123 View Post
hi coderus - will try right now and update.
hi coderus:

this is the content of file:
<?xml version="1.0"?>
<gconf>
<entry name="DeveloperMode" mtime="1341564435" type="string">
<stringvalue>true</stringvalue>
</entry>
</gconf>

how should the syntax look for adding usbmode to ovi_suite
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,700 times | Joined on Nov 2011 @ Ängelholm, Sweden
#7
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>
__________________
Telegram | Openrepos | GitHub | Revolut donations

Last edited by coderus; 2013-10-12 at 14:58.
 

The Following User Says Thank You to coderus For This Useful 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:
Posts: 1,067 | Thanked: 2,383 times | Joined on Jan 2012 @ Finland
#9
Sometimes bad chargers and/or charger cable also block touch events from the screen. I'm assuing that you have tried to use the device without charger cable connected too? If you have then reflash might do the trick.
__________________
IRC: jonni@freenode
Sailfish: ¤ Qt5 SailfishTouchExample ¤ Qt5 MultiPointTouchArea Example ¤ ipaddress ¤ stoken ¤ Sailbox (Dropbox client) ¤
Harmattan: ¤ Presence VNC for Harmattan ¤ Live-F1 ¤ BTinput-terminal ¤ BabyLock ¤ BabyLock Trial ¤ QML TextTV ¤
Disclaimer: all my posts in this forum are personal trolling and I never post in any official capacity on behalf of any company.
 

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


 
Forum Jump


All times are GMT. The time now is 17:53.