Reply
Thread Tools
Posts: 9 | Thanked: 0 times | Joined on Jan 2012
#1
hey guys please help me with my problem..
my nokia n900 internal memory was corrupted and then i am trying to reflash it. So then i download the flasher, rootfs and the vanilla image.But. then after I install the flasher in my pc and input the command
" program files (x86)\maemo\flasher-3.5>"
the output always says that:
"the syntax of the command is incorrect"

..i even try to open directly the flasher-3.5.exe in its directory
C:\Program Files (x86)\maemo\flasher-3.5 but it is still no work.. the command will just pop out in the screen and close again instantly.
what should i do guys?

i already tried it in 2 computers (windows7 62bit and windowsXP) but the the output is just the same.. i hope u guys can help me.
 
Posts: 1,067 | Thanked: 2,383 times | Joined on Jan 2012 @ Finland
#2
use command prompt

http://en.wikipedia.org/wiki/Command_Prompt
__________________
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:
Posts: 291 | Thanked: 435 times | Joined on Apr 2011 @ RO
#3
I installed on C:\
C:\flasher-3.5
and navigate there with your terminal and execute...
use the wiki
but with windows xp sp2 I think you can only flash the rootfs
I have tried a lot...lot...lot
 

The Following User Says Thank You to SHARP66 For This Useful Post:
Posts: 177 | Thanked: 152 times | Joined on Oct 2011
#4
Try to open it from start menu
i had similar problem in past

also read 'help' file in c/program files/maemo/flasher-3.5
it will help
 
Posts: 9 | Thanked: 0 times | Joined on Jan 2012
#5
Originally Posted by Sourav.dubey View Post
Try to open it from start menu
i had similar problem in past

also read 'help' file in c/program files/maemo/flasher-3.5
it will help
i tried to open it in start menu too but the output is still the same. there is always syntax error. i really dont know what to do.. i want to access again my internal memory.
 
Posts: 9 | Thanked: 0 times | Joined on Jan 2012
#6
Originally Posted by SHARP66 View Post
I installed on C:\
C:\flasher-3.5
and navigate there with your terminal and execute...
use the wiki
but with windows xp sp2 I think you can only flash the rootfs
I have tried a lot...lot...lot
i followed your idea bit still no good...hayst.. i really want to access my internal memory
 
Posts: 177 | Thanked: 152 times | Joined on Oct 2011
#7
Your want to access internal memory
try to format it using this command and it will erase all your data You have been warned
root
mkfs.vfat /dev/mmcblk0p1
reboot
it will format your MyDocs
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#8
Do NOT format the internal card, if you do not want to risk to loose all the data, that was ther before the file system became corrupted.

Either: You want to get the files back
You need rootsh installed for this to work
Code:
sudo gainroot
umount /dev/mmcblk0p1
There might be an error message, but continue ignoring it
Code:
fsck -af /dev/mmcblk0p1
If this command succeeds, you should reboot. If there are errors during file system check, please report back with complete error message.

Or: You do not need the files back, because you have a backup or ...
You also need rootsh installed
Code:
sudo gainroot
umount /dev/mmcblk0p1
mkfs.vfat /dev/mmcblk0p1 -n MyDocs
Personal note: A fitting title would have beneftted your thread in drawing attention.

Last edited by michaaa62; 2012-11-29 at 07:44.
 

The Following 3 Users Say Thank You to michaaa62 For This Useful Post:
Posts: 9 | Thanked: 0 times | Joined on Jan 2012
#9
thanks for the help man.. that really helps me a lot.. though i had deleted all the file in my internal memory.. thanks a lot man.
 
Posts: 164 | Thanked: 64 times | Joined on May 2013
#10
Originally Posted by michaaa62 View Post
Do NOT format the internal card, if you do not want to risk to loose all the data, that was ther before the file system became corrupted.

Either: You want to get the files back
You need rootsh installed for this to work
Code:
sudo gainroot
umount /dev/mmcblk0p1
There might be an error message, but continue ignoring it
Code:
fsck -af /dev/mmcblk0p1
If this command succeeds, you should reboot. If there are errors during file system check, please report back with complete error message.

Or: You do not need the files back, because you have a backup or ...
You also need rootsh installed
Code:
sudo gainroot
umount /dev/mmcblk0p1
mkfs.vfat /dev/mmcblk0p1 -n MyDocs
Personal note: A fitting title would have beneftted your thread in drawing attention.
Hi, need help. I have error in my internal memory with some files which i can't delete, its write read only files... what should i do? format MyDocs?
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:28.