maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   Digitizer Dead need to get into mass storage without screen (https://talk.maemo.org/showthread.php?t=63406)

fantomsingh 2010-10-05 18:26

Digitizer Dead need to get into mass storage without screen
 
Hi guys, i burnt a hole in my screen digitizer so i cant use the touch screen...before i send it to repair i want to get into MASS storage and copy my stuff to my PC....how can i do this without the touch screen

woody14619 2010-10-05 18:49

Re: Digitizer Dead need to get into mass storage without screen
 
Do you have SSH installed? If so, SSH in and simply mount/copy the data to a microSD card, or sftp the data out. If not... Why didn't you install SSH? :)

Matan 2010-10-05 18:53

Re: Digitizer Dead need to get into mass storage without screen
 
ctrl+shift+x should open an xterm.

fantomsingh 2010-10-05 18:58

Re: Digitizer Dead need to get into mass storage without screen
 
thanx...i got terminal open....what do i do now?? and no i didnt install SSH :(

handaxe 2010-10-05 19:10

Re: Digitizer Dead need to get into mass storage without screen
 
Depending on your pc system, use mass storage mode and the usb cable. Surely the easiest...

fantomsingh 2010-10-05 19:15

Re: Digitizer Dead need to get into mass storage without screen
 
i plug in the USB but i cannot select mass storage because the screen cant sense any touch

mastac 2010-10-05 19:20

Re: Digitizer Dead need to get into mass storage without screen
 
turn your phone off then connect it to the PC with the usb cable. it automatically goes to mass storage mode

Marlon 2010-10-05 19:31

Re: Digitizer Dead need to get into mass storage without screen
 
Misread. Ignore me.

kevinp93 2010-10-05 19:42

Re: Digitizer Dead need to get into mass storage without screen
 
does it really matter? I mean, can't u copy files even when you are connected in 'PC-Suite' mode?

Saying that, try connecting the USB cable to the N900 and Computer. Then PC suite should say that the phone is connected in an incompatible mode or something similar. It could be worthwhile trying to play around and get to the files. By the way, this is only with Windows Machines I believe.

On a side note, how did you manage to burn a hole? :o

bachagabriel 2010-10-05 19:44

Re: Digitizer Dead need to get into mass storage without screen
 
Quote:

Originally Posted by kevinp93 (Post 834097)
does it really matter? I mean, can't u copy files even when you are connected in 'PC-Suite' mode?

Saying that, try connecting the USB cable to the N900 and Computer. Then PC suite should say that the phone is connected in an incompatible mode or something similar. It could be worthwhile trying to play around and get to the files. By the way, this is only with Windows Machines I believe.

On a side note, how did you manage to burn a hole? :o

No it does not. You have to select Mass Storage or PC suite. It does nothing if you don't press it on the touch screen

James_Littler 2010-10-05 19:49

Re: Digitizer Dead need to get into mass storage without screen
 
This is definitely an argument for capacitive over resistive screens.

Capacitive screen make better ashtrays!

kevinp93 2010-10-05 19:53

Re: Digitizer Dead need to get into mass storage without screen
 
Quote:

Originally Posted by bachagabriel (Post 834100)
No it does not. You have to select Mass Storage or PC suite. It does nothing if you don't press it on the touch screen

Fair Point, I just tried that with my N900 and it didn't work as you said.


But, see when you flash your N900. You turn the phone off, press 'U' and then connect the USB cable. This is what you do to flash it, right?

So shouldn't there be some kind of tool to copy the files or something following this procedure?

James_Littler 2010-10-05 19:57

Re: Digitizer Dead need to get into mass storage without screen
 
just connect the phone while it's off and it'll be readable in mass storage mode.

This was mentioned about 6 or 7 posts ago

retsaw 2010-10-05 22:57

Re: Digitizer Dead need to get into mass storage without screen
 
Really? This doesn't work for me. But maybe it was my phone, or maybe it only does that when connected to a Windows machine (I mostly run Linux and am not about to dig out a Windows machine just to check, at least not right now).

If you have installed the rootsh package, you can open the terminal, get root, then install any package you like using apt-get, for example you'd install the ssh server with the command:
apt-get install openssh-server

With the ssh server installed you can use it transfer files. One possible problem with this is that I can't figure out an easy way to make the n900 connect to a wireless access point from the command line.

With the terminal available you can copy files from the main storage to a micro sd card. If you have enough space on your microsd card you can copy (almost) everything with the command:
cp -r /home/user/MyDocs /media/mmc1/

I put the almost in brackets there because there are some configuration files (and maybe high scores for games) stored in /home/user, so you might want to copy all that as well if you think there'll be anything you care about saving in it.

handaxe 2010-10-05 23:07

Re: Digitizer Dead need to get into mass storage without screen
 
Quote:

Originally Posted by James_Littler (Post 834114)
just connect the phone while it's off and it'll be readable in mass storage mode.

This was mentioned about 6 or 7 posts ago

I thought so too (hence my apparently stupid comment earlier :( ) but it seems this was seen as a bug and disabled in pr1.2. At least, my phone will not do this now.

hawaii 2010-10-06 02:25

Re: Digitizer Dead need to get into mass storage without screen
 
/usr/sbin/osso-usb-mass-storage-enable.sh

Markosib 2010-10-06 02:37

Re: Digitizer Dead need to get into mass storage without screen
 
fantomsingh, use the TV out cable for screen and the USB cable for transfers!

maxximuscool 2010-10-06 03:38

Re: Digitizer Dead need to get into mass storage without screen
 
Quote:

Originally Posted by fantomsingh (Post 834058)
thanx...i got terminal open....what do i do now?? and no i didnt install SSH :(

if you have xterminal opened then you can just copy the files to your memory card :D

cp = copy
To copy a directory with all subdirectories and files use the Linux / Unix cp command. Below is an example command of how you would use the cp command to copy files. Additional information about this command and other examples can also be found in the above cp link.

cp -r /home/hope/files/* /media/mmc1/

http://www.computerhope.com/unix/ucp.htm


All times are GMT. The time now is 06:39.

vBulletin® Version 3.8.8