Requires Xposed Framework!
Just got the Z1, pretty awesome device, it does have its minor quirks though.
This module allows you to disable the camera launch sound when using quick launch (hardware key and lockscreen widget).
It also allows you to do bursts without running into a bug I noticed.
When enabling bursts, using the hardware key to capture photos always results in two burst shots, no matter how short the press is (unless you don't use the two-step focusing). This rendered the button useless to me, as I use it for steadier shots, but being forced to do burst shots takes out the ability to use flash.
Ticking the option in the app allows you to use the hardware key for single shots, and the touch key for normal and burst shots.
Screenshot:
{
"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"
}
Compatibility:
Tested on the Xperia Z1. Will work on any device with the same camera app as the Z1.
Source:
The mod is open source: https://github.com/MohammadAG/Xposed-Z1-Camera-Tweaks
You may not publish it on the Play Store.
Download from Xposed Repository:
http://dl-count.xposed.info/modules/com.mohammadag.z1cameratweaks_v1_af72ec.apk
Support development:
If you found this mod useful, consider donating with PayPal.
Congrats for the new device and thank you for this wonderful mod
Just two questions for you:
Which firmware do you run and is it odexed or deodexed?
Did you get gravitybox to run without systemui fcs?
Gesendet von meinem C6903 mit Tapatalk
dtekkt said:
Congrats for the new device and thank you for this wonderful mod
Just two questions for you:
Which firmware do you run and is it odexed or deodexed?
Did you get gravitybox to run without systemui fcs?
Gesendet von meinem C6903 mit Tapatalk
Click to expand...
Click to collapse
Completely odexed stock (ota'd to 534), and rooted with vroot
It seems to work fine if you don't touch transparency settings. If you do you need to delete the keys added by it to the settings provider. I already forked it on Github and I'll push the fix I added to it.
Sent from my Samsung Galaxy S4 (GT-i9500) using Taptalk 4
MohammadAG said:
Completely odexed stock (ota'd to 534), and rooted with vroot
It seems to work fine if you don't touch transparency settings. If you do you need to delete the keys added by it to the settings provider. I already forked it on Github and I'll push the fix I added to it.
Sent from my Samsung Galaxy S4 (GT-i9500) using Taptalk 4
Click to expand...
Click to collapse
How do I do that? Tried to uninstall, so all settings should be reset but didn't work, still fcs when I try to check it again
Gesendet von meinem C6903 mit Tapatalk
Came across this while browsing modules in the Xposed app, absolutely perfect - fixes my 2 main gripes with the camera app. Thanks!
not working
not working in stock verdion. i have the latest version
Advance restore data via cwm to make gravity box work again. And don't touch transparency settings again! Bad!
dtekkt said:
How do I do that? Tried to uninstall, so all settings should be reset but didn't work, still fcs when I try to check it again
Gesendet von meinem C6903 mit Tapatalk
Click to expand...
Click to collapse
POWER1FM said:
Advance restore data via cwm to make gravity box work again. And don't touch transparency settings again! Bad!
Click to expand...
Click to collapse
Fixing the problem is better than clearing or restoring data from CWM
In adb shell or a terminal app:
Code:
settings put system status_bar_alpha_config_launcher null
settings put system status_bar_alpha_config_lockscreen null
settings put navigation_bar_alpha_config_launcher null
settings put navigation_bar_alpha_config_lockscreen null
You don't need all of them, you just need to clear the settings you set. Of course, running them all won't do any harm.
I'm not sure why @C3C076 opted to using system settings to store values, that makes it harder to clear settings if a user messes up.
karrouma said:
not working in stock verdion. i have the latest version
Click to expand...
Click to collapse
Install Xposed Framework and enable the module, then reboot.
MohammadAG said:
Fixing the problem is better than clearing or restoring data from CWM
In adb shell or a terminal app:
Code:
settings put system status_bar_alpha_config_launcher null
settings put system status_bar_alpha_config_lockscreen null
settings put navigation_bar_alpha_config_launcher null
settings put navigation_bar_alpha_config_lockscreen null
You don't need all of them, you just need to clear the settings you set. Of course, running them all won't do any harm.
I'm not sure why @C3C076 opted to using system settings to store values, that makes it harder to clear settings if a user messes up.
Install Xposed Framework and enable the module, then reboot.
Click to expand...
Click to collapse
That worked like a charm, now its back up and running again, thanks so much
Gesendet von meinem C6903 mit Tapatalk
xposed installer framwork
any help to work without rooting
karrouma said:
any help to work without rooting
Click to expand...
Click to collapse
Sorry, that's sort of impossible. You need a way to install Xposed.
Sent from my C6903 using xda app-developers app
Thanks for a great mod! would it be possible to make the camera open in manual mode when clicking on the button?
slonn said:
Thanks for a great mod! would it be possible to make the camera open in manual mode when clicking on the button?
Click to expand...
Click to collapse
You mean the hardware button?
Sent from my Samsung Galaxy S4 (GT-i9500) using Taptalk 4
MohammadAG said:
You mean the hardware button?
Sent from my Samsung Galaxy S4 (GT-i9500) using Taptalk 4
Click to expand...
Click to collapse
Yes, the hardware button.
slonn said:
Yes, the hardware button.
Click to expand...
Click to collapse
I'll look into it. I would've said yes but the camera app is two different activities (I'm not sure why Sony did this). There's the normal camera and a fastcapture one. The latter is only launched by the HW button and the lockscreen. That's why the icon didn't make the startup sound.
Anyway, when you switch to a differemt mode, or the front facing camera, it stops the fastcapture one and starts the normal one. So making it launch in manual mode may or may not cause some slowdown.
Sent from my Samsung Galaxy S4 (GT-i9500) using Taptalk 4
MohammadAG said:
I'll look into it. I would've said yes but the camera app is two different activities (I'm not sure why Sony did this). There's the normal camera and a fastcapture one. The latter is only launched by the HW button and the lockscreen. That's why the icon didn't make the startup sound.
Anyway, when you switch to a differemt mode, or the front facing camera, it stops the fastcapture one and starts the normal one. So making it launch in manual mode may or may not cause some slowdown.
Sent from my Samsung Galaxy S4 (GT-i9500) using Taptalk 4
Click to expand...
Click to collapse
Would be really good if you can get this to work. I hate having to set the mode to manual each time I use the shutter button to launch the camera...
sg1969 said:
Would be really good if you can get this to work. I hate having to set the mode to manual each time I use the shutter button to launch the camera...
Click to expand...
Click to collapse
+1
Sent from my C6902 using Tapatalk
slonn said:
Yes, the hardware button.
Click to expand...
Click to collapse
sg1969 said:
Would be really good if you can get this to work. I hate having to set the mode to manual each time I use the shutter button to launch the camera...
Click to expand...
Click to collapse
amey2606 said:
+1
Sent from my C6902 using Tapatalk
Click to expand...
Click to collapse
I've implemented this, and it works fine, but only when the kernel / camera HAL / Qualcomm overlay system (I'm not sure which is the problem) doesn't hit a bug.
If it does hit the bug (which has happened in 80% of my tests), the camera will be locked up till you reboot (you can use it and all, but the next startup of the camera will show you a "Camera not available" error).
I may push it in the next update as a feature for those willing to experiment, it's quite a shame it didn't work as intended :/
I'm guessing this explains why Sony decided to make two cameras, one was a workaround.
MohammadAG said:
I've implemented this, and it works fine, but only when the kernel / camera HAL / Qualcomm overlay system (I'm not sure which is the problem) doesn't hit a bug.
If it does hit the bug (which has happened in 80% of my tests), the camera will be locked up till you reboot (you can use it and all, but the next startup of the camera will show you a "Camera not available" error).
I may push it in the next update as a feature for those willing to experiment, it's quite a shame it didn't work as intended :/
I'm guessing this explains why Sony decided to make two cameras, one was a workaround.
Click to expand...
Click to collapse
That's a shame about the bug, but thank you very much for trying.
Work fine in my xperia Zl with 4.2.2
Just a suggestion :
Can you make it compatible with api level 16, android 4.1.2?
Enviado desde mi C6506 mediante Tapatalk
Related
{
"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"
}
4.3 JSS15J/JWR66V android-4.3_r2.1/1
1. GET THE LATEST BOOTLOADER AND RECOVERY
Bootloader
2. DOWNLOAD YOUR ROM
ROM
3. DOWNLOAD THE LATEST PA 4.3 GAPPS PACKAGE
http://goo.im/devs/paranoidandroid/roms/gapps
http://download.paranoidandroid.co/?cd=gapps
4. FACTORY RESET
If you are already on PA 4.3 you can skip this step.
5. INSTALL
If you haven't already install your booloader now.
Install the Rom, then Gapps, wipe caches, reboot.
The very first boot-up can take a while
3RD PARTY KERNELS
You can install bryce's kernel if you wish. BUT if you are running a custom kernel, report issues in the specific thread.
Just hit thanks
credits:
paranoid android team
cyanogenmod team
keegan
Amit_sen (sorry I forgot your mention in the first place)
reserved
Much appreciation for keeping PA running! I'm going to download when I get home from work. I'm thinking you're already using it. How's the performance so far? Or should I test and see myself =P THANK YOU THOUGH!
Oh awesome, I was trying to teach myself how to build android and stuff just so I can update and try and manage this... it's taking more time than I was expecting and it would help if I hadn't had life decide that I needed to change everything lol.
Thanks for the update!
Thank you very much for bringing this to our device again Bryce!
Sent from my HTC One X using xda app-developers app
anhqn91 said:
Much appreciation for keeping PA running! I'm going to download when I get home from work. I'm thinking you're already using it. How's the performance so far? Or should I test and see myself =P THANK YOU THOUGH!
Click to expand...
Click to collapse
I am using this ROM with my data2sd kernel and I am loving the performance.
I've seen all those commits in cm and the base system Keegan used was kinda old so I rebuild it.
I'll try to keep this ROM updated as long as I am using it.
Gesendet von meinem Transformer Infinity mit Tapatalk 4 Beta
Hi, just to let you know I have installed this rom and it's looking good so far no issues to report, thanks :good:
maxal said:
Hi, just to let you know I have installed this rom and it's looking good so far no issues to report, thanks :good:
Click to expand...
Click to collapse
Thanks reports are always welcome.
deadlocked007 said:
How do you feel this runs compared to cleanrom?
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
I don't know I have never used it.
Gesendet von meinem Transformer Infinity mit Tapatalk 4 Beta
Just to let people know incase they havn't spotted it yet, if you go to your apps and open Paranoid OTA and then click on overview in the left hand corner and then updates you can get the latest PA Gapps.
Also the new Playstore 4.2.9 works just fine too.
@bryce09, does this ROM contain your kernel as well?
Thanks. Was waiting for it since I unlocked my tab. Hoping it will be smooth.
Envoyé depuis mon ASUS Transformer Pad TF700T avec Tapatalk
Edit : Tried and it work fine, I really enjoy the multi dpi menu. This is very smooth, even without data2sd.
Running this rom with your data2sd kernel and it runs great, I finally start to love this device! LOL
Only one strange bug and it's kind of an important one:
The menu button is not present in system apps. For example Google Play, I can't go into menu to change my preferences, in E-mail app (not Gmail) I can't access menu either so I can't set preferences or add an account either...
Is it just me?
Edit: I forgot to say that for example in XDA app menu button works fine.
Sent from my Transformer Infinity using xda app-developers app
J_Dutch said:
Running this rom with your data2sd kernel and it runs great, I finally start to love this device! LOL
Only one strange bug and it's kind of an important one:
The menu button is not present in system apps. For example Google Play, I can't go into menu to change my preferences, in E-mail app (not Gmail) I can't access menu either so I can't set preferences or add an account either...
Is it just me?
Edit: I forgot to say that for example in XDA app menu button works fine.
Sent from my Transformer Infinity using xda app-developers app
Click to expand...
Click to collapse
No not just you, I noticed it to.
J_Dutch said:
Running this rom with your data2sd kernel and it runs great, I finally start to love this device! LOL
Only one strange bug and it's kind of an important one:
The menu button is not present in system apps. For example Google Play, I can't go into menu to change my preferences, in E-mail app (not Gmail) I can't access menu either so I can't set preferences or add an account either...
Is it just me?
Edit: I forgot to say that for example in XDA app menu button works fine.
Sent from my Transformer Infinity using xda app-developers app
Click to expand...
Click to collapse
I have a similar issue, the menu button on the pie controls doesn't work with some user apps too. Skype and tricksters mod are two that I noticed. I'm using phablet mode but the menu button doesn't show up when in tablet mode in those apps with pie off as well.
I think this has something to do with the build.prop. on the HTC one M7, there is a trick to make the three dots vanish by making the device think there is a physical button.
Envoyé depuis mon HTC One en utilisant Tapatalk 4 Beta
bryce09 said:
I built my own version. It is basically the latest paranoid build with most cyanogenmod based device changes.
Click to expand...
Click to collapse
ummm does that mean exfat/ntfs/ext4 is supported? thanks
http://forum.xda-developers.com/showthread.php?t=2092968
Click to expand...
Click to collapse
The one by bryce09
gdrocks said:
The one by bryce09
Click to expand...
Click to collapse
can you please answer my question in that thread? thanks
I had a problem connectinh my Ext HDD, but using stickmount (free on the play store) soved my problem. This isn't as good as in CM10.1, but it work.
PS : I have a 2TB formated on NTFS.
Envoyé depuis mon Transformer Infinity avec Tapatalk
Frostbiter said:
I have a similar issue, the menu button on the pie controls doesn't work with some user apps too. Skype and tricksters mod are two that I noticed. I'm using phablet mode but the menu button doesn't show up when in tablet mode in those apps with pie off as well.
Click to expand...
Click to collapse
I noticed in the Toolbars under settings, there is an option to "Split Menu Button" which I have checked and also below that there's an option for "Persistent Menu Button". I've had good luck with those two being checked.
Here's the famous MiFavor Launcher from ZTE! This is version 1.8.2! I have tried this on several different devices and it worked without a problem!
Features:
-Sorting apps by time installed, top hit and alphabetical.
-Change the order of the apps by your choise
-Hide apps from app drawer (most launchers have this feature locked and payment is required to unlock)
-Multiple screen switching animations
-Organize and remove pages from homescreen
-Change homescreen and lockscreen wallpaper separately
-Change phone and notification ringtone separately
Installation:
1. If your handset is rooted it is recomended to copy "Launcher2.apk" to root/system/app
because some functions may not work if it's not installed as system app
2. If your handset isn't rooted install as normal .apk but you may face problems because it's not a system apk
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 experience problems say what's the problem and send a logcat file in the comment's area
Screenshots????
Sent from my GT-N7000 using Tapatalk
raoabdullah said:
Screenshots????
Sent from my GT-N7000 using Tapatalk
Click to expand...
Click to collapse
Screenshots added!
It doesn't work on Ditto Rom 4.4.2
Sent from my GT-N7100 using xda app-developers app
Doesnt work here on aosb rom 4.4.2
Gesendet von meinem GT-I9505 mit Tapatalk
Eeuwe said:
It doesn't work on Ditto Rom 4.4.2
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Do you use ART? That may be the problem!
nofx161 said:
Doesnt work here on aosb rom 4.4.2
Gesendet von meinem GT-I9505 mit Tapatalk
Click to expand...
Click to collapse
If you use ART maybe that's whats causing the problem!
Force close on my Galaxy Note 2 with bone-stock Android 4.3. It can't be a problem with the ART Language because it only got installed with 4.4.x Androids,...
Odeira.Oloap said:
Force close on my Galaxy Note 2 with bone-stock Android 4.3. It can't be a problem with the ART Language because it only got installed with 4.4.x Androids,...
Click to expand...
Click to collapse
This is a stock ZTE app so that may be the problem as well. However it worked on my friends Galaxy SII I9100, and my brothers Alcatel One Touch Idol 6030x. I will read some guides and I'll see what can I do to make this launcher available for all devices!
bestnugnification said:
If you use ART maybe that's whats causing the problem!
Click to expand...
Click to collapse
dont use art , but it could be the problem that its not for 4.4.2 , if u took the app from any android version above 4.4.2 that means u will not be able to use them on 4.4.2 , so which android version was the app in?
if it was an android version above 4.4.2 that would ingest u have to port it to 4.4.2 all other android versions above that are most likely included.
have fun
and for the op, please state in your fist post how to install the app.
nofx161 said:
dont use art , but it could be the problem that its not for 4.4.2 , if u took the app from any android version above 4.4.2 that means u will not be able to use them on 4.4.2 , so which android version was the app in?
if it was an android version above 4.4.2 that would ingest u have to port it to 4.4.2 all other android versions above that are most likely included.
have fun
and for the op, please state in your fist post how to install the app.
Click to expand...
Click to collapse
The app was in 4.1.2 rom so that may be the problem!
bestnugnification said:
The app was in 4.1.2 rom so that may be the problem!
Click to expand...
Click to collapse
Yes, as mentioned before, this app cannot work on android above 4.1.2 since the newer versions wherent invented at this point.
Have fun and thanks for the share, 2suggestions, write in op it works for 4.1.2 and below and please write a installation instruction, makes it easier for others.
nofx161 said:
Yes, as mentioned before, this app cannot work on android above 4.1.2 since the newer versions wherent invented at this point.
Have fun and thanks for the share, 2suggestions, write in op it works for 4.1.2 and below and please write a installation instruction, makes it easier for others.
Click to expand...
Click to collapse
Thank you very much! If you know somebody that can help me make it work on newer and older Android versions please tell me!
bestnugnification said:
Thank you very much! If you know somebody that can help me make it work on newer and older Android versions please tell me!
Click to expand...
Click to collapse
older versions should work , only newer since if u program an app u have to choose the platforms u want to have it work, u could take a look at the android studio , load the app into that and look if u can implement the new 4.4.2 thing, im a noob myselfe so i cannot fully exlain what i mean...
have fun.
nofx161 said:
older versions should work , only newer since if u program an app u have to choose the platforms u want to have it work, u could take a look at the android studio , load the app into that and look if u can implement the new 4.4.2 thing, im a noob myselfe so i cannot fully exlain what i mean...
have fun.
Click to expand...
Click to collapse
Thank you very much!
Work in Xperia P 4.1.2
bestnugnification said:
This is a stock ZTE app so that may be the problem as well. However it worked on my friends Galaxy SII I9100, and my brothers Alcatel One Touch Idol 6030x. I will read some guides and I'll see what can I do to make this launcher available for all devices!
Click to expand...
Click to collapse
hey dude,for some reason i can't put a widget on any of my home screens and if i do the launcher crashes.do you know why or not because i really love this launcher.
_Android-_- said:
hey dude,for some reason i can't put a widget on any of my home screens and if i do the launcher crashes.do you know why or not because i really love this launcher.
Click to expand...
Click to collapse
I will try to fix that problem shortly. Since more people have downloaded and like it I will surely check what's the problem!
Can this launcher hide the app?
Inviato dal mio GT-N7100 con Tapatalk
rapboy91 said:
Can this launcher hide the app?
Inviato dal mio GT-N7100 con Tapatalk
Click to expand...
Click to collapse
Yes it can hide apps! In the app drawer, tap Edit then tap Hide apps hide the apps you don't want and save the changes you did!
Before continuing reading the thread make sure you read install info and post 2 first
Make sure you're on m bootloader else it won't work!
You're free to use this firmware however you want. Share it on another forum or use the files for your own usage. I don't mind. U don't even have to give credit but it's always appreciated if you do!
About magic UI for honor 8
This rom is completely based on Honor Magic phone which runs Magic UI the system is completely stock with added needed files to get WiFi and nfc working.
ROM info:
Based on Honor Magic (Android 6.0) Chinese firmware B536.1
Rooted
Busyboxed
Viper4android added
Xposed
Magisked
Download
B536.1 evolution edition
https://mega.nz/#!fowTRJzJ!Gm0SE6qkHF78byC1-CoG_21fSKufu2DZP5Ta8C5V4u4
Fixed NFC now working thanks to huawei update me allowing 3rd party nfc
Fixed widgets permission
Fixed missing busybox
Permissive boot
Samsung browser
Gesture navigation
Viper4android
New control center features like screenshot eye mode hotspot and more.
Magic auto now works (now I can't tell if u need to agree the setup wizard to make it work
Older releases
B533
https://mega.nz/#!L1okBb6A!v9tpzuVtqn6VlyfkyBAfG69051QjnA-exo3Pxwsc3_s
Updated base firmware to 533
Pretty much it
B521 Deodex: https://mega.nz/#!mhpzlZ6Z!cqyCXjUq71e43iKtARySgdGPVpeOMvC8Wi7fK95Bi5U
Added Chrome browser
Boot is now running in permissive mode
Fixed message window issue
Fixed some graphic bug where toggle was out of screen so it was displaying half the switch
B521:
https://mega.nz/#!ehxxiTZQ!IMAuMv0kVMwMwwNQp85ERSp9IwWdO9LWEL0807DGhKQ
B516
https://mega.nz/#!TlxFUYjC!Dp7EqQF_99_UTVTyz3VNjtyLcWqdrz2r4msRk5b2wWI
Changelog:
B521
Pre rooted
Magiske'd
Xposed
Busyboxe'd
Bug fixes by Huawei
And more apps
B516 initial release
Installation instruction
Download the ZIP and put it on your SD.
Download and install Supersu by chainfire from http://download.chainfire.eu/1021/SuperSU/SR3-SuperSU-v2.79-SR3-20170114223742.zip
And you're Done.
For Freq asked Questions see post 2
screenies
{
"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 works
Everything hardware wise
What doesn't
Audio for incoming calls
All fingerprint gestures
Control center doesn't work if you have navigation bar enabled
Probably something else I can't tell
This will probably be asked
Why I can't see NFC in settings?
Well because it's disabled in Chinese builds
fixed in latest update B536.1
WHY theres no nav keys???!!!
huawei Magic Fingerprint gestures to navigate. So far swipe from left and right on our sensor works as back button. Home and recents doesn't work for now.
Why doesn't control center being displayed if we have navigation keys? This is due to lower dpi from our side it works if u set androidsystem with 640 dpi but everything else will be a totall mess. So to activate navigation keys
open settings -> system settings -> accessibility and enable navigation bar
can i remove the control center up button in navigation bar?
yes. This wasn't working on first version but works on B521.
WGW isn't any new apps displaying any notifications?
they're disabled by default for some reason.?
open settings -> notification center select the app that doesn't display any issues.
battery time is terrible why?
it hasnt settled down you just move to a new apartment . . . It takes time to settle down
Why can't I install 3rd party launchers apps from playstore or anywhere else?:
You can but you must install it as system app huawei has added some sort of block method which prevents us from installing 3rd party launchers (no root)
This is also happening with dupe phone caller and contacts.
Info is invalid apk (which is strange)
Sent from my NATASHA using Tapatalk
Very good congratulations!!!! Does this rom works on all FRD variants?
Iaa85 from Brazil with Honor 8
Aside from the bugs you have mentioned is it stable or does it need some work to be done? Don't forget to mention Magic UI is based on marshmallow by the way! Another question that will be asked.
iaa85 said:
Very good congratulations!!!! Does this rom works on all FRD variants?
Iaa85 from Brazil with Honor 8
Click to expand...
Click to collapse
It should do yes since I included all files for wifi and camera for every honor 8 (since it's included in stock) so yes it should work.
XjokiX7 said:
Aside from the bugs you have mentioned is it stable or does it need some work to be done? Don't forget to mention Magic UI is based on marshmallow by the way! Another question that will be asked.
Click to expand...
Click to collapse
Oh yup I forgot about that [emoji14] well probably need some easier way to configure brightness etc and something is blocking launches from being installed (invalid package) this I don't know why only solution for now is to install it as a system app.
Well for daily usage it's stable but has its hard way of browsing trough lol since it seems to break some functions as we lower the density. such as notification center cannot be used if you enable navigation bar and the buttont to show it doesn't work. I haven't encountered any real issues nor haven't tried everything fully tbh but majority of features should be working
Sent from my NATASHA using Tapatalk
a new update will come hooefully today itll update system to 521
now i cant read chinese so cant tell what it fix
Sent from my NATASHA using Tapatalk
I'm trying to refrain my impulsive [email protected] instinct! But I can't.
Dominikrod said:
I'm trying to refrain my impulsive [email protected] instinct! But I can't.
Click to expand...
Click to collapse
Haha i had 521 version running
Sent from my FRD-L09 using Tapatalk
LastStandingDroid said:
Haha i had 521 version running
Sent from my FRD-L09 using Tapatalk
Click to expand...
Click to collapse
I was not able to make it boot. After flashing it doesn't want to boot on my L14 with B162.
Dominikrod said:
I was not able to make it boot. After flashing it doesn't want to boot on my L14 with B162.
Click to expand...
Click to collapse
Did u try patch it with su?
Sent from my FRD-L09 using Tapatalk
LastStandingDroid said:
Did u try patch it with su?
Sent from my FRD-L09 using Tapatalk
Click to expand...
Click to collapse
Yes I did. I used the one posted in the OP. I'm wondering if I got a bad download of the firmware though. I'm going to download the file once more and give it another run. :fingers-crossed:
Dominikrod said:
Yes I did. I used the one posted in the OP. I'm wondering if I got a bad download of the firmware though. I'm going to download the file once more and give it another run. :fingers-crossed:
Click to expand...
Click to collapse
did u wipe data
Sent from my FRD-L09 using Tapatalk
LastStandingDroid said:
did u wipe data
Sent from my FRD-L09 using Tapatalk
Click to expand...
Click to collapse
The first time I tried it I didn't. I just flashed it over B162, didn't work. Second time I did factory reset but when I was about to reboot got the message about "no OS installed".
Dominikrod said:
The first time I tried it I didn't. I just flashed it over B162, didn't work. Second time I did factory reset but when I was about to reboot got the message about "no OS installed".
Click to expand...
Click to collapse
Strange try install again
Sent from my FRD-L09 using Tapatalk
LastStandingDroid said:
Strange try install again
Sent from my FRD-L09 using Tapatalk
Click to expand...
Click to collapse
Finally got it to work. Had to reset phone and unlock it again, etc... Didn't wipe anything before flashing it nor after, but when it was booting up it started bootlooping and had to go to recovery and make a factory reset. Booting up went fine after that. Now I have to learn some mandarin!
Dominikrod said:
Finally got it to work. Had to reset phone and unlock it again, etc... Didn't wipe anything before flashing it nor after, but when it was booting up it started bootlooping and had to go to recovery and make a factory reset. Booting up went fine after that. Now I have to learn some mandarin!
Click to expand...
Click to collapse
There's still English lang
Sent from my FRD-L09 using Tapatalk
New update will come later today
It adds missing functionality and bug fixes
Such as recent now work if you disable control center key
Notifications are now working more properly.
Some other improvements I won't take up
Sent from my NATASHA using Tapatalk
Here's some screens oh and to get a even more magic feeling download fingerprint gestures
By superThomaslabs
Sent from my NATASHA using Tapatalk
Sorry for the delay I had some major issues with my phone yesterday so I was really to tired to fix the update but it'll come soon
Sent from my NATASHA using Tapatalk
Hi , what about the color accuracy on this ROM is it any better ? compared to stock i heard it had a bluish tint and color inaccuracy i'm really liking this phone and really wanna get it but i just discovered this color thing idk if i should worry about it or not ! , Thanks for you and everyone for your efforts developing to this device !!
First, sorry for my bad english.
Actually this is a recopilation of various threads and downloads links
The Galaxy S8 has arrived and what we know is a great update of our beloved Galaxy S7 to bring some of the new features and Samsung apks avaliable only for the Galaxy S8 i bring to you a recopilation of various Apks to tune your galaxy s7 to a galaxy s8.
USE THIS AS YOUR OWN RISK, I TESTED ALL THE APKS ON MY DEVICE GALAXY S7 EDGE G935T
On every installation before you open the app clean the app data.
Wallpapers
first we met the new wallpapers, here are the link for a recopilation made by Kris Carlon from Android Authority.
https://drive.google.com/file/d/0B1DahgKHMCJYczVtbHk2dTJSbEU/view?usp=drive_web
New Touchwhiz
The new Launcher is now here!
Install as a normal apk and reboot.
http://www.apkmirror.com/apk/samsung-electronics-co-ltd/touchwiz-home/touchwiz-home-6-0-77-release/
{
"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"
}
Rounder Corner
Next we know about the new corner screen in the galaxy s8. well there´s an unofficial app for that, well there´s actually 2.
one is Cornerfly
https://play.google.com/store/apps/details?id=com.flyperinc.cornerfly
and the other one is Roundr
https://play.google.com/store/apps/details?id=mohammad.adib.roundr
Bixby
Yeah we also can get Bixby, well is just the window like "Briefing" but its something, you can downloading from here. (Bixby is only avaliable with new touchwiz)
http://www.apkmirror.com/apk/samsung-electronics-co-ltd/hello-bixby/hello-bixby-1-3-23-release/hello-bixby-1-3-23-android-apk-download/
After install reboot your device.
Weather Widgets
You can get the new weather widgets
download from here!!
http://www.apkmirror.com/apk/samsung-electronics-co-ltd/weather-5/weather-5-1-4-04-1-release/weather-1-4-04-1-android-apk-download/
http://www.apkmirror.com/apk/samsung-electronics-co-ltd/weather-forecast/weather-forecast-1-4-10-1-release/weather-forecast-1-4-10-1-android-apk-download/
There are 2 apks, install both and reboot.
Always On Display AOD
The new AOD it comes with a new font!
get it from @misterashman Thread
https://forum.xda-developers.com/s7-edge/themes/s8-display-apk-root-t3583821
i try the new camera apk but it has many bugs if someone else want to help me triying the other apks, i let the link above from apkmirror.
http://www.apkmirror.com/uploads/?q=samsung-electronics-co-ltd
Screenshots (Google drive)
https://drive.google.com/open?id=0B8EanDpE7zBWZ2ltd3RGaDZhc28
Do you have the new icons as well?
Sent from my SM-G935V using Tapatalk
I installed weather apks (then delete data, reboot) but I can't search any city... What can I do?
junear said:
Do you have the new icons as well?
Click to expand...
Click to collapse
No I'm looking for it
torrnike said:
I installed weather apks (then delete data, reboot) but I can't search any city... What can I do?
Click to expand...
Click to collapse
I don't know man, what I realize is that in every cellphone it can happen different things, in some phones you can't install anything
junear said:
Do you have the new icons as well?
Click to expand...
Click to collapse
I almost make usuble the new camera app, but it closes after take video or trying to watch the config menu, any ideas? I installed all the bixby and camera components as gallery crop, photo editing, gallery
junear said:
Do you have the new icons as well?
Click to expand...
Click to collapse
If you want, I installed the other apps like, contacts, calendar, messages, gallery and the icons update for the new ones, the only bad thing is that contacts and caller are like updating constantly, like if every 2 minutes you put a new sim card, but only the notification, because the signal is normal I don't know what happen
Can we have the new google bar too on old TW?
Alwaysondispaly crashes so much, abd it dont even working on
Skickat från min SM-G935F via Tapatalk
Any possibility to lockscreen clock on no-rooted phone?
Wysłane z mojego SM-G935F przy użyciu Tapatalka
Hi everyone,
I found this link where everything from the S8 is uploaded, and according to people from other forums everything works on non-rooted phones.
Will try out everything as soon as I get home.
http://www.apkmirror.com/uploads/?q=samsung-electronics-co-ltd
sdiown said:
Alwaysondispaly crashes so much, abd it dont even working on
Skickat från min SM-G935F via Tapatalk
Click to expand...
Click to collapse
try this, unistall the update, deactivate the AOD, then reboot your phone, update again, delete the data and reboot, activate AOD and it should be ok now
arnes_king said:
Hi everyone,
I found this link where everything from the S8 is uploaded, and according to people from other forums everything works on non-rooted phones.
Will try out everything as soon as I get home.
http://www.apkmirror.com/uploads/?q=samsung-electronics-co-ltd
Click to expand...
Click to collapse
yeah i put the same link in the thread, the camera app crashes to much
Could not download the wallpaper. ?
Won't install for my stock s7 edge. "the package conflicts with an existing package"
Sent from my SM-G935W8 using XDA-Developers Legacy app
sdiown said:
Alwaysondispaly crashes so much, abd it dont even working on
Skickat från min SM-G935F via Tapatalk
Click to expand...
Click to collapse
Clear AOD cache and preferably data. (settings/applications)
See if that works.
rumz82 said:
Clear AOD cache and preferably data. (settings/applications)
See if that works.
Click to expand...
Click to collapse
It works, thanks!
Skickat från min SM-G935F via Tapatalk
sdiown said:
It works, thanks!
Skickat från min SM-G935F via Tapatalk
Click to expand...
Click to collapse
You're welcome
How to install application contacts S8? Once installed, you can not make the connection and the network coverage is gone, please help.
Spartacus500 said:
How to install application contacts S8? Once installed, you can not make the connection and the network coverage is gone, please help.
Click to expand...
Click to collapse
Go to settings,apps and find contacts and then uninstall updates happened to me earlier[emoji12]
Sent from my SM-G935F using XDA-Developers Legacy app
Google phone
{
"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"
}
------------------------------------------------------------------------------------------------------------------------------------
Latest Google Phone app Beta (v.53) can now be installed from the Play Store on any phone.
------------------------------------------------------------------------------------------------------------------------------------
Current Stable Version: 52 link
2 buttons Version: 52 link
Changelog:
From version 19
1. New nav bar.
2. Only for Android 7.0+
From version 24
3. Nearby Places works.
4. Dark theme activated (Settings -> Display Options screen with the name Dark mode).
From version 26
5. Round fav. - activated.
From version 53
5. Latest Google Phone app Beta (v.53) can now be installed from the Play Store on any phone.
Does not work:
1. Spam Caller ID (automatically filter suspected spam calls)
2. Nearby Places - works (from v.24)
To make the APK install-able on any device, I have to sign it with my key (not original google key). This means these features cannot work on a modified APK. Sorry.
Some kind of phones aren't compatible with the app ( Some firmwares of HTC, MIUI, some models of Moto). I can't fix it, your firmware incompatible with app.
How to install:
Remove previous versions of Google Phone
Install like usual APK
Give permissions to app in Android Settings, including Modify System Settings.
Set as default calling app in Android Settings
Allow draw over other apps permission. (for floating button).
---------------------------------------------------------------------------
Current Black mods version - v.53
---------------------------------------------------------------------------
V. 53 Available mods:
(All questions in PM!)
1. Google phone v.53 (Black theme+Dark theme (grey), Enlarged photo). Screenshots.
2. Google phone v.53 (Enlarged Photo, black theme+dark theme, Dark background for anonymous contact). Screenshots.
3. Google phone v.53 (Enlarged Photo, Default theme (white)+Dark theme (grey). Screenshots.
I can make a private mods, you can find screenshots of ready mods in My Album. All questions in PM.
If you want to donate me, you can do it via Amazon gift card (Only $) , send from this page your amount to [email protected]
Reserved
For Thanks
working on Samsung S5 6.0.1, grettings!
Quick question, does the Essential Phone already use this app by default?
Zorn_ said:
Quick question, does the Essential Phone already use this app by default?
Click to expand...
Click to collapse
I don't know. My phone is OnePlus 3T.
Where is the download link?
Edit: got it thanks
Any way to fix the "cant call without permissions" from longpress shortcuts? On nougat 7.1.2
Sent from my LG-H932 using Tapatalk
brolic925t said:
Any way to fix the "cant call without permissions" from longpress shortcuts? On nougat 7.1.2
Sent from my LG-H932 using Tapatalk
Click to expand...
Click to collapse
Give permissions to app in Android Settings, including Modify System Settings.
Set as default calling app in Android Settings
Martin.077 said:
Give permissions to app in Android Settings, including Modify System Settings.
Set as default calling app in Android Settings
Click to expand...
Click to collapse
Hmm didnt work. Gunna try a reboot. If nothing works then ill go back to 7.0 non nexus [emoji31]
Ty though
Sent from my LG-H932 using Tapatalk
brolic925t said:
Hmm didnt work. Gunna try a reboot. If nothing works then ill go back to 7.0 non nexus [emoji31]
Ty though
Click to expand...
Click to collapse
Make a screenshot of permission screen, default phone app screen and error screen. Try to help you.
Martin.077 said:
Make a screenshot of permission screen, default phone app screen and error screen. Try to help you.
Click to expand...
Click to collapse
Will delete when solved or not
https://i.imgur.com/5JWGb1i.png
https://i.imgur.com/GOdCXrK.jpg
Sent from my LG-H932 using Tapatalk
brolic925t said:
Will delete when solved or not
https://i.imgur.com/5JWGb1i.png
https://i.imgur.com/GOdCXrK.jpg
Click to expand...
Click to collapse
Really don't know why it happened..... On all other devices it works fine.
Appreciate your work, its working good, i just wana know what does it require for those features that are not working as you posted in not working section?, also can u plz add if possible, a call recording feature inside this app?! Thanks for the app anyways . ?
yashj9 said:
Appreciate your work, its working good, i just wana know what does it require for those features that are not working as you posted in not working section?, also can u plz add if possible, a call recording feature inside this app?! Thanks for the app anyways .
Click to expand...
Click to collapse
Call recording not supported by Google.
To make the APK install-able on any device, I have to sign it with my key (not original google key). This means these features cannot work on a modified APK.
Please Attention! I also can make a private MOD for you with features you want. I can change photo size (square, round, rectangular), buttons place, any color, background, another anonymous photo, talking time inside end button and other. For a little donate. If you want, please write privare message.
You can see examples in my album
https://forum.xda-developers.com/album.php?u=8736584
This works great! Unfortunately, when I install it the keypad also has the Cyrrilic alphabet. Is there a way to disable this?
sockusminimus said:
This works great! Unfortunately, when I install it the keypad also has the Cyrrilic alphabet. Is there a way to disable this?
Click to expand...
Click to collapse
I downloaded again from 1 post and install . Only English.
Look at my screenshot.
When you uninstall old version, delete all program data and then install new.
Martin.077 said:
I downloaded again from 1 post and install . Only English.
Look at my screenshot.
When you uninstall old version, delete all program data and then install new.
Click to expand...
Click to collapse
That worked--thanks!
Thank you.
Sent from my Moto G (5) Plus using Tapatalk
Hi thanks for your work,missing calls works and make calls on Samsung A3 2016 but only Favorits dont works,app is set as Standart call App and have all promissions.
Do you have a solution or can you make a new apk where Favorits works ?
Samsung A3 2016 Android 7.0
Thanks