Related
Hi. Anyone use Nokia's widgets? They are great. Problem is that the Widsets program itself has been installed under Java. Java is not in Programs (where the manual says it is supposed to be) but only under Windows. So I can only get to Widsets using Explorer browsing to Windows. I cannot get to the Widsets program using Launcher to put it with my most used programs. Any advice on how I can get Widsets into Programs so I can use Launcher? Many thanks in advance.
May I know how to determine the Window Class of an application in Windows Mobile? The application of my interest is Skyscape softwares. Thanks.
http://forum.xda-developers.com/showpost.php?p=2380011&postcount=48
I found this the other day, it works great, just assign it to a hardware button and while you have the program who's calss name you want to know open, just push the button you mapped it to. Works like a charm
cyberdon83 said:
http://forum.xda-developers.com/showpost.php?p=2380011&postcount=48
I found this the other day, it works great, just assign it to a hardware button and while you have the program who's calss name you want to know open, just push the button you mapped it to. Works like a charm
Click to expand...
Click to collapse
I have an app which autoclose if any other program is launched so the app indicated is no worth in this case. Do you know a solution to discover that program's window class?
kibiwi said:
I have an app which autoclose if any other program is launched so the app indicated is no worth in this case. Do you know a solution to discover that program's window class?
Click to expand...
Click to collapse
I suggest Dotfred's TaskMgr (http://www.dotfred.net/TaskMgr.htm) to find the window class. It's very reliable.
In the Processes page, tap-and-hold the process that you want to find the window. A menu will appear... select Details.
This Details page will show the process' Modules, Threads, Windows and Heaps. Select the Windows tab and browse to the window that you want to find the window class.
I use this method to create my personal scripts in MortScript.
Hello,
I just flashed a custom rom and since then I love using the folders app!
I'm wondering if there's a way to remove an entry from the App list (since I can run it via the folder application) to take care that the App list is more tidy than it is now?
I think it is not me only, many people would find this useful, wouldn't hey?
Thank You!
Hide Apps
http://windowsphonehacker.com/artic..._from_the_windows_phone_7_start_menu-11-10-11
Hope this helps
Press thanks if it helped.
Thanks, it helped me for all those Homebrew Applications, since those are the ones that are annoying me the most
Glad to see that it works for free Apps as well.. now I'd only love a Solution that can edit the Manifest files OnThePhone ^^
Basically I just need to find the manifest file on the phone and edit it right there ..
Lately i have to say that the solution is not as good as some might think, since the APPNAME is not shown in the Folders Application as well! I just shows the Icon in there.
FoldersApp needs some improvement! !
[Update] Okay I spend some time on it.
The best Solution is:
1. Remove Title from Manifest!
2. Deploy Application!
3. Goto Install Folder (Windows Phone Device Manager!)
4. Open Manifest from the Install folder on PC!
5. Add Title again!
6. You're Done!! You can see the Title in Folders Application but it keeps hidden in Applist!!*
*This hints that there must be an Registry entry for Applist entries..
And backward?
well.. uninstall the app and deploy it again will help!
How to uninstall on phone? No idea! But Windows Phone Device Manager on PC should work!
I'm thinking about coding an App for the first part.. !
Garockt said:
I'm thinking about coding an App for the first part.. !
Click to expand...
Click to collapse
Yes, please make an app that lets me hide apps from the app list! The app could remember what was hidden in order to restore things later. The config could be exported to SkyDrive
This is not a full blown, how to program tutorial. It's a simple "Getting started with Tizen SDK for Wearables"
First, you will need to Download and Install the Tizen SDK for Wearables.
Once installed, Start the Tizen IDE.
We need to make a quick emulator to emulate our Gear 2.
On the lower left panel, the Connection Explorer, click on the first icon to start the Emulator Manager.
Click "Add New".
Choose a Name in the Detail panel, ie 'Gear2'
Change the 'Density' to 278. Leave the rest of the settings default.
Click [Confirm]
Give it a moment to create your emulator.
Now your Gear 2 emulator has been created.
Start your emulator by clicking the blue 'Play/Run' button at the bottom of your newly created emulator.
You can minimize the Connection Explorer now.
Once the emulator starts, you can choose to right click on it, and click "Always on top"
Next, Maximize the Tizen IDE.
Let's start playing with a sample project.
Click File > New > Tizen Wearable Web Project.
In the new window, click Sample > Web App > ClockWidget > and choose a Project name (ie. MyWatchFace)
You will now be back to the Tizen IDE and you will have a project (MyWatchFace?) in the Project Explorer.
Double click on the name of the project and you will see the project files.
You can edit these with custom images and code or you can just test the stock project.
At the top of the Tizen IDE, click on the green Play/Run button. This will install and start the project on the emulator. It will also build a file in your Project Explorer named the same as your project, but ending with a .wgt extention. In this case, MyWatchFace.wgt. This file can be pushed directly to your Gear 2 via USB using SDB.
At this point you should have a pretty plain and simple black watchface on your emulator thanks to the sample we just built, but let's add a custom background.
Make a custom 320x320 pixel image to use as a background with photoshop, gimp, etc. I'll name mine 'mywatchface.jpg'. Now paste it into your Project Explorer.
While you are in the Project Explorer, double click on the css folder.
Next, double click on the style.css to open that style file.
Locate the background: #000 line and replace it with this line.. background: url(../mywatchface.jpg);
Click the Save icon to save the style.css.
Click the green Play/Run button to install and build the new version.
If you don't see the new watch face load immediately on the emulator, you may need to go into settings on the emulator and select the new watch face.
Now that we have played with the ClockWidget sample and edited the css to add a custom background, we can play around with java coding and more down the road, but let's put this watch face onto our Gear 2.
You will need to copy the MyWatchFace.wgt file that was built in the Project Explorer into the same directory that your SDB.exe is located... (ie. C:\Tizen\tizen-wearable-sdk\tools)
It's easier if you make sure that the emulator is no longer running.
Turn on USB Debugging (Settings/Gear Info) and then plug your watch into your PC/Laptop via USB.
If you have issues with your computer detecting your watch, you may need to install the Samsung USB drivers for your watch.
Start a CMD Prompt
Switch to the directory with the SDB.exe and MyWatchFace.wgt
Run a simple test to see if the watch is being seen..
Type: sdb devices
If you get an error, something is wrong. You should see "List of devices attached" and one should be a series of numbers and letters and display as "SM-R380"
Now that you know the device can be seen, you can push your watch face to the Gear 2.
Type: sdb install MyWatchFace.wgt
You will see text scroll by and then it will indicate that it is done. You should now have a new watch face on your watch!!
To manually uninstall the watch face, you will need to look at in your Project Explorer, Open the config.xml and click the Source tab at the bottom to locate the package id for this app.. In my case, it's package="rlfNgozRkA"
Type: sdb uninstall rlfNgozRkA
Now have fun. Share your experiences, ask questions.. and most of all.. Share your custom watch faces here for everyone. As a community we can all help each other learn how to program for our Tizen wearables.
<- Please click Thank You!
This needs to be sticky'd somewhere. Great contribution. Thank you!!
BigDanInTX said:
This needs to be sticky'd somewhere. Great contribution. Thank you!!
Click to expand...
Click to collapse
My pleasure.. Let's all learn together and share what we learn.
Installs as App and not clock face.
Breach said:
This is not a full blown, how to program tutorial. It's a simple "Getting started with Tizen SDK for Wearables"
First, you will need to Download and Install the Tizen SDK for Wearables.
Once installed, Start the Tizen IDE.
We need to make a quick emulator to emulate our Gear 2.
On the lower left panel, the Connection Explorer, click on the first icon to start the Emulator Manager.
Click "Add New".
Choose a Name in the Detail panel, ie 'Gear2'
Leave the defaults as they are for now.
Click [Confirm]
Give it a moment to create your emulator.
Now your Gear 2 emulator has been created.
Start your emulator by clicking the blue 'Play/Run' button at the bottom of your newly created emulator.
You can minimize the Connection Explorer now.
Once the emulator starts, you can choose to right click on it, and click "Always on top"
Next, Maximize the Tizen IDE.
Let's start playing with a sample project.
Click File > New > Tizen Wearable Web Project.
In the new window, click Sample > Web App > ClockWidget > and choose a Project name (ie. MyWatchFace)
You will now be back to the Tizen IDE and you will have a project (MyWatchFace?) in the Project Explorer.
Double click on the name of the project and you will see the project files.
You can edit these with custom images and code or you can just test the stock project.
At the top of the Tizen IDE, click on the green Play/Run button. This will install and start the project on the emulator. It will also build a file in your Project Explorer named the same as your project, but ending with a .wgt extention. In this case, MyWatchFace.wgt. This file can be pushed directly to your Gear 2 via USB using SDB.
At this point you should have a pretty plain and simple black watchface on your emulator thanks to the sample we just built, but let's add a custom background.
Make a custom 320x320 pixel image to use as a background with photoshop, gimp, etc. I'll name mine 'mywatchface.jpg'. Now paste it into your Project Explorer.
While you are in the Project Explorer, double click on the css folder.
Next, double click on the style.css to open that style file.
Locate the background: #000 line and replace it with this line.. background: url(../mywatchface.jpg);
Click the Save icon to save the style.css.
Click the green Play/Run button to install and build the new version.
Now that we have played with the ClockWidget sample and edited the css to add a custom background, we can play around with java coding and more down the road, but let's put this watch face onto our Gear 2.
You will need to copy the MyWatchFace.wgt file that was built in the Project Explorer into the same directory that your SDB.exe is located... (ie. C:\Tizen\tizen-wearable-sdk\tools)
It's easier if you make sure that the emulator is no longer running.
Turn on USB Debugging (Settings/Gear Info) and then plug your watch into your PC/Laptop via USB.
If you have issues with your computer detecting your watch, you may need to install the Samsung USB drivers for your watch.
Start a CMD Prompt
Switch to the directory with the SDB.exe and MyWatchFace.wgt
Run a simple test to see if the watch is being seen..
Type: sdb devices
If you get an error, something is wrong. You should see "List of devices attached" and one should be a series of numbers and letters and display as "SM-R380"
Now that you know the device can be seen, you can push your watch face to the Gear 2.
Type: sdb install MyWatchFace.wgt
You will see text scroll by and then it will indicate that it is done. You should now have a new watch face on your watch!!
To manually uninstall the watch face, you will need to look at in your Project Explorer, Open the config.xml and click the Source tab at the bottom to locate the package id for this app.. In my case, it's package="rlfNgozRkA"
Type: sdb uninstall rlfNgozRkA
Now have fun. Share your experiences, ask questions.. and most of all.. Share your custom watch faces here for everyone. As a community we can all help each other learn how to program for our Tizen wearables.
<- Please click Thank You!
Click to expand...
Click to collapse
This was very helpful, thank you so much for taking the time to create a walk-through.
My really dumb question of the day, followed everything to a 'T' and my clock-face was installed as an app and not an available Clock face. (most other peeps that made a clockface shows up in Gear Manager.
Thoughts?
Thanks again
Zeek
waywardzeek said:
This was very helpful, thank you so much for taking the time to create a walk-through.
My really dumb question of the day, followed everything to a 'T' and my clock-face was installed as an app and not an available Clock face. (most other peeps that made a clockface shows up in Gear Manager.
Thoughts?
Thanks again
Zeek
Click to expand...
Click to collapse
I had the exact same problem. You need to add one line to your config.xml (source tab)...
Code:
<tizen:category name="com.samsung.wmanager.WATCH_CLOCK"/>
Add this after the "<tizen:application" line
I'm on mac os x and not need to do in command line or terminal, if I have my gear 2 connected , it appeares in the connection explorer windows, so I selected and hit run and this automatically run on my gear 2.
The same with the emulator, if the emulator is running, it show in the connection explorer windows and the same procedure.
Very nice walk through. Quick question. I am having trouble with the emulator. No matter what I do, it comes up with the same digital clock face and not the wgt file or project that I was working on. I know I must be missing a simple step here.
Edit-nevermind. Working now.
The tutorial is great. Thanks @Breach
Could you also let us know how to load a second image on a screen touch event ?
That would be wonderful.
More info you can find also here (with some WatchFaces!!!):
Any way to sideload .wgt files to Gear 2
mrmrmrmr said:
The tutorial is great. Thanks @Breach
Could you also let us know how to load a second image on a screen touch event ?
That would be wonderful.
Click to expand...
Click to collapse
You just make another another one with a different name, "MyWatchFace2" etc.
It will automatically get another Application ID and will install as a separate app.
Post your created faces!!!!!
Restless-rooster said:
Very nice walk through. Quick question. I am having trouble with the emulator. No matter what I do, it comes up with the same digital clock face and not the wgt file or project that I was working on. I know I must be missing a simple step here.
Edit-nevermind. Working now.
Click to expand...
Click to collapse
Im having the same issue, how did you get past this?
I was able to change the color of the background but when I use the url of the .jpg that I pasted into my project explorer it does not work.
taygutta said:
Im having the same issue, how did you get past this?
Click to expand...
Click to collapse
If you don't see the new watch face load immediately on the emulator, you may need to go into settings on the emulator and select the new watch face.
Breach said:
You just make another another one with a different name, "MyWatchFace2" etc.
It will automatically get another Application ID and will install as a separate app.
Click to expand...
Click to collapse
no.I didn't mean that.
what I want to achieve is a simple animation. (let's say every 10 minutes)
to do that , I have to load a new image on top of the screen.
how can I do that ?
thanks.
Breach said:
If you don't see the new watch face load immediately on the emulator, you may need to go into settings on the emulator and select the new watch face.
Click to expand...
Click to collapse
I did that, that's how I was able to see the color changes I made but I am unable to get custome image to load.
EVOme said:
Post your created faces!!!!!
Click to expand...
Click to collapse
AnonMonkey:98162376 said:
Can you make animated backgrounds?
Click to expand...
Click to collapse
Yes, here are a couple basic animated analog watch faces as samples..
taygutta said:
I did that, that's how I was able to see the color changes I made but I am unable to get custome image to load.
Click to expand...
Click to collapse
Check for typographical errors and make sure the image is the right resolution, also make sure the image is in the root of the project and not in the js or css folders. See if that helps.
.
As soon as I open the app I get "Cannot find repository. Please check your repository".
Using Mac w/ Mavericks
Did I need the 555mb SDK file as well?
Breach said:
Check for typographical errors and make sure the image is the right resolution, also make sure the image is in the root of the project and not in the js or css folders. See if that helps.
.
Click to expand...
Click to collapse
I copied the path to prevent spelling errors and it looks like background: url(C:\Users\myusername\workspace\test\320x3206-1.jpg);
When I hit play it does add a watchface to the emulator but it does not display the image. The image is 320*320 and its a .jpg
In the problems tab I have 1 warning:
Description Resource Path Location Type
Expected '===' and instead saw '=='. main.js /test/js line 135 JavaScript Problem
Im sure this is messing me up.
taygutta said:
I copied the path to prevent spelling errors and it looks like background: url(C:\Users\myusername\workspace\test\320x3206-1.jpg);
Im sure this is messing me up.
Click to expand...
Click to collapse
Change it to background: url(../320x3206-1.jpg);
I think your full path is broken once the files are loaded onto the emulator (since it moves the code into a virtual watch)
.
XDAdevelopers article
Send P2P messages, links, files, folders, notifications and the clipboard easily and securely.
• Connect: easily connect your devices using only your local network and only when you need it over the Internet*. Without the mandatory use of external servers. Without ads and tracking. Your data stays in your devices.
• Phone calls & SMS*: read and send SMS / MMS messages from your PC, mac, linux or tablet: there are free applications for all major operating systems. Send to PC a notification regarding a phone call and initiate phone calls from your computer. Auto forward SMS to PC.
• Files & folders: send to PC and mobile devices files and folders fast, accurate and without limitations. Take advantage of all the bandwidth of your network and safeguard your data plan and internet bandwidth.
• Remote file management*: download, rename, delete the files of a remote device.
• Notifications: Share the notifications between your devices. Read and reply* to the notifications of your phone from your computer.
• Clipboard: send the clipboard text from one device to another. Auto-sync* the clipboards between your devices. Auto-sync works on the Q version of Android using a private clipboard.
• Messages & Links: Send P2P messages and links to one or more devices even when they are offline. Once available they'll receive the pending messages!
• Remote control*: Remotely control a device. You can change the volume, lock the screen, restart the device and more.
• Voice calls: make unlimited*, end-to-end encrypted, voice calls for free.
• Android TV*: a simple and functional interface to send and receive files from your Android TV.
• Free browser plugins: there are free extensions for Firefox, Chrome and all Chromium based browsers.
• Safety: End-to-end encryption when you transfer files, send messages and share notifications and clipboard.
• Private network: Create your own hotspot with one click and keep your data out of the grid.
• Privacy policy: We don't collect any data from you when you use this application.
Android app
EasyJoin "Essential": Download it from the site: https://easyjoin.net/android_free.html
* EasyJoin "Pro": XDA thread.
EasyJoin "Go TV": XDA thread.
EasyJoin "Go": XDA thread.
Windows app
Download it from the site: https://easyjoin.net/windows.html.
Linux app
Download it from the site: https://easyjoin.net/linux.html.
macOS app
Download it from the site: https://easyjoin.net/mac.html.
Learn more at EasyJoin.net. If you have any issues read the FAQ to find a solution.
If you have installed the Windows app v1.0 you have to uninstall it and use the live version. If you want to move your current data (messages, trusted devices and configuration) you have to:
- open the directory "c:\users\your_user_name\appdata\local\apps\2.0"
- locate the "easyjoin.exe" file. In the same directory exist the directory "data".
- Copy and paste the "data" directory in the directory "easyjoin.live"
From v1.0.1 you have to follow the steps below to update the Windows version:
1. unzip the " easyjoin.portable-v*.zip" file
2. select all files in folder "easyjoin.portable*"
3. copy the selected files in the folder with the current installation of the program
Note: All your data (devices, messages, settings) are in the "data" folder. By following the above procedure you don't delete your data, you only update the program.
In the Windows version there is a button in the "Settings" menu to check for updates.
Great App.
Your app is very useful. I am using it on windows 10 and android devices. It's working very smooth.
Suggestions:
1. If possible you should add an option to select different sound for notifications.
2. You should add theme options in future updates.
3. In message section, Long pressing on message or file should select the message. Just like you can select message & It gives more options in whatsApp.
4. Are you planning to make an app for iOS in future?
Uninstall guide for Windows app.
You should add step by step uninstall guide for windows app. I am a very basic windows 10 user and I am not able to uninstall the app. I am not able to find directory. It would be great if you can help me with it. Thanks in advance!
VeProid7 said:
Your app is very useful. I am using it on windows 10 and android devices. It's working very smooth.
Suggestions:
1. If possible you should add an option to select different sound for notifications.
2. You should add theme options in future updates.
3. In message section, Long pressing on message or file should select the message. Just like you can select message & It gives more options in whatsApp.
4. Are you planning to make an app for iOS in future?
Uninstall guide for Windows app.
You should add step by step uninstall guide for windows app. I am a very basic windows 10 user and I am not able to uninstall the app. I am not able to find directory. It would be great if you can help me with it. Thanks in advance!
Click to expand...
Click to collapse
About uninstalling the windows version. All you have to do is delete the directory containing the program. Only, if you have enabled the "startup on boot", you have to disabled it in order to remove the key from the registry. Is a self contained app, if you exclude the Microsoft .NET Framework that you have installed separately, and all the files that it use are in the same folder/subfolder.
1,2 are in the todo list.
3. will be available in the next version.
4. Creating an iOs version is not in the current plan because I miss the hardware needed for development.
VeProid7 said:
3. In message section, Long pressing on message or file should select the message. Just like you can select message & It gives more options in whatsApp.
Click to expand...
Click to collapse
Available from version 1.0.10. You can send a message (text or file/image) to another application. You can also select multiple messages to forward to an other device or delete.
Awesome!
That's awesome and It was fast! Thanks a lot for quick update!
Just one suggestion about point 3. When you select text, there should be an option to copy it. Just like WhatsApp.
*About uninstalling windows version:
- I am not able to find the directory. Is it unzipped folder location for easyjoin.exe file? Deleting easyjoin.exe deletes the program, right?
- Also what's the location for that registry file?
*About future plans:
1.What are your plans about easyjoin?
2.There are only few good apps that does file sharing notification sharing for devices. Is it a fun project to provide a free app to users or You are planning to make premium version in future?
3.When did you think about making this app? Are you working on some other apps?
VeProid7 said:
- I am not able to find the directory. Is it unzipped folder location for easyjoin.exe file? Deleting easyjoin.exe deletes the program, right?
- Also what's the location for that registry file?
Click to expand...
Click to collapse
Is the folder containing the easyjoin.exe file. If you have enabled "startup on boot" open the app, uncheck the box and then delete the easyjoin folder. The registry file is the Windows one but don't worry about it, just follow the above instructions..
My plan at the moment is to create an easy-to-use application, improve the UI (the current user interface should be considered in alpha version), which does not need an external server to share files and notifications and do not overwhelm the user with advertising.
Android app update
There is a new file browser to select the files or folder to send to other devices.
You can use the file browser as stand alone app - there is a new icon in the app list.
Very good job. 'Till now I've used an app that use the ip addresss within the same network to make connection between phone and pc. But your app is faster and simpler.
Hi, i like it. Will you implement a Exit / run-in-background choice on Android?
That would be a great addition. But It will use some battery, right?
ks123 said:
Hi, i like it. Will you implement a Exit / run-in-background choice on Android?
Click to expand...
Click to collapse
Hello. The app continues to run in the background even when you exit. Is that what you are asking for or have I misunderstood?
Btw in my devices I have not noticed an increase in battery consumption leaving the app running in the background.
easyjoin said:
Hello. The app continues to run in the background even when you exit. Is that what you are asking for or have I misunderstood?
Btw in my devices I have not noticed an increase in battery consumption leaving the app running in the background.
Click to expand...
Click to collapse
The key word is "choice".
Sooner or later i always have to manage apps with services (freeze, take away receiver intent or uninstall if they refuse to play along) because no matter how small the impact (battery drain, CPU time, RAM) it just sums up.... (or because i hate not be in control...otherwise i would accept an iphone-approach).
So if it does not hurt your philosophy and you like the power of the user, pretty please provide a choice. Thanks for considering.
ks123 said:
The key word is "choice".
Sooner or later i always have to manage apps with services (freeze, take away receiver intent or uninstall if they refuse to play along) because no matter how small the impact (battery drain, CPU time, RAM) it just sums up.... (or because i hate not be in control...otherwise i would accept an iphone-approach).
So if it does not hurt your philosophy and you like the power of the user, pretty please provide a choice. Thanks for considering.
Click to expand...
Click to collapse
I misunderstood
It's already in the to do list.
I'm on windows 8.1, what am I supposed to do to install this program?
edit, it's ok once I kicked my antivirus a bit, I got it working
How to add something as a trusted device though?
techguyone said:
I'm on windows 8.1, what am I supposed to do to install this program?
Click to expand...
Click to collapse
If I am correct, You need to download that zip file. (Link for zip is in the main post or you can download it from easyjoin.net)
Unzip that downloaded file. Open the folder. There will be .exe file. Run it & Pin it to taskbar. So that you can open from there.
Link for windows: https://forum.xda-developers.com/attachment.php?attachmentid=4281040&d=1506182662
Edit: Open EasyJoin on both devices. The app will detect available device with It's default/given name. There will be a + button with device name. Click on it to add it as trusted device.
techguyone said:
I'm on windows 8.1, what am I supposed to do to install this program?
edit, it's ok once I kicked my antivirus a bit, I got it working
How to add something as a trusted device though?
Click to expand...
Click to collapse
VeProid7 was correct. Btw if you have issues with the Windows firewall you can use the vbscript file to open the port. You can execute the vbscript file directly from the folder or from the "Settings" window.
VeProid7 said:
Link for windows: https://forum.xda-developers.com/attachment.php?attachmentid=4281040&d=1506182662
Click to expand...
Click to collapse
You can find the link for the latest update of the Windows app in the main post. Usually i delete the previous attachments in order to preserve the disk space. The above link is not anymore available.