[Q] Rooting, Flashing, Upgrade services needed!

junctiontwo

Member
Feb 2, 2013
15
0
0
If unlocked at the bootloader type fastboot flash recovery recovery-Tiamat-R4c-100611-1150-cwm.img Note:make sure the img file is in the same folder where your fasboot.exe is in the sdk
I've double-checked the location and it's definitely in the SDK-Tools folder.

This is what I get:

error: cannot load recovery-Tiamat-R4c-100611-1150-cwm.img
 
Last edited:

Warbuff

Senior Member
Jul 23, 2010
644
140
0
New York
Sry for late reply. Just woke up.

You need to be in the same folder in the command line too. for example ive placed my update in the platform tools folder

In the command Line type

cd C:\android-sdk-windows\platform-tools>

That should place you in the same folder structure to match. if yous is in a different area just type
cd whatever the folder address

after youre in there

type fastboot flash recovery nameofrecovery
 
  • Like
Reactions: dfib1

junctiontwo

Member
Feb 2, 2013
15
0
0
Sry for late reply. Just woke up.

You need to be in the same folder in the command line too. for example ive placed my update in the platform tools folder

In the command Line type

cd C:\android-sdk-windows\platform-tools>

That should place you in the same folder structure to match. if yous is in a different area just type
cd whatever the folder address

after youre in there

type fastboot flash recovery nameofrecovery
Ah I see!

Regrettably I'm off out now for the evening (it's 6.10pm here) so will have to wait until tomorrow :(

Thank you both once again for all of your help so far......