Active Topics

 


Reply
Thread Tools
Posts: 79 | Thanked: 21 times | Joined on Sep 2007
#21
Anyway, changing the user's .profile shoud not prevent the device from booting correctly. I would suggest to file a bug report. (The device is still too much focussed on the single user account, I think.)
 
Posts: 486 | Thanked: 251 times | Joined on Oct 2009
#22
Originally Posted by tvogel View Post
Anyway, changing the user's .profile shoud not prevent the device from booting correctly. I would suggest to file a bug report. (The device is still too much focussed on the single user account, I think.)
Too bad the out of box kernel does not support console. This sort of thing would be so easy to fix by booting to single user mode, fix file, reboot to multi user, login, startx.
__________________
The Mini-USB plug is an improvement over both the Type B plug and the Micro-B plug.
 
Posts: 74 | Thanked: 5 times | Joined on Mar 2010 @ torino - italia
#23
tried:
Code:
sudo flasher-3.5 --enable-rd-mode
but I got same behaviour.
 
Posts: 74 | Thanked: 5 times | Joined on Mar 2010 @ torino - italia
#24
ok, I try reflashing mmc with:
Code:
./flasher-3.5 -F RX-51_2009SE_1.2009.41-1.VANILLA_PR_EMMC_MR0_ARM.bin -f -R
236MB of file they are crazy.
 
Posts: 74 | Thanked: 5 times | Joined on Mar 2010 @ torino - italia
#25



resolved!
raflashing the mmc could be (i think) the only thing to do...
have a good nigth guys.
 
Posts: 716 | Thanked: 303 times | Joined on Sep 2009 @ Sheffield, UK
#26
Which brings an interesting point - is it possible to backup the whole eMMC so that you can restore everything? Would be a useful way to backup/restore things like ROMS and Music.
__________________
http://www.speedtest.net/result/877713446.png

My Websites
CSD Projects - Flickr - UAE4Maemo (UAE4All Compatibility List)

Favourite N900 Applications
Picodrive - UAE4All

Please post your UAE4All compatibility reports. Even better, post them to my UAE4Maemo site!
Not sure how UAE4All works such as mouse emulation? Read the FAQ.
 
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#27
Originally Posted by tvogel View Post
Anyway, changing the user's .profile shoud not prevent the device from booting correctly.
Techinically it's not the boot that fails but the user session startup after that. At least part of the problem is Maemo's naive/simplistic "something failed, let's reboot and hope for the best" approach to almost any failure.

I would suggest to file a bug report.
One already exists.
 
niqbal's Avatar
Posts: 474 | Thanked: 368 times | Joined on Jan 2010
#28
Originally Posted by v13 View Post
Install ssh via application manager.

From a (linux) PC run:

Code:
ssh user@n900 "mv .profile .profile.no"
This should execute the command without spawning a login shell (a.k.a. without sourcing .profile). If this fails then you can always try to set the root password (I believe that openssh asks for the root password when it is installed) and connect as root:

Code:
ssh root@n900
not to mention the SSH Server (down) on n900 ~ all of this can't be done remotely
 
niqbal's Avatar
Posts: 474 | Thanked: 368 times | Joined on Jan 2010
#29
Originally Posted by Alex Atkin UK View Post
Which brings an interesting point - is it possible to backup the whole eMMC so that you can restore everything? Would be a useful way to backup/restore things like ROMS and Music.
interesting. i wish this were possible, not that i know off.
 
Posts: 69 | Thanked: 55 times | Joined on Nov 2009
#30
Originally Posted by niqbal View Post
interesting. i wish this were possible, not that i know off.
Something like:

dd if =/dev/your_emmc_partition of=emmc_backup.img

store the img somewhere ( but not in the same partition),
eventually emmc_backup.img caould also be compressed
to save space.

To restore

umount /dev/your_emmc_partition
dd if=emmc_backup.img of= /dev/your_emmc_partition

You need to be root to do this.
WARNING: This is just a proof of concept and untested.
 
Reply


 
Forum Jump


All times are GMT. The time now is 02:15.