Related
ATTENTION ATTENTION ATTENTION
Save yourself loads of time and trouble.
Fix the Chameleon errors and HFA problems for them !!!
As man of you know, if you are on an LJ1/LJC based rom that you can flash to an LK8 rom with out any problems BUT if try and flash back to an LJ1/LJC rom, you and your users will encounter the infamous "chameleon.apk has failed and was closed" and the "hands free activation on every boot" problem. Well, you all also know that garwynn and evil concepts have come up with a solution to this that flashes the LJ1/LJC carrier partition back to factory/official update specs. The problem seems to be that users still try and flash back to LJ1/LJC roms without flashing the correct carrier partition back and then go into your threads and tell you how they are getting the above mentioned errors and the "rom is terrible and doesnt work" and whatnot. Then you have to go through the trouble of explaining how to fix for the one millionth time.
Well, fix it for them so you wont have to do this everyday. It's simple, here's how:
ADD THE FIX TO YOUR ROM AND EDIT YOUR UPDATER SCRIPT TO FLASH THE CORRECT CARRIER PARTITON
Download the file attach below
Unzip it and place the files into the root directory of your rom
Add the section of code below to your updater-script after the boot.img flash
Code:
package_extract_file("flash_image", "/tmp/flash_image");
set_perm(0, 0, 0777, "/tmp/flash_image");
package_extract_file("carrierljc.img", "/tmp/carrierljc.img");
run_program("/tmp/flash_image", "/dev/block/mmcblk0p16", "/tmp/carrierljc.img");
delete("/tmp/carrierljc.img");
delete("/tmp/flash_image");
BAM, No more Chameleon or HFA errors for you to have to deal with. EVER! (Well, maybe not ever but you get the point.)
Please be aware that the file attached IS NOT a flashable zip. It is only the 2 files you need to add to your rom.
Thank you for this maybe this will kill all the LK8 questions. Sweeeeeeet! Check your pm
t3project said:
ATTENTION ATTENTION ATTENTION
Save yourself loads of time and trouble.
Fix the Chameleon errors and HFA problems for them !!!
As man of you know, if you are on an LJ1/LJC based rom that you can flash to an LK8 rom with out any problems BUT if try and flash back to an LJ1/LJC rom, you and your users will encounter the infamous "chameleon.apk has failed and was closed" and the "hands free activation on every boot" problem. Well, you all also know that garwynn and evil concepts have come up with a solution to this that flashes the LJ1/LJC carrier partition back to factory/official update specs. The problem seems to be that users still try and flash back to LJ1/LJC roms without flashing the correct carrier partition back and then go into your threads and tell you how they are getting the above mentioned errors and the "rom is terrible and doesnt work" and whatnot. Then you have to go through the trouble of explaining how to fix for the one millionth time.
Well, fix it for them so you wont have to do this everyday. It's simple, here's how:
ADD THE FIX TO YOUR ROM AND EDIT YOUR UPDATER SCRIPT TO FLASH THE CORRECT CARRIER PARTITON
Download the file attach below
Unzip it and place the files into the root directory of your rom
Add the section of code below to your updater-script after the boot.img flash
Code:
package_extract_file("flash_image", "/tmp/flash_image");
set_perm(0, 0, 0777, "/tmp/flash_image");
package_extract_file("carrierljc.img", "/tmp/carrierljc.img");
run_program("/tmp/flash_image", "/dev/block/mmcblk0p16", "/tmp/carrierljc.img");
delete("/tmp/carrierljc.img");
delete("/tmp/flash_image");
BAM, No more Chameleon or HFA errors for you to have to deal with. EVER! (Well, maybe not ever but you get the point.)
Please be aware that the file attached IS NOT a flashable zip. It is only the 2 files you need to add to your rom.
Click to expand...
Click to collapse
Man you are all over the place t3. Great work!
Sent from my SPH-L900 using Tapatalk 2
btbamzao said:
Man you are all over the place t3. Great work!
Sent from my SPH-L900 using Tapatalk 2
Click to expand...
Click to collapse
haha, i cant take any credit for this.............garwynn and evil concepts and a few others did all the leg work. i just figured it was a good idea
So here's a stupid question...should i now upgrade to lk8 or stay with ljc?
Sent from my SPH-L900 using xda premium
Max_Pain said:
So here's a stupid question...should i now upgrade to lk8 or stay with ljc?
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
it doesnt matter now that there is a solid fix for this
Max_Pain said:
So here's a stupid question...should i now upgrade to lk8 or stay with ljc?
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
t3project said:
it doesnt matter now that there is a solid fix for this
Click to expand...
Click to collapse
Considering LK8 does not have any "WOW" factor, I don't really see the need to load to it
---------- Post added at 09:15 AM ---------- Previous post was at 09:13 AM ----------
mackentosh said:
Thank you for this maybe this will kill all the LK8 questions. Sweeeeeeet! Check your pm
Click to expand...
Click to collapse
SO you're going to implement this in your rom in your next update since Chameleon does pop up every now and then?
04CiviCon20s said:
Considering LK8 does not have any "WOW" factor, I don't really see the need to load to it
Click to expand...
Click to collapse
Never mind that what caused this issue to become as popular as it has was that many people went back to LJC because they were having wireless issues with LK8. I was one of them.
On LK8 I was inexplicably unable to connect to wifi many times, that I had connected to fine, the day before. I got frustrated and finally got off LK8.
Sent from my SPH-L900 using xda premium
Chuck_IV said:
Never mind that what caused this issue to become as popular as it has was that many people went back to LJC because they were having wireless issues with LK8. I was one of them.
On LK8 I was inexplicably unable to connect to wifi many times, that I had connected to fine, the day before. I got frustrated and finally got off LK8.
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
Mine went Haywire completely and no matter how many times I loaded stock Rom, Phone wouldn't data connect at all..Until It's Official, Hec w/it..LOL
Chuck_IV said:
Never mind that what caused this issue to become as popular as it has was that many people went back to LJC because they were having wireless issues with LK8. I was one of them.
On LK8 I was inexplicably unable to connect to wifi many times, that I had connected to fine, the day before. I got frustrated and finally got off LK8.
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
No one ever posted their wi-fi problems - I'm more than willing to help troubleshoot them!
But I need more info such as logcats and your wireless config (minus SSID and passwords)
Thanks for making this recommendation! I'm also including carrier in one clicks from here on out!
Noob......
Can you break this down into total noob terms? Ive never added script or anything. I just flash roms and be done with it. Thanks!
garwynn said:
No one ever posted their wi-fi problems - I'm more than willing to help troubleshoot them!
But I need more info such as logcats and your wireless config (minus SSID and passwords)
Thanks for making this recommendation! I'm also including carrier in one clicks from here on out!
Click to expand...
Click to collapse
I don't think there were that many garwynn. many people who didn't flash properly or random bugs. I remember seeing a few but nothing like they made it out to be. Im almost positive that there aren't even any posts in my thread with the issue. if there is, it's maybe one or two and project rom is fairly popular.
Sent from my SPH-L900 using xda premium
mayer7196 said:
Can you break this down into total noob terms? Ive never added script or anything. I just flash roms and be done with it. Thanks!
Click to expand...
Click to collapse
This post is intended for developers so they can avoid users reporting Hands Free Activation or Chameleon errors after flashing. End users - the folks flashing the ROM - have another solution in the General Forum.
garwynn said:
This post is intended for developers so they can avoid users reporting Hands Free Activation or Chameleon errors after flashing. End users - the folks flashing the ROM - have another solution in the General Forum.
Click to expand...
Click to collapse
Appreciate that!
I haven't had the wifi issue for quite a while. It was happening quite a bit. Roms got updated & was less & less. Although I flashed jellybomb v12 w/ aroma, booted up & could not connect to wifi. I tried getting a logcat from the catlog app. But could not paste it to pastebin for the life of me. Anyway, I left the rom cause I was to frustrated cause it took me a long time to get jellybomb to boot (cause of my own fault) & I also killed my wife's epic4g touch.
Sent from my SPH-L900 using JellyBombed Tapatalk 2
I'm on lk8 and I've never had any issues unless I flash an ljc ROM. Then I see the activation crap and chameleon errors. So I started avoiding ljc ROMs which kinda sucks cuz some of them seem really nice. Appreciate this fix!
Sent from my SPH-L900 using Tapatalk 2
Thanks t3project, garwynn, and evil concepts,I added this to my current ROM and it works like a charm.
mackentosh said:
Thank you for this maybe this will kill all the LK8 questions. Sweeeeeeet! Check your pm
Click to expand...
Click to collapse
So glad you found this lmao. I'm guessing 4.1 will include this? Lmao
Thanks to the original Dev of this.
Sent from my SPH-L900 using Tapatalk 2
I have been on LK8 since Garwynn and Team Sextape released it and I have had no wireless issues!
Sent from my SPH-L900 using Tapatalk 2
pathtologos said:
I'm on lk8 and I've never had any issues unless I flash an ljc ROM. Then I see the activation crap and chameleon errors. So I started avoiding ljc ROMs which kinda sucks cuz some of them seem really nice. Appreciate this fix!
Sent from my SPH-L900 using Tapatalk 2
Click to expand...
Click to collapse
Same here. I have noticed on LK8 that I get random loss of data or WIFI and Ill be stuck on 1x, then after about 5 seconds it will reconnect. Doesn't happen to often, but can be an annoyance.
Ive been working and searching this issue for two days now and still havent come up with anythinng on how to solve this camera issue with this ROM. I have the ATT i747 samsung galaxy s III. Anytime i try to use the camera it says Camera failed. Any suggestions?
same issue
I had the same issue with the ROM, among the pages someone said to update kernel and bootloader but I tried that and still nothing.. I've had the same issue across several ROMs so I know it's something we probably aren't thinking of flashing.. I know this didn't answer your question but just thought I would let you know you aren't the only one.
ScubaSteve318 said:
Ive been working and searching this issue for two days now and still havent come up with anythinng on how to solve this camera issue with this ROM. I have the ATT i747 samsung galaxy s III. Anytime i try to use the camera it says Camera failed. Any suggestions?
Click to expand...
Click to collapse
I used a DL and my cameras worked right after that. Since I'm new to the forum I cant post the link though. It's created by am XDA Recognized Contributor... I am having network connection issues and my WI-FI doesn't work, I don't know if it's because of this or the RLS15 ROM or maybe just a bad SIM. I'm trying to figure it out now. But I found your post and thought I'd throw it out there for you. Am I allowed to message you the link?
send it my way
Akpride89 said:
I used a DL and my cameras worked right after that. Since I'm new to the forum I cant post the link though. It's created by am XDA Recognized Contributor... I am having network connection issues and my WI-FI doesn't work, I don't know if it's because of this or the RLS15 ROM or maybe just a bad SIM. I'm trying to figure it out now. But I found your post and thought I'd throw it out there for you. Am I allowed to message you the link?
Click to expand...
Click to collapse
Copy and paste I need it
puckstar33 said:
Copy and paste I need it
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=41727936
let me know if it doesn't take you to the link on there. its the second to last post. The forum wont let me post the direct link for the file, because its an "outside link", until I've posted ten times. Let me know if you have any questions
I got it to work with the kt747 kernel.. Works fine. Thanks
Sent from my SGH-I747 using xda app-developers app
I most likely won't continue support since i'm a canadian g2 person. but i'd like to kick it off for someone that wants to continue..
I need some testers for the Sprint ls980 G2. right now i just have Carbon 4.3 aosp
I don't know if you guys are root yet or have recovery.. but TWRP with loki is what u would need to work properly
TEST ROM HERE
Yes you got me I'm in.. so hopefully this week ..
Sent from my SPH-L710 using XDA Premium 4 mobile app
Great rom
houstonn said:
I most likely won't continue support since i'm a canadian g2 person. but i'd like to kick it off for someone that wants to continue..
I need some testers for the Sprint ls980 G2. right now i just have Carbon 4.3 aosp
I don't know if you guys are root yet or have recovery.. but TWRP with loki is what u would need to work properly
Click to expand...
Click to collapse
This has worked wonderfully for me,
i find that it wont connect to data untill i go into the dialer and enter *#*#DATA#*#* once
so far no bugs that i can tell.......:fingers-crossed:
will report after i take it for a spin.
and do you mind if i post a link for this rom in the Sprint LG G2 Dev section? or maybe have the Mods move it to the right section?
ill se if i can put a request for this thread to be moved, this is great work.
i'm not a dev but i can post a tutorial on how to get it working of the Sprint G2 if you would like
Im eager to try this out by the way does it have rotation issues after trying cm10.2 i have rotation issues
Issues found
Okay been running this for about a week now and this is what I found so far:
-MMS doesn't work, I receive notifications for them but never download
-Wifi and bluetooth are buggy, toggles from the Quick Settings menu tend to get stuck after 2-3 toggles and require a reboot to fix
-Dialer doesn't pick up touches sometimes
-NFC gets stuck in on position and causes massive wakelocks. I ended up disabling NFCService and Tag Service to stop the issues
-Mobile Networks Section has GSM settings in it
-Flash seems disabled in AOSP Camera app
-Rotation issues like other AOSP roms
Besides that though the ROM is surprisingly usable for being one of the few roms available for the Sprint G2, I would definitely like to see your build code since it looks 90% in working condition.
I flashed and it booted and stuck on carbon logo.
Am I missing the gapps file?
Sent from my LG-LS980 using xda app-developers app
centro714 said:
I flashed and it booted and stuck on carbon logo.
Am I missing the gapps file?
Sent from my LG-LS980 using xda app-developers app
Click to expand...
Click to collapse
Yes but it should work without gapps go into the Verizon PA 4.3.1 and get those gapps. Did you wipe?
chris0160 said:
Yes but it should work without gapps go into the Verizon PA 4.3.1 and get those gapps. Did you wipe?
Click to expand...
Click to collapse
I did not wipe.. Will try again after I find gapps file. Can anyone provide a link to download? Can't seem to find it.
Sent from my LG-LS980 using xda app-developers app
centro714 said:
I did not wipe.. Will try again after I find gapps file. Can anyone provide a link to download? Can't seem to find it.
Sent from my LG-LS980 using xda app-developers app
Click to expand...
Click to collapse
usually the culprit of not wiping. its a given that you need to wipe every time you switch roms especially from stock to custom rom.
Just wiped and successfully flashed this ROM... so far awesome!
Still missing a few things that i'm thinking the 4.3.1 Gapps file will fix.. So can anyone provide me the link to download that file??? pleeasse!!
centro714 said:
Just wiped and successfully flashed this ROM... so far awesome!
Still missing a few things that i'm thinking the 4.3.1 Gapps file will fix.. So can anyone provide me the link to download that file??? pleeasse!!
Click to expand...
Click to collapse
Google it.... its something YOU can easily find.
x714x said:
Google it.... its something YOU can easily find.
Click to expand...
Click to collapse
i've tried, that's why i'm asking here... I don't want to flash the wrong gapp file.
I found this:
https://plus.google.com/107979589566958860409/posts/QEnJ25VanKN
Is this the right file?
To fix MMS, all the settings are found here to put the correct APN settings to get it up and working. http://buzzmobile.us/sprint-apn-settings-android-us/
x714x said:
Google it.... its something YOU can easily find.
Click to expand...
Click to collapse
You're cool!!
leroybrute said:
You're cool!!
Click to expand...
Click to collapse
Normally I get really ticked off with people saying to Google it, but seriously, it's freaking Gapps....It's literally the easiest thing to find in the entire Android development universe. I Googled 5 letters, and it was the very first thing that came up, or second(if you want goo.im directly).....
Koopa777 said:
Normally I get really ticked off with people saying to Google it, but seriously, it's freaking Gapps....It's literally the easiest thing to find in the entire Android development universe. I Googled 5 letters, and it was the very first thing that came up, or second(if you want goo.im directly).....
Click to expand...
Click to collapse
Get more out of the post, if you answer or help and then post the rude but obvious.
leroybrute said:
Get more out of the post, if you answer or help and then post the rude but obvious.
Click to expand...
Click to collapse
http://lmgtfy.com/?q=gapps
Click the second link, click the one for 4.3.0.
centro714 said:
i've tried, that's why i'm asking here... I don't want to flash the wrong gapp file.
I found this:
https://plus.google.com/107979589566958860409/posts/QEnJ25VanKN
Is this the right file?
Click to expand...
Click to collapse
Thanks to those that helped me out... I have a new g2 and wanted to install the right file. I have no idea what a gapp file is, let alone what it does. Better be safe than sorry.
Anyhow, the link I provided worked for those that are in my boat.
To the OP, this is a fantastic ROM. Thank you very much.
Sent from my LG-LS980 using xda app-developers app
Koopa777 said:
http://lmgtfy.com/?q=gapps
Click the second link, click the one for 4.3.0.
Click to expand...
Click to collapse
Wasn't aimed toward your post. And I don't need the file.
Running great
Sent from my LG-LS980 using XDA Premium HD app
I've created this thread so you can ask all your questions about Resurrection Remix. This way development thread will be cleaner.
I'll do my best to help you with your questions.
on this rom i cant connect to any wafi network although it is visible on wifi menu
sorry i cant post in dev thread because my post is not enough yet
I downloaded the latest RR version and i still get a notification that there is a new version available. It tells me I'm on 20140323.5.0.6 but there seems to be 20140323.5.0.7 available but i can't download it through the normal post.
By the way, I did a fresh installand still had android.sytem fc on startup. After reboot everything worked fine, just like in last version.
Other than that, great work! Keep it up!
havesomefaith said:
I downloaded the latest RR version and i still get a notification that there is a new version available. It tells me I'm on 20140323.5.0.6 but there seems to be 20140323.5.0.7 available but i can't download it through the normal post.
By the way, I did a fresh installand still had android.sytem fc on startup. After reboot everything worked fine, just like in last version.
Other than that, great work! Keep it up!
Click to expand...
Click to collapse
I'm sorry, this was a typo, thanks for reporting. I've made a temporary workaround, tell me if it worked (check if there's an update now).
t4n017 said:
I'm sorry, this was a typo, thanks for reporting. I've made a temporary workaround, tell me if it worked (check if there's an update now).
Click to expand...
Click to collapse
Yes it worked
For me the quick pulldown is now working correctly and the lockscreen rotation bug is also gone.
Unfortunately the system ui fc after install was still there, so if you might have a look at this one again Anyone else can confirm that the system ui fc is still present?
Cheers!
t4n017 said:
I've created this thread so you can ask all your questions about Resurrection Remix. This way development thread will be cleaner.
I'll do my best to help you with your questions.
Click to expand...
Click to collapse
Can ya make rr. For ace2x 7560m
Sent from my GT-S7560M using XDA Premium 4 mobile app
AndroidAssassin said:
Can ya make rr. For ace2x 7560m
Sent from my GT-S7560M using XDA Premium 4 mobile app
Click to expand...
Click to collapse
My phone is a S Advance (janice).
I started learning how to build a ROM with Mahdi. We already have that ROM built by another TeamNova member, but that was my favourite ROM at that moment, I wanted to learn with it. As result, I won't rely on another dev for updates, I could do it by myself.
After succesfully build Mahdi I wanted to make my contribution to the community, but we already had most of the better ROMs. The only missing one was RR because it was giving lot of FC's (force closes) to another developer. I tried to build it and fortunately I fixed the FCs.
I fell in love with RR. I've tried lot of ROMs before and I was sure RR will be my daily one forever.
Then I decided to build it for codina because the devices have things in common (lot of the ROMs here from TeamNova were released first on janice). Just for you, as a gift. I didn't do it for me, I don't have that device (neither my family/friends).
But:
I don't have free time to build it for every device
Not having the phone make it more difficult to fix things
Building it for devices which different hardware than janice will result in a new and different process.
This depend on point 1 and 2.
I do it mostly for me, I really like RR. Obviously I decided to share it with you, but note that sharing it take much more time than simply building it for me. I have to upload, update threads, answer lot of questions.
TL;DR: No, I won't. My reason is explained above (hint: click button).
AndroidAssassin said:
Can ya make rr. For ace2x 7560m
Sent from my GT-S7560M using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You can ask ace 2 x devs or just try compiling/porting(for porting, you would want to use a device with close specs)
Sent from my GT-I8160 using Tapatalk
I've already asked in Q&A thread, but may it's better here:
I've just installed this Rom with LIGHT_GAPPS-RR-KK-4.4.2-20140316-ART.
I'm coming from CM 10.2 by Rox.
After installation I'm getting following message: "com.android.systemui has stopped" serveral times.
I did a full wipe and factory reset and using newest version v5.0.8 [20140402]
What can be the problem?
Thanks in advance!
Danko Jones said:
I've already asked in Q&A thread, but may it's better here:
I've just installed this Rom with LIGHT_GAPPS-RR-KK-4.4.2-20140316-ART.
I'm coming from CM 10.2 by Rox.
After installation I'm getting following message: "com.android.systemui has stopped" serveral times.
I did a full wipe and factory reset and using newest version v5.0.8 [20140402]
What can be the problem?
Thanks in advance!
Click to expand...
Click to collapse
I don't know what causes it, I've never had that.
But some users reported the same. They said that if you skip installation and then reboot the device it will stop happening (or it will only happen once at boot). Try and report..
t4n017 said:
I don't know what causes it, I've never had that.
But some users reported the same. They said that if you skip installation and then reboot the device it will stop happening (or it will only happen once at boot). Try and report..
Click to expand...
Click to collapse
I've tried it again (third try), running fine now without any problems so far.
Great ROM and thanks for fast answer. :good:
Is overclocking enabled by default? Because max freq is at 1000MHz.
rotation problem
I've just flashed new (cleaned) kernel. Now I have problem with rotation. I've noticed it in facebook app first but it seems to affect other apps too. This bug is already reported in development thread.
Just want to let you know.
BLN
I have some trouble of BLN light isnt not on when receiving new message from default Messaging app im installed the lastest RR 20140509 . . . and after playing a game then quit the game the system UI has FC and also after boot . . . please fix . . .
I also have a question does the quick setting button on quick pull down at right corner automatically disabled ? if yes it sometimes hiden completly so i can touch so i must swipe at bottom of quick pull down
http://forum.xda-developers.com/images/smilies/biggrin.gif
>>>>>I'm sorry my english is bad, hope you understand....GREAT ROM I LOVE IT<<<<<http://forum.xda-developers.com/images/smilies/good.gif
i report that i experiencing so many ANR from the lastest and second lastest build
strangebro said:
i report that i experiencing so many ANR from the lastest and second lastest build
Click to expand...
Click to collapse
It's a CM source problem. Hopefully it will be fixed on RR v.5.1.2
[Q&A] [ROM][I317/t0lteatt][lollipop/5.0.2][UNOFFICIAL-Alpha]Dirty Unicorns v9.0(1/13
Q&A for [ROM][I317/t0lteatt][lollipop/5.0.2][UNOFFICIAL-Alpha]Dirty Unicorns v9.0(1/13/2015)
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROM][I317/t0lteatt][lollipop/5.0.2][UNOFFICIAL-Alpha]Dirty Unicorns v9.0(1/13/2015). If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Can we dirty flash latest build from today 1/13/2015?
Dirty flashed DU build from 1/10/2015 over the build from 1/8/2015 and had to reconfigure everything.
amensah11 said:
Dirty flashed DU build from 1/10/2015 over the build from 1/8/2015 and had to reconfigure everything.
Click to expand...
Click to collapse
As always... You can dirty flash if you want, but if you have any issues, please do a clean flash before posting any issues to be assisted with. Thank you.
Have a good one!
screen goes black when you make a phone call???? can i fix this??
Having issues with my Bluetooth earphones
Some times they connect other tines they don't
They will say they r connected but when I play music it plays out the speaker on the phone
That's really only the issue I have with this ROM
Sent from my SGH-I317 using XDA Free mobile app
Framedtrash said:
Having issues with my Bluetooth earphones
Some times they connect other tines they don't
They will say they r connected but when I play music it plays out the speaker on the phone
That's really only the issue I have with this ROM
Sent from my SGH-I317 using XDA Free mobile app
Click to expand...
Click to collapse
I'm sorry, but I don't have the same issues with my headset. Did you do a clean flash? Are you sure the headset works properly on other ROMs? Maybe it was a bad flash and you should try flashing again to see if it'd fix it.
Have a good one!
---------- Post added at 10:47 AM ---------- Previous post was at 10:46 AM ----------
who kev hall said:
screen goes black when you make a phone call???? can i fix this??
Click to expand...
Click to collapse
That's the proximity sensor and that's what it's meant to do. I don't believe there's anything to be fixed.
Have a good one!
Love the ROM. I just encountered an issue. Basically everytime i reboot and press the home button the screen goes black. the status bar and nav bar are still rendered but they dont work. I can also open the power menu. Any body know what im dealing with? or better yet how to fix it?
asxdfcfrgftgff said:
Love the ROM. I just encountered an issue. Basically everytime i reboot and press the home button the screen goes black. the status bar and nav bar are still rendered but they dont work. I can also open the power menu. Any body know what im dealing with? or better yet how to fix it?
Click to expand...
Click to collapse
I have not personally had an issue such as that. I would tend to recommend to re-flash the ROM verifying that the checksum is correct and that everything is wiped. If that doesn't correct it, I'd look into trying a different launcher, or even a different theme. If none of that helps, I don't know what to tell you... Hopefully someone else will have better advice for you.
Have a good one!
Hi there!
Been an user of your older ROM that I used to like by the time and then, Ive found this one that's been running great so far!
I wanted to point out an issue that I am using heavily on a daily basis (like 6-7h straight without interruption)
On a call with my earphone on, the sound comes out poorly to my ears, same goes for my voice to the other end.
But keep on the great work, I really appreciate it
Mat
MatAccord said:
Hi there!
Been an user of your older ROM that I used to like by the time and then, Ive found this one that's been running great so far!
I wanted to point out an issue that I am using heavily on a daily basis (like 6-7h straight without interruption)
On a call with my earphone on, the sound comes out poorly to my ears, same goes for my voice to the other end.
But keep on the great work, I really appreciate it
Mat
Click to expand...
Click to collapse
I haven't noticed any similar issues on my own phone, so hopefully someone else may have a better suggestion than I could give. I would suggest, if you haven't tried already, rebooting your phone to see if it clears it up. If not, you may want to try to do another clean flash after verifying the checksum of the download, just to make sure it wasn't a bad flash. If neither of these works to solve your problem, I'm not sure what else to suggest. Like I said above, hopefully someone else has faced this issue and has a suggestion to better help you. Good luck!
Have a good one!
AzraelsKiss said:
I haven't noticed any similar issues on my own phone, so hopefully someone else may have a better suggestion than I could give. I would suggest, if you haven't tried already, rebooting your phone to see if it clears it up. If not, you may want to try to do another clean flash after verifying the checksum of the download, just to make sure it wasn't a bad flash. If neither of these works to solve your problem, I'm not sure what else to suggest. Like I said above, hopefully someone else has faced this issue and has a suggestion to better help you. Good luck!
Have a good one!
Click to expand...
Click to collapse
Unfortunately, both method have already been tried out before I was typing my first post here. FYI Ive even tried the SoundHUD app to see if it could solve anything out but still, the issue remains.
Ill keep searching then!
Thanks for the fast reply btw!
how to get twrp 2.8.3 or older?
I have version 2.8.5 and i need to go back to 2.8.3 or older so i can install Dirty Unicorns v9.1 on my note 2
Well just wanted to say that this rom is the most stable out of all the ones I tested so far! Well done!
---------- Post added at 09:15 AM ---------- Previous post was at 09:01 AM ----------
ekim12 said:
I have version 2.8.5 and i need to go back to 2.8.3 or older so i can install Dirty Unicorns v9.1 on my note 2
Click to expand...
Click to collapse
Why do you need to do that? I used the latest TWRP and it flashed fine!
Flash 2 file DU_TBO_GAPPS_3-12 & DU_TBO_GAPPS_CLEAR_3-12 or 1 in 2, thank
Thanks
Everytime i try and Install a rom through CWM, it keeps telling me i have a T03G Model, But i 110% know i have a I317M (koodo variant) to be specific.
Somehow i flashed it on there somehow.. but cannot get it back to Stock (even odin spits out fails when using the koodo update file)
Voicemail Password
I just installed the most current rom you have available. I have used other roms and this is the second one I have had a problem with and not sure if there is a fix or what I need to do. Other roms worked fine but when I retrieve my voicemail I always get wrong password and I know its correct. I was reading an article that it may be possible related to the DTMF tones maybe not long enough I am not sure. Any assistance would be appreciated. Thank you
Unless it's a ROM specific issue, there is not a whole lot I can do until a patch has been merged upstream, so please understand when I am unable to correct issues that are beyond my control. Thank you.
Have a good one!
Gapps CODE 7 Error Problem
Hi AzraelsKiss, I download the latest update of lollipop 5.1.1 uploaded by you on 20-05-2015. But when ever i try to install GAPPS it gives me code 7 error every time. Can you please explain me why is this keep happening and how I can fix this error. I got Samsung Galaxy Note 2 i317.
Thanks heaps
Manpreet
manpreet1422 said:
Hi AzraelsKiss, I download the latest update of lollipop 5.1.1 uploaded by you on 20-05-2015. But when ever i try to install GAPPS it gives me code 7 error every time. Can you please explain me why is this keep happening and how I can fix this error. I got Samsung Galaxy Note 2 i317.
Thanks heaps
Manpreet
Click to expand...
Click to collapse
I'm not sure... No one else seems to be having this issue, so it could possibly be something on your end. Make sure you're using the newest version of your recovery (TWRP is recomnended) and you've done a full/clean wipe before installing the ROM and one of the GAPPS I recommended. Good luck!
Have a good one!
Mute button greyed out
hi ...i am on DU_t0lteatt_5.1.1_20150507-2127.v9.3-UNOFFICIAL build. Mute button is grayed out while I am in a call. Just checking if this is fixed in latest ROM "DU_t0lteatt_5.1.1_20150519-0717.v9.3-UNOFFICIAL"