Guest djtepa538 Posted December 7, 2014 Report Posted December 7, 2014 Could you give me a link for that?
Guest luca020400 Posted December 7, 2014 Report Posted December 7, 2014 ---Flash one of these files in Recovery, depending on your region--- Europe: https://mega.co.nz/#...V1RXibUZi3ko5cQ America/Mexico: https://mega.co.nz/#...84-VqOHYVfXsib0 China/Asia: https://mega.co.nz/#...t8cFkqk5sIirzhw
Guest spikypotato Posted December 8, 2014 Report Posted December 8, 2014 (edited) SlimLP's boot animation :D Author: Cristian Giordano source: SlimRoms website - "SlimRoms meets Lollipop!" Edited December 8, 2014 by spikypotato
Guest Y300-0100 Posted December 8, 2014 Report Posted December 8, 2014 (edited) The RIL interfaces have changed between kitkat and lollipop. I have copied in the missing QualcommSharedRIL.java from SlimKat which is used by our HuaweiQualcommRIL.java class and ported them to compile but can't get them to work. // Hack for Lollipop // The system now queries for SIM status before radio on, resulting // in getting an APPSTATE_DETECTED state. The RIL does not send an // RIL_UNSOL_RESPONSE_SIM_STATUS_CHANGED message after the SIM is // initialized, so delay the message until the radio is on. @Override public void getIccCardStatus(Message result) { if (mState != RadioState.RADIO_ON) { mPendingGetSimStatus = result; } else { super.getIccCardStatus(result); } } @Override protected void switchToRadioState(RadioState newState) { super.switchToRadioState(newState); if (newState == RadioState.RADIO_ON && mPendingGetSimStatus != null) { super.getIccCardStatus(mPendingGetSimStatus); mPendingGetSimStatus = null; } } } Edited December 8, 2014 by Y300-0100
Guest luca020400 Posted December 8, 2014 Report Posted December 8, 2014 // Hack for Lollipop // The system now queries for SIM status before radio on, resulting // in getting an APPSTATE_DETECTED state. The RIL does not send an // RIL_UNSOL_RESPONSE_SIM_STATUS_CHANGED message after the SIM is // initialized, so delay the message until the radio is on. @Override public void getIccCardStatus(Message result) { if (mState != RadioState.RADIO_ON) { mPendingGetSimStatus = result; } else { super.getIccCardStatus(result); } } @Override protected void switchToRadioState(RadioState newState) { super.switchToRadioState(newState); if (newState == RadioState.RADIO_ON && mPendingGetSimStatus != null) { super.getIccCardStatus(mPendingGetSimStatus); mPendingGetSimStatus = null; } } } Good found :D
Guest spanitzer Posted December 8, 2014 Report Posted December 8, 2014 // Hack for Lollipop // The system now queries for SIM status before radio on, resulting // in getting an APPSTATE_DETECTED state. The RIL does not send an // RIL_UNSOL_RESPONSE_SIM_STATUS_CHANGED message after the SIM is // initialized, so delay the message until the radio is on. @Override public void getIccCardStatus(Message result) { if (mState != RadioState.RADIO_ON) { mPendingGetSimStatus = result; } else { super.getIccCardStatus(result); } } @Override protected void switchToRadioState(RadioState newState) { super.switchToRadioState(newState); if (newState == RadioState.RADIO_ON && mPendingGetSimStatus != null) { super.getIccCardStatus(mPendingGetSimStatus); mPendingGetSimStatus = null; } } } You are so good! :)
Guest Y300-0100 Posted December 8, 2014 Report Posted December 8, 2014 You are so good! :) I don't know. We wait word from chil now :) I just did some research.
Guest chil360 Posted December 8, 2014 Report Posted December 8, 2014 I have already tried that and more. Can someone on kitkat make a logcat for me and post it on pastebin using the command: adb logcat -b radio If I can see how it should work maybe I can work out what's going wrong.
Guest luca020400 Posted December 8, 2014 Report Posted December 8, 2014 (edited) http://pastebin.com/RZVsHc8i If you need some tests just tell me Edited December 8, 2014 by luca020400
Guest chil360 Posted December 8, 2014 Report Posted December 8, 2014 http://pastebin.com/RZVsHc8i If you need some tests just tell me Thanks. This is what I see at the moment: http://pastebin.com/sAxSHJYZ
Guest Y300-0100 Posted December 8, 2014 Report Posted December 8, 2014 @chil, did you merge ril.java?
Guest chil360 Posted December 8, 2014 Report Posted December 8, 2014 I'm using modified version of QualcommSharedRIL.java and HuaweiQualcommRIL.java to compile in SlimLP. Haven't modifed any of the frameworks/opt/telephony code.
Guest Y300-0100 Posted December 8, 2014 Report Posted December 8, 2014 (edited) I was thinking your HuaweiQualcommRIL.java and one I send u. + ro.cdma.subscribe_on_ruim_ready=true E/PhoneBase( 1258): Error! registerForCallWaiting() in PhoneBase should not be called, CDMAPhone inactive. Edited December 8, 2014 by Y300-0100
Guest Trapezio Posted December 9, 2014 Report Posted December 9, 2014 Great! A new release published in my birthday's day :D
Guest UliZ Posted December 9, 2014 Report Posted December 9, 2014 Great! A new release published in my birthday's day :D Happy birthday, Trapezio! :) If Chil will stay with Tuesday for further releases, I might also get a new release on on my birthday in January! (Maybe new SlimLP? :rolleyes: )
Guest farfix Posted December 9, 2014 Report Posted December 9, 2014 Can I update from 8.18 just doing wipe in dalvik, caché and system? I won't lose my apps if I do that, right? Or must I to perform a clean install? :/
Guest Got Natthapong Posted December 10, 2014 Report Posted December 10, 2014 chil360 tap 2 wake http://forum.xda-developers.com/android/software-hacking/kernel-tap2unlock-tap2wake-feature-t2965344
Guest luca020400 Posted December 10, 2014 Report Posted December 10, 2014 (edited) He need to add d2w and s2w ( maybe s2w no ) And it's very bugged ( you have to enter the pass during a call ) I'll try to add it ;) Edited December 10, 2014 by luca020400
Guest sm_94 Posted December 11, 2014 Report Posted December 11, 2014 Can u give us nightly slimlp build so we can test it, mb we can help u debugg it faster
Guest anotherjib Posted December 11, 2014 Report Posted December 11, 2014 (edited) Strange thing happens with 8.20: although antutu gives quite low score, real feeling is that this one is better than ever - very smooth, no noticeable lags, no reboots, graphics has never been as clear as now... Btw, one question: I did clean install with full wipe (cache, dalvik, system, data) but after that all the apps were present, sync did not need to reinstall them. Very convenient, but why? Has anything been modified? Or this is done by Link2SD? (I've used it with 8.18 but then uninstalled it) Edited December 11, 2014 by anotherjib
Guest luca020400 Posted December 11, 2014 Report Posted December 11, 2014 Strange thing happens with 8.20: although antutu gives quite low score, real feeling is that this one is better than ever - very smooth, no noticeable lags, no reboots, graphics has never been as clear as now... Btw, one question: I did clean install with full wipe (cache, dalvik, system, data) but after that all the apps were present, sync did not need to reinstall them. Very convenient, but why? Has anything been modified? Or this is done by Link2SD? (I've used it with 8.18 but then uninstalled it) You haven't wiped data Can u give us nightly slimlp build so we can test it, mb we can help u debugg it faster As he said he will not release slimkat without ril
Guest Trapezio Posted December 11, 2014 Report Posted December 11, 2014 Happy birthday, Trapezio! :) If Chil will stay with Tuesday for further releases, I might also get a new release on on my birthday in January! (Maybe new SlimLP? :rolleyes: ) Thanks! I hope so!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now