[APP/13 Jan/2.4] CarHud - Heads Up Display for Speed and Music Info - Android General

PRIVACY POLICY:
I don't collect or do anything with any of your data, any data used by the app is kept within the app.
UPDATE: BIG THANKS TO AMDPhenomX4 WHO HAS PROVIDED SOME UPDATES TO THE CODE, HIS UPDATES CAN BE FOUND HERE https://github.com/jaredkaczynski/CarHud_2.4_Update2
I missed the HUD in my corvette when in my daily driver, so I decided to throw this app together. I'm using the AppRadio 3 so my "sender" device is the one playing music, but I wanted the track info on the HUD so the result is this app. It's very much a work in progress, but I thought I'd throw it out there for anyone else to try to see if anyone has any ideas on how to make it cooler or wants to help with development. I figure most of us here probably have an old, unused android phone sitting in a drawer that might be of better use as a HUD.
SETUP:
STANDALONE:
- Works as a standalone HUD. Uses GPS for speed data and displays track information.
SENDER:
- You must pair the bluetooth device you want to connect to before hand, then select that device in settings.
- This device simply listens for media changes and text messages and relays them via bluetooth to the receiver.
RECEIVER:
- This method listens for an incoming bluetooth connection, and once connected, listens for track information and incoming text messages.
PLANS:
- Cobra aura database
- plugins for google play, pandora; (if available)
- revamp display for different screen sizes
I still haven't gotten around to making a video of my setup... its been to cold here in IL to do much work to the car!
##### SOURCE CODE
I've had some requests to modify my files and make changes and updates. As I have had no time to do so, I'm releasing the source code for anyone to use and tweak as they see fit.
If you use any of my source code, I ask that you not charge anyone for your resulting project and please make your updates available here for us all to enjoy!
#####
CHANGELOG:
2.4: (in play store): https://play.google.com/store/apps/details?id=com.carhud.app
- Bug fixes.
2.3:
- Sender GPS enabled and temp bug fix
- Adaptive layout sizing
2.2: - Mock GPS locations
- GPS data from sender option
- Fix gps time bug
- GPS local temp option added (requires data)
2.1:
- Now using action bar for settings (fix for tablets)
- Revamped settings to dynamic list
- Can now enable/disable certain displays
- Added GPS elevation and time
2.0:
- bug fixes
1.4
- Color picker for HUD display
- Google maps navigation can now be sent from the sender to receiver. This requires at least android 4.3 on the sender and you must enable carhud under android Settings -> Security -> Notification Access.
1.3
- New Layout (icons, tachometer bar, etc)
- Fixed cobra connection bug
- Fixed bluetooth < 4.2 bug
- Fixed settings bug
1.2:
- Metric values option
- Preferences separated based on type
- Connection status icons
- Full screen brightness option
- Keep display on option
- Popup message for incoming calls
- Cobra iradar integration (still need aura database, but battery is reading and alerts will popup)
- Added border to popups for easier viewing
- Poweramp API integration (gets current track without having to wait for metadata)
- OBD2 speed option (also shows coolant temp and rpm)
- Various bug fixes.
1.1:
- Media data now scrolls if it won't fit on screen
- Incoming SMS messages are displayed in a popup and automatically disappear after 8 seconds
- Numerous bug fixes.
1.0
- Initial release
SCREENSHOTS:
(1.2)
{
"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"
}
(1.4)

Hi, I get a statement saying there is a problem parsing the package. Any ideas?
Sent from my Android using Tapatalk 4

texbuck said:
Hi, I get a statement saying there is a problem parsing the package. Any ideas?
Sent from my Android using Tapatalk 4
Click to expand...
Click to collapse
Are you getting that from both apks, or just one or the other? Also, what version of android are you running?

I'm getting it from both and I'm using Eclipse 4.1
Sent from my DROID RAZR using Tapatalk

texbuck said:
I'm getting it from both and I'm using Eclipse 4.1
Sent from my DROID RAZR using Tapatalk
Click to expand...
Click to collapse
I'll rebuild the apks when I get back to my office on Monday... I've made a couple changes since then too.. working on adding auto scrolling to the media text. Sorry it's not currently working.

No worries, I was just curious about it and liked the idea.
Sent from my DROID RAZR using Tapatalk

Update released.

Update released.

Update released.

Update released.

jhanson said:
Update released.
Click to expand...
Click to collapse
Dude, that's pretty sick! I'm a bit confused though.
This is for a second device to act as HUD (that perhaps stays with the car) and maintains a connection to the car's bluetooth A2DP to stream music to the car; bluetooth OBDII dongle for rpm; bluetooth Iradar?
So, Ideally, this HUD device might be a tablet?
Where does the HUD device get internet? from my daily driver phone in my pocket? or it doesn't need it?
Got anymore screenshots?
Looks really coool man. Thanks for the hard work!
Is this in the play store?

willfck4beer said:
Dude, that's pretty sick! I'm a bit confused though.
This is for a second device to act as HUD (that perhaps stays with the car) and maintains a connection to the car's bluetooth A2DP to stream music to the car; bluetooth OBDII dongle for rpm; bluetooth Iradar?
So, Ideally, this HUD device might be a tablet?
Where does the HUD device get internet? from my daily driver phone in my pocket? or it doesn't need it?
Got anymore screenshots?
Looks really coool man. Thanks for the hard work!
Is this in the play store?
Click to expand...
Click to collapse
Thanks for the comments, I appreciate it! I haven't heard too much feedback from anyone, so I was curious is anyone had any interest in it.
Anyway, while carhud can work as a standalone, I designed it for my needs which would be for two devices. I've got an appradio 3 in the car that basically makes your android phone your headunit for playing music, navigation, etc etc. So my main android phone (galaxy s4) is always the device playing music in my car. So carhud is running as a sender on it and sending pertinent info over to the receiver device (my old phone, a samsung galaxy s2). The s2 makes its own connections to obd2 and the cobra and then just waits for info from my main phone. So, even if my main phone wasn't connected, I would still get speed, rpm, temp, battery and radar alerts.
The connection between the two phones is just a simple bluetooth serial port for sending data, so the a2dp conneciton is still between my gs4 and the headunit. The sender simple reads the current playing track and sends that data via serial over to the gs2. It does the same thing for incoming calls, texts, navigation commands, etc. So this setup would work perfect for people using any type of audio connection(wired, a2dp, or hdmi/mhl like the appradio) to their car headunit.
The HUD device could be any android app you wanted it to be. I figured a lot of people probably had old android phones laying around their house, no longer in use, that they wouldn't mind dedicating for this... and wouldn't be concerned about leaving them in their car. But, you could definately use a tablet too. Although, I think the smaller screen of an old phone might be more reasonable to have in the dash. :laugh:
Carhud doesn't use any data on the hud once installed, but I do have bluetooth tethering enabled on mine for any data the s2 might want. I'm then using tasker to automate that connection.
Also, I'm using tasker to handle auto starting carhud on boot and auto shutdown once power is lost. I then put a modified playlpm on the gs2 to enable auto turn on once it sees power.. giving me a fully automated system.
As far as screenshots, I'm working on making a video of it in action once I figure out a good hud film. Right now I've just got the phone in mirror mode bouncing off some light tint in the windshield. It looks great at night but during the day the HUD is barely visible. I'm going to try to find some darker tint to put on the front windshield to see if that resolves the issue. Once I get that going I'll focus on getting a demo video up.
Thanks again! Feel free to hit me up with any other questions, or suggestions, or anything. I'm always looking for ways to make it better.
-John

ah, gotcha. cool! This would work really well with a tablet!!! There's that $200 13.3" Archos tablet that would be perfect for a wide-angle heads-up display!!!

Hey, I didn't realize you had updated right before Thanksgiving for maps access. I'll definitely be using for Christmas. Can't wait to try it out. Now I just have to upgrade my s4 to 4.3 finally. Also, do you have a donate link? And have you put it on play?
Sent from my SCH-I545 using Tapatalk

1454 said:
Hey, I didn't realize you had updated right before Thanksgiving for maps access. I'll definitely be using for Christmas. Can't wait to try it out. Now I just have to upgrade my s4 to 4.3 finally. Also, do you have a donate link? And have you put it on play?
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
Yeah, I added a simple step by step direction display to the hud... it only works from the sender and only on 4.3 devices (since it grabs the info from the notification and 4.3 added that ability). Hopefully that works out for you. I still would like to throw in a full fledged navigation with map display, but it'll take some time because of the new google maps api and the dropped features. I am planning on throwing it on google play here pretty soon, I've made a couple more bug fixes that I want to integrate. I'll probably just throw an ad in the settings page to try to make a few bucks for further hardware purchases (I'm really hoping to try out a pico projector setup for the hud!!) But as far as donations, I really really appreciate it but I just want to throw this out there for now, open to all for free in hopes that I'll get some good feedback and ideas to come up with something really cool in the end.

jhanson said:
Yeah, I added a simple step by step direction display to the hud... it only works from the sender and only on 4.3 devices (since it grabs the info from the notification and 4.3 added that ability). Hopefully that works out for you. I still would like to throw in a full fledged navigation with map display, but it'll take some time because of the new google maps api and the dropped features. I am planning on throwing it on google play here pretty soon, I've made a couple more bug fixes that I want to integrate. I'll probably just throw an ad in the settings page to try to make a few bucks for further hardware purchases (I'm really hoping to try out a pico projector setup for the hud!!) But as far as donations, I really really appreciate it but I just want to throw this out there for now, open to all for free in hopes that I'll get some good feedback and ideas to come up with something really cool in the end.
Click to expand...
Click to collapse
If you get the builtin maps support working, if possible with the new api, that would be awesome. The only other suggestion I would like is a couple things like elevation and temp. I have the temp always in my notification from beautiful widgets. But that might be pretty specific to just me.
Anyway, from what I've seen so far it looks great. It'll be tomorrow before I can jump to 4.3 and test. And if you go the pico projector route post up some pics, if you don't mind. Lastly, for daytime usage, the one thing I have found that works great is a 7 in mirrored tablet screen protector. The only thing I'm afraid of with using it is the reflection also seems to go the other way a little bit, and I don't want to get pulled over.
Sent from my SCH-I545 using Tapatalk

One small problem and one small request.
The problem is I can't access the menu on my Galaxy Nexus to set it up from the start. I had no problem with the s4, but it has hardware buttons.
Next, could I request full screen support on devices that have onscreen buttons. I was going to use the nexus as my receiver and s4 as my sender.
Thanks regardless of the answer.
Sent from my SCH-I545 using Tapatalk

New update released to google play. Now using action bar for settings, which should resolve any tablet issues. Also added elevation for ya... still working out a good method for temperature. It's definitely going to require data usage, so trying to figure out the best method. Let me know how it goes please!
-John

Great idea
How much does it affect other drivers from the front
And any tips for material for reflecting

jim80b said:
Great idea
How much does it affect other drivers from the front
And any tips for material for reflecting
Click to expand...
Click to collapse
I've used a mirrored tablet screen protector before and that works great. But it reflects off the front of the car, so I made me nervous about getting pulled over.
Sent from my SCH-I545 using Tapatalk

Related

Lazik - Winamp remote controll with media library access

Hello,
I present you my first application for Android called Lazik/Lazik+!
It's a remote control for Winamp media player compatible with versions 1.6 to 2.2 of Android.
Here are a few screenshots to get an idea of rendering:
{
"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"
}
Two versions are available, Lazik which is free and supported by ads and Lazik + (1.69 €)
Lazik features:
.playback controls
.playlist
.media library
.search
.display album covers
Lazik+ features:
.no ads
.conection over 3g,edge,...
.fetches missing album covers
.more to come
Possible actions from the madia library have been thought to be as practicable as possible:
- Enqueue at the end of the playlist
- Enqueue just after the current song
- Enqueue just after the current song and play immediately
- Play immediately at the current position in the playlist or at the end of it
To operate Lazik you must install a plugin for Winamp, More information and a tutorial are available at: http://www.bypops.com.
Feel free to comment and report any bugs you might encounter
Lazik :
Lazik+ :
Sweet! This is the best program to control winamp I've come across. It's 99% perfect! (apart from a few grammatical errors )
Works brilliantly on my rooted Desire!
IceBone said:
Sweet! This is the best program to control winamp I've come across. It's 99% perfect! (apart from a few grammatical errors )
Works brilliantly on my rooted Desire!
Click to expand...
Click to collapse
Thanks for the comment
About grammatical errors, feel free to send me corrections on the support email address if you are motivated enough. I'm french so my English is not perfect ...
Will do so. In the mean time, the only gripe I have with it is that you can't use the scroll bar to advance a track. In fact, it doesn't move at all. Is that a Lazik+ feature only? Also, sometimes it takes a while for the controls to show when you press the album art.
Well, the only things wrong with the text I've found were in the server management: "Search for servers" would sound nicer. As well as Searching for servers when the app is looking for them.
Keep working on the app, it's awesome, but I have a few suggestions if you don't mind, hehe...
Would be nice if the search would use the standard Android search functionality, as it is, it's kinda odd.
Also the colours are quite ghastly. The design isn't bad, but the colour choice is quite off, if you ask me.
But these are just my suggestions, still your app.
IceBone said:
Will do so. In the mean time, the only gripe I have with it is that you can't use the scroll bar to advance a track. In fact, it doesn't move at all. Is that a Lazik+ feature only? Also, sometimes it takes a while for the controls to show when you press the album art.
Well, the only things wrong with the text I've found were in the server management: "Search for servers" would sound nicer. As well as Searching for servers when the app is looking for them.
Keep working on the app, it's awesome, but I have a few suggestions if you don't mind, hehe...
Would be nice if the search would use the standard Android search functionality, as it is, it's kinda odd.
Also the colours are quite ghastly. The design isn't bad, but the colour choice is quite off, if you ask me.
But these are just my suggestions, still your app.
Click to expand...
Click to collapse
The seeking scrollbar should be working, even in the free version. Maybe it's too small for you to be able to drag it. It's size will be changed as some people asked for that.
For the grammatical problems, I'll update it, maybe with your suggestion, or maybe by changing the way it's told.
Concerning the search suggestion, I will consider it but I can't say if I will change it or not. It will depend on how it have to be implemented and if it would prevent some current functionnalities ... The colors have been choosed to integrate in the android UI, because they are colors used in Android. They won't change for the moment as I have some more importants things to implement, but I will try so change them to see what result I can have when I'll have some time to. Maybe it could be a theme option in a future version (but certainly only for Lazik+ users).
By the way I have seen some posts of you on other forums about my App, so I want to thank you for that, since I don't know all good english forums for Android ...
Yeah, no problem, great apps should be shared. As for the design, I REALLY REALLY like the way DoubleTwist is done, it's a real treat to look at.
First of, great great work!
Works really well!
Side note: People please note that you need to have proper firewall settings.
Some things I noticed.
The app found my winamp server, I then flipped open my keyboard to type in my server name (This was on a HTC DREAM: G1) , yet the little window disappeared and went behind the add and search server window.
When installing the plugin, the installer automatically kills winamp. Dunno if its stated somewhere, it didn't bother me though!
Anyways, thanks again! Real nice app!
Works great with my 2.2 Desire!
But... When I start the App, WiFi is enabling itself. I would like to control my Winamp trough my 3G connection.
I'm using a VPN, so the local ip-address is no problem. Also with a portmap in my router it should be possible to use it externally. All you have to do is turn off the automatic WiFi enabler and add support for connections over 3g?
Keep it on!
I love the app, simple and works a treat
here' s a couple of suggestions:
+1 on scrollbar size, it's a bit tricky to use it
would it be possible to add bookmarks support? I have all my radio links there...
I' ll play with it a little bit more an post more
I've been looking for something like this to control music playback on my PC from bed, thanks!
IceBone said:
Yeah, no problem, great apps should be shared. As for the design, I REALLY REALLY like the way DoubleTwist is done, it's a real treat to look at.
Click to expand...
Click to collapse
I don't really agree..
Double twist's gradients look bad and it all looks a bit 'cheap'.
There is too much wasted space and no instant easy access button to get back to library or playlist. Stock HTC music app is much more practical and usable, and looks cleaner and more profession.
Judging by the screenshots the design of this app looks great
Well, to each their own. A sort of theme would be nice, yes. Standard for you, a bit different for me.
PieP said:
Works great with my 2.2 Desire!
But... When I start the App, WiFi is enabling itself. I would like to control my Winamp trough my 3G connection.
I'm using a VPN, so the local ip-address is no problem. Also with a portmap in my router it should be possible to use it externally. All you have to do is turn off the automatic WiFi enabler and add support for connections over 3g?
Keep it on!
Click to expand...
Click to collapse
I already thinked about this possibility, but judged it would be too hard to use for a simple user without computer skills. Anyway, your post shows me some people would like to use Lazik over 3g. I didn't gave it a try but it should work. Maybe it won't be in the next release but I'll add an option to disable automatic wifi in the future, so that "experimented" users would be able to test it over 3g. The way I thinked it would be not to hard was by using a service like no-ip.com, so that you could use an alias, and not your internet ip. By the way, router configuration will be necessary, but you seem to already know that Send me an email on lazik support so I'll be able to contact you when a version with this option will be available
Gorkytje said:
First of, great great work!
Works really well!
Side note: People please note that you need to have proper firewall settings.
Some things I noticed.
The app found my winamp server, I then flipped open my keyboard to type in my server name (This was on a HTC DREAM: G1) , yet the little window disappeared and went behind the add and search server window.
When installing the plugin, the installer automatically kills winamp. Dunno if its stated somewhere, it didn't bother me though!
Anyways, thanks again! Real nice app!
Click to expand...
Click to collapse
Thanks for the comment
The fact that the installer kills Winamp is normal, because Winamp needs to restart in order to see the new plugin.
Concerning the problem you mentionned while entering the server name, I wasn't aware of it since I never had the possibility to try Lazik on a G1 or any device with physical keyboard. I'll try to find why this occurs ... For the moment I advice users to use the virtual keyboard here.
vigin said:
I love the app, simple and works a treat
here' s a couple of suggestions:
+1 on scrollbar size, it's a bit tricky to use it
would it be possible to add bookmarks support? I have all my radio links there...
I' ll play with it a little bit more an post more
Click to expand...
Click to collapse
Thanks for the comment
Concerning the bookmarks, I never used them in Winamp but it could be a good thing to add them to Lazik. I can't promise it will be added quickly but it will be added to my todo list for a future version
THIS APP IS AMAZING! It works so unbelievably quick and well its really astonishing. Not quite perfect, but oh so close. (Winamp is also still the best music player in my opinion)
Bugs:
- The seek bar doesn't "seek"/There is no way to seek through a song
- There is no way to remove songs from playlist
Suggestions:
- Make seek and volume bars larger in the 'play screen'
- when you tap on a song on the playlist (or on the play button to the right of the song), a "back, play/pause, next" should hover up at the bottom or top of the playlist to give you more control within the playlist. Also, a seek bar should hover over the playing song. (I realize this would kinda take the place of the playback screen...)
- Alternate suggestion to previous one: Add a 'tap to play' queue to the playback screen.
- long press song in playlist to remove or move. Something similar to the home screen icons where a trash can pops up would be consistent and nice.
Suggestions that I'm not sure are possible:
- In the media library, when you navigate to a song, you should be able to tap it (not on the "+") to play the song, but NOT add it to your playlist. (should have similar hovering controls as in the playlist but of course no next/back cuz its not a playlist, its your media library)
- A way to save the playlist to the phone or to the computer
- A way to transfer song to phone or download all playlist songs to phone
- A way to stream music to the phone exclusively or at the same time as the computer
- Be able to 'screen' a song on your playlist from your phone WITHOUT having it play back on the computer (this builds upon the previous suggestion)
- Have the streaming music to the phone perfectly in sync with computer (Mac's Airport does this as well as a PC application called "Airfoil")
The last two suggestions would be absolutely invaluable to this app as it would CLEARLY distinguish the app from anything of the like. They would also be an incredible asset in a light DJish environment. Not to mention the phone would basically turn into a wireless speaker access point which I would gladly pay cash monies for if it worked as excellently as the app currently does.
Ridiculous Suggestions:
- Since you're already installing a plugin, add a simple VPN client built into the application so that you can access your music from your computer and play the music over the phone. (this builds upon the previous suggestions)
- Link multiple computers on the network using Winamp and send songs to be played on different computers (I don't even know what I would do with that function)
- A way to play songs from the phone, on the computer in the same synced/exclusive manner
- Ummm, don't hit me, but, video playback support?
Many of these suggestions require the app to have a full music player within the app which just might be FAR outside the scope of a "controller app". I personally don't like DoubleTwist at all, but I could see the majority of these suggestions (if possible) being rolled into the DoubleTwist app.
Ultimately I believe the implementation of the majority of my suggestions are limited by the audience. Unless this app becomes like a renowned/feature app on Android, I couldn't see anyone expending that much energy developing it...
Excellent app! AMAZING job! Thank you VERY much! Keep up the exemplary work!
Just bought your app. Works very well, but I've got one bug to tell you:
When I create a playlist in Winamp and select a track via your app, it doesn't show the cover on my device (HTC Desire with 2.2). In Winamp the cover is shown properly. I tried it with several mp3s, so I don't think it is a problem of a specific mp3.
I just tried to find the problem and I think it is a problem concerning the media database. All mp3s included in the main- and subdirectories are display with cover. But sometimes you wanna listen to the mp3 before archiving them. They are stored temporarily on my Desktop, but not on my media drive.
Would be very nice if you are able to include cover support for this setting (mp3 which are not in the database) as well.
Another 'bug': When Playing a track of your playlist and removing it while playing in Winamp, the main view of your app switches to the next song, but Winamp continues to play the song you just removed (which is a feature). Would be better if the plugin updates the current song after the song has finished to play.
Just found another small bug: When you search in your media library the searchbar at the bottom covers the last entry of your search results.
added on 28.08.: isn't it possible zu merge all tracks of one album together? Now all tracks of each album are show seperatly, even when i search for an album explicitly.
Nice work Mr.
I have a suggestion that might be doable.. Can you hook into the fact that a phone call is coming in and have it pause the music during the phone call? Might also be nice to have it as an option.. also to have it so u have to manually press play again so u don't get blasted as soon as you hang up the phone.
Really excited about this app. A lot of positive reactions. And indeed there hasn't been a proper winamp remote app on the market. But finally here it is!
But i have the following problem on a Windows XP sp3 installation at work:
I can't find the server and cannot connect to the IP adress the server should be running. Also, I'm not sure the server is installing like it should. Because I can't find the plugin in Winamp's plugins list. (Anyone know what it is called?)
Furthermore i'd like to add that Winamp had an iTunes plugin installed, but it did not have iTunes installed. So it would promt that it needed iTunes installed in order to use that plugin. Maybe this could mess things up? I'm just guessing.
The Windows firewall is turned off, but I do have Norton AV 2008 running. I couldn't find any settings for port managing so i thought Norton leaves this alone.
I tried turning the Windows firewall on and make an exception on port 5976, but no luck.
I'll try it in a few minutes at home on a Windows 7 64 bit box. (Without the iTunes plugin.)
But does anyone have some suggestions on how to get it to work at the bar I work in.
Regards,
DaanJordaan
edit:
Works fine at home! Really cool app!
Great app.
Working on Magic 2.2
and on Hero 2.2
A lock screen widget/controlls could be cool

[APP] WifiKill - disable internet for network hoggers (Android 4.x)

Needs ROOT
{
"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"
}
DESCRIPTION
Well, with this app you can disable internet connection for a device on the same network. So if someone (anyone) is abusing the internet wasting precious bandwidth for a Justin Bieber videoclips you could just kill their connection and stay happy with a full bandwidth just for yourself.
After a long long delay, I present to you brand new WiFiKill.
This is an early release so be gentle. New features will come after this code proves to be stable.
DOWNLOAD
You can download WiFiKill using WiFiKill Downloader
!!! PRO version !!! requires you to make a donation through PayPal (using WiFiKill Downloader)
SALE, SALE, SALE - PRICE WILL GO UP AFTER SOME SHORT PERIOD OF TIME
Free version has ads, and is shuts down after 5 minutes. In future version more limitations will follow.
FEATURES
grabbing traffic, showing websites visited by grabbed device
showing bytes transferred by "grabbed device"
showing network names (netbios names) of devices
tablet friendly!
android 4.x only
CHANGELOG
v2.2 - 03-02-2013
Improve grab/kill effectiveness
Fixed killing problem due to iptables rules
Fixed grab all button behavior and status device count
Fixed url list scrolling issue
Fixed some devices missing upon start
Added udp protocol blocking
Fixed Force-Close when device name was empty
Fixed Service Fail upon start
v2.1 - 25-12-2012
VERSION CHANGED to 2.1 to end the confusion
Enlarge device name input field (thanks m.kucharskov)
Add long click on url to open in browser (again m.kucharskov)
Add NetBIOS name resolution (network name)
Add preference (settings) screen
v2.0 - 31-10-2012
fixed crappy UI on Samsung devices (yes that switches are normal now)
fixed some dependency on play store downloader (which is now available here)
SCREENSHOTS
.
=================== OLD VERSION [DISCONTINUED] ===================
Google pulled it from market, so it's available here:
DONATION VERSION AD-FREE:
http://slideme.org/application/wifikill
OR
Project homepage: http://forum.ponury.net/
Changelog:
v1.7 (05/11/2011) uninstall needed:
fixed the counter bug (I hope for the last time)
added an option to redirect HTTP traffic to specific IP (caution! this may lead to significant CPU load)
now successful kills are tagged by green icon on the left of IP (this is not 100% correct)
v1.6 (03/11/2011):
added an option to have sorted list of devices (by IP or by MAC) - see Settings
fixed a lag in preference screen
Searching is now looking for IP or Name
minor changes here and then
v1.5 (22/10/2011):
added an option to assign a name to device's MAC (long-click on the IP)
added an option to show the notification status bar
added option to set the range of IPs to scan, you can also stop the scan by pressing the search progress bar
fixed some strange no-subnet-scan issue?
fixed a bug that caused the percent to go over 9000!!!
new ICON! the old was ugly, this is simple... meh.
v1.4 (19/10/2011):
fixed a few Force Closes
added check-for-updates feature
fixed something more... don't remember what it was now...
fixed "Vibrate when new IP is found" bug (vibration never stopped)
removed unused permissions (I think)
v1.3:
added Menu => Search option for devices without hardware search button (sgs2)
touching the "searching" progress will stop searching and reschedule it in 30 seconds (useful with large networks)
v1.2:
fixed two FC
fixed counter bug (I hope)
fixed "ALL" toggle (should work as expected now)
v1.1:
added reject methods in settings
search button assigned to... searching IP's
fixed device count bug
fixed FC
(maybe) fixed a iptables error (in settings disable iptables)
Thank you and have a good night
Sounds interesting. I'm curious, from a technical side what method does it use to accomplish this, and how long does it keep them off for?
Sent from my SPH-D710 using XDA App
klub242 said:
Sounds interesting. I'm curious, from a technical side what method does it use to accomplish this, and how long does it keep them off for?
Sent from my SPH-D710 using XDA App
Click to expand...
Click to collapse
I tried it out. Showed all the computers on my network and enabling it blocked the Internet on my computer. I was still connected to the wifi but the Internet didn't work. My brother was playing a game in the basement and when I enabled his I heard him swearing from down there. Pretty cool app.
Yes I have the same questions as post #2. Can I go to starbucks with this and punt everyone?
ImHuge07 said:
I tried it out. Showed all the computers on my network and enabling it blocked the Internet on my computer. I was still connected to the wifi but the Internet didn't work. My brother was playing a game in the basement and when I enabled his I heard him swearing from down there. Pretty cool app.
Click to expand...
Click to collapse
That's hilarious -and just a bit mean. Did it go back on once disabled it?
Sent from my SPH-D710 using XDA App
klub242 said:
That's hilarious -and just a bit mean. Did it go back on once disabled it?
Sent from my SPH-D710 using XDA App
Click to expand...
Click to collapse
Yeah once you disable it works again. I have no idea how this works but it's awesome.
I am also wondering if you can goto a Starbucks or connect to a schools wifi and block everyone or if public wifis have something that my home wifi doesn't that won't let this work. I wonder if there's anyway to get caught using this.
ImHuge07 said:
Yeah once you disable it works again. I have no idea how this works but it's awesome.
I am also wondering if you can goto a Starbucks or connect to a schools wifi and block everyone or if public wifis have something that my home wifi doesn't that won't let this work. I wonder if there's anyway to get caught using this
Click to expand...
Click to collapse
Could you get caught? Technically, yes. If an IT person was trying to figure out what went wrong, they could figure out what manufacturer made the device (using the MAC address) and then go searching through people's pockets and bags to see what Samsung device is doing it. Will you get caught doing it at a Starbucks? No way.
Also, yes it will work on a public hotspot well.
Sent from my SPH-D710 using XDA App
Hell yeah!
Freakin awesome app! Ha.
Will this only work for LAN connections? Such as lets say an Xbox connected to the same network but thru wire instead of wireless?
HTC HD2
Too bad that I can't install it in my Sgs2, it says isn't compatible!!
EDIT:
My bad, I've set the dpi to 220 and the market doesn't allowed me to download it!
klub242 said:
Sounds interesting. I'm curious, from a technical side what method does it use to accomplish this, and how long does it keep them off for?
Sent from my SPH-D710 using XDA App
Click to expand...
Click to collapse
It's the same idea as FaceNiff (I'm a developer of it also), basically it sends ARP Reply's to all of the devices in the network fooling them to think that your mobile is router. And then all of the devices try connecting to network THROUGH your device... and you just drop every single packet from them. In this version it's just dropping packets but maybe later I'll try adding some sort of primitive REJECT target. If anyone is interested in adfree version it's available on slideme as a donation And the projects site is actually a forum over here: http://forum.ponury.net/
This is a freaking awesome app. Not only does it do what it's designed for. It can help you see who all is connected to your home network. Thanks for your work on this. This app will be put on my list of must keep apps.
hey nice idea
but when i i tried to scan for devices on the network it said my rom didnt have somekind of binary/netfilter help plz ?
MadssiDK said:
hey nice idea
but when i i tried to scan for devices on the network it said my rom didnt have somekind of binary/netfilter help plz ?
Click to expand...
Click to collapse
I try fixing it along with some other bugs. Maybe today there will be a new release
New update (v1.1) added a few features and fixed that iptables/netfilter bug, just uncheck the "use iptables" in settings.
BenKranged said:
Can I go to starbucks with this and punt everyone?
Click to expand...
Click to collapse
Well this didn't work. I couldn't see any peers.
klub242 said:
Could you get caught? Technically, yes. If an IT person was trying to figure out what went wrong, they could figure out what manufacturer made the device (using the MAC address) and then go searching through people's pockets and bags to see what Samsung device is doing it. Will you get caught doing it at a Starbucks? No way.
Also, yes it will work on a public hotspot well.
Sent from my SPH-D710 using XDA App
Click to expand...
Click to collapse
So doing this at the airport is probably a good way to get arrested then?
awesome app
Sent from my Transformer TF101 using Tapatalk
BenKranged said:
Well this didn't work. I couldn't see any peers.
Click to expand...
Click to collapse
This app depends on the network configuration in some networks each device is placed in separate VLANs and rendering it impossible to use this app, but it should work on most networks.
Works (on wifi only, not on wired but that's the idea anyway), but I can't turn it off. It says shutting down but it stays ON.

[APP][2.2+][NFC] Send! File Transfer | The easiest way to transfer files offline!

Send! File Transfer for Android
Now with NFC Support!
{
"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"
}
★Available on Play Store - Send! Lite★​
"The most valuable part of Send! is that it focuses on ease of use. More apps should follow that goal. I highly recommend it to everyone, and I give it a 9 out of 10!" - OMG!Droid - Read full review here.
What is Send! ?
Send! is an easy way to send multiple files to other Android devices without using the Internet. It's design to be as user friendly as possible so even your non-tech savvy friends can use it!
Easy as 1, 2, 3 !
Step 1: Scan QR Code on receiver's screen
Step 2: Pick files to send
Step 3: Click Send!
No more scanning for devices and all that fuss!
BEAM to Send! (NFC)
You can now send or receive files using Android Beam (NFC). Simply place 2 Android Beam compatible devices back-to-back, wait for a beep or a vibration then touch the sender's screen to initiate the transfer. This will even work without haven't the app on the receiver!
Note: Android Beam is only available on device running on Ice Cream Sandwich 4.0 or above with NFC chip. (e.g. Galaxy S3, Galaxy Nexus, Nexus 7 etc)
Auto-Detect Bluetooth or Wifi !
Send! will intelligently detect the fastest way to transfer depending on what connections are available!
This means Send! will use Wifi for hi-speed transfer if the 2 devices are in the same network, otherwise Bluetooth will be used. All of this is done in the background without concerning the user.
Features:
✓ BEAM to Send! - Use NFC to pair & initiate transfer!
✓ Super easy to use! Zero setup required
✓ Send multiple photos, music or videos at once
✓ Auto-detect fastest way to send - Bluetooth or Wifi
✓ No Internet required!
✓ Fast pairing with QR code
✓ Widget support
✓ Send from other apps using Share
✓ Auto-saved pairs list
✓ Easy access to received files
✓ Beautiful interface, even for old phones!
How does it work?
The QR code is actually the Bluetooth MAC address of the receiver. The sending device uses this unique address to pair with the receiver and a connection is established. The devices use this link to communicate and decide whether it is possible to transfer over Wifi and if so the IP address of the receiver. This is why Bluetooth is always used even if both devices are on the same Wifi network.
Get Send!
★ Get Send! Lite from Play Store
★ Scan the attached QR code for link to the Play Store page
★ The apk of the free version is attached for those who do not have access to the Play store
Coming Soon!
★Wifi-hotspot connection for hi-speed transfer outside of a Wifi network
★ Please post any feature requests you'd like to see in Send!
Known Bugs
- Feel free to post bugs reports - logcat will be appreciated
Disclaimer
The developer has made the best effort to make sure the app works with different Android devices but sometimes devices might behave differently. If you encounter any issues please let the developer know by leaving a comment here [/FONT]
Changelog
[1.1]
- Initial Release
[1.3]
- Widget support
- Send from other apps using "Share"
- Fixed localisation
- Other bug fixes
[1.4.1]
- Now compatible with Nexus 7!
- BEAM to Send! - NFC pairing and sending
- Notification progress bar + vibration when complete
- Enable Bluetooth automatically
[1.4.2 - 1.4.3]
-Various bug fixes
*Reserved*
Great App!
Installed the lite version, then I purchased the the full version for my gnex and razr.
I've sideloaded it too to my Nexus 7, but I couldn't install the paid one cause tabs are not yet supported thru the Play Store, though it worked great on my nex7 and gtab 10.1.
One request though, can you make a shortcut or widget for quickly receiving and sending files?
Thanks!
Needs a NFC version of this app!
Sent from my Nexus 7 using Tapatalk 2
geevee11 said:
Great App!
Installed the lite version, then I purchased the the full version for my gnex and razr.
I've sideloaded it too to my Nexus 7, but I couldn't install the paid one cause tabs are not yet supported thru the Play Store, though it worked great on my nex7 and gtab 10.1.
One request though, can you make a shortcut or widget for quickly receiving and sending files?
Thanks!
Click to expand...
Click to collapse
Thanks for your support and feedback! Since you are the first to reply I'll put the widget on the top of my to-do list
The reason you can't install it on your Nexus 7 from the Play store is because it doesn't have a camera (the front facing one doesn't count according to Google). It should for your gtab though since it has a camera, are you sure you can't see the app on your gtab?
jameslfc5 said:
Needs a NFC version of this app!
Sent from my Nexus 7 using Tapatalk 2
Click to expand...
Click to collapse
It's already on my to do list
Works great, looks good, nice job!
felix1234 said:
Works great, looks good, nice job!
Click to expand...
Click to collapse
Thanks Felix
Love this app already. If it could transfer folders and files over wifi TO PC and back to android that would just beat file push and xlink.
Sent from the batman
joeyman08 said:
Love this app already. If it could transfer folders and files over wifi TO PC and back to android that would just beat file push and xlink.
Sent from the batman
Click to expand...
Click to collapse
Thanks! I'm already looking into two-way PC transfer over lan
New Version 1.3 with Widget and Share action support! Now you can send straight from other apps using the share menu!
xperias not work with wifi
In xperias dont enable connection with wifi, it use only bluetooth, fix bug please.
tx92026 said:
In xperias dont enable connection with wifi, it use only bluetooth, fix bug please.
Click to expand...
Click to collapse
To transfer using wifi, both devices must be on the same wifi network. Also, note that with most public wifi services (e.g. Universities or Libraries) access between devices are restricted so transfer with wifi will not work.
My next upgrade (Send! Pro only) will allow one device to act as a wifi hotspot so you can transfer files using wifi even if you are outside of wifi services.
Billy
p2p wifi
I need p2p wifi connection with 2device without connection to same modem please upgrade that
tx92026 said:
I need p2p wifi connection with 2device without connection to same modem please upgrade that
Click to expand...
Click to collapse
I'm working on it
i have a galaxy nexus and want to send to my nexus 7. i have done a pair scan and after that i want to beam but nothing happen. nfc is enabled on both.
hanschke said:
i have a galaxy nexus and want send to my nexus 7. i have done a pair scan and after that i want to beam but nothing happen. nfc is enabled on both.
Click to expand...
Click to collapse
Make sure your are beaming from the pair picker screen. If nothing is happening then check that android beam (not just nfc) is enabled on your GNex. You can test beam by trying it on other apps and it should at least be responding.
Let me know if it's still not working.
Billy
request
Can you do another version of this app in with you can send with nfc and only with p2p wifi connection? Like S-beam?
Tnks
Works absolutely phenomenal, can share entire photo album with one click ! Never seen such a functionality in any other app. Only concern is my set doesn't work over Wi-Fi. I have HTC One X and Asus Nexus 7 both conected to the same network and both running android 4.1.1 and still they will send files only over BT. That wouldn't be a big concern if Nexus had BT at least 3.0, but mine has 2.1 and is damn slow. Any possibility for Wi-Fi Direct when both are not connected to the same network?
Yes, p2p wifi is coming to Send! Pro soon
Sent from my GT-I9300 using xda app-developers app

[APP][2.2+] Podcast Addict

Podcast Addict
Version 1.9
{
"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"
}
​
I just want to introduce you to my Podcast app available on the Google Play.
This is my 1st Android app and it's still incomplete but almost all of the basic features have been implemented.
If you watch or listen to French podcasts, you will find some of the best independant podcats embedded by default in the app.
If you do not, don't run away yet, because you can still use this app to manage all your podcasts.
Here are the main features:
• podcasts subscription
• podcasts search engine (thousands of podcasts available in different languages)
• OPML import file (iTunes, Google Reader, ...)
• new episodes notification
• automatic download
• streaming
• audio player with resume feature
• playlist support
• OPML export
• widget
• comments download feature
• episode & podcast sharing
• episode filters & search engine
• automatic episode deletion feature
• ...
Upcoming features:
• New UI optimized for tablets
• Podcast recommendation feature
• Download manager
• Internal video player
So feel free to test the app, and please, tell me what you think about it.
I know, some important features are missing, but they will soon be available
Headset controls now work on ICS and JB (since v1.8.8)
What do you do when you listen to your podcast? What do you want to do most of the times when you are going back to the app?
Every. Single. Podcast. Player. Does the same ****ing thing wrong.
Go figure it out.
el_bhm said:
What do you do when you listen to your podcast? What do you want to do most of the times when you are going back to the app?
Every. Single. Podcast. Player. Does the same ****ing thing wrong.
Go figure it out.
Click to expand...
Click to collapse
What do you mean ?
bambou51 said:
What do you mean ?
Click to expand...
Click to collapse
Yip, bump that. Constructive helpful feedback will assist the dev to make this a better app, me thinks? Instead of cryptic comments...
Just released Podcast Addict v1.9.
Main new feature is the Playlist support.
A little bit more Holo design would be much more better. The glossy style of the bar on the top is not android like.
Also please disable the emulated menu button. The menu button must be in the Actionbar.
Sent from my Galaxy Nexus using xda app-developers app
WingnutStrikesBack said:
A little bit more Holo design would be much more better. The glossy style of the bar on the top is not android like.
Also please disable the emulated menu button. The menu button must be in the Actionbar.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Now that I'm almost having every basic feature implemented I will rethink the whole UI for the v2.0
Fantastic Podcast app! I hadn't looked for a good podcast app in a while, and I first went through and read a few sites that listed the "top 10 android podcast apps". I downloaded the top 4-5 and played with them. Eventually I realized they each have something that annoyed me too much. Usually, they were either too simple in attempts to have a clean/simple UI, or they were so complicated that it made navigation not enjoyable. I tried one out that had 4 tabbed screens of settings...
Eventually I found this one. This is the only one that I kept. I love the simple and straight forward UI and fantastic feature set. Perfect balance and no bloat. All the core features are there. The settings are simple and just make sense. The app is mostly intuitive in terms of flow - I would add a button for the subscription (using a Nexus S and having to go to options to view it was not intuitive at first). Another change, as some people have mentioned on the play store, is putting a back button -- although personally, I didn't even notice until I read the reviewsI only noticed it because a bunch of people complained about it. If you can, on the widget, please add the current time position and the max (end) time position. At last, ask people about the primary language and after that use only that language (ex of this: if you select English, when you search, there's still french under the titles)
Good luck with this app - you have created something fantastic! If you make a donation version count me in!!
ventz said:
Fantastic Podcast app! I hadn't looked for a good podcast app in a while, and I first went through and read a few sites that listed the "top 10 android podcast apps". I downloaded the top 4-5 and played with them. Eventually I realized they each have something that annoyed me too much. Usually, they were either too simple in attempts to have a clean/simple UI, or they were so complicated that it made navigation not enjoyable. I tried one out that had 4 tabbed screens of settings...
Eventually I found this one. This is the only one that I kept. I love the simple and straight forward UI and fantastic feature set. Perfect balance and no bloat. All the core features are there. The settings are simple and just make sense. The app is mostly intuitive in terms of flow - I would add a button for the subscription (using a Nexus S and having to go to options to view it was not intuitive at first). Another change, as some people have mentioned on the play store, is putting a back button -- although personally, I didn't even notice until I read the reviewsI only noticed it because a bunch of people complained about it. If you can, on the widget, please add the current time position and the max (end) time position. At last, ask people about the primary language and after that use only that language (ex of this: if you select English, when you search, there's still french under the titles)
Good luck with this app - you have created something fantastic! If you make a donation version count me in!!
Click to expand...
Click to collapse
Thanks a lot for your comment!
I don't understand what the problem is with the back button. You can use Android back button to go back to the previous screen. You can also press the App icon in the ActionBar to go back to the main screen. If you understand what te problem is, please tell me.
I didn't add any progress bar on the widget to avoid draining the battery, I might add a 2nd widget with a progress bar, in a future release.
As for the french in the search engine, I didn't take the time to clean the podcasts translations in the database, but I will improve the search feature in the upcoming v2.0.
bambou51 said:
Thanks a lot for your comment!
I don't understand what the problem is with the back button. You can use Android back button to go back to the previous screen. You can also press the App icon in the ActionBar to go back to the main screen. If you understand what te problem is, please tell me..
Click to expand...
Click to collapse
I think I understand it now. So the complaint (from what I am gathering from the comments) is that people don't know that hitting that icon takes you home. But that actually makes perfect sense. Some people call that "going back" by the way. Maybe replacing it with a button that says "home" would do it. Or having an "info" screen when you first install the app that tells you it's a "home" button for the app. I don't know -- honestly, this just doesn't seem annoying
That's interesting about the progress on the widget. I didn't realize they burn the battery so much.
ventz said:
I think I understand it now. So the complaint (from what I am gathering from the comments) is that people don't know that hitting that icon takes you home. But that actually makes perfect sense. Some people call that "going back" by the way. Maybe replacing it with a button that says "home" would do it. Or having an "info" screen when you first install the app that tells you it's a "home" button for the app. I don't know -- honestly, this just doesn't seem annoying
That's interesting about the progress on the widget. I didn't realize they burn the battery so much.
Click to expand...
Click to collapse
I'm already thinking about adding some kind of tutorial or tips section in the app.
Widget refresh will not drain your battery, but because it will need to refresh the progress status every second, it will still add some CPU charge
Take a look, if you haven't already, at the Spotify app. You have the same clean design, and it's very similar (same player on the bottom that expands when selected). I think the only thing missing is making that top-left corner into something like what Spotify has done, which will present all the screen options (home, search, playlist, all, etc...)
Anyway, either way, good luck with this app. I really like it!
PlayList Sort
Is there a way to sort the playlist? Here is my scenario:
I have a segmented podcast that is downloaded daily... there are 15+ segments that come per day... Ideally, I would want it to automatically download the latest podcasts and automatically add it to the playlist... I would need it to play the next day's podcasts but in the proper order... basically, day 1, segment 1, then segment 2, 3, etc until day 2, segment 1, 2, 3, etc... currently, it has the days correct but the segments are reversed...
Thanks for your help... I really like your app and would love to continue using it...
oldirtdog said:
Is there a way to sort the playlist? Here is my scenario:
I have a segmented podcast that is downloaded daily... there are 15+ segments that come per day... Ideally, I would want it to automatically download the latest podcasts and automatically add it to the playlist... I would need it to play the next day's podcasts but in the proper order... basically, day 1, segment 1, then segment 2, 3, etc until day 2, segment 1, 2, 3, etc... currently, it has the days correct but the segments are reversed...
Thanks for your help... I really like your app and would love to continue using it...
Click to expand...
Click to collapse
For now you can only reorder your playlist by drag and dropping your episodes. You can enable autodownload & auto queueing. Your episodes will then be added in the right order, but you might have other podcasts' episodes in the middle. In that case you will need to reorder manually your playlist.
Subscription issue
First off, I really like your app -- it is by far my favorite of all the podcast apps I tried. I love the feature set, but I agree with previous comments that the UI could still use some work. I feel like it could be simplified -- currently there are a lot of different screens you can be on, and no easy way to switch between them or even to tell how the screen you're on relates to the other parts of the app. I'm using on a tablet, so a multi-pane view would be ideal for me (though obviously not for phone users).
OK, here's my issue: I'm trying to subscribe to two feeds from the same content producer. But every time I add the second feed, it replaces the first one -- and vice versa. The feeds are from the Skeptics' Guide To The Universe podcast -- they do their main show in one feed, and occasional mini-episodes in another feed. I would link to the xml files, but the forum won't let me. They're easy to find on the Skeptics' Guide website.
Is there some trick I can try to get both feeds to show up? Currently my subscriptions view shows one listing for "The Skeptics Guide", regardless of which feed I've just tried to add, and the episodes available correspond to the most recent feed added. I've also tried adding them both at the same time from the search page, but that didn't work either.
Thanks for any ideas or bug fixes you can provide, and for your continued work on the app! It's great!
tedricb said:
First off, I really like your app -- it is by far my favorite of all the podcast apps I tried. I love the feature set, but I agree with previous comments that the UI could still use some work. I feel like it could be simplified -- currently there are a lot of different screens you can be on, and no easy way to switch between them or even to tell how the screen you're on relates to the other parts of the app. I'm using on a tablet, so a multi-pane view would be ideal for me (though obviously not for phone users).
OK, here's my issue: I'm trying to subscribe to two feeds from the same content producer. But every time I add the second feed, it replaces the first one -- and vice versa. The feeds are from the Skeptics' Guide To The Universe podcast -- they do their main show in one feed, and occasional mini-episodes in another feed. I would link to the xml files, but the forum won't let me. They're easy to find on the Skeptics' Guide website.
Is there some trick I can try to get both feeds to show up? Currently my subscriptions view shows one listing for "The Skeptics Guide", regardless of which feed I've just tried to add, and the episodes available correspond to the most recent feed added. I've also tried adding them both at the same time from the search page, but that didn't work either.
Thanks for any ideas or bug fixes you can provide, and for your continued work on the app! It's great!
Click to expand...
Click to collapse
Hi,
Sorry for the late answer I didn't saw the notification.
I'm working on a new UI for the v2.0.
Regarding your feed problem, for now there's a restriction when 2 feeds share the same Podcast name...
I'll try to remove this restriction ASAP
Great App - 2 questions
This podcast app is really well done. I'm used to the UI, it didn't take much, and I love the different choices available in the settings. I have two questions:
Headset control
I'm having an issue with my motorolla stereo bluetooth headset, where after a few times pressing pause to pause and resume, the internal player eventually does not accept commands from my bluetooth to pause. Pressing the buttons no longer works. Any suggestions? I do have the Headset Controls option checked.
Removal of 'marked read'
Although I've marked many of my podcasts as read (I have it download a news segment hourly but might not get to listen for a day and no longer need the old ones), they are not getting deleted. They're still in the app and the trash can is available. Do I not have one of the settings correct? I have the Automatic Deletion option checked.
fldavem said:
This podcast app is really well done. I'm used to the UI, it didn't take much, and I love the different choices available in the settings. I have two questions:
Headset control
I'm having an issue with my motorolla stereo bluetooth headset, where after a few times pressing pause to pause and resume, the internal player eventually does not accept commands from my bluetooth to pause. Pressing the buttons no longer works. Any suggestions? I do have the Headset Controls option checked.
Removal of 'marked read'
Although I've marked many of my podcasts as read (I have it download a news segment hourly but might not get to listen for a day and no longer need the old ones), they are not getting deleted. They're still in the app and the trash can is available. Do I not have one of the settings correct? I have the Automatic Deletion option checked.
Click to expand...
Click to collapse
Hi,
Right now there's no link between the downloaded file and the read status. So if you mark an episode read it will not delete the file.
You can delete it manually or you can delete every read episodes from the filter 'Downloaded episodes'. In the menu select the 'Delete read episodes' entry.
I will add a new pref to automatically delete an episode when it's mark read.
Regarding the issue with your BT headset is it a one time problem ? I don't have a BT headset to test it, but I'm using a 'wired' headset on a daily basis and the play/pause commands works great. I'll try to look into this problem but without some hardware to test I cant't promess anything
Notifications
First I would like to thank you for making such a great app. I tried a bunch of apps and this one was definitely the best. I have one piece of feedback about the notifications. It gives two boxes when podcasts update. One that says updates have been downloaded and another that says how many. I think the notification would be more useful if it showed one box with the app symbol then listed the podcasts downloaded. Thanks. David

[APP][4.0+][FREE] Mini Tasker

*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
This thread is closed. Please use this thread for news and updates on Condi: http://forum.xda-developers.com/showthread.php?p=46657479
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
Condi (previously Mini Tasker) is a free android automation app for ICS or higher.
The app allows users to quickly set up fairly complex actions when certain conditions are met, without sacrificing battery life, and with the ability to easily share tasks between users. We never poll (everything comes from a broadcast), and we're pretty minimalistic so the memory footprint is reasonable. We use google play services to detect location using low power sensors and recognize activity like walking or driving.
This is a university project, and our first android app, we're very humbled by over 30k downloads, this is very unexpected and we're very grateful for the feedback and bug reports, you're awesome!
Me and my partner made this app this summer for academic credit so we give it out completely for free, without ads or tracking.
We decided to change the name to avoid any conflicts with the original Tasker (Pent is a nice person and you should buy his app), too bad there are so many reviews already out there using the old name.
This week we finally submitted the project (after some delays), which means we can start changing big stuff (the last 10 or so releases we're bug fixes only). We're gonna push our first beta version next sunday to the beta channel, please subscribe to this mailing list to get it: https://groups.google.com/d/forum/minitasker
Your feedback is appreciated, you can email us at [email protected] or reply here.
Thanks,
Anton and Michal
Download Condi (previously Mini Tasker) at Google Play
Changes:
v0.2.13
* volume control ui bug fixed
* activity detection delay setting more visible
* UTF-8 support for task sharing
v0.2.12
* new condition - on boot
* location editor auto focuses on current location, minimal radius enforcement of 75 meters as it's unlikely the low power sensors will ever give a higher accuracy than that.
* music player song picker now uses native dialog and native addresses - support for most players that can open mp3
* music player - play pause toggle buttons now use broadcasts instead of keyboard presses - no longer crashes youtube, get's stuck on total command etc.
* activity recognition (i.e. drive walk...) upped the confidence level, and now there's a programmable delay for the end task (see the settings window).
* fixed a crash on forwarding SMS from known numbers.
* wifi still wasn't included as it wasn't stable enough for the time.
v0.2.10
* wifi crash fixed, can't send sms during calls fix
* volume control now properly mutes in all cases
v0.2.9
* Inverse locations (start when leaving a location)
* Delete actions and conditions from the edit screen
* A lot of memory leak fixes
v0.2.4:
* I messed up with 0.2.3 a bit, sms forwarding and call silencing are not using the correct values of the message and origin.
* Fixed a rare crash on the settings dialog
* Fixed a calendar condition crash when no calendars / events exist.
* Apparently a lot of times our application was killed in the background for not responding, and this corrupted the states of events and made things not run as expected, so now there's a background service that should take care of that. Memory footprint is around 5mb which is still less then Tasker.
* Superuser actions sometime hanged the app, and made it crash for ANR. This should now be taken care of
Can Mini Tasker set the network mode? ie. WCDMA only, WCDMA Preferred, LTE/GSM/WCDMA etc.
Can it enable/disable usb tethering?
network mode should be easy enough, we already play with these settings on the "3g toggle", i just need to generalize it a bit.
i'll look into the tethering thing.
i'm adding both to the next major release. it might take 2 weeks or so for our work to be graded, then i'll push it to the public channel.
if you want you can join the alpha channel here and i'll try to get something together there sooner.
more things that will be added next are:
* better calendar support (currently doesn't support repeat events)
* wifi on/off condition
* wifi near ssid condition
suggestions are welcome
Not working on Galaxy S3 CM10.1 RC2. Try to open play list when connecting any headset. But after I connected, mini tasker disabled that profile ( I have poweramp, uninstalled Apollo).
phntm said:
network mode should be easy enough, we already play with these settings on the "3g toggle", i just need to generalize it a bit.
i'll look into the tethering thing.
i'm adding both to the next major release. it might take 2 weeks or so for our work to be graded, then i'll push it to the public channel.
if you want you can join the alpha channel here and i'll try to get something together there sooner.
more things that will be added next are:
* better calendar support (currently doesn't support repeat events)
* wifi on/off condition
* wifi near ssid condition
suggestions are welcome
Click to expand...
Click to collapse
Thanks for reply and info.
As far as further suggestions....I've seen "wifi near" used in several apps but never saw a "bluetooth near" option....I don't know if it's feasible but if you can specify a specific "id" it could quickly distinguish when I'm home or in the car and then enable the appropriate commands such as linking to my car/home cordless phones via bluetooth.
I'd like to try your app but I can't find it on the Play Store and when I access Play Store with a browser it says my device is not compatible. I have a nexus 7 running android 4.3
Afaik bluetooth near is not a broadcast.
It should be much cleaner to add bluetooth state changed to detect the car connecting.
The car dock condition and activity detection in the current stable are already quite cool.
My car detection is based on charger+dock. The dock is enable by another software when the bluetooth connects.
Anyway, added to the wishlist.
The app works very well on my Nexus 7 but I think I need to add a 10" screenshot to make the market consider it compatible. I'll try to arrange that now.
Sent from my Nexus 7 using xda app-developers app
I didn't test with poweramp yet, i did with Apollo.
Not all players support internal storage style urls, even Google Play music fails.
That means any app that doesn't work right now needs custom support with some sort of url hack, which makes sharing profiles almost impossible across different setups.
I'll try to tackle this issue on the next major.
For now, try adding a launch app action, and a play music button emulation action. I'll try to arrange better support for more apps soon.
Sent from my Nexus 7 using xda app-developers app
how about using incoming sms as a trigger to do the app launching etc?
oldsap said:
how about using incoming sms as a trigger to do the app launching etc?
Click to expand...
Click to collapse
it's possible already but there's no ui to easily do this atm. right now you can add an action to the sms forward condition but i guess you'll want to match the text as well and also, not do the forwarding part.
added to the wishlist.
Support for tablets is now available.
Still no major changes or new features as our work is yet to be graded.
Sent from my Nexus 7 using xda app-developers app
Wow, this is awesome!
No leaving location?
Tasker is missing this too, is it possible to have a "Not at Location" as an event? I'd like to be able to send a message to my wife when I'm leaving work, but there is no way to set an event for when leaving a location.
The real tasker has a concept of "end task", we do implicit end task (we automatically guess or restore to last state).
Location indeed is missing an inverse, i'll add it up on the next major release.
What you might want to do for now is 3 conditions:
Time based - evening
Location - work
Activity - driving
Conditions are combined with "and".
btw I just pushed an update to fix a regression on forwarding sms and silencing calls, also a couple of crashes reported today.
Update is avaliable now on google play.
Also you can now use the %%PHONE%% variable in the text of the send sms action when the condition is phone call silencing.
This might be useful to tell your other phone you just had a call.
Sent from my Nexus 7 using xda app-developers app
Nice app. Tried it out this morning. One thing I would have liked to do, but could not find the option... Is there a way (or could it be added) to set it so bluetooth and wifi go on when I launch Google maps and navigation? I don't see an 'at launch' trigger.
I don't run them regularly for battery reasons (HTC One's big downfall is the middle of the road battery).
Sent from my rooted Speak and Spell running OS X Mountain Lion.
Hi everyone, first of all, wow, thanks for all the kind words, we really didn't expect to be noticed so quickly
A quick update: we did fix the application-not-responding crashes almost entirely, only now there's a new problem...
We've got a couple of crashes on 0.2.4, mostly from toasts launched from the background, and like always, these only started after we published the update.
We're gonna push a fix for these real soon, keep the crash reports flowing, they help a lot.
I setup a task that "When Driving" navigates me to my home address between 15:30 and 18:30 and it repeats every weekday.
The two problems that I ran into is that is uses Waze(which is installed) instead of Google Maps. I cannot choose what app I want to use if I have multiple installed.
The second problem is that I had to travel at over 50mph before the task kicked in. I cannot choose a speed for it to kick in.
Other than that it is a very solid app. :cyclops:
Really love this app do far. Thank you and good luck - I hope you get the grades you deserve.
One question... I hope you can help me please...
I want Mini Tasker to turn off my Mobile Data connection when I get home and turn on my WiFi... I think I've managed to sort that bit.
But how do I reverse it so when I leave home it turns off my WiFi and turns on my Data Connection?
I'm guessing I'm missing something glaringly obvious.
Thank you.
Sent from my HTC One using Tapatalk 4
Fubie3 said:
I setup a task that "When Driving" navigates me to my home address between 15:30 and 18:30 and it repeats every weekday.
The two problems that I ran into is that is uses Waze(which is installed) instead of Google Maps. I cannot choose what app I want to use if I have multiple installed.
The second problem is that I had to travel at over 50mph before the task kicked in. I cannot choose a speed for it to kick in.
Other than that it is a very solid app. :cyclops:
Click to expand...
Click to collapse
Something else I notice is that if I'm in stop and go traffic (I have Mini Tasker turn bluetooth on while driving and biking) the bluetooth will turn back off if I'm stopped. Technically the Mini Tasker command is only to turn on bluetooth, not to turn it off when not driving or biking.
Is this supposed to happen? If so could you separate the on and off and also put it in the description that it will do so? That would be very helpful. =]
Let me try

Categories

Resources