maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   Nokia n9 stuck on warning! you have modified the device software... (https://talk.maemo.org/showthread.php?t=93407)

robert01 2014-07-04 07:59

Re: Nokia n9 stuck on warning! you have modified the device software...
 
Quote:

~ # /sbin/parted /dev/mmcblk0
GNU Parted 2.3
Using /dev/mmcblk0
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) unit s
unit s
(parted) print
print
Model: MMC HYNIX (sd/mmc)
Disk /dev/mmcblk0: 31047680s
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
1 1024s 18464767s 18463744s primary fat32 lba
2 18464768s 26853375s 8388608s primary ext4
3 26853376s 31047679s 4194304s primary ext4

(parted) quit
quit
When I try to write start 1024 it writes 1024mb not 1024s and for end I write 18464767 and it recognizes it like 18464767mb not 18464767s

I have like this:
(parted) print
print
Model: MMC HYNIX (sd/mmc)
Disk /dev/mmcblk0: 14,80GB instead of 31047680s
Sector size (logical/physical): 512B/512B
Partition Table: msdos

how do I change to sectors not gb?

nieldk 2014-07-04 08:08

Re: Nokia n9 stuck on warning! you have modified the device software...
 
Quote:

Originally Posted by robert01 (Post 1431777)
When I try to write start 1024 it writes 1024mb not 1024s and for end I write 18464767 and it recognizes it like 18464767mb not 18464767s

I have like this:
(parted) print
print
Model: MMC HYNIX (sd/mmc)
Disk /dev/mmcblk0: 14,80GB instead of 31047680s
Sector size (logical/physical): 512B/512B
Partition Table: msdos

how do I change to sectors not gb?

unit s

(within fdisk, just like print) - 10 chars

robert01 2014-07-04 09:45

Re: Nokia n9 stuck on warning! you have modified the device software...
 
Quote:

(parted) print

Model: Linux File-CD Gadget (scsi)
Disk /dev/sdd: 31047680s
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
1 1024s 18464767s 18463744s primary fat32 lba
2 18464768s 26853375s 8388608s primary
3 26853376s 31047679s 4194304s primary

(parted)
This is my partition table but still the same error..
Quote:

Fetching error list:
========================================
bb5_rdc_cert_read failed
bb5_rdc_cert_read failed
bb5_rdc_cert_read failed
bb5_rdc_cert_read failed
bb5_rdc_cert_read failed
bb5_rdc_cert_read failed
mmc: sfdisk returned status 1
mmc: Could not exec 'tune2fs -L rootfs /tmp/sudmmcvzvtHC/internal0p2'
mmc: Could not remove mount directory /tmp/sudmmcvzvtHC/mnt: No such file or dir
ectory
[Pipe 4] Finishing in error state with status 1
========================================

ERROR: Failed to flash images

nieldk 2014-07-04 09:52

Re: Nokia n9 stuck on warning! you have modified the device software...
 
Quote:

Originally Posted by robert01 (Post 1431788)
This is my partition table but still the same error..

Not sure if it matters, but it seems you didnt create the file system on partition 2 and 3

robert01 2014-07-04 11:14

Re: Nokia n9 stuck on warning! you have modified the device software...
 
Quote:

Originally Posted by nieldk (Post 1431790)
Not sure if it matters, but it seems you didnt create the file system on partition 2 and 3

do i have to name them too?

juiceme 2014-07-04 11:30

Re: Nokia n9 stuck on warning! you have modified the device software...
 
Quote:

Originally Posted by robert01 (Post 1431797)
do i have to name them too?

I don't think it is necessary, but you need to change partition type to 83 (linux) and use mkfs.ext4 to create filesystems.

nieldk 2014-07-04 11:31

Re: Nokia n9 stuck on warning! you have modified the device software...
 
Quote:

Originally Posted by robert01 (Post 1431797)
do i have to name them too?

Try to create the partitions like in that scheme I sent you the link to
1st fat32
2nd ext4
3rd ext4

robert01 2014-07-04 14:19

Re: Nokia n9 stuck on warning! you have modified the device software...
 
Quote:

Originally Posted by nieldk (Post 1431802)
Try to create the partitions like in that scheme I sent you the link to
1st fat32
2nd ext4
3rd ext4

still the same!! don't know what to do anymore

when I flash ubiboot again after failed flashing of main.bin on parted I get unrecognised disk label

robert01 2014-07-04 14:55

Re: Nokia n9 stuck on warning! you have modified the device software...
 
after I create partitions I use
Quote:

flasher -f -F main.bin -F eMMC.bin
is this correct?

nieldk 2014-07-04 15:36

Re: Nokia n9 stuck on warning! you have modified the device software...
 
I beleive that should do it, if course, it might be faulty NAND memory :(
you can try the

flasher -f -F main.bin
flasher -f -F main.bin -F emmc.bin --flash-only emmc

as suggested in previous referenced thread

also, do try the

flasher -f -F main.bin -F emmc.bin --no-preserve

if these doesnt work. after you repartitionef, im flat out of ideas

some had to enable r&d mode with flasher, i guess you could try that, alkthough i dont believe that would help

robert01 2014-07-07 06:07

Re: Nokia n9 stuck on warning! you have modified the device software...
 
it doesn't work.. i give up

irulestar 2014-07-09 05:25

My another N9 have this message too ...
:D
My friend on forum says its IC RAM or IC FLASH is Damaged :D
Keep Calm....
I'm Waiting for This PROBLEM SOLVING :D

juiceme 2014-07-09 06:29

Re: Nokia n9 stuck on warning! you have modified the device software...
 
Quote:

Originally Posted by irulestar (Post 1432197)
My friend on forum says its IC RAM or IC FLASH is Damaged :D
Keep Calm....
I'm Waiting for This PROBLEM SOLVING :D

Yes, it is possible.
However, if the HW is damaged, how do you propose to "solve the problem"? :eek:

robert01 2014-07-11 15:24

Re: Nokia n9 stuck on warning! you have modified the device software...
 
when I create partition with parted at the end when I write quit it gives me this message
Quote:

Information: You may need to update /etc/fstab.

rainisto 2014-07-11 19:38

Re: Nokia n9 stuck on warning! you have modified the device software...
 
Quote:

Originally Posted by robert01 (Post 1431777)
When I try to write start 1024 it writes 1024mb not 1024s and for end I write 18464767 and it recognizes it like 18464767mb not 18464767s

I have like this:
(parted) print
print
Model: MMC HYNIX (sd/mmc)
Disk /dev/mmcblk0: 14,80GB instead of 31047680s
Sector size (logical/physical): 512B/512B
Partition Table: msdos

how do I change to sectors not gb?

Looking from this log, it most likely is the bad memory chip model by looking the name that was automaticly switched to new device in Nokia care without any question asked. But nowadays care might not care anymore. So you might out of luck unless your 2 year factory warranty still is in effect.


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

vBulletin® Version 3.8.8