Help with Currency Converter Small App ( com.sony.smallapp.currency) - Xperia Z1 Compact Themes and Apps

Hey all,
This "small app" has recently become broken because the source for the currency file's URL has changed.
When the app is newly installed, it pops an error at first launch:
"Unable to download currency file. Please try again later".
It broke around mid-july 2018.
What I'm looking for is the latest available currency file so that the program can at least work (even if it can't update).
It should be located at:
Android/data/com.sony.smallapp.currency/files/
If someone could kindly .zip and upload the "files" folder here, it would be majorly helpful.
Thanks.

Related

Baseball Superstar 2010

Hello there!
I installed the baseball superstar 2010 app by clicking a loose .apk that I've put onto my sd-card on my HTC Hero, and now I am wondering, where my saved season results are being stored. Or any save-files for that matter. I cannot find any result of this game on my phone.
Does anyone know where I need to look (and what app do you use to browse your files btw?) Would like to know if anyone has ever succeeded in editing these results too. And how, ofcourse
you can download astro file manager, you can search everything on your phone.
Hi there. Thanks for the tip. I think I have the location. I thought originally that it would unpack and install in some kind of folder, like all games do when you install them on a normal desktop. But.... with astro, when I click on the .apk file which I also used (I think) to install it on my phone, it asks me: browse file or open app manager. So I think the place to be is 'browse file'.
But then..... I always assumed, that my savegame, or my own personalised player would be stamped with the date of today, or yesterday, when I last played the game. But I cannot find anything recent. And there are filetypes my phone doesnt recognise, like: mpl, dat, and ptc.
So now my question is: how can I view these files on my desktop pc (because I cannot seem to browse the .apk file there) and do you have any idea which one I should try to open???

[Req] Ebook by samsung electronics

I managed to download the ebook reader from this link
zune://navigate/?appID=b90a5d54-601d-e011-9264-00237de2db9e
but now I cannot find a way to side load my books. if anyone has any idea please help. if you want I can also upload the xap file.
thank you
Update:
the program is located under Applications/Data/B90A5D54-601D-E011-9264-00237DE2DB9E
I then went to Data/isolatedStore and found the 2 books that came with the program, but when I copy my books they do not appear when I launch the program. Then I downloaded a free book from kobo, through the software, and a new folder "Digital Editions" was created with the book I downloaded.
I copied my books in that folder but still nothing. BUT, when I changed the title of one of my books to the title to the one I downloaded, it appeared in the software under the photo and title of the downloaded book, but opened my book. a small victory but not enough...
BTW it was a epub book, not pdf, I still haven't managed to open pdfs, although this program supports pdf.
in IsolatedStore, there is a file EBookstorage.xml and a EBooksettings.xml that I havent managed to copy to my computer to check what is inside; I believe that the solution lies in there. But maybe not...
for every book there is a corresponding image file, so maybe the only thing needed is the image file of the book cover...
I am using this app on a HD2 NODO rooted (Thanks Yuki) without any other problems.
if anyone can help, I would appreciate it. it will be great to have just one app to read both epub and pdf.
managed to sideload books
jardan said:
I managed to download the ebook reader from this link
zune://navigate/?appID=b90a5d54-601d-e011-9264-00237de2db9e
but now I cannot find a way to side load my books. if anyone has any idea please help. if you want I can also upload the xap file.
thank you
Update:
the program is located under Applications/Data/B90A5D54-601D-E011-9264-00237DE2DB9E
I then went to Data/isolatedStore and found the 2 books that came with the program, but when I copy my books they do not appear when I launch the program. Then I downloaded a free book from kobo, through the software, and a new folder "Digital Editions" was created with the book I downloaded.
I copied my books in that folder but still nothing. BUT, when I changed the title of one of my books to the title to the one I downloaded, it appeared in the software under the photo and title of the downloaded book, but opened my book. a small victory but not enough...
BTW it was a epub book, not pdf, I still haven't managed to open pdfs, although this program supports pdf.
in IsolatedStore, there is a file EBookstorage.xml and a EBooksettings.xml that I havent managed to copy to my computer to check what is inside; I believe that the solution lies in there. But maybe not...
for every book there is a corresponding image file, so maybe the only thing needed is the image file of the book cover...
I am using this app on a HD2 NODO rooted (Thanks Yuki) without any other problems.
if anyone can help, I would appreciate it. it will be great to have just one app to read both epub and pdf.
Click to expand...
Click to collapse
the app uses epub.
you need the epub and the cover image
name the books accordingly.
use isostorespy to access the isolated storage. on the root of the applications youll find the epubs(marked as unknown file, as well as some jpegs of cover art. you also find an xml file - bookstorage.xml
copy bookstorage.xml to pc and add entries for your new book. the epub and cover art must be dumped in the app iso storage root.
edit the xml to include your books... this what i did to mine
<?xml version="1.0" encoding="utf-8"?>
<Books>
<Book>
<ID>6</ID>
<Title>Passion</Title>
<Author>Lauren Kate</Author>
<BookmarkPath>6Bookmark.xml</BookmarkPath>
<ScrapPath>6Scrap.xml</ScrapPath>
<Category>99</Category>
<PurchaseType>0</PurchaseType>
<EPubSize>0</EPubSize>
<KoboContentType>0</KoboContentType>
<KoboContentID>00000006</KoboContentID>
<KoboUserID></KoboUserID>
<KoboUserKey></KoboUserKey>
<ACSMFilePath></ACSMFilePath>
<Publisher>Lauren Kate Books</Publisher>
<CoverImage>Passion.jpg</CoverImage>
<Description></Description>
<FilePath>\Applications\Data\b90a5d54-601d-e011-9264-00237de2db9e\Data\IsolatedStore\Passion.epub</FilePath>
<ISBN>00000006</ISBN>
<ReadStatus>Close</ReadStatus>
<TotalPage>0</TotalPage>
<CurrentReadPage>0</CurrentReadPage>
<LastReadTime>0</LastReadTime>
<IsFavorite>False</IsFavorite>
<ImageUrl />
</Book>
the part above should be merged with the bookstorage.xml
if you notice
id = 6 (because this is the 6th book i add. in the beginning there will be 2 default books so youll start by adding book no3 = id=3
bookmarkpath = (id#)Bookmark.xml ---> example if id is 3 = 3Bookmark.xml
ScrapPath = (id#)Scrap.xml -----> example if id is 3 = 3Scrap.xml
author, publisher and title is self explanatory......
other values leave blank or default as pasted above
this is ****ing unorganized... gonna make a video later... and i hope i can finish coding the uploader soon so that we dont have to do all the ****e above. pardon my french....
thanks. I just saw your answer, sorry for that. I will try it tomorrow. If you finished coding, please tell me. I am really interested in having this program working properly.
thanks
Samsung ebook
I know this is an old thread, but could you post the samsung ebook .xap?
Sounds a lot of effort - try Bookviser
Sent from my HD7 using Board Express

About Viewing The Content of App Traffic Data

Greetings guys, I have a question about viewing data of Android app data traffic.
This is my situation, now I am running an app which is a game. When new contents are published, the game will download the data first before entering the game.
HTML:
i.bgirl.colopl.jp/asset_bundles/Android/1.0.52/Card-Common_V2-40060-card.unity3d?v=100005210
It is to believed that the above URL is .unity3d extension file, which may be downloaded as new contents during the update (during loading screen). These are the card's image file if it is extracted.
The above is only one of the card of one event. So in the future if new event's cards are published, I will wish to know what are the URL of the .unity3d files that are downloaded.
I've searched for tutorials for many days. From what I know "fiddler" may be the software that can view the traffic data requested by an app, but when I modified the WIFI's IPv4 to match my PC's network, it won't be able to connect to internet anymore...
So my question is, does anyone know, how can I view, during the update screen, which means when the update data are downloaded, what URLs (.unity3d) files are downloaded (similar as above)?
Thanks in advance.
Anyone here can help me? This issue had been a long time... I really wish to know how to do... Thank you!

Wildcard and DateTime syntax in Android Automate app

Hi,
I'm new to Android programming and I want to automate a process in an LG phone (Android 5.1.1) with the Automate app. I want it to take a picture at a set time of day and send it by email to a recipient. I have it running ok, just without image file attached because the app expects an absolute file name for the attachment. The problem is that the camera uses the date and time as the filename which of course changes with each image. Is there a way to use a wildcard like 'DCIM/Camera/IMG_*' (btw this doesn't work) to select the just created file which is deleted after the email is sent. So there is only ever the new file that should attach to the next email in this folder when the flow runs, but always with a new filename. I've tried various versions that I found online like GLOB'[IMG_]*' and 'IMG_#' but it always errors with 'NoSuchFile'...
Another way would be if I could give each new image file the same name, that would eliminate deleting the just sent file because it would overwrite the old one and I could set an absolute filename for the attachment in the email template. But i have not found a camera app that allows me to define the filename nor a way to automatically change the name of the saved file.
The other thing I'd like to do is insert the current date and time as the subject line. Here too I have tried various versions that I've found like =DateTime() which either just display the code in the email when I put them in " " (I guess as they should) or error already when I try to save them in the app.
Any help would be much appreciated!
Regards,
Jimmy

How do I Track Down an Unknown UUID Download

This is driving me nuts. I have a file in my internal Download folder (Android 10. internal Download folder is the standard destination for most downloads, though some are directed to Download on SD Card) that I don't recall downloading.
I can't find any record of the download in Chrome, Firefox, download managers, etc. I can't figure out what source I might have downloaded it from, or which app was used to download it.
There was a notification of the completed download, on my Android notifications, which played the file when tapped. So Android KNOWS this file was recently downloaded. (I.e. I didn't just forget I had it there. It wasn't moved from another directory.) The last modified timestamp confirms the file is recent (though that could be the result of move/copy).
Tapping the notification played the file, and caused the notification to disappear, and now I seem to have no way of tracking it down.
The only clue is the filename, which seems to be a UUID. Like so
fb249a29-e864-42be-b044-7c4c94d902d0.mp3
This is not a file that would be widely available online. It would likely have come from a close contact. (Voicemail download, social media post, file sharing, etc.)
Can someone send a file without me actively accepting it?
What type of server, or app, would give UUID filenames to .mp3 files?
(For example, Google Voice voicemail downloads have the format
Voicemail_18006887322_20210430.mp3
showing phone number, and timestamp.)

Categories

Resources