Notices


Reply
Thread Tools
Posts: 58 | Thanked: 31 times | Joined on Feb 2010 @ Shittown
#301
Hy.

I found 2 bug in the latest (0.1.9-1) release.

1) about tab reports 0.1.8 version, however the real version is 0.1.9 (verified by app. manager)

2) the application refuses to sync with an error message of "Synchronizing without WLAN disabled in settings" however i'm connected into a WLAN network. If in settings i uncheck "only sync while on WLAN" and save the changes, sync works.

If any details needed please let me know.
 
jonnenau's Avatar
Posts: 116 | Thanked: 445 times | Joined on Apr 2010 @ Oulu, Finland
#302
Originally Posted by Necc View Post
Hy.

I found 2 bug in the latest (0.1.9-1) release.

1) about tab reports 0.1.8 version, however the real version is 0.1.9 (verified by app. manager)

2) the application refuses to sync with an error message of "Synchronizing without WLAN disabled in settings" however i'm connected into a WLAN network. If in settings i uncheck "only sync while on WLAN" and save the changes, sync works.

If any details needed please let me know.
Yes I forgot to update the version again to the dialog. Also I noticed this WLAN bug. I'll try to fix it soon. The work around is to uncheck that option in the settings as you said.

Thanks for taking the time to report.
__________________
DropN900 - the maemo 5 DropBox client
 

The Following User Says Thank You to jonnenau For This Useful Post:
Posts: 1,086 | Thanked: 2,964 times | Joined on Jan 2010
#303
Originally Posted by jonnenau View Post
Writing this from air plane with my N900. Going to Dublin thanks top you guys votes! I will try to make some time there for coding dropn900 depends on how much interesting stuff there is. Im sharing a room with Benlau who is a fan of the app too and won another category on the competition, im very exited! Will be back to finland late on thursday night.
I meant to ask, did you have a good trip and a good time at the conference? I hope you were able to take an IdeaPad home with you, and I hope Ben didnt snore too much
__________________
Follow me on my neglected twitter @kojacker

Cybot950 - Control a robot with your N9/N950
SMSPetFeeder - Build a Bluetooth/SMS dog feeder with Qt, N950, and arduino
Nerf950 - Use your N9/N950 to fire a Nerf gun
 

The Following User Says Thank You to kojacker For This Useful Post:
jonnenau's Avatar
Posts: 116 | Thanked: 445 times | Joined on Apr 2010 @ Oulu, Finland
#304
Originally Posted by kojacker View Post
I meant to ask, did you have a good trip and a good time at the conference? I hope you were able to take an IdeaPad home with you, and I hope Ben didnt snore too much
Yes we both got IdeaPads running MeeGo 1.1, they are cool! Yeah we had a great trip, all sorts of interesting talks for developers like us for three days. Nice demos, nice demos, excellent food, it was all good. I didn't notice ben snoring, but I'm pretty sure I did so the joke was on him Didn't see around the city at all, every day 10h at the conference area made me feel more like just laying on the hotel bed watching some starcraft 2 matches.
__________________
DropN900 - the maemo 5 DropBox client
 

The Following 2 Users Say Thank You to jonnenau For This Useful Post:
benlau's Avatar
Posts: 135 | Thanked: 375 times | Joined on Mar 2010 @ Hong Kong
#305
Originally Posted by kojacker View Post
I meant to ask, did you have a good trip and a good time at the conference? I hope you were able to take an IdeaPad home with you, and I hope Ben didnt snore too much
It is an great trip. The conference is excellent! I didn't snore during the conference :P But I did all the time after the conference due to jet lag and I alway stay in the hacker lounge to mid-night. I met lcuk , who developed liqbase which is quite similar to PenPen , there. And we have talked a lot of thing about our software design.

It is only pity that I don't know which guy are you

Yesterday , we have a small MeeGo Meetup in Hong Kong. I have shown the Ideapad I got from the event. And now thinking about what I could do on the device.
__________________
Qt Ambassador | Nokia Certified Qt Specialist
PenPen SketchBook |
FrontView - 0.2 is released! | DQuest
Status: Now working on GTD software
 

The Following User Says Thank You to benlau For This Useful Post:
Posts: 109 | Thanked: 45 times | Joined on Aug 2010
#306
Originally Posted by ejasmudar View Post
Feature Request:
What i want to do is to automate the syncing, say everyday at 00:00. So either this can be made as a feature in the app itself or you could make the app syncable via command line (so that I can use alarmed, etc to sync it). So something like 'python dropbox.py -sync' should download/upload all changes.
I'd like to see some sort of autosync as well. (syncable via command line would be really great).
 

The Following User Says Thank You to eachna For This Useful Post:
jonnenau's Avatar
Posts: 116 | Thanked: 445 times | Joined on Apr 2010 @ Oulu, Finland
#307
Originally Posted by eachna View Post
I'd like to see some sort of autosync as well. (syncable via command line would be really great).
Yeah this is requested a lot. The problem is that there is alot of architecture that you need to bring up that enables the sync and also to bring up the connection to dropbox. I can look into this, but it will most likely be about the same as running the actual app minus the UI. I get the automation part though, I guess many people schedule things with some other apps to run. I'm hesitant to make the sync clock functionality myself, I think there are better separate apps for this.

Can you tell me how you parametrize this thing you would be using. you just give it a line like "python dropn900-sync.py --to "/home/user/whee" --from "/Dropbox/MyPhotos""?
__________________
DropN900 - the maemo 5 DropBox client
 

The Following 2 Users Say Thank You to jonnenau For This Useful Post:
ejasmudar's Avatar
Posts: 800 | Thanked: 957 times | Joined on Sep 2010 @ India
#308
Originally Posted by jonnenau View Post
Can you tell me how you parametrize this thing you would be using. you just give it a line like "python dropn900-sync.py --to "/home/user/whee" --from "/Dropbox/MyPhotos""?
That is a very valid question. Of the top of my head i think we can have a few parameters like
-sync-all (all uploads/downloads accepted)
-sync-chosen (Need an option in the actual UI to chose those files that can be synced from CLI)

And maybe others like
-downloads-only
-uploads-only
-photos-only

etc?
 

The Following 2 Users Say Thank You to ejasmudar For This Useful Post:
Posts: 2,829 | Thanked: 1,459 times | Joined on Dec 2009 @ Finland
#309
Some feedback as you asked for

Bug:
- When browsing/scrolling through folder that contains pics and pic preview gets updated dropn900 filebrowser frame loses itīs white edge line on right side. Something to do with pic size because normal 4:3 pics do not make it lose but 3:4 pics do.

Enhancement & feature
- Show log window has two return buttons. IMO get ride of one on bottom to make it consistent with n900 UI
- Help window to explain different buttons (Havenīt read this thread and just updated...I have no idea what sync media does)
- Tap bottom current folder to expand collapse current folder or move focus to folder root
- Is is possible to get total folder size?
- sort by name & sort by size actions to top columns
- there is exit button in top menu, why?
- IMO you could snip couple of pixels from width of right side buttons to give more pixels for file browser
- I would still very very much like simple cli script that runs just sync of Dropn900. It would be awesome to be able to run dropn900 sync with cron/alarmed.

When everything is working as expected then maybe next step is this:
http://wiki.maemo.org/ShedSkin
http://www.ruinelli.ch/how-to-get-sh...ing-on-maemo-5

Amazing stuff. You have made really neat app!

.edit
hmmm
settings->synchronizing->folder
is empty and when I choose folder it stays empty. Some conflict in settings file or something...
Also hitting sync gives error "...WLAN disabled...." And itīs not and Iīm connected to wlan.

..edit
White line disappears also when I go to top menu and return from it.
__________________
TMO links: [iSpy] - [Power search] - [Most thanked] - [Cordia - Maemo5 UI on top MeeGo Core] - [CommunitySSU]

Last edited by slender; 2010-11-30 at 13:27.
 
Posts: 398 | Thanked: 301 times | Joined on Sep 2007 @ Texas
#310
Hi,

Bug: If sync prompts to upload files and user selects ignore, the sync will not complete.

thanks,
Frank
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:23.