[How-To] disable permanently MultiWindow in Android 4.1.1 - Galaxy Note II General

Under 4.1.2 you can disable Multi Window (Mw) in settings.... in 4.1.1 not.
I just found the path where Mw file is stored.
Some of you have the Mw, want to get rid of it so, and who not have it, it will ...
Yes, something is often found in life.
The Android developers have good hidden the file in the system and renamed it.
So before you go to delete it, please make a backup of your system.
I accept no responsibility for any damages. You do everything on your own risk!
1.Your SGN2 must be rooted
2.Save previously with e.g. Titanium Backup all system applications
3.Search the file: com.sec.android.app.FlashBarService 1.0
4.Freeze them with e.g. Titanium Backup
5.Reboot your SGN2
Now by a long press the Back button MultiWindow should not apear.
Using a file explorer like Root Explorer, you can find it under the path:
/ system / app: FlashBarService.apk
My Mw is no longer working by that method (That was my goal)
Unfortunately, the back button does not close any app with the function of long press. Normal decline by briefly press still works.
Probably is someone of you able to activate the function of closing apps by long press the Back button
Sorry for my bad English, i have translate it by the help of google

do realy nobody know where the touchkey settings are hidden?
how to enable to close an app with long press the back button?

Or just
Pozdrav
Croatia1

this is only possible in android 4.1.2 but not in 4.1.1

Related

[Q] [HELP] Google Search won't launch with hardware key

OK so this is all my fault, and I haven't figured out how to fix it.
I used root uninstaller to remove Google Search from system (because I hate having apps in system) and then reinstalled it from the market. Problem is, now the hardware search button doesn't pull up google search. In fact, it doesn't pull up anything at all on the home screen. Inside of applications, it functions normally (for instance, inside the music app, hitting the search button allows search for music, etc). But from the homescreen it doesn't work.
I tried to download ButtonRemapper (off XDA forum), but it doesn't even list the standard android hardware buttons for reassignment (but it does list all the special keys).
Anybody have any ideas?
You could reflash the system.sin
I do not beleive it will delete any data, but should restore the system to default. Just back up your launcher homescreen and restore after flash.
Or push quicksearchbox.apk back to /system/app/
Sent from my R800i using Tapatalk
Fixed it. Had to use Root Uninstaller to install qucksearch to system.

Motoactv

Just curious if anyone is willing to tackle this little gagdet. It needs some fine tuning and possibly a voodoo sound app would be awesome. It lacks the loudness like most android phones.
It looks interesting, but I would not personally buy it. It does not have enough features for me to use it over my phone.
Sent from my XT862 using XDA App
Well I purchased one and with the help of the other thread about the apk i was able to sync to my epic with all features including the calls/missed calls and acuweather. This was with the corded headset. I have no real reason to get the wireless. The only real problem that i have right now is the sound level of the player. Its very frustrating to have to use a program to up the db level in every song i put on it. It running some kind of android platform so someone has to have some ideas.
Well, it looks like someone has listened... I didn't see a thread anywhere else, so I'll post it here, some one has rooted the motoactv. the story, along with a link to a how to is available, just google it. I was gonna post a link, but I can't.
The Motoactv runs gingerbread. CWM has gained root on it and installed Google apps. It has a decent chip and ram for a small device. The bootloader isn't locked. More and more smart watches and wearable computers will be coming out. I'd like to see a custom launcher for this size screen as QCIF+ ain't exactly great for a lot of launchers. A custom rom that remapped the hardware buttons would be nice as well.
Cheers,
-M
XDA member since 2007
Hi People
I just rooted the MotoACTV with the tutorial provided by Wade, the guy that rooted the watch. But I am having problems installing the ggole apps on it. The guide does not explain very well how to install the gogle apps. I managed to install several apk via adb commands and they work ok. But I am missing the market and every default google ape. Can someone explain how to do this? I already downloaded google apps zip file from cynogen web page.
rdavidowski said:
Hi People
I just rooted the MotoACTV with the tutorial provided by Wade, the guy that rooted the watch. But I am having problems installing the ggole apps on it. The guide does not explain very well how to install the gogle apps. I managed to install several apk via adb commands and they work ok. But I am missing the market and every default google ape. Can someone explain how to do this? I already downloaded google apps zip file from cynogen web page.
Click to expand...
Click to collapse
There are libraries in the unzipped file that need to be installed with the adb push command to get maps to work. The market needs a bunch of crap to work. You should push all the apk (except car home if you don't want it) once you have those over, restart and you download the rest of the apps from market.
Cheers,
-M
XDA member since 2007
This sounds intriguing can you run RunKeeper on the rooted device. I have the motoactv and love it for running but RunKeeper in my opinion is the best running app. Im anxious to hear more about this.
Thanks Dragon, but one more question before I keep trying this market stuff. Do I do the adb push command to the same exact directories as the zip has. Like for example: the zip file that I downloaded was for CM7 and it includes a lot more directories than simply the app directory. Do I have to push every single directory the zip has and create the ones that are missing within the watch. Can you please explain more in detail if possible. Thanks again for the help as this is the only thing I am missing from this "the market".
rdavidowski said:
Do I have to push every single directory the zip has and create the ones that are missing within the watch. Can you please explain more in detail if possible. Thanks again for the help as this is the only thing I am missing from this "the market".
Click to expand...
Click to collapse
So, once unzipped you will see "META-INF" and "system" folders.
Inside "system" you will see:
app
etc
framework
lib
inside "app" you will see:
*CarHomeGoogle.apk
*FOTAKill.apk
GenieWidget.apk
Google Maps 5.12.0.apk
GoogleBackupTransport.apk
GoogleCalendarSyncAdapter.apk
GoogleContactsSyncAdapter.apk
GoogleFeedback.apk
GooglePartnerSetup.apk
GoogleQuickSearchBox.apk
GoogleServicesFramework.apk
*LatinImeTutorial.apk
MarketUpdater.apk
MediaUploader.apk
NetworkLocation.apk
OneTimeInitializer.apk
*Talk.apk
Vending.apk
(*not really needed on MotoACTV but won't hurt to install)
I am doing this from a Mac using terminal, it has been a richard year since I have used CLI with windows but for Linux the commands will be the same ("dragon$" is just my terminal prompt).
dragon$ adb push ~/Desktop/gapps/system/app/Vending.apk /system/app
dragon$ adb push ~/Desktop/gapps/system/etc/permissions/features.xml /system/etc/permissions/
So, you see I have pushed the files to the corresponding directories that the files are found in the unzipped folders.
I cannot remember if adb push defaults to parent owner and permissions but if not you will have to change them to root/root and RW-R--R--
I followed CMW's guide to root mine, too.
dragon_76 said:
I'd like to see a custom launcher for this size screen as QCIF+ ain't exactly great for a lot of launchers. A custom rom that remapped the hardware buttons would be nice as well.
Click to expand...
Click to collapse
A full custom would be great (but not needed for remapping hardware keys); Motorola's UI is really quite nice for the screen size, but won't show custom apps. Instead of the fake Honeycomb one, I prefer to use Zeam (with the launcher and grid set to 3x3 icons) -- I just think it works much better, without overlapping icons and so on.
To get a shortcut to the wifi access point settings in zeam, press and hold in a blank area, and go to "add", then "shortcuts", then "settings", then "settings" again. This "settings" is the hidden wifi one.
I also remapped "Start" to menu fairly easily by modifying they G2-keypad.kl file under keylayout; nosit1 was able to do the same with music to home. The people in #motoactv on freenode.net are very helpful, including CMW.
More information on that:
/system/usr/keylayout/G2-keypad.kl
Change this line:
key 220 FITNESS WAKE_DROPPED
to this:
key 220 MENU WAKE_DROPPED
On a separate note, you'll want to backup your userdata partition, too. Otherwise, it can get corrupted and make the file loop at the motorola logo:
dd if=/dev/block/userdata of=/sdcard/userdata.img bs=1024
adb pull /sdcard/userdata.img userdata.img
Even when restoring that, there are a ton of force closes from com.motorola.gault.activity; you have to get past them to a custom launcher to factory reset.
@dragon_76
Does anything need to be done with the META_INF folder? I'm attempting to get Market working on my Motoactv but I'm still getting a Google Services Framework force close. I pushed over the gapps from CM6 (the ones under HDPI). Not sure if those were the right ones.
I think I need to factory reset and start over from the beginning. :/
MinionOfEckerd said:
@dragon_76
Does anything need to be done with the META_INF folder? I'm attempting to get Market working on my Motoactv but I'm still getting a Google Services Framework force close. I pushed over the gapps from CM6 (the ones under HDPI). Not sure if those were the right ones.
I think I need to factory reset and start over from the beginning. :/
Click to expand...
Click to collapse
No, that folder is for recovery mode installers.
Amazon app store works perfectly if you can't get Market to work. It takes a fair amount of trial and error with apps to find ones that are functional.
I can't recommend enough installing grafitti pro. I have it from Amazon FAOTD.
I have superuser.apk installed and I had to push my preferences from /data/data/ on my phone to my watch so as to autorespond "yes" to root requests and no notifications because the UI is a fixed size window.
After doing that I installed button saviour and my purchased key for the pro features to have only home and menu onscreen. (Button saviour needs root permission).
I use golauncher ex with 3x3 home screen and the notification bar hidden. I wish I could remove the dock but oh well.
Android is going into more types of devices, I wish Google would push scalable graphics. I am however very impressed with the amount of apps that work usably on a QCIF+ screen (Netflix!)
I also like the main launcher and if I could access an app like AltDrawer from it I would not have another home replacement installed. I will tear apart Launcher2.apk soon and see if there is a way to customize it.
Sent from my MB860 using xda premium
Okay so last night I attempted to root my motoactv but my adb for some reason say it cannot load the root.img, I had the same problem where it's couldn't load the recovery.img for my photon when attempting to apply CWM or twerp recovery. Fastboot devices definitely sees both my devices (no I didn't do them are same time, and the files needed are in the same file location as instructed) and I can even Fastboot reboot and have that work. Any ideas or suggestions?? Any help would be appreciated.
moonzbabysh said:
Okay so last night I attempted to root my motoactv but my adb for some reason say it cannot load the root.img, I had the same problem where it's couldn't load the recovery.img for my photon when attempting to apply CWM or twerp recovery. Fastboot devices definitely sees both my devices (no I didn't do them are same time, and the files needed are in the same file location as instructed) and I can even Fastboot reboot and have that work. Any ideas or suggestions?? Any help would be appreciated.
Click to expand...
Click to collapse
Try downloading a new root image. Also try switching USB ports.
Sent from my MB860 using xda premium
dragon_76 said:
No, that folder is for recovery mode installers.
I have superuser.apk installed and I had to push my preferences from /data/data/ on my phone to my watch so as to autorespond "yes" to root requests and no notifications because the UI is a fixed size window.
After doing that I installed button saviour and my purchased key for the pro features to have only home and menu onscreen. (Button saviour needs root permission).
I use golauncher ex with 3x3 home screen and the notification bar hidden. I wish I could remove the dock but oh well.
I also like the main launcher and if I could access an app like AltDrawer from it I would not have another home replacement installed. I will tear apart Launcher2.apk soon and see if there is a way to customize it.
Sent from my MB860 using xda premium
Click to expand...
Click to collapse
Thanks, wasn't sure about the META-INF folder. Going to try installing button saviour. How did you "push" preferences from your phone to the watch? I have root/su on my Xperia Play so I should have the files there to push?
Did you personally get the Google Apps working?
EDIT: Everything is forceclosing on me. :/ Installed the Stock Browser from my XP but that's forceclosing as well. Attempted to change the permissions of the applications but either it didn't work or it didn't help.
I couldn't figure out how to push preferences, but I was able to tell Superuser to allow all apps after remapping Start to Menu, then just doing Superuser > Menu > preferences. You could always do this to get Superuser working, get Button Savior working, and then revert it back.
(I made a step by step on Pastebin, but if you use Oneroot, it might do all this for you: http://pastebin.com/AZRemesV )
ldrn said:
I couldn't figure out how to push preferences, but I was able to tell Superuser to allow all apps after remapping Start to Menu, then just doing Superuser > Menu > preferences. You could always do this to get Superuser working, get Button Savior working, and then revert it back.
(I made a step by step on Pastebin, but if you use Oneroot, it might do all this for you: http://pastebin.com/AZRemesV )
Click to expand...
Click to collapse
Thanks a lot. Just did a factory reset, figure I'll start from scratch. Did you get the Google Apps working after Superuser was configured? What Browser are you using? (Dolphin was forceclosing for me every time I went to type.)
EDIT: Got Superuser working, did the keyboard hack to make Start=Menu. Anybody know what button Music is mapped to in the configuration?
Going to fiddle around some more w/ Google Apps. Anybody have a walkthrough of installing the apps? IE Which ones you must do, don't have to do and what to do to get it working.
EDIT: It was WAKEkey 378. It was set to "MEDIA" so I changed it to "HOME". Works perfectly!
Hanging at the Red Moto Logo
Followed the instructions and had it working rooted, etc. Was going to change out the launcher. And obviously did something wrong. Now it just just hangs at the Red Moto logo. Can get it to power off and can still get it to the fastboot mode. Have tried reflashing the system and userdata, wiping the user data, etc. Any suggestion on what to try next?
ts937km said:
Followed the instructions and had it working rooted, etc. Was going to change out the launcher. And obviously did something wrong. Now it just just hangs at the Red Moto logo. Can get it to power off and can still get it to the fastboot mode. Have tried reflashing the system and userdata, wiping the user data, etc. Any suggestion on what to try next?
Click to expand...
Click to collapse
Join our IRC at irc.freenode.com #motoactv
We have been working on this for a while. We are planning on working on a thread for this.
Currently I have Spotify and Sportstrack Pro running well. I'll start to compile a list of working applications.
If you're stuck in a boot loop, you'll need the userdata partition image. I'll edit my post with it once I'm on my computer.
Sent from my Galaxy Nexus using Tapatalk

[q] need help in removing the default lockscreen

NEED HELP IN REMOVING THE DEFAULT LOCKSCREEN
I was thinking If we could Remove the default scroll LockScreen and prot the Xperia one
Yes, you can remove the default lockscreen
The default loackscreen you talk about is none other than the keyguard of the navi launcher. Yes, I do agree that it is quite a bit irritating to always swipe up every time you unlock your screen.
To remove this, the fix is simple:
1. You need to first root your device.
2. Open build.prop from /system [Use Root explorer app from the play store]
3. Search for navi keyguard support in the following lines, and change that particular value from 1 to 0.
You will now have Android's default lockscreen on your e7. Cheers.
Oh, and if you want to take it a step further and delete the keyguard, you can do so, with Titanium Backup.
Hi that was awesome finally got rid of that ****ty lock screen.
Is there something similar to tweak and get rid of that awful answer call swipe down also ?
berz said:
Hi that was awesome finally got rid of that ****ty lock screen.
Is there something similar to tweak and get rid of that awful answer call swipe down also ?
Click to expand...
Click to collapse
I was able to remove the lockscreen but the problem is I didn't dint find any entry of navi lock with value 0 or 1. all values are with "yes".
Can u please share the exact line that helped you??
rana103 said:
I was able to remove the lockscreen but the problem is I didn't dint find any entry of navi lock with value 0 or 1. all values are with "yes".
Can u please share the exact line that helped you??
Click to expand...
Click to collapse
I guess You can put yes to no
Pretty easy
DeceptiPrime said:
I guess You can put yes to no
Click to expand...
Click to collapse
just simple use titanium backup and search for Navi keyguard and just freeze it, you are done
sheraz1015 said:
just simple use titanium backup and search for Navi keyguard and just freeze it, you are done
Click to expand...
Click to collapse
I have made changes in build.prop file to remove default lock screen, but now the phone is not booting up !!
Plzz help !!
No Change after modifying BuildProp
1995ad said:
The default loackscreen you talk about is none other than the keyguard of the navi launcher. Yes, I do agree that it is quite a bit irritating to always swipe up every time you unlock your screen.
To remove this, the fix is simple:
1. You need to first root your device.
2. Open build.prop from /system [Use Root explorer app from the play store]
3. Search for navi keyguard support in the following lines, and change that particular value from 1 to 0.
You will now have Android's default lockscreen on your e7. Cheers.
Oh, and if you want to take it a step further and delete the keyguard, you can do so, with Titanium Backup.
Click to expand...
Click to collapse
Hi There.I have an S5.5 .i have been struggling to remove the default lockscreen and set it to "None" , i followed your steps .accessed buildprop and got these 2 lines .
#ro.gn.navi.keygaurd.app.support=no
ro.gn.navi.keyg.app.support=no
Changed both of them to "Yes" saved buildprop and rebooted phone but no change . Please help if I am doing something wrong .
Also , will this be ok if I uninstall Navi Keygaurd APP from Titanium Backup as I dont have the donate version to freeze it .Will this cause any issue''s with my phone .?
Phone not booting up
I have made changes to navi keyguard. i have set it to yes. now my phone is not booting up. i think somebody also has this problem. please help me. my phone's not working anymore.
---------- Post added at 11:38 AM ---------- Previous post was at 11:33 AM ----------
Hey what did you do to get your phone booting again? Mine's stuck at the Elife logo!
Bricked Phone!
Thanks for Helping me brick my phone!!
Titanium Backup!
sheraz1015 said:
just simple use titanium backup and search for Navi keyguard and just freeze it, you are done
Click to expand...
Click to collapse
i used titanium backup! freezed navi key guard! and boom! aweesomme..!!
home buttom don't work gionee 5s5
I delete navi keyguard by titanium and my home buttom didn't work please help me , any one have keygard package i would réinstall it
titanium backup
com.gionee.navi.keyguard and com.coolwind.weather backup
PHP:
https://drive.google.com/file/d/0B5pBwGMffdoSeFhMamI1SzBSZVU/view?usp=sharing
thank you very much where i should past this folder please !?
titanium backup freeze and remove gionee live wallpaper
I guys,i solved the problem freezig naviguard and then unistall gionee live wallpaper.try it!
ginoevo90 said:
I guys,i solved the problem freezig naviguard and then unistall gionee live wallpaper.try it!
Click to expand...
Click to collapse
Did you realized, that freezing navikeygurad disable the "Home-Button"?! You also cant enable the Kitkat standard lockscreen - everything you done is commonly disable the lockscreen - so on my device, using kk 4.4.2
The home button works perfectly.i'm using jelly bean!
i use this app
https://play.google.com/store/apps/details?id=com.ccs.lockscreen
does the job...
"RSGI_PT" how you turned off the default launcher keeping the home button working on KiKat?
Yes, work but you configure new default launcher?

Broke settings.

So i installed the samsung s5 lockscreen, or at least attempted to, I never realized you needed to flash in recovery. First I backed my files up. Then with the zip all I did was copy the files down to system in EZ Explorer, when I found out that my settings.apk went missing and the home button didnt work(or the lockscreen) I tried to restore my files, I restart my phone but no change still no settings and home button doesnt interact at all. (Stock S4 with Root)
(Also I cannot install apps anymore) Any help greatly appreciated!
I think you can solve this by Android development bridge (adb). In a few words, this is a way you can modify your internal memory from your ?. So, you have to push all backup.
If you don't know how to use it, in this page there are a lot of helpful post.
marniba1 said:
I think you can solve this by Android development bridge (adb). In a few words, this is a way you can modify your internal memory from your ?. So, you have to push all backup.
If you don't know how to use it, in this page there are a lot of helpful post.
Click to expand...
Click to collapse
Sorry the app creates a backup, or do I need to have a previously installed backup?
Messed up even further!
Guys I tried to factory reset hoping to fix the problem, but as the config window opens up, I'm flooded with errors. My question is should I just install a ROM and hope that fixes it, or just go to my provider and go by the warranty?(Root I used is towelroot, so it should be gone after FR, so the warranty should still be good.)
Found a fix!
I did what it says here, works perfect except for wifi(Other then that its great)
www(dot)droidviews(dot)com/install-android-4-4-2-kitkat-firmware-on-canadian-galaxy-s4/

Install button not working!

Well Hello there!
Everything was working fine but then that was the problem because devil was prying its eyes on my phone :laugh:
Now I can't click on install button when installing apps from apk file. Cancel button is working fine and also installing apps from app store have no issues as well. I have tried installing other apps and on some them install option is working and those are the apps which do not require any permissions. So the apps with any permission access have problem with Install button.
Everything was working fine but the I installed the last app named Network Monitor mini downloaded from other source and this app has a permission "Draw over other app and Modify system settings" maybe something fishy?! and also while I was typing here, Lg keyboard is not working properly like its automatically autocorrects on its own, turns caps, etc. I was hard time while typing here.
Any help? :crying:
Hi, have you tryed to uninstall "Network Monitor mini" or disable it (the background service) before installing something ?
or you can look at this thread : https://forum.xda-developers.com/showpost.php?p=73405029&postcount=5
jesusdoit said:
Hi, have you tryed to uninstall "Network Monitor mini" or disable it (the background service) before installing something ?
or you can look at this thread : https://forum.xda-developers.com/showpost.php?p=73405029&postcount=5
Click to expand...
Click to collapse
Tried but no luck :crying:
I've tried everything I could. Well there were some topics like this that were around 4 year old which caused due to some apps like lux, screen dimmer, etc. but I don't have anything like that and also this keyboard is causing problem a lot like auto typing, cursor jumping somewhere else, etc. Maybe factory reset is only thing left. Thanks anyway :good:
I had the same Problem a few weaks ago.
To fix it i first download the .apk file again. Then i opened a File Manager (for me it's Es File Explorer) went to the Download folder and clicked on the .apk file, the install Button didn't work. Now You have to click on the recent Apps Button in your navbar and switch to another App and directly switch back to the File Explorer, where the Installation windows is still open. Now i could press the install Button.
Hope this works.
jokuu said:
I had the same Problem a few weaks ago.
To fix it i first download the .apk file again. Then i opened a File Manager (for me it's Es File Explorer) went to the Download folder and clicked on the .apk file, the install Button didn't work. Now You have to click on the recent Apps Button in your navbar and switch to another App and directly switch back to the File Explorer, where the Installation windows is still open. Now i could press the install Button.
Hope this works.
Click to expand...
Click to collapse
Well I did factory reset and the problem was still the same because the first app I installed was ES file explorer and guess what this problem was only occurring in ES file explorer :laugh:
Everything is working fine when I open any apk file with default file manager. :good:
Thanks bro!
This is happening to me and it's the first time ever. I thought the phone was knackered again. I got into a boot loop when I flash the Magisk 17.0 zip from TWRP (the recommended option to install after DL was not visible). Could not get out of boot loop but was able to boot into TWRP so I just flashed Fulmics again (easiest option for me) and restored some backups and downloaded some APKs. Only one APK would install normally but if I pressed the power button and then woke the phone up again with the power button it would work and the "Install" option would no longer be greyed out.
Does anyone know why this is happening and if there is a permanent fix?

Categories

Resources