Friday 16 October 2015

lolipop sim card bug ?



While I really love the new lollipop release with all my part there seem to be a bug relating to the sim card.
It happens a few times each day that the phone unmount/cant detect sim card.
What happens is that you can have the phone on your table then when you pic it up it will request for sim pin code.

This is a quite serious problem since I want to be able to reached 24/7

Some other person in the lollipop confirmed he had the same problem.
Both we and him seem to have the same problem and it happens when you toggle off mobile data.
Which I always do when I do not want any notifcations from IMs.

I hope there is any solution of this. Also could more people confirm they have the same problem ?



Best cm based rom?



I know that it's best to try them myself but I really don't have time to test all.. I'm wondering which cm based rom has great performance with comparable battery life to stock. I think stock Roms are a bit too laggy with quite a lot of microstutters. And it hangs time to time as well. Cm Roms I tried a while ago are Bliss pop and Resurrection but they both have too short battery lives. But I loved that they were so smooth.

Any recommendation?

Thanks a bunch!



XDA Contributors | Shout out and thank thread



####XDA Contributors Mega Thread####




Thanks for checking this new thread out. I made this thread to let people take the chance to properly thank someone on XDA instead of hitting the thanks button everytime.
This thread is not suposed to change the way of thanking someone since that will always be hitting the thanks button, this thread is for extending you´re thankyou and thank a person in his overall activities and contributions out here on XDA rather than thanking for one post he made.

Rules:
- If you make a thank letter for a particular person than you do not make more posts about the same person, everytime you need to edit a thank letter to someone than edit your old post about him.
- Don´t make thousands of posts at the same time for every person, choose the one that helped the most and contributed the most. ( Of course if you see more people which are really helpfull and needed to be thanked properly by a thank letter than don´t hestitate to make another post here. )


Why did i make this thread?
First of all because there is a 8 thank hit limit per day and that´s really terrible, secondly because just hitting a thank button isn´t always the right thing to do.
And some people write thanks letters in threads where it is not a good location for chit chat, with this thread we can keep the threads clean of thanks messages and make those thanks messages mean more.

Example:
Dear @Planterz ,

You are the first guy that came up when i think about trustworthy contributions to XDA.
When i grind through the device suggestions threads to try helping people it´s always hard to find an unanswered question of someone because you helped him perfectly, you make good explanations about why you suggest particular devices and that prevents people asking those reasons and arguments.
You are a good help for letting people make good decisions without having to doub between devices anymore.
You are ´Da Real Contributor´ in my honest opinion.

Greets,

Elya.




1. @Planterz
2.
3.
4.
5.
6.
7.
8.
9.
10.









[APP][4.1+] Gif Joiner - join multiple gifs to make a new gif



Gif Joiner is a simple app that makes it possible to join two or more gifs together to make a new Gif that you can share with your friends on Messaging Apps
App Features

- Join Multiple Gifs together

- Convert Gif to Video

- Share Gifs on Instagram

-Share Gif on facebook Messenger

Here is a gif made by joining multiple gifs using the Gif Joiner app
sample gif


Playstore Link



Enabling notifications while using fingerprint?



I get whatsup messages and cant see them before i unlock the screen with my fingerprint.

Is there any way to enable notifications?

Thanks.



Huge System Data Folder under Misc. and much space for apps used



Yeah. Haven't found a thread so far, so I'm gonna try my best.

Got the LG G Flex 2 H-955 (16GB Storage, 2GB RAM) about 2 Months ago, and this far it is a great phone besides this little problem I am annoyed with.
There is some sort of memory lack or something, but my internal Storage ist filled with a Folder in the Storage manager under Misc. named System Data, I think you know which one I mean, if you own the Flex 2. 2 Months ago, I think I can remember having it only 2 GB, which was totally fine, but now it has about 5.35 GB, which is very much on such small 16GB Storage.
Additionally I found the Apps-part in the Storage manager being 7.75 GB big, but looking under the installed Apps, I can barely find enough to get over 2 gb, and when I look with my File Explorer (ES Explorer) at /storage/emulated/Android it is about 1.8 GB.

My 360 Antivirus is recommending me daily to clean up my phone, which I do every second or third day, but it helps nothing. Maybe it makes it even worse. I don't know.

Is there any way to get rid of these data without rooting my phone and removing warranty?



Jsoup web scraper help



I have created an app and have also created a web scraper for the app to gather info that will be displayed on the android application. Unfortunately I am unable to use the web scraper with the app since I have learnt there are restrictions on using a Jsoup with android apps. I have been told I must use a sub class called AsyncTask in order to use my web scraper. Would this mean that My whole web scraper that is in its own class needs to be under this sub class as the MainActivity class would end up being huge. Also the AsyncTask class requires a doInBackground method and a onPostExecute that requires arguments. Do I have to use this sub class and these methods? as I don't really see how to adapt my code to fit this class as I have methods in the web scraper such as getLinks(), getEvents........ Is there a way I can just make an object of the web scraper in the MainActivity class and call on its methods rather than putting all of my code in AsyncTask?