Greetings,
Has anyone seen some apps getting greyed out and when you try to open it, you get a:
App isn't available. App isn;'t available at the moment.
This is managed by root.
Tried to search for this everywhere but wasn't able to find anything.
emontes said:
Greetings,
Has anyone seen some apps getting greyed out and when you try to open it, you get a:
App isn't available. App isn;'t available at the moment.
This is managed by root.
Tried to search for this everywhere but wasn't able to find anything.
Click to expand...
Click to collapse
What app?
toolhas4degrees said:
What app?
Click to expand...
Click to collapse
It's random, it's happening to a few at the moment: Wifi Analyzer, WireGuard, Wirex, Wise, etc.
As it happened to WhatsApp, I uninstalled, reinstalled and it worked but it's very odd.
emontes said:
It's random, it's happening to a few at the moment: Wifi Analyzer, WireGuard, Wirex, Wise, etc.
As it happened to WhatsApp, I uninstalled, reinstalled and it worked but it's very odd.
Click to expand...
Click to collapse
Maybe custom kernel issue, is it only on boot before everything initializes? Should have to wait 2 to 4 min after boot
toolhas4degrees said:
Maybe custom kernel issue, is it only on boot before everything initializes? Should have to wait 2 to 4 min after boot
Click to expand...
Click to collapse
I don't have a custom kernel, it's straight on latest Oxygen and it stays indefinitely, funny enough. Was also happening with the XDA app, removing and reinstalling did the trick.
emontes said:
I don't have a custom kernel, it's straight on latest Oxygen and it stays indefinitely, funny enough. Was also happening with the XDA app, removing and reinstalling did the tri
Click to expand...
Click to collapse
emontes said:
I don't have a custom kernel, it's straight on latest Oxygen and it stays indefinitely, funny enough. Was also happening with the XDA app, removing and reinstalling did the trick.
Click to expand...
Click to collapse
Try turning off modules one by one till you find the culprit. No issues here
toolhas4degrees said:
Try turning off modules one by one till you find the culprit. No issues here
Click to expand...
Click to collapse
Cheers, will give it a go!
emontes said:
Cheers, will give it a go!
Click to expand...
Click to collapse
Did you find what was causing your issue?
toolhas4degrees said:
Did you find what was causing your issue?
Click to expand...
Click to collapse
Not yet, I ended up reinstalling those apps but will disable modules next.time it happens (and it will), I will update here when I do. Thanks for.the help!
I think I had similar with Sesame shortcuts. I'm not entirely sure what happened, but it went away eventually
This is crazy. It just happened again, I disabled every module and rebooted but it is still there, same error message and the app is greyed out. Both on nova and oneplus launcher . Have no idea what's causing that here .
Attached is the error on the screen.
Just ran a logcat and this message is what I get when I click one of the greyed out apps:
Package root not found
android.content.pm.PackageManager$NameNotFoundException: root
at android.app.ApplicationPackageManager.getApplicationInfoAsUser(ApplicationPackageManager.java:428)
at com.android.internal.app.SuspendedAppActivity.getAppLabel(SuspendedAppActivity.java:73)
at com.android.internal.app.SuspendedAppActivity.resolveDialogMessage(SuspendedAppActivity.java:138)
at com.android.internal.app.SuspendedAppActivity.onCreate(SuspendedAppActivity.java:208)
at android.app.Activity.performCreate(Activity.java:8006)
at android.app.Activity.performCreate(Activity.java:7990)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3589)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3780)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2251)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:233)
at android.app.ActivityThread.main(ActivityThread.java:8035)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:631)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:978)
Click to expand...
Click to collapse
{
"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"
}
Did you block root permission for all apps?
Facing the same issue here. Did anybody find any solution?
I found the answer! The apps are being suspended by alpha backup for backup. The bugger ended up suspending itself while backing itself up. Guess what happens when you suspend your own self?....
A simple :
Code:
pm unsuspend com.ruet_cse_1503050.ragib.appbackup.pro
from adb shell with root did the magic
devsk said:
I found the answer! The apps are being suspended by alpha backup for backup. The bugger ended up suspending itself while backing itself up. Guess what happens when you suspend your own self?....
A simple :
Code:
pm unsuspend com.ruet_cse_1503050.ragib.appbackup.pro
from adb shell with root did the magic
Click to expand...
Click to collapse
Oh wow,that's cool, @devsk, thanks for coming back for an update!
My apologies @matze19999 , I haven't seen your update on the thread (didn't get a notification!)
It just happened with me again, though, and alpha backup blocked the settings and UI wizard apps ,bizarre to say the least. Just thinking how I will get out of this situation as ADB shell doesn't work , magisk (which I renamed and is called settings) is also locked and if I boot via bootloader with a magisk_rooted boot image, I can't install magisk as well. Looks like it's start from scratch for me.
emontes said:
It's random, it's happening to a few at the moment: Wifi Analyzer, WireGuard, Wirex, Wise, etc.
As it happened to WhatsApp, I uninstalled, reinstalled and it worked but it's very odd.
Click to expand...
Click to collapse
Good to know you found a solution. I was going to say avoid apps starting with W.
devsk said:
I found the answer! The apps are being suspended by alpha backup for backup. The bugger ended up suspending itself while backing itself up. Guess what happens when you suspend your own self?....
A simple :
Code:
pm unsuspend com.ruet_cse_1503050.ragib.appbackup.pro
from adb shell with root did the magic
Click to expand...
Click to collapse
Many thanks Sir!
You've saved my life
Exactly the same happened to me when trying out Alpha Backup Pro and naively check the "Suspend apps before backup/restore" not realizing it might not unsuspend them *after* backing them up :/
Quite a bugger if you'd ask me - I had to unsuspend about 200 apps ... what a tedious job
On another note: what do you think about Alpha Backup Pro? Is it worth keeping? I'm not switching/updating ROMs a lot nowadays because our device has some problems with TWRP so I can't test it "in real life scenarios"
Apart from this glitch with suspend, I have found this app to be the most complete and most reliable backup solution (I loved TiBu before it got abandoned).
devsk said:
Apart from this glitch with suspend, I have found this app to be the most complete and most reliable backup solution (I loved TiBu before it got abandoned).
Click to expand...
Click to collapse
Thanks for coming back to my question!
I'm still undecided between Alpha Backup Pro and OandBackupX ...
Right now I'm quite puzzled that Alpha Backup Pro seems to have executed the nightly schedule to backup the complete data well - at least the backup folder is filled with files *but* inside the app the backed up data tab is empty
I played with OandBackupX for quite a while because I was looking for replacing TiBu with an open source solution. My advice: stay away from it. It won't restore properly. As much as I like open source, this app is not there yet. I hope it is complete and reliable at some point.
With Alpha Backup, make sure you do a complete local backup! Ignore everything else.
Related
Thankfully Microsoft didn't change anything in their 'protection' of the WP7 emulator image. Following the same steps as the previous build, I was able to unlock the new 'April Refresh' emulator image. It's largely the same but here's what I've noticed.
It seems a bit more buggy. I've noticed some odd screen drawing issues and even jaggy lines. Maybe it's my laptop?
Most apps seem slightly updated and more polished. A few quirks here and there.
Phone! Yup, you can see the dialer and it even fakes working.
Office is actually working. Looks like the apps shown in the videos they released.
v2... in my late night grogginess I missed the settings entries. This one should have all the settings unlocked now (including some new stuff that wasn't in the February build)
Unlocked Emulator bin v2 (multiupload) (fast mirror)
To launch it use the same process as before... "xde.exe WM70C1AprilUnlockedv2.bin"
Gizmodo posted a How to: Try Windows Phone 7 now. Although that was for the previous build, the same general steps apply. You'll just need to use the emulator bin above and the new Dev tools CTP - April Refresh. It will NOT work with the February release.
New long press menu?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The dialer, very basic
the 'call status' screen while in a call
Call log w/ active phone call
Is anyone can reupload to an non premium rapidshare account or mirror this link please.
F.
Yea we need a mirror, rapidshare sucks.
replaced rapidshare with multiupload. If you have a better suggestion let me know.
RustyGrom said:
replaced rapidshare with multiupload. If you have a better suggestion let me know.
Click to expand...
Click to collapse
Very thanks!
This is a Kernel x64??
Thanks mate, that was what I was looking for... I was able to add a gmail account, but no sync occured. Althought, it seems it can sync contacts, mail & calendar alltogether.
Trying to find a way to add a windows live ID to fully exploit the phone
Giving this a try just for fun =D.
I'm not getting any luck through the method that you mentioned to load up the BIN. Is there a way I can drop this file in a file, open up Visual Studio, and do an F5 to get the emulator going with the new image?
svetius said:
Giving this a try just for fun =D.
I'm not getting any luck through the method that you mentioned to load up the BIN. Is there a way I can drop this file in a file, open up Visual Studio, and do an F5 to get the emulator going with the new image?
Click to expand...
Click to collapse
Replace the original one in C:\Program Files\Microsoft SDKs\WindowsPhone\v7.0\Emulation\Images\
I haven't tried with this one but you couldn't debug with the previous version. It will launch it though.
Cannot run the ROM!
Hey guys,
When I try to run the ROM, it hangs at the "Loading...." stage and doesn't go further at all.
Do you have any idea what I might be doing wrongly?
The first version of ROM works perfectly though.
Thank you in advance
tecfield said:
Hey guys,
When I try to run the ROM, it hangs at the "Loading...." stage and doesn't go further at all.
Do you have any idea what I might be doing wrongly?
The first version of ROM works perfectly though.
Thank you in advance
Click to expand...
Click to collapse
It's not a ROM, if you're trying to flash it then don't.
Fantastica said:
It's not a ROM, if you're trying to flash it then don't.
Click to expand...
Click to collapse
Sorry, maybe I stated it in a wrong way. I meant opening it in my laptop using the emulator (xde).
Thanks
tecfield said:
Hey guys,
When I try to run the ROM, it hangs at the "Loading...." stage and doesn't go further at all.
Do you have any idea what I might be doing wrongly?
The first version of ROM works perfectly though.
Thank you in advance
Click to expand...
Click to collapse
Are you using the old XDE or the one released yesterday? I haven't tried it in the previous one but I'm guessing this is the cause.
I missed the registry entries for the settings in the original one. I updated the OP with the corrected file.
How to run?
I put the .bin in /.../microsoft xde directory and launch xde.exe and it doens't start :/
G-ThGraf said:
How to run?
I put the .bin in /.../microsoft xde directory and launch xde.exe and it doens't start :/
Click to expand...
Click to collapse
Same methods as the previous one. Several ways mentioned in that thread. http://forum.xda-developers.com/showthread.php?t=647138&page=43
RustyGrom said:
Same methods as the previous one. Several ways mentioned in that thread. http://forum.xda-developers.com/showthread.php?t=647138&page=43
Click to expand...
Click to collapse
Perhaps you should post that on the OP, to prevent these questions as last time it was unlocked...
Anyone have any ideas as to why the other apps (mail, facebook, etc) won't connect? It's gotta be some stupid registry entry like the rest of the "unlocking" or maybe just in a XML file somewhere. I'm fairly certain that they're using "SNService" for windows live and facebook status update type stuff and ActiveSync with some new plugins for Live mail, etc.
Quick Hosting Mirror
FYI, I am mirroring this on my 100mbit server here ---> http://www.freedomhosting.org.uk/files/xda-developers/wm70C1AprilUnlockedv2.7z
RustyGrom said:
Are you using the old XDE or the one released yesterday? I haven't tried it in the previous one but I'm guessing this is the cause.
Click to expand...
Click to collapse
this should also be on the first post, I made the same mistake of using the old one and It would stay on loading
Suggestion for Hosting Of Files
RustyGrom said:
replaced rapidshare with multiupload. If you have a better suggestion let me know.
Click to expand...
Click to collapse
Sorry for being fussy here, cause I've always been a user of Mediafire, it gets the job done easily, so I kind of like it. Multiupload usually causes Megaupload to reject my ip, saying I have an elevated number of requests, bla bla. Rapidshare works only after a number of tries with the different server under advanced options, and the only one i use is zShare, and it sucks cause it downloads at unstable speeds(i get a speed ranging from 30kbp/s and 100kbp/s) while my max speed is 300kbps! Well, thanks for reading. It's okay if you don't change, I can live on.
EDIT: I saw the 100mbits server website, thanks freedom! although this is still a suggestion for the hosting of your files. thanks
Help, all versions Froyo not see SD in camera, music, gallery .. although the fat32, and the file manager flash drive can be seen, but only dlyachteniya ... I use Vanill Eclair (10-11) all works fine but not Froe sees a stick. Help, I want to Froyo
PS: Sorry my bad english
LotusLTS said:
Help, all versions Froyo not see SD in camera, music, gallery .. although the fat32, and the file manager flash drive can be seen, but only dlyachteniya ... I use Vanill Eclair (10-11) all works fine but not Froe sees a stick. Help, I want to Froyo
PS: Sorry my bad english
Click to expand...
Click to collapse
If you use compcache, try disabling it: compcache.sh disable
Let us know if that helps.
n2rjt said:
If you use compcache, try disabling it: compcache.sh disable
Let us know if that helps.
Click to expand...
Click to collapse
Sorry, but how to disable it?
LotusLTS said:
Sorry, but how to disable it?
Click to expand...
Click to collapse
If you don't know how to disable it, you most likely have never enabled it, so that cannot be the problem.
To enable or disable compcache, open a terminal emulator and type:
su
compcache.sh enable (or disable)
Compcache reserves a portion of RAM for a compressed cache. It improves performance for some people, but sometimes causes problems with recognizing the SD card.
n2rjt said:
If you don't know how to disable it, you most likely have never enabled it, so that cannot be the problem.
To enable or disable compcache, open a terminal emulator and type:
su
compcache.sh enable (or disable)
Compcache reserves a portion of RAM for a compressed cache. It improves performance for some people, but sometimes causes problems with recognizing the SD card.
Click to expand...
Click to collapse
thanks for the guide, maybe it's because the kernel? where the last normal? with your signature, I can download?
download the kernel of your signature
{
"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"
}
but when you try to install, says
everything is fine doing
Please read the guides, use search button before posting stupid problems!!!
download atools.
l1q1d said:
Please read the guides, use search button before posting stupid problems!!!
download atools.
Click to expand...
Click to collapse
thanks for guids, it's worked!!! sorry my stipped problems... THANKS again to all!
Hm ... read the docs, but it seems some are out of date the second they're posted ... kind of confusing an utter newbie to TYTN II Android. So far I managed to upgrade the radio to the newest (71 something), download the above latest VOGUIMG-etc kernel, installed python 2.7, ran atools ... but that's where it gets very confusing ... even with that nice doc, that says how to run it (complete with all the androidinstall.tgz bits, which I could not locate and unsure if necessary) ... I'm a bit at a loss. is all that extra stuff something special, or is it enough to just set device to Kaiser with atools, select the screen, define a battery size of 1350 ... and that's it? I'm rather confused by the docs at that point.
voon said:
just set device to Kaiser with atools, select the screen, define a battery size of 1350 ... and that's it? I'm rather confused by the docs at that point.
Click to expand...
Click to collapse
yes, just set devise to Kaiser, select sreen & keymap
Yup, all seemed to have worked ... Android is running on the TYTN now ... I went with the Fat Free Froyo build from thoughtlesskyle (thanks btw!) and it seems to have installed ... i do not yet have these blue screens displayed in the builds thread ... but so far I'm impressed, that it runs at all.
Btw: The screen produces some sort of white noise, when you wake the device from standby ... that is not a real problem, but a bit ugly. Is that the result of a wrong panel setup in the kernel?
voon said:
Btw: The screen produces some sort of white noise, when you wake the device from standby ... that is not a real problem, but a bit ugly. Is that the result of a wrong panel setup in the kernel?
Click to expand...
Click to collapse
Noise and a white screen for some milliseconds just before home loads... Yup, same for me, even though its not a big deal, for what i've searched it's a really common issue on some panel 2 systems... i've changed it to 3 though and still the same issue, i've tried different kernels, builds, and configurations and had no luck, if you got more luck than me i'll appreciate you notice me!
Not yet ... but I got new errors. Loads of "The application Calendar Storage (process.....) has stopped unexpectantly. Please try again" errore for various apps etc all of a sudden. I wonder if it is because I run kernel 2.6.32 and read somewhere, that it corrupts data? I'll try a downgrade to kernel 25 then or so...
voon said:
Not yet ... but I got new errors. Loads of "The application Calendar Storage (process.....) has stopped unexpectantly. Please try again" errore for various apps etc all of a sudden. I wonder if it is because I run kernel 2.6.32 and read somewhere, that it corrupts data? I'll try a downgrade to kernel 25 then or so...
Click to expand...
Click to collapse
welcome to the CDC! (corrupted data club) ....if you installed a deodexed build prior ANY use or config leave your phone alone for at least 15 mins, reboot (not using the soft reset, power off then on again) and then u can mess with ur brand new andriod OS, and yes try to use l1qu1d's latest .25 kernel, it wont stop freezes and FC (force closes) but may improve chanses of not having them and avoid data corruption on freezes... devs are working really hard to stop this but isn't that simple, im not too sure about the exact problem, its something refered to the index in the file system that is not working over NAND instalations, dunno really.... for the moment all we can do is keep a /data backup to restore it. Reminds me the times when I used Windows Me OMG that OS sucked!
Yeah Well ... I went to 2.6.25 now ... but I got other issues .. after a while it kind of locked up. After a restart, you cant start anything more or less, everything just gets the "app closed unexpectedly" error .... and it asked me again for google account setup etc. Plus, sometimes, the SD Card seems just to vanish. /data seems to be empty now ... at least it seems so with the astro explorer.
not sure what all of this ... atm Kaiser Android's a fun thing I guess, but hardly usable. But I can wait if logs or so help the devs, I'd like to know, I'll happily send whatever report.
voon said:
Yeah Well ... I went to 2.6.25 now ... but I got other issues .. after a while it kind of locked up. After a restart, you cant start anything more or less, everything just gets the "app closed unexpectedly" error .... and it asked me again for google account setup etc. Plus, sometimes, the SD Card seems just to vanish. /data seems to be empty now ... at least it seems so with the astro explorer.
not sure what all of this ... atm Kaiser Android's a fun thing I guess, but hardly usable. But I can wait if logs or so help the devs, I'd like to know, I'll happily send whatever report.
Click to expand...
Click to collapse
I use a Polaris with fat free rls5 a couple of days without FC.
I saw once that it was detect the sd card, but with unmount -> mount it's recognized.
The /data folder is also empty.
Does someone knows why the /data is empty (not mounted)?
waterpolo said:
I use a Polaris with fat free rls5 a couple of days without FC.
I saw once that it was detect the sd card, but with unmount -> mount it's recognized.
The /data folder is also empty.
Does someone knows why the /data is empty (not mounted)?
Click to expand...
Click to collapse
oh my loyal donut with .25 kernel... (thank u warbyte!!) i can use my tilt for weeks without a single freeze just a couple fc's once in a while! I guess ur sticked to froyo releases and newer kernels so expect a little less stability but look at the pros... froyo is a lot more compatible with newer apps, things are getting really fast with those newer kernels and in a not so distant future (hope so!) they will become more stable
Hello all,
I usually don't join forums and jump in to make one post pertaining to my issue but rather conduct extensive research to figure out my problem, so many apologies beforehand. However, this issue seems to be unique to me and I would to know if anyone can help me out!
After unlocking the bootloader yesterday, I rooted my Pixel XL using chainfire's systemless root method and I was ecstatic as ever! I followed the directions to the T to make sure I didn't make any mistakes, but using ADB program is familiar territory to me - everything went as expected and I successfully rooted my phone. However, I made the mistake of downloading apps that were not compatible with the systemless root, which I read could have some complications. This is where I was stumbling upon new ground, because I am not entirely familiar with "systemless root" and what the key differences are, nor what the repercussions would be for downloading apps that would look for root access in the /system partition. The two apps that I downloaded were "Magisk Manager" and "Game Guardian." On the Magisk Manager, the install data was downloaded to my phone, nothing was actually installed to the phone. As for Game Guardian, I don't think that app had compatibility with systemless root yet.
This issue where my UI would crash would persist, even after restarting my phone. I would boot the phone up to bootloader and recovery mode - just to cycle through and restart the phone regularly (since you can't wipe the cache partition), that didn't work. I tried deleting those apps and clearing their data from my phone, and that didn't work.
I made a revelation when I plugged the phone in and the persistent UI crashing stopped. I had thought that I fixed the issue, but then it continued throughout the day - up until before I posted this post. That was when I noticed that the crashing is tied with the battery status;
When I had low battery and my phone wasn't charging, my System UI would immediately crash.
When I had low battery and my phone was charging, my System UI would not crash.
When I have a decent charge (anything above what is "low battery" - 15%?), my System UI would not crash.
I did a little experiment when I was at low battery and I noticed that RIGHT BEFORE the System UI would crash, the battery icon would stay with the lightning bolt, instead of switching over to a red battery with low charge. I was unable to get a screenshot before it crashed, though. Provided, are screenshots of what my screen looked when the System UI would crash (minus the consistent pop-up) and when it was charging:
{
"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"
}
My concern right now, with my ignorance on systemless rooting and how incompatible apps could affect the phone, is that maybe the stock battery icon for when the phone is at a low charge is missing from the system file images and that is what might be causing the crashing.
Can anyone give any insight on the matter? I'll provide any information required, if need be!
Thank you in advance.
EDIT 1:
This issue is being tracked; http://forum.xda-developers.com/pixe...3490156/page11
this has been well documented in other threads. read around...
nbhadusia said:
this has been well documented in other threads. read around...
Click to expand...
Click to collapse
I understand that this a well-documented issue on other threads. However, those particular issues on those particular devices offered no remedy to the issue on my phone.
Callyvan said:
I understand that this a well-documented issue on other threads. However, those particular issues on those particular devices offered no remedy to the issue on my phone.
Click to expand...
Click to collapse
....thats because 'those' devices are the same devices as yours and theres currently no 'remedy' though CF is workin on one.... read around... its well documented for the device youre using....
http://forum.xda-developers.com/pixel-xl/development/root-supersu-t3490156/page11
Change your battery saver to 15%.
See pic below.
nbhadusia said:
....thats because 'those' devices are the same devices as yours and theres currently no 'remedy' though CF is workin on one.... read around... its well documented for the device youre using....
http://forum.xda-developers.com/pixel-xl/development/root-supersu-t3490156/page11
Click to expand...
Click to collapse
My apologies, I had thought that "read around" meant that other threads were posted, not that it was discussed in a previous thread.
Thank you for a point in the right direction.
Callyvan said:
My apologies, I had thought that "read around" meant that other threads were posted, not that it was discussed in a previous thread.
Thank you for a point in the right direction.
Click to expand...
Click to collapse
I have not experienced this problem. And some that have were using outdated ADB / SDK drivers.
One person fixed it by simply updating ADB and drivers then re-rooted and he was all set. I will try to find the link...
Correction: Chainfire did identify the issue: http://forum.xda-developers.com/showpost.php?p=69405488&postcount=143
Scott said:
I have not experienced this problem. And some that have were using outdated ADB / SDK drivers.
One person fixed it by simply updating ADB and drivers then re-rooted and he was all set. I will try to find the link...
Correction: Chainfire did identify the issue: http://forum.xda-developers.com/showpost.php?p=69405488&postcount=143
Click to expand...
Click to collapse
Thank you for that, Scott. I'll be following that main thread now.
At least it is indeed that it only happens when the battery level is low.
Callyvan said:
I understand that this a well-documented issue on other threads. However, those particular issues on those particular devices offered no remedy to the issue on my phone.
Click to expand...
Click to collapse
The current fix is to flash the stock boot.img or custom kernel and don't flash root. Im hopeful it will be fixed in next Supersu update.
Wtf
nbhadusia said:
this has been well documented in other threads. read around...
Click to expand...
Click to collapse
Who the heck are you helping even posting this stupid sentence? Not everyone is sitting at a desktop. Your post is just a big waste of time for you and everyone who reads it. Why not try to be helpful for once. I see over 200 people have viewed this post but all you can do is post how it's documented . Thanks a whole lot buddy..
ko0ky said:
Who the heck are you helping even posting this stupid sentence? Not everyone is sitting at a desktop. Your post is just a big waste of time for you and everyone who reads it. Why not try to be helpful for once. I see over 200 people have viewed this post but all you can do is post how it's documented . Thanks a whole lot buddy..
Click to expand...
Click to collapse
You're welcome. So hows that anger management course coming along 'buddy'?
nbhadusia said:
You're welcome. So hows that anger management course coming along 'buddy'?
Click to expand...
Click to collapse
Useless reply.
I have a surprise for everyone Well if you are on 5.6.1.0 anyways (Support for 5.6.2.0 coming soon). Want to know what application or system function is draining your battery...without installing ANOTHER application to give you those statistics? Well too bad. Amazon said you couldn't have it. They made sure of it too...at least until I came along Without getting fancy, and to make a long story short, Amazon removed a bunch of stuff from the power_profile.xml in the framework-res.apk (/system/framework/framework-res.apk). One of the things they removed was the battery statistics. Not just some, but ALL of them. They also deleted some CPU stats and all the WiFi batched scanning support configurations.
Here you go. You can have all of them back. How? There are many apps that clock your CPU so I logged it for a bit and found the highest and lowest speed values. Since Google has the raw file, with comments on what that should mean on their website, this got pretty easy really fast. For this to start working properly you need to follow the instructions below.
Requirements:
1. ADB/platform-tools
2. ADBD insecure (located here)
3. Rooted Fire 10
4. The 2 APKs located at the bottom of this thread.
5. Activity Launcher
Installation:
1. Download framework-res.apk and FireTabletSettings.apk at the bottom of this posting, and put them in your ADB/platform-tools folder.
1. Install ADBD Insecure, open the app and make ADB insecure.
2. Open an ADB window, making sure debugging is enabled on your tablet, plug it into your PC and type this command to make the system r/w:
Code:
adb remount
3. Now type these two commands to push the files to your tablet. ADB will set the proper permissions:
Code:
adb push framework-res.apk /system/framework/framework-res.apk
adb push FireTabletSettings.apk /system/priv-app/FireTabletSettings
4. Now reboot:
Code:
adb reboot
5. Install and open activity launcher and scroll to settings and tap it. Then scroll to the first battery setting and tap it. Battery stats! If you don't see any user apps or system apps appear, download appops from the play store and make sure to grant the permissions to the apps that ask for usage access.
{
"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"
}
BONUS!!!
The framework-res APK and the FireTabletSettings.apk both contain ALL of my latest hacks or mods and optimizations. If you want the Daydream Screensaver though, you have to make your way over to this thread and just download and install the Basic Dreams APK into /system/app.
Hell yeah dude, what a nice surprise! Congrats on figuring that all out man, you truly are the savior of these tablets helping to make them so much better than they are.
I think this will be my rainy day project for today, that is unless it rains too much and I have to deal with keeping my garage from flooding out [emoji1787]
Once again, thanks bro and keep up the killer work!
Sent from my SM-G935V using Tapatalk
tylerhole said:
Hell yeah dude, what a nice surprise! Congrats on figuring that all out man, you truly are the savior of these tablets helping to make them so much better than they are.
I think this will be my rainy day project for today, that is unless it rains too much and I have to deal with keeping my garage from flooding out [emoji1787]
Once again, thanks bro and keep up the killer work!
Sent from my SM-G935V using Tapatalk
Click to expand...
Click to collapse
Anytime
Just showing it's working
Can't wait for 5.6.2.0 version!
Sent from my LGM-V300K using Tapatalk
KIMmunity said:
Can't wait for 5.6.2.0 version!
Click to expand...
Click to collapse
I'll try and work on it today.
Sent from my Amazon KFSUWI using XDA Labs
I went ahead and gave this a run on 5.6.2.0, everything works as described with no obvious issues. Thanks again for all of your work dude.
If you have Nova Launcher installed, you don't need Activity Launcher installed.
Simply, go to 'Widgets'(pinch with two fingers on desktop screen for Widgets menu icon), select 'Activities' from the list of Nova Launcher widgets, drag & drop on the desktop, scroll down to 'Settings', and select 'Battery'(.settings$PowerUsageSummaryActivity - the first on the list).
Thanks @DragonFire1024 for always introducing great features. I also confirm that the two apk files run on 5.6.2.0.
Confirmed working on 5.3.6.4.
Some issues accessing Google account and SuperSU. Confirmation pending.
Any confirmation on weather this works on 5.3.6.4 yet ??
UPDATE: Ok I just found out 5.3.6.4 is 5.6.2.0 just labeled wrong by Amazon ( idiots ) .... So Yes it will work.
remount
adb remount fails.
Command and output:
remount of system failed: Permission denied
remount failed
jhford said:
adb remount fails.
Command and output:
remount of system failed: Permission denied
remount failed
Click to expand...
Click to collapse
You have to have adbd insecure installed to push the file across ADB.
Are the WiFi tweaks included in this APK?
Wall.swe said:
Are the WiFi tweaks included in this APK?
Click to expand...
Click to collapse
Yes.
Sent from my Galaxy S4 using XDA Labs
Im having issues with Bluetooth turning on after doing this. Any ideas?
JohnnyX74 said:
Im having issues with Bluetooth turning on after doing this. Any ideas?
Click to expand...
Click to collapse
No idea. I've not made any modifications to the hardware or any Bluetooth related changes to the framework. The battery stats just show statistics based on power usage and the values there just state the minimum level to record the stats. Did you wipe cache and dalvik after installing?
Edit: i have had my Bluetooth on now with Pandora streaming for 3 hours so far, with the same framework. So far no one else has reported any hardware issues. Since I don't know what could be the cause, you may want to go back to the original framework and settings you had before.
DragonFire1024 said:
No idea. I've not made any modifications to the hardware or any Bluetooth related changes to the framework. The battery stats just show statistics based on power usage and the values there just state the minimum level to record the stats. Did you wipe cache and dalvik after installing?
Edit: i have had my Bluetooth on now with Pandora streaming for 3 hours so far, with the same framework. So far no one else has reported any hardware issues. Since I don't know what could be the cause, you may want to go back to the original framework and settings you had before.
Click to expand...
Click to collapse
How do you do the davlik and cache since we don't have an official recovery like TWRP? PS has anyone noticed there Google and Gmail app crashing? Mine just started. Idk what's going on.
JohnnyX74 said:
How do you do the davlik and cache since we don't have an official recovery like TWRP? PS has anyone noticed there Google and Gmail app crashing? Mine just started. Idk what's going on.
Click to expand...
Click to collapse
Gmail is give or take. Works for some and not for others. That's across all amazon tablets. Google has really screwed up the last update at least for pur device. The last known stable version was any of the 8.33 versions. You can wipe dalvik and cache through flashfire.
DragonFire1024 said:
Gmail is give or take. Works for some and not for others. That's across all amazon tablets. Google has really screwed up the last update at least for pur device. The last known stable version was any of the 8.33 versions. You can wipe dalvik and cache through flashfire.
Click to expand...
Click to collapse
Somehow I found my system app folder was deleted I extracted the apps from the bin then dat files but is there a quick way to put them back? Like without doing it all by hand in Root Explorer?
JohnnyX74 said:
Somehow I found my system app folder was deleted I extracted the apps from the bin then dat files but is there a quick way to put them back? Like without doing it all by hand in Root Explorer?
Click to expand...
Click to collapse
You can flash back to stock. Otherwise you'll have to wait until I get home and have more time to explain another way unless someone else does first.
Id like to stay with pixel instead of having to sell and then buy a new phone, just hassle, but iv seen proton is a very good ROM to run, my issues are with updates, how would you update the proton ROM? And is it easy enough to revert back to stock if needed?
Thanks.
If you want more privacy and security, as well as regular updates, GrapheneOS is an excellent option. Not sure the Proton ROM has OTA-like updates though
kevinireland11 said:
Id like to stay with pixel instead of having to sell and then buy a new phone, just hassle, but iv seen proton is a very good ROM to run, my issues are with updates, how would you update the proton ROM? And is it easy enough to revert back to stock if needed?
Thanks.
Click to expand...
Click to collapse
Graphene is a privacy based rom that lacks some crucial functionality if you need everything running. This is according to various posts on here and Reddit. Some people love it, and I'm sure some don't. I saw someone that liked it a lot but had to roll back because they couldn't get something or other working. But it depends on your needs.
As for Proton there is no OTA but updates are posted and they are a simple web install that takes about 4 or 5 minutes. Nothing is wiped if you are updating. After installing you can relock the bootloader if you want but that's another wipe as I'm sure you know. This is a very stock rom with a lot of tweaks in the background. FPR for one. It's much quicker although not perfect yet. Also the latest version is the December build with all security and most features enabled. One difference, of many, is that call screening is still available on this build. Call on hold is not. I flashed this rom and then installed the November radio over it since it does come with the crappy December radio. It's way better, I don't lose signal very much although I still do occasionally. Bottom line I like it and would have a hard time going back to stock. I'm not rooted and after the next update I might relock the bootloader, wipe the device and leave it at that.
Reverting to stock is the same as with any other custom rom. You can web install stock or manually fastboot it. Not a difficult process.
bobby janow said:
Graphene is a privacy based rom that lacks some crucial functionality if you need everything running. This is according to various posts on here and Reddit. Some people love it, and I'm sure some don't. I saw someone that liked it a lot but had to roll back because they couldn't get something or other working. But it depends on your needs.
As for Proton there is no OTA but updates are posted and they are a simple web install that takes about 4 or 5 minutes. Nothing is wiped if you are updating. After installing you can relock the bootloader if you want but that's another wipe as I'm sure you know. This is a very stock rom with a lot of tweaks in the background. FPR for one. It's much quicker although not perfect yet. Also the latest version is the December build with all security and most features enabled. One difference, of many, is that call screening is still available on this build. Call on hold is not. I flashed this rom and then installed the November radio over it since it does come with the crappy December radio. It's way better, I don't lose signal very much although I still do occasionally. Bottom line I like it and would have a hard time going back to stock. I'm not rooted and after the next update I might relock the bootloader, wipe the device and leave it at that.
Reverting to stock is the same as with any other custom rom. You can web install stock or manually fastboot it. Not a difficult process.
Click to expand...
Click to collapse
Hey I just tried there now and I unlocked the bootloader but it keeps saying about available space and if I'm using an incognito browser? Is there a specific browser I need to use to do this, I tried chrome and edge? Says I need 5gb available, my pc has like 1TB, any suggestions
kevinireland11 said:
Hey I just tried there now and I unlocked the bootloader but it keeps saying about available space and if I'm using an incognito browser? Is there a specific browser I need to use to do this, I tried chrome and edge? Says I need 5gb available, my pc has like 1TB, any suggestions
Click to expand...
Click to collapse
What about not incognito? I heard there was some limits on that space wise.
bobby janow said:
What about not incognito? I heard there was some limits on that space wise.
Click to expand...
Click to collapse
I wasn't on incognito though, iv seen someone else with this issue to, I'm not sure I posted about this issue in the telegram proton group
kevinireland11 said:
I wasn't on incognito though, iv seen someone else with this issue to, I'm not sure I posted about this issue in the telegram proton group
Click to expand...
Click to collapse
I'll head over there now. I did see that a day or so ago.
edit: looks like the problem arises if you have multiple profiles on Chrome. I think the manual install is not that difficult though if you still run into problems. Flashall.bat -w to wipe the device then flashall.bat to install the rom. Don't do a thing until it's done. It's tempting because you get a fastboot menu allowing you to restart the device. Don't do it let the rom install direct you. I actually forgot if it's an auto reboot into the rom or finally the rom instructs you to reboot. But it should be pretty clear.
bobby janow said:
I'll head over there now. I did see that a day or so ago.
edit: looks like the problem arises if you have multiple profiles on Chrome. I think the manual install is not that difficult though if you still run into problems. Flashall.bat -w to wipe the device then flashall.bat to install the rom. Don't do a thing until it's done. It's tempting because you get a fastboot menu allowing you to restart the device. Don't do it let the rom install direct you. I actually forgot if it's an auto reboot into the rom or finally the rom instructs you to reboot. But it should be pretty clear.
Click to expand...
Click to collapse
I'll remove my account and see how that goes, I even installed chromium and didn't work, but I'll try again later
kevinireland11 said:
I'll remove my account and see how that goes, I even installed chromium and didn't work, but I'll try again later
Click to expand...
Click to collapse
Maybe you can borrow a computer from an associate for about 5 minutes? Worth a try. Good luck let us know how you made out.
kevinireland11 said:
Hey I just tried there now and I unlocked the bootloader but it keeps saying about available space and if I'm using an incognito browser? Is there a specific browser I need to use to do this, I tried chrome and edge? Says I need 5gb available, my pc has like 1TB, any suggestions
Click to expand...
Click to collapse
Are you using a VPN by chance? VPN are known to cause issues with wireless devices trying to connect (printers, Sonos (audio), debugging, et cetera), since your two favored toys can't "find" each other any more.
Can anyone currently using this ROM try out the translate function from the screen shot menu? I included a screen shot of how it normally presents with the results after selecting translate.
Also if you test it, there needs to be enough of a foreign language on the screen and also it might not trigger of it has your default language on the screen mixed in
{
"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"
}
Also just in case don't open those links lol. It's all investment scams. I just needed a message with enough Korean in it.