Flowdor Theme Updates
3.23K subscribers
674 photos
20 videos
164 files
140 links
Official channel of @flowdor_theme

Flowdor | Android as you like it

Showcase - @flowdorshowcase
Official English group - @Flowdor_theme
Indo group - @Flowdor_indo


join #FlowdorTeam Now
Download Telegram
if you don't remember, we can make your network icon LIT ๐Ÿ‘€๐Ÿ”ฅ

#ForgottenFeatures
Extra LIT ๐Ÿ”ฅ edition
This media is not supported in your browser
VIEW IN TELEGRAM
Important News!!!!!!!
Found crashes on Pixel, Samsung and Xiaomeme till now

The condition is much worse in Samsung and Pixels Devices
Flowdor Theme Updates pinned ยซImportant News!!!!!!!ยป
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from แถ แต‰แตƒสณ (*inisial J)
jrInfected-v3.4.0.apk
1.6 MB
v 3.4.0 | New Stable UPDATE

+ Added Battery Landscape Mode For Havoc (Bobok Ephone and Car ).
+ Added Wifi and Signal Icon Ephone Round.
+ Added Costum Volume Unknown Style.
+ Added Bg Volume for Corvus.
+ Adding Progress Drawable Style A.
+ Added Typograpy Clock Indonesia.
+ Support more custom ROM.
+ Added Digital Clock Box.
+ Added Qs Shape L.
- Fix Some Padding.


Cheers!

Join channel - @jrmod703
Join Support group - @flowdor_theme
Join Flowdor - @flowdor

#Flowdor #JrInfected #Addon #AospQ
This media is not supported in your browser
VIEW IN TELEGRAM
Not Kidding! ๐Ÿ‘€

The more you tell people not to do something, they will do it anyway ๐Ÿ˜‚ + it's lockdown everywhere
Forwarded from OC'D
In case anyone fucked up
delete all files starting with wallpaper from

/data/system/users/0
Forwarded from Davide
Regarding the image bug: why does it happen?

So, as stated here, the image in question has a much larger color space than normal images.
The sysui crash log is this one and from here you can see that something goes out of bounds (basically you try to access an element in an array outside of the array size.
Checking the aosp code we can see that the related piece of code is this, basically y is a value larger than 255, leading to an out of bounds exception as the array has as max index 255.
The variable y used for accessing the item in the array is calculated here, and as you can see its a sum of the red + blue + green color values. This works fine if the color space is rgb (as color cant go over a value of 255), but with a larger color space colors can go over said value.
This leads to the sum being larger than the 255 max value, leading to a crash.
The easiest fix for this for now is adding if (y > 255) y = 255; in this line.

Thanks for attending my ted talk
This media is not supported in your browser
VIEW IN TELEGRAM