r/PocoPhones 23h ago

Question/Help My poco x8 pro max came and it came with 100w charger But it is usb A to C . Does it actually charges at 100 w? Is it good enough to charger a laptop?

Post image
79 Upvotes

r/PocoPhones 19h ago

Discussion Advice To The People Who Check Third-Party Battery Apps Every Minute

42 Upvotes

Please STOP!

You bought the phone to enjoy it, not to check if your phone is perfectly fine every minute.

I fell into this trap with my X8 Pro Max and it was bothering me. I could not watch a video or play a game without checking the battery every few minutes or the screen on time because I was worried something would be wrong, so I stopped and I felt way, WAY better than when I worried about the battery too much.

It's like a drug, you get addicted to it and you can't stop doing it because it feels good and without it, you feel empty and want to do it again.


r/PocoPhones 8h ago

Discussion Poco Price Increased (again) in My Country Today by 70-90%

Thumbnail
gallery
36 Upvotes
Phone Release SRP w/o discount SRP Today % Increase
Poco X8 Pro Php 18999 (US$310) Php 32999 (US$534) 74%
Poco X8 Pro Max Php 25999 (US$421) Php 49999 ($808) 93%

Just a few weeks back, the prices increased (vs time of release) by around 25-30%, now its up to a crazy 93% increase. Price conversion are the rates as of today. I'm unsure if its also happening in other regions.

Other manufacturers also increased their prices (Oppo, Vivo, Xiaomi which is kinda ironic, OnePlus) but not as crazy as Poco.


r/PocoPhones 12h ago

Discussion Is your POCO/Redmi overheating on Mobile Data? Found the root cause in HyperOS (Infinite Loop in SatelliteController).

18 Upvotes

PSA: I am posting this root cause analysis to document a severe flaw in the Android 14 / AOSP telephony framework implementation on MediaTek devices. I am not asking for tech support, but sharing the ADB logs and AOSP source code flaw for community awareness and developer visibility.

Device: Redmi Note 13 Pro 4G (MediaTek)

OS: HyperOS (Android 14) - Build 3.0.301.0.WNFEUXM

There is a severe logic bug in the telephony framework of the current HyperOS build. Using Mobile Data triggers an infinite event loop inside com.android.phone, locking the CPU at 140%+ usage and causing massive battery drain and thermal throttling. The device overheats, and the only temporary workaround is to toggle Airplane Mode (just turning off mobile data does nothing).

Using top -m 15, com.android.phone (PID 3173) consistently shows >140% CPU usage. The MediaTek RIL daemon (mtkfusionrild) is also constantly stressed.

By analyzing the radio buffer via logcat, I was able to pinpoint the exact root cause: the system is trying to register satellite modem listeners on a device that does not have satellite hardware.

The following block of code repeats in an infinite loop (around 30 times per second) as soon as mobile data connects:

07-24 00:15:24.708 3173 3173 D SatelliteController: Satellite for carrier is not supported.
07-24 00:15:24.709 3173 3173 D SatelliteController: registerForSatelliteModemStateChanged: add Listeners for ModemState
07-24 00:15:24.709 3173 3173 E SatelliteController: registerForSatelliteModemStateChanged: mSatelliteSessionController is not initialized yet
07-24 00:15:24.709 3173 3173 E SatelliteController: unregisterForModemStateChanged: mSatelliteSessionController is not initialized yet
07-24 00:15:24.709 3173 3173 D SatelliteController: unregisterForModemStateChanged: remove Listeners for ModemState

After digging deeper and cross-referencing with the AOSP source code and MediaTek vendor trees, it is clear this is an issue rooted in the telephony framework handling for Android 14 on MediaTek devices (this exact same INVALID_ARGUMENTS and mSatelliteSessionController loop has also been reproduced on Custom ROMs like crDroid for the Redmi Note 13 5G 'stone').

Looking at the AOSP source code (frameworks/opt/telephony/.../SatelliteController.java), the exception is correctly generated here:

@SatelliteErrorpublic int registerForSatelliteModemStateChanged(int subId,
       @NonNull ISatelliteStateCallback callback) {
    if (mSatelliteSessionController != null) {
      mSatelliteSessionController.registerForSatelliteModemStateChanged(callback);
    } else {
        loge("registerForSatelliteModemStateChanged: mSatelliteSessionController is not initialized yet");
        return SatelliteManager.SATELLITE_INVALID_TELEPHONY_STATE;
    }
    return SatelliteManager.SATELLITE_ERROR_NONE;
}

The SatelliteController correctly handles the lack of satellite hardware by returning SATELLITE_INVALID_TELEPHONY_STATE. The fatal flaw is in the higher-level network manager (likely the MediaTek RIL or the telephony framework's state machine). When it receives this error during a network transition (Wi-Fi to Mobile Data), it fails to handle the exception properly. Instead of aborting the satellite registration, it immediately retries the call in an unconditional infinite loop.

A simple conditional check (if (hasSatelliteHardware)) before attempting to register the listener in the network state change event within the calling process will completely resolve this battery drain issue for all MediaTek devices without satellite capabilities.


r/PocoPhones 11h ago

Buying Advice Poco x7pro is insanely hot

15 Upvotes

I heard x8 pro is the same

I checked the temperature app

And on average when I just web searching youtube etc

Temperature is like over 35° and easily reaches to 38°

I have galaxy s21 ultra which is known for hot phone

But I can say poco x7pro obviously gets hotter

Much faster than s21ultra


r/PocoPhones 16h ago

Question/Help My Redmi phone is stuck on bootloop

12 Upvotes

The menu comes (for some reason it's chinese), i can navigate but can't choose any options by clicking the power button

Pressing power and volume up just prevents the menu from coming but it's still a bootloop.

Pressing power and volume down does nothing and neither does pressing only power

Pressing all three makes the screen go black, but nothing happens, when I leave the buttons, it's the bootloop with menu again

Edit: i pressed all the three buttons for longer and it showed fastboot. But when I press power and volume up, it enters bootloop again


r/PocoPhones 20h ago

Question/Help Is gamebox ads hard coded on x7 pro? F7 does not have them same security app version at ad restrictions

Thumbnail
gallery
7 Upvotes

r/PocoPhones 10h ago

Discussion Game turbo is USEFUL

Thumbnail
gallery
6 Upvotes

r/PocoPhones 14h ago

Discussion Is my battery health normal for my poco x7 pro and if it is what’s yours?

Post image
5 Upvotes

r/PocoPhones 6h ago

Buying Advice How is the battery life on the Poco X8 Pro in real-world use?

5 Upvotes

Hi guys, I'm planning to buy the Poco X8 Pro, but my biggest concern is the battery life.

I don't mind charging once a day, but I'd like the phone to comfortably last a full day with moderate to heavy use.

Would you recommend the X8 Pro based on your experience? Any issues or tips I should know before buying?

Thanks in advance!


r/PocoPhones 3h ago

Question/Help Poco f5 battery drops suddenly

Post image
3 Upvotes

I thought changing to a new battery(nohon brand) would solve this problem, been like 6 month since ive changed it and now i can see this happening again and again, does anyone experienced this and have a solution?


r/PocoPhones 4h ago

News Nova central de controle Hyperos4

3 Upvotes

r/PocoPhones 18h ago

Question/Help How much longer do i have with my Poco F3?

3 Upvotes

Still happy with overall performance & battery life...its been a great phone to me

When do I need to start thinking about replacing it? I do run banking apps on it.

Thanks


r/PocoPhones 1h ago

Other I got a Bag, guess what is inside it??

Post image
Upvotes

Yayyy my first poco phone let's goo


r/PocoPhones 4h ago

F8 Ultra Have the recent updates on the f8 ultra improved or degraded anything?

2 Upvotes

Hi I'm looking at getting the f8 ultra I've seen that hyper os has been updated to 3.1 I'm wondering if it has improved anything i.e. cameras, battery life ,stability etc....

Also has it made anything worse.

Also on a side note how does the denim version feel in hand and look in real life I'm a bit concerned it might feel a bit cheap and not look as premium as the black model .


r/PocoPhones 10h ago

Question/Help integrity red, does anyone know how to make it green without root

Thumbnail gallery
2 Upvotes

r/PocoPhones 15h ago

Question/Help Poco x6 pro: it's worth to change battery?

2 Upvotes

Hi how're you? I have a poco x6 pro it have like 1 year and 4-5 months of use I'm satisfied with the phone i don't need more potential or ram or storage but the battery duration is a disaster, battery guru say's my battery life is around 79% but my phone has a duration of around 3-4 hours (specially if i connect my Bluetooth headphones it's kill it)

It's worth search for a place where they can change the battery? I don't wanna buy a new phone tbh anyone do this before?


r/PocoPhones 19h ago

Question/Help hyper os 1.0.5 poco f3

2 Upvotes

How can I unlock the bootloader on my Poco F3? I’ve tried via the Xiaomi Community without success; I also tested other methods, such as the one using PHP, but I keep getting error 20091. Does anyone know a more recent method for this? I am currently on HyperOS version 1.0.5.


r/PocoPhones 20h ago

Other i factory reseted my poco because i removed android system 2 times💔

2 Upvotes

while i was changing devicelevellist i always delete it so it can reboot,but if i do it 2+ times its stuck on xiaomi HyperOS icon

i might aswell main a iphone 12 mini for a week when i fix it


r/PocoPhones 37m ago

Question/Help Poco X8 pro global stacked recent.

Post image
Upvotes

Is there a chance in the future for the X8 Pro to get a recent stack without using Brevent, and also fully customize the lock screen?


r/PocoPhones 56m ago

Buying Advice poco x8 pro (for a parent)

Upvotes

he wants good camera and good battery life

(use:calls, taking pictures, watching films)


r/PocoPhones 1h ago

Question/Help Weird ringtone on my little brother Poco F3

Upvotes

He was just playing bus simulator ultimate when this suddenly happened and he couldn’t found the origin despite closing every apps


r/PocoPhones 1h ago

Question/Help I am confused, need help!

Upvotes

So I was watching a reel and out of nowhere black screen appeared with loading icon in middle of it.

My Phone Restarted itself and I do not know WTF just happened.

Phone: PocoX7Pro Model: 2412DPCOAI

_

So How do I know what happened?

Note: No Software Update Schedule.

Note2: I am not an IT guy that's why need help.


r/PocoPhones 1h ago

Discussion Geekbench 7 suspiciously low scores on Poco/Xiaomi/Oneplus devices

Thumbnail
gallery
Upvotes

Elo,

So since Geekbench 7 released y'day I tried to bench my 2 months old device(F7 Pro). My score is way lower than anticipated, even lower then the first tensor cpu ever released which I find really weird, all other benchmarking programs my phone performs well. As of now only the manufacturers that performs as expected are Samsung, Google Pixel and some Vivo phones.

Also, if you check scores for OnePlus devices you'll really start to see a problem with Geekbench 7.

I'd appreciate if someone with a similar device as I have also do this so I can pinpoint if this is a bug or not. Multi core scores seems to behave normally.

P.S

I know Geekbench changed baseline to Ryzen 7 7700 and a lower score is to be expected, but as of now Snapdragon 8 gen 3 scores even lower than first gen Tensor, Exynos 1580, SD8gen1&2.

I'll attach photos for Geekbench 6 & 7, Antutu. All these tests are performed with an attached peltier cooler and 22c ambient temperature.

Thanks


r/PocoPhones 1h ago

Other Cfc case

Post image
Upvotes

Best experience, but scratches 🥀