How to change logo.bin? - Moto E Q&A, Help & Troubleshooting

I recently made a ctOS logo.bin, but i forgot how to change it
Someone can help me?

tailsdoll said:
I recently made a ctOS logo.bin, but i forgot how to change it
Someone can help me?
Click to expand...
Click to collapse
I would recommend taking a look at this guide here following steps 2 and onward http://forum.xda-developers.com/showthread.php?p=52804779. But essentially put the logo in your adb and fastboot folder on your computer and run the following command:
Code:
fastboot flash logo yourlogo.bin
Let me know if you still have questions.

shimp208 said:
I would recommend taking a look at this guide here following steps 2 and onward http://forum.xda-developers.com/showthread.php?p=52804779. But essentially put the logo in your adb and fastboot folder on your computer and run the following command:
Code:
fastboot flash logo yourlogo.bin
Let me know if you still have questions.
Click to expand...
Click to collapse
Nope, i'm fine, thanks!

Related

[Potential Brick!]Failed by installing a Theme[Q]

Hey there guys, i have currently a big problem on my play or lets rather say I’m not able get it started.
Always when I’m trying to boot the phone I just ending up wirth a black screen. At first, it shows the normal boot behavior plus the Sony ericsson boot animation Logo, but then it turns automatically off again and tries to boot over and over again, the whole time.
How does it come:
I have tried to install a custom Theme, to be more exact this theme here. I wanted to install it over the Root explorer and moved and replaced the framework-res.apk to /system/framework…..and ended up like that after reboot….
Is there any chance to get my phone worked again, or are all of my data lost forever? ;(
Reflash a system.img
That file is an update.zip, which you ought to flash with ClockWorkMod. You shouldn't just copy-paste the items inside said files, since this kind of things can happen.
Larsiano said:
Hey there guys, i have currently a big problem on my play or lets rather say I’m not able get it started.
Always when I’m trying to boot the phone I just ending up wirth a black screen. At first, it shows the normal boot behavior plus the Sony ericsson boot animation Logo, but then it turns automatically off again and tries to boot over and over again, the whole time.
How does it come:
I have tried to install a custom Theme, to be more exact this theme here. I wanted to install it over the Root explorer and moved and replaced the framework-res.apk to /system/framework…..and ended up like that after reboot….
Is there any chance to get my phone worked again, or are all of my data lost forever? ;(
Click to expand...
Click to collapse
Use the recovery and install the theme again over your ****ed up system. It will fix permissions and hopefully fix your phone!
Regards
Bin4ry said:
Use the recovery and install the theme again over your ****ed up system. It will fix permissions and hopefully fix your phone!
Regards
Click to expand...
Click to collapse
That's a point too.....I haven't installed recovery until now….should I be able to launch recovery afterwards in this status? via adb maybe?…..uhhhhhh
Right now you cannot install recovery, you boot it with the proper command as per the instruction of the thread and do what you need. Therefore, you can launch recovery any time, as long as you can enter fastboot
Logseman said:
Right now you cannot install recovery, you boot it with the proper command as per the instruction of the thread and do what you need. Therefore, you can launch recovery any time, as long as you can enter fastboot
Click to expand...
Click to collapse
Great thanks so far, as excepted there’s no problem to get fastboot started.
But it seems like, that I still haven’t got it properly installed in the way it should be.
After I downloaded the IMG File from Bin4ry’s thread, I was running fastboot and opened a cmd on the folder where the IMG file was contained and entered the command:
fastboot boot recoveryPLAY.img…..
and nothing happened….
I know that I missed something, what exactly has gone wrong?
Just btw, is there right now, on the whole XDA Universe a big ass Tutorial or Guide with the all the best of introductions for things like adb, recovery, custom roms etc.?
I'm looking for it quite a while and got more or less just pieces… =/
Larsiano said:
Great thanks so far, as excepted there’s no problem to get fastboot started.
But it seems like, that I still haven’t got it properly installed in the way it should be.
After I downloaded the IMG File from Bin4ry’s thread, I was running fastboot and opened a cmd on the folder where the IMG file was contained and entered the command:
fastboot boot recoveryPLAY.img…..
and nothing happened….
I know that I missed something, what exactly has gone wrong?
Just btw, is there right now, on the whole XDA Universe a big ass Tutorial or Guide with the all the best of introductions for things like adb, recovery, custom roms etc.?
I'm looking for it quite a while and got more or less just pieces… =/
Click to expand...
Click to collapse
when entering the commands make sure you get the fastboot running first and execute the flash commands while the phone is UNPLUGGED and powered down. then when says waiting for device, plug in in fastboot. if this doesnt work i am not sure what your doing wrong or if something else is broken that needs to be fixed also
You said you where running fastboot and then used cmd? fastboot is a part of the android sdk, you have to put the .img file in the same folder as fastboot is (C:/program files (x86)/android/android-sdk/tools if you installed the android-sdk in the standard place) and then run that command when your phone is in fastboot mode.
svenk919 said:
You said you where running fastboot and then used cmd? fastboot is a part of the android sdk, you have to put the .img file in the same folder as fastboot is (C:/program files (x86)/android/android-sdk/tools if you installed the android-sdk in the standard place) and then run that command when your phone is in fastboot mode.
Click to expand...
Click to collapse
or set the path in windows variables so you can use it in any folder
svenk919 said:
You said you where running fastboot and then used cmd? fastboot is a part of the android sdk, you have to put the .img file in the same folder as fastboot is (C:/program files (x86)/android/android-sdk/tools if you installed the android-sdk in the standard place) and then run that command when your phone is in fastboot mode.
Click to expand...
Click to collapse
Shouldn’t it be then C:\Program Files (x86)\Android\android-sdk\platform-tools ?
Because when I’m doing it exactly as you say, it appears a error report with a missing AdbWinApi.dll, which is detectable in \platform-tools…..
But I guess that makes not realy more sense....
I haven't tried it out yet, I'm to scared of trying out things just by myself right now, please correct me if I'm wrong…
Download my attached fastboot_adb.zip, extract the archive and copy all 4 files to
C:\Windows\
After you have done that open a command prompt.
You will see smth like this :
Code:
C:\Documents and Settings\USERNAME\>
Now change to the directory where you put the recoveryPLAY.img .
Enter smth like this
Code:
cd C:\the\path\where\you\put\the\file
if it is on antother drive you have to switch the driveletter before:
for example on drive D:\ just type
Code:
d:
then change to the directory.
IF you are inside the wanted directory type exactly this command:
Code:
fastboot boot recoveryPLAY.img
after that just wait and your phone will boot to recovery mode!
I'm wondering how you have unlocked your bootloader if you are not able to use fastboot commands
Regards
Larsiano said:
Shouldn’t it be then C:\Program Files (x86)\Android\android-sdk\platform-tools ?
Because when I’m doing it exactly as you say, it appears a error report with a missing AdbWinApi.dll, which is detectable in \platform-tools…..
But I guess that makes not realy more sense....
I haven't tried it out yet, I'm to scared of trying out things just by myself right now, please correct me if I'm wrong…
Click to expand...
Click to collapse
My bad, I once copied all contents from platform-tools to tools as a cheap fix (could very well be for the AdbWinApi.dll file). Binary's solution is the better though.
YEAH! Worked ;DDDDD ....halfway through.... =/
I was running everything as Bin4ry said and it worked till the point where I rebooted the system again.
And see there, even the boot animation has changed to the one on this thread here.
But then, it acts with the same behavior before….boots automatically on and off, over and over again…just with a new animation….
Maybe the zip.file of the theme isn't compatible with my phone, I have btw R800i – 184.
So, I guess the stock theme should fix it, right?
Bin4ry said:
I'm wondering how you have unlocked your bootloader if you are not able to use fastboot commands
Click to expand...
Click to collapse
Naja, ist alles schon Monate her, da vergisst man solche Sachen halt mal, aber hey! gut zu wissen das Schwelm gleich bei mir um die Ecke ist
If nothing works you have to restore stock system.img
Code:
fastboot flash system system.img
This will solve your problem. Your data is stored in userdata partition, so it wont be affected from this process.
Wo kommst du denn her?
Regards
Bin4ry
Bin4ry said:
If nothing works you have to restore stock system.img
Code:
fastboot flash system system.img
This will solve your problem. Your data is stored in userdata partition, so it wont be affected from this process.
Wo kommst du denn her?
Regards
Bin4ry
Click to expand...
Click to collapse
Allright, but to restore the system, I assume I need a system.img File, correct?
Mhmm...no clue, if that would make any sense but I have tried to use the system.img File over the nandroid backup...
....aaand....well.....nothing has changed….
......oh man, how annoying.
I'm sorry to bother you guys with crappy things like that =/
Achja, aus Wuppertal - Barmenl! ;D
Use this ROM, untick "Wipe Userdata" in Flashtool while flashing:
http://forum.xda-developers.com/showthread.php?t=1097591
If you dont UNTICK your data is loss
Regards

Amonra

Can someone post amonra in zip form so I can flash in the bootloader? All the ones I have found are .IMG files. I know months ago when I first Iunlocked it was a zip file.
Thanks in advance
Sent from my ADR6425LVW using Tapatalk 2
putney1477 said:
Can someone post amonra in zip form so I can flash in the bootloader? All the ones I have found are .IMG files. I know months ago when I first Iunlocked it was a zip file.
Thanks in advance
Sent from my ADR6425LVW using Tapatalk 2
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1615969
download it in the OP
synisterwolf said:
http://forum.xda-developers.com/showthread.php?t=1615969
download it in the OP
Click to expand...
Click to collapse
Awesome! Thanks so much!
putney1477 said:
Awesome! Thanks so much!
Click to expand...
Click to collapse
you're welcome.
learning some fastboot commands isn't a bad idea too
RoryHe said:
learning some fastboot commands isn't a bad idea too
Click to expand...
Click to collapse
those scare me! I know I should just go ahead and learn them...............It doesnt seem at scary to flash in the bootloader LOL
putney1477 said:
those scare me! I know I should just go ahead and learn them...............It doesnt seem at scary to flash in the bootloader LOL
Click to expand...
Click to collapse
lol bootloader could brick your device too.
just make sure what you are flashing with fastboot is what you want.
fastboot flash recovery amonra315.img
here are some basics.
what i do is put it on the root of my drive. for this example i will use c:\
what you do is cd to the folder with ADB and Fastboot tools.
1. cd c:\fastboot
2. fastboot reboot bootloader
3. fastboot flash recovery amonra315.img
4 fastboot reboot.
thats it.
uploading a mini fastboot and adb folder with everything you need to get you started. just need to make sure you have ADB drivers install, you can get them from "HTC sync"
give me like 5 min, my work blocks uploads so i need to ftp into it.
EDIT:
Here is the link to the mini adb and fastboot. link
synisterwolf said:
lol bootloader could brick your device too.
just make sure what you are flashing with fastboot is what you want.
fastboot flash recovery amonra315.img
here are some basics.
what i do is put it on the root of my drive. for this example i will use c:\
what you do is cd to the folder with ADB and Fastboot tools.
1. cd c:\fastboot
2. fastboot reboot bootloader
3. fastboot flash recovery amonra315.img
4 fastboot reboot.
thats it.
uploading a mini fastboot and adb folder with everything you need to get you started. just need to make sure you have ADB drivers install, you can get them from "HTC sync"
give me like 5 min, my work blocks uploads so i need to ftp into it.
EDIT:
Here is the link to the mini adb and fastboot. link
Click to expand...
Click to collapse
Thanks, I will give this a try. THe amonra.ziip didn't work. Well I don't think it did. I flashed it in the bootloader, rebooted, tried to get into recovery and I get what looks like a syncing green icon, then it turns into the red triangle with exclamation point in it.
It worked. Thanks so much. You were right, the fastboot commands weren't too bad.
Sent from my GT-P3113 using Tapatalk 2

[Q] fastboot flashing errors

ok.. i have done some googling on this error but the only results were japanese.
i have 2 identical phones, one is bricked but can get into fastboot, the other is fully working and has root.
i have used the dd command to copy the boot, recovery and system images.
when i went to flash them system.img flashed fine, but boot.img and recovery.img are sent ok but fail on flashing with this error: "remote: size too large" and wont flash, but if i execute :"fastboot boot boot.img" the phone will boot into android.
i have tried the android control fastboot protocol and adb one with no luck.
the phone is a huawei ascend p1 lte (U9202l-1)
bump: anyone know how to fix this
help anyone? could someone at least say if there is no way to fix this
nitros12 said:
help anyone? could someone at least say if there is no way to fix this
Click to expand...
Click to collapse
Hi there,
First, could you tell me the name of the phone, plus your provider?
its a huawei ascend p1 lte (model number: U9202l-1) provided by t-mobile (or ee)
nitros12 said:
its a huawei ascend p1 lte (model number: U9202l-1) provided by t-mobile (or ee)
Click to expand...
Click to collapse
Okay,
My recommendation, nitros, would be to download the Android SDK, and try to flash the ROM yourself.
I will attach an XML file, that is the general syntax followed when flashing a device.
If you are running windows, download the android sdk, and open up command prompt as an administrator, and input the following commands:
cd \[put file path to the android sdk here]\sdk\platform-tools
And follow the steps provided in the XML file.
Good luck!
If this fails, let me know.
PS: Only input the operations that are located between <steps interface="AP"> and </steps>.
If the command says <step operation="flash" partition="sbl1" filename="sbl1.mbn" MD5="3273A6FDFDFA35D2E5FCE4B3FBB1764F" />, then you type in "fastboot sbl1 sbl1.mbn".
If the command says <step operation="reboot-bootloader" /> then you type in "fastboot reboot-bootloader".
If the command says <step operation="erase" partition="modemst2" />, then you type in "fastboot erase modemst2".
i have the sdk but now how do i get hold of the rom.
do i have to make it from a dump
nitros12 said:
i have the sdk but now how do i get hold of the rom.
do i have to make it from a dump
Click to expand...
Click to collapse
I don't know the solution, but if you have a dump, please tell me, because i have a bricked p1 lte too and i would like to unbrick it!
Please someone must help!
here
entonjackson said:
I don't know the solution, but if you have a dump, please tell me, because i have a bricked p1 lte too and i would like to unbrick it!
Please someone must help!
Click to expand...
Click to collapse
here: i have the boot, system and recovery.img
https://docs.google.com/file/d/0BzsA17IjC5k2aVpncUoxaGZSczg/edit?usp=sharing
https://docs.google.com/file/d/0BzsA17IjC5k2YzZWemRjZk9leEk/edit?usp=sharing
nitros12 said:
here: i have the boot, system and recovery.img
https://docs.google.com/file/d/0BzsA17IjC5k2aVpncUoxaGZSczg/edit?usp=sharing
https://docs.google.com/file/d/0BzsA17IjC5k2YzZWemRjZk9leEk/edit?usp=sharing
Click to expand...
Click to collapse
and how do i need to flash this, please tell me!!
heres what i did to get it working: get android control, start cmd in its directory, boot into fastboot (power and volume down) and type: fadtboot boot (where boot. img is located)/boot.img, if it boots good if not restart back to fastboot and type: fadtboot flash system.img and then boot boot.img.
when it boots, open android control and co to the flashing tab, flash boot.img first then recovery, if it works great.
the reason you need to use android control is because it runs a few more commands that stop it giving the error i made this thread for.
Sent from my U9202L-1 using xda app-developers app
nitros12 said:
heres what i did to get it working: get android control, start cmd in its directory, boot into fastboot (power and volume down) and type: fadtboot boot (where boot. img is located)/boot.img, if it boots good if not restart back to fastboot and type: fadtboot flash system.img and then boot boot.img.
when it boots, open android control and co to the flashing tab, flash boot.img first then recovery, if it works great.
the reason you need to use android control is because it runs a few more commands that stop it giving the error i made this thread for.
Sent from my U9202L-1 using xda app-developers app
Click to expand...
Click to collapse
You posted the boot.img and recovery.img, i also need the system.img, please
its being uploaded now, system. img is 67MB
but try getting it to work without system.img 1st
Sent from my U9202L-1 using xda app-developers app
nitros12 said:
its being uploaded now, system. img is 67MB
but try getting it to work without system.img 1st
Sent from my U9202L-1 using xda app-developers app
Click to expand...
Click to collapse
Ok, please post the link when it's finished. You are awesome dude! i hope i get this phone running again!
have to stop uploading now, end of my "pc time" will start again tomorrow
i have to do some homework and the computer is not allowed to be on when nobody is using it.
Sent from my U9202L-1 using xda app-developers app
nitros12 said:
have to stop uploading now, end of my "pc time" will start again tomorrow
i have to do some homework and the computer is not allowed to be on when nobody is using it.
Sent from my U9202L-1 using xda app-developers app
Click to expand...
Click to collapse
OK, i will wait until tomorrow. But give me a promise to upload the file. You are my only hope!
Please!
will continue tommorrow
Sent from my U9202L-1 using xda app-developers app
I have a bad feeling that it won't work.
Because I already tried
Code:
fastboot flash boot boot.img
and
Code:
fastboot flash recovery recovery.img
with your two files. and both gave this error:
FAILED (remote: Download size too large)
Click to expand...
Click to collapse
Are you sure this will work?
yea
entonjackson said:
I have a bad feeling that it won't work.
Because I already tried
Code:
fastboot flash boot boot.img
and
Code:
fastboot flash recovery recovery.img
with your two files. and both gave this error:
Are you sure this will work?
Click to expand...
Click to collapse
yes, it did the same thing to me: first boot into boot.img with: [/CODE]fastboot boot boot.img[/CODE]
then use android control to flash boot.img, android control does some other commands that let it work
nitros12 said:
yes, it did the same thing to me: first boot into boot.img with: [/CODE]fastboot boot boot.img[/CODE]
then use android control to flash boot.img, android control does some other commands that let it work
Click to expand...
Click to collapse
Hey! Thanks for the info.
I will try it, when I'm back from work.
Are you already uploading? I really need the system.img

[How to] Remove Bootloader Warning

1.
After unlocking bootloader every boot bothers us by showing warning in red letters.
Here is how to remove that :
http://forum.xda-developers.com/showthread.php?t=2682932
Thanks @Topsnake
You will need mfastboot, adb, bootlogo - all.
I'll take no guarantee for bricking your device if you are doing something wrong!
Click to expand...
Click to collapse
I used the xt1080logo_fixed.zip.
Extract it.
If you have path of adb and mfastboot added to system variables, just shif+right click in the folder where logo file resides. Choose 'open command prompt here'.
Otherwise, copy logo file to mfastboot directory and open command prompt there.
Run theses commands:
Code:
adb reboot bootloader
mfastboot flash logo logo_fixed.bin
mfastboot reboot
Replace the logo_fixed.bin with the name of logo you are flashing.
2.
If you wish to create your own boot logo, then head to this :
http://forum.xda-developers.com/showpost.php?p=53098892&postcount=355
Thanks @KidJoe
Does this work on indian moto e???
Rohit99 said:
Does this work on indian moto e???
Click to expand...
Click to collapse
Yes. I'm on Indian Moto. ( Didn't you notice BSNL on my profile ?)
Flashable zip available here
http://forum.xda-developers.com/moto-e/themes-apps/logo-bootloader-logo-batman-arkham-style-t2864420
@SidDev said:
http://forum.xda-developers.com/moto-e/themes-apps/logo-bootloader-logo-batman-arkham-style-t2864420
Click to expand...
Click to collapse
if i give you a image can make one for me please

(SOLVED) PLEASE HELP-sony xperia z ultra gpe bootlooping

PLEASE HELP ,i have a sony xperia z ultra g.p.e with 4.4.4 rooted and a locked bootloader which i managed to delete a system file and immediately started boot looping the boot animation.
I can still get into the stock recovery.
I've searched everywhere and all i see is instruction for unlocked bootloader .
I've read that i can't flash an ftf with a locked boot loader,please help
i have a macbook but also have access to a windows comp
please if anyone can help me with step by step instruction to bring the phone back to a working state i would forever be thankful.
icotulookn said:
PLEASE HELP ,i have a sony xperia z ultra g.p.e with 4.4.4 rooted and a locked bootloader which i managed to delete a system file and immediately started boot looping the boot animation.
I can still get into the stock recovery.
I've searched everywhere and all i see is instruction for unlocked bootloader .
I've read that i can't flash an ftf with a locked boot loader,please help
i have a macbook but also have access to a windows comp
please if anyone can help me with step by step instruction to bring the phone back to a working state i would forever be thankful.
Click to expand...
Click to collapse
If you do have a GPe DO NOT FLASH AN FTF it will result in a permanent hard brick. Look for DooMLoRD's return to stock thread in GPe development section, it will return you to stock 4.4.2 and then you can let it update from there.
Thank you I will give that a try and post back results
icotulookn said:
Thank you I will give that a try and post back results
Click to expand...
Click to collapse
I must apologize for giving out bad advice. Stock recovery will not allow flashing older firmware.
I think what may be possible is flashing the 4.4.4 system IMG with fastboot. Maybe @egzthunder1 or @blueether will be nice enough to offer some better advice.
adfurgerson said:
I must apologize for giving out bad advice. Stock recovery will not allow flashing older firmware.
I think what may be possible is flashing the 4.4.4 system IMG with fastboot. Maybe @egzthunder1 or @blueether will be nice enough to offer some better advice.
Click to expand...
Click to collapse
OK thanks yea I'm really lost, I've been searching and I can't find any instruction on this.
Is this even possible with a locked boot loader?
icotulookn said:
OK thanks yea I'm really lost, I've been searching and I can't find any instruction on this.
Is this even possible with a locked boot loader?
Click to expand...
Click to collapse
Is it bootlooping or just stuck?
You should be able to flash a 4.4.4 system image
Instructions would be:
Download system_4.4.4.7z from http://forum.xda-developers.com/showthread.php?t=2799423
Extract the system_4.4.4.img
Code:
fastboot flash system <path_to_system_4.4.4.img>
blueether said:
Is it bootlooping or just stuck?
You should be able to flash a 4.4.4 system image
Instructions would be:
Download system_4.4.4.7z from http://forum.xda-developers.com/showthread.php?t=2799423
Extract the system_4.4.4.img
Code:
fastboot flash system <path_to_system_4.4.4.img>
Click to expand...
Click to collapse
Its boot looping the boot animation over and over .
OK this is my first Sony phone, I'm sorta familiar with fast boot from my HTC days but its been along time
If I remember correctly I had to install android SDK and fast boot, do I need all the same in this case?
Like i said its been along time and i would be thankfull for any and all instruction given ...
icotulookn said:
OK thanks yea I'm really lost, I've been searching and I can't find any instruction on this.
Is this even possible with a locked boot loader?
Click to expand...
Click to collapse
Again I apologize for posting without refreshing my memory by looking up the older threads. There was two issues with my first post.
1. Stock recovery will not allow flashing older firmware as I mentioned.
2. There is an edited ota zip but it needs to be flashed with custom recovery, which I believe can only be used with an unlocked bootloader.
Hopefully fastboot flashing the system img does the trick.
---------- Post added at 12:22 AM ---------- Previous post was at 12:20 AM ----------
icotulookn said:
Its boot looping the boot animation over and over .
OK this is my first Sony phone, I'm sorta familiar with fast boot from my HTC days but its been along time
If I remember correctly I had to install android SDK and fast boot, do I need all the same in this case?
Like i said its been along time and i would be thankfull for any and all instruction given ...
Click to expand...
Click to collapse
This should do what you need.
http://forum.xda-developers.com/showthread.php?t=2317790
​Thank you so much for the fast replies and the assistance, I think I just need the Sony drivers which I can do a search for.
Its getting late so I will give it a go tomorrow and report back.
Fingers Crossed !!
icotulookn said:
​Thank you so much for the fast replies and the assistance, I think I just need the Sony drivers which I can do a search for.
Its getting late so I will give it a go tomorrow and report back.
Fingers Crossed !!
Click to expand...
Click to collapse
Easiest way to get the drivers may to download flashtool and grab them from the drivers folder.
ok I'm on a windows 8 comp and I've downloaded and installed adb and fast boot along with the sony drivers ..i have the phone in fast boot mode and usb connected and no matter what i do i can't get the comp to connect with the phone, am i missing something with windows 8 ?
am i doing something wrong with driver installation?
What am i doing wrong? i will gladly and thankfully accept any advice..
icotulookn said:
ok I'm on a windows 8 comp and I've downloaded and installed adb and fast boot along with the sony drivers ..i have the phone in fast boot mode and usb connected and no matter what i do i can't get the comp to connect with the phone, am i missing something with windows 8 ?
am i doing something wrong with driver installation?
What am i doing wrong? i will gladly and thankfully accept any advice..
Click to expand...
Click to collapse
Yes Windows 8 is a pain, Google for "disable driver signature verification in Windows 8" and see if that helps.
blueether said:
Is it bootlooping or just stuck?
You should be able to flash a 4.4.4 system image
Instructions would be:
Download system_4.4.4.7z from http://forum.xda-developers.com/showthread.php?t=2799423
Extract the system_4.4.4.img
Code:
fastboot flash system <path_to_system_4.4.4.img>
Click to expand...
Click to collapse
please help me , i put the system_4.4.4.img in drive C:\ and I'm having a problem remembering how to do the flash boot commands ,,what i have done is "fastboot flash system system_4.4.4.img" but without the quotes and its not working, can u tell me how to direct it to the path of C:\ because I'm pulling my hair out..can u help?
adfurgerson said:
Yes Windows 8 is a pain, Google for "disable driver signature verification in Windows 8" and see if that helps.
Click to expand...
Click to collapse
i think i got it but i can't remember the how to do the fastboot to where the system file is.
the file name is (system_4.4.4.img) and i have it on the C:\ drive
can u tell me the exact command for fast boot to that file?
many many thanks
icotulookn said:
please help me , i put the system_4.4.4.img in drive C:\ and I'm having a problem remembering how to do the flash boot commands ,,what i have done is "fastboot flash system system_4.4.4.img" but without the quotes and its not working, can u tell me how to direct it to the path of C:\ because I'm pulling my hair out..can u help?
Click to expand...
Click to collapse
You need the whole path ex. C:\user\icotulookn\downloads\4.4.4 system img.
I am positive I found the file and was able to copy and paste the path into adb, not sure if that works for fastboot.
adfurgerson said:
You need the whole path ex. C:\user\icotulookn\downloads\4.4.4 system img.
I am positive I found the file and was able to copy and paste the path into adb, not sure if that works for fastboot.
Click to expand...
Click to collapse
i have it directly on C:\ so would i go
fastboot flash system system_4.4.4.img C:\
when i go( fastboot flash system system_4.4.4.img ) it starts but then says<remote:command not allowed
icotulookn said:
i have it directly on C:\ so would i go
fastboot flash system system_4.4.4.img C:\
when i go( fastboot flash system system_4.4.4.img ) it starts but then says<remote:command not allowed
Click to expand...
Click to collapse
I havent used windows (if I can help it) for near 15 years but something like
fastboot flash system C:\system_4.4.4.img
"remote:command not allowed" is probably because of the locked BootLoader, I thought that may happen
Do you know what the fole you deleted was? you may be able to adb push it back onto the system if the GPe boots far enough.
The only other options I can think of are:
Ask Sony for a singed update.zip of the full 4.4.4 (no patch files) so it can be flashed by the stock recovery
Or use adb to do an oem unlock* - but this will wipe DRM keys and render the camera without auto focus
* You could try and run TA backup, but I think it will fail to gain root to do the back up... can you get shell access to the device? "adb shell"
Gonna suggest something off the left field, but if you have access to stock recovery... Have you tried doing a full wipe? I mean, unless ypu royally messed something up elsewhere, flashing system would give you the same end result as a full wipe.
Hopefully this helps.
blueether said:
I havent used windows (if I can help it) for near 15 years but something like
fastboot flash system C:\system_4.4.4.img
"remote:command not allowed" is probably because of the locked BootLoader, I thought that may happen
Do you know what the fole you deleted was? you may be able to adb push it back onto the system if the GPe boots far enough.
The only other options I can think of are:
Ask Sony for a singed update.zip of the full 4.4.4 (no patch files) so it can be flashed by the stock recovery
Or use adb to do an oem unlock* - but this will wipe DRM keys and render the camera without auto focus
* You could try and run TA backup, but I think it will fail to gain root to do the back up... can you get shell access to the device? "adb shell"
Click to expand...
Click to collapse
Some things I am wondering.
1. Can 5.0 update be flashed in stock recovery or would.it fail due to missing files?
2. Can a kernel with recovery be hotbooted to flash the edited 4.4.2 ota?
3. Can the 4.4.4 system img be flashed with flashtool?
4. Is there a fastboot command similar to "adb devices" that will confirm it is connected properly?
I swear that I had the same error trying to return GPe to stock using WIN 8.1 laptop, on WIN 7 desktop it worked fine.
adfurgerson said:
Some things I am wondering.
1. Can 5.0 update be flashed in stock recovery or would.it fail due to missing files?
2. Can a kernel with recovery be hotbooted to flash the edited 4.4.2 ota?
3. Can the 4.4.4 system img be flashed with flashtool?
4. Is there a fastboot command similar to "adb devices" that will confirm it is connected properly?
I swear that I had the same error trying to return GPe to stock using WIN 8.1 laptop, on WIN 7 desktop it worked fine.
Click to expand...
Click to collapse
1. Yes it can but you need to place the zip file in a folder that recovery will recognize (/cache or /sd)
2. Technically yes. However, you still need to be unlocked for that AFAIK.
3. I don't see why not
4. Flashtool will confirm if you have a properly connected devices
There are two rules in life for being successful:
1. Never reveal everything you know;
2.

Categories

Resources