{
"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
Buy me a beer
The download is based on old source code, I don't have that source anymore due to a hard-disk failure.
I'm rebuilding the application as a open source project.
Source code C# version (Windows)
Source code Java version (Windows / Mac OS / Linux)
With this little program you can simply change icons of your android application.
It even lets you change the applications name.
But wait mike..... there's more.....
It even lets you edit the text used in applications.
Sounds to good to be true...
Well... to be honest.... it is.
But I've come a long way from that initial question to the final answer.
My conclusion so far, it works for most of my applications.
It probably will work on most of yours as well.
(Caution: when overwriting an existing application you will loose your associated data!!!)
Special thanks goes out to:
Brut.all for creating Apktool, the backbone of this little project.
Requirements:
Java & .Net Framework 3.5 (Why build on one platform if you can build on two? I know, I know....)
For installing system apps - S-OFF
Nice to know:
Clicking on the [Icons:] tag in the General tab will open a browser window and search for icons in "Google images".
Donations will be "forwarded" to fellow developers like Brutt.all and others, reinforcing the greatness of today's world.
How the magic works:
When opening an APK file it first tries to decompile it using APK Tool (with the version selected in the settings tab)
If decompile failed, because of a missing framework file, it tries to find this file on your phone.
Most of the times it will find what its looking for, pull it off your phone and tries to recompile the whole thing again.
If somehow it cannot find the required framework file, it will provide you a list of possible files on your phone. You can then choose the correct file yourself.
Assuming this process finishes without any problem you now can edit the apk file.
When you press Apply it will recompile the apk and then sign the newly compiled file.
- System APK files (APK files that needed an additional framework file) will get a copy of the original signature.
- Other APK files will get a brand new signature.
When you Click the phone animation it will push the APK to your phone
- System APK files will be pushed to /system/app (ADB PUSH)
- Other APK files will be installed the normal way (ADB INSTALL)
If install failed due to some signature failure it will do some additional fancy tricks and try it again.
Upcoming features:
New option in settings tab -> Only allow one instance of APK Edit to open at once.
New option in settings tab -> Add/remove APK file association to registry.
New option on startup -> Option to open up a "Phone Explorer", lets you edit APK files directly from phone.
Known issues:
CarHomeGoogle.apk - Doesn't save changes
Quickoffice.apk - Doesn't show up after installing
Version history:
Code:
[I]0.4e - Minor update[/I]
Added: Some more debug logging on startup of the application.
Fixed: Version number in settings tab now shows correct version.
[I]0.4d - Minor update[/I]
Fixed: Fixed startup crash if some APK properties are empty (like screensize/densities/locales), like in Settings.apk.
Fixed: A little bug in the fancy install mechanism, mainly experienced when installing system apk's
[I]0.4c - Minor update[/I]
Fixed: Compatibility issue with Windows XP, causing program to crash on startup.
[I]0.4b - Minor update[/I]
Fixed: Error extracting signature.
Changed: Extended logging.
[I]0.4a - Minor update[/I]
Changed: Logging is enabled by default.
Added: Some debug messages for when opening of apk goes wrong.
[I]0.4 - Major rewrite[/I]
Did a major rewrite of the code.
Added: Option to choose APK tool version
Added: Logging feature
Added: Auto retrieve required dependency files from phone if needed (for editing system apps)
Added: Details panel, shows information about the package.
Added: Restore original file link, for when thing's get really messed up.
Added: Donate button, for those who wanna celebrate with me.
Fixed: Some annoying issues ([URL="http://code.google.com/p/android-apktool/issues/detail?id=100"]APKtool Issue 100[/URL]) / ([URL="http://stackoverflow.com/questions/4709291/android-no-resource-identifier-found-for-xlargescreens"]XLargeScreens bug[/URL])
Removed: QR Code installation support
Removed: AdbWireless installation support
[I]0.3 - Update[/I]
Added: Language support.
Added: Installation method (USB Cable).
[I]0.2 - Minor update[/I]
Added: Save confirmation dialog (as req by [URL="http://forum.xda-developers.com/member.php?u=2987317"]droidzone[/URL])
Changed: Recreated the loading animation so that it theme's better with the rest of the application.
[I]0.1 - Initial release[/I]
For the record... only use on you're own apk files, otherwise it's not that legal I think.
Looks nice..
I got an error on one apk though..There seems to be an unhandled exception when the filename contains special characters..
Other than that, the program looks and works awesome..Will comment in detail after I decompile something major..
Thanks//
One question:
The program shows smali files below the main prog, and on selecting the folder it opens in explorer. Would changing the smali be updated in the main prog on clicking Apply? Also a dialog to say that the file has been saved with changes, would be nice.
Tnx for the input, will look into the filename handling!
In the background it recompiles the whole thing, so changes to the smali code should be included in the application if you press apply.
About that dialog.... it's being grown in its incubator now..
Think it will hatch tomorrow
Anoniem100 said:
Tnx for the input, will look into the filename handling!
In the background it recompiles the whole thing, so changes to the smali code should be included in the application if you press apply.
About that dialog.... it's being grown in its incubator now..
Think it will hatch tomorrow
Click to expand...
Click to collapse
Excellent! Thanks again, will pop in later to get the revisions
droidzone, tried out some weird combinations for the filenames but couldn't simulate your problem. Could you give an example?
When i try to open it, Windows 7 says it has stop working???
Anoniem100 said:
droidzone, tried out some weird combinations for the filenames but couldn't simulate your problem. Could you give an example?
Click to expand...
Click to collapse
I can do better.
My filename is Sample of Filename★(1.1).apk
Maybe the★ character is doing it
I've attached screenshots of the error.(Exception1.jpg)
Error Handle: The directory name C:\Users\Kpcc\AppData\Local\Temp\Sample of Filename?(1.1) is invalid.
I'm also attaching a text file with the actual error code given in the exception>Details. ( exception error text.txt)
The blanked out part is my actual username. Just an alphanumeric. Let it be Kpcc.
Edit: Got one more exception. This occured after inputting the ip of my phone in adb wireless and pressing enter. (Exception2.jpg, Exception2.txt)
max63094 said:
When i try to open it, Windows 7 says it has stop working???
Click to expand...
Click to collapse
Maybe a missing .NET framework? The filename handle is the only error I'm getting in Win 7 Ultimate 64bit. And the filename I used is of course not "normal"..
By the way, a few more items on my wishlist:
1. Advanced Search (and replace?) for strings, with ability to use F3 for finding the next instance
2. Sorting the strings/variables in alphabetical and order of occurence, and another coloumn in the content tab with the name of the smali file in which the string appears.
3. Ability to Save As, without modding the source file.
4. Adb push via cable
5. Listing all the smalis in a tab, and ability to manual edit each one individually (Opening up Notepad would be fine. Maybe a Shell "Start file.txt"?)
Just a few wishes which would make it a powerful tool..
@max63094 Hmmm, what could go wrong... think droidzone is onto somthing with his comment about .net framework.
I used the .Net Framework 3.5 to create the whole thing.
You can download this for free at Microsoft
@droidzone, tnx again for the input and will work on the file issue, nice wishlist btw!!
Stuff I get exited about
I'm afraid I can't promise you all the requested features, have to check the required ammount of effort for some of them.
Have to balance my time, you know how it is whahaha
Sorting alphabetical shouldn't be that big a problem, as for the save as and adb push via cable.
Will work on those first!
Anoniem100 said:
@max63094 Hmmm, what could go wrong... think droidzone is onto somthing with his comment about .net framework.
I used the .Net Framework 3.5 to create the whole thing.
You can download this for free at Microsoft
@droidzone, tnx again for the input and will work on the file issue, nice wishlist btw!!
Stuff I get exited about
I'm afraid I can't promise you all the requested features, have to check the required ammount of effort for some of them.
Have to balance my time, you know how it is whahaha
Sorting alphabetical shouldn't be that big a problem, as for the save as and adb push via cable.
Will work on those first!
Click to expand...
Click to collapse
Of course..I know how even the tiniest of things can go wrong in an effort which involves file i/o..I'm rather amazed that your Version 0.2 is so finished! A month ago, I was working on a Gui File Explorer for Android, with Adb and Fastboot commands..However time didnt allow me to complete it..
Have you used apk manager? That's what I use when it comes to decompiling apks. Of course once it decompiles, all the rest of functions has to be done by hand. If you havent, check it out. It's the only other program which comes close to a gui. That uses batch commands of course.
@droidzone, Yeah, time sucks! ever finished a beta?
Funny you mention apk manager.
I'm fairly new to the android scene, but i bumped into apk manager yesterday.
Looks very promising, thinking of replacing the backbone with the crazy work of our dear friend Daneshm90.
Read some interesting stuff about the compression size in correlation to compatibility it could provide.
Maybe a little slider in the settings tab, giving you a simple tweaking mechanism.
Something like:
Big size (compatible) -------------------- Small size (less compatible)
Anyhow.... my brain is making overtime here ;-)
hmm .. just took an app .. changed the icon and the title .. and uploaded it back to the phone.
App doesn't appear anymore.
What might have gone wrong?
Not even a beta. It exists as several separate modules, which have to be joined together. Work stopped when I had to give my phone for service.
Via T3 phone of the year 2010 - HTC Desire
daniello8 said:
hmm .. just took an app .. changed the icon and the title .. and uploaded it back to the phone.
App doesn't appear anymore.
What might have gone wrong?
Click to expand...
Click to collapse
Euhm... I renamed the title once and couldn't find it in its original place.
The app drawer will place icons alphabetical.
But maybe that was just me being stupid (this really happened whaha) and your app really vanished....
Is it just one app that has this behaviour?
droidzone said:
Not even a beta. It exists as several separate modules, which have to be joined together. Work stopped when I had to give my phone for service.
Via T3 phone of the year 2010 - HTC Desire
Click to expand...
Click to collapse
To be continued...
Anoniem100 said:
Euhm... I renamed the title once and couldn't find it in its original place.
The app drawer will place icons alphabetical.
But maybe that was just me being stupid (this really happened whaha) and your app really vanished....
Is it just one app that has this behaviour?
Click to expand...
Click to collapse
I only need a new icon for this one app .. so I didn't try others. Sorting is not the problem. I was hoping that someone gets a deja vu.
@daniello8, what method did u use for installing?
Anoniem100 said:
@daniello8, what method did u use for installing?
Click to expand...
Click to collapse
adb push <appname> /data/app
Edit: Just tried with astro .. but install fails :-(
Edit2: The app icon displays correctly though *fwiw*
daniello8 said:
adb push <appname> /data/app
Edit: Just tried with astro .. but install fails :-(
Click to expand...
Click to collapse
O oh... anyone...
Hmm... probably has to do something with compression levels...
Related
Hey all
I have been fiddling around for the last few days trying to add some internet favourites via the registry to show up in the internet tab on Manila2D. I know it can be done by simply adding them to your favourites once Opera is loaded but I want to be able to add them back quickly after a reflash. I have looked around various forum and done searches but all I can find is how to add program shortcuts which isnt what I want to do.
Recap: I want to edit the registry (HKLM\Software\HTC\Manila2D\InternetWidget\customized) to add internet favourites below the main link and youtube plugin.
Thanks
**SOLVED** See *THIS* post if you are interested.
Home Page only
Hi there.
I only managed to change the home page to about:blank instead of the default google
HKLM\\Software\HTC\Manila2D\InternetWidget\Customized\BannerURL
HKLM\\Software\Opera\Defaults\HomepageURL
I see under
"HKLM\\Software\HTC\Manila2D\InternetWidget\Customized\0" there're place to put in the favorites. Under it there're 5 values, which currently is YouTube.
My deduction is "0" is for first Fav, and then you can add 1, etc. I'm not sure though, now rushing out of office, maybe later I try it out ..
anagarika said:
Hi there.
I only managed to change the home page to about:blank instead of the default google
HKLM\\Software\HTC\Manila2D\InternetWidget\Customized\BannerURL
HKLM\\Software\Opera\Defaults\HomepageURL
I see under
"HKLM\\Software\HTC\Manila2D\InternetWidget\Customized\0" there're place to put in the favorites. Under it there're 5 values, which currently is YouTube.
My deduction is "0" is for first Fav, and then you can add 1, etc. I'm not sure though, now rushing out of office, maybe later I try it out ..
Click to expand...
Click to collapse
Thanks for the reply.
I have my Home Page set in opera and theres no problem to change the default opening page when you click on the world image in the internet tab.
I also know that the "0" folder contains the information to open youtube but when I create a "1" folder and put the banner information in it I still dont see anything (after a soft reset of course). In the folder I have BannerURL, BannerURLText and NoDescription.
If someone has an older Rom (I think the old HyperDragon had a link included to Sakajatis Website) then please export the Internet Widget registry settings and attach them here. Thannks
mskip said:
Hey all
I have been fiddling around for the last few days trying to add some internet favourites via the registry to show up in the internet tab on Manila2D. I know it can be done by simply adding them to your favourites once Opera is loaded but I want to be able to add them back quickly after a reflash. I have looked around various forum and done searches but all I can find is how to add program shortcuts which isnt what I want to do.
Recap: I want to edit the registry (HKLM\Software\HTC\Manila2D\InternetWidget\customized) to add internet favourites below the main link and youtube plugin.
Thanks
Click to expand...
Click to collapse
Create another folder or folders to sequence 1, 2 etc, as you have 0 already. Inside the 1 folder create strings as what is in folder 0, like "customizedTitle, CustomizedURL etc... then add the needed values.
someone I believe in Modaco ( not so certain where though) created cab files that can embed favs in the Internet widget, however if you have the wrong M2d build you will run into problems.
I wonder if you just find a way to back whatever stores the Opera bookmarks up with SASHIMI and then simply run it and reboot, maybe at that point M2D will re-read and organize your bookmarks from there?
Just a thought, based on not having looked into it too deeply.
Travito said:
I wonder if you just find a way to back whatever stores the Opera bookmarks up with SASHIMI and then simply run it and reboot, maybe at that point M2D will re-read and organize your bookmarks from there?
Just a thought, based on not having looked into it too deeply.
Click to expand...
Click to collapse
I actually figured out what had to go in the registry folders by flashing an OLD version of Hyperdragon that I remembered SJ putting his website on the Internet Tab lol. Its as ASFOOR said but you have to make sure the CustomizedCount setting in the Customized folder is the same as the number of links you want to add to your page.
Finally got my Internet Tab how I always wanted it to be
If anyone else is interested (not that anyone ever is but I dont really care haha) I have included my finished Internet Tab and the registry file to add the extra tabs. I exported the registry settings and put them in sashimi so they automatically get imported back after a new flash.
{
"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"
}
InternetWidget.reg
I resized the World Image and made the height of the shortcuts 31 instead of 41 so that everything fitted better
Eazy bruv,
Looks good could i please have HH_INTERNET_XDA.bmp mine is a PDA, HH_INTERNET_GOOGLE.bmp & HH_INTERNET_EBAY.bmp
Also what size did you make World Image?
Thanks in advance
stylez said:
Eazy bruv,
Looks good could i please have HH_INTERNET_XDA.bmp mine is a PDA, HH_INTERNET_GOOGLE.bmp & HH_INTERNET_EBAY.bmp
Also what size did you make World Image?
Thanks in advance
Click to expand...
Click to collapse
Hey mate,
I have zipped up all the images including the World Image and the focus bar which needed resizing so it only highlighted the world. Just unzip and copy them to the windows folder and then import the registry file. Then soft reset.
You already know this of course haha but its good to point out for anyone else who might be interested
mskip said:
Hey mate,
I have zipped up all the images including the World Image and the focus bar which needed resizing so it only highlighted the world. Just unzip and copy them to the windows folder and then import the registry file. Then soft reset.
You already know this of course haha but its good to point out for anyone else who might be interested
Click to expand...
Click to collapse
Thank you "I never read destructions anyway" lol
stylez said:
Thank you "I never read destructions anyway" lol
Click to expand...
Click to collapse
Someones phone after they DIDNT follow my destructions
mskip said:
Someones phone after they DIDNT follow my destructions
Click to expand...
Click to collapse
P.M.S.L
Where they by any chance a participant of Flashing Your First Kaiser Rom (For Noobs)?
stylez said:
P.M.S.L
Where they by any chance a participant of Flashing Your First Kaiser Rom (For Noobs)?
Click to expand...
Click to collapse
lol good one
If anyone else is interested (not that anyone ever is but I dont really care haha)
Click to expand...
Click to collapse
I am! I have been working to add Facebook to the same screen and finally figured it out earlier today. I did it the hard way though, using a Registry editor on my phone. The only thing I did different was point to an application intead of a webpage (similar to the YouTube link) and I pulled the icon from the .exe file. I do like how you shrank the "Launch Browser" section and will do the same thing to my phone.
Thanks for posting this!
scott47 said:
I am! I have been working to add Facebook to the same screen and finally figured it out earlier today. I did it the hard way though, using a Registry editor on my phone. The only thing I did different was point to an application intead of a webpage (similar to the YouTube link) and I pulled the icon from the .exe file. I do like how you shrank the "Launch Browser" section and will do the same thing to my phone.
Thanks for posting this!
Click to expand...
Click to collapse
The resized world image and associated focus bar which also needed resizing are in *THIS* post if you want them. Just unzip then disable touchflo and copy the contents to your device windows folder.
Thanks
Hi like what you done with the internet tab....I would like some help with the music tab.The default is set to WMP and I need it to be something else preferably HTC audio manager. Any help?
mskip said:
I actually figured out what had to go in the registry folders by flashing an OLD version of Hyperdragon that I remembered SJ putting his website on the Internet Tab lol. Its as ASFOOR said but you have to make sure the CustomizedCount setting in the Customized folder is the same as the number of links you want to add to your page.
Finally got my Internet Tab how I always wanted it to be
If anyone else is interested (not that anyone ever is but I dont really care haha) I have included my finished Internet Tab and the registry file to add the extra tabs. I exported the registry settings and put them in sashimi so they automatically get imported back after a new flash.
InternetWidget.reg
I resized the World Image and made the height of the shortcuts 31 instead of 41 so that everything fitted better
Click to expand...
Click to collapse
How did you resize the images? Edited the registry? Or M2DC? I dont see any setting in M2DC
htc_3400 said:
How did you resize the images? Edited the registry? Or M2DC? I dont see any setting in M2DC
Click to expand...
Click to collapse
The old fashioned way using an image editor on Computer like GIMP\Paint.net etc
stylez said:
The old fashioned way using an image editor on Computer like GIMP\Paint.net etc
Click to expand...
Click to collapse
d'oh! hahahaha! Will do it. Thanks!
I think you can just copy and backup the Opera6.adr file. That has worked for me through several flashes.
asfoor said:
Create another folder or folders to sequence 1, 2 etc, as you have 0 already. Inside the 1 folder create strings as what is in folder 0, like "customizedTitle, CustomizedURL etc... then add the needed values.
someone I believe in Modaco ( not so certain where though) created cab files that can embed favs in the Internet widget, however if you have the wrong M2d build you will run into problems.
Click to expand...
Click to collapse
Hi, I was wandering how to make the new folders in the customized folder
Thanks
While configuring my new TD2 I got really bored of having to point Opera to my preferred downloads folder on the storage card every time I wanted to download installers. The default settings didn't help, and after some searching I stumbled upon the extra Opera configuration options that can be reached by typing opera:config into the location bar.
{
"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"
}
Under 'User prefs' I'd like to change
- Cache Directory4
The default value on my TD2 is \Windows\Opera\cache but I think changing that to a cache directory on the storage card would improve my device's performance because of the extra memory available.
- Download Directory
For the same reason I'd like Opera to start any download dialog in the \Storage Card\Temp\ directory.
- Maximum Allowed Tabs
Opera on the TD2 only allows a maximum of two tabs. On my Diamond1 I hardly ever got the 'maximum tabs reached' message, on my TD2 it turns out to be a real hassle. 3 tabs please.
Here's my problem.
Clicking SAVE after changing the above values results in the message Settings Saved in a Javascript warning dialog. However, settings aren't changed. Not even after restarting Opera or even the whole device.
Could this have something to do with the fact that Opera resides in the Windows directory? If so, or if not, what's wrong and how should I go about to have these settings changed?
OK I've got one problem solved. Copying opera.ini from the \windows\opera9\ directory to my computer, editing it and copying it back to the device helped solve the maximum tabs problem. The other options I want to edit aren't available in the ini file though.
Try to find more ini's. They have to be there. Also thanks for telling this, I definetly will use it when I get my phone.
Didn't find more ini's, but... I found out why the settings wouldn't change after editing them in the opera:config page: the lack of an OK button on the TD2 is part of the problem.
The entries in the opera:config page need to be acknowledged by hitting the ENTER button on the soft keyboard. If you just edit them and click SAVE they won't be changed. For that you need to edit - (select all) ENTER - SAVE.
Now I have Opera's cache and downloads directory switched to the memory card. And I have one problem left. The downloads directory path turns out to be the path that Opera uses when you open (in stead of save) mpeg, wmv, pdf etc. files while surfing. You don't open them online, but the files are downloaded to the downloads directory.
So I'm still stuck with the initial problem of the 'Save file' dialog directory. Tips are welcome
To get more tabs type in 'Tabs" in the quick find bar and it will pop up. This is the first thing I did. On my elfin I had changed it to 6 tabs. I currently set the D2 to 9 tabs.
In order for the change to take pace you must exit Opera fromt the menu and not by hitting the X button. Eventhough it doesn't show up in the task manager Opera is just minimized if you hit the X or hold it down.
Sounds good, but where exactly can I find this quick find bar? I tried to type "Tabs" in several places but it just gives me google results...
Smackhacker said:
Sounds good, but where exactly can I find this quick find bar? I tried to type "Tabs" in several places but it just gives me google results...
Click to expand...
Click to collapse
In the Adress bar type 'Opera:Config' and you will get the page posed in the first post. After that type in 'tabs' where it says quick find. You will not find it maually searching the listed categories so you must search for it.
Enjoy your many added tabs.
Thanks...works.....have added this to my tweeks list
HTC Touch Freak said:
In the Adress bar type 'Opera:Config' and you will get the page posed in the first post. After that type in 'tabs' where it says quick find. You will not find it maually searching the listed categories so you must search for it.
Enjoy your many added tabs.
Click to expand...
Click to collapse
That’s great, thanks!.
I would really like Opera to change "open in new tab" operation.
I want Opera to stay on the current tab and open the new tab in the background. I hate looking at the white empty loading page and then returning to the original page ....
K
I know its OT, but my Opera doesn't remember history, its really annoying entering every URL everytime, is there something that could be done, maybe through Opera.ini??
Thanks
robinVerdegaal said:
Didn't find more ini's, but... I found out why the settings wouldn't change after editing them in the opera:config page: the lack of an OK button on the TD2 is part of the problem.
The entries in the opera:config page need to be acknowledged by hitting the ENTER button on the soft keyboard. If you just edit them and click SAVE they won't be changed. For that you need to edit - (select all) ENTER - SAVE.
Now I have Opera's cache and downloads directory switched to the memory card. And I have one problem left. The downloads directory path turns out to be the path that Opera uses when you open (in stead of save) mpeg, wmv, pdf etc. files while surfing. You don't open them online, but the files are downloaded to the downloads directory.
So I'm still stuck with the initial problem of the 'Save file' dialog directory. Tips are welcome
Click to expand...
Click to collapse
I'm trying this but no matter what I do it won't accept my change to the User-Agent any ideas??
To robinVerdegaal
This is a cool find (opera:config) robinVerdegaal, never saw this one around....thanks....
And you can save it to your Opera Favorites.
Opera's Settings File Explained
Opera settings explained.
I too have the problem of Opera not saving changes to the opera:config section no matter what I try.
My phone is the Touch Pro 2 on Vodafone.
Love the Opera experience as a whole but can't wait for flash support and I desperately need more than 2 tabs!!
Please note that you may require a reboot after you change some Opera settings. This seems to be because Opera is set to run as a background process on the D2 and so to make sure it restarts reboot (which is easily done by switching your phone off and then on again).
The number of TABs increasing for me did not work until I swapped SIM cards! I found this out by accident of course. Maybe try battery and/or SIM card removal but it does work.
If you tap in adress bar "opera:" only you will see more options also ":config" option.
I also have the "not saving" problem. I make changes, press save and it says I may need to restart but no matter what I try it doesnt save the settings.
HTC Touch Freak said:
In the Adress bar type 'Opera:Config' and you will get the page posed in the first post. After that type in 'tabs' where it says quick find. You will not find it maually searching the listed categories so you must search for it.
Enjoy your many added tabs.
Click to expand...
Click to collapse
It doesn't works on my TD2 I,ve changed the settings, than ok and restart Opera (not with the X button), but next time I become only 2 Tabs again
No changes worked on mine using that config editor but when I changed the settings by copying the config.ini off my phone, making the changes and copying it back they work fine, including changing from 2 tabs to six.
Just remember to soft reset after uploading the file to your phone otherwise the changes dont happen!
KraFT_mk said:
That’s great, thanks!.
I would really like Opera to change "open in new tab" operation.
I want Opera to stay on the current tab and open the new tab in the background. I hate looking at the white empty loading page and then returning to the original page ....
K
Click to expand...
Click to collapse
I was trying to achieve this on my original diamond, but i think this is behaviour that can only be fixed by opera and not .ini or reg tweaks
elmalote said:
I know its OT, but my Opera doesn't remember history, its really annoying entering every URL everytime, is there something that could be done, maybe through Opera.ini??
Thanks
Click to expand...
Click to collapse
me too, tried to find it anywhere, but no success
{
"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"
}
Free/no ads/donations accepted
Market link (Web)
https://market.android.com/details?id=com.alostpacket.listables
Market link (Phone)
market://details?id=com.alostpacket.listables
Share & save directly - P2P (Phone to Phone)
music, app-lists, contacts, photos
This app was designed with one goal in mind: it's your data, send it directly to whomever you want. They're your photos, your music, your contacts.
With Listables, you can share your favortie MP3 when you're out with a friend, or email vCard contacts to your relatives, or post a list of your favorite apps to a forum. There are many possibilities but please feel free to leave suggestions in the comments or email me with feature ideas/requests.
* Send MP3s, contacs, images or app-lists directly via Bluetooth
* List apps with QRcodes, Market links, HTML or BBcode
* Share & backup contacts as vCards, CSV, or plain text
* Save and load m3u playlists
* Preview songs and images before sending
* Generate QR codes individually for apps and contacts
* Quick copy contact phone numbers or emails
* Get direct links to the Android market (both Web & Phone), AppBrain, and Androlib
* AUTO-RESUME broken bluetooth connections
*NOTE*
Wi-Fi and Background data can interupt Bluetooth connections.
(NEW BETA feature) AUTO-RESUME broken bluetooth connections: Listables will now try to reconnect by itself if it detects a bluetooth connection broke while in the middle of the transfer. It should pick up right where it left off once reconnected.
FULL FEATURE LIST:
- Share audio files / MP3s over Bluetooth
- Create playlists from shared audio files
- Share app-lists over Bluetooth with direct market links
- Share contacts over Bluetooth, and add them to your address book
- Share photos over Bluetooth
- Search any list: music, apps, contacts or images
- Save & load m3u playlists for audio files
- Save & load custom app-lists
- Save contacts as CSV (comma seperated values)
- Save contacts as vCards
- Generate app-lists in HTML, BBCode, XML & plain-text
- Generate QRcodes by long-pressing apps & contacts
- Long-click to preview-listen to music
- Long-click to preview images
- Long-click to quick-copy email & phone numbers from contacts
- Copy contact-lists to the clipboard
- App-lists have direct links to Android Market on the Web and on the Phone
- Links to AppBrain & Androlib.com
- Works best on Android 2.2+
Wow, kinda forgot I posted this here.
The app has gone through a lot of updates and is up to 0.9.0 now
includes:
-app-list sharing
-contact sharing
-mp3 file-sharing
-image sharing
via Bluetooth, QRCode, HTML, BBcode, CSV, vCard, XML etc etc
Anyways sorry for the low post count im way more of a lurker than a poster around here
This app has gone through a lot of changes, sorry for not updating this thread better
Anyways it's still free as always
1.2.7
-Minor update to address Russian characters in HTML
-HTML charset is now utf-8
1.2.6
-Some minor bug fixes
-Increased performance for contacts
-If you are having trouble saving XML app-lists please email me
-For Bluetooth issues, please be sure both phones have the latest version
-Note: If you have over 1000 contacts things may be unstable, this should be fixed when the new performance upgrades are done
-Any other issues please email me!
Older changes:
- Added links to Android's new web Market
- New Home screen
- New animations
- Long-click to listen to music
- Long-click to preview images
- Quick copy email & phone number from contacts
- Save & load m3u playlists for audio files
- Save & load custom app-lists
- Generate QRcodes by long-pressing apps & contacts
- Links to AppBrain & Androlib.com
- Improved performance & graphics
- No more "please wait" dialogs when launching
- portrait & landscape supported
Wow, seems like a great app!! Gonna try it!!!!! Thanks!
I just installed and yes, sir! Looks great. One suggestion though, other than just creating the QRCode, you should allows for an option to copy the QRCode to clipboard so we can paste it somewhere, or better yet, allow to save the QRCode as an image file somewhere. That would be great.
Short question... when sending a contact from my phone to another one... is this contact send with my used contact picture or without the picture?
Nice will try out now.
Heart1010 said:
Short question... when sending a contact from my phone to another one... is this contact send with my used contact picture or without the picture?
Click to expand...
Click to collapse
It tries to send the picture but not all pictures can be accessed by the app. For example, Facebook-sync'd images will not be sent because the facebook app goes out of its way to make them hard to get.
But generally, it will try to send any picture added through Android.
Pitbull_Raven said:
I just installed and yes, sir! Looks great. One suggestion though, other than just creating the QRCode, you should allows for an option to copy the QRCode to clipboard so we can paste it somewhere, or better yet, allow to save the QRCode as an image file somewhere. That would be great.
Click to expand...
Click to collapse
Thanks for the ideas! I think saving the QR code as an image file is definitely something I could add in there (and shouldn't be too hard).
But I'm not sure about copying to the clipboard. That's a lot of bitmap data to copy to the clipboard and I'm not sure exactly where someone would paste it or of any apps that support the pasting of bitmap data.
If you could let me know of how you think you might use a copy feature specifically, I can maybe think though how to do it a bit more. But for now I'm not sure I see/understand the use-case.
Gonna try this
Thanks guys, I really appreciate the feedback, and feel free to let me know of any features you want added.
Though dev time is a bit slow on this app but I always try and get to requested features eventually
Pitbull_Raven said:
I just installed and yes, sir! Looks great. One suggestion though, other than just creating the QRCode, you should allows for an option to copy the QRCode to clipboard so we can paste it somewhere, or better yet, allow to save the QRCode as an image file somewhere. That would be great.
Click to expand...
Click to collapse
Just added the save QR code feature in 1.2.8 last night, it's on the Market now.
Also in 1.2.8, the apps now sort themselves alphabetically as was requested in the Market comments.
Cheers
Some ideas
Just tried the app, and I think it's pretty good. I think the user interface is great, but I have a few suggestions to make the app better:
1. In the "Applications" view, the menu is barely readable. The black background is fine, but you should give color icons with white text to the buttons for save, load, email, etc.
2. When viewing a previously saved app list, it would be awesome if the list would somehow indicate which apps are currently installed on the device. Perhaps using different colors for the app's name, such as yellow for installed and red for not installed.
3. When saving a list, append a date code to the default file name so that older lists are not easily over-written.
4. When viewing a list, have a different action occur when the name is pressed, as opposed to just toggling the checkmark. For example, if I am viewing a list of apps, then pressing on an app's name would take me to its market page and pressing on the checkmark would perform the toggle.
Again, I think you've got a solid app. Keep up the good work!
thunderwolf17 said:
Just tried the app, and I think it's pretty good. I think the user interface is great, but I have a few suggestions to make the app better:
1. In the "Applications" view, the menu is barely readable. The black background is fine, but you should give color icons with white text to the buttons for save, load, email, etc.
2. When viewing a previously saved app list, it would be awesome if the list would somehow indicate which apps are currently installed on the device. Perhaps using different colors for the app's name, such as yellow for installed and red for not installed.
3. When saving a list, append a date code to the default file name so that older lists are not easily over-written.
4. When viewing a list, have a different action occur when the name is pressed, as opposed to just toggling the checkmark. For example, if I am viewing a list of apps, then pressing on an app's name would take me to its market page and pressing on the checkmark would perform the toggle.
Again, I think you've got a solid app. Keep up the good work!
Click to expand...
Click to collapse
Hey Thunderwolf, thanks for the great feedback!
1) Yeah, I need to remove that dark background actually. That's a byproduct of HTC Sense/TouchWiz/MotoBlur not playing nice with Android themes, and a limitation of the themes themselves. Will likely just go back to the regular style looking menu. I'll have that fixed in the next update.
2) That's a great suggestion, I will definitely look into that!
3) Not a bad idea, I may warn the user if a file exists too.
4) This feature is already part of the app, you just need to long press to get a context menu with many more options for that app. This works with contacts as well. With photos and music, long press will let you quick preview the image/song.
Cheers & thanks again -- very thoughtful stuff there
Great app! I just wish there was a way to share non-market apps, but I understand that there is a security risk behind that.
YoungSinema said:
Great app! I just wish there was a way to share non-market apps, but I understand that there is a security risk behind that.
Click to expand...
Click to collapse
Thanks for the kind words & feedback
But yeah, it shares links to apps, not the apps themselves. The links it can share are Android Market, Androlib, and AppBrain. Though I'll probably add Amazon too eventually.
Not really sure how to help people share links to non-market stuff, though I may add a "note" feature where users can write their own notes in at some point.
thunderwolf17 said:
Just tried the app, and I think it's pretty good. I think the user interface is great, but I have a few suggestions to make the app better:
1. In the "Applications" view, the menu is barely readable. The black background is fine, but you should give color icons with white text to the buttons for save, load, email, etc.
2. When viewing a previously saved app list, it would be awesome if the list would somehow indicate which apps are currently installed on the device. Perhaps using different colors for the app's name, such as yellow for installed and red for not installed.
3. When saving a list, append a date code to the default file name so that older lists are not easily over-written.
4. When viewing a list, have a different action occur when the name is pressed, as opposed to just toggling the checkmark. For example, if I am viewing a list of apps, then pressing on an app's name would take me to its market page and pressing on the checkmark would perform the toggle.
Again, I think you've got a solid app. Keep up the good work!
Click to expand...
Click to collapse
These are now all implemented in 1.2.9 (well #4 was already implemented )
Changelog:
-New: Shows already installed apps on loaded/received lists
-New: Date appended to filename for Apps & Playlists to avoid overwriting
-Removed old code potentially causing FCs in Pictures section
-Protections against FCs saving contact CSV files w/ missing/invalid values
-Removed dark backgrounds causing problems with already styled menus (such as HTC SenseUI)
Feel free to let me know if there are any additional features you guys want to see. Some great suggestions so far (almost 100% have been added)
alostpacket said:
Feel free to let me know if there are any additional features you guys want to see. Some great suggestions so far (almost 100% have been added)
Click to expand...
Click to collapse
Being able to batch install from a list would be good.
siedkins said:
Being able to batch install from a list would be good.
Click to expand...
Click to collapse
Thanks, that's actually a really good idea but I'm not really sure if it's possible. Although, I guess something like AppBrain does this?
I'll take a look and see if there is a way to send the market multiple install commands. Right now it just sends you to the details page of an app -- I'm not sure how to trigger the download/install.... That's usually considered an exploit. But never say never!
New methods found. ROOT REQUIRED. I am in no way responsible for your device, or the feeding of your fish. Alter system files at your own risk(eye protection not necessary). All recommended apps are the sole property of it's developer(Thank you).
New method:
Step 1: Find and install Sqlite Editor.
Step 2: Find and install Root Explorer. ( I found this one to be best)
Step 3: Open SQL, grant permissions, Let it scan databases, close it.
Step 4: Open Root Explorer (Will be referenced as RE from here on)
Step 5: Create 2 folders on your SD card. 1 to keep original files(just in case) a 2nd to modify originals.
Setup is now complete and your ready to get stuff!
Changing your user data.
Step 1: Open RE, Navigate to Data/Data/com.bayview.Tapfish/databases, Click tapfish.sqlite
{
"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"
}
Step 2: Go to user, you will now see your current coins and Bucks.
Step 3: Longpress the desired box. Edit field. Enter the desired amount. Save
Step 4: Repeat Step 3 for coins, bucks, and level. (you may need to enter a large xp amount for your level to stick.
You are now finished gaining wealth. Go spend away...or continue reading for more fun.
Before exiting RE let's copy those files.
Step 1: Navigate up one folder. ( Data/data/com.bayview.tapfish)
Step 2: Open the download folder, followed by the stores folder. (It is at the very bottom)
Step 3: Select and copy all .DB files. (If using RE this would be a good time to create a bookmark of this folder.)
Step 4: Navigate to the root of your SD card, and to the folder you created for backups. Paste there.
Step 5: Repeat copy and paste to the 2nd folder. (I will refer to it as work folder)
Now you are set to modify almost anything. Let's get to it.(feel free to explore the databases in the work folder.)
Modifying Food bricks.
Step 1: In your "work" folder open 7.db
Step 2: Open store_item you will see the bricks in order as they appear in the store.
Step 3: Scroll to buy_prices, and longpress the top box (it reads default,fishbucks,4.00)
Step 4: Edit that field so it reads default,coins,1.00 then save. (you can modify in any combination you like, default,fishbucks,-20.00 to get paid)
Step 5: After it is saved back out to the "work" folder so all .db files are visible. (another good time to bookmark.)
Step 6: Copy the 7.db file you edited and paste it to the data/data.com.bayview.tapfish/download/stores (hopefully you bookmarked it so you can one click)(I will call this the system folder)
Step 7: Yes overwrite it.
You can now open Tapfish and verify your work. If it all looks good, let's make some bigger changes.
Step 1: Open RE go back to your work folder, and reopen the 7.db, then store_item
Step 2: Go to the far right column _foodbricktime
Step 3: Edit the top box (small brick) to 1440 (60 days)
You have now made all other Bricks useless. The small brick will now cost your desired amount and last 60 days. So let's clean up the store and remove them.
Step 1: Scroll to the far right. (Second to last column Don't_show_in_store)
Step 2: Edit all the boxes except the top one to 1 (True)
Step 3: Copy the 7.db file and paste back into the system folder.
Step 4: Yes overwrite, exit and verify your work. (The only brick available should be the small)
Congratulations!
Next up....Tweaking available fish. (Sold out fish? Not anymore!)
Step 1: In RE navigate to your work folder.
Step 2: Navigate to 5.db then store_item.
I will use the sold out elvis fish for my example.
Step 3: Find the Elvis fish in the list (ID is 4343) click it.
Step 4: Scroll to buy_prices, Edit field so it no longer includes sold out. (Modify the cost if you like)
Step 5: Scroll right Edit the 3 boxes limit_type, Limit_start_time, and limit_no_of_hours. Delete whatever is in the boxes so they are all blank.
Step 6: (optional) Edit the time to adulthood if you wish (in hours), or Modify the description. Make it a premium fish (edit field to read 1)
Step 7: Copy the 5.db and paste in the system folder.
Voila! Sold out fish no more.
This method of editing works for items, events, sold out items and more. I will write up further steps. In some cases, such as enabling backgrounds in the store you need to edit the Category and Store_item. Browse around, have fun. Show us what you have done. More to come.
(Old method below) Files have been changed this method is no longer working correctly. (At least not for me)
step1:Install sqlite editor from market.
step2:run it
step3:Navigate to Tapfish
Step4:Navigate to Tapfish.sql
step5:Navigate to user
step6:Longpress desired field (coins/bucks/xp)
step7:Click Edit Field
step8:Enter desired amount
Step9:Exit,Run Tapfish,Enjoy the wealth.
Have fun
To change growth times and item costs use file explorer (I use es) navigate to data/data/com.bayview.tapfish then download then stores then fisheggs.XML, change purchase amounts, time to adulthood (in hours) sell value, whichever you want for each fish,save file,start game, it's a long process and did cause game instability for me but try if you like
is it safe and working on latest version?
If i flashing a new ROM then install it again,the game will reset or not?
Thanks
If you are not doing a clean install of a rom (not resetting data) all saved game data remains, if you are installing a rom for the first time a factory reset is recommended. The hack changes your actual user data as if you had achieved it. Should work on any phone with root permission. If newest version is 1.02, then yes works fine and dandy.
Sent from my HD2 Typhoon 3.1.1 mgldr
Thanks mate,i already install this app and it works.
I just backup using Titanium and recover it after flashing a new ROM.
Now i can try to combine all breed fishes..
Thanks a lot for sharing..
No problem glad someone is getting some use from it.
Sent from my HD2 Typhoon 3.1.1 mgldr
Does this require root?
I don't see the tapfish 'folder'.
Has anyone tried this on version 1.111?
Nothing comes up when I select tapafish from the SQL app
Any updates to this?
I edited, bucks, coins and experiance but no changes reflected in the game.
IF I go back in to look at the sql file the changes I made show up still.
Thanks
Should work fine still, did run the game once first before?
Sent from my HTC Sensation 4G using xda premium
Thanks bunches for this tip. the Wife will be very happy now.
I feel like this isn't being very respectful of the game they created :/
If enjoying the game to it's full extent utilizing a loophole is morally unsatisfying to you don't do it. I personally did not enjoy it as much pre-hack, I now play and enjoy it more. It's a matter of opinion.
Sent from my HTC Sensation 4G using xda premium
@odes you friggin' rock!! This is awesome especially since the halloween fish are here!! Thanks!
SQL LIte doesnt work for me either. Nothing comes up when I select tapafish from the SQL app, just black screen and if I tap screen get the not responding msg/force close.
I tried another app "asqlite manager". It finds a tapfish sql file on my sd card, it lets me edit and save it but nothing is reflected in the game.
Is there a way to grab the correct file from the phone, edit it on pc and then restore to the phone? If there is could you please tell me the path to the tapfish sql file and any other info that may help me out.
Thanks
Jed
1) Your phone must be rooted
2) you must install the root explorer first
3) then install the pkg.apk file (sqlite you get on the original post)
If you install sqlite first....it wont work.
If your phone is not rooted, it wont work.
If you try to edit using the sqlite, it wont work....
Must do it via root explorer
Using the root explorer do the following..
data/data/com.bayview.tapfish/databases/tapfish.sqlite/user
then edit the coins/bucks/ex points.
TN Jed said:
SQL LIte doesnt work for me either. Nothing comes up when I select tapafish from the SQL app, just black screen and if I tap screen get the not responding msg/force close.
I tried another app "asqlite manager". It finds a tapfish sql file on my sd card, it lets me edit and save it but nothing is reflected in the game.
Is there a way to grab the correct file from the phone, edit it on pc and then restore to the phone? If there is could you please tell me the path to the tapfish sql file and any other info that may help me out.
Thanks
Jed
Click to expand...
Click to collapse
Gutterball said:
@odes you friggin' rock!! This is awesome especially since the halloween fish are here!! Thanks!
Click to expand...
Click to collapse
I too enjoyed the new content. Makes it nice never worrying about cost. Glad to see others enjoying it as well.
Sent via my Sensationally Rooted,Rom'd,Modded,Tweaked,ENERGIZED Beast.
[Hack]Any fish/background/plant/or anything
First off, thank you for the money hack.
Secondly, I would like to give something back.
I figured that we can use any images we like without having to extract/decompile the apk.
In /data/data/com.bayview.tapfish/download there are lots of folders containing images. In my 0b99c94 folder is a fish I don't like (images 1.png 2.png 3.png and selected.png) so I replaced the images with 3 images of a submarine with bubble animations. Then in 4a77750 was a rubbish background which I swapped.
Result
I am going to try improving the plants, backgrounds, add new fish and decorations to my collection.
I assume that when people view my tank, it just shows them the original images. Can somebody confirm by checking "LfcFan" tank 4? tyia
EDIT
It appears the images/folders in /data/data/com.bayview.tapfish/download get deleted periodically. I am going to try getting a copy of them but it looks like I will need to start again.
Checked your tank, negative on sub and background. let us know if you work it out.
Sent via my Sensationally Rooted,Rom'd,Modded,Tweaked,ENERGIZED Beast.
LfcFan1977 said:
First off, thank you for the money hack.
Secondly, I would like to give something back.
I figured that we can use any images we like without having to extract/decompile the apk.
In /data/data/com.bayview.tapfish/download there are lots of folders containing images. In my 0b99c94 folder is a fish I don't like (images 1.png 2.png 3.png and selected.png) so I replaced the images with 3 images of a submarine with bubble animations. Then in 4a77750 was a rubbish background which I swapped.
Result
I am going to try improving the plants, backgrounds, add new fish and decorations to my collection.
I assume that when people view my tank, it just shows them the original images. Can somebody confirm by checking "LfcFan" tank 4? tyia
EDIT
It appears the images/folders in /data/data/com.bayview.tapfish/download get deleted periodically. I am going to try getting a copy of them but it looks like I will need to start again.
Click to expand...
Click to collapse
LfcFan1977, how did you get that background?? I've done the money hack (which makes the game MUCH more enjoyable), but I've been searching and googling for a way to get different backgrounds. Can you give a step-by-step please?
EDIT
By the way, are you using Root Explorer, and if so, how are you viewing the images? I found the right folder (in Download), but can't seem to view images. I tried Astro, ES Image Browser, and Gallery.
odes said:
Checked your tank, negative on sub and background. let us know if you work it out.
Click to expand...
Click to collapse
I thought that would be the case. Other people will never be able to see our images via the game. We could post screenshots and/or the images we are using.
aicirt17 said:
LfcFan1977, how did you get that background?? I've done the money hack (which makes the game MUCH more enjoyable), but I've been searching and googling for a way to get different backgrounds. Can you give a step-by-step please?
EDIT
By the way, are you using Root Explorer, and if so, how are you viewing the images? I found the right folder (in Download), but can't seem to view images. I tried Astro, ES Image Browser, and Gallery.
Click to expand...
Click to collapse
I place the new background image (480x320) on my sdcard. Then with SuperManager (which I believe does the same job as Root Explorer) I copy it and navigate to /data/data/com.bayview.tapfish/download. Find a folder containing a background I do not want and paste to replace the original. That image needs to be named "default.png" and you need read/write permission set. It is also a good idea to do the same with a cropped down (50x50) version and named "store.png", that provides a preview when applying in the shop.
The problem I noticed was that some folders/images in /data/data/com.bayview.tapfish/download get deleted. So (I think, after hours of messing about) I have managed to get a copy of all folders and images. With these on my sdcard I can view them easily and replace images I do not want. Then copy the whole folder (eg 1a78039) to /data/data/com.bayview.tapfish/download.
I still need to full test this out because the game appears to lag if every folder and image is in the "download" folder but I had a problem where some of the previews and item images where missing from the store.
*edit*
Lag - Caused by a seperate background process - ok now.
Store previews - Still no luck with those when I replace images. I either get no preview (for fish) or original (for background).
Note - Purchase fish, then replace images.
Note - Fish need to face left else they swim backwards.
download folder - Thought I could see the files in there when navigating with SuperManager but they do not appear - They are there though. Copy folder (eg 1a78039) to sdcard the view correctly.
Anyway, here are all the original folders/images. Sorry it is such a big zip file. download.zip
Hmmm... odd, I can not get this background. Nor can I get a food block to hang off the edge of the screen like that.
If all goes well I will post some new backgrounds, ornaments, animations, fish, ect, when I can.
BTW, if that tank ^ is yours odes, I can not re-add you as a friend because the username is to long. Tried with two different keyboards but its just to many digits. Odd
So I reside in India and have recently bought a Bravia which runs on Android 11.
But the problem is that it has no built-in default file manager app
Like when I install PPSSPP v1.13.1, the emulator wants me to choose a directory and that's where I'm stuck.
Same goes for Lemuroid emulator. (Latest from F-Droid)
To simplify, if I want to manage storage I use FX File Manager but can't access to Android/Data or Android/Obb folder and there's no default or stock file manager app to grant the access from.
Any solution??
mix explorer works perfectly
ichyb3ll said:
So I reside in India and have recently bought a Bravia which runs on Android 11.
But the problem is that it has no built-in default file manager app
Like when I install PPSSPP v1.13.1, the emulator wants me to choose a directory and that's where I'm stuck.
Same goes for Lemuroid emulator. (Latest from F-Droid)
To simplify, if I want to manage storage I use FX File Manager but can't access to Android/Data or Android/Obb folder and there's no default or stock file manager app to grant the access from.
Any solution??
Click to expand...
Click to collapse
I am facing issue on my tcl Google TV. Can you find solution
mix explorer works perfectly
its like you dont want to read the solution
PuckBass said:
mix explorer works perfectly
its like you dont want to read the solution
Click to expand...
Click to collapse
I have also tried the mix explorer. But it has the same issue.
When i connect my mobile to google tv via usb,it soesnt show my mobile content on tv
I have the same problem . PPSSPP displays a message that it cannot use the file management application. PPSSPP does not allow you to open and view directories. PPSSPP cannot see the ISO files already uploaded to the disk.
Same issue with Chromecast with Google TV after updated to Android 12 - it has no default file manager so there is no way to grant permission to access Android/data!
seriosuly people the solution keep being posted and you guys chose to ignore it ...
and people need to stop with the updates to android 12 broke something.
IT DID NOT!
https://mixplorer.com/ = open source file explorer that does EVERYTHING !
PuckBass said:
seriosuly people the solution keep being posted and you guys chose to ignore it ...
and people need to stop with the updates to android 12 broke something.
IT DID NOT!
https://mixplorer.com/ = open source file explorer that does EVERYTHING !
Click to expand...
Click to collapse
I have the same problem on my Chromecast with Google TV (HD) with Android 12. The application (John Data Sync for John GBC/GBA emulator) needs access to the emulators folder but when i tap the assign button (to search for it) it does not open any file manager and shows this error: "You don't have an app that can do this".
I've tried multiple file managers, including Mixplorer, but it can't open any of them. I suspect the problem is that the OS doesn't have any file manager setted as default. It doesn't open any chooser and I have no idea how to set it. Maybe from adb?
I don't think it's a permission problem since the file managers do have access to the data folders when i open them. The problem is the other apps can't "launch" or even find them.
Any ideas? Thanks
i have to do the same with psppp & no problem.
PuckBass said:
i have to do the same with psppp & no problem.
Click to expand...
Click to collapse
Are you doing this specifically on Chromecast with Google TV 4k? Because as others are saying "default file selector" is not present on that device, therefore loophole to enable access doesn't work.
I'm sure there are other Google TV devices out there and OEMs might have added some flavour to them. allowing this.
I've attach photo as proof that MiXplorer doesn't work on CCWGT
{
"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"
}
Kewzyx said:
I have the same problem on my Chromecast with Google TV (HD) with Android 12. The application (John Data Sync for John GBC/GBA emulator) needs access to the emulators folder but when i tap the assign button (to search for it) it does not open any file manager and shows this error: "You don't have an app that can do this".
I've tried multiple file managers, including Mixplorer, but it can't open any of them. I suspect the problem is that the OS doesn't have any file manager setted as default. It doesn't open any chooser and I have no idea how to set it. Maybe from adb?
I don't think it's a permission problem since the file managers do have access to the data folders when i open them. The problem is the other apps can't "launch" or even find them.
Any ideas? Thanks
Click to expand...
Click to collapse
LTgoodevil said:
Are you doing this specifically on Chromecast with Google TV 4k? Because as others are saying "default file selector" is not present on that device, therefore loophole to enable access doesn't work.
I'm sure there are other Google TV devices out there and OEMs might have added some flavour to them. allowing this.
I've attach photo as proof that MiXplorer doesn't work on CCWGT
Click to expand...
Click to collapse
Indeed, the way Google manages storage on newer android versions, particularly 12 and 13, does make things like this more difficult if not impossible. Even before then, in Android 11 there had been an increasing dependency on native file manager components, and to your points this may vary depending on how the OEM handles things so there is not always a clean line between Android versions. In newer versions, if people disable their native file manager they may then have problems with other file managers such as MiXplorer or even core functions of the OS. It stands to reason that if the native file manager was removed there would be similar problems, and it seems as if this is the situation some of you are in. Unfortunately the workarounds which grant access to various storage locations in third-party file managers (the creation of document providers) requires those native components. Those who can add document providers but still have issues accessing locations could then try the workarounds which you may have already heard in the MiX thread. https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-87626419
Disclaimer: although I maintain the MiXplorer FAQ I am not here to advertise it, just doing some cross pollinating between threads since there is common interest between those who want more access on their Google devices and those who use MiXplorer.
PuckBass said:
seriosuly people the solution keep being posted and you guys chose to ignore it ...
and people need to stop with the updates to android 12 broke something.
IT DID NOT!
https://mixplorer.com/ = open source file explorer that does EVERYTHING !
Click to expand...
Click to collapse
With all due respect, in addition to sharing inaccurate information about expectations in new versions of android on Google TV devices (and the subsequent need for native file explorer components) you have also falsely stated that MiXplorer is open source. As explained in various supporting resources for MiXplorer it is closed source.
As to not updating to android 12 or 13, for the time being that's what I'm doing but not everybody has a choice and at a certain point it does become beneficial to upgrade the OS for security and compatibility reasons. It is understandable and reasonable that people would find this problematic and seek workarounds.
Disclaimer: although I maintain the MiXplorer FAQ I do not represent the app or the developer nor do I have any elevated standing here at XDA, so just as a person I say: someone who is telling others to read posted solutions should do better at reading information themselves so as not to spread inaccurate misinformation.
IronTechmonkey said:
Unfortunately the workarounds which grant access to various storage locations in third-party file managers (the creation of document providers) requires those native components. Those who can add document providers but still have issues accessing locations could then try the workarounds which you may have already heard in the MiX thread. https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-87626419
Click to expand...
Click to collapse
I wasn't sure from your post if things should work with workaround without native file manager or not so I tried on my CCWGTV.
Sadly it doesn't work - executing document provider step from both workarounds results in "You don't have app that can do this"
LTgoodevil said:
I wasn't sure from your post if things should work with workaround without native file manager or not so I tried on my CCWGTV.
Sadly it doesn't work - executing document provider step from both workarounds results in "You don't have app that can do this"
Click to expand...
Click to collapse
My post was intended to share that even in file managers with advanced capabilities it may not be possible to work around the absence of a native file manager. The workarounds were provided for those who are able to create a document provider but then cannot access the location (in MiXplorer). If you cannot even create the document provider then you may be stuck... as you and others have found out. I've never heard of a workaround for this and would imagine that any workaround would involve some system tweaks. This certainly does not mean they don't exist, which is why I posted here so if anyone shares a solution here I could share it in the MiX thread. Maybe there is some other thread or Forum where people are hacking away at this.
IronTechmonkey said:
My post was intended to share that even in file managers with advanced capabilities it may not be possible to work around the absence of a native file manager. The workarounds were provided for those who are able to create a document provider but then cannot access the location (in MiXplorer). If you cannot even create the document provider then you may be stuck... as you and others have found out. I've never heard of a workaround for this and would imagine that any workaround would involve some system tweaks. This certainly does not mean they don't exist, which is why I posted here so if anyone shares a solution here I could share it in the MiX thread. Maybe there is some other thread or Forum where people are hacking away at this.
Click to expand...
Click to collapse
I'm having the same issue on Chromecast 4. Have you found any workaround to access Android/data folder? I've tried to install File application from other device. It's installed and when I try to access Android/data now it shows the popup with question which app to use and there's this File application is listed. But when I select it, it doesn't start the application at all and I can't select the right directory.
PetrozPL said:
I'm having the same issue on Chromecast 4. Have you found any workaround to access Android/data folder? I've tried to install File application from other device. It's installed and when I try to access Android/data now it shows the popup with question which app to use and there's this File application is listed. But when I select it, it doesn't start the application at all and I can't select the right directory.
Click to expand...
Click to collapse
I popped in here after hearing about this in the MiXplorer thread. but I'm not in position to need or be able to test any workarounds on my rooted moto devices nor have I heard of any workarounds.
ichyb3ll said:
So I reside in India and have recently bought a Bravia which runs on Android 11.
But the problem is that it has no built-in default file manager app
Like when I install PPSSPP v1.13.1, the emulator wants me to choose a directory and that's where I'm stuck.
Same goes for Lemuroid emulator. (Latest from F-Droid)
To simplify, if I want to manage storage I use FX File Manager but can't access to Android/Data or Android/Obb folder and there's no default or stock file manager app to grant the access from.
Any solution??
Click to expand...
Click to collapse
if you just want to access the files or install apks, you can use ADB or terminal emulator to manage the files as an alternative.
I'm having the same issue as well. It won't let me choose a custom folder for storing PSP files. Tried different things but nothing worked.