[XPOSED] Xposed Media Scanner Optimizer v. 1.3 - Xposed Framework Modules

Let me introduce my new Xposed Module. It allows you to customize the way the media scanner works on Android.
It solves several problems that I have with the media scanner. As Xposed module developer one needs to reboot the device quite often. The media scanner runs on each reboot and eating much battery as the device stays awake while the scanner is running and doing lots of I/O.
For non developer the Xposed Media Scanner Optimizer also provides useful functionality.
First of all let me explain how the media scanner works on Android. Each time the device has bootet it runs and scans all volumes/storage. Depending on the size of the storage available on the device and the SD Card and the number of files this usually takes between 5 and 20 minutes. For each file and directory it finds it creates an entry in the so-called Android Media Store. For special file types like images, videos and music files it also scans for meta data like EXIF information for images and mp3 tags for music files. Applications may query the Media Store to find specific files bases on the file type or meta data. Well known applications that do so are the Gallery and the Music Player. Other applications may also do so.
The media scanner runs as a background service and is not visible to the user.
The Xposed Media Scanner Optimizer provides the following tweaks to the media scanner:
The service can be run as a foreground service allowing the user to see when and how long it runs. Foregound services are visible to the user via a notification.
When the scanner has finished details of how long each scan took are shown using a notification.
The scanner can be run in a mode where only specific directories will be scanned. This reduces scan times and thus saves battery. It also allows you to control what shows up in the Gallery or Music Player apps.
It is possible to tell the scanner that only specific file types (e.g. music files) should be scanned on a directory basis.
It is possible to prevent automatic scanning for the external volume. Only triggering the scanner form within the XMSO app will cause the media scanner to run.
It allows you to completely delete the contents of the media store.
It allows you to trigger a scan whenever you want to
On some Android phones the scanner is scheduled to run several times after a boot which is completely unnecessary and in my opinion is a bug. These repetitive scans can be prevented.
All files that will not be scanned will not show up in the Gallery or Music Player. I for myself use this feature to restrict what is shown in the Music Player for example. I only want to see music files from specific directories on my SD card to show up in the music player.
The directories that contain my music files also contain images for the album and the artist. These files would normally show up in the Gallery. There, I only want to see the contents of the directories where I keep my pictures. I don't want to have the gallery cluttered with album artwork or images of artists from the music directories.
The Xposed Media Scanner Optimizer settings application can be started from the launcher and allows you to configure the following settings:
Repetitive Scans: If this preference is checked repetitive scans at boot time will be prevented. Repetitive scans are not necessary and only cause greater battery drain. Depending on the Android version and vendor repetitive scans may occur and can be prevented by checking this preference.
Service Importance: When checked the media scanner will run as foreground service and its operation will be visible to the user via a notification.
Thread Priority: If checked the media scanner will be forced to run with background thread priority even if it is running as a foreground service. This is the suggested setting. If unchecked the thread priority depends on whether it runs as a foreground service or not.
Directories: If checked the media scanner will only scan directories that have a .scanMedia file (i.e. an empty file with a dot as first part of the name similar to the .noMedia file). Use a file explorer app to create this file. This file can be placed in a directory that may contain subdirectories. The subdirectories will be scanned as well. If unchecked all directories will be scanned (except for the ones containing a .noMedia file - this default behavior of the media scanner is not altered by the Xposed Media Scanner Optimizer).
Media Types: If checked only certain file types will be scanned. To define which file types the scanner will scan in a directory create the following files: .scanMusic, .scanVideo and .scanPictures. So for a directory containing a collection of music albums you would need to create a .scanMusic file at the directory that contains all albums if you only want the music files scanned. Images contained in the album directories would then be skipped.
Run automatically: If checked the media scanner will scan whenever it is told to do so by the system. If unchecked it only scans the external volume when triggered from the XMSO app. Requests for the scanning of single files still work in either case.
Result Notifications: If checked a notification will be shown when the scanner has finished including information about the scan time.
Trigger Media Scanner: When touched a media scanner is triggered.
Delete Media Store Contents: When touched the contents of the media store are deleted. This will not delete the actual files on the storage. Trigger a scan or reboot to let the scanner populate the media store after deleting its contents. This is useful if the media stores already contains entries that you do not want like images from all directories in the Gallery. First check the preferences to restrict what will be scanned, empty the media store and trigger a rescan. After the rescan only what has been scanned depending on your preferences will appear in the Gallery.
Android Logging: If this preference is checked details of the media scanner and the Xposed module are written to the Android log. This is useful for development and to troubleshoot. For end users this should stay unchecked.
Xposed Log: If this preference is checked details will be written to the Xposed log. Since the Xposed log is persisted this is also useful for troubleshooting. For end users this should stay unchecked.
Depending on the number of files on your storage media scan times can be reduced significantly.
The Xposed module is available from the Xposed repository.
It should work on Android 4.1.2 (API 16) and up.
If you like the module feel free to donate

Awesome! I was looking for an app or module like this without luck until today, gonna try it ASAP, thanks! :good:
EDIT: it seems that the download isn't working I get the 404 Not found error
EDIT 2: it looks like is some problem related to the downloads from the server because I can't download other modules either :-/

possible alternate location to download this? looks like the Xposed downloads are all down even though Xposed Installer loads up new modules...

Download not working
HGT - Galaxy S3 - S5 - Tesla TTL7 - any KK ROM

Hello,
Wondefull module!
Small question though: can i put .scanmedia and , let's say, .scanvideo together in a directory?

Droidphilev said:
Hello,
Wondefull module!
Small question though: can i put .scanmedia and , let's say, .scanvideo together in a directory?
Click to expand...
Click to collapse
Where did you get the apk from?

Download in xpose not working? Where I can found the app?
I9100 Tapatalk 4, Spirit-Rom 4.4. 4

Droidphilev said:
Hello,
Wondefull module!
Small question though: can i put .scanmedia and , let's say, .scanvideo together in a directory?
Click to expand...
Click to collapse
If you only create the .scanMedia file all media files considered as such by Media Scanner's default will be scanned. If you for example add a .scanPictures and a .scanVideo file images in that directory will not be scanned.

I will look into 404 tomorrow if still the case.

It's not just this module... Several modules are reporting 404 error... So the Xposed repository server may be experiencing some kind of problem!

Holy freakin' glob! Finally! I am SO wanting to get this module on my phone ASAP!
Hope they fix the 404 Error quickly, cause I can't wait to get that module!
:good:

Same thing happened a couple weeks back. Rovo will have to fix whatever it is. If I recall it was something to do with IP addy's hitting his server from 70.xxx.xxx.xxx addresses which was Cox Communications, Verizon, AT&T... basically America.

think the xposed server's down, please upload apk here, thanks

thomashofmann said:
Let me introduce my new Xposed Module. It allows you to customize the way the media scanner works on Android....
Click to expand...
Click to collapse
Could you please share the apk in xda for the time being as it seems that xposed repo is down.

The Xposed download server is provided by XDA, maybe @GermainZ knows who to ask?

In custom rom im using, I found this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Is it same funtion with your module?

no one knows as xda download not working and there is no alternative since now ;(

No it is not the same. I was thinking about adding this feature later so one can decide if the scanner should start after boot at all.

Is it a fake? All downloads from xpose works but only this app not works?
I9100 Tapatalk 4, Spirit-Rom 4.4. 4

Can someone provide direct apk here
Xperia Z1 C6902

Related

[App]New Speeed Reader v0.93 - Google Reader for Windows Phones

Speeed Reader by eeenno
{
"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"
}
(Current Version: v0.93 Build 3610)
Download -> http://eeenno.emuneee.com/SpeeedReader/download/SpeeedReader_093.cab
Please go to http://emuneee.com/eeenno-mobile/ for more information regarding Speeed Reader (FAQ, Settings, etc.) Thanks!
Speeed Reader is a Google Reader client for Windows Phones. It connects users to their Google Reader accounts, allowing them to view and share articles on their Windows Phones.
If you enjoy Speeed Reader, please consider a donation. Your participation is very much appreciated with or without a donation.
Requirements
Windows Mobile Professional 5/6.0/6.1/6.5
Windows Mobile Standard 5/6.0/6.1/6.5
.NET Compact Framework v3.5
Release History
V0.93 – November 11, 2009
Bug Fix: Crash when starting Speeed Reader with cachning disabled (introduced in v0.92)
Bug Fix: Minor layout issues in the UI
V0.91 – November 11, 2009
New Feature: 2 new themes (Noir – dark/black, Beach – coral/turquoise)
Enhancement: When navigating between multi-page lists, Speeed Reader will remember your page
Enhancement: Added bytes transferred (estimate) to the about screen
Enhancement: General Performance Increases/Memory Management
Bug Fix: Storage Card in Non-English Locale’s Not ID’d Correctly
Bug Fix: Clicking last item in reading list causes a crash
Bug Fix: Download More articles index is inaccurate
V0.90 – October 23, 2009
New feature: Article Caching/Offline mode
New feature: Search
New feature: Share articles via email/sms
New feature: Download more articles for tag reading list
New feature: Mark (new) articles unread
New feature: Hide read subscriptions and articles
Enhancement: Now using Bit.ly for URL shortening
Enhancement: Dynamic manual article refreshing
Enhancement: Progress bar is back
Enhancement: Correct font sizes for QVGA devices
Enhancement: Newly designed settings UI
Enhancement: New Mirabyte Controls module
Bug Fix: Feed URLs contain ‘?’ now load correctly (no more “There are 0 articles to read”)
V0.83 – August 6, 2009
Bug fix: Attempting to open articles in external browser (besides IE/Opera) resulted in a program crash
Bug fix: Some characters now display correctly (ie. ;quot& is now ")
Bug fix: Twitter panel shows wrong character count if you edit the Tweet
Enhancement: Full Windows Mobile Standard support
V0.82 – July 23, 2009
Bug fix: Application error when Google Reader account contains 0 unread articles
V0.81 – July 22, 2009
Bug fix: Unable to open article in external browser while viewing the article using the internal browser
Bug fix: Articles “kept unread” in Google Reader desktop will be marked as read in Speeed Reader
Bug fix: Some users weren’t able to login even though their credentials were correct
V0.80 – July 20, 2009
Share articles using your Twitter account
Broadcast articles using the Google Reader Broadcast function
Open articles in your default browser (recommended for Windows Mobile 6.5 users)
Now view list of articles by page - this allows you to set the 'Download Size' higher than before - also you can download older articles for any given subscription
Mark all of your articles as read, you can also just mark a tag, subscription, or article as read as well
Settings are now stored in SpeeedReader.ini in the application program directory. Makes it easy to use the same settings across different devices
Redesigned settings UI
Additional performance enhancements, bug fixes, code simplification, and additional settings have been added
Let me know if there are any issues here or via email @ [email protected]. Thanks for trying this out!
http://emuneee.wordpress.com/eeenno/speeed-reader/
Great software.
I appreciate your work!
off topic development question
pls delete my post. thanks.
Problem to display non-english symbols (for example, Cyrillics).
vadim_bogaiskov said:
Problem to display non-english symbols (for example, Cyrillics).
Click to expand...
Click to collapse
Thanks, I haven't quite tested non-english languages, however, this is my next priority. I'll update this when I have something.
emuneee said:
... this is my next priority.
Click to expand...
Click to collapse
... and, turn on multilanguages support (to creating the resources.dll), pls
Looks nice, trying it today! Please see if you can make the links PPC downloadable, and if you haven't already, make it support AppToDate.
I use Egress right now, but it's WAY to too twitchy to scroll, hopefully this one is more natural.
khaytsus said:
Looks nice, trying it today! Please see if you can make the links PPC downloadable, and if you haven't already, make it support AppToDate.
I use Egress right now, but it's WAY to too twitchy to scroll, hopefully this one is more natural.
Click to expand...
Click to collapse
I just read up on AppToDate, I will include support for that in the next release (along with multi-language support as well).
emuneee said:
I just read up on AppToDate, I will include support for that in the next release (along with multi-language support as well).
Click to expand...
Click to collapse
Excellent! I've just started using it today, noted a few bugs, and a suggestion.
I had never used Google reader before, so I didn't consider to go to the website and configure anything first. When I logged in using your client, it crashed because of a zero index. I didn't write down the exact wording, but I suspect it's because it had no subscriptions.
Another consequence of me being new to Google Reader, I did some quick initial setup of some feeds I watch and then looked at them in your client. Then I decided to move some things into different folders, but those new folders do not show up in the client, even after manually refreshing.
Wait, interesting. I refreshed once, no updates. I exited, no updates. But I've just launched it again, and the new folders are showing up. Perhaps some quirk here?
Suggestion! Is it possible to make it (at least optional) to show two lines of the headline? Overall the presentation is very nice, and the scrolling is very very nicely controlled, but there's just not enough headline shown to really see if I want to read something.
And is it possible to scroll in the Browser? I assume you're just embedding PIE, so perhaps not, but worth asking.
khaytsus said:
Excellent! I've just started using it today, noted a few bugs, and a suggestion.
I had never used Google reader before, so I didn't consider to go to the website and configure anything first. When I logged in using your client, it crashed because of a zero index. I didn't write down the exact wording, but I suspect it's because it had no subscriptions.
Another consequence of me being new to Google Reader, I did some quick initial setup of some feeds I watch and then looked at them in your client. Then I decided to move some things into different folders, but those new folders do not show up in the client, even after manually refreshing.
Wait, interesting. I refreshed once, no updates. I exited, no updates. But I've just launched it again, and the new folders are showing up. Perhaps some quirk here?
Suggestion! Is it possible to make it (at least optional) to show two lines of the headline? Overall the presentation is very nice, and the scrolling is very very nicely controlled, but there's just not enough headline shown to really see if I want to read something.
And is it possible to scroll in the Browser? I assume you're just embedding PIE, so perhaps not, but worth asking.
Click to expand...
Click to collapse
Thanks for the headsup on that crash...I'll get that fixed.
Whenever you change your folder configuration in the desktop client it will not reflect those changes in Speeed Reader until you exit and log in again. What I am doing is mimicking the tag/subscription/article structure in Google Reader in Speeed Reader, however, I am still working on ways to refresh the whole structure (efficiently). Long story short, that ability is coming.
I can make the two line headline an option.
Scrolling in the browser is (very) limited since I am using the webbrowser control in .NETCF. I am looking for other ways to get around this problem though. I am going to be implementing gestures sometime in the future so touch scrolling will be added in the browser tab.
Any chance of adding support to star and share articles?
sparhawk6 said:
Any chance of adding support to star and share articles?
Click to expand...
Click to collapse
Yes, its already supported. If you go into settings and uncheck "Hide Google Tags" (requires program restart) it will display Starred, Blogger-Following, and Broadcast tags. I will investigate shared items. However, there is a bug where if there are no articles for a tag and you press it, the application will crash. I'm going to have a release out in a day or two to address that bug.
My thoughts on your program:
Once the data loads up, it is a great little program. I find it more useful than GReader's Iphone interface (www.google.com/reader/i) in Opera, particularly because the images fit properly in a story.
That being said, the initial load up time is prohibitive. I almost always want to fire up my google reader feed on my phone when I have a few free moments at work or in line, or something similar. Waiting a few minutes while the RSS data is retrieved every time is really a killer for me. I need it to load up fast so I can read quickly and then go on my way. I also want to see a lot of articles, not just a few. I know this is probably not a change that can be made, but if you could somehow get the RSS data to load very quickly...say, in 15 seconds or less, than this program would be very useful and would supplant my use of Opera + www.google.com/reader/i.
Thanks for the app.
sparhawk6 said:
My thoughts on your program:
Once the data loads up, it is a great little program. I find it more useful than GReader's Iphone interface (www.google.com/reader/i) in Opera, particularly because the images fit properly in a story.
That being said, the initial load up time is prohibitive. I almost always want to fire up my google reader feed on my phone when I have a few free moments at work or in line, or something similar. Waiting a few minutes while the RSS data is retrieved every time is really a killer for me. I need it to load up fast so I can read quickly and then go on my way. I also want to see a lot of articles, not just a few. I know this is probably not a change that can be made, but if you could somehow get the RSS data to load very quickly...say, in 15 seconds or less, than this program would be very useful and would supplant my use of Opera + www.google.com/reader/i.
Thanks for the app.
Click to expand...
Click to collapse
Thanks for the feedback. There are definately someways I can speed up access (more threading or only downloading the articles as the user needs them <-takes the most time). I'll keep this in mind for future releases.
sparhawk6 said:
My thoughts on your program:
Once the data loads up, it is a great little program. I find it more useful than GReader's Iphone interface (www.google.com/reader/i) in Opera, particularly because the images fit properly in a story.
That being said, the initial load up time is prohibitive. I almost always want to fire up my google reader feed on my phone when I have a few free moments at work or in line, or something similar. Waiting a few minutes while the RSS data is retrieved every time is really a killer for me. I need it to load up fast so I can read quickly and then go on my way. I also want to see a lot of articles, not just a few. I know this is probably not a change that can be made, but if you could somehow get the RSS data to load very quickly...say, in 15 seconds or less, than this program would be very useful and would supplant my use of Opera + www.google.com/reader/i.
Thanks for the app.
Click to expand...
Click to collapse
I made some updates to v0.6 (pending) that will significantly reduce the initial load.
Some background
My method of constructing the tags, subscriptions, and lists is as follows.
1->Retrieving list of subscriptions from GReader
2->Retrieving list of tags from GReader
3->Retrieving list of unread counts from GReader
I used all the above to construct a skeleton structure (no article data) that mimicks what you see in GReader desktop. This is very quick.
4->Then in, v0.5, I retrieved ALL the articles at startup from GReader which is slower (depending on the number of subscriptions) because I had to make a separate HTTP request to GReader for each subscription. I then add each article to each subscription as needed.
Now in v0.6, I do 1,2,3 only at startup, which greatly speeds up the first start. Then as the user browses to each subscription, the articles loaded when needed. (only one http request so only a couple seconds to load). The first load is always the slowest because once they are loaded, the articles are cached into memory, which speeds up subsequent accesses.
I still do 4, however, it occurs in the background (when you do a manual refresh or at the automated refresh time) and is undetectable to the user that this is occurring because you can still browse articles as before.
Another special request
You should use AppToDate to push your update.
Thanks
ecard said:
Another special request
You should use AppToDate to push your update.
Thanks
Click to expand...
Click to collapse
AppToDate will be supported in v0.6
emuneee said:
I made some updates to v0.6 (pending) that will significantly reduce the initial load.
Some background
My method of constructing the tags, subscriptions, and lists is as follows.
1->Retrieving list of subscriptions from GReader
2->Retrieving list of tags from GReader
3->Retrieving list of unread counts from GReader
I used all the above to construct a skeleton structure (no article data) that mimicks what you see in GReader desktop. This is very quick.
4->Then in, v0.5, I retrieved ALL the articles at startup from GReader which is slower (depending on the number of subscriptions) because I had to make a separate HTTP request to GReader for each subscription. I then add each article to each subscription as needed.
Now in v0.6, I do 1,2,3 only at startup, which greatly speeds up the first start. Then as the user browses to each subscription, the articles loaded when needed. (only one http request so only a couple seconds to load). The first load is always the slowest because once they are loaded, the articles are cached into memory, which speeds up subsequent accesses.
I still do 4, however, it occurs in the background (when you do a manual refresh or at the automated refresh time) and is undetectable to the user that this is occurring because you can still browse articles as before.
Click to expand...
Click to collapse
Sounds great! Looking forward to it.
emuneee said:
AppToDate will be supported in v0.6
Click to expand...
Click to collapse
Wow! You are good
Thanks,
Eric
Updated
V0.6 - May 20, 2009
Fixed two crashes dealing with empty lists
Fixed crash where closing login form using the corner X/Ok causes unpredictable program behavior
Significant loading performance speed up
Ability to view reading list for all tags (excludes ‘Untagged’ tagged since there is no official Google Reader tag for this)
AppToDate Support – need to have AppToDate (http://www.apptodate.org/get) installed to use this feature

[APP][Supports: VLC/iTunes/WMP/WMPC] dRemote [Major update: 07 June '09]

Hey XDA!
I've recently been working on an application, called dRemote, that will allow you to control windows media player anywhere in the world.
As soon as you hit play on your mobile, the pc will hit play on windows media player and starts playing music through the pc's speakers.
This is an Client-Server application which means that the dRemote server must be running on the pc you would like to control. Then the client will connect to the pc via the internet, this way you don't need to worry about having to walk to the pc to switch songs or pause.
You could play music upstairs while your downstairs in the living room.
For me it's useful because I sometimes practice downstairs and I prefer using speakers because you get a better bass out of them.
Imagine being able to chill back and relax, watch a video and pause without having to run all the way (lol) to the pc to pause it.
This will also work for videos.
You can also view/select your playlists and songs from your mobile phone!
Suggestions/ideas are welcome!
{
"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"
}
Installation:
Extract dRemote Server.zip on your computer.
Start dRemote Server.exe
Specify your preferred port number.
Make sure your port is open on your firewall and/or router. http://portforward.com/
Click Enable to start your server.
Copy dRemote Client.cab to your mobile phone.
Run dRemote Client.cab
After installation go to "(WinMo 6.5: ) Start -> dRemote" or "(WinMo 6.1: ) Start -> Programs -> dRemote"
Go to Settings and enter the ip of your computer.
http://www.whatismyip.com/
Enter the port you specified.
Tick your preferred media player and save the profile.
Go to Playlists and click Refresh.
It will now retrieve playlists you have added to dRemote's Player and if you are currently running VLC Media Player with playlist it will show up as well.
Then you click on a playlist, wait a few and all the songs will show up.
Now click a song to start playing.
Click to expand...
Click to collapse
Now you can fully control Windows Media Player/iTunes/Windows Media Player Classic/dPlayer/VLC from your mobile phone!
http://www.youtube.com/watch?v=1mtC7xQzQIU VERY OLD VIDEO!!!!!!!
Changelog v0.4
Server:
+Server can communicate with VLC as well now.
*Major connection improvements.
*It's now a single .exe file
Client:
*Major update to the Lay-out (Buttons, songs are on same page as the buttons, font size is changed for finger-friendliness)
+Added connection indicator/controller (disconnect and connect).
+Added the ability to make profiles.
+Added keep-a-live (the client and server now try to keep the connection alive by a 10 second interval ping, when no connection is possible to puts the interval to 20 second to make sure you have enough time to disable the ping timer by clicking Disconnect (app basically hangs for a short period of time when trying to connect.).
Click to expand...
Click to collapse
Changelog v0.3.3
Server:
+Added minimize to tray.
Click to expand...
Click to collapse
In order to have dRemote working with Windows Media Player Classic:
In Windows Media Player Classic go to: View -> Options
Under 'Title bar' check 'Don't prefix anything' and click 'Ok'
Now restart Windows Media Player Classic
To have it working for VLC:
Tools -> Preferences
Bottom left you see "Show settings" tick "All"
Interfaces -> Main interfaces
Tick HTTP remote control interface.
LEAVE ALL HTTP SETTINGS DEFAULT!!
Now restart VLC.
Reported to work with:
Touch Diamond
Touch Pro (Thanks HawaiianPunchMan)
Touch HD (Thanks Dynomite232)
Touch 3G (Thanks ruclip)
Trinity (Thanks deedee)
Acer M900 (Thanks Blowfish64)
Touch Diamond 2 (Thanks -Tk-)
Wizard (Thanks fantuz83)
Sprint Vogue (Thanks 95gs-t)
Samsung Omnia i900 (Thanks nightshift89)
Thanks the0ne for uploading this to 1800pocketpc.com: http://www.1800pocketpc.com/2009/06/07/dremote-control-the-music-on-your-pc-via-your-windows-mobile.html
Thanks for adding this to wmpoweruser.com http://wmpoweruser.com/?p=4795
Thanks Kai for reviewing this on careace.net: http://www.careace.net/2009/06/24/remote-control-your-desktop-media-player/
Sorry to everyone who's waiting for the next version!
I'm currently very busy with school and work like I said.
Updates will not happen anytime soon, during the summer holidays there will be a huge update where I will do the following:
*Way better User-Interface (Added in V0.4)
*More media players supported (VLC supported in V0.4)
*Programmable buttons
*Hopefully Bluetooth
*Hopefully Windows Media Center/etc. support.
*More different types of media.
*Attempting to get a stream working so you can stream your music onto your device. (I did some research and it's going to be very hard to implement this)
*Shuffle playlist
*And a lot of other stuff!!!
Thank you so much for donating!
Donations:
the0ne
Jorlin
asteed
Click to expand...
Click to collapse
Frequently Asked Questions (FAQ): http://forum.xda-developers.com/showpost.php?p=4037352&postcount=89
Feel free to buy me a cookie if you appreciate my work!
Nice work. I can't test as I use Linux, but I have used similar apps on my DS in the past.
outphase said:
Nice work. I can't test as I use Linux, but I have used similar apps on my DS in the past.
Click to expand...
Click to collapse
Thanks
A small bug fix.
Changelog v0.3.1
Server:
*Fixed Windows Media Player Classic controls.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=3905062&postcount=1
Very usefull! Great work.
very nice program... but I have been wondering.... under what situation you need that software except that
1. it extended the range of a remote (but if you're too far away from the computer, you probably can't hear the music)
2. you want to scare away someone when you're not at home (provided that you actually know the situation at home)
my idea is, to make the software more "meaningful", you may consider to add the ability that, streaming the the song to your device from the host computer.
therefore even you don't have the physical files on your phone (maybe space limitation?) you can still listen the songs as long as you have them on your playlist. does that make a little bit more sense?
lit2fly said:
very nice program... but I have been wondering.... under what situation you need that software except that
1. it extended the range of a remote (but if you're too far away from the computer, you probably can't hear the music)
2. you want to scare away someone when you're not at home (provided that you actually know the situation at home)
my idea is, to make the software more "meaningful", you may consider to add the ability that, streaming the the song to your device from the host computer.
therefore even you don't have the physical files on your phone (maybe space limitation?) you can still listen the songs as long as you have them on your playlist. does that make a little bit more sense?
Click to expand...
Click to collapse
It is indeed an option I will look into.
However many people reported this to be very useful when you're sitting outside and u got the speakers turned up, or you are in the living room and would like to put on another song without walking to the pc.
I find it very useful to train with, I don't have a mirror upstairs so I go downstairs, but I don't have speakers there and I hate to run up and down to change/replay a song.
This app is awesome and to have a remote app that works of the internet work a genius. Something i thought should have been created ages ago.
I just have one small issue when i go to retrieve playlists the server on the pc crashes. It gets the information from the 'client Says: Playlists' but then windows says 'dServer has encountered a problem and needs to close' etc .
If there is a debug file or need more info ill give it to you as i would love to have this app working for me
Also im running XP SP3 if that has any bearing.
Also probably a stupid question but do you have to have the server running to use the other programs such as itunesm, wmp etc?
chris10230 said:
This app is awesome and to have a remote app that works of the internet work a genius. Something i thought should have been created ages ago.
I just have one small issue when i go to retrieve playlists the server on the pc crashes. It gets the information from the 'client Says: Playlists' but then windows says 'dServer has encountered a problem and needs to close' etc .
If there is a debug file or need more info ill give it to you as i would love to have this app working for me
Also im running XP SP3 if that has any bearing.
Also probably a stupid question but do you have to have the server running to use the other programs such as itunesm, wmp etc?
Click to expand...
Click to collapse
Thanks for your appreciation!
Alright, let's run through the procedure shall we
You have extracted dRemote_Server_v0.3.1.zip to a folder on your pc.
Make sure you put the DLLs in the same folder.
Now start the server, specify the ports and click "Enable"
Now click on Add Playlist, locate a .wpl file (Windows Media Player Playlist).
Now you can load the client and try to refresh the playlists.
Yeh ive done that exactly and i still get the issue heres what i get
Also i am using a .wpl playlist
Freckle said:
Thanks for your appreciation!
Alright, let's run through the procedure shall we
You have extracted dRemote_Server_v0.3.1.zip to a folder on your pc.
Make sure you put the DLLs in the same folder.
Now start the server, specify the ports and click "Enable"
Now click on Add Playlist, locate a .wpl file (Windows Media Player Playlist).
Now you can load the client and try to refresh the playlists.
Click to expand...
Click to collapse
chris10230 said:
Yeh ive done that exactly and i still get the issue heres what i get
Also i am using a .wpl playlist
Click to expand...
Click to collapse
Thanks, I've been able to re-create the problem.
It's fixed, download dRemote_Server_v0.3.2.zip from my first post:
http://forum.xda-developers.com/showpost.php?p=3905062&postcount=1
Thank you for the report
very cool concept. Ill try it as soon as i can
woop woop it works and it is awesome, part from the slight lag but i can understand that as it uses the internet to work
Also i found another bug when i select a song from the playlist to play i get an error as well on the server and it crashes and exits??
And a small request on the server can you make an option to minimize to tray as i would run it in the background constantly and therefore like to not have it taking up space on the old taskbar.
chris10230 said:
woop woop it works and it is awesome, part from the slight lag but i can understand that as it uses the internet to work
Also i found another bug when i select a song from the playlist to play i get an error as well on the server and it crashes and exits??
And a small request on the server can you make an option to minimize to tray as i would run it in the background constantly and therefore like to not have it taking up space on the old taskbar.
Click to expand...
Click to collapse
Can you be a bit more specific on the crash?
It works fine for me :S
I will make a tray option, I love programs that have minimize to tray enabled so why not make it for dRemote
Changelog v0.3.3
Server:
+Added minimize to tray.
Click to expand...
Click to collapse
Download dRemote_Server_v0.3.3.zip:
http://forum.xda-developers.com/showpost.php?p=3905062&postcount=1
Freckle said:
Can you be a bit more specific on the crash?
It works fine for me :S
I will make a tray option, I love programs that have minimize to tray enabled so why not make it for dRemote
Click to expand...
Click to collapse
Excellent on minimise to tray
and as for the bug it seems to have disapeared into the woodwork, if i find any more ill let you know.
Also have just thought of an excellent program for this to support, VLC then i can pause stuff etc when i am sitting back and watching tv. If you get a chance that is
Anybody know if this will work on the mogul/xv6800 or is there not enough mem in those phones
jpspiderman said:
Anybody know if this will work on the mogul/xv6800 or is there not enough mem in those phones
Click to expand...
Click to collapse
I think it'll work, you can give it a shot.
thanx alot freckle for the new update a friend has a nokia n95 8gb and is jelous cuz he cant have this lol
This is really what i needed but the clientversion dont work on my mobile, i installed net framework 3 after getting a error and now i see nothing when i start it
EDIT:
Yehaa it works but can you add VLC media player to the control list? :$

[Q] How to customize Media Scanner

It's over: Media Scanner sucks.
As of KI4, still has bugs:
- stores album name, in Genre (m4a)
- cannot read properly album arts (m4a)
I'm seriuosly thinking about customizing Media Scanner.
Questions:
- Are Samsung Android's sources available?
- What would it take to customize the media scanner?
-
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums and Read THIS
Moving to Q&A
............Thanks
RixNox said:
It's over: Media Scanner sucks.
As of KI4, still has bugs:
- stores album name, in Genre (m4a)
- cannot read properly album arts (m4a)
I'm seriuosly thinking about customizing Media Scanner.
Questions:
- Are Samsung Android's sources available?
- What would it take to customize the media scanner?
-
Click to expand...
Click to collapse
I would love that too.... for me I just want the Media Scanner to be able to point to certain folders only, not the whole SD card, in that way it will be even faster...
I do not know where to start... but if anyone can point out the apks for media scanner or how to find which apks are used, maybe I can decompile and see if there are few values to be alter and it works !
infra4800 said:
I would love that too.... for me I just want the Media Scanner to be able to point to certain folders only, not the whole SD card, in that way it will be even faster...
I do not know where to start... but if anyone can point out the apks for media scanner or how to find which apks are used, maybe I can decompile and see if there are few values to be alter and it works !
Click to expand...
Click to collapse
just add a .nomedia file to any directory you don't want scanned.
Rakinos said:
just add a .nomedia file to any directory you don't want scanned.
Click to expand...
Click to collapse
I don't want to cancel ALL media scanning for a folder. For instance, music folders that have album art should index the MP3 files but not the image files. If .NOMEDIA allowed me to specify the type of media to skip this would be ok, but excluding the images also excludes the music.
Personally, I would much rather just specify certain folders for each type of media. While I've seen this opinion expressed countless times, I have yet to see any workable options so I'm eager to hear any recommendations.

[LIST] Great apps for a variety of functions

This thread is about apps that you absolutely feel is a must have on your X8.
Check post 2 regularly for updates! I will try to update at least once every 2 days.
No warez please.
If you feel that there is an app that you really think should be included here, just post it here.
The hope is that users will discover great new apps they never knew before, and to clean up some mess on the forums over which apps to get.
Games and default apps will not be listed as of yet.
Apps below are listed in a random order with no order of merit.
To do: Solicit feedback
Titanium Backup (Pro) [Root] {Root Tool}
Hands down the best root app out there. Backs up your apps, app data, and has the capability to sync with Dropbox, Google Drive etc. Huge variety of other features like freezing apps, convert /data apps system apps etc. Try it out for yourself
https://play.google.com/store/apps/details?id=com.keramidas.Titaniumackup
Droid Tesla (Pro) {Tool}
An app that simulates electrical circuits and solves for unknowns in it. User interface is hard to understand but once understood is easy to use. Quite useful for your homework , provided they are about electricity.
https://play.google.com/store/apps/details?id=org.vlada.droidtesla
AdFree [Root] {App Mods}
Blocks in-app advertisements by using a hosts file to circumvent the ad host addresses. It has less effectiveness now than before but still works its magic well.
https://play.google.com/store/apps/details?id=com.bigtincan.android.adfree
Favorite Frequencies {Tool}
An app that generates frequencies from 4 Hz - 22500 Hz. Can act as a mosquito repellent at frequencies >17000 Hz, but effectiveness is disputable. Can cause battery drain if turned on for long amounts of time. Good for general annoyance of those around you .
{
"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"
}
https://play.google.com/store/apps/details?id=com.favoriteandroid
Barcode Scanner {Tool}
Does what it says on the tin. Scans barcodes and provides information on it, provided it has internet access of course. Works for QR codes and various others too. Only problem is the quality required for a successful capture of the barcode as our X8 camera is horrible .
https://play.google.com/store/apps/details?id=com.google.zxing.client.android
Chainfire3D (Pro) [Root] {App Mods}
Allows for management of certain graphics options such as Multi-Sample Anti Aliasing in apps, Depth buffer, reduce texture quality to 16 bit etc, and most importantly load apps with different graphics drivers like Qualcomm (what we have), Nvidia, and PowerVR.
https://play.google.com/store/apps/details?id=eu.chainfire.cf3d
Droidsheep [Root] {Internet}
Spoofs others' IP provided they are connected to the same WiFi network and allows you to test vulnerabilities in your WiFi. Allows you to hijack others' accounts provided they log in to a supported website. Abuse of this app will be looked down upon and could land you in jail .
Link: Not on market, look for it yourself .
Droidwall [Root] {App Mods}
Basically a firewall for android that uses iptables to block apps from accessing the internet. Useful for banning suspicious apps from accessing the internet if you feel that it shouldn't at all. Also works for blocking ads as ads have to be pulled from the internet.
https://play.google.com/store/apps/details?id=com.googlecode.droidwall.free
HexEditor [Root] {App Mods}
Edits hexadecimals in your binaries. useful only to those that know how to use it. Has features like jump to address, search for bytes and can function as a cheat engine hehe .
https://play.google.com/store/apps/details?id=tuba.tools
Instant Heart Rate (Pro) {Tool}
Tells your heart rate by monitoring colour changes in your finger related to pulse. Must be done in good lighting or else it will not work. Displays a graph of your heart rate.
https://play.google.com/store/apps/details?id=si.modula.android.instantheartrate
Elixir 2 (Pro) {Tool}
Tells you everything about your phone, rom, kernel, sensor data, android id etc. Useful for checking if your phone sensors are functional and for thorough checks on all your phone to see if there is a problem somewhere. Displays logcat and dmesg too.
https://play.google.com/store/apps/details?id=com.bartat.android.elixir
PAID Mathpac (Tool)
Wide variety of mathematical features including Scientific Calcula4or and Graphing Software. Useful for your math homework. Graphing software has most of the basic features inside and some advanced ones too. Downside is that there is no free version to test out, so make your 15 minutes refund time buffer count.
https://play.google.com/store/apps/details?id=com.mobilecaltronics.calculator.mathapp
Moon+ Reader (Pro) {Education}
An e-book reader. Will handle txt, html, epub, umd, fb2, chm, zip or OPDS files without issue. The encoding might need to be modified though to view some exotic punctuation. Page-flip animation, dictionary, annotations and text2speech supported. Plus it allows linking to good free online databases like Project Gutenberg.
https://play.google.com/store/apps/details?id=com.flyersoft.moonreader
ProxyDroid [Root] {Internet}
Helps you set a proxy that you can use to bypass certain network blocks, for whatever reason. Allows per-app proxy, bypass IP address, and DNS proxy etc.
https://play.google.com/store/apps/details?id=org.proxydroid
Script Manager (Pro) [Root] {Tool}
Manages your scripts, be it some personal script or /etc/init.d bootscripts that refuse to stick . Allows run as root, interactive scripts, run as boot, and script editing. Overall quite useful and has widgets for activation of certain scripts too.
https://play.google.com/store/apps/details?id=os.tools.scriptmanager
SD Tools {Benchmark}
Benchmarks your sd card r/w speed. Useful for finding out sd card class and also for determining whether or not to employ swap, a2sd etc.
https://play.google.com/store/apps/details?id=ales.veluscek.sdtools
PAID Smart Tools {Specific Function}
Has a variety of functions, including that of a ruler, protractor, distance triangulation, compass and seismometer. Includes graph for the seismometer and seismometer can be calibrated and made to give an alarm when it exceeds a certain threshold. Paid only, no free trail .
https://play.google.com/store/apps/details?id=kr.aboy.tools
Paid Star Chart {Astronomy}
Astronomy app. Can view the sky as you see it, provided location settings are correct. Provides information on stars, drapes constellation images on constellations and allows time travel to see the sky as it was on a particular date. Great amounts of features but a little bulky.
https://play.google.com/store/apps/details?id=com.escapistgames.starchart
Paid Tapatalk {Forum}
Forum app. Auto-sign in after registration, allows almost all the features of browser-forum like Thanking, Edit Post, PM and such. Supports most major forums including XDA !
https://play.google.com/store/apps/details?id=com.quoord.tapatalkpro.activity
Zipsigner 2 {Tool}
Signs zip, apk or jar files nativey using your device and zipaligns them too. Useful for making small changes to applications natively and then signing it to ensure that it will be accepted by the Android system.
https://play.google.com/store/apps/details?id=kellinwood.zipsigner2
WifiKill [Root] {Internet}
App that uses ARP poisoning and iptables to drop/reject/redirect people connected to your WiFi. To be used for seeking vulnerabilities in your WiFi ONLY. Abuse of this app could land you in jail and is strongly discouraged.
Link: Search for it yourself
Paid Wifi Protector [Root] {Internet}
Starts countermeasures to prevent DroidSheep, WifiKill, and related attacks from crippling your android device. Ability to keep a lookout once WiFi is turned on and it even logs information about your attackers. Sensitivity (proneness to false positives) can be adjusted.
https://play.google.com/store/apps/details?id=com.gurkedev.wifiprotector
Airdroid {Internet Tool}
Allows you to manage your ndroid from your web browser with internet access of course. Supports wireless file transfer, SMS, app management, music management and the like. HTTPS secure network used. get it if you hate all those cables .
https://play.google.com/store/apps/details?id=com.sand.airdroid
Gamekiller [Root] {Cheat Engine Tool}
Functions just like Cheat Engine. Edit in-app memory values to hack HP, stats and so on and so forth. Just multitask and switch between Gamekiller and victim app to search for memory values to change. Supports value freeze and fuzzy search and BYTE, WORD, DWORD data types.
Link: http://mir.cr/HGCEPTHZ
PAID Root Explorer [Root] {Root Tool}
A file explorer app that allows root operations like changing of permissions and owners of files and folders and also r/w access to the MTD partitions such as /data and /system. Supports zip/gzip/tar file extraction and creation and also symlink, multi select etc. UI is clean and simple, shouldn't take too much trouble understanding and using.
https://play.google.com/store/apps/details?id=com.speedsoftware.rootexplorer
Swapper for Root and Swapper2 [Root] {Root Tool}
Both apps are generally used in conjunction to set up swap on your device using a swap file. Swapper for root is generally only useful for creating the swap file while Swapper2 is used for the swap management, swappiness, reformat, set up at boot, implement, and so on and so forth.
a. Swapper for Root (Swap file)
This app is only used for creation of a swap file. Afterwards you can uninstall it if it so pleases you to do so.
https://play.google.com/store/apps/details?id=org.azasoft.free.swapper
https://play.google.com/store/apps/details?id=lv.n3o.swapper2
How to USE SWAP:
For swap file:
Open Swapper for Root and set create location and size of swap file that you want
Create the swap file (takes quite long depending on set size, recommended <1GB size for swap file)
Uninstall Swapper for Root
Read the steps for swap partition
For swap partition and swap file (cont.)
Open Swapper2
Under advanced settings, tick the option: use swap partition
Set swap partition location to the location of the swap file that you created OR the location of the swap partition
If your swap file is on the FAT partition, make sure that the safe unmount and remount when mounting to PC options are ticked
If you are using a swap partition or if your swap file is not on the FAT partition, untick the two options
Set swappiness to either 10 (default) or 30.
Tick the option: Run at boot
Go back to the starting screen of Swapper2 and hit "On".
Your swap file/partition has been set up properly .
++++++++++++++++++++++++++++++++++++++++++++
PAID Camera Zoom FX {Imagery}
This app has received multiple awards from prominent Android App rating sites. It has a wide range of features, including up to 6x zoom, live preview of filters, and most notably post processing options such as vintage, lomo, vignette, retro, mosaic, polaroid etc. Quite feature-packed for a camera app, allowing great customisation ability before and after a photo is taken.
https://play.google.com/store/apps/details?id=slide.cameraZoom
==================================================
Your feedback is appreciated. Tell me about apps I missed out! Mods please PM me if my list has apps that break XDA rules. Thanks!
Credit goes to the app developers for their awesome work and apps!
Changelog
7/6/2012 ## Added AirDroid -- nazz.rule
8/6/2012 ## Added Root explorer and Swapper apps -- harshitrule ... also added in a link for a guide by junghyun01 on activating swap
9/6/2012 ## Removed Multitouch Visualiser 2, Spirit Level Plus (in the app Smart Tools) and Metal Detector (also in the app Smart Tools) due to lack of useful functions -- harshitrule
10/6/2012 ## Added in a small guide on activating swap and also added in Camera ZOOM FX -- harshitrule (again )
Reserved! Good job, SpyderX! Another nice thread to add to your profile!
Sent From My W8 Using Tapatalk On MiniCM9 3.0.1
I'm always on the lookout for apps with great functionality, so I thought why not start a thread that allows users to share their favourite apps.
Wow! Gamekiller is the alter ego of GameCIH?
Sent From My W8 Using Tapatalk On MiniCM9 3.0.1
lucastan96 said:
Wow! Gamekiller is the alter ego of GameCIH?
Sent From My W8 Using Tapatalk On MiniCM9 3.0.1
Click to expand...
Click to collapse
Pretty much. I stumbled across it by accident. It has a better UI than GameCIH but I think less features.
What about Airdroid..it's free in the market...good for those who don't like to plug in their USB just to move or copy something into their phone..
Sent from my Xperia X8
WHAAAT???
No root explorer???
NVM take it from here(PAID)
https://play.google.com/store/apps/details?id=com.speedsoftware.rootexplorer&hl=en
Also dont forget
1.Swapper 2
(provides u more memory when u need it)
http://www.google.co.in/url?sa=t&rct=j&q=swapper%202&source=web&cd=1&ved=0CGEQFjAA&url=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dlv.n3o.swapper2%26hl%3Den&ei=iJ_QT_PQCIizrAeK4-mqDA&usg=AFQjCNE-FUFpMBgzQNd2erVkflGuBNl6fw
2.Link 2 SD
(moves apps to SD-EXT)
http://www.google.co.in/url?sa=t&rct=j&q=link2sd&source=web&cd=1&sqi=2&ved=0CFcQFjAA&url=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.buak.Link2SD%26hl%3Den&ei=2J_QT-CqNYOHrAeN2LyCDA&usg=AFQjCNFB1aIwUFAkAXVzrTMhn6tjL2DwEA
3.Blackmarket
(Lets u download paid apps on store for free)
4.ZArchiver
(Lets u unpack or pack password protected archives)
http://www.google.co.in/url?sa=t&rct=j&q=z%20archiever%20play%20store&source=web&cd=4&ved=0CGoQFjAD&url=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dru.zdevs.zarchiver%26hl%3Den&ei=YqDQT_PcLMbXrQeGkbGeDA&usg=AFQjCNGhfseKaUiSfOdUadIht0dnG81CYg
5.Setcpu(paid)
(lets u change the CPU frequencies easily)
http://www.google.co.in/url?sa=t&rct=j&q=setcpu&source=web&cd=1&sqi=2&ved=0CF8QFjAA&url=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.mhuang.overclocking%26hl%3Den&ei=d6HQT5e9HonjrAeXp7CvDA&usg=AFQjCNEPhZeo9pRDeQ3kq7sA926hBUUTmw
7.SD-maid(free and donate)
(Helps u to free up the SD card and phone memory at the ease of one click)
http://www.google.co.in/url?sa=t&rct=j&q=sd%20maid&source=web&cd=1&sqi=2&ved=0CFcQFjAA&url=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Deu.thedarken.sdm%26hl%3Den&ei=_qHQT_-BBYmJrAeVtcGGDA&usg=AFQjCNH4FWmrvPIVUCTHyFqFaiG5RKZjtA
harshitgroup said:
WHAAAT???
No root explorer???
NVM take it from here(PAID)
https://play.google.com/store/apps/details?id=com.speedsoftware.rootexplorer&hl=en
Also dont forget
1.Swapper 2
(provides u more memory when u need it)
http://www.google.co.in/url?sa=t&rc...4-mqDA&usg=AFQjCNE-FUFpMBgzQNd2erVkflGuBNl6fw
2.Link 2 SD
(moves apps to SD-EXT)
http://www.google.co.in/url?sa=t&rc...2LyCDA&usg=AFQjCNFB1aIwUFAkAXVzrTMhn6tjL2DwEA
3.Blackmarket
(Lets u download paid apps on store for free)
4.ZArchiver
(Lets u unpack or pack password protected archives)
http://www.google.co.in/url?sa=t&rc...kbGeDA&usg=AFQjCNGhfseKaUiSfOdUadIht0dnG81CYg
5.Setcpu(paid)
(lets u change the CPU frequencies easily)
http://www.google.co.in/url?sa=t&rc...p7CvDA&usg=AFQjCNEPhZeo9pRDeQ3kq7sA926hBUUTmw
7.SD-maid(free and donate)
(Helps u to free up the SD card and phone memory at the ease of one click)
http://www.google.co.in/url?sa=t&rc...tcGGDA&usg=AFQjCNH4FWmrvPIVUCTHyFqFaiG5RKZjtA
Click to expand...
Click to collapse
Whilst all the apps you listed are quite good, most were default enough that I thought they could be safely omitted to reduce the list's size.
And black market apps are not allowed, last time I checked that is the some as providing warez on XDA
I will add some from your list. Thanks!
Sent from my E15i using Tapatalk 2
Yea I know that some of those were basic apps but then also u should post them as they should help the noons..
And for black market, I am not giving the download link so I don't think That I'm posting warez
Press THANKS if I tried to help..
Well SpyderX IMO not every app from Your list is a MUST HAVE app, butmany of these yes and congrats for this thread, every importnat app in one place!
Great!
Greets.
mr-tical said:
Well SpyderX IMO not every app from Your list is a MUST HAVE app, butmany of these yes and congrats for this thread, every importnat app in one place!
Great!
Greets.
Click to expand...
Click to collapse
Which ones do you think I should strike off?
The apps u should strike off are
1.droidsheep.
2.metal detector.
3.multi touch visualiser.
4.spirit level (smart tools is far better and has the same functions)
5.and all the wifi tools.(I don't think anyone uses them)
Press THANKS if I tried to help..
https://play.google.com/store/apps/details?id=org.mmin.handycalc&hl=pl
I think that is very important or must-have app. In my opinion, this is the best calculator for Android, but i, maybe you too, can't download from Google Play
We can download Handycalc from website developer this app and it will work
http://handycalc.wordpress.com/
amazing
SpyderX said:
Which ones do you think I should strike off?
Click to expand...
Click to collapse
Anyone use another stuff, example for me must have is Battery Monitor Widget Pro, GPS Status....
Sent from my iXperia using xda premium
Hmm... K does anyone else have any suggestions?
SpyderX said:
Hmm... K does anyone else have any suggestions?
Click to expand...
Click to collapse
Yes I have a few more apps.
1.Collins dictionary.(https://play.google.com/store/apps/...ems.msdict.embedded.wireless.collins.ed&hl=en)
2.Camera zoom fx.(for those who want camera zoom)
https://play.google.com/store/apps/details?id=slide.cameraZoom&feature=search_result
3.Google sky maps.(very light and fast)
https://play.google.com/store/apps/details?id=com.google.android.stardroid&feature=search_result
If I named an app which u have already listed please pardon me cos I'm on xda app so can't read ur whole post.
Stay tuned I'll name more apps that I encounter.
Press THANKS if I tried to help..
I think it will be super toolbox 10 which includes:
Task killer
File manager
Cache cleaner
Memory info
Baterry info
App2sd
Etc
Its very useful for me.
@-}-- @-}-- @-}--
Updated with apps I think are deserving. So, any more jewels from you guys?
Sent from my E15i using Tapatalk 2
Link2sd. I know someone mentioned it already but imo it's a lot better than app2sd.
Sdmaid deserves some mention, too.
What else.. battery calibration for flash addicts.
I also use 1-tap cleaner mainly for its widget (gives you almost real-time(?) notification of memory/cache).
Just suggestions.
Btw, great list.
Edit: where can i use Favorite Frequencies for? If you answer for my mom she's probably gonna kill us both.
Sent from my W8 that PCC thinks is an X8 using my W8 that PCC thinks is an X8.

[APP] Picture Manager - Rename pictures with a timestamp and organize to folders

{
"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"
}
What is Picture Manager?
Some manufactures like HTC and Sony (probably some more) save pictures taken with an incremented number in the filename, instead with a timestamp like other manufactures do.
When you factory reset your device, buy a new device or clean flash a custom rom, the camera picture counter gets reset and starts with e.g. IMAG_00001 again.
This can be an issue once you backup your files to a harddrive on your PC, because you will have duplicate filenames, although the pictures are actually different.
Picture Manager solves this problem by renaming your taken pictures with a timestamp format that you can select or even define yourself.
You can either start a batch process before you backup your pictures to your HDD, or automatically let Picture Manager rename your files in the background.
Another nice feature Picture Manager offers is that you can let it organize your taken pictures into folders that are named by the year, month and even day.
That will help you to quickly find your pictures again and brings some organization into you pictures.
Requirements
You have to be on at least Android 5.0 Lollipop
How does it work
Picture Manager relies on the EXIF Metadata that is stored into each picture. The EXIF Metadata contains a lot of information, the one Picture Manager needs is the date the picture was taken.
With that information Picture Manager can reliably rename and organize your pictures.
Tasker Plugin
Picture Manager comes with a Tasker Action Plugin. That means that you can start a batch process on different events, like time, when usb gets connected etc.
Premium features
If you want to use the custom format, background service or the Tasker plugin you need to upgrade to the premium version.
To upgrade you can use an in app purchase. Or you paypal me and I mail you a premium code. That way google doesn't get 30% of the income.
Downloads
Picture Manager is available in the playstore:
FAQ
Q: What about videos?
A: Picture Manager can also handle mp4 recorded videos.
Q: What about other manufactures than HTC and Sony?
A: I just know about those two that use an incremented number in their filename. If you know more, let me know. If your files are already timestamped you can still use the organizer to move your files into timestamped folders.
Q: After using the organizer I have sometimes missing files in my gallery?
A: Use the media scanner built in Picture Manager to make those files visible.
Q: Will the background service drain a lot of battery?
A: Picture Manager makes use of Androids JobSheduler, like Google Photos and Amazon Photos instant upload and is very battery friendly. When checking GSAM stats, it is nearly at the very bottom of the list.
This is intriguing. I've been using Sony phones since I first came to Android and I have a LOT of photos. (I'm not bragging, it's just the downside of being able to take them so easily.)
This app could be really useful..:highfive:
Ticklefish said:
This is intriguing. I've been using Sony phones since I first came to Android and I have a LOT of photos. (I'm not bragging, it's just the downside of being able to take them so easily.)
This app could be really useful..:highfive:
Click to expand...
Click to collapse
Hehe thanks,
let me know when you tried and leave a feeback here.
Feature suggestions are welcomed too.
Cheers, Jan
j to the 4n said:
Hehe thanks,
let me know when you tried and leave a feeback here.
Feature suggestions are welcomed too.
Cheers, Jan
Click to expand...
Click to collapse
So far, so good. I've renamed the files in my main 100ANDRO folder, now I'm just renaming the ones in the other folders and arranging them into date folders.
I like the app, it's proving very useful. I have hundreds of thousands of photos from various different devices all stored on a NAS. This is going to be very helpful in getting it all organised. :good:
It would be handy to have information on the notification about which file the app's working on at that moment (2/300, 3/300, etc). I know we have a progress bar but, if there are a lot of files, that bar doesn't fill in very quickly. Numbers would help show that something's happening.
And it would be really helpful if this could access folders on a NAS, but I appreciate that's probably a lot more work to implement!
Ticklefish said:
So far, so good. I've renamed the files in my main 100ANDRO folder, now I'm just renaming the ones in the other folders and arranging them into date folders.
I like the app, it's proving very useful. I have hundreds of thousands of photos from various different devices all stored on a NAS. This is going to be very helpful in getting it all organised. :good:
It would be handy to have information on the notification about which file the app's working on at that moment (2/300, 3/300, etc). I know we have a progress bar but, if there are a lot of files, that bar doesn't fill in very quickly. Numbers would help show that something's happening.
And it would be really helpful if this could access folders on a NAS, but I appreciate that's probably a lot more work to implement!
Click to expand...
Click to collapse
Thanks for the feedback, much appreciated.
Will implement the counter for the next update.
About the NAS thing, that'll be a bit more complex to implement, I'll check that out on the weekend.
Edit: I got it working getting files from a NAS.
With hardcoded values so far though.
One issue I see is the performance. I need to copy every file to phone, read the exif data, rename it on the device, then copy it back to the NAS.
Then verfiy that it is there and then delete the old file.
I'll check when I have more time, how long it takes to perform 100 images.
If it is in a appropriate time I'll implement the feature. Otherwise I think I would suggest to find a windows app that does the same as my app (shouldnt be hard to find)
Copy app files to your HDD, perform the batch and copy back to NAS.

Categories

Resources