Openvpn stopped working - Google Pixel 5 Questions & Answers

Hi,
I'm having Android 11 with LEO 18.1 on Pixel 5.
I'm having from time to time the issue "proxy server refused connection android " (after i discconect from the vpn and connect to it again) but right now I cannot use it anymore.
All the time when I'm connecting to it I'm receiving same error on the browser.
Is it there a way to fix this?
Some part of the log
Code:
java.lang.NoSuchMethodException: com.android.org.bouncycastle.asn1.x509.X509Name.getInstance [class java.lang.Object]
at java.lang.Class.getMethod(Class.java:2072)
at java.lang.Class.getMethod(Class.java:1693)
at de.blinkt.openvpn.core.X509Utils.getCertificateFriendlyName(X509Utils.java:136)
at de.blinkt.openvpn.core.X509Utils.getCertificateFriendlyName(X509Utils.java:82)
at de.blinkt.openvpn.views.FileSelectLayout.setData(FileSelectLayout.java:155)
at de.blinkt.openvpn.fragments.Settings_Basic.loadPreferences(Settings_Basic.java:182)
at de.blinkt.openvpn.fragments.KeyChainSettingsFragment.onStart(KeyChainSettingsFragment.kt:208)
at androidx.fragment.app.Fragment.performStart(Fragment.java:2730)
at androidx.fragment.app.FragmentStateManager.start(FragmentStateManager.java:365)
at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1194)
at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1356)
at androidx.fragment.app.FragmentManager.moveFragmentToExpectedState(FragmentManager.java:1434)
at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1497)
at androidx.fragment.app.BackStackRecord.executeOps(BackStackRecord.java:447)
at androidx.fragment.app.FragmentManager.executeOps(FragmentManager.java:2169)
at androidx.fragment.app.FragmentManager.executeOpsTogether(FragmentManager.java:1992)
at androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute(FragmentManager.java:1947)
at androidx.fragment.app.FragmentManager.execSingleAction(FragmentManager.java:1818)
at androidx.fragment.app.BackStackRecord.commitNowAllowingStateLoss(BackStackRecord.java:303)
at androidx.fragment.app.FragmentPagerAdapter.finishUpdate(FragmentPagerAdapter.java:246)
at androidx.viewpager.widget.ViewPager.populate(ViewPager.java:1244)
at androidx.viewpager.widget.ViewPager.populate(ViewPager.java:1092)
at androidx.viewpager.widget.ViewPager.onMeasure(ViewPager.java:1622)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:842)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:721)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at androidx.appcompat.widget.ContentFrameLayout.onMeasure(ContentFrameLayout.java:143)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at androidx.appcompat.widget.ActionBarOverlayLayout.onMeasure(ActionBarOverlayLayout.java:403)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:842)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:721)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at com.android.internal.policy.DecorView.onMeasure(DecorView.java:747)
at android.view.View.measure(View.java:25466)
at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:3402)
at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:2246)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2504)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1948)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:8177)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:972)
at android.view.Choreographer.doCallbacks(Choreographer.java:796)
at android.view.Choreographer.doFrame(Choreographer.java:731)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:957)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7660)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
Does anyone have a solution for this?
Regards,

dallas87 said:
Hi,
I'm having Android 11 with LEO 18.1 on Pixel 5.
I'm having from time to time the issue "proxy server refused connection android " (after i discconect from the vpn and connect to it again) but right now I cannot use it anymore.
All the time when I'm connecting to it I'm receiving same error on the browser.
Is it there a way to fix this?
Some part of the log
Code:
java.lang.NoSuchMethodException: com.android.org.bouncycastle.asn1.x509.X509Name.getInstance [class java.lang.Object]
at java.lang.Class.getMethod(Class.java:2072)
at java.lang.Class.getMethod(Class.java:1693)
at de.blinkt.openvpn.core.X509Utils.getCertificateFriendlyName(X509Utils.java:136)
at de.blinkt.openvpn.core.X509Utils.getCertificateFriendlyName(X509Utils.java:82)
at de.blinkt.openvpn.views.FileSelectLayout.setData(FileSelectLayout.java:155)
at de.blinkt.openvpn.fragments.Settings_Basic.loadPreferences(Settings_Basic.java:182)
at de.blinkt.openvpn.fragments.KeyChainSettingsFragment.onStart(KeyChainSettingsFragment.kt:208)
at androidx.fragment.app.Fragment.performStart(Fragment.java:2730)
at androidx.fragment.app.FragmentStateManager.start(FragmentStateManager.java:365)
at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1194)
at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1356)
at androidx.fragment.app.FragmentManager.moveFragmentToExpectedState(FragmentManager.java:1434)
at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1497)
at androidx.fragment.app.BackStackRecord.executeOps(BackStackRecord.java:447)
at androidx.fragment.app.FragmentManager.executeOps(FragmentManager.java:2169)
at androidx.fragment.app.FragmentManager.executeOpsTogether(FragmentManager.java:1992)
at androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute(FragmentManager.java:1947)
at androidx.fragment.app.FragmentManager.execSingleAction(FragmentManager.java:1818)
at androidx.fragment.app.BackStackRecord.commitNowAllowingStateLoss(BackStackRecord.java:303)
at androidx.fragment.app.FragmentPagerAdapter.finishUpdate(FragmentPagerAdapter.java:246)
at androidx.viewpager.widget.ViewPager.populate(ViewPager.java:1244)
at androidx.viewpager.widget.ViewPager.populate(ViewPager.java:1092)
at androidx.viewpager.widget.ViewPager.onMeasure(ViewPager.java:1622)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:842)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:721)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at androidx.appcompat.widget.ContentFrameLayout.onMeasure(ContentFrameLayout.java:143)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at androidx.appcompat.widget.ActionBarOverlayLayout.onMeasure(ActionBarOverlayLayout.java:403)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:842)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:721)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at com.android.internal.policy.DecorView.onMeasure(DecorView.java:747)
at android.view.View.measure(View.java:25466)
at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:3402)
at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:2246)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2504)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1948)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:8177)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:972)
at android.view.Choreographer.doCallbacks(Choreographer.java:796)
at android.view.Choreographer.doFrame(Choreographer.java:731)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:957)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7660)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
Does anyone have a solution for this?
Regards,
Click to expand...
Click to collapse
Something similar happened to me. Mine connected but no internet. I had to switch to OpenVPN for Android (different app) and checking the box to override the DNS setting you see in the screenshot is the only thing that worked. Not sure if it'll work for you.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

I founded the solution (actually, I founded the problem).
I played with the VPN and added pihole dns into it but not configured corectly the dns for pihole.
Now everything is working again...
Ypiiii
Thanks

Unfortunately the error came back. I'm pretty sure that there may be an error on openvpn for android app or the rom (lineageos)
LE: i think is a problem with the provider as my server is not accesible anymore
investigating with them

yeah ... there is a problem with lineageos or with openvpn for android :-(
LE: with wifi it is working only lte is not working :-(

dallas87 said:
yeah ... there is a problem with lineageos or with openvpn for android :-(
LE: with wifi it is working only lte is not working :-(
Click to expand...
Click to collapse
Did you disconnect the vpn before connecting to your carrier. I have switched carriers, but with my previous, I have to connect to them, then connect to the vpn. I couldn't switch from Wifi to Cellular without it failing to connect. Now I don't have that problem. But I have also changed phone lol, so maybe it was the phone...

Avoid1 said:
Did you disconnect the vpn before connecting to your carrier. I have switched carriers, but with my previous, I have to connect to them, then connect to the vpn. I couldn't switch from Wifi to Cellular without it failing to connect. Now I don't have that problem. But I have also changed phone lol, so maybe it was the phone...
Click to expand...
Click to collapse
I found a workaround.
If I'll stay connected to the vpn and then switch acces point name to something else and then back it will work.
I'm pretty sure there is a problem somewhere, don't know where, but at least i'm having a temporary solution (at least until i'll change the phone probably :-D)
Thanks

Related

[Q] wifi error samsung galaxy mini 2 S6500

Hi
how re U ?
i have problem on my S6500
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
and when typing on my phone that *#*#526#*#*
it display
and the logcat when i want to active wifi
D/WifiManager( 250): setWifiEnabledDialog
D/WifiService( 185): setWifiEnabledDialog: true
D/WifiService( 185): ****************setWifiEnabledDialog(), allowWifi****************true
I/WifiService( 185): setShowAccessPointListDialog():true
I/WifiService( 185): setWifiEnabledDialog(): true
E/WifiSettingButton( 250): onReceive()-S:2
I/wlan_tool( 2254): wifi loading
I/wlan_tool( 2255): START wifi REGION
I/wlan_tool( 2257): MID wifi DEFAULT
I/wlan_tool( 2258): LAST wifi REGION
I/wlan_tool( 2264): Try to load driver with insmod
I/wlan_tool( 2337): ar6000 driver fails to load
I/wlan_tool( 2348): wifi unloading
Click to expand...
Click to collapse
my phon's info
please help mee :'(
abderrahmane1995 said:
please help mee :'(
Click to expand...
Click to collapse
Searching an unbranded italy stock rom. Please be patient.
Try this link > click to download
but im not from italy
im from algeria
abderrahmane1995 said:
but im not from italy
im from algeria
Click to expand...
Click to collapse
So, the rom languange should be...?Algerian?
no no
any rom with english or french languege how fix the problem of wifi
are you sure that the problem is from the rom ?
abderrahmane1995 said:
no no
any rom with english or french languege how fix the problem of wifi
are you sure that the problem is from the rom ?
Click to expand...
Click to collapse
Go to http://www.sammobile.com/firmwares/
Simply enter the model number of your device in the search box above and a list of latest firmwares will come up. To download a firmware, you will need to be logged in to your SamMobile account using your username and password. If you haven’t yet created an account on our site then you really should, it’s free! You can use the same account on both, our website and forums.
Download odin 3. Put the phone in download mode. Select pda in odin and then the rom file. Then start flash.
Done.
download what ?
i don't download anything im waiting for you
abderrahmane1995 said:
download what ?
i don't download anything im waiting for you
Click to expand...
Click to collapse
what did you do to the phone ?? did you flash squadzone's kernel ?? and your phone rooted ??
i have a normal rom ( not costum) and it is rooted
abderrahmane1995 said:
i have a normal rom ( not costum) and it is rooted
Click to expand...
Click to collapse
What is your baseband version ?? most people get this bug when they flash squadzone kernel in a Stockrom that aren't compatible with it ( LK2E Series ) ..
Just upgrade to gingerbread based ROM and the Wifi Error problem will be solved
maybe it's time to flash a custom rom try cm9 (android 4.0.4 ) or cm10.1(4.2.2 ) everything work in both except camrecorder which i find laggy (for taking pics it is ok ) , if you dont want to , try a hard reset from phone settings (reinitialisation) (everything will be as when you bought the phone in theory )
Sent from my GT-S6500D using XDA Free mobile app

No network anymore

Hello again to all Xda dear friends,
Thanks again to all the great team that are running such a great forum and thanks again to you all for all the amazing hard work and the enriching discussions which we all learned from over the years :good:
Thanks to you all
I successfully Now have theTurbo Boot Loader Unlocked
and I Successfully have TWRP and (Flashable KK ROM Computerfreek274_4.4.4_KK Deodexed, Root, Tether, DeBloated,12/10/15 ) installed on it, Also i have downgraded to the 4.4 radio to work
everything seemed to be working fine till i realized a problem that i had few days ago when i received an SMS txt and then i tried to reply it and it kept saying sending and never did till it fail
So, i tried to work around it and after some research i find out that the smsc (Short Message Service - Service Center)
i tried many ways through messaging app to do it and there is no way to add it
then i tried message+ from vzw and still no joy as there is no way to set the message center there
so i read many times about the hidden setting menu and then i get some programs that help access to fix it But again that still didn't do it
moreover now there is a much bigger problem
My phone has no service now
i tried many things including a different sim and all of that and still no joy even though the different sim is from another network
have a look here
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I don't know what i did wrong during my trial to fix the sms problem in the service menu
and i was wondering is there anyway i could reset that ( Hidden setting menu OR Network settings ) without having to factory default or install a new system ?
as i can't do that at this time due to current circumstances
Thanks again to you all and i really appreciate your help
£ngland said:
I successfully Now have theTurbo Boot Loader Unlocked
and I Successfully have TWRP and (Flashable KK ROM Computerfreek274_4.4.4_KK Deodexed, Root, Tether, DeBloated,12/10/15 ) installed on it, Also i have downgraded to the 4.4 radio to work
Click to expand...
Click to collapse
1) you should probably ask in the ROM thread.
http://forum.xda-developers.com/dro...ble-kk-rom-computerfreek2744-4-t3268385/page3
__________
2) is there some reason you want KitKat 4.4.4 and 4.4.4 radio instead of Lollipop? No one has used that ROM since last year, so not sure anyone is going to help you trouble shoot it. OK, there are a couple of comments as of January 2016 in that ROM thread, but still...
EDIT: NEVER MIND. I see your reasons here:
http://forum.xda-developers.com/showpost.php?p=66407758&postcount=7
I also see in that thread that 4.4 ROM was suggested to you so you wouldn't have to go backwards in stock images. I understand your reasons.
______
3) It's strange it shows "No Service" when it clearly shows 1 bar of signal. That's not zero signal.
That would imply some authorization issue for your SIM card.
You said you tried a different SIM card, but was it a different carrier or the same carrier? Do you use Verizon?
also I'm NOT in the US to use Verizon
But i used it in a different country than the current one and it was working okay even i was using the current sim Roaming there
all was fine
till i came where iam and the sim id from where i currently am located now and it was working perfect
till i decided to try to work to add the SMSC which is the the message center so i can be able to send sms
and then it went wrong from there
I also
I used different carrier sim to check if that's the problem but it remains the same
the thing is it always give me this error now
can't connect to this network right now try again later
and sometimes error searching network
I think it is using CDMA that's why it doesn't register
Hello all again and Thanks ChazzMatt for your effort to help
I flashed Radio img again and it fixed it
now it working again
Thanks A lot ChazzMatt and all of you guys ... Cheers :good:

Tethering problems with Nougat??

Hi guys,
Since installed Nougat version my tethering doesn't work no more!
I tried both Pure and Resurrection roms, and tethering doesn't work both with wifi hotspot or usb.
When turn on wifi hotspot "errors" appear under "portable wi-fi hotspot".
When turn on usb tethering immediately it turns off by itself!
I used Pure Marshmallows rom before, and all worked fine!
Even with stock Nougat thetering looks working fine!!
I'm getting crazy!! Helps please??
I have t-mobile
mark300401 said:
Hi guys,
Since installed Nougat version my tethering doesn't work no more!
I tried both Pure and Resurrection roms, and tethering doesn't work both with wifi hotspot or usb.
When turn on wifi hotspot "errors" appear under "portable wi-fi hotspot".
When turn on usb tethering immediately it turns off by itself!
I used Pure Marshmallows rom before, and all worked fine!
Even with stock Nougat thetering looks working fine!!
I'm getting crazy!! Helps please??
I have t-mobile
Click to expand...
Click to collapse
I have t-mo as well and I have Nitrogen ROM. Tethering throws does not work for me either.
But I purchased and used WiFi Tether Router (By Fabio Grasso) and it works with no issues.
ruijay said:
I have t-mo as well and I have Nitrogen ROM. Tethering throws does not work for me either.
But I purchased and used WiFi Tether Router (By Fabio Grasso) and it works with no issues.
Click to expand...
Click to collapse
Elementalx kernel has tethering fixed in latest build.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ruijay said:
I have t-mo as well and I have Nitrogen ROM. Tethering throws does not work for me either.
But I purchased and used WiFi Tether Router (By Fabio Grasso) and it works with no issues.
Click to expand...
Click to collapse
@mark300401 I don't know about Nitrogen but tethering is working on Oct-N 7.1.1 and PN has temporary fix here: http://forum.xda-developers.com/showpost.php?p=70123369&postcount=31920 Check the very bottom of that post. Also I added the following line to the bottom of build.prop "net.tethering.noprovisioning=true" and that fixed it for me. Careful with the build.prop thing though if you're not experienced with it or you could get a bootloop.
mark300401 said:
Hi guys,
Since installed Nougat version my tethering doesn't work no more!
I tried both Pure and Resurrection roms, and tethering doesn't work both with wifi hotspot or usb.
When turn on wifi hotspot "errors" appear under "portable wi-fi hotspot".
When turn on usb tethering immediately it turns off by itself!
I used Pure Marshmallows rom before, and all worked fine!
Even with stock Nougat thetering looks working fine!!
I'm getting crazy!! Helps please??
I have t-mobile
Click to expand...
Click to collapse
The part I made bold is the important part.
Tells me that tethering works fine.
Cannot comment on hacked up crap you found on the interwebz.
ASHLEY117 said:
Elementalx kernel has tethering fixed in latest build.
View attachment 3974093
Click to expand...
Click to collapse
Thanks so much! I flashed Elementalx kernel and everithing is fixed, now the rom is perfect!! Thank you again! :good:

Question Help : "-1:misconfigured IRQ 470 glink-native"

Hello!
My phone doent go deep sleep randomly
BBS and kernel logs show:
-1:misconfigured IRQ 43 smp2p
-1:misconfigured IRQ 470 glink-native (!!!!!!!!! this is a main mistake)
Spoiler: previous time
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Spoiler: new time after fastboot
On any firmware / rom / kernel, stock or non-stock
I tried fastboot official rom - but problem still
It fixes only with reboot.
Pls, help me!
Probably not in time, but will post for people googling solution.
Yes, this is common important problem which Xiaomi not rush to fix during at least 5 months. This related to modem / radio. Confirmed that changing SIM card for new from operator can fix drain but not for all.
Thankfully, @uditkarode fixed this in his έpsilon kernel.
In commit he just limits wakelock time to 250 ms instead infinity.
To install kernel you need to unlock bootloder (wait 7 days) and install TWRP.
Bonoboo said:
Probably not in time, but will post for people googling solution.
Yes, this is common important problem which Xiaomi not rush to fix during at least 5 months. This related to modem / radio. Confirmed that changing SIM card for new from operator can fix drain but not for all.
Thankfully, @uditkarode fixed this in his έpsilon kernel.
In commit he just limits wakelock time to 250 ms instead infinity.
To install kernel you need to unlock bootloder (wait 7 days) and install TWRP.
Click to expand...
Click to collapse
Thank you , i investigated that problem is modem/radio.. but no really solution
I tried epsilon + arrow, no mistakes for now, but still active mode randomly, need to reboot phone
Phone heats 43°C while talking by phone.
Some of us testing crdroid + epsilon now, 3 days without active mode, but i think that doesn't help in distance
Xiaomi doesn't want to fix that, i sent a lof of bug reports
Changing sim doesnt help too
bodyajoy said:
still active mode randomly
Click to expand...
Click to collapse
Hmm, what wakelock shown in bugreport, same smp2p?
Also first versions of epsilon kernel till "26jul" had no fix, so maybe that was your case.
Bonoboo said:
Hmm, what wakelock shown in bugreport, same smp2p?
Also first versions of epsilon kernel till "26jul" had no fix, so maybe that was your case.
Click to expand...
Click to collapse
have no opportunity to see bugreport now
i use last version of epsilon, august
Our group (that have this problem) tried almost everything for this 5 months, every fix we found on the Enternet was tried, every custom. Last chance is crDroid + Epsilon, if it won't have problem for 1 week, our group will install it with full wipes and test it
bodyajoy said:
have no opportunity to see bugreport now
i use last version of epsilon, august
Our group (that have this problem) tried almost everything for this 5 months, every fix we found on the Enternet was tried, every custom. Last chance is crDroid + Epsilon, if it won't have problem for 1 week, our group will install it with full wipes and test it
Click to expand...
Click to collapse
Did you ever figure this out? - Having a similar problem with my Poco X3 Pro
bodyajoy said:
Thank you , i investigated that problem is modem/radio.. but no really solution
I tried epsilon + arrow, no mistakes for now, but still active mode randomly, need to reboot phone
Phone heats 43°C while talking by phone.
Some of us testing crdroid + epsilon now, 3 days without active mode, but i think that doesn't help in distance
Xiaomi doesn't want to fix that, i sent a lof of bug reports
Changing sim doesnt help too
Click to expand...
Click to collapse
Hmmmm, Are you sure about this problem?

Question Wifi problem of realme 8.

Hello everyone, hope you guys are having a great day! I've bought my phone (realme 8/4g) about a week ago, it's working fine except the wifi segment. Wifi gets disconnected and reconnects on it's own. I've tried to solve the issue through several methods:-
1. Checked the router as well as frequency (2.4/5Ghz), both of them are working fine as well as i'm running my primary device using the same network it didn't face any issue! Router--> Deco M4, dual unit [firmware is up to date]
2.did a network reset of the phone but in vain.
I've got an update few days ago, after that the issue has been occurring frequently. Before the update the phone was somehow stable! Please find me a soln. Also, provide me the best working gcam rn for this device!
Thanks a ton!
What version you have ? A_22 or A_24 ?
DaLiV said:
What version you have ? A_22 or A_24 ?
Click to expand...
Click to collapse
A_24
can try to flash back A_22 (links to images are in the near topic), afterwards disable update ... and test...
WIFI - sometimes can be some vendor coexistence problems , also as channels (when above 12 or above 52) ... or even WPA-3-Drafted router ...
+ MESHING !!! - that is oft not nice ... cabling rulez ...
DaLiV said:
can try to flash back A_22 (links to images are in the near topic), afterwards disable update ... and test...
WIFI - sometimes can be some vendor coexistence problems , also as channels (when above 12 or above 52) ... or even WPA-3-Drafted router ...
Click to expand...
Click to collapse
As it's running somehow well that's why don't wanna downgrade. Is there any good custom rom which may solve the issue?
Wizzie.Lord said:
As it's running somehow well that's why don't wanna downgrade. Is there any good custom rom which may solve the issue?
Click to expand...
Click to collapse
Wizzie.Lord said:
As it's running somehow well that's why don't wanna downgrade. Is there any good custom rom which may solve the issue?, wifi channels can't be controlled, it's an autonated system of deco
Click to expand...
Click to collapse
Wizzie.Lord said:
I've got an update few days ago, after that the issue has been occurring frequently
Click to expand...
Click to collapse
Wizzie.Lord said:
As it's running somehow well
Click to expand...
Click to collapse
So ... simple decide self ... Well ot not so well ...
on my sight - outages in networking is not good thing ...
No custom roms seen at the moment
Additional possibility - are you using simultaneously with bluetooth and connected to 2.4Ghz ? - then can forcibly try to divide net for 2.4 and 5 ghz ... and connect to 5 implicit ...
DaLiV said:
Additional possibility - are you using simultaneously with bluetooth and connected to 2.4Ghz ? - then can forcibly try to divide net for 2.4 and 5 ghz ... and connect to 5 implicit ...
Click to expand...
Click to collapse
Nope, i was only using wifi then
after updating to android 12 version c.07, I can't login to my home 5G wifi. Before the update everything was without problem. Does anyone have any experience or knows the cause?
I have the Realme 8 5G and I also had the problem of disconnection with a TP-Link Deco M5 and the solution was to deactivate the mesh technology for my device from the deco app and thus the disconnection problem was solved
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Categories

Resources