Palm WebOS - How to get user's phone number? - webos

How do I get the user's phone number on Palm Pre's WebOS?
Thanks,

Apparently, the answer is that it is not available for security reasons.
We know the iPhone isn't secure, but it allows it. Everybody says the Blackberry is very secure and it allows it too.
Disappointing...

Related

Authenticate with webauthn using iphone on windows?

I have been investigating using webauthn for MFA in my company's application. It looked like a great fit when I started investigating it and I got really excited about the prospect of our users being able to use their phones as authenticators.
However, a colleague with an iPhone pointed out to me that when he tried the example application on https://webauthn.io/ he were not able to select his iPhone and there were only options to add a Android phone to his account. As many of our users he was using chrome on a Windows computer but has a iPhone 12.
To me it seems unthinkable that this scenario wouldn't be supported? Lots of users use Windows and have iOS devices. Am I missing something obvious?
The wording will change with Chrome 103 to something like „use your phone“.
It already works with an iPhone as well, though. You may need to enable Platform Authenticator Syncing, as the feature is currently only in testing. In iOS 15, turn on the Syncing Platform Authenticator switch under Settings > Developer. The Developer menu is available on your device when you set it up as a development device in Xcode.
Edit: seems like Chrome 103 still uses the "Add a new Android phone" wording :/ I already saw a screenshot somewhere teasing the change so I guess it will come rather sooner than later.

Floating widget application on LG webOS Smart TV

I want to write an application in webOS as a widget that will be visible(floating) when other applications are running. Is this possible? I am unable to find any documentation related to this.
I'm not sure about it. I'm never see that behaviour in third party apps, only system apps are able to use 'overlay' feature in alerts and notifications dialogues according to WeOs developer site
http://webostv.developer.lge.com/design/webos-tv-system-ui/notifications/

Beacons integration without application on device

Can i know is it possible to communicate with Beacon without having any Mobile app on device?
Thanks in advance
Both Android and iOS devices need some kind of app installed to interact with your beacons. Some phones have such apps pre-installed, but the options are limited. The two such apps with the widest distribution are:
Google Chrome App (Android/iOS)
Google's Chrome app will interact with beacons supporting Eddystone-URL (also known as physical web), which transmit a URL that can be displayed within Chrome when the app detects it.
This works on both Android and iOS devices with Chrome installed. For newer Android phones, this is a relatively high percentage of devices. For iOS, it is a very small percentage, as the app is not installed by default. This makes it of very limited use on iOS.
The other real drawback to relying on Chrome for beacon detection is the hoops users have to jump through to opt-in, and the way the beacon notifications are buried. Until users opt-in, they will see no notifications on beacon detections. Once they do, they will see a very generic notification "Physical web beacons are nearby", and only once the user taps on that are the specifics about the web page associated with the beacon transmitted URL displayed.
Passbook (iOS)
Apple's passbook app will bring up a passbook entry (usually used for tickets, coupons, etc.) associated with a set of iBeacon identifiers if the user comes within range of the beacon. In order to use this, however, the user must first download the passbook entry to his or her iPhone. Only once this is downloaded and opened will the app respond to associated beacons.
EDIT April 2020: For a time prior to December 2018 Google supported app-less notifications based on beacon detection using their Google Nearby product. This was discontinued in December 2018 due to predictable abuse and spam that it generated. While you may find some outdated documentation online about this ability, understand that this feature no longer works. As of this writing, my understanding is that this answer is still correct.
You should checkout Eddystones from Google. They can push you URLs even without app.
If you want to interact with beacons and do custom stuff (notifications, http requests, etc) you will need an app.

admob wp7 sdk dont work, alternative ad networks?

i use the admob wp7 sdk for displaying adds in my apps, but i dont see any, it looke like:
<google:BannerAd
xmlns:google="clr-namespace:Google.AdMob.Ads.WindowsPhone7.WPF;assembly=Google.AdMob.Ads.WindowsPhone7"
AdUnitID="MY_AD_UNIT_ID">
of course i insert my adUnitID, when i start my app i dont get anything to see, also when i enable test mode i cant see anything, what could be worng? on the homepage i see that i got requests because it counts up, but nothing to see.
other question:
are there any other add providers instead of smaato and adDuplex which provide a WP7 sdk?
As of today the Microsoft Ad SDK for WP7 can now be used in all territories where the marketplace is available.
Alternatively you could consider AdDuplex
I would recommend looking at the documentation and contacting admob support. Its a third party control so you would be lucky to find someone on here who can offer advice.

WP7: Get DeviceUniqueId from _connected_ phone?

Can I somehow get the DeviceUniqueId from the phone currently connected to the PC? (from a .NET C# desktop-app)
Great question.
If it's possible to get that information, you're best bet is using the CoreCon10 APIs for WP7. The Device class has Device.ID and Device.Name properties which might have the data you're looking for.
For more information on WP7 and CoreCon10 integration, checkout my blog post # http://justinangel.net/WindowsPhone7EmulatorAutomation
Basically, you'll have to get the connected WP7 device, and then check Device.ID and Device.Name. If that have the data you're looking for, it might be possible to install an app that'll report that back to you (on unlocked WP7 devices).

Resources