Titanium Backup MENU is missing - Xiaomi Mi A1 Questions & Answers

Good day!
Anyone here uses Titanium Backup? The MENU button is missing, I tried using GravityBox to remap long-press "Recent" key, but it Menu option seems to be disabled.
Kindly enlighten me! Thanks!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Yeah, that's annoying. If you need to access preferences, you can just click on the Problems? button in the lower right corner and then select Preferences. If you really need to access the menu I suggest downloading Button Mapper from Play Store. Just keep in mind that some functions require you to buy the full version.

I had the same problem, I solved it by using Xposed mod called "3dot Mod" which forces the Menu button like this:
https://drive.google.com/file/d/18u1gDu6Vo0zcFzY4r-aQUKsjux8dTUiM/view?usp=sharing

matcho13579 said:
I had the same problem, I solved it by using Xposed mod called "3dot Mod" which forces the Menu button like this:
https://drive.google.com/file/d/18u1gDu6Vo0zcFzY4r-aQUKsjux8dTUiM/view?usp=sharing
Click to expand...
Click to collapse
Alrighty, I'll try this xposed module. Is it possible to edit without using xposed?

Filip013 said:
Yeah, that's annoying. If you need to access preferences, you can just click on the Problems? button in the lower right corner and then select Preferences. If you really need to access the menu I suggest downloading Button Mapper from Play Store. Just keep in mind that some functions require you to buy the full version.
Click to expand...
Click to collapse
I'll try this one out. but IMO If it's remapper, it won't work I think. The reason is that even GravityBox's own remapper doesn't work, I've tried remap long-press action to "menu" option in GravityBox, but it just activate the "multitask recent"

myself379 said:
Alrighty, I'll try this xposed module. Is it possible to edit without using xposed?
Click to expand...
Click to collapse
As far as I know, no

Same situation. Tap on 'problems' and select preferences. This is a good workaround

Why so complicated??
https://play.google.com/store/apps/details?id=com.irishin.buttonsremapper

Not working on Pixel Experience 8.0.0 rom Xiaomi Helium. I need the menu key to restore sms/mms and no xposed at the moment for oreo.

Use this non root app: https://play.google.com/store/apps/details?id=jettoast.menubutton

Related

Android lockscreen change

I have the MDJ's Revolution v1.5 Android build for my HD2!
Can i change this lockscreen:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
to this lockscreen?
When i was playing around alittle i noticed that if you delete the HtcLockScreen.apk from /system/app, it will rollback to the default one. Atleast it did that for me.
Smygflik said:
When i was playing around alittle i noticed that if you delete the HtcLockScreen.apk from /system/app, it will rollback to the default one. Atleast it did that for me.
Click to expand...
Click to collapse
On what build did you try that?
Edit: I can't find the system/apps...Maybe because my phone it's not an Android based? I have hd2 and i boot Android from sd card...
Is there any .apk to install it for me?
edithhh! I get it...i must have a rooted Android version and with the use of root explorer i can do it! I will give it a try!
I used "Linda-manager" to go into "my phone", there you'll get a warning if you're sure to go into that folder. There you'll find the system/apps folder. Rename or delete the lockscreen.apk.
It works fine, but the Windows-button of the HD2 overrules the lockscreen so you'll always be able to enter the phone with that button.
I'm still finding a way to solve that "problem".
Jerommeke said:
I used "Linda-manager" to go into "my phone", there you'll get a warning if you're sure to go into that folder. There you'll find the system/apps folder. Rename or delete the lockscreen.apk.
It works fine, but the Windows-button of the HD2 overrules the lockscreen so you'll always be able to enter the phone with that button.
I'm still finding a way to solve that "problem".
Click to expand...
Click to collapse
Start button is not ment to be working with Android anw!
Anyways i tried it and it works but the slide buttons are a mess!
Basically the lock and sound buttons are in black color and i dont like them!
I unintentionally got that with widget locker.
Moon2 said:
I unintentionally got that with widget locker.
Click to expand...
Click to collapse
Yup i was going to say you could get that with WidgetLocker, plus quite a lot more as well.
Reno_79 said:
Yup i was going to say you could get that with WidgetLocker, plus quite a lot more as well.
Click to expand...
Click to collapse
+1
a plus you can skin it

[Q] Delete data on SQLite

If this is the wrong section, kindly move it. Thanks!
I'm developing an android application wherein I can add, view and delete data from SQLite. I'm already done with add and view and my problem is the deleting, I want it to be like this:
I
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
so when I go to View all, a "DELETE" button will be shown beside the data, and clicking the button will remove the data from Android's SQLite
junchronick said:
If this is the wrong section, kindly move it. Thanks!
I'm developing an android application wherein I can add, view and delete data from SQLite. I'm already done with add and view and my problem is the deleting, I want it to be like this:
I
so when I go to View all, a "DELETE" button will be shown beside the data, and clicking the button will remove the data from Android's SQLite
Click to expand...
Click to collapse
So is the question " what is the command to remove information from the databases " ?
Assuming that you have already tried and met resistance... what is stopping you from have a "delete" button that actually ADDS a null value to to the key,name, and setting ?
I've never made it into a button like you are saying, but having null values replace the undesired has always worked well for me,
Hope that is helpful.
junchronick said:
If this is the wrong section, kindly move it. Thanks!
I'm developing an android application wherein I can add, view and delete data from SQLite. I'm already done with add and view and my problem is the deleting, I want it to be like this:
I
so when I go to View all, a "DELETE" button will be shown beside the data, and clicking the button will remove the data from Android's SQLite
Click to expand...
Click to collapse
Your image doesn't show up so I assume its a list view where you will view all entries. In this case in the list view xml put a delete button, and in the activity you have to implement a custom adapter that listens for the button click (Google "custom simplecursoradapter"), and to delete the file it would be dbHelper.delete(Table, id, null) instead of dbHelper.add or dbHelper.query.
hope this helps

[SOLVED] Secure Settings crashed error message

Hi I ran into this issue before but I forget how I fixed it. I thought it was from not having enough free space on internal/external SD cards but I cleaned it up a little and it didn't seem to fix it. I also tried force closing, clearing data/cache for app, uninstalling, reinstalled it, and activated as a device administrator successfully but it doesn't open/work with Tasker.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I had problems with SS when I was using the helper app. But after using Helper Alternative under the SS Helper Tab everything works as it should. I believe it installed SS as a system app so you don't need the Helper app.
TSman74 said:
I had problems with SS when I was using the helper app. But after using Helper Alternative under the SS Helper Tab everything works as it should. I believe it installed SS as a system app so you don't need the Helper app.
Click to expand...
Click to collapse
Thanks for the response! It's fixed now by using ROM Toolbox Pro's app manager to convert it to a system app and then had to restart the phone
Had to do it before after restoring from a backup and it just slipped my mind
No need to use Ron Toolbox. Just go to the SS app, go to the helper tab and click Alternative Helper. SS will do the rest.
TSman74 said:
No need to use Ron Toolbox. Just go to the SS app, go to the helper tab and click Alternative Helper. SS will do the rest.
Click to expand...
Click to collapse
Yeah but Secure Settings couldn't even launch...when selecting it via app drawer it just flashed/disappeared right back to the home screen with the crash notification
lmike6453 said:
Yeah but Secure Settings couldn't even launch...when selecting it via app drawer it just flashed/disappeared right back to the home screen with the crash notification
Click to expand...
Click to collapse
Oh! Missed that part. Let us know if installing it as system app works then.
Edit: See that it solved it. Good
I tried all the above solutions and still not fixed, Secure Settings keeps crashing before start.
Running LG G3 d855 32GB on cm 12.1 , any idea?

Multiwindow for S4 mini

This is not my app!
Original thread - http://forum.xda-developers.com/showthread.php?t=2048668
Requirements:
Xposed framework
XMultiwindowMod ​
This will be a long post so follow what i do on your phone as u read on!
First go here and download this Xposed installer:
http://dl-count.xposed.info/modules/de.robv.android.xposed.installer_v25_36cbbc.apk
Open the app and go to Framework > Install/Update > Soft reboot
Let the phone reboot
Now open Xposed > Download > Search > XMultiwindow Mod > Scroll down and click Download > Install app after download
Now go back to "Modules" at Xposed Installer app and tick XMultiwindow then reboot your device
Now open XMultiwindow > Sidebar settings > Sidebar app settings > Add > add the apps you would like to use in Multiwindow
DO NOT OPEN GAMES IN MULTIWINDOW
Click to expand...
Click to collapse
Now after you have selected your apps adjust the sidebar width. I recommend 50%. Go back and click "Open SideBar"
Now slide from left to right BOOM! you should see sidebar click on the app you want to be on multiwindow and select " Up workspace " Choose another app and select "Down workspace" Slide from left to right again and you should see your multiwindow!
Thank a lot
RealMrFun said:
Thank a lot
Click to expand...
Click to collapse
Glad to see positive replies "Remember! Hit the Thanks button instead of typing it"
s4 mini
is it the original multi window for galaxy??
Naszman said:
is it the original multi window for galaxy??
Click to expand...
Click to collapse
The developer of XMultiWindow, LovewuChin, writes:
>>>>>
...Here is a Xposed module, which port omni's splite view to other ROM...
<<<<<
I use it daily on my S4 Mini with stock JB 4.2.2 ROM, rooted. Works great! For example, when playing music, I like to have GoneMAD Music Player in upper half screen with ES File Explorer showing song files in bottom half screen:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
A good tutorial is here:
http://nexus7.wonderhowto.com/how-t...-windows-your-nexus-7-simultaneously-0151231/

Annoying MyGalaxy icon in status bar

Hi,
I updated my Galaxy S7 to Nougat. Now I've got this fat icon in the status bar. I've read it's from the MyGalaxy app - but I have uninstalled the app and it's still there
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Does anybody know, how to remove that icon?
And while we're at it - does anybody know, how to remove the alarm clock icon as well?
Regards,
Thomas
Its the IMS service icon for wifi calling.
I don't personally use this, so I simply removed the service using Titanium backup and it was gone.
There is a zip that apparently removes the icon, however this didn't work when I tested.
riso123 said:
Its the IMS service icon for wifi calling.
I don't personally use this, so I simply removed the service using Titanium backup and it was gone.
There is a zip that apparently removes the icon, however this didn't work when I tested.
Click to expand...
Click to collapse
Thanks, you're right - it's not the MyGalaxy app, but the IMS service icon.
Unfortunately when I freeze the app with Titanium Backup I always get a message every two seconds, that the IMS service crashed. Doesn't freezing the service work here? Do I need to completely remove it? (I'm afraid that, if I remove it completely, the error message will continue to pop up and that I will have to reflash the whole system...)
I think I just removed it, but I may have revived any references to it too. Sorry, I can't remember exactly.
It's possible its trying to initialize as its only frozen, but I can't be sure in that I'm afraid.
Today installed nougat, anyone now what is this?
I just found the solution to remove the IMS icon from the status bar: Apparently the Samsung Messenger app was responsible for that, so I freezed the messenger app with Titanium Backup and installed another SMS app instead (in my case simply the Google Messenger app).
Pg79 said:
Today installed nougat, anyone now what is this?
Click to expand...
Click to collapse
No idea mate. I don't have that.
riso123 said:
No idea mate. I don't have that.
Click to expand...
Click to collapse
Maybe it is for second sim card but i have g935f and it is not always there.

Categories

Resources