[HOW TO][STOCK][ROOT]Removing small apps from recents panel - Sony Cross-Device Development Themes and Apps

xperia's stock rom have a handy feauture of small apps.
it can be launched from the recents apps panel.
wereas many people find the white dock of small apps inconvenient.
so here is the tip to remove small apps completely.
goto system/app and delete the following apk's
SmallAppManagerService.apk
SmallAppsLauncher.apk
and reboot....done:good:
check screenshots to see the changes

Not sure why do you want to remove it.. ?

hansip87 said:
Not sure why do you want to remove it.. ?
Click to expand...
Click to collapse
it takes up some space in recents panel

venom007 said:
it takes up some space in recents panel
Click to expand...
Click to collapse
This is good. Was looking to do this. Thanks for saving me the trouble.

how about keep small app but removing bottom bar and just having upper side arrow to browses available small apps,
idea is to have new soft key near to back key only the time when recent penal button is pressed

chauhanjayc said:
how about keep small app but removing bottom bar and just having upper side arrow to browses available small apps,
idea is to have new soft key near to back key only the time when recent penal button is pressed
Click to expand...
Click to collapse
well..thats a good idea

I'll second that think it would look OK especially with the close all apps mod from Sony cross device forum that looks like the lollipop one
sent from my Rooted B/l 4.4.4 kk Xperia D2303

hansip87 said:
Not sure why do you want to remove it.. ?
Click to expand...
Click to collapse
I have always removed small apps panel as well in all my xperias.... useless for me, never used them, much prefer clean recent apps panel

moly82 said:
I have always removed small apps panel as well in all my xperias.... useless for me, never used them, much prefer clean recent apps panel
Click to expand...
Click to collapse
true:good:

moly82 said:
I have always removed small apps panel as well in all my xperias.... useless for me, never used them, much prefer clean recent apps panel
Click to expand...
Click to collapse
Well have you tried my small apps then? Seems like you haven't tried Once you try my small apps, you'll think otherwise But nonetheless, even my app can be accessed from Normal Launcher so it shouldn't be a hassle either way..

hansip87 said:
Well have you tried my small apps then? Seems like you haven't tried Once you try my small apps, you'll think otherwise But nonetheless, even my app can be accessed from Normal Launcher so it shouldn't be a hassle either way..
Click to expand...
Click to collapse
haven't tried them I must admit, but don't feel the need of small apps actually.. btw will eventually try them thanks!

You can also remove it by executing the following commands in ADB shell:
Code:
pm block com.sony.smallapp.app.widget
pm block com.sony.smallapp.launcher
This should even work on non-rooted devices.

Works perfect on dual sim D6633. Tks so much!

Just removed the small apps n launcher, looks so much better than it did stock never used them I don't think
D2303 stock 4.4.4 KK rooted philz touch recovery xposed Bravia engine 2 x-reality

0skyler0 said:
You can also remove it by executing the following commands in ADB shell:
Code:
pm block com.sony.smallapp.app.widget
pm block com.sony.smallapp.launcher
This should even work on non-rooted devices.
Click to expand...
Click to collapse
you know how to disable it for lollipop non rooted? just tried the the above, it doesnt work.

LitoNi said:
you know how to disable it for lollipop non rooted? just tried the the above, it doesnt work.
Click to expand...
Click to collapse
If you got Titanium Backup just delete/freeze every app beginning with "SmallApp...", reboot, done. Works for both KK and Lollipop.
No chance to remove it without root though. Why not root with locked bootloader? I see no disadvantages in that.

LitoNi said:
you know how to disable it for lollipop non rooted? just tried the the above, it doesnt work.
Click to expand...
Click to collapse
Just like that
Code:
adb shell
pm hide com.sony.smallapp.app.widget
pm hide com.sony.smallapp.launcher

Zwulf said:
If you got Titanium Backup just delete/freeze every app beginning with "SmallApp...", reboot, done. Works for both KK and Lollipop.
No chance to remove it without root though. Why not root with locked bootloader? I see no disadvantages in that.
Click to expand...
Click to collapse
lol i know but im just too lazy, got everything set up already :silly:
fastlone said:
Just like that
Code:
adb shell
pm hide com.sony.smallapp.app.widget
pm hide com.sony.smallapp.launcher
Click to expand...
Click to collapse
thanks buddy, this worked :victory:

Related

[MOD][ROOT][ICS]Hide Status Bar (updated 11.02.)

How to hide the combined Status Bar on ICS (root required!)​
I think many ppl are searching for a solution to hide the status bar on ICS, since the Hacks from Honeycomb doesnt work on ICS.
Note that this is really a "Hack" since it forces Android to stop a services that is flagged as "important".
As usual, you are solely responsible if you brick your device!!! Install this Hack at your own risk!!!
Click to expand...
Click to collapse
The Hack is tested on [ROM][ICS] Team Eos ICS 1.0.0 (umts_everest). Let others know if you have experiences with other roms. I´ll update this post after ur feedback.
Requirements:
MOD
- a rooted Xoom
- attached ZIP file (all credits to [email protected])
HOW TO
- SwipePad https://market.android.com/details?id=mobi.conduction.swipepad.android
Click to expand...
Click to collapse
Installation
The attached ZIP file contains
ToggleBar.apk
android.policy.jar
Settings.apk
1st - Install ToggleBar.apk and replace:
/system/framework/android.policy.jar
/system/app/Settings.apk
Click to expand...
Click to collapse
using RootExplorer or equivalent or use ADB to push.
2nd - Reboot your device
Now you´ve got a new option to hide allow hiding the statusbar under Settings -> Display
Click to expand...
Click to collapse
Exemplary use for end-users
- Install SwipePad from the Market
- Setup SwipePad to launch ToggleBar
Click to expand...
Click to collapse
Have fun hide your system bar where its not needed
NOTE FOR DEVS
Please read the diff.txt to adopt changes for your own rom.
Dont forget to give credits to [email protected] for his work on this mod!!
Click to expand...
Click to collapse
If you find this useful, hit the Thanks button.
Check out my tutorial How to turn off your screen (e.g. while plugged into hdmi)
v 0.5
- initial release
Click to expand...
Click to collapse
v 1.0
- add new settings to the display section to permanent hide the status bar
- based on Maxime's CombinedBar auto hide feature for ICS CM9
- no more need to kill systemUI
- no known issues
Click to expand...
Click to collapse
I would like to try this but I don't wanna be the guinea pig.
There's nothing super risky in changing the services.jar.
Make a backup of yours and you can push it back with ADB if you got a bootloop.
Nice, and thanks.
Wish there was a way to incorporate this into my app without needing the external jar file to be replaced (like it is in HC).
I have an app on Market that is a Kiosk browser app, but currently only for Honeycomb. It'd be sweet if it could work for ICS as well
Simonetti2011 said:
Nice, and thanks.
Wish there was a way to incorporate this into my app without needing the external jar file to be replaced (like it is in HC).
I have an app on Market that is a Kiosk browser app, but currently only for Honeycomb. It'd be sweet if it could work for ICS as well
Click to expand...
Click to collapse
I don't think there is a way to do it without a "special" version of the jar (policy or services)
In HoneyComb you could hide the bar, but with ICS Google remove that option, now the bar is "enforced" due the soft buttons and notification stuff.
new version online. see first post!
thx dabidu
Maybe this could go to the development section.
I add the .diff file with all the required changes on the source code to get the toggle the bar on and off, so anyone building a new rom from souce could implement this "feature"
dubidu said:
Maybe this could go to the development section.
I add the .diff file with all the required changes on the source code to get the toggle the bar on and off, so anyone building a new rom from souce could implement this "feature"
Click to expand...
Click to collapse
Can you post the file?
double1 said:
Can you post the file?
Click to expand...
Click to collapse
Its included in the zip file linked in the first post
I try this on eos 68. Its working with a big BUT.
No way to trigger the status bar back in application. Rotate the screen didnt work either.
Most of apps on market do not have exit button. So i can only use restart using log press power button.
I hope you could add the toggle setting on log press power button. That will do the jobs.
Thread Moved.
gamming said:
I try this on eos 68. Its working with a big BUT.
No way to trigger the status bar back in application. Rotate the screen didnt work either.
Most of apps on market do not have exit button. So i can only use restart using log press power button.
I hope you could add the toggle setting on log press power button. That will do the jobs.
Click to expand...
Click to collapse
Did you read my example on how to use in the first post?
You can, at least, launch the included app to toggle visibillity
aeros0ul said:
Did you read my example on how to use in the first post?
You can, at least, launch the included app to toggle visibillity
Click to expand...
Click to collapse
I understand about how to use. But if you could change the setting apk to include in display setting menu. Why not add it to the long press power button menu where the shutdown, reboot recovery and soo on.
It would become easy to use without need extra swipe application.
Just advice. No need to angry.
Nb: when using mxvideoplayer playing movies. Cannot toggle the status bar. But dice player just fine.
Amazing mod, you dont even need swipe pad. Thanks man.
You can just change back and forth from settings, sometimes after you select the bar again, it wont show, make a rotation and it will show again.
gamming said:
Why not add it to the long press power button menu where the shutdown, reboot recovery and soo on.
Click to expand...
Click to collapse
That would be a feature for a custom rom. Just request the dev of your favorite custom rom to included this mod
I forget to backup my
android.policy.jar
Settings.apk
Can anyone share them? Thx!
omnia1994 said:
I forget to backup my
android.policy.jar
Settings.apk
Can anyone share them? Thx!
Click to expand...
Click to collapse
Get the original files from the original update.zip
There is no way to return to home screen from most applications so the only way to exit is to reboot - bunk. Uninstalled.
Radddogg said:
There is no way to return to home screen from most applications so the only way to exit is to reboot - bunk. Uninstalled.
Click to expand...
Click to collapse
did you read the first post on how to use this mod?

[Q] Gapps problems.

Hello!
I got a new D855, I flashed lastest PA and stock Google apps, I downloaded few other Google apps ( such as keyboard ) and converted them to system apps.
I tried using the Google keyboard but it always crashes.
The dialer had a problem and got frozen.
I just can't use the phone like that.
Any fix to this problems?
Wassupdog said:
Hello!
I got a new D855, I flashed lastest PA and stock Google apps, I downloaded few other Google apps ( such as keyboard ) and converted them to system apps.
I tried using the Google keyboard but it always crashes.
The dialer had a problem and got frozen.
I just can't use the phone like that.
Any fix to this problems?
Click to expand...
Click to collapse
Hey,
it's me again have you tried not to convert those apps? I noticed that some apps have problems when they are system apps.
cheers
Altair681 said:
Hey,
it's me again have you tried not to convert those apps? I noticed that some apps have problems when they are system apps.
cheers
Click to expand...
Click to collapse
Yes, I did, I converted the keyboard to system app.
The rest works great, just the keyboard has this problem .
Wassupdog said:
Yes, I did, I converted the keyboard to system app.
The rest works great, just the keyboard has this problem .
Click to expand...
Click to collapse
I think you misunderstood me. Uninstall the keyboard and reinstall it. Then DON'T convert it to system app and try. I mean why would you need the keyboard to be a system app?
Altair681 said:
I think you misunderstood me. Uninstall the keyboard and reinstall it. Then DON'T convert it to system app and try. I mean why would you need the keyboard to be a system app?
Click to expand...
Click to collapse
It works fine when it is user app.
But I like to be close to stock AOSP.
Is it possible ? or should It stays like that.
Btw, I heard something about downgrading the G3 resulotion, is it really possible ?
Wassupdog said:
It works fine when it is user app.
But I like to be close to stock AOSP.
Is it possible ? or should It stays like that.
Btw, I heard something about downgrading the G3 resulotion, is it really possible ?
Click to expand...
Click to collapse
Well then don't make it a system app. There is, as far as I can tell, no benefits for your camera being a system app.
I think you read about downgrading the resolution on this thread? Imho it makes no sense to do so, cause the screen still has to show all the pixels and the battery you save from the cpu/gpu not processing some of the pixels is minimal. You could try and disable the sharpening software from LG with this flashable script. On my phone the display quality improved significantly!
cheers
Altair681 said:
Well then don't make it a system app. There is, as far as I can tell, no benefits for your camera being a system app.
I think you read about downgrading the resolution on this thread? Imho it makes no sense to do so, cause the screen still has to show all the pixels and the battery you save from the cpu/gpu not processing some of the pixels is minimal. You could try and disable the sharpening software from LG with this flashable script. On my phone the display quality improved significantly!
cheers
Click to expand...
Click to collapse
Well, I'm happy with it as is Thank you very much sir!
One last question (I hope xP), I'm running PA and today I flashed the update, the update brought back the few apps came with the rom that I deleted, Is it any way to avoid that?
Wassupdog said:
Well, I'm happy with it as is Thank you very much sir!
One last question (I hope xP), I'm running PA and today I flashed the update, the update brought back the few apps came with the rom that I deleted, Is it any way to avoid that?
Click to expand...
Click to collapse
You're very welcome You could edit the .zip file and delete the apps manually that you don't want to have. But you would need to do it every time before you flash an update and I think that's definitely not worth the effort
Altair681 said:
You're very welcome You could edit the .zip file and delete the apps manually that you don't want to have. But you would need to do it every time before you flash an update and I think that's definitely not worth the effort
Click to expand...
Click to collapse
Yep, It does not worth it .
Thank you very very much!

Disabling the stock clock/weather screen on the KLD

Hello,
I have a KLD unit and I'm wondering is there any way - besides installing Android from another manufacturer - to get rid of the first screen that's blocked with the clock/weather widget (or should I say - app?)
I would like to delete the widget/app and free up the screen. The weather widget is terrible, doesn't even want to work properly under either 3G or WiFi. I have no use for it.
NaviPR said:
Hello,
I have a KLD unit and I'm wondering is there any way - besides installing Android from another manufacturer - to get rid of the first screen that's blocked with the clock/weather widget (or should I say - app?)
I would like to delete the widget/app and free up the screen. The weather widget is terrible, doesn't even want to work properly under either 3G or WiFi. I have no use for it.
Click to expand...
Click to collapse
There is an xposed module that moves it to the last page.
jakejm79 said:
There is an xposed module that moves it to the last page.
Click to expand...
Click to collapse
That requires rooting, right? So a change of software?
NaviPR said:
That requires rooting, right? So a change of software?
Click to expand...
Click to collapse
You should be able to root by using the *#hct#root# password when entering factory settings, install supersu and then update the binary the normal way and reboot = rooted stock firmware no flashing involved.
jakejm79 said:
You should be able to root by using the *#hct#root# password when entering factory settings, install supersu and then update the binary the normal way and reboot = rooted stock firmware no flashing involved.
Click to expand...
Click to collapse
OK, thanks. So basically, without rooting, there is NO WAY in KLD software to get rid of that screen, right?
NaviPR said:
OK, thanks. So basically, without rooting, there is NO WAY in KLD software to get rid of that screen, right?
Click to expand...
Click to collapse
If you want to use that launcher then no, you can use other launchers without rooting tho.
Change the launcher. Lots to choose from
Sent from my SM-G920F using Tapatalk
gk66 said:
Change the launcher. Lots to choose from
Sent from my SM-G920F using Tapatalk
Click to expand...
Click to collapse
Can you suggest any, instead of just saying change the Launcher?
I use car launcher. Others use nova or next.
It's so easy to do that you could try out any with high ratings till you find one you like.
Sent from my SM-G920F using Tapatalk
Broiteff said:
Can you suggest any, instead of just saying change the Launcher?
Click to expand...
Click to collapse
I agree with the other answeres.
Just root the device with the password *#hct#root#
After that the device will show a dialog if any app needs root access.
You will also find a new Superuser menu in settings menu.
For my device I am currently running the Next 3D launcher (it is not for free on Google Store)
But it looks really awesome with lots of effects / transitions / icons and so on that can be downloaded for free.
Starting to play around with your device you might also want to check out apps that help with memory management like APP2SD or Android Toolkit.
For advanced modding have a look at ROMS from Malaysk (new firmware) - then you will be able to do more or less everything with your device.
Have fun
André
jakejm79 said:
You should be able to root by using the *#hct#root# password when entering factory settings, install supersu and then update the binary the normal way and reboot = rooted stock firmware no flashing involved.
Click to expand...
Click to collapse
Hi! I would like to keep original launcher but without stock clock and weather! What should I do when I install supersu??? Can you explain in more detail (P.S. I have rooted and updated my device MCU 2.64 KLD) Thanks!
Just install Nova launcher - that doesn't even require root.
Fully customisable and much quicker and lighter than the stock launchers.
NaviPR said:
Hello,
I have a KLD unit and I'm wondering is there any way - besides installing Android from another manufacturer - to get rid of the first screen that's blocked with the clock/weather widget (or should I say - app?)
I would like to delete the widget/app and free up the screen. The weather widget is terrible, doesn't even want to work properly under either 3G or WiFi. I have no use for it.
Click to expand...
Click to collapse
is that in a Jeep? that looks like the Jeep specific one that comes up on all the sites
CadillacMike said:
is that in a Jeep? that looks like the Jeep specific one that comes up on all the sites
Click to expand...
Click to collapse
It's for a Mazda.
jakejm79 said:
There is an xposed module that moves it to the last page.
Click to expand...
Click to collapse
What module is that, if you can recall?
Link?
dontpannic said:
Just install Nova launcher - that doesn't even require root.
Fully customisable and much quicker and lighter than the stock launchers.
Click to expand...
Click to collapse
I second this. Nova Launcher works great. I use the stock clock widget and a weather widget from 1Weather and it suits my needs.
CaptShaft said:
Quote:
Originally Posted by jakejm79
There is an xposed module that moves it to the last page.
What module is that, if you can recall?
Link?
Click to expand...
Click to collapse
Can someone give a hint in this? Which module and how to use it?
Thx!
ExZone said:
Can someone give a hint in this? Which module and how to use it?
Thx!
Click to expand...
Click to collapse
The solution in my case was just to install a Malaysk ROM and be done with it.
Once you do that, you can select which launcher you use. You can use the NEXT launcher instead which is more versatile and then do the things you want with it.

On-screen Allow/grand/install buttons not working

First of all i would like to wish everyone here on XDA merry Christmas and happy holidays and a huuuge thank for your help.
So recently i decided i wanter all my notifications to be displayed in Paranoid Androids Halo mode i achieve that by installing the following 2 apps
Unique Controls
https://play.google.com/store/apps/details?id=com.ivianuu.halo
XHFW3 - floating windows - ver. 3.19 beta
http://forum.xda-developers.com/xposed/modules/mod-xhfw3-floating-windows-t3371074
everything works fine, however i noticed that the (allow, install or grand on-screen buttons) dont work, whilst the cancel button works fine... e.g when installing an app i cant touch install but i can touch cancel or grans SuperSU access
i am currently running the stock OxygenOS 3.2.8
rooter with xposed installed.
p.s if i kill the Unique Controls (halo) app everything works as supposed to.
does anyone know any workaround this or a fix, i have uninstalled this 2 apps for the time beeing but i would really love to make this happen.
If you're on MM and have xposed, there is a module called NoScreenOverlay. This is exactly what you need. Check it out. Cheers.
aadityarulez said:
If you're on MM and have xposed, there is a module called NoScreenOverlay. This is exactly what you need. Check it out. Cheers.
Click to expand...
Click to collapse
You're right sorry, i forgot to mention i'm on MM.
I couldn't find the NoScreenOverlay module, i did however found a NoOverlayWarning Xposed module which helped i can istall apps and allow buttons work. However for some reason the SuperSU popup (deny/grand/check to ask again) dont work.
cgprince06 said:
You're right sorry, i forgot to mention i'm on MM.
I couldn't find the NoScreenOverlay module, i did however found a NoOverlayWarning Xposed module which helped i can istall apps and allow buttons work. However for some reason the SuperSU popup (deny/grand/check to ask again) dont work.
Click to expand...
Click to collapse
Open SuperSu>settings. Disable tapjacking protection.
aadityarulez said:
Open SuperSu>settings. Disable tapjacking protection.
Click to expand...
Click to collapse
It did the trick thanks a lot ??, oh and happy holidays ?

New package disabler,works!!!

Hi i found new package disabler,name Alliance Shield X,is free only you must reg,works great.
Here is link https://play.google.com/store/apps/details?id=com.rrivenllc.shieldx&hl=en&gl=US
try and let me know ist works for you.
Works super.should be nice ,safe debloat list ... Tnx
Working flawlessly
There are several apps that I normally disable that are not showing up in this app. It currently shows that I only have 328 system apps and one user app (Alliance Shield), ADB AppControl shows 448 system apps and 53 user apps.
RISHI RAJ said:
Working flawlessly
Click to expand...
Click to collapse
Can you please gave me screenshot for apps to disable
airmaxx23 said:
There are several apps that I normally disable that are not showing up in this app. It currently shows that I only have 328 system apps and one user app (Alliance Shield), ADB AppControl shows 448 system apps and 53 user apps.
Click to expand...
Click to collapse
For me show all ok
maxpaynezm said:
For me show all ok
Click to expand...
Click to collapse
See if you have Bookmark Provider, Briefing and Calculator. These are the first 3 that aren't showing up for me.
Yeah have it,do you enable knox?
maxpaynezm said:
Yeah have it,do you enable knox?
Click to expand...
Click to collapse
Yes I did.
---------- Post added at 04:06 PM ---------- Previous post was at 03:53 PM ----------
maxpaynezm said:
Yeah have it,do you enable knox?
Click to expand...
Click to collapse
Are you on Android 10 or 11?
android 10
maxpaynezm said:
android 10
Click to expand...
Click to collapse
Might be that I'm on 11.
airmaxx23 said:
There are several apps that I normally disable that are not showing up in this app. It currently shows that I only have 328 system apps and one user app (Alliance Shield), ADB AppControl shows 448 system apps and 53 user apps.
Click to expand...
Click to collapse
It seems to not show apps I've disabled with ADB AppControl, such as Facebook and associated services
Cool, Thank you sharing.
Does it need to be activated?
Doesn't seem to allow data and cache clearing or am I mistaken?
Appears to be compatible with Pie as well.
The data blocking is a nice feature.
A backup PD is always good to have as time has proven:laugh:
lot of permission given to that app..... do you guys trust it....
edwardob said:
lot of permission given to that app..... do you guys trust it....
Click to expand...
Click to collapse
Like what?
This type of app needs full administrator permissions to function.
blackhawk said:
Like what?
This type of app needs full administrator permissions to function.
Click to expand...
Click to collapse
so do you trust it?.....
Makes sense that all apps wouldn't be visible on Android 11 for this particular phone.
Something slightly separate, but I had an Android 11 Pixel 3XL over a year ago, and the file managers still worked normally. On this phone, however, since upgrading to the Android 11 Beta, the file managers (I've already tried three different ones) don't work at all when you go to the non-root required drive section that stores your non-system applications (stuff you got from the Play Store). It just shows that every single folder aside from the download folder is empty now on every file manager... So something is most definitely wrong with their current hard drive storage/access on Android 11 - and that could also possibly be why certain apps aren't showing up in the package disabler.
By the way, we have Android 11 Beta4 dropping on this Tuesday (12AM EST), so the official release will probably be around Christmas time (exactly four weeks after beta 4 releases). So we'll see if either of these updates fix this goofy issue.
edwardob said:
lot of permission given to that app..... do you guys trust it....
Click to expand...
Click to collapse
edwardob said:
so do you trust it?.....
Click to expand...
Click to collapse
Tried installing it on my 10+ running on Pie.
Install ok but it wanted a login created to do -anything-
So I did but it was glitchy. Even after I created an account it didn't want to login.
Grrrrr...
I have a working PD so for now I don't need to muck with this...
Got tired of saying kind, nurturing things to it, and kicked it out:laugh:
On Beta, it works amazingly. But it is missing a few system apps like calculator and such but im guessing thats because of beta. Otherwise amazing.
This app is amazing
Just disabled over 50 useless system apps
My phone is flying now ? ?
Everything is way faster even fingerprints and face unlock
Thanks soo much

Categories

Resources