Related
My XPS is ROOTED w/o unlocking bootloader.
I follow the following instruction to install CWM on my XPS.
However, I got stuck when typing the cmd comment.
It kept telling me the device is not rooted, but Im certain on the fact that
my XPS is rooted since I have superuser, RE, Titanium backup.
PS: I am using Generic CH (1257-3740) XPERIA S LT26i ROM (6.1.A.0.452)
How to Install Doomlord’s ClockworkMod Recovery on Xperia S
Download the Doomlord CWM Recovery image (download link here) and the Wi Fi Module for Doom Kernel (download link here) and place the same to the computer.
Go and rename the “S-DooMKernel-v01_kernel.elf” file into “kernel.elf”.
Copy the file renamed on the same folder with ADB / fastboot.
Take your phone and its USB cord and by using both connect it with the computer.
Copy-paste the “S-DooMKernel-v01-Modules.zip” file from the PC to the Xperia S SD card.
Disconnect the smartphone from the computer.
Reboot it by entering in fastboot; press the Volume Up button while connecting the phone with the PC.
On the computer open command prompt (Start -> run -> cmd) and enter the command: fastboot flash boot kernel.elf. If this isn’t working try with: fastboot -i 0x0fce flash boot kernel.elf.
The handset should reboot.
When you see the light turn blue hold the Voluem Up button. The Xperia S will enter in recovery mode.
In the recovery menu select “install zip from sd card” and pick the file copied there on step 3.
The installation procedure should begin. Don’t press anything as the process might take up to 10 minutes to complete.
In the end, from the recovery mode menu select “reboot system now” and you are done.
There you have it; that was the easiest and fastest way in which you can learn how to install Doomlord’s ClockworkMod Recovery on your Xperia S smartphone. Do tell us if there were problems on your way, of if you had issues in understanding one of my directions. Now you can go and update your Xperia S with the lasts ROMs available. Take a look and see if the Cyanogen Mod 9 Ice Cream Sandwich ROM is what you are looking for.
Waiting for someone else to confirm this method. You should post it on General or maybe Dev section, to attract more attention.
Sent from my LT26i using Tapatalk 2
or is there any other method to get CWM???
thx for replying tho
xdewtr said:
My XPS is ROOTED w/o unlocking bootloader.
Copy the file renamed on the same folder with ADB / fastboot.
Click to expand...
Click to collapse
fastboot needs unlocked bootloader
/thread
on my phone i tried updating to the Mean bean and of course i didnt read it all i used the flash apk app to get the rom wiped data all that installed fined boot animation came up and evey thing and i found out you need to be on latest firm ware and wich im not and my phone did not boot and i have nan droid back up is there a way to flash a new kernel in adb or no ? please helpp im s-on 1.15 and yes i still can go into recovery
You need to be S-Off to get the updated firmware. Without S-Off you would need to RUU and take the OTA to get the firmware. Read here: http://forum.xda-developers.com/showthread.php?t=1671577&highlight=ruu
To flash kernels while S-On download from Market "Flash image GUI" extract the "boot.img" file and push it in with this app. Then immediately go to recovery and flash the ROM zip.
slagle96 said:
on my phone i tried updating to the Mean bean and of course i didnt read it all i used the flash apk app to get the rom wiped data all that installed fined boot animation came up and evey thing and i found out you need to be on latest firm ware and wich im not and my phone did not boot and i have nan droid back up is there a way to flash a new kernel in adb or no ? please helpp im s-on 1.15 and yes i still can go into recovery
Click to expand...
Click to collapse
All you've got to do is fast boot the kernel, the firmware is recommended not a necessity
Mean bean has s-on kernel installer so maybe that's not the issue
{ParanoiA} said:
Mean bean has s-on kernel installer so maybe that's not the issue
Click to expand...
Click to collapse
how can i fast boot the kernel ?
{ParanoiA} said:
Mean bean has s-on kernel installer so maybe that's not the issue
Click to expand...
Click to collapse
it may not be but when i was s on i found that the kernel did not flash right every time best i can say is to start over wipe system and data it is a os upgrade and is manditory then flash rom if still a no boot fastboot the kernel. or let the raccoon out of the fridge to get s off not that hard to do
fast boot
This looks long, buts its just the initial setup too
If you aren't familiar with doing things from fastboot, chances are the first thing you are going to need to do is properly setup the folders to carry out the fastboot flash command. This setup is going to take the most time and after you have it all set up its very quick to do after that.
Setting up ADB:
1) Download the mini-SDK here and move it to something like C:\Android\platform-tools
http://androidforums.com/attachment...90-adb-guide-updated-12-05-2011-sdk-tools.zip
It contains:
adb.exe - Windows adb utility
fastboot.exe - Windows fastboot utility
fastboot-windows.exe - Windows fastboot utility
AdbWinApi.dll - adb link library for Windows
AdbWinUsbApi.dll - adb link library for Windows
These files will be used to push the boot.img (contains the kernel) from a ROM to your phone via fastboot.
2) Download your ROM and open it,
3) Copy the boot.img from the ROM to the same folder as the mini SDK you've downloaded.
4)Plug your phone into the computer via USB and power the phone off. Then press volume down + Power to get to fastboot
5)Once there, we need to open up a command prompt in the location where your sdk-tools are. If you are in windows 7 you can just shift+right click to select "open command prompt from here"
If you don't have win 7 you can manually move to the file location with the command cd to change directory.
6)Once you are in the correct directory you just type in
Code:
fastboot flash boot boot.img
and hit enter
7)reboot
or use this choose the JB only version http://forum.xda-developers.com/show....php?t=1917106
Heres the deal.
I got my hands on the walkman and whole android thing is pretty new to me,but i heard a lot of good responses about cyanogen and was wanting to instal it,but i faced some issues:
What I did: I unlocked the bootloader by following thread from sony site,loader was set to allow unlock,so this went succesfully i think.
Next a root was needed,tried several methods and nothing,then helped the one at talk.sonymobile
Hooray,SU app is in,allowed tiatnium and CWM installed sucessfully,phone is rooted.
Now I followed the tutorial from Cyanogen site.
Placed the rom and gapps in sd card,extracted the .img file to fastboot folder,everything is set,now I open the CMD promt in the fastboot folder,fastboot found the device,I hit the : ''fastboot -i 0xfce flash boot boot.img'' tried also '' fastboot flash boot boot.img'' but the cmd throws FAILED(the device must be rooted first).
What went wrong?the device is rooted already...I'm confused.Any suggestions?
and I wondered,is that cmd boot flash necessary,maybe i can install the cyanogen.zip and gapps.zip from cwm recovery console where it is said install from zip,cause the zip contains the boot.img and i was thinking,maybe it is possible to do it without the cmd thing.
gvidizz said:
Heres the deal.
I got my hands on the walkman and whole android thing is pretty new to me,but i heard a lot of good responses about cyanogen and was wanting to instal it,but i faced some issues:
What I did: I unlocked the bootloader by following thread from sony site,loader was set to allow unlock,so this went succesfully i think.
Next a root was needed,tried several methods and nothing,then helped the one at talk.sonymobile
Hooray,SU app is in,allowed tiatnium and CWM installed sucessfully,phone is rooted.
Now I followed the tutorial from Cyanogen site.
Placed the rom and gapps in sd card,extracted the .img file to fastboot folder,everything is set,now I open the CMD promt in the fastboot folder,fastboot found the device,I hit the : ''fastboot -i 0xfce flash boot boot.img'' tried also '' fastboot flash boot boot.img'' but the cmd throws FAILED(the device must be rooted first).
What went wrong?the device is rooted already...I'm confused.Any suggestions?
and I wondered,is that cmd boot flash necessary,maybe i can install the cyanogen.zip and gapps.zip from cwm recovery console where it is said install from zip,cause the zip contains the boot.img and i was thinking,maybe it is possible to do it without the cmd thing.
Click to expand...
Click to collapse
Well,for first:install the Flashtool and drivers.it is easier to use,and it will flash the boot.img either phone rooted or not.unbelivable that you people use CMDs,just like prehistorical humans
Sent from my ST15i using xda premium
gvidizz said:
and I wondered,is that cmd boot flash necessary,maybe i can install the cyanogen.zip and gapps.zip from cwm recovery console where it is said install from zip,cause the zip contains the boot.img and i was thinking,maybe it is possible to do it without the cmd thing.
Click to expand...
Click to collapse
Install the drivers from flashtool and try it with flashtool
No, on our xperia devices we have to flash the kernel first, we can't flash it via cwm
shadik555 said:
Well,for first:install the Flashtool and drivers.it is easier to use,and it will flash the boot.img either phone rooted or not.unbelivable that you people use CMDs,just like prehistorical humans
Sent from my ST15i using xda premium
Click to expand...
Click to collapse
Without CMD Flash Tool would not have been able to even flash a custom kernel as fastboot.exe requires CMD. As for your problem, dial this in your phone pad - *#*#7378423#*#*
If you have successfully unlocked your bootloader, then 'Rooting Status" will show "Bootloader unlocked: Yes" else you have not done the process properly. Make sure that you have typed the unlocked code properly. The 'o' may look like in the unlock code '0'. It is safer to copy and paste the unlock code. Also, try running CMD as administrator.
check again if u already unlocked bootloader, if bootloader unlocked:yes, u have unlocked bootloader, if bootloader unlock allowed:yes, means that ur phone can unlocked bootloader n need to unlocked
Thx
abcdjdj said:
Without CMD Flash Tool would not have been able to even flash a custom kernel as fastboot.exe requires CMD. As for your problem, dial this in your phone pad - *#*#7378423#*#*
If you have successfully unlocked your bootloader, then 'Rooting Status" will show "Bootloader unlocked: Yes" else you have not done the process properly. Make sure that you have typed the unlocked code properly. The 'o' may look like in the unlock code '0'. It is safer to copy and paste the unlock code. Also, try running CMD as administrator.
Click to expand...
Click to collapse
thank you,the first attempt for unlocking bootloader was un sucessfull.Running CMD as administrator and typing unlock code in CAPS did it.
Now im on Cyan 9.1
thx all
So,its not possible to flash a kernel using cwm? I ve been told that in cyanogenmod you already have rom and kernel in one zip and there is no need for use of flashtool...i guess i was told wrong?
Sent from my ST15i using Tapatalk 2
I think it can be done on newer phones, but on 2011 models, it can't be done, u have to flash kernel using fast boot in pc. But u do Ave the kernel in the same zip
Sent from my Xperia Mini Pro
mnishamk said:
I think it can be done on newer phones, but on 2011 models, it can't be done, u have to flash kernel using fast boot in pc. But u do Ave the kernel in the same zip
Sent from my Xperia Mini Pro
Click to expand...
Click to collapse
Thx,my friend who used that method on lg p350 told me it could be done and i thought cos my xperia is a lot newer than his device.
Sent from my ST15i using Tapatalk 2
Ohh.... Help please!!
I was flashing rom but I skipped a step and end does not pass the white HTC screen.
The fact is that it was installing the rom and Gapps but I miss the boot.img I have it on PC, the problem is that as the phone will not start, i can enter to bootloader but does not recognize the pc, I get the normal bootloader but how i do to pass the boot.img again if the phone does not recognize it??
And sorry for my bad english---- Help please!
rikrdoVe said:
Ohh.... Help please!!
I was flashing rom but I skipped a step and end does not pass the white HTC screen.
The fact is that it was installing the rom and Gapps but I miss the boot.img I have it on PC, the problem is that as the phone will not start, i can enter to bootloader but does not recognize the pc, I get the normal bootloader but how i do to pass the boot.img again if the phone does not recognize it??
And sorry for my bad english---- Help please!
Click to expand...
Click to collapse
If you can get into the recovery and have a valid backup then in that case restore it and restart the process. Else you can boot into fastboot and flash the desired boot.img the process will be
adb reboot-bootloader
fastboot flash boot boot.img
fastboot reboot
ethanon said:
If you can get into the recovery and have a valid backup then in that case restore it and restart the process. Else you can boot into fastboot and flash the desired boot.img the process will be
adb reboot-bootloader
fastboot flash boot boot.img
fastboot reboot
Click to expand...
Click to collapse
adb reboot bootloader
ethanon said:
If you can get into the recovery and have a valid backup then in that case restore it and restart the process. Else you can boot into fastboot and flash the desired boot.img the process will be
adb reboot-bootloader
fastboot flash boot boot.img
fastboot reboot
Click to expand...
Click to collapse
Sorry bro, I'm ignorant in android... To use adb i need android sdk tools? What i need?
rikrdoVe said:
Sorry bro, I'm ignorant in android... To use adb i need android sdk tools? What i need?
Click to expand...
Click to collapse
rikrdoVe said:
Sorry bro, I'm ignorant in android... To use adb i need android sdk tools? What i need?
Click to expand...
Click to collapse
Well you do need to have the Android SDK tools download but if you select the "Platform Tools" at the SDK manager , that will only install the platform tools on your hard disk. and yes the device drivers needs to installed , to work with ADB ,
Any ways this tutorial by LUCKY_THIRTEEN just might help you
http://forum.xda-developers.com/showthread.php?t=2213910
ethanon said:
Well you do need to have the Android SDK tools download but if you select the "Platform Tools" at the SDK manager , that will only install the platform tools on your hard disk. and yes the device drivers needs to installed , to work with ADB ,
Any ways this tutorial by LUCKY_THIRTEEN just might help you
http://forum.xda-developers.com/showthread.php?t=2213910
Click to expand...
Click to collapse
I cant install sdk and use adb... I resume: Dowloaded sdk from the page, and when i start sdk manager "Platform Tools" cant update i got this error: Stopping adb server succeeded. Failed to rename directory C:\adt.bundle.windows-x86-20131030\sdk\platform-tools to C:\adt.bundle.windows-x86-20131030\sdk\temp\PlatformToolPackage.old01. Nothing was installed"
I dont know if sdk was installed or what. only have the folder in C:
I put the boot.img file in platform-tools and tried to flash the image using the command fastboot flash boot boot.img but tells me the boot.img arrchivo not be found.
The phone does not recognize the pc, the bootloader is relocked.
Thanks for your support bro, I would like resolve this as soon as possible.
rikrdoVe said:
I cant install sdk and use adb... I resume: Dowloaded sdk from the page, and when i start sdk manager "Platform Tools" cant update i got this error: Stopping adb server succeeded. Failed to rename directory C:\adt.bundle.windows-x86-20131030\sdk\platform-tools to C:\adt.bundle.windows-x86-20131030\sdk\temp\PlatformToolPackage.old01. Nothing was installed"
I dont know if sdk was installed or what. only have the folder in C:
I put the boot.img file in platform-tools and tried to flash the image using the command fastboot flash boot boot.img but tells me the boot.img arrchivo not be found.
The phone does not recognize the pc, the bootloader is relocked.
Thanks for your support bro, I would like resolve this as soon as possible.
Click to expand...
Click to collapse
Well it seems you have installed the Android SDK all right. and make sure you put the file in the platform tools folder, and also make sure you have installed the HTC drivers for your PC to detect your phone , you can also try uninstall the driver and re install
ethanon said:
Well it seems you have installed the Android SDK all right. and make sure you put the file in the platform tools folder, and also make sure you have installed the HTC drivers for your PC to detect your phone , you can also try uninstall the driver and re install
Click to expand...
Click to collapse
Ok, i updated Platform-Tools to rev. 19.0.1, I had to start windows in safe mode.
But, yestarday Android sdk tools appeared in the list of installed programs in windows, i uninstalled and install today again but now i dont see sdk in list. Anyway, i open cdm and type "adb reboot-bootloader" and it says "error: device not found".
Then y type: fastboot flash boot boot.img and it says "error: cannot load boot.img"
I put the boot.img in C:\adt-bundle-windows-x86-20131030\sdk\platform-tools
And now... I dont know what to do
rikrdoVe said:
Ok, i updated Platform-Tools to rev. 19.0.1, I had to start windows in safe mode.
But, yestarday Android sdk tools appeared in the list of installed programs in windows, i uninstalled and install today again but now i dont see sdk in list. Anyway, i open cdm and type "adb reboot-bootloader" and it says "error: device not found".
Then y type: fastboot flash boot boot.img and it says "error: cannot load boot.img"
I put the boot.img in C:\adt-bundle-windows-x86-20131030\sdk\platform-tools
And now... I dont know what to do
Click to expand...
Click to collapse
Install the windows drivers , better try installing the the HTC sync manager. that way your device will be detected.
ethanon said:
Install the windows drivers , better try installing the the HTC sync manager. that way your device will be detected.
Click to expand...
Click to collapse
Ready, installed the HTC Sync Manager, and same result. "Device not Found"
if only I could get the phone to be recognized by the pc, I think it could solve the problem.
rikrdoVe said:
Ready, installed the HTC Sync Manager, and same result. "Device not Found"
if only I could get the phone to be recognized by the pc, I think it could solve the problem.
Click to expand...
Click to collapse
From where are u trying the commands.............
u must put ur phone in recovery mode.......
Connect ur phone to PC......
from the platform-tools folder try "adb devices"........
The adb commands will work in recovery only........
in bootloader the fastboot commands will work..........
[email protected] said:
From where are u trying the commands.............
u must put ur phone in recovery mode.......
Connect ur phone to PC......
from the platform-tools folder try "adb devices"........
The adb commands will work in recovery only........
in bootloader the fastboot commands will work..........
Click to expand...
Click to collapse
The phone is not recognized by the pc.
I can not get into recovery because the bootloader is relocked. I can only enter fastboot, but when executing commands, either with adb, All in One Toolkit, Flasher Venom or the phone is not recognized "Error: Device not found"
I have the drivers installed, htc sync manager, and I'm afraid that this phone unusable ... Also I did have a backup but on PC, but if the phone is not recognized I can not run any command ...
Also, I was trying to run teh Stock RUU:
RUU_ENRC2B_U_JB_45_HTC_Europe_1.17.401.1_Radio_3.1204.168.32_release_299688_signed
But When I run the. Exe signature throws an error (132) "find the correct signature and try again" and which is not correct. had sense 5 and 4.2.2 HTC One X + International.
Help please ... : (
same issue, cannot access recovery fastboot only
I hope this adds to this post if I miss speak I apologize in advance but I do not have the time or knowledge to post 10 times before strating my own thread so if this doesn't add value to this post, I have been reading and researching all week and now that I cannot use my phone I must intensely focus on this until it is fixed
Fed up with 4.3 and lower limitations and looking to get my monies worth on my phone, I look to upgrade to 4.3.1 or higher just started this week so I am a total newb, and if it means anything to anyone I would be happy to donate to contributors via papal once a solution is found I am a working professional and I am happy to pay you to save my time/phone
with that said here is what I have done
HTC One X+ (AT&T US) Quad Core Tegra 3
OTA upgraded 4.2.2 Android Firmware 2.15
Unlocked BL via HTCDev
Was using;
Recovery-clockwork-6.0.3.7-enrc2b.img
With intent to upgrade to 4.3.1
Used the following Rom and GAPPS to load .zips via CWM
cm-10.2.1-enrc2b (stable)
gapps-jb-20130813-signed.zip
Did not work
Tried more recent gapps
Did not work got stuck on Circling Cyanogenmod screen
//goo.gl/YzZ75o
THEN
I realized I was not flashing boot.img taken from the CM 10.2.1 zip so I followed directions to use the boot.img then load the zip files, since doing this I can no longer use my recovery
Erase Cache (from fastboot)
COMMANDs:
./fastboot erase cache
./fastboot reboot-bootloader
Results:
White HTC “Quietly Brilliant” Screen for a few seconds then turns off
Plug in charger and Red light turns on grey empty battery symbol appears with a lightning bolt inside then disappears
red light turns off :-/
//goo.gl/JrBJph
Current state: I can fastboot, but I cannot load recovery
//goo.gl/43F6XT
Also, if I can get back into recovery
The last time I was in it, last night I believe I reformatted my internal SD, because when I was looking for my backup, and my zips they were all gone...I was very tired and should haven't pushed it.
I don't care about loss of data I just need to get my phone working again, thanks for your time and careful considerations
UPDATE+++
Used WinDroid HTC One X+ Toolkit 3 to flash custom recovery CWM 6.0.3.7 back in recovery again, now I think I need to side load a ROM because I deleted what I had internally
cclifford81 said:
I hope this adds to this post if I miss speak I apologize in advance but I do not have the time or knowledge to post 10 times before strating my own thread so if this doesn't add value to this post, I have been reading and researching all week and now that I cannot use my phone I must intensely focus on this until it is fixed
Fed up with 4.3 and lower limitations and looking to get my monies worth on my phone, I look to upgrade to 4.3.1 or higher just started this week so I am a total newb, and if it means anything to anyone I would be happy to donate to contributors via papal once a solution is found I am a working professional and I am happy to pay you to save my time/phone
with that said here is what I have done
HTC One X+ (AT&T US) Quad Core Tegra 3
OTA upgraded 4.2.2 Android Firmware 2.15
Unlocked BL via HTCDev
Was using;
Recovery-clockwork-6.0.3.7-enrc2b.img
With intent to upgrade to 4.3.1
Used the following Rom and GAPPS to load .zips via CWM
cm-10.2.1-enrc2b (stable)
gapps-jb-20130813-signed.zip
Did not work
Tried more recent gapps
Did not work got stuck on Circling Cyanogenmod screen
//goo.gl/YzZ75o
THEN
I realized I was not flashing boot.img taken from the CM 10.2.1 zip so I followed directions to use the boot.img then load the zip files, since doing this I can no longer use my recovery
Erase Cache (from fastboot)
COMMANDs:
./fastboot erase cache
./fastboot reboot-bootloader
Results:
White HTC “Quietly Brilliant” Screen for a few seconds then turns off
Plug in charger and Red light turns on grey empty battery symbol appears with a lightning bolt inside then disappears
red light turns off :-/
//goo.gl/JrBJph
Current state: I can fastboot, but I cannot load recovery
//goo.gl/43F6XT
Also, if I can get back into recovery
The last time I was in it, last night I believe I reformatted my internal SD, because when I was looking for my backup, and my zips they were all gone...I was very tired and should haven't pushed it.
I don't care about loss of data I just need to get my phone working again, thanks for your time and careful considerations
Click to expand...
Click to collapse
ummm your flashing the X+ International CM rom and not the evitareul one, reboot into the bootloader and then enter recovery from there.
Lloir said:
ummm your flashing the X+ International CM rom and not the evitareul one, reboot into the bootloader and then enter recovery from there.
Click to expand...
Click to collapse
Will do, thanks!
evitareul? Does that mean Flash TWRP recovery and then use evita ROM?
cclifford81 said:
Will do, thanks!
evitareul? Does that mean Flash TWRP recovery and then use evita ROM?
Click to expand...
Click to collapse
Evitareul = X+ AT&T
Sent from my Nexus 5 using Tapatalk
Lloir said:
Evitareul = X+ AT&T
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Ok so I just need the evitareul Rom, I'm looking for it now, I just need something stable at 4.3 or higher with GAPPS anyone have any links
cclifford81 said:
Ok so I just need the evitareul Rom, I'm looking for it now, I just need something stable at 4.3 or higher with GAPPS anyone have any links
Click to expand...
Click to collapse
look in original development
Lloir said:
look in original development
Click to expand...
Click to collapse
Ok, from what I can tell I think I have to go with this?
[ROM][2/18/2014][AT&T X+ S5 eXtreme V1.0.3.3]
I will be very happy if I can get this to work, and I will just "stay tuned" for when I can flash a stable 4.3 or higher for my phone
Under downloads I see the following: (would post picture but still too n00b)
S6 eXtreme RC1
S5 RC2 Patch
Native WiFi
Hotspot Patch
S5 eXtreme
V1.0.3.2
S5 eXtreme
V1.0.3.3
I am not sure what to download here, I will continue reading these directions as I believe this is my best option, please confirm if I am on the right path, thanks guys!
Update+++
Downloaded S5_eXtreme_V1.0.3.3_Signed.zip
about to flash this ROM, is GAPPS included in this?
Update+++
Downloaded S5_eXtreme_V1.0.3.3_Signed.zip Rom
Extracted the boot.img file and followed instructions
Extract boot.img from zip file and place in your sdk platform tools folder, (or wherever your adb tools are located)reboot device to bootloader and connect it to your PC.
From a command prompt type:
1. fastboot flash boot boot.img
2. fastboot erase cache
reboot to recovery and flash ROM.
but I am not sure how I flashed the ROM, I tried sideloading from recovery with WinDroid HTC One X+ Toolkit, before and after and it said no package loaded
Then I tried to load from fastboot, finally I figured "well I might as well reboot" and amazingly enough it booted...not sure what exactly but I am back on 4.2.2 so thank you!
anybody guide me how to flash xperia c? becoz after editing build.prop my xperia c stuck on boot animation. I tried
1. PC COMPANION (showing error:No new update for your phone)
2. UPDATE SERVICE (showing error: your phone firmware is already updated)
3. FLASH TOOL (showing error : unable to read data from the phone)
4. EMMA (showing error: locked phone) //may be boot loader is locked. and xperia c could not be unlocked cause it has MTK cpu .
5. RECOVERY <3E> === ADB SIDELOAD (showing error : instalation aborted)
** by the way I did back up original build.prop on my pc. is any way to flash the firmware or sent build.prop to the bricked handset.?? help me plz.
waiting................ :crying:
So you can get in to recovery?????
Sent from my SM-T210 using xda app-developers app
steffano said:
So you can get in to recovery?????
Sent from my SM-T210 using xda app-developers app
Click to expand...
Click to collapse
yes I can go recovery.. Its android system recovery <3e>.
im trying to send an flashable zip via adb sideload,but showing "installation aborted." my zip file is well signed and I tryed other signed zip file too..
but "installation aborted".
n2roy said:
yes I can go recovery.. Its android system recovery <3e>.
im trying to send an flashable zip via adb sideload,but showing "installation aborted." my zip file is well signed and I tryed other signed zip file too..
but "installation aborted".
Click to expand...
Click to collapse
You can try pushing the build.prop via adb.. not a zip just the file itself..try this hitting enter after each cmd. .put your stock build.prop in same directory as adb on your computer. .
In cmd prompt (directory where adb is)
adb devices (device serial should put up)
adb mount /system
adb push (enter build.prop directory here)(example C:/adb/build.prop) /system
adb reboot
Sent from my SCH-I605 using xda app-developers app
PCC usually gives you the option to flash the phone anyway so when you go into software update there is the option for serious system problems. Although if you have edited the build prop PCC may not be able to tell what firmware to flash.
Sent from my xperia sp using xda app-developers app
lacoursiere18 said:
You can try pushing the build.prop via adb.. not a zip just the file itself..try this hitting enter after each cmd. .put your stock build.prop in same directory as adb on your computer. .
In cmd prompt (directory where adb is)
adb devices (device serial should put up)
adb mount /system
adb push (enter build.prop directory here)(example C:/adb/build.prop) /system
adb reboot
Click to expand...
Click to collapse
ADB DEVICES COMMAND
C:\Users\vivek>adb devices
* daemon not running. starting it
* daemon started successfully *
List of devices attached
0123456789ABCDEF sideload
ADB USB COMMAND
C:\Users\vivek>adb usb
error: closed
ADB SHELL COMMAND
C:\Users\vivek>adb usb
error: closed
ADB SIDELOAD
C:\Users\vivek>adb sideload buildprop.zip
sending: 'buildprop.zip' 100%
** on handset showing "installation aborted"
//// see nothing command is working except "adb sideload "
Captain Sweatpants said:
PCC usually gives you the option to flash the phone anyway so when you go into software update there is the option for serious system problems. Although if you have edited the build prop PCC may not be able to tell what firmware to flash.
Sent from my xperia sp using xda app-developers app
Click to expand...
Click to collapse
i already tried PCC .
hi i have the same problem . what did you do ?