Security on Samsung Fold - Samsung Galaxy Fold Questions & Answers

Hi All,
i am not sure if anyone faced this issue, i can open my fold with any finger scan but i registered only one. also my son can open the device via face scan.( we have very similar look ) this happening from before and after new update.
2000$ and very low security. do let me know if any one has this issues otherwise i need to start fight with Samsung
thank you

unfortunately it seems as if you're in the grouping of people who never looked into this properly.
it seems like you're trying to compare the android face unlock with apple's 3D face scan.
the android face unlock has never been secure since it came out ages ago, in android ice cream sandwich if i recall correctly.
very few android devices utilize an ir projector like the iphone's face id which maps out a 3D object.
the fold's front cameras (both folded and unfolded) do not use this ir projector, therefore you will never have the same result and/or security.
i personally do not have an issue with this as it is rather well known. i have no problem using the fingerprint sensor.
also, i saw spending $2000 usd as spending $2000 on new technology.

Related

IWOWN i5+ BLE bracelet teardown with debug programming pins etc

Hey I got one of these to do some hacking on - well, I got several of them, because taking one apart is very much a one-way trip.
As posted elsewhere, it's made of:
A 128x32 white OLED ( cdn-shop.adafruit.com/datasheets/UG-2832HSWEG02.pdf )
NRF51822 BLE chip (16K ram version)
Atmel ATmega16U2 (I assume to read the accelerometer at low power, but it also has USB - which appears to not be connected to the USB port unfortunately)
An accelerometer (STM C3H)
Azoteq IQS263 touch sensor (senses swipes and taps)
24C256 EEPROM connected to the Atmel
75mAh Lipo
..and some other stuff like a Lipo charger, vibration motor etc.
Typical cost is $15-$20 on ebay etc.
The cap-touch screen is quite good - detects swipes and taps reliably.
It's very well sealed - completely closed plastic molding. It looks to be fully waterproof to me.
Well... waterproof until I took a hacksaw to it. There's no way to disassemble it other than to (carefully) hacksaw/dremel the case open. Mine is still working fine, albeit in pieces..
I didn't see many photos of the guts online (just a couple) so or anyone else planning to hack on firmware for it, I found very convenient SWD and UART testpoints (under the OLED)...
Was figuring I might be able to find the time to do some alt firmware for it, because I quite like that Nordic chip, and it's a pretty decent waterproof BLE wrist-display with reasonable battery life (~7days people have said) and touch-sensor at a very attractive price.
I'll let you know what else I figure out about the hardware but first some teardown pics;
FULL PICS:
(oh man **** this forum not letting me post URLs... ok whatever, you figure this out..)
imgur.com/a/qTrSN
Samples images attached...
NOTE that test test points "RESET" and "CLK" are regular Cortex M0 SWDIO and SWDCLK, so just bust out the ST-Link/J-Link and have at it. Nice to have UART TX+RX too. Very civilized.
If I have time to get further into it I'll post more hw details on here.
Cheers,
DrTune
Yep J-Link works fine
Nice, works fine connected to a J-Link, can program it with NRFgo Studio, debug with Keil uVision, etc. Cake.
Ok when I have a sec I'll do some custom firmware for this thing, personally I'm going to use it as a user interface for a GPS+radio project for Burning Man - the I5+ should be perfect for the Playa as it's completely sealed, has vibration, decent battery life, nice OLED.
I really like this bracelet as a programmable toy - nice CPU, great price. I doubt I'll ever get around to programming the Atmel in there or using the accelerometer (it's not what I'm after) but as a two-way messaging device it should fit the bill nicely.
Well done my friend! Can't wait to see what you will come out with! Cheers
Do something perfect ? thank you
Sent from my E2333 using XDA-Developers mobile app
Hm just thinking about it there's quite a lot of fun little things you can do with a cheap watch w/touch sensor that vibrates that are a bit awkward to do with a phone... bear in mind I'm super busy (I do this kinda thing for a living) and the BLE range is probably pretty poor, but...
a) Finder for those absurdly cheap ($3 or so) "finder" keyfobs, just display RSSI (signal strength) and it'd be somewhat useful; at least to give you a "warmer/colder" feedback on your distance to the tag.
b) Vibrate when your friend comes into range (or any BLE device that's advertising) and let you send simple emoticon messages (again the range won't be great, but enough for when you're in a bar or whatever), kinda like a really basic emoticon walkie-talkie. This would suck down quite a lot of battery (b/c of scanning for advertising packets) but it's a thought
c) some sort of basic morse-code style tapping messager
d) unlock your front door (use any old BLE device, e.g. a $4 CC2541 BLE-to-serial dongle hooked up to a FET or a relay)
e) assuming I can sort out reading the accelerometer, you've got basically a button/slider (the touchscreen) plus a very rough motion sensor; maybe make it a GATT HCI device like a mouse or keyboard (not sure what the OS support is like for those but it's doable)
f) You could certainly interface it to a Banana Pi (with a CSR BLE dongle) or a C.H.I.P. (which has built-in BLE)...
g) then there's all the stuff you can do with modern android/iOS phones and BLE; caller ID etc etc - much of this is covered by the current IWOWN firmware... Haven't look at it a huge amount but there's sure to be some fun stuff not yet done by the stock fw...
h) Depending what OSes have HID-over-GATT keyboard support, you could tap your watch to enter passwords (fairly insecurely, but hey it's a fun hack)..
i) Trivial to make the thing act as an Apple iBeacon (or any vendor beacon really, it's just a custom advertising packet) - and that would have excellent battery life. You could make it a beacon detector also but the battery life would suck horribly (I guess you could tap the watch to scan and it could buzz when it found an iBeacon and display some txt from it )
j) BLE scanner, probably most useful to have it scan for specific GATT profiles or ad packets or MAC address ranges or whatever; same battery life caveat applies but there might be a fun application.
...there's a lot of simple projects basically, it's quite a nice toy in some limited ways.... well like I say I don't have time to implement a lot of this but if I can stick some code up on Github maybe people will take the ball and run with it...
drtune said:
Hm just thinking about it there's quite a lot of fun little things you can do with a cheap watch w/touch sensor that vibrates that are a bit awkward to do with a phone... bear in mind I'm super busy (I do this kinda thing for a living) and the BLE range is probably pretty poor, but...
a) Finder for those absurdly cheap ($3 or so) "finder" keyfobs, just display RSSI (signal strength) and it'd be somewhat useful; at least to give you a "warmer/colder" feedback on your distance to the tag.
b) Vibrate when your friend comes into range (or any BLE device that's advertising) and let you send simple emoticon messages (again the range won't be great, but enough for when you're in a bar or whatever), kinda like a really basic emoticon walkie-talkie. This would suck down quite a lot of battery (b/c of scanning for advertising packets) but it's a thought
c) some sort of basic morse-code style tapping messager
d) unlock your front door (use any old BLE device, e.g. a $4 CC2541 BLE-to-serial dongle hooked up to a FET or a relay)
e) assuming I can sort out reading the accelerometer, you've got basically a button/slider (the touchscreen) plus a very rough motion sensor; maybe make it a GATT HCI device like a mouse or keyboard (not sure what the OS support is like for those but it's doable)
f) You could certainly interface it to a Banana Pi (with a CSR BLE dongle) or a C.H.I.P. (which has built-in BLE)...
g) then there's all the stuff you can do with modern android/iOS phones and BLE; caller ID etc etc - much of this is covered by the current IWOWN firmware... Haven't look at it a huge amount but there's sure to be some fun stuff not yet done by the stock fw...
...there's a lot of simple projects basically, it's quite a nice toy in some limited ways.... well like I say I don't have time to implement a lot of this but if I can stick some code up on Github maybe people will take the ball and run with it...
Click to expand...
Click to collapse
Actually i don't think that there will be anyone who doing after you so i ask you to do some of them. Another question the screen has to coler white and blue can we change it i really like white one
Sent from my E2333 using XDA-Developers mobile app
Errrr.. no the OLED is whatever color it is. It's a cheap monochrome OLED. The only way you could change it is to take the device apart and there's no way you can ever put it back together properly again (it's solid molded plastic)
Nice work.
if it's any help.
Softdevice and bootloader i5PLus.
http://www.mediafire.com/download/uc5ugaqrjcg58w3/i5plus_softdevice.hex
http://www.mediafire.com/download/z3oe2544uayec6h/bootloader.hex
thx but the Nordic publicly available stuff is fine. I pulled the firmware etc from mine and reflashed it already. There's nothing difficult or problematic, just a case of finding time to do new fw (and I'm super busy)
There was a distant feature in oldest firmware but they removed many asked to get it back can you do it in your firmware ☺
Sent from my E2333 using XDA-Developers mobile app
by "distant feature" do you mean distance, i.e. it tracked how far you have walked/run? I can see how that would be unreliable, there's just an accelerometer in there and you can't really figure out distance from that. Accelerometers just tell you which way is down (i.e. they measure gravity) plus the acceleration/deceleration as you move it around. So, they're ok for detecting walking, better for running, but not good for figuring out how far you've actually travelled, the best it could really do is just guess from the number of footsteps it detected, which is going to be pretty inaccurate.
In general I'm not planning to do anything with the accelerometer (I doubt I'll have time), I'm thinking about using the I5 for other things like radio messaging and as a phone peripheral.
I don't expect to produce anything that duplicates the current firmware in terms of function, I want to do completely different things. Once I've written some code I'm happy to put it on github (which will have basic stuff like driving the OLED, reading the touch sensor, using the BLE radio etc) and maybe someone else will build some firmware that works as a fitness tracker.
drtune said:
by "distant feature" do you mean distance, i.e. it tracked how far you have walked/run? I can see how that would be unreliable, there's just an accelerometer in there and you can't really figure out distance from that. Accelerometers just tell you which way is down (i.e. they measure gravity) plus the acceleration/deceleration as you move it around. So, they're ok for detecting walking, better for running, but not good for figuring out how far you've actually travelled, the best it could really do is just guess from the number of footsteps it detected, which is going to be pretty inaccurate.
In general I'm not planning to do anything with the accelerometer (I doubt I'll have time), I'm thinking about using the I5 for other things like radio messaging and as a phone peripheral.
I don't expect to produce anything that duplicates the current firmware in terms of function, I want to do completely different things. Once I've written some code I'm happy to put it on github (which will have basic stuff like driving the OLED, reading the touch sensor, using the BLE radio etc) and maybe someone else will build some firmware that works as a fitness tracker.
Click to expand...
Click to collapse
Really it doesn't need any adding or creating for it. Just like calorie and step measure it was measuring km. You just need to get it from old firm and add it to the new one ?
Sent from my E2333 using XDA-Developers mobile app
Right, and without even having seen it I can tell you it won't work very well at all, because (...see above info about accellerometers and distance tracking).
Like I said I'm not planning to support any of this stuff.
If you personally want to "just get it from old firm and add it to new one" go for it!
drtune said:
Right, and without even having seen it I can tell you it won't work very well at all, because (...see above info about accellerometers and distance tracking).
Like I said I'm not planning to support any of this stuff.
If you personally want to "just get it from old firm and add it to new one" go for it!
Click to expand...
Click to collapse
Well done bro thank u for your work i hope to see it soon
Sent from my E2333 using XDA-Developers mobile app
@drtune
The reason why we're "clinging" on you is because you seem to be the only one here who can really play with these things at a developer level. With the Chinese manufacturer not caring about the abroad markets (they did not release the v2.x firmware and the "full" v3 Android app outside of China), we're kinda stuck.
I, for one, do not regret spending $16 on this thing at all. v2.0.1.8 firmware - customly flashed thanks to @roninzgz's thread - brings everything I was hoping for (vertical display and the ability to keep the time synchronized even while turned off), albeit with the trade-off of a slightly less responsive touchscreen. For crying out loud, I have Fitbit sporting coworkers that are envious at what this bracelet can do for its price. Their only hope is that mine will eventually break or fry due to poor manufacturing quality.
With all that going for us, getting you aboard would be a bit too much luck. Thank you for all the research and here's to hoping that someone will pick up from what you will share. *raises beer*
Sure, thanks.
I do this stuff for a living (not actually fitness trackers, but embedded systems hardware/software) so I have all the equipment and experience to make this a fun little project ; on the minus side I have quite a backlog of paying work to finish so taking time off that (and my family) to do this feels like I'm playing hooky from school
Anyway, like I say I have a pet project for this wristband in mind - and it doesn't really involve it doing much of what the existing firmware does - but at least I'm mildly committed to it now (ordered another six I5+'s and have one gutted and wired up for debugging here).
For anyone wanting to play with building new firmware you'll basically just need a hacksawed-open I5+ and a $4 ST-Link programmer; it would be interminably boring trying to debug by downloading new code OTA each time you make a change. Obviously once one has something reasonably ready to test it's easy enough to package it so it can be downloaded by other people with the regular Nordic OTA tool.
I can imagine it'd be possible to have an error in the firmware that bricked a device, but you'd put some reasonable safeguards in there wherever possible - really it's just about doing your best to ensure a user can get it back into an OTA-programmable state again.
drtune said:
Sure, thanks.
I do this stuff for a living (not actually fitness trackers, but embedded systems hardware/software) so I have all the equipment and experience to make this a fun little project ; on the minus side I have quite a backlog of paying work to finish so taking time off that (and my family) to do this feels like I'm playing hooky from school
Anyway, like I say I have a pet project for this wristband in mind - and it doesn't really involve it doing much of what the existing firmware does - but at least I'm mildly committed to it now (ordered another six I5+'s and have one gutted and wired up for debugging here).
For anyone wanting to play with building new firmware you'll basically just need a hacksawed-open I5+ and a $4 ST-Link programmer; it would be interminably boring trying to debug by downloading new code OTA each time you make a change. Obviously once one has something reasonably ready to test it's easy enough to package it so it can be downloaded by other people with the regular Nordic OTA tool.
I can imagine it'd be possible to have an error in the firmware that bricked a device, but you'd put some reasonable safeguards in there wherever possible - really it's just about doing your best to ensure a user can get it back into an OTA-programmable state again.
Click to expand...
Click to collapse
Drtune did you done anything ?
Sent from my E2333 using XDA-Developers mobile app
Not yet have a ton of work on right now and will be busy for a while on that - just very short of time right now.
Honestly don't expect anything useful to you as a consumer any time soon; when I get some code done (which will be for my project and not directly useful to an end-user) I'll post on here and github.
Hi,
Does anyone know if it's possible to customize this device and turn it into a ibeacon?
I'm looking for a wristband that is able to switch between On/Off which enable the device to broadcast iBeacon signal.
I'm looking for somebody who can help me with it, i'm willing to pay a small fee for his expertise
(I'd like to learn how to code a firmware of this device too)
Thanks
What am i trying to do?
I hope to develop a solution where i will like to enable Teens to have a SOS button on their wristband. It would then be able to code a android/iphone app that would listen for such signal, if the ibeacon signal is on their range, it will alert the mobile user that there's a surround person is facing danger.
Current wristband that i found would require user to pair it with a phone, i'm looking at broadcasting feature instead.
If any developer is able to do this for me, please PM me i'd pay a fee for your expertise.
Yes the I5 (or, even cheaper, a TW64 watch) can do simple iBeacon (or similar) advertising, it's not difficult..
However you are making two very common mistakes; scanning for BLE devices uses as lot of power so no mobile OSes will let you do it all the time (for good reason). Everyone overlooks this and it's a huge issue.
Secondly the range of BLE is very limited.
I am not interested in doing this for you (I don't work for small fees) but it's not a difficult task for someone who knows what they're doing.

What features are you going to miss, love or are concerned with when buying the Fold?

Without ever seeing the Fold in person and actually handling it I going to miss a few features based on the Specs I've read and videos I've watched. Here's my list.
Features I might miss:
1. Larger front facing screen...my caveat here is if the screen was larger it would probably be way too skinny anyway and would look really weird because of the dimensions..
2. Iris Scanner - love this feature on my N9. I know it's already gone on the S10's but it just works so well.
3. Update :MST for Samsung Pay is Probable for all phones. From what I've read, we're only getting NFC at least on AT&T but their website could be wrong since Samsung says it will have MST & AND NFC. That is always the beauty of Samsung Pay over various other Pay technologies. Worked just about everywhere for me.
4. MicroSD slot. OK, I might not use up the 512GB but do love the MicroSSD option which is great to easily move files and backups around., etc.
5. Waterproofing. I'm guessing that the Hinge is the problem and it would be difficult to waterproof the phone because of it.
6. The Fold would have been perfect if it had an S-Pen...with a selfie camera in the S-Pen (LOL!).
Features I'm not happy with (but I'll still live with):
1. That damn notch with a bezel on the big/inside screen. Almost made me bypass the pre-order. If that screen wasn't so large, I definitely would not have bought the phone. I swore I'd never buy a phone with a notch...Oh well.
2. (I know that this should probably be number one) The Crease! It remains to be seen but every video displays the crease in some manner. I find it funny that any article that I've read where Samsung has replied states that the crease is only seen in these **pre-production** models and the crease will not be seen on the final Fold versions. I'm not holding my breath on this one! So many reviewers stated that looking at the screen straight on and/or with a different wallpaper that the crease is barely visible or not visible at all. Now looking at the screen off to the side, the crease can be seen.
3. The batteries. They should have installed greater mAh capacity batteries. C'mon Samsung! You're using 2 separate batteries, give us more juice. You know we'll be on the 7.3" screen constantly!
4. I'm not really mad that they removed the headphone jack. I love options but 99% of the time I'm using BT headphones anyway.
5. The cameras. OK, we have LOTS of them! But for almost $2000.00 these cameras should have been even better than the S10/S10+'s cams. This Fold phone is Super Special and should have had a little bit more (can you say 10 X optical zoom? Might not have fit though).
6. I am still not fond of the Bixby functionality in comparison to Google Assistant. The Bixby routines are probably the best part of Bixby. I'll probably bypass Bixby.
7. Bixby button also being the fingerprint scanner. I'll lose my mind if I continually activate the Bixby button instead of unlocking my phone. That would make me crazy so I would use other software to disable Bixby altogether.
8. Many early articles on the Fold stated that Samsung would give us a free year of Samsung Premium Care+. I'm hoping that when I receive the Fold, I'll be surprised and find documentation to sign up for our free year. I'm probably dreaming...
9. They should have offered more for Trade-ins. Only up to $300.00 where it was $550.00 for the S10 possible trade-in values. (I'm kind of glad though since I may just need to keep my Note 9 around for awhile).
Unknowns:
1. It remains to be seen if the developers will build apps to work with continuity and sizing, etc. If that isn't done then we might own a $2000.00 boring paperweight. I need my Kustom suite of Apps and if they don't work, the Fold will be almost useless to me).
2. Will the Fold just be too long to easily fit in my pocket. I never put any phones in a back pocket but occasionally put in front pocket. Most of the time it's in a zippered pocket in a jacket or purse or backpack or small waist pack. I'm really not too worried..yet! Hahaha!
3. We definitely need a variety of cases. I'm sure they'll come. The interest in the Fold has seemingly surpassed Samsung's expectations. Samsung kept the final Fold design under wraps so long that I think that's one of the reasons the case makers haven't delivered yet (or they thought that the Fold wouldn't have much interest). I need a super protective Clear Case. I want to show off that Martian green with Gold Hinge!! (and I want to look at it too).
Final observations:
With all of the unknowns and possible negatives, don't get me wrong. I want the Fold!
I love being an early adopter and have saved up for this thing. I've been following Samsung over the years and drooling at all of their foldable prototypes.
With Samsung's track record on gorgeous displays, I know I'll love the tablet screen. I think that the small front screen is not a deal breaker because I liken it to my Lock/AOD screen where I glance at information then move on to the larger screen. It will be just one more step to fully open the Fold. Not inconvenient when you know what's coming! A huge, beautiful screen.
The COOL factor for the Fold is priceless! I am so anxious to get it and I know the feeling will continue as others spot the phone and want to check it out.
If the Fold ends up being a fantastic phone for me, then I'll be selling off a few other Tablets I have as well as my N9.
This is going to be Big! Cannot wait to play!
What do you guys think?
I'm just hoping root comes easy and comes quickly. Do you guys think it will be rootable?
A.Priori said:
I'm just hoping root comes easy and comes quickly. Do you guys think it will be rootable?
Click to expand...
Click to collapse
Based off of the limited amount of people that will buy and have this device probably not, but I could be wrong ?
I'll miss the spen even though I don't use it that often, but the main thing I'll miss about that functionality is being able to capture video as an animated gif (I don't know if this exists on the S series as I've only used Notes as far as Samsung's go). I'll probably use my old Wacom dumb capacitive stylus that's been sitting a drawer for a few years for the simple diagrams I draw in meetings using One note. It did the trick when I used to use an iPad all of the time.
The small screen might get irritating if I want to tap out a message as I already find it difficult using something as small as an iPhone SE. Although with keyboard customisation maybe bigger keys can make that easier.
The notch doesn't really bother me. A hole punch would be equally as distracting as a notch to me on a regular phone, but in a screen that big I can't see it being a problem.
I'm definitely changing the scaling and fitting more on that display. Apparently that's how you get many apps to use tablet mode rather than a big phone layout, so I'll be really happy if that's actually true. But I'd set my mind on getting one even before I heard about that so I won't mind if it doesn't work on everything.
I haven't seen whether Dex is available in tablet mode as it is on the larger Samsung tablets. That would be a killer app for me. I know we can use up to 3 apps, but it's not the same as having a few windows layered and tapping between them, especially if you're copying and pasting between a few documents and you want that bigger layout on each to see text placement properly. Maybe someone will manage to extract and develop an apk that doesn't require root for that.
With regards to the above, I used to have a Toshiba PDA that ran Windows Mobile and with it's 800x600 display you could change the screen scaling and achieve a similar effect. It was pretty great.
The thing I'm mainly looking forward to is reducing my travel kit from a phone, tablet, and kindle to just one device. Ok maybe not just one device, I'll have room for my Switch more often now. Airport security love giving my bags an extra search due to all of the gadgets I end up carrying, and hopefully this will mean I just sail through like most other people.
And while it may be an elitist prick move, I want people to notice it. Most friends and colleagues know I'm a tech geek, but nobody notices the tech anymore, as all of the phones and tablets look so similar. They don't realise it's something new or cool and don't ask. Plus, nowadays all it involves is showing off something a bit faster with more storage and a better camera. Nothing has done anything new for years now. This brings back that wow factor when new phones had something brand new and sparks conversation about the future again.
The US devices will have locked bootloaders just like the other US Samsung devices. Unless I've missed it there is no word on international devices yet. If you're like me and root is a necessity you might want to consider waiting until the situation is sorted out.
Edit... One other thing I ran into today in regards to a potential S-pen is that a reviewer was opining the screen was too soft to support writing. That was a stated opinion not a fact from Samsung. So a guess but not an unreasonable one; It isn't hard to imagine the screen not being able to hold up to a pen.
Here’s an important notice for current and future Galaxy Fold owners
https://www.sammobile.com/2019/04/1...portant-notice/amp/?__twitter_impression=true
SAMSUNG GALAXY FOLD ??????
Where did you see the info regarding Samsung pay? Can't find any info about that
nique0201 said:
Where did you see the info regarding Samsung pay? Can't find any info about that
Click to expand...
Click to collapse
The specs on Samsung.com for the Fold only show NFC for Samsung Pay. They did the same thing on the Galaxy Watches.
Sent from my SM-N960U using Tapatalk
A.Priori said:
I'm just hoping root comes easy and comes quickly. Do you guys think it will be rootable?
Click to expand...
Click to collapse
Doubtful on AT&T or T-MO devices... You know it's always that locked bootloader thing in US phones.
Sent from my SM-N960U using Tapatalk
AlanJC said:
I'll miss the spen even though I don't use it that often, but the main thing I'll miss about that functionality is being able to capture video as an animated gif (I don't know if this exists on the S series as I've only used Notes as far as Samsung's go). I'll probably use my old Wacom dumb capacitive stylus that's been sitting a drawer for a few years for the simple diagrams I draw in meetings using One note. It did the trick when I used to use an iPad all of the time.
The small screen might get irritating if I want to tap out a message as I already find it difficult using something as small as an iPhone SE. Although with keyboard customisation maybe bigger keys can make that easier.
The notch doesn't really bother me. A hole punch would be equally as distracting as a notch to me on a regular phone, but in a screen that big I can't see it being a problem.
I'm definitely changing the scaling and fitting more on that display. Apparently that's how you get many apps to use tablet mode rather than a big phone layout, so I'll be really happy if that's actually true. But I'd set my mind on getting one even before I heard about that so I won't mind if it doesn't work on everything.
I haven't seen whether Dex is available in tablet mode
Click to expand...
Click to collapse
Looks like we'll still be able to create a gif from a video (you could still have done it on the S9's too). Here's a tutorial for the S10's so I'm sure the Fold will be able to make one too:
https://www.phonearena.com/news/How...or-S10e-without-downloading-any-apps_id115228
Also, it is Dex ready/capable.
Great points you've made in your response! Thx!
Sent from my SM-N960U using Tapatalk
burrzoo said:
The specs on Samsung.com for the Fold only show NFC for Samsung Pay. They did the same thing on the Galaxy Watches.
Sent from my SM-N960U using Tapatalk
Click to expand...
Click to collapse
It has MST, confirmed.
"Credit & debit cards: supports MST and/or NFC"
Source: https://www.samsung.com/global/galaxy/galaxy-fold/specs/
Bjray said:
It has MST, confirmed.
"Credit & debit cards: supports MST and/or NFC"
Source: https://www.samsung.com/global/galaxy/galaxy-fold/specs/
Click to expand...
Click to collapse
This would be great! I'm wondering if it's for Non US Folds. I'm hoping it's for everyone. I wish I had the eSim/nano sim option but not with my carrier (AT&T).
MST not listed in their specs but hopefully it's just incorrect. Thank you for the clarification.
https://www.att.com/buy/phones/samsung-galaxy-fold-512gb-space-silver.html
Sent from my SM-N960U using Tapatalk
good that was almost a dealbreaker!!! no MST , because NFC hasnt really caught on the way they promised 6 years ago... at least not in places i frequent.
A.Priori said:
I'm just hoping root comes easy and comes quickly. Do you guys think it will be rootable?
Click to expand...
Click to collapse
You're kidding, right?
https://www.youtube.com/watch?v=VxkAVnl6RVw&list=PLLjWNJiWtHZV-rqGklsgrjoK1ssOJfvrE&index=6
I'm out of here. I'm a rooter and right now I'm now feeling the love with dropping 2k on this device and then killing the warranty. This isn't a complaint per se, it's just not the right tree to be sniffing around for those like me that will most def flog the thing. I do hope all who buy in enjoy the bejesus out of themselves. Good luck gents.
nique0201 said:
good that was almost a dealbreaker!!! no MST , because NFC hasnt really caught on the way they promised 6 years ago... at least not in places i frequent.
Click to expand...
Click to collapse
I was just reading AT&T version of the manual & no mention of MST, only NFC. THAT would be stupid to me & I'd really miss it.
http://downloadcenter.samsung....d_EN_UM_P_9.0_040919_FINAL.pdf
Sent from my SM-N960U using Tapatalk

Any updates or improvements in 3D scans? Anyone one using it to generate 3d models?

The 3D scan capability of the N10+ is what intrigued me most about the phone. However, after release, most tests/examples of scans were disappointing. I read that the software was problematic and expected to be improved. Has this happened? Anyone actually using the phone to create exportable 3d files? If not, is improved 3d tech expected in the next version of the phone?
I tried it a bunch of times and could never get it to work. I mostly gave up since then though I did see that at least a couple of updates to the 3D scanner were released since then. I am yet to try this again.
I see so little about this feature. I really hoped there was more info.
CalypsoDroid said:
I see so little about this feature. I really hoped there was more info.
Click to expand...
Click to collapse
I've tried it a few times, some of them recently. It still works like garbage. It was a really cool idea but the execution has been totally worthless. I think they found the greenest intern they could find and had them randomly copy/paste code from StackOverflow until a program aaaaaaaallllmost formed. Then the intern went back to college and the company janitor took over development. It's just so completely stupid to put a 3D ToF sensor on the phone then totally bork the software and just never fix it. I suppose I shouldn't expect any less from the idiots who built LinuxOnDex then just suddenly aborted development even though it was working perfectly fine. Samsung is the new Google. Never trust anything either of them start. They're 90% likely to never finish it and just discontinue it suddenly.
Collin80 said:
I've tried it a few times, some of them recently. It still works like garbage. It was a really cool idea but the execution has been totally worthless. I think they found the greenest intern they could find and had them randomly copy/paste code from StackOverflow until a program aaaaaaaallllmost formed. Then the intern went back to college and the company janitor took over development. It's just so completely stupid to put a 3D ToF sensor on the phone then totally bork the software and just never fix it. I suppose I shouldn't expect any less from the idiots who built LinuxOnDex then just suddenly aborted development even though it was working perfectly fine. Samsung is the new Google. Never trust anything either of them start. They're 90% likely to never finish it and just discontinue it suddenly.
Click to expand...
Click to collapse
There is so much truth in this it's scary. Samsung Cloud was just going through my head as I was reading this. Launched, billed as the next best thing to happen to Android devices, then failed to roll out with any sort of desktop support, followed by failure to support buying more storage in almost all regions followed by scrapping of the whole thing and some quasi-partnership with Microsoft to use OneDrive. I can think of a bunch more features like this that Samsung devised and that never took off. The fact that the ToF sensor is not being utilized for better photography is also baffling to me. Samsung's default implementation of DoF is absolutely horrible.
A couple of days ago there was a new update. This doesn't make it suddenly scan things properly. I tried several things, mostly stuffed animals / dog toys as those are about the right size and don't move. Still works like crap. It does an OK job sometimes but the 3D sensor is very picky. I tried to scan a very large mug that is plastic and some of the pieces were too shiny and hardly showed up. I tried to scan a rubber dog toy and it kind of worked but the process was irritating. I tried to scan a large stuffed animal chicken. It's probably 3 feet tall, plush, and covered in fake fur (why would a chicken be furry? The world may never know). This worked OK, the model is decent. But, it was tough to keep my phone at the proper distance as I moved around it. That's mostly my problem but the app is super brittle. If you move too abruptly or you accidentally point your camera too far away it just immediately aborts. I've got programs for the PC that use a Kinect sensor from the XBOX to do scanning and those work similarly but generally tell you if you're getting off course and allow you to try to move back into position rather than just suddenly aborting the scan.
Forget trying to scan your pets. Animals move far too much. Probably forget trying to scan a person. It's hard for a person to sit perfectly still for long enough and this software isn't very forgiving. Though, scanning either pets or people does allow for some bazaar lovecraftian horrors to emerge. If you want to transform your pet into the Thing then this is the way to do it.
I think the problem is that they've got too large a mission. The app supports all kinds of dumb stuff like animating your 3D model after you capture it, etc. They really needed to focus on actually being able to capture models reliably before implementing all the cutesy garbage on top of it. The sad thing is that, for all the crap I give them about how bad it is, it's actually almost there. It's just right on the cusp of working. I can capture models of stuff. They're just very difficult to get working and when I do I see some aberrations that shouldn't be there. It's close to working and if they'd just hunker down and fix the weirdness in capture it could be great in short order. But, it seems like development on this is very slow and too spread out across all the other needless stuff it can do. It needs to scan stuff reliably and then they can work on the other gee-whiz features.
For your viewing pleasure, I've attached the best model I've gotten captured so far - the fuzzy chicken. It's large, it's in charge, it worked pretty well. Behold, the best the 3D Scanner on a Note 10+ can do. I attached both the model output from the 3d Scanner app and a picture of the base model (with no texturing) from Blender so you can see the smoothness and detail of the model without the texture obscuring it. I suppose it's fairly decent but I wouldn't directly use it to 3D print something.
Collin80 said:
A couple of days ago there was a new update. This doesn't make it suddenly scan things properly. I tried several things, mostly stuffed animals / dog toys as those are about the right size and don't move. Still works like crap. It does an OK job sometimes but the 3D sensor is very picky. I tried to scan a very large mug that is plastic and some of the pieces were too shiny and hardly showed up. I tried to scan a rubber dog toy and it kind of worked but the process was irritating. I tried to scan a large stuffed animal chicken. It's probably 3 feet tall, plush, and covered in fake fur (why would a chicken be furry? The world may never know). This worked OK, the model is decent. But, it was tough to keep my phone at the proper distance as I moved around it. That's mostly my problem but the app is super brittle. If you move too abruptly or you accidentally point your camera too far away it just immediately aborts. I've got programs for the PC that use a Kinect sensor from the XBOX to do scanning and those work similarly but generally tell you if you're getting off course and allow you to try to move back into position rather than just suddenly aborting the scan.
Forget trying to scan your pets. Animals move far too much. Probably forget trying to scan a person. It's hard for a person to sit perfectly still for long enough and this software isn't very forgiving. Though, scanning either pets or people does allow for some bazaar lovecraftian horrors to emerge. If you want to transform your pet into the Thing then this is the way to do it.
I think the problem is that they've got too large a mission. The app supports all kinds of dumb stuff like animating your 3D model after you capture it, etc. They really needed to focus on actually being able to capture models reliably before implementing all the cutesy garbage on top of it. The sad thing is that, for all the crap I give them about how bad it is, it's actually almost there. It's just right on the cusp of working. I can capture models of stuff. They're just very difficult to get working and when I do I see some aberrations that shouldn't be there. It's close to working and if they'd just hunker down and fix the weirdness in capture it could be great in short order. But, it seems like development on this is very slow and too spread out across all the other needless stuff it can do. It needs to scan stuff reliably and then they can work on the other gee-whiz features.
For your viewing pleasure, I've attached the best model I've gotten captured so far - the fuzzy chicken. It's large, it's in charge, it worked pretty well. Behold, the best the 3D Scanner on a Note 10+ can do. I attached both the model output from the 3d Scanner app and a picture of the base model (with no texturing) from Blender so you can see the smoothness and detail of the model without the texture obscuring it. I suppose it's fairly decent but I wouldn't directly use it to 3D print something.
Click to expand...
Click to collapse
How did you manage to put it in blender?
I played with it but more a curiosity than a useful tool. It really ate cpu cycles/current like crazy though. I guess if I needed a hand warmer I might use it again
may i know how do you scan a 3d model? been finding the app for some time already but cant find it
conanDO98 said:
may i know how do you scan a 3d model? been finding the app for some time already but cant find it
Click to expand...
Click to collapse
Search for "3D Scanner" in the Galaxy Store (not Google Play Store) and download the app.

one plus removing colour filter with update

XDA and other reporting one plus will disable the colour filter mode via a update .
I did this video over a week ago before it was widely reported ,since then just about every tech site picked up on this feature with lots of videos showing it .
XDA saying the will have to disable one of the cameras to remove it fully .
If this is correct then surely we have been sold a phone under false pretences
https://www.xda-developers.com/onep...gh-camera-temporarily-disabled-future-update/
"We do appreciate the company addressing these concerns. But, in the same conversation, this also entirely disables the functionality of the color filter camera, which is a hardware component that users are paying for, downgrading the OnePlus 8 Pro from a “quad-camera phone” to a “triple-camera phone” while still burdening it with dead weight in terms of component and cost. OnePlus should have been careful with the features it chooses to integrate into its phones, especially if it requires additional specialized hardware."
combat goofwing said:
XDA and other reporting one plus will disable the colour filter mode via a update .
I did this video over a week ago before it was widely reported ,since then just about every tech site picked up on this feature with lots of videos showing it .
XDA saying the will have to disable one of the cameras to remove it fully .
If this is correct then surely we have been sold a phone under false pretences
https://www.xda-developers.com/onep...gh-camera-temporarily-disabled-future-update/
"We do appreciate the company addressing these concerns. But, in the same conversation, this also entirely disables the functionality of the color filter camera, which is a hardware component that users are paying for, downgrading the OnePlus 8 Pro from a “quad-camera phone” to a “triple-camera phone” while still burdening it with dead weight in terms of component and cost. OnePlus should have been careful with the features it chooses to integrate into its phones, especially if it requires additional specialized hardware."
Click to expand...
Click to collapse
I think people are going over the top a bit, the camera does not take x-ray pics, and perverts will not be able to use it for that intention.
I highly doubt that OnePlus will remove the use of the camera because of the ability to see through specific types of plastic, the supposed see through clothes is more bullsh** , only very sheer and thin fabrics can be seen through and it has to be tight for you to even see anything.
But worst case scenario and OP do remove the use of the camera then they will either have a lawsuit against them or someone will open the use of the camera again with root.
omg seriously...
ITS NOT A DAMN X RAY!
You cannot see people naked by using the filter camera.
People need to grow up
the op 8 pro color filter will be disabled in a future update because social media hyped it up like it was a true x-ray magic camera when this is completely wrong.
I want to know what the official stand of OnePlus is on this matter because if that fourth camera sensor gets completely disabled we are losing actual hardware functionally that we paid for, it's like disabling half of the ram and storage space after you sell the phone, yes I know it's not an important feature for most people, but still it's part of the hardware of the phone and part of the price.....
What is next , disabling the zoom of the s20 ultra because you can spy on people from far away? You understand that this is completely ridiculous.
alandd86 said:
the op 8 pro color filter will be disabled in a future update because social media hyped it up like it was a true x-ray magic camera when this is completely wrong.
I want to know what the official stand of OnePlus is on this matter because if that fourth camera sensor gets completely disabled we are losing actual hardware functionally that we paid for, it's like disabling half of the ram and storage space after you sell the phone, yes I know it's not an important feature for most people, but still it's part of the hardware of the phone and part of the price.....
What is next , disabling the zoom of the s20 ultra because you can spy on people from far away? You understand that this is completely ridiculous.
Click to expand...
Click to collapse
https://m.weibo.cn/status/J2z9UgzY7?type=comment&jumpfrom=weibocom
This seems kinda official. Im not sure if this will be for the Asian markets only, but I don't think so.
In any case, this is ridiculous. This is not the Sony camera from the late 1990s.
Yep, that's really ridiculous and hard to understand that OP is really disabling this....
Also I'm not sure what this time limited disabling should do, either I have that camera or not...
BTW infrared photography is a well known subject in photo enthusiast communities and without any slippery context whatsoever - so why the fuss at all?! ....
In the end this is sad news for me, I actually liked the infrared look in photos and the fact that my OP8P could do it....
s3axel said:
Yep, that's really ridiculous and hard to understand that OP is really disabling this....
Also I'm not sure what this time limited disabling should do, either I have that camera or not...
BTW infrared photography is a well known subject in photo enthusiast communities and without any slippery context whatsoever - so why the fuss at all?! ....
In the end this is sad news for me, I actually liked the infrared look in photos and the fact that my OP8P could do it....
Click to expand...
Click to collapse
yeah exactly ,and if oneplus do this then everyone has a reason and right to ask for a refund !
Oneplus reacted with a statement, seems as if the camera is going to stay on OOS at least....
s3axel said:
Oneplus reacted with a statement, seems as if the camera is going to stay on OOS at least....
Click to expand...
Click to collapse
It still worries me with the "limiting functionality" bit.
They're only doing this in China from what I have heard. Maybe the chinese government would've stepped in (wouldn't be a surprise at least)
combat goofwing said:
XDA and other reporting one plus will disable the colour filter mode via a update .
I did this video over a week ago before it was widely reported ,since then just about every tech site picked up on this feature with lots of videos showing it .
XDA saying the will have to disable one of the cameras to remove it fully .
If this is correct then surely we have been sold a phone under false pretences
https://www.xda-developers.com/onep...gh-camera-temporarily-disabled-future-update/
"We do appreciate the company addressing these concerns. But, in the same conversation, this also entirely disables the functionality of the color filter camera, which is a hardware component that users are paying for, downgrading the OnePlus 8 Pro from a “quad-camera phone” to a “triple-camera phone” while still burdening it with dead weight in terms of component and cost. OnePlus should have been careful with the features it chooses to integrate into its phones, especially if it requires additional specialized hardware."
Click to expand...
Click to collapse
Hey OP, I saw your video on XDA and then I tweeted about it...which led to it circulating heavily among blogs/YouTubers. That's probably where all the views came from, lol. Never expected this issue to blow up like it did!
Is possible to downgrade to have the feature back if I buy a phone with Photochrom feature already disabled?
This is only happening on HydrogenOS (OnePlus phones in China), and they do plan to bring it back as soon as they can figure out how to deal with the issues. So its only temporary.
It should also be known that by disabling this, if you are using HydrogenOS, this will only disable the Photochrom filter since its the only filter that uses that camera.
PMad said:
This is only happening on HydrogenOS (OnePlus phones in China), and they do plan to bring it back as soon as they can figure out how to deal with the issues. So its only temporary.
It should also be known that by disabling this, if you are using HydrogenOS, this will only disable the Photochrom filter since its the only filter that uses that camera.
Click to expand...
Click to collapse
What is temporary exactly, that it remains available or the disablement when gets updated?
MishaalRahman said:
Hey OP, I saw your video on XDA and then I tweeted about it...which led to it circulating heavily among blogs/YouTubers. That's probably where all the views came from, lol. Never expected this issue to blow up like it did!
Click to expand...
Click to collapse
Yeah I wondered why I suddenly jumped from about 10 views to thousands in no time ,checked that stats on YT studio and it was being viewed from all over a lot quoting your tweets .If only I was monetized ??
i just am lost for words at the stupidity of people..
combat goofwing said:
Yeah I wondered why I suddenly jumped from about 10 views to thousands in no time ,checked that stats on YT studio and it was being viewed from all over a lot quoting your tweets .If only I was monetized ??
Click to expand...
Click to collapse
You can still do lots of videos about it. How to preserve Oxygen OS version, how to downgrade, how to enable back after update...
Well .. I for one am not taking that kind of update if it does come to Oxygen...
Or we will all get a real photochrome camera and start posting pics of us all looking through "BLACK PLASTIC"
chris181rt said:
Well .. I for one am not taking that kind of update if it does come to Oxygen...
Or we will all get a real photochrome camera and start posting pics of us all looking through "BLACK PLASTIC"
Click to expand...
Click to collapse
I guess it will depend if the update is just the camera.apk or the entire system.
I'm from China and i got a close communication with some of the developers in oneplus. It's really ridiculous that some of the people via media spread the news that the color filter works like an X-ray. Also a lot of female got afraid of it in weibo which I consider nonsense. Most of the oneplus users in China also got shocked and a bit annoyed. However, the filter would not be removed in oxygen OS according to some news. And in Chinese forum, one of the administer says the filter will be reproduced and likely to come back in June.

Question Can we enable Fall Detection in unsupported countries?

Please see https://support.google.com/googlepixelwatch/answer/12663810?hl=en#fdAvailability
I had a fall in China facing down. Only Apple Watch Series 8 sounded an alarm. At the time, pixel watch may not even have fall detection yet. But assuming it did have but just refused to work because I was/am in China, could we make it work somehow by rooting? We know LSPosed 1.8.6 and GPS Setter module 1.3.0-beta could do real location spoofing for the phone, but what about the watch? Thanks. I don't want to have another real fall to test it. I certainly want it to show real location instead of a location say in Europe.
I would have bought iPhone 14 and apple watch for my folks, if the US model had come with a physical sim slot or the watch is not only linked to the iphone...Not sure if jailbreaking iphone 14 could have done as much as rooting pixel 7 pro. But that's another topic.
off topic but does fall detection use up more battery?

Categories

Resources