Android Auto - XLauncher Unlocked v2.0.1
Custom Android Auto launcher, unleash your AA app, unlock more features!
- Source code
- Documentation
- Releases
- XDA Thread
Features
NameDescriptionRoot requiredXposed requiredDefaultSet the next used launch option as defaultClassicLaunch the Android Auto settings, with the classic/stable styleMaterial3Launch the Android Auto settings, with the hidden/experimental Material3 styleDebugLaunch various hidden Android Auto debug screensXposed ModuleUnlock more 3th party Android Auto apps! (e.g. Fermata, OsmAnd, S2A, ...)
Description
XLauncher Unlocked is a separate app, to unlock more features in your Android Auto app.
It can launch existing / hidden Android Auto screens with root / ADB commands.
Classic can be launched without root.
If using the Xposed module,
then it will also hook into an existing Android Auto function,
to run some additional code behind it,
to make some of the "installed as Google Play" checks always come back as valid,
which does not modify the AA app itself.
Due to the nature of the implementation of the features,
you should not have to be afraid of "having to wipe AA data to test".
Because no AA data is touched / no AA files are edited in a persistent way.
Default "launch option"
The "Set the next used launch option as default" check-mark can be used to
automatically launch the "launch option" behind the button you click after checking the check-mark.
After a default "launch option" is configured, the next times you open XLauncher Unlocked,
it will automatically open that "launch option" for you.
This works for every "launch option" (Classic, Material3, Debug options),
and can easily be re-configured by selecting another "launch option" with the check-mark still configured.
Clearing/resetting the usage of the default "launch option" is as easy as un-checking the check-mark
Credits
Credits for the hooks from Fermata by @AndreyPavlenko!
New v2.0 release is out which added a bunch of launcher functions!
You can download it from GitHub: https://github.com/Rikj000/Android-Auto-XLauncher-Unlocked/releases/tag/v2.0
Thank you. Interesting app, I will have to play and investigate
I use PlayStore and Play Protect did not let me to install.
I could have to disable Play Protect but I repackaged your app and installed pretending it as it was installed by PlayStore (screenshot).
Now it runs ok and Play protect does not complain
I have just an observation about the main screen. Buttons don't fit to my display (probably since I use enlarged text) and there is no way to scroll and to read the cut-off part on the right side.
Screenshot attached
The other Material screens I tried were ok
Thank you for the feedback @zgfg
Just reworked the installation instructions,
now pointing users to KingInstaller to install the app.
I'll try to figure out a fix to make the UI display correctly on enlarged screens.
However, scrolling up/down appears to work when I enlarge my screen
What's the difference between Classic, Default and Material3? Do you have screenshots?
SOFO888 said:
What's the difference between Classic, Default and Material3? Do you have screenshots?
Click to expand...
Click to collapse
Classic launches AA with the 'classic' design, Material3 with the Material 3 design - screenshots
I suppose Default can make Material to become default style for the future launches (not necessarily from this launcher) but I don't want to wipe AA data to test
SOFO888 said:
What's the difference between Classic, Default and Material3? Do you have screenshots?
Click to expand...
Click to collapse
Classic = The old / default user interface.
Material3 = The new / hidden / experimental user interface.
Check the attached files for comparison screenshots.
Rikj000 said:
I'll try to figure out a fix to make the UI display correctly on enlarged screens.
However, scrolling appears to work when I enlarge my screen
Click to expand...
Click to collapse
I cannot scroll left/right to read the cut-off text (yellow boxed on the screenshot), like Trouble..., Feedback repo ..
zgfg said:
I suppose Default can make Material to become default style for the future launches (not necessarily from this launcher) but I don't want to wipe AA data to test
Click to expand...
Click to collapse
XLauncher Unlocked is a separate app which doesn't modify any Android Auto related things (files/settings).
It simply launches existing / hidden Android Auto screens with root / ADB commands.
And if using the Xposed module, then it will also hook into an existing Android Auto function,
to run some additional code behind it, to make some of the "installed as Google Play" checks always come back as valid, which does not modify the AA app itself.
Due to the nature of the implementation of the features,
you should not have to be afraid of "having to wipe AA data to test".
Because no AA data is touched / no AA files are edited in a persistent way.
Additional Docs - AA - XLauncher Unlocked - Default "launch option"
The "Set the next used launch option as default" checkmark can be used to
automatically launch the "launch option" behind the button you click after checking the checkmark.
After a default "launch option" is configured, the next times you open XLauncher Unlocked,
it will automatically open that "launch option" for you.
This works for every "launch option" (Classic, Material3, Debug options),
and can easily be re-configured by selecting another "launch option" with the checkmark still configured.
Clearing/resetting the usage of the default "launch option" is as easy as un-checking the checkmark
zgfg said:
I cannot scroll left/right to read the cut-off text (yellow boxed on the screenshot), like Trouble..., Feedback repo ..
Click to expand...
Click to collapse
I know, you've reported this earlier, v2.0 is not optimized to handle screen enlargement.
Work Around - GUI cropped on enlarged screens
To make the GUI display correctly, please open your Settings app and go to:
Display => Display size and text => Display size => Reduce the size by a few clicks.
Restore the Display size again once you're done playing with XLauncher Unlocked
and once you have a default "launch option" configured.
GitHub Issue: https://github.com/Rikj000/Android-Auto-XLauncher-Unlocked/issues/1
Thank you very much for the screenshots.
I thought the app will change the Android Auto view in the car. But the app changes the Android Auto phone app. Thank you very much for the clarification.
Maybe I missed in the menus... Is it possible to have the option to switch on/off CoolWalk view in the car
It is possible by AA AIO Tweaker but I don't know is it just some setting for AA or AIO Tweaker has to tweak the AA db
New v2.0.1 release is out which fixed the non-scroll-able Debug "launch options" section on enlarged screens!
You can download it from GitHub: https://github.com/Rikj000/Android-Auto-XLauncher-Unlocked/releases/tag/v2.0.1
zgfg said:
Maybe I missed in the menus...
Is it possible to have the option to switch on/off CoolWalk view in the car
Click to expand...
Click to collapse
It's not possible with AAXLU (Android Auto XLauncher Unlocked),
but afaik it should be as simple as renaming following file at
/data/data/com.google.android.projection.gearhead/files/phenotype/shared/
- From: com.google.android.projection.gearhead.pb
- To: com.google.android.projection.gearhead.pb.bak (Or smth similar, al long as the original "doesn't exist")
Then close Android Auto / reboot.
That file is at least what was required to make CoolWalk / TaskBar-Widgets work / appear on MicroG.
Rikj000 said:
New v2.0.1 release is out which fixed the non-scroll-able Debug "launch options" section on enlarged screens!
You can download it from GitHub: https://github.com/Rikj000/Android-Auto-XLauncher-Unlocked/releases/tag/v2.0.1
Click to expand...
Click to collapse
Thanks. Fixed in this v2.0.1
Rikj000 said:
Android Auto - XLauncher Unlocked v2.0.1
Custom Android Auto launcher, unleash your AA app, unlock more features!
- Source code
- Documentation
- Releases
- XDA Thread
<snip>
Credits
Credits for the hooks from Fermata by @AndreyPavlenko!
Click to expand...
Click to collapse
Thanks a million for this app/ Xposed module. All I needed was to make "unauthorized apps" to work, and until recently, the only way to do that was cumbersome phenotype.db edits with triggers (battery drain!) and wiping AA data.
Working perfectly for me, count me in for a follower/ tester/ anything I can do to help!
News/update, only for MicroG users:
aaxlu (v2.0.1) now comes pre-included with aa4mg (v0.6)
If you manually installed aaxlu before,
then please uninstall aaxlu, before you install aa4mg v0.6.
ph03n!x said:
Thanks a million for this app/ Xposed module. All I needed was to make "unauthorized apps" to work, and until recently, the only way to do that was cumbersome phenotype.db edits with triggers (battery drain!) and wiping AA data.
Working perfectly for me, count me in for a follower/ tester/ anything I can do to help!
Click to expand...
Click to collapse
I think I must be missing something. I have root and the lsposed module installed etc. I have Screen2Auto installed but the app isn't visible in Android Auto. What are the steps to get third party apps to work? Thanks
Edit: more info. Have magisk, zygisk and lsposed module activated
FredQ said:
I think I must be missing something. I have root and the lsposed module installed etc. I have Screen2Auto installed but the app isn't visible in Android Auto. What are the steps to get third party apps to work? Thanks
Click to expand...
Click to collapse
S2A is by far the most restricted app.
I've posted all restrictions/by-passes which are within my knowledge in the S2A thread:
https://forum.xda-developers.com/t/...r-root-devices.4062787/page-147#post-88392893
With those steps I've been able to get S2A showing up reliably.
Maybe I've missed something but what is the purpose of this app, other than to change the look of AA settings? What other 'hidden' features does it show, other than to be found in Developer settings? Thanks.
Related
{
"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"
}
MOD edit: This thread is only for development related posts. Please consider this your one and only warning. If I find pointless posts in this thread you will receive an infraction. Please use the support thread for all non development related posts
NO MIRRORS => IF ADDITIONAL MIRRORS ARE DESIRED REQUEST ON THE THREAD.
NO SUPPORT QUESTIONS, STRICTLY ROM DEVELOPMENT => REFER/CHECK/CREATE OTHER THREADS. ALMULDERS MEGA HELP THREAD OR PHOTOTONICGEEKS HELP THREAD!
NO POSTS WITHOUT READING THE ORIGINAL POST AND SEARCHING THE THREAD => I HAVE HOURS PUT INTO DEVELOPING AND OTHERS PROVIDING SUPPORT FOR THE ROM, WE EXPECT AT LEAST THIS MUCH OF RESPECT.
NO SUPPORT FOR ANY INTERNET TETHERING ISSUES => USE THE TETHERING THREAD, DON'T EVEN BOTHER POSTING HERE.
NO SUPPORT VIA PM EITHER => THE ONLY EXCEPTION IS IF YOU WANT TO SHARE LOGS WITH SENSITIVE DATA.
YES YOU CAN REPORT BUGS => MAKE SURE THAT YOU FOLLOWED THE INSTRUCTIONS AND PROVIDE INSTRUCTIONS TO REPRODUCE IT OR A LOGCAT.
YES YOU CAN SUGGEST NEW FEATURES HERE.
FEATURES
ML1 BASE
ROOTED
SUPERUSER
COMPLETELY DEODEXED
NOVALAUNCHER INCLUDED
HOMEBUTTON FIX / POWER BUTTON LOCKS SCREEN WHEN USING CUSTOM LAUNCHERS.
NO WIPE BASE
WEATHER WIDGET / REMOVED STATIC "WEATHER" TEXT
DISABLED SAMSUNG SIGNATURE VERIFICATION
NATIVE APK INSTALLATION
INCREASED VIDEO RECORDING LIMIT TO 60 SECONDS
VPN ENABLED
CM10.2 BROWSER
WALLPAPER SUPPORT
LIVE WALLPAPER SUPPORT
CM10.2 GALLERY
THIRD PARTY CONTACT WIDGET & APP CRASH FIX
SETTINGS / FULL SETTINGS DIALOG
MTP SUPPORT / ENABLED IN STORAGE SETTINGS
BLUETOOTH TETHERING
MULTIPLE BLUETOOTH DEVICE PAIRING
NATIVE EMAIL CLIENT
CONTACTS SYNC
CALENDAR SYNC
PLAYSTORE ACCESS
DOWNLOAD MANAGER
AOSP KEYBOARD
AROMA
FAQ / IT DOESNT WORK ! WAH
INTERNET ACCESS
GO INTO "FULL SETTINGS -> BLUETOOTH -> SELECT YOUR PHONE SETTING ICON (ON THE RIGHT OF PHONE NAME) -> TICK INTERNET ACCESS".
ENSURE BLUETOOTH TETHERING IS ENABLED ON YOUR PHONE BEFORE HAND OBVIOUSLY.
*NOTE* ENSURE YOUR MOBILE DEVICE SUPPORTS TETHERING, US VARIANT PHONES HAVE RESTRICTIONS INPLACE. REFER TO THE US INTERNET TETHERING THREAD.
*NOTE 2* BLUETOOTH TETHERING DOES NOT AUTO RECONNECT, INSTALL THIS THIRDPARTY SOLUTION ON YOUR GEAR TO ENABLE AUTO RECONNECT.
PLAYSTORE / GOOGLE ACCOUNT MANAGER HAS STOPPED..
VERIFY YOU HAVE A BLUETOOTH INTERNET TETHERING CONNECTION ESTABLISHED BEFORE ATTEMPTING TO ADD A GOOGLE ACCOUNT.
MUST NOT BE USING THIRD PARTY TETHERING, EG. PDANET.
HOW DO I FULL WIPE?
BOOT INTO RECOVERY MODE AND SELECT THE "RECOVERY" OPTION. DO THIS AFTER FLASHING THE ROM
UNABLE TO WAKE GEAR WHILE IN PHONE CALL
THIS IS CAUSED BY THE HOME BUTTON REMAP MOD, THE HOME BUTTON MUST BE PRESSED IN ORDER TO WAKE THE GEAR UP IN THIS STATE.
ONLY WORK AROUND IS TO EITHER USE THE WRIST WAKEUP GESTURE OR DISABLE THE HOME BUTTON REMAP MOD.
*NOTE* BY DISABLING THE HOME BUTTON REMAP MOD, THIS WILL DISABLE THE ABILITY TO MANUALLY LOCK THE SCREEN WHILE USING A CUSTOM LAUNCHER.
DOUBLE TAP BRIGHTNESS/SOUND TOGGLE HAS DISAPPEARED
THIS IS CAUSED BY USING THE FULL SYSTEM UI, SIMPLY PUT IT REPLACES THE DOUBLE TAP WINDOW WITH THE NOTIFICATION SHADE. BY USING GRAVITYBOX YOU CAN ADD ADDITIONAL TOGGLES LIKE BRIGHTNESS & SOUND TILES TO THE FULL NOTIFICATION SHADE.
OTHERWISE SIMPLY REFLASH THE ROM WITH THE FULL SYSTEMUI OPTION UNTICKED.
SCREEN FLICKERING/GITTERING
THIS IS CAUSED BY THE INITIAL BOOTUP, REBUILDING THE CACHE AND INITIALIZING ALL THE APPS. GIVE YOUR GEAR A FEW MINUTES TO SETUP AND RESTART.
WHAT IS THE NETWORK SPOOF USED FOR
IT ALLOWS YOU TO SPOOF A FAKE NETWORK STATUS, EITHER WIFI OR MOBILE.
WHEN USING THIRD PARTY TETHERING APPLICATIONS EG. PDANET, FOXFI ETC. THERE ARE A FEW APPS LIKE THE PLAYSTORE THAT DONT REGARD THIS AS A PROPER NETWORK CONNECTION.
THESE CERTAIN APPS WILL REPORT THERE IS NO NETWORK CONNECTION EVEN THO YOU ARE TETHERED.
THIS SPOOF BY PASSES THIS CHECK AND ALLOWS YOU TO USE THESE APPLICATIONS AS PER NORMAL.
SCREEN UNLOCKS TO NOVALAUNCHER PAGE PREVIEW?
GO INTO "NOVA SETTINGS -> GESTURES -> HOME BUTTON -> NONE".
ENABLE DEVELOPER SETTINGS / USB DEBUGGING
GO INTO "SETTINGS -> GEAR INFO -> ABOUT GEAR", TAP SOFTWARE VERSION 10 TIMES.
ENABLE UNKNOWN SOURCE APK INSTALLATION
GO INTO "FULL SETTINGS -> SECURITY -> TICK UNKNOWN SOURCES".
ENABLE MTP
GO INTO "FULL SETTINGS -> STORAGE -> MENU BUTTON (TOP RIGHT OF SCREEN) -> USB COMPUTER CONNECTION -> MEDIA DEVICE (MTP)".
WATCH STYLER NOT WORKING
ENSURE ITS SELECTED AS THE DEFAULT WATCHFACE IN GEAR MANAGER.
IF CLOCK FACE DOES NOT UPDATE UPON CHANGING, RESTART GEAR.
DOUBLE CLICK HOME BUTTON DOESNT WORK ON TOUCHWIZ LAUNCHER !
*NOTE* DO NOT DO THE FOLLOWING IF YOU ARE USING NOVALAUNCHER, YOU WILL NOT BE ABLE TO MANUALLY LOCK YOUR GEAR.
*NOTE 2* YOU CAN SIMPLY REFLASH THE ROM WITHOUT WIPING AND DISABLE THE HOME BUTTON REMAP MOD.
NAVIGATE/PULL THE FOLLOWING FILE FROM YOUR GEAR: /SYSTEM/USR/KEYLAYOUT/GPIO-KEYS.XML
EDIT IN A TEXT EDITOR SO IT LOOKS LIKE THE BELOW:
Code:
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
key 116 POWER WAKE
[B]key 172 HOME WAKE[/B]
DOWNLOAD
SOURCEFORGE.NET
MEGA.CO.NZ
INSTRUCTIONS
*NOTE* YOU MUST HAVE MY RECOVERY INSTALLED ON YOUR GEAR BEFORE YOU ATTEMPT TO INSTALL THE ROM.
PLACE THE ROM ON YOUR GEAR SDCARD, EITHER BY ADB, WONDERSHARE OR MTP.
HOLD POWER BUTTON ON GEAR UNTIL THE SAMSUNG GALAXY GEAR RESTART SCREEN APPEARS.
WHILE THE RESTART SCREEN IS UP, CONTINUOUSLY PRESS POWER BUTTON UNTIL YOU ENTER RECOVERY MODE.
PRESS POWER BUTTON TWICE TO NAVIGATE THE OPTIONS ON THE SCREEN AND HIGHLIGHT "RECOVERY" MODE.
HOLD POWER BUTTON FOR 3 SECONDS TO SELECT THE OPTION AND ENTER RECOVERY MODE.
SELECT INSTALL IN TWRP.
SELECT THE ZIP FROM SDCARD.
FOLLOW THE ONSCREEN INSTRUCTIONS.
CREDITS
LILSTEVIE / TRIANGULUM KERNEL
changelog
CHANGELOG
23
AROMA / SCRIPT CLEANUP & OPTIMIZATIONS.
FRAMEWORK / LOW BATTERY LEVEL WARNING INCREASED
AROMA / KERNEL OPTIONS / CUSTOM & STOCK
AROMA / ALTERNATIVE SYSTEM FONT / LOWER CASE / THIN & TALL
22.1
FULL SYSTEMUI / HOLO ACTIONBAR FIX
FULL SYSTEMUI / NOTIFICATION BACKGROUND FIX
22
SETTINGS / CUSTOM TOUCHWIZ HOME BACKGROUND COLORS / 20 COLORS IN TOTAL
PACKAGE MANAGER / GEAR OPTIMIZED / UPDATE DIALOG OVERWRITE FIX
BLUETOOTH / GEAR OPTIMIZED / HOLO DIALOG POPUPS
21
THEME / ACTION BAR COLOR / HOLO.
SETTINGS / DISPLAY FORCE CLOSE FIX.
SYSTEM / GOOGLE NOW BOOT LOOP FIX.
20 / BIRTHDAY EDITION
AOSP CONTACTS / CALL CONTACTS FIX.
KERNEL / TRIANGULUM 1.0.1.
APP / CPU SPY.
APP / VOLTAGE CONTROL.
BASE / XXUBNA3 UPDATE.
AROMA / APEX LAUNCHER.
19
AROMA / GOOGLE NOW
AROMA / ADOBE FLASH PLAYER
AROMA / QUICKOFFICE
SYSTEM / PERFORMANCE & BATTERY OPTIMIZED
THEME / BLACK ACTIONBAR
SYSTEM / VOLUME BOOST
AROMA / AOSP ALARM CLOCK
AROMA / GOOGLE CALENDAR
APP / TOUCHWIZ LAUNCHER SHORTCUT
AROMA / AOSP GALLERY
APP / SUPERSU 1.86 UPDATE
APP / GRAVITYBOX 2.9.2 UPDATE
FRAMEWORK / XPOSED 2.4.1 UPDATE
18
BASE / XXUBML1
AROMA / BOOT ANIMATIONS
BOOT ANIMATION / NULL MASCOT
AROMA / PDANET / GEAR OPTIMIZED
AROMA / ROOT BROWSER / FILE MANAGER
APP / SUPERSU / UPDATED TO 1.83
17
GRAVITYBOX COLOR PICKER FIX
GRAVITYBOX STATUSBAR COLOR PREFERENCES
NETWORK SPOOF XPOSED MODULE / GEAR OPTIMIZED
NETWORK SPOOF INTEGRATED INTO SETTINGS
XPOSED FRAMEWORK / GEAR OPTIMIZED
XPOSED / UPDATED TO 2.4.1
APP SETTINGS / UPDATED TO 1.7.1
GRAVITYBOX / UPDATED TO 2.8.5
16
CUSTOM BOOT ANIMATION SUPPORT
NULL_ BOOT ANIMATION
CAMERA GEAR SIGNATURE FIX
ENABLED MAP BLUETOOTH PROFILE
15
GEAR OPTIMIZED / XPOSED APP SETTINGS MODULE
SETTINGS / APP SETTINGS SHORTCUT
5 SECOND SCREEN TIMEOUT ADDED TO WATCH SETTINGS
NOVA LAUNCHER UPDATE / KITKAT THEME
14
DISABLE HW OVERLAY
TEXT COPY & PASTE SUPPORT
POWER MENU / RESIZED TO FIT FULL SYSTEMUI
NATIVE BLUETOOTH FILE TRANSFER
SETTINGS COMBINED / FULL SETTINGS & STOCK SETTINGS
13
SQLITE3 SUPPORT
ACORE FC FIX
SUPERSU UPDATE
AROMA / XPOSED OPTION
AROMA / SAMSUNG APPS / MULTITUDE OF OPTIONS
AROMA / GRAVITYBOX OPTION
12
UPDATED CONTACTS / DIRECT DIAL SUPPORT
FULL SYSTEMUI
TASKER & AUTOREMOTE SUPPORT WITHOUT THE NEED OF GAPPS
XPOSED FRAMEWORK
GRAVITYBOX GEAR EDITION
NULL_ SETTINGS
11.1
RECOVERY RESTORE BACKUP FIX
DEDICATED BUILD NUMBER IN SETTINGS
11
CUSTOM RECOVERY COMPATIBLE
AROMA INSTALLER
GAPPS NOW OPTIONAL
AOSP KEYBOARD
AROMA / APPLICATION SELECTION
HOURLY NOTIFICATION FIX
CHANGED ABOUT PHONE TEXT TO ABOUT GEAR
PLACED BUILD NUMBER IN SETTINGS
NOVALAUNCHER UPDATE
SUPERSU UPDATE
GALLERY FC FIX
10.1
GOOGLE NOW SUPPORT
HANGOUTS SUPPORT
GOOGLE SERVICES FRAMEWORK UPDATE
10
CONTACTS SYNC
CALENDAR SYNC
NATIVE EMAIL UPDATE
PLAYSTORE ACCESS
DOWNLOAD MANAGER
09.1
CAMERA FC FIX
09
TASKER COMPATIBILITY
GOOGLE APPS COMPATIBILITY
REMOVED UDN / SCREEN GITTER FIX
NOTIFICATIONS LAUNCHER SHORTCUT
ACORE FC FIX
ES FILE MANAGER
CANT PLAY VIDEO BUG FIX
HOST FILE AD BLOCKING
08
BASE / XXMK7 BASE UPDATE
EMAIL / NATIVE EMAIL CLIENT
NAVBAR
07
SETTINGS / FULL SETTINGS DIALOG
MTP SUPPORT / ENABLED IN STORAGE SETTINGS
BLUETOOTH TETHERING
MULTIPLE BLUETOOTH DEVICE PAIRING
06
WALLPAPER SUPPORT
LIVE WALLPAPER SUPPORT
CM10.2 GALLERY
THIRD PARTY CONTACT WIDGET & APP CRASH FIX
05
INCREASED VIDEO RECORDING LIMIT TO 60 SECONDS
ENABLED VPN / INTERNET ACCESS CAPABILITYS
CM10.2 BROWSER
PDANET APP / DUN BLUETOOTH CLIENT / OPTIMIZED FOR GEAR
04
BLUETOOTH RECONNECT FIX
POWER MENU SHORTCUT FIX
SILENT CAMERA
DISABLED SAMSUNG SIGNATURE VERIFICATION
NATIVE APK INSTALLATION
INCLUDED STOCK TOUCHWIZ LAUNCHER
03
BLUETOOTH PAIRING FIX
02
CAMERA FC FIX
WEATHER WIDGET / REMOVED "WEATHER" STATIC TEXT.
01
INITIAL RELEASE
gfx
SIIGNATURES
HTML:
[url=http://forum.xda-developers.com/showthread.php?t=2573449][img]http://i50.tinypic.com/2mpwkmf.png[/img][/url]
HTML:
[url=http://forum.xda-developers.com/showthread.php?t=2573449][img]http://i45.tinypic.com/3450y6b.png[/img][/url]
HTML:
[url=http://forum.xda-developers.com/showthread.php?t=2573449][img]http://i50.tinypic.com/2pzjkt5.png[/img][/url]
Mine mine mine 3.
Best rom! Thank you for everything! Sticky?
Edit: Gz on sticky!
This is great still following the website and couldn't wait anymore to get my gear
Sent from my SM-N900T
Hi fomey great job
I wanted to appreciate your hard work
Sent from my SM-N9005
Text Messaging?
Hello! First, let me take the time to thank you for the time and effort you have put into developing this rom. I know how frustrating it is, especially when all you get in return is a lot of criticism and insults. Thank you very much, and yes, you will be receiving a donation from me pretty soon to buy you a beer.
Well anyways, I used this ROM on my galaxy gear and I did not find the option of replying to my text messages directly from my Galaxy Gear. Maybe it's just me? Well anyways, adding this feature would be great and very useful. If the feature already exists, i would like some help in figuring out how it works.
Thanks again, keep up the good work! Even though you have a lot of haters on your back, keep in mind that you also have many supporters that are very great full for what you do.
GOOD JOB BRO
I CAN"T WAIT TO BUY SAMSUNG GALAXY GEAR !!! :laugh:
mr pnut said:
Nice job bro rom is sick.........just one question for bluetooth tethering you mention ( go to full settings then tap on bluetooth then tap on the phone icon on the right and tap Internet ) I can't seem to have that there. Picture below thx.....
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You need to make sure your phone supports it along with your carrier. Most USA Phones have Bluetooth tether removed and therefor you can't use that option. (Note: This is different that WIFI Tether)
---------- Post added at 10:07 AM ---------- Previous post was at 10:05 AM ----------
lrdmg said:
Hello! First, let me take the time to thank you for the time and effort you have put into developing this rom. I know how frustrating it is, especially when all you get in return is a lot of criticism and insults. Thank you very much, and yes, you will be receiving a donation from me pretty soon to buy you a beer.
Well anyways, I used this ROM on my galaxy gear and I did not find the option of replying to my text messages directly from my Galaxy Gear. Maybe it's just me? Well anyways, adding this feature would be great and very useful. If the feature already exists, i would like some help in figuring out how it works.
Thanks again, keep up the good work! Even though you have a lot of haters on your back, keep in mind that you also have many supporters that are very great full for what you do.
Click to expand...
Click to collapse
I use SVoice for my replies, you would need to install something like Tablet Talk if you want to type in a response.
null rocks!!!
lrdmg said:
Hello! First, let me take the time to thank you for the time and effort you have put into developing this rom. I know how frustrating it is, especially when all you get in return is a lot of criticism and insults. Thank you very much, and yes, you will be receiving a donation from me pretty soon to buy you a beer.
Well anyways, I used this ROM on my galaxy gear and I did not find the option of replying to my text messages directly from my Galaxy Gear. Maybe it's just me? Well anyways, adding this feature would be great and very useful. If the feature already exists, i would like some help in figuring out how it works.
Thanks again, keep up the good work! Even though you have a lot of haters on your back, keep in mind that you also have many supporters that are very great full for what you do.
Click to expand...
Click to collapse
The next time you receive a message notification, open it up & press the menu button on the top right.
On another note, if you have any general questions please direct them to almulders awesome help thread ! Alternatively you can jump on the webchat on the site !
I want to keep this thread strictly about development and as clean as possible, Thank you.
Maybe you missed it before when i posted but is there a chance you could change the touchwiz link to the settings menu to open the new combined settings that you made?
styz said:
Maybe you missed it before when i posted but is there a chance you could change the touchwiz link to the settings menu to open the new combined settings that you made?
Click to expand...
Click to collapse
Is this for the use of the settings shortcut on touchwiz launcher ?
fOmey said:
Is this for the use of the settings shortcut on touchwiz launcher ?
Click to expand...
Click to collapse
Yes. I usually use the touchwiz as my main screen using the 3 shortcut clock. One launches nova, the middle launches settings and the last one launches gallery. It would be cool if i could use that settings shortcut to launch the android settings instead of the super limited touchwiz settings.
styz said:
Yes. I usually use the touchwiz as my main screen using the 3 shortcut clock. One launches nova, the middle launches settings and the last one launches gallery. It would be cool if i could use that settings shortcut to launch the android settings instead of the super limited touchwiz settings.
Click to expand...
Click to collapse
Try this:
EDIT: This wont work actually.. Hmm.. All I've done there is included the settings shortcut as a default shortcut on the clock faces.. if you overwrite it, it will disappear.
EDIT 2: The only way of getting this working the way you would like it to, is by editing gear manager.. Gear manager pulls a list of all the apps on the gear and saves them in /data/data/com.samsung.android.app.watchmanager/files/wapplist.xml
The only way to add custom apps is to manually edit and add apps to that particular file, Or manually edit the com.sec.android.widgetapp.watch.shortcutclock_settings.xml to modify the shortcuts... which would allow you to modify the shortcuts to point to ANY apps on your gear.
EDIT 3: Editing "/data/data/com.samsung.android.app.watchmanager/files/wapplist.xml" may not work, I believe this file is overwritten when the gear re-pairs up with the phone, although if you delete that file it does reload the current installed apps on the gear... which is interesting. Could still be worth a try tho !
EDIT 4: I did find something cool while digging around, We can pull the unread notification count using sqlite3 ! Could be cool for some custom widgets or something.. You can grab the database: "/data/data/com.sec.android.provider.badge/databases/badge.db"
Nice to see you and Null back on here fOmey .
Thanks for coming back. love this ROM. gonna flash the new version soon. as promised here's my confirmation code and some beer money...
Confirmation number: 6YA864183N054803V
fOmey said:
EDIT 4: I did find something cool while digging around, We can pull the unread notification count using sqlite3 ! Could be cool for some custom widgets or something.. You can grab the database: "/data/data/com.sec.android.provider.badge/databases/badge.db"
Click to expand...
Click to collapse
Is all notifications covered in the badge.db or just the unread ones?
I´d really like a widget telling me what notifications that where missed, will take a look at the db when I get the time.
Nickchapstick said:
Thanks for coming back. love this ROM. gonna flash the new version soon. as promised here's my confirmation code and some beer money...
Confirmation number: 6YA864183N054803V
Click to expand...
Click to collapse
Thank you very much champ.
highlordkram said:
I am not getting the volume and brightness settings when I double tap the screen on the Gear since installing Null. Any ideas to fix this and bring back the quick settings that were there? Thanks.
Click to expand...
Click to collapse
panjaby said:
I am not getting the volume and brightness settings when I double tap the screen on the Gear since installing Null. Any ideas to fix this and bring back the quick settings that were there? Thanks.
Use the gestures in nova launcher and apply your desired features.
sent from one of my
omnia i900, galaxy s, s2, htc desire, tab 10.1v, s3, note2, s4, note3
Click to expand...
Click to collapse
Dont flash full system UI if you want the toggles.
st-tps said:
Is all notifications covered in the badge.db or just the unread ones?
I´d really like a widget telling me what notifications that where missed, will take a look at the db when I get the time.
Click to expand...
Click to collapse
All unread notifications are stored there.
Beast84 said:
Can't update xposed. Or any app sideloaded for that matter. When it asks if you wanna update, I can't scroll down to click OK. I'm on the latest 15. Anyone else not able to?
Click to expand...
Click to collapse
Did you click next ? It will scroll through the permissions, when you hit the end it will ask you to install.
Guys keep in mind this is a development thread, its not a support thread.. if you need clarification on things like the questions you have posted please direct them to the support threads available or join the chat on the website.
I have an unrooted/unchanged/stock Huawei P10 running EMUI 5.1 and am trying to debug a website I'm making. Latest Chrome on the P10 and latest Chrome on my Retina MacBook Pro 15'' (late 2013) High Sierra 10.13
The route worked on all my previous devices. USB Debugging is checked on, I plug in the cable and say yes to the prompt "Allow Access to device data?". Next prompt "Allow USB Debugging" -> OK gives me the following error: "An App is obscuring a permission request. Settings can't verify your response"
Looking for solutions I read stuff about background apps which mess up things. All I know of / remember installing is "Mi Band Tools", and "Pie Controls".
I tried to shut down "Mi Band Tools" via Settings -> Apps -> Mi Band Tools -> "Stop" – But it seems not to be stopped for long? Since I don't know if this would solve the problem anways, I figured to come here first. It would be great if I wouldn't have to uninstall these apps.. always a pain to restore etc.
Thank you very much!
*gentle push*, because the problem still remains
katerlouis said:
*gentle push*, because the problem still remains
Click to expand...
Click to collapse
I had the same problem with my Huawei Honor View10.
I had to uncheck the "Permit drawing over other apps" for a (in my case) JINA Drawer. Maybe you have to uncheck an other one...
In EMUI 8 = Settings - Apps - Apps & notifications - Apps - Settings (bottom of screen) - Special access - Draw over other apps
Good luck!
fehrcomp said:
I had the same problem with my Huawei Honor View10.
I had to uncheck the "Permit drawing over other apps" for a (in my case) JINA Drawer. Maybe you have to uncheck an other one...
In EMUI 8 = Settings - Apps - Apps & notifications - Apps - Settings (bottom of screen) - Special access - Draw over other apps
Good luck!
Click to expand...
Click to collapse
Thank you for the tip! This got me on the right track <3
Holy Moly.. this setting is hidden as hell; on my P10 running EMUI 5.1 (german), the setting path was:
settings > apps > settings (corg button at the bottom left) > special access > draw over other apps > talkback
Thank youuu!
katerlouis said:
Thank you for the tip! This got me on the right track <3
Holy Moly.. this setting is hidden as hell; on my P10 running EMUI 5.1 (german), the setting path was:
settings > apps > settings (corg button at the bottom left) > special access > draw over other apps > talkback
Thank youuu!
Click to expand...
Click to collapse
Yes! On my device Mate 1o Pro, it was Talkback as well that ¨obscured a permission request¨.
If you have a custom rom with Smart Pixels and it is turned on, it will do this also. Turn it off, retry,
help please
im using honor 7x with latest oreo update and running on emui 8.0
none of the above method helped me get through that error
please help i can not verify my computers RSA key because an app is obscuring the permission request .
kamisan said:
If you have a custom rom with Smart Pixels and it is turned on, it will do this also. Turn it off, retry,
Click to expand...
Click to collapse
YEESSSS!!! Thank you for mentioning this, I never would've make that connection and that's exactly what it was for me! I guess those pics weren't all that smart after all ?
Panshu Mehra said:
im using honor 7x with latest oreo update and running on emui 8.0
none of the above method helped me get through that error
please help i can not verify my computers RSA key because an app is obscuring the permission request .
Click to expand...
Click to collapse
I have an Honor 8 pro and I'm facing the same issue. I've disabled all apps which draw on the screen and restarted my phone too.
kamisan said:
If you have a custom rom with Smart Pixels and it is turned on, it will do this also. Turn it off, retry,
Click to expand...
Click to collapse
Wow, good call. I was having this same issue. Thanks!
Fix #2 - if it works
i was messing with my Samsung Galaxy J7 Core J701F/DS and I was trying to figure out your problem also because i got the same problem as yours so the thing that worked for me is going to Settings (Nougat 7.0/1)> Apps> 3-dot menu/optionsl settings/other settings> Special Access> Apps that can be on top> Disable all apps like literally disable them all and try to debug your phone again...if it works, enable apps in that setting one by one and repeat debugging process. If it doesnt work, disable the last app you enabled, and if it works again...that is the app that is doing the dirty work...mine was not in the system apps it was one of my apps which is AZ Screen Recorder lol....(why the app that is being used everyday need to be disabled....)
kamisan said:
If you have a custom rom with Smart Pixels and it is turned on, it will do this also. Turn it off, retry,
Click to expand...
Click to collapse
Omg thank you so much for this. It was driving me bat**** crazy. I tried everything didnt even think this would cause it.
katerlouis said:
I have an unrooted/unchanged/stock Huawei P10 running EMUI 5.1 and am trying to debug a website I'm making. Latest Chrome on the P10 and latest Chrome on my Retina MacBook Pro 15'' (late 2013) High Sierra 10.13
The route worked on all my previous devices. USB Debugging is checked on, I plug in the cable and say yes to the prompt "Allow Access to device data?". Next prompt "Allow USB Debugging" -> OK gives me the following error: "An App is obscuring a permission request. Settings can't verify your response"
Looking for solutions I read stuff about background apps which mess up things. All I know of / remember installing is "Mi Band Tools", and "Pie Controls".
I tried to shut down "Mi Band Tools" via Settings -> Apps -> Mi Band Tools -> "Stop" – But it seems not to be stopped for long? Since I don't know if this would solve the problem anways, I figured to come here first. It would be great if I wouldn't have to uninstall these apps.. always a pain to restore etc.
Thank you very much!
Click to expand...
Click to collapse
1. Apps such as Blue light filter apps constantly appear on the top of your screen thus breaking some of the on screen functionalities. Try disabling display over other apps permission of such apps and you should be fine.
2. Also, sometimes it is because of your custom launcher, so try switching to your stock launcher if above solutions don't work.
3. If Accessibility for some apps are on then try disabling them first.
PS : Of all the 3 solutions try the possible ones.
Hope it helps.
kapil1100 said:
1. Apps such as Blue light filter apps constantly appear on the top of your screen thus breaking some of the on screen functionalities. Try disabling display over other apps permission of such apps and you should be fine.
2. Also, sometimes it is because of your custom launcher, so try switching to your stock launcher if above solutions don't work.
3. If Accessibility for some apps are on then try disabling them first.
PS : Of all the 3 solutions try the possible ones.
Hope it helps.
Click to expand...
Click to collapse
This put me on the right track.
I have an LG G6 running Android 8.0. My Keeper Security app needs permission to Draw over other apps and since around December 2018 it has started acting 'flaky'. The app would warn me that I need to turn on this permission, but when I clicked "OK" in the Keeper app to take me to the Android setting for the app, it was always turned on. I could turn it ON/OFF, along with the setting that needed this permission in the Keeper app (called Keeper Fill) and eventually get it to work again, but it would always break again very soon after.
As I am getting ready to go on a trip, I installed Google's Datally app. It, too, wants me to turn on Draw over other apps, but when I tap "next" to be taken to the Android settings page to enable Draw over other apps, nothing happens (I usually expect an app detects it has been enabled and gives "success" message).
So I started disabling the 3 possible suspects listed by kapil1100. I had LG's Comfort View and some Accessibility options enabled, so I turned them off and: no change.
I disabled all other apps that have permission to Draw over other apps via: Settings > Apps & notifications > Special access > Draw over other apps, and: no change.
I use Evie launcher, so I went back to the stock one: no change.
I got thinking about what else could be modifying/accessing the screen and realized that LG has custom Home touch buttons.
I went to: Settings > Display > Home touch buttons > Hide Home touch buttons and DISABLED Show lock/hide icon and then tried enabling Draw over other apps for Datally and IT WORKED!.
I was then able to turn Show lock/hide icon back ON and everything has been working as expected. I suspect that, because I had Show lock/hide icon turned on during an upgrade, something got messed up and my turning it OFF and back ON fixed the issue.
I hope this helps someone!
Hello, i just play with my non rooted device and trying to find and add some entries in the system table to add some features and fix some problems.
The main goal of my work is:
1-turn off "do not cover the upper part of the screen" thing .....DONE
2-add doubletap to wake
3-maybe add some other features from other huawei/honor devices
I use "settings database editor" (donwlod it from playstore from now it will be called SDE). Then i use terminal emulator.
The main suggestion is that EMUI 8 on all devices are the same, just some options are disabled od missing (you have to add the enrty to the system table).
You can also post your tweaks.
1-"do not cover the upper part of the screen"
-run SDE and choose "this device" and "system table"
-Find the entry called "Touch_disbale_mode" (see its set to "1" = enabled)
-tap on the entry and choose "edit value" and change "1" to "0"
done...now profit.
double tap to wake...for now only root users can profit:
https://www.xda-developers.com/enable-double-tap-to-wake-on-huawei-and-honor-devices/
Double tap for wake up doesn't work on my P10 with Oreo.
When it's active the screen won't turn on correctly anymore. It just shows shades of colors. The system still works and recognizes my touch input but the screen won't show any UI until I reboot.
Jannomag said:
Double tap for wake up doesn't work on my P10 with Oreo.
When it's active the screen won't turn on correctly anymore. It just shows shades of colors. The system still works and recognizes my touch input but the screen won't show any UI until I reboot.
Click to expand...
Click to collapse
you are rooted and tried the root version?
DallasCZ said:
you are rooted and tried the root version?
Click to expand...
Click to collapse
Yes, rooted phone and also tried the root method.
A module which applies a "true" value across all installed apps to enable multi-window display mode without using the workaround of the Developer Options toggle, which would also remove the unsightly system message that pops up when using split screen with "incompatible" apps, noting, "This app may not work with Multi window."
Per https://developer.android.com/guide/topics/ui/multi-window
Set this attribute in your manifest's <activity> or <application> element to enable or disable multi-window display:
android:resizeableActivity=["true" | "false"]
If this attribute is set to true, the activity can be launched in split-screen and freeform modes. If the attribute is set to false, the activity does not support multi-window mode. If this value is false, and the user attempts to launch the activity in multi-window mode, the activity takes over the full screen.
Click to expand...
Click to collapse
Effectively, this is "editing" the APK's manifest to declare it resizeable without needing to do it manually one by one, and avoids the signing issues that may come with doing this on a system/app level.
Thoughts?
nickthaskater said:
A module which applies a "true" value across all installed apps to enable multi-window display mode without using the workaround of the Developer Options toggle, which would also remove the unsightly system message that pops up when using split screen with "incompatible" apps, noting, "This app may not work with Multi window."
Per https://developer.android.com/guide/topics/ui/multi-window
Effectively, this is "editing" the APK's manifest to declare it resizeable without needing to do it manually one by one, and avoids the signing issues that may come with doing this on a system/app level.
Thoughts?
Click to expand...
Click to collapse
There's a toggle in Dev options that does this already?
Why workaround that?
nickthaskater said:
Yes, I referenced that toggle in my original post...
I said why in the OP: so that you don't need to use the Dev toggle and so that you don't get the annoying system message "warning" you that the app may not be compatible with multi window.
Seems like you didn't read beyond the subject line.
Click to expand...
Click to collapse
.....
First... Magisk doesn't mod apks individually like you want...
You're looking for Xposed...
Unless something in framework could be found... Then you could insert the apk with your mod...
Seems like you didn't read beyond the module part when talking about Magisk...
Thread cleaned no need for names or trolling if I get called back out here there will be infractions issued so lets both treat each other with kindness and respect ya?
Smartphone screen on Anddroid Auto HU car screen
For root devices only!
{
"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"
}
Application features:
- The main reason for creating this application is working with Android 9 Pie
1. Сompletely new application combining AAMirror & AAStream features.
2. Additional functions: clock, dimming, selection of resolutions, etc.
3. Ability to choose the automatic launch of any application at A2M startup.
4. Floating button to control the application from the HU screen.
5. Ability to reset if incorrect output and resolution distortion.
6. Many other chips...
Installation and setup:
1. Download and Install Screen2Auto
2. Enable developper settings in Android Auto and enable Unkown sources in developper settings.
1. Launch on the Android Auto mobile device
2. Open the menu, tap the tab "About Android Auto"
3. In the menu that opens, tap on the gear (settings). Then we crawl to the very bottom of the menu that opens: "Version 4.5. *** - release".
4. 10 times tap on the display of the version of Android Auto, a window will appear where we must agree with what we are doing. Click "Yes."
5. Go to the menu (tap "three points") and select the tab "For Developers" that appears in the menu
6. In the last line, put a checkmark "Unknown sources" or use other settings of the developer's menu.
3. Use the AA AIO TWEAKER from @shmykelsa for activation third-party applications.
4. Launch the application and perform the initial setup of permission recovery. Click on the button and save them.
5. Make the necessary settings as desired.
Warning:
If, after turning off the smartphone or exiting AA (turned off the car, closed the emulator, removed the USB), the resolution of the smartphone did not return to its original state (the recovery settings, failure, smartphone features, etc. were set incorrectly, etc.), you need go to Settings → Reset settings and select the WM SIZE RESET option. Resolution will be restored to factory.
Don't forget to use the button (if you want course):
Warning! New version of the application released!
Thanks to everyone who offered delicious coffee!
All of this thanks to all caring people.
Attention!
You can download and install S2A on devices without root using the new application Android Auto Apps Downloader (AAAD)
However, I still recommend using C2A on rooted devices.
What's new
v3.5.2beta
Bug fixes
v3.5beta
Adapted for Non Root devices
Notification when pause (for automation).
Bug fixes
Languages update
v3.4.6
Added persistent quick launch bar
Added a pause S2A. If need to use the phone (so as not to disconnect)
Fixed bug with floating button
Fixed bug with choosing launcher button and background
Minor fixes
v3.4.5
Added the ability to change the icon of the floating button
Added autostart mapcam.info
Added starting Tasker task after completion
Minor fixes
v3.4
Fixed jambs
Added Support for Screen2Echo*
*Screen2Echo - application idesigned to link two phones. An application for those who do not want to get root on their main phone, and the second one is always in the car . Screen2Auto and S2Echo communicate via WiFi Hotspot.
Added Function to enable Hotspot at phone startup
v3.3
Bug fixes
Switch "Do not restore" in the settings
Fixes for some jambs version 3.2
v3.1
Bug fixes
Fix launch on Android 5&6
Fix Netflix (be sure to enable accessibility)
Adjustment of language packs
Added new translations
v3.0
Application optimization
Made initial setting (Wizard settings)
Updated language files. (Thanks for the translations)
Added driving safety warning
Preview
Well, as usual, I will be glad your coffee
Download: ↓↓↓
Great features. Thanks for the work. Do you have a github link?
BTW, What is "AAMM"? Is that a separate app? Thanks. Never mind I just found out your project previously named as Android Auto Mirror Mod(AAMM).
xman099 said:
Never mind I just found out your project previously named as Android Auto Mirror Mod(AAMM).
Click to expand...
Click to collapse
AAMM and S2A are different applications. For example, AAMM doesn't work on Android 9.
xman099 said:
Do you have a github link?
Click to expand...
Click to collapse
For translations only - https://gitlab.com/screen2auto/lang
xman099 said:
Great features. Thanks for the work
Click to expand...
Click to collapse
I just help the creator
Uksus17 said:
AAMM and S2A are different applications. For example, AAMM doesn't work on Android 9.
Click to expand...
Click to collapse
I see. But in your post you mentioned
Warning:
If, after turning off the smartphone or exiting AA (turned off the car, closed the emulator, removed the USB), the resolution of the smartphone did not return to its original state (the recovery settings, failure, smartphone features, etc. were set incorrectly, etc.), you need to start AAMM, go to Settings → Reset settings and select the WM SIZE RESET option. Permission will be restored to factory.
Do you mean we should install AAMM and S2A both?
xman099 said:
I see. But in your post you mentioned
Click to expand...
Click to collapse
Such a bug happens on some models of smartphones (Samsung) that do not support non-standard resolutions. To do this, a reset function was introduced.
xman099 said:
Do you mean we should install AAMM and S2A both?
Click to expand...
Click to collapse
Sorry it was a mistake (S2A settings)
I think that S2A will combine all the functions (AAM, AAM +, AAMM and AAStream). This is the main idea.
Hi, start AAMM, go to Settings → Reset settings and select the option WM SIZE RESET what exactly does it mean? which application should i open? what do you mean by AAMM? let me know thanks
Torres31 said:
Hi, start AAMM, go to Settings → Reset settings and select the option WM SIZE RESET what exactly does it mean? which application should i open? what do you mean by AAMM? let me know thanks
Click to expand...
Click to collapse
Replace AAMM by Screen2Auto, they are quite similar, Screen2auto can be considered as an "upgraded" version of AAMM
WM SIZE RESET : it reset the screen resolution to default settings
WM DENSITY RESET : it reset the DPI to default settings
Torres31 said:
Hi, start AAMM, go to Settings → Reset settings and select the option WM SIZE RESET what exactly does it mean? which application should i open? what do you mean by AAMM? let me know thanks
Click to expand...
Click to collapse
I'm sorry this is my mistake. I transferred this phrase from the manual to another AAMM application. Now I fixed.
hi
Novakin said:
Replace AAMM by Screen2Auto, they are quite similar, Screen2auto can be considered as an "upgraded" version of AAMM
WM SIZE RESET : it reset the screen resolution to default settings
WM DENSITY RESET : it reset the DPI to default settings
Click to expand...
Click to collapse
hello friend, unfortunately I don't understand, in addition to downloading screen2auto, do I have to download this application too? WM SIZE RESET
WM DENSITY RESET if yes where can i find these 2 apk?
Torres31 said:
hello friend, unfortunately I don't understand, in addition to downloading screen2auto, do I have to download this application too? WM SIZE RESET
WM DENSITY RESET if yes where can i find these 2 apk?
Click to expand...
Click to collapse
No, these are just settings
root your phone
download and install screen2auto
use phenothypepatcher to patch screen2auto
reboot
enable developper settings in android auto and enable Unkown sources
then you'll be able to mirror your phone screen on your Head Unit
hi
Novakin said:
No, these are just settings
root your phone
download and install screen2auto
use phenothypepatcher to patch screen2auto
reboot
enable developper settings in android auto and enable Unkown sources
then you'll be able to mirror your phone screen on your Head Unit
Click to expand...
Click to collapse
ok then I did everything I try and let you know thanks ps but it also works with the latest version of android auto currently the version 5 1 5 00 is installed to me, do you also confirm?
Torres31 said:
ok then I did everything I try and let you know thanks ps but it also works with the latest version of android auto currently the version 5 1 5 00 is installed to me, do you also confirm?
Click to expand...
Click to collapse
Yes works fine with the latest version
Uksus17 said:
Application features:
- The main reason for creating this application is working with Android 9 Pie
Click to expand...
Click to collapse
Are you going to support Android 10?
Wysłane z mojego SM-G965F przy użyciu Tapatalka
matthew_oreo9999 said:
Are you going to support Android 10?
Wysłane z mojego SM-G965F przy użyciu Tapatalka
Click to expand...
Click to collapse
Some people are using it on Android 10 and it works fine
@Uksus17 meanwhile congratulations thanks to your application I managed to mirror on androi auto now it works, well if I use applications like dazn netflix and infinity I see the all black screen unfortunately too bad if there is any mod it would be interesting to discover it
---------- Post added at 09:19 PM ---------- Previous post was at 09:17 PM ----------
Novakin said:
Yes works fine with the latest version
Click to expand...
Click to collapse
thank you friend now it works thanks for the answers I hope this application lasts over time, congratulations to the creator, the only thing is that some applications that I have installed I see them on a black screen but I can hear the audio
Torres31 said:
@Uksus17if I use applications like dazn netflix and infinity I see the all black screen unfortunately too bad if there is any mod it would be interesting to discover it
Click to expand...
Click to collapse
Hello.
Maybe you need to set another resolution manually. Netflix may have internal mirror protection. I dont know. I have never used this app.
I got "Do not set the recovery options screen". What should I do?
Uksus17 said:
Hello.
Maybe you need to set another resolution manually. Netflix may have internal mirror protection. I dont know. I have never used this app.
Click to expand...
Click to collapse
No there is no mirror protection for netflix, at least it was working with AAM and AA Stream, tried it with Screen2Auto via Android Auto emulator and it works fine
GialanG said:
I got "Do not set the recovery options screen". What should I do?
Click to expand...
Click to collapse
You need to set it up first via the Screen2Auto app on your phon, go to screen restore settings tab and enable "Restore screen on focus lost"
Hello,
thanks for that wonderful app, i love the small back button, better then by AA Mirror.
One quick question:
Is it possible to restet the orientation when i go out of Screen2Auto but not disconnect from car?
Example, i start Screen2Auto then i go to Maps for example, now Screen2Auto is not activ (but not disconnect from car unit), so i want to set the Screenrotation to 0.
Is it possible, or is it only possible when i disconnect from head unit?
Thanks.
Asselnik said:
Hello,
thanks for that wonderful app, i love the small back button, better then by AA Mirror.
One quick question:
Is it possible to restet the orientation when i go out of Screen2Auto but not disconnect from car?
Example, i start Screen2Auto then i go to Maps for example, now Screen2Auto is not activ (but not disconnect from car unit), so i want to set the Screenrotation to 0.
Is it possible, or is it only possible when i disconnect from head unit?
Thanks.
Click to expand...
Click to collapse
No. Screen2Auto screen rotation settings will only reset once you disconnect your phone from the head unit.
If you want to handle many different scenario of screen rotation, I advise you to use Tasker and Rotation Orientation Manager. It's not easy at first but then you can automate a lot of things