TGTGInsighttelegram intelligenceLIVE / telegram public index
← OnePlus OS Update Tracker

TGINSIGHT SIMILAR POSTS

查找相似内容

Source channel @OnePlusOTA · Post #607 · 5月27日

OnePlus Nord 2 OxygenOS 12.1 C.04 IND System • Fixed the issue that the lock screen interface displayed abnormally when charging • Fixed the issue that the screen brightness displayed abnormally in certain scenarios • Fixed the occasional issue that the desktop text displayed abnormally in certain scenarios Camera • Optimized the anti-shake effect when shooting videos • Optimized the speed of enabling Camera in certain scenarios Others • Fixed the issue of abnormal crash when enabling Fortnite MD5 Component (my_manifest): c949151afe63f1cfe9fda80d0d541abc Component (my_product): 408223966738c5d0a71f39b211bb1592 Component (my_bigball): 8253f6c910a4bc7cbfe044b3b1f79751 Component (my_stock): f08eb9a61ed03567965cbc76d980e6a3 Component (my_heytap): 28db2abbedc1eafc8947749e91b197fc Component (my_carrier): f0b3b8bd50cc13f4d2a1ebdad9f75f22 Component (system_vendor): e5d935f73c54cc08ae04c9e5abeefe20 Component (my_region): ceb333df4f651e82e5c71a9d76da3273 SHA-1 Full: a3de2e204668cc33c7134bf062bb5f6873a28bce Size Component (my_manifest): 1.22 MB (1278656) Component (my_product): 413.80 MB (433902450) Component (my_bigball): 578.54 MB (606645588) Component (my_stock): 615.30 MB (645192760) Component (my_heytap): 508.90 MB (533621509) Component (my_carrier): 1.04 MB (1088872) Component (system_vendor): 2.49 GB (2675632293) Component (my_region): 3.35 MB (3513520) Full: 4.56 GB (4893267850) Downloads ColorOS Global Server: Component (my_manifest) Component (my_product) Component (my_bigball) Component (my_stock) Component (my_heytap) Component (my_carrier) Component (system_vendor) Component (my_region) Google OTA Server: Full Exported by MlgmXyysd Color OTA Bot@OnePlusOTA #Oxygen#denniz#India#Component#Full#Stable#DN2101

Results

找到 437 条相似帖子

搜索 #hyperos

当前筛选 #hyperos清除筛选
YuKongA | Channel

@YuKongA13579 · Post #1493 · 2025/08/29 03:36

OS3 开始不建议再修改 DPI 和 DP,会有意想不到的黑边出现的。改任何一个都会有问题。 #HyperOS

Hashtags

YuKongA | Channel

@YuKongA13579 · Post #1491 · 2025/08/28 09:57

小米相册这次发布会讲了,但是如讲。 别人家相册,我在 QQ 下载 iOS 发的实况原图就能识别,你米不行。 别人家相册,编辑之后还能保持实况和高动态信息,你米不行。 别人家相册,编辑覆盖之后觉得不好还能回退到最开始,你米不行。 #HyperOS

Hashtags

YuKongA | Channel

@YuKongA13579 · Post #1490 · 2025/08/28 09:18

小米的动效在国产安卓目前确实还是名副其实的第一,不管是模糊场景的应用,还是各种弹出窗口的过渡,以及很多细节场景的打断,之后我会在评论区补充一些 cos 非常离谱的交互来衬托。 #HyperOS

Hashtags

YuKongA | Channel

@YuKongA13579 · Post #1489 · 2025/08/28 07:55

除了与苹果的互联挺不错, 超级岛的理念想法很不错, 其他目前没觉得有什么好。 真要再说个的话, 关机支持查找手机吧。 隐私部分各家都会有。 相册部分各家都会有。 #HyperOS

Hashtags

YuKongA | Channel

@YuKongA13579 · Post #1188 · 2024/12/11 07:50

媒体通知模块模块光荣退休😪 媒体通知官方改成高级材质了。 不过专辑封面的圆角裁切还是有问题。。 以及小米其实在锁屏界面和状态栏界面给高级材质使用了两种不同的混色方案,但给媒体通知适配的时候全用成了锁屏的,所以在状态栏看过去会比其他普通通知透明度低 ( 当然了,跟焦点通知是一致的)。。 #HyperOS

Hashtags

mzyxsl's Daily|sofa away

@mzyxsl1919810 · Post #337 · 2026/04/08 15:55

#HyperOS 以防你们不知道,Hyper OS发送不了“骚扰短信” 但你把“请凭取件码”开始后面那段话去掉也能发

Hashtags

淡い夏の阁楼

@light_summer · Post #195 · 2023/11/12 19:21

HyperOS 修复极暗模式磁贴图标 由 Yife Playte 制作。 修复 HyperOS 中极暗磁贴的图标大小,使其可以直接被找到。 来自 https://t.me/ZivLW945/1025167 #HyperOS

Hashtags

YuKongA | Channel

@YuKongA13579 · Post #1280 · 2025/03/21 06:40

不知道是 feat 还是 bug, Compsoe 的 BackHandler 在小米的小窗环境下没法用,直接完全无反应... 不对,是小米在桌面的时候不给用,但是他写的判断肯定有问题,很多时候在桌面也能正常触发返回监听,导致我以为() #Xiaomi#HyperOS

YuKongA | Channel

@YuKongA13579 · Post #1230 · 2025/01/26 07:21

@SuppressLint("WrongConstant") fun restartXiaomiSystemUI(context: Context) {val bundle = Bundle().apply {putString("package_name", BuildConfig.APPLICATION_ID) putString("strong_toast_category", "text_bitmap") putString("param", "{\"a\":{\"a\":{\"a\":\"a\"}}}") // 哎嘿,包崩溃的 putString("status_bar_strong_toast", "show_custom_strong_toast") } val service = context.getSystemService(Context.STATUS_BAR_SERVICE) service.javaClass.getMethod("setStatus", Int::class.javaPrimitiveType, String::class.java, Bundle::class.java) .invoke(service, 1, "strong_toast_action", bundle) } 一个非常简单的重启 HyperOS 系统界面实现。 无需任何权限,利用小米的灵动额头即可。 当时刚出的时候就发现了,至今没修复。 #Xiaomi#HyperOS

YuKongA | Channel

@YuKongA13579 · Post #1169 · 2024/11/29 04:32

省电与电池中的标题文本,比其他设置页字重都要细。 图片不明显,实际点进来差异很明显。 #Xiaomi#HyperOS

123•••10•••20•••30•••3637
上一页第 1/37 页下一页