UnifiedNlp icon indicating copy to clipboard operation
UnifiedNlp copied to clipboard

UnifiedNlp disapperars after "freezing" by Titanium Backup

Open herrdeh opened this issue 8 years ago • 6 comments

Unluckily, occasionally I need play services for certain apps. So I freeze UnifiedNlp in titBackup, unfreeze play services and use my app.

Unluckily, after frezzing play services, UnifiedNlp is disappeared from my system. Cannot be found in TitBack - can not even be reinstalled via Fdroid (you are trying to install a prior version...).

Downloading the apk and reinstalling that helped in the end - but it would be nice being able to switch back and forward between play services and U-Nlp.

herrdeh avatar Jul 11 '15 17:07 herrdeh

If you have ADB available: could you see if it's possible to "unfreeze" it using adb shell "pm enable com.microg.nlp"? If so, a work-around could be putting that into a little shell script to execute e.g. via Tasker or some other tool which can provide a "widget" for that – or, in the worst case, just from a terminal app.

If above command fails, also try manually:

PC> adb shell
Droid $ su
Droid # pm enable com.microg.nlp

in my experience, it sometimes requires root to do that.

IzzySoft avatar Jul 11 '15 21:07 IzzySoft

Similar issue here : µg UnifiedNlp (GApps version from F-Droid) launcher randomly disappears some seconds/minutes after install ! It still appears in the installed apps list (both Android and F-Droid), but there's no way to launch it and set it up.

(If I open it quickly after install, I'm able to set up backends, and they work fine, but no way to change them afterwards).

Izzy's solution produces various results, ranging from "com.microg.nlp enabled" (but still no launcher) to "Error: java.lang.IllegalArgumentException: Unknown package: com.microg.nlp"…

I'm running CyanogenMod 12.1 (Android 5.1.1) on Samsung Galaxy Nexus (maguro).

Any idea ? :-(

breversa avatar Jun 13 '16 13:06 breversa

There is a typo: it should be org.microg.nlp

mar-v-in avatar Jun 13 '16 17:06 mar-v-in

Oh… my bad. I did not notice that sometimes I spelt wrong and sometimes right. So just to sum up what I actually did :

root@maguro:/ # pm enable com.microg.nlp Error: java.lang.IllegalArgumentException: Unknown package: com.microg.nlp (That's normal)

root@maguro:/ # pm enable org.microg.nlp Package org.microg.nlp new state: enabled … but still no launcher

Any other idea ?

breversa avatar Jun 13 '16 20:06 breversa

Sorry I did not follow through the entire thread. As you are using the Xposed version, the UnifiedNlp settings should pop up in System Settings > Location.

mar-v-in avatar Jun 13 '16 20:06 mar-v-in

Holy sh*t ! I NEVER noticed that ! THANK YOU @mar-v-in , you saved my day ! :D :D :D

breversa avatar Jun 13 '16 20:06 breversa