Jump to content

Blade 2.2 (Chinese) ROM dump


Recommended Posts

Guest tmobilepulse
Posted

my friend said, there is no market, google map, google talk, etc in the chinese release rom

Guest Simon O
Posted
did you get the discount finally?

I did get the discount, but I've paid twice for the phone. I hope I can get the money back soon :lol:

Posted
I did get the discount, but I've paid twice for the phone. I hope I can get the money back soon :lol:

i am planning to get a san francisco. could you tell me what kind of discount it was and how i can get it?

Guest BigBearMDC
Posted
I did get the discount, but I've paid twice for the phone. I hope I can get the money back soon :lol:

Why that?

Guest BigBearMDC
Posted
First payment failed, but left my account. It seems the money was allocated for collection by Orange but they haven't claimed it. In a few days it will come back.

Oh okay ... weird though.

I'm currently thinking if I should sell my iPhone 3G to get a SanFran.

Its definitely better than the iPhone!

Guest tmobilepulse
Posted
BigBearMDC: http://android.modaco.com/content-page/318...nation/page/40/

tmobilepulse: If you copy the root application to the SD card then you can install it using the File Manager application which should be installed on the phone.

yes. i download these app by my phone and backup them. i have sent these to my friend.

ladies and gentlemen, just wait!

Posted
just discuss with my friend.

he will backup it tomorrow

question: should he just root his device by universalroot and then just connectbot to input the commands? will that be ok? fastboot and adb will not be used during the process, aren't they?

more questions: just install connectbot into my phone...but do not know how to use it .... :lol:

understand, just input a nickname and enter...i can get to the command.

Yes, exactly.

P

Guest flash2004
Posted

Yes, waiting eagerly to see the outcome of this...

Guest WillDroid
Posted

Anyone know if anything interesting has happened? :lol:

Guest flash2004
Posted
Anyone know if anything interesting has happened? :lol:

It is 6:20 AM in china right now, so it can be a while....

Guest Sebastian404
Posted (edited)
su
cd /system
tar zcvf /sdcard/system-dump.tar.gz *
dd if=/dev/mtd/mtd1 of=/sdcard/boot-dump.img bs=4096
dd if=/dev/mtd/mtd0 of=/sdcard/recovery-dump.img bs=4096[/code] You might want to get him/her to dump the spash screen too.... just incase its fancy :lol:
[code]su
dd if=/dev/mtd/mtd2 of=/sdcard/slash-dump.img bs=4096

Edited by Sebastian404
Guest tmobilepulse
Posted (edited)
The splash is actually in the boot image.

P

hi paul!

My friend just tried to use the connectbot way to get the files. but it doesn't work. after all the operation in connectbot. there is no backup files in the SD card.

he do not has driver for his xp. what can i do?

Edited by tmobilepulse
Guest David Horvath
Posted
hi paul!

My friend just tried to use the connectbot way to get the files. but it doesn't work. after all the operation in connectbot. there is no backup files in the SD card.

he do not has driver for his xp. what can i do?

Use ubuntu? :lol: Thats a fast solution for sure, and you dont need to suck with windows drivers -.-

Guest BigBearMDC
Posted
hi paul!

My friend just tried to use the connectbot way to get the files. but it doesn't work. after all the operation in connectbot. there is no backup files in the SD card.

he do not has driver for his xp. what can i do?

Did he manage to root it yet?

You can run this commands optionally on the phone also, using a terminal emulator app like this one.

Just run the mentoined commands in the terminal emulator if you don't have the right drivers for the PC.

su
cd /system
tar zcvf /sdcard/system-dump.tar.gz *
dd if=/dev/mtd/mtd1 of=/sdcard/boot-dump.img bs=4096
dd if=/dev/mtd/mtd0 of=/sdcard/recovery-dump.img bs=4096[/code]

Best regards,

BB

Guest tmobilepulse
Posted
Did he manage to root it yet?

You can run this commands optionally on the phone also, using a terminal emulator app like this one.

Just run the mentoined commands in the terminal emulator if you don't have the right drivers for the PC.

Best regards,

BB

he has rooted but i think the universal root is not perfect. when i used the universal root, i can not get the connectbot or terminal emulator work correctly. 'su' is not accessible.

BTW morning!

Guest BigBearMDC
Posted
he has rooted but i think the universal root is not perfect. when i used the universal root, i can not get the connectbot or terminal emulator work correctly. 'su' is not accessible.

BTW morning!

Morning! :lol:

Hmm okay, that's not good. So it seems like he's not getting root rights, which is necessary I think. Although, you could try it without them. I think you should have read-only access to the partitions and read-write access to the SD card. It's worth a try B)

Best regards,

BB

Guest tmobilepulse
Posted
Morning! :lol:

Hmm okay, that's not good. So it seems like he's not getting root rights, which is necessary I think. Although, you could try it without them. I think you should have read-only access to the partitions and read-write access to the SD card. It's worth a try B)

Best regards,

BB

according to him, he said, following my instruction, the required three files do not exist in the SD card. B)

Guest BigBearMDC
Posted
according to him, he said, following my instruction, the required three files do not exist in the SD card. B)

Okay, it could be possible that he has a different partition layout - theoretically. Could you maybe ask him to give you the console output when he enters this commands?

This would help much :lol:

Best regards,

BB

Guest David Horvath
Posted
Okay, it could be possible that he has a different partition layout - theoretically. Could you maybe ask him to give you the console output when he enters this commands?

This would help much :lol:

Best regards,

BB

with ls he can list the files in the current dir. Maybe that helps a lot. with cd you can change dir, and cd .. (with a space) you can go up with one level.

Guest BigBearMDC
Posted
with ls he can list the files in the current dir. Maybe that helps a lot. with cd you can change dir, and cd .. (with a space) you can go up with one level.

That's a good idea!

:lol:

$ cd /																--> current path: /
$ ls
... ... dev ... ...
$ cd dev --> current path: /dev
$ ls
... ... mtd ... ...
$ cd mtd --> current path: /dev/mtd
$ ls
... ... mtd0 mtd1 mtd2 mtd3 ... ...
$ dd if=/dev/mtd/mtd0 of=/sdcard/dump_mtd0.img bs=4096 --> dump partition: /dev/mtd/mtd0
$ dd if=/dev/mtd/mtd1 of=/sdcard/dump_mtd1.img bs=4096 --> dump partition: /dev/mtd/mtd1
$ dd if=/dev/mtd/mtd2 of=/sdcard/dump_mtd2.img bs=4096 --> dump partition: /dev/mtd/mtd2
$ dd if=/dev/mtd/mtd1 of=/sdcard/dump_mtd3.img bs=4096 --> dump partition: /dev/mtd/mtd3[/code]

Thus your friend can find out if he's trying to dump the right partition B)

Best regards,

BB

Guest tmobilepulse
Posted
That's a good idea!

:lol:

$ cd /																					   --> current path: /

$ ls

...  ...  dev  ...  ...

$ cd dev																							--> current path: /dev

$ ls

...  ...  mtd ... ...

$ cd mtd																							--> current path: /dev/mtd

$ ls

...  ...  mtd0  mtd1  mtd2  mtd3  ...  ...

$ dd if=/dev/mtd/mtd0 of=/sdcard/dump_mtd0.img bs=4096				--> dump partition:  /dev/mtd/mtd0

$ dd if=/dev/mtd/mtd1 of=/sdcard/dump_mtd1.img bs=4096				--> dump partition:  /dev/mtd/mtd1

$ dd if=/dev/mtd/mtd2 of=/sdcard/dump_mtd2.img bs=4096				--> dump partition:  /dev/mtd/mtd2

$ dd if=/dev/mtd/mtd1 of=/sdcard/dump_mtd3.img bs=4096				--> dump partition:  /dev/mtd/mtd3

Thus your friend can find out if he's trying to dump the right partition B)

Best regards,

BB

he do not have xp driver. he just did the code in the connectbot.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.