[APP][SHARE] Xposed Framework - Moto E Themes and Apps

Original Thread - http://forum.xda-developers.com/xposed/xposed-installer-versions-changelog-t2714053
Let me introduce the Xposed framework, which gives you the possibility to modify your ROM - without modifying any APK (developers) or flashing (users)!
For a quick start, have a look at XDA's "Android Basics 101" on Xposed: http://www.youtube.com/watch?v=uRR0Flqx9M8
Some technical details:
I extended the /system/bin/app_process executable to load a JAR file on startup. The classes of this file will sit in every process (including the one for system services) and can act with their powers. And even more: I have implemented something that allows developers to replace any method in any class (may it be in the framework, systemui or a custom app). This makes Xposed very powerful. You can change parameters for the method call, modify the return value or skip the call to the method completely - it's all up to you! Also replacing or adding resources is easy, thanks to many helpers in Xposed's API that developers can use.
Advantages:
No need to modify any APKs. This means:
No need to decompile, change things in smali, compile, sign, ...
It will work for odexed and deodexed ROMs.
Your mod is not bound to a specific version of the ROM. Unless there is a major change in the methods called for a certain functionality, your mod will continue to work even when you upgrade your ROM. Many modules work for a wide range of ROMs from different vendors.
Multiple mods can be installed at the same time, even if they modify the same app. So you can use these battery icons and those quick toggles. Even hooking the same method twice is possible. Of course, this only works properly if the mods are not trying to do incompatible things.
It does its magic at runtime. That means that developers can implement settings and do changes based on them (instead of statically forcing a certain behavior). Or you can have some extra logic for certain ROMs, without building different mod versions.
It can be disabled easily without having to reflash.
It's open source and free (as in beer and in speech).
There is a repository with many popular modules.
Download:
You can download the installer from http://dl.xposed.info/latest.apk. The disabler zip from the original threadis only needed if you are in a boot loop.
How to install:
First step for everything you do: Create a nandroid backup and make sure you know how to restore it!
I'm not responsible for anything you do with your phone/tablet/rice cooker.
There is also the risk to soft-brick your device. In such a case, see below for ways to recover from it.
Installation of the framework:
Download the Xposed Installer APK and install it
Launch the Xposed Installer, go to the "Framework" section and click on "Install/Update"
Reboot
Done!
You can verify this by starting the Xposed Installer again and making sure that the numbers in the "Framework" section are green.
If app_process jumped back to an older version (or none at all), you probably have a ROM with S-On or similar, which reverts any changes to /system after a reboot. Use installation via recovery in such cases.
Installation of any modules:
Download <module>.apk (e.g. via the builtin repository browser) and install it
Launch the Xposed Installer and go to the "Modules" section (you will also get there if you click on the notification warning you that the module is not enabled yet)
Enable the module by checking the checkbox
Reboot
Done!
(note that you can install the framework and enable/disable multiple modules at once and reboot afterwards)
In case you get into a boot loop:
First, try using the safemode by pressing any hardware key repeatedly. You can find a short explanation how it works here.
If that doesn't work, you can flash the attached Xposed-Disabler-Recovery.zip by Tungstwenty. It will be copied to your (external) SD card when you install Xposed as well. The only thing it does is copying /system/bin/app_process.orig back to /system/bin/app_process, which you can also do yourself (e.g. with adb shell in recovery mode).
Modules:
The official repository for Xposed modules, which can also be access from within the app itself (with download/update support), can be found at http://repo.xposed.info
There is also a whole XDA subforum for modules and an index/request thread.
Please don't use the "Xposed General" forum for requests or problems with modules! Use the thread of the module instead.
How to write a module:
If you are an interested developer, give it a try. The development tutorial will help you get started. Further documentation (e.g. how to replace resources) is here. And of course, you can ask your development questions in the "Xposed General" forum.
If you have suggestions for new functions the framework could provide (which means they should be useful for more than your module), you can do this there as well. However, requests that I or somewhen else should write a module for xyz are NOT allowed. Again, this subforum is only about the framework.
Source code:
https://github.com/rovo89/Xposed (the C++ part)
https://github.com/rovo89/XposedBridge (the Java part)
https://github.com/rovo89/XposedInstaller (Installer app)
Where to get help:
First, read the FAQ and search the "Xposed General" forum. If you don't find your answer there, please check this explanation to find out where you should post your question (e.g. module requests/questions don't belong into the "Xposed General" forum).
Thanks to:
Tungstwenty for his many contributions, both in code and thoughts
XDA admins, news writers and supporters for making Xposed known to so many people
All those volunteers who help answering questions about Xposed
The people who donated to get me a Nexus 5 for earlier KitKat support
All the translators: http://translate.xposed.info/ (if you want to contribute more translations, please follow the instructions mentioned on that page)

Reserved
[APP][Xposed]GravityBox
GravityBox is a module which primary goal is to provide the users of AOSP devices
with a tweak box to turn their vanilla AOSP ROM into custom ROM packed with additional features and tweaks
without need to flash anything. Most of the preferences can be changed on-the-fly without rebooting.
More info...
http://repo.xposed.info/module/com.ceco.kitkat.gravitybox
Some Screenshots of Modifications...
{
"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"
}

Reserved

This is an exact copy and paste from the original post. There is no need for this. Users know where to go to find Xposed.
Thread closed.
Feel free to contact me if you have any questions.

Related

[DEV] [APP] [01/04/2012] Multi Boot Manager 1.22 final for Bravo

{
"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"
}
Code:
Author
=======
Binoy Babu ([email protected])
Thanks to
=========
Quarx2k for valuable advise and ICS
m11kkaa for multiboot and advise
Epsylon3 for ICS
adamo3957 for testing
XDA forum
Reqirements
===========
1) Rooted Motorola Defy/Defy+/Bravo with 2nd init bootmenu installed
2) Multiboot feature by m11kkaa 0.51
Features
========
* Supports any number of ROMs
* Full support for multiboot 0.51
* Support multiple fsimages
* Create, recycle and format virtual systems.
* Delete, rename and edit description of each entry.
* Shows size of the VFS.
* Much more..
What is this?
=============
A manager for Virtual File Systems (fsimages) in your sdcard.
How to use this?
================
1) First of all a custom ROM should be installed as base. Preferably the latest CM9/CM7 nightly to get the latest 2nd-init bootmenu.
2) Then flash defy_multiboot_v0.5.1.zip by m11kkaa. You can get it from [URL="http://forum.xda-developers.com/attachment.php?attachmentid=973410"]here[/URL].
3) Install [URL="http://forum.xda-developers.com/attachment.php?attachmentid=985618&d=1333683822"] MultiBootManagerFree_v1.28_royale1223.apk[/URL]
4) Now open Mult Boot Manager from app drawer. Create new VFS from options. You can see now the new VFS listed. You just created your first VFS.
5) If you need MBM to detect your already existing VFS folders. You have to move them to /mnt/sdcard/multiboot.
6) Instructions for using multiboot 0.51 [URL="http://forum.xda-developers.com/showpost.php?p=24237176&postcount=524"]here[/URL], thanks joydeep1985.
7) If you have coming from leodfs multiboot, you have to restart from step 1. I hope you have enough knowledge to figure out which steps to skip.
8) Rest of the options in MultiBootManager are pretty self explanatory. Please make use of the context menu(long click menu).
9) Please report bugs and any features you want. I'm bit busy now but I'll fix/implement them later.
10) This app now works in virtual system also.
11) This app will work on all GB and ICS ROMs with 2nd init.
.
How to use this??
1) First of all a custom ROM should be installed as base. Preferably the latest CM9/CM7 nightly to get the latest 2nd-init bootmenu.
2) Then flash defy_multiboot_v0.5.1.zip by m11kkaa. You can get it from here.
3) Install MultiBootManagerFree_v1.22_final_royale1223.apk
4) Now open Mult Boot Manager from app drawer. Create new VFS from options. You can see now the new VFS listed. You just created your first VFS.
5) If you need MBM to detect your already existing VFS folders. You have to move them to /mnt/sdcard/multiboot.
6) Instructions for using multiboot 0.51 here, thanks joydeep1985.
7) If you have coming from leodfs multiboot, you have to restart from step 1. I hope you have enough knowledge to figure out which steps to skip.
8) Rest of the options in MultiBootManager are pretty self explanatory. Please make use of the context men(long click menu).
9) Please report bugs and any features you want. I'm bit busy now but I'll fix/implement them later.
10) This app now works in virtual system also.
11) This app will work on all GB and ICS ROMs with 2nd init.
Notes :
1) Always download the latest version of MBM, that would be MultiBootManagerFree_v1.28_royale1223.apk
3) My version of MBM and leodfs' MultiBoot are not compatible with each other. You can't use the two at the same time. Running leodfs version will break the functionality of my app. To restore it you will need to flash mk41aa's MultiBoot 0.41 again.
Change log version 1.28
Prevent an error during rename/edit
You can now set name of a new vfs while creating
Translation support strings.xml uploaded
New look for set icon dialog
Updated instructions
Add git versioning, it's getting very hard to keep track of the code
Code optimization.
Click to expand...
Click to collapse
Change log version 1.22
Many Bug-fixes
Support for multiboot 0.51
The name displayed is folder name, to rename a vfs, just use edit option
Set a default removed (no more relevant)
Improved UI
Works in both real and virtual
Detects if real/virtual
System info button
Many more, I dont remember everything.
Click to expand...
Click to collapse
Todo :
Translations(working on externalising all strings. It's a mess)
Other Devices support(I will try and port to moto devices first, then others, one at a time)
Install zip feature(pro).
Resize feature(pro).
Click to expand...
Click to collapse
Orginal thread : http://forum.xda-developers.com/showthread.php?t=1522329
Great you created a thread for it.
Im arriving home now, its 5.00 am here in my country, I was working
I'll try it when my phone is charged!
-----------------------------------------------------------------------
EDIT:
Worked perfect I dont like to use multiboot, but having now more than 2 multiboot roms is great.
I can confirm it is working perfectly!

[ROM] *Google Experience 4.4.4* [SS] *Nexus 5 on S4!* **UPDATE v0.3 FINAL**

{
"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"
}
The ultimate GPE for Safestrap!
Thanks Joe-Tech for the awesome base!
UPDATE 2:
Google Experience has been updated to v0.3 FINAL!
This means that there will be no more updates until Joe-Tech fixes the WiFi or
USB transfer bugs, or he releases an update to his ROM (the base of GglExp).
The ROM is now completely stable with no bugs unless found by YOU!
Here is a list of the updated features and whatnot that come in v0.3:
- Decreased size of ROM zip by 200MB!
- Added a new and improved boot animation.
- Fixed the Chrome force close error.
- Fixed the no root error (see install instructions)
UPDATE:
Google Experience is, as of now on v0.2-1! I skipped
v0.2 because when I went to test it, it soft bricked my phone! So that was a flop!
The updates that v0.2-1 have brought are the following:
- Gapps are now included in the ROM!
- SuperSU does not have to be flashed seperately!
- Joe-Tech's SMS and keyboard are removed.
- More bloat removed, more Google added!
What is Google Experience? It's a GPE ROM on steroids!
I was using Joe-Tech's GPE 4.4.4, when I thought to myslef, 'It's called a Google Play
Edition, but there aren't many Google Apps! It doesn't feel like a Nexus, or a GPE
device!' And so I set out to create the perfect Google Experience for Safestrap users.
FEATURES:
Nexus 5 or GPE device experience
Rooted
Gapps now built in!
Deodexed
Zipaligned
Speed (fastest ROM on S4)
Custom Bootanim (now 190MB smaller!)
Safestrap 3.72 ready
Based on Joe-Tech's GPE 4.4.4
Removed unnecessary bloat
DOWNLOADS:
Latest ROM (v0.3)
http://bit.ly/GglExpv3
Old ROM (v0.2-1)
http://bit.ly/GglExpDL
Modules
http://bit.ly/1zaDT8J
SuperSU
http://bit.ly/SuperSUdl
Extras
Xposed: http://bit.ly/GglXposed
This is a flashable zip made by me that includes Xposed and 15 modues
preconfigured for Google Experience. The full list of the modules can be found in the FAQ. To install,
download the zip file, put it on the root of your MicroSD card, boot into Safestrap and flash it- then
reboot, and you should have 15 hand-picked Xposed modules for your ultimate Google Experience!
DISCLAIMER:
- I am not responsible if you mess up your device
- I am not responsible if you mess anything else up
- I am not to be held liable if you void your warranty
- I will be laughing alongside Joe-Tech if you point fingers
INSTALLATION:
1.) Download the latest ROM, SuperSU, and your modules.
2.) Place them on root of your MicroSD card.
3.) In Safestrap, factory reset twice.
4.) Now wipe all except MicroSD card twice.
5.) Flash the Google Experience zip.
7.) Now flash the modules zip file.
8.) Now flash SuperSU update.
9.) Reboot and let it sit for 5 minutes.
10.) Open SELinux Mode Changer, set to 'Permissive'.
11.) Do a 'Hot Reboot'.
12.) Press the thanks button on this post!
13.) In Joe-Tech's own words, enjoy!
SCREENSHOTS:
http://bit.ly/GEScrSht1
NOTES:
- If WiFi is not working, do a 'Hot Reboot'.
- USB Transfer does not work.
- Upon first boot, a popup will say 'Maps stopped working'
- Ignore it and continue.
FAQ:
Q: What sets Google Experience apart from, say, Joe-Tech's GPE 4.4.4?
A: Google Experience offers a pure, consistent, well... Google Experience
like none other. Every update brings updated Gapps, and every app Google rolls
out, I aim to provide in Google Experience. I want to make you feel like you are
holding a Nexus 5 or a Google Play Edition phone in your hand.
Q: What modules are included in the Xposed flashable zip in the 'Extras'?
A: There are currently 15 modules as well as the installer in there. The modules
include: Advanced Power Menu, Android Tuner Free, App Ops, Cool Tool, Cyber-shot
Xposed, Force Translucent Statusbar, GravityBox, HKTheme Manager, MinMinGuard,
XDictionary, XInstaller, Xposed Additions, Xprivacy and XuiMod.
Q: What do you plan on developing next?
A: An Xperia ROM for Safestrap users on the AT&T S4. I think it would be cool
to take Joe-Tech's base, yet again, and remove the bloat, create an Xperia
overlay with the stock Z2 apps, and then build it and let people flash it. I'm not
even sure if there is already an Xperia ROM for the S4 out there yet.
​
Awesome! Gonna save this one and try it once i can flash nc5 on my s4. (My current mircoUSB wont transfer data so I cant use it)
T-Mo phones do not require SS editions, as the bl is not locked and have full use of full twrp and cwm.

[AROMA] oZoP Mods - System Animations - 8 full w/5 add-ons [v1.1 - July 30]

oZoP Development Projects are on the way!!!
Trust me, when you start playing with oZoP projects you will understand...
It may take me a long time for initial releases and I don't post updates weekly or for that matter even monthly, I build my projects for Final version ready!!
You've already seen my Aroma Boot/Shutdown animation project.
This is the second installment, just another of many sections that will be available in my full oZoP Aroma zip, hence the project Title
ONE ZIP ONE PLACE​
System Transition Animations mod
By flashing this zip you will be given a bunch of choices for different system animation style for screen/window transitions, keyboard/toast views and many others. You will get an additional option to tweak a little for unique styles!!
So I give you this, UNIVERSAL for MOST devices Aroma installer to give users the option for different choices!
This zip will work for MOST device running ANY Rom with ANY version Android 5.0+!
How to use the ozop-restore.zip to revert/recovery quickly without the need to restore or reinstall the whole Rom:
And just to be safe, I have included in my scripts and files a method that will create a flashable restore zip of your files before the mods does its thing!
The restore zip will be inside the new "ozop" folder that has been created and the zip is named "ozop-restore.zip"
If something doesn't play nice, just flash the zip and you'll be back to the way it was before you flashed the mod
NOTE: the script will delete any existing restore zips EVERY TIME you flash a new option, meaning that if you flash the mod again, your original system files will be replace with the file you flash previously!
If you want to have a permanent back up of the original file, you will need to rename the zip inside the ozop folder to whatever, just can't have the same name or it gets replaces everything you flash the mod
BUG REPORT:
Code:
MIUI choice causing boot issues for some users (works fine for me), so be prepared to you the restore.zip if needed. Will look into a fix for future releases
Report bug properly to get my support
Of course there are many way to properly report bugs and ALL of these ways have one thing in common, THEY ALL REQUIRE VERY DETAILED NOTES of the issue!
I'm moy goimg to go deep into how detailed you could get because lets face it, most people that report improperly are the ones who don't read and probably are going to read this! HaHaHa...
To get support from me I only ask for some simple things
1. What device, and rom you are running
2. What is the issue (no boot, fc everywhere, fc only certain app etc...)
3. Which option did you select
4. Did you get the install log
5. Did you use the restore.zip option to get back running
6. Do other choices share the same effect
That looks like a lot, but it really is the minimum amout of info need to troubleshoot!
Provide me that and I'll do my best to fix things and make this fun for everyone.
If you post things like
"Doesn't work", "bootloop" or anyone other similar post that have no value and help development is no way, actually these kinds of post only put development behind amd slow progress die the fact that anyone who cam help has to waste their time reading it!
If these kind of post ever come up, its best to ignore the lazy person and not clog the thread with flaming replies as that too slows development!
Anyway, I don't expect there to be many if any bugs! Been tested by myself and confirmed with users of this device!
Now grab the download and enjoy!
DOWNLOAD v1.1 HERE​
PREVIEWS:
Note: these are just very quick runs and don't cover all of the various transitions, but you kindof get the idea...
Stock
{
"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"
}
Missing Link
Nexus 7
iOS
Note: the animation have unique motions and some may look better with some minor adjustments to animations speeds. Some are better set to quick speed, others set slow. You will have to decide as per your needs.
You can access these adjustments via developer options in settings (activate if not shown by clicking about device/software version/build number 7 times)
List of the current animation:
COMPLETE SYSTEM ANIMATIONS
"oZoP Custom Missing Link Animations",
"Nexus 7 Ported Animations",
"Blur Animations"
"iOS Animations",
"Flyne OS Animations",
"Stock Animations",
"Google Pixel Animations",
"MIUI Animations"​
ANIMATION ADJUSTMENT ADD-ON FOR POP-U AND DIALOG ANIMATIONS
"Bounce Style Dialog Animations",
"Drop In Style Dialog Animations",
"Flip in Flip mix Style Dialog Animations",
"Fold Style Dialog Animations",
"Slide Style Dialog Animations",​
DEVICE COMPATIBILITY
Confirmed compatible devices for this version:
LG
OnePlus​
Confirmed NOT compatible with the version:
?Samsung​
Credits:
spanna for the original vrtheme script
changelog:
v1.1
*added support for OnePlus and possibly more devices..
*cleaned up Aroma code
*added ext sdcard calculation to device info and mount info
v1a
*removed incompatible Samsung styles
*changed text style in Aroma UI
*fixed mounting
*fixed install log recording
v1
*initial release
XDA:DevDB Information
oZoP Development - System Animations, Theme for the LG V10
Contributors
stangdriver44
Version Information
Status: Stable
Stable Release Date: 2017-07-29
Created 2017-07-29
Last Updated 2017-07-31
nougat?
klemen241 said:
nougat?
Click to expand...
Click to collapse
The mod only patches your existing current files. So if you're running N the mod will work, it should work down to LP and MM.
If you want to try but are unsure, read the OP section for using the ozop-restore.zip.
It will give you peace of mind that you can recover quickly and easily!
OP is updated with new link for fixed version because i had to remove the Samsung options.
Enjoy
stangdriver44 said:
The mod only patches your existing current files. So if you're running N the mod will work, it should work down to LP and MM.
If you want to try but are unsure, read the OP section for using the ozop-restore.zip.
It will give you peace of mind that you can recover quickly and easily!
OP is updated with new link for fixed version because i had to remove the Samsung options.
Enjoy
Click to expand...
Click to collapse
thanks. Yes i have seen backup option. for now i have unrooted phone because its not even 1 years old. But you guys are focing me to root it with all this mods haha
I can confirm it's working great on LGV10 H960A. Thank you very much for your work!
Hello I'm new to this mod I have a LG V10 T-Mobile H901 on 7.0 will this mod work for me and how does it work and what all does it do could someone help me please .
What is the theme you are using ? I like that theme .
i tried it on Redmi Note 3 Qualcomm running on Citrus 3.5 Nougat rom. Works pretty great Thanks
nothing changed on v10 after flash lol

[ROM][DEPRECATED] AOSP-X: AOSP with unofficial Xposed and GravityBox integrated

AOSP-X - Experimental Android 7.1.2 for Nexus5 with unofficial Xposed Framework and GravityBox integrated
This ROM is now deprecated. Use official Xposed Framework with a ROM of your choice instead.
Purpose
I built this ROM for my personal use for the purpose of migrating GravityBox to Nougat until official Xposed Framework is available, since I needed as clean and as stable environment as it was possible to get.
Since XDA community is often also about exploring and experimenting with new things I decided to share it with the community.
This ROM should be treated as experimental and may contain bugs - whether coming from Android itself - caused by Nougat not being officially available for the Nexus5
- or from the Xposed Framework itself - as its unofficial version is far from being complete and bug-free.
If you feel adventurous, feel free to experiment and maybe provide a feedback.
Android 7.1.2
This built was updated to the latest 7.1.2_r33 branch from AOSP repository.
Xposed Framework
ROM was compiled with ART and app_process patches provided by abforce which he introduced to bring unofficial Xposed Framework to Nougat.
XposedBridge is my personal version which is slightly different than one distributed with unofficial Xposed Framework ZIPs. Namely:
- it has resource injection fixed which is needed for the modules that inject fake resources into foreign packages during runtime
- it loads GravityBox implicitly which means Xposed Installer app is not required
GravityBox
GravityBox is integrated directly into the system partition and implicitly loaded by XposedBridge during boot.
It is a special "lightweight" version that was specifically designed for AOSP-X and thus is stripped off of all the code that was related to other
devices and systems. It will run only on this ROM (it will refuse to run if extracted and used on a different ROM).
Other modules
If you want to experiment with additional modules, simply install Xposed Installer app.
Gapps
Use Open Gapps of your choice
Source code
AOSP: http://android.googlesource.com/
ART: https://github.com/abforce/xposed_art_n
app_process: https://github.com/abforce/xposed_app_process
XposedBridge: https://github.com/C3C0/XposedBridge
Device trees: https://github.com/nougat-hammerhead/device_lge_hammerhead
Kernel: https://github.com/nougat-hammerhead/kernel_lge_hammerhead
Credits
yashade2001 - for device trees, kernel, build system
abforce - for ART, app_process
Download
https://drive.google.com/file/d/0ByoQX27sNQ0GMm4xRTZsNlR4Mmc/view?usp=sharing
MD5: c484af87fa690b74bbaf8f1e5d3e9452
Feel free to share the mirrors as Google Drive limits may prevent the link from working soon.
I will be offline for more than a week since Monday next week so I won't be able to take part in discussions during that time period.
Great broo
thank you so much mate, i will definitely try it
Thank you very much. Installed as secondary, and its running smooth.
One question: Is there root integrated, which have to be activated or do we need to install a root? (Any recommendations if magisk or supersu?)
Gratefully
Blade
EDIT: Installed Magisk, everything perfect
{
"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"
}
what does means B left. and GB
Sent from my Nexus 5 using XDA-Developers Legacy app
hanifvahora said:
what does means B left. and GB
Click to expand...
Click to collapse
Strange. Shows ok on mine using English US locale.
Looks like messed up string resources.
Outstanding!!! Thank you sooo much for sharing it. For you its just a personal testing build, for me it has a even higher value than the AospExtended (which im building for the last months).
A lot of thing are working perfectly out of the box! Congratulations! Really nice
I spotted a bug and i thought perhaps it might help you:
Some thing are get doubled, for example:
Lock-screen Shortcuts are displayed in 2 identical rows.
Navigationbar->"Additional/Extra/Custom Button" (dont know the right translation)
Here are some screenshot of this awesome ROM
BIade said:
Outstanding!!! Thank you sooo much for sharing it. For you its just a personal testing build, for me it has a even higher value than the AospExtended (which im building for the last months).
A lot of thing are working perfectly out of the box! Congratulations! Really nice
I spotted a bug and i thought perhaps it might help you:
Some thing are get doubled, for example:
Lock-screen Shortcuts are displayed in 2 identical rows.

Navigationbar->"Additional/Extra/Custom Button" (dont know the right translation)

Here are some screenshot of this awesome ROM




Here are some screenshot of this awesome ROM

Navigationbar->"Additional/Extra/Custom Button" (dont know the right translation)

Here are some screenshot of this awesome ROM





Click to expand...
Click to collapse
Thanks for the feedback. Redundant issue is strange. It looks like if module was loaded 2 times. Maybe check "adb logcat -s Xposed" which should tell you if this was the case. Anyway, I'm leaving home for a vacation soon and will be offline for more than a week.
C3C076 said:
Thanks for the feedback. Redundant issue is strange. It looks like if module was loaded 2 times. Maybe check "adb logcat -s Xposed" which should tell you if this was the case. Anyway, I'm leaving home for a vacation soon and will be offline for more than a week.
Click to expand...
Click to collapse
LoL, thanks for solving it. I enabled it in the installer thus it was running 2 times. U rock ^^
BIade said:
(..)
I spotted a bug and i thought perhaps it might help you: (...)
Click to expand...
Click to collapse
And it should be "Beim gedrückt Halten". Notice the upper case "H" due to the nominalised verb. This is the same for both the 1901 orthography and the 1996/2004/2006/2017 variants.
Facebook videos can't able playing. Why ??? Anyone having same issues or me only....
Never quote whole OP when replying :-S
Sent from my Nexus 5 using XDA-Developers Legacy app
How to set SElinux status to permissive .. Modules not working .. Is this because of SElinux status ..???
This ROM is deprecated as it comes with unofficial and outdated Xposed Framework.
Use official Xposed Framework with a ROM of your choice instead.

Broken XDA links

I was reading some posts about samsung and discovered some broken links of XDA. can they be fixed?
Those links goes to the post where they linked to XDA xposed modules
[APP][6.0+] XTouchWiz | Customize your Stock Samsung Roms
This module supports Samsung TouchWiz Marshmallow 6.0+ Rom only. XTouchWiz includes the most important features IMHO, I have no plans for the theming/coloring features, so please no need to ask for them. Wanam Xposed was a big project that i...
forum.xda-developers.com
[XPOSED][Q] Firefds Kit 10.0.4.0-STABLE-12 - Customize Samsung OneUI 2.x [28/04/22]
Version for Marshmallow is available here: https://forum.xda-developers.com/xposed/modules/app-xtouchwizs5-customization-touchwiz-t3372401 Version for Nougat is available here...
forum.xda-developers.com
evildog1 said:
I was reading some posts about samsung and discovered some broken links of XDA. can they be fixed?
Those links goes to the post where they linked to XDA xposed modules
[APP][6.0+] XTouchWiz | Customize your Stock Samsung Roms
This module supports Samsung TouchWiz Marshmallow 6.0+ Rom only. XTouchWiz includes the most important features IMHO, I have no plans for the theming/coloring features, so please no need to ask for them. Wanam Xposed was a big project that i...
forum.xda-developers.com
[XPOSED][Q] Firefds Kit 10.0.4.0-STABLE-12 - Customize Samsung OneUI 2.x [28/04/22]
Version for Marshmallow is available here: https://forum.xda-developers.com/xposed/modules/app-xtouchwizs5-customization-touchwiz-t3372401 Version for Nougat is available here...
forum.xda-developers.com
Click to expand...
Click to collapse
Both links work for me as seen in attached screenshots.
Spoiler: Screenshots
{
"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"
}
Oswald Boelcke said:
Both links work for me as seen in attached screenshots.
Spoiler: Screenshots
View attachment 5335639
View attachment 5335637
Click to expand...
Click to collapse
Maybe evildog1 meant the links included within the linked posts? If this is the case, they are probably broken links caused by the move to XenForo, possibly needing a fix with the new XF url format?
woodman said:
Maybe evildog1 meant the links included within the linked posts? If this is the case, they are probably broken links caused by the move to XenForo, possibly needing a fix with the new XF url format?
Click to expand...
Click to collapse
Upps, you're right. @evildog1 Sorry, I misread your post.
And affirmative, all the links in the two quoted posts are broken and simply refer to
Xposed General
Use this forum to chat about xposed framework and modules to modify your device without flashing a custom ROM
forum.xda-developers.com
However, there's a workaround to go to the actual thread or post that were supposed to be linked as the number at the end of the URL is the important part.
If you take the example from the link in this post:
[APP][6.0+] XTouchWiz | Customize your Stock Samsung Roms
This module supports Samsung TouchWiz Marshmallow 6.0+ Rom only. XTouchWiz includes the most important features IMHO, I have no plans for the theming/coloring features, so please no need to ask for them. Wanam Xposed was a big project that i...
forum.xda-developers.com
The link is:
https://forum.xda-developers.com/xposed/modules/xposed-firefds-kit-customization-t3908114
Now simply reduce this to (please note that the t must be separated from the number by a /)
https://forum.xda-developers.com/t/3908114
Above will then refer you to the thread or post, which new URL under Xenforo is:
https://forum.xda-developers.com/t/...-15-customize-samsung-oneui-10-01-21.3908114/
or as plain:
https://forum.xda-developers.com/t/xposed-pie-firefds-kit-9-1-0-5-stable-15-customize-samsung-oneui-10-01-21.3908114/
You find the important number at the end again after the dot.
Don't know if the admins can run a script to repair all broken ones? @MikeChannon
woodman said:
Maybe evildog1 meant the links included within the linked posts? If this is the case, they are probably broken links caused by the move to XenForo, possibly needing a fix with the new XF url format?
Click to expand...
Click to collapse
That's right! Sorry for my bad english
Oswald Boelcke said:
Upps, you're right. @evildog1 Sorry, I misread your post.
And affirmative, all the links in the two quoted posts are broken and simply refer to
Xposed General
Use this forum to chat about xposed framework and modules to modify your device without flashing a custom ROM
forum.xda-developers.com
However, there's a workaround to go to the actual thread or post that were supposed to be linked as the number at the end of the URL is the important part.
If you take the example from the link in this post:
[APP][6.0+] XTouchWiz | Customize your Stock Samsung Roms
This module supports Samsung TouchWiz Marshmallow 6.0+ Rom only. XTouchWiz includes the most important features IMHO, I have no plans for the theming/coloring features, so please no need to ask for them. Wanam Xposed was a big project that i...
forum.xda-developers.com
The link is:
https://forum.xda-developers.com/xposed/modules/xposed-firefds-kit-customization-t3908114
Now simply reduce this to (please note that the t must be separated from the number by a /)
https://forum.xda-developers.com/t/3908114
Above will then refer you to the thread or post, which new URL under Xenforo is:
https://forum.xda-developers.com/t/...-15-customize-samsung-oneui-10-01-21.3908114/
or as plain:
https://forum.xda-developers.com/t/xposed-pie-firefds-kit-9-1-0-5-stable-15-customize-samsung-oneui-10-01-21.3908114/
You find the important number at the end again after the dot.
Don't know if the admins can run a script to repair all broken ones? @MikeChannon
Click to expand...
Click to collapse
Thanks, it helped a lot
Hope this can be fixed
evildog1 said:
That's right! Sorry for my bad english
Thanks, it helped a lot
Hope this can be fixed
Click to expand...
Click to collapse
Yes, these are easy for an OP to fix or a Moderator, assuming there are not hundreds of them of course.
As said above one that ends with e.g.
..........pers.com/xposed/modules/xposed-firefds-kit-customization-t3908114 can be changed to
..........pers.com/t/xposed-pie-firefds-kit-9-1-0-5-stable-15-customize-samsung-oneui-10-01-21.3908114/
Possibly even easier just copy the number at the end insert t/ after developers.com and paste in the number (all that extra writing and sub forum stuff is redundant, all it needs is the /t/ part and the number. So in the above example you can use:
....................opers.com/t/3908114
That works just as well. (/t/3908114 is what it needs, not all the other wording.) Forum links work in the same way except they need /f/ instead of /t/
If there are hundreds of these, I can see if someone can script something but it might not be quick or get priority.
Mike

Categories

Resources