[Q] Hide Launcher Icon - Xposed General

[email protected],
I'm writing an Xposed module including a user interface and implemented this to hide the launcher icon. I thought, it would still be possible to launch the interface from the Xposed Installer, but this doesn't work.
Can someone tell me how to solve this problem? I'm sure it's possible, because I've seen modules doing so, but I can't find one anymore.
Plz help, thx

Cypher_01 said:
[email protected],
I'm writing an Xposed module including a user interface and implemented this to hide the launcher icon. I thought, it would still be possible to launch the interface from the Xposed Installer, but this doesn't work.
Can someone tell me how to solve this problem? I'm sure it's possible, because I've seen modules doing so, but I can't find one anymore.
Plz help, thx
Click to expand...
Click to collapse
Get a logcat from the event you click on the module in the Xposed Installer. It has to show the error.
Sent from my iPhone 6 Plus using Tapatalk

Check this post
http://forum.xda-developers.com/android/help/how-to-hide-app-drawer-t3075000

Related

[GUIDE] How to use Xposed Framework on Ace-i (added more modules)

Hello, my name is Matheus and the day before yesterday i saw in XDA portal that someone (liudongmiao or rovo89, they didn't make it clear) ported Xposed framework to Gingerbread devices. For now, the only module i know that works is Xprivacy. As the op says,
XPrivacy can prevent applications from leaking privacy sensitive data. XPrivacy can restrict the categories of data an application can access. This is done by feeding an application with no or fake data. There are several data categories which can be restricted, for example contacts or location. For example, if you restrict access to contacts for an application, this will result in sending an empty contact list to the application. Similarly, restricting an application's access to your location will result in a set location being sent to the application.
Click to expand...
Click to collapse
Update:
Guys, rovo89 updated the 2.3 backport to final. Now, the major changes:
context menu in the modules list (for app info, support link, uninstall etc.)
hopefully fixed incompatibilities with a few ICS ROMs
workaround for a Paranoid lockscreen bug (appeared only under certain circumstances)
better error output if app_process is not compatible (that "Xposed is not (yet) compatible with Android SDK version ..." message)
several UI and navigation fixes
/data/xposed not longer exists, those files are now stored in the standard folder /data/data/de.robv.android.xposed.installer
This means you need to enable your modules again for this update
The flashable zip to uninstall Xposed in case of bootloops has changed and should work for ARM and x86 now - if a few of you could test it (especially with TWRP), that would be great. It is written to the SD card automatically (Xposed-Disabler-Recovery.zip). After it's flashed, the framework section should display that app_process is not installed.
The "cleanup" button is no longer needed. The "uninstall" button restores the original app_process binary. Uninstalling the Xposed Installer from Settings => Apps removes everything else.
Click to expand...
Click to collapse
Requirements: Xposed Framework and XPrivacy (must be the backported ones)and rooted gingerbread device.
Way to install
1. Install the apk's in the device.
2. Enter in Xposed framework
3. Enter "framework"
4. Select install and after it installs, reboot.
5. Go to modules. Tick XPrivacy box and reboot.
6. Now XPrivacy is set! Good to go.
But i saw there's not only this module compatible. I tried one for CRT effect, but it was a disabler of it. It did installed, though.
Confirmed not to work modules:
GravityBox
MoDaCo toolkit
XHalo module
AppSettings
XBlastTools
Confirmed to be working
XPrivacy (ported alongside with Xposed)
CRT disabler (inutile for us)
XVolume (thanks, Sniper Killer!)
App Settings (thanks, Xicor Yagami!)
Xposed Additions (Thanks, Envy-X!)
Xposed Statusbar text
KitKat music lockscreen
NetworkSpeedIndicator
Physical Button Music Control
CustomShare
Lockscreen Disabler
Notify Clean
BootManager
ReceiverStop
Guys, please help this thread reporting modules, working or not. This could also be the discussion thread for Ace-i's Xposed Framework.
Reserved for a list of compatible modules.
Reserved for modules
I think anybody who confirms a module to be working should provide links to them too, it would be very helpful.
It's easy
Any module seeking to do something that was impossible before won't work
Like
CRT (Needs patched libs) Won't work
Tablet UI (There is no Tablet UI mod in Gingerbread) Won't work
Per App Settings (DPI changer) May work
Icon Themer - Great chance of working
Status Bar color changer - Great chance of working
Clock color Changer - Great chance of working
And I also assure you that no module (should) work without backporting (as XPrivacy was) IMO
So it would be pointless to try until they are ported
Some modules are working :victory:
So far i tested and got woeking :
- XVolume
Sniper Killer said:
Some modules are working :victory:
So far i tested and got woeking :
- XVolume
Click to expand...
Click to collapse
Yeah, some modules somehow can be installed on Gingerbread, but they are few. It would be better if we could backport the modules.
I found this..
http://forum.xda-developers.com/showpost.php?p=44034334&postcount=2315
Konoe Subaru said:
I found this..
http://forum.xda-developers.com/showpost.php?p=44034334&postcount=2315
Click to expand...
Click to collapse
It's the same post in discussion
Nothing new
Konoe Subaru said:
I found this..
http://forum.xda-developers.com/showpost.php?p=44034334&postcount=2315
Click to expand...
Click to collapse
That's why i posted it. That was the post i saw too.
any other working modules anyone found....
Sent from Microwave with KitKat 4.4
This is working too, it is attached in that post only...with xPrivacy and AllAppsPlaystore module (Both are supposedly working)
App Settings
Guys, updated open with new version of backported Xposed.
Sent from my GT-S5830i using xda app-developers app
http://forum.xda-developers.com/showthread.php?t=2294274
Sent from my GT-S5830i using Tapatalk 2
Envy-X said:
http://forum.xda-developers.com/showthread.php?t=2294274
Sent from my GT-S5830i using Tapatalk 2
Click to expand...
Click to collapse
Thanks, already added to OP. But it says i should have Xposed Bridge installed, i cannot find it in original post.
mathm2013 said:
Thanks, already added to OP. But it says i should have Xposed Bridge installed, i cannot find it in original post.
Click to expand...
Click to collapse
It works for me
Its just for remapping buttons and stuff like that.
Sent from my GT-S5830i using Tapatalk 2
Xposed Additions
Xposed Additions works, except for the remapping buttons function. I wonder, if just changing the minimum sdk in some of the module may make some of them work, that won't now.
reggjoo said:
Xposed Additions works, except for the remapping buttons function. I wonder, if just changing the minimum sdk in some of the module may make some of them work, that won't now.
Click to expand...
Click to collapse
Yes, may work
But won't if they have used a higher API in their app
Hey, guys, added a couple of modules found in this sub-forum. There are lots of modules there, whoever finds a new module working can tell me and i'll add to op.
P.S.: I didn't test the modules i added, please report if it works or not.
I m usibg android tuner
Sent from my GT-S5830i using Tapatalk 2
amolgosavi said:
I m usibg android tuner
Sent from my GT-S5830i using Tapatalk 2
Click to expand...
Click to collapse
Android tuner? Can you give me any link to it?

[Q] Customizing the statusbar?

Hello,
I have a rooted RAZR i and I'd like to customize my statusbar.
However, I don't want a third-party app running all the time and I've tried a few Xposed modules but they don't work properly.
So is there any other way to do this? Please help.
Regards,
RandomUsername
Random Username said:
Hello,
I have a rooted RAZR i and I'd like to customize my statusbar.
However, I don't want a third-party app running all the time and I've tried a few Xposed modules but they don't work properly.
So is there any other way to do this? Please help.
Regards,
RandomUsername
Click to expand...
Click to collapse
No, either you use xposed (works like a charm for the rest of us) or use a system mod. There are many available here.

[Q] i confused!!! install but not active

I'm changing the settings of status bar but require exposed framework so I install framework and then i open status bar app but not work.
During xposed log say: Errors during Xposed initialization
So what I do?
Plz look attached picture for explain batter
I really hope this isn't it... But I have to ask... you DID reboot after installing xposed and then reboot after enabling the module correct?
If not, then do that.
Bakerboy448 said:
I really hope this isn't it... But I have to ask... you DID reboot after installing xposed and then reboot after enabling the module correct?
If not, then do that.
Click to expand...
Click to collapse
Dear baker!
I'm 4 or 5 time rebot phone but same result and then finely reset phone from recovery mode and again install xposed.........but failed...........
Dear please fix this.....
plz ans me im waiting for your fix… ..
Bakerboy448 said:
I really hope this isn't it... But I have to ask... you DID reboot after installing xposed and then reboot after enabling the module correct?
If not, then do that.
Click to expand...
Click to collapse
Dear Baker!
im waiting for your ans plz reply me fast… .
Custom ROM with themes?
HI!
Does your ROM includes a theme system? If so, that's the cause...
I've been looking for an answer too and I found this thred at GitHub. I haven't post much so I have no rights to post URLs as links for now... Please copy paste the following link:
PHP:
https://github.com/rovo89/XposedInstaller/issues/178
There we can read the following:
rovo89 commented on 19 may 2014 said:
ok, that's it then. Some roms have theming engines that conflict with xposed. I'm looking for solutions, but meanwhile, please use the "disable resources api" setting in the installer. You might not be able to use some modules, but most should still work.
Click to expand...
Click to collapse
Doing so enables Xposed and that rebooting red message dissapears. However many modules are not functional if this adjustment is set in the configuration, so it's useless...
As far as I understand, there is no fix forthat issue then. So you can try another ROM with no themes system.
I hope this has been helpful for you =)
Uninstall xposed installer apk, install xposed installer apk, reboot.
you DID reboot after installing xposed
Hello
framework should be installed manually i think
xj

[Q] should I try xposed for 2nd time???

I've karbonn s5+.first time when I install xposed it was running very well.but I installed 40+ modules & my phone stucked at android logo. Now I've factory reseted my phone. Can I install it now without problem
This bug must be about modules are clushing ır crossing i don't know which word can explain it, let me introduce you; for example you are using there module for status bar, they all trying to modify status bar but this situation causing excaption or something similar. I don't know i was wrote what was in my brain because my English is is little bit bad ?, so you can reinstall it but do not forget intalling that modules supporting lollipop.
Does xposed framework supported on mediatek like karbonn s5+. I searched about it and got
"Xposed framework is an AOSP framework for ARM devices. One of the things you can do with the framework is download a module that allows you to set DPI for any application. That allows you to choose tablet mode for an app, or simply make the text look more to your liking for anything, There are many other modules available."
If it work anyone's mediatek like karbonn titanium s5 plus then please tell me the procedure of making xprivacy module work on this device.
psunyter said:
This bug must be about modules are clushing ır crossing i don't know which word can explain it, let me introduce you; for example you are using there module for status bar, they all trying to modify status bar but this situation causing excaption or something similar. I don't know i was wrote what was in my brain because my English is is little bit bad ?, so you can reinstall it but do not forget intalling that modules supporting lollipop.
Click to expand...
Click to collapse
I will reinstall it. Thank you for helping.
Edit- I installed it & it worked flawlessly. Now I'm not gonna cross 10+ limit. Thank you for helping.. ?
kashyapawan said:
Does xposed framework supported on mediatek like karbonn s5+. I searched about it and got
"Xposed framework is an AOSP framework for ARM devices. One of the things you can do with the framework is download a module that allows you to set DPI for any application. That allows you to choose tablet mode for an app, or simply make the text look more to your liking for anything, There are many other modules available."
If it work anyone's mediatek like karbonn titanium s5 plus then please tell me the procedure of making xprivacy module work on this device.
Click to expand...
Click to collapse
I have a Casper VIA V5 ,which have Meditek processor, and i am using it without any error, so i can say it's working like a charm?
Edit:Casper never given me any source code of phone, i wanted this from them to build my own CyanogenMod so i find Xposed for customizing firmware of my ROM. My phone has Android Kitkat 4.4.2 and Xposed which work perfect with its firmware

Xposed + enable-debugger Flag

Hi,
I have an apk which has debuggable flag set as 'False'. Without modifying the apk is it possible to make the application debuggable using xposed framework.
Since all the application calls from Zygote process, is it possible to add 'enable-debugger' flag when we call that particular application?
Use Xinstaller module.
In Xinstaller, go to Misc. Tick 'Debugging apps'.
Wow, somebody found and uses this feature I thought nobody used it.
Thumbs up!
It's a life saver!
Damo2k said:
It's a life saver!
Click to expand...
Click to collapse
Wow thats cool, let me try it out. I am using Xposed installer 2.6.1 and cannot find the misc option. Do we have this feature in the new version?
becandid5 said:
Wow thats cool, let me try it out. I am using Xposed installer 2.6.1 and cannot find the misc option. Do we have this feature in the new version?
Click to expand...
Click to collapse
My mistake, I found the module you were talking about -
com.pyler.xinstaller

Categories

Resources