[ROM][LP5.1][tilapia|grouper]Resurrection_Remix_LP_v5.4.8-20150621 Unofficial

kdoul

Senior Member
Dec 28, 2006
63
50
0
Athens
When I am trying to enable a keyboard, or if I open:
Settings>Language & Input>Current Keyboard>Choose Keyboards
I get a force close.
Crash from logcat:
Code:
E/AndroidRuntime(22469): FATAL EXCEPTION: main

E/AndroidRuntime(22469): Process: com.android.settings, PID: 22469

E/AndroidRuntime(22469): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.Settings$InputMethodAndLanguageSettingsActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.preference.Preference.onPrepareForRemoval()' on a null object reference

E/AndroidRuntime(22469): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2359)

E/AndroidRuntime(22469): 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2421)

E/AndroidRuntime(22469): 	at android.app.ActivityThread.access$900(ActivityThread.java:154)

E/AndroidRuntime(22469): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1324)

E/AndroidRuntime(22469): 	at android.os.Handler.dispatchMessage(Handler.java:102)

E/AndroidRuntime(22469): 	at android.os.Looper.loop(Looper.java:135)

E/AndroidRuntime(22469): 	at android.app.ActivityThread.main(ActivityThread.java:5329)

E/AndroidRuntime(22469): 	at java.lang.reflect.Method.invoke(Native Method)

E/AndroidRuntime(22469): 	at java.lang.reflect.Method.invoke(Method.java:372)

E/AndroidRuntime(22469): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)

E/AndroidRuntime(22469): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)

E/AndroidRuntime(22469): 	at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:117)

E/AndroidRuntime(22469): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.preference.Preference.onPrepareForRemoval()' on a null object reference

E/AndroidRuntime(22469): 	at android.preference.PreferenceGroup.removePreferenceInt(PreferenceGroup.java:192)

E/AndroidRuntime(22469): 	at android.preference.PreferenceGroup.removePreference(PreferenceGroup.java:185)

E/AndroidRuntime(22469): 	at com.android.settings.inputmethod.InputMethodAndLanguageSettings.onCreate(InputMethodAndLanguageSettings.java:236)

E/AndroidRuntime(22469): 	at android.app.Fragment.performCreate(Fragment.java:2031)

E/AndroidRuntime(22469): 	at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:863)

E/AndroidRuntime(22469): 	at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1067)

E/AndroidRuntime(22469): 	at android.app.BackStackRecord.run(BackStackRecord.java:834)

E/AndroidRuntime(22469): 	at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1452)

E/AndroidRuntime(22469): 	at android.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:483)

E/AndroidRuntime(22469): 	at com.android.settings.SettingsActivity.switchToFragment(SettingsActivity.java:997)

E/AndroidRuntime(22469): 	at com.android.settings.SettingsActivity.onCreate(SettingsActivity.java:607)

E/AndroidRuntime(22469): 	at android.app.Activity.performCreate(Activity.java:5995)

E/AndroidRuntime(22469): 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)

E/AndroidRuntime(22469): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2312)

E/AndroidRuntime(22469): 	... 11 more

W/ActivityManager(  515):   Force finishing activity 1 com.android.settings/.Settings$InputMethodAndLanguageSettingsActivity

W/ActivityManager(  515):   Force finishing activity 2 com.android.settings/.SubSettings
 
  • Like
Reactions: daniel_hk

duckredbeard

Senior Member
Aug 21, 2010
1,432
189
0
My wife's N7 is Tilapia, but we've never had a SIM card for it. It is on a Grouper ROM now just so that the 3G isn't always searching. I know I could just put it on airplane mode, but figure if it will never be on 3G, why not just run a Grouper ROM.

Will the Grouper ROM install on a TIlapia device? I have seen some ROMs abort the install (TWRP 2.8.6.x) because of a line in the installer. Will this one flash?
 

daniel_hk

Inactive Recognized Contributor
Nov 12, 2012
1,634
5,337
0
Hong Kong
When I am trying to enable a keyboard, or if I open:
Settings>Language & Input>Current Keyboard>Choose Keyboards
I get a force close.
Crash from logcat:
Code:
E/AndroidRuntime(22469): FATAL EXCEPTION: main

E/AndroidRuntime(22469): Process: com.android.settings, PID: 22469

E/AndroidRuntime(22469): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.Settings$InputMethodAndLanguageSettingsActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.preference.Preference.onPrepareForRemoval()' on a null object reference

E/AndroidRuntime(22469): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2359)

E/AndroidRuntime(22469): 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2421)

E/AndroidRuntime(22469): 	at android.app.ActivityThread.access$900(ActivityThread.java:154)

E/AndroidRuntime(22469): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1324)

E/AndroidRuntime(22469): 	at android.os.Handler.dispatchMessage(Handler.java:102)

E/AndroidRuntime(22469): 	at android.os.Looper.loop(Looper.java:135)

E/AndroidRuntime(22469): 	at android.app.ActivityThread.main(ActivityThread.java:5329)

E/AndroidRuntime(22469): 	at java.lang.reflect.Method.invoke(Native Method)

E/AndroidRuntime(22469): 	at java.lang.reflect.Method.invoke(Method.java:372)

E/AndroidRuntime(22469): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)

E/AndroidRuntime(22469): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)

E/AndroidRuntime(22469): 	at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:117)

E/AndroidRuntime(22469): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.preference.Preference.onPrepareForRemoval()' on a null object reference

E/AndroidRuntime(22469): 	at android.preference.PreferenceGroup.removePreferenceInt(PreferenceGroup.java:192)

E/AndroidRuntime(22469): 	at android.preference.PreferenceGroup.removePreference(PreferenceGroup.java:185)

E/AndroidRuntime(22469): 	at com.android.settings.inputmethod.InputMethodAndLanguageSettings.onCreate(InputMethodAndLanguageSettings.java:236)

E/AndroidRuntime(22469): 	at android.app.Fragment.performCreate(Fragment.java:2031)

E/AndroidRuntime(22469): 	at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:863)

E/AndroidRuntime(22469): 	at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1067)

E/AndroidRuntime(22469): 	at android.app.BackStackRecord.run(BackStackRecord.java:834)

E/AndroidRuntime(22469): 	at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1452)

E/AndroidRuntime(22469): 	at android.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:483)

E/AndroidRuntime(22469): 	at com.android.settings.SettingsActivity.switchToFragment(SettingsActivity.java:997)

E/AndroidRuntime(22469): 	at com.android.settings.SettingsActivity.onCreate(SettingsActivity.java:607)

E/AndroidRuntime(22469): 	at android.app.Activity.performCreate(Activity.java:5995)

E/AndroidRuntime(22469): 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)

E/AndroidRuntime(22469): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2312)

E/AndroidRuntime(22469): 	... 11 more

W/ActivityManager(  515):   Force finishing activity 1 com.android.settings/.Settings$InputMethodAndLanguageSettingsActivity

W/ActivityManager(  515):   Force finishing activity 2 com.android.settings/.SubSettings
This was a bug I found in RR5.0 and I already issued a pull request with my fix. For some unknown reason, my fix was not included. I never expect official RR would repeat the same error code in 5.1. This is very important in Asian region where local input method is essential. I had dirty flashed over the 5.0 build so my input method survived. Anyway, I will fix this in the next build.
Thanks for the report.

My wife's N7 is Tilapia, but we've never had a SIM card for it. It is on a Grouper ROM now just so that the 3G isn't always searching. I know I could just put it on airplane mode, but figure if it will never be on 3G, why not just run a Grouper ROM.

Will the Grouper ROM install on a TIlapia device? I have seen some ROMs abort the install (TWRP 2.8.6.x) because of a line in the installer. Will this one flash?
You may change to first line of /META-INF/com/google/android/updater-script inside the zip. From grouper to tilapia. This is the ultimate method. I have tried before.

An alternate easier method would be changing the file /system/build.prop in your device. (haven't tested)
change the line:
ro.build.product=grouper (was tilapia)
or the line:
ro.product.device=grouper (was tilapia)

Good luck!
 
  • Like
Reactions: kdoul

kdoul

Senior Member
Dec 28, 2006
63
50
0
Athens
My wife's N7 is Tilapia, but we've never had a SIM card for it. It is on a Grouper ROM now just so that the 3G isn't always searching. I know I could just put it on airplane mode, but figure if it will never be on 3G, why not just run a Grouper ROM.

Will the Grouper ROM install on a TIlapia device? I have seen some ROMs abort the install (TWRP 2.8.6.x) because of a line in the installer. Will this one flash?
If you flash a grouper recovery you can flash all the grouper zips with no problems.
TWRP for Grouper: http://twrp.me/devices/asusnexus72012wifi.html
 
  • Like
Reactions: fantabrothe

duckredbeard

Senior Member
Aug 21, 2010
1,432
189
0
I successfully flashed the Grouper ROM without any edits. Standard Tilapia TWRP, I believe it is 2.8.6.0. Awesome ROM. So impressed that I had to install it on my Galaxy Tab Pro 8.4. No issues there either.
 

kdoul

Senior Member
Dec 28, 2006
63
50
0
Athens
I am getting random reboots with the tablet booting right after to the Android is upgrading screen as if I erased the caches. There is also an *alarm* wakelock that prevents deep sleep on many apps. Anyone else having these issues ?
 

eLPeReC

Member
Sep 7, 2012
30
14
0
38
Madrid
Spoke too soon. I'm having Bluetooth issues on this ROM. Bluetooth will not turn on.
Yes, that's one of the two only problems on the ROM.
I always get this FC at startup or activating it (twice or even thrice) -> "The app Share with Bluetooh has stopped" :(
I don't care so much about Bluetooth but the other problem is bothering me because I can't change the AOSP keyboard :'( I want my Swype back! :) I always get settings FC when I try to change the current keyboard as @kdoul said. I'll try to install the previus version and try the "dirty flash" option ;)

We hope it will be mended soon...thanks in advance @daniel_hk! :D


How do you change the default governor (ondemand) to interactive? I don't see that option in performance -> i/o planner. Do you use some app like no-frills cpu?
 
Last edited:
  • Like
Reactions: daniel_hk

kdoul

Senior Member
Dec 28, 2006
63
50
0
Athens
I use trickstermod. Selecting performance from settings will set governor to performance which will cause unnecessary battery drain.
I also switched to Bricked kernel which improved performance further.
 
  • Like
Reactions: eLPeReC

zuz242

Senior Member
Apr 12, 2007
160
21
0
As i got bored i flashed my old N7 talipa with Resurrection Lollipop.
It did work so far, just a keyboard error at startup.
And the device feels slow and laggy, but i think thats due to the old hardware ;)

I did not wipe beforehand nor do use another kernel - i will try that next and see if i get some improvements.
 

Reiven89

Senior Member
May 31, 2013
342
64
0
Latest rom version work perfectly for me, battery life is great and also speed. Only problem is bluetooth force close and sometimes keyboard force closes but except this the ROM is so good!

Sent from my Nexus 7 using XDA Free mobile app
 
  • Like
Reactions: daniel_hk

zuz242

Senior Member
Apr 12, 2007
160
21
0
Updated to v5.4.6-20150531, bluetooth issue fixed ;)
Play store / Play services is acting up - i try to reinstall gapps ..
 

carsor

Senior Member
Aug 27, 2012
78
5
28
No wake up after sleep

I flash this rom yesterday.

The problema is, when may nexus 2012 went to sleep it never wake up until i do na hard reset.

Anyone knows how to solve this problem:confused:
 

carsor

Senior Member
Aug 27, 2012
78
5
28
For now I use alwayswake app from Google that prevent Android to went in deep sleep, until google resolve the problem of sleep of death.

Thanks anyway.

Sent from my Nexus 7 using XDA Free mobile app