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

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.

Related

[ROM] MIUI 1.10.21 (fascinatemtd)

{
"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"
}
MIUI for Beginners
Already flashed MIUI ROM? OK, pick up your phone now, let’s start our happy journey of MIUI ROM.
The first step: selecting apps
Various apps will greatly enrich your cell phone, so firstly let’s select the apps to your taste. Use the Android Market and download what you would like. If you are using a backup app and restoring apps from a previous ROM, only restore the apps and not the data. Otherwise that will create a lot of force close issues.
Tip: How to copy files from the computer to the phone? First connect your phone to your computer via data cable, pull down the notification panel from the top of the phone, click “USB connected”, and then click "Turn on USB storage”.
After copying, do not forget to select the option of “Turn off USB storage”, otherwise "File Manager” in the phone will not be able to find the sd card, as it is being occupied by the computer.
Now I have a lot of apps, how to put them in order?
All apps successfully installed are listed on the desktop, however, they may not be in the order you want, how to put them in order?
Long press an app icon and then you may move it freely. When it is moved to the screen border, the screen will automatically switch to the next screen.
How to add a screen? Use two fingers to pinch on the desktop to enter screen thumbnail mode. Then you may add or delete screens.
How to delete an app? Long press the app icon you want to delete, drag it on top of the trash box and click OK to delete it.
The second step: let's make your phone different.
A phone without style is nothing remarkable, so let’s make your phone different!
Changing wallpaper: Click Menu button on the desktop, select “Change Wallpaper” to replace the wallpaper. In addition to the existing wallpaper in the phone, thousands of pieces of wallpaper are also available online.
Changing theme: Themes make great changes to your interface style. Click “Theme Manager” on the desktop to select the theme you like. Also, more online themes are available online.
Selecting ringtones and more: click “Settings” on the desktop to set call and notification ringtones. In “Personalization” under “Personal” tab, you may find more options.
The third step: it’s time for some advanced techniques!
Well, you are no longer a beginner now, so let’s learn some advanced techniques.
Adding widgets on the desktop: press the Menu button on the desktop, select "Edit Mode", and then click the icon on the upper right corner to access the interface of “Add Widgets”. Choose your favorite widget on the top, and then drag it to the screen below.
Using folders to manage desktop apps: in the interface of “Add Widgets”, drag [Folder] to the desktop. You may drag multiple apps into folders to classify them. After opening the folder, you may click the edit icon in the upper left corner to rename the folder.
Using toggles panel to improve efficiency: drag the notification panel down from the top, click "Toggles" to go to the toggles panel (It goes to the toggles panel in default of notice.) On the panel are listed the most commonly used toggles, you may click to quickly enable or disable a toggle. Long press on the icon will launch the settings for that icon.
Guest mode: enable the “Guest Mode” toggle in the panel, and your calls and text messages logs will be hidden, and all installed applications cannot be removed. You may have a try when you need to show your phone to guests or children.
Importing contacts or binding accounts: you may use some apps to import a batch of contacts, or bind Google account directly in "Settings"> "Personal"> "Accounts & Sync Settings" to sync contacts at any time.
How to print screens? Press "Menu" key and "Volume Down" key at the same time to print a screen. The printed image is saved in the directory of MIUI in the SD card.
How to copy files from the computer without using the data cable? In case of a Wi-Fi connection, enter “File Manager” on the desktop, select the tab of "Remote Administration" to start the service, and then you will get an address. Enter the given address on the computer, then you may copy files without using a data cable! ​
Download (Or its in ROM Manager Under The Same Name As My Espresso Rom's Are Located)​
F.A.Q.​
Please read before posting any questions!​
Q: What the difference between this version and the one on miuiandroid.com/miui.us?
A: This version includes ad-blocking, TELUS code fix, Juwe11's ram script, Kenia1234's 3D fix, and TelocationProvider.apk has been removed.
Q: My phone can't detect my external sd card?
A: Look in your sd card for a folder called, external_sd card. If it is not there, create one, and then reboot.
If it is still not being detected after making the folder, go into the MIUI Gallery, hit the menu button, select "rescan sd card".
Q: I don't have root?
A: Go into the Superuser app. Hit your menu button, select Settings. Turn on ROOT permission.
Q: I'm getting force closes?
A: Try these options in order:
- Go into the Settings and select Programs. Select Manage Applications and find your app and clear the data
- Reboot into Recovery. Select Advance Options and then Fix Permission.
- Download Android Terminal Emulator. Open it up and type su, hit enter, and then select Allow for SuperUser Permission. Next type df datadata and hit enter. If you are around 80-90%, download DiskUsage and see which apps take up the most /datadata space. Either uninstall the apps or move to your sd card.
- Reboot into Recovery; select wipe data/factory reset.
Q: Can I use the ota app to upgrade my rom version?
A: Yes you can, but you will loose the tweaks that I added.
Q: Why do I keep getting radio dump files on my sd card?
A: It happens when the modem crashes; you can delete them. If you get several of them, it is recommended that you flash a new modem.
Q: Why is battery life so bad compared to other roms?
A: Currently the rom is not optimized for our phone. Once the gingerbread source code is released, battery issue will be fixed.
Q: I applied a theme, but it didn't change everything?
A: The theme hasn't been updated to the latest version of MIUI.
Q: When I go into sms app and select the 'contacts' tab, my contacts don't show up?
A: Hit menu, select Settings. Click Advanced Settings and turn off, Filter Numbers.
Q: Can I use a Samsung App from another rom?
A: No, there is no twframework because this is not a Samsung rom.
Q: Why is my camera showing black?
A: While in the camera application, lock & unlock the screen.
Q: When I go into Settings, it force closes on me?
A: Use another theme.
Q: My wifi doesn't work?
A: Reflash the kernel.
Q: When I get a call or call someone, my screen turns black!
A: Hit the power button.
Q: I can't download anything from the browser/market/etc.?
A: Try these options in order:
- Exit the app and try downloading again.
- Go into the Downloads app on your phone and select/unselect Download only using WLAN.
Q: I am using a kernel that allows for under volting, but I can't get the sliders to move in voltage app.
A. Known issue, with persistence they will move.
Q: How would I go about flashing another rom?
A: You must go back to stock before flashing another rom.
Q: Can I use a different kernel?
A: Yes, you can.
Q: How do I install Swype?
A: Download the Swype Installer from here. Follow the instructions all the way until you get to the end, do not click finish. Reboot the phone and swype will now work.
*Reserved*
Oh. Boy
Sent from my SCH-I500 using xda premium
Why did I Do this?
Because I know Andmer will be getting a Nexus Prime so I thought after he gets the phone, he'll forget about the fascinate all together.
Enyo. said:
Why did I Do this?
Because I know Andmer will be getting a Nexus Prime so I thought after he gets the phone, he'll forget about the fascinate all together.
Click to expand...
Click to collapse
Andmer gave DroidViscious the go-ahead to take it over.
I contacted him as well.
Like with the captivate, since i ported this from the cappy, it will still say "Congratulations 110070" In the status bar. But this new update looks different. Faster and different.
Included a better GPS tweak thats included in Espresso ROM. Haven't tested it yet.
how is it faster/better than normal miui? just curious. thanks for doing this btw.
Sent from my MIUI SCH-i500
Am I missing the download link in the op or isn't there one yet?
Sent from my SCH-I500 using XDA App
sageDieu said:
how is it faster/better than normal miui? just curious. thanks for doing this btw.
Sent from my MIUI SCH-i500
Click to expand...
Click to collapse
It's not....
sarkozy said:
It's not....
Click to expand...
Click to collapse
Yes it is. I added my espresso tweaks.
Sent from my SCH-I500 using XDA App
Enyo. said:
Yes it is. I added my espresso tweaks.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
SIIICKKKKKK!!!
Sent from my SCH-I500 using xda premium
Enyo. said:
Yes it is. I added my espresso tweaks.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Well that assumes it tweaks enhance the.regular build
nitsuj17 said:
Well that assumes it tweaks enhance the.regular build
Click to expand...
Click to collapse
Its not all the tweaks from my espresso rom, but it makes scrolling faster and the heap size bigger.
Is mms working properly?
Sent from my Humble Gingerbread 2.3.5 Droid Charge 4G
Just wanted to say thanks for picking this up. I was worried we might get left behind. I appreciate all your hardwork and look forward to installing the ROM as soon as you get it posted!
Eris _2.1_2010 said:
Is mms working properly?
Sent from my Humble Gingerbread 2.3.5 Droid Charge 4G
Click to expand...
Click to collapse
It should. If it doesn't just tell me and i'll fix it by using the patch that I have.
Its posted in the OP. Its in ROM Manager under where my espresso roms are located. The direct link is also from ROM Manager so it may take some time for the direct link to activate. But again its in ROM manager now.
Download link corrupt.
Disregard...just read post #19

[APP][Xposed][Custom] Xposed Installer+ (2.1.4 build) added with new functionalities

Thanks to sir @Tungstwenty and sir @rovo89 for turning the Xposed project as Open Sourced.
NOTICE: Please don't ask about framework issues here. This is for the installer only.
This was built from Xposed Installer 2.1.4 source...
I've manage adding some functionalities that were not yet implemented on the 2.1.4 installer.
Please take a look at the screenshots below for the details... XD
By the way, sir @rovo89 is already up for the Xposed Installer 2.2, so I think you can just skip this if you want...
What's with this?
1.) Extended option for actions when a module is clicked from the modules list:
{
"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"
}
2.) Debug logs tab plus color coding for better readability
3.) Convert debug logs into either HTML or BBcode format, so you can retain the color coding and post it here in XDA or save it as a html file so It can be viewable from your web browser.
4.) Organize execution order of modules. In that way, you can gain full control of which module should be first executed by the xposed framework when your phone boots up and so on...
If you find this very interesting,
Please HIT Thanks! XD
Xposed Installer+ by @WisdomSky
r2 DOWNLOAD[APK]: http://qfs.mobi/f844640
changelogs:
- added Russian translation by @pavik62
- fixed BBCode formatting
r1 DOWNLOAD[APK]: http://qfs.mobi/f840500
changelogs:
- Initial release
To those who are interested for translation/localization:
Strings.xml - http://qfs.mobi/f844665
PROJECT SOURCE[ZIP]: http://qfs.mobi/f841191
Is this fixed the performance issue after installed this. I mean after installed the device gets slow with replacing new framework files.
WisdomSky said:
[size= 5]If you find this very interesting,
Please HIT Like! XD[/size]
Click to expand...
Click to collapse
There's no LIKE button in XDA:silly:
cities516 said:
There's no LIKE button in XDA:silly:
Click to expand...
Click to collapse
My bad... XD
Obviously, I'm a Facebook diehard fan
Nice work. Are you considering to contribute the changes back?
For 1), I have already one pull request: https://github.com/rovo89/XposedInstaller/pull/13. It needs a bit more work, but I will probably include this in a future version.
For 2): A log view is definitely planned and colors could be useful for that (even though the image is too small to see what it looks like).
The log export in 3) is useful as well, especially if you can copy it to the clipboard or send it to a text editor app.
I'm not sure about 4). The UI definitely looks nice, so I'm curious to see how it is coded. But is there any need for that? I guess no user would know what to configure there. So if you know any combinations of modules that require this, I would rather check if the framework can't figure out the correct order itself, or maybe give modules some additional control over this.
So as you can see, I would consider merging most of your additions, which would make sure everyone can enjoy them and that users can upgrade using the new downloader feature in version 2.2 (which would break with modified apps because of the different signature). If you publish your changes, that would save some work and time and it also continues the thought of Open Source.
/CC @Tungstwenty
WisdomSky said:
If you find this very interesting,
Please HIT Thanks! XD
Click to expand...
Click to collapse
Great work as usual. I really like the logging features; those were ingenious ideas.
rovo89 said:
So as you can see, I would consider merging most of your additions, which would make sure everyone can enjoy them and that users can upgrade using the new downloader feature in version 2.2 (which would break with modified apps because of the different signature). If you publish your changes, that would save some work and time and it also continues the thought of Open Source.
Click to expand...
Click to collapse
+1...I like the sounds of this.
Please @WisdomSky, @rovo89 can you add x86 support?
Thanks!
Enviado desde mi XT890 usando Tapatalk 4
rovo89 said:
Nice work. Are you considering to contribute the changes back?
So as you can see, I would consider merging most of your additions, which would make sure everyone can enjoy them and that users can upgrade using the new downloader feature in version 2.2 (which would break with modified apps because of the different signature). If you publish your changes, that would save some work and time and it also continues the thought of Open Source.
/CC @Tungstwenty
Click to expand...
Click to collapse
Was part of my plans sir...
but noob-ly speaking.... I don't know how to use git... XD
so Instead, I'll just upload it as zip sir... XD
SOURCE: http://qfs.mobi/f841191
By the way sir. About 4.), there is an alert dialog prompt everytime the activity is launched with some explanation about it.
And my WisdomSky Xploit and XthemeEngine do conflict. XthemeEngine always overlaps my WisdomSky Xploit. XD
defiant07 said:
Great work as usual. I really like the logging features; those were ingenious ideas.
Click to expand...
Click to collapse
Thanks sir... XD
mrjoy said:
Is this fixed the performance issue after installed this. I mean after installed the device gets slow with replacing new framework files.
Click to expand...
Click to collapse
Sorry sir, but I can't answer that... Please go to the Framework thread sir, they can help you about framework issues there...
Prowzak said:
Please @WisdomSky, @rovo89 can you add x86 support?
Thanks!
Enviado desde mi XT890 usando Tapatalk 4
Click to expand...
Click to collapse
sorry sir, but I'm not much skilled at C/C++ language... and I don't own any x86 device....
Please add the Russian language
Does this also support 4.3? That would definitely be something lol.
Sent from my Paranoid 4.3 LG-E970
Working good on Nexus 7 Rasbeanjelly 4.3 here...
Precedence order force closes with more modules installed... is this a bug? and also precedence order is not making any changes as I have two modules installed thats Nottach and xblast tools and both have the option to enable status bar transparency but when I enable transparency in xblast, it also make other apps to cover status bar background but as in nottach one, its status bar transparency don't make other apps to cover statusbar background.
So, when I try to put nottach at the very bottom to apply its options after all the modules with like xblast, but the precedence option don't seems to work. It always put the nottach module at the very top of the list after reboot in precedence option.
Please, fix this.
vaibhav011286 said:
Precedence order force closes with more modules installed... is this a bug? and also precedence order is not making any changes as I have two modules installed thats Nottach and xblast tools and both have the option to enable status bar transparency but when I enable transparency in xblast, it also make other apps to cover status bar background but as in nottach one, its status bar transparency don't make other apps to cover statusbar background.
So, when I try to put nottach at the very bottom to apply its options after all the modules with like xblast, but the precedence option don't seems to work. It always put the nottach module at the very top of the list after reboot in precedence option.
Please, fix this.
Click to expand...
Click to collapse
my suspect is maybe you have not granted it with root access... Precedence manager requires root to manipulate orders of modules...
and please elaborate more about the force close or show us some steps on how to reproduce it... thanks...
everything seems working fine with me...
WisdomSky said:
my suspect is maybe you have not granted it with root access... Precedence manager requires root to manipulate orders of modules...
and please elaborate more about the force close or show us some steps on how to reproduce it... thanks...
everything seems working fine with me...
Click to expand...
Click to collapse
I have granted root access to it at the time of first launch and as proof of working, I am able to soft roboot/reboot from its menus.
I am attaching some shot of my modules which I installed.
And, it also force closes on logs.
Please, check it.
Not work cm10.2
Sent from my GT-N7105 using Tapatalk 4
This app is awesome but the other original xposed installer has been updated with an repository of apps if you can also include in it also do not change the interface i find the old interface if the exposed installer better and also i am here to report a problem the soft reboot does not work it give an hot reboot......
Nice UI
Post By LBA™ Rom © 2013
Using:- XDA Premium HD
Device: Micromax A110
there may be links between greenify donate and xposed with the malfunction of quick memo on my lg optimus 4x hd?
I have installed this and quick memo has stopped working and many icons of ui are changin look..
Inviato dal mio LG-P880 con Tapatalk 2
Any chance of having this work on CM10.2??

RememberIME - Automatically change and remember the IME setting (App/Activity based)

RememberIME
This Xposed Framework module allows you to store and restore the IME / Keyboard / Softinput setting per app and activity.
This means it automaticly switches the IME to the last setting you used in the app / activity.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download:
https://github.com/Eun/RememberIME/releases
Xposed repo:
http://repo.xposed.info/module/eun.xposed.rememberime
Source:
https://github.com/Eun/RememberIME
Looks amazing, I've been wanting something like this for a long time. I don't think I dare install it, though, until there's some kind of UI for viewing and clearing App<->IME associations that have been stored--I occasionally switch keyboards to try something out and would want to be able to put everything back to normal quickly. This is separate from the ability to manually associate apps with certain IMEs, which would be even cooler but would also be more work. Thanks again for a great start!
Sent from my Nexus 4 using Tapatalk
I've only been testing it with two IMEs but so far there haven't occurred any problems :thumbup:
An UI would be a nice feature (see post above) and if possible a blacklist to only use a definable 'default' IME.
As far as I have noticed every app is linked to an IME (or the other way around) even if there is no need to type in text anywhere in the app (e. g. Launcher, games, etc). I assume this to 'pollute' the link-list
But for me an UI is not that important
Sent from my Boeffla powered Slim GT-I9300
daniels220 said:
Looks amazing, I've been wanting something like this for a long time. I don't think I dare install it, though, until there's some kind of UI for viewing and clearing App<->IME associations that have been stored--I occasionally switch keyboards to try something out and would want to be able to put everything back to normal quickly. This is separate from the ability to manually associate apps with certain IMEs, which would be even cooler but would also be more work. Thanks again for a great start!
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
I don't feel this is necessary, since you will always see the Systems Chooser dialog.
To reset, you need to flush the data and reboot.
w0rinal said:
I've only been testing it with two IMEs but so far there haven't occurred any problems :thumbup:
An UI would be a nice feature (see post above) and if possible a blacklist to only use a definable 'default' IME.
As far as I have noticed every app is linked to an IME (or the other way around) even if there is no need to type in text anywhere in the app (e. g. Launcher, games, etc). I assume this to 'pollute' the link-list
But for me an UI is not that important
Sent from my Boeffla powered Slim GT-I9300
Click to expand...
Click to collapse
The default IME (= what you set in SystemSettings/Input) will be used if an app is not in the list.
Pollution should not occur since the module only stores the data IF you modified the IME, so if there is no IME for an app, you wont change anything. No change => no save.
Is it possible to make something like this, but for switch language of one keyboard (for example english, russian, emoji on xperia keyboard).
I mean for example when you run Viber keyboard start with english layout, when you run SMS app - with russian layout...
dron39 said:
Is it possible to make something like this, but for switch language of one keyboard (for example english, russian, emoji on xperia keyboard).
I mean for example when you run Viber keyboard start with english layout, when you run SMS app - with russian layout...
Click to expand...
Click to collapse
Yes this should be possible, by storing and setting the Subtype. (mCurrentSubtype in InputMethodManagerService and setInputMethodAndSubtype in InputMethodManager).
Feel free to create a fork and implement it.
Looks tremendously useful for anyone with multiple keyboard likes. Language setting idea also good but may be different for each KB so a mess to implement.
Will give it a try!
eunrox said:
Yes this should be possible, by storing and setting the Subtype. (mCurrentSubtype in InputMethodManagerService and setInputMethodAndSubtype in InputMethodManager).
Feel free to create a fork and implement it.
Click to expand...
Click to collapse
Unfortunatelly my coding skill isn't good, but your words gave me hope for such module.
eunrox said:
Yes this should be possible, by storing and setting the Subtype. (mCurrentSubtype in InputMethodManagerService and setInputMethodAndSubtype in InputMethodManager).
Feel free to create a fork and implement it.
Click to expand...
Click to collapse
Oh, please, someone, make it happen!
When I am trying to update my 1.0 version to 1.1 I just have the same 1.0 after update. Please fix this.
Sent from my C5302.
Sorry for bad English.
Sv3ne said:
When I am trying to update my 1.0 version to 1.1 I just have the same 1.0 after update. Please fix this.
Sent from my C5302.
Sorry for bad English.
Click to expand...
Click to collapse
Same here
Please make it work with Google keyboard languages. Can you do it?
Sent from my C5302.
Sorry for bad English.
Sv3ne said:
When I am trying to update my 1.0 version to 1.1 I just have the same 1.0 after update. Please fix this.
Click to expand...
Click to collapse
Fixed.
Thanks for report.
Sv3ne said:
Please make it work with Google keyboard languages. Can you do it?
Sent from my C5302.
Sorry for bad English.
Click to expand...
Click to collapse
Yes PLEASE!
is it planned to get this ported to Lollipop? I would but I have no coding skills
Does this info from rovo89 help to get it done?
Sadly, it's not working at all on CM12.1. Is there a chance for us to see this ported in the future?
Crash when pressing home in terminal emulator
thanks so much for this module.
I do have one common problem however, persists across Cyanogen mod 11 (11 M10 d2lte, 11 M12 jflte) on my SG3 and SG4 and on CM 10.2.1-grouper on my Nexus 7.
To reproduce:
(Default keyboard was set to Android AOSP Keyboard)
Launch Terminal Emulator, choose Hackers Keyboard via AOSP keyboard, press home button, OS locks up and reboots or has to be rebooted.
I tried version 1.0 and 1.1 with the same issue. I don't think it actually matters if AOSP keyboard is set as default first or not.
If I exit terminal emulator via any other means say backing out everything works fine. However I often need to switch apps via home so i can keep terminal emulator open.
Please fix this if you can, let me know if you need any other info.
thanks!
Thanks for this app, but somehow this does not work on Marshmallow...
Running a Nexus 6 with CM 13.
On my android 4.3 tablet this works great.
Edit: sorry, didn't read the posts above this one...
Can you please add MM support, thanks
@eunrox
Hey Eunrox and everyone, got a question....
When I go back to home screen it opens the keyboard on Sense homescreen. I have to click "back" to close keyboard. So things happen like, when a call comes in I have to clear the keyboard before i can answer.
So is there any way to disable IME from opening keyboard on Sense home screen / phone app ?
Otherwise the module is great, exxxxactly what I needed and im happy I stumbled across it. Thank you very much for your work and sharing it. It really helps because of the particular apps and browsers I have to use. Thank yoy so much.
Ps
Android 4.4.4 Kitkat, HTC Sense, ViperOne ROM
THANKS

[Xposed][4.0+] Flipster 3.0 - Icon changer

{
"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"
}
Flipster is an Xposed module which allows you to change the icon and name of an app and also all the colors and icons inside an app. These changes are applied systemwide.
I decided to work on this because xSuite module hasn't been updated to support Lollipop.
Instructions
(Need to update again)
Bugs
Although it worked fine in initial tests, there could be some bugs which I haven't encountered yet. Please report them and I'll try to fix ASAP
Download
As xSuite module was available for free, I decided to keep Flipster free as well.
But if you like the app, a donation would be appreciated
Get it from Play store or Xposed repo
XDA:DevDB Information
Flipster, Xposed for all devices (see above for details)
Contributors
PunchUp, PunchUp
Xposed Package Name: com.arjerine.flipster
Version Information
Status: Stable
Current Stable Version: 1.3
Stable Release Date: 2015-11-21
Created 2015-11-03
Last Updated 2015-11-22
(Not needed anymore - v3.0 onwards)
How to find icon names?
• Use a file manager which can extract or open an apk file directly. Then go inside res folder
• Inside the res folder, if one of these mipmap folders exist, you will find the launcher icon inside one of them (most cases)
• These drawable folders contain all the icons used inside an app.
Also, if mipmap folders don't exist, you'll also find the launcher icon here.
• Enter icon name in Flipster and choose mipmap/drawable (wherever you found the icon) and it will be replaced after a reboot
If you find new launcher icon names of apps, please post them on this thread.
But if you're not registered on XDA, just add comments on this spreadsheet or send an email to [email protected]
This spreadsheet will help others and also be useful to implement icon pack support which I plan to do in the future when there are enough apps in the sheet
xSuite was unable to change names and icons of hangouts & camera. Also the changes didn't show up in Nova launcher launcher. Are these bugs here too?
Sent from my A108 using XDA mobile app
DSouparno said:
xSuite was unable to change names and icons of hangouts & camera. Also the changes didn't show up in Nova launcher launcher. Are these bugs here too?
Sent from my A108 using XDA mobile app
Click to expand...
Click to collapse
Hi, sorry I made a small mistake before releasing the app and the module is not working currently. I'll release a new update very soon.
Hangouts and camera should work. But Nova launcher won't. I'll have a look at it later.
DSouparno said:
xSuite was unable to change names and icons of hangouts & camera. Also the changes didn't show up in Nova launcher launcher. Are these bugs here too?
Sent from my A108 using XDA mobile app
Click to expand...
Click to collapse
I've fixed the bug and released an update. It will be available from Play store within a couple of hours.
I tested Hangouts and it's not working. Will have a look again tomorrow.
Camera (stock Android) is working. Icon name is logo_camera_color_44in48dp. Type is mipmap.
If you need icon names of any other apps, let me know. I'll update the spreadsheet accordingly.
I'm using LG FLEX 2 with Xposed framework ver. 75.
When I launch Flipster it says "Xposed framework not detected". Didn't even ask for root.
nvm im dumb. needed to enable it in xposed modules..
Okay, tried to change phone and viber icons - nothing in standart LG launcher changed Any way to make it work? I kinda like it if only we could change icons...
Dreamisdead said:
Okay, tried to change phone and viber icons - nothing in standart LG launcher changed Any way to make it work? I kinda like it if only we could change icons...
Click to expand...
Click to collapse
I'd be happy to help. But first, can you tell me if you were not able to change the icons *just* in LG launcher? Please check in App Info. Has it changed there?
PunchUp said:
I'd be happy to help. But first, can you tell me if you were not able to change the icons *just* in LG launcher? Please check in App Info. Has it changed there?
Click to expand...
Click to collapse
No, it didn't change anywhere i think... Tried a few other apps.
I looked in settings app and in titanium backup icon is the same, but in Flipster it shows as changed.
Maybe I'm doing something wrong? There was a tip about icon name. I didn't set any.
Dreamisdead said:
No, it didn't change anywhere i think... Tried a few other apps.
I looked in settings app and in titanium backup icon is the same, but in Flipster it shows as changed.
Maybe I'm doing something wrong? There was a tip about icon name. I didn't set any.
Click to expand...
Click to collapse
You have to specify the icon name. Otherwise it won't change.
Viber -> ic_launcher_viber (drawable). Try it and let me know.
I don't have an LG device, so you'll have to give me the apk of phone app.
If you need other icon names, let me know
PunchUp said:
You have to specify the icon name. Otherwise it won't change.
Viber -> ic_launcher_viber (drawable). Try it and let me know.
I don't have an LG device, so you'll have to give me the apk of phone app.
If you need other icon names, let me know
Click to expand...
Click to collapse
Thank you! Viber icon changed in apps!
But there is a problem. LG launcher shows old icon. Both in home screen and app drawer.
I tried rebooting a few times, and restarting LG Launcher after boot, nothing worked
Maybe there is a cache of old icon somewhere?
Also I can send you apk of phone and other apps I need, but I think it will be faster if there was a tutorial on how to check icon name.
That way everyone can contribute to your google drive sheet.
Maybe you can add auto naming or selecting from list? After we found out all app icon names of course
Dreamisdead said:
Thank you! Viber icon changed in apps!
But there is a problem. LG launcher shows old icon. Both in home screen and app drawer.
I tried rebooting a few times, and restarting LG Launcher after boot, nothing worked
Maybe there is a cache of old icon somewhere?
Click to expand...
Click to collapse
Yea launchers are annoying. Most of them don't change. Stock AOSP launcher is the only one I've found to be working properly.
(I'll take a look at LG launcher's code)
Also I can send you apk of phone and other apps I need, but I think it will be faster if there was a tutorial on how to check icon name. That way everyone can contribute to your google drive sheet.
Click to expand...
Click to collapse
Yes I will soon. Detailed instructions with images.
But basically, all you need to do is use a file manager to extract the apk (some file managers also allow to browse without extracting). Then go inside 'res' folder. If you see a 'mipmap' folder there, it will have the launcher icon inside it. If not, just open one of the drawable folders (xxhdpi, xhdpi, etc) and find the name of the launcher icon. Hope you got it?
Maybe you can add auto naming or selecting from list? After we found out all app icon names of course
Click to expand...
Click to collapse
Sure yea. I created this app for personal use but if a lot of people start using, I'll implement auto import.
@Dreamisdead if you're interested, I'll give you the editing rights for the spreadsheet so that you can enter an app directly whenever you find. Let me know
@PunchUp I don't have sufficient space to install it from Play Store. Please upload the apk file to the Xposed Repository.
Thanks in advance
Sent from my A108 using XDA mobile app
DSouparno said:
PunchUp I don't have sufficient space to install it from Play Store. Please upload the apk file to the Xposed Repository.
Thanks in advance
Sent from my A108 using XDA mobile app
Click to expand...
Click to collapse
Hey! Sure I'll upload it there. Was meaning to do it earlier this week but got busy.
I want to use icons from icon package installed on my device , how to change all icons to the icon package ??
lion_2006 said:
I want to use icons from icon package installed on my device , how to change all icons to the icon package ??
Click to expand...
Click to collapse
Hi, this is not possible for now at least. When there are enough apps in this sheet, I'll add support for icon packs.
Veryyy nice app . Tnxx bro keep it up.Ive lg g4 .waiting for working well in our device
Sent from my LG-H818 using Tapatalk
Nima79 said:
Veryyy nice app . Tnxx bro keep it up.Ive lg g4 .waiting for working well in our device
Sent from my LG-H818 using Tapatalk
Click to expand...
Click to collapse
Hi, what is not working exactly?
launcher3 shortcut can't get effected.
Any way to change icons of google photos & voice search? They are respectively parts of google+ and google apps, so they can't be changed by using ic_launcher...
Sent from my A108 using XDA mobile app
---------- Post added at 09:03 AM ---------- Previous post was at 09:01 AM ----------
lion_2006 said:
I want to use icons from icon package installed on my device , how to change all icons to the icon package ??
Click to expand...
Click to collapse
What you can do is extract the apk and copy the icons you need to a different directory. That's what I do.
Icons are found in one of the drawable folders in the res folder of the package.
Sent from my A108 using XDA mobile app
---------- Post added at 09:09 AM ---------- Previous post was at 09:03 AM ----------
PunchUp said:
I've fixed the bug and released an update. It will be available from Play store within a couple of hours.
I tested Hangouts and it's not working. Will have a look again tomorrow.
Camera (stock Android) is working. Icon name is logo_camera_color_44in48dp. Type is mipmap.
If you need icon names of any other apps, let me know. I'll update the spreadsheet accordingly.
Click to expand...
Click to collapse
Hello again. Sorry for bugging you so many times. I just noticed that camera icon name is for android version 5.0-6.0 and what about earlier? I'm on 4.4.2.... (found no custom rom )
Sent from my A108 using XDA mobile app

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

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.

Categories

Resources