[MOD][PORT] Samsung Gear 360 Manager for all devices [Updated: 27/Apr/23, v1.5.00.1-2] - Android Software Development

{
"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"
}
Samsung Gear 360 Manager ported for use on (almost) all devices
LAST UPDATED: 26th April 2023, Version 1.5.00.1-1
Requirements:
- A Gear 360 2016 or 2017 (BOTH work with the same app)
- Android 5.0 or above
- A phone newer than like 2014. The Live View will not work on any phones with the equivalent or lower power than a Galaxy S5, but try it anyway
Latest Version Download:
Download
Important:
After installing, grant the app permission to access location in the background, in App Info > Permissions > Location > Allow all the time. This allows it to access the current WiFi network name while the app is not open, such as when you are actually connecting to the camera's WiFi.
If updating from an older version:
Please uninstall the old version first, since 1.5.00-1 needs a clean state for the phone gallery fix to work.
Firmware updates and Firmware source code
As of January 2021, Samsung have taken down the server that contained the firmware update config files for both models of the camera. Through the use of the Wayback Machine and some reverse engineering of the XML syntax read by the app, I was able to fully reproduce the firmware XMLs on GitHub. There is a new version (1.4.00.4-FW or above) of the app which can use these XMLs and download the binary files of the update from this forum post and install them on the camera. You need to set the firmware you want to use (or latest) in the settings (after connecting your camera) before the app will be able to download an update.
The Source Code is no longer available on Samsung's website, so has been mirrored on the same forum post. More info on what the files contain can be found on the GitHub repository linked above.
Screenshots:
Click a screenshot to enlarge it
Main Menu
Live View (camera is covered)
Gallery View
Image View
360 Image viewer
360 Video viewer (there's steam in this shot, that's not the camera quality!)
Settings
Mod Settings
Connecting to the camera
A longstanding "issue" with this app is its tendency to get stuck on a "Loading" screen when Gallery or Camera is selected. This can usually be resolved as follows:
1. Disable WiFi direct in the mod settings, since it is buggy. Restart the app. Verify you have granted the app background location (see above).
2. Open the app and verify the camera is connected with Bluetooth (if the Connect button appears on the main screen, tap it)
3. Disable mobile data, any VPNs and disconnect from the camera's WiFi if it is already connected
4. Open Camera or Gallery. The loading screen will show, and the WiFi settings will open (if you have that option disabled, open them now)
5. Wait for the camera's WiFi to appear. Connect to it. Return to the app.
6. The loading screen should disappear after a few seconds. If it doesn't, repeat from step 1 (it sometimes takes two attempts)
If the camera's WiFi automatically disconnects due to lack of internet, then read on...
Fixing WiFi automatically disconnecting
On some devices the camera's WiFi network will automatically be disconnected by the phone as it doesn't have internet. This can be resolved in one of three ways:
1. If a notification appears asking you if you want to stay connected, tap it and say yes. This decision will be remembered and it will no longer disconnect.
2. If you are running Android 8.0 or above, run
Code:
adb shell settings put global captive_portal_mode 0
3. If you are running Android 7.x or below, run
Code:
adb shell settings put global captive_portal_detection_enabled 0
Please note that options 2 and 3 will disable Captive Portal detection, if you wish to re-enable this then run the same command but with 1 in place of 0.
Known Issues:
- Live Broadcast doesn't work on 2016 camera or when using Soft AP. Cannot be fixed.
- WiFi Direct is buggy. Probably down to the app's mode being made for Samsung's modified WiFi direct, unlikely to be fixed
FAQ:
Q: What's the difference between WiFi direct/non WiFi Direct (Soft AP) mode?
A: WiFi Direct uses an experimental modification for enabling the Samsung WiFi Direct mode for all devices. It's quite buggy right now, but in theory allows you to update the camera's firmware (known to be dangerous, be careful). It also means you don't disconnect from the internet when using the app
Q: It's stuck on "Installing Samsung accessory service"
A: Install it manually
Q: I'm trying to use Live View/Gallery but the app gets stuck on loading
A: See the Connecting to the camera section above
Q: I have a 2017 camera and don't know the password for its WiFi!
A: Switch your camera to iOS mode (on the camera itself, using the menu). It will display a password, write that down. Switch back to the normal mode and continue as normal, entering the WiFi password you wrote down when prompted
Q: Does Live Broadcast work?
A: On the 2017 camera, when in WiFi direct mode apparently so. I've not tested it, and it doesn't work on any other configuration however
Q: What do the mod settings do?
A: See the "Mod Settings" section below
Q: There's a new version of the app on the Play Store, when will you update?
A: Check the last few pages of the thread. If the original APK has been posted already, the mod will be updated soon™. If it hasn't been, and you have a Samsung device compatible with the original app, please grab the APK and post it (the original APK is hard to get hold of)
Q: I found a crash!
A: Please post it in the thread, WITH A LOGCAT (don't know how to logcat? See here)
Mod Settings:
Since version 1.0.00.18, the mod has built in settings to allow a single unified APK. They can be found in the app's settings, under Mod Settings
WiFi Direct
Enable WiFi direct mode. Disabled by default as it's fairly buggy
Override Camera Recognition
Force your camera to appear to the app as a certain model. This isn't actually that useful, as it just causes crashes because of incompatible settings (default: don't override)
Always Show Live Broadcast
This is NOT aimed at allowing broadcast on 2016 cameras (they can't do it), but at countries where Live Broadcast is hidden. Enable this to always show it (disabled by default)
Automatically Open Settings
Automatically open the WiFi Settings/WiFi Direct settings when connecting to save you time (enabled by default)
Enable 4K
Enables 4K stitching and streaming from the camera, which may crash on very slow devices (enabled by default)
Porting Guide:
I don't plan to stop updating the mod any time soon, but if you want to port it yourself I have a rough guide available Here
Old Versions:
You probably shouldn't use these, they have bugs
1.5.00.1-1
1.4.00.4-FW
1.4.00.4 (without the firmware mirror, firmware updates will not work)
1.1.00.5
1.0.00.18
"Test" build 190617
1.0.00-2: WiFi Direct, Soft AP
Even older, pre-2017 camera app:
1.0.18-39
1.0.18-34: 4K, 2K
Thanks to:
- Bin4ry for the original port
Tools used:
- Apktool
- V10 Studio/Notepad++ for smali editing
- JEB for viewing Java code in APK
Disclaimer: You are responsible for your Gear 360 when using this app. Updating the firmware, whilst possible in WiFi Direct mode, may brick your device. It's recommended you find a compatible Samsung device and use that to update

Thanks to @Bin4ry for the original port, this is his OP from before work was transferred to me:
Deprecated archived post:
Hi all,
in the last days i was working on a port of the Gear 360 Manager app.
You should be able to use the app now even with non-Galaxy devices, or older Galaxy devices which are not officially supported by Samsung. I myself use it with a Sony Xperia Z5 without problems now
Mods:
1.) Removed device lock
2.) Forced 4K Video support, this way the app does NOT downgrade videos to 2k for other devices than Galaxy S7!
3.) Several Mods needed to get the app running on non-galaxy devices!
Requirements:
1.) You need to be on Android 5.0 or higher (App depends on API Level 21!)
2.) You need to install Samsung Accessory Service from playstore Link (they come preinstalled on many Samsung phones and the playstore may tell you incompatible )
Download the modified version (currently based on original Samsung Gear360 Manager version 1.0.4) here:
Update:
Version 1.0.10:
Force 2k Version : http://ul.to/5zsfz9mr
Force 4k Version: http://ul.to/kysjk5c8
IF YOU ARE RUNNING NOUGAT see this post of User Quinny899, he modded the new Nougat app:
https://forum.xda-developers.com/showpost.php?p=70377990&postcount=418
Known problem for this verison 1.0.10:
Make sure you allow the permissions (on my devices the permission are not requested automatically). To do that go to:
Settings -> Apps -> Gear 360 Manager -> Permissions -> Allow everything there.
Google-Drive Link:
https://drive.google.com/drive/folders/0B3l36qXIC0HddDlJc3lTaEZPbEk?usp=sharing
Old Verson 1.0.4:
Update 20.06.2016: Even longer videos can now be stiched in 4k [tested on Xperia Z5] and some more bugfixes!
Force 4k Version : http://ul.to/i8ieooet
Force 2k Version: http://ul.to/uznv4asf
Drive Links:
Force 4k Version : https://drive.google.com/open?id=0B3l36qXIC0HdaWxxT3g1TU1sMFU
Force 2k Version: https://drive.google.com/open?id=0B3l36qXIC0HdNXI4aF9SbEtWVFk
Make sure to download the file correctly, if you have any issues while installing make sure you are on Android 5 or higher!
Known issues:
1.) When switching to LiveView and Device browsing sometimes the app shows only "loading..." without doing something!
--> Please check if you phone is connected to the Cameras Wifi (normally Called "AP_GEAR360..."). If you are still connected to you homenetwork etc. please just manually connect to the gear's wifi and switch back to the gear manager app
2.) Sometimes the Samsung Accessory Service force closes while using the app!
--> If that happens go to Android Settings -> Apps -> choose the Samsung Accessory Service and click "Stop now", also go to the Gear 360 Manager and click "Stop now" here too! After that just open the Gear 360 manager again and continue working.
3.) Overlayicons in the Liveview are low-res and look crappy, i will try to fix that in a future release.
4.) On some phones the stiching of videos > 10 seconds will take very long time. In this case please use the Force 2k Version, 4k maybe too much for your phone to handle!
5.) Problably more, i don't use share to social media or stuff like that, so these points are still untested.
X.) If your phone seem not to support Live view you can try this mod by RostoVisualFX http://forum.xda-developers.com/showthread.php?t=3471526
That's it for now. If you have any issue please make sure to include a logcat output for me. Without an log i cannot help you.
Disclaimer: I am not responsible for anything that happens to your hardware.
Best Regards

My Note 4 completely died today. No power, not even with USB cable connected. Not sure if the installation of the app has caused this but I thought I'd mention it. I haven't had any issues with the phone before. Could be a total coincidence, of course. Will have to send the phone in for repair

I have attempted to use this software with the Note 3, but I am running into some issues.
Whenever I click on live view it seems to freeze up and I keep viewing a black screen with the camera options. After about 10 seconds, the screen turns black and then returns to the app after 10 more seconds. I am unsure if I am connecting through wifi direct.
When I try to share a gear 360 pic or video from my phone, it takes me to the flipboard share screen.
I can't view images or videos from the camera. Whenever I click on the media it attempts to stitch the images together, but only gets about 60% done.
I am able to view images and videos which have already been stitched and transferred from the computer, but it is pretty glitchy and doesn't always work.
Thanks for your work thus far, Bin4ry. This will be amazing if it works on many different phones.

efassbender said:
My Note 4 completely died today. No power, not even with USB cable connected. Not sure if the installation of the app has caused this but I thought I'd mention it. I haven't had any issues with the phone before. Could be a total coincidence, of course. Will have to send the phone in for repair
Click to expand...
Click to collapse
Hey,
that sounds very strange. But i cannot imagine how the app can cause such problems, because this is a normal userspace app and it does not have any access to relevant system files, bootloader or such. I can only think of a strange coincidence. Hope you will get your phone repaired soon. Maybe you some things, this guy tells a few tricks about the issue:
http://thedroidguy.com/2015/07/how-...hat-wont-turn-on-troubleshooting-guide-108854
billford22 said:
I have attempted to use this software with the Note 3, but I am running into some issues.
Whenever I click on live view it seems to freeze up and I keep viewing a black screen with the camera options. After about 10 seconds, the screen turns black and then returns to the app after 10 more seconds. I am unsure if I am connecting through wifi direct.
When I try to share a gear 360 pic or video from my phone, it takes me to the flipboard share screen.
I can't view images or videos from the camera. Whenever I click on the media it attempts to stitch the images together, but only gets about 60% done.
I am able to view images and videos which have already been stitched and transferred from the computer, but it is pretty glitchy and doesn't always work.
Thanks for your work thus far, Bin4ry. This will be amazing if it works on many different phones.
Click to expand...
Click to collapse
Hey, thanks for the feedback. Can you please provide me a logcat of the problems, like mentioned in the first post i really need such thing to be able to help.
Best Regards

I just tested on a nexus 4, it connect ok, but I can't see 360 folders or anything, I'll try to upload the log later.

Bluetooth settings crash
After installing the modded app everything worked fine. But now everytime i try to access the android bluetooth settings it crashes. Has anyone experienced the same problem?

blacksrv said:
I just tested on a nexus 4, it connect ok, but I can't see 360 folders or anything, I'll try to upload the log later.
Click to expand...
Click to collapse
Please provide the log ☺

Hasmax78 said:
After installing the modded app everything worked fine. But now everytime i try to access the android bluetooth settings it crashes. Has anyone experienced the same problem?
Click to expand...
Click to collapse
Strange thing. Try to uninstall the app and Samsung accessory service. This should not really happen!

The 2K versions opens on a Motorola X (2014), it connects to the Gear 360. Clicking on live view begins to load the gui with all the buttons and then the screen goes black.
The log is from the app aLogcat, hope it helps:
Code:
--------- beginning of main
W/InputEventReceiver(26907): Attempted to finish an input event but the input event receiver has already been disposed.
I/WebViewFactory(26907): Loading com.google.android.webview version 51.0.2704.81 (code 270408100)
I/cr_LibraryLoader(26907): Time to load native libraries: 15 ms (timestamps 5548-5563)
I/cr_LibraryLoader(26907): Expected native library version number "51.0.2704.81", actual native library version number "51.0.2704.81"
V/WebViewChromiumFactoryProvider(26907): Binding Chromium to main looper Looper (main, tid 1) {3448aa18}
I/cr_LibraryLoader(26907): Expected native library version number "51.0.2704.81", actual native library version number "51.0.2704.81"
I/chromium(26907): [INFO:library_loader_hooks.cc(143)] Chromium logging enabled: level = 0, default verbosity = 0
I/cr_BrowserStartup(26907): Initializing chromium process, singleProcess=true
E/ApkAssets(26907): Error while loading asset assets/natives_blob_64.bin: java.io.FileNotFoundException: assets/natives_blob_64.bin
E/ApkAssets(26907): Error while loading asset assets/snapshot_blob_64.bin: java.io.FileNotFoundException: assets/snapshot_blob_64.bin
I/Adreno-EGL(26907): <qeglDrvAPI_eglInitialize:410>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_LA.AF.1.1_RB1.05.00.02.006.020_msm8960_LA.AF.1.1_RB1__release_AU ()
I/Adreno-EGL(26907): OpenGL ES Shader Compiler Version: E031.25.03.06
I/Adreno-EGL(26907): Build Date: 03/30/15 Mon
I/Adreno-EGL(26907): Local Branch: mybranch8688311
I/Adreno-EGL(26907): Remote Branch: quic/LA.AF.1.1_rb1.16
I/Adreno-EGL(26907): Local Patches: NONE
I/Adreno-EGL(26907): Reconstruct Branch: AU_LINUX_ANDROID_LA.AF.1.1_RB1.05.00.02.006.020 + 9b2699f + 2215637 + 60aa592 + f2362e6 + 5c64f59 + 82411a1 + 1f36e07 + NOTHING
W/cr_media(26907): Requires BLUETOOTH permission

ThomasKru said:
The 2K versions opens on a Motorola X (2014), it connects to the Gear 360. Clicking on live view begins to load the gui with all the buttons and then the screen goes black.
The log is from the app aLogcat, hope it helps:
Code:
--------- beginning of main
W/InputEventReceiver(26907): Attempted to finish an input event but the input event receiver has already been disposed.
I/WebViewFactory(26907): Loading com.google.android.webview version 51.0.2704.81 (code 270408100)
I/cr_LibraryLoader(26907): Time to load native libraries: 15 ms (timestamps 5548-5563)
I/cr_LibraryLoader(26907): Expected native library version number "51.0.2704.81", actual native library version number "51.0.2704.81"
V/WebViewChromiumFactoryProvider(26907): Binding Chromium to main looper Looper (main, tid 1) {3448aa18}
I/cr_LibraryLoader(26907): Expected native library version number "51.0.2704.81", actual native library version number "51.0.2704.81"
I/chromium(26907): [INFO:library_loader_hooks.cc(143)] Chromium logging enabled: level = 0, default verbosity = 0
I/cr_BrowserStartup(26907): Initializing chromium process, singleProcess=true
E/ApkAssets(26907): Error while loading asset assets/natives_blob_64.bin: java.io.FileNotFoundException: assets/natives_blob_64.bin
E/ApkAssets(26907): Error while loading asset assets/snapshot_blob_64.bin: java.io.FileNotFoundException: assets/snapshot_blob_64.bin
I/Adreno-EGL(26907): <qeglDrvAPI_eglInitialize:410>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_LA.AF.1.1_RB1.05.00.02.006.020_msm8960_LA.AF.1.1_RB1__release_AU ()
I/Adreno-EGL(26907): OpenGL ES Shader Compiler Version: E031.25.03.06
I/Adreno-EGL(26907): Build Date: 03/30/15 Mon
I/Adreno-EGL(26907): Local Branch: mybranch8688311
I/Adreno-EGL(26907): Remote Branch: quic/LA.AF.1.1_rb1.16
I/Adreno-EGL(26907): Local Patches: NONE
I/Adreno-EGL(26907): Reconstruct Branch: AU_LINUX_ANDROID_LA.AF.1.1_RB1.05.00.02.006.020 + 9b2699f + 2215637 + 60aa592 + f2362e6 + 5c64f59 + 82411a1 + 1f36e07 + NOTHING
W/cr_media(26907): Requires BLUETOOTH permission
Click to expand...
Click to collapse
Thanks. But the logcat is not complete it is cut after the first startup lines. I need a full one where the error of the gear360 manager is shown.
If alogcat don't give you a full one please use adb logcat and reroute output to a file.
Adb logcat > mylog.txt
This creates the log file in your current directory.
Thanks and best regards

could it work on a tablet ?
(like the NVIDIA SHIELD Tablet K1 ?)
Thanks !
- sorry for my english, a french guy

VicTH said:
could it work on a tablet ?
(like the NVIDIA SHIELD Tablet K1 ?)
Thanks !
- sorry for my english, a french guy
Click to expand...
Click to collapse
Could be you need to test, i really cannot tell you.
Best Regards

It works on Galaxy Tab S.

such you go with the theme of passing the videos to mobile and able to share editarles and from the phone?
I have the note 4 (sm-n910C) and trying to get photos and videos closes.

angila said:
such you go with the theme of passing the videos to mobile and able to share editarles and from the phone?
I have the note 4 (sm-n910C) and trying to get photos and videos closes.
Click to expand...
Click to collapse
Saving and sharing stitched photos works. I do find that after viewing a few photos it won't complete the stitch or transfer. It almost seems like a buffer or memory issue of some sort. Restarting the app makes it work again. Video transfer still doesn't work (yet).

I have updated to version today (20.06.2016), please test and report back WITH logcats in case of problems.
With this version i am able to fully download and stich 4k Videos on my Xperia Z5, the stiching is as fast as on a Galaxy S7, i cannot see any difference there.
Also i cannot find any more bugs which are important
If on your device bugs occur please report them and DO A LOGCAT!
Without the logcat i cannot fix it!
Best Regards

Firmware-Update
Hello,
it is running on my nvidia shield. Thank you! But I have problems to use it to update the firmware of the gear 360. I can download the update from the net, put trying to intsall results only in endless "searching for update". Is there a solution?
Best regards
Caulius

i have heard that people are having some issues until the update starts, make sure that you are properly connected in wifi and bt to the camera.
Best Regards

Installed your latest June 20th 2k version on my Note 4 (Marshmallow).
When I save a video from the Gear 360 to my device, it crashes at 100% and nothing shows up in My Device tab after app restart.
However, if I browse to DCIM/Gear 360/ in file manager, I see the newly stitched video there. Now if I 'open with' and select Samsung Gear 360 Manager app, it opens and plays the 360 video in all its glory.
And then after a little while, when I reopen the app, it finally shows it there in the My Device tab.
There was one instance where in file manager, the final stitched video was appended with ".MP4.TEMP". I removed the .TEMP and "open with: Samsung Gear 360 Manager" and it worked.
logcat:
https://drive.google.com/open?id=0B-lAyfkO-k_GNWkwVGVBS3J5Mkk
Thanks!

Related

Epson Moverio BT-200 Wearable Display

Dear all,
my device landed yesterday in Europe and it should be delivered today... I am speaking about the long-awaited Epson Moverio BT-200, the Wearable display way according to Epson.
{
"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 would like to set an official thread to discuss about it as well to look a way to help eveyone with that new device.
Official Webpage: http://www.epson.eu/ix/en/viewcon/corporatesite/products/mainunits/overview/12411
XDA's news: http://www.xda-developers.com/andro...ion-tracking-camera-stereoscopic-qhd-display/
An introducing video...
Features List:
The only affordable¹, binocular, see-through smart glasses on the market - perfect for unlocking the potential of augmented reality
Perceived image of up to 320 inches in qHD resolution
Wi-Fi, Bluetooth 3.0 and Miracast² connectivity
Built-in sensors including a camera, gyroscope, GPS, accelerometer and microphone
1.2 GHz dual core processor and 1GB RAM
8GB internal memory, with the ability to add up to 32GB of additional memory with an SD card
Battery life of up to six hours
Runs on Android 4.0.4
Dolby Digital Plus immerses users in cinematic surround sound
Compact and light design
Watch side-by-side 3D content
-- for the moderators, please move that thread in the best place, I did a search before to publish and I found only a BT-100 thread in the FAQ area.
Dear all,
finally, I got them...
I was able to install play store on mine.
First, needs root. The only one I found that worked was Baidu Root here.
http://root.baidu.com/
Once it's rooted, I installed Super SU
http://play.google.com/store/apps/details?id=eu.chainfire.supersu
After Super SU, install Root Browser
http://play.google.com/store/apps/details?id=com.jrummy.root.browserfree
After Root Browser is installed, download CM9 Gapps to your pc.
http://goo.im/gapps/gapps-ics-20120429-signed.zip
Unzip the zip file, and copy GoogleServicesFramework.apk and Phonesky.apk to the device.
edit: also copy GoogleLoginService.apk
Open Root Browser, and copy GoogleServicesFramework.apk and Phonesky.apk from wherever you copied it to /system/app. You cannot just install the play store APK's normally, they must be copied to /system/app. Change permissions to match other apps. Shut down device and restart. Play store should be in app drawer now. After running, it should auto update to latest play store version.
Overall, pretty good. Still some apps show as incompatible (such as chrome, sadly), but light years ahead of the BT100's play store compatibility. Plus I can always backup and side-load apps from my phone for any that show as incompatible on BT200. Quickpic works fine, diceplayer works fine. Great for some SMB movie streaming from my file server. Touchpad input is annoying as hell to use. If you stroke the very very edge of the touch-pad, it works as single line scroll. May be able to remap these later to back or home buttons, but then again if I use an external BT keyboard I'm afraid it might remap the cursor keys too. The visor lens is a little tricky to remove, you don't unscrew it, you pull it outward (if you were wearing the device, pull away from your eyes) by 2mm until it clicks then pull downward.
I don't know if you noticed, I don't see it in your pics, I have a clear visor lens included in the pocket here.
Also, the moverio camera quality absolutely blows.
alcuin,
first of all thenks for your suggests, I will add them in the main post. Yes... on my package I missed the clear visor lens you speak about. Could I have a picture of that accessory? I would contact Epson to get it back.
For the Software Development Kit, developers can work with the Wikitude SDK, a stand-alone (really priced sincerely, €2,499) package optimized for the BT-200.
It is possible to download a trial version of the Wikitude SDK (last update 3.2.2 - (24.02.2014)) after the registration from here: http://www.wikitude.com/download
It's a maintenance release as reported by the log: http://www.wikitude.com/developer/news/-/blogs/maintenance-update-wikitude-sdk-3-2-1
and I have some dubts if it is the same version of the commercial one as really outdated.
The Epson Moverio Documentation: http://www.wikitude.com/developer/documentation/epson
The Developers Forum, but without a specific area for our wearable glasses: http://www.wikitude.com/developer/developer-forum
Will post the lens pic, I keep forgetting when I go home from work, sorry about that
alcuin said:
Will post the lens pic, I keep forgetting when I go home from work, sorry about that
Click to expand...
Click to collapse
alcuin, don't worry. I should get my glass within that week as my dad sent it before to snap the pictures (I am working outside my hometown).
Here it is finally. I was wrong though, it's not a clear lens that's included; it's a darker lens, and one insert for using prescription lenses. If you want clear, just take off all the lenses.
My first 3 videos, Italian language, english version soon:
Part 1: http://www.youtube.com/watch?v=2eCIcU0DLps&list=UUdUIW8n4WXvS3DJNH46y9qQ
Part 2: http://www.youtube.com/watch?v=oMhbIMfR-Jc&list=UUdUIW8n4WXvS3DJNH46y9qQ
Part 3: http://www.youtube.com/watch?v=jfx_f7RwHyc&list=UUdUIW8n4WXvS3DJNH46y9qQ
@alcuin: I have also them, I confirm.
Dear sev7en,would you tell me what the width of the BT-200 ? Thanks.
babyfish0226 said:
Dear seven,would you tell me what the width of the BT-200 ? Thanks. I can't find any detail on google.
Click to expand...
Click to collapse
Dear babyfish0226,
I did a review but it is en Italian language... now I rooted the glass and I have installed the Google Play and some apps just for testing. Sincerely I am not happy for that and I guess the Google Glass will outshine it quickly as the target is not the casual user than the professional. It isn't wearable for the "brick" you have to pick with you and the result of the projection is far from my old Sony HUD (HMZ-T2).
I have to play it more, I have to look into the core apps for more details but as Prelaunch product is really premature.
installing apk
Dear seniormember,
I purchased the Moverio BT200, but do not manage to install any apk files. For example, i tried tot install de astro filemager apk
Do you have any suggestions?
Thanks
Barend
BarenddeArend said:
Dear seniormember,
I purchased the Moverio BT200, but do not manage to install any apk files. For example, i tried tot install de astro filemager apk
Do you have any suggestions?
Thanks
Barend
Click to expand...
Click to collapse
Dear Barend,
for the installation of extenal files, you have to enable the option for the untrusted sources. You are able to install APK without the root rights.
Look at here for 4.x: http://papidroid.com/2013/12/12/how-to-install-apk-files-on-your-android-phone-or-tablet/
Cheers,
usb debugging
Hello Sev7en,
thanks for the help. I manged to install App-installer.
Yet I have an other question.
Normally in Settings, options fo developers, one can enable Usb-debugging. But in the Moverio there is no such option.
Do I miss something?
greetings,
Barend
BarenddeArend said:
Hello Sev7en,
thanks for the help. I manged to install App-installer.
Yet I have an other question.
Normally in Settings, options fo developers, one can enable Usb-debugging. But in the Moverio there is no such option.
Do I miss something?
greetings,
Barend
Click to expand...
Click to collapse
Dear Barend,
you have to enable the developer mode to have that option. You can do that looking by look into that guide (just to tap the About...): http://techverse.net/enable-usb-debugging-android-4-3-phones-tablets/
Has anyone tethered to an iPhone successfully?
I just unpacked my BT200 this weekend and ran through the forums and managed to get the google play store and root access.
I am trying to tether my BT200 to my iPhone 5's personal hotspot. When I try via bluetooth, it reboots. If I try it again, it will show connected and the "use this device for internet" will be checked -- but I don't seem to have any connectivity. I don't see any network stats and none of my apps see a network connection.
If I try to use the iPhone's wifi, it will detect it at excellent strength, but once I try to connect, it reports the strength and poor and cycled connecting, disconnecting, and connecting over and over again until I forget the network or use another wifi.
Otherwise, I am able to connect to wifi. And I have tested the iPhone hotspot (bluetooth and wifi) with another android device. So I know that it works.
Has anyone else been able to tether to an iPhone?
playstore and root acces on moverio bt200
Hi Lacodemonkey,
can You tell me how You managed to get the google play store and root access on the Moverio BT200?
I even can not enable usb debugging...
Thanks
Barend
LAcodemonkey said:
I just unpacked my BT200 this weekend and ran through the forums and managed to get the google play store and root access.
I am trying to tether my BT200 to my iPhone 5's personal hotspot. When I try via bluetooth, it reboots. If I try it again, it will show connected and the "use this device for internet" will be checked -- but I don't seem to have any connectivity. I don't see any network stats and none of my apps see a network connection.
If I try to use the iPhone's wifi, it will detect it at excellent strength, but once I try to connect, it reports the strength and poor and cycled connecting, disconnecting, and connecting over and over again until I forget the network or use another wifi.
Otherwise, I am able to connect to wifi. And I have tested the iPhone hotspot (bluetooth and wifi) with another android device. So I know that it works.
Has anyone else been able to tether to an iPhone?
Click to expand...
Click to collapse
---------- Post added at 11:25 PM ---------- Previous post was at 11:18 PM ----------
Hi Sev7en,
Thanks for your help again, but unfortunately it did not work.
The buildnr on the Moverio is R1.0.0 and when i tap ten times on it, no Usb debugging appears.
Do You have any other suggestions?
greetings
Barend
Google Playstore
To get google play, I followed mostly the directions from: http://forum.xda-developers.com/showpost.php?p=52652576&postcount=3
First: install the amazon app store and get winzip
http://www.amazon.com/mobile-apps/b?node=2350149011
You can install the amazon app store and get apps from there immediately without anything special. From there I installed winzip, which you will need later.
Second: root your phone.
Google for Baidu 2001 apk
(http://www13.zippyshare.com/v/62451397/file.html)
This program will unlock your ability to use root access on the phone. It is in Chinese, so just press the obvious blue button. If it turns green, you are good.
Third: Install and run SuperSU
Goodle supersu apk
(http://www.appsapk.com/supersu/)
This program allows programs to request root access (which you unlocked with Baidu) and to use it. So you will need this to access your system files.
Fourth: Install a Root File Browser
Google jrummy browserfree.apk
(http://storage.evozi.com/apk/dl/14/05/12/com.jrummy.root.browserfree.apk?vc=223)
This is a file browser that knows how to use SuperSU, so when you try to copy files into your /system/apps folder, it can get root permissions and do this.
Fifth: Download the google play package and unzip
Download: http://goo.im/gapps/gapps-ics-20120429-signed.zip
This is the proprietary google android stuff that Moverio didn't include. (see more details at http://wiki.rootzwiki.com/Google_Apps)
Use the winzip to unzip this file into your downloads folder.
Now use the JRummy Browser free to copy the following files from:
your_download/system/app/GoogleLoginService.apk
your_download/system/app/GoogleServicesFramework.apk
your_download/system/app/Phonesky.apk
to /system/app/
Sixth: reboot
When you go to the shop link, you should now see the google play store.
Thanks Lacodemonkey,
I will try it.
usb debug option on moverio bt-200
did you succeeded in unlocking usb debug option? I also tried multiple taps on the build number but nothing happened.
thanks,
luigi.
BarenddeArend said:
Hi Lacodemonkey,
can You tell me how You managed to get the google play store and root access on the Moverio BT200?
I even can not enable usb debugging...
Thanks
Barend
---------- Post added at 11:25 PM ---------- Previous post was at 11:18 PM ----------
Hi Sev7en,
Thanks for your help again, but unfortunately it did not work.
The buildnr on the Moverio is R1.0.0 and when i tap ten times on it, no Usb debugging appears.
Do You have any other suggestions?
greetings
Barend
Click to expand...
Click to collapse
I have no USB Debugging Mode, too. And I can't activate it with the tapping trick.
Is there another possiblity to activate the USB Debugging option?
PS: I already contacted Epson but i didn't receive any answer yet.

[Tutorial] How to use your Windows Phone as a head tracking device for PC games

What you need
A Windows Phone with accelerometer and compass (magnetometer). (Gyroscope not required - but makes every movement smoother and more accurate)
App Headtrackr ($2, full featured trial available)
PC
Opensource software opentrack
A pc game that supports FreeTrack/TrackIR or a similar protocol (e.g. Star Citizen, Elite: Dangerous, Euro Truck Simulator 2 and many more)
headband / hair tie / tape or something similar strap your phone to your head / headphones / headset (see pictures at the end for examples)
Video of head tracking with Headtrackr in Star Citizen:
Tutorial/Instructions also available as PDF and Word document here: www.headtrackr.com/instructions
And available in german here: www.headtrackr.de/instructions
First of
Please note, Headtrackr only transmits your movements to your PC. The desktop application opentrack then relays the movements to your game via different protocols (most commonly freetrack). I, the developer of Headtrackr, am not affiliated with the developers of opentrack or freetrack.
If a game does not support head tracking you have to contact the developer of that game and ask them to implement freetrack! I will not be able to do anything.
To test whether the game you would like to use head tracking with works, you can install the free trial version of Headtrackr!
Instructions
Setup
Install Headtrackr
Preconfigured download of opentrack 2.3 rc5: View attachment opentrack_2.3_rc5_d.zip Onedrive mirror: here.
The latest version of opentrack can always be downloaded from the official site here.
Please note: All tested versions will be listed below. It’s not guaranteed newer untested versions work with headtrackr!
Open the Zip file and extract it to a location of your liking. No installation needed.
Configuration
You can download a preconfiguration file here (right click -> save as)
Save it to the “settings” folder in your opentrack install folder and you can skip the opentrack config steps
Start opentrack.exe
Opentrack configuration steps
Select “UDP sender” as Tracker.
Tap on the “…” button on the right to select a port, in this example we’ll be using “4242” (If there are any problems with receiving data, change the port!).
If you have a firewall, you might need to allow this port in your firewall settings.
{
"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"
}
On “Protocol” select “freetrack 2.0 Enhanced” for most games. Some games only support other protocols but freetrack is the most common.
On “Filter” select “Accela”. Tap on “…” and set a small value for both “Rotation smoothing” and “Translation smoothing” as seen below. This will filter out any inaccuracies from the sensors on your phone and make everything smoother.
Now on to the “Mapping” settings:
On the tabs “Yaw”, “Pitch” and “Roll” you can select a movement mapping. At the default mapping settings there is a 1:1 mapping, meaning you have to turn your head 180 degrees to move the view in your game 180 degrees. (This of course is not feasible since you can’t see the monitor anymore).
For all three I suggest a setting of 100:180 (see screenshots below)
Now on to settings that depend on how you strap your phone to your head and on the game you want to play
On the “Options” tab of the “Mapping” settings there are the “Output remap” settings.
Set Yaw, Roll and Pitch so, that your character follows your movements. If for example your character looks right, while you look left, you have to check “Invert” on “Yaw”. Same for looking up/down (Pitch) and rolling your head.
(You can also use the small octopus as a test before you start your game. It should move exactly like your in-game character)
Click the “Save” button to save these as your default settings.
Whenever you want to start tracking or testing, click “Start”.
Phone configuration steps
Unfortunately Windows Phone does not allow tracking movement with the display turned off. Because the display is one of the biggest battery drainers I would recommend the following (however, it is not needed for the app to work):
Turn your display brightness to the lowest setting (not needed with OLED displays)
Turn on Quiet mode, battery saver and/or airplane mode. This saves power and also ensures no interruption while playing.
Headtrackr setup
Make sure your phone’s WiFi is on and connected to the same network your PC is connected to.
Start Headtrackr
Tap on “Configuration” and enter your PC’s IP address and the port that was selected in opentrack.
That’s it, now you can test your connection:
Click on start in opentrack and then on “test connection” in Headtrackr. You should see the octopus turning left and right. If not, your connection is not working. Make sure you have entered the correct IP address / Port and both phone and pc are connected to the same network.
Save the configuration by pressing “Confirm”.
That’s it, you are now ready to start.
Tips and Tricks
Use the head shaking feature of Headtrackr to re-center your view in game. Simply shake your head and one second after the audio cue has played your view will take your current orientation as the new center value. In settings you can adjust the sensitivity of the head shake detection.
 
Known problems with opentrack and games
Tested opentrack versions: opentrack 2.3 rc5 and opentrack 2.3 rc9.
Please note: opentrack 2.3 is still in development and not withour errors.
Known problems with opentrack 2.3 rc5
“Output remap” can map one axis to another. (E.g. you can’t set that pitch means roll and roll means pitch)
Known problems with opentrack 2.3 rc9
On opentrack 2.3 rc9 and higher you have to first click “Start” in opentrack and then on the phone via “START TRACKING”. If you start tracking on your phone first, the re-centering feature of Headtrackr doesn’t work correctly.
Known problems with Star Citizen
At this moment, Star Citizen is still in alpha. Sometimes headtracking does not work. Restarting Star Citizen, opentrack and sometimes your pc can fix that problem. (Tests have shown that Star Citizen works better with opentrack 2.3 rc5 than the current newer versions)
Problem: No Text-To-Speech output in Headtrackr
Speech for your language has to be installed. Go to system settings -> language and make sure of that. If it’s not installed you can do that there.
Examples of how you can easily strap your phone to your head
Why did I develop Headtrackr?
I have always waited for a viable virtual reality headset. With Oculus Rift we might get one in a few months/years. But I just couldn't wait that long. Unfortunately the next best thing (TrackIR) costs way to much for me (180€). (Or rather: I think it costs way to much for the features it delivers)
I already had a Windows Phone and multiple apps released, so I developed Headtrackr as an alternative to TrackIR.
You might ask yourself: Why is Headtrackr so much cheaper than TrackIR? It must be pretty bad.
No, TrackIR is so expensive because you pay for the hardware as well as the software. With your phone you already have all the hardware you need and only need the software!
I personally can't go back to playing games like Star Citizen without head tracking.
If you find any bugs, have any questions or have any suggestions feel free to contact me in the comments, per pm, mail or from inside the app.
Links
Download: http://www.windowsphone.com/s?appid=11777f9d-9261-42e6-acc3-84e3046703bb
[QRCODE]http://www.windowsphone.com/s?appid=11777f9d-9261-42e6-acc3-84e3046703bb[/QRCODE]
http://www.headtrackr.com and http://www.headtrackr.de
The developer: www.dehodev.com
hi i am trying to use headtrackr with my phone acting both as an HMD/vr.headset and as an gyroscope data sender for opentrack..
my problem is that i can get headtrack to work in potrait mode but not in landscape with screen facing my face..
would be really awesome if Headtrackr could receive an update to fix this problem it would act not only as a headtracker device for freetrack games bu also for VR games !!
i hope that this can happen some day awesome app btw
greymouser said:
hi i am trying to use headtrackr with my phone acting both as an HMD/vr.headset and as an gyroscope data sender for opentrack..
my problem is that i can get headtrack to work in potrait mode but not in landscape with screen facing my face..
would be really awesome if Headtrackr could receive an update to fix this problem it would act not only as a headtracker device for freetrack games bu also for VR games !!
i hope that this can happen some day awesome app btw
Click to expand...
Click to collapse
I noticed this problem a few months ago. I wrote a UWP version of Headtrackr with the goal to fix this problem and make it possible to work with VR games. The current version is still a WP8 app that can't work when it's not in the foreground, so it can't have any other app open (for streaming your pc's video output).
Unfortunately I hit a snag that I was unable to figure out. (Worked on it for 3-4 weeks) The sensor API in Windows 10 has this problem where when your phone is in landscape and you look in certain directions it suddenly changes axises and angles. I was unable to find any documentation on this issue. Why this happens, how this happens or how to compensate for it. It's one of the most frustrating things I have encountered. This problem did not exist in Wp7.5 or Wp8. I was planning on taking another look at it in a few weeks.
I was really confused, because I was reading everywhere on how this api is meant for VR and AR but could'nt find a single example that actually worked correctly without those issues.
i see so facing two problems here,
here is an idea how about adding VNC capability to headtrackr, this way there will be no reason to switch to a streaming app..
i also found this article seemed relevant.. especially the sensorbatching feature and readingtransform-initialize..
WP VR is really a lackluster unfortunately :/
Yeah, I solved the problem with background head tracking with the UWP app. That works by registering the app as an "ExtendedExecution" with LocationTracking as its type which allows the headtracking code to continue running while the streaming app is in foreground. (I also thought about creating a combined Headtracking and Streaming app, but for the time being that would take to long)
The article you linked is unfortunately useless. I read it a few months ago. At first I thought that would be the solution but in reality it doesn't change anything. Since then Microsoft seems to have released some online courses on the subject (https://msdn.microsoft.com/en-gb/mt715765.aspx). I'll go through them tomorrow to see how they solved the sensor problem.
Believe me, I would be more than happy to find a solution to this. I have been looking forward to try one of my devices as a VR device for some time.
greymouser said:
i see so facing two problems here,
here is an idea how about adding VNC capability to headtrackr, this way there will be no reason to switch to a streaming app..
i also found this article seemed relevant.. especially the sensorbatching feature and readingtransform-initialize..
WP VR is really a lackluster unfortunately :/
Click to expand...
Click to collapse
I've created a stackoverflow post describing the problem with example source code. Hopefully someone can point me to a solution because unfortunately I still couldn't find any solution for this:
https://stackoverflow.com/questions...eird-undocumented-sensor-reading-jump-when-fa
Head tracking eh? Pretty slick! Keep up your progress guys.

Smarty - Custom BTNotification app for MTK smartwatches (tested with DZ09)

so i decompiled the original BTNotification app and after a lot of cleaning up and debugging and reverse engineering their systems, i have finally been able to cobble together a functional version of the app.
This is a customized version of the smartwatch companion app for MTK smartwatches with a few improvements !
No spyware !
The original app had a lot of spyware / analytics in it and i did my best to try and remove all of it
(if you notice any please let me know !)
Better notifications !
The icon that comes with notifications now has black background instead of white , gives better look to watches with black UI
more detailed notifications with more actionable information (like message text etc.) and notifications works with more apps !
can use standard notifications by enabling privacy mode, works exactly like the BTNotification app
Can use front camera for your smartwatch remote camera
just dial a call to the number 00*001 from your smartwatch or phone (the call is automatically blocked )
just call it again to switch camera to rear camera again.
Can open any HTML app / link on your smartwatch with the remote camera
just need to dial a call to the number 00*002 from your smartwatch or phone
call 00*003 to stop opening the app and switch to camera again.
[ by default this opens an analog watch, change the link in the app to open something else]
codes supported currently
switch camera = 00*001
open HTML mode = 00*002
camera mode =00*003
find my phone feature
the phone now vibrates and even if silent the phone will ring !
Release Notes
smarty V1.0.apk
changed minimum sdk version to 16 from 20
Smarty v0.1.ds.apk
uses dual signature v1 and v2
try this if getting "app not installed" error
Missing Features
Can't block certain apps from sending notification yet, looking to add this in soon!
test it out and see if you like it !
the app requires permission to notification and accessibility service simply for allowing both types of notifications.
XDA:DevDB Information
smarty, App for all devices (see above for details)
Contributors
mohtaprashantrocks
Version Information
Status: Testing
Created 2018-04-14
Last Updated 2018-04-23
Git hub repo
hey guys, i don't check XDA very often and am completely blown away by the responses on this thread , and although i am no longer in a position to be directly contributing to the project , i have uploaded the source code of the app to this github repo
i know this comes quite late , but i hope this will be of some use to you and anyone who comes across this thread in the future.
github?
I have some problem with installation this apk. In my tablet p3110 with lineageos 13 (6.01) does not want install this. I get finally communicate "app is not installed". On my g900f (lineageos 15.1) I installed this but I have some problem with system assebility, on my fault. Now I can't test this.
irtrin said:
I have some problem with installation this apk. In my tablet p3110 with lineageos 13 (6.01) does not want install this. I get finally communicate "app is not installed". On my g900f (lineageos 15.1) I installed this but I have some problem with system assebility, on my fault. Now I can't test this.
Click to expand...
Click to collapse
Could you post the exact error you get on g900f? about the p3110 , it might be an android version related issue will look into it.
kapsubm said:
github?
Click to expand...
Click to collapse
the code isn't in the most readable form but i could put it up if there are people willing to contribute :good:
No problem but it is my fault because I install something which break my permission in android settings. When I want to set permission of some application I get error. Coomunicate in Accessibility: "Because an app in obscuring a permission request. Settings can't verify your response". You do not think about it. It is my fault. Maybe, I correct this someday.
irtrin said:
No problem but it is my fault because I install something which break my permission in android settings. When I want to set permission of some application I get error. Coomunicate in Accessibility: "Because an app in obscuring a permission request. Settings can't verify your response". You do not think about it. It is my fault. Maybe, I correct this someday.
Click to expand...
Click to collapse
okay, i did however try to lower required android version so it might work on your tablet now, maybe it will. try v0.1.apk
It will be great because I frequently use snapchat on tablet.
Update: Unfortunately, it does not help. I cannot install this apk on tablet.
mohtaprashantrocks said:
so i decompiled the original BTNotification app and after a lot of cleaning up and debugging and reverse engineering their systems, i have finally been able to cobble together a functional version of the app.
This is a customized version of the smartwatch companion app for MTK smartwatches with a few improvements !
No spyware !
The original app had a lot of spyware / analytics in it and i did my best to try and remove all of it
(if you notice any please let me know !)
Better notifications !
more detailed notifications with more actionable information (like message text etc.) and notifications works with more apps !
can use standard notifications by enabling privacy mode, works exactly like the BTNotification app
Can use front camera for your smartwatch remote camera
just dial a call to the number 00*001 from your smartwatch or phone (the call is automatically blocked )
just call it again to switch camera to rear camera again.
Can open any HTML app / link on your smartwatch with the remote camera
just need to dial a call to the number 00*002 from your smartwatch or phone
call 00*003 to stop opening the app and switch to camera again.
[ by default this opens an analog watch, change the link in the app to open something else]
codes supported currently
switch camera = 00*001
open HTML mode = 00*002
camera mode =00*003
find my phone feature
the phone now vibrates and even if silent the phone will ring !
Release Notes
smarty V1.0.apk
changed minimum sdk version to 16 from 20
test it out and see if you like it !
the app requires permission to notification and accessibility service simply for allowing both types of notifications.
XDA:DevDB Information
smarty, App for all devices (see above for details)
Contributors
mohtaprashantrocks
Version Information
Status: Testing
Created 2018-04-14
Last Updated 2018-04-14
Click to expand...
Click to collapse
i would love to try this on my phone which is a chinese import thru aliexpress (PPTV KING7) running android 5.01 lollipop but i get an error message at end of install saying app no installed
irtrin said:
It will be great because I frequently use snapchat on tablet.
Update: Unfortunately, it does not help. I cannot install this apk on tablet.
Click to expand...
Click to collapse
B1ggles1 said:
i would love to try this on my phone which is a chinese import thru aliexpress (PPTV KING7) running android 5.01 lollipop but i get an error message at end of install saying app no installed
Click to expand...
Click to collapse
I've added a new build which should solve the issue on both of your devices. :good:
Try this file : Smarty v0.1.ds.apk
mohtaprashantrocks said:
I've added a new build which should solve the issue on both of your devices. :good:
Try this file : Smarty v0.1.ds.apk
Click to expand...
Click to collapse
Where do I find this file please?
You are a big. You are right, this version works on my tabet but option "find watch" doesn't work. Anyway, big thanks.
B1ggles1 said:
Where do I find this file please?
Click to expand...
Click to collapse
it is attached in the downloads section of the project
irtrin said:
You are a big. You are right, this version works on my tabet but option "find watch" doesn't work. Anyway, big thanks.
Click to expand...
Click to collapse
does the app show that the watch is not connected even if it is? if yes then try this, turn off bluetooth and click "restart service" in smarty app, that should automatically switch bluetooth on and try to connect to the smartwatch through the app.
:good:
Today, I checked this option again and does not works. I restarted application and bluetooth on my twice devices. It does not works. It is not bad for me because I do not use it. I only tested it and reported to you as appreciate your works. For me this is application is brilliant and works in 99%. Notifications works but for me the most imporant thing is that synchronization date and time works on dz09. It is really helpful. Thanks again.
irtrin said:
Today, I checked this option again and does not works. I restarted application and bluetooth on my twice devices. It does not works. It is not bad for me because I do not use it. I only tested it and reported to you as appreciate your works. For me this is application is brilliant and works in 99%. Notifications works but for me the most imporant thing is that synchronization date and time works on dz09. It is really helpful. Thanks again.
Click to expand...
Click to collapse
have you tested the front camera mode or html mode?
there could be further development on those and we might get basic apps like Google Maps to display on our smartwatch!
I am glad that the app is helpful for you, but can you check and tell me if the "find watch" feature works in the original BTNotification app, in that app it is called "Looking Watch", because if that doesn't work then your watch doesn't support this feature and we might have to trick it into playing sound.
thanks!
Smarty on dz09 (clone?)
Hello,
the application seems to be great but most of the pages in html mode do not open/appear at all. Is it an issue about memory (clone watch has not enough of it? Can i delete application that does not work anyway, like fb or sleepmonitor?). Sometimes says camera launch failed or just shows a blue square. Some pages would appear but first the 'accept cookies' layer pops up so can't see what's behind. Sometimes the bare/empty background appears (ie flightradar24 a grey background without planes etc.)
Anyway thanks in advance and well done so far, hope to see improvement soon...
Regards, Gyuriatya
Gyuriatya said:
Hello,
the application seems to be great but most of the pages in html mode do not open/appear at all. Is it an issue about memory (clone watch has not enough of it? Can i delete application that does not work anyway, like fb or sleepmonitor?). Sometimes says camera launch failed or just shows a blue square. Some pages would appear but first the 'accept cookies' layer pops up so can't see what's behind. Sometimes the bare/empty background appears (ie flightradar24 a grey background without planes etc.)
Anyway thanks in advance and well done so far, hope to see improvement soon...
Regards, Gyuriatya
Click to expand...
Click to collapse
you can get rid of the accept cookies prompt by accepting the cookies on your phone (in the smarty app itself), the web-page is loaded on the phone itself and streamed onto the watch hence there is no memory issue, but also there isn't really a way yet to control the web-page except the settings in the app itself , the biggest issue isn't memory but that the screen size is small to the point that many websites just don't support it well enough.
the feature is mostly intended to be used to develop our own simple web-apps that are designed with the screen-size limitations in mind,
however a few mobile versions of websites may work!
cheers!
Prashant
great app
would it be possible to have the list of applications for which to set up notifications? thank you so much
mohtaprashantrocks said:
so i decompiled the original BTNotification app and after a lot of cleaning up and debugging and reverse engineering their systems, i have finally been able to cobble together a functional version of the app.
This is a customized version of the smartwatch companion app for MTK smartwatches with a few improvements !
No spyware !
The original app had a lot of spyware / analytics in it and i did my best to try and remove all of it
(if you notice any please let me know !)
Better notifications !
The icon that comes with notifications now has black background instead of white , gives better look to watches with black UI
more detailed notifications with more actionable information (like message text etc.) and notifications works with more apps !
can use standard notifications by enabling privacy mode, works exactly like the BTNotification app
Can use front camera for your smartwatch remote camera
just dial a call to the number 00*001 from your smartwatch or phone (the call is automatically blocked )
just call it again to switch camera to rear camera again.
Can open any HTML app / link on your smartwatch with the remote camera
just need to dial a call to the number 00*002 from your smartwatch or phone
call 00*003 to stop opening the app and switch to camera again.
[ by default this opens an analog watch, change the link in the app to open something else]
codes supported currently
switch camera = 00*001
open HTML mode = 00*002
camera mode =00*003
find my phone feature
the phone now vibrates and even if silent the phone will ring !
Release Notes
smarty V1.0.apk
changed minimum sdk version to 16 from 20
Smarty v0.1.ds.apk
uses dual signature v1 and v2
try this if getting "app not installed" error
Missing Features
Can't block certain apps from sending notification yet, looking to add this in soon!
test it out and see if you like it !
the app requires permission to notification and accessibility service simply for allowing both types of notifications.
XDA:DevDB Information
smarty, App for all devices (see above for details)
Contributors
mohtaprashantrocks
Version Information
Status: Testing
Created 2018-04-14
Last Updated 2018-04-23
Click to expand...
Click to collapse
Any updates on the all the "popup" full screen spam ads on the home screen of Oreo & Pie installs??? Any updates since your April build??
{
"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"
}
ilovebillgates said:
Any updates on the all the "popup" full screen spam ads on the home screen of Oreo & Pie installs??? Any updates since your April build??
Click to expand...
Click to collapse
I have put no ads in the app, and in my use of it have not experienced any either, could you check if there is some other application that may be responsible ?
And to the other posters, unfortunately I have not been able to work on the app any more since the last build and so the blocking certain apps feature isn't there yet

Arrow Smartwatch

anyone got it like me? any custom rom available or community for tweaks
Change Language:
https://www.youtube.com/watch?v=lWWEO5rbvMg
Install other apps on watch:
1. Enable Bluetooth on smartwatch & phone.
2. Connect them with eachother.
3. Enable the installation from unknown source on your watch. (settings > security > unknown source)
4. Download APK-File on your computer.
5. Once the APK is on your computer, share it via Bluetooth to your Arrow Smartwatch. (if you don’t know, just google how to share files with Bluetooth, it’s very easy)
6. Once you’ve pressed the sharing button, you’ll have to accept the file on your watch.
(Swipe down from the top of your Arrow screen, to open the notification bar. Now press on the Bluetooth notification and hit the accept button.)
7. Now go to the file manager and search the Bluetooth folder.
8. The APK is in that folder. It’s labelled Arrow2
#9 is for ANDROID users only and this is your new Arro-App for Android Smartphones. Please download from the following link.
9. Download this on your Android phone http://arrowsmartphone.ml/
Transfer files from watch to phone:
1- Find and select on Arrow app on your watch. This will create a hotspot.
2- Turn on WIFI on your phone. This will show the arrow device on the network.
3- Select the arrow device in the network.
4- Select 'Synchronize files' on your watch.
5- Open the Arrow app on your phone and select 'Press to Start'
6- This will show Arrow device on the arrow phone app. Select this and all your files will be transferred.
Install "Watch Droid Phone" on your cell phone.
https://play.google.com/store/apps/details?id=com.lumaticsoft.watchdroidphone
Install "Watch Droid Assistent" on the smartwatch:
https://play.google.com/store/apps/details?id=com.lumaticsoft.watchdroidassistant
Apk 10.1.21.10 for smartwatch without Play Store:
https://drive.google.com/open?id=1IGNfscedUA_rZOHb2K7jbJjzkW97ChRx
Verify that both devices have bluetooth activated.
Enter "Watch Droid Phone" at phone and follow the steps of the assistant in configuration
Took some pictures:
https://www.dropbox.com/sh/4sx0h941iu360rf/AADKsq3k16tDm_7kU6PlrMkQa?dl=0
The camera was the main reason to contribute. What should I say, the quality ist not really good...
... videos are only in portrait mode & the aspect ratio looks not o.k.
I hope we will get an update soon. They promise it. If I do a power off my battery is emty. Anyone the same problem?
hanschke said:
If I do a power off my battery is emty. Anyone the same problem?
Click to expand...
Click to collapse
I switched off mine, charged it up to 100%, put it away from the charger untouched for 1 day, restart the watch and had 100% battery.
b3b0 said:
I switched off mine, charged it up to 100%, put it away from the charger untouched for 1 day, restart the watch and had 100% battery.
Click to expand...
Click to collapse
I don't have any charge issues. Just limited functionality. And I haven't had any luck transferring files via Bluetooth. I can link the watch to my Samsung S8 phone, share a file via Bluetooth from the phone, but the transfer always fails. I don't know if it's me, the phone or the watch.
mldenison said:
I can link the watch to my Samsung S8 phone, share a file via Bluetooth from the phone, but the transfer always fails. I don't know if it's me, the phone or the watch.
Click to expand...
Click to collapse
Did you accept the file transfer at the watch? You have to pull down the notification area and have to accept the file transfer.
b3b0 said:
Did you accept the file transfer at the watch? You have to pull down the notification area and have to accept the file transfer.
Click to expand...
Click to collapse
That was the problem. I'm OK now with the apps mentioned above and installed. I appreciate your help!
what may be causing this to not run with the error "Arrow 360 has stopped."
I'm on a samsung galaxy s8+
hw rev 1.0
android 8.0.0 kernel 4.4.78
jeffp67 said:
what may be causing this to not run with the error "Arrow 360 has stopped."
I'm on a samsung galaxy s8+
hw rev 1.0
android 8.0.0 kernel 4.4.78
Click to expand...
Click to collapse
It won't run on my Samsung Galaxy S8 either.
I hope someone figures out how to install the Google Play Store app on the watch. Aptoide is difficult to use for me.
Also, I noticed that when installing an app, the Install and Cancel buttons are almost not visible at the bottom of the screen. Is there a way to scroll/drag the screen?
Many of the icons are too small for my fingers. Is there a small stylus available anywhere that works with the watch? I installed Chrome so a stylus would help with using that as well.
mldenison said:
It won't run on my Samsung Galaxy S8 either.
Click to expand...
Click to collapse
There are new Versions of the Apps, for watch and Phone. Take a look at
my Postst #2, give them a try. For me it's working now.
Hello Backers,
The first software update is now available and it focuses on the data transfer between the watch and your smartphone app. For those that were having issues with the app and data transfer we’ve updated the software to allow for a better experience for transferring photos from the watch to your phone.
Cloud update services are not available at this time but please follow these simple instructions to update your watch:
1. Enable Bluetooth on smartwatch & phone.
2. Connect them with eachother.
3. Enable the installation from unknown source on your watch. (settings > security > unknown source)
4. Download http://arrowsmartwatch.ml/ on your computer.
5. Once the APK is on your computer, share it via Bluetooth to your Arrow Smartwatch. (if you don’t know, just google how to share files with Bluetooth, it’s very easy)
6. Once you’ve pressed the sharing button, you’ll have to accept the file on your watch.
(Swipe down from the top of your Arrow screen, to open the notification bar. Now press on the Bluetooth notification and hit the accept button.)
7. Now go to the file manager and search the Bluetooth folder.
8. The APK is in that folder. It’s labelled Arrow2
#9 is for ANDROID users only and this is your new Arrow Smartphone App. Please download from the following link.
9. Download this on your Android phone http://arrowsmartphone.ml/
This watch update was tested by a few beta testers within the backer community with good results. It should allow many of you that were having trouble to start transferring photos and videos from the watch to your phone. The next planned update will focuses on connectivity, apps and notifications.
As for the remaining Arrow inventory we continue to wait for Chinese customs to give us an answer on the status of our units. They said Chinese New Year would create a delay of up to a month or two so we will post an additional update soon outlining the details of this extremely frustrating and prolonged ordeal. Our goal remains to ship all remaining units to backers as soon as this custom issue is cleared.
Inquiries about the above can be sent to [email protected] as this is our primary contact method.
ArrowSmartwatch and phone do not connect with Bluetooth!!
I use IPHONE6S.
Arrowsmartwatch : Available devices iphone6s
Iphone6s bluetooth: ARROW_360BT disconnect>touch the screen ARROW_360>can not connect ”Make sure the Arrow 360 is powered on and within range.”
I donn'T know what to do.
help me!!!
This morning Smartdroid inform me that my Arrow smartwatch is in silent mode and so I will not be informed in case of notice. Does somebody know how to disable silent mode?
TIA
Any solution for custom rom?
or can give me a mirror for the apk I lost my.
Sorry for the necro, found these and thought they may still be useful.
Android version for phone, and the Arrow2-watch needs to be sent to the watch over bluetooth.
Silver_Saberius said:
Sorry for the necro, found these and thought they may still be useful.
Android version for phone, and the Arrow2-watch needs to be sent to the watch over bluetooth.
Click to expand...
Click to collapse
Thanks! Is this a new version of the OS? Or a customized version?
Hii! Not sure if people are still using the watch.. I took it out last week and again remembered why I packed it back. The battery drain is just insane!
Was anyone able to get a different OS version installed on the watch,,? Is it even possible? What are this risks?
What are my options to experiment?

General questions about FF-5000 8227L demo

Hi All,
I got a used head unit which is I think an FF-5000 (maybe Xonrich brand?).
* Which is the newest firmware/MCU for this unit?
* Is there any option to replace the factory apps (radio, music player, dsp controller app) to better looking ones?
* I cannot customize the home screen widgtes. Is there any trick for this? I would like to replace the apps shortcuts on the home screen.
* Screen is too bright in night mode however I have already changed it to the minimum.
* This device is able to show canbus info on the screen for example, door status, outdoor temp etc... Is that possible to edit canbus config to show AC status as well?
{
"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"
}
bhudcser said:
Hi All,
I got a used head unit which is I think an FF-5000 (maybe Xonrich brand?).
* Which is the newest firmware/MCU for this unit?
* Is there any option to replace the factory apps (radio, music player, dsp controller app) to better looking ones?
* I cannot customize the home screen widgtes. Is there any trick for this? I would like to replace the apps shortcuts on the home screen.
* Screen is too bright in night mode however I have already changed it to the minimum.
* This device is able to show canbus info on the screen for example, door status, outdoor temp etc... Is that possible to edit canbus config to show AC status as well?
Click to expand...
Click to collapse
Hi, just use FCC launcher instead of regular one, it has many settings and nice interface. In hidden menu (code 8888) you can change what icons to appear, including AC climate if that option is available, and has other options tweeks for anything, just combine. It won't do any harm to device.
Here is a pic of mine tweeked with FCC launcher :
I have another question regarding ALPS FF5000 - 8227L demo software
If any of you are having problems with radio antenna , I mean the radio signal is to low and sometimes when rainy some radio stations are out of range or with noise or losing signal (AF retunes non stop). What to do to fix that or to amplify signal, now is rather somewhat at low level. Tried with bought radio amplifier but signal is improved by a little. Also tried in advanced settings with RADIO / FM sense bar is up to 40 and no changes in signal. RADIO SETTINGS :
ICC 5
RADIO AREA: EUROPE
FM SENSE 40
AF tune ON
OSC : 4M-12M
I have an infotainment 8227L (FF-5000) based on Android 9 (the number on the start screen).
Screen About Device:
But (maybe after installing an app) the APKs can no longer be installed.
Error: "Error when analyzing the package"
I tried with configurations, I tried with factory reset, I tried with an update from the 8227l-8.bin and 8227l-8.upd files in a usb stick.
But nothing, I can't solve.
Can you help me?
Thank you
For bhudcser:
Hello.
I've encountered the same problem:
Even adjusting the brightness to a minimum is annoying and dangerous for night driving.
There is no possibility to adjust it software.
The brightness depends on the voltage to which the monitor is subjected, which is higher than that of the battery. A good adjustment is achieved with a range of 14 - 19V. Unfortunately their voltage booster (regulated by a square wave that comes microcontroller) is gross.
I tried to change a resistance of the booster regulation, but the results were very unsatisfactory.
Therefore I made an external electronic card and designed a buster. Now I adjust the brightness with the knob optimally. In addition, I have provided a photoresistance placed inside the passenger compartment, which varies the brightness also according to the lighting conditions automatically (for example when I enter or leave a gallery).
Knob Photo resistance
I also intervened on the backlight of the side keys (excessive too...)
I'm sorry to give you this bad news,
but unfortunately nothing can be done by acting on the original configurations.
Hi.
Anton TNT said:
Hi, in device settings / infortainment or accounts / google find option "install from unknown location" , and check that files / package (apk) is fully downloaded - maybe it is better to download them on usb and then install from usb stick thru apk installer.
(sorry I haven't learned how to include quotes yet....)
It happens to me with APKs that before I normally installed from a USB stick, but now (maybe because of an app or I don't know..)
I can no longer install even copying them to the internal memory and trying from there.
I tried to give consent to apps of unknown origin to Google
is italian: means "Less secure app access",
and now is activated.
(Is correct?)
I can't find other references to APKs in the infotainment configuration menus.
I rebooted the device and tried again to install several APKs, but the error "Error while analyzing the package" always appears!
This is my device:
I have set the language of the device in English, so as to show you the message:
A suggest?
Thank you
marv66 said:
Hi.
Anton TNT said:
Hi, in device settings / infortainment or accounts / google find option "install from unknown location" , and check that files / package (apk) is fully downloaded - maybe it is better to download them on usb and then install from usb stick thru apk installer.
(sorry I haven't learned how to include quotes yet....)
It happens to me with APKs that before I normally installed from a USB stick, but now (maybe because of an app or I don't know..)
I can no longer install even copying them to the internal memory and trying from there.
I tried to give consent to apps of unknown origin to Google
View attachment 5441017
is italian: means "Less secure app access",
and now is activated.
(Is correct?)
I can't find other references to APKs in the infotainment configuration menus.
I rebooted the device and tried again to install several APKs, but the error "Error while analyzing the package" always appears!
This is my device:
View attachment 5441049
I have set the language of the device in English, so as to show you the message:
View attachment 5441137
A suggest?
Thank you
Click to expand...
Click to collapse
please use this help : https://medium.com/@GuruTechnolabs/...ing-the-package-error-in-android-c2fca91673cb
or try googling it ... I cannot help you seems to me you have outdated version of android
Hi.
II searched for the solution on the Internet for hours, but nothing.
Since the device does not have an option entry to enable unknown apps, I installed the "Hidden settings" app from the play store and looked for the option.
Finally I found it, but unfortunately it is fixed on "disabled" and does not allow you to change it.
Maybe there is a block created by some previously launched app that has performed operations allowed in root,
maybe I should root the device,
maybe there is a need for some sort of reformatting that only the manufacturer can do....
Unfortunately I can not even resign myself to install only from the play store, because some applications I have only as APK (example that of my dashcam).
I find myself an unusable infotainment!
I don't know what to do anymore...
did you try this?
click on the gear where it says HMI: and put in 8888 as the password,
go to OTHER
find INSTALL and set it to enable
find PROTECTION and set it to DISABLE
Hello.
Thank you for the information.
I did as you indicated, in fact the INSTALL option is disabled.
Unfortunately when I try to activate it, it requires a password!
Is this a known password? Does anyone know it?
Thank you
marv66 said:
Hello.
Thank you for the information.
I did as you indicated, in fact the INSTALL option is disabled.
View attachment 5442569
Unfortunately when I try to activate it, it requires a password!
View attachment 5442571
Is this a known password? Does anyone know it?
Thank you
Click to expand...
Click to collapse
3234 I believe. It's on the forums here somewhere. Id look but traveling at the moment. Will update if I find something different
Works!
THANK YOU VERY VERY VERY MUCH !!!!!
YOU SAVED ME.
I am happy to have found a forum of competent people.
Hi.
Is possible in a FF-5000 8227L system obtain an app for vocal commands offline?
marv66 said:
Hi.
Is possible in a FF-5000 8227L system obtain an app for vocal commands offline?
Click to expand...
Click to collapse
Hi, you have google voice commands just like in any android, just install search bar with microphone icon and try it
In my FF-5000 8227L device google voice command requires an online link.
I would need to give commands even where there is no telephone network coverage
marv66 said:
In my FF-5000 8227L device google voice command requires an online link.
I would need to give commands even where there is no telephone network coverage
Click to expand...
Click to collapse
If your device has wifi connection just connect to internet or just make your mobile phone as main network by creating a hotspot and connect headunit thru it.
My ff-5000 8227L owns 16Gb ROM (... flash) and 2Gb of RAM is mounted in a Jeep.
I often travel into narrow valleys and gorges where there is no internet signal coverage. So I need an app that allows OFFLINE voice commands.
marv66 said:
My ff-5000 8227L owns 16Gb ROM (... flash) and 2Gb of RAM is mounted in a Jeep.
I often travel into narrow valleys and gorges where there is no internet signal coverage. So I need an app that allows OFFLINE voice commands.
Click to expand...
Click to collapse
Maybe sattelite connections ? It works with tv tuner usb card bought from ali express, In general this is not tested with headunits yet but it involves a small radio dish antenna and usb port in device (sattelite connections also uses radio frequencies similar to broadband routers/wifi), but I must say it is expensive and complicated.
Following this story you can download a program : https://www.apkmirror.com/apk/saiy-ltd/saiy-assistant/ and use this SAIY app or just use GOOGLE ASSISTANT !
I appreciate every idea ,
but I would avoid complicated and expensive solutions.
When I bought the car there was inserted as standard a navigator + mp3 player that accepted voice commands in different languages, all OFFLINE.
The management of the navigator maps was difficult, rudimentary and with paid updates, with a closed operating system.
I replaced it with the FF-5000 getting an Android system and the ability to load and update apps and maps at will, surf the net and more...
Unfortunately I thought I could use voice commands by simply loading an app, but it seems not so!
It seems almost impossible to me that there is no app for basic, simple,
TOTALLY OFFLINE
voice commands such as:
"Browse to location X",
"Call Mary",
or "Play the music track Y"...
marv66 said:
I appreciate every idea ,
but I would avoid complicated and expensive solutions.
When I bought the car there was inserted as standard a navigator + mp3 player that accepted voice commands in different languages, all OFFLINE.
The management of the navigator maps was difficult, rudimentary and with paid updates, with a closed operating system.
I replaced it with the FF-5000 getting an Android system and the ability to load and update apps and maps at will, surf the net and more...
Unfortunately I thought I could use voice commands by simply loading an app, but it seems not so!
It seems almost impossible to me that there is no app for basic, simple,
TOTALLY OFFLINE
voice commands such as:
"Browse to location X",
"Call Mary",
or "Play the music track Y"...
Click to expand...
Click to collapse
This link I gave you , not working ? have you tried any?

Categories

Resources