Active Topics

 


Reply
Thread Tools
mrsellout's Avatar
Posts: 889 | Thanked: 2,087 times | Joined on Sep 2010 @ Manchester
#11
Hi. I just thought of a few other things.

Do you have a microsd card? You could just copy everything across to that as well with xterm.

Don't you have a connection that automatically connects to the internet? On mine, when I reboot it automatically connects to my wifi. And because I accepted on 'use 3g connection' (or something) when there's no wifi, the device will even connect to my 3g connection when required by modest or even MicroB I think. Maybe starting one of those programs from xterm will trigger a connection?

I think there is another way to get access to your emmc. Going off what retsaw said here when you flash the device into r&d mode you can access the emmc. The links are included in his post and you need a linux machine to flash the phone into r&d mode.

Last edited by mrsellout; 2011-04-04 at 21:11.
 

The Following User Says Thank You to mrsellout For This Useful Post:
Posts: 237 | Thanked: 274 times | Joined on Jul 2010
#12
do you have power kernel installed ? or have mad developer installed ?
you can connect your n900 to the internet via usb .

edit /etc/network/interfaces

and add :

auto usb0
iface usb0 inet static
address 10.42.43.10
netmask 255.255.255.0
gateway 10.42.43.1

or change the above to match your system , these numbers are the default for ubuntu , when using network manager and using connection type "shared to other computers"

then do the following :
modprobe -r g_file_storage
modprobe g_nokia
ifup usb0

now your n900 would appear as a network device , if you are using ubuntu , it will automatically configure a new connection called auto usb0 , however if will fail to connect , solve that easily by editing the connection , and going to ipv4 tab and change the connection type to shared to other computers .

by default network manager will set your ip to 10.42.43.1

check your connection by pinging your n900 from your pc

ping 10.42.43.10

you should get replies.

now you can install filezilla on your pc and backup your files from your n900 .

if you want to connect the n900 to the internet , edit /etc/resolv.conf and add

nameserver 8.8.8.8

then check your connection by pinging google.com .

if you are using windows , you need to get a driver for the n900 to be used as a network devices , and change the ip addresses written above to match those used by windows .
 

The Following User Says Thank You to ivyking For This Useful Post:
arora.rohan's Avatar
Posts: 353 | Thanked: 166 times | Joined on Jun 2010 @ India
#13
Oh.. Yea ! mircosd!! i forgot that !

Thats a life saver..
 
arora.rohan's Avatar
Posts: 353 | Thanked: 166 times | Joined on Jun 2010 @ India
#14
Originally Posted by ivyking View Post
do you have power kernel installed ? or have mad developer installed ?
you can connect your n900 to the internet via usb .

edit /etc/network/interfaces

and add :

auto usb0
iface usb0 inet static
address 10.42.43.10
netmask 255.255.255.0
gateway 10.42.43.1

or change the above to match your system , these numbers are the default for ubuntu , when using network manager and using connection type "shared to other computers"

then do the following :
modprobe -r g_file_storage
modprobe g_nokia
ifup usb0

now your n900 would appear as a network device , if you are using ubuntu , it will automatically configure a new connection called auto usb0 , however if will fail to connect , solve that easily by editing the connection , and going to ipv4 tab and change the connection type to shared to other computers .

by default network manager will set your ip to 10.42.43.1

check your connection by pinging your n900 from your pc

ping 10.42.43.10

you should get replies.

now you can install filezilla on your pc and backup your files from your n900 .

if you want to connect the n900 to the internet , edit /etc/resolv.conf and add

nameserver 8.8.8.8

then check your connection by pinging google.com .

if you are using windows , you need to get a driver for the n900 to be used as a network devices , and change the ip addresses written above to match those used by windows .
I deleted Power Kernel46 4 days ago.. fml
 
arora.rohan's Avatar
Posts: 353 | Thanked: 166 times | Joined on Jun 2010 @ India
#15
Originally Posted by mrsellout View Post
Hi. I just thought of a few other things.

Do you have a microsd card? You could just copy everything across to that as well with xterm.
Ok i found my micro sd..
NOw its not supported..

I need :

a Command for formatting it ?
a command to move my pics in my camera folder to my micro sd?

If you could help, i would be really happy ! pls!!
 
Posts: 237 | Thanked: 274 times | Joined on Jul 2010
#16
can you please post the output after you do

cat /proc/partitions
 
mrsellout's Avatar
Posts: 889 | Thanked: 2,087 times | Joined on Sep 2010 @ Manchester
#17
I don't have a microSD card yet, so haven't had to format one, maybe ivyking here can help you. The wiki requires you install a package which will be difficult for you.

One last thing, do you have Backupmenu installed? You can enable USB Mass Storage in that, and then copy across using it.
 
Posts: 237 | Thanked: 274 times | Joined on Jul 2010
#18
if you want to format your first partition on your sd card with a fat32 file system , as root do :

mkfs.vfat /dev/mmcblk1p1

to mount that partiton :

mkdir /media/sdcard
mount /dev/mmcblk1p1 /media/sdcard

to recursively copy all files and folders from MyDocs to the sdcard :

cp -r /home/user/MyDocs/* /media/sdcard/
 
Dave999's Avatar
Posts: 7,074 | Thanked: 9,069 times | Joined on Oct 2009 @ Moon! It's not the East or the West side... it's the Dark Side
#19
Hi

Possible to change the headline so that the thread search could help other users in the future?

Bye
 

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

Tags
edit tags


 
Forum Jump


All times are GMT. The time now is 11:27.