I see a lot of great devs working on android 4.4 port and thank you but i think that is better to try and fix notification delay on 4.3roms (slimbean for example) .Since 4.3 roms are already great but they have just that one problem witch is draiving me crazy so why not fix it and that way we can have great 4.3 roms instead of trying to port 4.4 android ? Dont grill me for writing this but i think it will be better this way.
Sent from my LG-P880 using Tapatalk
dimi89 said:
I see a lot of great devs working on android 4.4 port and thank you but i think that is better to try and fix notification delay on 4.3roms (slimbean for example) .Since 4.3 roms are already great but they have just that one problem witch is draiving me crazy so why not fix it and that way we can have great 4.3 roms instead of trying to port 4.4 android ? Dont grill me for writing this but i think it will be better this way.
Sent from my LG-P880 using Tapatalk
Click to expand...
Click to collapse
For me personally the notification lag isn't that much of a problem. And the ROMs are kind of stable as of now. So why work on a bug which has been not fixed since the beginning, while moving on to 4.4.x could bring better experience? And there are quite some problems (for some users) with wakelocks. Hope they are gone with kitkat
Sent from my 4X HD via XDA Premium
Omario-242 said:
For me personally the notification lag isn't that much of a problem. And the ROMs are kind of stable as of now. So why work on a bug which has been not fixed since the beginning, while moving on to 4.4.x could bring better experience? And there are quite some problems (for some users) with wakelocks. Hope they are gone with kitkat
Sent from my 4X HD via XDA Premium
Click to expand...
Click to collapse
In latest CM10.2 from 13.12. are some fixes concerning wakelock problems. Perhaps you just should make a clean install with that
and try for some days ...
dimi89 said:
I see a lot of great devs working on android 4.4 port and thank you but i think that is better to try and fix notification delay on 4.3roms (slimbean for example) .Since 4.3 roms are already great but they have just that one problem witch is draiving me crazy so why not fix it and that way we can have great 4.3 roms instead of trying to port 4.4 android ? Dont grill me for writing this but i think it will be better this way.
Sent from my LG-P880 using Tapatalk
Click to expand...
Click to collapse
Agreed.
It was my intention to work on this but i don't have the time nowadays to work on the phone, might give it another go in the future.
The bug is known and it's not just a lag. The lag is caused because the whole mediaserver thingy is crashing.
Anyway i'll bring it up in the dev forum once again..
Thank you
Sent from my LG-P880 using Tapatalk
ezet said:
The bug is known and it's not just a lag. The lag is caused because the whole mediaserver thingy is crashing.
Click to expand...
Click to collapse
Exactly. I've just encountered this yesterday when debugging an app and was like wtf about the crash. The issue is in this line. The function pointer is null-checked, so I assume we have that function in official blobs, but when it calls it, it just doesn't work. We should add MR0_AUDIO_BLOB guard to that ifdef and try.
Adam77Root said:
Exactly. I've just encountered this yesterday when debugging an app and was like wtf about the crash. The issue is in this line. The function pointer is null-checked, so I assume we have that function in official blobs, but when it calls it, it just doesn't work. We should add MR0_AUDIO_BLOB guard to that ifdef and try.
Click to expand...
Click to collapse
Ah, thanks a lot Adam. That makes sense indeed. So you suggest MR0_AUDIO_BLOB := true at BoardConfig.mk and it might work?
You reached to this conclusion with addr2line to debug?
ezet said:
Ah, thanks a lot Adam. That makes sense indeed. So you suggest MR0_AUDIO_BLOB := true at BoardConfig.mk and it might work?
You reached to this conclusion with addr2line to debug?
Click to expand...
Click to collapse
No, we already have MR0_AUDIO_BLOB in BoardConfig.mk, I mean the code must be fixed there.
No, for addr2line you need libs with debug symbols and these vary in each build. You would have to build a package, flash that, check the memory address in logcat and then use that with the debug libs and addr2line. You would get the same result.
I've already encountered similar issues many times that's why I can say what's the error here. In the log you can see that actually not the AudioPolicyService crashes, but an unknown memory region elsewhere. That is the proprietary audio library. So either the function it tries to call doesn't exist or it crashes internally. I think the latter, because the pointer is null-checked before calling, but can't be sure, because you can't determine where it exactly crashes in an unknown address space.
Sent from my LG Optimus 4X HD
If you're in the messaging app when you get a message there is no delay. At least there isn't when I send myself a message (testing for RIL problems).
Sent from my LG-P880 using Tapatalk
Related
Since no one has made a thread for CM11 on the Sprint GS4, I just made one.
Discuss
Looked around for any feedback regarding CM on this phone, specifically the nightly cm 11. I'm full stock, but I heard that KK CM is pretty stable and great. With all this funding lately it's not looking bad. I don't have many complaints for stock though, so far for me it's been rock solid.
How are the last few CM11 night lies doing? I am on something else now more or less because I have not seen a official thread so though it might not be completely ready yet
Sent from my SPH-L720 using Tapatalk
xchampx13 said:
How are the last few CM11 night lies doing? I am on something else now more or less because I have not seen a official thread so though it might not be completely ready yet
Sent from my SPH-L720 using Tapatalk
Click to expand...
Click to collapse
For me everything is flawless except Bluetooth. When I switch it on and it connects to my car, Bluetooth on the phone crashes instantly and then it just connects/disconnects over and over again. No word on if/when this will be fixed from what I read on their changelog page.
Lock screen weather is still not working, but that's minor.
Bluetooth still broken for me. This is the longest I've seen an official CM build be this shoddy.
agentfazexx said:
Bluetooth still broken for me. This is the longest I've seen an official CM build be this shoddy.
Click to expand...
Click to collapse
I have the latest nightly running 12/27 and I've used Bluetooth in my car today and it worked fine.
Only problems I've had? Battery life has been pretty crappy.. Also the camera has FC once or twice. But only when the camera is left running and the screen is locked and unlocked. Also I want my slow motion camera back
RatBurger08 said:
Only problems I've had? Battery life has been pretty crappy.. Also the camera has FC once or twice. But only when the camera is left running and the screen is locked and unlocked. Also I want my slow motion camera back
Click to expand...
Click to collapse
Battery life has been great for me! I've been using KT latest kernel for 4.4 and used some of his settings and pulled of 21 hrs yesterday with 3+ hrs of screen on time.
And regarding the camera....it's crap! I take photos with it and it shows clear and focused before shot and after, it's blurry around edges
You can, however, use a third party camera app and pics come out fine.
kevinsturf said:
Battery life has been great for me! I've been using KT latest kernel for 4.4 and used some of his settings and pulled of 21 hrs yesterday with 3+ hrs of screen on time.
And regarding the camera....it's crap! I take photos with it and it shows clear and focused before shot and after, it's blurry around edges
You can, however, use a third party camera app and pics come out fine.
Click to expand...
Click to collapse
Focal is a good camera app
agentfazexx said:
Bluetooth still broken for me. This is the longest I've seen an official CM build be this shoddy.
Click to expand...
Click to collapse
Have you submitted the bug to their JIRA? Have you written your own code to fix it? If you're not gonna do anything to help solve the problem, quit complaining about it.
kiekan said:
Have you submitted the bug to their JIRA? Have you written your own code to fix it? If you're not gonna do anything to help solve the problem, quit complaining about it.
Click to expand...
Click to collapse
I'm not a programmer, so no I haven't coded a fix but you're the first person to actually give me a place to submit a bug report to.
No need to be aggressive.
I don't use blue tooth much been using it the latest five nightlies. Been working, fine connects, been talking to the wife on the way to work. So might be an issue with you dash player. Maybe delete all data from blue tooth settings and reconnect
sent from Isaac's GS4
On Carbon KitKat for Sprint S4. Best Kitkat Rom out IMO.
King_AKW said:
On Carbon KitKat for Sprint S4. Best Kitkat Rom out IMO.
Click to expand...
Click to collapse
can we get a link for carbon rom plz thx
Here you go
http://forum.xda-developers.com/showthread.php?p=48910277
Sent from my SPH-L720 using XDA Premium 4 mobile app
Does carbon rom have working ir blaster
sent from Isaac's GS4
isaac2k10 said:
Does carbon rom have working ir blaster
sent from Isaac's GS4
Click to expand...
Click to collapse
This thread is for the official CM11 discussion.
On that note, Bluetooth is still broken on 1/5. I submitted a bug report. Hopefully they respond.
Is there anyway to turn off the animation when my screen turns off?
Sent from my SPH-L720 using XDA Premium 4 mobile app
agentfazexx said:
This thread is for the official CM11 discussion.
On that note, Bluetooth is still broken on 1/5. I submitted a bug report. Hopefully they respond.
Click to expand...
Click to collapse
Bluetooth works fine for me
isaac2k10 said:
Bluetooth works fine for me
Click to expand...
Click to collapse
In your car? When did you flash CM11 first?
I want to thank the developers for this amazing rom but i want to say that some apps are crashing several times before they work properly and there is some lags that i hope u can fix.
If someone move the post to the main thread i'll be thankfull cz i cant post there:good::good:
karaki93 said:
I want to thank the developers for this amazing rom but i want to say that some apps are crashing several times before they work properly and there is some lags that i hope u can fix.
If someone move the post to the main thread i'll be thankfull cz i cant post there:good::good:
Click to expand...
Click to collapse
i believe it happens due to low memory access, aka ram available. if i were you id just switch to cm11 its best option for now
det0xx said:
i believe it happens due to low memory access, aka ram available. if i were you id just switch to cm11 its best option for now
Click to expand...
Click to collapse
But the cm11 has many unworking stuff and isnt stable till now am i right? Please give me a report about the cm11 to make the best choice.Thanks in advance.
karaki93 said:
But the cm11 has many unworking stuff and isnt stable till now am i right? Please give me a report about the cm11 to make the best choice.Thanks in advance.
Click to expand...
Click to collapse
well whats not working or something that u my use thats not working? for me DCM and CM11 are the only functional roms for MY experience. Eveyrthing works fine. I am running latest CM11 from @cars1189 with his christopher k kernal with no issues
SlimKat Volume Levels
det0xx said:
well whats not working or something that u my use thats not working? for me DCM and CM11 are the only functional roms for MY experience. Eveyrthing works fine. I am running latest CM11 from @cars1189 with his christopher k kernal with no issues
Click to expand...
Click to collapse
I'm kind of a "ROM-a-holic". I like to try new ROMs all the time. I really like SlimKat (by "jfbs"), but I've noticed that the volumes seem to be very low...even when I have them turned all the way up I have a hard time hearing the caller. Am I just imagining this or have others noticed this? I've been using it for several weeks and really like it, but will probably go back to CM11 for awhile (until SlimKat gets another update) and see if I notice differences in the volumes. If anyone else notices this issue maybe they could pass it along to jfbs. I love all the great work everyone is doing with the ROMs for this relic of a phone!!
det0xx said:
well whats not working or something that u my use thats not working? for me DCM and CM11 are the only functional roms for MY experience. Eveyrthing works fine. I am running latest CM11 from @cars1189 with his christopher k kernal with no issues
Click to expand...
Click to collapse
so these rom now are full functional and stable ? U dont got apps crash and reboots?
eyespy63 said:
I'm kind of a "ROM-a-holic". I like to try new ROMs all the time. I really like SlimKat (by "jfbs"), but I've noticed that the volumes seem to be very low...even when I have them turned all the way up I have a hard time hearing the caller. Am I just imagining this or have others noticed this? I've been using it for several weeks and really like it, but will probably go back to CM11 for awhile (until SlimKat gets another update) and see if I notice differences in the volumes. If anyone else notices this issue maybe they could pass it along to jfbs. I love all the great work everyone is doing with the ROMs for this relic of a phone!!
Click to expand...
Click to collapse
For me slimkat has a better sound than my last rom RemICS-JB and it seems like stock for me but i agree volume need more boost
karaki93 said:
For me slimkat has a better sound than my last rom RemICS-JB and it seems like stock for me but i agree volume need more boost
Click to expand...
Click to collapse
I don't have slimkat, but I used slimbean for a long time. I had a similar volume issue there. What worked with slimbean was actually to click volume _down_ one click and then turn it up. Maybe that workaround will fix your problem. Good luck.
Sent from my SGH-T399 using xda premium
Thanks man I will try
Another issue
When im running an app and the screen is off it might not turn on again just the lights and if someone called me the phone rings after the call is dropped and in natural case he take about 5 sec to show that someone is calling
karaki93 said:
Another issue
When im running an app and the screen is off it might not turn on again just the lights and if someone called me the phone rings after the call is dropped and in natural case he take about 5 sec to show that someone is calling
Click to expand...
Click to collapse
those are wake locks i face every so often on each roms. more on slim for a reason idk
Just wanted to share an unofficial build of AOKP for our TF701T's I did for myself.
Special thanks to Team AOKP for their wonderful rom!
Disclaimer: You flash it, you break it, you fix it. I will be update the builds weekly or so as new features are added into AOKP regularly.
Flash the same as any other rom. Use current Banks Gapps.
Known issue: I have enabled the glcomposer in the build.prop because the overall smoothness and battery life is greatly improved. However, because ASUS hasn't updated past 4.3, there may be occasional graphical glitches. You can disable the glcomposer by removing the one line in build.prop containing glcomposer in it BUT do try as it is first and see the difference for yourself. I have been using it for a couple weeks now and the graphical glitches are very small and barely noticeable.
Examples of where to see smoothness include: Scrolling homescreens. Swiping pages in App Drawer. Swiping pages in the widget drawer. Swiping away notifications while on homescreen. Swiping down notifications and quicktiles while on homescreen. Swiping to Google Now page in GEL launcher.
Latest Rom here:
ROM Download
Sources used:
Device: tf701t device tree
Kernel: Kernel tree
Vendor: Vendor tree
Anyone tried it yet?
Reports are welcome and help to get some traction going.!
Sent from my K00C using XDA Free mobile app
Paulicat said:
Anyone tried it yet?
Reports are welcome and help to get some traction going.!
Sent from my K00C using XDA Free mobile app
Click to expand...
Click to collapse
Excellent work. Very fast. No graphical glitches so far that i can see. Lets of options.:good:
It's great to see another ROM option for the tf701t! I just tried this out. The graphics really are quite smooth, and I love all of the customization options. Alas, as with cyanogenmod and cromi, Bluetooth functionality is severely diminished -- a mouse barely moves the cursor at all and a keyboard has severe typelag making it unusable. Any idea what's going on thereand how to fix it? I'm happy to be a guinea pig.
Awesome, glad to see other people trying this out!
I will post weekly build updates as often as possible.
Sent from my K00C using XDA Free mobile app
Im amazed how smooth it is. I guess this shows with this tegra4 theres still room for improvement which is a good thing.
It's very nice. The camera doesn't crash, and I the current version of Netflix doesn't crash. With some roms I've had to use 3.0.
lexelby said:
It's great to see another ROM option for the tf701t! I just tried this out. The graphics really are quite smooth, and I love all of the customization options. Alas, as with cyanogenmod and cromi, Bluetooth functionality is severely diminished -- a mouse barely moves the cursor at all and a keyboard has severe typelag making it unusable. Any idea what's going on thereand how to fix it? I'm happy to be a guinea pig.
Click to expand...
Click to collapse
I'll try and take a look, busy weekend/holiday up here. New build will be up in a couple days though.
Sent from my K00C using XDA Free mobile app
Absolutely no rush -- any work you do is appreciated and I'm perfectly happy to wait patiently I'll keep an eye here and try new versions as you post them.
lexelby said:
Absolutely no rush -- any work you do is appreciated and I'm perfectly happy to wait patiently I'll keep an eye here and try new versions as you post them.
Click to expand...
Click to collapse
So I just remembered I had an old Microsoft Notebook mouse 5000. I connected it and it works perfectly normal.
No lag or delay whatsoever...any chance you have another mouse to try?
Sent from my K00C using XDA Free mobile app
Paulicat said:
So I just remembered I had an old Microsoft Notebook mouse 5000. I connected it and it works perfectly normal.
No lag or delay whatsoever...any chance you have another mouse to try?
Sent from my K00C using XDA Free mobile app
Click to expand...
Click to collapse
Not a mouse, but I had another bluetooth keyboard, so I paired it up and gave it a try. Worked perfectly fine with no typelag :/ The one that doesn't work is a combo keyboard/touchpad. I don't think xda will let me link to a product on amazon, but it's a "tp cromeer" branded case with builtin bluetooth keyboard/touuchpad. Made for the N8000, but it fits the tf701t quite nicely.
Any idea why just this one device wouldn't work?
lexelby said:
Not a mouse, but I had another bluetooth keyboard, so I paired it up and gave it a try. Worked perfectly fine with no typelag :/ The one that doesn't work is a combo keyboard/touchpad. I don't think xda will let me link to a product on amazon, but it's a "tp cromeer" branded case with builtin bluetooth keyboard/touuchpad. Made for the N8000, but it fits the tf701t quite nicely.
Any idea why just this one device wouldn't work?
Click to expand...
Click to collapse
I actually have a mini combo keyboard touchpad I can try tonight.
My guess is going to be some sort of silly device incompatibility though...
I dont have any problems with this inexpensive bluetooth keyboard.
I do find though. I dont know if its possibly the kernel or android itself or if too many apps are running in the background. Input in general and reponsiveness is lost completely until reboot. It starts to lag all input I think. Like touch sensitivity etc. I wonder if anyone else has found this on to be the case on this device. Not sure if there is some app thatll restore it by killing processes possibly. Another thing I notice is that Android is running tonnes of threads. Compared to the few that run on linux. 600+ on android. Less then 100 threads on Linux usually depending on the distro. This rom right now has 900+ threads showing in htop. But it is still smooth as butter. Maybe thats not a big deal then.
EDITED
YayYouFixedIt said:
I dont have any problems with this inexpensive bluetooth keyboard.
I do find though. I dont know if its possibly the kernel or android itself or if too many apps are running in the background. Input in general and reponsiveness is lost completely until reboot. It starts to lag all input I think. Like touch sensitivity etc. I wonder if anyone else has found this on to be the case on this device. Not sure if there is some app thatll restore it by killing processes possibly. Another thing I notice is that Android is running tonnes of threads. Compared to the few that run on linux. 600+ on android. Less then 100 threads on Linux usually depending on the distro. This rom right now has 900+ threads showing in htop. But it is still smooth as butter. Maybe thats not a big deal then.
EDITED
Click to expand...
Click to collapse
I have not had any responsiveness issues with this device on any rom to be honest...
For clarity, are you seeing this problem on this rom or no?
Thank you for this ROM, it feels good to know that the TF701 has not been forgotten...:good:
myeepad said:
Thank you for this ROM, it feels good to know that the TF701 has not been forgotten...:good:
Click to expand...
Click to collapse
Cheers! I'll do what I can while I have this tablet!
Paulicat said:
I have not had any responsiveness issues with this device on any rom to be honest...
For clarity, are you seeing this problem on this rom or no?
Click to expand...
Click to collapse
It happens on all roms, but it would be a very subtle thing. I dont see it really as a problem. Just something that requires a reboot.
YayYouFixedIt said:
I do find though. I dont know if its possibly the kernel or android itself or if too many apps are running in the background. Input in general and reponsiveness is lost completely until reboot. It starts to lag all input I think. Like touch sensitivity etc. I wonder if anyone else has found this on to be the case on this device. Not sure if there is some app thatll restore it by killing processes possibly. Another thing I notice is that Android is running tonnes of threads. Compared to the few that run on linux. 600+ on android. Less then 100 threads on Linux usually depending on the distro. This rom right now has 900+ threads showing in htop. But it is still smooth as butter. Maybe thats not a big deal then.
EDITED
Click to expand...
Click to collapse
Yes -- I know exactly what you're talking about I think.
On any ROM I've tried, it happens. A fresh reboot always clears things up, but after running a few apps (and / or putting the tablet to sleep overnight perhaps?) the whole system lags a bit. General stuff, like switching programs and running apps like Tapatalk and Engadget (for example). I'm forced to kill apps manually, and that sometimes does the trick.
One thing I tried out yesterday that seems to be helping -- give this a shot too: in your developer settings, you'll see that you can restrict how many background processes are running. Currently, I have background processes limited to just 2 at a time (and also "strict mode" enabled)... and I have to say, I'm noticing a difference! Might take some more testing to see what the pros and cons of this are, but if it just means that I don't have background processes piling up on me, this might be a workaround?
Aside from that, has anyone tried Greenify with good results?
Sent from my K00C using Tapatalk
Trevor_g said:
Yes -- I know exactly what you're talking about I think.
On any ROM I've tried, it happens. A fresh reboot always clears things up, but after running a few apps (and / or putting the tablet to sleep overnight perhaps?) the whole system lags a bit. General stuff, like switching programs and running apps like Tapatalk and Engadget (for example). I'm forced to kill apps manually, and that sometimes does the trick.
One thing I tried out yesterday that seems to be helping -- give this a shot too: in your developer settings, you'll see that you can restrict how many background processes are running. Currently, I have background processes limited to just 2 at a time (and also "strict mode" enabled)... and I have to say, I'm noticing a difference! Might take some more testing to see what the pros and cons of this are, but if it just means that I don't have background processes piling up on me, this might be a workaround?
Aside from that, has anyone tried Greenify with good results?
Sent from my K00C using Tapatalk
Click to expand...
Click to collapse
Honestly guys, I don't see this issue using this AOKP rom...I've left it for a few days no reboot, and I don't see any slowdowns/lag.
On a brighter note, I have a new build ready to be uploaded tonight.
I messed up some merges for battery/charging and was struggling to sort it out the last couple days.
All good now.
New build will be up later tonight.
Paulicat said:
Honestly guys, I don't see this issue using this AOKP rom...I've left it for a few days no reboot, and I don't see any slowdowns/lag.
On a brighter note, I have a new build ready to be uploaded tonight.
I messed up some merges for battery/charging and was struggling to sort it out the last couple days.
All good now.
New build will be up later tonight.
Click to expand...
Click to collapse
Got it. In that case, I'll have to give this a shot! ☺
Sent from my Nexus 5 using Tapatalk
I just rooted my tablet using instructions from several sources here, and have a bit of a problem. I rooted it because of a slightly annoying problem with the touch screen. It worked great 90% of the time, but occasionally I would have to tap an icon a few times for the screen to respond. I have not installed any Rom on it as I decided to keep it stock for the time being. That could change real quick though!! After I rooted it, the problem has increased. I did install several tweaking apps on it (Enterprise ram and digitizer booster, Optimus Root Memory Optimizer, and Entrophy Fixer) and a few games that I had on it before. Removing the digitizer app did no good. The odd thing about it is, I do not notice the touch screen issue if I am playing a game, only when I touch the application icons or links. There does not appear to be any app available to calibrate the screen. Has anybody else had this issue with the 701? Thanks for any help you can provide!!
mikekoz said:
I just rooted my tablet using instructions from several sources here, and have a bit of a problem. I rooted it because of a slightly annoying problem with the touch screen. It worked great 90% of the time, but occasionally I would have to tap an icon a few times for the screen to respond. I have not installed any Rom on it as I decided to keep it stock for the time being. That could change real quick though!! After I rooted it, the problem has increased. I did install several tweaking apps on it (Enterprise ram and digitizer booster, Optimus Root Memory Optimizer, and Entrophy Fixer) and a few games that I had on it before. Removing the digitizer app did no good. The odd thing about it is, I do not notice the touch screen issue if I am playing a game, only when I touch the application icons or links. There does not appear to be any app available to calibrate the screen. Has anybody else had this issue with the 701? Thanks for any help you can provide!!
Click to expand...
Click to collapse
I had the same issue with mine, installing a custom Rom improved things no end
Sent from my K00C using XDA Premium HD app
boldnuts said:
I had the same issue with mine, installing a custom Rom improved things no end
Sent from my K00C using XDA Premium HD app
Click to expand...
Click to collapse
Thank you. That is what I am leaning towards. I am looking at CROMi-X 7.0.3. Which one did you flash?
boldnuts said:
I had the same issue with mine, installing a custom Rom improved things no end
Sent from my K00C using XDA Premium HD app
Click to expand...
Click to collapse
mikekoz said:
Thank you. That is what I am leaning towards. I am looking at CROMi-X 7.0.3. Which one did you flash?
Click to expand...
Click to collapse
Installed the latest version of CROMi, and no luck. The problem remains. Plus I apparently lost root. I will mess with it more tomorrow!
mikekoz said:
Installed the latest version of CROMi, and no luck. The problem remains. Plus I apparently lost root. I will mess with it more tomorrow!
Click to expand...
Click to collapse
i have tried just about all the available Roms for the tf701, currently using the new CM12 which runs very well, make sure you do a full wipe/format before hand though, try this app, also worked for me, the one on the OP page
http://forum.xda-developers.com/showthread.php?t=1261237
Sent from my K00C using XDA Premium HD app
I may end up trying CM12. I am also getting an error at boot up , "the process com.google.process.gapps has stopped" . It does not seem to be causing any problems, but it is annoying nevertheless. Also, this rom is nice, but I see no performance difference between it and stock. I tried that calibration app you linked to, but it does not seem to have done anything. Thanks!
boldnuts said:
i have tried just about all the available Roms for the tf701, currently using the new CM12 which runs very well, make sure you do a full wipe/format before hand though, try this app, also worked for me, the one on the OP page
http://forum.xda-developers.com/showthread.php?t=1261237
Sent from my K00C using XDA Premium HD app
Click to expand...
Click to collapse
Where did you find CM12? I have been searching the web and all I can find is CM11!
mikekoz said:
Where did you find CM12? I have been searching the web and all I can find is CM11!
Click to expand...
Click to collapse
http://forum.xda-developers.com/tra.../cyanogenmod-12-lollipop-pre-nightly-t3003092
Sleeepy2 said:
http://forum.xda-developers.com/tra.../cyanogenmod-12-lollipop-pre-nightly-t3003092
Click to expand...
Click to collapse
I may actually wait on this after reading the blog. Is there anything that is not working on this at this time? I do not have the dock, so the one limitation listed would not affect me. Would the performance of this rom be better than the Cromix I have on it now?
mikekoz said:
I may actually wait on this after reading the blog. Is there anything that is not working on this at this time? I do not have the dock, so the one limitation listed would not affect me. Would the performance of this rom be better than the Cromix I have on it now?
Click to expand...
Click to collapse
I doubt it, but doesn't hurt to try. CM12 is in beta though. CROMi-X 7.1 was just released. The "xxx process has stopped" is a bug that will be ironed out soon. You did clean install the rom, did you?
But if you have the same problem on different roms it's unlikely that your touch problem is software related.
To rule out a software problem you should format data and reflash the rom. Format, not just wipe. Which will delete all data on your tablet.
Also try with the microSD out. Bad cards can cause all kinds of weird problems.
berndblb said:
I doubt it, but doesn't hurt to try. CM12 is in beta though. CROMi-X 7.1 was just released. The "xxx process has stopped" is a bug that will be ironed out soon. You did clean install the rom, did you?
But if you have the same problem on different roms it's unlikely that your touch problem is software related.
To rule out a software problem you should format data and reflash the rom. Format, not just wipe. Which will delete all data on your tablet.
Also try with the microSD out. Bad cards can cause all kinds of weird problems.
Click to expand...
Click to collapse
Thank you for your response. I was able to fix the process error, but I still ended up putting CM12 on it anyhow! It took me all of 10 minutes and I have had no problems so far. It is very smooth and fast. I did a wipe/format, and a dalvik wipe before I put CM12 on it using CM 6.0.5.1 (I think that is the correct version). Not sure I did that correctly though, since my download folder on the tablet was still intact afterwards. My LCD problem is more than likely hardware, but it is more of an annoyance than anything. It only affects opening up apps. The screen works great in games and just typing.
Built using latest lineageos source
Don't blame me for something strange in the settings
Thats something I'm working on of my own project
(Also the reason for the "Probably" in the title)
It should have no bugs. I'm not a heavy user of m7 and up till now it worked pretty fine
link: https://www.androidfilehost.com/?w=files&flid=36895
Nice done, but you should/have to add "unofficial" in the thread title .
saturday_night said:
Nice done, but you should/have to add "unofficial" in the thread title .
Click to expand...
Click to collapse
but maybe its "Probably" lineage:laugh:
I'll add it
no bugs ? should be there ? as the lineage build itself is not stable
I'll give this a shot.
Oddly the past few weeks I've been having ridiculous random reboots on text messages with good ol cm11. Even No HTC/sprint/Google software installed.
Flash the stock rom, no issues...
Never had this issue the past 4 years until recently... And Trump has been trying to change some laws... Ironic!
Sent from my One using Tapatalk
rickliu2000 said:
but maybe its "Probably" lineage:laugh:
I'll add it
Click to expand...
Click to collapse
What about GSM sim and APN? Looks like "no sim" on screenshot.
Works good. Some minor issue.
Bluetooth isn't passing Pandora info to cars Bluetooth. Kk worked OK.
Setup wizards times out activating cellar service on every boot , canceling it kills it, and works regardless.
Texting/cdma/callls/lte are OK.
I've gotten a few random reboots, not sure if it's related to me and the stupid things I try. It was flawless until I started to add my personal daily driver apps.
Tethered 120Gb the past few days through it without issue. Gets warm, but I need to get my new battery installed.
Anything specific or logs just ask and I'll try hand supply them.
Much Michael appreciated work on the efforts to keep the m7 living strong! I have 4 more spares...
Sent from my One using Tapatalk
Is anyone following this thread? All the M7 users move on?
Sent from my One using Tapatalk
swerff said:
Is anyone following this thread? All the M7 users move on?
Sent from my One using Tapatalk
Click to expand...
Click to collapse
I'm waiting for a stable rom, hate to say that the phone lags and heats very much with the stock ROM but the audio and camera is very good with stock rom
Sadly I killed my last two m7s.
Onto pme now
Sent from my 2PS64 using Tapatalk