Hi All,
I'm using Leedroid 2.2f and latest radio. Getting consistent force close when doing the following:
- search sms
- it will give relevant queries
- tap one of it
- get the force close android.mms
Hv tried to remove all sms, then reinstall radio and leedroid, but doesn't work.
Any clues how to solve?
from my Desire + XDA App
bharata212 said:
Hi All,
I'm using Leedroid 2.2f and latest radio. Getting consistent force close when doing the following:
- search sms
- it will give relevant queries
- tap one of it
- get the force close android.mms
Hv tried to remove all sms, then reinstall radio and leedroid, but doesn't work.
Any clues how to solve?
from my Desire + XDA App
Click to expand...
Click to collapse
Rom Manager ... Fix Permissions... FCs go away for good
Hmm, thats not yet solve the force close..
from my Desire + XDA App
Hello,
Following @Nebucatnetzer idea (http://forum.xda-developers.com/showpost.php?p=47328274&postcount=1283), I decided to create a new thread dedicated to ART talking.
ART is not even finished by Google : all the ART discussion in 4.4 custom ROMs thread for our GNex clutters the threads with the same question every page. It results in messy threads which do not help anyone who wants to see the status, updates, or wants to post bugreports about the KitKat ROMs !
Small reminder out there : KitKat isn't even fully working on our phone, so it is quite early to mess up with ART, just my opinion So I'll hope everyone will talk about ART here as it concerns all the 4.4 ROMs out there.
What is ART ?
ART, Android RunTime, is a new runtime which has been introduced in Android 4.4.
It has been said that it improves the smoothness of the phone, but ATM it's more of a placebo effect (listen to this please, very interesting : Android Central : five minutes about ART podcast)
How to enable ART ?
Important, as Android devs said : Dalvik must remain the default runtime or you risk breaking your Android implementations and third-party applications.
(source : https://source.android.com/devices/tech/dalvik/art.html)
Go to Settings, then Developer Options, then Select runtime and select "Use ART"
BEWARE : Use odexed gapps (from AOSPA) otherwise you'll have nonstop FC and a really hard time reselecting Dalvik !
Here's a download link :AOSPA Odexed 4.4 Gapps
After selecting ART, your phone will rebuild is cache as usual, but don't worry if it takes a long moment, 20-30mins as some people reported.
If there's any other information we should add to this OP, I'll do it So, please use this magnificient thread to centralize all the ART talk :good:
Cheers !
Whatsapp doesn't work with ART
*Just informing*
Seraz007 said:
Whatsapp doesn't work with ART
*Just informing*
Click to expand...
Click to collapse
Neither does Titanium Backup. I still get FC on Google keyboard, Google one and some init even with odex gapps. Each reboot there's 16 apps that need to be rebuilt each time. Really sucks.
Has anybody noticed some speed improvements?
Sent from my Galaxy Nexus using Tapatalk
Is there any manual way to convert ODEX to OAT ?
Sent from my Galaxy Nexus using xda premium
seriousia said:
Is there any manual way to convert ODEX to OAT ?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Don't think so. I think the system does it when selecting ART and rebooting. That's why cache rebuilding takes a longer time.
But I'm not sure at all.
Sent from my Galaxy Nexus using Tapatalk
j3r3myp said:
Don't think so. I think the system does it when selecting ART and rebooting. That's why cache rebuilding takes a longer time.
But I'm not sure at all.
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
I kept it in the nexus reboot for 5 minutes after putting ART, the nex does not boot, maybe it takes more time
★sent by zio★
Once Whatsapp works on ART, I shall give it a try. Till then its practically unusable for me
j3r3myp said:
Here's a download link AOSPA Odexed 4.4 Gapps[/URL]
Click to expand...
Click to collapse
This file is currently set to private - mediafire sais.
ART
I tried switching to ART last night.
I used Grarak's and ODEXED PA GApps.
After switching to ART, the phone prompted a reboot so I plugged my phone preparing fie a logcat.
When the Google logo appeared I started the logcat.
I noticed 1 error from the very beginning. It's looking for something and it didn't seem to find it.
Then on the process of optimizing the apps, there is one persistent warning.
It says it didn't find "ELF Magic".
What is ELF Magic ?
i was just thinking, with a fully stock odexed rom, all of the system apps and some frameworks are odexed. so when we are currently using art its only affecting the gapps and nothing else so technically we are not fully using art to its best ability and getting the full effect am i right ? i know its experimental but having the gapps only running with the art runtime is very minimal. i dived around root explorer and i noticed that the priv-app files still contained odex files and not oat showing that the compiler only works on system apps, idk im just babbling on sharing some thoughts haha anyways i would love to try it on a full rom scale some time hope ya guys understand what im trying to say here
payas0 said:
I tried switching to ART last night.
I used Grarak's and ODEXED PA GApps.
After switching to ART, the phone prompted a reboot so I plugged my phone preparing fie a logcat.
When the Google logo appeared I started the logcat.
I noticed 1 error from the very beginning. It's looking for something and it didn't seem to find it.
Then on the process of optimizing the apps, there is one persistent warning.
It says it didn't find "ELF Magic".
What is ELF Magic ?
Click to expand...
Click to collapse
ELF file is a kind of executable file used by some Unix-like systems, similar to exe on Windows. The header of the file contains a sequence, called the magic number, which the system will check to make sure it's the right format. If not found, that means it's not an ELF. Search "ELF magic number" for more info.
Sent from my Galaxy Nexus
payas0 said:
I tried switching to ART last night.
I used Grarak's and ODEXED PA GApps.
After switching to ART, the phone prompted a reboot so I plugged my phone preparing fie a logcat.
When the Google logo appeared I started the logcat.
I noticed 1 error from the very beginning. It's looking for something and it didn't seem to find it.
Then on the process of optimizing the apps, there is one persistent warning.
It says it didn't find "ELF Magic".
What is ELF Magic ?
Click to expand...
Click to collapse
Obviously it's magic from an Elf! See if you can capture one of the Keebler elves and have them use their magic on your phone!
On a more serious note:
In computing, the Executable and Linkable Format (ELF, formerly called Extensible Linking Format) is a common standard file format for executables, object code, shared libraries, and core dumps. First published in the System V Application Binary Interface specification,[1] and later in the Tool Interface Standard,[2] it was quickly accepted among different vendors of Unix systems. In 1999 it was chosen as the standard binary file format for Unix and Unix-like systems on x86 by the 86open project.
ELF is flexible and extensible by design, and it is not bound to any particular processor or architecture. This has allowed it to be adopted by many different operating systems on many different platforms.
Click to expand...
Click to collapse
Source
I installed slimkat, changed density to 320, changed to ART, reboot.
Installed PA odex gapps, first boot took 5 minutes. Been running it since yesterday.
Facebook
Messenger
Snapchat
Instagram
Xda premium
9gag
Spotify
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
elinho said:
I installed slimkat, changed density to 320, changed to ART, reboot.
Installed PA odex gapps, first boot took 5 minutes. Been running it since yesterday.
Facebook
Messenger
Snapchat
Instagram
Xda premium
9gag
Spotify
Click to expand...
Click to collapse
Now try your Root. Is not working for me after reflash AOSPA GApps...
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
G3Denver said:
Now try your Root. Is not working for me after reflash AOSPA GApps...
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I just flashed the newst SuperSU.zip
Hey guys, I just found this video about ART vs. Dalvik. Okay, it is on Nexus 7 (2013), but I guess the weaker OMAP4460 can see some benefits once we have a more-or-less stable build.
Okay, the video only appears for 1 second here, so here is the link: http://youtu.be/xgnZbdO4NV0
akash3656 said:
Once Whatsapp works on ART, I shall give it a try. Till then its practically unusable for me
Click to expand...
Click to collapse
Me too. Can't stand without those 2 apps.
Sent from my Galaxy Nexus using xda app-developers app
G3Denver said:
Now try your Root. Is not working for me after reflash AOSPA GApps...
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Click to expand...
Click to collapse
My root is working :/
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
What about voice calls? No trubles?
Sorry for bad English
Since the time I rooted my grand duos and flashed cm11, I have been facing various types of problems.
Some of them are -
1. Camera crash
2. Snapchat crash
3. Asphalt 8 crash
4. Top Eleven crash
5. Whatsapp crash when sending video.
and a few other app crashes.
What possibly is the reason for this.
I have installed the latest cm11.
Please help.
Provide logcat... use an app called catlog ... it reads logcat wid superuser access
Then paste that logcat in pastebin
And provide link of that logcat to pawitp
Explain a bit in detail what to do?
doctor_droid said:
Provide logcat... use an app called catlog ... it reads logcat wid superuser access
Then paste that logcat in pastebin
And provide link of that logcat to pawitp
Click to expand...
Click to collapse
Hey, I'm sorry but I'm new to all these stuff. So can you explain with a bit more detail.:laugh:
Friend big video files upload may crash wattsapp. But for others first you fix permissions from cwm advance
Sent from my GT-I9082 using XDA Premium 4 mobile app
?????????????
say2sumit said:
Friend big video files upload may crash wattsapp. But for others first you fix permissions from cwm advance
Sent from my GT-I9082 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
How to do that, bro?
I did factory reset of my Nokia X..& after that my previously installed Chrome browser got deleted due to rest..
Now if i am installing latest Chrome apk..it is getting installed but it always getting failed to launch..saying...It is incompatible with your version..
So I request..if anybody can please provide me a link of chrome browser which is compatible with Nokia X stock rom & initial version (as i have not done any up gradation of software)
Many Many Thanks in advance..Please help
Sent from my XT1033 using XDA Premium 4 mobile app
download and isntall chrome browser from mobogenie market..... i downloaded it and it works perfectly.....
Have you ever wondered how you Note 2 would run with a nice clean version of aosp? While there are many n2 roms that claim to be aosp very few really are. Most are based off of cm (cyanogenmod) which is not pure aosp. What make Evervolv different? It has been based on pure aosp (google source) and is a nice no frills rom which saves battery and makes it super stable. Give it a run and see what aosp is all about.
Now I am not part of Evervolv and they do not support the Note 2 so if you have any problems please post them here for me to address. If you like what Evervolv has done then please go to them and thank them since they did all the hard work.
Evervolv Github: https://github.com/Evervolv
Evervolv Gerrit: http://review.evervolv.com/
Evervolv website: http://www.evervolv.com/
(New Site is up Check it out)
Twitter: https://www.twitter.com/wbellavance
IRC: #evervolv
Kernel source: https://github.com/CyanogenMod/android_kernel_samsung_smdk4412
Known Issues:
Screen off reboot -- To prevent this just turn on wifi once and after that you can run wifi off/on and wont have any issue
Keyboard no showing -- Open settings go to languages and input.. current keyboard.. and enable hardware keyboard option
GPS -- The gps sensor does not work.. You can flash the gps fix in the 3rd post to gain gps
Downloads
Extras
Shift-lollipop kernel (thanks to Brett Rogers)
Kernel source -- https://github.com/rogersb11/Shift
https://www.androidfilehost.com/?fid=95857557620392493
GPS Fix
https://www.androidfilehost.com/?fid=95864024717069228
I tried twice, but installation fails. The error message says something about not being able to update binary. I wish i would've wrote it down, but i restored my backup right away. I can try flashing it again when i get home later tonight.
jdee323 said:
I tried twice, but installation fails. The error message says something about not being able to update binary. I wish i would've wrote it down, but i restored my backup right away. I can try flashing it again when i get home later tonight.
Click to expand...
Click to collapse
That is your recovery causing the issue. Which recovery are you using and what version?
Sent from my SPH-L900 using XDA Premium 4 mobile app
jlmancuso said:
That is your recovery causing the issue. Which recovery are you using and what version?
Sent from my SPH-L900 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I've been using the latest twrp for a while now. I'll try phillz and see how it goes. Thanks
Can you post the gapps people
spyderkoz said:
Can you post the gapps people
Click to expand...
Click to collapse
Once you install evervolv go into settings and find evervolvs updater. You will fond gapps inside it or you can use any 5.x gapps.
Sent from my XT1045 using XDA Free mobile app
Found a solution.
Drayspencer said:
Yes I got that same message while trying to flash with TWRP 2.8.0.0 I found here. ( https://goo.im/devs/OpenRecovery/l900/ )
I tried TWRP with no success and went back to my usual philz_touch_6.07.9-l900 which is what I always use. It gives me the Android boot screen and then loops back to the Samsung screen. I can't even get in to get a logcat because in C:adb/adb_devices it shows no devices while in that loop. I don't know how far back the logcat goes in the system but I did a test log once I restored the Community ROM to see if that helps. I have no problem with other 5.x.x ROMs so I am assuming that's not it.
Click to expand...
Click to collapse
It worked for me with philz 6.01.2
Running smooth as silk no problems, Thanks JLM ..... flashed with Philz 6.07.9 :good:
Found a solution.
Does netflix work on this rom?
Loaded this up yesterday. Been running OK, i have the shift kernel installed. Today it had been lagging really bad and my settings in stweaks aren't sticking. And the attached picture what the heck is that star and why is it showing my location on when its turned off.
Edit now it keeps for closing gallery to load the pic
hondafreak513 said:
Loaded this up yesterday. Been running OK, i have the shift kernel installed. Today it had been lagging really bad and my settings in stweaks aren't sticking. And the attached picture what the heck is that star and why is it showing my location on when its turned off.
Edit now it keeps for closing gallery to load the pic
Click to expand...
Click to collapse
What picture?
Sent from my XT1045 using XDA Premium 4 mobile app
jlmancuso said:
What picture?
Sent from my XT1045 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Lol for some reason this ROM or tapatalk keeps fcing my gallery when i tried to upload it
hondafreak513 said:
Lol for some reason this ROM or tapatalk keeps fcing my gallery when i tried to upload it
Click to expand...
Click to collapse
Try to get me a logcat of it so i can see what is going on.
Sent from my XT1045 using XDA Premium 4 mobile app
https://www.dropbox.com/s/a7ivsbj84jk6scj/2015-01-02-05-12-57.txt?dl=0
very nice rom, I do have one issue. I seem to have lost root some how. How do I get root back?
Would anyone be able to share the GPS fix on drop box or another mirror? None of the mirrors on the original link have been working for me for the last 4 days.