Dropbox (JPE Launcher)-----TESTERS NEEDED

Share, discuss and debug ready-made JauntePE launchers for non-portable applications.
Post Reply
Message
Author
User avatar
Napiophelios
Posts: 610
Joined: Sun Mar 01, 2009 5:48 pm

Dropbox (JPE Launcher)-----TESTERS NEEDED

#1 Post by Napiophelios »

about Dropbox
Download Dropbox
JPE Launcher

Dropbox is software that syncs your files online and across your computers.
Put your files into your Dropbox on one computer, and they'll be instantly available on any of your other computers that you've installed Dropbox on (Windows, Mac, and Linux too!) Because a copy of your files are stored on Dropbox's secure servers, you can also access them from any computer or mobile device using the Dropbox website.


I have a list of needed components there for referance,please read it.

Only during install does the program seem to make any registry entries

The jpe portable should not interfere with any installed versions of Dropbox.

If you set up your dropbox with a custom sync folder other than My Documents Location
and you want it sandboxed, make sure the name and location are reflected in the jauntePE ini for redirection.

I believe the user will need to "delink" the machine using the Dropbox options (systray menu) before closing the app if using on multiple machines.

I would suggest using Empathy or some other exe lock to secure your launcher with a password because you will be automatically logged in.

Here's an AutoIT version posted here at TPFC awhile back to check out :)
There is another portable version in the Dropbox forum but it requires dotnet.
Last edited by Napiophelios on Sat Oct 02, 2010 10:07 pm, edited 2 times in total.

rokth
Posts: 54
Joined: Thu Jun 29, 2006 6:10 am

Re: Dropbox (JPE Launcher)-----TESTERS NEEDED

#2 Post by rokth »

anything come out of this?

User avatar
Napiophelios
Posts: 610
Joined: Sun Mar 01, 2009 5:48 pm

Re: Dropbox (JPE Launcher)-----TESTERS NEEDED

#3 Post by Napiophelios »

I use it on occasion.

You lose the shell integration by using the wrapper
but I dont use the program enough to care.
Basically I just avoid having to re-install it the few times I have needed to use it.

I tested it on several computers in the house (all XP) and had everything work ok,
but each machine has its own settings created so actual portability is limited.
On first run using a new machine,you have to go thru a dialogue to link your portable to an account.

I cant remember how the portable behaves with multible host info,
I think the settings must be destroyed before using on a new machine.
Hence I dont think multiple settings can be used/stored.

If you use the program often enough
I wouldnt even bother with this wrapper business.

crownixx
Posts: 403
Joined: Sat May 12, 2007 6:26 am

Re: Dropbox (JPE Launcher)-----TESTERS NEEDED

#4 Post by crownixx »

I downloaded your package and give a shot. Here's my result:

I have Dropbox installed locally. Lets say give "My Dropbox" folder name for it as "My Dropbox (local)". My computer name is CROWNIXX
Then I run your Dropbox JPE in my XP virtual machine which have a computer name JOHNDOE. Lets give "My Dropbox" folder created in Data\User\Documents\My Dropbox as "My Dropbox (portable)"

If I created a Test.txt in My Dropbox (local), My Dropbox (portable) manage to update successfully. The Test.txt appear in My Dropbox (portable).
If i edit the existing Test.txt in My Dropbox (local), it will also be updated in My Dropbox (portable) successfully.

But, if I created a Test.txt in My Dropbox (portable), My Dropbox (local) fail to receive receive Test.txt
And if i edit the existing Test.txt in My Dropbox (portable), it fail to update Test.txt inside My Dropbox (local). Not just that, the action of editing will cause the existing Test.txt in My Dropbox (local) to be deleted.

I'll post tomorrow if i can find the cause of the problem

User avatar
Napiophelios
Posts: 610
Joined: Sun Mar 01, 2009 5:48 pm

Re: Dropbox (JPE Launcher)-----TESTERS NEEDED

#5 Post by Napiophelios »

Well,with my new understanding of SpecialFolders function,there are several launchers I have posted that need to be redone,especially this one.
I appreciate your patience Crownixx,this opens a whole new door for reducing JPE's burden by being able to specify filesystem redirection for predictable programs.I have been using NSIS lately to make my portables for this very reason.I usually let JPE just redirect everything,but now I imagine my JPE portables will be much more responsive on my limited system resources.
Thanx man.

crownixx
Posts: 403
Joined: Sat May 12, 2007 6:26 am

Re: Dropbox (JPE Launcher)-----TESTERS NEEDED

#6 Post by crownixx »

You're welcome..

On previous problem where we fail adding new file using My Dropbox (portable). I created my own Dropbox JPE package and it can work without any problem. The problem of your Dropbox package is you are using an old jauntePE.dll build 17. Simply replace it to jauntePE.dll build19 and the problems are solved.

Other than that, i dont have any problem running Dropbox JPE on different machine and the settings are maintained.

User avatar
Napiophelios
Posts: 610
Joined: Sun Mar 01, 2009 5:48 pm

Re: Dropbox (JPE Launcher)-----TESTERS NEEDED

#7 Post by Napiophelios »

Alrighty,I remade the launcher with a few changes.

changes:
  • -If the user's "My DropBox" is configured in its default location it will be redirected (placed next to the jpe launcher).
    -SpecialFolders function implemented for easier access to files.
    -Filesystem is the only thing being redirected.
    -Replaced the jpe.dll with updated version.
I no longer have access to multiple computers so I dont know if the same settings can be used on different machines.

User avatar
Magibon
Posts: 177
Joined: Thu Feb 24, 2011 4:24 pm

Re: Dropbox (JPE Launcher)-----TESTERS NEEDED

#8 Post by Magibon »

I was very excited to say the least when i saw this post.
I used to be an avid Dropbox user, until i started to get into portable/stealth applications.

I tried your launcher, but im not sure if i did it correctly.

First i tried extracting Dropbox's installer with Universal Extractor to get:
Dropbox.exe
msvcp71.dll
msvcr71.dll
Python25.dll

which i put where specified.

it didn't work.

So i thought maybe, i have to install it, then copy the files.
So i installed on my VM Machine, logged into Dropbox, and copied over:
Dropbox.exe
msvcp71.dll
msvcr71.dll
Python25.dll

Plus .. i also needed these:
config.db
filecache.db
host.db
sigstore.db
unlink.db

but still no good :(

1. Unable to connect to Dropbox.
2. Settings do not save.

F.Y.I
DropboxExt.13.dll is no longer used, Dropbox changed it to DropboxExt.14.dll


if you could upgrade this to Dropbox 1.0.20, i think this would be very popular!

Thanks for your efforts.

crownixx
Posts: 403
Joined: Sat May 12, 2007 6:26 am

Re: Dropbox (JPE Launcher)-----TESTERS NEEDED

#9 Post by crownixx »

Currently i'm working to simplify the Dropbox Portable JPE set-up procedure using nsis script installer. Give me another few days for testing

crownixx
Posts: 403
Joined: Sat May 12, 2007 6:26 am

Re: Dropbox (JPE Launcher)-----TESTERS NEEDED

#10 Post by crownixx »

Sorry for the delay. I have simplified some of the portable set-up steps but i can't automate the dropbox setup wizard. So please read the Installing procedure in the topic.

https://sourceforge.net/apps/phpbb/jaun ... 11&start=0

User avatar
Magibon
Posts: 177
Joined: Thu Feb 24, 2011 4:24 pm

Re: Dropbox (JPE Launcher)-----TESTERS NEEDED

#11 Post by Magibon »

crownixx wrote:Sorry for the delay. I have simplified some of the portable set-up steps but i can't automate the dropbox setup wizard. So please read the Installing procedure in the topic.

https://sourceforge.net/apps/phpbb/jaun ... 11&start=0

thank you crownixx!

User avatar
joby_toss
Posts: 2970
Joined: Sat Feb 09, 2008 9:57 am
Location: Romania
Contact:

Re: Dropbox (JPE Launcher)-----TESTERS NEEDED

#12 Post by joby_toss »

Thank you!

crownixx
Posts: 403
Joined: Sat May 12, 2007 6:26 am

Re: Dropbox (JPE Launcher)-----TESTERS NEEDED

#13 Post by crownixx »

Magibon wrote:thank you crownixx!
joby_toss wrote:Thank you!
You're welcome. Does it work?

User avatar
joby_toss
Posts: 2970
Joined: Sat Feb 09, 2008 9:57 am
Location: Romania
Contact:

Re: Dropbox (JPE Launcher)-----TESTERS NEEDED

#14 Post by joby_toss »

Works for me!

User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: Dropbox (JPE Launcher)-----TESTERS NEEDED

#15 Post by tproli »

Dropbox experimental beta test of the new Photo Upload feature:

During this beta period, we are also offering additional free space to test automatic uploading of photos and videos. For every 500MB of photos and videos automatically uploaded, you'll receive another 500MB space bonus, up to 5GB total.

http://forums.dropbox.com/topic.php?id=53808

JPE Dropbox won't trigger the "Photo Import Wizard" (at least on WinXP), therefore if you would like to participate you have to install the beta Dropbox client. I use my own Dropbox JPE but I guess all JPE'd Dropbox behave the same.

I did it but nothing happened when clicked OK on the import wizard. The solution is to copy msvcr71.dll to "C:\Program Files\Dropbox" (as you can read in the comments at the Dropbox beta forum).

Post Reply