JunsunSleepConfigurator - Android Head-Units

JunsunSleepConfigurator​
{
"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"
}
​
On Junsun V1 (pro) devices apps get killed before head unit enters sleep mode. So you have to restart the apps every time you continue your ride.
The file /vendor/etc/qb_list.xml defines which apps should be just frozen, so the app is immediately available after sleep mode.
Unfortunately maintaining this file is a mess because you have to execute adb commands - via a second device, connected by USB or WiFi. A terminal app may be an alternative. Nevertheless you have to deal with OS commands and package names to maintain the XML file.
And if you forget to remove Wakelock from added apps your device will shutdown instead of entering sleep mode.
To make life easier I'm developing the attached app JunsunSleepConfigurator.
Support the development of this free app via
ko-fi.com/appswitcher​

version 1.5
Whats new:
- general optimizations
- added donation option
version 1.4.7alpha
Whats new:
- fixed bug on backup creation which occurs after 1st/fresh install of JunsunSleepConfigurator
Please uninstall previous version first.
version 1.4.6alpha
Whats new:
- using standard XML reader XmlPullParser
- new app icon
- smaller bug fixes and improvements
version 1.4.5alpha
Whats new:
- permission on backup file gets adjusted during creation to ensure its readable
- backup gets validated (existence and size) before original config file gets overwritten
version 1.4.3alpha
Whats new:
- changed remount logic to avoid a bootloop on 8667 devices
- code optimizations and bug fixes
version 1.3
Whats new:
- added support for yellow list
- simplified UI and transparent display of changes
- smaller bug fixes
version 1.2 - important fix!
Whats new:
- bug: file permissions not adjusted after change/restore. The config file wasn't readable by QuickBootManager
version 1.1
Whats new:
- bug: final overwrite of qb_list.xml not working
- Lists TTS engines, now. Add TTS engine to quick boot if you added your navigation software and voice command output not working after sleep mode.
- Backup file can be selected in restore menu, now.

FAQ​
White list
The app will not be killed before entering sleep mode.
Yellow list
The app will be restarted after sleep mode if it was the foreground app while entering sleep mode.
Delete apk
Why is JunsunSleepConfigurator asking to delete an apk file?
On some head units the /vendor partition is filled by 100% which doesn't allow to modify qb_list.xml. To free up space, one of the pre-installed system apps can be deleted. You should choose an apk/app you don't use and you can re-install as user app. E.g. Netflix, Chrome, Google Maps, YouTube and Spotify can re-installed via Google PlayStore.
Why are some apps marked with an alert clock?
If an app is requesting wakelock permission this icon is displayed. App switcher will revoke this app permission if you put it on the list. A wakelock allows an app to keep the device active and drain your battery. If the head unit detects an active app it will shutdown instead of sleep.

Tipps
Tried to add some apps to quick boot and want to share my experience:
- adding DAB-Z to quick boot doesn't work. Seems like DAB-Z is establishing connection to USB device only on startup.
- adding Copilot navigation app works well. I added Speech Service from Google, too.
- adding Agama Launcher works

Added version 1.1. Please update if you installed 1.0 because bug on final overwrite of config file is fixed, now.

IMPORTANT FIX! Please update to version 1.2.
Steps to fix if you used version 1.1:
1. Please add an app and apply changes (even if you don't want this app handled by quick boot)
2. Remove the app and apply changes (if you don't want the selected app to be handled by quick boot)
--> this will re-create the config file and set the required permission.

Del

Added version 1.3
Please note change log in 2nd post.

what is the yellow list ?
Thanks

ramig said:
what is the yellow list ?
Thanks
Click to expand...
Click to collapse
QuickBootManager reads those entries from qb_list.xml into a separate list ("yellow list").
The app will be closed before sleep mode and started after sleep mode. This would be helpful if the app needs an init (e.g. DAB-Z).
But: According to my investigation QuickBootManager waits for a separate trigger (intent) before re-start of the apps will be performed. So you could test if it works on your device and give us a feedback here.
Maybe I will write an app (or extend one of my apps) to execute the intent.

Thanks for the answer
I tested it with agama and it worked. With poweramp and Sygic it didn't work
But it was already useful . Now, the integration of agama with poweramp work correctly.

ramig said:
Thanks for the answer
I tested it with agama and it worked. With poweramp and Sygic it didn't work
But it was already useful . Now, the integration of agama with poweramp work correctly.
Click to expand...
Click to collapse
Thanks for your feedback that is very helpful for me. According to my tests white list works with Agama - it's immediately available without loading time / screen flickering. Just the Agama autostart after sleep may not work with when it is in whitelist.
Don't know if it has a positive effect if Agama is on yellow list because home app gets load automatically.
There may be a setting available (code 8888 or 8878 / section Others) which may have influence on the yellow list. I think it's called something like "memory".

BTW. Reboot.apk from thread below is very helpful
Junsun V1 - start equalizer/AUX/BT music/CarInfo... from launcher
The app equalizer.apk starts the equalizer (activity com.ts.main.Media.ADASMainActivity): EqualizerShell.apk starts the equalizer (activity com.ts.MainUI/com.ts.set.dsp.SetDspMainActivity) via su shell command. See post below for further...
forum.xda-developers.com

I tested the following procedure:
-Enable "last memory"
-Agama in white list
-Poweramp in whitelist and yellow list
VID_20220628_134930.mp4
drive.google.com
after a few minutes the sleep mode stops working and the Head Unit turns off

ramig said:
I tested the following procedure:
-Enable "last memory"
-Agama in white list
-Poweramp in whitelist and yellow list
VID_20220628_134930.mp4
drive.google.com
after a few minutes the sleep mode stops working and the Head Unit turns off
Click to expand...
Click to collapse
How you added Poweramp to white and yellow list? Manually by editing the qb_list file? The sleep configurator adds an package only with one color to the file.

I only use the app. First i added poweramp to the white lista then added to Yellow list.
the result was the same.
sorry for my English

ramig said:
I only use the app. First i added poweramp to the white lista then added to Yellow list.
the result was the same.
sorry for my English
Click to expand...
Click to collapse
That means as soon as you put poweramp on one of the lists the head unit turns off completely after few minutes?
Gets wakelock of poweramp disabled according to the log of JunsunSleepConfigurator?

"That means as soon as you put poweramp on one of the lists the head unit turns off completely after few minutes?"
Yes, the same with AIMP and Sygic. If i put the app in one of the lists the head unit turns off completely after few minutes.
"Gets wakelock of poweramp disabled according to the log of JunsunSleepConfigurator?"
when I remove poweramp from the lists the sleep mode (quick boot) works again.

ramig said:
"That means as soon as you put poweramp on one of the lists the head unit turns off completely after few minutes?"
Yes, the same with AIMP and Sygic. If i put the app in one of the lists the head unit turns off completely after few minutes.
"Gets wakelock of poweramp disabled according to the log of JunsunSleepConfigurator?"
when I remove poweramp from the lists the sleep mode (quick boot) works again.
Click to expand...
Click to collapse
Usually this happens if wakelock of the app is still active. If you add poweramp to the whitelist you should find the entry:
" ignore wakelock of package... " in log of JunsunSleepConfigurator. In best case without an error message in the line below.

I put poweramp in white list again
Same result the head unit turns off completely after few minutes.

Related

[Beta4][17-Dec] Navigation Panel for Xperia

{
"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"
}
​
17-12-2008 Beta Release 4 (version 1.0.BETA-4)
Fix some stability problems with regards to Navigation windows manipulation
Fix localised folder path support for non-english rom
Added support for Garmin Que (Garmin Mobile XT predecessor), on top of existing TomTom & Garmin MXT.
14-12-2008 First Beta Release (version 1.0.BETA View attachment 137081
First Beta Release
Support following configurable settings (see screenshot)
Navigation Application - Currently Garmin Mobile XT & TomTom Navigation are supported)
Screen Orientation - support portrait (default) and landscape
Volume - Enable (default) or disable the option to set the system volume to maximum level automatically
Bluetooth Mode - Enable or disable (default) the option to turn on bluetooth radio automatically
Display Brightness - Enable or disable (default) the option to turn display to maximum brightness automatically
** You need to set the navigation software in the panel configuration UI for it to work **
​
To Do List
Improve the UI with animated icon, to replace text status
Revamp panel UI as a navigation dashboard, instead of Garmin or TomTom navigation screen. Garmin/TomTom will be activated/displayed on demand.
I have posted something related to the topic in another thread, but thought I would now create a thread separately to discuss this topic, given that there's some progress being made over the weekends.
Of course, this panel was developed as a prototype, based on a personal need, as well as for me to examine what panel SDK has to offer. so it may not necessary be suitable/useful for others (different spin for different people!). But I do welcome feedbacks/ideas, if it helps to bring the panel development to a new height
After I owned the Xperia, and read about the concept behind the panel, I thought it was a very innovative idea. The point about panel, in my own interpretation, is that different people has different primary usage of the pda phone, and for each individual, the primary usage also changes based on a certain event or time of the day. For e.g, when I'm in the office/meeting, I uses the phone PIM software to ensure that I don't miss the next meeting. Once I'm taking my break, or having some personal entertainment time, I would be either watching a movie or listening to mp3. Each panel indicates the primary "theme" of the moment, and so I thought I could create something similiar when I'm in my car.
So there comes the idea of Navigation panel, since I always switch on my Garmin Mobile XT, while making sure that the volume is set to the maximum while my car's handsfree carkit is connected to my pda phone.
The prototype has shaped very well over the long weekend.
1. Garmin Mobile XT is the background application for the panel (could extend to other navigation applications such as TomTom or Mapking)
2. Automatically set the volume to maximum, turn on bluetooth (so that I can connect to my car's handsfree carkit), rotate the screen to landscape mode
3. Toggling panel (i.e. pressing of the panel button) will quit the Garmin application automatically. Quitting Garmin (i.e. pressing the 'X' button in the UI) will switch back to the panel list page (finally found the way to call the panel manager, but would be checking with nelsh to see if there's a better way to manage this)
4. Will automatically revert back to the original volume level, bluetooth mode and orientation once the panel is unloaded.
5. Could have turn on the display brightness to maximum and disable pin-lock, but at this point, I have not done anything since I don't need them yet grin.gif
here's the video clip of the prototype in action
http://www.youtube.com/watch?v=19LV6r80iOU
Click to expand...
Click to collapse
nice... could be useful...
, awesome to see ppl dev-ing panels
Cool...
would be nice if you could make a tomtom panel as well or make the panel configureable
Awesome idea!
Would be willing to test if you need testers.
Nice to see panels being developed..
why does it turn on and off bluetooth?
schurl85 said:
would be nice if you could make a tomtom panel as well or make the panel configureable
Click to expand...
Click to collapse
yes, that's the plan, but it means I have to start working on the configuration UI, which I have not done so yet. However, I do need the executable path of Tomtom, and the window name of Tomtom, so if you can provision these information, I can work on it later.
Calvin H said:
Awesome idea!
Would be willing to test if you need testers.
Nice to see panels being developed..
Click to expand...
Click to collapse
I hope I can release the alpha version this weekend for limited testing. The current panel is alittle flakey, so that's what I'm hoping to resolve in the next few days.
tarnaman said:
why does it turn on and off bluetooth?
Click to expand...
Click to collapse
Probably more for my own requirements. I don't need to use bluetooth unless I'm in my car (so that the phone can connect to my BT car kit) In anycase, it doesn't turn off once the panel exits, it merely reset back to the last bluetooth mode prior to the navigation panel activation.
Would be looking at TomTom as well. If you could disable all notifications (maybe allow incoming calls) from poping up, and then return them back to the previous state on exit that would be REALLY useful.
well I'm just suggesting here, but perhaps it will be better if panels are for things that DON'T NEED to be able for multitasking ---> that is multi'panels', like TF3D and others UIs out there; because IMO it is useless if an important application had to be stopped just because we need to see our real today screen regardless what application is that.
so tomtom normaly installs here on german rom:
\programme\navigator\tomtom navigator.exe
window name should be "Tomtom Navigator"
Zenkinz, could you tell me where you got that System Status tweak for Xperia?
I found something called HTC Enlarge Title Bar in an old Kaiser post, but it doesn't seem to do anything on my phone.
schurl85 said:
so tomtom normaly installs here on german rom:
\programme\navigator\tomtom navigator.exe
window name should be "Tomtom Navigator"
Click to expand...
Click to collapse
Ok, I have added TomTom in my first beta release
it's now available for download btw, see the first post in this thread. You need to select the Navigation software in the panel option UI.
matthewf01 said:
Zenkinz, could you tell me where you got that System Status tweak for Xperia?
I found something called HTC Enlarge Title Bar in an old Kaiser post, but it doesn't seem to do anything on my phone.
Click to expand...
Click to collapse
Get the HTC Enlarge Title bar for HTC HD
The panel does nothing here
I installed the cab, softrested the phone and chose the panel. Then I just see the Panel picture and the phone freezes. Not even the power button works, had to remove the battery.
Are there any programs that need to be installed for using the panel?
I use the TomTom Navigator which is installed on the Memory Card.
Update:
Okay, after a few more restarts the panel doesn't cause a crash anymore. But it does not seem to find the TomTom software, so everytime it starts it turns the screen as I wanted and then puts me back to the Today-Panel.
same thing here.... just the navigation panel screen but not going anywhere... I can open up both garmin xt and tomtom in its own program tho
odobo said:
same thing here.... just the navigation panel screen but not going anywhere... I can open up both garmin xt and tomtom in its own program tho
Click to expand...
Click to collapse
did you guys run the option setting UI? Go to panel manager, select the tool button (at the bottom right corner), then select the nav panel, and click on the 'tool' icon.
Tried this out and the panel loads and the reverts back to my original panel. Does garmin need to be in a specific location for this to work? If so where? and what is the file name the panel is looking for?
Bxsteez said:
Tried this out and the panel loads and the reverts back to my original panel. Does garmin need to be in a specific location for this to work? If so where? and what is the file name the panel is looking for?
Click to expand...
Click to collapse
It assumes garmin to be in \Garmin directory. Do you have \\Garmin\\Que.exe?
My garmin is on my storage card. and its in "\storage card\garmin\apps\wm\queppc.exe"
Can the location its looking at be changed? Also will it work if its a lnk file?
zenkinz said:
did you guys run the option setting UI? Go to panel manager, select the tool button (at the bottom right corner), then select the nav panel, and click on the 'tool' icon.
Click to expand...
Click to collapse
ok I set it and it does something... then jump back to today panel...
I have the QuePPC file in my storage card\garmin\wm folder and tomtom in my storage card\navigator folder.... neither 1 of them work and they both jump back to today panel
maybe I can try to copy the queppc to garmin and try it again
EDIT: that didnt work =P garmin wont even start XD

[Debloat] Remove unwanted apps | make G3 faster

{
"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"
}
Hi guys,
probably most of you want more speed always. Plus, this is good for your battery.
This is my list of disabled apps and services.
So lets start.
Requierements:
1. Rooted device
2. Titanium backup / Disable services / System app remover
3. always make backup​
*Kitkat users can use this MOD​
Options:
Freeze - this will freeze desired app/service but it will not remove it from phone. You will be always able to unfreeze it and use it
Uninstall - this option will completely remove desired app/service from your phone​
Apps safe to freeze or remove:
Accessibility - that thing in settings that helps. After you disable it it will be visible in settings but you wont be able to access it​Answer Me - in controls feature when you have a incoming call and you bring phone to your ear and it answer it. Auto answer basically​ANT HAL Service - service to use various heart rate, fitness sensors and similar equipment​Chrome - not using it​Downloads - it is a app that shows all your downloads (do not mix up with Download manager)​E-mail - i dont use stock mail app so it is safe to freeze​EasyHome - app that simplifies your homescreen (big icons and so on)​ELTest - device hardware test. If you will need that you can always unfreeze it​File manager - i am using 3rd party file manager​GNSS Air test - GPS test (yes, GPS will work if you freeze this)​Gnss Test - GPS test (yes, GPS will work if you freeze this)​Goolge Play Books - not using​Google Play Magazines - not using​Google Play Movies & TV - not using​Google Play Music - not using​Google+ - not using​Google Search - not using and it is safe to remove (that search bar will also be removed from homescreen)​Google Text to Speech - never used this feature. I am always writing​Home - its a LG Launcher. Install some 3rd party launcher before you freeze it​Home theme - theme​Internet - stock browser​LG Backup - it is safe to freeze it if you never used it​LG GNSS - GPS test (yes, GPS will work if you freeze this)​LG Health - I have 3rd party app​LG Intelligent Agent - havent find out what is it for but it is safe to freeze​LG Keyboard - have 3rd party keyboard installed before you freeze it​LG Keyboard black theme - safe to freeze​LG SearchWidgetProvider - search widget, safe to freeze​LGSetupWizard - once you setup your phone you dont need this​LGSmartCover - I am not using smart cover​Live Wallpaper Picker - not using live walls​Maps - not using Google Maps[/B]​QuickMemo+ - I am using 3rd party app for tasks​QuickRemote - dont need it​Quickset SDK - it controlls IR sensor​Smart Notice - those cards under weather/time widget and whole weather widget with card integration​Smart screen - never used this feature (phone follows if you are looking at him)​Smart tips - dont need tips​T action - never used those actions​Tags - dont need it​Talkback - dont need it also​Video - I am using 3rd party player​Video Trim - done need, never gonna trim my videos​
*list is based on custom Lollipop ROM I am using. I will flash stock firmware to determine more bloatware and I will update the list​
Credit:
@subworx - thank you on creating Aroma script for debloating
Reserved
My Debloat List for LG-D855
This is my list of disabled apps and services running on AN 4.1 Lollipop
Hope it helps :
Accessibility
Alarm Widget
ANT HAL Service
App Updates
Calender
com.android.backupconfirm
com.android.provider
com.android.sharestor...
com.lge.defaultaccount
com.lge.hiddenmenu
com.hiddenpersonmenu
com.lge.lgfota.permission
E-mail
EasyHome
ELTest
FM radio
Gmail
GNSS Air Test
gnsslogcat
GnssTest 1.2.5.0
Google Backup Transport
Google Calender Sync
Google One Time Init
Google Partner Set up
Google Play Music
Google Search 4.0.28
Google Text-to-speech
Google+
Home 4.40.08
Home Theme
Key Chain 5.0
LG Backup
LG GNSS
LG Health 1.0
LG Health 4.21.106
LG Intelligent Agent
LG Keyboard
LG Keyboard Black Theme
LG PC Suite
LG PC Suite Service 4.40.1
LGATCMD Service
LGInstallService
LGSearchWidgetProvider
LGSetupWizard
LGSmartcardService
LGSmartCover
LIA Informant
LIA MrGDBLogger
LIA S4URecommender
Live Wallpaper Picker
Market Feedback Agent
Multi-photo
Music 4.40.4
Music 4.40.9
MusicFX 1.6 mod
QuickSet SDK
Setup Wizard 2.0
Smart Notice
Smart Tips
SmartShare Push
SmartShare.DLNA
SmartShare.MediaServer
SmartShare.Provider
T action
Tags
Trusted Face
Unified EULA
Video
Video Trim
Voice Recorder
VpnDialogs
WAP Service
Weather
Weather Theme
WeatherPlatform
Wfd Service
Widevine Keybox Test
Any issues? Or just better battery life?
No issues! Battery life's great so far!!!
You blocked hell of a lot stuff. More then me
You dont use e-mail? I see you blocked E-mail and Gmail.
And do you know what for are LG Intelligent Agent, GNSS test, ELtest? I have blocked them also but havent figured what they are.
I do use e-mail! Its just that of a 3rd party's app "CloudMagic"
No idea what those for either.. I've been freezing them since Galaxy S1's time....LOLS
To bad, thought maybe you know. Cant find nowhere what they are really.
Hi there guys
New in G3 forum!
Feezed some apps from your lists and after a reboot my led went crazy blinking in blue and green, as if still booting the Rom. Only restoring some freezed stuff solved the problem. I'm on Cloudy Rom.
Saratoga79 said:
Hi there guys
New in G3 forum!
Feezed some apps from your lists and after a reboot my led went crazy blinking in blue and green, as if still booting the Rom. Only restoring some freezed stuff solved the problem. I'm on Cloudy Rom.
Click to expand...
Click to collapse
After restoring which app light went back to normal?
Very nice thread, thank you once again DelBoy.
I will look into what I can find.
Already made a list of all non-Google/Broadcom apps, and think I can figure out what a few do.
Regarding Google TTS, this is not voice recognition, but voice output, e.g. for spoken navigation.
Voice input is done by different means.
More tomorrow, possibly with an ImproveG3 update for safe to remove things.
What I can say for sure: do not remove com.lge.sui.widget. Sounds stupid (widget, really?), crashes Settings.
Edit: just grabbing a v20c stock ROM to look into "remotely" by unpacking the system partition and checking the files - helped a great deal with my current state.
Edit: I can't find "ANT HAL Service" (or anything containing any of these words, using Titanium and Stanley) on my ROM and am sure I did not remove it before.
Regards,
Sub
subworx said:
Regarding Google TTS, this is not voice recognition, but voice output, e.g. for spoken navigation.
Voice input is done by different means.
More tomorrow, possibly with an ImproveG3 update for safe to remove things.
What I can say for sure: do not remove com.lge.sui.widget. Sounds stupid (widget, really?), crashes Settings.
Edit: I can't find "ANT HAL Service" (or anything containing any of these words, using Titanium and Stanley) on my ROM and am sure I did not remove it before.
Regards,
Sub
Click to expand...
Click to collapse
Indeed it is. I mixed up.
sui=system ui?
Maybe they have removed ANT HAL service from 20C, dont know. On 20A I have it.
I am on 10L
Google Play Games: can be removed as well.
ELTest: device hardware test (see screenshot)
Gnss Air Test: GPS test (see screenshot)
GnssTest: GPS test (see screenshot)
LG GNSS: yet another GPS test (see screenshot)
Smart Notice: not only the cards but the whole weather widget with card integration.
com.lge.lgfota.permission: sounds like it belongs to the over the air updater ("Software Update" app). All three intents simply reboot the device.
Software Update: OTA updates, you don't want this with root.
com.lge.lgdmsgcm: from the filename it should belong to Software Update and should be removable once Software Update is gone.
LG SmartCover: cannot find this one in 10L
I have lots of SmartShare stuff, Smart Cleaning, LGSmartcardService, Smart Notice, Smart Tipps, Smart Screen, LG ApduService (com.lge.smartcard.apdu.uicc),
T cover: didn't notice this one as well.
Will try to figure out LG Intelligent Agent next.
DelBoy said:
After restoring which app light went back to normal?
Click to expand...
Click to collapse
Restore LG System Server. That should fix the led going crazy.
subworx said:
Google Play Games: can be removed as well.
ELTest: device hardware test (see screenshot)
Gnss Air Test: GPS test (see screenshot)
GnssTest: GPS test (see screenshot)
LG GNSS: yet another GPS test (see screenshot)
Smart Notice: not only the cards but the whole weather widget with card integration.
com.lge.lgfota.permission: sounds like it belongs to the over the air updater ("Software Update" app). All three intents simply reboot the device.
Software Update: OTA updates, you don't want this with root.
com.lge.lgdmsgcm: from the filename it should belong to Software Update and should be removable once Software Update is gone.
LG SmartCover: cannot find this one in 10L
I have lots of SmartShare stuff, Smart Cleaning, LGSmartcardService, Smart Notice, Smart Tipps, Smart Screen, LG ApduService (com.lge.smartcard.apdu.uicc),
T cover: didn't notice this one as well.
Will try to figure out LG Intelligent Agent next.
Click to expand...
Click to collapse
Awesome mate. Thank you for those info.
leepcharge said:
Restore LG System Server. That should fix the led going crazy.
Click to expand...
Click to collapse
I dont have problem with crazy LED.
Saratoga79 had after blocking some apps so I asked which one.
Regarding OTAs,
I am not sure about one thing (and I don't want to try )
If you do not disable OTAs through the hidden menu, but delete Update Center, Software Update, App Update, com.lge.fota.permission (or what it's called) - will the device still try to trigger an OTA check, which might lead to a Force Close because the apps are missing?
Interesting question which I can't and won't answer
About Intelligent Agent, I found this thread.
Seems to have something to do with WiFi connection management etc, but people there aren't certain as well, and a search for "akquinet", as the second to last post suggests, does not help me.
This could be because the guy posted an app icon I don't know which seems to be the link.
leepcharge said:
Restore LG System Server. That should fix the led going crazy.
Click to expand...
Click to collapse
DelBoy said:
Awesome mate. Thank you for those info.
I dont have problem with crazy LED.
Saratoga79 had after blocking some apps so I asked which one.
Click to expand...
Click to collapse
Sorry for the delay...
Yes, thasts right, today I froze all the LG stuff, not the com.lg.xxx, and the led issue was there again, so defrosted LG System Server as leepcharge said and now everything is ok. Not sure if this issue is only mine or Cloudy Rom related.
Saratoga79 said:
Sorry for the delay...
Yes, thasts right, today I freezed all the LG stuff, not the com.lg.xxx, and the led issue was there again, so defrosted LG System Server as leepcharge said and now everything is ok. Not sure if this issue is only mine or Cloudy Rom related.
Click to expand...
Click to collapse
LED wildly blinks on D855 after freezing LG System Server, confirmed it on my device.
Should be added to list of "do not touch" apps.
DelBoy said:
...
LG Health - I have 3rd party app​...
Click to expand...
Click to collapse
Witch one can be replacement?
I am using this one because of walked KM and it helps if you want to monitor your trainings. Readings are completely good but i didnt saw any 3rd party app.

[APP][4.0.3+][Lollipop]Aauuto - new automation app

Hi,
I just released a new automation app called Aauuto.
Why just another automation app? ...Because Aauuto is different:
- No background services , no battery drain
- fast and stable
- easy to use
My main development device for this app is the Nexus 5, so you might want to try it out and give some feedback :good:
Available Events:
- Time
- WiFi
- Bluetooth
- NFC
- Power
- Battery
- Boot
- DockMode
Available Activities (Extract, some need ROOT and/ or our free Expert Plugin):
* Wireless/ Network/ GPS
- WiFi (ON/OFF/TOGGLE)
- Connect WiFi
- Add WiFi SSID
- WiFi Hotspot
- Bluetooth (ON/OFF/TOGGLE)
- BT Discover
- Mobile Data
- Airlplane Mode
- Location (GPS)
- NFC (ON/OFF/TOGGLE)
*Device Settings
- Ringer Mode
- Brightness (value, auto, adaptive)
- Display Timeout
- Auto Sync
- Auto Rotate
- Ringer/ Music/ Alarm Volume and Tone
- Stay awake
*Start/ Launch
- Music Player
- Navigation
- Start App and App Activity
- Close App
- Website/ Uri
- Car Mode
*Text-to-Speech
- Speak Text
- Speak Time/ Date
*Phone
- Dial and Call
*Calendar/ Alarm
- Set Alarm/ Alarm in minutes
- Calendar entry
- Timestamp
- Timer
... and many more native activities + possibility to use standard automation plugins!
Available Conditions for Events:
- Weekday
- Battery
- WiFi
- Bluetooth
- Charging
- Dock
- Time
- Variable
Aauuto has also support for Widgets and Shortcuts and a lot of additional features.
Check it out!
Google Play Public BETA:
https://play.google.com/store/apps/details?id=com.widgapp.aauuto
{
"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"
}
portrait mode !!! you need a designer?
and313 said:
portrait mode !!! you need a designer?
Click to expand...
Click to collapse
yep, quite unusual .... I think landscape mode makes a lot of sense for an automation app, because you can see the whole scheme at one glance and the left to right flow feels more natural (at least for left to right reading people) .... the app could handle portrait mode as well, but after some UI tests I decided to make landscape the only mode ... theoretically I could change that with a few lines of code .... so, if the majority of users want a portrait mode, you will get it .. perhaps i should start a poll .... or everybody could give some feedback here
... let´s say additional portrait 1 : landscape 0
ascsa said:
yep, quite unusual .... I think landscape mode makes a lot of sense for an automation app, because you can see the whole scheme at one glance and the left to right flow feels more natural (at least for left to right reading people) .... the app could handle portrait mode as well, but after some UI tests I decided to make landscape the only mode ... theoretically I could change that with a few lines of code .... so, if the majority of users want a portrait mode, you will get it .. perhaps i should start a poll .... or everybody could give some feedback here
... let´s say additional portrait 1 : landscape 0
Click to expand...
Click to collapse
The solution is simple. Just display the selected triggers on top of the action screen and thats it. Just my feedback
and313 said:
The solution is simple. Just display the selected triggers on top of the action screen and thats it. Just my feedback
Click to expand...
Click to collapse
I appreciate your feedback very much :good:
As mentioned, I played around with the UI a lot. I have just installed an old prototype with portrait still enabled (but nothing optimized) and took some screenshots . It looks ok when you have several events and activities ... but a little bit weird for simple schemes .... ok, I think I could optimize it a bit, but personally I definitively prefer the landscape mode ....
However, if users prefer portrait mode I could add it ....
ascsa said:
I appreciate your feedback very much :good:
As mentioned, I played around with the UI a lot. I have just installed an old prototype with portrait still enabled (but nothing optimized) and took some screenshots . It looks ok when you have several events and activities ... but a little bit weird for simple schemes .... ok, I think I could optimize it a bit, but personally I definitively prefer the landscape mode ....
However, if users prefer portrait mode I could add it ....
Click to expand...
Click to collapse
As a ui/ux designer without a job i have time to ***** around and tell people how it should be
And you would come to the same conclusion sooner or later believe me
ascsa said:
Hi,
I just released a new automation app called Aauuto.
Why just another automation app? ...Because Aauuto is different:
- No background services , no battery drain
- fast and stable
- easy to use
My main development device for this app is the Nexus 5, so you might want to try it out and give some feedback :good:
Google Play Public BETA:
https://play.google.com/store/apps/details?id=com.widgapp.aauuto
Click to expand...
Click to collapse
Great job. Love the fact that it doesn't run a background service. Agreed, landscape makes the most sense.
freshlysqueezed said:
Great job. Love the fact that it doesn't run a background service. Agreed, landscape makes the most sense.
Click to expand...
Click to collapse
Yep, landscape is definitively my favorite ....But we seem to be in the minority ... so I will enable portrait via the next update .... so everybody could use it in their favorite mode
Is it possible to change Preferred Network Type or APN with this app? If not, is it something that can potentially be added in a future release or are apps in general not capable of doing this?
uodii said:
Is it possible to change Preferred Network Type or APN with this app?
Click to expand...
Click to collapse
Nope
If not, is it something that can potentially be added in a future release or are apps in general not capable of doing this?
Click to expand...
Click to collapse
Very good Question
There is no official API for this available, but in the past you could hack around similar restrictions with reflection, root and other workarounds (and I still do it for some features like the airplane mode). If I remember it right, you could toogle the preferedNetworkType via an app on older Android versions. I never implemented this feature within my other app ReTag (first release for Android 2.3) , because it never was stable ...it worked on some devices and android version but didn´t work on others ....With each Android version Google implements new restrictions, so it´s getting harder and harder for apps accessing basic functions. From my point of view the problem is the broken and static permission system on android. It´s broken since day 1 and instead of fixing it or implementing something completely new, Google tries to block everything "security" related .... The solution would be simple: provide official API and a stable permission system that enables the user to decide if an app should be able to access this API (on runtime, not before installation) .... just my 2 cents ....
Bottom line: No, afaik it´s not possible to reliable change the PreferedNetworkType or APN via a 3rd party app on newer android versions.
Update 0.8.6
update 0.8.6 just uploaded to Google Play ... could take some time until it´s available
What´s new:
- MOBILE DATA toggle for Android 5.+ Lollipop --> that was a b**'*h !!! --> latest Expert Plugin + latest SuperSu required!
- Aauuto shortcuts --> you can put serveral shortcuts within a folder on your homescreen
ascsa said:
update 0.8.6 just uploaded to Google Play ... could take some time until it´s available
What´s new:
- MOBILE DATA toggle for Android 5.+ Lollipop --> that was a b**'*h !!! --> latest Expert Plugin + latest SuperSu required!
- Aauuto shortcuts --> you can put serveral shortcuts within a folder on your homescreen
Click to expand...
Click to collapse
Any feedback for the new Lollipop Mobile Data toggle ???
Google blocks the mobile data toggle in Lollipop and I had to use some new workarounds to hack around this .... I wonder if you found any issues :fingers-crossed:
Hmm ,
not much feedback so far, everything seems stable ... a few small issues and only 2 error reports ... I think, I could release the 1.0 version end of January .... so, please report your issues and feature requests till the end of next week and I could probably implement/ solve them for the official (non-beta) 1.0 release ....
btw. nobody so far mentioned the colors .... I like them, but I expected some uproar ....so, last chance before 1.0 ;-P
I've been playing around with it for a bit and so far I like it :good: I'll report back if I find anything.
Update 0.9.1
Update 0.9.1 (still beta ) just released to google play
This is a extremely tricky update:
2G/3G/LTE :
-Support for 2G/3G/LTE toggle --> Root Required! ... works without issues on my testing devices, but sim related things are always tricky, so you can find it within the Labs section
Plugin API:
-Experimental support for external setting/activity plugins (Locale/Tasker compatible) --> Extremely cool and tricky ---> just use Locale/ Tasker compatible setting plugins with Aauuto ...
The API isn´t public and I would do a lot of things different, but using standard automation plugins makes a lot of sense .... I had to guess a lot of things within this API, so probably not all plugins are working .... especially older and not longer maintained plugins may not work .... tested some plugins and most of them work ....
Feedback which plugin works/ doesn´t work is very welcome ! (Seems that some plugins block other apps than Tasker/Locale ... )
Bugfix update 0.9.1.2 just uploaded to Google Play ....
Should fix a lot of external plugin issues ... found some sort of "legacy mode" .... Greenify and Pushbullet should work now .... also a bunch of other plugins ....in fact, every plugin I tested seems to work now ...
Feedback (plugin working/not working ) highly appreciated .... also some 2G/3G/LTE toggle feedback would be nice

[ROM] Hydrogen OS

I AM NOT THE DEV OR A BETA TESTER!
{
"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"
}
Screenshots :
Code:
[url]http://imgur.com/a/iIvVi[/url]
5.1.1 Tutorial:
Code:
-The Rom : [url]http://yunpan.cn/cdgrdxLXAgmYk[/url]
pw : 8678
-1st Recovery that you need to flash the rom :[url]http://pan.baidu.com/share/init?shareid=646799585&uk=1997324420[/url]
pw : x169
-Gapps : [url]https://www.androidfilehost.com/?fid=24052804347757015[/url]
-Chinese TWRP : [url]http://www50.zippyshare.com/v/tiO50fva/file.html[/url]
Make a backup before trying anything
After downloading all those 4 things, copy the rom on your phone, extract the 1st recovery, plugg in your phone while it's on and click on install-recovery.bat, this will allow you to install the rom( wipe data and everything).
-After installing the ROM and booting, you will be asked to put a code :0528-0728-0528-0728
Congratz you finished
-Now copy the gapps on your phone, flash the chinese TWRP, and then flash the gapps
you're done
Download:
Code:
[B][COLOR="Red"]Version 8:[/COLOR][/B]
[url]https://drive.google.com/file/d/0Bxcgc0zDvoqXRVZWUkJySmdVdVU/view?usp=sharing[/url]
[B][COLOR="Red"]Version 7:[/COLOR][/B]
[url]https://mega.co.nz/#!ZIwUzLbK!jh2FlXZ1mC6m_0_-5tj_zTn7KEqfcMRm1vMyvtoSOK4[/url]
or
[url]https://drive.google.com/file/d/0Bxcgc0zDvoqXa0ZyTHFZZXhhekU/view[/url]
[B][COLOR="Red"]Version 6:[/COLOR][/B]
[url]https://drive.google.com/file/d/0Bxcgc0zDvoqXVFRudFdhMVMzWUE/view?usp=sharing[/url]
or
[url]https://mega.co.nz/#!hJA1AAiR!IsEGQStjfdz7krqAljno3GBky8V-QKvLILO3zBZ10Jo[/url]
Changelog:
Code:
[COLOR="Red"][B]Version 8[/B][/COLOR]
Hydrogen Windows comprehensive upgrade again! Animation more fluid, more immersive!
Card-type messages back! More powerful!
[Settings] Modify Click generic sound being given BUG
[Settings] To modify the alarm list of audio list
[System Update] System Update to increase the network status prompt
[System Update] To adjust the system to update the interface and dynamic efficiency
[ System Update] Download front display 2G / 3G / 4G network Tips
[hydrogen Desktop] Repair switch language card package load failures cause problems
[hydrogen Desktop] Change default wallpaper
[hydrogen Desktop] Icon to go to solve the problem of hydrogen window
[Calendar] Fix calendar reminder Click to go after retraction problem
[Contact] Fix new 2G-SIM card contacts crashes
[Contact] Contact details page, the call duration is zero, the display does not turn on
[Contact] Press dial pad repair Number pop-up copy, cut issue
[Contact] Fix duplicate pages Permissions dialog pop-up problem
[Contact] Repair SIM card contacts editor crashes
[Contact] Repair emergency dial pad and positioning information overlap problem
[Message] Fix phone Number Identification not correct the problem
[Message] Press and MMS can not be selected repair problems
[Note] Fixes the problem has been read status and notification bar unsynchronized
[OnePlus weather] Fix a problem plus weather stopped
[Gallery] Fix batch delete Photos during the start multitasking or call other interactive operation resulted Gallery question of error
Improvements
[COLOR="Red"][B]Version 7[/B][/COLOR]
1, hydrogen Windows fully upgraded! Cards come! Tickets, movie tickets, boarding passes and other information storage.
2, a comprehensive revision of the desktop dynamic efficiency, smoother and more immersive.
Optimization:
[hydrogen Desktop] table error repair switch languages ​​cause problems
[hydrogen Desktop] Applications folder within the folder can not be set aside, you can not drag and drop
[hydrogen Desktop] to replace a plus camera icon
[Album] fixes playback of the video screen and then put out the light Timeline screen issue back to 0
[Album] browse the top right corner to enlarge garbled repair
time and preview the video frame overlap [Album] fix batch editing
[Album] Press does not vibrate modify problem
[Album] fix to enter the camera, and then a black screen only display interface problems
[Album] Recovery from the camera into the library does not display the bottom toolbar problem
[Album] fix delete the picture does not refresh problem
[Album] Fix Photo words flashed problem
[Album] fix into the gallery crash
[clock] modifications added ribbon interface right scroll bar
[clock] [weekend] does not appear to solve the problem of traditional
[clock] fix animation is not smooth conversion World Clock
[calendar] fix the same event multiple reminders only the first bell of the problem
[Locker] Optimization Unlock Animation fluency
[Locker] is set to lock screen wallpaper screenshots will lead to stop running
[note] modify the MMS download is not successful, the message list to show
[text] fix SMS tone playback error problem
[contact] fix import contact Phone number format exception
[Control Center] on the WiFi connection, the control center does not show WiFi name
[Settings] adjust advanced settings layout
[system] to adjust the brightness of the background becomes transparent when
a lot of detail as well as other improvements -
[COLOR="Red"][B]Version 6[/B][/COLOR]
Fix menu key FC
You can use OxygenOS kernels with this rom!
You can use Xposed Framework with this rom!
Thanks @natheux for mirror.
Thanks @jbejaranogarcia for mirror.
Thanks @alex.inthi for mirrors.
Thanks @NisseCool for base.
Thanks @Chinaroad for tutorial.
​
Seriosly? Crack? WTF
Edit:
Sorry for that post.. Thx a lot for your contribution.
I am long in android but never heard of any crack on ROM XD
gerciolisz said:
Seriosly? Crack? WTF
Click to expand...
Click to collapse
There is a security code for rom, which given to beta testers. Crack will let us baypass this code.
LOL first time hear About this XD ill give it a try when i got home thx
The Crack could be a virus or something sinister. From when did android need a Crack?
Don't try it out Or do it with a great risk!
kn8wolf said:
The Crack could be a virus or something sinister. From when did android need a Crack?
Don't try it out Or do it with a great risk!
Click to expand...
Click to collapse
Jesus no, check this thread.
https://forums.oneplus.net/threads/hydrogen-os-releasing-28th-may.309642/page-11
It is working pretty well But gestures not working and music app ain't there neither
@YudmudTR
Hi, checked the thread. I know what a hydrogen os is.. But even that thread is not indicating what is the purpose of the Crack...
Do you know what it does?
YudmudTR said:
There is a security code for rom, which given to beta testers. Crack will let us baypass this code.
Click to expand...
Click to collapse
kn8wolf said:
@YudmudTR
Hi, checked the thread. I know what a hydrogen os is.. But even that thread is not indicating what is the purpose of the Crack...
Do you know what it does?
Click to expand...
Click to collapse
I already explained.
kn8wolf said:
@YudmudTR
Hi, checked the thread. I know what a hydrogen os is.. But even that thread is not indicating what is the purpose of the Crack...
Do you know what it does?
Click to expand...
Click to collapse
Every beta tester gets a unique code to use at the startup of the rom. The crack bypasses that.
That's something unique, a new information for me.
Thanks @UnknownGeek for indicating this.
Well as long as it is harmless, it is fine.
I'd Just been a bit doubtful since a lot of sites would have Crack with Trojans in many sites. That's all
Screenshots : http://imgur.com/a/iIvVi
It is very smooth and minimal, not many apps installed. But most important is that it is Multirom compatible. It had MiUI type horizontal launcher, permissions manager, custom UC styled browser, Baidu IME, a custom market, Google play store and some chinese app I couldn't guess at. I havent installed many apps so its is quite responsive. And there is no quick settings in the notification drop down.
UnknownGeek said:
It is working pretty well But gestures not working and music app ain't there neither
Click to expand...
Click to collapse
I know dumb to ask about the battery life but how's the discharge rate? I am traveling tomorrow so need a solid rom
Sent from my A0001 using XDA Free mobile app
mucinch said:
It is very smooth and minimal, not many apps installed. But most important is that it is Multirom compatible. It had MiUI type horizontal launcher, permissions manager, custom UC styled browser, Baidu IME, a custom market, Google play store and some chinese app I couldn't guess at. I havent installed many apps so its is quite responsive. And there is no quick settings in the notification drop down.
Click to expand...
Click to collapse
notification pull up
check out some videos
---------- Post added at 21:21 ---------- Previous post was at 21:15 ----------
is it heating the phone?
CBpbxEcmecmBeH said:
notification pull up
check out some videos
is it heating the phone?
Click to expand...
Click to collapse
Oh, I didn't realize that, these Chinese OEMs and their need to mimic fruits. The "pull up" gesture is a bit glitchy. I haven't stressed the phone yet, but doesn't seem to heat up much.
---------- Post added at 01:05 AM ---------- Previous post was at 01:04 AM ----------
No double tap to wake
I made a mirror (mega.co.nz) https://goo.gl/ZqwRKV
is this rom using camera2 API? long exposure seems broken. try lots of apps but the longest expose time is 1sec. also default camera app is missing.
Added to OnePlus One index thread:
[INDEX] OnePlus One Resources Compilation Roll-Up
YudmudTR said:
I AM NOT THE DEV OR A BETA TESTER!
I found a link on Chinese OPO forum, but unable to download it. So asked someone for a mirror and he uploaded it. So here you go, all credits goes to @NisseCool from Oneplus forums.
https://drive.google.com/file/d/0Bxcgc0zDvoqXbDNCa1BiSUJnQnc/view?usp=sharing
This includes crack and gapps.
I haven't tested it, I am not responsible for bricked devices or lost data. But I would be happy if you try it and share your thoughts.
Click to expand...
Click to collapse
well all oxygen OS kernels work with this alongwith xposed
can anyone find music player or camera for hydrogen OS?

Junsun V1 - start equalizer/AUX/BT music/CarInfo... from launcher

The app equalizer.apk starts the equalizer (activity com.ts.main.Media.ADASMainActivity):
{
"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"
}
EqualizerShell.apk starts the equalizer (activity com.ts.MainUI/com.ts.set.dsp.SetDspMainActivity) via su shell command.
See post below for further details.
AUX.apk starts the AUX input app (activity com.ts.main.avin2.AuxMainActivity).
BluetoothMusic.apk starts the bluetooth app on music screen (activity com.ts.bt.BtMusicActivity).
If phone isn't connected the screen to connect phone will be shown.
BluetoothDevices.apk starts the setting screen with devices list. So you can enable usage of internet shared by Bluetooth devices (activity com.android.settings.Settings$BluetoothSettingsActivity).
Reboot.apk performs a reboot via 'android.intent.action.REBOOT'
Car Info_CanPSARzcCarInfoActivity.apk shows Car Info (activity com.ts.can.psa.rzc.CanPSARzcCarInfoActivity).
Let me know if the apps work for you.
Support the development of this free apps via
ko-fi.com/appswitcher​
2021/02/24: Updated attachment
2021/02/28: Updated apks. Removed white screen.
2021/03/03: Changed icon of Equalizer and BluetoothMusic
2021/03/03: Changed icon of AUX
2021/05/19: Added EqualizerShell.apk
2021/05/20: Bug in EqualizerShell.apk fixed
2021/05/23: Added Reboot.apk which allows to reboot the device
2023/01/16: Added Car Info_CanPSARzcCarInfoActivity.apk which opens Car Info
Hi, thanks for the apps. Did you know if it's possible to get phone audio when connected to Bluetooth without switching to Bluetoothmusic app?
For example stream WhatsApp audio when playing music from the head unit. Thanks
technewbie9 said:
Hi, thanks for the apps. Did you know if it's possible to get phone audio when connected to Bluetooth without switching to Bluetoothmusic app?
For example stream WhatsApp audio when playing music from the head unit. Thanks
Click to expand...
Click to collapse
You're welcome. I don't think that's possible because it's also not possible to switch to Bluetooth as audio source by starting playback on the phone. I don't think Android "talks" directly with the Bluetooth unit and that's controlled by the underlying hardware/firmware.
In this case the head unit is as stupid as all OEM head units - only Bluetooth audio if you select the input channel (switching to bt music).
Maybe it's an option to use the EasyCon app or using Android Auto (Headunit reloaded).
Another option may be to sync your notifications to the head unit. E.g. with pushbullet. https://medium.com/@sharmasha2nk/echobullet-to-complement-pushbullet-eadc805f5d9c
TorstenH said:
You're welcome. I don't think that's possible because it's also not possible to switch to Bluetooth as audio source by starting playback on the phone. I don't think Android "talks" directly with the Bluetooth unit and that's controlled by the underlying hardware/firmware.
In this case the head unit is as stupid as all OEM head units - only Bluetooth audio of you select the input channel (switching to bt music).
Maybe it's an option to use the EasyCon app or using Android Auto (Headunit reloaded).
Another option may be to sync your notifications to the head unit. E.g. with pushbullet. https://medium.com/@sharmasha2nk/echobullet-to-complement-pushbullet-eadc805f5d9c
Click to expand...
Click to collapse
OK thanks, I will try the notifications option..
Hi how to install these apk' s , when I try to install apk that are not from Google Play I get the message there is a problem with parsing. regards Ger
GerBrwr1961 said:
Hi how to install these apk' s , when I try to install apk that are not from Google Play I get the message there is a problem with parsing. regards Ger
Click to expand...
Click to collapse
Never had that problem. You have a Junsun device? You're using package installer?
TorstenH said:
Never had that problem. You have a Junsun device? You're using package installer?
Click to expand...
Click to collapse
Hi yes Junsen v1 , it works now thx anyways
...
I had to realize that after installation of firmware
8259P_军灿UI01Ov1280x720-国外_v21_20210313.zip
it wasn't possible to start the equalizer via activity 'com.ts.main.Media.ADASMainActivity'.
Also no other activity gets exposed by MainUI to start the equalizer.
I created app EqualizerShell.apk which starts the internal activity 'com.ts.set.dsp.SetDspMainActivity' via a su shell command. App attached to first post.
Some more launcher apps in case you miss an app in your alternative launcher.
Added Reboot.apk (first post) for the case you've forgotten the needle to push the reset button to preform a device reboot. ;-)
Let me know if it works on your Junsun V1.
The BT DEV isn’t working for me. i just bought and installed the Junsun v1 2+32 and the apk crashes and asks to restart. I loaded it via apk installer.
i’m sure it’s user error, as I have been away from android for a couple of years now.
do i need to update the firmware or anything? unpack the apk differently?
thanks!
downstat said:
The BT DEV isn’t working for me. i just bought and installed the Junsun v1 2+32 and the apk crashes and asks to restart. I loaded it via apk installer.
i’m sure it’s user error, as I have been away from android for a couple of years now.
do i need to update the firmware or anything? unpack the apk differently?
thanks!
Click to expand...
Click to collapse
There may be differences between the firmware of the 64 and 32 device.
You can install QuickShortcutMaker and check if there is an activity com.android.settings.Settings$Bluetooth SettingsActivity.
EqualizerShell.apk works on:
New firmware for Junsun V1 pro:
8259P_军灿UI02v1280x720-国外_v19_20210806
8259P_军灿UI02v1280x720-国外_v19_20210806.zip
drive.google.com
With advertised UI 3.0.
Hi @TorstenH,
Thank you very much for these APKs. They are extremely helpful!
Do you, by any chance, know of any APK that can force close and restart a specific app?
The problem I run into (with both Agama and FCC Launcher) is that it will not display my Spotify information after sleep mode or restarts. Then I have to force close the launcher, restart it and then it will pick up the notification to fill the information on the home screen.
If you know of anything that I could install that could restart the launcher similarly to your reboot APK for the device, that would be amazing.
Note: FCC has it built in, but I prefer Agama.
Thank you very much in advance.
MRozeboom said:
Hi @TorstenH,
Thank you very much for these APKs. They are extremely helpful!
Do you, by any chance, know of any APK that can force close and restart a specific app?
The problem I run into (with both Agama and FCC Launcher) is that it will not display my Spotify information after sleep mode or restarts. Then I have to force close the launcher, restart it and then it will pick up the notification to fill the information on the home screen.
If you know of anything that I could install that could restart the launcher similarly to your reboot APK for the device, that would be amazing.
Note: FCC has it built in, but I prefer Agama.
Thank you very much in advance.
Click to expand...
Click to collapse
It could help to add Agama and Spotify (if it's not already in) to /vendor/etc/qb_list.xml. Here I describe the procedure:
Sleep mode / fastboot on Junsun V1
As soon as I enable sleep mode in Agama my head unit (Junsun V1) never sleeps and always performs a cold boot. If you turn on the lights of you car to enable the button lights of the head unit the following observation is possible: If you enable...
forum.xda-developers.com
Dear Friends,
on my car radio I have installed the app Agama car launcer. I have an issue only with radio icon . From the HOME screen, when I tip on the radio icon, the app list appear but the analogic radio icon isn' t showed, do you know why? How can fix it?. My car radio is a Junsun Pro, Android 10 and Agama Car Launcher vers. 2.8.1 Thanks in advanced
Vers. Firmware Junsun V1 Pro
Ryoma18 said:
Dear Friends,
on my car radio I have installed the app Agama car launcer. I have an issue only with radio icon . From the HOME screen, when I tip on the radio icon, the app list appear but the analogic radio icon isn' t showed, do you know why? How can fix it?. My car radio is a Junsun Pro, Android 10 and Agama Car Launcher vers. 2.8.1 Thanks in advanced
Vers. Firmware Junsun V1 Pro
Click to expand...
Click to collapse
Junsun V1 - start equalizer/AUX/BT music/CarInfo... from launcher
The app equalizer.apk starts the equalizer (activity com.ts.main.Media.ADASMainActivity): EqualizerShell.apk starts the equalizer (activity com.ts.MainUI/com.ts.set.dsp.SetDspMainActivity) via su shell command. See post below for further...
forum.xda-developers.com
TorstenH said:
Junsun V1 - start equalizer/AUX/BT music/CarInfo... from launcher
The app equalizer.apk starts the equalizer (activity com.ts.main.Media.ADASMainActivity): EqualizerShell.apk starts the equalizer (activity com.ts.MainUI/com.ts.set.dsp.SetDspMainActivity) via su shell command. See post below for further...
forum.xda-developers.com
Click to expand...
Click to collapse
Dear TorstenH,
which file apk I have to install for my issue?
car_apk.zip
For_launcher_2.zip
8259P_军灿UI02v1280x720-国外_v19_20210806.zip
Could you tell me how can isntall it on my radio?
Thanks a lot for your kindly support
Ryoma18 said:
Dear TorstenH,
which file apk I have to install for my issue?
car_apk.zip
For_launcher_2.zip
8259P_军灿UI02v1280x720-国外_v19_20210806.zip
Could you tell me how can isntall it on my radio?
Thanks a lot for your kindly support
Click to expand...
Click to collapse
Look inside the zip files. The should be a Radio.apk you can install.

Categories

Resources