[Q] Theme chooser - 3rd party apps - Android Themes

Hey.
Did anyone try to theme 3rd party apps? For most it works quite good, but there are some that make me crazy
Problem: Capital letters in package name. (e.g. com.keramidas.TitaniumBackup)
I don't get it redirected. In general, redirections look like this:
com.android.mms -> com_android_mms -> easy, no problems at all
When I try it with capitals
com.keramidas.TitaniumBackup -> com_keramidas_TitaniumBackup
it won't compile because capitals are not allowed.
I tried to use redictions.xml (com.keramidas.TitaniumBackup -> com_keramidas_titaniumbackup), no effect.
According to this (click) I tried to use the <meta-data> tag in Android.Manifest.xml, still no effect.
I don't have other ideas. So, if someone knows what to do (or knows that it's definitely not possible), please help
I attached some screenshots. This is what it looks like at the moment...

Don't forget my question

Had a problem with that.

Did you ever find a work around to this issue? I have a few icons I can't get themed and it's driving me crazy!

Related

[Q] How do i use the native sound recorder?

Since January I've wondered why all smartphones come with sound recorders yet my superphone didn't have one. Yes I feel stupid, I was looking at my applications list in settings under "manage applications" and I finally came across "sound recorder", clearly marked. But how do I use it?
I have a decent third party recorder but only because I thought android left out one of the most basic of functions, but it is an HTC android superphone afterall so of course it has the basics that all major operating systems offer (plus much more of course ), I should've had more confidence in android in the first place. Anyway, I found the application I just can't figure out how to use it. I'd love some help. I thought about putting this in the apps section, but I'm really just asking where the app is, the app/theme section seems like more of an in depth review/analysis/about area, sorry if its the wrong section. Thanks for any help
I've been wondering this aswell, i like you also found the app but could never "use" it also there isnt a notes application or a stop watch, I personallly hope this gets added in the Android 3.0 Update.
msavic6 said:
I've been wondering this aswell, i like you also found the app but could never "use" it also there isnt a notes application or a stop watch, I personallly hope this gets added in the Android 3.0 Update.
Click to expand...
Click to collapse
I think that'll happen. There are good 3rd party options, but I prefer android/Google's own apps especially on the basic stuff that ought to be integrated natively anyway. Hopefully gingerbread adds features as well as fluidity to the ui. I guess the "sound recorder" is a lark? Or maybe they intended to include one but couldn't figure it out and left the name in the app list, its 0 MB afterall...
Try the following (if you have android 2.2):
go to flickr.com and sign in
click upload photos
after selecting "choose file" you'll see a popup where your options will be "gallery" "music track" or "sound recorder"
when you select "sound recorder" you'll go to what i assume is the native sound recording app.
i'm sure there is another way to get to the recorder but this is the only one i've found so far
funny I was just looking for this. It seems there's a 1.99$ app on the market that adds a shortcut for the native Sound Recorder. How silly to pay 2 bucks for a shortcut to something already on your phone ... it's called "Sound Recorder" too and it has the same icon as the one supposedly on our phones.
I'm sure it'll be fixed soon enough...
Use Anycut to create a desktop shortcut to Sound Recorder. The audio files are saved on SD.
Sent from my Nexus One using XDA App
Great replies thanks, I'm going to try the shortcut I think. Its very strange but android doesn't do things rationally. Its just very cool to know its accessible and not just a title. Also weird that one of these awesome development hasn't incorporated a shortcut with a rom. Or maybe they have and I just haven't come across it...

Port app to SGM?

Hi! This is my first post here.. Though I've been lurking for quite some time now.
I'm really interested in a WP7 style messaging app. I've used the 'messaging metro beta' by Ferran Garigga and found it unsatisfactory even without the in-app purchase. The other app (i forget the name) by bitmod dev was even worse.
I mailed Ferran and he's working on improving on the app. Till then I guess the options are dead.
I recently found a thread on the Galaxy S page for a WP7 style theme. It had themed apps like browser and MMS. If I can't have a mms that works like WP7 at least i can have one that's themed like it.
So I tried to fool around with it. Epic Fail :|
Was wondering if someone could port it?
Or at least tell me how?
I can't help, but AFAIK, mms.apk is a core system application that handles SMS/MMS. To "port" another mms.apk would mean to first decompile the app, make necessary changes, handles how it registers with the core system, take care of dependencies, changing appearance etc.
For the last task, changing appearance, you can use this script under windows, try googling "apk manager". Extract the apk, get its icons, play around with color schemes in .xml etc.
---------------------------------
Sent from my Samsung Galaxy Mini GT-S5570 via xda-dev app
CyanogenMod 7.2.0-RC3-KANG by squadzone

[5/12] Advanced Feed Development

Alright everyone, I'm Trailblazer101, an Android Developer who likes to take advantage of, and make better, the unique features of the phones I purchase. I started off with the Samsung Continuum back in 2010, which had a ticker ahead of its time, and went from there. I work 2 jobs, so time is tight sometimes, but I still manage to work on these things, a fun passion/hobby.
Status Updates
Code:
5/12
--- I got my patch working, and tested it out with a simple demo that takes advantage of the new capabilities. I've posted a Guide below!
5/10
--- Now that Verizon users have root, I will begin testing this myself :) Thanks to those who helped me figure out what we'd have to do, so I can get started right off the bat! I'll keep you posted.
What is this?!!
Okay, so by default the Feeds that you can make are restricted to the capabilities of a RemoteView. This severely limits what you can do with the Feed. Take a look here to see what exactly is supported, by default: http://stackoverflow.com/a/16089389
However, any Samsung App (which includes a few signed by Samsung on the Galaxy Apps Exclusives page) has the ability to put whatever it wants on the screen, just like a regular App. I've now extended that invitation on over to you/us!
Guide
The steps to take advantage of this is a little convoluted, so let me break it down for you easy!
STEP 1:
You have to flash my patch to allow this development to actually work. You can download it here: View attachment Trailblazer101_S6Edge_Advanced_Feeds_Patch.zip. Then flash it using FlashFire, or extract the zip and put everything where it needs to go, making sure to set the permissions appropriately!
STEP 2:
Now you can start developing your new Custom Feed! I would suggest using my simple demo project as your base, and going from there! You can find that here: View attachment EdgeScreen-BACKUP.zip. Extract it and take a look at the source!
STEP 3:
From here on out is where things get tricky... Without changing a thing, if you build from source and try to debug, it won't work. Why? Because the API that Samsung gives developers, like us, is different than the one they use for themselves. So Here's what you gotta do-- without changing a thing, build the Project. The best way to do that without debugging within Android Studio is to go to Gradle Projects -> :app -> Tasks -> build -> assembleDebug. This'll make the built apk and put it within "..\.EdgeScreen-BACKUP\app\build\outputs\apk\app-debug.apk".
STEP 4:
I'm assuming you have the latest Java Development Kit, and Android SDK, installed and configured properly, with their paths in the PATH variable, accordingly. You should also know how to use apktool for decompilation, at least a little I've compiled a toolkit folder based off of the test Project I shared above, which includes apktool, the NEW Samsung API files, the original built apk, and the already modified decompiled source/apk. You can download that here: View attachment Decompilation_Data.zip. Then, open a Command Prompt window and "cd" to the extracted folder.
STEP 5:
Decompile the built apk, which should be the same as the one in the extracted folder, using apktool like this:
Code:
.\apktool\apktool d -f TestFeed_orig.apk
STEP 6:
Compare the decompiled folder "TestFeed_orig" with my already modified "TestFeed_modded" one. I suggest using WinMerge! You'll see that the 'TestFeed_orig\smali\com\samsung\android\sdk' folder is very different. That's what I was talking about before, how Samsung Feeds have more options in their API. So delete the 'TestFeed_orig\smali\com\samsung' folder, and replace with the one in the '---SAMSUNG API---' folder.
STEP 7:
Continue comparing the two folders. Basically the rest of the changes are just getting our application to call the new Samsung API properly, instead of the stubs I was using in the Project. There aren't many changes you have to make, but they're all important!
STEP 8:
Once the two folders are the same, recompile it using apktool, like so:
Code:
.\apktool\apktool b TestFeed_orig
STEP 9:
Sign the new compiled apk stored in 'TestFeed_orig\dist' using your signing key. You can make your own, then use it to sign the app, following the instructions here: Official Instructions for Manual Signing.
STEP 10:
Install the newly signed apk, and enable the Feed by going to: Settings-> Edge screen -> Information stream -> Manage Feeds -> *ENABLE* FeedsCocktailExample! You may have to restart, or just hit 'reorder' in the top left. That sometimes fast-triggers it. Now turn off the screen, do the Feed Gesture to get it to turn on, and you should see our Custom Feed! It doesn't look like much, but it's using a custom view, HorizontalTextView, that would not work otherwise.
From here the options are endless. You can follow these steps and my Sample Project to play a video for a feed, if you wanted! Whatever strikes your fancy!
If you followed these steps and appreciate the help, show this thread some love, and maybe. Well i'd say buy me a beer, but it'll probably go to textbooks instead
Developer/Advanced Information!
We can make our own Feeds no problem, without root, they are just forced to use a RemoteView directly, which for all intents and purposes, is a pain in the kiester. Instead, it would be a lot nicer/convenient, without even mentioning the more advanced functionality we could bring, to use our own Views. However the version of SlookCocktailManager.UpdateCocktail that allows this is only found within a more advanced API, one I/no typical user don't have access to directly. BUT, I can still access it by decompiling for example the Edge RSS app from the Samsung AppStore, and putting/replacing the "sdk" folder from that into my own decompiled app, and recompiling. Easy enough, with apktool! (Of course with the headache of adding in my own temporary shell classes, in the project, so that I can actually write the calls, and just change the reference within the smali code once that sdk is replaced) The problem is, even when you do this, and it builds fine, installs great, and even begins initializing properly, we get an error from within CocktailBarService, the file I'm having you replace. More specifically, I tracked down the actual problem, and it comes back to "CocktailWhiteList", a class within CocktailBarServices, then checks the signature of the calling application, our Custom Feed, and sees if it comes from Samsung. This none of my expertise can fix, without being rooted, but trust me I tried. Now that we are rooted I was able to patch said apk, and get my own apps to work! Hurray!
cocktailbar service crashes when going into 'edge screen' option in settings menu.
logcat attached
Edit: sorry didn't rename cocktail bar (cocktailbarservice_signed to cocktailbarservice)
now it doesn't visibly crash, it just wont let me go into 'edge screen' option in settings menu
new log cat uploaded
This man looks promising! You have my S6 edge as soon as I have an official TWRP with working backup and restore
ktetreault14 said:
This man looks promising! You have my S6 edge as soon as I have an official TWRP with working backup and restore
Click to expand...
Click to collapse
I will help as well, when these tools are out for us..
Thanks for bringing cool stuff like this to the phone at this early date!
ktetreault14 said:
This man looks promising! You have my S6 edge as soon as I have an official TWRP with working backup and restore
Click to expand...
Click to collapse
How deep are you willing to go? Because it would be awesome if you could clear dalvik-cache, since I see this, right off the bat:
Code:
: Failed to find OatDexFile for DexFile /system/priv-app/CocktailBarService/CocktailBarService.apk ( canonical path /system/priv-app/CocktailBarService/CocktailBarService.apk) with checksum 0xfbfcb9f7 in OatFile /data/dalvik-cache/arm64/[email protected]@[email protected]@classes.dex
EDIT: could you also make sure that you set the right permissions for the apk? I'm getting the impression that they might be off with:
Code:
msg=audit(1429397519.049:355): auid=4294967295 uid=10001 gid=10001 ses=4294967295 subj=u:r:untrusted_app:s0 pid=12605 comm="ktailbarservice" reason="memory violation" sig=11
EDIT2: We might have to disable SELinux... That's rather unfortunate/puts a rather large damper on things, until custom kernels come out at least... After starting a root shell, can you try:
Code:
setenforce 0
I don't know if it'll work, but if that goes through successfully try and launch the Edge Settings Screen again!
EDIT3: Do'h. It may have been something really simple *crosses fingers* Could you please re-download the CocktailBarService, and try doing the same thing you did last time, with right permissions, and maybe a dalvik-cache wipe if it doesn't work!?
Tried the new apk you uploaded. Getting a force close still when trying to open. I changed SELINUX to permissive, wiped dalvik, even tried deleting arm64 folder as well. No luck.
04-19 00:25:09.907 E/AndroidRuntime(15867): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.samsung.android.app.cocktailbarservice/com.samsung.android.app.cocktailbarservice.settings.EdgeScreenSettingsMain}: java.lang.SecurityException: Permission Denial: get/set setting for user asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL
Was searching through logcat and found this. May this have something to do with the issue?
wase4711 said:
I will help as well, when these tools are out for us..
Thanks for bringing cool stuff like this to the phone at this early date!
Click to expand...
Click to collapse
Don't mean to hijack thread, but "Tool" is already available here:
NB: Chrome and IE don't translate into "Save file" - Use Mozilla which does > copy to phone and flash.
https://blck.io/twrp-2.8.6.0-zeroltetmo.img
Perfectly working on T-Mobile S6 Edge
Will
RoM_Addict said:
Don't mean to hijack thread, but "Tool" is already available here:
NB: Chrome and IE don't translate into "Save file" - Use Mozilla which does > copy to phone and flash.
https://blck.io/twrp-2.8.6.0-zeroltetmo.img
Perfectly working on T-Mobile S6 Edge
Will
Click to expand...
Click to collapse
that version doesn't work properly for me and many others; waiting for an "official" version from the TWRP folks..
trailblazer101 said:
How deep are you willing to go? Because it would be awesome if you could clear dalvik-cache, since I see this, right off the bat:
Code:
: Failed to find OatDexFile for DexFile /system/priv-app/CocktailBarService/CocktailBarService.apk ( canonical path /system/priv-app/CocktailBarService/CocktailBarService.apk) with checksum 0xfbfcb9f7 in OatFile /data/dalvik-cache/arm64/[email protected]@[email protected]@classes.dex
EDIT: could you also make sure that you set the right permissions for the apk? I'm getting the impression that they might be off with:
Code:
msg=audit(1429397519.049:355): auid=4294967295 uid=10001 gid=10001 ses=4294967295 subj=u:r:untrusted_app:s0 pid=12605 comm="ktailbarservice" reason="memory violation" sig=11
EDIT2: We might have to disable SELinux... That's rather unfortunate/puts a rather large damper on things, until custom kernels come out at least... After starting a root shell, can you try:
Code:
setenforce 0
I don't know if it'll work, but if that goes through successfully try and launch the Edge Settings Screen again!
EDIT3: Do'h. It may have been something really simple *crosses fingers* Could you please re-download the CocktailBarService, and try doing the same thing you did last time, with right permissions, and maybe a dalvik-cache wipe if it doesn't work!?
Click to expand...
Click to collapse
Hi trailblazer, I set the permissions the same as the original apk ,
right lets try again: I've downloaded the new version and set permissions, wiped dalvik-cache but when trying to disable SELinux i get
tmp-mksh: 0 : not found.
and when going into 'edge screen' settings i get unfortunsatly cocktailbar service has stopped.
Catlog attached:
I used this to modify SELINUX. For anyone else who is helping out, try this.
[4/19] QuickLaunch Demo And Advanced Feed Development Request For Rooted Users
b-reezy said:
I used this to modify SELINUX. For anyone else who is helping out, try this.
Click to expand...
Click to collapse
I sent you a PM! I explicitly declared that permission for each activity, so let's see how it goes now! I put the same apk I sent you now on the OP, so the other testers can try it! In the mean-time, I do have something real for you guys to play with! It's the QuickLaunch window, customizable and all (from hitting the Feeds Settings Icon). I'll put that in the OP with the tag "WORKS(Kinda)"!
One thing, which is a big reason why I'm trying to do it this way-- clicking the icons launches the app, it just doesn't turn the screen back on! I've tracked it down, and it seems as if when the Feed Screen is on, it has the SCover flag set to on, manually, but when a user clicks a button from another Feed, it turns that flag back off, thus turning the screen back on. The easiest/cleanest way for us to do that too would be our Custom Feed Panel implementing the same OnClickHandler that the others do, just can't without doingwhat we're trying to do!
EDIT: Please still use the QuickLaunch apk with the tag "Signed" though for testing the replacement of CocktailBarService! My new one just does it the bad way, and had to get rid of the code for trying the good.
(There's other ways to turn the screen on, but the way I'm trying to do it does it easily, and allows for more advanced functionality!)
FOR DEVELOPERS:
If you are interested in taking what I have and running with it/collaborating, I am more than willing to send all sources of what I have so far, my resources that I've been using, along with all information gathered so far. Just ask!
Hopefully this will become available for non-rooted. I am DIEING to get more functionality out of the Edge API for this phone. The feed is an awesome option, but having to swiping finger is a pain in the @$$. A double tap on the edge or an automatic turn on would be AWESOME when Texts or missed calls are there.
b-reezy said:
I used this to modify SELINUX. For anyone else who is helping out, try this.
Click to expand...
Click to collapse
BTW.. can be disabled in the kernel source also.. I did that in m8 times
trailblazer101 said:
I sent you a PM! I explicitly declared that permission for each activity, so let's see how it goes now! I put the same apk I sent you now on the OP, so the other testers can try it! In the mean-time, I do have something real for you guys to play with! It's the QuickLaunch window, customizable and all (from hitting the Feeds Settings Icon). I'll put that in the OP with the tag "WORKS(Kinda)"!
One thing, which is a big reason why I'm trying to do it this way-- clicking the icons launches the app, it just doesn't turn the screen back on! I've tracked it down, and it seems as if when the Feed Screen is on, it has the SCover flag set to on, manually, but when a user clicks a button from another Feed, it turns that flag back off, thus turning the screen back on. The easiest/cleanest way for us to do that too would be our Custom Feed Panel implementing the same OnClickHandler that the others do, just can't without doingwhat we're trying to do!
EDIT: Please still use the QuickLaunch apk with the tag "Signed" though for testing the replacement of CocktailBarService! My new one just does it the bad way, and had to get rid of the code for trying the good.
(There's other ways to turn the screen on, but the way I'm trying to do it does it easily, and allows for more advanced functionality!)
FOR DEVELOPERS:
If you are interested in taking what I have and running with it/collaborating, I am more than willing to send all sources of what I have so far, my resources that I've been using, along with all information gathered so far. Just ask!
Click to expand...
Click to collapse
Liking the Quicklaunch app , are you still needing testers? or have you got all the info you need?
Alex-V said:
BTW.. can be disabled in the kernel source also.. I did that in m8 times
Click to expand...
Click to collapse
Exactly and imo its better if its done this way..
for anyone interested
you need to edit the security/selinux/selinuxfs.c file from source
FIND:
Code:
selinux_status_update_setenforce(new_value);
#else
ADD RIGHT BELOW "#else":
Code:
new_value = 0;
So it becomes:
Code:
selinux_status_update_setenforce(new_value);
#else
new_value = 0;
or use this one (from the G925F source)
friedrich420 said:
Exactly and imo its better if its done this way..
for anyone interested
you need to edit the security/selinux/selinuxfs.c file from source
FIND:
Code:
selinux_status_update_setenforce(new_value);
#else
ADD RIGHT BELOW "#else":
Code:
new_value = 0;
So it becomes:
Code:
selinux_status_update_setenforce(new_value);
#else
new_value = 0;
or use this one (from the G925F source)
Click to expand...
Click to collapse
yeah.. that's the one I used.. I'm still for and back to root or not..means for me.. develop roms and kernels ..or use it as it is.. lol..
friedrich420 said:
Exactly and imo its better if its done this way..
for anyone interested
you need to edit the security/selinux/selinuxfs.c file from source
FIND:
Code:
selinux_status_update_setenforce(new_value);
#else
ADD RIGHT BELOW "#else":
Code:
new_value = 0;
So it becomes:
Code:
selinux_status_update_setenforce(new_value);
#else
new_value = 0;
or use this one (from the G925F source)
Click to expand...
Click to collapse
Hii my friend, i also still , have a non rooted S6 Edge :thumbup:
Hey guys, I finished the QuickLaunch Feed and posted it in the Apps Folder here:
Click Me!
I did manage to get it to turn the screen on, then, with the clicking of the shortcuts, and it still launches it once unlocked (if you have a lockscreen). I am going to begin work on a music player Feed, now
I will continue development on more advanced Feeds, and also delve into enhancing the edge in other ways, once we Verizon users get root (or until I win the lottery and get a Sprint version ). I see all these great opportunities to make it better, I just can't do anything with it until I'm rooted, since this didn't go as well as I planned. Where we are stuck at now is this, and where it would be too much of a pain for me to do without a phone of my own to test one:
We need to re-sign the system with a signature key we have access to. This includes framework, apps, and the priv-apps signed with the samsung key. Then I can go about doing what I wanted to do, but otherwise, it's a no go.
A developer who does have a Sprint or T-Mobile version with root, I can tell you the information I gathered so far. I have seen where the 'turn screen on gesture' is stored, and all these other great things, I just can't right now
trailblazer101 said:
Hey guys, I finished the QuickLaunch Feed and posted it in the Apps Folder here:
Click Me!
I did manage to get it to turn the screen on, then, with the clicking of the shortcuts, and it still launches it once unlocked (if you have a lockscreen). I am going to begin work on a music player Feed, now
I will continue development on more advanced Feeds, and also delve into enhancing the edge in other ways, once we Verizon users get root (or until I win the lottery and get a Sprint version ). I see all these great opportunities to make it better, I just can't do anything with it until I'm rooted, since this didn't go as well as I planned. Where we are stuck at now is this, and where it would be too much of a pain for me to do without a phone of my own to test one:
We need to re-sign the system with a signature key we have access to. This includes framework, apps, and the priv-apps signed with the samsung key. Then I can go about doing what I wanted to do, but otherwise, it's a no go.
A developer who does have a Sprint or T-Mobile version with root, I can tell you the information I gathered so far. I have seen where the 'turn screen on gesture' is stored, and all these other great things, I just can't right now
Click to expand...
Click to collapse
very nice.. thanks my friend ?
This is just sounding AWESOME! I am on AT&T so will have to wait as well for Root. I was wondering if there is a possability for the edge to just turn on, on its own without the need to swipe the screen? Like when a new notification comes in it will just scroll across the edge (or maybe the icon will blink on and off until you see it and swipe).
I still feel the swipe is to hard to do consistantly and would rather use a double tap or something if the auto on isn't possible.

[request] older version of ES File Explorer

I regret thoughtlessly letting my ES File Explorer update whenever it wanted. The newer versions seem to have a lot of problems with updating the screen and are, in general, sluggish on my NST.
I currently have version 3.2.5.1. Does anyone have an older version on hand?
nmyshkin said:
I regret thoughtlessly letting my ES File Explorer update whenever it wanted. The newer versions seem to have a lot of problems with updating the screen and are, in general, sluggish on my NST.
I currently have version 3.2.5.1. Does anyone have an older version on hand?
Click to expand...
Click to collapse
The version I am currently using (attached) I've had for at least a year, and it has never failed me. Unfortunately, I can't tell you what the version is, since I'm using your framework-res mod and the gray text blends in with the gray background
Hope this helps!
To my aging bi-focal enhanced vision that is version 3.0.9.0. It would likely be completely unreadable without the framework mod.
Thanks a bunch. It's much better behaved. No more updates on that one!
nmyshkin said:
To my aging bi-focal enhanced vision that is version 3.0.9.0. It would likely be completely unreadable without the framework mod.
Thanks a bunch. It's much better behaved. No more updates on that one!
Click to expand...
Click to collapse
Glad to be of assistance. Don't forget that you can turn off Auto-Update by navigating [Quick Access Menu > Settings > Update settings > Uncheck "Auto check"]. That way, you aren't ever "tempted" to update to the next version
ИΘΘK¡€, is that version working properly when you choose "view" button on the bottom of the screen? Every version I have tried to this point crashed when I tried to change the view,
thrackanomir said:
ИΘΘK¡€, is that version working properly when you choose "view" button on the bottom of the screen? Every version I have tried to this point crashed when I tried to change the view,
Click to expand...
Click to collapse
It's very odd. It almost never works, but once in a blue moon, I'll try it, and it functions correctly. I've just resorted to ignoring it and using the "swipe to the left or right" function to change the view.
I am not sure that we are thinking about the same thing. I'll try to explain. In default mode when brosing directories I see an icon grid with very limited space for filenames. It is irritating when I try to choose the correct one from whole bunch of similar named ones, when the differencr is at the end of their file name, which is shortened/hidden. I want to change the vie mode from grid to list or something similar that would allow the filenames to be displayed fully. Do you have any solution for this? (Now I switch to Root Browser when I really need the list view, but that is quite an inconveniance)
thrackanomir said:
I am not sure that we are thinking about the same thing. I'll try to explain. In default mode when brosing directories I see an icon grid with very limited space for filenames. It is irritating when I try to choose the correct one from whole bunch of similar named ones, when the differencr is at the end of their file name, which is shortened/hidden. I want to change the vie mode from grid to list or something similar that would allow the filenames to be displayed fully. Do you have any solution for this? (Now I switch to Root Browser when I really need the list view, but that is quite an inconveniance)
Click to expand...
Click to collapse
Oh - pardon my mistake, there, I had forgotten what the view button actually did!
I do know to what you're referring, but I can't say that I know of a way to do that at the moment. However, I'm doing some research and experimentation to see f I can find out either an alternate way to switch views or a way to fix the f/c hitting "View" gives us. I'll keep you posted.
Not sure why I didn't find this the first time I went looking, but here is a place with many older versions of the app. Scroll down the page until you get to "previous versions" then hit the "view more" button.
I tried the earliest v. 3.x and it still produced the crash on "view"--something I had never noticed before with whatever version I originally had. Probably I never tried it.
The last 1.6x version (1.6.2.3) is stylistically a little different but has the (crashless) option to change from icons to list format AND the settings menu system is like the native B&N settings menu (yay!), i.e., you can read it easily.
Not sure about all other capabilities, but I'm easy on what I ask it to do. I use Root Browser for the heavy duty stuff.
Thanks, guys (sorry for the delay)!
Thanks - the newer version does work, but requires a lot of patience until screens are displayed correctly. I was always wondering why eStrongs still pushes updates to 2.1 devices that are too memory hungry to run properly - but here we go.
another reason to love this old version
I went to do some file cleanup this morning and made the discovery seen in the attached screen image: -)
No similar behavior on current market versions.

Change name and icon of Screen2auto INSIDE android auto?

I already have 2 versions of screen2auto displayed inside android auto. The 2nd one is a cloned one of the original. So I have 2 icons of screen2auto with the same name.. Anyone know what I should change in apk editor or other alternative app to change the name of the cloned? To have for example screen2auto and screen2autoB, or something.. If possible to change the icon also..
If anyone ask himself why to do that. One reason is to run different apps by one click. For example in cloned version of Screen2auto I have select in the settings to run youtube at start.. If i change the name and the icon of Screen2auto to : "YouTube" then I will have inside android auto launcher a YouTube icon which will auto launch YouTube with just 1 click. You could actually do the same by cloning 3rd time screen2auto by name IPTV and an iptv icon, and have 1 click run your iptv app. Etc for every app you want.
If you actually try this, you will find that after running the cloned app you have problems eg freezing (because you started original app screen2auto before), but you can solve this by calling a tasker script to kill screen2auto app every time you go back to android auto launcher..
I have tried all this and are working. I just miss what I ask, a way to change name and icon inside android auto original launcher. If anyone knows post a solution.
I have done this at past, changing name and icon but not in screen2auto but alternative mirroring app that was the main mirroring app then.. So it can be done probably in screen2auto.
Thanks,
I guess you will have to decompile the app. There are instructions online.
Afterwards you can change the Manifest file and look for the icon within the decompiled files.
In the end you can compile the app again and probably you will have to sign it.
But noone will guarantee that your app will work afterwards...
Therefore in my opinion this is a lot of work with no guarantee that the result will be fine in the end.
My proposal is to ask the developer to provide you all 3 apps with mods. I think if you buy him a coffee it will be possible.
SOFO888 said:
I guess you will have to decompile the app. There are instructions online.
Afterwards you can change the Manifest file and look for the icon within the decompiled files.
In the end you can compile the app again and probably you will have to sign it.
But noone will guarantee that your app will work afterwards...
Therefore in my opinion this is a lot of work with no guarantee that the result will be fine in the end.
My proposal is to ask the developer to provide you all 3 apps with mods. I think if you buy him a coffee it will be possible.
Click to expand...
Click to collapse
You are probably right.. There is apk editor, which do mods like this easily but it's true that is not working well with screen2auto.. In previous mirroring app it was working good. Perhaps i may try some other tool, to see if it works better.. Also i don't know where in the code is the information for name (inside AA) and the icon. Someone who create AA apps should know.
I may send a developer a mail, if he wants to support something Iike the above, i describe.

Categories

Resources