Fix for wear os call delay - Wear OS General

I have a almost perfect solution for the wear os call bug. i have created an app which has to be installed on the phone. When your phone receives a call the app will keep trying to send notifications one after the other to the watch forcing the watch to wake and start ringing. of course the notifications will be automatically cleared once the watch is woken up. it seems to work reliability enough.
heres the link : https://gofile.io/?c=7DIfyo
Install the app on the phone and give it the necessary permissions.
Please refer to this thread if you are going to post somewhere else.

I would like to try it but all the link is doing is opening random adds and not going to any download . I' m a computer technician . I ve finnally found a way to bypass it , after opening adds 100 times
---------- Post added at 10:23 PM ---------- Previous post was at 10:05 PM ----------
I just tried , but I can't make it to install . I get to the screen where it say that no special permissions are required , and then to the not installed screen . I'm running a stock android pie xiaomi mi a2

Axel85 said:
I would like to try it but all the link is doing is opening random adds and not going to any download . I' m a computer technician . I ve finnally found a way to bypass it , after opening adds 100 times
---------- Post added at 10:23 PM ---------- Previous post was at 10:05 PM ----------
I just tried , but I can't make it to install . I get to the screen where it say that no special permissions are required , and then to the not installed screen . I'm running a stock android pie xiaomi mi a2
Click to expand...
Click to collapse
my apologies, i have built the apk using debug key, i have rebuilt the apk using a release key. i have updated my original post.

Tested on my LG Watch Style. Works well, thanks!

Looks like it's working . At least I receive the notification every time now . I also found a fix for the missed call notification dismissing on phone when the call feature on watch is activated ( don't know if everyone has the same ) . If I disable phone's app notification in wear os app on phone , the missed call notification is present both on watch and phone ( previously they appear on both but after a second the watch was dismissing the one on phone).
Let's share those two fixes because they mitigate 2 enormous bugs in wear os

Awesome.. it's works on my ticwatch s.. thanks..

Also now I tried to force disable phone app from doze on watch with this command:
adb shell dumpsys deviceidle whitelist +com.google.android.apps.wearable.phone
everything seems to work with the app present now in the battery optimization under development options as unavailable . After the first start , then everytime it s faster to notify a call
---------- Post added at 06:03 PM ---------- Previous post was at 06:00 PM ----------
I even uninstalled mobvoi systema apps via this comand:
adb shell pm uninstall -k --user 0 your.app.name.goes.here
even if disabled from watch , this seems to free up more ram . Be carefull on your watch
---------- Post added at 05:45 PM ---------- Previous post was at 05:03 PM ----------
Let's try it for 2 or 3 days ... It's super fast now with your APK + my tweak to phone app doze . I have to try it without your app because I think the main problem on wear os is the fact that the system doze the phone app

Axel85 said:
Also now I tried to force disable phone app from doze on watch with this command:
adb shell dumpsys deviceidle whitelist +com.google.android.apps.wearable.phone
everything seems to work with the app present now in the battery optimization under development options as unavailable . After the first start , then everytime it s faster to notify a call
---------- Post added at 06:03 PM ---------- Previous post was at 06:00 PM ----------
I even uninstalled mobvoi systema apps via this comand:
adb shell pm uninstall -k --user 0 your.app.name.goes.here
even if disabled from watch , this seems to free up more ram . Be carefull on your watch
---------- Post added at 05:45 PM ---------- Previous post was at 05:03 PM ----------
Let's try it for 2 or 3 days ... It's super fast now with your APK + my tweak to phone app doze . I have to try it without your app because I think the main problem on wear os is the fact that the system doze the phone app
Click to expand...
Click to collapse
That's interesting. I'll try that in my watch and post the findings here. And I have already removed all the mobvoi apps from the watch.

anton.fernando said:
That's interesting. I'll try that in my watch and post the findings here. And I have already removed all the mobvoi apps from the watch.
Click to expand...
Click to collapse
Since yesterday I'm trying the watch without your fix on phone . It's still working and it's super fast . I don't know what made a big change. I'm sure removing phone app from doze list is a game changer , but also unistalling all mobvoi apps from adb instead of only ticsystem + all the other from watch , released about 50 megs of ram

Axel85 said:
Since yesterday I'm trying the watch without your fix on phone . It's still working and it's super fast . I don't know what made a big change. I'm sure removing phone app from doze list is a game changer , but also unistalling all mobvoi apps from adb instead of only ticsystem + all the other from watch , released about 50 megs of ram
Click to expand...
Click to collapse
I tried disabling the app from doze mode. It worked for a couple of hours and the stoped working.i guess once the app has been removed from ram by the os due to low ram it seems to stop working.
What I have found though is that my apk+your solution seems to work best. As when the app is removed from ram my apk would force the device to wake up which would make it realise it's getting an incoming call thereby making the phone app run again and stay in the ram.

anton.fernando said:
I tried disabling the app from doze mode. It worked for a couple of hours and the stoped working.i guess once the app has been removed from ram by the os due to low ram it seems to stop working.
What I have found though is that my apk+your solution seems to work best. As when the app is removed from ram my apk would force the device to wake up which would make it realise it's getting an incoming call thereby making the phone app run again and stay in the ram.
Click to expand...
Click to collapse
For me this problem is not present , maybe because of the heavy debloat I've done ? I have 170 to 140mb of free ram . I continue testing , and keep your APK to reinstall if needed . Thank you , your solution is great , because I have to not mess with tasker or other similar workarounds that never worked for me .

After some days of testing , my solution + your apk is the best . Now I receive the calls on watch 100% the times in 2 or 3 seconds in the worst cases

Deleted
Deleted

Do we need to use adb to remove doze or "Dont Optimize" will help?
adb shell dumpsys deviceidle whitelist +com.google.android.apps.wearable.phone

Work like a charm on my Watch Style, good job it's perfect

anton.fernando said:
I have a almost perfect solution for the wear os call bug. i have created an app which has to be installed on the phone. When your phone receives a call the app will keep trying to send notifications one after the other to the watch forcing the watch to wake and start ringing. of course the notifications will be automatically cleared once the watch is woken up. it seems to work reliability enough.
heres the link : https://gofile.io/?c=7DIfyo
Install the app on the phone and give it the necessary permissions.
Please refer to this thread if you are going to post somewhere else.
Click to expand...
Click to collapse
Do u mind to share the source.

anton.fernando said:
I tried disabling the app from doze mode. It worked for a couple of hours and the stoped working.i guess once the app has been removed from ram by the os due to low ram it seems to stop working.
What I have found though is that my apk+your solution seems to work best. As when the app is removed from ram my apk would force the device to wake up which would make it realise it's getting an incoming call thereby making the phone app run again and stay in the ram.
Click to expand...
Click to collapse
Edit: My info is incorrect. Adding apps to the doze whitelist overrides any memory optimisation (source: https://developer.android.com/about/versions/pie/power)
You can try to change the memory optimisation priority of the phone app so that it is not removed from RAM;
Code:
adb shell am set-standby-bucket com.google.android.apps.wearable.phone active
Source:
https://www.reddit.com/r/TicWatch/comments/f2mymx/ticwatch_pro_incoming_call_delay/

anton.fernando said:
I have a almost perfect solution for the wear os call bug. i have created an app which has to be installed on the phone. When your phone receives a call the app will keep trying to send notifications one after the other to the watch forcing the watch to wake and start ringing. of course the notifications will be automatically cleared once the watch is woken up. it seems to work reliability enough.
heres the link : https://gofile.io/?c=7DIfyo
Install the app on the phone and give it the necessary permissions.
Please refer to this thread if you are going to post somewhere else.
Click to expand...
Click to collapse
The link is not working, Do you have an alternate link please?

ruknaednihs said:
The link is not working, Do you have an alternate link please?
Click to expand...
Click to collapse
Try this.

Sul mio TicWatch PRO 3 LTE, non accuso Nessun Ritardo nell'attivazione della suoneria sull'orologio durante una chiamata in arrivo sul telefono ...
..anzi vibra prima l'orologio e poi squilla il telefono ...:freddo:
Apprezzo pero' il lavoro dell'amico Anton Fernando ...Bravo

Related

[Completed] Restricting internet access to specific apps when opened.

Greetings, XDA Assist!
I want to know if there is a way to restrict internet access to an Android app *ONLY* when it is opened.
For e.g, if I want to hide my last seen on WhatsApp, I switch off my WiFi/Data, and open WhatsApp -> Reply to the messages -> Close Whatsapp -> Turn Data on.
Is there a way to restrict internet access to only certain apps when they're opened, and regain access when they're closed?
It would be of great help if you direct me toward a solution, maybe a Tasker profile?
P.S - Classic XDA Lurker. Lurking for two years. Joined recently. You guys are brilliant. Keep up the good work!
Thanks in advance!
Hi there!
Depending on root or not, there's different option available
In your situation, I'd personally use Greenify
Or some custom ROMs have App Ops built in. You can select permissions on a per app basis. I don't think its quite what you're after in this case.
See if Greenify suits your needs. Read about it in the opening post in the thread I linked. ?
Good luck!!
---------- Post added at 12:13 PM ---------- Previous post was at 12:09 PM ----------
And no, I don't think your example is going to hide last seen. As soon as you read or post anything, I'm sure it'll make you last seen. No matter how you try to hide it. As soon as you do download or upload. .. It knows you were on. Nothing will change that.
---------- Post added at 12:15 PM ---------- Previous post was at 12:13 PM ----------
Yes, I misunderstood your goal. You want the opposite of what I was thinking.
If the app is open and no data or WiFi...the app will not function while you use it.
If you don't want people seeing your presence on social apps....you'd have to not use them. Lol
Take care.
KJ said:
Hi there!
Depending on root or not, there's different option available
In your situation, I'd personally use Greenify
Or some custom ROMs have App Ops built in. You can select permissions on a per app basis. I don't think its quite what you're after in this case.
See if Greenify suits your needs. Read about it in the opening post in the thread I linked. ?
Good luck!!
---------- Post added at 12:13 PM ---------- Previous post was at 12:09 PM ----------
And no, I don't think your example is going to hide last seen. As soon as you read or post anything, I'm sure it'll make you last seen. No matter how you try to hide it. As soon as you do download or upload. .. It knows you were on. Nothing will change that.
---------- Post added at 12:15 PM ---------- Previous post was at 12:13 PM ----------
Yes, I misunderstood your goal. You want the opposite of what I was thinking.
If the app is open and no data or WiFi...the app will not function while you use it.
If you don't want people seeing your presence on social apps....you'd have to not use them. Lol
Take care.
Click to expand...
Click to collapse
Thanks for the reply!
I'm aware of Greenify and my ROM does have App Ops.
I wanted to know how to automate it ONLY when you open the app.
Open Whatsapp -> App stops accessing internet (OR) WiFi/Data gets switched off. [Preferably former]
Close app -> Regains internet access.
Something similar.
I'm sorry, I searched Google and XDA....found nothing like what your after. Lots on keeping it off data when closed....but not open. Again....you can toggle airplane mode on, then open it and test your theory...but I doubt it will have your desired results.
Here's a tasker guide, you can check it out, or ask in the thread perhaps.
http://forum.xda-developers.com/showthread.php?t=1110775
Good luck again!

[ROM][Umi Zero]ArcatarcCmZero11 (Cm11 for Umi Zero)

Ciao a tutti amici miei(hi all my friends)!
For the brave ones here the CyanogenMod 11 for Umi Zero ready to be tested,i'm using it right now and everything seem to work....
Flash it with TWRP recovery....:
https://docs.google.com/uc?export=download&confirm=j1lT&id=0B6HUxsmStBPZcU9yZjhaSm03Zmc
Feedback&Contributions are well accepted...
If you like my works an offer is greatly appreciated not only by me (50% will be donate to UNICEF)
DONATIONS
DONATIONS
DONATIONS
Reserved for screenshots
Reserved for screenshots
Reserved for bugs
Reserved for bugs
Reserved for patches
Reserved for patches
Reserved for addons
Reserved for addons
Reserved for Reserved
Reserved for Reserved
Hi! I´m user of your greatfull EMUMI rom . Maybe this night I´ll give a try to this CMZero11, you can tell more about what can i find inside? (applications, possibilities...) One of the things i care about in a rom for the UMI ZERO it´s the sound (this device have an awfull quality of sound with the headphones at high levels of volume with any rom, your EMUMI seems to be the best equalizing the sound for the better experience with the device) Have you try this in the CMZero11? and a last question... Do you think this audio problem can be solved at all or its a sound chip problem? Thanks for all your hard work!! (and sorry for my bad english! im spanish, i think you can understand me better if i write in spanish than english the next time XD)
:good::good: Flashed!!
The first reboot takes some miutes.
Playstore included and it works
It seems a very light rom.
I will go ahead with the applicatione restore.
Artatarc thanks again for your great job!!
Edit
Done application restore via roojoy without problem.
---------- Post added at 08:58 PM ---------- Previous post was at 08:00 PM ----------
Arcatarc
I have the problem with nvram warning error.
I tried to replace the two files without success whike in the past it worked.
Do you have any idea how to solve it.
arna1958 said:
:good::good: Flashed!!
The first reboot takes some miutes.
Playstore included and it works
It seems a very light rom.
I will go ahead with the applicatione restore.
Artatarc thanks again for your great job!!
Edit
Done application restore via roojoy without problem.
---------- Post added at 08:58 PM ---------- Previous post was at 08:00 PM ----------
Arcatarc
I have the problem with nvram warning error.
I tried to replace the two files without success whike in the past it worked.
Do you have any idea how to solve it.
Click to expand...
Click to collapse
Try this app:
https://play.google.com/store/apps/details?id=com.cryptotel.chamelemac
I installed the rom and tried to execute antutu, but every time at ~20% the app freeze and I got a reboot.
Do you use the 3.06-Kernel with 1,7GHz?
ciao windigo
windigo said:
I installed the rom and tried to execute antutu, but every time at ~20% the app freeze and I got a reboot.
Do you use the 3.06-Kernel with 1,7GHz?
ciao windigo
Click to expand...
Click to collapse
Strange, I run the test and I got 31412, without any freeze and reboot.
It seems that there is some problems during battery recharge. If you switch off the device and then plug it to the power supply, the screen will be on for all the recharging time and the animation doesn't work.
About engineer mode do I have to install the engineeringmode addons that I can find in emumi section?
@windigo The cpu clock is 1.7
arna1958 said:
Strange, I run the test and I got 31412, without any freeze and reboot.
Click to expand...
Click to collapse
This morning I give it another try and wiped the internal storage and everything works fine. Antutuscore is nearly the same AS yours
Arcatarc,
I tried to install your engineermod addons, but it seems that it is not possbile to install it.
It seems that the promixity sensor doesn't work and during the call the display is always dark.
Any suggestions?
arna1958 said:
Arcatarc,
I tried to install your engineermod addons, but it seems that it is not possbile to install it.
It seems that the promixity sensor doesn't work and during the call the display is always dark.
Any suggestions?
Click to expand...
Click to collapse
I know it...don't worry,as i said this is a test version for "impatience one" just need to know all bugs so asap I'll upload a full fixed/optimized version,keep on finding bugs my friend ..
arcatarc said:
I know it...don't worry,as i said this is a test version for "impatience one" just need to know all bugs so asap I'll upload a full fixed/optimized version,keep on finding bugs my friend ..
Click to expand...
Click to collapse
:good:
Let me see if I find other bugs.
Many Bugs
Arcatarc, here are some bugs:
1. My device can't find gps at all.
2. Can't connect my Bluetooth vidonn x6 smart watch. In emui I hadn't any problems.
3. Spotify + Bluetooth Sony car audio lags as hell. That sucks the most.
The positive thing is that cm11 runs like butter
arcatarc said:
I know it...don't worry,as i said this is a test version for "impatience one" just need to know all bugs so asap I'll upload a full fixed/optimized version,keep on finding bugs my friend ..
Click to expand...
Click to collapse
I can connect to wifi but I have a strange nvram-access point in my WiFi list.
And the biggest problem with that rom is that I can't play videos which I've recorded with this phone. The sound plays well but the picture is frozen in the first frame. Tried it already with mxplayer, quickpic player and the standard video player app.
BTW. Its the same in the YouTube app. I just can play videos up to 360p. 720p or 1080p doesn't work. The phone gets also really hot when playing videos. It seems hardware decoding doesn't work
Ciao
Hello @arcatarc, I tried the rom and is very fast. But I have these bugs:
1.- The camera doesn't record.
2.- When I call someone and I want to do something the screen is in black and I must to press two times the power button to unlock the phone.
I call today and the problem was solved, it works well now.
3.- The phone doesn't charge when it's off, the animation doesn't appear. To charge it I must turn it on.
New 4.- The recorder doesn't work (apps like Shazam or the native recorder doesn't work).
Thanks!
Edit: Here you are screen captures: https://www.dropbox.com/sh/495n602x778j7dp/AACBPk2qIHmgcAmXr7JKzfjca?dl=0
I'm using:
-IdeaL Theme X.
-Xposed modules: Grabitybox and Tinted Statusbar.
-Nova Launcher.
Arcatarc, what do you thing about battery consumption?
I'm seeing a battery drain worst then other ROM.
Sent from my UMI ZERO using XDA Free mobile app

Device Maintenance app

Hello my fellow S8+ owners! The device maintenance app that is in the settings menu keeps telling me that some apps are slowing down my phone and to press "Fix Now" to put those apps to sleep. However, every time I have done that it will go through the process and even when it displays the maintenance score of 100 it still shows the same message. It's not a huge deal I know but it annoys the hell out of me that there could be some app running in the background slowing down my phone. If anyone has any suggestions to solve this issue it would be greatly appreciated. Thanks everyone!
When you in device maintenance click on memory wait for all running apps to load and click clean now. Same with battery
---------- Post added at 06:22 PM ---------- Previous post was at 06:22 PM ----------
Othoric said:
Hello my fellow S8+ owners! The device maintenance app that is in the settings menu keeps telling me that some apps are slowing down my phone and to press "Fix Now" to put those apps to sleep. However, every time I have done that it will go through the process and even when it displays the maintenance score of 100 it still shows the same message. It's not a huge deal I know but it annoys the hell out of me that there could be some app running in the background slowing down my phone. If anyone has any suggestions to solve this issue it would be greatly appreciated. Thanks everyone!
Click to expand...
Click to collapse
When you in device maintenance click on memory wait for all running apps to load and click clean now. Same with battery
norbarb said:
When you in device maintenance click on memory wait for all running apps to load and click clean now. Same with battery
---------- Post added at 06:22 PM ---------- Previous post was at 06:22 PM ----------
When you in device maintenance click on memory wait for all running apps to load and click clean now. Same with battery
Click to expand...
Click to collapse
I was actually able to fix it a short time ago. I had to go into the app manager and clear the data for the device manager app and restart it. It must have been a bug of some kind. All is good now though. Thanks for the input anyways though!
Ironic that the device maintenance app tells you how to speed up your device but itself is a memory hog and disabling it will help your device more than using it
goonygugle said:
Ironic that the device maintenance app tells you how to speed up your device but itself is a memory hog and disabling it will help your device more than using it
Click to expand...
Click to collapse
Interesting... I haven't noticed an appreciable lag (yet) but would be interested to know what alternative(s) you would consider to the stock Device Maintenance app.
Sent from my SM-G955U using XDA Premium HD app
BereanPK said:
Interesting... I haven't noticed an appreciable lag (yet) but would be interested to know what alternative(s) you would consider to the stock Device Maintenance app.
Click to expand...
Click to collapse
I dont use one, I just disable it and use a widget shortcut to access the battery settings, the rest I don't feel I need. And if I decide I do I can just enable, make changes then disable again
goonygugle said:
I dont use one, I just disable it and use a widget shortcut to access the battery settings, the rest I don't feel I need. And if I decide I do I can just enable, make changes then disable again
Click to expand...
Click to collapse
Hi bro? I sent you loads of PM

[NO ROOT] How To Successfully Replace Fire Launcher Without Lag, On Any Fire OS

So recently I have been looking through this post to remove and replace fire launcher.
Method 2 was perfect in all ways other than the severe amounts of lag, so I used Method 1, but I wasn't happy with the 1-3 second display of the Fire Launcher.
I figured it out now though, and this is my tutorial for noobs like me.
Step 1:
Make sure you have adb setup for your kindle, if you have not, here is where to find out how to this.
A: Do a google search for: how to setup adb on kindle fire
B: Select the link from amazon.developers.com at the very top.
C: Follow their instructions.
Step 2:
Open a command prompt, and then run the command
Code:
adb devices
If your'e device shows up with its serial number to the left of the word device, you are good to go.
Step 3:
Type this in your command prompt:
Code:
adb shell
Then:
Code:
nohup logcat -c; logcat | grep --line-buffered 'flg=0x10200000 cmp=com.amazon.firelauncher/.Launcher' | while read line; do am start [B]your.launcher.packagename.here[/B]; done &
Don't forget to input the actual package name of your launcher, find it by downloading an app called App Inspector to find the package name of your launcher.
Step 4:
Download to your computer LauncherHijackV3, witch you can find by doing a google search for it and by clicking the GitHub link.
Step 5:
Sideload LauncherHijack onto your kindle, if you don't know how to sideload apps to a kindle, do a google search for it.(Google knows everything:laugh
Install LauncherHijack on your kindle through an app like ES File Explorer
Step 6:
Open LauncherHijack and select your launcher from the list, and select that you do wan't it to be your default launcher.
Step 7:
YOU ARE DONE!!!
Credits to nyln for the second code in step 3.
Would This work for a Fire Tablet 7" 5th gen?
I just got the Fire 8" tablet with 5.4.0.1, will your step work for me? Thanks.
I do NOT advise you do this. The fire launcher is linked to the home button, and uninstalling it messes it up. If you do this the home button will literally act as if it isn't there.
*THIS METHOD USES UNINSTALLING SYSTEM APPS. 5.4.1.0 NO LONGER ALLOWS IT*
---------- Post added at 02:48 PM ---------- Previous post was at 02:48 PM ----------
iknight8 said:
I just got the Fire 8" tablet with 5.4.0.1, will your step work for me? Thanks.
Click to expand...
Click to collapse
No it will not. Get no root firewall and block OTA updates to prevent further patches
---------- Post added at 02:49 PM ---------- Previous post was at 02:48 PM ----------
rmendez011 said:
Would This work for a Fire Tablet 7" 5th gen?
Click to expand...
Click to collapse
If you are on version 5.4.0.0 or below it would, but don't so it because you lose home button function
TechNash said:
I do NOT advise you do this. The fire launcher is linked to the home button, and uninstalling it messes it up. If you do this the home button will literally act as if it isn't there.
*THIS METHOD USES UNINSTALLING SYSTEM APPS. 5.4.1.0 NO LONGER ALLOWS IT*
---------- Post added at 02:48 PM ---------- Previous post was at 02:48 PM ----------
No it will not. Get no root firewall and block OTA updates to prevent further patches
---------- Post added at 02:49 PM ---------- Previous post was at 02:48 PM ----------
If you are on version 5.4.0.0 or below it would, but don't so it because you lose home button fujction
Click to expand...
Click to collapse
I returned the tablet... too much restrictions! I would rather get a tablet which comes with AOSP version!
iknight8 said:
I returned the tablet... too much restrictions! I would rather get a tablet which comes with AOSP version!
Click to expand...
Click to collapse
Yea I agree. Mine is a 2016 model so I can't return it, but I've heard Blu security I'd basically non existent. It's a great phone and only 50 - 100 dollars.
Will Work?
rmendez011 said:
Would This work for a Fire Tablet 7" 5th gen?
Click to expand...
Click to collapse
What OS?
5.4.0.0 and below it will work.
Not sure about above
TechNash said:
I do NOT advise you do this. The fire launcher is linked to the home button, and uninstalling it messes it up. If you do this the home button will literally act as if it isn't there.
*THIS METHOD USES UNINSTALLING SYSTEM APPS. 5.4.1.0 NO LONGER ALLOWS IT*
---------- Post added at 02:48 PM ---------- Previous post was at 02:48 PM ----------
No it will not. Get no root firewall and block OTA updates to prevent further patches
---------- Post added at 02:49 PM ---------- Previous post was at 02:48 PM ----------
If you are on version 5.4.0.0 or below it would, but don't so it because you lose home button function
Click to expand...
Click to collapse
BTW the home button wont work only for the short time you haven't installed LauncherHijack.
Plus+
I removed the step about uninstalling fire launcher because of:
Was not neccessary
Doesn't work on 5.4.0.1 or above.
Caused one other bug(NOT THE HOME BUTTON)
Provided said:
BTW the home button wont work only for the short time you haven't installed LauncherHijack.
Plus+
I removed the step about uninstalling fire launcher because of:
Was not neccessary
Doesn't work on 5.4.0.1 or above.
Caused one other bug(NOT THE HOME BUTTON)
Click to expand...
Click to collapse
My main point was it doesn't work anymore
Post Changed
TechNash said:
I do NOT advise you do this. The fire launcher is linked to the home button, and uninstalling it messes it up. If you do this the home button will literally act as if it isn't there.
*THIS METHOD USES UNINSTALLING SYSTEM APPS. 5.4.1.0 NO LONGER ALLOWS IT*
---------- Post added at 02:48 PM ---------- Previous post was at 02:48 PM ----------
No it will not. Get no root firewall and block OTA updates to prevent further patches
---------- Post added at 02:49 PM ---------- Previous post was at 02:48 PM ----------
If you are on version 5.4.0.0 or below it would, but don't so it because you lose home button function
Click to expand...
Click to collapse
No Longer do I have you remove firelauncher in my steps because:
It wasn't necessary, didn't save space or anything.
Even though LauncherHijack allowed the Home Button to work, there were other sideaffects...
Only worked on Fire Os 5.4.0.0 and below.
EDIT: I HAVE CHANGED THE STEPS
No Longer do you uninstall fire launcher, it was not necessary.
This Method Now Works With All Fire OS Versions!!!
Hmm, is it another "bicycle invention"? Any changes of this "method" from the old one, very well known? Does it removes Fire Launcher "flicking" on home button press?
P.S. After reviewing other @Provided threads, looks like it's a newbie spam
sensboston said:
Hmm, is it another "bicycle invention"? Any changes of this "method" from the old one, very well known? Does it removes Fire Launcher "flicking" on home button press?
P.S. After reviewing other @Provided threads, looks like it's a newbie spam
Click to expand...
Click to collapse
A. I am a noob and I know it, im just trying to help wherever I can.
B. As for the bicycle invention, maybe so, but I did not just duplicate a thread, other than one line of code which I cited at the bottom. The rest was my own honest experimentation.
Does your shell command removes "flickering" of the Fire launcher?
I replaced Fire launcher in a few days after purchase on Amazon Prime day (i.e. shortly after July, 11), following by advice from this forum. So, I curious, what is exactly your invention?
Does it work on my Fire HD 8 7th running 5.6.0.1?
It will work. But about the lag, I honestly don't know. I don't have lag but others do.
To sensboston. I have no idea how, but my kindle fire hd 7 4th gen never shows me the fire 's launcher ever. Ever.
Only thing I can think of is that I use adw launcher and it sometimes Lags loading icons, but doesn't show me fire 's launcher unless I start spamming the home button for a minute and a half.
Edit:I will take a video of it working to prove.
@Provided, where did you found words "kindle fire hd 7" in the topic named "Fire HD 8 and HD 10 General"? It's a completely different devices...
This was discussed zillion times here, use forum search.
sensboston said:
@Provided, where did you found words "kindle fire hd 7" in the topic named "Fire HD 8 and HD 10 General"? It's a completely different devices...
This was discussed zillion times here, use forum search.
Click to expand...
Click to collapse
True, this is in the wrong forum. However, the fire hd 7 forum is almost completely dead, especially for the 4th gen. From what I've read and experienced, the fire hd 7 4th gen is similar in cases like this to the fire hd 8.
But it would be nice if this old thread was either moved or just deleted as it is a little confusing.
As I want to be done with this thread, I am going to swallow my pride and admit you are probably right as you are the recognized developer who has built several apps and posted 50 times more than me.
Easy Launcher replacement without removing Fire Launcher
I'm on Fire HD 8 OS 5.6.0.1 and this is my setup to switching Launchers that seems to work seamlessly - do not know whether it works on other updates:
1. Installed Nova Launcher
2. Installed Launcher Hijack v3, and set Nova Launcher
3. Installed MacroDroid, added macro to activate on Device Boot, Nova Launcher
This will boot straight into Nova Launcher on startup, so no need to press home key as you will not see the Amazon Fire Launcher screen. You may see a tiny flicker on occasion when you press the home key, while Launcher Hijack switches launchers , but most of the time you won't even know it's a Fire tablet.

Battery draining app .... 15% to 25% in one night

hi all,
I have huawei P7 lite ( chinese, not international ) and not yet rooted, i want to know about which app(s) draining my device's battery as at sleeping time i am switched off my router, off course my device's wifi too... and in morning i found 15 to 25 percent battery is down :crying: during the day it not happened, how i can figure it out which is/are the app(s) the actual cause of this problem? i am using I-Doser and Pzizz on daily basis and when finished one app i turn off this app in Settings ( force stop ), one app whatsapp i am not stopping by force when power off the router.
please help as sometimes i have seen more than 30% drained.
regards
Probably it's whastapp..
It started after middle of February?
Sent from my LG-H820 using Tapatalk
---------- Post added at 09:26 AM ---------- Previous post was at 09:03 AM ----------
ForMartha said:
Probably it's whastapp..
It started after middle of February?
Sent from my LG-H820 using Tapatalk
Click to expand...
Click to collapse
https://forum.xda-developers.com/showthread.php?t=3758063
Sent from my LG-H820 using Tapatalk
For huawei mobile, Settings - Battery - Battery usage details, tap the Info icon upper-right corner, you will find a rank for 'Top 4 battery using apps'.
In addition, you can scroll timeline in the chart.
ForMartha said:
Probably it's whastapp..
It started after middle of February?
Sent from my LG-H820 using Tapatalk
---------- Post added at 09:26 AM ---------- Previous post was at 09:03 AM ----------
https://forum.xda-developers.com/showthread.php?t=3758063
Sent from my LG-H820 using Tapatalk
Click to expand...
Click to collapse
thank you,
i think you are write, noticing more than 25% from 2 to 3 days... on your thread link there nobody replied which means, i think, nobody yet faced or noticed this problem who have installed whatsapp.
when i am using force stop in settings->apps after some time it started automatically, can i configure to not start automatically?
regards
James_Watson said:
For huawei mobile, Settings - Battery - Battery usage details, tap the Info icon upper-right corner, you will find a rank for 'Top 4 battery using apps'.
In addition, you can scroll timeline in the chart.
Click to expand...
Click to collapse
thank you for reply,
it says whatsapp is killing the battery... even i Force Stop every my installed apps, there is huge drainage noticed, how i can configure to not automatically start the whatsapp?
regards
oralover2006 said:
thank you for reply,
it says whatsapp is killing the battery... even i Force Stop every my installed apps, there is huge drainage noticed, how i can configure to not automatically start the whatsapp?
regards
Click to expand...
Click to collapse
Settings - Apps - WhatsApp - Permissions - Set individual permissions,
disable the option, App auto-launch.
James_Watson said:
Settings - Apps - WhatsApp - Permissions - Set individual permissions,
disable the option, App auto-launch.
Click to expand...
Click to collapse
thanks very much, btw what is the best alternative to WA ? especially in sharing photos/videos & documents ( file size and quality ).
regards
oralover2006 said:
thanks very much, btw what is the best alternative to WA ? especially in sharing photos/videos & documents ( file size and quality ).
regards
Click to expand...
Click to collapse
Skype?
For purpose of sharing photos/videos & documents, either Amazon Drive or One Drive is a good choice.

Categories

Resources