[APP][AOSP/STOCK]QCView - QuickCircle for AOSP/Stock[1.2.4] - G3 Themes and Apps

QCView
QCView is a custom Implementation of the QuickCircle for the LG G3.
{
"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"
}
Features
Easily customizable - It's fully compatible with the Clock format used by QCThemer, just download one of the already made clocks, or create your own.
QuickApps - Officially supported by Quick Circle Apps, other apps may work. Also has it's own collection of apps.
Show your notifications - Swipe to the right to show you your Notifications. Drag the icon to the trash, to delete the Notification.
Control your music - Swipe to the left to control your running music players
Secure your view - You can set a security KnockCode in the settings, to protect your notifications and apps from prying eyes.​
Instructions
Disable screen automatically turning off when cover is closed
Works OOTB on cm12.1 based and stock roms. For older roms:
If your rom doesn't allow you to disable it, you have two options:
Xposed
If you're running Xposed, you can just install the module Disable_lidControlsSleep and activate it.
Apktool
You'll need some basic knowledge of the console/terminal/cmd-prompt to use Apktool and adb.
Download the newest Apktool if you have any troubles.
Connect your phone via usb to the PC and make sure USB-Debugging is enabled
(Re)Start adbd-daemon in root mode:
Code:
adb root
Pull framework-res form your device
Code:
adb pull /system/framework/framework-res.apk
Decompile your framework-res.apk with apktool
Code:
java -jar apktool.jar d -s framework-res.apk
Edit "framework-res/res/values/bools.xml"
search for "lidControlsSleep" and set the value to false
Recompile your framework-res.apk with apktool
Code:
java -jar apktool.jar b -c framework-res
Remount your /system partition rw
Code:
adb remount
Push your edited framework-res.apk
Code:
adb push framework-res/dist/framework-res.apk /system/framework/framework-res.apk
Reboot your device
Code:
adb reboot
You'll need to repeat this, every time you update your rom
Download and Install QCView
(Optional: Download Quick Circle Apps and/or Chabino's Apps)
You want to see QCView in your native language?
Head over to OneSky and help translate the app
(Your language is not available? => pm me and I'll add it)
Download
Download from AFH
Changelog
v1.2.4:
update translations
add polish translation (thanks to @dadi11)
add lithuanian translation (thanks to @Molius)
v1.2.3:
Fix weather clock crash when no location is available
add italian translation (thanks to @maps4e)
v1.2.2:
Updated translations
Add portuguese translation (thanks to @tarzan2003)
v1.2.1:
Fix weather clock crash on network error
Make weather clock update interval configurable
Add automatic updates
v1.2.0:
fix missing launcher icons
add weather clock
Service notification priority set to MIN => The notification icon will now only be visible in the notification area
add russion translation (thx to @gaich)
add partial german translation
added banner ads
v1.1.5:
fix qcview randomly popping up, because of wrong magnetic values
v1.1.4:
fix only showing hangup button when receiving a call
v1.1.3:
Add settings to disable in call ui
v1.1.2:
Hotfix for in-call ui showing even when cover is opened
v1.1.1:
Fix music crash with some apps (Eleven Player)
Use custom volume control instead of default android panel
Use a default background if player doesn't supply a cover
Fix stuck notifications #2
Better call handling
2015-05-09-1:
KnockCode (Enable in Settings)
Settings
Music Control (When player is active swipe to the right)
QCircleLib -> GitHub
Fix notifications Reappearing after remove
2015-05-07-2:
Drag a (non persistent) Notitication icon -> a trash icon will appear. Drop to remove the notification
Opening the cover while looking at an expanded notification will trigger the notification intent
Fixed some more notification bugs
Fixed a bug with the glowing circle animation
2015-05-07-1:
Split into chabinoapps and qcview
Add support to load external applications
Add patched quickapps
Please let me know what you think.
Screenshots:
Old Post
Thread started Chabino.G but due to time constraints is now being updated by BigBoot93
This app is not the official one. Now compatible for every ROM !!!!!!!. (For stock it is recommended to freeze the stock QuickCircle)
Check the @BigBoot93 version at page 128: http://forum.xda-developers.com/showpost.php?p=59892931&postcount=128
We will only update this version in the future because I love BigBoot work and interface.
Credits to @hack_er4 @Lillo75 @kscasper13 @BigBoot93 & @mohfreestyl for design the watches
Special thanks to @AngelBob @AndroidUser00110001 & @manups4e
Hi XDA,
TUTO
Follow this steps:
*Install xposed. (Search for a tuto on xda)
**If needed ->Flash the makepermissive.zip to set SElinux on permissive, no need soft reboot anymore.
***For AOSP: install the xposed module "disable_lid_controlSleep". Activate it and then reboot normally. Stock not needs that.
****Install the BigBoot93 version of QCView at post 128: http://forum.xda-developers.com/showpost.php?p=59892931&postcount=128
*****If you love Quickapps: Install Quickapps version 4.3 on playstore : Now fully compatible with QCView with no needs of patched version.
yoavst said:
I'm happy to announce that stock quick circle (4.3) should now fully* support QCircleView!
No need to download patched version anymore.
For Developers
If you develop Quick Circle app, you could use QCircle-Design-Template by LG ( https://github.com/LGDeveloper/QCircle-Design-Template/pull/18 ) and have QCircleView support
Just add this code to your activity:
Code:
Select Code QCircleFeature.setAlternativeValues(new Bundle(){{ putInt("config_circle_diameter", 1101); putInt("config_circle_window_y_pos", 0); putInt("config_circle_window_height", 1046); }});
* Quick toggles is the only app that will crash. tested on 5.0 CM 12 rom with @BigBoot93 's version. Fix will arrive soon.
Click to expand...
Click to collapse
******If you love my apps also, install Chabinoapps from post 128 attachments.
Changelog 1.1.2 BigBoot Version
•Hotfix for in-call ui showing even when cover is opened
v1.1.1:•Fix music crash with some apps (Eleven Player)
•Use custom volume control instead of default android panel
•Use a default background if player doesn't supply a cover
•Fix stuck notifications #2
•Better call handling
____________________________________________________________________________________________________________________________
Changelog 1.0.3 BigBoot93 version
The best update you ever seen!!! Fully compatible with QCthemer by @BigBoot93
Go to post 128 : http://forum.xda-developers.com/showpost.php?p=59892931&postcount=128
*Every QuickCircleView old features
*Possibility to add and remove your own clock with QCthemer
*Possibility to add Quickapps by yoavst or/and Chabinosapps by me
*New animations
*New bieautiful notification panel
*Swipe down to show the menu. Swipe left to see notification (if activated), swipe up the notification to see it in extended mode. If you open the cover when a notification is in expended mode the related app will open itself
____________________________________________________________________________________________________________________________
Changelog 2.2 Chabino Version (Obsolete)
Apk : http://www32.zippyshare.com/v/qYrW9SfW/file.html
*
*
*
You can make your own clock by following @BigBoot93 recommendations and add it in QCthemer
Source code of 2.2 (Chabino Version): https://github.com/Chabino/QCircleView
All credits goes to @BigBoot93 and @Chabino.G

Is it compatible with quick remote?

Can't wait to upgrade to 0301 to try!

Whyt_e said:
Is it compatible with quick remote?
Click to expand...
Click to collapse
For now no, it's in beta stage. In my next update maybe it'll be compatible.

Chabino.G said:
-Reboot the phone and make sur that when you close the cover the screen doesn't turn off automatically.
Click to expand...
Click to collapse
Does that mean the screen will stay on with the cover ?

lapocompris said:
Does that mean the screen will stay on with the cover ?
Click to expand...
Click to collapse
Indeed the screen will stay on with the cover. But when you installed and launched QCircleView app your screen will turn off automatically when you close the cover.
In fact, I just manage this features on my app, instead of let the rom manage it. Try it, but for reverse you can reflash the CM12_2015-03-01 without wipe, it will restore your original framework-res.apk.

Can someone confirm if it's working with BlissPop 2.1?

num1gever said:
Can someone confirm if it's working with BlissPop 2.1?
Click to expand...
Click to collapse
Don't try it because of different framework-res. apk. Send me BlissPop 2.1 framework-res.apk in System/framework/ I will make a zip for you.

I would like to add support for Quick Circle Apps for that If you will open source it.
I'll upload the framework-res of crdroid soon.
Edit: Was trying to do that by myself, why does it fail after:
apktool d framework-res.apk
*editing file*
apktool b framework-res

yoavst said:
I would like to add support for Quick Circle Apps for that If you will open source it.
I'll upload the framework-res of crdroid soon.
Click to expand...
Click to collapse
You are the best Yo, I will post my source on github soon.

Working fine on CM12, add more watch faces and please remove the texts you added on watches ... the battery level time and date... or give us the option to hide them... on some watches it looks really ugly. other then that big thanx for your work ...missed quickcircle apps on my phone
Oh and also please put other icons for the apps, the one you chose are a bit ugly..

Chabino.G said:
You are the best Yo, I will post my source on github soon.
Click to expand...
Click to collapse
Thanks. Here is my framework res: http://www42.zippyshare.com/v/8ktht4xI/file.html
Can you tell me what have you done to make the compiling back work?

Commandox said:
Working fine on CM12, add more watch faces and please remove the texts you added on watches ... the battery level time and date... or give us the option to hide them... on some watches it looks really ugly. other then that big thanx for your work ...missed quickcircle apps on my phone
Oh and also please put other icons for the apps, the one you chose are a bit ugly..
Click to expand...
Click to collapse
Thanks for your feedbacks ahah. I will modify that soon. But for the icon I have no inspiration, give me your idea .
Your welcom. Can you please try to answer and reject a call in the cover, if it is broken I will correct it on my next update.

yoavst said:
Thanks. Here is my framework res: http://www42.zippyshare.com/v/8ktht4xI/file.html
Can you tell me what have you done to make the compiling back work?
Click to expand...
Click to collapse
Download and use this beta apktool at the end of the link.
https://code.google.com/p/android-a...tus Priority Milestone Owner Summary Modified it's work fine.
But to be sure that the size don't change, I hex edit it with HxD Editor. Search 12 FF FF FF 08 (corresponding to .ÿÿÿÿ. = "true") hex value, go to 29th occurrence and modify it to 12 00 00 00 00 08 (corresponding to ...... = "false"). (I count the number of true value on bool.xml since the beginning to lidControlSleep, for now on CM12 it's 29).
Edit : Here is your edited framework zip : http://www47.zippyshare.com/v/buaMt4dU/file.html

This would remove XPOSED right?

Upstreammiami said:
This would remove XPOSED right?
Click to expand...
Click to collapse
Hmm well.. I don't know, give it a try maybe. Do xposed modify the framework-res.apk?

Chabino.G said:
Hmm well.. I don't know, give it a try maybe. Do xposed modify the framework-res.apk?
Click to expand...
Click to collapse
Yes
---------- Post added at 01:29 PM ---------- Previous post was at 01:26 PM ----------
Chabino.G said:
Hmm well.. I don't know, give it a try maybe. Do xposed modify the framework-res.apk?
Click to expand...
Click to collapse
Would be great if you make this into an XPOSED module so you can use there framework

Upstreammiami said:
Yes
---------- Post added at 01:29 PM ---------- Previous post was at 01:26 PM ----------
Would be great if you make this into an XPOSED module so you can use there framework
Click to expand...
Click to collapse
I will work on it, I don't have xposed yet, but as soon as possible.

Chabino.G said:
I will work on it, I don't have xposed yet, but as soon as possible.
Click to expand...
Click to collapse
Leave it to me, I'll work on it.

yoavst said:
Leave it to me, I'll work on it.
Click to expand...
Click to collapse
Thanks for them. PM me if needed

Related

[Port][Aroma][GPL][Daily Use] MIUI V4 ICS 3.2.22 Caspian Series [Build4 - 15,Apr]

{
"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"
}
Miui rom designed for hdpi and xhdpi devices. So after over four months of resizing and fixing FC problems, we present Stable and fast MiuiV4 .
It's a port from ZTE Blade . We used AOSP ics as base rom.
we've ported this for galaxy mini and galaxy fit . here is galaxy mini's thread:
http://forum.xda-developers.com/showthread.php?p=47848551
Our modifications after porting:
- fixing some FCs (AccessControl, Setting,Gallery, ...)
- fixing signal indicator
- fixing USB & Wifi Tethering
- fixing Call record ( kernel doesn't support 3-way call recording ,for using this feature please connect your headset or turn on speaker in call )
- adding Miui Keyboard with Swype
- adding some preload classes to Framework.jar
- resizing 100% of applications to ldpi(size of apps reduced to 30% after resizng)
- designing new boot animation
- resizing lockscreen, pattern, pin, pincode, puk, widgets, launcher, icons...
- designing Solidexplorer, Link2SD,... icons and adding them to default theme.
- theming Cyanogenmod Calculator with Miui Theme
- theming Samsung stock keyboard with Miui Theme
- theming QuicksearchBox like Jellybean
- adding emoji to Mms
- adding landscape mode to Mms
- adding my App installer Script
- fixing graphical issue, flickering, online theme, ring loop, boot animation delay, ...
- installing some apps in Data so that you can uninstall them if you want
How to install:
- download rom file
- copy rom file to Sdcard
- go to recovery
- wipe data , cache and dalvik cache (you can do this in aroma)
- install .zip file
- select installation type:
Default --> Pure Miui v4 without manipulation + Light Gapps
Typical --> All recommended features will be installed.
Custom --> You can sellect mods or apps to install/uninstall
- select finish and the phone will reboot
- after booting tap on Settings-->Manage ROOT Permission and turn on root :
- after 1 minute reboot again
- Enjoy MiuiV4
- DON'T WIPE data after installing finished!!! (because some apps installed in data,...)
App installer Script:
After installing new rom you should install so many apps. It takes too much time. I have written a script that automatically install several apps with two simple commands!
Just put your apps in a folder and install Terminal Emulator app and type this commands:
Code:
su
installapp
just follow script questions!
Recommended CPU settings:
go to Settings-->Developer options-->CPU Control and
Set governor to SmartassV2 or SmartassH3
Set Max = 600
Set Min = 245
Credits:
- MIUI Team ( for their awesome rom)
- MoltenMotherBoard Team ( for AOSP ics )
- Jelaxy Team ( for RIL )
- sanek1804 ( cooker of zte blade rom )
- Paul L. ( for AOSP ics )
- sudarshan_mehta ( for AOSP ics )
Thanks to:
- @Rminsh
- @Venkatesh
- @crullick
- @HootanParsa
- ehsanfir1
- All of my testers
Q & A :
Q: What is aroma installer?
A: When you install Linux, Windows, Mac or applications on the PC, You can always customize your installation as you want. Why can’t we do the same installing an android rom? Now we can - Aroma Installer gives you this possibility!
Q: Is this rom multi-language?
A: Yes, it support LTR and RTL languages, but the translation of rom is not complete.
Q: Is there any way to have app drawer on miui launcher?
A: No, but you can create a folder and drag all apps to it. Then put the folder to center of dock bar.
Q: How can I create shortcuts on home screen?
A: Press menu>Edit widgets and now again press menu>add to see shortcuts.
Q: How to disable slide lock before pattern?
A: Go to Settings>Developer options and enable “Access system directly”.
Q: I disabled navbar at aroma. How can I enable it?
A: Install and open MiXplorer (or similar file manager) and edit this line at build.prop (it’s located on root/system)
qemu.hw.mainkeys=1
to:
qemu.hw.mainkeys=0
“1” will disable navbar and “0” will enable it.
Q: How to set a mp3 ringtone?
A: There is a bug. You can only set mp3 ringtones using theme manager. So open “theme” app and go to “mix” tab and select ringtone.
Q: What is theme-fix-patch?
A: Because of our device’s small screen, some themes may brick the rom. This patch will copy to SD card automatically by aroma installer and help you to restore miui default theme. Just go to recovery and install it as normal patch.
Q: Why my status bar show notifications as 3dots (…)?
A: It’s a feature of miui. You can customize status bar notifications at Settings>Status bar settings>Customize status bar notification.
Q: Is this rom compatible with xposed framework?
A: Unfortunately no, but I have sent a log to xposed developer to fix the issue.
Q: How to open app info from launcher?
A: Hold down home button to open task manager, then hold your thumb on the app icon.
Q: How to change boot animation and boot sound using theme manager?
A: This features doesn’t work on this rom. But if you like to change boot animation, do it manually by replacing Bootanimation.zip at Root/system/media. Also you can extract boot animations from themes using winrar or 7-zip.
Q: How to launch Music widget on lockscreen?
A: Simply double tap on the lockscreen’s clock.
Q: The rom is miui v4. What is 3.2.22?
A: This is the weekly release date of rom. It means the rom released by MIUI on Feb 22, 2013.
Q: What is recommended cpu settings for this rom?
A: Max=600, Min=245, Governor=SmartassV2/H3
Q: How to use miui weather?
A: Miui weather only has china’s cities, so we removed it to have more system space.
Q: How to remove torch app/icon?
A: Torch is an activity inside SystemUI.apk. Removing this activity will brick systemUI. So it can’t be removed at all.
Downloads:
Build (4) - SEMI-ODEX [Better for daily use]
Build (4) -DEODEX [For developers]
Miui5 Theme LDPI
Theme fix patch
Miui team doesn't support LDPI devices. so after applying some themes you can't unlock lockscreen. in this case go to recovery and install this patch . it will reset your theme to default.
​
Build4 Changelog:
MIUI4 CaspianSeries Build (4) - 15 Apr 2014
remove 4x5 grid from miuihome
resize dialler buttons
add GPS configs for 80 countries to aroma
remove adm from aroma
new icon for tapatalkHD
remove solid explorer
add MiXplorer to aroma
add MiXplorer icon to theme
16 system apps for customization in aroma
more language for settings and some other apps
add s2e to aroma
add mounts2sd to aroma
redesign quick search box with google now ui
add elementary kernel to aroma
set elementary kernel as default
add viper4android to aroma
add insecure su binary to aroma
increase aroma font size
add theme fix patch to aroma
fix music playback crop in elementary kernel by Alin.p
add long press volume to change track functions
fix themes deleting fc
fix browser's search issue
fix themes component chooser fc
fix camera settings layout
resize nav bar
Add nav bar flag to aroma
fix green lines sw video decoder
remove wipe option from aroma
add int2ext v2+ to aroma
XDA:DevDB Information
MIUI V4 ICS 3.2.22 Caspian Series, a ROM for the Samsung Galaxy Fit GT 5670
Contributors
ehsan-black, ehsan-black, magmini
ROM OS Version: 4.0.x Ice Cream Sandwich
ROM Kernel: Linux 2.6.x
Based On: MIUI
Version Information
Status: Stable
Current Stable Version: Build 4
Stable Release Date: 2014-04-15
Created 2013-11-26
Last Updated 2014-04-20
Full Changelog
MIUI4 CaspianSeries Build (1) - 9 Aug 2013
first release
design new boot animation
add samsung keyboard
add cm10.1 calc
theme calc & keyboard & quicksearchbox
new icons for link2sd & solid explorer
new icon for unknown apps
resize launcher
resize music widget
resize music app
add & resize photo frames
add miui gallery & camera
remove gallery bg noise
remove extra languages from fw & all apps
add lbesec
add pure studio
90% resize for ldpi
resize lockscreen music widget
resize pattern and password screens
resize pin code screen
add new icons to quicksearch box
add gps config for IR
add MTN & MCI apns
change FA font to Yekan
resize mms attachment
add emoji to mms.apk & fallback.ttf
remove extra sounds and wallpapers
fix flickers
fix graphic issue whene scrolling
fix online themes
fix ringtone loop
fix boot delay
fix usb mass storage connection
fix access control fc
fix local&languages fc
put some apps on /Data
remove unnecessary libs
add install script
add theme directory by default
remove control panel icon from launcher
rename control panel to miui cpu control
disabling network location
change animation scale to 0.5x
force hw acceleration for launcher
remove black screen after call
fix system update fc
add preload classes to framework.jar
MIUI4 CaspianSeries Build (2) - 21 Oct 2013
fresh port with aosp base
fix bootloop
100% ldpi
faster and more stable
fix signal indicator
fix call low volume issue
fix usb tethering
fix wifi tetherinng for beni
better camera driver for beni
change graphic smalies in framework.jar
change window animation scale to 1x
change FA font to Tahoma
add removed languages (only for apps)
fix battery drain issue
fix deskclock alarm issue
translate world clock strings
fix call recording
fix download provider ui tabs bg
fix browser bookmark tabs bg
resize browser bookmark thumbnails
remove FA languages
add pico-tts
add miui keyboard
add some of removed apps
add miui compass
resize compass
fix image editor fc
remove weather app
fix webkit in framework
MIUI4 CaspianSeries Build (3) - 26 Nov 2013
preparing for international release
new smalies for framwork
updating some apps
add language strings to framwork
add xt9 languages to miui keyboard
Reserved
WOW. This MIUI ICS 4 Rocks
WOW. I am stunned after flashing. A full flown working MIUI ICS ROM. We can't get any other better than this. A BIG thanks for this ROM.:good::good:
Check ur pm
Nice job Ehsan
( karet alye dadash )
best miui i love this rom <3 no random restart i used 2g all day 20% from 85 % and screen usage 4 h ( i don't use badass kernel)
Screenies ?
---------- Post added at 01:48 AM ---------- Previous post was at 01:30 AM ----------
I am on jb so should I jump to ICS , I mean are there any advantages ?
Rockstar.garvit said:
Screenies ?
---------- Post added at 01:48 AM ---------- Previous post was at 01:30 AM ----------
I am on jb so should I jump to ICS , I mean are there any advantages ?
Click to expand...
Click to collapse
click on Screenshots tab above the First post!
Miui ROM has a diffrent world . it has so many advantages. customizable themes , Guard mode ( they can open your sms app but your messages and Call log are hidden) , backup app , online themes ....
and it has a very beautiful UI
Rockstar.garvit said:
Screenies ?
---------- Post added at 01:48 AM ---------- Previous post was at 01:30 AM ----------
I am on jb so should I jump to ICS , I mean are there any advantages ?
Click to expand...
Click to collapse
Also this ROM is Bug and Lag free
Super smooth
and Beautiful
I can say this is the best 4.+ rom for our fit :highfive:
@ehsan-black
How can I remove network operator name from status bar's left side ?
hrgh said:
@ehsan-black
How can I remove network operator name from status bar's left side ?
Click to expand...
Click to collapse
we can't remove it... but every time that a notification appears network operator name disappears itself...
if you botherd from those 3 dots in statusbar when a notification appears, go to settings --> Status bar Settings --> Customize status bar notification and turn off this feature (Hide notification) or choose the application.
Can I rename the Network Operator? Mine is displayed as id code :/
k3eNaNz said:
Can I rename the Network Operator? Mine is displayed as id code :/
Click to expand...
Click to collapse
try this :
http://forum.xda-developers.com/showthread.php?t=901865
I have some suggestions for making this rom better ( If possible )
1-Reduce height of dialpad (specially contact - phone - delete buttons and vertical space between numbers )
2- Making quick access to toggles from statusbar like CM JB , in cm u can select right or left side of statusbar to go directly to toggles (quick settings)
3- Sliding notification panel to toggles and inverse (It sometimes works but not always and accurate )
4- Access to statusbar in lockscreen
5- some pngs like edge icon in signal bar needs to be resized its blur
6- Adding screenshot button to power panel , becuz statusbar is not available in all apps
hrgh said:
I have some suggestions for making this rom better ( If possible )
1-Reduce height of dialpad (specially contact - phone - delete buttons and vertical space between numbers )
2- Making quick access to toggles from statusbar like CM JB , in cm u can select right or left side of statusbar to go directly to toggles (quick settings)
3- Sliding notification panel to toggles and inverse (It sometimes works but not always and accurate )
4- Access to statusbar in lockscreen
5- some pngs like edge icon in signal bar needs to be resized its blur
6- Adding screenshot button to power panel , becuz statusbar is not available in all apps
Click to expand...
Click to collapse
1- we will do this
2- i don't think we can add this feature
3- it is working but u must sweep faster
4- active this feature in "settings/statusbar setting"
5- i will try to do this tomarrow
6- screenshot button is available in all apps (go to "settings/statusbar setting" and active "expandable under full screen" feature).
i have this problem that i have pattern lock and whether I draw it correct or not it unlocks !!!!
hamidfit said:
i have this problem that i have pattern lock and whether I draw it correct or not it unlocks !!!!
Click to expand...
Click to collapse
i haven't this problem in galaxy mini.
hamidfit said:
i have this problem that i have pattern lock and whether I draw it correct or not it unlocks !!!!
Click to expand...
Click to collapse
flash the rom again and try if problem is solved because i aint getting that problem
Solved
Marcos93 said:
flash the rom again and try if problem is solved because i aint getting that problem
Click to expand...
Click to collapse
Solved folks
By the way is there a 100% compatible theme for our Fits and of course this Rom !

[KK4.4.2][ROM][ION][TeamCody]ParanoidAndroid (AOSPA-legacy) ▒ BETA 3

DISCLAIMER:
Your device, your responsibility. I am not liable for anything you flash, including this.
As a result you'll probably want to read the rest of the thread and at least be aware of what you're flashing.
You've been warned.
Android Open Source Paranoid Android
HTC Explorer (pico) using Official AOSPA-legacy repos
4.4 Base​
Features:
AOSPA-legacy is the project headed by PA team member slick_rick to support other devices for PA beyond Nexus.
Only deviations are to allow it to build properly and are generally from CM repos.
Any modifications, enhancements, etc. will be brought in and supported through their Gerrit review process and/or Github pull requests into AOSPA-legacy repos.
Downloads:
Beta #3: http://forum.xda-developers.com/showpost.php?p=50163736&postcount=13
Beta #2: http://forum.xda-developers.com/showpost.php?p=49364084&postcount=10
Beta #1: https://www.mediafire.com/download/wb13ndds2shx8od/pa_pico-4.0-BETA-20140107.zip
GApps: Not tested. See if you find a suitable package.
Flash Instructions:
1) Back up your current system and all data if desired.
2) In your favorite custom recovery, wipe data, cache and dalvik.
If you want to flash the ZIP version you'll need to format system as well.
3) ROM - ZIP - Flash ZIP in recovery
4) Flash GApps
Summary Changelog (edited to remove device specific changes):
AOSPA 4.0 Beta 4 <2014-01-27>
Restored two finger quick setting pull down
Immersive mode fixes (also, now a dual tile)
Network toggle tile is disabled if Google dialer is installed
Sleep tile long press opens power menu
Long press rssi (mobile network) tile takes you to data usage
Dimmed dual tile switch icon
Downloads notification now expandable (show download speed)
Add SuperSU to settings, hide app from launcher
Click to expand...
Click to collapse
AOSPA 4.0 Beta 3 <2014-01-20>
Quick settings 3.0
Maximize lockscreen widgets
Fix bug with rotation lock tile
Update AOSP dialer icon to Google dialer icon
Separate device encryption password from lockscreen password
Contextual "on-the-spot" preference dialog (first implementation: Quick settings pull down)
AOSP dialer check (removes features that rely on AOSP dialer if Google dialer is installed)
Other AOSP bug fixes
Click to expand...
Click to collapse
AOSPA 4.0 Beta 2 <2014-01-13>
Updated SuperSU
Increasing Ringtone
Additional Quick Setting Tiles
Quick Settings Pulldown (statusbar right side)
See Through Lockscreen (blur effect implemented) <Credits: David >
Bug Fixes:
Fix lockscreen blur rotation on tablets
Fix quick settings edit mode icon transparency
Fix possible force close when enabling see through lockscreen
Click to expand...
Click to collapse
Initial Release - AOSPA 4.0 Beta <2013-12-24>
Built-in SuperSu
Advanced Power Menu
Enhanced Volume Buttons
Enhanced Volume Controls
Global Immersive Mode Toggle
Actionable Status Bar Date/Time
Keyguard Quick Unlock [standard]
Disable full screen keyboard [standard]
Basic file browser (Documents <from Omni>)
Exposed Google's Native App Privacy Controls
Recent/Clear All Button Combo (context aware)
Screenshot Delete Added to Screenshot Notification
Optional Lock Screen Transparency (blur effect WIP)
Optional Status Bar Battery Icons (mirrored in quick settings)
Quick Settings 2.0 (edit tiles from within the pull down panel)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
See complete changelog here: http://forum.xda-developers.com/showthread.php?t=2583582
Source:
PA Official Repositories (4.4)
PA Legacy Official Repositories (4.4)
CyanogenMod Official Repositories
Device Dependencies:
android_device_htc_pico
android_kernel_htc_pico
android_vendor_htc_pico
Credits:
Cyanogenmod, Inc. for their continued development efforts.
PA Core Team and slick_rick, ayysir as well as others supporting the AOSPA-legacy project
The crew that is Paranoid Android - Stay Paranoid!
garwynn for thread's format
If it's working this well, chances are they had a big hand in it!
...and of course! You, the community, for your support as well! Thank you!
XDA:DevDB Information
AOSPA-legacy, ROM for the HTC Pico (Explorer)
Contributors
thewisenerd
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.0.x
Based On: AOSP, CyanogenMod
Version Information
Status: Beta
Current Beta Version: 1
Beta Release Date: 2014-01-07
Created 2014-01-08
Last Updated 2014-08-18
Reserved
Reserved
which feature in details?
{
"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"
}
More To Come
ther‘s issue in receiving calls。u can get caller’s words,but they cannot understamd your words
---------- Post added at 10:52 AM ---------- Previous post was at 10:51 AM ----------
ther‘s issue in receiving calls。u can get caller’s words,but they cannot understamd your words
+1 me too facing the same issue , help us with a fix
wsdyleon said:
ther‘s issue in receiving calls。u can get caller’s words,but they cannot understamd your words
Click to expand...
Click to collapse
PiCo HackR said:
+1 me too facing the same issue , help us with a fix
Click to expand...
Click to collapse
Might be the new libaudio...
Hope to get this fixed soon, or we'd have to be reverting to older libaudio
I've got a report that a clean flash solves the "call audio" problem.
Proof:
Rom as it's beta 1....quite good... many small bugs to go as even mentioned in post #1...
Good progress bro I'm dam sure u will provide us the BEST experience in our Pico... ur omni rom is also doing quite good... keep it up bro :thumbup::beer: @thewisenerd
Sent from my Explorer A310e using Tapatalk 2
TaDa!
Halo (for Pico)!
First (source-built) (kitkat) halo available for Pico.
Expect Beta 2 today.
Did I say something?
Changelog:
Code:
upstream changes
added halo
Fixed up two derped up lines in BoardConfig.mk (thanks to galaxyfreak)
OTOH, call audio bug hasn't been fixed, yet.
Download:
Beta #2: https://www.mediafire.com/download/nk8bv1ddn1bo8bz/pa_pico-ota-eng.vineeth-20140112.zip
Call audio Bug fix
Download patch_callaudio.zip from this post: http://forum.xda-developers.com/showpost.php?p=49483706&postcount=23
This should fix the "user at other end not able to hear your voice properly" bug
If it doesn't work, reboot once?
p.s. This *should* be flashable on all of my kitkat ROMs, but I need testers for them all.
this rom is pretty smooth n stable but has no customization at all dats sad
any way thankx bro for this rom
BETA 3
Changelog:
Upstream changelog is quite long. See first post for short summary.
Other than that, here's the changelog:
Fixed black screen issue in some games
Fixed in-call sound distortion (robotic voice) (fixed by stock libaudio)
Fixed Voice Search (fixed by stock libaudio)
Fixed Sound Recorder (fixed by stock libaudio)
Added memtrack module (fixes memtrack logcat spam) (thanks to lozohcum)
Added S2W
Switched to ION audio subsystem
And most "important" of all, HALO!
Download: http://www.mediafire.com/download/i7348p2jvjeunl4/pa_pico-4.0-BETA4-20140208.zip
thewisenerd said:
Changelog:
Upstream changelog is quite long. See first post for short summary.
Other than that, here's the changelog:
Fixed black screen issue in some games
Fixed in-call sound distortion (robotic voice) (fixed by stock libaudio)
Fixed Voice Search (fixed by stock libaudio)
Fixed Sound Recorder (fixed by stock libaudio)
Added memtrack module (fixes memtrack logcat spam) (thanks to lozohcum)
Added S2W
Switched to ION audio subsystem
And most "important" of all, HALO!
Download: http://www.mediafire.com/download/i7348p2jvjeunl4/pa_pico-4.0-BETA4-20140208.zip
Click to expand...
Click to collapse
Hey please update Omni rom too.
Sent from Batman's Xperia
thanks 4 the update!
well done !let me have a try!
======================================
good rom!just a little laggy when use return。
======================================
has bootanimation been removed?
wsdyleon said:
has bootanimation been removed?
Click to expand...
Click to collapse
Sorry, haven't resized the bootanimation yet. Its an awesome anim. If someone could, resize the bootanimation for our device...
Find prebuilts here: https://github.com/AOSPA-legacy/android_vendor_pa/tree/kitkat/prebuilt/bootanimation
thewisenerd said:
Sorry, haven't resized the bootanimation yet. Its an awesome anim. If someone could, resize the bootanimation for our device...
Find prebuilts here: https://github.com/AOSPA-legacy/android_vendor_pa/tree/kitkat/prebuilt/bootanimation
Click to expand...
Click to collapse
the icons of the launcher3 at the bottom is a little far from the icons on the screen。
What are the bugs in this rom???
Bootanimation specially made for our device, yay!
Many thanks to espen96 (http://forum.xda-developers.com/member.php?u=5250979) for making the new awesome PA bootanim, and resizing it for our device too :angel:
Here in attached is the bootanimation for our device, personally tested by me (not flashable, atm): View attachment 480p.zip
you can install it using adb by:
Code:
adb shell su -c 'mount -o rw,remount /system'
adb push 480p.zip /system/media/bootanimation.zip
adb shell chmod 755 /system/media/bootanimation.zip
adb shell reboot (optional, in case you want to view animation :) )
This would be the bootanim by default, in future builds (if PA doesn't make a better bootanim, ofc) :laugh:
parthbhatia98 said:
What are the bugs in this rom???
Click to expand...
Click to collapse
i got stucked to wifi switcher,so i entered the app setting,yet make the apply setting crushed just now。
i/m using ART mode
=========================================
and how to disable s2w @thewisenerd

[MOD] xpirt modPack - NIGHTLY | GPE 5.0.1 [01/03/2015]

xpirt modPack
for Moto G 2013 - GPE 5.0.1
here's a modPack for Moto G 2013 GPE which adds several mods/tweaks to stock GPE 5.0.1 rom.
Features
Longpress back key to kill app
Longpress volume key tweaks
show ambient display
Dwn play(pause)/Up skip to next
Dwn skip to previous/Up skip to next
APM - reboot, soft reboot, recovery, bootloader, safe mode + sound profiles + screenshot + airplane toggles
Persistent menu button in navbar
Quick unlock
Scramble PIN layout
Heads up improvements:
swipe left = dismiss (removes notification)
swipe right = background (keeps notification)
swipe down = open notification panel
Option to change power saver mode color (Settings->Battery->PowerSaver)
Vibration on press statusbar items tweak
Quick delete button on screenshot notification
Disable brightness slider on notificaton panel
Allow all rotations (0, 90, 180, 270)
Show battery % (stock / inside / beside)
Notification panel clock/date click actions:
press clock: open alarms
long-press clock: set alarms
press date: open calendar
long-press date: set calendar event
Double Tab status bar to sleep
Weather on status bar
Expandable volume panel + material animation
Enable/disable sound when changing volume
Clear all recent applications - two ways:
by separate button
by long-pressing close button on any thumbnail header
Remove search bar from recent apps
Enable back ticker notifications
Network stats ingoing/outgoing status bar (Settings->Display) - props Temasek
change visibility (disabled/in/out/in+out)
change colors
change update interval
change display unit
change auto-hide
change inactivity threshold
Right corner status bar quick pulldown
Colorful Navbar - changes color when statusbar does it too
Disable safe volume warning
Keyboard volume cursor control tweak
Change navbar size (48/42/36/32 dpi)
Display DPI (480 | 440 | 420 | 400 | 370 | 340 | 300 | 200)
App Ops enabled
Disable wake on unplug tweak
Volume panel timeout tweak (0.5, 1, 2, 3, 4 seconds)
Heads Up timeout tweak (1, 2, 3, 4, 5, 6, 7, 8, 9, 10 seconds)
Center clock
Various status bar system tweaks:
hide alarm notify
hide ime notify
hide bluetooth notify
hide volume
hide am/pm
Increase volume steps (20 for media, 7 for others)
Disabled scrolling cache
Build.prop tweaks - disable mtp, adb, usb notifies; disable play sound on mount
Memory leak fixes from CM (fixed launcher redraws & random app killing)
Signature verification fully removed
This will deodex your system too!
You can change this options any time, just reflash modPack.
Requirements
You must be on the GPE 5.0.1 rom to flash this modPack.
Installer have 3 menu items:
First item for who reflash modPack to change options.
Second item for who have Stock rooted ROM and flash modPack first time.
Third item for who have pure Stock ROM (without root) and flash modPack first time.
Use second or third items once.
DOWNLOAD r70
Old Downloads:
DOWNLOAD r58
DOWNLOAD r50
DOWNLOAD r42
DOWNLOAD r37
DOWNLOAD r34
DOWNLOAD r32
DOWNLOAD r4
Credits
- lyapota, baadnewz, ckpv5, Team Venom
- Allah SWT, Mastah adi, attack11, Calkulin, Daniiiik49, Morningstar
- loserskater, Kryten2k35, enewman17, Danvdh, Temasek
- CM team, AOSPA, Euphoria-OS, ResurrectionRemix & other AOSP roms
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"
}
If you're enjoying these mods don't forget to press Thanks button & rate this thread!
You can use/modify these files and/or include them in your work as long as proper credits and a link to this thread are given.
XDA:DevDB Information
xpirt modPack, Tool/Utility for the Moto G
Contributors
xpirt, lyapota
Version Information
Status: Nightly
Current Stable Version: #5
Stable Release Date: 2015-03-01
Created 2015-01-19
Last Updated 2015-03-01
Want to download latest flashable zips directly on your phone? Take a look here.
CHANGELOG
https://github.com/xpirt/xpirt-modpack-moto-g-gpe-5.0.1/commits/master
SOURCE
https://github.com/xpirt/xpirt-modpack-moto-g-gpe-5.0.1
GPe 5.0.2? I think we only have 5.0.1 yet. Anyways, i'll test it on my GPe 5.0.1
Thanks for this!
Aayushya said:
GPe 5.0.2? I think we only have 5.0.1 yet. Anyways, i'll test it on my GPe 5.0.1
Thanks for this!
Click to expand...
Click to collapse
yeah sorry 5.0.1.
xpirt said:
yeah sorry 5.0.1.
Click to expand...
Click to collapse
Works fine! Thanks a lot!
All I need is a custom kernel for stock gpe
Aayushya said:
Works fine! Thanks a lot!
All I need is a custom kernel for stock gpe
Click to expand...
Click to collapse
as soon as kernel source is out, it will come too.
any way to make this work with the dark ui theme thats available for gpe 5.0.1? i flashed this and booted up and it works great. flashed the theme after and now when i press and hold the power button it reboots itself but i can turn the screen on and off. this mod is awesome otherwise. thank you
dray420 said:
any way to make this work with the dark ui theme thats available for gpe 5.0.1? i flashed this and booted up and it works great. flashed the theme after and now when i press and hold the power button it reboots itself but i can turn the screen on and off. this mod is awesome otherwise. thank you
Click to expand...
Click to collapse
that because framework-res.apk was replaced so my added resources cannot be found (think of reboot icons).
anyway I won't port other themes/mods to be compatible with my modpack, you should ask the themer to theme my modded files.
@xpirt , that is insane
how could you get classes.dex for android.policy.jar and framework.jar??
I know there is a way to deodex lollipop but since GPE does not have .odex files in framework folder and a lot of classes.dex files are inside a boot.oat and as far as I know there is no tool to extract them
So, could you please tell me how did you do this? Do you found a way to extract classes from .oat and .art files or did you just take android.policy.jar and framework.jar from another place/rom?
will be appreciated for answer
btw I found profiles in power menu a bit buggy. when you try to turn on silent mode sometimes you won't see the line under it which is the sign that mode is on
S0bes said:
@xpirt , that is insane
how could you get classes.dex for android.policy.jar and framework.jar??
I know there is a way to deodex lollipop but since GPE does not have .odex files in framework folder and a lot of classes.dex files are inside a boot.oat and as far as I know there is no tool to extract them
So, could you please tell me how did you do this? Do you found a way to extract classes from .oat and .art files or did you just take android.policy.jar and framework.jar from another place/rom?
will be appreciated for answer
btw I found profiles in power menu a bit buggy. when you try to turn on silent mode sometimes you won't see the line under it which is the sigт that mode is on
Click to expand...
Click to collapse
take dex files from other rom?
anyway.. the boot.oat file contains all dex files from empty framework files, to deodex it there is a tool called oat2dex (on xda) which gets the dex files; then you can move them inside proper framework files and remove framework/arm folder so it won't conflict each other.
as this mod is installed ??...
if used recovery .. which use?
andres7004 said:
as this mod is installed ??...
if used recovery .. which use?
Click to expand...
Click to collapse
with which custom recovery you want, flash it and you'll see how installation is
xpirt said:
take dex files from other rom?
anyway.. the boot.oat file contains all dex files from empty framework files, to deodex it there is a tool called oat2dex (on xda) which gets the dex files; then you can move them inside proper framework files and remove framework/arm folder so it won't conflict each other.
Click to expand...
Click to collapse
okey thank you I took oat2dex.jar from this http://forum.xda-developers.com/galaxy-s5/general/tool-deodex-tool-android-l-t2972025
and it seems to be working. but I haven't tested it on device yet
p.s
Thank you again it works. phone booted after I extracted classes! didn't know it's so easy
Nice, but wouldn't this belong to the themes & apps section?
Inviato dal mio XT1032 utilizzando Tapatalk
Bert98 said:
Nice, but wouldn't this belong to the themes & apps section?
Inviato dal mio XT1032 utilizzando Tapatalk
Click to expand...
Click to collapse
nop.
Well ok then
Is it confirmed working on GPE right? No bugs?
Inviato dal mio XT1032 utilizzando Tapatalk
Could u share the qncvitems.jar and qcril jar after added dex files?
Please for Soak Asian
Please made the mod for Soak Asian!. :3 Pardon my english.
bharat_goku said:
Could u share the qncvitems.jar and qcril jar after added dex files?
Click to expand...
Click to collapse
here you go: https://mega.co.nz/#!kUBVTBSS!LYfiYtx2dDam3yMledvCmOfIdNtdUJW0b1lN6wA8P-4
adm38mx said:
Please made the mod for Soak Asian!. :3 Pardon my english.
Click to expand...
Click to collapse
nop, will make it only for official 5.0.1/5.0.2 when they will be out.

[MROM] [Main version 3.4.1] New

{
"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"
}
''In the name of God''
hi friends​.
This rom has a new experience. rom has style, apps and some functionality of XZ2 rom. base rom is created on android 7.1 and is a stable version.
Rom is well supported and every few months,the version is updated with new features. Now you have the opportunity to experience the rom on your device.
Also alongside the main version I'm will making and published a Plus Version (modded) From main version with update,changes more and wider. links In case of possibility and time a few days after the release of main rom will be placed. enjoy..
(Ends Support and Updates plus version rom)
For various reasons and low acceptance of users and due to high amount of time and hard work for edit...
v3.2.9 is the latest update of the Plus rom for Z5P user.
after the next update main version, users can use chinese main version without editing and update.
or other expert users will continue to do this for other user.
thanks.Good luck.​.
.
Rom name: MROM.XN
Style and system file: Xperia XZ2 -Xperia 10
Android version: 7.1.1_ 32.4.A.1.54
Adapted models: Xperia Z5 all models (UB)
Boot animation Xperia 10
Transplant XZ2 icon Ringtone Media tone Themes, etc
Port XZ2 UI interface
Transplant XZ2 lock screen clock
Transplant XZ2 anti-misoperation
Transplant Xperia Touch desktop clock and XZ2 style
Brush optional SuperSU or Magisk
Brush adds Android P-style notification options
Add theme mode dark and light color
Migration update XZP 8.0 lock screen clock transparent new animation
Porting the XZ2 main camera
Update some apps
Press and hold the hidden navigation bar to change to a separate button
System part app adds long press popup function
Correct screen image
Add night mode (blue filter)
Add long press return key to hide navigation bar (slide out)
Adjusted brightness adjustment
Default Xperia Oreo theme
Lock screen clock display settings _ clock transparent setting X interface only
Lock screen music cover display settings _ Lock screen rotation setting
Update app, Google services, SuperSU, etc...
Enhanced photo _ overall volume and sound
Outward promotion _ Out put support equalizer adjustment effect
Releasing camera restrictions and some features
Transplant XZ2 STAMINA power-saving mode
Increase the double-click screen-out function
Update a bunch of apps _ Update the Sony framework
Status bar speed
Navigation bar height adjustment _ Lightweight and streamlined
Self-selection_Fingerprint repair (experimental)
DRM patch_Disable RIC
TWRP3.1 (power button + volume under shutdown can be normal brush)
Busybox _ SELinux status changed to PERMISSIVE _ SuperSU v2.82
Font function _ Call Recording
Add smart cleanup _ Add an extended desktop
Main version Changes log: ..(Plus version changes log in post #2)
v3.4.1:..
Bug fixes and minor improvements
Update Apps
v3.4:..
Update magisk
Update attribution data
Add call vibration
Add call recording
v3.3:..
Cancel long press the arrow to hide the navigation bar function
Cut out some features that Sony has given up on maintenance
Volte data adjustment (Telecom / Unicom)
Add Xperia 1 Live Wallpaper
Other adjustments
v3.2:..
Fix the problem of extending the color of the desktop menu in dark colors
Add navigation gestures
Add Xperia 10 Live Wallpaper
v3.1:..
Fix xperia assistant
Open volte (refer to iovf's modification, thanks)
Brush script adjustments, optional streamlined and cleaner
Cancel fillet
Update app
Other adjustments
v3:..
Transplant new smart xperia assistant
Dial to add dark color
Update app
Other adjustments
v2.9:..
Camera supports 4K recording
Open blocked manual focus
Main camera optimisation
XZ2 Dialer ported
Fix front camera
Add status bar clock adjustment
Add multitasking interface to display ram.
Last Updated Main version: 2019/12/12
Last Updated Plus Version: 2019/03/04 (latest update)
.
Creator:machao44_@tobias.waldvogel@zxz0O0@serajr@nailyk@xiao1u@zezadas@sudamod@aicp@Lewa@IgorEisberg@resurrectionremix@tesla@venkatkamesh@paras.h.i.t@Wajk@niaboc79@mokee@tencent@oneplus @M-Rom@CyanogenMod@DirtyUnicorns@lyd@shehabskull
(MROM Plus New style v3.2.9)​
#1_Fix Ram bar show bug in recent panel....
#2_Improved and stability Battery consumption....
#3_Add Xperia 10 Bootanimation....
#4_ Add Xperia 10 Wallpaper with Galaxy S10-HonorView20-Mi9-VivoNex-Mate20x-OnePlus-Htc U11-Galaxy Fold-Mi5X-IphoneXs Wallpapers.(a total of 89)..
#5_Add Navigation Gestures option. (enable in mrorm settings)....
#6_ Add Xperia 10 Live Wallpapers..
#7_ Add New Ringtone and Sounds..(selection from:Galaxy S10_Vivo Nex_Xiaomi Mi9_Huawei p20_IphoneXs_Mate20x_One plus 6T...)..
#8_Add New XZ2 Dialer and Contact with Full Translate. (fix for show chinese characters)....
#9_Add some Apps Xperia XZ3 (Home launcher,Wallpapers,Themes and Livewallpaper and Update Sony apps )..
#10_ Add New Pro File manager SX and Browser HT and Keyboard Smart apps.
#11_ Add XInternalSD feature. (for Full Access to Memorys)
#12_ Add Xposed Framework (with optional option install in aroma installer.)
#13_ Add Gravitybox and Xperia HomeX xposed modules.. (to customize more for interface and options rom.)
#14_ Add 2 New Theme pro and beautiful..
#15_Remove Interface old Zseries from rom and aroma. (In the direction in which it does not need to be also reduce volume rom about 100mb)..
#16_ Removed Debloated and unnecessary apps also chinese bloatapps.
#17_ Decrease the volume size rom about 400mb.
#18_ Aroma installation and Mrom settings translated to English and add new boot skin aroma.
#19_ Add international Xperia keyboard.
#20_ Edit and improve Aroma installer. (Add options for install Xposed and..)
#21_ Add supports 4K recording. and along with main version 3.2 changes.
#1_ For more customize with Xperia homeX and open app, activ in xposed installer and long touch on desktop,
go to home settings. scroll down until get last option Xperia HomeX.
#2_ in Aroma Options are for Removed in some sections(like: page 1 and 2 ,sony and google apps..)
and in some sections are for Install or disable(like: page: 3 and 4 ,style,xposed... part).
#3_ Just for some users after flash rom, sim card not detected. to solve problem choose stock z5 fw 1.54 in flashtool0.9.23.2 and select everything in misc ta and exclude column except options:AMSS_FSG ,AMSS_FS_1, AMSS_FS_2 and MODEM in the exclude column and then started flash.
#4_ Don't install Gapps on rom, no need to install it.
.
1_Enter to TWRP recovery and be sure to do Full Wiped (system,data,cache,storage) before flash rom.
2_ In Aroma installer choose options or keep default choice. in Aroma Options are for Removed in some sections (like: page 1 and 2 ,sony and google apps..)
and in some sections are for Install or disable (like: page: 3 and 4 ,style,xposed... part).
3_ Go to next and wait for finished install rom. after finished rom reboot phone and Enjoy.
4- If installed Xposed for full activation after boot, again restart phone.
.
Main version_v3.4..
Plus version_v3.2.9..
.
Does this support Magisk ?
ytheekshana said:
Does this support Magisk ?
Click to expand...
Click to collapse
You can test it for use with the kernel: @zacharias.maladroit = https://forum.xda-developers.com/showpost.php?p=76269595&postcount=418
(Do not forget backup)
Why is the aroma installer in Different language and not in english? Is there a way that we can translate it to english?
JaneJunyll said:
Why is the aroma installer in Different language and not in english? Is there a way that we can translate it to english?
Click to expand...
Click to collapse
Because rom is chinese no, there is no way right now
Act according to install steps: -into aroma and keep default choice and go next.
JaneJunyll said:
Why is the aroma installer in Different language and not in english? Is there a way that we can translate it to english?
Click to expand...
Click to collapse
+1
Masoud.Ser said:
Because rom is chinese no, there is no way right now
Act according to install steps: -into aroma and keep default choice and go next.
Click to expand...
Click to collapse
The camera force closes and keeps on closing after the 1st use. What do I do to make it work?
JaneJunyll said:
The camera force closes and keeps on closing after the 1st use. What do I do to make it work?
Click to expand...
Click to collapse
Sorry, my device is not z5p.
Have you cleaned or edited a system app from rom?like album or ..
Did you flash rom with Full Wipe?
Masoud.Ser said:
Sorry, my device is not z5p.
Have you cleaned or edited a system app from rom?like album or ..
Did you flash rom with Full Wipe?
Click to expand...
Click to collapse
No I did not make any changes with the system apps.
I did flash the stock rom, do a full wipe and clean install the rom by default settings as you said.
may i know how to delete all chinese apk ??
Bless You Man! Finally New ROM
this rom working great after i success delete all chinese apk, all chinese app will make the phone slow.
how to install magisk ?? i have try but fail
Sim card and SD card slot not working for me e6833
azwina said:
this rom working great after i success delete all chinese apk, all chinese app will make the phone slow.
how to install magisk ?? i have try but fail
Click to expand...
Click to collapse
How's the battery?
azwina said:
this rom working great after i success delete all chinese apk, all chinese app will make the phone slow.
how to install magisk ?? i have try but fail
Click to expand...
Click to collapse
flash https://forum.xda-developers.com/showpost.php?p=76269595&postcount=418
kernel and test again
update1
i am not able to flash stockrom any more
-----------------
i flashed it, beside chinese language issue
there are so many preinstalled non removable bloatware / chinese app
i flashed XZP JUNKCLEANER.zip but its same
more over the rom is lagging alot, each click gives microsecond and boot takes alot of time.
i tried toggling Airoplane mode and sim never registered back.
I am sorry i will be going back to stockrom! but i was very excited to see the xz2 launcher!
MarcoRaNote3 said:
How's the battery?
Click to expand...
Click to collapse
battery ? just like normal stock firmware..
---------- Post added at 05:27 AM ---------- Previous post was at 05:25 AM ----------
YasuHamed said:
update1
i am not able to flash stockrom any more
-----------------
i flashed it, beside chinese language issue
there are so many preinstalled non removable bloatware / chinese app
i flashed XZP JUNKCLEANER.zip but its same
more over the rom is lagging alot, each click gives microsecond and boot takes alot of time.
i tried toggling Airoplane mode and sim never registered back.
I am sorry i will be going back to stockrom! but i was very excited to see the xz2 launcher!
Click to expand...
Click to collapse
just use flashtool to flash back to stock firmware
any update rom for z5p?

[App+Magisk Module]ACC - Custom accent colour creator [Android 8+]

ACC - Accent Colour Creator​
{
"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"
}
Introduction
Android 10 introduces an option to change the system accent colour. In pure AOSP, it is limited to certain preset colours(Custom ROMs may have more colours). What if you want to set your own accent colour? That's where this app comes into play. The app gets your choice of colours (You can select from presets, wallpaper colours or create a custom colour) and creates an overlay targeting android (framework-res). A Magisk module is created by the app, which injects the created overlay to the system (Read: Systemless :angel.
Click to expand...
Click to collapse
Features
You can select colours from your wallpaper, presets in the app or set your own custom colour.
Multiple accents can be created.
Separate accents for dark & light theme [Android 10 only].
Adjust Hue, saturation & lightness of the chosen colours to your liking. Android 10 users can use this to create desaturated dark theme accent.
Enable/disable accents.
Remove created accents (swipe from sides).
Click to expand...
Click to collapse
Disclaimer
As of now, this is untested on OEM skins(OOS, OneUI, MiUI etc). But should work on custom ROMs, if they don't block overlays.
If something goes wrong, remove the module created by the app in /data/adb/modules/ using TWRP or adb shell with root access.
Uninstalling the app won't remove the custom accent colour.
Click to expand...
Click to collapse
Requirements
Android 8+
Magisk.
Click to expand...
Click to collapse
References
For setting custom colours
Material Color Tool
W3Schools
Click to expand...
Click to collapse
Instructions
Grant root access when prompted.
Pick your new accent via wallpaper colours, presets or a custom colour.
Set a name for your accent colour. This is the name will be shown in system settings.
Once the new accent colour is created, a snackbar will be shown with an option to reboot.
After a reboot, you should see the new accent colour, either in developer options or the custom ROM's setting. If not manually enable it from the app.
To create a new accent, repeat the above steps. You can create multiple accents in one go and reboot once.
To remove a particular accent, swipe from the sides and reboot.
To remove all the custom accent colours, remove the Magisk module and reboot.
Click to expand...
Click to collapse
Downloads
Find the latest release here
Click to expand...
Click to collapse
TODO
[*]Allow creating multiple accent colours.
[*]Include some preset colours in the app.
Click to expand...
Click to collapse
Thanks to/Credits
@topjohnwu for Magisk(#include <signing>) and libsu.
The Lawnchair team for their fork of Chroma.
Substratum for aapt & zipalign
[*] @zackptg5 & james34602 @Github for xmlstarlet.
AOSP
AEX for preset colours
Everyone who tested the app
Click to expand...
Click to collapse
Alternate method
Shell script
Script for Linux/macOS. More info in the read me:
QACC-PC
Click to expand...
Click to collapse
XDA:DevDB Information
Accent Colour Creator, App for all devices (see above for details)
Contributors
Akilesh_15
Source Code: https://github.com/Akilesh-T/QACC
Version Information
Status: Stable
Current Stable Version: v1.51
Stable Release Date: 2020-1-18
Created 2019-11-29
Last Updated 2020-1-18
Reserved
Android 10 rooted . I installed the app and created some test colors , granted permission, rebooted but nothing changed ? . Did I miss a step ??
Edit : nevermind , tried rebooting again and it works perfectly. Thank you
Maybe with future updates we can test to see how the colors look with light and dark prior to rebooting?
Can you get it working for Android 8+? I'm using swift installer now, it works quite the same way but you can't create multiple colors to switch between them using run shell in Tasker.
bluedog220 said:
Android 10 rooted . I installed the app and created some test colors , granted permission, rebooted but nothing changed ? . Did I miss a step ??
Edit : nevermind , tried rebooting again and it works perfectly. Thank you
Maybe with future updates we can test to see how the colors look with light and dark prior to rebooting?
Click to expand...
Click to collapse
Can't preview directly on the UI, but maybe a generic template can be created to show the changes. Will try to add in a future update.
thecoolkid said:
Can you get it working for Android 8+? I'm using swift installer now, it works quite the same way but you can't create multiple colors to switch between them using run shell in Tasker.
Click to expand...
Click to collapse
I'm checking it. It didn't work on 7 plus running Pie, unfortunately. Will have to test on some other device.
Unfortunately on the Essential Phone the developers decided to remove the option to pick a different color entirely from the developer settings. I was hoping this would just be applied without needing a system option but as it is it doesn't work.
Tanner1294 said:
Unfortunately on the Essential Phone the developers decided to remove the option to pick a different color entirely from the developer settings. I was hoping this would just be applied without needing a system option but as it is it doesn't work.
Click to expand...
Click to collapse
Try v1.10. It has an option to manually enable it.
Update v1.20
Changelog
Make wallpaper colours selectable.
Add preset colours from AEX.
Support Android Oreo & above. (Tested only on Pie and 10 atm)
UI enhancements to manually enable custom accent.
Minor UI & UX improvements.
Download
@thecoolkid, can you test it on Oreo?
Akilesh_15 said:
Changelog
Make wallpaper colours selectable.
Add preset colours from AEX.
Support Android Oreo & above. (Tested only on Pie and 10 atm)
UI enhancements to manually enable custom accent.
Minor UI & UX improvements.
Download
@thecoolkid, can you test it on Oreo?
Click to expand...
Click to collapse
Sure, I did. Unfortunately it force-closes when I tap "create accent colour" button.
Great app thanks dev
Akilesh_15 said:
Changelog
Make wallpaper colours selectable.
Add preset colours from AEX.
Support Android Oreo & above. (Tested only on Pie and 10 atm)
UI enhancements to manually enable custom accent.
Minor UI & UX improvements.
Download
@thecoolkid, can you test it on Oreo?
Click to expand...
Click to collapse
Here's a log you asked for. Does that help?
thecoolkid said:
Here's a log you asked for. Does that help?
Click to expand...
Click to collapse
Yeah, I got a similar log on a different device. Please try the apk attached below. If it crashes again, share the logs.
Akilesh_15 said:
Yeah, I got a similar log on a different device. Please try the apk attached below. If it crashes again, share the logs.
Click to expand...
Click to collapse
Still crashes.
Crash with the test version you PM'ed me.
Update v1.30
What's new:
Add both arm & arm64 binaries (credits: Substratum)
Add an option to manually toggle app's dark theme
Allow creating multiple accents
Enable/disable accents
Remove created accents (swipe left)
Refactor Text Input EditText
Download v1.30
thecoolkid said:
Crash with the test version you PM'ed me.
Click to expand...
Click to collapse
This one should work. Thanks for testing!
It says not installed on accents. This is on HavocOS A9. Is it because of the rom?
Tested on OOS 10.0.1 OP 6T doesn't change the color... tried on dark/white default theme too....
emincangencer said:
It says not installed on accents. This is on HavocOS A9. Is it because of the rom?
Click to expand...
Click to collapse
Did you reboot after creating an accent? The changes are applied only after a reboot.

Categories

Resources