Jump to content

Recommended Posts

Guest Gabriel94
Posted (edited)

Well, I wanted to somehow get TWRP on my G300 but the power button was broken, I booted up from a Ubuntu Live CD, and typed the following command in the Terminal:

dd if=/sdcard/twrp.blob of=/deb/block/platform/msm_sdcc.3/mmcblk0p4[/CODE]

That was it, the end of my G300, my first smartphone, it was a very good one, it wont even start up now, even if its plugged in to charge or whatever, well maybe its time to move on.

My second smartphone will be a iPhone 4. Im not a Apple fan, Ill come back to Android as soon as possible Ill get my hands on the cheap Nexus 4, the iPhone 4 is free, from my cousin, so I cant say no.

Until then, have a good stay on MoDaCo, I sure had, and someday I will return. :(

Edited by Gabriel94
Posted
Well, I wanted to somehow get TWRP on my G300 but the power button was broken, I booted up from a Ubuntu Live CD, and typed the following command in the Terminal:
dd if=/sdcard/twrp.blob of=/deb/block/platform/msm_sdcc.3/mmcblk0p4[/CODE]

That was it, the end of my G300, my first smartphone, it was a very good one, it wont even start up now, even if its plugged in to charge or whatever, well maybe its time to move on.

My second smartphone will be a iPhone 4. Im not a Apple fan, Ill come back to Android as soon as possible Ill get my hands on the cheap Nexus 4, the iPhone 4 is free, from my cousin, so I cant say no.

Until then, have a good stay on MoDaCo, I sure had, and someday I will return. :(

Oh crap, sorry to hear about your phone Gabriel. That's just terrible :(

Posted

He would plug it in and then unplug to turn it on. The only other ways to install TWRP involve fastboot, which still needs a power button.

OK - sorry - didn't realise that... :blush:

Guest george109
Posted

Couldn't you just use

adb reboot bootloader [code]? Or does that not work on the G300? 

Also couldnt you also use an app like rebooter?

Guest Gabriel94
Posted

No rebooter app worked, and adb reboot bootloader just rebooted the device normally.

Guest Dazzozo
Posted

The bootloader reboot reason is broken on the G300, blame Huawei.

Also, mmcblk0p4 is not recovery. mmcblk0p16 is. I guess you followed a guide for another device.

Guest Dazzozo
Posted

What is mmcblk0p4 then?

Is it the bootloader?

Nope, and its always been a mystery. It has no name for sure. It's exactly 1KB and even has an MBR signature. My guess is it's some kind of device-specific configuration read by the bootloader.

Guest Thumper Net
Posted

The iPhone 4 is from next week taken out of apples product line along with the 4s . don't upgrade to iOS 7 when its out as it will slow your phone down and half the new features won't work on it . apples way of forcing you to buy a new iPhone 5 . 5s or its Samsung plastic model the 5c

Guest Gabriel94
Posted

The bootloader reboot reason is broken on the G300, blame Huawei.

Also, mmcblk0p4 is not recovery. mmcblk0p16 is. I guess you followed a guide for another device.

No way to undo what I did? Like replace mmcblk0p4 with the original one?

Guest fabiossilva21
Posted

You could have used adb reboot and then press the down button no need to press the power button (I use this alot I'm lazy :P)

Guest george109
Posted (edited)

Nope, and its always been a mystery. It has no name for sure. It's exactly 1KB and even has an MBR signature. My guess is it's some kind of device-specific configuration read by the bootloader.

No way to undo what I did? Like replace mmcblk0p4 with the original one?

Are they device specific? as I have pulled mine with the adb using the commands


adb shell

cat dev/block/mmcblk0p4 > /sdcard/blk4

^C

adb pull /sdcard/blk4 

and I can upload it here if you want :)

Edited by george109
Guest Dazzozo
Posted

No way to undo what I did? Like replace mmcblk0p4 with the original one?

If you could get it in download mode, yes, but from what you've said it sounds like it doesn't want to power on at all. In that case, not without extra hardware.

Are they device specific? as I have pulled mine with the adb using the commands


adb shell
cat dev/block/mmcblk0p4 > /sdcard/blk4
^C
adb pull /sdcard/blk4 [/code]

and I can upload it here if you want :)

Well since we don't know what they contain you might want to be more sensitive about it. :P

I could have a look for science's sake, though.

Guest george109
Posted (edited)

If you could get it in download mode, yes, but from what you've said it sounds like it doesn't want to power on at all. In that case, not without extra hardware.

Well since we don't know what they contain you might want to be more sensitive about it. :P

I could have a look for science's sake, though.

Can you have a look at it? I can PM it to you, but obviously, do not share it! :P

EDIT: Sent yesterday, just forgot to edit!

Edited by george109

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.