[APP] Springboard Settings for Pace - Rearrange/Enable/Disable pages on the launcher - Amazfit

Springboard Settings allows you to customise the home launcher (Springboard), enabling/disabling and rearranging the pages on the screen. This allows you to customise it on the watch, rather than having to use the Amazfit app on your phone, and also allows for the removal of the China-only pages on the PACEfied ROM, without the need for the Chinese Amazfit app. As well as this, you can customise the order as you would in the phone app, and it's also compatible with custom pages
Screenshot
Download
Download from attachments
Installation
Code:
adb install -r SpringboardSettings-1.1.apk
Uninstallation
Code:
adb uninstall com.kieronquinn.app.springboardsettings
Usage
Simply open the app and scroll through the list. There's switches for each item to enable or disable them, and long pressing an item will allow you to drag it around. Changes are automatically saved and take effect on the launcher immediately, closing the app will show them
Whilst the app tries to get the current order correct, it's sometimes not perfect. Relaunching it or rebooting the watch sometimes helps.
Warning: The state of the sport launcher (usually displayed on the left screen from the clock) can be changed in this app. Whilst it works, and disables the page, it causes glitches and bugs in the launcher if you do. You're welcome to just deal with this if you don't want the sport launcher (called gpx-recorder/SportLauncherView in the app), hence why it's not simply hidden, but it's not recommended
Changelog
Version 1.1
- Added a notice when no pages have been loaded
- Removed unused activity_main XML
Version 1.0
- Initial release
Source
This app is open source, feel free to use the source in anything else, including the layout system, and see how the settings system works in code: https://github.com/KieronQuinn/AmazfitSpringboardSettings
How it works
The launcher saves and reads the layout from two system settings: springboard_widget_order_in and springboard_widget_order_out
springboard_widget_order_in contains the main list, ordering and state for each page - but doesn't always contain all pages (not sure why). Editing this setting is how this app works, and the setting is in JSON form
springboard_widget_order_out contains the full list of pages, but whilst it also contains values for state and order is not used for loading. The app uses this to read any other pages, including custom ones (which I can currently get to show as blank pages with no content - more on that when I get them working)

Great app, even better customisation than the phone app (I turned off sports and put timer in its place).
I do have a minor bug to report though. The app failed to load a list of widgets then crashed the launcher on exit the first 2 times I tried to run it. I think I kind of know why.
Whenever I install a new app on the pace (I use apkinstaller) the widgets all return to their default order. I can fix this by going into the phone app and toggling any widget off then on again (the phone app retains my custom settings).
I get the feeling that the config file for widget order is getting deleted/altered when I install an apk and that's whats causing the problem.
After using the phone app to fix widget order your app works fine, but I can imagine this bug could be a bit of a roadblock for some people.

Nice work, please keep up! Cross fingers for custom widgets!
Official Software: not working?
{
"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"
}
Edit:
- Opening / Closing widgets from phone app did the trick! (thanks @shadowcaster666)

confirming that it works on Nicola's StratOS 1.0 based on 2.0.7.5 rom - cannot move the activities to the other side of the actual clock, tried to place the weather to the left of the watch, still remains on the right.

GreatApo said:
Nice work, please keep up! Cross fingers for custom widgets!
Official Software: not working?
View attachment 4418304
Click to expand...
Click to collapse
Have you tried what the post above you suggested doing? If that doesn't work, please provide a logcat as it'll show the error
1immortal said:
confirming that it works on Nicola's StratOS 1.0 based on 2.0.7.5 rom - cannot move the activities to the other side of the actual clock, tried to place the weather to the left of the watch, still remains on the right.
Click to expand...
Click to collapse
Yup it doesn't allow that, appears to be hard coded into the launcher. Shame, because I would have liked the left side of the clock to be an app launcher and the right pages to be normal, so you don't have to scroll all the way to the end to launch an app. A custom app drawer page would make this better, then it could be the first page on the right...

Quinny899 said:
Have you tried what the post above you suggested doing? If that doesn't work, please provide a logcat as it'll show the error
Click to expand...
Click to collapse
It did the trick. Add it to the first post

GreatApo said:
It did the trick. Add it to the first post
Click to expand...
Click to collapse
Great! I will do when I'm on my PC, and probably update the app so it shows a message with instructions if it doesn't find the setting. I had that come up once during testing but thought it was caused by the app not saving correctly, but obviously not.

Quinny899 said:
A custom app drawer page would make this better, then it could be the first page on the right...
Click to expand...
Click to collapse
Some android wear launchers have been ported to the pace. I have "Quick Launch" installed. It allows you to pull down and app list by swiping down from the top left corner.
This does a pretty good job of giving you quick access to your apps. But it would be very nice to be able to customise the order of apps in the app list.
I noticed something else that's a little odd. You cant scroll to the left from the "sports" app. So if you move the sports list from the left most position to anywhere else, once you scroll past it you can't scroll back. You can still just hit the home button.

GreatApo said:
Nice work, please keep up! Cross fingers for custom widgets!
Official Software: not working?
View attachment 4418304
Edit:
- Opening / Closing widgets from phone app did the trick! (thanks @shadowcaster666)
Click to expand...
Click to collapse
Cross your fingers no more: https://forum.xda-developers.com/sm...create-custom-home-screen-pages-pace-t3751731

@Quinny899 you sir have just unlocked unlimited possibilities fo Pace, and I believe I owe you a full post Thank you!!

Good work ! But after sync with Amazfit app settings are canceled ?

Matwillshak said:
Good work ! But after sync with Amazfit app settings are canceled
Click to expand...
Click to collapse
Not a lot I can do about that, the app is always going to overwrite it

Quinny899 said:
Not a lot I can do about that, the app is always going to overwrite it
Click to expand...
Click to collapse
It does not work for me. Reset all the time

I tried the trick suggested in the first post, but it does not work. The springboard list remains empty.
I use the Stokfield 1.7.1 (1.3.6d)

peppe85 said:
I tried the trick suggested in the first post, but it does not work. The springboard list remains empty.
I use the Stokfield 1.7.1 (1.3.6d)
Click to expand...
Click to collapse
Me too. The name app only appears in the black background
Enviado desde mi LEX820 mediante Tapatalk

peppe85 said:
I tried the trick suggested in the first post, but it does not work. The springboard list remains empty.
I use the Stokfield 1.7.1 (1.3.6d)
Click to expand...
Click to collapse
crxixo1 said:
Me too. The name app only appears in the black background
Enviado desde mi LEX820 mediante Tapatalk
Click to expand...
Click to collapse
And you've both opened the Amazfit app, gone to the "widgets" page, moved the pages around, enabled/disabled them a couple of times and restarted the springboard settings app?

Quinny899 said:
And you've both opened the Amazfit app, gone to the "widgets" page, moved the pages around, enabled/disabled them a couple of times and restarted the springboard settings app?
Click to expand...
Click to collapse
Ohhhhhh thanks!!! It is working!!!
Enviado desde mi LEX820 mediante Tapatalk

Quinny899 said:
And you've both opened the Amazfit app, gone to the "widgets" page, moved the pages around, enabled/disabled them a couple of times and restarted the springboard settings app?
Click to expand...
Click to collapse
Yes

Would it be possible to put a save/restore option in the springboard app?
This would mean that after doing an initial setup and save, you could use the restore option in springboard to restore your widget layout without needing the phone app.

crxixo1 said:
Ohhhhhh thanks!!! It is working!!!
Enviado desde mi LEX820 mediante Tapatalk
Click to expand...
Click to collapse
@Quinny899
I tried many times, but the only thing I got at the end is the clock that crashes. I had to do the factory reset.

Related

[APP] New activity launcher - world smallest & litest launcher (Update 6-Jul-2013)

[APP] New activity launcher - world smallest & litest launcher (Update 6-Jul-2013)
Why This launcher is Lite & Small?
Small :- This launcher just takes a gridview Layout and collects installed apps from Android packagemanager and displays it. No extra popus or additional functions are implemented. So, this launcher is smallest of any launcher at present or in future.
Lite :- This laucher is lite. 'coz, Any other launchers has Home screen and App Drawer embaded in that. As app drawer needs to take app icons, it takes more RAM to store images. Even if we kill Home screen, Android will reload Home app with APP ICONS. In this launcher, I divided launcher into two apps, one with HOME and other with App drawer. So, if we kill Home, Android will only relaunch HOME but not app drawer(as its not a part of home as like other launcher). So, App drawer will not be loaded and it saves memory when playing HD games.
Click to expand...
Click to collapse
Limitations :-
1. App drawer HOME key is not working for now... I did something with Manifest file and searching for fix
2. Widgets screens are not implemented. As it is lite laucher, I think, its okay
3. Lag in App Drawer:
Explanation: As I m using Gridview, Gridview loads the first page and when u scroll down, it will load another row and so on. Fast scroll for the first time will look lag. But, once these images are loaded, it will be damn fast. 'coz, I choosed to put these images in CACHE so that launcher will be fast.
Click to expand...
Click to collapse
What is what in this laucher?
Home Screen
{
"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"
}
Opt 1 = Opens Call Log
Opt 2 = Opens Messages
Opt 3 = Opens App Drawer
Opt 4 = Opens Browser
Opt 5 = Opens Music player
Opt 6 = Refresh & Switch display for Home Text
Opt 7 = Opens Settings
Opt 8 = Opens App Settings (Unistall/Running...)
Opt 9 = Opens Settings display
Opt10 = Toggles Music.
Single tap = Toggle Play or Pause WHEN MUSIC player is in RAM. LONG PRESS and DRAG ur finger outside of icon will skip to next track.
Click to expand...
Click to collapse
Hitting refresh button on top right corner will display some text on homescreen. I placed batter % and this helps for stock users. I m trying to put your current location from network operator but that doesnt work. Will try later.
Hitting Refresh button will hide these text. 'coz, it should not distrub our background. So, these text will be displayed on demand.
Click to expand...
Click to collapse
*) By default, SYSTEM apps will be displayed
*) LITTLE SWIPE on LEFT/RIGHT will switch to Downloaded Apps and swipe will go back to system apps vice versa.
==> Single tap opens application
==> Long press will open APPLICATION INFO. Here u can unistall/clear data/Force stop any application.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Hit Menu button on ur device, Menu items are displayed as above.
Opt 1 = Refresh/Reload Apps from android Package Manager.
Opt 2 = Opens Google Search. This can be used to search ur APPs aswell
Opt 3 = About Developer. You can ping on XDA for any issues.
Click to expand...
Click to collapse
MENU --> ABOUT DEV will display this screen.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Checkout my other innovative App: Settings Plus (http://forum.xda-developers.com/showthread.php?t=2248524)
Screenshots updated
Screenshots updated
Just in case
hi, glad to see its released
1stichiban said:
hi, glad to see its released
Click to expand...
Click to collapse
Thanks for showing interest...
This is set as Beta version.
App drawer is divided into two sections, ie SYSTEM Apps and Downloaded Apps. Right now, a button is used to switch between these sections.
But, I want to use swipe right and left to get this. 'coz, its very easy for our hand. No need to move ur hand to button.
LOL, A lazy good programmer is the best programmer in the world. I may not be good programmer but, surely Lazy LOL LOL
And, I will put Refresh, Kill after launch, Search option in context menu. 'coz, content menus are saved by default from Android.
The only reason why I put button is, people should know, wheather it is system app section or downloaded app section.
Well, I ll put Help screen in activity menu, I think, that can help them understanding this launcher. What do u say...
Let me know your suggestions or bugs if any.
Cheers
srihari210 said:
Screenshots here
Click to expand...
Click to collapse
Its got a good look in the launcher
The app drawer not so much
The concept is awesum
The launcher is kind of slow tho
Sent from my LT18i
Sahaab said:
Its got a good look in the launcher
The app drawer not so much
The concept is awesum
The launcher is kind of slow tho
Sent from my LT18i
Click to expand...
Click to collapse
App drawer is going to change as said in concept. But, this requires little bit time. At max I ll try to push this weekend.
Yes, Launcher will be slow at first. 'coz, it has load all app icons. I kept cache option. so, once it is loaded, it should be fast. Infact, this is the reason for lag on other launchers. To reduce lag, they all reside in memory but, our low ram device lags as launcher takes more memory.LOL
I just wanted to get rid of it and so, I break launcher into two parts.
Today, I ll explain every inch in 1st post.
Success
Successfully implemented SWIPE to switch between System and Own Apps....
Will remove lower buttons and implement context menu soon...
And In home page, On refresh will display summary and clicking on that will hide text aswell. 'coz, dont want to distract background image. (this is just my plan).
EDIT: On Refresh task completed.
Any screenshots?
Great!
Music icon/widget on desktop does not seem to work
But Music icon on dock works just fine.
So far, looks promising. :good:
Noticed that from app drawer, when pressing home button nothing happens. Need to press back button to go back to home screen, guess really need to get used to this launcher.
Looking forward to your next release.
Grzesius said:
Any screenshots?
Click to expand...
Click to collapse
Today, I will try to remove Footer on APP Drawer. Once I finish it, I will upload new version of App with Screenshots.
1stichiban said:
Great!
Music icon/widget on desktop does not seem to work
But Music icon on dock works just fine.
So far, looks promising. :good:
Noticed that from app drawer, when pressing home button nothing happens. Need to press back button to go back to home screen, guess really need to get used to this launcher.
Looking forward to your next release.
Click to expand...
Click to collapse
What you said is perfect. Music ICON works only when music player is in background as a service. ie, once u open music player, then music widget icon works. It will toggle, PLAY/PAUSE and LONGPRESS and DRAG outside of icon to SKIP to next track.
There is no code in Google to initiate and play Default music player by default.
Yes, we have to press back button to go back to launcher. Infact this is not required as this launcher is just like normal app. I did something in Mainfest file, this was the cause for this bug. I ll try to fix it.
Next version will be easy to use. (Mainly Removed Annoying Text on desktop (u can toggle display with refresh button ) and Swipe on app drawer is easy to switch between system/Downloaded apps. So, App drawer is just with apps.
Just give a day, I will try to fix this. Next version will be easy to use.
Thanks for clarifying the use of music widget
As for your planned development/improvements, awesome!
I feel, this launcher would fit well with our device, light and efficient. :thumbup:
Sounds good to me.
Sent from my MK16i using xda app-developers app
Screenshots please...
☜ Sent from my Xperia Pro MK16a BL ☞
Guys,
As promissed, I made all the changes as my prototype said. And uploaded the latest version over here.
Checkout first post....
Meanwhile, I will update first post and screen shots.
Shouldn't this be on Themes and Apps part?
Phenomzye said:
Shouldn't this be on Themes and Apps part?
Click to expand...
Click to collapse
Perfectly NOT. Every word, Every letter in this app, is coded by ME. Nothing copied from No other Apps. Just used google to code this. Its all new DEVELOPMENT for NEW LIGHT LAUNCHER.
This is a pure Development FROM SCRATCH.
Updated First and second post with How to use this launcher and Screenshots... LOL... Im done for now...
Its ur time to test and let me know bugs if any. Most of the error porn code is put in Error handler. So, most cases you wont get FCs
Thanks for the update.
Using it now wd superleggera.
Noticed i couldn't use the music widget on desktop even if music player is already running. Nothing happens when i long press... Will try again though, maybe i'm doing something wrong.
Thanks again for your hardwork!
Sent from my MK16i using xda app-developers app
srihari210 said:
Perfectly NOT. Every word, Every letter in this app, is coded by ME. Nothing copied from No other Apps. Just used google to code this. Its all new DEVELOPMENT for NEW LIGHT LAUNCHER.
This is a pure Development FROM SCRATCH.
Click to expand...
Click to collapse
What that has to do with the correct organization of a forum? It's still an APK, not a flashable zip, not a ROM, nothing to do with Android Development, or do you think that the apps and mods that are at the Apps forum are not made by themselves? inform yourself. No wonder why the Arc forums are full of trash threads/posts.
Also I have tried your launcher, blazing fast but I'd like some minor customization, it wouldn't be bad at all
New Options
Guys,
How would it be if I add a Desktop icon to lock screen? and when I Long press that, it should is display Power menu to shutdown/reboot...
Need some suggestions like this to get this app better.
I m just thinking of another one. On Desktop, if I swipe Right/Left, it should display / Hide my desktop icons? This would take some time. But, it would be great as it wont distrub Desktop background.
Cheers

[APP][XPOSED][4.0+] xRenamer - rename your apps universally

xRenamer
rename your apps universally​
This Xposed module allows you to rename your apps as you want. Some launchers have a feature that allows you to change the label of the apps on the launcher. For me this isn't satisfying enough, as the name actually stays the same and if you get an "choose an action" dialog the real name jumps out. The problem is easy, there is no way to. After noticing this module, which is created to rename QuickPic, I got the idea to create an app that allows you to rename any app(almost, see below). I developed the code further(my first android app ^^) to be able to change all the names at runtime and here it is: xRenamer.
Screenshots:
{
"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"
}
Requirements:
The Xposed Framework
Min sdk version of 11, which should be no problem
Installation:
Install the app.
Activate the module in the xposed settings.
Reboot.
Rename!
Permissions:
KILL_BACKGROUND_PROCESSES to restart the launcher
WRITE_EXTERNAL_STORAGE to save the settings
Limits:
At the moment, xRenamer is not able to rename:
System apps
Some rare apps(e.g the amazon app)
I am looking for a way to be able to rename these as well.
As long as this isn't the case, there are color tags in the app list dialog.
Green indicates that the app is an user application
Red indicates that the app is an system application
Yellow indicates that the app is neither in /data, nor in /system stored. Most of the time the app is an user application stored in /mnt/asec
Usage:
To rename an app tap the add button and either enter the package name of the app you want to rename by yourself or press the list button and choose an app from the list of installed apps. When an app has been identified, the icon will show up and a text is shown. Keep in mind that the add button won't be activated until the app has been identified. The add button also doesn't show up if you havn't entered a new name or if an entry for the app already exists.
To remove an entry tap the remove button. The actionbar will turn red and you are now able to delete an entry by simply tapping
it. Tab the button again to exit the remove mode.
To change an entry simply tab it and a dialog will pop up where you can change the name.
Although changes are applied during runtime, you may need to restart various apps for them to realize the change. For this purpose there is a button to restart the launcher hidden in the overflow menu.
Download:
Xposed Repo: Link
From xda: View attachment xRenamer_10.apk
I tested the app on my Note 3, running 4.4.2 and it's running fast and stable.
If you find any bugs, want to give your opinion or have an idea, feel free to do so.
Thanks to:
pyler for the idea and the basic code
rovo89 for the xposed framework
Hey! Thanks for this man!
Work for most apps.
Doesn't work for: Dolphin Browser, .Sprit2 (FM radio) & Google Camera (in data, non in system).
Edit:
Working
I have been in need of this functionality for so long. Thank you! Did not work on DialApp and Today Calendar, but that is it.
Would it be possible to add the ability to change app icons too? With Apex launcher, I can change them on the home screen, but I can't do anything if it is in the drawer and a theme I'm using doesn't cover some of my more obscure apps. That would be the icing on the cake.
Sent from my Nexus 5
Jesellers88 said:
Would it be possible to add the ability to change app icons too? With Apex launcher, I can change them on the home screen, but I can't do anything if it is in the drawer and a theme I'm using doesn't cover some of my more obscure apps. That would be the icing on the cake.
Sent from my Nexus 5
Click to expand...
Click to collapse
Would be amazing!
Jesellers88 said:
Would it be possible to add the ability to change app icons too?
Click to expand...
Click to collapse
Thats actually a really nice suggestion. I will look over it today. It would also be a nice Addition to unicon which doesnt allow single items to change.
Gesendet von meinem SM-N9005 mit Tapatalk
GalaxyInABox said:
Thats actually a really nice suggestion. I will look over it today. It would also be a nice Addition to unicon which doesnt allow single items to change.
Gesendet von meinem SM-N9005 mit Tapatalk
Click to expand...
Click to collapse
It's one of those things that always bug me about apps with horrible icons. I've deleted apps before because I couldn't stand look at them in my drawer. Even better would be to link it directly to installed icon packs and incorporate an icon picker.
I wish I could do this myself, but I'm glad you find the idea interesting.
EDIT: the more I think about it, the more I want to give it a try myself. I have yet to make an app, and I think this would be a great thing to start with.
Sent from my Nexus 5
This looks awesome. Thank you
Sent from my Nexus 5 using Tapatalk
Dint work for me for Quickpic I tried it with Lightning Launcher
I get this message every time I open the app. Please help!
@GalaxyInABox: Great idea!
I've a feature request: Please add an option to change the app-icon, so everybody could use custom icons (some complained about my "ugly icons )
Why does you store the settings on the sd card? /data/data/<packagename>/files sould also be okay.
If it does not work for some apps, it could be because of the wrong/multiple android.intent.action.MAIN/android.intent.category.LAUNCHER activities in the Manifest.xml.
The yellow package names are not good to read on white background, i recommend blue
sbk299 said:
I get this message every time I open the app. Please help!
Click to expand...
Click to collapse
This happens if the app isn't able to write to your internal sdcard. What device are you using? It could be the case that your device or rom doesnt link /emulated/0 correctly.
defim said:
@GalaxyInABox: Great idea!
I've a feature request: Please add an option to change the app-icon, so everybody could use custom icons (some complained about my "ugly icons )
Why does you store the settings on the sd card? /data/data/<packagename>/files sould also be okay.
If it does not work for some apps, it could be because of the wrong/multiple android.intent.action.MAIN/android.intent.category.LAUNCHER activities in the Manifest.xml.
The yellow package names are not good to read on white background, i recommend blue
Click to expand...
Click to collapse
I already have some idea how to do the icon replacer.
And writing to the sdcard will be removed in the next patch. I found a better way to do!
GalaxyInABox said:
This happens if the app isn't able to write to your internal sdcard. What device are you using? It could be the case that your device or rom doesnt link /emulated/0 correctly.
Click to expand...
Click to collapse
I'm using Galaxy S2 (I9100) running Cyanogenmod 4.3.1. I think it isn't working because my internal sdcard is not at the location /storage but at /storage/sdcard0 or directly /sdcard. Is there any way to resolve the issue?
sbk299 said:
I'm using Galaxy S2 (I9100) running Cyanogenmod 4.3.1. I think it isn't working because my internal sdcard is not at the location /storage but at /storage/sdcard0 or directly /sdcard. Is there any way to resolve the issue?
Click to expand...
Click to collapse
I have written a kind of hotfix which discards the use of the sdcard. The drawback is that it requires a reboot after changing the settings(like adding or deleting an entry). I try to find the issue, but if I don't find it quickly, I will upload the hotfixed version as a beta branch.
GalaxyInABox said:
I have written a kind of hotfix which discards the use of the sdcard. The drawback is that it requires a reboot after changing the settings(like adding or deleting an entry). I try to find the issue, but if I don't find it quickly, I will upload the hotfixed version as a beta branch.
Click to expand...
Click to collapse
Alright. Thanks a tonne! Been waitin' for this app a long time. A little longer I guess.. But atleast I know it's coming :victory: Thanks again!
I uploaded the hotfix version, which should only be used if you get the error toast.
@GalaxyInABox
Hey, thank you, it's exactly what I needed. I'm going test your app.
GalaxyInABox said:
I have written a kind of hotfix which discards the use of the sdcard. The drawback is that it requires a reboot after changing the settings(like adding or deleting an entry)....
Click to expand...
Click to collapse
As far as I experience, most Xposed modules require reboot after I apply changes. So, where is the problem?
body150165 said:
As far as I experience, most Xposed modules require reboot after I apply changes. So, where is the problem?
Click to expand...
Click to collapse
1.0 doesn't require it so I wanted to mention it.
Problem
Nothing happens at my device!II changed the names,I also rebooted but still no different name! :silly: With the initial release,it showed me the error toast,now with the updated version it doesn't show the message but still not working!
Love the idea, but it's not working on my Verizon Samsung Galaxy S4. When I press "Restart Launcher", the launcher restarts and then a couple seconds later xRenamer force closes and no changes are applied.
So far, I've tried it on S Educate, Tetris, and aLogcat. All of which are user apps and not stored on SD card.
- Sent from my Galaxy S4 using Tapatalk.

[MOD][Xposed] EventLock - Calendar events on your lock screen

EventLock
An Xposed module to show your calendar events on the lock screen.
Features
Multiples events on the same page!
Scrollable layouts
Loads of customisations - layouts, scrolls, event color, time format, etc.
Many many presets so you don't have to mess with settings~
Why?
After Kitkat, the lockscreen widgets were disabled and so calendar widget can't be put on the lock screen.
AOSP lock screen for lolipop/marshmallow does not show calendar events on lock screen either.
Screenshots
{
"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"
}
Lockscreen preview
Soooo many different styles!
Requirements
Root
Xposed Installer
Android 5.0 and above (AOSP preferable)
Download
http://repo.xposed.info/module/com.gobbledygook.theawless.eventlock
Source code
https://github.com/theawless/EventLock
i installed it on LG G3 D851 ; however i am not getting any notifications on the lock screen. any suggestions?
i installed ver 1.2 however it still continues to show 1.1 in app menu. not sure why.
samjoandco said:
i installed it on LG G3 D851 ; however i am not getting any notifications on the lock screen. any suggestions?
i installed ver 1.2 however it still continues to show 1.1 in app menu. not sure why.
Click to expand...
Click to collapse
Is the lock screen AOSP? I think some lock screens are having problems because they are highly modded by the manufacturers. Oh, and thanks for telling me about the version number, it was my mistake, I forgot to change it in the menu.
theawless said:
Is the lock screen AOSP? I think some lock screens are having problems because they are highly modded by the manufacturers. Oh, and thanks for telling me about the version number, it was my mistake, I forgot to change it in the menu.
Click to expand...
Click to collapse
Yes, its AOSP.
samjoandco said:
Yes, its AOSP.
Click to expand...
Click to collapse
Go to xposed > log and paste the log file here, or look for W/e : ... errors with "eventlock" in it.
If this module stopped working after the update then, do a clear data (Settings -> Applications -> EventLock -> Storage -> Clear data).
logs uploaded here
I too have loaded the module and it does not display on the lock screen. I am running Xposed and GalaxyXMod with other notifications working fine.
Hey thanks for this module, works well on my CM!
Hello,
I really like this module but I think it does not use the time zone of the phone/android system but maybe PST.
Could you add settings so we can choose time zone please ?
Thanks in advance
slutman said:
Hello,
I really like this module but I think it does not use the time zone of the phone/android system but maybe PST.
Could you add settings so we can choose time zone please ?
Thanks in advance
Click to expand...
Click to collapse
Hey I have updated the module. Can you check if the time zone error is fixed now? I'm not sure why the error came up in the first place, I have used default time zones everywhere.
Olie426 said:
I too have loaded the module and it does not display on the lock screen. I am running Xposed and GalaxyXMod with other notifications working fine.
Click to expand...
Click to collapse
You will be needing a stock AOSP lockscreen for this to work. It does NOT use notifications.
Olie426 said:
I too have loaded the module and it does not display on the lock screen. I am running Xposed and GalaxyXMod with other notifications working fine.
Click to expand...
Click to collapse
Hey this module does not use notifications. You will be needing stock AOSP lockscreen for this to work.
samjoandco said:
logs uploaded here
Click to expand...
Click to collapse
Hey can you reupload those logs. The link is broken now.
theawless said:
You will be needing a stock AOSP lockscreen for this to work. It does NOT use notifications.
Click to expand...
Click to collapse
I am using the stock AOSP lock screen.
Olie426 said:
I am using the stock AOSP lock screen.
Click to expand...
Click to collapse
Can you install the updated module?
Tell me if they show up in the preview(do that by pressing the eye button in the main app).
Would it be possible to add an option to change the color of the block?
Really digging the scrolling when text is too long on the lockscreen. Solid module!
pkWhistle said:
Would it be possible to add an option to change the color of the block?
Really digging the scrolling when text is too long on the lockscreen. Solid module!
Click to expand...
Click to collapse
Thanks!
The event color is fixed by the calendar event. As an example you can create a new event from your calendar and there is an option to set event color.
I believe you all blocks for you are the same color because all of them are either birthdays or festivals. Maybe there is a setting in the calendar to change it.
theawless said:
Thanks!
The event color is fixed by the calendar event. As an example you can create a new event from your calendar and there is an option to set event color.
I believe you all blocks for you are the same color because all of them are either birthdays or festivals. Maybe there is a setting in the calendar to change it.
Click to expand...
Click to collapse
I have a few events with different colors set but they all show the default lime green regardless of the color I set to the event. Thanks for the quick response btw!
pkWhistle said:
I have a few events with different colors set but they all show the default lime green regardless of the color I set to the event. Thanks for the quick response btw!
Click to expand...
Click to collapse
Right, I've found the error. I'll fix it soon.
Can you help me with the application a bit? It's intended to do these:
* Update all events after midnight, this means the older events will not exist in the list.
* Update the current event(the one in bold) after it ends/or a new event starts, the old event will be sent to left of list.
* Scroll back to the current event when screen is turned off and on once.
Essentially it should show the running event, if there are more than two running events then it should show the one which started later.
If there are no running events then it should show the upcoming event.
If none of above is there, it should show the last "no more events".
Please tell me whether all that happens, I've tried but for me it doesn't work sometimes.
theawless said:
Right, I've found the error. I'll fix it soon.
Can you help me with the application a bit? It's intended to do these:
* Update all events after midnight, this means the older events will not exist in the list.
* Update the current event(the one in bold) after it ends/or a new event starts, the old event will be sent to left of list.
* Scroll back to the current event when screen is turned off and on once.
Essentially it should show the running event, if there are more than two running events then it should show the one which started later.
If there are no running events then it should show the upcoming event.
If none of above is there, it should show the last "no more events".
Please tell me whether all that happens, I've tried but for me it doesn't work sometimes.
Click to expand...
Click to collapse
So I have an event that I just went to. It finished an hour ago. The next event starts in 2 hours. I can still scroll back to the last one. Maybe because the one coming up hasn't started yet? Upcoming event shows tho but I can switch to previous if that's what you're asking about?
I also get "no more events" to show up

[APP] Widget Timeline v1.0.2 - Pace/Stratos/Verge (2019-02-02)

{
"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"
}
Timeline Widget (Pace/Stratos/Verge)​
DEPRECATED - THIS WIDGET IS COMPLETELY INTEGRATED IN AMAZFIT CALENDAR WIDGET​
Hello everyone,
Here is an other widget, this time a Timeline! Yes, this widget shows your upcoming calendar events! This app would be displayed as a widget after you reboot your watch (or the launcher). However, in order for it to work, you need to use Amazmod (both phone app + service) and enable the calendar events forwarding. Additionally, make sure your phone's STOCK Calendar has all the events you want to show, synchronized. In order to move this widget you will need @Quinny899 's "Springboard Settings" app from here since it can't be moved through the phone app.
.
If you want to support my work or the other devs involved, now is your chance to buy us a beer or help us gather the money for our next watch device:
- GreatApo's donation button
- Amazmod OpenCollective
- Quinny899 donation button
Screenshot: ​
Features:
This is a Pace/Stratos/Verge Widget
Shows your phone calendar events
Shows only future events and from the last 10 minutes
Go to start of the list button (▲)
Long press time at top to manually refresh the events list (provided that new data have been send from phone)
12/24h time format based on watch preferences
Bugs:
You tell us!
Timer at the top is not constantly updating
InstallationADB install command / restart launcher: (if you have errors, uninstall the previous version first)
Code:
adb install -r TimelineWidget.X.X.X.apk
adb shell am force-stop com.huami.watch.launcher
If you are on Verge, you need to enable the widget using "Springboard Settings" app from Quinny899 or Amazmod. If the widget does not show up, reboot the watch and try again.
ADB uninstall command:
Code:
adb uninstall com.dinodevs.timelinewidget
ADB command to delete calendar data from watch:
Code:
adb shell settings delete system CustomCalendarData
Changelog:
Code:
Version 1.0.2 (02/02/2019)
• 12/24h time format based on watch preferences
• The "go to top" button touch area is now bigger
• Added "all day" event duration duration
• Fix crash when data never saved
Code:
Version 1.0.1 (28/01/2019)
• Removed annoying "Refreshing events..." toast
• Added "No events" message
Code:
Version 1.0.0 (24/01/2019)
• Initial release
• Shows calendar events from 10 min ago to ∞
• "Go to top" button
• Click time/date at top to see author/version
• Long click time/date at top to refresh the events
Download:
Latest version download (link)
Sources (Github link)
This app is based on @Quinny899 's work over springboard widgets :highfive: . The source code is written with comments so you can use it as a base to create an other widget. For more about how to set up a widget/app for Pace, you can also follow this topic "[DEV] Create custom home screen pages for the Pace".​
FAQ:
Can I get reminders from this widget?
No since your calendar phone app can/will throw notifications that will then be forwarded to the watch. Hence, there is no need for reminders.
What is the battery impact?
Data are send through Amazmod's battery and alarm data forwarding, but calendar data updated only if there is a change (but also once a day). Hence, you will not see any difference relative to forwarding batttery/alarm only.
I have the [INSTALL_FAILED_UPDATE_INCOMPATIBLE] error!
Run the uninstall command from adb first. (don't uninstall with Amazfit Tools)
I see a black widget!
This indicates a widget crash. I may not be aware of the problem, so, a logcat will help me fix it.
To save LogCat to a text file open up a terminal window and type: (it will create a file named "logcat.txt" in your current directory)
Code:
adb logcat -d > logcat.txt
Thanks to:
Code:
Quinny899, edotassi, lfom, diotto
Hi i use Amazmod on my watch but i don't have an option greafit calendar... I use the last version to Playstore 1.0.65..
kwet said:
Hi i use Amazmod on my watch but i don't have an option greafit calendar... I use the last version to Playstore 1.0.65..
Click to expand...
Click to collapse
As highlighted in the first post, amazmod's version where I coded the data forwarding is not released on playstore.
To help I will provide a compiled version of the app from the Dev channel, probably later today. However, keep in mind that it will have a different signature, thus you will have to uninstall the previous versions (revoke admin first on watch) before installing mine.
As a pebble's user I missed that feature in stratos. I hope try your app as soon as you provide a compiled version of dev amazmod. One question, we must substitute only the watch app of amazmod or the phone app too?
cesareogallego said:
I hope try your app as soon as you provide a compiled version of dev amazmod.
Click to expand...
Click to collapse
Compiled versions were uploaded on first post.
cesareogallego said:
One question, we must substitute only the watch app of amazmod or the phone app too?
Click to expand...
Click to collapse
Both.
Working perfectly. Now just need to check on battery impact.
adityavaidya said:
Working perfectly. Now just need to check on battery impact.
Click to expand...
Click to collapse
Data are send along with battery and alarm (so the interval is the same) but calendar data are actually send only if there were changed (and refreshed when day changes).
Thus, I you shouldn't see a difference.
I've got this unique setup which I don't think anyone else uses... Stratos with watchdroid for notifications and now amazmod for the calendar widget sync with notifications turned off. So may get completely different behaviour. Fingers crossed that its all good, because the functionality now is exactly what I like
New beta version to Amazmod but i don't see on Greafit your option on Calendar... why ?
adityavaidya said:
I've got this unique setup which I don't think anyone else uses... Stratos with watchdroid for notifications and now amazmod for the calendar widget sync with notifications turned off. So may get completely different behaviour. Fingers crossed that its all good, because the functionality now is exactly what I like
Click to expand...
Click to collapse
Oh, ok, let us know!
I am also interested in what do you thing amazmods miss...
kwet said:
New beta version to Amazmod but i don't see on Greafit your option on Calendar... why ?
Click to expand...
Click to collapse
Because the beta version that is releasing today is been tested for a week now. The Dev version I provide here has more fixes and also contains the code I wrote the last 7 days.
We will try to release a 2nd version (after the one today) shortly.
Don't get us wrong, we try to do our best
This version here is smoother than the one on playstore, the only bug is with grouped notifications removal.
Can you help me, i revook admin rights and send command. When i wan't uninstall amazmod service : adb uninstall com.amazmod.service and message : Failure DELETE_FAILED_DEVICE_POLICY_MANAGER , help !
kwet said:
Can you help me, i revook admin rights and send command. When i wan't uninstall amazmod service : adb uninstall com.amazmod.service and message : Failure DELETE_FAILED_DEVICE_POLICY_MANAGER , help !
Click to expand...
Click to collapse
Reboot, try uninstalling...
Same problem
GreatApo said:
Oh, ok, let us know!
I am also interested in what do you thing amazmods miss...
.
Click to expand...
Click to collapse
The biggest thing is that watch Droid allows older notifications to be responded to.
---------- Post added at 12:56 AM ---------- Previous post was at 12:52 AM ----------
Just another question. Do I need to enable device admin for the calendar widget to work?
adityavaidya said:
Just another question. Do I need to enable device admin for the calendar widget to work?
Click to expand...
Click to collapse
Nope
I have Amazmod service 1843 installed on watch. After installing Widget Timeline I see a blank screen.
The dev version is also service 1843.
Zipp05 said:
I have Amazmod service 1843 installed on watch. After installing Widget Timeline I see a blank screen.
The dev version is also service 1843.
Click to expand...
Click to collapse
I wrote this yesterday.
GreatApo said:
Because the beta version that is releasing today is been tested for a week now. The Dev version I provide here has more fixes and also contains the code I wrote the last 7 days.
We will try to release a 2nd version (after the one today) shortly.
Don't get us wrong, we try to do our best
This version here is smoother than the one on playstore, the only bug is with grouped notifications removal.
Click to expand...
Click to collapse
adityavaidya said:
I've got this unique setup which I don't think anyone else uses... Stratos with watchdroid for notifications and now amazmod for the calendar widget sync with notifications turned off. So may get completely different behaviour. Fingers crossed that its all good, because the functionality now is exactly what I like
Click to expand...
Click to collapse
Battery life seems to be unaffected. I used to get about 2.5 days earlier with my usage, and it looks that I'll get about the same with the calendar widget
adityavaidya said:
Battery life seems to be unaffected. I used to get about 2.5 days earlier with my usage, and it looks that I'll get about the same with the calendar widget
Click to expand...
Click to collapse
:good: it's optimized as hell
Hi !
Thanks for this but I followed all the steps and can get only black screen.
I have latest Amazmod you provided, springboard but still empty. Phone app says data send but still widget is empty.

IG Mods?

Hello folks. I've been a veteran iOS user and have finally plunged into the world of Android with a Google Pixel 3.
So far I'm loving every bit of it.
However, I used to love the iOS mod of Instagram (https://getrocketapp.io and IG++) which you could install without Jailbreak.
Now I've been looking far and wide for something similar and polished for Android, but there aren't any apps that have the full suit of the tweaks that came with the iOS mod versions.
I've seen a few (GBInsta / InstaUltra etc.) - but none of them seem to have everything that IG++ for iOS contains.
The specific features I'm looking for are:
Hide sponsored posts
Hide sponsored stories
Manually mark store as seen (hide notification of story seen)
Hide suggestions
These are availability both the iOS mods which is why I'm surprised that there's no Android mod similar.
Can anyone point me in the right direction?
Thanks
bump, I'm curious about this as well.
I wanna knwo that also!
Hi, despite the post is old, I am wondering if this could help...
(I did not install myself yet()
Instagram Mod Apk
If you're worried about backdoors in modded software, here are two choices:
Instagram Lite: Official app sans ads and most of the Instagram camera features.
Barinsta (F-Droid): Instagram with download features and non-obtrustive discover page. Open-source.
litelinux said:
If you're worried about backdoors in modded software, here are two choices:
Instagram Lite: Official app sans ads and most of the Instagram camera features.
Barinsta (F-Droid): Instagram with download features and non-obtrustive discover page. Open-source.
Click to expand...
Click to collapse
First app does not do what the poster (and me) is looking for, can you tell us if the second does it?
Hide sponsored posts
Hide sponsored stories
Manually mark store as seen (hide notification of story seen)
Hide suggestions
phaleg said:
First app does not do what the poster (and me) is looking for, can you tell us if the second does it?
Hide sponsored posts
Hide sponsored stories
Manually mark store as seen (hide notification of story seen)
Hide suggestions
Click to expand...
Click to collapse
Well I haven't revisited IG lite for a while, so it's possible that the ads are back in later updates.
And for the time being, Barinsta is hit by a Cease and Desist letter, which prohibits development of the app.
I now recommend Instander. Isn't open source but blocks all ads most of the time. It also offers robust options in the instander settings page, and has the ability to hide "seen" status from stories, videos, livestreams and DMS.
litelinux said:
Well I haven't revisited IG lite for a while, so it's possible that the ads are back in later updates.
And for the time being, Barinsta is hit by a Cease and Desist letter, which prohibits development of the app.
I now recommend Instander. Isn't open source but blocks all ads most of the time. It also offers robust options in the instander settings page, and has the ability to hide "seen" status from stories, videos, livestreams and DMS.
Click to expand...
Click to collapse
Grazie
I found the telegram channel with version 14.1
normal and clone looks having the same size, which one should I pick?
I read that is not open source, does it mean that I have to pay for using it?
Thanks again
phaleg said:
Grazie
I found the telegram channel with version 14.1
normal and clone looks having the same size, which one should I pick?
I read that is not open source, does it mean that I have to pay for using it?
Thanks again
Click to expand...
Click to collapse
The normal version has the same package name as the original Instagram, so installing it will replace the original.
The clone version can coexist with the original app.
You don't have to pay for it, non-open source just means that we can't build it ourselves.
However, donations to the developer is the best way to help keep the development going.
litelinux said:
The normal version has the same package name as the original Instagram, so installing it will replace the original.
The clone version can coexist with the original app.
You don't have to pay for it, non-open source just means that we can't build it ourselves.
However, donations to the developer is the best way to help keep the development going.
Click to expand...
Click to collapse
I installed the normal version from their telegram channel (not the clone).
I rebooted and wiped cache of IG and the other thing
I open the app and the ads are still there...
what did I miss please?
I was not sure if installed properly, so I tried again from file manager and it says impossible to install on my device (the PocoF1 with Pixel Experience +) ...
Please help me, the developer website is super weird and I cannot find the tutorial
@phaleg Try the clone version maybe? I installed the clone version and so far it only has ads in the "Older Posts" section.
BTW, on my phone, 14.1 only shows a black screen on startup. My solution is to install 12.1, log in then update to 14.1.
The website is indeed broken so using the telegram group would be more straightforward
For the ads though, most of the time there won't be ads, but occasionally ads will appear. Blame IG for this.
By the way if you don't need the reply function (and the bells and whistle in DM), then mods from @neekless still works to this day:
itylermartin said:
All uploads are here thanks to neekless https://androidfilehost.com/?a=show&w=files&flid=296942
Click to expand...
Click to collapse
I recommend versions under 144, has no ads and can view older posts right under new posts (the old way).
litelinux said:
@phaleg Try the clone version maybe? I installed the clone version and so far it only has ads in the "Older Posts" section.
BTW, on my phone, 14.1 only shows a black screen on startup. My solution is to install 12.1, log in then update to 14.1.
The website is indeed broken so using the telegram group would be more straightforward
For the ads though, most of the time there won't be ads, but occasionally ads will appear. Blame IG for this.
Click to expand...
Click to collapse
Thanks for the tips!
This is how I solved, installing the close worked and also if you first uninstall the normal instagram and then you put Instander works.
Now I have both and will probably remove one.
I see no ads and that's great, I try asking, is there option to remove the annoying reels as well?
phaleg said:
Thanks for the tips!
This is how I solved, installing the close worked and also if you first uninstall the normal instagram and then you put Instander works.
Now I have both and will probably remove one.
I see no ads and that's great, I try asking, is there option to remove the annoying reels as well?
Click to expand...
Click to collapse
From your profile -> hamburger menu on the top right -> "Instander Settings" -> Misc
There is a switch to turn off IG reels.
After switching it off, close the app (by clearing it from recents) then re-open. Changes should take effect.
The switch may not work at times, so if the switch is already off, turn it on, restart the app, turn it off, then restart again.
litelinux said:
From your profile -> hamburger menu on the top right -> "Instander Settings" -> Misc
There is a switch to turn off IG reels.
After switching it off, close the app (by clearing it from recents) then re-open. Changes should take effect.
The switch may not work at times, so if the switch is already off, turn it on, restart the app, turn it off, then restart again.
Click to expand...
Click to collapse
Mmm, I tried couple times the switch for the Reels, will try again tomorrow...
Just for me to understand, reels switch off, means that the app will hide those reels from stream / feed and remove the button in the middle, correct?
Maybe is needed to clear cache of the app or storage something?
phaleg said:
Mmm, I tried couple times the switch for the Reels, will try again tomorrow...
Just for me to understand, reels switch off, means that the app will hide those reels from stream / feed and remove the button in the middle, correct?
Maybe is needed to clear cache of the app or storage something?
Click to expand...
Click to collapse
Try force stopping the app after switching.
litelinux said:
Try force stopping the app after switching.
Click to expand...
Click to collapse
I did this too, whole process, from off to on (remove from recent + force close), then again from on to off (remove from recent + force close)... anyway, it is still cool to remove ads, maybe in future I will be more fortunate for this XD
@phaleg for reference mine looks like this:
{
"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"
}
I'm on 14.1.
litelinux said:
@phaleg for reference mine looks like this:View attachment 5429861
I'm on 14.1.
Click to expand...
Click to collapse
Do you have a similar app for annoying / promotional things on Facebook? For now, I am using the lite version that misses the dating feature, but has the messages integrated in the same app
phaleg said:
Do you have a similar app for annoying / promotional things on Facebook? For now, I am using the lite version that misses the dating feature, but has the messages integrated in the same app.
Click to expand...
Click to collapse
Frost is an open source wrapper for Facebook that supports notifications and hiding promotional content.
Facebook LC is a mod made by @evilwombat to an older version of Facebook. Though not updated, it still works to this day. On the same thread there is also Messenger LC, which hides ads from the messenger app.
However I'm not sure if these apps have the dating feature, as I've never used it before.

Categories

Resources