Related
Another thread like this... I know. Sorry.
In an attempt to load the modified battery management file, I've managed to brick my One X. It just sits at the 'HTC quietly brilliant' screen and that's as far as it gets.
I can boot into bootloader and then use fastboot, which in turn has allowed me to load the Clockwork Touch Recovery. I can reboot and load this recovery fine. But whatever I try, I cannot get it to boot back into the normal OS.
I cannot mount the phone on my laptop as that's not an option (that I'm aware of) in the One X recovery mode. Therefore I cannot copy across a new ROM to the SDCard and reload via 'Update.zip'.
Battery is healthy, everything was working prior to this failed attempt at being clever.
What other options are there to re-load a ROM and get the device working again?
Thanks in advance for your help
Rob
See link below
http://forum.xda-developers.com/showthread.php?t=1599748
Sent from my HTC One X using xda premium
skywalker1970 said:
See link below
http://forum.xda-developers.com/showthread.php?t=1599748
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Thank you, very much. A question, where it says:
'After that download RUU specific to your handset and run. This should install fine and return you to stock.'
I've downloaded what I think is right and I have a .zip file, how can I get this onto the device to install it?
It is mentioned in the instructions. You will need to use adb.
Edit: I presume that you have fast boot and adb installed on your PC. If not you will need to do that for your device to be recognized
Sent from my HTC One X using xda premium
skywalker1970 said:
It is mentioned in the instructions. You will need to use adb.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
That's the trouble, I can't. Because there is no USB access in recovery, ADB doesn't work.
Unless I'm missing something obvious?
Robster83 said:
That's the trouble, I can't. Because there is no USB access in recovery, ADB doesn't work.
Unless I'm missing something obvious?
Click to expand...
Click to collapse
I just edited my reply. Do you have all the drivers installed on your PC?
Sent from my HTC One X using xda premium
No adb.
Boot into fastboot on mobile and run the RUU from pc.
You need to have your bootloader locked before the RUU can run.
fastboot oem lock
Also did you try a factory reset in recovery and then tried to reboot into system
Sent from my HTC One X using xda premium
Thanks guys, sorry for the slow reply...
I do indeed have ADP/Fastboot on my computer still.
Where can I download the stock RUU? I can find a .zip version from this very forum, but how do I install that if I can't transfer it? I had assumed there would be a .exe version to run from my computer. Is there?
skywalker1970 - I did indeed try that, thanks.
Thanks again
me being the idiot that i am let my younger brother have a mess around with my one x, now i have no idea what he has done (im guessing he has messed with the roms) but it will boot as far as the first lock screen and then reboots.
i know it has less than 30% battery left but i am unable to let it charge because the phone will only stop its loop if i leave it on boot loader
it also fails in recovery mode and goes back into the endless loop
any help would be greatly appreciated
tried factory reset?
just did a stock recovery and now it stays stuck on the htc screen, anybody able to help me resurrect my phone???
Try from your pc
Fastboot erase cache
After putting your phone into fastboot USB mode.
Sent from my HTC One X using xda premium
liston156 said:
me being the idiot that i am let my younger brother have a mess around with my one x, now i have no idea what he has done (im guessing he has messed with the roms) but it will boot as far as the first lock screen and then reboots.
i know it has less than 30% battery left but i am unable to let it charge because the phone will only stop its loop if i leave it on boot loader
it also fails in recovery mode and goes back into the endless loop
any help would be greatly appreciated
Click to expand...
Click to collapse
Endless boot loops is usually 1 of 2 things,
Wrong boot img (or failure to flash it after changing roms)
Unstable overclock/undervolt settings.
Sent from my HTC One X using Tapatalk 2
now it gets pasts the boot screens and onto the homepage before it reboots itself, i think i have tried everything and i have read hundreds of threads on here and nothing seems to work
Since you don't actually know what has been done to it, full wipe may help.
Sent from my HTC One X using xda premium
eyosen said:
Since you don't actually know what has been done to it, full wipe may help.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
cheers, how would i do that?
Try factory reset from bootloader.
Sent from my HTC One X using xda premium
eyosen said:
Try factory reset from bootloader.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
tried it just now and still looping
Still sounds like a boot img problem,
Flash a new kernel
And it's boot img
Sent from my HTC One X using Tapatalk 2
chrisjcks said:
Still sounds like a boot img problem,
Flash a new kernel
And it's boot img
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
whats the best method of doing this then because i have downloaded so many random zip files and flahed a ridiculous number of .img files im far from sure which one does what
liston156 said:
whats the best method of doing this then because i have downloaded so many random zip files and flahed a ridiculous number of .img files im far from sure which one does what
Click to expand...
Click to collapse
Download a kernel of choice,
It should have a modules zip file & an IMG file.
Push the zip to your phone (you can do this in clockworkmod recovery - mount usb storage, drag zip from pc to phone - unmount)
Install from sdcard from within clockworkmod
Then put phone into fastboot usb, (bootloader) and flash the boot img. (you know how to do this right?)
If not,
You should have android sdk installed on your pc, place the boot img in the same folder as fastboot and adb etc - the folder is platform-tools)
Open cmd on pc when phone is in fastboot usb.
Ie.
CD c:/Android-SDK/platform-tools
fastboot flash boot imagename.img
Sent from my HTC One X using Tapatalk 2
chrisjcks said:
Download a kernel of choice,
It should have a modules zip file & an IMG file.
Push the zip to your phone (you can do this in clockworkmod recovery - mount usb storage, drag zip from pc to phone - unmount)
Install from sdcard from within clockworkmod
Then put phone into fastboot usb, (bootloader) and flash the boot img. (you know how to do this right?)
If not,
You should have android sdk installed on your pc, place the boot img in the same folder as fastboot and adb etc - the folder is platform-tools)
Open cmd on pc when phone is in fastboot usb.
Ie.
CD c:/Android-SDK/platform-tools
fastboot flash boot imagename.img
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
cheers, unfortunately i dont have clockworkmod recovery
liston156 said:
cheers, unfortunately i dont have clockworkmod recovery
Click to expand...
Click to collapse
Here:
http://db.tt/VF9J2eo8
Flash in fastboot, the same way out would a boot.img as I explained above.
Sent from my HTC One X using Tapatalk 2
chrisjcks said:
Download a kernel of choice,
It should have a modules zip file & an IMG file.
Push the zip to your phone (you can do this in clockworkmod recovery - mount usb storage, drag zip from pc to phone - unmount)
Install from sdcard from within clockworkmod
Then put phone into fastboot usb, (bootloader) and flash the boot img. (you know how to do this right?)
If not,
You should have android sdk installed on your pc, place the boot img in the same folder as fastboot and adb etc - the folder is platform-tools)
Open cmd on pc when phone is in fastboot usb.
Ie.
CD c:/Android-SDK/platform-tools
fastboot flash boot imagename.img
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
chrisjcks said:
Here:
http://db.tt/VF9J2eo8
Flash in fastboot, the same way out would a boot.img as I explained above.
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
cheers but still no luck
liston156 said:
cheers but still no luck
Click to expand...
Click to collapse
No luck with what?
You can't even flash CWM recovery - why not?
Your phone has an unlocked bootloader right, that's needed for all this.
If it doesn't and your getting boot loop problems on stock with locked bootloader, I don't know what to suggest other than flashing a RUU.
Sent from my HTC One X using Tapatalk 2
chrisjcks said:
No luck with what?
You can't even flash CWM recovery - why not?
Your phone has an unlocked bootloader right, that's needed for all this.
If it doesn't and your getting boot loop problems on stock with locked bootloader, I don't know what to suggest other than flashing a RUU.
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
every time i try to flash CWM recovery it fails and then my phone reboots itself, im hoping it is just the battery being too low so im gonna put it back on charge and try again tomorrow and hopefully i have a bit more luck with it
time to try again, not got much hope left tho
liston156 said:
time to try again, not got much hope left tho
Click to expand...
Click to collapse
If you've managed to charge your phone, here shouldn't be any issues.
Sent from my HTC One X using Tapatalk 2
Right, I've had a look around the forum a bit now for help with my issue but decided it's time to post my own thread.
I unlocked and rooted my phone a while back installed clockwork recovery and CM 9. I now want to upgrade to the latest version of CM but my recovery won't boot up...
I've tried downloading the CWM manager to my phone and re flashing from there and tried flashing other recovers and yet it still tried Clock work mod flashes on and immediately off and my phone reboots...
Can anyone lend me their knowledge?
Thanks.
Put recovery.img in the fastboot folder
Put your phone in fastboot mode
Open dosprompt ( cmd prompt )
Go to fastboot folder
Type :
Fastboot erase cache
Fastboot flash recovery recovery.img
Fastboot erase cache
And then enter recovery
I suggest you flash the latest cmw recovery 5.8.4.0
Verstuurd van mijn HTC One X
Currently at work so will try this when i get back home.
Although, im sure this is the process i followed when trying to fix the problem before posting this thread.
Will update.
i have the htc AT&T and everytime i load clockworkmod it just boots to the htc logo and stays there
twrp will take but it wont work right, "Failed to mount cache"
If its getting messy. Download the recovery and flash it via the htc one x toolkit in dev section. No commands just clicking LOL.
You put the zip into the recovery folder.connect yoir phone then just flash recovery. Personally twrp recovery works better. More options..
Sent from my HTC One X using xda app-developers app
Twrp is failing too, I even locked the bootloader ran ruu then unlocked and rooted, Twrp let me root but won't install another rom. Fails to mount cache.
I guess at least I have root though
Sent from my HTC One X using xda app-developers app
t3ckfr3ak1 said:
i have the htc AT&T
Click to expand...
Click to collapse
Might want to go to the forum for your phone and flash software designed for your phone. This is for the quad core Tegra 3 phone.
Sorry about being in the wrong forum, but as i said ready i have reflashed my phone
Sent from my HTC One X using xda app-developers app
t3ckfr3ak1 said:
Sorry about being in the wrong forum, but as i said ready i have reflashed my phone
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
With software from here, or from the correct forum?
Neither, got the correct ruu elsewhere- google
Sent from my HTC One X using xda app-developers app
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
kylz01 said:
Right, I've had a look around the forum a bit now for help with my issue but decided it's time to post my own thread.
I unlocked and rooted my phone a while back installed clockwork recovery and CM 9. I now want to upgrade to the latest version of CM but my recovery won't boot up...
I've tried downloading the CWM manager to my phone and re flashing from there and tried flashing other recovers and yet it still tried Clock work mod flashes on and immediately off and my phone reboots...
Can anyone lend me their knowledge?
Thanks.
Click to expand...
Click to collapse
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
Finally rooted the phone today, but when I try to go into an alternate recovery, or install a ROM (which I've never done before) the phone reboots (like it should I'm assuming) begins to load what I told it to do, and then I get an image of my phone with a red question mark above it, and my phone just reboots again.
What's causing this?
R: [Q] Finally took the plunge and rooted it, but can't do anything else?
ghostspectrum said:
Finally rooted the phone today, but when I try to go into an alternate recovery, or install a ROM (which I've never done before) the phone reboots (like it should I'm assuming) begins to load what I told it to do, and then I get an image of my phone with a red question mark above it, and my phone just reboots again.
What's causing this?
Click to expand...
Click to collapse
Did you flash a custom recovery? If no, flash it and try again
Sent from my One V using xda app-developers app
mr_nooby said:
Did you flash a custom recovery? If no, flash it and try again
Sent from my One V using xda app-developers app
Click to expand...
Click to collapse
I tried using ROM manager but I get the exact same results
Sent from my HTC One V using xda app-developers app
Tried using TWR got similar results with the image of the phone with a red triangle and exclamation mark :'(
Sent from my HTC One V using xda app-developers app
How are you flashing the recovery. The description you are describing is the stock recovery to flash a new recovery do it in fastboot (fastboot flash recovery name of recovery here)
Get the all in one tool from the dev section and it will do it for you.
All you need to do is choose which one you want CDMA or gsm, twrp or cwm (i prefer twrp for the one v)
Sent from my HTC One V+ (Because the X+ isn't as bamf as my V+)
If I helped you don't say thanks, click it!!
Tehwafflez said:
How are you flashing the recovery. The description you are describing is the stock recovery to flash a new recovery do it in fastboot (fastboot flash recovery name of recovery here)
Get the all in one tool from the dev section and it will do it for you.
All you need to do is choose which one you want CDMA or gsm, twrp or cwm (i prefer twrp for the one v)
Sent from my HTC One V+ (Because the X+ isn't as bamf as my V+)
If I helped you don't say thanks, click it!!
Click to expand...
Click to collapse
Hey thanks when I get home I'll give it a shot
Sent from my HTC One V using xda app-developers app
'Ok the All in one tool worked. I flashed TWRP, wiped my caches and installed AOKP JB 4.1.2, i've got the "Initiating swagger" screen, how long should this take?It's been about 10 minutes...
So as far as i can tell, the rom install failed because i didnt complete the wipe (because the wipe through TWRP failed...) what causes this?
It will say it failed because the sd-ext didn't wipe (THAT'S A GOOD THING) the /sd-ext is your SD card lol. So did you get into the actual ROM for aokp? So when you clicked swaggerfy it froze? Hmm I'd try a different ROM or different kernel what kernel are u using. I reccomend Jan 3rd super slick (anything newer breaks the camera).
Edit: i noticed you said caches? Do did you click factory reset? I usually do factory and dalvik but i think factory does it all.
Sent from my HTC One V+ (Because the X+ isn't as bamf as my V+)
If I helped you don't say thanks, click it!!
Tehwafflez said:
It will say it failed because the sd-ext didn't wipe (THAT'S A GOOD THING) the /sd-ext is your SD card lol. So did you get into the actual ROM for aokp? So when you clicked swaggerfy it froze? Hmm I'd try a different ROM or different kernel what kernel are u using. I reccomend Jan 3rd super slick (anything newer breaks the camera).
Edit: i noticed you said caches? Do did you click factory reset? I usually do factory and dalvik but i think factory does it all.
Sent from my HTC One V+ (Because the X+ isn't as bamf as my V+)
If I helped you don't say thanks, click it!!
Click to expand...
Click to collapse
I hope I get a fairly quick response to this Followed some advide in that thread, flashed a kernel (I thought) using the All In One Tool, ever since, I've been stuck in a bootloop. Obviously I have access to my bootloader and TWRP (thankfully). My recovery backup returns the same results though.
Im new to this so I'll try toprovide all the info I can.
Followed the TUT on how to Unlock Bootloader and Root 2 days ago.
Yesterday, using the All In One tool, flashed TWRP onto phone.
Was unable to Flash AOKP JellyBean 4.1.2 so I asked for help again (ROM was flashed, but stuck on Initiating Swagger Boot)
Tried using All-In-One to flash (what I thought was) a kernel, since then, my phone just boots continuously or not at all (depending on if I wipe or whatnot)
While at work, I was able to Flash the AOKP rom and Boot into it, but after about 1 minute of use, it reboots.
This is where I'm at now.
My bootloader says
***UNLOCKED***
PRIMOC PVT SHIP S-ON RL
HBOOT- 1.57.0000
RADIO- 1.00.05.0929
eMMC-boot
Jun 18 2012, 10:22:43
I'm using the latest version (2.3.3.) of TWRP
Is there anyway I can find, and delete, the boot.img I flashed with All-In-One, that caused this bootloop?
Found out why: radio is the new version aka .0928
HTC provided a new radio release and it screwed up being able to flash new JB roms. The fixable solution is to find the virgin mobile ruu exe and do that long process to get the old radio: .0521_2(?) back. I'll link you to the ruu thread in a sec let me find it first
Here:
http://forum.xda-developers.com/showthread.php?t=2018518
Sent from my HTC One V+ (Because the X+ isn't as bamf as my V+)
If I helped you don't say thanks, click it!!
Tehwafflez said:
Found out why: radio is the new version aka .0928
HTC provided a new radio release and it screwed up being able to flash new JB roms. The fixable solution is to find the virgin mobile ruu exe and do that long process to get the old radio: .0521_2(?) back. I'll link you to the ruu thread in a sec let me find it first
Here:
http://forum.xda-developers.com/showthread.php?t=2018518
Sent from my HTC One V+ (Because the X+ isn't as bamf as my V+)
If I helped you don't say thanks, click it!!
Click to expand...
Click to collapse
The only problem right now is when I'm in FASTBOOTUSB my computer doesn't recognize my phone.
You get fastboot USB and you're headed in the right direction
mihirengg19 said:
You get fastboot USB and you're headed in the right direction
Click to expand...
Click to collapse
But I'm having a hard time flashing that new RUU because when I'm in my Bootloader, and in Fastboot USB, my computer doesn't see my phone.
WHen I try to enter the fastboot code into the cmd shell, It just says that fastboot is not a recognized command...
That's because you aren't changing the directory to the fastboot folder.
mihirengg19 said:
That's because you aren't changing the directory to the fastboot folder.
Click to expand...
Click to collapse
How do I do that?
ghostspectrum said:
How do I do that?
Click to expand...
Click to collapse
All right do this.
Create a folder as fastboot on c drive of PC(hope you're on windows)
Download fast boot files.
Put in c:/Fastboot
Go in fastboot mode on phone.
It should say fastboot USB.
Open command prompt.
Type cd c:/fastboot/
Hit enter. The prompt should say this address now.
Type your fast boot command you want
Sent from my HTC One V using xda app-developers app
soham_sss said:
All right do this.
Create a folder as fastboot on c drive of PC(hope you're on windows)
Download fast boot files.
Put in c:/Fastboot
Go in fastboot mode on phone.
It should say fastboot USB.
Open command prompt.
Type cd c:/fastboot/
Hit enter. The prompt should say this address now.
Type your fast boot command you want
Sent from my HTC One V using xda app-developers app
Click to expand...
Click to collapse
Ok thank you, I do have that fastboot folder haha, gonna have to let my phone charge over night thought (I assume) so I'll try a crack at it tomorrow.
ghostspectrum said:
Ok thank you, I do have that fastboot folder haha, gonna have to let my phone charge over night thought (I assume) so I'll try a crack at it tomorrow.
Click to expand...
Click to collapse
Do NOT charge it over night. It damages the battery, and this is experience talking to you. Leave your phone charging for 3 hours, and that's sufficient.
Sent from my HTC One V using xda app-developers app
soham_sss said:
All right do this.
Create a folder as fastboot on c drive of PC(hope you're on windows)
Download fast boot files.
Put in c:/Fastboot
Go in fastboot mode on phone.
It should say fastboot USB.
Open command prompt.
Type cd c:/fastboot/
Hit enter. The prompt should say this address now.
Type your fast boot command you want
Sent from my HTC One V using xda app-developers app
Click to expand...
Click to collapse
SCratch that. Completed the process, the program said it did everything, but back in bootloader, it still shows Radio- 1.00.05.0929 :/ and I can't get out of boot loader lol
So recently i Unlocked my Phone at HTCdev.com. Rooted it and installed a rom Which was cm-10.1-20130604-UNOFFICIAL-primoc on the HTC one V. Whenever i try to reboot it. it gets Stuck on the boot loading Screen. Which Just shows the HTC one, Quietly Brilliant. No red words or anything, it just stays there. i've tried deleting the cache files, still no Luck Is there any way i get out of the Bootloader being stuck on my Phone? BTW its a Virgin Mobile Phone (CDMA). I can Go into the CWM and the hboot thing .Please HELP!!!
Here is my Info
*** UNLOCKED ***
PRIMOC PVT SHIP S-ON RL
HBOOT-1.57.0000
RADIO-1.00.00.0928
eMMC-boot
did you flashed the right kernel?
Sent from my One V using xda premium
martijn99 said:
did you flashed the right kernel?
Sent from my One V using xda premium
Click to expand...
Click to collapse
The Stock one or CM one?
thebestiam said:
The Stock one or CM one?
Click to expand...
Click to collapse
The one which is in the rom zip. You extract it and you flash it via fastboot.
fastboot flash boot boot.img
patgou.007 said:
The one which is in the rom zip. You extract it and you flash it via fastboot.
fastboot flash boot boot.img
Click to expand...
Click to collapse
Im Sorry, but i really need help, im new to rooting and unlocking. basically haven't learn much yet :/ Im Pretty much a noob. Plz help me get out of the HTC Logo
thebestiam said:
Im Sorry, but i really need help, im new to rooting and unlocking. basically haven't learn much yet :/ Im Pretty much a noob. Plz help me get out of the HTC Logo
Click to expand...
Click to collapse
Please, just read this.
http://forum.xda-developers.com/showthread.php?t=1996665
patgou.007 said:
Please, just read this.
http://forum.xda-developers.com/showthread.php?t=1996665
Click to expand...
Click to collapse
Is there anyway i can get the stock ROM, Kernel, those Stuff? i just want my phone to work!
It could be that when you are in bootloader you are not flashing the boot image correctly. If you rooted with htcdev.com i expect you have the ADB files for fastboot on your PC as well as the driver to push commands via fastboot.
If you do not get the red text indicating HTC dev etc when you boot, it seems you didn't flash the boot.IMG properly. Make sure you extract the boot.IMG from the ROM zip and put it in in the directory where your adb files are. Open a command window there (shift+right click on windows will give option in menu) and Type exactly
fastboot flash boot boot.img
This will flash the kernel designed for the ROM to the phone for it to boot the ROM you flashed. If it does not automatically reboot, use the volume keys and power button to do so.
I recently went through something that sounds similar so my advice might help. Pros, feels free to correct me if I got something wrong.
Sent from my One V using xda app-developers app
justjoeo said:
It could be that when you are in bootloader you are not flashing the boot image correctly. If you rooted with htcdev.com i expect you have the ADB files for fastboot on your PC as well as the driver to push commands via fastboot.
If you do not get the red text indicating HTC dev etc when you boot, it seems you didn't flash the boot.IMG properly. Make sure you extract the boot.IMG from the ROM zip and put it in in the directory where your adb files are. Open a command window there (shift+right click on windows will give option in menu) and Type exactly
fastboot flash boot boot.img
This will flash the kernel designed for the ROM to the phone for it to boot the ROM you flashed. If it does not automatically reboot, use the volume keys and power button to do so.
I recently went through something that sounds similar so my advice might help. Pros, feels free to correct me if I got something wrong.
Sent from my One V using xda app-developers app
Click to expand...
Click to collapse
i actually fixed it, When installing http://forum.xda-developers.com/showthread.php?t=2117611, i downloaded the Nightlies and Flashed that, BUT i forgot to flash the gapps File Lol. Everything is working now.
But im having trouble with CM10.1 Official Nightlies Android 4.2.2, When pluging my USB Into the phone and into Computer, it just shows the Micro SD card. Doesn't show up the internal Storage. also when Charging the battery, it'll say discharging, But it is Charging. i've Wiped the battery Stats, Still doesn't work
thebestiam said:
But im having trouble with CM10.1 Official Nightlies Android 4.2.2, When pluging my USB Into the phone and into Computer, it just shows the Micro SD card. Doesn't show up the internal Storage. also when Charging the battery, it'll say discharging, But it is Charging. i've Wiped the battery Stats, Still doesn't work
Click to expand...
Click to collapse
Non-Sense ROMs won't show internal storage because the're made like this Only SD card
And as I remember, CM10 is discontinued cause Lloir bught himself One X, so you have to live with it or change ROM
parkourz said:
Non-Sense ROMs won't show internal storage because the're made like this Only SD card
And as I remember, CM10 is discontinued cause Lloir bught himself One X, so you have to live with it or change ROM
Click to expand...
Click to collapse
Thanks for Replying parkourz, For now im getting use to the internal Storage thingynot being there, But how about the Battery? When im charging it, the Battery LED Light won't light up, When its done Charging it'll Turn Green.Also it doesn't show that the battery is charging, Just says Discharging. plz Help me.
Only thing I can say to help you is: leave CM10 and flash Shpongle if U want AOKP or myONEv RC9.5/mySENSE RC3.5 if U want Sense
parkourz said:
Only thing I can say to help you is: leave CM10 and flash Shpongle if U want AOKP or myONEv RC9.5/mySENSE RC3.5 if U want Sense
Click to expand...
Click to collapse
Link? Plz
thebestiam said:
Link? Plz
Click to expand...
Click to collapse
You're to lazy, people... FIND IT BY YOURSELF!!! I'm not your dad to take you by the hand and show you everything and XDA is not an ocean to get lost while seeking something... and don't forget about uncle Google
parkourz said:
You're to lazy, people... FIND IT BY YOURSELF!!! I'm not your dad to take you by the hand and show you everything and XDA is not an ocean to get lost while seeking something... and don't forget about uncle Google
Click to expand...
Click to collapse
Lol found it, Thanks Anyway~
Hey u just flashed wrong or unsupported kernel . Reflash the right kernel
Sent from my One V using xda
thebestiam said:
Link? Plz
Click to expand...
Click to collapse
Try that idea: http://forum.xda-developers.com/showthread.php?t=2345750
Hope it helps... :fingers-crossed: