blue2107
Well-Known Member
I ran romdump two times with different results.
The first time I got a dump with a few errors. (system.tar 180.08mb)
The second time a larger dump with no errors. (system.tar 180.59mb)
The checksum.md5,config.gz, and system.info.gz were all the same size.
But not the system.tar files
I would like to know:
-Why these "permission denied" errors occurred when I have root?
-Is there a major/critical difference between the two?
-If someone could inspect them and possibly teach me something?
-Can you help me figure out how to install Clockworkmod recovery on this phone?
Here's the second readout with no errors.
The first time I got a dump with a few errors. (system.tar 180.08mb)
The second time a larger dump with no errors. (system.tar 180.59mb)
The checksum.md5,config.gz, and system.info.gz were all the same size.
But not the system.tar files
I would like to know:
-Why these "permission denied" errors occurred when I have root?
-Is there a major/critical difference between the two?
-If someone could inspect them and possibly teach me something?
-Can you help me figure out how to install Clockworkmod recovery on this phone?
Code:
C:\Users\Meek\Desktop>adb push romdump /data/local/
2667 KB/s (1149900 bytes in 0.421s)
C:\Users\Meek\Desktop>adb shell chmod 04755 /data/local/romdump
C:\Users\Meek\Desktop>adb shell /data/local/romdump
Android ROM dumper v0.82b
(c)2011 Sebastian404
You need to be rooted to run this aplication
Device : N860V1.0.0B06
Creating required files... find: /system/etc/firmware: Permission denied
find: /system/etc/gpsone_d: Permission denied
find: /system/etc/firmware: Permission denied
find: /system/etc/gpsone_d: Permission denied
find: /system/etc/firmware: Permission denied
find: /system/etc/gpsone_d: Permission denied
done.
Opening mtd table... done.
Dumping kernel config... done.
Dumping boot partition... done.
Dumping recovery partition... done.
Dumping system partition... done.
Creating Checksums... done.
Cleaning up... done.
All done.
Code:
C:\Users\Meek\Desktop>adb shell chmod 04755 /data/local/romdump
C:\Users\Meek\Desktop>adb shell /data/local/romdump
Android ROM dumper v0.82b
(c)2011 Sebastian404
You need to be rooted to run this aplication
Device : N860V1.0.0B06
Creating required files... done.
Opening mtd table... done.
Dumping kernel config... done.
Dumping boot partition... done.
Dumping recovery partition... done.
Dumping system partition... done.
Creating Checksums... done.
Cleaning up... done.
All done.
