[Q] phone bootlooping after installing ICS on my legend - Legend Q&A, Help & Troubleshooting

I installed the ICS rom by zeubea on my htc legend, i followed the installation and it worked good. and then i installed the gapps, and now my phone is bootlooping.
when i try to do fastboot and re-install the rom, i get this message which says something about legendimg.zip file, and it quickly disappears.
and when i try to go to recovery the device shows the backgroud of the recovery but nothing happens.
if anyone understand my question and can help me do something to make my legend work again i will thank you very much

guyshapira said:
I installed the ICS rom by zeubea on my htc legend, i followed the installation and it worked good. and then i installed the gapps, and now my phone is bootlooping.
when i try to do fastboot and re-install the rom, i get this message which says something about legendimg.zip file, and it quickly disappears.
and when i try to go to recovery the device shows the backgroud of the recovery but nothing happens.
if anyone understand my question and can help me do something to make my legend work again i will thank you very much
Click to expand...
Click to collapse
Just read the whole thread in dev section. Someone already figure it out.
Sent from my legend using XDA

petalyaa said:
Just read the whole thread in dev section. Someone already figure it out.
Sent from my legend using XDA
Click to expand...
Click to collapse
the problem is that when i try to go to recovery i see the recovery background image and nothing happens so i can't install other version of the rom.

never mind, i got it to work.
all i had to do is press VOL UP + POWER button.
everyday i learn new things

Tried to update from CM7.2 to CM9.1 by instruction:
1. wipe data
2. wipe cache
3. wipe dalvik
4. flash rom..
5. reboot
and 9.1 didnt run at all.. bootloop..
also tried
1. wipe all
2. flash
3. wipe all
bootloop...
1. wipe all
2. flash
3. wipe all
4. gapps
5. wipe all
bootloop...
rolled back to 7.2 - works fine..
p.s.
sorry for my english

Why are you NOT wiping (formatting) boot and system? If you don't your leaving all the files for the previous rom installed hence why your having issues...
Installation is so easy if you use a bit of thought,
Format boot, system, data, cache and SDext DONOT FORMAT SD CARD!
Flash rom then flash gapps then reboot.
Sent from my Legend using xda app-developers app

Related

[Q] HELP: Omega 9.1 boots into CWM

I'd really appreciate some help guys, I've searched everywhere but can't seem to find answers.
I had Cyanogen Mod 9 rooted on my phone, however, I decided to install Omega instead, I installed it but I can't get on it! Everytime I install zip and reboot, it goes back to CWM Recovery!
The procedure was:
-deleted all files in internal SD
-Reboot into CWM Recovery
-Wipe data,cache,dalvik
-install zip from sd card
and now im stuck
Please help, and apologies if any noob mistakes were made
Cupuffy said:
I'd really appreciate some help guys, I've searched everywhere but can't seem to find answers.
I had Cyanogen Mod 9 rooted on my phone, however, I decided to install Omega instead, I installed it but I can't get on it! Everytime I install zip and reboot, it goes back to CWM Recovery!
The procedure was:
-deleted all files in internal SD
-Reboot into CWM Recovery
-Wipe data,cache,dalvik
-install zip from sd card
and now im stuck
Please help, and apologies if any noob mistakes were made
Click to expand...
Click to collapse
You'll lose all your data but do a factory reset and wipe your system in addition to what you've already done and re flash the rom. FYI always have a nandroid backup around before flashing. It's time consuming but saves you a lot of grief in the long run
Sent from my GT-I9300 using xda app-developers app
demondor said:
You'll lose all your data but do a factory reset and wipe your system in addition to what you've already done and re flash the rom. FYI always have a nandroid backup around before flashing. It's time consuming but saves you a lot of grief in the long run
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
How do I do a factory reset? My phone is on loop and boots up only into CWM Recovery, should i re download stock firmware and odin it into my phone? thank you so much for helping out
I don't have much on my phone so i didnt back up =[ what a mistake
Cupuffy said:
How do I do a factory reset? My phone is on loop and boots up only into CWM Recovery, should i re download stock firmware and odin it into my phone? thank you so much for helping out
I don't have much on my phone so i didnt back up =[ what a mistake
Click to expand...
Click to collapse
Factory reset(wipe) is an option in cwm(3rd from above) wipe and reflash the rom and let it boot,this can take 10min
1st check md5 .. it will show u wether its bad download or nt ... and then do this
go into cwm and to wipe data\factory reset wipe cache wipe dalvik and insll rom ..
omega 10 is up so better try omega 10 as its new rom :
hisee said:
1st check md5 .. it will show u wether its bad download or nt ... and then do this
go into cwm and to wipe data\factory reset wipe cache wipe dalvik and insll rom ..
omega 10 is up so better try omega 10 as its new rom :
Click to expand...
Click to collapse
I don't know how to check md5, but I already did the wipes and resintall several times, it still loops back into Recovery mode everytime
Cupuffy said:
How do I do a factory reset? My phone is on loop and boots up only into CWM Recovery, should i re download stock firmware and odin it into my phone? thank you so much for helping out
I don't have much on my phone so i didnt back up =[ what a mistake
Click to expand...
Click to collapse
Factory reset is on the main Cwm screen. You can wipe system through the 'mounts and storage' option
Sent from my GT-I9300 using xda app-developers app
demondor said:
Factory reset is on the main Cwm screen. You can wipe system through the 'mounts and storage' option
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
Thanks, I've tried it just now and its still not working...
As said above, maybe the download is damaged, redownload and flash.. Good luck..
Huupie said:
As said above, maybe the download is damaged, redownload and flash.. Good luck..
Click to expand...
Click to collapse
How would put it into my internal SD if I can't transfer the file because I can only boot into Recovery or Download mode? Do I just Odin it straight in via the PDA option?
If you connect your phone with the PC while in recovery you should be able to use adb commands
Put the rom file into the adb folder than try
Code:
adb devices
now you should see any cryptic combination of letters and numbers in the next row
(if you see a empty row... that wouldn't be nice^^)
then do:
Code:
adb push yourromfile.zip /sdcard/yourromfile.zip
than try flashing again the new file
dont forget to do a full wipe, cache wipe, dalvik wipe, the common procedure^^
PS:
If you don't know about adb, it is installed with the android sdk, but you can download it seperately
place the ADB folder somewhere on you system hd, maybe directly to C:\
the open cmd and type
cd C:\ADB\
now you're able to use the above commands
You can put it on an external sd and flash it from there...
Verstuurd van mijn GT-I9300 met Tapatalk
Thank you, all of you... I will try this tomorrow and tell you guys how it goes!
Thank you so much EVERYONE, It all worked out, seems like the original file was corrupted, now running omega 10 smoothly!!!!!!!

[Q] CM10 htc evo 4g lte

Hi this is my first post!
im having some problems with installing cm10 on my evo.
Im have HBOOT-1.19 because i updated my phone like 2 days ago. so im on sense4.1 also
my evo is unlocked and rooted and installed recovery(twrp)
I tryed to install many of cm10s like cm-10-20120912-NIGHTLY-jewel.zip
but i couldn't get it work
i can flash it, but when it reboots, loading forever with boot animation on(with blue circle) i waited 1h30min but still loading
does anybody know how can i install cm10 to my updated evo???
thanks!
and..... sorry for my bad english. its not my first language so.....ya! haha
You need to fastboot kernel do you have the adb tools package? Also English is not your mother tongue yet you know the phrase swag ninja? Sorry I have a short attention span
Know the limits of your H-boot....
http://androidforums.com/evo-4g-lte-all-things-root/606748-how-install-kernels-h-boot-1-15-a.html
thanks guys i got it to work !!!
swagninja said:
thanks guys i got it to work !!!
Click to expand...
Click to collapse
For flashing without needing a PC flash image gui is the bees knees, used it on my 3D faithfully since don't own a PC, all you need to do is extract the boot.img (most roms and kernels have them posted since this is now a common issue) flash it through the GUI.apk, go to recovery, wipe, flash & proceed
Leading The Evolution EVO LTE
is it just me or did voice search get screwed up in the newest nightly for cm10 rarely recognizes what i say anymore when before it recognized almost everything
noneed2aim said:
is it just me or did voice search get screwed up in the newest nightly for cm10 rarely recognizes what i say anymore when before it recognized almost everything
Click to expand...
Click to collapse
speak into the top of your phone, a bit annoying but it uses top microphone for some reason
om4 said:
speak into the top of your phone, a bit annoying but it uses top microphone for some reason
Click to expand...
Click to collapse
thanks i also wanted to know if there was a way to sync contact pics with facebook or is that unavailible as of the latest build
As far as I know Google removed Facebook sync, but I think it was just contacts anyway. There's a few Facebook sync apps in the market
swagninja said:
thanks guys i got it to work !!!
Click to expand...
Click to collapse
hi swagninja i'm new to flashing an in the same boot as you have hboot 1.19 sense4.1 and android 4.0.4
I have bean trying to flash cm10 for last couple of days and cant get pass boot animation can you please tell me which method you use to get it work and explain how you go about it
thanks in advance
The kernel has to be flashed separately, make sure to wipe the partitions before installing cm10
om4 said:
The kernel has to be flashed separately, make sure to wipe the partitions before installing cm10
Click to expand...
Click to collapse
can you give a quick explanation how you flash the kernel separately and how you go about wiping the partition before installing cm10
Extract the boot image from the rom zip, drop in in your adb folder and restart phone in boot loader. Open the terminal and navigate to the folder and type fastboot flash boot boot.img, then open twrp recovery. Go to wipe and wipe Dalvik, Cache, Factory reset, and wipe system. Install cm10 and again clear dalvik and cache then reboot
om4 said:
Extract the boot image from the rom zip, drop in in your adb folder and restart phone in boot loader. Open the terminal and navigate to the folder and type fastboot flash boot boot.img, then open twrp recovery. Go to wipe and wipe Dalvik, Cache, Factory reset, and wipe system. Install cm10 and again clear dalvik and cache then reboot
Click to expand...
Click to collapse
if i do a system wipe will this wipe boot image that i just flash with flash image gui
Boot partition is locked in recovery which is why you have to fastboot kernel, besides that you aren't wiping the boot, you are wiping system
Partitions:
Boot
System
Recovery
Data
Cache
om4 said:
Boot partition is locked in recovery which is why you have to fastboot kernel, besides that you aren't wiping the boot, you are wiping system
Click to expand...
Click to collapse
when i finish flashing the new rom what steps to follow if i want to go back to my stock rom
Wipe the phone and flash kernel and ROM with stock
om4 said:
Wipe the phone and flash kernel and ROM with stock
Click to expand...
Click to collapse
Wipe the phone and flash kernel and ROM with stock
where will i get the kernel and Rom with stock
In the android development section
om4 said:
In the android development section
Click to expand...
Click to collapse
what is the android development section and where do i locate it

[Q] Installing a ROM for the first time - PACman ROM (for 5.0)

I will be getting a Samsung Galaxy Player 5.0 tomorrow and I am interested in installing the PACMAN ROM
However, the instructions are not clear for me since I am new to all this. I've downloaded the roms, gapps and kernal and now the instructions say to:
'Put the files on your device
Reboot into recovery
Wipe dalvik cache
Install the zips (or do adb sideload if you want)
Reboot'
Since I have no experience with android devices, I am not sure how to do these steps. I've tried searching on Youtube but there aren't any tutorials for SGP's. I am aware that I need to do a full wipe since I am going from GB to JB (so I need to delete data, dalvik, system and dbdata). It also says to do a backup if anything goes wrong, which I am not too sure how to do as well.
If someone could explain these instructions clearly to me, it would be greatly appreciated!
Thanks!
Hersh_K said:
I will be getting a Samsung Galaxy Player 5.0 tomorrow and I am interested in installing the PACMAN ROM
However, the instructions are not clear for me since I am new to all this. I've downloaded the roms, gapps and kernal and now the instructions say to:
'Put the files on your device
Reboot into recovery
Wipe dalvik cache
Install the zips (or do adb sideload if you want)
Reboot'
Since I have no experience with android devices, I am not sure how to do these steps. I've tried searching on Youtube but there aren't any tutorials for SGP's. I am aware that I need to do a full wipe since I am going from GB to JB (so I need to delete data, dalvik, system and dbdata). It also says to do a backup if anything goes wrong, which I am not too sure how to do as well.
If someone could explain these instructions clearly to me, it would be greatly appreciated!
Thanks!
Click to expand...
Click to collapse
put your device in download mode (hold down power and volume down) and flash entropy's kernel with odin.
then you will have clockworkmod recovery, which you can boot into by holding power and volume up.
in clockworkmod, you can make a backup, wipe data, and install the rest of the stuff.
you could even do all of this without ever booting up the stock rom.
This is what I do/did...
I used this tutorial to flash CWM and root
http://m.androidauthority.com/galaxy-player-5-0-android-2-3-6-root-clockworkmod-recovery-116474/
Download SuperOneClick and
Download Odin. Follow tutorial.
Odin can be used to flash ROMs or kernels and to flash CWM.
Download the Pacman ROM and a kernel and put it on your External SD card.
Use ROM Manager from the play store to reboot into Recovery mode (easiest way) or volume up and power button at the same time as the Samsung flashes after you first boot your device.
From recovery mode you can wipe dalvik cache etc, but if this is a new device, you shouldn't have to factory reset or wipe cache (I think) If you're buying a used device, wipe and reset.
You're in recovery mode still, navigate to-
"Load zip from external SD card" and select it. Navigate to the Pacman zip and select it.
You navigate using the volume up and down buttons and select using the power button.
Navigate back to main screen in recovery mode and select Reboot System.
Do the same thing to flash a kernel. If the kernel has clockwork mod integrated, load the kernel first.
I use Xplore to move files around, it's quick and easy.
The reason ppl tell you to back up any data is, they have data they want to keep. If this is a new device, you don't have anything worth saving, such as contacts apps etc.
Sent from my YP-G70 using Tapatalk 2
Sent from my YP-G70 using Tapatalk 2
iurnait said:
put your device in download mode (hold down power and volume down) and flash entropy's kernel with odin.
then you will have clockworkmod recovery, which you can boot into by holding power and volume up.
in clockworkmod, you can make a backup, wipe data, and install the rest of the stuff.
you could even do all of this without ever booting up the stock rom.
Click to expand...
Click to collapse
Thanks a lot! I'll do this as soon as I get the device sometime today
HOG1csmith said:
This is what I do/did...
I used this tutorial to flash CWM and root
http://m.androidauthority.com/galaxy-player-5-0-android-2-3-6-root-clockworkmod-recovery-116474/
Download SuperOneClick and
Download Odin. Follow tutorial.
Odin can be used to flash ROMs or kernels and to flash CWM.
Download the Pacman ROM and a kernel and put it on your External SD card.
Use ROM Manager from the play store to reboot into Recovery mode (easiest way) or volume up and power button at the same time as the Samsung flashes after you first boot your device.
From recovery mode you can wipe dalvik cache etc, but if this is a new device, you shouldn't have to factory reset or wipe cache (I think) If you're buying a used device, wipe and reset.
You're in recovery mode still, navigate to-
"Load zip from external SD card" and select it. Navigate to the Pacman zip and select it.
You navigate using the volume up and down buttons and select using the power button.
Navigate back to main screen in recovery mode and select Reboot System.
Do the same thing to flash a kernel. If the kernel has clockwork mod integrated, load the kernel first.
I use Xplore to move files around, it's quick and easy.
The reason ppl tell you to back up any data is, they have data they want to keep. If this is a new device, you don't have anything worth saving, such as contacts apps etc.
Sent from my YP-G70 using Tapatalk 2
Sent from my YP-G70 using Tapatalk 2
Click to expand...
Click to collapse
Thanks, I guess I don't need to waste my time backing up data. And thanks for the link, it'll help me root my device as well
HOG1csmith said:
This is what I do/did...
I used this tutorial to flash CWM and root
Download SuperOneClick and
Download Odin. Follow tutorial.
Odin can be used to flash ROMs or kernels and to flash CWM.
Sent from my YP-G70 using Tapatalk 2
Click to expand...
Click to collapse
After I flashed the kernel, it said 'PASS' on the Odin screen but now my device keeps rebooting, and it won't stop! D:
I can enter CWM Recovery, and I tried wiping data/factory reset and I've wiped cached partition but it still keeps rebooting.
If anyone knows how to fix this, please let me know! I've googled this problem for 3 hours but haven't found a solution
what exactly did you do in cwm?
did you install pac rom?
if not, try installing (using install zip from sdcard) it directly over gb, after doing a full wipe.
also install gapps the same way
iurnait said:
what exactly did you do in cwm?
did you install pac rom?
Click to expand...
Click to collapse
I followed instructions on this website;
m.androidauthority.com/galaxy-player-5-0-android-2-3-6-root-clockworkmod-recovery-116474/
(I can't post links, but its the website that HOG1 posted above)
I got up to step 7, but my device kept rebooting after that. So I went in CWM recovery by holding POWER and UP buttons and wiped my data and cache but it still kept rebooting.
And I can't flash any roms since I still haven't rooted the device. I couldn't use entropy's kernel because I have an INTL Galaxy Player.
iurnait said:
if not, try installing (using install zip from sdcard) it directly over gb, after doing a full wipe.
also install gapps the same way
Click to expand...
Click to collapse
Would that work, even though I haven't rooted my device yet? Since I haven't done the steps under 'Rooting the Galaxy Player 5.0' on the link HG1 sent.
oh you have an intl device. in that case, you'll have to install cm9 first, power down, boot up into recovery and install pac rom
you dont have to be rooted for this
iurnait said:
oh you have an intl device. in that case, you'll have to install cm9 first, power down, boot up into recovery and install pac rom
you dont have to be rooted for this
Click to expand...
Click to collapse
Okay, but in the CM9 thread the first thing it says for installation is 'Make sure your device is ROOTED' and mine is not - so are you sure it will work? I just don't want to brick my device or anything, just got it today xD
to install cm9, boot into recovery, and go to mounts and storage, then select the mount usb storage (connect your usb cable to your computer first)
then copy a cm9 rom zip over (http://forum.xda-developers.com/showthread.php?t=1679957)
you should be fine
if something fails for some reason, try installing http://forum.xda-developers.com/showthread.php?t=1465144 via odin (put your device in dl mode).
this is a rooted stock rom
iurnait said:
to install cm9, boot into recovery, and go to mounts and storage, then select the mount usb storage (connect your usb cable to your computer first)
then copy a cm9 rom zip over (http://forum.xda-developers.com/showthread.php?t=1679957)
this is a rooted stock rom
Click to expand...
Click to collapse
Okay, I've installed CM9 so after I install PACMAN shall I also install the gapps and Sultan kernel as well?
Hersh_K said:
Okay, I've installed CM9 so after I install PACMAN shall I also install the gapps and Sultan kernel as well?
Click to expand...
Click to collapse
yup, dont forget to wipe data, cache, dalvik, (look under mounts and storage) system, and dbdata (or datadata)
All this INTL and US device stuff just throws wrenches into everything. The link I posted says it's for INTL and US devices. Apparently not the case.
I have intl kernel on my US device and it works fine, not sure why the reverse isn't true. Weird.
I use the INTL kernel because I like the governors choices.
Sent from my YP-G70 US using Tapatalk 2
HOG1csmith said:
All this INTL and US device stuff just throws wrenches into everything. The link I posted says it's for INTL and US devices. Apparently not the case.
I have intl kernel on my US device and it works fine, not sure why the reverse isn't true. Weird.
I use the INTL kernel because I like the governors choices.
Sent from my YP-G70 US using Tapatalk 2
Click to expand...
Click to collapse
Yeah it sucks that Samsung made different devices for different regions...Makes no sense..
But yeah, I installed CM9 and when I selected to reboot my phone from the actual ROM it said 'Rebooting...' and now its been like this for 30mins or so... :| I guess I'll have to wait for the battery to drain or something, but as soon as it does I'll wipe data, etc and install PACMAN with the new kernel and gapps. Sucks that you can't take the battery out the phone, I don't think the phone is actually gonna reboot.
EDIT: NEVERMIND, I JUST SAW ONLINE THAT YOU CAN SWITCH IT OFF BY HOLDING DOWN THE POWER BUTTON AND HOME BUTTON...Yeah I'm totally new to Android and Samsung xD
Or you could hold the power and volume up buttons to go into Recovery mode and reboot from there.
Sent from my YP-G70 using Tapatalk 2
I finally got it working yesterday evening, and I'm loving the new ROM! Thanks a lot for your time and effort guys, I really appreciate it

[NEED HELP!] xperia mini stuck on sony logo

Hey guys,
I really need help about flashig a custom rom for my xperia mini. Because whenever i flash this custom rom(Zelly Cream) it successfully installed and i followed everything in the procedures given by the dev (wipe cahe/data/ format system etc) but the problem is when i reboot the system it wont go through the sony logo and i cant even access to the recovery. The only thing that i did is flashing again the stock firmware to fix the problem. But i want to use a custom rom. Need help guys! my mini is rooted, installed cwm 5.0, locked bootloader, stock kernel, build no. 587.
I would really appreciate if someone can help me.
Thanks in advance
Dont worry Bro!! i ve got The solution!!
The reason this happened is because u forgot to format system from mount and storage!! No big deal!!
Now since u have a locked bootloader in order to unbrick ur phone u have to download sony update Service from sony site...
n follow the Procedure On screen!!
n ull get stock official ICS!! n unbrick ur Phone!!
Dont Worry!
U have root ur Fone again!! :fingers-crossed:
Cheers!:good:
Do hit Thanks !! :cyclops:
---------- Post added at 08:28 AM ---------- Previous post was at 08:25 AM ----------
Zedfailon said:
Hey guys,
I really need help about flashig a custom rom for my xperia mini. Because whenever i flash this custom rom(Zelly Cream) it successfully installed and i followed everything in the procedures given by the dev (wipe cahe/data/ format system etc) but the problem is when i reboot the system it wont go through the sony logo and i cant even access to the recovery. The only thing that i did is flashing again the stock firmware to fix the problem. But i want to use a custom rom. Need help guys! my mini is rooted, installed cwm 5.0, locked bootloader, stock kernel, build no. 587.
I would really appreciate if someone can help me.
Thanks in advance
Click to expand...
Click to collapse
did u wipe Dalvik Cache!???
Are you sure you followed all the steps properly and you chose Xperia mini? Try it again
0. Locked Boot Loaders should Install CWM
1. Reboot to cwm.
2. Wipe data/factory reset.
3. Wipe cache partition.
4. Wipe dalvik cache under advanced menu.
5. Format data under mount and storage menu.
6. Format system under mount and storage menu.
7. Format cache under mount and storage menu.
8. Install zip from sd card.
9. Follow the steps in aroma installer to install the rom.
10. Untick Reboot Device when installation completed.
11. Go back to CWM & Reboot from there.
12. When System boots up go to Developer Option & Tick "Force GPU Rendering".
13. Active Users Flash Home_Key fix from Addon Section
Note: After installation, first boot may take several minutes (to create cache, dalvik cache etc.) to start your device. Leave your device for 20-30 minutes to settle down the rom. Also at first boot you may notice a high ram usages (less free ram). It is natural because android system occupy a lot of memory while settling down the new rom. After 30-40 minutes reboot your device and you are now ready to fly with your newly installed rom.
Click to expand...
Click to collapse
Sent from my SK17i running stock ics (.587)
yes
superRiyaz said:
The reason this happened is because u forgot to format system from mount and storage!! No big deal!!
Now since u have a locked bootloader in order to unbrick ur phone u have to download sony update Service from sony site...
n follow the Procedure On screen!!
n ull get stock official ICS!! n unbrick ur Phone!!
Dont Worry!
U have root ur Fone again!! :fingers-crossed:
Cheers!:good:
Do hit Thanks !! :cyclops:
---------- Post added at 08:28 AM ---------- Previous post was at 08:25 AM ----------
did u wipe Dalvik Cache!???
Click to expand...
Click to collapse
Yes i've followed every instruction. (wipe dalvik cache, cache, format system, format data) but still i cant go through the sony logo. Now my current rom is the stock rom ics build no. 587. Rooted and installed cwm
Btw, thanks for the reply
mihahn said:
Are you sure you followed all the steps properly and you chose Xperia mini? Try it again
Sent from my SK17i running stock ics (.587)
Click to expand...
Click to collapse
Yes bro. I did it twice already and the same thing happened. I chose xperia mini and followed all other stuff in the aroma installer, untick the reboot device, etc. But still no luck of going through the sony logo. i've left my phone for over 1hour and its still in the sony logo.
Have you selected locked bootloader option in Aroma installer? I tried Zelly cream with Lupus kernel - it worked fine
z1WV said:
Have you selected locked bootloader option in Aroma installer? I tried Zelly cream with Lupus kernel - it worked fine
Click to expand...
Click to collapse
Yes i've selected it. And it still doesn't work. Any help? I really want to use that rom so bad.
Did you flash the kernel Included (or recomended) for your rom? because if you are stuck at a sony logo it seems to me that you still have stock kernel.
Edit: it seems that you have just hot boot the first kernel with recovery so when you boot again it just revert to stock Kernel.
That would explain why you can't access to recovery the second time.
You need to really flash the kernel:
1. Turn your phone off
2. Plus the usb Cable in While pressing volume up.
3. "fastboot flash boot boot.img" If you use fastboot in command line or "Select Kernel to Flash" button if you use fastboot in Flashtool.
Edit2: Ok I just realised that you have Locked bootloader so what i just told you won't work. Sorry.
Did you really follow step 10 and 11 and chose "reboot to system"?
The only thing I can think of would be to unlock your bootloader using mihahn thread http://forum.xda-developers.com/showthread.php?t=1879750 and then install a custom kernel.
tym0 said:
Did you flash the kernel Included (or recomended) for your rom? because if you are stuck at a sony logo it seems to me that you still have stock kernel.
Edit: it seems that you have just hot boot the first kernel with recovery so when you boot again it just revert to stock Kernel.
That would explain why you can't access to recovery the second time.
You need to really flash the kernel:
1. Turn your phone off
2. Plus the usb Cable in While pressing volume up.
3. "fastboot flash boot boot.img" If you use fastboot in command line or "Select Kernel to Flash" button if you use fastboot in Flashtool.
Edit2: Ok I just realised that you have Locked bootloader so what i just told you won't work. Sorry.
Did you really follow step 10 and 11 and chose "reboot to system"?
The only thing I can think of would be to unlock your bootloader using mihahn thread http://forum.xda-developers.com/showthread.php?t=1879750 and then install a custom kernel.
Click to expand...
Click to collapse
Thanks for the reply bro, yeah but it is said in the rom that it works with stock kernel. I dont want to unlock my bootloader maybe i'll brick my phone and i don't know how to fix that. I'm pretty sure that i've followed every steps given by the dev but still the same thing happened. Now, i tried to flash the stock kernel and root again and install cwm again then i tried to flash the custom rom via cwm and followed every steps then reboot. And still it wont go through the sony logo. really need help guys!
Zedfailon said:
Thanks for the reply bro, yeah but it is said in the rom that it works with stock kernel. I dont want to unlock my bootloader maybe i'll brick my phone and i don't know how to fix that. I'm pretty sure that i've followed every steps given by the dev but still the same thing happened. Now, i tried to flash the stock kernel and root again and install cwm again then i tried to flash the custom rom via cwm and followed every steps then reboot. And still it wont go through the sony logo. really need help guys!
Click to expand...
Click to collapse
When you have 10 posts you may ask in the dev thread, maybe there's a little step we all missed and so it's not working
Sent from my SK17i running stock ics (.587)
mihahn said:
When you have 10 posts you may ask in the dev thread, maybe there's a little step we all missed and so it's not working
Sent from my SK17i running stock ics (.587)
Click to expand...
Click to collapse
yeah i've never seen a feedback from people that's using the zelly cream rom with a stock kernel, maybe the problem is with the stock kernel. Now i'll try some other custom roms out there maybe they'll work with the stock kernel and a locked bootloader.
Thanks for the support guys!
BTW superRiyaz, mihahn,z1WV,tym0
Hey guys! i've made the rom working for my xperia mini! all i did is install again and follow again the instructions! i don't why the third time i tried to install this rom is working! I did all the same steps again and im shocked that it go through the sony logo!
anyways thanks for cooperating guys! you got my thanks! i'm done with my problem!
Edit: Sorry didn't see the above post. Happy you solved your problem.
tym0 said:
Edit: Sorry didn't see the above post. Happy you solved your problem.
Click to expand...
Click to collapse
yeah thanks anyway
mihahn said:
Are you sure you followed all the steps properly and you chose Xperia mini? Try it again
Sent from my SK17i running stock ics (.587)
Click to expand...
Click to collapse
Hi, the first time i tried this i only wiped data/factory reset and nothing else, so when i rebooted from recovery mode i got stuck at sony logo. Took me some time to fix everything (flash stock ICS on device, root phone and install cwm again).
Now i did all this:
0. Locked Boot Loaders should Install CWM
1. Reboot to cwm.
2. Wipe data/factory reset.
3. Wipe cache partition.
4. Wipe dalvik cache under advanced menu.
5. Format data under mount and storage menu.
6. Format system under mount and storage menu.
7. Format cache under mount and storage menu.
8. Install zip from sd card.
9. Follow the steps in aroma installer to install the rom.
10. Untick Reboot Device when installation completed.
11. Go back to CWM & Reboot from there.
12. When System boots up go to Developer Option & Tick "Force GPU Rendering".
13. Active Users Flash Home_Key fix from Addon Section
Now when i rebooted from CWM (recovery mode) the sony logo appears for about 10 sec, than disappears for about 5-10 sec, and it's doing this over and over again for about 10min now.
Any ideas ?
ur000s said:
Hi, the first time i tried this i only wiped data/factory reset and nothing else, so when i rebooted from recovery mode i got stuck at sony logo. Took me some time to fix everything (flash stock ICS on device, root phone and install cwm again).
Now i did all this:
0. Locked Boot Loaders should Install CWM
1. Reboot to cwm.
2. Wipe data/factory reset.
3. Wipe cache partition.
4. Wipe dalvik cache under advanced menu.
5. Format data under mount and storage menu.
6. Format system under mount and storage menu.
7. Format cache under mount and storage menu.
8. Install zip from sd card.
9. Follow the steps in aroma installer to install the rom.
10. Untick Reboot Device when installation completed.
11. Go back to CWM & Reboot from there.
12. When System boots up go to Developer Option & Tick "Force GPU Rendering".
13. Active Users Flash Home_Key fix from Addon Section
Now when i rebooted from CWM (recovery mode) the sony logo appears for about 10 sec, than disappears for about 5-10 sec, and it's doing this over and over again for about 10min now.
Any ideas ?
Click to expand...
Click to collapse
Which phone are you using?
Sent from my Nexus 4 running Android 4.3
mihahn said:
Which phone are you using?
Sent from my Nexus 4 running Android 4.3
Click to expand...
Click to collapse
SE wt19i
ur000s said:
SE wt19i
Click to expand...
Click to collapse
Why did you flash the active user home button fix? It's for Xperia active st17 users! I guess that's the problem
Reinstall the rom like you did before and don't flash the active fix! It should work fine
Sent from my Nexus 4 running Android 4.3
mihahn said:
Why did you flash the active user home button fix? It's for Xperia active st17 users! I guess that's the problem
Reinstall the rom like you did before and don't flash the active fix! It should work fine
Sent from my Nexus 4 running Android 4.3
Click to expand...
Click to collapse
I actually didn't do that, because when i reboot from CWM (after installing rom) that's where the sony logo flashes in about 10s intervals.
unable to install custom rom
Hi guys..Currently I'm using "Sony Ericsson Xperia Mini Pro".I have rooted my phone by "Flash Tool" for Sony, I also unlocked my bootlocker too that time.
After the rooting process has been finished I have installed "ROM manager" from Play Store. Then I install "CWM v5.0.2.7" via ROM manager. But the whole problem is that now i can't istall custom ROM for my device. Because in the CWM recovey menu it is showing "Xperia Arc[v03] {ICS}".
I am able too wipe factory data, cache and delvik cache, it is also showing installation process of custom rom.After the installation process completed, my phone is not booting into Custom Rom. Its repeatedly showing sony icon, then it is automatically rebooting. I took back up for my phone also,and I can also recover from that.Also I tried "X-parts" app from play store, and installed cwm for xperia 2011 series. But the same "Xperia Arc" is showing till now.
note: I followed all the steps[/B]

[Q] cannot install custom roms

i tried to flash a rom in my SE LWW and it didnt respond after reboot.the sony display is shown and the phone wont boot.
so i flashed it with WT19i_4.0.2.A.0.58_(1254-1868).ftf and then rooted it,installed cwm and then tried another rom.
both will install and after the reboot it freezes at sony display.
i followed the correct steps in cwm.still dont know whats wrong.i wanna see a custom rom installed on my phone
i tried to install beats mod without installing any rom also.it showed installed but after reboot i cant see any apk files of beats or anything.
whats wrong somebody help please.
umesh840 said:
i tried to flash a rom in my SE LWW and it didnt respond after reboot.the sony display is shown and the phone wont boot.
so i flashed it with WT19i_4.0.2.A.0.58_(1254-1868).ftf and then rooted it,installed cwm and then tried another rom.
both will install and after the reboot it freezes at sony display.
i followed the correct steps in cwm.still dont know whats wrong.i wanna see a custom rom installed on my phone
i tried to install beats mod without installing any rom also.it showed installed but after reboot i cant see any apk files of beats or anything.
whats wrong somebody help please.
Click to expand...
Click to collapse
Which rom did you try to flash and on which firmware were you on? Also what wipes did you do in CWM?
i tried pureness,windows droid and x-gamer with rage kernel.
and steps followed in cwm is as follows
1. wipe data
2. wipe cache partition
3. dalvic cache
then i installed the zip and rebooted
i also tried the above steps with wipe battery status too
umesh840 said:
i tried pureness,windows droid and x-gamer with rage kernel.
and steps followed in cwm is as follows
1. wipe data
2. wipe cache partition
3. dalvic cache
then i installed the zip and rebooted
i also tried the above steps with wipe battery status too
Click to expand...
Click to collapse
Did you wipe /system also? Its better to select "factory reset" in recovery.
Also try using a different kernel also.
umesh840 said:
i tried to flash a rom in my SE LWW and it didnt respond after reboot.the sony display is shown and the phone wont boot.
so i flashed it with WT19i_4.0.2.A.0.58_(1254-1868).ftf and then rooted it,installed cwm and then tried another rom.
both will install and after the reboot it freezes at sony display.
i followed the correct steps in cwm.still dont know whats wrong.i wanna see a custom rom installed on my phone
i tried to install beats mod without installing any rom also.it showed installed but after reboot i cant see any apk files of beats or anything.
whats wrong somebody help please.
Click to expand...
Click to collapse
you have unlocked your bootloader as well....right??
1. wipe data
2. wipe cache partition
3. dalvic cache
then i installed the zip and rebooted
---------- Post added at 01:58 PM ---------- Previous post was at 01:52 PM ----------
Did you wipe /system also? Its better to select "factory reset" in recovery.
Also try using a different kernel also.
2
umesh840 said:
i tried to flash a rom in my SE LWW and it didnt respond after reboot.the sony display is shown and the phone wont boot.
so i flashed it with WT19i_4.0.2.A.0.58_(1254-1868).ftf and then rooted it,installed cwm and then tried another rom.
both will install and after the reboot it freezes at sony display.
i followed the correct steps in cwm.still dont know whats wrong.i wanna see a custom rom installed on my phone
i tried to install beats mod without installing any rom also.it showed installed but after reboot i cant see any apk files of beats or anything.
whats wrong somebody help please.
Click to expand...
Click to collapse
2 suggestions
1. try another recovery if u prefer cwm install another version
2.format
/system
/data
/cache
see what happens then
i dont know any other recovery..
can u suggest a post in xda?
i tried another version of cwm too.
umesh840 said:
i dont know any other recovery..
can u suggest a post in xda?
i tried another version of cwm too.
Click to expand...
Click to collapse
I think Everything will work fine..
Just follow these steps...
In CWM Recovery
Go to Mounts & storage > Wipe cache , wipe data & wipe System
Then Go to Advanced > Wipe Dalvik-cache
and now install your Rom from Sd card
I hope this 'll work..:good:

Categories

Resources