Certain problems with V30B... - LG Optimus Black

Hi all!
I'm working on a new ICS stock based ROM to follow up Zeus, but I'm encountering some problems that are stopping my work. I hope someone can help me.
As in previous ROMs, I do everything from scratch, so i don't use other compilations or kernels, so I have to do all the work from zero.
First problem: LGEIMEbin.apk... It works flawlessly on odexed rom, but it fails to work on deodexed one... Does the LG keyboard work well on V30B based DEODEXED roms? I have fixed it editing its smali code, but I think it should work 'as is' without additional modifications...
Second and HUGE problem: gmail and browser fails... I had the ROM ready to launch but gmail began to fail... You launch it well, but when you try to open a message... it takes a while thinking and the app is auto-killed. The same with browser... it tries to load home page but stucks the progress bar and then app is killed. When I reverted latest changes... the problem persisted... in the beggining it was solved with a reboot but in latest moments it failed all the time.
I've started all the work from scratch again... step by step... and the problem has appeared again... Reverting to a fully-working state is failing too and I don't know how to fix it...
Then, the questions are:
Does the LG keyboard work well on other deodexed V30B 'as is' without additional modding? What app/version are you using to deodex the rom? I'm on latest dsixda with latest smali/backsmali.
Did anybody experience problems with gmail and/or stock browser?
I'm starting to think that my ROM is entirely bad deodexed and its generating me a lot of problems.
Regards and thanks!

I am no developer but i am using tantrums rom which is deodexed and keyboard and gmail and everything is working flawlessly... may be you can ask him
Sent from my LG-P970 using xda app-developers app

hey mate , look all my roms which are based on v30b are deoxeded but if i to be true i didnt do it ,, a friend in bbs.gfan did it he's called "lim417"
,, but also there is one dev here who actually deoxeded the rom succesfully including the keyboard and all apps u mentioned ,, he is "tantrums"
,, he deoxeded all the rom with its apps succesfully ,, contact him for the best

rrgrrg said:
hey mate , look all my roms which are based on v30b are deoxeded but if i to be true i didnt do it ,, a friend in bbs.gfan did it he's called "lim417"
,, but also there is one dev here who actually deoxeded the rom succesfully including the keyboard and all apps u mentioned ,, he is "tantrums"
,, he deoxeded all the rom with its apps succesfully ,, contact him for the best
Click to expand...
Click to collapse
as far as I remember, only email app (LGEmailbin.apk) in Marvel v D that doesn't work
while keyboard, browser, and gmail works
cmiiw

Huexxx said:
Hi all!
I'm working on a new ICS stock based ROM to follow up Zeus, but I'm encountering some problems that are stopping my work. I hope someone can help me.
As in previous ROMs, I do everything from scratch, so i don't use other compilations or kernels, so I have to do all the work from zero.
First problem: LGEIMEbin.apk... It works flawlessly on odexed rom, but it fails to work on deodexed one... Does the LG keyboard work well on V30B based DEODEXED roms? I have fixed it editing its smali code, but I think it should work 'as is' without additional modifications...
Second and HUGE problem: gmail and browser fails... I had the ROM ready to launch but gmail began to fail... You launch it well, but when you try to open a message... it takes a while thinking and the app is auto-killed. The same with browser... it tries to load home page but stucks the progress bar and then app is killed. When I reverted latest changes... the problem persisted... in the beggining it was solved with a reboot but in latest moments it failed all the time.
I've started all the work from scratch again... step by step... and the problem has appeared again... Reverting to a fully-working state is failing too and I don't know how to fix it...
Then, the questions are:
Does the LG keyboard work well on other deodexed V30B 'as is' without additional modding? What app/version are you using to deodex the rom? I'm on latest dsixda with latest smali/backsmali.
Did anybody experience problems with gmail and/or stock browser?
I'm starting to think that my ROM is entirely bad deodexed and its generating me a lot of problems.
Regards and thanks!
Click to expand...
Click to collapse
Older version of smali/baksmali caused FC on Korean ICS Keyboard aswel, but your already using newest smali/baksmali?! You can try the new apktool - it uses baksmali/smali so it probably won't make a difference. (I use that mostly)
You can try and place the original ODEX files in the dalvik cache and see if the problems persists. After deodexing the generated odex files should be very similar anyway.
Don't know about the GMail and Browser. I'm on Official V30B with a few adjustments of my own.
Also on a unrelated note. The modified bootargs that the kernel boots with on V20 bootloader differs from that of the V30 bootloader. (The CRC arg doesn't get edited out on startup so that will probably stop it even if the V30 bootloader isn't locked)

xonar_ said:
Older version of smali/baksmali caused FC on Korean ICS Keyboard aswel, but your already using newest smali/baksmali?! You can try the new apktool - it uses baksmali/smali so it probably won't make a difference. (I use that mostly)
You can try and place the original ODEX files in the dalvik cache and see if the problems persists. After deodexing the generated odex files should be very similar anyway.
Don't know about the GMail and Browser. I'm on Official V30B with a few adjustments of my own.
Also on a unrelated note. The modified bootargs that the kernel boots with on V20 bootloader differs from that of the V30 bootloader. (The CRC arg doesn't get edited out on startup so that will probably stop it even if the V30 bootloader isn't locked)
Click to expand...
Click to collapse
Yeap... I'm using latest smali/baksmali... and I've sorted the keyboard problem changing a method from protected to public.
It could be a good idea to take the odex from dalvik... but I'm not fully sure that that info is the same... take into account that a odexed app needs al the odexed framework folder to deodex, so there are several dependencies between all the stuff while on a deodexed is fully independent.
Regarding gmail and browser... they aren't FCing... also, gmail is not original deodexed gmail... is the updated one... I'm afraid that everybody is using same version (becuase google play offers the update) so the problem is not in the app itself... I don't know why but the problem seems to be the same on both apps... cometimes they fail (and both apps fail) and sometimes not (both work)...
Regarding the bootloader args... that's solved... I'm pretty sure that my kernel is passing same args than stock V30B... I've checked it looking into dmesg.
Regards and thanks!

Huexxx said:
Regarding the bootloader args... that's solved... I'm pretty sure that my kernel is passing same args than stock V30B... I've checked it looking into dmesg.
Regards and thanks!
Click to expand...
Click to collapse
Good that you got it solved, sort of.
I am talking about V30B bootloader might be giving security error with CWM since CRC arg is still present after modding cmdline on boot. It really was a very unrelated note.

Now just we must wait for huexx release ^^, hopefully soon...
Sent from my LG-P970 using xda app-developers app

xonar_ said:
Good that you got it solved, sort of.
I am talking about V30B bootloader might be giving security error with CWM since CRC arg is still present after modding cmdline on boot. It really was a very unrelated note.
Click to expand...
Click to collapse
I haven't tried to use V30B bootloader... My solution uses V20S bootloader with V30B .fls, and after that flashed through CWM without problems.
I have installed stock V30B first, I've extracted the full kernel command line and I've recreated it on my kernel except the CRC part...
The problem must be in other place...

Well , i dont know how to fix things , but why does it have to be stock browser ?I bet people would be ok with Opera or Dolphin, doubt people even use stock?

d1rekt0r said:
Well , i dont know how to fix things , but why does it have to be stock browser ?I bet people would be ok with Opera or Dolphin, doubt people even use stock?
Click to expand...
Click to collapse
well Huexxx want to create a perfect rom without bugs , that's why

I have good idea for you Huexxx. Realase bugy rom with broken browser and google mail. But add dolphin and antoher mail client. Now you are thinking Im stupid. But in this way devs can easily check where is the problem and make a fix. First version of Zeus ISC must not be perfect. Just take a look on rrgrrrg Nemsis rom. On vesrion 5 get stable and without battery drain. You were helping us one year so we can help you fix yours problems. Devs will agree with me, even of that Im not a dev

1adamek said:
I have good idea for you Huexxx. Realase bugy rom with broken browser and google mail. But add dolphin and antoher mail client. Now you are thinking Im stupid. But in this way devs can easily check where is the problem and make a fix. First version of Zeus ISC must not be perfect. Just take a look on rrgrrrg Nemsis rom. On vesrion 5 get stable and without battery drain. You were helping us one year so we can help you fix yours problems. Devs will agree with me, even of that Im not a dev
Click to expand...
Click to collapse
mmm , heuxxx doesnt work that way ,, heuxxx provides roms with only his support and he cant release a buggy rom either

1adamek said:
I have good idea for you Huexxx. Realase bugy rom with broken browser and google mail. But add dolphin and antoher mail client. Now you are thinking Im stupid. But in this way devs can easily check where is the problem and make a fix. First version of Zeus ISC must not be perfect. Just take a look on rrgrrrg Nemsis rom. On vesrion 5 get stable and without battery drain. You were helping us one year so we can help you fix yours problems. Devs will agree with me, even of that Im not a dev
Click to expand...
Click to collapse
Disagree... releasing a "buggy" ROM never is a good solution or thought. Of course everyone will help as good as we can. Just another thing. My stock kernel has got some SODs and random reboots, dont really know, whats causing, so better test it for some more days. I think I ll wait with other releases, till we get a better sourcecode. Like the reboot bug when leds are off, it is not present in the official version, but in the compilable sourcecode it is... so just be careful
Sent from my LG-P970 using xda app-developers app

This time will be diffrent. How many times Huexxx asked us for help ? So Zeus ICS beta can be realased today. Everybody want help him, in this way we would like to say "Thank you".
Always fixing errors in the software is done by testers. How we can help without testing ?

1adamek said:
This time will be diffrent. How many times Huexxx asked us for help ? So Zeus ICS beta can be realased today. Everybody want help him, in this way we would like to say "Thank you".
Click to expand...
Click to collapse
+1
PS: I hate default browser (Dolphin rules!, K9 > Gmail!)

I have neither SODs not reboots, so in that way I'm satisfied.
The rom works well (there are few things in it ATM), but a gmail app failing is unaceptable from my point of view. The worse thing is that sometimes fails and sometimes not...
Stock browser is not a problem... but bath fails allways together... so the problem is related to both...
Let see what to do with it, but is very strange that my deodexed rom has FC on keyboard but tantrum's one flawlessly works... I would like to know which smali/backsmali version is using to try it, see if the keyboard is fine, and maybe gmail and browser problems are related to the same ****...

Huexxx said:
I have neither SODs not reboots, so in that way I'm satisfied.
The rom works well (there are few things in it ATM), but a gmail app failing is unaceptable from my point of view. The worse thing is that sometimes fails and sometimes not...
Stock browser is not a problem... but bath fails allways together... so the problem is related to both...
Let see what to do with it, but is very strange that my deodexed rom has FC on keyboard but tantrum's one flawlessly works... I would like to know which smali/backsmali version is using to try it, see if the keyboard is fine, and maybe gmail and browser problems are related to the same ****...
Click to expand...
Click to collapse
Huexxx try to put the browser and keyboard from tantrum's v30 and see if they're force-closing.
If they're not , maybe is a problem with your deodexed apks
Just saying

I'm sorry but I do not know where to write you
i change entropy for reduce lag and maybe reduce battery drain following this http://forum.xda-developers.com/showthread.php?t=1987032 (i make a script with personally values for read and write upthreshold) for this is helpfull this post of zeppelinrox http://forum.xda-developers.com/showpost.php?p=36231166&postcount=387
and add my operator's mnc to dcm.settings.xml (system/etc...) to make fast dormency.
Do you think is helpfull for your rom? thanks in advance

d1rekt0r said:
Well , i dont know how to fix things , but why does it have to be stock browser ?I bet people would be ok with Opera or Dolphin, doubt people even use stock?
Click to expand...
Click to collapse
but it means maybe we will have similar issues with some other apps
and i know that, huexxx will do best for himself and us
thanx huexxx
we all waiting you.

Related

[ROM][BUG]ROM to determine the origin of SoDs bug present on Zeus ROM...

First of all, I expect that mrs. reinbeau doesn't close this post, I feel it necessary in order to solve the main problem of my ROM.
This post is intended to all of you that have the problems so called SoD (Screen of Death), when the phone sleeps but don't awake... and the frozen screen problems too...
It's a new ROM progressively created from scratch in order to determine where is the problem.
Please, use it and comment here if the SoD issues are gone or remains; everything you want to say but ONLY RELATED TO THIS PROBLEM.
The instructions are easy:
- If you come from Test 2, or Test 2.1, simply flash Zeus v5 Lite over it. It won't wipe your data.
- Otherwise, make a wipe data / factory reset before flashing Zeus v5 Lite
- AFTER INSTALL IT, IN BOTH CASES, FORMAT /CACHE (--> mounts and storage --> format /cache).
- Once you have Zeus v5 lite, directly flash Zeus v5.03 over it.
- Zeus Test 2 (full wipe, complete ROM): d7fc02c423df42ecbdc4a9a2a0f7255c - Mirror
- Zeus Test 2.1 (dalvik and cache wipe, complete ROM): a3c20899db2d59e09fab60dd6aeb6094 - Mirror
- Zeus v5 Lite (dalvik and cache wipe, complete ROM): c55155a8aac4e5300b8239c08e739bd6 - Mirror
- Zeus v5.01 Lite (dalvik and cache wipe, update to Zeus v5 lite): 9a2907c9aec64857495fec093495afd1 - Mirror
- Zeus v5.02 Lite (dalvik and cache wipe, update to Zeus v5 lite): eee81e29f285d261fe442a370bb4dffb - Mirror
- Zeus v5.03 Lite (dalvik and cache wipe, update to Zeus v5 lite): f52fc7b9c2534da91c09f937c13b13f5 - Mirror
Changelog:
Test 2: Initial base ROM lightwighted, with original kernel and some opts.
Test 2.1: Fully themed Test 2, additional cleaning and some opts.
Zeus 5 lite: Prerelease, test it please... It has a lite zeus script, txpower, some opts, new Google Play Store...
Zeus 5.01 lite: To flash over Zeus 5 lite. Stock kernel recompiled with Linaro (unaltered, with stock configuration), with a new runtime parameter to enable/disable led dimming (thanks to sergey1369) and with led supply current reduced in a 20% to save battery. Updated zeus script with options to enable/disable led dimming and to change lockscreen. Fixes symlink to 'cp' busybox command.
Zeus 5.02 lite: To flash over Zeus 5 or 5.01 lite. Same features as 5.01 + cache again with ext4, new optimized mount options and fixed the auto enable/disable dimming at boot.
Zeus 5.03 lite: To flash over Zeus 5, 5.01 or 5.02 lite. Same features as 5.02 + new governors(interactiveX, Smartass2 and OndemandX[default]) + deadline + total control of the leds (high intensity, low intensity, enable/disable dim, timer) + txpower stock by default (touch it if you want) + runtime enable/disable fsync() enabled by default + upgraded zeus script... look into it!
Regards and thanks!
About 12 hours with your fix and everything is OK. I have v3.2b.
Pr3dator? said:
Is there a way to fix this on cyanogenmod
Envoyé depuis mon LG-P970 avec Tapatalk
Click to expand...
Click to collapse
What do you understand with ONLY RELATED TO THIS PROBLEM?
pk76 said:
About 12 hours with your fix and everything is OK. I have v3.2b.
Click to expand...
Click to collapse
Hi,
forgot the last fix posted on the other post... this is a new fix. Although you don't have problems with the oder fix, there supossedly are people that have problems...
Regards.
Now I have a worst problem: after the SoD, I did try to restart the phone by pulling out the battery and now it doesn't want to start again! When I push the ON/OFF button, the 4 leds start to blink but the screen remains in black (not off, is there a difference).
Then after 5 or 6 tries, it start and show me the CWM menu, I did apply your fix and still the same thing (doesn't want to pass from the LG logo, and sometimes even doesn't show the LG logo!).
What do you think is happening? I think is something related to the Graphics driver, maybe something changed in the Kernel to give more graphics performance or something, I really don't know...
tsakaji30 said:
Now I have a worst problem: after the SoD, I did try to restart the phone by pulling out the battery and now it doesn't want to start again! When I push the ON/OFF button, the 4 leds start to blink but the screen remains in black (not off, is there a difference).
Then after 5 or 6 tries, it start and show me the CWM menu, I did apply your fix and still the same thing (doesn't want to pass from the LG logo, and sometimes even doesn't show the LG logo!).
What do you think is happening? I think is something related to the Graphics driver, maybe something changed in the Kernel to give more graphics performance or something, I really don't know...
Click to expand...
Click to collapse
Hi,
if i have readed well, first you have the problem, and after that you have flashed my fix, isn't it?
Maybe you have any corrupted at /system, and the fix doesn't fix a ROM, only change certain things in the ROM to look for the SoD problem.
Try to flash V3x, then V3.2x and then the FIX 1.
Regards.
And no, there's no strange changes to kernel to boost anything that can harm your phone.
Regards.
Huexxx said:
Hi,
if i have readed well, first you have the problem, and after that you have flashed my fix, isn't it?
Maybe you have any corrupted at /system, and the fix doesn't fix a ROM, only change certain things in the ROM to look for the SoD problem.
Try to flash V3x, then V3.2x and then the FIX 1.
Regards.
Click to expand...
Click to collapse
Ok, I'm going to try this again from scratch.
Another important thing: I was having the same problem since V2, then I flashed V3 and it was gone by 2 or 3 days, then, yesterday my phone restarts itself and after that is a chaos hehehe
If is not something related to the graphics, then maybe is something related with the way your version commit data in the memory and maybe there is a data corruption that makes the phone behave weirdly.
Anyway, thanks a lot for your big effort, I regained the thrust in my phone after testing your zeus rom (i was just to sell the black and buy a Nexus hehehe).
Regards!
Thread cleaned
No worries, I won't close this thread, let's keep it on topic - and I'm a Mrs, not a Mr.
Huexxx said:
Hi,
forgot the last fix posted on the other post... this is a new fix. Although you don't have problems with the oder fix, there supossedly are people that have problems...
Regards.
Click to expand...
Click to collapse
So, you recommend me to use the newer version "b" fix or i can stay with the older one. Thanks for your great work. :thumbup:
reinbeau said:
No worries, I won't close this thread, let's keep it on topic - and I'm a Mrs, not a Mr.
Click to expand...
Click to collapse
Sorry!!!!!!!!
pk76 said:
So, you recommend me to use the newer version "b" fix or i can stay with the older one. Thanks for your great work. :thumbup:
Click to expand...
Click to collapse
Everyone can do what he want! The "old" fix was a quick attempt to fix the problem. While you don't have the problem, don't try this stuff becuase it's intented to catch the problem; no problem -> no catch...
Someone said that with the "old" fix the problem persists, so I have created this post to progressively approach the problem to know where is it, and then erradicate it!
- If people try this fix and the problem persists, it will be at the ROM itself, not in the kernel/boot.img/build.prop -> then we'll try to find it on the ROM.
- If people try the fix and the problem is gone, the problem is at my latest kernel/boot.img/build.prop, so I'll change progressively that stuff until we get the error again...
There's no other way IMHO.
Regards.
already activated fsyn and flahs ur fix, I ll give my feedback in a few hours, just let my try...
With my fix (THIS FIX, ON FIRST POST) there's no possibility of deactivate fsync because it's a diana kernel feature and wiht my fix you will have the stock kernel...
Thanks!
First of all, I'm not using this rom, I'm using cm7 temasek's build BUT I think somehow is related because this "SoD" is happening at the new builds...
And I wonder why? well I don't know but, it may be something with the rom itself?
Zeus is "official" and cm7 is "mod" but they're both based on gingerbread so there must be some connection.
I'm not trying to complicate things but trying to help, because this is not an isolated issue from zeus, this is present at cm7 new builds too.
Sorry but is not the same IMHO...
- CM7 are constantly changing and for whatever reason the most recent builds have this problem. So, different builds...
- my rom comes from stock rom (that doesn't have the problem, or that's what we hope...) and in a certain moment with some modification (of my own) the problem has emerged, WITH THE SAME BUILD.
When I find my problem, I hope it can allow cm7 people to fix the problem, but I'm afraid there are a lot of reasons why it can happen.
This thread is to test my rom with different things trying to find the bad change made to my rom, not a thread to discuss about Screen of Death.
Thanks anyway.
Hi Huexx!
First of all thank you for your patience and for your excelent work whith this phone.
About all this things of SoD, I whant to ask you something: have you ever faced it?
I don't know but I'am using your Rom since first and have installed the 3.0 then the 3.1 and then the 3.2, and I have never faced the SoD. How offten are this SoD's happening?
I'am using interactivex whit deadline and Fsync enabled.
I also never faced this SoD with your ROM (3.0n) and I'm using it for a while now. I skiped 3.1 patch and installed 3.2 yesterday and no SoD. But with cm7 I had this once don't know what version.
On the other hand a colleague at work have this issue with 3.1n a few days after install. I installed the 3.2n and we'll see.
yesterday I got 2 frozeen displays and have to remove battery,
Today (like about 5 hours ago) flash this fix and until now I dont have that problem at all... I just want to give my feedback, but I ll post again 5 hours later to say if donst get the problem again.
Sry about my pretty bad english.
Hackpb said:
Hi Huexx!
First of all thank you for your patience and for your excelent work whith this phone.
About all this things of SoD, I whant to ask you something: have you ever faced it?
I don't know but I'am using your Rom since first and have installed the 3.0 then the 3.1 and then the 3.2, and I have never faced the SoD. How offten are this SoD's happening?
I'am using interactivex whit deadline and Fsync enabled.
Click to expand...
Click to collapse
I've faced only one SoD, thats the reason i need people that have experimented more sods because their way of use the phone.
Sent from my LG-P970 using XDA App

[Q] [ROM] [team cooper] MIUI GB RC2 discussion

Anyone facing issues with random auto restart while using this Rom
I need a solution for this..
It worked fine for me, however I never got the google sync to work. You should make sure that no scripts are installed and check your performance settings. (Smartav2 with max 806 and min 245 are most stable settings)
008bond said:
It worked fine for me, however I never got the google sync to work. You should make sure that no scripts are installed and check your performance settings. (Smartav2 with max 806 and min 245 are most stable settings)
Click to expand...
Click to collapse
Yes, I came to know about the google sync issues by reading the development forum for this rom. I am ok with that part as its not a full version rom..
but I cant understand why it keeps auto restarting my phone?? really annoying on such an awesome rom.
And ya, wish you could explain how to make sure no scripts are installed....
yeah ,
same with me,
automatically random restart after play games and even connect mass storage.
don't know why,
btw this rom very2 awesome,i like it
rok.idol9046 said:
Anyone facing issues with random auto restart while using this Rom
I need a solution for this..
Click to expand...
Click to collapse
Known bug if you have apps installed on SD Card. Just wait for the final release because the MIUI is currently on RC2 meaning it still has bugs. It's currently functional and beautiful now. You just have to cope up to the small bugs you encounter.
MIUI launcher eat too much ram, go to option-launcher setting untick high quality grapics and icon shadow for better performance. if you use darktremor try to move data to sd, i've using for 3 days and never had random reboot.
Well I don't get that prob but restart is because the ace is out of memory....(RAM)
My prob is that I can't ecept calls only call other pepz com.android.phone crashes
I've tried
wiping data,bat,delvik,cach
Flashing gb from odin then flash miui
installing other phone apk's from other cm7's (flashing it from recovery)
chansing to all the baseband's possbile (including ddkq8)
PLEZ HELP ME!!!!!!!
ANDROIDCUSTOMIZe said:
Well I don't get that prob but restart is because the ace is out of memory....(RAM)
My prob is that I can't ecept calls only call other pepz com.android.phone crashes
I've tried
wiping data,bat,delvik,cach
Flashing gb from odin then flash miui
installing other phone apk's from other cm7's (flashing it from recovery)
chansing to all the baseband's possbile (including ddkq8)
PLEZ HELP ME!!!!!!!
Click to expand...
Click to collapse
have you changed the pixel density? dont know about this rom, but is a known issue on some others, it simply cause the phone app to force close...
yess.....this rom so wonderfull....
but here's my problem...
- I can't browsing with stock browser or any browser app. It always say : "Unauthorized request. Please check your APN."
but any other app with network connection like playstore etc work very well......
any solution guys??????
joaolpinho said:
have you changed the pixel density? dont know about this rom, but is a known issue on some others, it simply cause the phone app to force close...
Click to expand...
Click to collapse
2 what should I chanse it if tried 120dpi and ofcorce stock 160
Some glitches
Luv the visuals in this ROM
Bt there are a few glitches as well and maybe i think the dev must be currently working on that too..
Here are some of them:
There is a major lag time when u rotate the phone (auto-rotate time is quite large)
Many a times when trying to remove SD..phone restarts
Custom themes have problem on the lockscreens (full view is not visible)
Bootanimation doesnt change at all...
The best thing i like about this ROM is that u can select as many no. of recipients for sending messages..a huge like
And several of other ROMs have that smiley in place of [Enter] button..but this one is perfect
Though i wud like the dev to add the feature of replying to contacts directly from call log
Anyways, hats off to the dev for building a gud ROM!!
xmfthfrdx said:
yess.....this rom so wonderfull....
but here's my problem...
- I can't browsing with stock browser or any browser app. It always say : "Unauthorized request. Please check your APN."
but any other app with network connection like playstore etc work very well......
any solution guys??????
Click to expand...
Click to collapse
Try reflashing because if u correctly follow the instructions it must work...
otherwise i think the ROM doesnt support ur handset (yes it is galaxy ace but the country make is also important)
Hit THANKS if i helped
Can the messaging app of this ROM be used in other CM7.2 ROMs as well??
Coz i successfully used music and compass of miui in Miracle v4 but when i try using mms.apk of this into that..it force closes..
Plz tell me a way to do that (if there is any) coz i luv the messaging thing of this ROM
waiting for update
When it will be?
i had this Rom and it never reset my phone bit it did freeze alot so i am back on stock Rom now iv had nothing but trouble flashing custom roms so iv decided to stick to original firmware it works for me
Sent from my GT-S5830 using xda premium

Any ICS ROM where Chrome doesn't crash?

Is there ANY ICS ROM out there with a stable Chrome that doesn't crash or freeze in the middle of writing long texts?
I almost want to go back to HC because of this, but then I can't use Chrome and I kind of like it.
If you have tryed all ics rom's than I don't know!
I haven't. But as far as I know they all have issues with the browser. AOSP GalaxianSoup, AOKP, CM, they all have reports by people saying the browser freezes/crashes/pages stop loading.
Delete pls
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Yeah, maybe. I have to admit, I kept flashing new nightlies without ever wiping or doing a factory reset so I might try this when I get home. Thanks!
I try many ICS roms(>10), none of them make chrome work properly.
But I found one today, the newest cm10 preview 20120723. Chrome work perfectly on my 7310 now.:laugh: Not a ICS rom though
microlueng said:
I try many ICS roms(>10), none of them make chrome work properly.
But I found one today, the newest cm10 preview 20120723. Chrome work perfectly on my 7310 now.:laugh: Not a ICS rom though
Click to expand...
Click to collapse
Even better
Thanks! Wiping everything and reinstalling didn't help so I'm gonna try this one. Anything wrong with that ROM, except the camera not working, I assume?
teomor said:
Even better
Thanks! Wiping everything and reinstalling didn't help so I'm gonna try this one. Anything wrong with that ROM, except the camera not working, I assume?
Click to expand...
Click to collapse
The best rom I have ever tasted, but you need to back up your favorite apps before installing the new rom, because lots of app are not ready for JB in the market, not allowed to install, including chrome
AOSP GalaxianSoup fine with me

Random reboots

Hi guys
A friend of mine has a problem: his Galaxy keeps restarting randomly for no reason, many times in a day while using it.
What is weird: the phone hasn't ever been rooted/flashed with a custom rom, neither updated, always been 100% original. Just a normal usage!
I'm not much into this phone, so i don't know if it's a known issue or what.. but it sounds strange to me, possible hardware problem? Needs to be flashed or rooted? Other?
I've already done a factory reset and now i took off the sd-card to see if it could be it, but i'd appreciate some advices!
Thanks
Try updating it with kies, might help but can't guarantee
if random reboots happens while using too much mobile resources then its normal for galaxy mini like phone
Random Reboots might be device specific or not , It depends.
But you may want to visit the samsung care center in your vicinity area just to be sure about the latter .
Else just flash a new stock Rom via ODIN (not that it would leave your device impure as rooting does ).
yackovsky said:
Try updating it with kies, might help but can't guarantee
Click to expand...
Click to collapse
thousandecibels said:
Random Reboots might be device specific or not , It depends.
But you may want to visit the samsung care center in your vicinity area just to be sure about the latter .
Else just flash a new stock Rom via ODIN (not that it would leave your device impure as rooting does ).
Click to expand...
Click to collapse
Is Froyo the last "official" release or was a Gingerbread leaked/official firmware released? I'll probably try flashing something, don't know yet if a custom rom could solve the problem but still it's a possibility
dheeraj (dhlalit11) said:
if random reboots happens while using too much mobile resources then its normal for galaxy mini like phone
Click to expand...
Click to collapse
With mobile resources you mean 3G/wifi or RAM? By the way in both the cases i don't think it's the problem, since there aren't many apps in background and the only one using internet connection is whatsapp!
Thanks for the replies :good:
Niscap said:
Is Froyo the last "official" release or was a Gingerbread leaked/official firmware released? I'll probably try flashing something, don't know yet if a custom rom could solve the problem but still it's a possibility
With mobile resources you mean 3G/wifi or RAM? By the way in both the cases i don't think it's the problem, since there aren't many apps in background and the only one using internet connection is whatsapp!
Thanks for the replies :good:
Click to expand...
Click to collapse
The last official android update for for sgm was gingerbread based api.
Try flashing the stock gingerbread on the device via odin (google it if you don't know how to.) and then try custom roms.
Also the thing about resources, you already know about our sgm aka lil'g . Its not that powerful as most quad core latest devices boosted by plenty much RAM. So multitask on it wisely.
thousandecibels said:
The last official android update for for sgm was gingerbread based api.
Try flashing the stock gingerbread on the device via odin (google it if you don't know how to.) and then try custom roms.
Also the thing about resources, you already know about our sgm aka lil'g . Its not that powerful as most quad core latest devices boosted by plenty much RAM. So multitask on it wisely.
Click to expand...
Click to collapse
I'll try with gingerbread when i see my friend, thanks! I own a i9000 and flashed pretty much so i know odin and similar stuff, no problem
And yes i tried the mini many times, doesn't have a bunch of ram but still i think it can't be a ram-lack problem since it did the same also after the factory reset, with few apps installed!
Thanks again for the help :good:
Oh, was forgetting: how does the cyano run on the mini? Smooth? Battery killer or ok for everyday use?
Try cm7 by mebitek. Despite its source code is old and official cm7 is way more ahead of it, the mebitek's cm7 relays on battery & performance like a pro..
by resources I mean more ram and CPU usage
background apps ( they don't play big role as they get closed automatically)
running big games (HD one)
etc.
if you have many apps, cut the .android_secure folder and paste it on your computer.. i had this problem with the stock GB 2.3.6.. reboots reboots and reboots!! i pasted the folder in my comp, delete unnecessarily used apps and VOILA! it was running smooth again.. but now i'm using cm7..
I updated to official gingerbread release, then after putting all the (few) apps into phone storage i removed every android-secure file!
I'll see how it goes with this, if the problem remains i'll try a cyano or go directly to the service center
Thanks again for the tips!

Xperia X8 wi-fi not working(JB Mini Project)

Hello guys,
I am brand new here,as after 3 years of owning a X8 i decided to jump to other ROM,because i was bored of the simple design of his menu and i was so frustrated to stay back with android market when my friends had messenger for facebook e.g.,i had to refresh again and again my opera..and much more apps and games i would like to play.So,i decided to start searching for new ROMs,and i found MIUI,but i wasnt able to find a stable version to dl for my phone.Then i found JB Mini Project,I succeeded on installing it on X8 but there is one thing that wont work in every version of JB i have tried!THE WI-FI!It is really frustrating for me!I am so begginner to those things,but i understand that its not only me that will have this problem and that developers might be working on it right now(I am 3D designer and i know about beta versions of things,even I have to release again and again my creation because of a bug),but i really hope someone had this problem too and found a fix on it..I tried a fix i found in forums with Titanium Backup,but nothing...
Anyone knows anything..just help me out with this.:crying:
Thanks in advance guys!:cyclops:
so noone knows nothing in here?thats sweet
SrSGr said:
so noone knows nothing in here?thats sweet
Click to expand...
Click to collapse
Patience my friend x)
What wifi problem do you have? Unable to detect Adhoc connection?
Have You tried this Kernel + Rom ? (All JB rom is unable to scan adhoc wifi. Except if you make changes to the source and compile it yourself)
If you want to surf the internet but with not using wifi and using a cable, This is a Post for you.
use back stock ROM (just kidding
CKKnot said:
Patience my friend x)
What wifi problem do you have? Unable to detect Adhoc connection?
Have You tried this Kernel + Rom ? (All JB rom is unable to scan adhoc wifi. Except if you make changes to the source and compile it yourself)
If you want to surf the internet but with not using wifi and using a cable, This is a Post for you.
Click to expand...
Click to collapse
Ok the problem is that i try to turn it on but it wont,the toggle bar just moves to be enabled,but it never gets enabled!It just goes back to off possition..With a few words,i cant enable Wi-Fi..So..as i said my friend,i am newbie here,so please try to explain me what i should do with those rom and kernel you send..should i go back to stock rom,reflash this kernel and install this rom?Is this the JB mini project too or something similar and stable without bugs?
Thanks in advance!
SrSGr said:
Ok the problem is that i try to turn it on but it wont,the toggle bar just moves to be enabled,but it never gets enabled!It just goes back to off possition..With little words,i cant enable Wi-Fi..So..as i said my friend,i am newbie here,so please try to explain me what i should do with those rom and kernel you send..should i go back to stock rom,reflash this kernel and install this rom?Is this the JB mini project too or something similar and stable without bugs?
Thanks in advance!
Click to expand...
Click to collapse
Maybe the rom + kernel combination is wrong or the rom is just being buggy.
I just personally liked nAa's work because he release a stable version of every product.
If you want to change into the recommended rom that I just told you;
1. Flash the latest kernel (06)
2. Follow instruction on the kernel post. (/system wipe at recovery before flashing a rom & etc)
3. Flash the rom. Followed by the GAPPS
4. As it said, this is my recommendation steps. I do not guarantee your satisfactory
CKKnot said:
Maybe the rom + kernel combination is wrong or the rom is just being buggy.
I just personally liked nAa's work because he release a stable version of every product.
If you want to change into the recommended rom that I just told you;
1. Flash the latest kernel (06)
2. Follow instruction on the kernel post. (/system wipe at recovery before flashing a rom & etc)
3. Flash the rom. Followed by the GAPPS
4. As it said, this is my recommendation steps. I do not guarantee your satisfactory
Click to expand...
Click to collapse
Thank you,I am gonna test it and I will keep you informed here soon!
EDIT:It works great!ignore my PM.I flashed kernel 5 not 6 and it works like a charm.Thanks a lot for helping me out!
SrSGr said:
Thank you,I am gonna test it and I will keep you informed here soon!
EDIT:It works great!ignore my PM.I flashed kernel 5 not 6 and it works like a charm.Thanks a lot for helping me out!
Click to expand...
Click to collapse
Replied. It because I forgot to mention that 06 has a little bit changes that will make normal jb rom that is not released pior to the kernel release data will not boot
SrSGr said:
Hello guys,
I am brand new here,as after 3 years of owning a X8 i decided to jump to other ROM,because i was bored of the simple design of his menu and i was so frustrated to stay back with android market when my friends had messenger for facebook e.g.,i had to refresh again and again my opera..and much more apps and games i would like to play.So,i decided to start searching for new ROMs,and i found MIUI,but i wasnt able to find a stable version to dl for my phone.Then i found JB Mini Project,I succeeded on installing it on X8 but there is one thing that wont work in every version of JB i have tried!THE WI-FI!It is really frustrating for me!I am so begginner to those things,but i understand that its not only me that will have this problem and that developers might be working on it right now(I am 3D designer and i know about beta versions of things,even I have to release again and again my creation because of a bug),but i really hope someone had this problem too and found a fix on it..I tried a fix i found in forums with Titanium Backup,but nothing...
Anyone knows anything..just help me out with this.:crying:
Thanks in advance guys!:cyclops:
Click to expand...
Click to collapse
hey i had same problem with jbmp when i used jbmp kernel but when i flashed with nAa jb 05 kernel it worked fine..

Categories

Resources