[Q] CM7 Builtin Sceenshot error - Nook Color Q&A, Help & Troubleshooting

The new screenshot option on the power button menu is giving me an error and saving the shot to "null". I just noticed this option after I updated to Nightly #126, so I'm not sure how "new" this is.
Its saying that the y value + (something or other1) has to be => (something or other2). I'll try to update with the actual values of the SOO# variables
I tried this in landscape and portrait and LCD density of 161 (default) and 187 (my preferred). Neither makes any difference to the error message.
Any ideas? Has this been seen before and my search missed it?
Thanks
Edit: The error message is "y+height<=bitmap.height()"

Related

[DEV][WIP][Recovery]PX Custom Recovery 0.3.6[BETA][Last: Mar 16, 2012][Tester Needed]

PX Custom Recovery - For cooper
I am not responsible for any damage to your phone
Tempoary only for devs.
i dont have cooper device to test it.
please report if u found bugs
​
NB: This Recovery is still on beta. maybe not all feature working properly. please report me if u found a problem
NB: IF U A NOOB, DONT FLASH IT UNTIL SOME DEVS SAY IT FULLY WORKING ON COOPER
Well, this is only Modification of ClockworkMod Recovevry with many change, support onscreen button touch, Themes & many more
Feature:
Touchscreen Support thanks to Napstar
Reconfigure & Redesign UI
More color & Better Image quality
Reboot menu
Set brightness level
Charging on recovery
push apk to system (unfinished)
Touch Event only if onscreen button touched
Timezone Settings
auto save & load setting
Partition info
Themes
more (please give me suggesion about new feature)
Here's temporary menu tree this recovery for v0.3.2
Code:
- reboot system now
- reboot menu
- reboot to system
- reboot to recovery
- reboot to download mode
- wipe & factory reset
- wipe cache
- wipe data (factory reset)
- wipe dalvik cache
- wipe battery stats
- mount menu
- mount/unmount /cache
- mount/unmount /data
- mount/unmount /system
- mount/unmount /sdcard
- mount/unmount /sd-ext
- mount/unmount USB storage
- format menu
- format /cache
- format /data
- format /system
- format /sdcard
- format /sd-ext
- Install zip from sdcard
- choose zip
- apply /sdcard/update.zip
- tonggle signature
- tonggle script assert
- backup & restore
- backup
- restore
- advance restore
- advance menu
- report error
- key test
- show log
- partition sdcard
- fix permission
- info
- Disk
- system
- data
- cache
- sdcard
- sd-ext
- Memory
- Settings & Interface
- Enable/Disable Vibrate
- Enable
- Disable
- Enable/Disable Onscreen Button
- Enable
- Disable
- Brightness Control
- Low
- Medium
- High
- Timezone Setting
- Set Theme
{
"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"
}
Download:
px-recovery-0.3.6-beta-cooper.zip [New]
px-recovery-0.3.5-beta-cooper.zip [Outdated]
px-recovery-0.3.2-beta-cooper.zip [Outdated]
px-recovery-0.3.1-beta-cooper.zip [Outdated]
px-recovery-0.2.7-beta.zip [Outdated]
Changelog:
0.3.6
update User Interface
Add menu: Set Theme
Ability to set theme (but only text color for now, for icon will added soon), Click Here for tutorial
Change onscreen button & loading icon
gio: fix taking screenshoot from recovery (Using DDMS)
0.3.3 - 0.3.5
Fix bug with menu button
Fix Hour on nandroid backup.
New Feature: advanced backup. u can choose what partition u want to backup. but still have a little bug with ui. if u from advanced backup menu and select some partition and then press back button. when u back to advanced backup again its display wrong status. all should on uncheklist. but not a big deal. no bug when do advanced backup.
Redesign UI. more fresh with transparant bar, selected text & onscreen button
Improve UI code. maybe next release it'll have themeable feature
0.3.2
Better settings algorithm.
Better autoload settings handler. this recovery will auto reboot & use default settings if fail to load settings
New function: Partition Info
New function: Memory Info
0.3.1
Remove unnedded +++Go Back+++ function. u can back use back on key & onscreen button
Time improvement. now you can see true time from recovery. set your timezone first from setting & interface menu
New function: auto save your settings
New function: auto load your latest setting when start recovery
NB: I recommend you to restart recovery after first time use 0.3.1 version (reason: initializing setting)
0.3.0
Add vibrate function. auto vibrate. but u can disable it from setting menu
Remove push apk to system (this feature is not important)
Add disable/enable onscreen button
New menu: setting & interface
wipe data: now not formatting sd-ext. only remove all files on sd-ext to prevent corrupted sd-ext partition
0.2.8
Fix problem with AROMA Installer. now fully working
0.2.7
Remove automount system & data feature (this feature cause trouble with "format" edify script when not unmounted)
Reworking with progressbar.
0.2.6
fix change button color. now only change when onscreen button touched
fix progressbar layout
fix menu set brightness after/cancel applying setting
reverse up & down onscreen button
New onscreen button image
0.2.5
touchevent: only active if onscreen button touched (not all screen provide event now)
add new feature: push apk to system (unfinished)
add new feature: auto mount/unmount system & data before/after install zip
reconfigure User Interface
0.2.1
fix overlap overlap text on onscreen button
update onscreen button
improve color & image quality
0.1.3
fix wipe data problem
split mount & format menu
rearrange menu
0.1.2
basic touchscreen support
added onscreen button
fix overlay onscreen button
added wipe menu
add reboot menu
it's simple & easy to make custom text color on px-recovery.
u only need to create new folder on /sdcard/.px-recovery/themes/(Theme-name) and config file inside it.
For example:
i want to make custom text color theme with name: Red-White
so, i create new folder with "Red-White" name on : /sdcard/.px-recovery/themes/
after that, i make a config file to make custom color.
here's sample of Red-White config:
Code:
255 0 0 255 //This line is for Menu Text Color
255 255 255 255 //This line is for Normal Text Color
255 255 255 255 //This line is for Header Color
255 255 255 255 //This line is for Line Color
255 0 0 255 //This line is for Selected Menu Color
255 255 255 255 //This line is for Selected Row Color
some explaniation for config file:
config file is consist of 6 lines
Every line consist of 4 item
4 item of line is about RGBA (Red, Green, Blue & Alpha (Transparacy)
here's some example of RGBA:
for example i want to make white color without transparent. RGB code for white is = 255 255 255. and for alpha max is 255. more smaller is more transparant.
so the code is:
255 255 255 255
<R> <G> <B> <A>
Here's some screenshoot & themes. u can download it and flash from px-recovery
Download
Special Thanks to:
Koush For Open his work & The best Recovery
CyanogenMod Team For being open. i learn many things from them
Team UtterChaos For open their source for touch recovery Here
squadzone For layout, battery stats, time & format option from Here
For Galaxy Gio?
If i may suggest, how about supporting lzma or xz compression. Both got much higher compression ratio with no much different cpu load then zip when decompressing. Might be useful for the low bandwith users as me
Sent from your phone
Tempoary only for devs.
i dont have cooper device to test it.
please report if u found bugs
​
RadioApoc said:
For Galaxy Gio?
Click to expand...
Click to collapse
this version for cooper
an0nym0us_ said:
If i may suggest, how about supporting lzma or xz compression. Both got much higher compression ratio with no much different cpu load then zip when decompressing. Might be useful for the low bandwith users as me
Sent from your phone
Click to expand...
Click to collapse
lol, later i'll try to add lzma support on it
but for now im working on theming support & full touch screen support
I had some errors at first, didn't have time to see them all, but the first line was "vibrate doesn't work" or something like that. Then I rebooted and it went in fine.
------------EDIT---------
Vibration works, touchscreen works, brightness level works.
Timezone works with reboot. No daylight saving however.
kevinlekiller said:
I had some errors at first, didn't have time to see them all, but the first line was "vibrate doesn't work" or something like that. Then I rebooted and it went in fine.
Click to expand...
Click to collapse
like this??
vibrate setting not found
using default: Enable
onscreen button setting not found
using default: Enable
Brightness setting not found
using default: High
Timezone setting not found
using default: GMT+0
Initialing settings..
Rebooting...
Click to expand...
Click to collapse
thats's not error.
only a warning, u dont have any saved setting to this recovery. since u used it for first time.
this recovery will automatically generate default settings
phiexz said:
like this??
thats's not error.
only a warning, u dont have any saved setting to this recovery. since u used it for first time. and this recovery automatically generate default settings
because this recovery required it to work perfectly
Click to expand...
Click to collapse
Yep, that's what it said.
In case you didn't see my edit :
------------EDIT---------
Vibration works, touchscreen works, brightness level works.
Timezone works with reboot. No daylight saving however (not a big deal , I set it to different time zone ).
----
Still testing so will let you know more.
kevinlekiller said:
Yep, that's what it said.
In case you didn't see my edit :
------------EDIT---------
Vibration works, touchscreen works, brightness level works.
Timezone works with reboot. No daylight saving however.
----
Still testing so will let you know more.
Click to expand...
Click to collapse
thanks for testing it
btw what do u mean with daylight saving
phiexz said:
thanks for testing it
btw what do u mean with daylight saving
Click to expand...
Click to collapse
No problem.
Only bug I found so far is vibration doesn't work on hardware buttons, only on touchscreen keys. Everything else is flawless.
Daylight saving is used in some countries when summer time comes to extend the amount sunlight hours in the night.
http://en.wikipedia.org/wiki/Daylight_saving_time
kevinlekiller said:
No problem.
Only bug I found so far is vibration doesn't work on hardware buttons, only on touchscreen keys. Everything else is flawless.
Daylight saving is used in some countries when summer time comes to extend the amount sunlight hours in the night.
http://en.wikipedia.org/wiki/Daylight_saving_time
Click to expand...
Click to collapse
yup, vibrate wont work on hardware button.
i only make it virate on onscreen button
Time zone fixed only after i made full backup and still correct after reboot.
Lovetz said:
Time zone fixed only after i made full backup and still correct after reboot.
Click to expand...
Click to collapse
time will be correct after u set timezone & reboot recovery
it should be correct after set timezone without reboot it.
but likely i made a little mistake on it algorithm. but its not a big problem i think
Sounds like an excellent project thanks phiexz and the devs who shared the code on the way. Have there been any substantial changes to the nandroid backup and recovery code, or will any bugs we encounter only be related to the changes to the user interface?
I'm installing PX recovery using AIO-Recovery Installer from GIO XDA Forum with AROMA Installer (GUI installer) i hope someone dev porting/using AROMA Installer based for Installing custom ROM method with easly to select what app you want to install on your device...
Sorry for my english..
Sent from my GT-S5830 using XDA Premium App
My question is,
what for?
Amazing work.
There's a stupid thing in CWM, which I hate the most. After the factory reset or formatting sd-ext, it is converted to ext2, but I prefer ext4. So I have to use some scripts or even ADB to do that one simple thing. It irritates me a lot.
So.. I would really like to see some convert-ext options (EXT2->EXT3->EXT4) like in good old Amon-RA-recovery.
And... I know it's crazy idea, but I had HTC Dream/G1 before and i've just loved possibility of access to console in recovery. Is there any possibility that touch-keryboard can be done in recovery? I suppose it will be difficult to do, but it would be incredibly awesome.
iandol said:
Sounds like an excellent project thanks phiexz and the devs who shared the code on the way. Have there been any substantial changes to the nandroid backup and recovery code, or will any bugs we encounter only be related to the changes to the user interface?
Click to expand...
Click to collapse
nandroid: note yet
recovery: a lot changes
antmanPL said:
Amazing work.
There's a stupid thing in CWM, which I hate the most. After the factory reset or formatting sd-ext, it is converted to ext2, but I prefer ext4. So I have to use some scripts or even ADB to do that one simple thing. It irritates me a lot.
So.. I would really like to see some convert-ext options (EXT2->EXT3->EXT4) like in good old Amon-RA-recovery.
And... I know it's crazy idea, but I had HTC Dream/G1 before and i've just loved possibility of access to console in recovery. Is there any possibility that touch-keryboard can be done in recovery? I suppose it will be difficult to do, but it would be incredibly awesome.
Click to expand...
Click to collapse
bad idea to convert ext filesystem from device.
sometimes e2fsck & tun2fs cause trouble on sd-ext
i recommend use your pc to format them to ext4
and this recovery will not format your sd-ext partition in wipe data mode.
its only remove all files on sd-ext to prevent sd-ext converted to ext2/3
but it still on test mode. IDK this methode will cause problem with d-ext or not
but until now no one complain about it
its hard to make onscreen keyboard on recovery
why dont u use adb shell instead??

[Q] ICS-Eppsylon3's Build 20120514 - System Setting (More option) reset/bug

Hey guys, I've been flashing eppy's build for defy green lense and was happy with the rom. Since I can't post to their thread, I just encountered a little glitch when I open the system menu and press the "more" option it just freeze and closes, then I tried opening it in landscape (phone tilted) it does open and I can access the options on VPN and networks. One more thing on youtube apps. when I press the search option it just closes.. any ideas what to do or edit??? i read some of the threads but can't understand what to edit or whitelist/blacklist (I installed build.prop) thanks!! By the way, the ROM rocks!! camera works, video, though panorama cam (not working) on my phone. Thanks!!

[Q] Encrypt phone feature bugged on Defy starting from 4.0

Hi Guys,
Has anyone tried the encryption feature found in Security settings? I'm using a recent nightly CM11 from Quarx/Blechd0se (Thanks, brilliant work!) quite stably for days now, but fail to make the encrypt phone function work...
When fully charged and USB powered, which are requirements, the successive encrypt phone buttons end up on a green android picture. This screen misses text and a progress bar which should normally appear on top of the screen, as seen on some screenshots. Even left for several hours, nothing progresses and a simple press on back button cancels action immediately which proves nothing has been encrypted in the meanwhile.
Took a Catlog and the only interesting message is the following:
Code:
01-02 01:34:23.732 E/Cryptfs ( 1197): Cannot get size of block device
In case it helps, find attached the output of mount command : View attachment mnt.txt
Could you have a look / help me out? (add to bug list if it applies)
In fact, for me, this function needs to be activated for connecting to my professional mails ...
Thanks in advance! :good:
Cheers
Further tested...
Hello all,
Just some more info... I flashed back to Quarx' CM9 and quickly tested once more the encryption and face the same problem but I didn't catlog, neither checked the mounts... Then I flashed Epsylon3's CM9 and quickly checked with the same result too...
But then I checked at catlog and now I get another type of error... Which is interesting and maybe promising as I already read some posts about this message...
Code:
04-14 21:11:13.101 E/Cryptfs ( 2219): Orig filesystem overlaps crypto footer region. Cannot encrypt in place.
Problem seems to be more general than only Quarx/Blechd0se's CM11 but a friend uses a CM9 flavor on a Samsung Galaxy S and has encrypted the phone successfully...
All in all it's linked with the filesystem (block device or not), how it is formated (yaffs/ext3/ext4) and mounted (mount/mount_all)...
Some interesting reading on jira.cyanogenmod.org/browse/CYAN-87 (not linked, I don't have 10 posts yet)...
Hope to find, test and come back with some more info soon...:fingers-crossed:
Cheers!

[XAP][18/09/2015][0.6] CustomPFD: registry editor + tweaks

Welcome to CustomPFD, a registry editor with tree view and some tweaks, for Windows Phone 8.1
This app can read Keys with any phone, but to write you have to apply the XAP to Preview For Developers (you can use my tool here)you need to interop-unlock your device and possibly a Lumia device.
Latest version: 0.6 - 17/09/2015
- support for CustomPFD Remote
- bugfix for multistring and binary values
Changelog of older versions
v 0.1
- first release
v0.2
- it's possible to delete Keys and values (tap and hold for menù)
- it's possible to create kwys and values
- better interface
- new about page
- full path within tree (you can scroll horizzontaly too)
- added a few tweaks
- new tile
v 0.3 - 29/12/2014
- Better list navigation (especially for long lists)
- More tweaks available:
>>> Custom accent color (ALPHA)
>>> Never Lock Screen
>>> C:\ access via MTP (some folders in read-only mode)
- Interface tweaks
- Save button (but it's not working for now....)
- Infos about registry editing permissions on top of the list
- Path bug fixed
- Tweaks are divided by categories
v 0.5 - created for Interop-unlocked devices - 25/06/2015
NOTE: this version was created to be deployed and not patched with CustomWPSystem!
- vcRegfrom vcFan library gets integrated
- Windows Phone 8.1 full support (no more WP8)
- new interface, with customized style
- registry tree list is a lot more stable
- delete/copy/edit value by pressing an item
- a lot of new tweaks
- White theme fully supported
- Settings reorder page
- Binary, Multistring and Variablestring are supported
- The about page was moved to the home
- a lot of bugfixes and more
Really important notes
- If you still want to patch CustomPFD to Preview For Developers with CustomWPSystem, you can download the v0.3
- Some operations such as renaming or deleting still have the same permissions of Preview For Developers, so be careful while creating new keys/values
- This app is compatible with Windows Phone 8.1 and Windows 10 Mobile only, with ARM processors
- Other tips are available directly within the app
- If you want to enable the "Full FS Access" tweak, don't shutdown or restart your phone, unless you disable that again!
CustomPFD Remote - app for Windows 10
There's an UWP Application to access and control remotely to CustomPFD, more informations here:
http://forum.xda-developers.com/windows-10/development/app-custompfd-remote-edit-registry-t3205007
Non-english links, tutorials
http://www.windowsblogitalia.com/20...egistri-di-windows-10-mobile-anche-in-remoto/
http://wpvision.de/anleitungen-und-...bearbeiten-windows-10-mobile-|-anleitung.html
Really thanks to djamol and vcFan :highfive:
Enjoy!
Hi,
Very promising, thank you for your work.
Unfortunately, this does not work with my NL1520 (8.10.14219.341), even after applying the software reset.
Hi, thanks for feedback, could you provide me more details? Where the app "doesn't work"?
- First message: "the operation didn't complete succesfully maybe the app can't get permissions or there's some problems during extracting files. Try to soft reset you phone and retry"
- 2nd message: "Access is denied. Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)"
mhm... it seems that there's a problem with renaming the apps folde (you could try with a file manager).
Sometimes a soft-reset or remove-reinsert SD may help (I've resolved with this method)
However I've published the 0.3 of CustomWPSystem some minutes ago with a fix.
You can manually patch this app with a file manager?
I'll try tomorrow and I'll let you know.
Make sure you didn't install the swapping tool to the SD card, and that you don't have any SD-card-based apps running when you perform the swap. Either of those will prevent renaming the Apps directory.
Version 0.2 is available now
Added a lot of things
Pasquiindustry said:
mhm... it seems that there's a problem with renaming the apps folde (you could try with a file manager).
Sometimes a soft-reset or remove-reinsert SD may help (I've resolved with this method)
However I've published the 0.3 of CustomWPSystem some minutes ago with a fix.
You can manually patch this app with a file manager?
Click to expand...
Click to collapse
GoodDayToDie said:
Make sure you didn't install the swapping tool to the SD card, and that you don't have any SD-card-based apps running when you perform the swap. Either of those will prevent renaming the Apps directory.
Click to expand...
Click to collapse
Hi,
Thanks.
I followed this (manually method) and works :good:
In version 0.2 I did not found registry tweaks useful for me. Also there was no useful tweaks from there. I can not write keys to achieve SIM contacts import/export feature and others. And can you please publish what the values has been changed to achieve each of your listed tweaks here?
Today I realized that something happens with the Preview for Developers app (changed to your registry editor). It`s just disappeared from the apps list, but marked as installed on the Store page. See more.
Version 0.3 available, as Always you can find the changelog and the download link within the first post
For the next version I will add Sim related tweaks and something related to the settings hub and action center, with Keys and value rename function.
feherneoh said:
Have a look on what I just did with this tool (Could be added to tweaks):
View attachment 3087766
HKLM/SOFTWARE/Microsoft/MTP/DataStore = "C:"
Click to expand...
Click to collapse
It's already available in 0.3
can you tell me how custom accent work ? because i dont see any chenge in accent after changing values ?
irshad2809 said:
can you tell me how custom accent work ? because i dont see any chenge in accent after changing values ?
Click to expand...
Click to collapse
Within the app, at accent color tweak, write R - G - B value of the color. Allowed values are from 0 to 255 (decimal for now)
Then, open settings > start and theme and you will see a new color within the color list with "olive" name
Pasquiindustry said:
Within the app, at accent color tweak, write R - G - B value of the color. Allowed values are from 0 to 255 (decimal for now)
Then, open settings > start and theme and you will see a new color within the color list with "olive" name
Click to expand...
Click to collapse
thanks now i get it
thanx so much .... great work man ...
Lumia 920 error
(you can't write here...)
Is it possible to add this option to the featurelist:
Enable the setting of manual / static IP configuration
its described here:
dev.windowsphone.com/en-US/OEM/docs/Driver_Components/Wi-Fi
To facilitate Wi-Fi certification tests, you can enable a screen from the Wi-Fi settings screen that provides UI elements that allow you to specify a static IP address, gateway address, and DNS server address.
To enable the Static IP UI, set the value of the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\WiFiConnSvc\Parameters\Config\EnableStaticIP registry entry to DWORD 1. If the entry is not set, or is set to any value other than 1, the static IP UI is not enabled. When enabled, the Wi-Fi Static IP UI button appears directly below the Advanced button in the Wi-Fi settings screen.
Interop-unlock
Is this tool ready to interop-unlock a device? If not, what's the problem?
Anything I do, it wont work
I tried doing it with the swaper and it gives the same error as the other guy, so as he did it manually, i tried it the same way.
The preview for developers app shows no Icons and wen i start it, it just shows Loading.... and nothing , just like that :/
Edit : managed it : http://forum.xda-developers.com/showpost.php?p=57836056&postcount=36

[GUIDE] How to properly change / remove zoom error in eui/miuipro

Guys as we all know when we root our eui we get stuck with zoom sheeting on every app.
But I have found out a fix.
First things first tools required:
1:terminal emulator
2:build prop editor / root file manager
Fix:
Go ahead and open terminal emulator.
Enter the following code
Su
And click enter
wm density ###
### us where you input the amount of DPI you want 420 is normal DPI
-1st part done!
Now open build prop editor
Next Look for "ro.sf.lcd_density=###"
Change ### to previous value which you have set in terminal emulator.
Reboot!
Done!
Now you may think I might have done this in some DPI app but it will make more problems than solving it . believe me!
Special thanks my friend: snehashish
For providing me the fix
Hit thanks if you like my work!
Cheers:highfive:
Guys you can also use this to properly change DPI in eui and miui pro without font or clock glitches.:good:
Gautham V said:
Guys as we all know when we root our eui we get stuck with zoom sheeting on every app.
But I have found out a fix.
First things first tools required:
1:terminal emulator
2:build prop editor / root file manager
Fix:
Go ahead and open terminal emulator.
Enter the following code
Su
And click enter
wm density ###
### us where you input the amount of DPI you want 420 is normal DPI
-1st part done!
Now open build prop editor
Next Look for "ro.sf.lcd_density=###"
Change ### to previous value which you have set in terminal emulator.
Reboot!
Done!
Now you may think I might have done this in some DPI app but it will make more problems than solving it . believe me!
Special thanks my friend: snehashish
For providing me the fix
Hit thanks if you like my work!
Cheers:highfive:
Click to expand...
Click to collapse
The first part works. The second part does not: there is no ro.sf.lcd_density setting in the build.prop. And the settings app still reports the display as zoomed.
emkorial said:
The first part works. The second part does not: there is no ro.sf.lcd_density setting in the build.prop. And the settings app still reports the display as zoomed.
Click to expand...
Click to collapse
It does still say zoomed in settings but it is not
emkorial said:
The first part works. The second part does not: there is no ro.sf.lcd_density setting in the build.prop. And the settings app still reports the display as zoomed.
Click to expand...
Click to collapse
You wil fund the line ro.sf.lcd_density in all ROM except eUI, in eUI you can search for persist.ro.sf.lcd_density
Or similar to this one but that line start with persist
after doing this trick in miui pro rom i am continuously getting an error that system stopped
Rajashekar0675 said:
after doing this trick in miui pro rom i am continuously getting an error that system stopped
Click to expand...
Click to collapse
You must have messed somewhere
I tried the fix and didnt get any errors, but it still randomly switches from zoom mode to normal when opening apps. I really only notice it in gmail and chrome.
Guess changing the DPI has resulted in zoomed in pictures when cropping, cropping happens right as the markers indicate but the crop preview is zoomed in which makes it impossible to edit pictures. Is there a solution/hack for this?

Categories

Resources