change dpi without root? - Lenovo Yoga Book Questions & Answers

hi,
is there a way or setting to change the dpi without root? especially tabs or menues are far too big
stefan

Hey, I'm pretty sure this is a Nougat feature, but check and make sure it's not there. But in the settings app, there should be a "display size" option somewhere - probably under display, accessibility, or developer options. It may be under another option, but have a look around and let me know if you're able to find it.
EDIT: I found a guide to do this fairly easily via a different method, if you have access to a computer (and it doesn't require root).
http://www.androidbeat.com/2015/07/how-to-change-dpi-of-android-device-without-root/

oh yes, adb - long forgotten. I'll give it a try. Does one know the default dpi?

nan0s7 said:
I found a guide to do this fairly easily via a different method, if you have access to a computer (and it doesn't require root).
http://www.androidbeat.com/2015/07/how-to-change-dpi-of-android-device-without-root/
Click to expand...
Click to collapse
That guide may work for other devices but I can't even see where to access the Developer Options on an out-of-the-box Yogabook, let alone enable USB debugging.

2old4toys said:
That guide may work for other devices but I can't even see where to access the Developer Options on an out-of-the-box Yogabook, let alone enable USB debugging.
Click to expand...
Click to collapse
Oh, sorry! To enable the Developer Options, you have to go into the settings app, and at the very bottom there should be an "about device/tablet" option, and once you're in there, somewhere near the bottom of that should be a "build number". If you tap on the build number 7 times it should enable the Developer Options (which will appear above the "about device" section in the previous screen).
Then the USB-Debugging will be inside the Developer Options.
Let me know if you have any trouble enabling that!
---------- Post added at 01:23 AM ---------- Previous post was at 01:20 AM ----------
s01q said:
oh yes, adb - long forgotten. I'll give it a try. Does one know the default dpi?
Click to expand...
Click to collapse
According to this calculator, the Yoga Book (with a 1920x1200 screen, 10.1") has a DPI of 224 pixels per inch.
http://dpi.lv/

works for most apps, only facebook fails to run. instagram seems slow.
are there any replacement apps avail?

Related

Secret apps list found in Home menus!

After I used terminal emulator with the pm disable function to disable both Gamecircle apps,Amazon Video,Photos (screensaver usage),and the Amazon AppStore,and resetting with ctrl+alt+del,I found a nice little surprise in the apps tab on the Home screen.
When I went to the Apps section,the list of all my installed apps appeared on the right!
When selecting them,they open immediately,but I can't long press to view the details of an app.
However,since they are still in the settings menu as well,I can still view the details from there.
The only issue with it is that it is a little buggy with scrolling through apps.
You can figure out the com-names using 7zipper 2.0 to view the advanced "details" of your apps.
To get the names to disable the same apps I did, change 7zipper's app list to system mode.
Info for people who really hate resource hogs:KFTV Launcher is currently using 80.59MB according to memory booster!
It probably has something to do with each menu selection loading dozens of images and information and sub-apps that seem to have no individual apps for selecting to disable.
So rbox,when you feel the Home Menu MOD is stable enough,please let me know when you release it for xposed.
retroben said:
After I used terminal emulator with the pm disable function to disable both Gamecircle apps,Amazon Video,Photos (screensaver usage),and the Amazon AppStore,and resetting with ctrl+alt+del,I found a nice little surprise in the apps tab on the Home screen.
When I went to the Apps section,the list of all my installed apps appeared on the right!
When selecting them,they open immediately,but I can't long press to view the details of an app.
However,since they are still in the settings menu as well,I can still view the details from there.
The only issue with it is that it is a little buggy with scrolling through apps.
You can figure out the com-names using 7zipper 2.0 to view the advanced "details" of your apps.
To get the names to disable the same apps I did, change 7zipper's app list to system mode.
Info for people who really hate resource hogs:KFTV Launcher is currently using 80.59MB according to memory booster!
It probably has something to do with each menu selection loading dozens of images and information and sub-apps that seem to have no individual apps for selecting to disable.
So rbox,when you feel the Home Menu MOD is stable enough,please let me know when you release it for xposed.
Click to expand...
Click to collapse
This has been known for some time. I think you found the secret that I hadn't been able to figure out; I bet it was disabling the Amazon Appstore. From what I remember, the initial reports were that sideloading the Appstore from Android caused this to happen. The code I haven't been able to find yet, must check for the Appstore and it's not there or the wrong one, it falls back to this grid view. At one point I was working on a mod that exposed (get it... cuz I use Xposed... haha) a similar, but less buggy grid. I may go back to working on that.
As for the menu mod, I just got the UI done for selecting which items should be visible, and I'm just working on the saving/loading of the preferences and getting the menu to reload after it's been changed.
What all did you disable and do you have the disable code you ran?
cybertlc said:
What all did you disable and do you have the disable code you ran?
Click to expand...
Click to collapse
pm disable "com.amazon.venezia"
Note this breaks Netflix completely.
Does disabling Photos and Gamecircle break Netflix as well? What are the package names for those 2?
Download and install "Package Name Viewer" : https://play.google.com/store/apps/details?id=com.gijoon.pkgnameviewer&hl=en
Or if you already have 7Zipper 2.0,you can view the names in the applications section in the details option via longpressing an app.
7Zipper 2.0 is the only well-known app that can extract 7z files on Android.
That's time consuming to do it for every app...Package Viewer does only what it says, shows you the com.xxxx.xxx name for installed packages.
I get a "Failed to connect to dumb state service killed" error when using the pm disable command
Any ideas
Stevie G said:
I get a "Failed to connect to dumb state service killed" error when using the pm disable command
Any ideas
Click to expand...
Click to collapse
How did you get to that point? The easiest is to run 'adb shell', then 'su' and verify you have the # prompt and it should work.
rbox said:
How did you get to that point? The easiest is to run 'adb shell', then 'su' and verify you have the # prompt and it should work.
Click to expand...
Click to collapse
We'll I did not type that.what is the correct way of typing it out adb shell su com.amazon.avod
Stevie G said:
We'll I did not type that.what is the correct way of typing it out adb shell su com.amazon.avod
Click to expand...
Click to collapse
1. adb shell
2. su
3. pm disable com.amazon.avod
lightning413 said:
1. adb shell
2. su
3. pm disable com.amazon.avod
Click to expand...
Click to collapse
Thanks bud
Press enter after every part.
1a. adb shell
1b. Press Enter
2a. su
2b. Press Enter
3a. pm disable name.of.app (some begin with org instead of com)
3b. Obviously press Enter,unless you changed your mind.
Does anyone have a list of what can safely be disabled without interfering with other features/apps/functions? I want to keep my Netflix/Pandora fully functional (but could care less about games).
cybertlc said:
Does anyone have a list of what can safely be disabled without interfering with other features/apps/functions? I want to keep my Netflix/Pandora fully functional (but could care less about games).
Click to expand...
Click to collapse
Why do you feel like you have to disable anything?
rbox said:
Why do you feel like you have to disable anything?
Click to expand...
Click to collapse
I'm assuming there are things that can be disabled to use less resources.
cybertlc said:
I'm assuming there are things that can be disabled to use less resources.
Click to expand...
Click to collapse
Not really. If you run ps from adb shell, there really isn't that much running that you'd be able to disable without completely break everything.
I find that Fire TV is actually not that bad about bloating apps when compared to the GS7 that got replaced by it.
The Sony NSZ-GS7 has some bloat apps like the TTS and most of the other ones I can't remember because none of them are on Fire TV.
Kernel Tuner:
I found out that the best performance governor for CPU is the Interactive governor.
And for I/O Schedular,the deadline mode is the fastest one.
This failed the wife acceptance test as it also causes issues with (but does not totally break) Pandora.

is this all there is?

I have loved Android for years, and have a Cube T9 that has been my primary tablet. I purchased the Remix Ultra with the expectation of improving my business productivity.
So far underwhelmed would be the operative word, even though it is a beautiful tablet keyboard combo, very well made. and the price was right.
I think the most disappointing thing is there are so few apps that have the ability to become smaller and actually float on the screen and give you a true multi-tasking enviroment. And some of my favorites I have used for years ...like Quickpic, lose their settings entirely once installed to the Ultra. They work, but only one way ...no setting to adjust anything within the app itself.
I may go back to version 1.5, although I am thinking it will be the same, other than the fact I would have the more traditional Droid settings options, and a widget to tell me that the app I am using does not use phone mode.
I welcome all comments. I really want to love this OS.
Thanks,
BamaPanda
In searching the features of 2.0, I have found that swiping down from the top of the application when in full screen gives the option of the phone sized window ...on some apps.
The Quickpic app. I mentioned above is one that does shrink down to the phone window, and oddly ...when in the phone sized option, the settings return. Others I have tried ...such as the Chrome I am typing in ...do not shrink down.
So it looks like I just could be on a quest for a while to get as many apps as can be found that will do the phone windows trick.
Thanks for following. Hopefully my discovery will help others using 2.0.
So since I was able to discover a feature in ver. 2.0, I wonder if anyone knows how to get into developer mode.
I did find a way to access it through Malwarebytes, but would rather be able to access it directly.
This has links to being able install a micro SD card, and then properly removing the card. There is ability to do an unmount of the card in the current setup for settings, but it is virtually hidden.
@BamaPanda - First of all, thanks so much for your interest and support!
Now, onto your issues. I actually still use my Ultratablet, but less so now because of also testing our Remix OS for PC software. For my basic productivity needs, it's been fine. Can you tell me specifically what apps and issues you're having? Maybe just give me 3 more besides the one you mentioned and I'll see if there may be troubleshooting tips I can give you.
Thanks!
---------- Post added at 10:47 AM ---------- Previous post was at 10:43 AM ----------
BamaPanda said:
So since I was able to discover a feature in ver. 2.0, I wonder if anyone knows how to get into developer mode.
I did find a way to access it through Malwarebytes, but would rather be able to access it directly.
This has links to being able install a micro SD card, and then properly removing the card. There is ability to do an unmount of the card in the current setup for settings, but it is virtually hidden.
Click to expand...
Click to collapse
This should help you get into developer mode:
http://support.jide.com/hc/en-us/articles/214776168-How-to-enable-USB-debugging-on-Remix-Mini-
Thanks.
That worked. Now that I know that and the pull down trick to get an app (possibly) into phone window mode, I am sure I can continue to work with the OS.
I apologise for getting a bit anxious regarding the tab and its settings/ shortcuts. I had watched videos about all Remix could do, and I think I just expected there to more info out there.
RemixOS_Jason said:
@BamaPanda - First of all, thanks so much for your interest and support!
Now, onto your issues. I actually still use my Ultratablet, but less so now because of also testing our Remix OS for PC software. For my basic productivity needs, it's been fine. Can you tell me specifically what apps and issues you're having? Maybe just give me 3 more besides the one you mentioned and I'll see if there may be troubleshooting tips I can give you.
Thanks!
---------- Post added at 10:47 AM ---------- Previous post was at 10:43 AM ----------
This should help you get into developer mode:
http://support.jide.com/hc/en-us/articles/214776168-How-to-enable-USB-debugging-on-Remix-Mini-
Click to expand...
Click to collapse
Thanks.
As far as apps, do you know a particular mail app that will do the phone window? The one loaded with version 2.0 is full screen only. The mail app loaded is the same I have used, but if there is one that does the smaller window, it might be good.
Also right now I am using Polaris to take care of word and excel. The actual `Word` and `Excel` apps from Microsoft ...do they do the phone mode?
Thanks. I do hope attention and updates will continue for the Ultra Tablet, as I can see the big interest for the PC application of the OS maybe overshadowing the tablet support a bit.
Hopefully tablet support will continue, especially since there is a Pro tablet in the works.
BamaPanda said:
Thanks.
As far as apps, do you know a particular mail app that will do the phone window? The one loaded with version 2.0 is full screen only. The mail app loaded is the same I have used, but if there is one that does the smaller window, it might be good.
Also right now I am using Polaris to take care of word and excel. The actual `Word` and `Excel` apps from Microsoft ...do they do the phone mode?
Thanks. I do hope attention and updates will continue for the Ultra Tablet, as I can see the big interest for the PC application of the OS maybe overshadowing the tablet support a bit.
Hopefully tablet support will continue, especially since there is a Pro tablet in the works.
Click to expand...
Click to collapse
@BamaPanda -
1) Email apps/windowed mode - Have you checked whether or not you've enabled windowed mode? Go to 'Settings > Applications > find your app' and then click it for 'App info' and deselect Open in fullscreen mode. See if this helps.
2) Yes, they do. Here's a tip to optimize your experience. After you download Word for example, resize it after you open up a document to it's smallest size possible. Then, restart the app. You can now set it in whatever size you'd like moving forward. You may do this with Excel and PPT as well.
3) Ultratablet will continue to receive updates and support from us. I use mine constantly still.
The tablet/keyboard is starting to grow on me. it is a good bit heavier than my Cube T9, but it should be for it's size.
Looks like it will be my back porch/table top wireless tablet of choice. The keyboard is great, response is perfect. I will use my Cube more for handheld use.
Not as fast as the Cube in many ways, but still a great tablet. Build is top notch!
Still learning, and I will post more things I learn in the hints post I made as I move forward.
Thanks for the help and understanding.
RemixOS_Jason said:
@BamaPanda - First of all, thanks so much for your interest and support!
Now, onto your issues. I actually still use my Ultratablet, but less so now because of also testing our Remix OS for PC software. For my basic productivity needs, it's been fine. Can you tell me specifically what apps and issues you're having? Maybe just give me 3 more besides the one you mentioned and I'll see if there may be troubleshooting tips I can give you.
Thanks!
---------- Post added at 10:47 AM ---------- Previous post was at 10:43 AM ----------
This should help you get into developer mode:
http://support.jide.com/hc/en-us/articles/214776168-How-to-enable-USB-debugging-on-Remix-Mini-
Click to expand...
Click to collapse
First..thanks for your time, Jason.
Question. Any plans for widgets?
Many seem to be asking, and I figured you might have an idea.
Thank you.
BamaPanda said:
First..thanks for your time, Jason.
Question. Any plans for widgets?
Many seem to be asking, and I figured you might have an idea.
Thank you.
Click to expand...
Click to collapse
@BamaPanda - We did have Widget support for a couple of versions when Remix OS 2.0 just got launched for Ultratablet. However, we noticed that folks just weren't using Widgets much. So, although Widget supporters were very vocal, there wasn't much actual usage. It also takes resources to maintain Widget support. Thus, the PMs made a decision to take this feature out in later releases. Thanks!
RemixOS_Jason said:
@BamaPanda - We did have Widget support for a couple of versions when Remix OS 2.0 just got launched for Ultratablet. However, we noticed that folks just weren't using Widgets much. So, although Widget supporters were very vocal, there wasn't much actual usage. It also takes resources to maintain Widget support. Thus, the PMs made a decision to take this feature out in later releases. Thanks!
Click to expand...
Click to collapse
I for one would use them, as they do give quick visual access to info.
Thanks for your reply.
BamaPanda said:
I for one would use them, as they do give quick visual access to info.
Thanks for your reply.
Click to expand...
Click to collapse
RemixOS_Jason said:
@BamaPanda - We did have Widget support for a couple of versions when Remix OS 2.0 just got launched for Ultratablet. However, we noticed that folks just weren't using Widgets much. So, although Widget supporters were very vocal, there wasn't much actual usage. It also takes resources to maintain Widget support. Thus, the PMs made a decision to take this feature out in later releases. Thanks!
Click to expand...
Click to collapse
Jason..
I watched an older video on keyboard shortcuts done by you.
Is there a keyboard shortcut to awaken the screen from the keyboard once asleep? I had thought the key directly above the 6 was it, but apparently not.
Thank you.
BamaPanda, not sure if you've already noticed this, but the keyboard button with three horizontal lines, located above the '8' key, opens the menu in some apps. unfortunately it doesn't work with quickpics, which is annoying. (i also use it -- i just have to switch to phone mode to access the menu.)
i forget which apps this button works for -- but if you're ever in that situation give it a try. you could also submit feedback to the app developer because this is something they can fix to make their app usable for tablets. sometimes that actually works!
you should probably wait nougat becoming mainstream and chrome os playstore being widely available on chromebooks.then things will become interesting.

usage data access

Hi,
is it possible to grant "usage data access" to a app?
I can't find it in the settings but I need it for two apps.
Thanks.
etofi said:
Hi,
is it possible to grant "usage data access" to a app?
I can't find it in the settings but I need it for two apps.
Thanks.
Click to expand...
Click to collapse
Did you ever find a way to grant "usage data access"?
I will be writing a thread sometime in the next day or so that involves a total reinstallation of the settings on the rooted HD 10 that unlocks that setting amongst others Amazon has locked us out of. If you have an HD 8, download activity launcher from the Play Store open it then tap on the box in the upper left, and tap on all activities, scroll down to settings and tap on that and then tap on apps with usage access.
AJW6381 said:
Did you ever find a way to grant "usage data access"?
Click to expand...
Click to collapse
No. I sent the tablet back.
Grab Activity Launcher from the play store and run it. Select 'all activities' and wait for the list to populate. Scroll down and select 'Settings'. In the submenu that opens, scroll down to 'Apps with Usage Access.' From there you can grant / deny this permission to all apps that have requested it.
1ManEntourage said:
Grab Activity Launcher from the play store and run it. Select 'all activities' and wait for the list to populate. Scroll down and select 'Settings'. In the submenu that opens, scroll down to 'Apps with Usage Access.' From there you can grant / deny this permission to all apps that have requested it.
Click to expand...
Click to collapse
Worked! Thanks!
No problem, glad it helped.
Worked like a charm! FIXED!
No go
Activity launcher doesn't work on my Kindle Fire 8. Crashes at 149 every time, even after hard reset.
Trying to find out why my battery drains so fast, and trying to give permission to AccuBattery to track apps.
druekberg said:
Activity launcher doesn't work on my Kindle Fire 8. Crashes at 149 every time, even after hard reset.
Trying to find out why my battery drains so fast, and trying to give permission to AccuBattery to track apps.
Click to expand...
Click to collapse
Try the free version GSAM which is available in the Amazon and Google App stores or via your favorite trusted app download site. You'll need to grant permissions via ADB to gather application specific data. Fortunately, the app guides you through this process which is relatively painless if familiar with ADB and tethered operations. Once complete GSAM runs circles around AccuBattery for those interested in getting to root cause ... although you may not be able to address the culprit(s) on an unrooted device. Another excellent choice: BBS (Better Battery Stats). Good luck.
---------- Post added at 05:48 PM ---------- Previous post was at 05:21 PM ----------
Alternatively, try Activity Manager which works fine on my 8th gen HD 8.
Thank you!
1ManEntourage said:
Grab Activity Launcher from the play store and run it. Select 'all activities' and wait for the list to populate. Scroll down and select 'Settings'. In the submenu that opens, scroll down to 'Apps with Usage Access.' From there you can grant / deny this permission to all apps that have requested it.
Click to expand...
Click to collapse
That was exactly the info I needed for my Kindle Fire 7th Gen. Thank you!
AskKim said:
That was exactly the info I needed for my Kindle Fire 7th Gen. Thank you!
Click to expand...
Click to collapse
also worth noting I don't believe you need root access to Grant the packages that need this permission using adb.
Code:
adb shell pm grant com.package.name android.permission.PACKAGE_USAGE_STATS
Sent from my Amazon KFSUWI using XDA Labs
Sometimes I really thank god for smart people. I purchased a cheap tablet last month from the local walmart just for playing easy games like bingo and slots on but every time I would try and play a game it kept freezing up. And then I just decided to use it only for reading ebooks and then I was going back to using my fire tablet to play the games. I like apps that connect with the games I already enjoy playing and collect free giftcards from them apps. I play them all the time on my cellphone but then the battery runs dead way to fast with all the games that I play. So I just decided to use a giftcard winning app on my fire tablet and I could not use it because I could not give it permission to use the tablets "Usage Data Access" so I just looked online and found this forum. And fixed the problem in less then 2 minutes.
So all in all I would have never figured out how to fix this problem on my own thank you.
I also have the 7th Gen HD 8, but when I download Activity Launcher and run it, it loads up all 225 apps. But there is no settings submenu anywhere?
---------- Post added at 04:58 AM ---------- Previous post was at 04:57 AM ----------
ah...nevermind. Had to click on the "Settings" app itself that Activity Launcher shows in the list of apps...
sadly this is a no go on my fire hdx 8.9 4th gen tablet
Adding an update here as they've either changed Activity Launcher or it shows differently on different tablets. I too have been driven mad by this "usage stats" request. I have wanted to add blockers and timers to my son's tablet but unable to until now.
If you cannot find the usage stats permission, download activities manager from Google Play. If you don't have Google Play on your Fire Tablet you'll need to add it using the ADB program, info for this is easy to find from Google and YouTube but I've linked it below.
Once you have downloaded Activity Manager, open it and click search, the magnifying glass at the top of the screen, start typing in Usage. The first result should say: Apps with Usage Access, open this and turn on whatever apps are off. It will give you a warning, just say "ok" and your apps should work.
As I know info can be hard to come by on the internet I am including ADB advice for anyone with a Fire Tablet here:
Open the description panel in the video to find the links to download the ADB program, the video will show you how to install it.
If you just see a blank "Fire" folder when you plug your Kindle Fire HD 10 (2019) into your desktop computer, tap on your "Settings" icon on your Home screen. Second option is "Connected Devices". Tap on that. First option there is "USB". Tap on that. The bottom half of that list says "Use USB for" and gives you some options. Select "File Transfer", and then go back to your file explorer on you desktop, make sure it is plugged into your Kindle with the supplied cable, and you should see One or Two folders depending on whether or not you have a microSD card installed.
On a Fire 7 and later if you want the the USB data transfer option on all the time/by default then you will need to open the development options, opening the developer options will also help you if you want to remove certain apps from the home screen (https://youtu.be/0zW7jejn2bM) or add Google Services such as play store and YouTube (https://www.youtube.com/watch?v=n58XopeWj5M).
Open Developer Options by doing the following: Settings > Device Options > About Fire Tablet now tap Serial Number about 7 times, go back into the Device Options menu and you will see Developer Options second from the bottom Go into the Dev options and turn them on saying OK on the pop up warning. Under debugging select USB debugging, this will allow you to use the ADB program. #
To keep USB on file transfer by default:
Scroll down to Networking and tap Default USB configuration, set this to File Transfer so you will always see your tablet come up when you put it on a USB cable.
1ManEntourage said:
Grab Activity Launcher from the play store and run it. Select 'all activities' and wait for the list to populate. Scroll down and select 'Settings'. In the submenu that opens, scroll down to 'Apps with Usage Access.' From there you can grant / deny this permission to all apps that have requested it.
Click to expand...
Click to collapse
This worked on my Tab10 2021 as well. Thank you.

NO ROOT REQUIRED: Completely disable and enable your lock screen

Many of us don't have root and many of us also uninstalled may system apps, including Fire Launcher. That left us with some annoyances. One major annoyance was being kicked to the lock screen whenever we swiped away apps from the recent apps menu. Some people saw annoying flashes. Well this isn't quite a fix, but it pretty much takes care of the problem. You can now remove your lock screen completely and replace it at will and you do NOT need root access.
***WARNING: Touching any other settings on your tablet during this guide can cause a brick!!!***
1. Download and install Settings Database Editor.
2. Plug your tablet into your PC and open an ADB window. Enter the following:
Code:
adb shell pm grant by4a.setedit22 android.permission.WRITE_SECURE_SETTINGS
Step number 2 MUST be done in order for this to work.
3. Open Settings Database Editor and tap on the 'secure' tab at the top.
4. These settings are in alphabetical order. Scroll until you see:
Code:
"lockscreen_disabled" "0"
5. Change the 0 to a 1. DO NOT CHANGE ANYTHING ELSE
6. Close Settings Database Editor
Now turn off your screen. Now turn it back on. You are welcome! I have a few more tricks coming. Watch for some later!
IF THE ABOVE DOESN'T WORK, TO DISABLE LOCK SCREEN:
Code:
adb shell settings put secure lockscreen_disabled 1
ENABLE LOCK SCREEN:
Code:
adb shell settings put secure lockscreen_disabled 0
Both methods don´t work on my Fire HD10 2017.
tommes-d said:
Both methods don´t work on my Fire HD10 2017.
Click to expand...
Click to collapse
It worked almost instantly for me. Maybe wait a bit? Did you reboot? It won't work on every device. Doesn't work on my Galaxy S7.
Not working for me too (Fire HD 8 2016). Also, you've made a mistake: original setting name is "lockscreen.disabled" (dot, not an underscore).
sensboston said:
Not working for me too (Fire HD 8 2016). Also, you've made a mistake: original setting name is "lockscreen.disabled" (dot, not an underscore).
Click to expand...
Click to collapse
Disappointing. Today I got a good one though. I can't wait to get home and post a thread.
I know this isn't the correct forum for this but I tried this on a Fire 7 (2017) and it also does not seem to work.
is there an updated way to do this?
is there an updated way to do this?
edit: kindle fire 8 7th gen, confirmed not working.
Doesn't work on my Fire HD8. But while browsing through Settings Database Editor I have found something useful.
In the "Global Table" tab there's a setting called LOCKSCREEN_AD_ENABLED. Change the value from 1 to 0, save. Turn off screen, turn it on again --> ads are gone!
At least for a while...
Seems to be working on KFAUWI (Fire 7 7th Gen) on 5.4.0.0.
EDIT: Maybe it doesn't work with 5.4.0.1 and later?
It would be useful for those reporting success/failure to include not just device model, but fw version as well.
EDIT1: After some time playing around the system I have found out that by default it actually does not work, but if Global Table->"device_provisioned" = 0 then lock screen gets disabled, but serial number gets greyed out and developer options get disabled, while adb remains functional.
On 5.6.0.0 even change to "device_provisioned" did not disable the lock screen.
gabosius said:
Seems to be working on KFAUWI (Fire 7 7th Gen) on 5.4.0.0.
EDIT: Maybe it doesn't work with 5.4.0.1 and later?
It would be useful for those reporting success/failure to include not just device model, but fw version as well.
Click to expand...
Click to collapse
There are settings in the "private" class that override some of these lower ones, usually in favor their using their own software. I think most device stock settings are hidden for the purpose of favoring their own software. Though with Amazon, I scratch my head. Why spend the large amount of money, to install a high tech, customizable GPS system on devices, only to spend more money carelessly blocking your Access?
Sent from my Samsung Galaxy S4 using XDA Labs
DragonFire1024 said:
There are settings in the "private" class that override some of these lower ones, usually in favor their using their own software. I think most device stock settings are hidden for the purpose of favoring their own software. Though with Amazon, I scratch my head. Why spend the large amount of money, to install a high tech, customizable GPS system on devices, only to spend more money carelessly blocking your Access?
Sent from my Samsung Galaxy S4 using XDA Labs
Click to expand...
Click to collapse
That's fairly simple, the same goes for one of the iPhones (don't recall which gen exactly) which had two different models of radio chips, one of which did support LTE, but Apple decided to disable LTE support for that gen of the phone altogether.
Now more on the topic, checked the specs of all 7th gen tablets, indeed none of them seem to support GPS officially (for some reason I thought that HD8/HD10 might have it), but if they have the hw, it could be for testing purposes to test proprietary GPS related sw on development devices before introducing it in the next gen? Or simply they decided to drop it somewhere along the way but left the hardware (as we still have Serial/UART on some production devices nowadays, which are used only for debugging in the development stage).
On the other hand, where did you get the info that it actually has GPS related hardware? Because while exploring my device settings I only found a hint on A-GPS support (which is not proven).
gabosius said:
That's fairly simple, the same goes for one of the iPhones (don't recall which gen exactly) which had two different models of radio chips, one of which did support LTE, but Apple decided to disable LTE support for that gen of the phone altogether.
Now more on the topic, checked the specs of all 7th gen tablets, indeed none of them seem to support GPS officially (for some reason I thought that HD8/HD10 might have it), but if they have the hw, it could be for testing purposes to test proprietary GPS related sw on development devices before introducing it in the next gen? Or simply they decided to drop it somewhere along the way but left the hardware (as we still have Serial/UART on some production devices nowadays, which are used only for debugging in the development stage).
On the other hand, where did you get the info that it actually has GPS related hardware? Because while exploring my device settings I only found a hint on A-GPS support (which is not proven).
Click to expand...
Click to collapse
Add a few .xml configuration files to start and there is configuration settings in the framework. Look for an app on the tablet with HERE in all caps in the title. That's the APK module making it possible. And yes I figured out a way to modify framework settings
DragonFire1024 said:
Add a few .xml configuration files to start and there is configuration settings in the framework. Look for an app on the tablet with HERE in all caps in the title. That's the APK module making it possible. And yes I figured out a way to modify framework settings
Click to expand...
Click to collapse
I see, just checked MT8127 specs, and indeed there seems to be integrated support for GPS with GLONASS, that may be something interesting to play with.
EDIT: HD8/HD10 even have broader support of GPS related technologies according to their SoC specs.
Yeah, I was following root progress thread, even tried Blueborne exploit (the one published by Armis labs on github) on KFAUWI without much success as there is no access to /proc/<pid>/maps. And framework-res.apk mod looks promising only for devices having root, as getting required permissions outside /system is rather problematic.
Yet I was surprised that WRITE_SECURE_SETTINGS can be assigned outside /system. As I was poking around com.amazon.dcp.permission.DISPLAY_DEBUG_UI for quite some time.
gabosius said:
Yet I was surprised that WRITE_SECURE_SETTINGS can be assigned outside /system. As I was poking around com.amazon.dcp.permission.DISPLAY_DEBUG_UI for quite some time.
Click to expand...
Click to collapse
Do you have any idea if you can grant something like Activity Launcher the DISPLAY_DEBUG_UI permission? Some of the activities gave me errors when I tried to open them, saying they require com.amazon.dcp.permission.DISPLAY_DEBUG_UI.
The thing is, this appears to be a custom permission added by Amazon, not available in the official Android documentation.
Would Activity Launcher even be capable of launching certain "hidden" activities with this permission granted? Presumably you would grant permission over ADB the same way as WRITE_SECURE_SETTINGS?
Any ideas would be great.
lakitu47 said:
Do you have any idea if you can grant something like Activity Launcher the DISPLAY_DEBUG_UI permission? Some of the activities gave me errors when I tried to open them, saying they require com.amazon.dcp.permission.DISPLAY_DEBUG_UI.
The thing is, this appears to be a custom permission added by Amazon, not available in the official Android documentation.
Would Activity Launcher even be capable of launching certain "hidden" activities with this permission granted? Presumably you would grant permission over ADB the same way as WRITE_SECURE_SETTINGS?
Any ideas would be great.
Click to expand...
Click to collapse
Tried granting it to other apps and it resulted in "com.amazon.dcp.permission.DISPLAY_DEBUG_UI is not a changeable type" the command I used was pm grant com.amazon.dcp com.amazon.dcp.permission.DISPLAY_DEBUG_UI so yes, the syntax is the same with custom amazon permissions. Also execution of dumpsys package com.amazon.dcp shows that app already has DISPLAY_DEBUG_UI permission.
My guess is that it requires root, as even when I am launching activity from adb shell (not in context of activity manager) I get the same error that it requires the permission, and the same goes for some other hidden amazon applications.
EDIT: you can get list of device permissions by executing "pm list permissions" without quotes from adb shell, there are at least a few interesting ones.
lakitu47 said:
Do you have any idea if you can grant something like Activity Launcher the DISPLAY_DEBUG_UI permission? Some of the activities gave me errors when I tried to open them, saying they require com.amazon.dcp.permission.DISPLAY_DEBUG_UI.
The thing is, this appears to be a custom permission added by Amazon, not available in the official Android documentation.
Would Activity Launcher even be capable of launching certain "hidden" activities with this permission granted? Presumably you would grant permission over ADB the same way as WRITE_SECURE_SETTINGS?
Any ideas would be great.
Click to expand...
Click to collapse
That's a great question and one that hasn't been asked before. I can tell you I've been able to, in some apps, modify the manifest permissions. For example, I can use an app to edit the manifest of Jack Pals terminal emulator to add the secure settings permission and have it successfully install etc. I never thought of doing the same with activity launcher and if successful, seeing what happens. This could be very interesting. If you give me a few copies of some of the manifests permissions, I can see if a recompile and install will hold.
DragonFire1024 said:
That's a great question and one that hasn't been asked before. I can tell you I've been able to, in some apps, modify the manifest permissions. For example, I can use an app to edit the manifest of Jack Pals terminal emulator to add the secure settings permission and have it successfully install etc. I never thought of doing the same with activity launcher and if successful, seeing what happens. This could be very interesting. If you give me a few copies of some of the manifests permissions, I can see if a recompile and install will hold.
Click to expand...
Click to collapse
I attached a text document with ALL of the permissions listed by "pm list permissions" since it was too long to put here.
lakitu47 said:
I attached a text document with ALL of the permissions listed by "pm list permissions" since it was too long to put here.
Click to expand...
Click to collapse
Give me a few hours to see if I can modify the app. If I can, I'll upload a. APK
Sent from my Samsung Galaxy S4 using XDA Labs
DragonFire1024 said:
Give me a few hours to see if I can modify the app. If I can, I'll upload a. APK
Sent from my Samsung Galaxy S4 using XDA Labs
Click to expand...
Click to collapse
Questionable whether anything would change, as I don't see where activity launcher would need write secure settings permission.
On the other hand I did some digging on the "not a changeable permission type" message, and this provides some answer on what it might be expecting in order to activate?/assign the permission.
gabosius said:
Questionable whether anything would change, as I don't see where activity launcher would need write secure settings permission.
On the other hand I did some digging on the "not a changeable permission type" message, and this provides some answer on what it might be expecting in order to activate?/assign the permission.
Click to expand...
Click to collapse
Interesting. So each permission has a certain "protection" level?

Daydream screensaver

One of my projects is trying to get Daydreams to work. So far I haven't been able to. I have spent months upon months researching this and have come to several conclusions, however none of them have helped me in activating this feature.
1. Amazon tablets, (Fire 7, HD 8 and 10) have a feature called 'Daydream'. Its a simple screensaver that displays when you are plugged into a PC or charging. There are colors that display or slideshows of on device photos.
2. This feature is stock Android. Nearly every device has the feature enabled, except Amazon tablets.
3. the feature exists, in full, and is blocked out by Amazon.
I have tried several ways to bring the feature out. One being, taking the BasicDreams APK, from another Android device running Lollipop 5.1.1. Basic Dreams should be the catalyst to start the program, but it does not. I have tried it from other android versions too. No matter what, the APK won't brinng out the screensaver.
I have used activity launcher, with no luck. I have used Tasker and a Secure Settings plugin to bring it out. Nope not there either. But tasker does allow me to select the type of daydream I want, it just never launches it.
I have determined there is at least one thing, one word that stops dreams. Its loacted in /system/framework/framework-res.apk. I use a simple app (APK Editor Pro) thhat decompiles the APK. I then tap on files, res, values, bools. In that list is a configuration, 'config_dreamsSupported' which is marked as 'false'. Everything else from then on is in place. I change false to true and the APK will not recompile without errors. It seems Amazon assigns their own daydreams to certain attributes, but then blocks you out from seeing them.
So it seems I am only having trouble compiling a proper APK for the system. If you want to see the settings for daydream, Activity Launcher > all activities > settings > Daydream. Framework: Framework-res.apk > res > values > bools.
I will not rest until I am able to get this working. Any help would be greatly appreciated.
I managed to hunt down a settings.apk of an android 5.1.1 ROM. So as daring as I am, I uninstalled the settings.apk and reinstalled it with the new one I found. The daydream settings menu opens, I can select dreams like Colors. But again, the screensaver doesn't start. I also managed to install a settings.apk from a 4.0 ROM. In doing that, I managed to bring up the actual stock accounts menu. I was able to select all items to sync, remove the misc amazon accounts too. Though there was no daydream settings, most all the other options worked. I might add I was doing
Code:
adb install -r -d com.package.name
after uninstalling the settings.apk and was able to then install any settings.apk from any SDK. If I can rewrite any one of these APKs, we could have stock settings.
However, I don't have screen shots as I had to reboot and I bricked. So I have to sideload back to stock. Though I'm sure the brick was caused by my massive debloating and not from the settings modding.
So I managed to get the say dream settings to launch, but no screensaver yet. However, I have a surprise for later. This will be epic
Sent from my Samsung Galaxy S4 using XDA Labs
After weeks of trying, researching and bricking, I've finally found a way to successfully edit/modify the values of framework-res.apk and SUCCESSFULLY install the modded version. I have enabled the daydream screensaver, however sofar it will only accept the clock as the screensaver. Though I am sure colors won't display because of something I did wrong.
That having been said, you won't believe what else I've been able to activate now
Sent from my Samsung Galaxy S4 using XDA Labs
I've also been trying to do this. I've been unsuccessful. Can I ask how you were able to get it to take?
And my curiosity wants to know what else you've unlocked.
DragonFire1024 said:
After weeks of trying, researching and bricking, I've finally found a way to successfully edit/modify the values of framework-res.apk and SUCCESSFULLY install the modded version. I have enabled the daydream screensaver, however sofar it will only accept the clock as the screensaver. Though I am sure colors won't display because of something I did wrong.
That having been said, you won't believe what else I've been able to activate now
Sent from my Samsung Galaxy S4 using XDA Labs
Click to expand...
Click to collapse
DaRkNesss363 said:
I've also been trying to do this. I've been unsuccessful. Can I ask how you were able to get it to take?
And my curiosity wants to know what else you've unlocked.
Click to expand...
Click to collapse
Here is the day dream activation guide: https://forum.xda-developers.com/hd8-hd10/general/root-enable-daydream-screensaver-change-t3771038
WiFi optimization: https://forum.xda-developers.com/hd8-hd10/general/root-optimize-wifi-t3767868
FireTabletSettings rewritten: https://forum.xda-developers.com/hd...oot-firetabletsettings-apk-rewritten-t3787636
Change lock screen wallpapers WITHOUT Amazon photos: https://forum.xda-developers.com/showpost.php?p=76071092&postcount=2
And more
Sent from my Amazon KFSUWI using XDA Labs
Hello.
i just bought Fire Tablet 7 9th Generation. can any one help me on how to get daydream enabled on it? i really need this enabled. and im not sure if the instructions here will work as they are for older versions of fire tabs.

Categories

Resources