As the title says I need help with adding a feature to package manager.
My rom and phone supports freeform window management and i have it turned on, however it wont activate without adding that to the device specifications according to gravitybox.
Ive tried to find some documentation or even a forum post about it but the topic isnt covered.
Does anyone know how to do this?
Anyone?
Bump
SilentDevGuy said:
As the title says I need help with adding a feature to package manager.
My rom and phone supports freeform window management and i have it turned on, however it wont activate without adding that to the device specifications according to gravitybox.
Ive tried to find some documentation or even a forum post about it but the topic isnt covered.
Does anyone know how to do this?
Click to expand...
Click to collapse
You can't add features to Android's PM - what is an executable - unless you rewrite its code and recompile it afterwards, IMO.
Anyway that's how you do it
{
"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"
}
jwoegerbauer said:
You can't add features to Android's PM - what is an executable - unless you rewrite its code and recompile it afterwards, IMO.
Anyway that's how you do it
Click to expand...
Click to collapse
I have that enabled and its not working with gravitybox so I guess its gbox. Do you know where you read the documentation that said this setting is tied to the pm device specifications?
PM has no device specifications: it's not a device, it's an executable.
To enable all permissions to an app then you do it when you install an app:
Code:
adb install -g <PACKAGE_NAME>
FYI: Never have used GravityBox.
jwoegerbauer said:
PM has no device specifications: it's not a device, it's an executable.
To enable all permissions to an app then you do it when you install an app:
Code:
adb install -g <PACKAGE_NAME>
FYI: Never have used GravityBox.
Click to expand...
Click to collapse
Gravitybox is a xposed module
Austinredstoner said:
Gravitybox is a xposed module
Click to expand...
Click to collapse
WTF? As per thread's title OP's issue is PM.
jwoegerbauer said:
WTF? As per thread's title OP's issue is PM.
Click to expand...
Click to collapse
Ok I get that but u said u never used gravitybox so I tried to tell u what it is
Austinredstoner said:
Ok I get that but u said u never used gravitybox so I tried to tell u what it is
Click to expand...
Click to collapse
To keep you updated: GravityBox is an Android app as any other.
jwoegerbauer said:
To keep you updated: GravityBox is an Android app as any other.
Click to expand...
Click to collapse
Its likely that you are misunderstanding what I need but I appreciate your attempt to help, I am fully aware of everything you have said, but GravityBox IS an xposed module with an app as frontend/gui. In GravityBox you are able to modify the system framework, the option to activate resizable freeform windows is one. Yes, your instructions will allow freeform on supported devices, however it is the weakest form and practically useless form of free form windows.
To allow that form of free form to be more useable you can activate a hidden subset of features. Which brings me to the original question, in GravityBox's GUI the documentation for the option explicitly states you need to also add this line to your package manager and add the feature to your device specifications.
Again, thanks for trying but as far I have researched this involves much higher level stuff then simply a few pre made options switches. Im looking for someone with knowledge of making a custom rom or working with kernel source code.
Related
Toolbox Enabler
This very simple app is for all those who are confused or unable to follow how to enable the Toolbox feature on the leaked Lollipop rom. It is a convenience app to easily enable the Toolbox toggle in Quick Settings without going thru the process of editing xml or using sql editor. Just download below, install and grant supersu permission if required, tap the toolbox toggle and it's done. For some, you may need to restart device. Enjoy.
Thanks a lot...can we add more than 5 apps with this?
laskarface said:
Thanks a lot...can we add more than 5 apps with this?
Click to expand...
Click to collapse
Adding more than 5 apps used to be possible on the S5 but for some reason Samsung changed somethings and it is no longer possible to add more than 5. To add more than 5, you will have to edit framework file as well as settings app. There is an awesome guide by @daxgirl on the S5 forum on how to do this or you can just use AryaMod Rom which has the feature already built-in.
Ok Thx for quick response
Thanks for this Can you share the link with the @daxgirl guide for toolbox?i can't find...
http://forum.xda-developers.com/galaxy-s5/development/mod-icrease-toolbox-apps-samsung-fws-t2899795
paroulis said:
Thanks for this Can you share the link with the @daxgirl guide for toolbox?i can't find...
Click to expand...
Click to collapse
jamesclinton said:
http://forum.xda-developers.com/galaxy-s5/development/mod-icrease-toolbox-apps-samsung-fws-t2899795
Click to expand...
Click to collapse
Thank you.Once I get time I will try to make a mod and if it works correctly in lollipop will upload it.
@xperiacle always the one on top.
Confirmation number: 8NW07703YK149030M
@xperiacle what is toolbox and for which phone?
Hello. Any way of adding the Menu, Home and Back keys somehow to the Toolbox? I can't remember on what rom, but I had that option at some point on 4.4.2 before switching, and it was kinda useful
Thanks in advance, and Thank you experiacle for offering us your app
kmokhtar79 said:
@xperiacle always the one on top.
Confirmation number: 8NW07703YK149030M
Click to expand...
Click to collapse
BIG Thanks Mate.
awesome thanks my friend !! Works asesome
{
"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"
}
Hey mate thanks for this i installed and everytime i restart i get the "you need to restart your device for changes to take effects" and again and again
Warnahly said:
Hey mate thanks for this i installed and everytime i restart i get the "you need to restart your device for changes to take effects" and again and again
Click to expand...
Click to collapse
One reason is the app was not able to modify the relevant tag in floating_feature.xml. The problem is that you may have busybox with no sed support. Try uninstalling busybox and reinstall it using the stericsson's busybox installer from play store as that have sed command support. or you could just manually edit floating_feature.xml and change toolbox_setting tag to true.
I'll be honest.. I have a toolbox widget in the status bar of my rooted Note 3 with a stock KitKat 4.4.4 ROM, and I have no idea what it does or how to use it.
Hi
Is there any way to stop my phone updating itself. I am looking to block OTA updates on a Standard non rooted Samsung Rom?
John
Go into your settings, about device, software update. Then disable the auto update option. Done.
Without root I don't think you really can.
mupet0000 said:
Go into your settings, about device, software update. Then disable the auto update option. Done.
Click to expand...
Click to collapse
Which phone are you using that has that option?
{
"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"
}
jmacp said:
Hi
Is there any way to stop my phone updating itself. I am looking to block OTA updates on a Standard non rooted Samsung Rom?
John
Click to expand...
Click to collapse
Download SuperLock Package disabler from the Play Store. I disable whatever - NOT rooted.
SilkyJohnson said:
Download SuperLock Package disabler from the Play Store. I disable whatever - NOT rooted.
Click to expand...
Click to collapse
Ratings of the package are poor to bad for users of many Samsung models.
https://play.google.com/store/apps/details?id=com.ospolice.packagedisabler
Or are you using a different package? I don't need this, but know of a few who don't want to root that do.
krelvinaz said:
Ratings of the package are poor to bad for users of many Samsung models.
https://play.google.com/store/apps/details?id=com.ospolice.packagedisabler
Or are you using a different package? I don't need this, but know of a few who don't want to root that do.
Click to expand...
Click to collapse
That's exactly what I use, but the pro model.
Most of the negative reviews are because you have to pay. I'm not really sure what else there is to it: it disables apps like it says.
Zero issues.
SilkyJohnson said:
That's exactly what I use, but the pro model.
Most of the negative reviews are because you have to pay. I'm not really sure what else there is to it: it disables apps like it says.
Zero issues.
Click to expand...
Click to collapse
Doesn't work, License server error before program starts.
Also very dangerous tool as it needs internet to work.
If you by misstake disable something that has to do with connectivity you will end up having to do a factory restore !!
If you by misstake installed this crap onto your device, you might notice that the de-install option is greyed out, don't panic.
Go into the security section and de-select the app under device administrators.
Now it can be de-installed.
Here's a much better and SAFER alternative:
http://forum.xda-developers.com/android/software/debloater-remove-carrier-bloat-t2998294
BTW,
These are the 3 packages that i needed to disable to kill OTA on my S5 with KitKat 4.4.2:
com.wssyncmldm
com.sec.android.fotaclient com.policydm
com.policydm
Recently I was trying to install a modded version of the Disney+hotstar app, than I came across an app of size 1.4MB, then when I looked for the app in app drawer I couldn't find that,even in the settings too,. But when I opened my file manager ,in the Apps>Installed Apps section thers was this app,, but it has no appearance any where.
Please help me to remove this app !!
Here is what I see on the file manager
{
"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"
}
perhaps it installed itself as system app or the installation failed so it doesn't show on installed app list
ineedroot69 said:
perhaps it installed itself as system app or the installation failed so it doesn't show on installed app list
Click to expand...
Click to collapse
So ,is this dangerous for my phone !! I mean any concerns !!
AbinashBanik said:
Recently I was trying to install a modded version of the Disney+hotstar app, than I came across an app of size 1.4MB, then when I looked for the app in app drawer I couldn't find that,even in the settings too,. But when I opened my file manager ,in the Apps>Installed Apps section thers was this app,, but it has no appearance any where.
Please help me to remove this app !!
Here is what I see on the file manager
Click to expand...
Click to collapse
Disney+ Hotstar for Android is an app you've to pay for ( USD 20 / year ) using it. You have tried to install a cracked version to bypass subscription fees. Cracked / modded versions of an app always can be treated as malicious, IMHO.
jwoegerbauer said:
Disney+ Hotstar for Android is an app you've to pay for ( USD 20 / year ). You have tried to install a cracked version to bypass subscription fees. Cracked / modded versions of an app always can be treated as malicious, IMHO.
Click to expand...
Click to collapse
Yes! That was a mistake from my side ,so can I now remove it !!
AbinashBanik said:
Yes! That was a mistake from my side ,so can I now remove it !!
Click to expand...
Click to collapse
You can try to remove it by means of ADB - requires USB Debugging is enabled on your Android device.
Code:
adb devices
adb uninstall <PACKAGE_NAME>
jwoegerbauer said:
You can try to remove it by means of ADB - requires USB Debugging is enabled on your Android device.
Code:
adb devices
adb uninstall <PACKAGE_NAME>
Click to expand...
Click to collapse
First line of the code shows the device,but when I type the 2nd code,it says "the syntax of the command is incorrect."
AbinashBanik said:
First line of the code shows the device,but when I type the 2nd code,it says "the syntax of the command is incorrect."
Click to expand...
Click to collapse
adb uninstall com.poht.oreotv
ineedroot69 said:
adb uninstall com.poht.oreotv
Click to expand...
Click to collapse
Thanks for your assistance! I have now successfully uninstalled it
AbinashBanik said:
Recently I was trying to install a modded version of the Disney+hotstar app, than I came across an app of size 1.4MB, then when I looked for the app in app drawer I couldn't find that,even in the settings too,. But when I opened my file manager ,in the Apps>Installed Apps section thers was this app,, but it has no appearance any where.
Please help me to remove this app !!
Here is what I see on the file manager
View attachment 5275355
Click to expand...
Click to collapse
The screenshots looks like u are trying to install Oreo tv
I know what Oreo tv is it's an app where u can watch live tv for free
I tried to install Android 12 and succeeded. In my opinion, it is still smooth to use, and there are only some bugs. The installation process is very simple. First, ensure that it has been unlocked and that the underlying layer is Android 11. Second, restart to bootloader (ADB reboot bootloader) and then to FastBoot (FastBoot reboot FastBoot). Third, find the image file of arm64 / AB and install it. Finally, turn off avb2.0 verification so that you can start the experience.
{
"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"
}
wow does it retain to levine 1? in netflix
randyj0seph said:
wow does it retain to levine 1? in netflix
Click to expand...
Click to collapse
You're less likely to retain L1 after bootloader unlocked (a requirement to install custom ROM)
Hi bro, will everything work fine on android 12 gsi, how about wifi and bluetooth function , rotation sensor ?
Hi! I'm asking the same as luizkun. What are the bugs? Does the Active Pen work? What is the overall performance?
And which GSI Image did U used? Can you make a little bit more detailed tutorial please?
I hate the original rom. Laggy, contains many bloatware apps, etc.
Thanks in advance!
Marci344 said:
Hi! I'm asking the same as luizkun. What are the bugs? Does the Active Pen work? What is the overall performance?
And which GSI Image did U used? Can you make a little bit more detailed tutorial please?
I hate the original rom. Laggy, contains many bloatware apps, etc.
Thanks in advance!
Click to expand...
Click to collapse
You can root your device and uninstall the bloatware.
About the GSI image, he already mentioned which one to install.
For a more detailled tutorial, there are plenty in various places like this forum. Use your favorite search engine to find them.
Also make sure to create a full backup with TWRP or get yourself knowledgeable about Qualcomm's QFIL.
This tablet uses Lenovo Precision Pen 2, not Active Pen. I don't know if it works vut after you testet it, feel free to share your experience!
And regarding the smoothness, the normal p11 version is a low end device (which is totally fine) therefore one shouldn't expect a stutterfree experience.
would you be able to make a more detailed tutorial? Does it work with the stylus and keyboard cover still?
you can
caarterh said:
would you be able to make a more detailed tutorial? Does it work with the stylus and keyboard cover still?
Click to expand...
Click to collapse
see other one posts ,there more detalied tutorial.I not test handwriting pen,but keyboard cover is well.
luizkun said:
Hi bro, will everything work fine on android 12 gsi, how about wifi and bluetooth function , rotation sensor ?
Click to expand...
Click to collapse
yes,all fine
JIANG_KGP said:
you can
see other one posts ,there more detalied tutorial.I not test handwriting pen,but keyboard cover is well.
Click to expand...
Click to collapse
Could you give me the link to the other posts as I cant find them
Hello to everyone,
I made a nice module for myself,
I worked hard.And I think you might want to use it too, if you do, please don't forget to thank me.
Module content
All languages
Theme support
Google package installer mod
Sound mod
Debloat
Global Music and Video
Modded extra Launcher mod
Add Oppo find N live wallp
And more.
{
"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"
}
Reserve
Where can i download?
Miui 13 and miui 14 system components are different i need to solve them. maybe there will be 2 separate modules
Waiting in anticipation to try!!
Seams nice, well done !
Will this module also change the Region from China to Global, or something else?
Also, how are Permissions handled after applying this mod? The "Chinese" way or the "Global" way?
Basically, do we still need to give every app every possible permission manually or will they be handled like in phones for the global market...
OrionBG said:
Will this module also change the Region from China to Global, or something else?
Also, how are Permissions handled after applying this mod? The "Chinese" way or the "Global" way?
Basically, do we still need to give every app every possible permission manually or will they be handled like in phones for the global market...
Click to expand...
Click to collapse
I would like to know as well.
I'm fed up of the Chinese rom
I like this model, the only thing I don't like is the limitations imposed by software optimizations. Specifically, I am dissatisfied that the push notification function does not work well when the screen is off. If you can solve them with your software, please publish the prototype version as soon as possible, and I will gladly install it.
OrionBG said:
Will this module also change the Region from China to Global, or something else?
Also, how are Permissions handled after applying this mod? The "Chinese" way or the "Global" way?
Basically, do we still need to give every app every possible permission manually or will they be handled like in phones for the global market...
Click to expand...
Click to collapse
No it won't change region. all permissions are chinese rom. only aod notifications will be a little more stable
OrionBG said:
Will this module also change the Region from China to Global, or something else?
Also, how are Permissions handled after applying this mod? The "Chinese" way or the "Global" way?
Basically, do we still need to give every app every possible permission manually or will they be handled like in phones for the global market...
Click to expand...
Click to collapse
The module is ready but I need to edit some overlay files. Otherwise I don't want you to lose your data
z.v.a.a.h.i said:
The module is ready but I need to edit some overlay files. Otherwise I don't want you to lose your data
Click to expand...
Click to collapse
Thank you.
Looking forward to testing it.
Dört gözle bekliyorum inşallah çok uzun sürmez
So I am guessing we will never see this mod
From the images I can tell he is using Miui_Launcher_Mod for the Launcher Mods
Which I have tried on my device works fine adds google search bar and feed and much more.
Need to have LSPosed Framework Installed with Magisk and Disable Signature Verification, and Allow System App Update/Downgrade and Install the apk file from the zip no need to flash the zip as it wont work on CN roms.
If you have trouble Installing it ping me I will write a detailed guide and also how to install the other mods mentioned in the post.