Telegram
                                
                                
                                
                                    Telegram copied to clipboard
                            
                            
                            
                        Fix ThumbGenerate Task
Path is case-sensitive
01-13 18:14:20.633 12002 12033 E BitmapFactory: Unable to decode stream: java.io.FileNotFoundException: /mnt/media_rw/125b-160c/telegram/telegram documents/1_5093868532026834962.png (No such file or directory)
kenzo:/ $ (ls "/mnt/media_rw/125b-160c/telegram/telegram documents/1_5093868532026834962.png" && echo Found) || echo Not Found
Not Found
kenzo:/ $ (ls "/mnt/media_rw/125B-160C/Telegram/Telegram Documents/1_5093868532026834962.png" && echo Found) || echo Not Found
/mnt/media_rw/125B-160C/Telegram/Telegram Documents/1_5093868532026834962.png
Found