huawei p8 lite theme issue - P8lite Q&A, Help & Troubleshooting

when i open Default themes app by Huawei P8 Lite (it says no themes in featured tab and all other tabs)
only already downloaded 4 themes are there.
I don't know whats wrong.
Please help me out here....

Hello,
First thing first check your internet connection. For some users it didn't work on wifi and only on data etc.
If it doesn't help -> in Settings clear cache for this app.
Regards
//update
Still you can download themes from the xda and install them by putting @ HWthemes folder.

TomaszPeplinski said:
Hello,
First thing first check your internet connection. For some users it didn't work on wifi and only on data etc.
If it doesn't help -> in Settings clear cache for this app.
Regards
//update
Still you can download themes from the xda and install them by putting @ HWthemes folder.
Click to expand...
Click to collapse
i have cleared the cache of Themes App, and connected to WIFI and also checked on DATA 4G.
But issue still remains.
it was easy to download themes from this app instead of Downloading and putting the theme in themes folder.
i hope some this issue can be fixed....

ZillurRehman said:
i have cleared the cache of Themes App, and connected to WIFI and also checked on DATA 4G.
But issue still remains.
it was easy to download themes from this app instead of Downloading and putting the theme in themes folder.
i hope some this issue can be fixed....
Click to expand...
Click to collapse
Can you check your Firmware region?
Go to Dialer and enter *#*#2846579 #*#* and then go to menu point 3. (Network Information Query) and then to 4. (Vendor Country Info)
For some reason your Firmware might not offer themes in your Region
If thats alright you probably have to download themes manually.

You are right | But can i change it?
PCSE said:
Can you check your Firmware region?
Go to Dialer and enter *#*#2846579 #*#* and then go to menu point 3. (Network Information Query) and then to 4. (Vendor Country Info)
For some reason your Firmware might not offer themes in your Region
If thats alright you probably have to download themes manually.
Click to expand...
Click to collapse
I checked it. and it says
Vendor: hw
Country: meafnaf
Themes were working fine and i was able to download the themes from Themes App.
i think i tried updating it once on Android 6.0 by downloading the update.app file from XDA forum and it gave error while installing it. then i restarted it. After that it started to give this issue.
I just tried Factory Reset but still the Vendor information stays as is. Is there any way to fully reset my phone?

PCSE said:
Can you check your Firmware region?
Go to Dialer and enter *#*#2846579 #*#* and then go to menu point 3. (Network Information Query) and then to 4. (Vendor Country Info)
For some reason your Firmware might not offer themes in your Region
If thats alright you probably have to download themes manually.
Click to expand...
Click to collapse
thanks when i Factory Reset from *#*#2846579 #*#* menu. It worked and now i can install Themes App.

ZillurRehman said:
thanks when i Factory Reset from *#*#2846579 #*#* menu. It worked and now i can install Themes App.
Click to expand...
Click to collapse
You're very Welcome my friend. Glad that I could help.

Related

[Q] Google Now always says "Location Service is off."

Hi guys.
I've flashed PURE Android image on Nexus 4.
The image is that I've built from AOSP. (branch: android-4.2.2_r1.2)
And I've flashed CWM recovery and install GAPPS. (gapps-jb-20130301-signed.zip from goo.im/gapps)
Everything is OK.
But I have some problems about the Network Location.
Google Now always says "Location Service is off."
And 3rd-party maps cannot find my location.
I checked the following.
Settings > Location access
- Access to my location is ON
- GPS satellites is CHECKED
- Wi-Fi & mobile network location is CHECKED
Settings > Accounts (Google)
- Maps & Latitude > All items are CHECKED
- Location > Let Google apps access your location is ON
I attach Log.
W/LocationProviderProxy(526): com.google.android.location resolves service com.android.location.service.v2.NetworkLocationProvider, but has wrong signature, ignoring
W/LocationManagerService(526): no network location provider found
W/GeocoderProxy(526): com.google.android.location resolves service com.android.location.service.GeocodeProvider, but has wrong signature, ignoring
How can I fix it ?
Thank you
Hi,
Apply the following patch in frameworks/base:
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index cb7804c..9b91387 100755
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -645,7 +645,8 @@
-->
<string-array name="config_locationProviderPackageNames" translatable="false">
<!-- The standard AOSP fused location provider -->
- <item>com.android.location.fused</item>
+ <item>com.android.location.fused</item>
+ <item>com.google.android.location</item>
</string-array>
<!-- Boolean indicating if current platform supports bluetooth SCO for off call
This will allow the framework to use NetworkLocation.apk from gapps as well as the AOSP FusedLocation.apk.
medialaxis said:
Hi guys.
I've flashed PURE Android image on Nexus 4.
The image is that I've built from AOSP. (branch: android-4.2.2_r1.2)
And I've flashed CWM recovery and install GAPPS. (gapps-jb-20130301-signed.zip from goo.im/gapps)
Everything is OK.
But I have some problems about the Network Location.
Google Now always says "Location Service is off."
And 3rd-party maps cannot find my location.
I checked the following.
Settings > Location access
- Access to my location is ON
- GPS satellites is CHECKED
- Wi-Fi & mobile network location is CHECKED
Settings > Accounts (Google)
- Maps & Latitude > All items are CHECKED
- Location > Let Google apps access your location is ON
I attach Log.
W/LocationProviderProxy(526): com.google.android.location resolves service com.android.location.service.v2.NetworkLocationProvider, but has wrong signature, ignoring
W/LocationManagerService(526): no network location provider found
W/GeocoderProxy(526): com.google.android.location resolves service com.android.location.service.GeocodeProvider, but has wrong signature, ignoring
How can I fix it ?
Thank you
Click to expand...
Click to collapse
Sorry for the late reply.
It's perfect on android 4.3
Thank you!!!
Sent from my AOSP on Mako using Tapatalk 2
medialaxis said:
Sorry for the late reply.
It's perfect on android 4.3
Thank you!!!
Sent from my AOSP on Mako using Tapatalk 2
Click to expand...
Click to collapse
Can you describe the procedure to patch frameworks/base? Also will it work on a nexus s with the same problem?
antipasti said:
Can you describe the procedure to patch frameworks/base? Also will it work on a nexus s with the same problem?
Click to expand...
Click to collapse
1.
you can just modify config.xml using your editor directly.
and rebuild, flash, check whether it is working
2.
i don't have nexus s.
but i believe it will work.
good luck
medialaxis said:
1.
you can just modify config.xml using your editor directly.
and rebuild, flash, check whether it is working
2.
i don't have nexus s.
but i believe it will work.
good luck
Click to expand...
Click to collapse
Hi, I can't seem to find that config.xml file. Where is it? After editing it, should I flash the ROM and gapps again?
Thanks, i'm new to that stuff
filipeglfw said:
Hi, I can't seem to find that config.xml file. Where is it? After editing it, should I flash the ROM and gapps again?
Thanks, i'm new to that stuff
Click to expand...
Click to collapse
1. you can find here. $AOSP_PROJECT/frameworks/base/core/res/res/values/config.xml
2. i think you don't need to do. just update system image. but i don't know exactly... sorry

[Q] Help Dudes

Ok . I have a galaxy s4 i9500. i installed a stock rom from russia and im having some issues. ill install another stock from vietnam but u could help me fix this one.
1. Notification Panel
some icons are missing like air gesture and some others.
I tried this: I got Sql Lite Editor -> Opened it -> clicked on settings Storage -> clicked on settings.db and then it showed me an error like this: An error occurred while opening the database. Unable to open the database file (code 14) while compiling SELECT * FROM sqllite_master WHERE type in('table', 'view') ORDER BY name
PLZ help
2. Lock screen
there is not life companion written in lock screen. So i would appreaciate if u help me fix these even though i dont think this last one is a problem
Did you do a factory reset?
Lennyz1988 said:
Did you do a factory reset?
Click to expand...
Click to collapse
When i installed the stock ROM i did all the wiping proccesses from CWM and then installed it by ODIN. Since then i ve done nothing.

[GUIDE] cm12 theme engine bug fix

Hi if you have theme issue, that some parts of systemui is not changed and it is bugged, you Dont need to clean flash, just do this guide and restart ☺ it works http://youtu.be/MW1UsCyOidY
it works, thank you very much!
Your welcome ☺
Actually iam just sharing guide from nicholaschum ☺ Dont know hot to share historie profile, he did material dark theme and much more
molonad said:
Actually iam just sharing guide from nicholaschum ☺ Dont know hot to share historie profile, he did material dark theme and much more
Click to expand...
Click to collapse
Historie - i neant his, autocorrect -_-
thanks for providing this method.works for me on xperia z with cm12
Doesn't work on my Nexus 9... Anyone have any idea why?
SwoRNLeaDejZ said:
Doesn't work on my Nexus 9... Anyone have any idea why?
Click to expand...
Click to collapse
Did you exactly this? Change theme to stock system theme then do process from video, then restart then change to your preferred theme, if it doesnt Work what is exactly your problem with theme thanx ?
Is there a free alternative to SQLite? Not sure what else I would use it for apart from this fix.
maelstromm said:
Is there a free alternative to SQLite? Not sure what else I would use it for apart from this fix.
Click to expand...
Click to collapse
Yes sqlite debugger, you must choose app then storage for settings like in video, then settings. DB, then secure and finally you choose value and delete Last collum .
molonad said:
Did you exactly this? Change theme to stock system theme then do process from video, then restart then change to your preferred theme, if it doesnt Work what is exactly your problem with theme thanx ?
Click to expand...
Click to collapse
That's exactly what I did, and it didn't fix the issue.
I ended up just clean flashing to fix it.
---------- Post added at 09:34 AM ---------- Previous post was at 08:36 AM ----------
Alright, so I figured in out for ANYONE who is having trouble getting this to work. Here are the steps I took after this failed to fix the bug on my Nexus 9.
1.) Download the SQLite editor app.
2.) Open db by APP, and select Settings Storage (com.android.providers.settings)
3.) Open settings.db
4.) Open secure, scroll to final entry (themeConfig)
5.) Long press on themeConfig and select DELETE ENTRY (will entirely delete all theme overlay settings).
6.) Back out of SQLite editor.
7.) Go to Settings > Apps > All and find the Theme Engine app (will be listed as Themes).
8.) Clear Themes DATA (all of it, just tap the CLEAR DATA button)
9.) REBOOT
10.) Apply a new theme, and everything should be themed.
11.) Prosper.

[GUIDE] Solve first issues

From ZUK Fans eu forum :
Notification :
1) Autostart the apps : SafeCenter > Autostart > Click on "Disabled autostart App(s)" > Click on the icon in the top right corner>Click on the "+" > Add your apps
2) Enable the notifications : Setting > Notifcations & Statusbar > Notification > Enable the 3 options
3) For some apps, you can enable floating window if it's disabled on : Settings > Security & Privacy > Permissions > Apps
5) Lock the apps in RAM : Open the Apps history (press Home button twice by default) and swipe down the apps
4) Reboot
Sync Google Contact :
Install this : http://www.apkmirror.com/apk/google...gle-contacts-sync-6-0-1-android-apk-download/
Pipould said:
From ZUK Fans eu forum :
Notification :
1) Autostart the apps : SafeCenter > Autostart > Click on "Disabled autostart App(s)" > Click on the icon in the top right corner>Click on the "+" > Add your apps
2) Enable the notifications : Setting > Notifcations & Statusbar > Notification > Enable the 3 options
3) For some apps, you can enable floating window if it's disabled on : Settings > Security & Privacy > Permissions > Apps
5) Lock the apps in RAM : Open the Apps history (press Home button twice by default) and swipe down the apps
4) Reboot
Sync Google Contact :
Install this : http://www.apkmirror.com/apk/google...gle-contacts-sync-6-0-1-android-apk-download/
Click to expand...
Click to collapse
Thanks for sharing.
It's such a strange thing what you have to do on Chinese roms to get the basic of today's mobile environment: working push notifications for services you install!
Sent from my Zuk Z1 using XDA Labs
vittogn said:
Thanks for sharing.
It's such a strange thing what you have to do on Chinese roms to get the basic of today's mobile environment: working push notifications for services you install!
Sent from my Zuk Z1 using XDA Labs
Click to expand...
Click to collapse
that's litterally wtf ! Ok you save battery but cmon ! Now you need to let the full app run all the time... They have safe center and so on and not a damm screen to check that...
Zuk Z2 bug
Hello,
i hope for a fast reply,
i recieved my zuk z2(not pro) yesterday, and things arent working properly,
first of all the play store has tons of bugs,
also in the settings menu some menus crash totaly, like the notifications, fonts etc.
I tried to do a factory reset in order to fix it,
after doing so the keyboard stopped working and i cant do anything now,
what can i do?
omrihak said:
Hello,
i hope for a fast reply,
i recieved my zuk z2(not pro) yesterday, and things arent working properly,
first of all the play store has tons of bugs,
also in the settings menu some menus crash totaly, like the notifications, fonts etc.
I tried to do a factory reset in order to fix it,
after doing so the keyboard stopped working and i cant do anything now,
what can i do?
Click to expand...
Click to collapse
I guess you bought this phone on Oppomart ?
I recommend to reflash your rom (http://zukfans.eu/).. Otherwise you can't get the lastest version which is 1.9.077
Prockkaii said:
I guess you bought this phone on Oppomart ?
I recommend to reflash your rom (http://zukfans.eu/).. Otherwise you can't get the lastest version which is 1.9.077
Click to expand...
Click to collapse
Is that a common problem with Oppomart?
I ordered mine a few weeks back.
luytent said:
Is that a common problem with Oppomart?
I ordered mine a few weeks back.
Click to expand...
Click to collapse
I think it is. But flashing back the rom is very easy.
Pipould said:
that's litterally wtf ! Ok you save battery but cmon ! Now you need to let the full app run all the time... They have safe center and so on and not a damm screen to check that...
Click to expand...
Click to collapse
We don't even get a damn battery graph. For those of us who micro-manage our phones, ZUI is a disaster.
Karly Johnston said:
We don't even get a damn battery graph. For those of us who micro-manage our phones, ZUI is a disaster.
Click to expand...
Click to collapse
To be fair, there is such a graph, but you have to activate the Developer Settings.
Then: Settings -> Advanced Settings -> Developer Options -> History details.
How do I get Play Music controls to show up on the lock screen?
Double Post
Prockkaii said:
I think it is. But flashing back the rom is very easy.
Click to expand...
Click to collapse
So does this mean if I flash zukfans eu ROM "ZUK Z2 Stable ROM 1.9.044", I will have not crashing menus nor the "play store cannot download any apps" issue?
This would be great, at least.. until a real ROM is out..
miheilo said:
So does this mean if I flash zukfans eu ROM "ZUK Z2 Stable ROM 1.9.044", I will have not crashing menus nor the "play store cannot download any apps" issue?
This would be great, at least.. until a real ROM is out..
Click to expand...
Click to collapse
You can fix that by setting Play Store to Auto Start and enable all permissions.
Autostart
Hi I can not find ... "SAFECENTER" in zuk z2 (not pro)...I have problem with (viber and messenger) I would like autostart..
1) Autostart the apps : "SafeCenter" ??? > Autostart > Click on "Disabled autostart App(s)" > Click on the icon in the top right corner>Click on the "+" > Add your apps

sm-g360h

hello i have this device sm-g360h please this now forgets the password once i on and off it it forgets the password please i need a solution without losing any of the data stored on it please
which rom u are using?
I use the normal rom of the device the default one i mean
peternasef12345 said:
I use the normal rom of the device the default one i mean
Click to expand...
Click to collapse
you mean stock one
so you also can't backup pin or google account?
You Can try twrp Method if you have twrp recovery
by go to TWRP > Advanced > file manager > then go to data > system > find guestre.key (if your lock is guesture) or password.key (if your lock is password)
choose it and click on delete then reboot and type(or swype) any thing
your phone now is unlocked
if you don't have a twrp you can just format by stock recovery
adamh.ayyad said:
you mean stock one
so you also can't backup pin or google account?
You Can try twrp Method if you have twrp recovery
by go to TWRP > Advanced > file manager > then go to data > system > find guestre.key (if your lock is guesture) or password.key (if your lock is password)
choose it and click on delete then reboot and type(or swype) any thing
your phone now is unlocked
if you don't have a twrp you can just format by stock recovery
Click to expand...
Click to collapse
okay . i do not have twrp mode recovery and i rootd my cellphone but i can't find this file command ro.secure.storage at build.prop so what is the solution except for formatting my device .
peternasef12345 said:
okay . i do not have twrp mode recovery and i rootd my cellphone but i can't find this file command ro.secure.storage at build.prop so what is the solution except for formatting my device .
Click to expand...
Click to collapse
please somebody answer me please i really need the the help please
please somebody asnwer me
plz somebody answer me please
https://chat.whatsapp.com/GTwSrW9WSV590dpShmYcEE -whatsapp
https://telegram.me/joinchat/ENvVignC4i_A2UUbm7jgmg -talegram
Use given link to join core prime group.!!
@anonymous94 said:
https://chat.whatsapp.com/GTwSrW9WSV590dpShmYcEE -whatsapp
https://telegram.me/joinchat/ENvVignC4i_A2UUbm7jgmg -talegram
Use given link to join core prime group.!!
Click to expand...
Click to collapse
sir how i use the link cuz when i clicked on it gave me nothing however i am opening whats app on the web on my PC ?
guys there are something else happened with me here is the pic
@anonymous94 said:
https://chat.whatsapp.com/GTwSrW9WSV590dpShmYcEE -whatsapp
https://telegram.me/joinchat/ENvVignC4i_A2UUbm7jgmg -talegram
Use given link to join core prime group.!!
Click to expand...
Click to collapse
??
guys there are something else happened with me here is the pic >>>> how am i connected and i cannot see the network i am connected to and also i cannot remove it .
i am using samsung sm g360h mobile ia m replacing display and camera but i am not connecting whatsapp web pls help me

Categories

Resources