{
"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"
}
Here To There is an application that will tell you how long it will take you to get to a particular destination. It will take in to account traffic conditions that can affect how long it will take. With the API I am currently working with you will be able to choose your routing type (fastest or shortest) and transportation mode (Car, Truck, Pedestrian).
So a little about myself. I originally backed the Pebble kickstarter and bought the Pebble watch in grey. Once I got it I had to create my own app. So I create the Weather app for pebble. It is currently being used by quite a few people all over the world. So I thought it was about time to create something else. I saw XDA was hosting a contest and thought that this was the kick in the pants I needed to really get going on one. So after a night of brainstorming, I came up with the app "Here To There". I always like being able to know how long it will take for me to get to certain destinations with traffic. I was constantly pulling out my phone and opening up Google Maps to route my destination just to find out how long it will take me to get there. Wouldn't it be easier to have that information delivered to my watch? So with my idea in hand, I entered the XDA Pebble Developer Contest and was in the top 20 picked to build the app. I have received the watch a couple of days ago and have been working on coding the app and coming up with more ideas to make it a little better. Below you can see my progress and feel free to make suggestions by leaving a comment.
Current Release
09/04/2014 9:57 PM CST
Download (Side Load)
Pebble Public Web Link
Pebble Deep Link
Source Code Repository https://github.com/bengalaviz/HereToThere
XDA:DevDB Information
Here To There, App for all devices (see above for details)
Contributors
_-_goldfinger_-_
Version Information
Status: Stable
Current Stable Version: 1.0
Stable Release Date: 2014-09-04
Created 2014-08-13
Last Updated 2014-09-05
Reserved
Things to do
Choose Traffic API (Must be free) http://developer.here.com but also looking at http://www.mapquestapi.com/
Choose Configuration Map API (Must be free) Google Maps API
Build watch app concept (This is to see if it is even possible) I have early alpha builds working independently of configuration page. Locations are hard coded into watch.
Build configuration screen (This is where you input your location details) Configuration page is built
Merge configuration page with watch app.
Debug, debug, debug
Decide final watch screen layout.
Add timer to status screen to refresh every 5 minutes. (Configurable).
Add a processing screen between location and status screen. Just to make it look better.
Reserved
09/03/2014 - Source Code Repository https://github.com/bengalaviz/HereToThere
08/17/2014 - Added new screen shot of status screen.
08/14/2014 - Added some screen shots of the configuration page.
Working Alpha build!
So I finally have a working application. Been testing and finding bugs. Soon I can push a beta build out and have people start testing and submitting bugs. There are a few more things I want to add and I have update my list above with them. Let me know what you think of the status screen. I want to make sure that I have a status screen that makes sense.
Link to screenshots
Working Beta build
So I finally have my watch app in a beta build. I have been working on it for a while and finally decided on the watch layout. There are only 2 screens with this watch app. Nothing complicated. First a list of your saved locations and the time to your location with some other information. I do need to finish the ability to choose routing type and transport mode. Trying to decide if this should be done on the watch or the configuration screen. Right now I am leaning towards having it on the configuration page.
Here is a short video I took at work to give you an idea. Sorry for the cheesy music. I used iMovie on my iphone to make it.
https://www.youtube.com/watch?v=qsSxKeZRA7o
Can't wait for this. How many items can you have on the location list on the watch app? Do you have a beta version available, I would love to test it.
bamachevrolet said:
Can't wait for this. How many items can you have on the location list on the watch app? Do you have a beta version available, I would love to test it.
Click to expand...
Click to collapse
Right now the limit for locations is 5. As you can guess, the return URL string from the configuration page to the pebble app can be very long as some of the long/lat coordinates are very long. I was hoping to make it dynamic so that you can have as many as you want but this may force me to work on the configuration back end to maybe store the location information on my server with the pebble ID. That way I wouldn't have to pass any location data back to the watch. It would be saved to a database. Maybe a version 2 option?
Initial Beta Release
So I am ready for some testers. Here is my first Beta release of Here To There. No companion app required. Try it out and let me know what you think. If you have any issues with the application please make a post here. Thanks!
Moved download link to first post.
Looks awesome man. Grabbed the BETA and I'll try to put some time into working with it today.
Made some change to configuration page to fix an andriod issue. Download in first post above.
New Beta Release
Made some changes to the output screen. Added some separation and an inverted layer to the location. Download in first post.
Final Beta Build
Pushed final beta build for testing. Download in first post. Please update to this version and report any issues. Thanks.
Source Code
Posted the source code on github. Link is in first post.
Hehe: https://github.com/bengalaviz/HereToThere/commit/a6525b9ac7ab822af5bac68295cfdf81d93c0a38
SferaDev said:
Hehe: https://github.com/bengalaviz/HereToThere/commit/a6525b9ac7ab822af5bac68295cfdf81d93c0a38
Click to expand...
Click to collapse
Thanks for pointing this out. I have removed this from the history and now have a script that will clean the project of all api keys before pushing to github.
_-_goldfinger_-_ said:
Thanks for pointing this out. I have removed this from the history and now have a script that will clean the project of all api keys before pushing to github.
Click to expand...
Click to collapse
You're welcome! That's a common error
Final Version
Final version now available.
Related
{
"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"
}
- New: Added realtime previews of appearances
- New: Toggle between Home tab preview and Weather icon preview by tapping the preview image
- New: Preview page changes dynamically with appearance/theme selection
- New: Backup and restore functions now saves/loads files, not just settings
- Changed: Made selection tabs slightly smaller to reclaim screen space
- Changed: Themes are stored in folders (like BETA 5 and lower) to accomodate local previews
- Changed: Moved themes to it's own tab
- Changed: Removed old and test code that was unused
- Changed: Donation page in About tab can now be hidden without restarting
- Changed: Enlarged the Launcher tab icons
- Fixed: Non-English device folder naming problem (again)
- Fixed: Deleting appearances not working
- Fixed: Launcher tab now displays all shortcut icons, not just some
- Fixed: Restore button enables properly when you select an existing backup path
If you have any previous version of HTC Home Customizer installed, you should fully remove them from your device before upgrading. You may keep the Home plugin installed if you wish, however the theme will default to Original on first load, to avoid errors. I have reformatted all appearance sets in the repo to fit the new preview system. If you have any other custom appearance sets, they may not appear properly in the appearance tab due to their dimensions. You can either resize the tab icons to 32x32 or you may submit the package for inclusion in the online repo and I will format them properly when they are uploaded. Like usual if you have any problems, please post your issues with as much detail as possible in the appropriate thread.
Unless I find some show-stopping bug, this is the final version. I have thoroughly enjoyed working on this program and project from it's inception as a script to backup icon changes to it's transformation into the options menu HTC never created. I will keep working maintaining the online repo and of course if there are any new developments with HTC Home, then work will resume. I'd like to thank all of the community members who have given their support to this project whether it be with their artwork, troubleshooting, or monetary contributions.
You can check out more screenshots here: Screenshots
Now that the formalities are out of the way, you can get it here:
HTC Home Customizer v1.0 Final
http://www.pocketemu.com/news.html
I can't get to the file, there are some problems with the site I guess.
Stay0Puft said:
I can't get to the file, there are some problems with the site I guess.
Click to expand...
Click to collapse
Same here. I was able to go to the site earlier but decided to download at a later time.
Mirror link:
http://rapidshare.com/files/98400669/HHCv10Final.zip
taiseer999 said:
Mirror link:
http://rapidshare.com/files/98400669/HHCv10Final.zip
Click to expand...
Click to collapse
cheers mate.
Nice one... better than the older version
keep yhe good work!
I like this alot, thanks.
Does this work with all versions of HTC Home?
The program looks awsom!
Thank you for all your hard work and for sharing it
Leo
I installed this and now i am not able to get weather updates for the US at all. Is this a known issue and is there a fix for it?
nice one...
Excellent work, thanks!
PocketEmu is down it seems, nothing works there. Could we reupload the file to a better hosting somewhere? (Rapidshare is waaaay too greedy lately)
DarkDvr said:
Excellent work, thanks!
PocketEmu is down it seems, nothing works there. Could we reupload the file to a better hosting somewhere? (Rapidshare is waaaay too greedy lately)
Click to expand...
Click to collapse
link in my sig
or
http://www.4shared.com/file/40347763/f16f80e1/HHCv10Final.html
P1Tater said:
link in my sig
or
http://www.4shared.com/file/40347763/f16f80e1/HHCv10Final.html
Click to expand...
Click to collapse
Thanks!
I've also uploaded it megaupload:
http://www.megaupload.com/?d=YYT1TE6P
thanks alot for sharing this with us!!!!!
m1ke420 said:
I installed this and now i am not able to get weather updates for the US at all. Is this a known issue and is there a fix for it?
Click to expand...
Click to collapse
My experience from the last version is that if you configure your weather city/info from HHC, it messes up the weather update. My work around has been to configure it from Htc Home and never mess with the weather tab in HHC. Unfortunately I don't know how to resolve this, it wasn't a big deal for me then as I was always flashing new roms.
illusion8088 said:
My experience from the last version is that if you configure your weather city/info from HHC, it messes up the weather update. My work around has been to configure it from Htc Home and never mess with the weather tab in HHC. Unfortunately I don't know how to resolve this, it wasn't a big deal for me then as I was always flashing new roms.
Click to expand...
Click to collapse
Not sure why it doesn't work for you, but its the only thing that works for me. You sure you have the right version of HTC Home?
can not get to the file
What's with this site? when you click on the path, you get the (w-107 installation page). I have no idea what this is, does anyone? IF so, what is MySQL?
thank you for any help.
There were some file permission problems with my site earlier. Everything is back to normal and the download link is back up. I would prefer if people use that link instead of the mirrors so I can get a count on the # of downloads. However I do appreciate the mirrors while the site was experiencing issues.
Hope you guys (and gals) like v1.0 Final!!!
emunutz said:
There were some file permission problems with my site earlier. Everything is back to normal and the download link is back up. I would prefer if people use that link instead of the mirrors so I can get a count on the # of downloads. However I do appreciate the mirrors while the site was experiencing issues.
Hope you guys (and gals) like v1.0 Final!!!
Click to expand...
Click to collapse
Your application is a must have, thanks emunutz
Flash at your own risk!
I figured I'd post what I have so far and see what people think. There are a few things I still need to address and I welcome ANY assistance people want to provide
Eden ROM (beta)
{
"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"
}
After months of trial and error, i have created a decent ROM, which i feel is stable enough for a humble release. By no means is this a ground-breaking creation, but simply the product of those few free hours between classes, work, and sleep.
Thank you to all those who helped me in acquiring the knowledge and software required for customization and cooking!
Indagroove
AngelDeath
Twopumpchump
Petard
Bikeandestroyx
cnzgy1
Miniterror
ai6908
Pumpiron579
Sergio76
Sorry if i've omitted anyone!
SUMMARY
52% Initial Boot Memory Free
48% Boot up Memory Free
NOTEWORTHY ASPECTS
Home (With working RSS feed)
Messages [HTC Messaging Client 1.8.2017 included (All thanks to AngelDeath!)]
eReader (with eBooks)
Weather (optimized animations to reduce frame-rate deterioration)
KNOWN ISSUES
1. Latest manila core 2016 doesn't allow for landscape, but this should change soon
2. RSS feed works, but if you delete a field within it, it will bug and simply display a "Launch RSS..." message. During first launch, be sure to refresh the list after you've chosen your desired feeds or it will most likely bug as well.
INCLUDED PACKAGES OF NOTE
NetCF3.5
BsB Tweaks
SdkCerts
OCT (For Overclocking)
xda Slide2Shutdown
Clean RAM 1.9 BEFORE CLEANING open, menu>exceptions list>, check the "enable" box, find manila.exe in "Running Processes" list, highlight, press arrow to add to "Exceptions", then close and clean at your hearts desire
TP2-Batt
Rhodium Keyboard Controller (for button remapping) Settings tab\menu\allsettings\system
Like i said, it's nothing special, but if you feel like flashing it, please let me know if you find any problems
Beta Progress
7/16/2010
7/17/2010
1. Reduced Icon data sizes
2. Amended/added RegEdits
3. Additional Manila Customization integrated
7/20/2010
1. Fixed dead links in Start Menu
2. Updated numerous apps (Facebook, Bing, Google Maps, etc.)
3. Optimized numerous registries
4. Updated SDKcerts
7/24/2010
1. Added Swype
2. Enabled Secure Box
3. Numerous Aesthetic changes
8/6/2010
1. Internet Tab shortcut preview issue resolved
2. New Manila Slider Icons
3. New Overclocking application included (Up to 652.8 Mhz on external power)
CURRENT DEVELOPMENT
1. Manila 2018 Integration!
2. Reduction of Start Menu clutter
3. Further Aesthetic changes with the inclusion of 2018
LATEST BETA ROM
8/6/2010 (Alailable Now)
www.mediafire.com/EdenROMs
ADDONS
Browsers
View attachment Opera_Mobile_10_WM.cab
Apps
View attachment 362307
KNOWN ISSUES
8/6/2010
1. Failed attempt at organizing start menu has resulted in numerous duplicate icons and empty folders
2. Facebook album isn't functioning properly
desire to see your great work.
first beta ROM is available in post #2. hope it isn't too terrible xD
if anyone does decide to try it out, please give feedback
Your screenshots look very promising.. thanks for sharing
I will try it this weekend if my internet download speed allows me...
Keep up the good work!
please check back, I downloaded but not been unpacked. Thanks. Your ROM version is worth waiting for.
I want to try it but it says the download is corrupt? I dl it twice.
and please add HTC messaging
hmmm...that's odd. i was able to download it last night, but i never actually extracted the .ruu. when i get off work, ill just upload the updated ROM i've been using today.
i was actually going to include the latest HTC messaging client, since the latest release and update have really increased its speed and stability. unfortunately, i was encountering an issue with new messages. whenever i would touch the screen when composing a new message, it would crash the inbox.
i'm actually working with another developer on solving this issue. if you'd like, i could upload a version running only Arcsoft (which im currently using) and another with the latest HTC messaging client.
I pull out the ruu and flash from my SD card. I got that error. I dl it twice on different PC so the file is corrupt.
That would be great if you would post The one with HTC messaging.
Thanks.
i see. well, i apologize for that. i'll definitely remove the file when i get home and post both versions (with and without HTC messaging) of today's update
Fantastic, thank You.
Cooking updated ROM
Both Arcsoft and HTC Messaging ROM's are cooking now. I included my latest attempt at fixing the HTC Messaging bug that i've been encountering. The approach has worked in the past with other problems, so hopefully it will work with this one
UPDATE: ROM's uploading now
ROM's are available
Links are at the bottom of post #2
I flashed the HTC messaging one, I will let you know if I come across any bugs.
sounds good. thanks!
titan427m....Check your PM
Hey Titan....where is the rom, I been waiting since last night I wore out my F5 key
dudeluv said:
Hey Titan....where is the rom, I been waiting since last night I wore out my F5 key
Click to expand...
Click to collapse
sorry, i encountered a cprog error that i didn't want to spread to anyone, so i ended up canceling the upload i believe i've solved it now though. New ROM is cooking and i should have it flashed within the hour. The previous problem surfaced almost immediately, so if all is well after first boot, it should be up before 5
once again, i am sorry. i just realized i forgot to update post #2
UPDATE: ROM took a little longer than expected, but it appears to be working great Upload has started, but the internet connection here sucks, so it may be an hour before it's available (sorry)
Time for work! xD
Information:
Please leave some feedback, the more detailed the better.
This beta will run till 12/12/2010, at that point the file will be automatically unshared and deleted. So please download and give feedback.
About the application:
This is just a basic heads up display application with a bit more info than the ones that I was seeing on the market. It displays your current Speed, direction and time in both regular display and a HUD mode(where it flips the image vertically). To enable hud mode simply tap the screen. To switch back, just tap the screen once more. You can also change the speed units from MPH to KPH by tapping the settings button in the bottom right corner. This application makes use of the GPS for speed and direction, and the internal system clock for the time.
Please note, the application may not function as intended, in this case please leave a reply with what happened, and any steps required to reproduce the error.
Thanks
Updated the beta build to which will most likely be the final beta before release(any major bugs pending of course)
Changelog:
*Added settings menu to switch between KPH and MPH
*Properly calculates correct speed based on setting
*Fixed large number showing across screen
*Added speed type display below speed
Download:
http://www.box.net/shared/z36yp3di32
Images:
{
"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"
}
Video:
http://www.youtube.com/watch?v=ujBXXDbVbzo
Hi!
nice app but one stupid question... how can I install it?
thanks!
You have to unlock your phone and then use xapdeploy which is part of the SDK in the dev toolkit for Win Pohne.
BTW installed just fine and it appears to be working as intended with the exception of instead of stating 0 when you are not moving is states NAN?
sscholz said:
You have to unlock your phone and then use xapdeploy which is part of the SDK in the dev toolkit for Win Pohne.
BTW installed just fine and it appears to be working as intended with the exception of instead of stating 0 when you are not moving is states NAN?
Click to expand...
Click to collapse
Thanks for the feedback, The updated version is at this link let me know if it changes anything.
http://www.box.net/shared/z36yp3di32
Thanks for sharing!
chaoscentral said:
Thanks for the feedback, The updated version is at this link let me know if it changes anything.
http://www.box.net/shared/z36yp3di32
Click to expand...
Click to collapse
Device: HTC Surround
Provider: Telus
Works on my device with no flaws however I wasn't moving so I'll update my post when I get a chance to try. The app did display "0" and not "waiting for GPS signal" so I am assuming it is communicating with the GPS properly.
talontsi07 said:
Device: HTC Surround
Provider: Telus
Works on my device with no flaws however I wasn't moving so I'll update my post when I get a chance to try. The app did display "0" and not "waiting for GPS signal" so I am assuming it is communicating with the GPS properly.
Click to expand...
Click to collapse
Thanks for that bit of feedback, it seems I fixed the previous issue of it displaying "NAN" when you were still, if it isn't displaying waiting for GPS that means it should be finding your location properly. Let me know how it goes after trying it out while moving. if all goes well it should find its way into the market.
So when I am moving it shows a 6-7 digit number that runs off of the screen, seems to change when I change speed but the number makes no sence.
talontsi07 said:
So when I am moving it shows a 6-7 digit number that runs off of the screen, seems to change when I change speed but the number makes no sence.
Click to expand...
Click to collapse
care to try it again? just updated the file, same link
chaoscentral said:
care to try it again? just updated the file, same link
Click to expand...
Click to collapse
I don't have my laptop on me to load it, I won't be home till later tonight il try it out on my way to work tomorrow.
talontsi07 said:
So when I am moving it shows a 6-7 digit number that runs off of the screen, seems to change when I change speed but the number makes no sence.
Click to expand...
Click to collapse
The same for me with beta 2
Beta 3 is out, download link is the same, please download again and let me know if it works.
Thank you everyone for the feedback, it is very hard trying to debug a location app without actual hardware. So thank you for all your patience and feedback
Yeah I have the same large number downloaded it this morning about 9am GMT
It would be better to have what units Its going in, mph or km/h
Do you do any checking of the quality of the GPS fix? using the DOP values, i cant rememeber off the top my head what is a good value but the lower it is the better?
other cosmtic things you could have is that you could change the colour of the numbers
you could have a trip counter so you can calculate the average speed and travel time
Hope this helps
Hi, this looks fantastic, credit to creator. I was wandering if this could be done for WM6.5? There is nothing like this on WM iPhone. Just superb
Well I should have a test device very soon so I can debug properly. Once I finish some testing on my own device I will release a new version.
Alrighty, got my HD7 to test this bad boy on, fixed the issues that it had(rather stupid ones )
Updated the beta build to which will most likely be the final beta before release(any major bugs pending of course)
Changelog:
*Added settings menu to switch between KPH and MPH
*Properly calculates correct speed based on setting
*Fixed large number showing across screen
*Added speed type display below speed
Download:
http://www.box.net/shared/z36yp3di32
Images:
will update first post as well
[About]
What This Project Is About ?
There are some really cool android devices that are out that include an IR (infra red) "blaster" transmitter, however there is yet no open method of making use of this within apps. This project intends to create an open method for developers to create apps that make use of this device type.
Where does robotics come in to it ?
I thought it would be fun to bring this project together in a way that isnt just zapping TV's on and off so i will construct some sort of robotic platform that will be controled by the Z and its IR transever (however i presume there will be some TV zapping involved as well)
[Progress]
[29/06/2013] Tablet Z has arrived and I have started to examine the data passed to and from the IR device /dev/ttyHSL2
[01/07/2013] Refined the control procedure for the IR blaster & found some of the important commands (get version & send key code)
[08/07/2013] Pushed current code to github (ability to learn and send learnt commands)
[14/07/2013] Updated app to enable in tree building for cm10.1 (see links section)
Reserved
[Links]
Github :- https://github.com/BuzzBumbleBee/lib_sony_ir (LGPL)
Current test APK :- https://dl.dropboxusercontent.com/u/15005030/OpenIR.apk
[Building For CM10.1]
As of 14/07/2013 you will need the following patches from the CM review site
1) http://review.cyanogenmod.org/#/c/45560/
2) http://review.cyanogenmod.org/#/c/45562/
And the following git repo (branch cm-10.1) synced under packages/apps/SonyOpenIR/
https://github.com/BuzzBumbleBee/android_packages_apps_SonyOpenIR/tree/cm-10.1
Reserved
Reserved #2
Subscribed - I would love to see an open source IR feature.
The tablet Z has arrived, im now starting to examine the data passed to the IR device
Looks a nice project, would be keen to see what can be done with the IR remote if there was an open API
Iv had a quick mess around with monitoring the data ...... here is the result (soon to be) totally open powering on/off of a TV
Not bad for the first day
As I haven't got ability to see all the device keys that the IR controller supports I have started work on the IR learn and send features. I hope to publish a test binary (not APK) tonight :victory:
PS turning a TV on and off via recovery ...... gets old fast
when this project is finished will be absolutely perfect.ir is the only serious thing missing from cm(and every other derivative like p.a.c.) and it is extremely useful so some open source binaries and an open source app would be awesome.it could also control other devices like a/c.infrared has million uses...
this project + halo in pac rom can act like the hover remote in sony firmware
looking forward to it
Another quick video of my progress (sorry for the low volume)
Apache14 said:
Another quick video of my progress (sorry for the low volume)
Click to expand...
Click to collapse
that's great.i just hope that when it's finished it works on aosp roms
pangiotis24 said:
that's great.i just hope that when it's finished it works on aosp roms
Click to expand...
Click to collapse
Thats the plan this will work with AOSP roms in its current form, however its easy to develop alongside the stock app to check the functionality.
Just pushed current code to github and thrown up a test APK, find them in the 2nd post of this thread
i have downloaded and installed just fine on cm10.1 nd pacman but evertime i go into the app it as for superuser the first time i allow forever. but i guess it ask for superuser a second time but i get no pop window asking for su permissions. and superuser gets denied a this second check. so cant even proper su to even run app correctly
Sent from my SGP311 using xda app-developers app
Almost finished the android app redesign ......
{
"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 does everyone think ?
Looking good, I think there is a lot of unused space on the screen though. I would suggest bigger buttons. Furthermore I think SwiftKey did something really great with their tablet keyboard by splitting it. I would like to have a layout option which supports something like this as well, with many used buttons (like ch+ ch- volume buttons and maybe navigation buttons) on the far left and far right side of the screen.
Verstuurd van mijn SGP311 met Tapatalk
remma said:
Looking good, I think there is a lot of unused space on the screen though. I would suggest bigger buttons. Furthermore I think SwiftKey did something really great with their tablet keyboard by splitting it. I would like to have a layout option which supports something like this as well, with many used buttons (like ch+ ch- volume buttons and maybe navigation buttons) on the far left and far right side of the screen.
Verstuurd van mijn SGP311 met Tapatalk
Click to expand...
Click to collapse
Thank you for your feedback, ill attempt to increase the button size however i have the intention of adding more buttons (allong with a device type specific layout) however im not brilliant at android UI stuff :/
It would be cool if you could drag and drag the buttons to configure your layout however you like. Straight up bonus if it included resizing like on your home screen. Some sort of grid system?
Apache14 said:
Thank you for your feedback, ill attempt to increase the button size however i have the intention of adding more buttons (allong with a device type specific layout) however im not brilliant at android UI stuff :/
Click to expand...
Click to collapse
the device type specifi layout would be perfect.also you could ask the dev of this http://forum.xda-developers.com/showthread.php?t=2271113 for permission to use his ir code database so that you can have options for many tvs instantly without the need of learning ir codes.he will also benefit from this as the codes learned by your app could be uploaded on his database(same as his app) so both apps will be better
{
"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"
}
Hello there, I'm the creator of the competition app Pebby - Baby Helper.
Pebby helps you take care of your baby. It allows you to easily set the last time the baby slept, ate or had its diaper changed. Glance down and check how long it has been since any of those events.
Pressing one of the three buttons starts or stops the timer for each of the three activities. The last time or time interval is shown besides each activity.
You can also view statistics and graphs of your baby's activities on your smartphone, on the configuration page.
Now that the competition is over and the first version of the app is released, I'll continue to listen to feedback and ideas for Pebby, to further improve it.
As this app is based on actual requests from moms, it's important for me to receive parents' inputs on how to improve it. Feel free to offer suggestions in this thread or via PM.
I hope you enjoy Pebby and be sure to tell all your friends with babies about it!
Download at Pebble Store:
https://apps.getpebble.com/applications/53fbc513994475c7ee0001ed
Source:
https://github.com/Arlanthir/pebby
XDA:DevDB Information
Pebby, App for all devices (see above for details)
Contributors
Arlanthir
Version Information
Status: Stable
Current Stable Version: 1.2
Stable Release Date: 2014-09-05
Created 2014-08-17
Last Updated 2014-09-05
Project Roadmap
This is the project roadmap right now:
Create barebones project with app name and icon
Display button icons
React to feeding and diaper change buttons and save their times
React to sleeping button and save its times (start and end)
Persist time data locally for future app executions
Experiment with Action Bar to conserve screen real estate
Explore phone-side persistence and graphs display with Javascript, prepare JS Bundling
App config page with activity graphs on phone
Show 'X time ago' for each of the activities
Reliability improvements / tests
Design store assets
Future work:
Offer a way to register activities for twins
Here's a first draft screenshot:
Progress Report
The project is going along nicely, with the basic draft layout already done.
The app already has a menu icon and can be used to track the last feeding and diaper change times.
Next steps are to implement the sleeping times and save the information between app executions!
After some more development time, here's where Pebby is:
I've implemented the sleeping times, the time values persistence and redesigned the icons as an action bar to free up some much needed screen real estate.
Bonus points for automatically supporting buttons' pressed state now (because of the action bar, nifty little layer).
The absolute basic functionality of the app is now done, but it's time to start considering the storage and display of graphs: iOS apps require some time after bundling the working Javascript, which I'll need to implement the remaining features.
No screenshot today because the work so far has been mainly behind the scenes:
Communication between watch-phone
Storage of all values on phone, along with latest values on watch
Barebones configuration page
Communication between phone and configurations page
Ability to reset values history and start from scratch
App submission to the Pebble Store with Javascript bundling for iOS
And we're starting to see some graphs here!
The challenge end date is closing in and the app finally displays fuzzy "X time ago" texts.
I'm going to use the time that's left to essentially debug the app and make it more reliable in cases where the phone becomes disconnected from the watch as well as design the required store assets.
App released!
Check the first post for all the goodies, and thanks for following along!
Just wondering if this will work with a Pebble Time Round...? And, if not, can you create a "round" version??
randomactsofkindness2 said:
Just wondering if this will work with a Pebble Time Round...? And, if not, can you create a "round" version??
Click to expand...
Click to collapse
I didn't do anything specific for the round Pebbles. A number of fixes and improvements are planned for the future, including upgrading the app to use the new SDKs and correctly drawing on second and third generation devices but unfortunately I haven't had the time to do it. So it's not forgotten but I can't promise dates right now.
If you do end up testing it on Pebble Time Round can you please report how it shows right now?
Thanks