Benchmarks! - Galaxy Y GT-S5360 General

post your benchmarks scores here so we can compare data
please include
rom
baseband version
kernel that youre using
battery percentage
internal memory percentage
phone memory percentage
if a2sd is on or off
if dalvik cache is cached to sd or not
sd card class
tweaks
like if v6 is running
stamnatis script etc..
so that we can make a good detailed comparison
and of course chow off aswell
here is mine termas kernel and mar os kernel...
noth are on performace governors,50 percent battery charge
creeds romv2.1,no v6,no stamatis,build prop tweaks for faster internet...
no as2sd 90mb left of phone memory...
corrupted partition on sd..hehehhehe

wrong section...

mushfiq20 said:
wrong section...
Click to expand...
Click to collapse
not really...
we are askking to post here so we can compare data on the kernels and get best results..
and as far i can understand...android development...benchmarking is part of development...it gauges results of developed roms,kernels,tweaks...
and dictates somehow if it was sucessful or not...
but if mod sees that its not fit here then he would move it right?

zeusseuz said:
build prop tweaks for faster internet
Click to expand...
Click to collapse
Where do I find these? (Off-topic, sorry)
Sent from my GT-S5360 using XDA

zeusseuz said:
here is mine termas kernel and mar os kernel...
noth are on performace governors,50 percent battery charge
creeds romv2.1,no v6,no stamatis,build prop tweaks for faster internet...
no as2sd 90mb left of phone memory...
corrupted partition on sd..hehehhehe
Click to expand...
Click to collapse
your linpack screenshoot, it's that from maroc-os kernel with oc ? why it's lower than stock one? i'm using stock rom (with samsung apps removed), i got 9.8xx on first run and 10.0xx on second.

irfanbagus said:
your linpack screenshoot, it's that from maroc-os kernel with oc ? why it's lower than stock one? i'm using stock rom (with samsung apps removed), i got 9.8xx on first run and 10.0xx on second.
Click to expand...
Click to collapse
yup from rc20 kernel ir mac...dunno too many conflicting scripts maybe...corrupted sd?nit sure why
Sent from my GT-S5360 using Tapatalk

I'll send my results shortly. Had to reformat my sdcard a while ago.

ill post mine after my cousin returned my phone.

up
Sent from my GT-S5360 using XDA

Bump!
Sent from my GT-S5360 using xda premium

i'm using Creeds rom
Tweaks: all the tweaks from creeds
Kernel: 2.6.35.7 [email protected]#1
Sent from my GT-S5360 using xda premium

rare0412 said:
i'm using Creeds rom
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
please include conditions of phone,tweaks etc..kernel baseband version so we can atleast compare and make deductions

Thread Closed:
Please use this thread- http://forum.xda-developers.com/showthread.php?t=1649449

Related

Which ROM is best?

Hi, my friend just bought this mobile but stock rom is a bit slow and he want use custom rom. Which rom should he use?
Try using hybrid 2.1
Duplicate thread!
http://forum.xda-developers.com/showthread.php?t=1601065
Sent from my GT-S5360 using Tapatalk
try repencis v3 it even supports flash games apps by default
can even use default stock browser to play flash files no need for uc browser anymore
talwarrokzz said:
try repencis v3 it even supports flash games apps by default
can even use default stock browser to play flash files no need for uc browser anymore
Click to expand...
Click to collapse
I definitely have to say +1 to that!!!!
Repencis V3 is the best friggin ROM I have ever used! PERIOD
Look no further then Repencis, trust me, you wont be disappointed.
nothing as good as stock rom or bancetdev..
but repencis are good too, im using it now..
RV3..
anyway, try repencis ..
hybrid 4 fast rom for sgy
Sent from my GT-S5360 using xda premium
i have been using creeds rom v2.1 for last one month .... its really awesome and bug free
Sent from my GT-S5360 using XDA
simplyanin said:
i have been using creeds rom v2.1 for last one month .... its really awesome and bug free
Sent from my GT-S5360 using XDA
Click to expand...
Click to collapse
Sir, can you teach me how to install creeds 2.1?
Sent from my GT-S5360 using XDA
nivlazenaby said:
Sir, can you teach me how to install creeds 2.1?
Sent from my GT-S5360 using XDA
Click to expand...
Click to collapse
go to creed's rom thread in the android development section
---------- Post added at 11:32 AM ---------- Previous post was at 11:24 AM ----------
Corn Flake said:
Hi, my friend just bought this mobile but stock rom is a bit slow and he want use custom rom. Which rom should he use?
Click to expand...
Click to collapse
i would prefer creed's rom v 2.0 (with 14 toggles and boot animation fix) along with tweakv6 scripts by [email protected] and a pinch of unneeded system apps and services frozen by Titanuim back up = 1.8k+ atuntu
repencis v3 & hybrid v4 are the best
Creeds Rom !
Hi guys!
I'm new to Android. Just got my SGY last April 3 and still learning. Although I have downloaded and installed apps/games. I'd like to learn how to improve the ROM. I have also updated my firmware to the latest DXLC1.
Would anyone here want to guide me through? Also, what would you guys recommend in making my SGY faster? Lastly the SD card suddenly "removes" by itself from time to time. I have to press the power button for the SD card to come back and scan.
Thanks!
Im using creeds v2.5 its nice but the status.bar sucks
Sent from my GT-S5360 using XDA
Install creeds Rom v2 then just install the little update v2.1
It will be the best
Sent from my GT-S5360 using XDA
install creed's rom v2.0/v2.1 for bug free or repencis v3 with update 2.0.
Im using terma with buzzrom statusbar green and adw launcher ex.light and fast
Gesendet von meinem GT-S5360 mit Tapatalk

[Kernel][How to] Flashing a kernel

Hi all,
I am here to share another [How to] on flashing a kernel. There are quite a number of kernel available in our forum such as Cow Kernel, stock kernel, etc. They have different capability such as UV, OC and equipped with different governors too.
This tutorial will teach u how to flash a kernel easily.
HOW?
To flash a new kernel,
via adb shell
1) Download the kernel
It is as easy as just copy the boot.img from the ROM equipped with kernel u want.
2) Download the Wifi module dhd.ko
Copy dhd.ko from the ROM with kernel u want, it is under /system/etc/wifi
(without getting this, ur WIFI will not work)
3) Copy both files into your phone by using adb shell or simply copy them over from ur PC.
Code:
adb push boot.img /sdcard/download/
adb push dhd.ko /sdcard/download/
4) Flash to your phone
Code:
adb shell
su
dd if=/sdcard/download/boot.img of=/dev/block/mmcblk0p8
5) Copy dhd.ko to /system/etc/wifi/ via Root Explorer.
Reboot. DONE~
via CWM
1) Download the kernel u want from attachments.
2) Boot into recovery mode by pressing power+select+volume up bottons
3) Flash the zip and then Reboot
Just a personal experience, the XXLM8 and DXLM3 kernel give us better visual performance and make ur Temple Run smoother.
Same advice, do at ur own risk. Remember to do a nandroid backup beforehand.
Thanks bro...
How about battery life? Which one is better, Cow's or XXLM8 kernel?
in my opinion Cow kernel is the most performant, best benchmark scores and best ram management. XXLM8 has a better battery life and a good durability.
I personally prefer the Cow one couse of the performance.
In my opinion cow rom are best with benchmark point which is very high but not in real app performance..
I tested temple run on both rom, and xxlm8 just slightly faster than cow
And also battery life is longer with xxlm8..
Sent from my GT-I8150 using Tapatalk 2
Can i flash the kernel on cwm? Im using black note hybrid 2..
Thanks
Sent from my GT-I8150 using Tapatalk 2
Hyp3rh4ck said:
in my opinion Cow kernel is the most performant, best benchmark scores and best ram management. XXLM8 has a better battery life and a good durability.
I personally prefer the Cow one couse of the performance.
Click to expand...
Click to collapse
terifish said:
In my opinion cow rom are best with benchmark point which is very high but not in real app performance..
I tested temple run on both rom, and xxlm8 just slightly faster than cow
And also battery life is longer with xxlm8..
Sent from my GT-I8150 using Tapatalk 2
Click to expand...
Click to collapse
Terifish is correct. Cow kernel has better benchmark score but that is not true in real application. Overclocking doesn't improve the performance for gaming because that is actually related to GPU and ram management.
XXLM8 has been proven to have better gaming performance. U can personally experience it when playing Temple Run.
acelim23 said:
How about battery life? Which one is better, Cow's or XXLM8 kernel?
Click to expand...
Click to collapse
Theoretically, cow's kernel should give better battery life as it is undervolted.
utingbato said:
Can i flash the kernel on cwm? Im using black note hybrid 2..
Thanks
Sent from my GT-I8150 using Tapatalk 2
Click to expand...
Click to collapse
U need to use adb shell for flashing it. Not sure whether a flashable zip can be created for this. Any expert can help on this?
yewsiong said:
Terifish is correct. Cow kernel has better benchmark score but that is not true in real application. Overclocking doesn't improve the performance for gaming because that is actually related to GPU and ram management.
XXLM8 has been proven to have better gaming performance. U can personally experience it when playing Temple Run.
Click to expand...
Click to collapse
I 2nd That..
Theoretically, cow's kernel should give better battery life as it is undervolted.
Click to expand...
Click to collapse
And this one too cuz when I using Cow rom a while ago , I put on standby it consume 1% for 4 hours , under normal use (wifi all day long, some call, sms, email , gaming ) still can hold more than 50 hours . . but change to others roms due to FC essue..
Can I put the XXLM8 kernel in the gingerbread miui?
Sent from my GT-I8150 using Tapatalk 2
sparta20 said:
Can I put the XXLM8 kernel in the gingerbread miui?
Sent from my GT-I8150 using Tapatalk 2
Click to expand...
Click to collapse
Yes, u can. Try to do a backup 1st。
Sent from my GT-I8150 using XDA
sparta20 said:
Can I put the XXLM8 kernel in the gingerbread miui?
Sent from my GT-I8150 using Tapatalk 2
Click to expand...
Click to collapse
of course... i already did it... and it runs smoother!
Sent from my GT-I8150 using xda premium
nunogilberto said:
of course... i already did it... and it runs smoother!
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
LOL~ Seems like XXLM8 is really a good kernel for our SGW at this moment.
yewsiong said:
LOL~ Seems like XXLM8 is really a good kernel for our SGW at this moment.
Click to expand...
Click to collapse
really agree with you..
i'm very satisfied with my SGW battery performance with XXLM8
Which governor should be adjusted to save power and still have a good performance on XXLM8?
1haumann1 said:
Which governor should be adjusted to save power on XXLM8?
Click to expand...
Click to collapse
I suggest using CPU profile scheduler such as SetCPU. Use ondemand for normal usage and set powersave for screen off.
utingbato said:
Can i flash the kernel on cwm? Im using black note hybrid 2..
Thanks
Sent from my GT-I8150 using Tapatalk 2
Click to expand...
Click to collapse
I wonder that too... I'm not familiar with adb yet... CWM rules when it comes down to being "easy", hence safe, if you know what I mean...
I'm really excited to flash this kernel now...
I noticed that inside the nandroid backup folder there is a "boot.img", so, why can't we just exchange it by the one from XXLM8 and just restore it to have it flashed? I didn't do it yet because there is no turning back after messing with the boot.img...
I read this thread, but I'm still not confident enough to do it...
Does anyone know if my theory stands?
a.fontenele said:
I wonder that too... I'm not familiar with adb yet... CWM rules when it comes down to being "easy", hence safe, if you know what I mean...
I'm really excited to flash this kernel now...
I noticed that inside the nandroid backup folder there is a "boot.img", so, why can't we just exchange it by the one from XXLM8 and just restore it to have it flashed? I didn't do it yet because there is no turning back after messing with the boot.img...
I read this thread, but I'm still not confident enough to do it...
Does anyone know if my theory stands?
Click to expand...
Click to collapse
No. U can't do that. If u replace the boot.img in a ROM zip, there will be md5 checksum mismatch error. U need to resign the zip again.
okay, if you want to try different kernels without using adb, attached are update zip for Cow kernel and XXLM8 kernel...
just put it on your sdcard, and install it through CWM recovery...
enjoy...
Hello to all, i want to flash the xxlm8 zip using cwm. But as mentioned do i still need to flash the wifi module? or is it already included in the zip file? not comfortable with adb as i might mess things up.
Sent from my GT-I8150 using XDA
rayleynes said:
Hello to all, i want to flash the xxlm8 zip using cwm. But as mentioned do i still need to flash the wifi module? or is it already included in the zip file? not comfortable with adb as i might mess things up.
Sent from my GT-I8150 using XDA
Click to expand...
Click to collapse
the specific wifi module for each kernel is already included in each update zip file... i tested both of the zip files, and i can switch kernel whenever i want...
Sent from my GT-I8150 using xda premium

What rom what kernel ? are the best save battery for arc/s ?

Now arc/s have many rom and kernel , but the question what rom and kernel long battery for daily use ?
And answer can be found on one of the many threads asking the exact same thing.
Sent from my CM9'd Ray
4 days is my record. Gingerbread 4.0.2.A.0.62, baseband 64, stock kernel, certain customizations done.
Using this, top performance and battery, no ICS/JB ROM can beat this.
Someguyfromhell said:
4 days is my record. Gingerbread 4.0.2.A.0.62, baseband 64, stock kernel, certain customizations done.
Using this, top performance and battery, no ICS/JB ROM can beat this.
Click to expand...
Click to collapse
Ahhahaaa, mine is on stock ICS and stock kernel. i got 4 days too
Sent from my LT15i using xda premium
TheHaso said:
Ahhahaaa, mine is on stock ICS and stock kernel. i got 4 days too
Sent from my LT15i using xda premium
Click to expand...
Click to collapse
pls,can u give link ?
i hop a rom and kernel like 1% battery 1 hour , now too many rom @@ ,i cant test all of them @@
bluelord001 said:
pls,can u give link ?
Click to expand...
Click to collapse
Latest stock ICS
Latest stock kernel
Latest baseband
Latest andreo libs
Deleted bloatware (fun downloads, plugins, etc)
Sent from my LT15i using xda premium
TheHaso said:
Latest stock ICS
Latest stock kernel
Latest baseband
Latest andreo libs
Deleted bloatware (fun downloads, plugins, etc)
Sent from my LT15i using xda premium
Click to expand...
Click to collapse
where can i find them ? do u have link ? thx
Relock phone, repair with seus (to get the latest ics)
Root it and remove bloatware
Ill upload the libs
View attachment 1499970
Sent from my LT15i using xda premium
bluelord001 said:
where can i find them ? do u have link ? thx
Click to expand...
Click to collapse
If you haven't found the link to the development section by now.

[Database][Benchmarks]Benchmark your score on any roms !

Hi guys ..
it is very simple
post u benchmark if u like!
example 1 :
Code:
benchmark :antutu
version:1.2
Rom : jellyblast version 5.5
kernel:linkinpark 2.5
mods used : build.prop tweaks,chainfire etc
Screen shot :atachment u screen !
example 2 :
Code:
benchmark :quadrant
version:55.5
Rom : jellybean version 4.1
kernel:linkinpark 2.5
mods used : nothing
Screen shot :atachment u screen !
PS: no said " this rom is better or etc "
ps2: if u using antutu disable sdcard !
reserved for more updates !
antutu 2.5.4
benchmark :antutu
version:2.5.4
Rom : jellyblast version 3.0.3
kernel:white kernel 1.3
mods used : nothing
Screen shot :
Benchmark: Antutu
Version: 2.9.1
ROM: Stock Deodex DXLE1
Kernel: Hell Fusion #63
Mods used: build.prop tweak, bacem-tweak, sysctl tweak
Screen Shot:
Sent from my GT-S5360 using Tapatalk 2
Hyperion rom.. Inbuilt tweaks nothing else..
Hells fusion #63
Sent from my GT-S5360 using Xparent Blue Tapatalk 2
Benchmark: antutu
Version: 2.9.3
Rom: Hyperion 7x pre GM
Kernel: Mine
Mods used: Hyperion inbuilt tweaks
Screenshot:
Sent from my GT-S5360 using xda premium
Benchmark : Antutu
Version : 3.0.3
ROM : Stock ROM Deodex DXLF2
Kernel : Stock Kernel DXLJ1
Mods Used : Nothing
Screen Shot :
Antutu 2.8
Rom:USSR v9-Jellynoid
Kernel:Hells Fusion 40
Mods:KuroTweaks
new version of antutu have different scoring system. with new antutu your score will likely higher than the old one. if you're using antutu you'd better make sure that you're using same version so that we can compare the result. with old antutu my score is about 2700 but with new antutu I could easily got 4200.
Antutu 3.0.3
Ussrv9
Stock kernel
No added mods
Sent from my GT-S5360 using xda app-developers app
kurotsugi said:
new version of antutu have different scoring system. with new antutu your score will likely higher than the old one. if you're using antutu you'd better make sure that you're using same version so that we can compare the result. with old antutu my score is about 2700 but with new antutu I could easily got 4200.
Click to expand...
Click to collapse
So kuro, are u back in development?
Sent from my GT-S5360 using xda premium
alemad said:
So kuro, are u back in development?
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
he is always there to help but sadly he doesn't have the device anymore
leap before you think
nikufellow said:
he is always there to help but sadly he doesn't have the device anymore
leap before you think
Click to expand...
Click to collapse
yes indeed
actually kuro always here,never left the galaxy y section
he just rarely appear because some question for him already answered by others
am i wrong kuro?
Sent by a Schoolar Boy
Question? Better go to [Help Thread] by Deadly
no forget the focus for this theard !
thanks!
whitexp said:
no forget the focus for this theard !
thanks!
Click to expand...
Click to collapse
I totally agree
btw : Don't use Chainfire 3D
Mohamed.Anwar said:
I totally agree
btw : Don't use Chainfire 3D
Click to expand...
Click to collapse
why?
is chainfire really affect the scores
and whitexp,sorry for being off topic last post
Sent by a Schoolar Boy
Question? Better go to [Help Thread] by Deadly
Droid_beginner_student said:
why?
is chainfire really affect the scores
and whitexp,sorry for being off topic last post
Sent by a Schoolar Boy
Question? Better go to [Help Thread] by Deadly
Click to expand...
Click to collapse
yes alot
Benchmark : Antutu
Version : 3.0.3
Rom : Deodexed DXLE1
Kernel : Repencis 4 Kernel V7 Final
Mod Use : No Use
Benchmark : Quadrant Pro Edition
Sent from my GT-S5360 using xda premium
Thread Closed:
Please use this thread (it was created first) - http://forum.xda-developers.com/showthread.php?t=1649449
I've closed 7 threads for this

[Q] Turbo Kernel v3.1 bug

i m using this awesome kernel(turbo kernel v3.1 jb)
but as i come through.
there is a little bug. i mean no disgrace to the developer,
but i might want to add.
the microphone didnot work well. (wechat & talking tomcat cannot detect surrounding sound)
some earphone cannot be detect.
cannot video call(tango and skype).
other are perfect.=)
i just want to know it if this kernel bug or i do it wrong in flashing or set thing up?
The same thing happens sometimes with lupus kernel and I need to restart the phone. Not sure if it kernel, rom or hardware problem :/
iFlasher said:
The same thing happens sometimes with lupus kernel and I need to restart the phone. Not sure if it kernel, rom or hardware problem :/
Click to expand...
Click to collapse
it is JB kernel bug.
i am back to ICS. everything still perfect.
blackbox92 said:
it is JB kernel bug.
i am back to ICS. everything still perfect.
Click to expand...
Click to collapse
Hi sir i am noob. i am xperia play r800i what kernel and rom are you using?
Please give me some advise and thank you for immediate response.
chrisean26 said:
Hi sir i am noob. i am xperia play r800i what kernel and rom are you using?
Please give me some advise and thank you for immediate response.
Click to expand...
Click to collapse
i m using doomlord kenerl+ics express rom ics.run great.
if u using JB, it eyecandy but got a lot bug.
blackbox92 said:
i m using doomlord kenerl+ics express rom ics.run great.
if u using JB, it eyecandy but got a lot bug.
Click to expand...
Click to collapse
That's a ROM bug then. Go with SlimJB, been using it for months and its perfect.
Sent from my unlocked R800x using XDA Premium
DubleJayJ said:
That's a ROM bug then. Go with SlimJB, been using it for months and its perfect.
Sent from my unlocked R800x using XDA Premium
Click to expand...
Click to collapse
I running slimbean on 2nd slot, still the bug persist,
Can u make video call with slimbean? And play talking tom cat well?
Sent from my R800i using xda app-developers app
blackbox92 said:
I running slimbean on 2nd slot, still the bug persist,
Can u make video call with slimbean? And play talking tom cat well?
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
Might be the fact it's on your second slot. I don't have those issues, so it could be that.
Well, I've actually had a video conversation on Skype on PAC Rom + turbo kernel 3.1 without any issue. Rom is in internal memory(1st slot).
I don't know about other issues mentioned as I'm only using microphone for Skype (rarely) and obviously I'm using it in-call
Sent from my R800i using xda premium
Ok, but it seem I could not find the answer why I got this problem, mine was pacman rom 1st slot, and slim bean 2nd slot, kernel turbo kernel v3.1 zeus.
Sent from my R800i using xda app-developers app
blackbox92 said:
Ok, but it seem I could not find the answer why I got this problem, mine was pacman rom 1st slot, and slim bean 2nd slot, kernel turbo kernel v3.1 zeus.
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
its definitely not a Turbo Kernel BUg.. cuz am using it v3.1 on AOKP JB 4.1.2
and trust me.. its the BeST JB ROM .. the most stable we gonna have...
Read my Post here.. d one with screenshots.
http://forum.xda-developers.com/showthread.php?t=1852529&page=48
saqibkhan said:
its definitely not a Turbo Kernel BUg.. cuz am using it v3.1 on AOKP JB 4.1.2
and trust me.. its the BeST JB ROM .. the most stable we gonna have...
Read my Post here.. d one with screenshots.
http://forum.xda-developers.com/showthread.php?t=1852529&page=48
Click to expand...
Click to collapse
can u try webcam with phone using this kernel?
also try webcam with ur front camera, i m using tango and skype.
Can anyone know a solution pls.
I am unable to multiboot two or more then two roms on this kernel,
no matter which Rom GB or ICS or Jb it doesn't work. It's a kernel issue or something else.
I am using multiboot aware roms only.
Thanks
Sent from my R800i using xda premium
ehmafia said:
Can anyone know a solution pls.
I am unable to multiboot two or more then two roms on this kernel,
no matter which Rom GB or ICS or Jb it doesn't work. It's a kernel issue or something else.
I am using multiboot aware roms only.
Thanks
Sent from my R800i using xda premium
Click to expand...
Click to collapse
download a new one of the rom(make sure it multiboot aware). and make sure the size of the zip is correct (something u will get a corrupt zip).
u should make a clean install,flash back phoenix vendor ftf. boot up. flash turbo v3.1 kernel back .wipe data,cache, system. and flash the rom again.
because there is no non such issue.
blackbox92 said:
download a new one of the rom(make sure it multiboot aware). and make sure the size of the zip is correct (something u will get a corrupt zip).
u should make a clean install,flash back phoenix vendor ftf. boot up. flash turbo v3.1 kernel back .wipe data,cache, system. and flash the rom again.
because there is no non such issue.
Click to expand...
Click to collapse
ehmafia said:
Can anyone know a solution pls.
I am unable to multiboot two or more then two roms on this kernel,
no matter which Rom GB or ICS or Jb it doesn't work. It's a kernel issue or something else.
I am using multiboot aware roms only.
Thanks
Sent from my R800i using xda premium
Click to expand...
Click to collapse
For every boot slot.. u need to set manually to GB ICS OR JB.. are you doing that ??
Yeah, I have done that (downloading new roms and the kernel again) and now the Rom (gb or ics any) in the first slot is working. But in the 2nd slot none of the roms worked. I read the multiboot kernel guide also.
Any idea for working rom in the 2nd slot.
Thanks
Sent from my R800i using xda premium
What is 1st slot rom and 2nd slot rom? And tell me how did u install 2nd rom? What kernel u using(version) ? Did u flash the Phoenix vendor ftf?
Sent from my R800i using xda app-developers app
First of all I flashed the phoenix vendor ftf file then booted my phone and after successfully booting it to stock gb I shut it off.
Then I have flashed the turbo kernel v3.1 and then went to recovery and wiped data, cache, dalvik cache and flashed the ics Rom (zip already present in sd card) in slot 1. Then rebooted and successfully booted to ics.
Then I again rebooted to recovery and created slot 2 for gb rom with more system & user data space. And wiped data, cache & dalvik cache. And flashed auroraplay rom and restarted BUT ON RESTARTING THE PHONE FREEZES at the boot. I have also waited about 15mins but no luck.
Details -
Recovery - turbo kernel v3.1
Slot 1 - ICS Rom
Slot 2 - GB Rom
SD Card - Class 4
Has anybody else got a problem like this.
BTW thanks again everyone for the help.
Sent from my R800i using xda premium
ehmafia said:
First of all I flashed the phoenix vendor ftf file then booted my phone and after successfully booting it to stock gb I shut it off.
Then I have flashed the turbo kernel v3.1 and then went to recovery and wiped data, cache, dalvik cache and flashed the ics Rom (zip already present in sd card) in slot 1. Then rebooted and successfully booted to ics.
Then I again rebooted to recovery and created slot 2 for gb rom with more system & user data space. And wiped data, cache & dalvik cache. And flashed auroraplay rom and restarted BUT ON RESTARTING THE PHONE FREEZES at the boot. I have also waited about 15mins but no luck.
Details -
Recovery - turbo kernel v3.1
Slot 1 - ICS Rom
Slot 2 - GB Rom
SD Card - Class 4
Has anybody else got a problem like this.
BTW thanks again everyone for the help.
Sent from my R800i using xda premium
Click to expand...
Click to collapse
Other than aurora gb rom. Did u try flash others rom?
Sent from my R800i using xda app-developers app

Categories

Resources