Hi,
I have an SGS I-9000, and it has some widgets that I would like to transfer onto my Asus TF101 Pad. The clock for instance, it is small, has multiple TZs, a timer/stopwatch alarm, and looks beautiful. I've tried a few from the market but they don't come close. So I tried this "Bluetooth File Transfer" app, it works fine and I can transfer an app from one device to the other, but it does not list widgets. I've done some googling but cannot find a way to do this. Any ideas?
Thanks in advance.
Ah if it was that easy eh....
Their widgets filter custom intents i think and have framework dependencies.
Hence only some that are completely independent can work on other launchers, and most wont.
Thanks for the reply.
But regardless of the possible links with proprietary libraries, is there a way to transfer widgets? All I can find are ways to move apps, but never widgets.
Related
The folks over at "Fuze Mobility" have put up a post about windows mobile 6.5's ability to use 'WIDGETS' which seem to be easy ways of showing info from different web services/sites.
They have made available 50!, yes 50 widgets for different mobile based sites along with a .cab to enable widgets. They have done this to introduce the idea of widgets to the masses, or more specifically the ones who could further develop widgets.
Here is the link for their selection of widgets: Clicky
The download link is at the bottom of the page, which is very long.
Others appear to be enjoying these widgets. Sadly I have not been successful in installing one yet, as it complains about not finding a component or a missing certificate
I hope to find a fix for this somehow.
So, please go and try out these widgets and report back with your experience.
PLUS: any developers out there who fancy looking more into widgets:
please make a xda-devs widget where you can browse the forums through a widget, or specify some sections (like a certain phone you like) so you can browse through the threads. This would be a temporary fix for the many people who dream of having a dedicated app for viewing this amazing site.
That message indicates that your ROM does not have the widgets engine installed- check your ROM package...you can install it separately if you look for it.
We are working on the widgets in the next few days and intend to re-release the package with added functionality (hopefully). there's no 'back' button to those widgets so we need to address that and I think it's something we can map but we're playing around with it now.
Thanks, Ive already put in a request on the ROMs thread for a cab for my device.
Plus, as I said, a widget for xda-developers would be a great thing
I am a stock/non-rooted 95% happy EVO user (have a little light leak, but that's about all). However, I am getting frustrated trying to keep track of all the apps I have. Is there anything in the Marketplace that will let me organize my apps by such things as "Shopping", "Navigation", "Productivity", "Social Networking", etc? Thanks!
Search for "Apps Organizer" in the market. Been using this forever. Well before that other phone just added the option to group apps.
Hank
Just create folders and assign the apps where you want them.
Sent from my PC36100
Apps organizer is the best. Organize them with that and then under shortcuts>apps organizer pick the category you want on the home screen. You can also export the list, then re import if you ever change phones or do a factory reset, which makes it better than plain folders. You can also star apps, so you can make it so you only see the apps you actually use, keeping the shortcut folders less cluttered.
Sent from my PC36100 using Tapatalk
I use FolderOrganizer. It organizes all your Apps in fully customizable folders that open up in lil iframes. I jus checked out Apps Organizer n it seems they're pretty much the same though, so it's up to you.
Thanks, folks....I appreciate the feedback. I tried a couple of the highest rated ones and they are cool, but have one annoying thing that I can't get passed. They both have a folder/category called "Other apps" or some such that can't be deleted, even if it is empty.
Smart Shortcuts in another one just like Apps Organizer
Hey guys,
In an effort to 'hack' the Sense homescreen to use a custom launch/shortcut bar, I am creating an app that needs to know if the homescreen is currently visible. With this, I need some help.
I've been looking at four possibilities to do this:
1. constantly poll the window manager for the current activity. This works, however my battery doesn't like this and it's generally bad practice.
2. Use a widget to tell the service wether it's active. Too bad, Android doesn't seem to provide some kind of event to a widget when the homescreen is opened. Strange though, as you'd say this would be very useful when updating widgets. Am I overlooking something?
3. Watch the logcat or message broadcast. This works nicely to intercept a user moving away from the homescreen at it will output this when switching activities:
08-22 12:25:28.891: VERBOSE/HtcAppUsageStats(255): (launch app, package): (People, com.android.htccontacts)
I think I could intercept that, but then there's another problem. Pressing home broadcasts this message for com.htc.launcher, however using the back key (or even software options) to move back to the homescreen do not invoke this.
4. Intercept hardware presses. This seems rather hard when you don't want to actually do something with the presses. This combined with the above method would give me a decent way to see if the homescreen is active.
But all of those methods just don't work the way I want them to. Anyone got a clue on how to accomplish this? I don't mind if I require root access or some dirty programming, by the way. After all, it's some sort of a hack.
A push in the right direction would be very welcome
Quick kick. No one knows a solution for this?
Sent from my HTC Sensation Z710e using XDA App
If this is just for sense, have you checked the openSense sdk?
From something awesome
I haven't really looked into this, I also have no experience with widgets, but using my general knowledge in how Android works, concerning 2), does the widget not receive a visibility change? I know for LiveWallpapers there is a void VisibilityChanged(boolean visible) method that allows it to update when visible. Do Widgets not have this?
killersnowman said:
If this is just for sense, have you checked the openSense sdk?
From something awesome
Click to expand...
Click to collapse
Couldn't find the documentation of it. But it must be somewhere, this is indeed another option to look into.
Metastable said:
I haven't really looked into this, I also have no experience with widgets, but using my general knowledge in how Android works, concerning 2), does the widget not receive a visibility change? I know for LiveWallpapers there is a void VisibilityChanged(boolean visible) method that allows it to update when visible. Do Widgets not have this?
Click to expand...
Click to collapse
I've tried all the event listeners I could find in the reference. I don't remember the VisibilityChanged method thou, will look into that tonight. Otherwise I might be able to build a Live Wallpaper and hook it to a service.. Interesting
Thanks both!
... freaking hate them.
Just kidding, would be nice to have them. Unfortunately high-res icons are not provided very often, though, as you can see on the top left of the play store app, they technically exist. The devs are required to upload 512x512 icons to google, but not to include them in the .APKs.
Do you do anything about it? Has anyone found a convenient way to replace the icons throughout the system, e.g. not only on the homescreen but also in the app drawer? (Modifiying the APKs manually on the PC or with Ninjamorph is too much of a waste of time in my opinion.)
What I do about it:
Get the Icon: Advanced search for images (Google), filetype PNG. If there is no icon: Screenshot in the play store app, remove background, save as PNG. It should be downscaled to 144x144.
Store it on the device.
Replace icon on homescreen: Via longpress in Nova Launcher. Other method, works with every launcher: Create a "Desktop Visualizer" widget, and link it to the desired app. In case the icon looks blurry, check the Desktop Visualizer settings.
However, keep in mind that the app drawer icons remain as they are.
Please tell me if you know some launcher or a highly automated APK modification app that also replaces the drawer icons.
Cheers!
Thats actually quite interesting. I noticed the high-res icons in the Play Store. I don't have my Nexus 10 as of yet but I would hate to have low-res icons simply because the developer didn't take the 10 minutes to convert the icon and upload it with the .APK!
I would suggest we try to clip this problem at the source - TELL developers of this issue! Email them about it. Request it. Developers are in it for money, customers (and, being human, they obviously appreciate positive feedback). Tell them what we want, make it an issue, show them we care, and it will get fixed. Don't just rely on Google to push for a better ecosystem, tell them yourselves!
If someone posts their email to a developer about this issue here, I will take and alter that email to send to them in support, give a bit more force behind it. Sounds like the best option to me!
CWalkop said:
Thats actually quite interesting. I noticed the high-res icons in the Play Store. I don't have my Nexus 10 as of yet but I would hate to have low-res icons simply because the developer didn't take the 10 minutes to convert the icon and upload it with the .APK!
I would suggest we try to clip this problem at the source - TELL developers of this issue! Email them about it. Request it. Developers are in it for money, customers (and, being human, they obviously appreciate positive feedback). Tell them what we want, make it an issue, show them we care, and it will get fixed. Don't just rely on Google to push for a better ecosystem, tell them yourselves!
If someone posts their email to a developer about this issue here, I will take and alter that email to send to them in support, give a bit more force behind it. Sounds like the best option to me!
Click to expand...
Click to collapse
I agree. However, if you want to get it done quickly and properly, you will have to do it yourself. The problem is that I couldn't find a workaround, which is weird, because the idea exists. A long time ago, I had an iPod Touch, where you could install "Winterboard" - a Cydia app which redirected the read access to the icon file (which is stored within the app on iOS, too) to a folder where you could place custom icons.
If I were Google, I'd change the filetype of icons (or even more ui elements) to a vector format like .SVG. This way every device could calculate its own full resolution icons once and cache them for fast access. There wouldn't be the need for new icons everytime the displays are improved, which is happening all the time.
The best way to stumble upon an interesting app is to see what other folks are using. Using the app "List my apps" linked at the bottom of this list and using the "bbcode" option inside it I generated the following list of apps which are installed on my Idol 3. In most cases the link will take you directly to the app no matter where it came from...some will kick you to a google search which should find them fairly easily as well. Many of the pay apps have free versions available. Feel free to reply back with YOUR list of apps and if you find an interesting app from someone's post hit the thanks button to let them know! I look forward to seeing what some of you use. List my apps is open source and available on both F-Droid and Google Play.
My Apps:
AdAway
Agenda Widget Plus
Amazon Kindle
Android Pro Widgets
App Redirect
App Settings
AppOpsXposed
Appstore
Barcode Scanner
BootManager
BusyBox Free
Connection Stabilizer Booster
ES File Explorer
ezPDF Reader
F-Droid
Fake Wifi Connection
[*] Fix Lollipop Memory Leak
Flipboard
Gas Guru
GeekBytes
Goodreads
GoodRx
Google Voice
GoogleOfflineVoice
GravityBox [LP]
GreenPower Premium
Hangar
Hangouts Dialer
HERE
IVONA Amy UK English beta
IVONA Text-to-Speech HQ
Jango Radio
KeePassDroid
LBE Security Master
Lenovo Camera and Gallery
Lightning
List My Apps
Lolistat
LPThemer
Lux
MDScan
MinMinGuard
Mint
[*] MobileActiveRadioFix
Moon+ Reader Pro
MortPlayer Audio Books
n7player
Nandroid Manager
NetEase Music
Network
Network Speed Indicator
NotifyClean
Nova Launcher
Nova Launcher Prime
Pandora
Pandora Patcher
PaperKarma
Play Store Fixes
PlayPermissionsExposed
RDMissedCall Patcher
RebootManager
Remove Battery Saver Warning Color
Rocket Blocker
RocketDial
RocketDial Theme Neon Black
ROM Toolbox Pro
[*] RootCloak
Screebl Pro
Screen Off
Secure Settings
Servicely
Smart Unlock
Smoked Glass Digital Weather Clock Small
Spotify
Statusbar download progress
StopSwitchDelay
Super Star® Rewards
SuperSU Pro
SwiftKey Keyboard
Syncthing Silk
Talkatone
Tapatalk
Tasker
Titanium Backup
Titanium Backup PRO
Torque (free)
Totally Free VPN
Truecaller
TuneIn Radio Pro
Universal Init.d
Wakelock Detector Free
Waze
WeFi Pro
XBlast Tools
XInstaller
XInternalSD
xKindleMod
Xposed Installer
XVoice+
ZIPme
List made using List My Apps
That's a long list bro.. All are good apps. Let me add some of my favourites that's not in that list :
- Office Suite Premium
- Poweramp
- Musixmatch
- Aldiko Book Reader Premium
- Manga Rock
- Root Cleaner
- Greenify Pro
- Recently Pro
- Solid Explorer Pro
- Canvertpad Plus
Those are great apps! Try them and u'll love them
snugroho3 said:
That's a long list bro.. All are good apps. Let me add some of my favourites that's not in that list :
- Office Suite Premium
- Poweramp
- Musixmatch
- Aldiko Book Reader Premium
- Manga Rock
- Root Cleaner
- Greenify Pro
- Recently Pro
- Solid Explorer Pro
- Canvertpad Plus
Those are great apps! Try them and u'll love them
Click to expand...
Click to collapse
Thanks for the reply. Please consider using list my apps so it will provide links for folks. I personally prefer Moon Reader Pro over Aldiko especially since I use the text to speech option to have it read ebooks as audiobooks in the car with the IVONA Amy UK tts voice. I use es file explorer over solid explorer(I'm not fond of apps that provide crippled free versions or in this case "14 day trial software") and Servicely (written by francisco franco if you recognize the name) as an alternate to Greenify that may interest you. Did you mean "Convertpad?"
famewolf said:
Thanks for the reply. Please consider using list my apps so it will provide links for folks. I personally prefer Moon Reader Pro over Aldiko especially since I use the text to speech option to have it read ebooks as audiobooks in the car with the IVONA Amy UK tts voice. I use es file explorer over solid explorer(I'm not fond of apps that provide crippled free versions or in this case "14 day trial software") and Servicely (written by francisco franco if you recognize the name) as an alternate to Greenify that may interest you. Did you mean "Convertpad?"
Click to expand...
Click to collapse
Servicely is very good app and of course I know Sir Francisco with his famous Franco kernel but somehow Greenify in boost mode (need root and Xposed) works better (at least for me) because you can still received all notification from apps without the apps awaken.
Also you can use Greenify together with Nova launcher to add DT2S+greenified apps. You just double tap the home screen to put the phone in sleep + greenified all running apps.
Ahh.. yes, it's convertpad. It's the easiest to use multi-converter
---------- Post added at 11:54 AM ---------- Previous post was at 11:52 AM ----------
Btw, do you know Xposed module to make battery circle icon and remove carrier name in lock screen that works for Idol 5.5?
Among those I use (not including a bunch of widely used apps):
Action Launcher 3 - Minimalistic launcher that gives me what I want and doesn't include a bunch of things I generally don't use. I like having one home screen with a minimum of clutter. This optimizes that preference with some unique features.
AdAway
AppDialer Pro - Number/QWERTY keypad that "dials up" whatever installed app (and, optionally, contact) you want. Its useful widget does the same.
Draft - Dropbox friendly, searchable notes app that seems abandoned by the dev. I'd like a better alternative, but I don't know that there is one that specifically matches my usage. I prefer this to something like Evernote for privacy reasons, not that Dropbox is ideal.
ES File Explorer - I use Solid Explorer, too, but this does more. Its FTP server is an approach I often use to transfer files onto the device from a computer.
Ghostery Browser - Gives the same shield from tracking and such that the Chrome extension does on a computer.
GMD Gestures - Adds a layer of usability to my minimalistic approach. On a larger screen, like a tablet or even a Nexus 6, I don't use it as much. Still, this is a major part of my user experience, one of the first things I install.
Javelin - Good, clean, alternative browser with popup feature
JotterPad - Stylish, non-programming, writing oriented text editor.
Link Bubble - Popup browser. Javelin does this, too, but I like Link Bubble's implementation a little better.
MessagEase - Out of the ordinary keyboard that offers all sorts of features that most don't (keyboard shortcuts/macros, forward delete, easy access to special characters, pretty much every functionality you'd ever find in a keyboard). Takes getting used to, but I use it more than any other.
Minuum Keyboard - Sort of like Fleksy, but I find it more usable. It was my main keyboard for awhile, but I haven't used it much, lately.
Moon+ Reader - Another staple, well tended to by its dev. By far my favorite book reader. I stopped even thinking about the rest long ago.
Music Folder Player Full - Simple, straight forward music player. Old school approach. Direct and to the point. Once in awhile, I'll try one of the flashy ones, but find that their "features" are no more than eye candy to me and delete them.
Pocket - Read articles saved from websites.
Popup Widget - I don't use this all that often, but it's very helpful when I want it. I don't want widgets permanently on my screen that I rarely use. This allows me to tap an icon or execute a gesture (via GMS) to popup a widget when I want it temporarily (weather, calendars, etc.)
Titanium Backup
TweetCaster
Viper4Android - Sound quality enhancement that I didn't realize how much I needed until I tried it.
Wallpaper Saver - Great for getting wallpaper from ROMs, launchers, wherever. Though I find that I tend to prefer wallpaper from sources other than those places.
I've used and liked both Greenify and Servicely, too. I also like Recently and bought it.
maigre said:
Among those I use (not including a bunch of widely used apps):
Action Launcher 3 - Minimalistic launcher that gives me what I want and doesn't include a bunch of things I generally don't use. I like having one home screen with a minimum of clutter. This optimizes that preference with some unique features.
AdAway
AppDialer Pro - Number/QWERTY keypad that "dials up" whatever installed app (and, optionally, contact) you want. Its useful widget does the same.
Draft - Dropbox friendly, searchable notes app that seems abandoned by the dev. I'd like a better alternative, but I don't know that there is one that specifically matches my usage. I prefer this to something like Evernote for privacy reasons, not that Dropbox is ideal.
ES File Explorer - I use Solid Explorer, too, but this does more. Its FTP server is an approach I often use to transfer files onto the device from a computer.
Ghostery Browser - Gives the same shield from tracking and such that the Chrome extension does on a computer.
GMD Gestures - Adds a layer of usability to my minimalistic approach. On a larger screen, like a tablet or even a Nexus 6, I don't use it as much. Still, this is a major part of my user experience, one of the first things I install.
Javelin - Good, clean, alternative browser with popup feature
JotterPad - Stylish, non-programming, writing oriented text editor.
Link Bubble - Popup browser. Javelin does this, too, but I like Link Bubble's implementation a little better.
MessagEase - Out of the ordinary keyboard that offers all sorts of features that most don't (keyboard shortcuts/macros, forward delete, easy access to special characters, pretty much every functionality you'd ever find in a keyboard). Takes getting used to, but I use it more than any other.
Minuum Keyboard - Sort of like Fleksy, but I find it more usable. It was my main keyboard for awhile, but I haven't used it much, lately.
Moon+ Reader - Another staple, well tended to by its dev. By far my favorite book reader. I stopped even thinking about the rest long ago.
Music Folder Player Full - Simple, straight forward music player. Old school approach. Direct and to the point. Once in awhile, I'll try one of the flashy ones, but find that their "features" are no more than eye candy to me and delete them.
Pocket - Read articles saved from websites.
Popup Widget - I don't use this all that often, but it's very helpful when I want it. I don't want widgets permanently on my screen that I rarely use. This allows me to tap an icon or execute a gesture (via GMS) to popup a widget when I want it temporarily (weather, calendars, etc.)
Titanium Backup
TweetCaster
Viper4Android - Sound quality enhancement that I didn't realize how much I needed until I tried it.
Wallpaper Saver - Great for getting wallpaper from ROMs, launchers, wherever. Though I find that I tend to prefer wallpaper from sources other than those places.
I've used and liked both Greenify and Servicely, too. I also like Recently and bought it.
Click to expand...
Click to collapse
This looks like you used list my apps but didn't save it as bb code (share it to email and email to yourself)....the bbcode would contain links to the apps your mentioning whether they are on f-droid, amazon appstore or google play...I mention this to make it easier on others as for example some of the apps I use are xda only version and it uses a google search which should take the user to them. I have not seen a need for "recently" as I use a combination of the built in "recents" and my most popularly used apps in notification area via the app "Hanger". See Screenshot.
In place of Action Launcher 3 I'd probably use Lucid Launcher (Pro) which is what I use on my devices with less memory. (http://www.xda-developers.com/lucid-launcher-a-unique-launcher-made-from-scratch/)
Instead of dropbox you may prefer syncthing which is an opensource alternative to bittorrent sync...I use it to keep folders in sync between my pc and my phone unless you actually have a need to access your files from the net somewhere via dropbox. You actually have viper4android installed on your idol 3? I'm assuming you flashed the zip...and disabled the built in JBL audio enhancements? Does it strictly work on headphones or improve sound on the speakers as well? (I used it a long time ago).
why is this thread in idol3 forum? it has to be in main forum, because it has nothing to do with idol3
DallasCZ said:
why is this thread in idol3 forum? it has to be in main forum, because it has nothing to do with idol3
Click to expand...
Click to collapse
Practically every device has a thread with "favorite apps to use on my xxx device" so no it doesn't HAVE to be in the main forum. Among my apps are a list of xposed modules that work on our specific version of lolipop...thats pretty relevent. Apps that work around quirks such as reboot manager which gives us "reboot to bootloader and reboot to recovery" from in the rom are very idol specific. Rootcloak can be used to make the system update checker work..thats pretty relevant and why it's in bold among the other bug fix modules.
If you must, report it to a mod and they can decide where it goes.
no apps you are listing are device specific .. reboot manager is not idol specific... Almost none device with stock rom have reboot to bootloader or recovery option.
and anyway here is subforum called "Onetouch Idol 3 Themes and Apps" (where you allready started many dead threads), so i think its better to move it there.
famewolf said:
This looks like you used list my apps but didn't save it as bb code (share it to email and email to yourself)....the bbcode would contain links to the apps your mentioning whether they are on f-droid, amazon appstore or google play...I mention this to make it easier on others as for example some of the apps I use are xda only version and it uses a google search which should take the user to them. I have not seen a need for "recently" as I use a combination of the built in "recents" and my most popularly used apps in notification area via the app "Hanger". See Screenshot.
In place of Action Launcher 3 I'd probably use Lucid Launcher (Pro) which is what I use on my devices with less memory. (http://www.xda-developers.com/lucid-launcher-a-unique-launcher-made-from-scratch/)
Instead of dropbox you may prefer syncthing which is an opensource alternative to bittorrent sync...I use it to keep folders in sync between my pc and my phone unless you actually have a need to access your files from the net somewhere via dropbox. You actually have viper4android installed on your idol 3? I'm assuming you flashed the zip...and disabled the built in JBL audio enhancements? Does it strictly work on headphones or improve sound on the speakers as well? (I used it a long time ago).
Click to expand...
Click to collapse
I didn't use any app to list the ones I mentioned. I just used the forum's list format. I'll try and get to doing it as you would like so that the links will be there for those who might want them.
I've played around some with SyncThing and more secure alternatives to the usual cloud storage. The problem in the case of my notes is that they're synched to my Mac, too, and the program I use there is close to perfect for how I use it. And it won't sync to my own server or some of the more secure public ones. But I may migrate in those directions at some point. I'd just need to find an another Mac program that would work for me.
I didn't install V4A on the Idol 3. I put it on my Nexus 6. V4A addresses sound quality on the phone speakers, ear buds/headsets and bluetooth speakers. USB connected speakers, too. It doesn't do anything for phone call audio. It takes some playing around to get it right, a process I'm still in the midst of. But the difference is striking compared to the stock audio processing, at least when I've got it configured to my comfort. I don't know what would happen on the Idol 3. Disabling the JBL audio would be wise if you play around with JBL. As you know well, you'll want a good backup in case you want to dump V4A and restore a good working JBL. But maybe the JBL processing compares favorably.
DallasCZ said:
no apps you are listing are device specific .. reboot manager is not idol specific... Almost none device with stock rom have reboot to bootloader or recovery option.
and anyway here is subforum called "Onetouch Idol 3 Themes and Apps" (where you allready started many dead threads), so i think its better to move it there.
Click to expand...
Click to collapse
It sure would be nice if you were as diligent about policing your own threads as you are about policing mine. The mod's don't agree with you. I was told general conversation like this belongs in general. Discussing installing viper4android on the idol3 is idol 3 specific. Instead of pretending to be a mod how about responding to the 5 day old request for posting @petrov.0's corrected TWRP link to the 1st post of your twrp thread?
Now I'm going to stop responding to you...report it to the mod's and Mod's if you agree this is the appropriate location for general discussion of apps to be used on the idol then please remove his posts AND my replies so this thread can stay on topic.
maigre said:
I didn't use any app to list the ones I mentioned. I just used the forum's list format. I'll try and get to doing it as you would like so that the links will be there for those who might want them.
I've played around some with SyncThing and more secure alternatives to the usual cloud storage. The problem in the case of my notes is that they're synched to my Mac, too, and the program I use there is close to perfect for how I use it. And it won't sync to my own server or some of the more secure public ones. But I may migrate in those directions at some point. I'd just need to find an another Mac program that would work for me.
I didn't install V4A on the Idol 3. I put it on my Nexus 6. V4A addresses sound quality on the phone speakers, ear buds/headsets and bluetooth speakers. USB connected speakers, too. It doesn't do anything for phone call audio. It takes some playing around to get it right, a process I'm still in the midst of. But the difference is striking compared to the stock audio processing, at least when I've got it configured to my comfort. I don't know what would happen on the Idol 3. Disabling the JBL audio would be wise if you play around with JBL. As you know well, you'll want a good backup in case you want to dump V4A and restore a good working JBL. But maybe the JBL processing compares favorably.
Click to expand...
Click to collapse
There was another user interested in running viper4android on the idol 3...I may get around to making a backup and trying to install it to see how it does on the idol 3. I use the speakers to play music when travelling and it's got great sound/volume already in my opinion but always willing to try options. I use syncthing to backup my TWRP and Titaniumbackup folders among others.....if you set your titaniumbackup to run on a schedule it keeps pretty well in sync. You will have to either patch your platform.xml to see that syncthing has full rights to write to the external sdcard or use an xposed module to accomplish the same thing.
Hmm I guess I should add xposed module "Sticky Location Icon Fix [LP]" to the list..It stops the location icon from always showing up in notification bar even when location is not being used. The dev released it "yesterday" since it's now after midnight even in pacific time.
famewolf said:
There was another user interested in running viper4android on the idol 3...I may get around to making a backup and trying to install it to see how it does on the idol 3. I use the speakers to play music when travelling and it's got great sound/volume already in my opinion but always willing to try options. I use syncthing to backup my TWRP and Titaniumbackup folders among others.....if you set your titaniumbackup to run on a schedule it keeps pretty well in sync. You will have to either patch your platform.xml to see that syncthing has full rights to write to the external sdcard or use an xposed module to accomplish the same thing.
Hmm I guess I should add xposed module "Sticky Location Icon Fix [LP]" to the list..It stops the location icon from always showing up in notification bar even when location is not being used. The dev released it "yesterday" since it's now after midnight even in pacific time.
Click to expand...
Click to collapse
The V4A installation is pretty quick and easy. It's what becomes of the JBL stuff that is the potential greater issue. But, there's always that backup. I found the speakers on the Idol 3 to be one of its surprise nice features, too. I had no quarrel with the sound as is. But I didn't on the N6, either.
A couple of other apps that I use: Smart Unlock and Simple Reboot. The former has been covered here, IIRC. I used to use Llama (sort of like Tasker) to perform the same thing and it worked great for a couple of years. But it became problematic. On my wife's phone, she actually got completely locked out at one point. We almost had to wipe it clean and start over again. Smart Unlock and Lollipop's similar functionality are an adequate, if inferior substitute to when Llama worked right. Simple Reboot is Franco's implementation of a common feature set — a boot menu that'll allow you to reboot to recovery, bootloader, etc.