Has anyone succeeded in taking screenshot of a actual screen? I have tried various combinations with fingers and home button, but I have found nothing. Same for the SDB developer tools, there is no option how to screenshot. Have you found another way?
Thx
hmyzak said:
Has anyone succeeded in taking screenshot of a actual screen? I have tried various combinations with fingers and home button, but I have found nothing. Same for the SDB developer tools, there is no option how to screenshot. Have you found another way?
Thx
Click to expand...
Click to collapse
have not tried this on the watch, but...
$ sdb shell
# xwd -root -out /tmp/screen.xwd
# exit
copy screen.xwd to somewhere that you can work with it, use a program like gimp (and i'm sure many others) to convert the xwd image to png or something.
xformulax said:
have not tried this on the watch, but...
$ sdb shell
# xwd -root -out /tmp/screen.xwd
# exit
copy screen.xwd to somewhere that you can work with it, use a program like gimp (and i'm sure many others) to convert the xwd image to png or something.
Click to expand...
Click to collapse
This is, what I have been trying for the first time, however, watches don't know what command xwd means, so this is no way how to screen capture Gear 2, but thanks for reply
thank you : Cười:
hnganpc said:
thank you : Cười:
Click to expand...
Click to collapse
No need to thank for, screening Gear 2 is not possible in this time
Still no way to take a gear 2 screenshot?
recDNA said:
Still no way to take a gear 2 screenshot?
Click to expand...
Click to collapse
Just take a shoot from your mobile phone camera.. it's a alot easier...
If you are a developer, use the emulator, then you can get a screenshot.
Hielko said:
If you are a developer, use the emulator, then you can get a screenshot.
Click to expand...
Click to collapse
It's also the only way I can image to have the screenshot.
If porting to android wear, it's possible to have the screenshot with ADB.
Related
Yesterday I saw this picture on another forum:
It appears to be a bluetooth keyboard driver for the android, and the screenshot already shows a successfully connected keyboard with what seems to be some test input text.
Unfortunately no apk no nothing.
Here is the thread on xda-devs discussing this:
http://forum.xda-developers.com/showthread.php?t=508026
And here is where I've found the picture:
http://forum.androidcentral.com/htc-droid-eris/1158-external-bluetooth-keyboard-droid.html
Let's try to identify this software and get our hands on the apk, for the major good of our android devices !
http://www.mytouch3gaccessories.net/bluetooth-keyboard-b0056.html
Does the Mytouch have a HID profile? This keyboard implies such.
edit: http://groups.google.com/group/android-platform/browse_thread/thread/73eed70fb229d7ae?pli=1
edit 2: http://i-miss-erin.blogspot.com/2009/09/connect-bluetooth-keyboard-in-android.html
Maybe a stupid remark, but in the picture in OP, the bluetooth symbol doesn't appear to have any devices connected.
Zappza said:
Maybe a stupid remark, but in the picture in OP, the bluetooth symbol doesn't appear to have any devices connected.
Click to expand...
Click to collapse
I think the app is not using the google api since the bluetooth functionality provided is so limited:
http://sites.google.com/a/android.com/opensource/projects/bluetooth-faq
So maybe this explains the icon's state.
ytj87 said:
http://www.mytouch3gaccessories.net/bluetooth-keyboard-b0056.html
Does the Mytouch have a HID profile? This keyboard implies such.
edit: http://groups.google.com/group/android-platform/browse_thread/thread/73eed70fb229d7ae?pli=1
edit 2: http://i-miss-erin.blogspot.com/2009/09/connect-bluetooth-keyboard-in-android.html
Click to expand...
Click to collapse
No. Read the page more carefully. It clearly states that the MT3G does not currently support the HID profile.
I wonder if the majority of Android users are rooting their devices. Seems like a must have for the more exotic applications.
swivel said:
No. Read the page more carefully. It clearly states that the MT3G does not currently support the HID profile.
Click to expand...
Click to collapse
Yes, I worded poorly. I more accurately meant, "Has the MT3G been hacked to support the HID profile?" The claim at in the ad implied they could do it, but that's hardly confirmation that it works.
Subsequent searches yielded the two links I added in the edit. Indeed some have gotten a HID profile to work.
So I just got my logitech bluetooth keyboard connected to my Magic, running excellently
http://www.youtube.com/watch?v=x4rM2Tb35RE
If anyone wants a guide as to how I did it I could put it up
Please do!
The instructions at http://i-miss-erin.blogspot.com/2009/09/connect-bluetooth-keyboard-in-android.html should be easy enough, I got my Dell BT keyboard working on my G1 without problems.
Yep thats what I used
...well, what about the reverse? Is it possible to use the Dream device keyboard via bluetooth to communicate with, let's say, a PS3 for example?
(be nice, I really don't have a clue lol)
unknown.soul said:
The instructions at http://i-miss-erin.blogspot.com/2009/09/connect-bluetooth-keyboard-in-android.html should be easy enough, I got my Dell BT keyboard working on my G1 without problems.
Click to expand...
Click to collapse
that's awesome. I got it to work with my iGo stowaway keyboard but only briefly. Do I have to type the hciconfig commands in a terminal or adb shell each time I want to connect? Looks like an opportunity to put an app in the Market
There's no need to push the files mentioned in the link. At least for CM 4.2.5. My Apple BT keyboard works just using the hidd commands. Now we need to write a script to do this, using solely the hidd --connect command, with the appropriate device MAC, then linked to a shortcut on one of the home screens. Very nice.
edit: typo correction
http://forum.xda-developers.com/showthread.php?t=486486
Easy to make a shell script shortcut with the program here. Do...
hidd --connect MAC
with su, then link to a shortcut on the desktop via a long press.
webmastertroi said:
...well, what about the reverse? Is it possible to use the Dream device keyboard via bluetooth to communicate with, let's say, a PS3 for example?
Click to expand...
Click to collapse
This is actually what I would like. A lot of Sony Ericsson phones have had that ability since the Bluetooth 1.2 days.
easier way plz
could someone please post an easier way 2 do dis cause i went to the site(http://i-miss-erin.blogspot.com/2009/09/connect-bluetooth-keyboard-in-android.html) and i do not get wat i hav 2 do i know adb has somethin to do with it but what do i do and what do i download from the site please help
`
Well yes, this is what we all want to have.
And there is an app I've posted in the first message, and I think I know where the installer is from.
turtlesmank4 said:
could someone please post an easier way 2 do dis cause i went to the site(http://i-miss-erin.blogspot.com/2009/09/connect-bluetooth-keyboard-in-android.html) and i do not get wat i hav 2 do i know adb has somethin to do with it but what do i do and what do i download from the site please help
`
Click to expand...
Click to collapse
There really is no easier way unless someone writes an app or a script to automate the commands.
Not to be a **** but if you don't understand the instructions on that blog then you are really risking seriously damaging your device by doing things that are on this site. I am surprised you were able to root...
Wow, this works perfectly.
For total noobs - if you follow the instructions from the link - before running the commands, you obviously have to:
# chmod +x hcitool
# chmod +x hidd
(otherwise ull get permission denied)
also you might want to change system back to ro when you are done
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system
I really wonder why Google doesnt put any effort in developing HID bluetooth service for Android. Would be really cool to be able to use different types of input devices (especially for games/typing).
Please tell me I'm missing the setting to mute it??
EVOme said:
Please tell me I'm missing the setting to mute it??
Click to expand...
Click to collapse
No muting yet. I went through the manual too. I even tried muting the sounds (in general) and it still noisy. I guess another thing still in the works.
Nope: in most countries it's prohibited to have NO shutter-sound!
So: this won't be implemented in future updates!
henklbr said:
Nope: in most countries it's prohibited to have NO shutter-sound!
So: this won't be implemented in future updates!
Click to expand...
Click to collapse
Really? I didn't know that.
Me 2
Sprint did the same thing with their phones. I read it hasn't passed congress yet (this was a year or two ago, haven't done research since), but Sprint was the only carrier at the time pushing camera sounds to all users. They however couldn't make changes to the iPhone so they did not push this change to them.
I'm betting we will need to wait until someone roots the watch until the sound will be removed...
http://www.opencongress.org/bill/hr414-111/show
henklbr said:
Nope: in most countries it's prohibited to have NO shutter-sound!
So: this won't be implemented in future updates!
Click to expand...
Click to collapse
That's not true, put your phone on vibrate or silent and take a picture. You can also disable to sound on certain carriers like T-Mobile.
glassjosh said:
That's not true, put your phone on vibrate or silent and take a picture. You can also disable to sound on certain carriers like T-Mobile.
Click to expand...
Click to collapse
Did you read my message very wel?
in most countries it's prohibited
I remember on the s2 you couldn't turn shutter off but later we got an update to do it. Hopefully we get one cuz shutter is loud. Or hopefully someone roots this gear 2 and I'm sure we will be able to do that.
Sent from my SM-N900T using xda app-developers app
henklbr said:
Did you read my message very wel?
in most countries it's prohibited
Click to expand...
Click to collapse
Read it just fine sir, no offence intended. This, however, isn't true in my experience, even still, it definitely doesn't mean it won't be included as a future update.
We should get an USA freedom update lol
Sent from my SM-N900T using xda app-developers app
henklbr said:
Nope: in most countries it's prohibited to have NO shutter-sound!
So: this won't be implemented in future updates!
Click to expand...
Click to collapse
First line, no, maybe some countries...if such a law. But easy fix, install other camera software that can disable shutter sound. Also already built into Android camera.
Second line, probably true like the first Galaxy Gear. But hopefully there'll be a mod for it like on the first.
I hope this is addressed shortly. I need to be able to take pictures of lecture notes on the board (and the professor doesn't mind, so long as it is silent), however with the shutter sound, I can't, as it would be seen as a disruption. If I start taking pictures with this thing, I would most definitely be asked to leave.
I must say that Tizen was a very poor choice on Samsung's part. No apps exist (can't so much as use Twitter), and we can't do anything. It's quite frustrating.
Sent from my SCH-I545 using xda app-developers app
I tried to compile the camera sample app in the Tizen wearable SDK.
unfortunately, I couldn't compile.
has anyone else tried that.
(well maybe if we can compile, we can remove the shutter sound from that app)
Yeah, really need the ability to turn off the shutter sound. I tunred all shutter sound off on all my devices. At least the ability to low the sound.
I have finally built the app but when I try to install with sdb.exe I get an error.
anyone else who can try ?
mrmrmrmr said:
I have finally built the app but when I try to install with sdb.exe I get an error.
anyone else who can try ?
Click to expand...
Click to collapse
Keep up the good effort.
If you root the Gear 2, there is an easier way of disabling Camera sounds:
http://www.tizenexperts.com/2014/06/hack-tizen-samsung-gear-2-gear-2-neo-get-root-access/
Rooting:
Instructions
Here are some instructions on how to Load into Odin and flash your device with the downloaded firmware
Download Odin 3.09, and extract it to its own folder
Download the rootfs.img file from the above links
Put your Gear 2 device into download mode
Launch Odin
Connect Smart watch to your PC
Make sure the settings are the default ones ie Auto Reboot and F. Reset Time selected
Select the AP Button
Navigate to where you downloaded the file and select it
Click on Start
Wait for it to finish.
In order to activate root you need the sdb.exe from Tizen-SDK, or equivalent file depending on your OS.
Click to expand...
Click to collapse
Disable camera sounds
sdb root on
sdb shell mount -o remount,rw /
sdb shell mv /usr/share/sounds/mm-camcorder/ /usr/share/sounds/mm-camcorder_bak/
sdb shell mv /usr/apps/com.samsung.w-camera-app/res/sounds /usr/apps/com.samsung.w-camera-app/res/sounds_bak
sdb shell mount -o remount,ro /
Click to expand...
Click to collapse
Hi,
Is there a way to disable or mute shutter sound of the camera (of the Gear2) ?
Thx.
mrmrmrmr said:
Hi,
Is there a way to disable or mute shutter sound of the camera (of the Gear2) ?
Thx.
Click to expand...
Click to collapse
Why? Do you want to make (silent) pictures in toilets or public showers?
NO, this is NOT possible and even prohibited in some countries! I don't think there will be an update to enable this!
By the way: you know this forum has a SEARCH-function? If you had used it, you probably found that there was already a thread about this!
Camera shutter sound...
henklbr said:
Why? Do you want to make (silent) pictures in toilets or public showers?
NO, this is NOT possible and even prohibited in some countries! I don't think there will be an update to enable this!
By the way: you know this forum has a SEARCH-function? If you had used it, you probably found that there was already a thread about this!
Camera shutter sound...
Click to expand...
Click to collapse
hell, yes ! How did you know my intention
Actually, I want to take pictures without the shutter sound. I can't disclose my purpose here.
Thanks for pointing me to the correct thread. I hadn't searched for the thread but I've gone through all the forums under "Gear 2" and didn't see that one. sorry...
Btw, I don't care if it is prohibited or not. There are too many prohibited things which we find a hole to un-prohibit on this forum. Shutter sound is not an exception.
ps. : Don't worry I am not interested in your nude pictures in the toilet. but if I was, I wouldn't use Gear 2. There are smaller devices for that purpose.
I found a camera app in the SDK sample apps. Maybe I can check that and remove shutter sound if possible...
henklbr said:
Why? Do you want to make (silent) pictures in toilets or public showers?
NO, this is NOT possible and even prohibited in some countries! I don't think there will be an update to enable this!
By the way: you know this forum has a SEARCH-function? If you had used it, you probably found that there was already a thread about this!
Camera shutter sound...
Click to expand...
Click to collapse
WHY the hell do you CARE why people want it to be muted? The same reason you want vibrate as I told you before. There are time when it's quiet and you don't want to hear a shutter sound.
For example photographing a sleeping baby. Not sutter sound needed and wanted.
Any suggestions? I am looking as well.
I tried to compile the camera sample app in the Tizen wearable SDK.
unfortunately, I couldn't compile.
open to any ideas...
mrmrmrmr said:
I tried to compile the camera sample app in the Tizen wearable SDK.
unfortunately, I couldn't compile.
open to any ideas...
Click to expand...
Click to collapse
I just built it and ran it on the emulator with no issues. It did you use my laptop camera for the emulator.
If it built, but you couldn't transfer it, it's probably a permission/signature issue.
Breach said:
I just built it and ran it on the emulator with no issues. It did you use my laptop camera for the emulator.
If it built, but you couldn't transfer it, it's probably a permission/signature issue.
Click to expand...
Click to collapse
I have built it now. but when I try to install with sdb.exe I get an error.
Have you tried installing on the Gear 2 ?
There is now an easy way to disable camera shutter sound:
http://www.tizenexperts.com/2014/06/hack-tizen-samsung-gear-2-gear-2-neo-get-root-access/
Rooting:
Instructions
Here are some instructions on how to Load into Odin and flash your device with the downloaded firmware
Download Odin 3.09, and extract it to its own folder
Download the rootfs.img file from the above links
Put your Gear 2 device into download mode
Launch Odin
Connect Smart watch to your PC
Make sure the settings are the default ones ie Auto Reboot and F. Reset Time selected
Select the AP Button
Navigate to where you downloaded the file and select it
Click on Start
Wait for it to finish.
In order to activate root you need the sdb.exe from Tizen-SDK, or equivalent file depending on your OS.
Click to expand...
Click to collapse
Disable camera sounds
sdb root on
sdb shell mount -o remount,rw /
sdb shell mv /usr/share/sounds/mm-camcorder/ /usr/share/sounds/mm-camcorder_bak/
sdb shell mv /usr/apps/com.samsung.w-camera-app/res/sounds /usr/apps/com.samsung.w-camera-app/res/sounds_bak
sdb shell mount -o remount,ro /
Click to expand...
Click to collapse
can anyone confirm?
expatriate said:
can anyone confirm?
Click to expand...
Click to collapse
Yes works great! Been removing sounds since the orig gear.
Sent from my SM-N900V using Tapatalk
ive compiled a .bat file for anyone who wants to browse their gear in windows like an explorer, with out the limitations of instant browsing or editing inside tizen sdk and without having any changes made sticking by accident
but first you need to put sdb.exe into the folder sdb at C:\sdb
the .bat will then proceed to pull your gears filesytem to the sdb folder, maintaining the correct heirarchy
CAUTION WHEN MAKING CHANGES
NOT FOR NOOBS
any changes made wont be save on the device
if you want them saved
you will need to push them back to the relevant folders on the gear
and reboot
DOWNLOAD
latest release
CHANGELOG
5/10/2014
initial release
6/10/2014
rearranged the order and made more sys/directories, because it was hanging at kmsg, and sys wasnt extracting properly
8/10/2014
rearranged it, and add breaks, with options to continue, with information
new link added
op updated, file edited
This is great! I don't know what I'd be looking at, but do you see anything that could alter the length of vibration?
kronium said:
This is great! I don't know what I'd be looking at, but do you see anything that could alter the length of vibration?
Click to expand...
Click to collapse
Awesome question, I reaaaally think vibration are not smooth enough on this device. you can even hear vibrations when I get a message.
Instead of the current : RRR RRR RRR
I would like a simple : RRRR
If someone undestands what I mean..:laugh:
McGuigew said:
Awesome question, I reaaaally think vibration are not smooth enough on this device. you can even hear vibrations when I get a message.
Instead of the current : RRR RRR RRR
I would like a simple : RRRR
If someone undestands what I mean..:laugh:
Click to expand...
Click to collapse
lol, ive been busy with scripting but over the next few days il look into that, watch this space
A vibration at least twice as long would be useful for me!
8/10/2014
rearranged it, and add breaks, with options to continue, with information
updated
Dead link, OP.
TelloMan said:
Dead link, OP.
Click to expand...
Click to collapse
https://www.dropbox.com/s/7bd6rit9zine4l9/gear pull.bat?dl=0
Transported to you using quantam mechanics by my pimped s5 through space and time via the xda app
gav83collins said:
https://www.dropbox.com/s/7bd6rit9zine4l9/gear pull.bat?dl=0
Transported to you using quantam mechanics by my pimped s5 through space and time via the xda app
Click to expand...
Click to collapse
Still dead....
TelloMan said:
Still dead....
Click to expand...
Click to collapse
Oh really. Ok. Hmmmmm. IL have that fixed within the hour
Transported to you using quantam mechanics by my pimped s5 through space and time via the xda app
link fixed
Did anyone capture this or does anyone still have this .bat? We need it for the Gear S.
Thanks.
Bringing to front
gav83collins said:
Bringing to front
Click to expand...
Click to collapse
how do i get the sdb file?
Sorry if this is the wrong thread, couldn't find a post similar searching on mobile.
I'd really like this watch face, does anyone know where I can find it please?
Many thanks in advance and as a new user of a smartwatch I've found this forum to be very useful
Looks like a Pujie template
https://play.google.com/store/apps/details?id=com.pujie.wristwear.pujieblack
http://www.pujiewear.com
https://facerepo.com/app/search/results/?query=pujie black&platform=android&page=1
Sign into Google/gmail, join here:
https://plus.google.com/communities/111188993026575572764
wozhere said:
Looks like a Pujie template
https://play.google.com/store/apps/details?id=com.pujie.wristwear.pujieblack
http://www.pujiewear.com
https://facerepo.com/app/search/results/?query=pujie black&platform=android&page=1
Sign into Google/gmail, join here:
https://plus.google.com/communities/111188993026575572764
Click to expand...
Click to collapse
Thank you very much
MilgeS said:
Sorry if this is the wrong thread, couldn't find a post similar searching on mobile.
I'd really like this watch face, does anyone know where I can find it please?
Many thanks in advance and as a new user of a smartwatch I've found this forum to be very useful
Click to expand...
Click to collapse
Any joy with this yet mate? I've had a look and can't find the Elements Analog available for our Huawei Watch 2 Sport but I did find this:
https://play.google.com/store/apps/details?id=vg.maarten.adwatchface
It's very customisable and looks similar to yours (I'd like to be able to remove the borders of the complications however).
Let me know if you found yours though cos it really is a thing of beauty!
Close enough?
Lolpoppa said:
Close enough?
Click to expand...
Click to collapse
Looks really nice! I also found this link but can't suss out ADB
https://forum.xda-developers.com/android-wear/general/google-elements-watch-download-t3583455
Lolpoppa said:
Close enough?
Click to expand...
Click to collapse
I just bought this, lots of options with it https://play.google.com/store/apps/details?id=huskydev.android.watchface.blackclassic
Ultimate Watch 2 has lots of settings. I got the premium too within app on phone, $1. It's my top layer face, with others showing under & other apps on and linked around it. I try different faces every day though other than UW2
So, just to be a pain in the arse, has anyone got any idea where I can lay my hands on the below watch face please? Image is taken from Wear OS app and lots of reviews show this face on the Huawei Watch 2 Sport but also the GT.
Has it been pulled on an update maybe?
Anyone?
MilgeS said:
Sorry if this is the wrong thread, couldn't find a post similar searching on mobile.
I'd really like this watch face, does anyone know where I can find it please?
Many thanks in advance and as a new user of a smartwatch I've found this forum to be very useful
Click to expand...
Click to collapse
Actually that's my watchface and I found it pre-installed in my Huawei Watch 2. How come it's not on yours?
shishimaru1000 said:
Actually that's my watchface and I found it pre-installed in my Huawei Watch 2. How come it's not on yours?
Click to expand...
Click to collapse
I can only think it's a regional thing, some get it, some don't
Trying to get this as my watch face from my Honor note 10, does anyone have the background by any chance?
shishimaru1000 said:
Actually that's my watchface and I found it pre-installed in my Huawei Watch 2. How come it's not on yours?
Click to expand...
Click to collapse
Has anyone managed to obtain this clock face. as it does seem the newer 4g versions dont have it, although its all over their media. Id like this face too and update on obtaining it would be great.
Can it be installed as a standard clock face by dragging it on the watch disk at all.
ATB
Kash20011 said:
Has anyone managed to obtain this clock face. as it does seem the newer 4g versions dont have it, although its all over their media. Id like this face too and update on obtaining it would be great.
Can it be installed as a standard clock face by dragging it on the watch disk at all.
ATB
Click to expand...
Click to collapse
I just bought a LEO-DLXX last month and the clock face comes standard. The bottom of the box does say 05/2019, but I'm not sure if that is the manufacture date. Also, there are two ways to install a watch face:
1) Installing through an app, such as WatchMaker, from your phone
2) Manually install via ADB but the watch face has to be an apk file
The watch face you're looking for you can be found on FacePro. You would have to download the watch face on your phone, then install WatchMaker on your phone, and use the app to import the watch face and install it on your watch.
I also made a pull of the stock watch faces stored in /system/priv-app/HwWatchface on my watch. You would install it via ADB with the following command:
Code:
adb install HwWatchface.apk
Please PM me for the file.