Netfron 3.5 Beta (Internet Browser) - Tilt, TyTN II, MDA Vario III General

http://www.access-company.com/products/netfrontmobile/browser/35_wm_tp.html
Quite fast, easy navigation, good interface and amount of options.
Doesn't support plugins in it's current state though.
Sorry if this is old news (feel free to ridicule me etc.

I haven't seen it before. Have you tested it? I'm looking for something new as Opera doesn't seem to play well with my Wifi.
Hmmm not sure if I like this part tho:
6. Expiry of User License
You may use the Software from the date on which you install the Software to May 31th, 2008. Once this period has elapsed, you must completely delete the Software and, in the case where it has been stored in removable media, dispose of or erase it after rendering it unusable. Furthermore, the evaluation license granted to you hereunder will terminate in cases where you violate this Agreement or where ACCESS notifies you of the termination at its sole discretion, and also in that case, you shall carry out the deletion and disposal processes mentioned above.

mattarse said:
I haven't seen it before. Have you tested it? I'm looking for something new as Opera doesn't seem to play well with my Wifi.
Hmmm not sure if I like this part tho:
6. Expiry of User License
You may use the Software from the date on which you install the Software to May 31th, 2008. Once this period has elapsed, you must completely delete the Software and, in the case where it has been stored in removable media, dispose of or erase it after rendering it unusable. Furthermore, the evaluation license granted to you hereunder will terminate in cases where you violate this Agreement or where ACCESS notifies you of the termination at its sole discretion, and also in that case, you shall carry out the deletion and disposal processes mentioned above.
Click to expand...
Click to collapse
It's a free beta of a not-so-free browser. Sure no one likes to pay but opera mobile isn't free either. I don't see how this is a bad thing.
And yeah, I have used it. Thus my comments in the initial post.

For some reason I misread your first post, thought you just found it.
Should have specified Opera Mini hasn't worked for me..
But you're right, if it works good, and the price isn't crazy, then paying isn't bad. Just from my first impression ofthe page it was a free product (just my perception) - then read the agreement and saw the date it will die off. Will go back and read the site again tho. Will install it either way later to test it out.
Cheers,
Matthew

I don't understand the business model of Access for their NetFront browser. The last commercially available version is still 3.3. The technical preview of version 3.4 has been out for ages now. Each time the time limit of the technical preview expires they issue an extended date.
Now we have the version 3.5 while version 3.4 is not even commercially available. I am sure that after 31st May they are going to extend the date again.
Nevertheless an excellent browser so far that I have played with it. I am eager for a commercial version primarily because of so many restrictions Access imposes on its technical preview versions for example no support for Flash.

Tried this and it looks promising. Anyone find that it hogs the CPU? The task manager shows it as running at 100% cpu use even when in the background causing other processes to run at a snails pace.

chaps said:
Tried this and it looks promising. Anyone find that it hogs the CPU? The task manager shows it as running at 100% cpu use even when in the background causing other processes to run at a snails pace.
Click to expand...
Click to collapse
I discovered the same thing. You definitely need to close it if you hope to do anything else on the phone.

Seems as if I also have stumbled upon the "CPU hog bug".
The first two times I ran this I didn't see it but then after a while my device turned utterly unresponsive and I had to reboot.

yup my phone barely let me open the task manager to close it and i installed it twice.
also when i went on bestbuy's website it kept refreshing the page constantly. maybe this was because i had flash player 7 installed.

I have to say out of all the browsers I've used this one is incredible! It is the only browser I've used that I can get to my banking website with. Once you get used to how it scrolls around it's as close to Safari that I've found. I'd definitely pay money come May, as long as it was reasonable of course.
As far as a resource hog I close the browser every time I'm done with that site so I haven't noticed that either.

Related

cellGPS for Windows Mobile? Upload GSM cell-id on periodic basis to HTTP server?

I'm looking for a simple application that will run in the background, and send the current GSM/UTMS cell-id to a web server on a periodic basis (via HTTP GET).
Basically a program like cellGPS (http://www.vikinggames.hu/product.php?id=11) but for Windows Mobile. I don't really care about GPS info, since that just sucks power (and doesn't work indoors).
What I'm trying to do here is enable my home automation system to know where I am, without sucking my phone's battery to death (especially since GPS won't work indoors). GSM/UTMS cell-id is 'close enough' for me.
The application would just hit a webserver on my home machine with the current cell-id (http://webserver.com/receiver.php?cellid=4233-23) on a definable period. My own app on my webserver would record that data into a database. I can then go back and use that data to let my home auto system know "hey, Justin's almost home, turn on the HVAC, lights, etc".
It needs to be able to run in the background, no annoying icons on the screen, and start up on phone reset.
I figure since it's just sending the cell-id (which is always available), it would be rather efficient and not use much battery power (especially since I usually leave Activesync on "instant" so the data connection is usually up anyway).
Other extensions to this would let my server update twitter/facebook/etc with "Justin's at ... home/work/etc now.".
Any ideas?
wow this would be a great aplication
Two programs come to mind.... Comm Mgr Pro and rk-Location Switch.
I have not really played with these two programs much, but they do Cell tower based switching and might include some of the other features you require (but I do have to admit that they do not have all the features you want).
Dale Lane posted some c# code to programmatically get the cellID of the current tower.
The rest is pretty simple - a place to enter the url and then periodically issue HTTP GET requests.
I guess I could try to cook up something when I have some time.
Well I went and coded a sample app anyway. It just reads the current tower info at the specified interval. Is this the information that you require?
Just extract the zip to the device and run the .exe.
Note: It requires .NET Compact Framework 2.0
this sounds pretty cool. remember that cellid information is good for triangulating to about 1000 meters. you can get "justin's on his way home, turn on the AC" but probably not "justin's in the shower, begin youtube upload"
newb5000 said:
Well I went and coded a sample app anyway. It just reads the current tower info at the specified interval. Is this the information that you require?
Just extract the zip to the device and run the .exe.
Note: It requires .NET Compact Framework 2.0
Click to expand...
Click to collapse
Works great! even though this topic was supposed to be on logging it to a web database, I am not too keen on that since data charges are expensive. I would be more interested in an internal database where I can simply attach a "friendly name", say the location of the site (ie. corner of main and first st.) to some cell sites (or a group of sites) in the internal database. Similar to what nicetrack used to do on previous WM versions. http://forum.xda-developers.com/showthread.php?t=320055
newb5000 said:
Well I went and coded a sample app anyway. It just reads the current tower info at the specified interval. Is this the information that you require?
Just extract the zip to the device and run the .exe.
Note: It requires .NET Compact Framework 2.0
Click to expand...
Click to collapse
I will check as soon as I get my Kaiser back -- I managed to shatter the screen over the weekend. doh. This sounds EXACTLY like what I'm looking for.
Someone else mentioned data charges, which I don't care about, since I'm on unlimited data (AT&T won't even sell the things without the unlimited data plan now).
Actually, I still have my older TyTN somewhere. Let me dig it up and give this a try.
jasonchan said:
Works great! even though this topic was supposed to be on logging it to a web database, I am not too keen on that since data charges are expensive. I would be more interested in an internal database where I can simply attach a "friendly name", say the location of the site (ie. corner of main and first st.) to some cell sites (or a group of sites) in the internal database. Similar to what nicetrack used to do on previous WM versions. http://forum.xda-developers.com/showthread.php?t=320055
Click to expand...
Click to collapse
There's a program that sort of does this now, called Trackme -- but it only does GPS as far as I know. Adding DB code would probably add a whole lot of complexity (and CPU power).
I'm sure it's doable, though, but I would hope it wouldn't be in this app. I have enough crap running in the background eating precious CPU cycles.
I wish I had a Windows machine to do development on. I'm Mac/Linux only, and don't have access to Visual Studio anymore.. I wrote an app to do this for the iPhone, but it can't run in the background due to SDK limitations. It's annoying that Microsoft hasn't made the WinMo SDK work on other platforms (although I guess Apple is doing that with the iPhone, so I don't have much room to talk).
The "goal" of this desired application is to be as lightweight as possible and offload all processing to a real computer. My phone doesn't need to do all of the work.
I can't imagine this would use much bandwidth, anyway. Even if you updated every five minutes, that's far less than 50kb per day, assuming a 64 byte URL + all HTTP and TCP headers. It'd add up to around 1.5 megabytes a month. I'd bet it'd be closer to 800-900kb/month. That's nothing compared to email/etc traffic. I would hope EU/etc carriers aren't so bad that 1.5mb a month would put you over a limit...
jasonchan said:
Works great! even though this topic was supposed to be on logging it to a web database, I am not too keen on that since data charges are expensive. I would be more interested in an internal database where I can simply attach a "friendly name", say the location of the site (ie. corner of main and first st.) to some cell sites (or a group of sites) in the internal database. Similar to what nicetrack used to do on previous WM versions. http://forum.xda-developers.com/showthread.php?t=320055
Click to expand...
Click to collapse
I tested it yesterday when driving home from work. Tower changes were very frequent during my drive home. But lets say that a HTTP GET request (depending on the length of the URL) is on average 100 bytes. Lets say in a day you switch towers 200 times. That would result in just under 20 kilobytes of data usage in a day. I actually calculated this for myself because I also initially thought that one would get a large bill at the end of the month for data usage, but it would seem that this isn't the case.
One could also limit the web requests to only "bookmarked" Cell IDs.
I like the idea of the original poster even though I cannot see how I could use it personally, since I do not have a home automation system.
Regarding more friendly names - I remember that I had set it up on one of my first phones to receive cell broadcast messages from the towers which included the tower friendly name. Haven't tried since, though.
The data that is made available in Windows Mobile is the following:
http://msdn.microsoft.com/en-us/library/aa921533.aspx
Don't see any friendly names of towers though
I thought of adding a "bookmark" button so that one can bookmark the current Cell ID (and possibly assign a friendly name) but this would be very awkward while driving (and the frequent tower changes).
Google has a database with Cell IDs and uses them in Google Maps but good luck getting a copy of their database
norelidd said:
this sounds pretty cool. remember that cellid information is good for triangulating to about 1000 meters. you can get "justin's on his way home, turn on the AC" but probably not "justin's in the shower, begin youtube upload"
Click to expand...
Click to collapse
Hah!
I only need 1000 meter resolution. GPS is definitely more accurate, but it would kill the battery in 6 hours flat.
Maybe when the third generation of GPS sats start going up in a few years, GPS receivers will use less power (since the sats will be much more powerful and supposedly will reach inside most buildings).. but that's 2015 at the earliest. Who knows what HTC/etc will come out with by then.
jmat said:
I will check as soon as I get my Kaiser back -- I managed to shatter the screen over the weekend. doh. This sounds EXACTLY like what I'm looking for.
Someone else mentioned data charges, which I don't care about, since I'm on unlimited data (AT&T won't even sell the things without the unlimited data plan now).
Actually, I still have my older TyTN somewhere. Let me dig it up and give this a try.
Click to expand...
Click to collapse
Only saw your post after I posted mine.
There aren't any web requests yet though, I just wanted to confirm that I was on the right track (through you testing it ). I'm willing to give it a bash because I'll learn something through the process.
Some questions arise:
Should the app dial a connection automatically, or just not send out requests if there is no active connection?
Still need to figure out how to get it to run in the background properly
I'm wondering how it should function if the phone is in standby
newb5000 said:
I tested it yesterday when driving home from work. Tower changes were very frequent during my drive home. But lets say that a HTTP GET request (depending on the length of the URL) is on average 100 bytes. Lets say in a day you switch towers 200 times. That would result in just under 20 kilobytes of data usage in a day. I actually calculated this for myself because I also initially thought that one would get a large bill at the end of the month for data usage, but it would seem that this isn't the case.
One could also limit the web requests to only "bookmarked" Cell IDs.
I like the idea of the original poster even though I cannot see how I could use it personally, since I do not have a home automation system.
Regarding more friendly names - I remember that I had set it up on one of my first phones to receive cell broadcast messages from the towers which included the tower friendly name. Haven't tried since, though.
The data that is made available in Windows Mobile is the following:
http://msdn.microsoft.com/en-us/library/aa921533.aspx
Don't see any friendly names of towers though
I thought of adding a "bookmark" button so that one can bookmark the current Cell ID (and possibly assign a friendly name) but this would be very awkward while driving (and the frequent tower changes).
Google has a database with Cell IDs and uses them in Google Maps but good luck getting a copy of their database
Click to expand...
Click to collapse
Tower switching will happen quite fast in big populated areas. That's why I was just going for every few minutes and not "as the tower changes".
It's too bad the towers don't "advertise" their GPS coordinates along with the other tower data. It seems like that would have been really easy to stick in the UMTS standard.
I'm surprised Google hasn't open sourced that database, or at least made an API library for it. Afterall, their users are the ones who discovered it all, not them -- Google Maps just records GPS coordinates + cell IDs and uploads them when you run the Google Maps location. I've seen that app upload several hundred kb during some runs.
Going back to the 'post on switch' thing. That might be a neat option -- to send a GET on every tower switch.. I'm going back and forth in my head on if that's a good idea or not. It'd be interesting to see how that hits battery life, though. (Since I have ActiveSync with "always push" enabled, I bet it doesn't make much of a difference).
First beta
Hi guys,
Apologies for the delay - I've been terribly busy.
I managed to create the app so it's ready for testing.
Attached is the cab file. The app consists of two components - the configuration utility and the service. The service is responsible for making the web requests and is launched at startup. You can use the configuration utility to adjust the settings as well as monitor what the service is doing.
The service will automatically dial your data connection when a web update is necessary, but it can also work via WiFi - although I don't see why you would use it via WiFi. It also supports websites that require Windows Authentication (Kerberos or NTLM should work, but do test it).
I think the app should be pretty self explanatory, but please do post if you have any questions or experience any problems.
FIY - the last error (if there is one) is stored in a log file located in:
Program Files\CellID Updater\cidlog.txt
Hope you like it!
EDIT: An update is available on the next page. I'm leaving this attachment as is just for reference purposes, but you should download the one on the next page.
CommMgrPro is creating a very big database automatically with operatorID-Cell/LAC-GPS coords sent (automatically) by the users (they can track their movements in realtime with googlemaps). Obviously GPS coords are only sent by GPS enabled devices. You can change the URL where the data is posted (HTTP GET) to point your site and I can give you a free license. Currently 3000 cells registed with gps coords and growing as the users moves....
Dani
newb5000 said:
Hi guys,
Apologies for the delay - I've been terribly busy.
I managed to create the app so it's ready for testing.
Attached is the cab file. The app consists of two components - the configuration utility and the service. The service is responsible for making the web requests and is launched at startup. You can use the configuration utility to adjust the settings as well as monitor what the service is doing.
The service will automatically dial your data connection when a web update is necessary, but it can also work via WiFi - although I don't see why you would use it via WiFi. It also supports websites that require Windows Authentication (Kerberos or NTLM should work, but do test it).
I think the app should be pretty self explanatory, but please do post if you have any questions or experience any problems.
FIY - the last error (if there is one) is stored in a log file located in:
Program Files\CellID Updater\cidlog.txt
Hope you like it!
Click to expand...
Click to collapse
Hey all - my first post.
I must say, it's outstandingly honorable that you share your skills with us. So good.. (haven't installed the tool yet, hope it's no virus or tv-on/off-switcher)
One question @jmat: How do you process the cellid once it is http'd to your server? Is there a webservice that maps cell-ids to gps?
Frouk
frouk said:
I must say, it's outstandingly honorable that you share your skills with us. So good.. (haven't installed the tool yet, hope it's no virus or tv-on/off-switcher)
Click to expand...
Click to collapse
Thanks and no, it's not a virus / trojan / <insert something bad here>
One thing I forgot to mention is that if the device goes into standby, the service will be "paused". Then, when the device comes out of standby, the service will resume where it left off. I'm not sure whether this is acceptable behaviour for the app, but I considered the alternative - preventing the device from going into standby will drain the battery very quickly. So you would choose when the service should send out updates by taking your device out of standby.
Another thing: you can configure how often the service checks for a new tower and whether it should send out an update if the tower is different or the same since the last check.
I'm still wondering how I can put this app to good use, personally. I don't have a home automation system and I don't need to be tracked by anyone at home. Any ideas on what other uses this app could have?
newb5000 said:
Thanks and no, it's not a virus / trojan / <insert something bad here>
One thing I forgot to mention is that if the device goes into standby, the service will be "paused". Then, when the device comes out of standby, the service will resume where it left off. I'm not sure whether this is acceptable behaviour for the app, but I considered the alternative - preventing the device from going into standby will drain the battery very quickly. So you would choose when the service should send out updates by taking your device out of standby.
Another thing: you can configure how often the service checks for a new tower and whether it should send out an update if the tower is different or the same since the last check.
I'm still wondering how I can put this app to good use, personally. I don't have a home automation system and I don't need to be tracked by anyone at home. Any ideas on what other uses this app could have?
Click to expand...
Click to collapse
The configuration is just perfect - that way one can decide when to update just by letting the device go to sleep or not. Another thing: am I right that this app will never be as accurate as Google maps "my location"? It uses triangular approximation with more than one cell-id, right? I experienced it to be very accurate, even being on the train it exactly locates my position, amazing.
I personally intend to use such kind of app for reality/virtuality games where website visitors can track something or someone on the web and then go outside into the real world and do something or meet someone.
But jmats' idea is also amazing.
Cell name
Years ago I had Ericsson R320 (BTW great phone). It showed cell name e.g. "city centre" on the screen besides op name. I dug up my eric from the closet and this option still works. It would be great to have this as a today plugin Do you know something like that?
Handy Use of App
newb5000 said:
I'm still wondering how I can put this app to good use, personally. I don't have a home automation system and I don't need to be tracked by anyone at home. Any ideas on what other uses this app could have?
Click to expand...
Click to collapse
Maybe you could mount a web server in your home pc (pretty simple) and track your device if it gets lost or stolen... It would be nice to recover your $700dlls phone right.

Google Chrome

Anyone else interested in this browser? It looks like it will kick ass and who knows they might make a mobile app for it...outside of Android.
Reading your post using it now.
I will give it a go, but I do like Firefox.
opera been ok for me 7 years now on pc
and a few on pda
I've been using it for about 30mins now, it has some quirks but overall speed is the fastest I have seen in a long time.
Check out the cartoon about it:
http://www.google.com/googlebooks/chrome/
Just installed it on my HTC Shift, and it seems pretty good so far.
Regards,
Dave
Yea it is really fast. I like it.
Maybe in the future could be a good option, but now in Beta... I´ll stick to Opera.
There is no options to personalize, change color, etc, speed is good but not as good as they anounce
Don´t let go with Ads mates! Google want´s all the "Internet World", at least they have to pay us for that!!
Cheers,
it is fast though..but cant replace my Opera..no support for Emails so useless..but it has some fetures which makes it a lil nices
I've tried on my Acer One, and it works very fast, both to launch, and to open web pages. It is very low memory consuming, so i think it will be my preferred browser.
My problem with Opera is it's unstable nature with certain sites, especially older forums. Sometimes it can be a major PITA.
I downloaded it last night, it seems much faster than Firefox. I didn't know there were so many ads on some of the forums I visit I'll stick with Firefox so I don't see the ads.
** This morning I noticed that GoogleUpdate tried to access the internet about 12 times last night. This was with Chrome closed!! I don't give any programs access to the internet for updates.
I have found a problem with Chrome and vBulletin boards like XDA.
It is incorrectly turning DST ON in Eastern Australia making all times out by an hour.
In
User Control Panel
Setting DST Correction option to [Always Off] works around the problem for now. Something amiss in the Chrome javascript engine perhaps?
Without making this change whenever I switch between IE or Chrome with a vBulletin board I get an auto DST update message. IE time is correct. Chrome is wrong.
Anyone else wee this?
You might want to check the EULA a little closer there. It is definitely a boilerplate with some wide ranging implications of they enforced it. It also has a number of bugs, such as a carpet bombing vulnerability right off the get go. Nice idea and if they were to put a decent EULA on it, I might use it.... In the mean time, I'll stick with SeaMonkey or Opera.
-Will
IM USING IT RIGHT NOW!!!
It PWNS!!!
The EULA agreement has already been debunked just check section 9.4....here is how another user explained it:
Actually this is pretty flawed. I know this was posted in MANY other places as well, and I can't write to the authors of ALL those posts, but here's where copypasta news and blog entries have their flaws.
If you read section 9.4 closely, you'll see what I mean:
9.4 Other than the limited license set forth in Section 11, Google acknowledges and agrees that it obtains no right, title or interest from you (or your licensors) under these Terms in or to any Content that you submit, post, transmit or display on, or through, the Services, including any intellectual property rights which subsist in that Content
That "limited license" it refers to is what has exploded onto the internet as a violation of rights, privacy, etc. Again, if you actually read section 11, you'll see that the limited license is only for the promotion of Chrome, and this only holds to things that aren't already covered under other rights, such as copyright or intellectual property. Basically, this boils down to: Google can use anything that is online to promote itself, if one of it's users accesses that site. Which, in all honesty, it could do anyway.
This doesn't violate anything. And if you're still scared of it, use Chromium, the active open source project without the EULA that Chrome is based on.
Click to expand...
Click to collapse
As for bugs. I have noticed the DST bug, also it seems spell correction doesn't work on some boards I post on. Other then that it's the best browser I prefer.
Sledutah said:
I downloaded it last night, it seems much faster than Firefox. I didn't know there were so many ads on some of the forums I visit I'll stick with Firefox so I don't see the ads.
** This morning I noticed that GoogleUpdate tried to access the internet about 12 times last night. This was with Chrome closed!! I don't give any programs access to the internet for updates.
Click to expand...
Click to collapse
Edit:
I uninstalled it yesterday. After installation it was still trying to access the internet via GoogleUpdate. I went through the registry and there were tons of references to googleupdates and chrome. I deleted all of them and haven't had any more requests. Wow, don't think I'll even reinstall it in the future just for that.
Theres some kind of memory leak
Whenever i run it
My CPU usage shoots WAY UP
Its fast but dam should it be taxing my processor like that
Cool browser
I love it, been using it for about a week now LOL. But there is still a lot of work needs to be done!
Google Chrome is so much faster on many websites, especially on XDA-developers.com, where it is seconds faster when switching between pages in the forum.
And by using privoxy on newspapers, etc., you can get rid of those annoying ads with ease.

A list of features that lacks in Windows phone 8

Hi everybody, I would like to make a list of those features that lacks on windows phone, even if we are only at very early stages, maybe with the arrive of unlocks some of them could be added, in future..If you have any suggestions I can edit the list
P.S. I consider the GDR3 improvements alredy achieved (like a decent task manager, FM radio..)
-A FILE MANAGER
(yeah, I know that on the market already exists something, but they are definetly FAR from a real file manager. Anyway nokia/microsoft said that in the next months would come out http://www.tuttowindowsphone.net/wp-content/uploads/2013/08/nokia-lumia-file-manager.jpg , we will see..)
-FLASH PLAYER
(on windows RT exists and works, as in future the WP8 kernel would be almost the same of WinRT, probably we will se it..or at least I hope so)
-LIVE TILE TOOGLE
(Right now we have only shortcuts to settings, would be more useful if the live tile would act directly as a toogle. Maybe someone will give it an attempt :fingers-crossed: )
-A NOTIFICATION LED
(some phones does have the windows logo acting as a led, BUT it works only to notify some battery status (a bit useless..). If it should be used as a proper notification led would be amazing..or at least the camera flashlight could be used for that (ok, this is a desperate suggestion LoL)
-COSTUMIZABLE RINGTONES AND ALERTS RELATED TO THE APP
(A different sound for whatsapp, sms and e-mail. I personally use the phone at 90% in vibration/silent mode, But I know that it could be useful)
-A CUSTOMIZABLE LOCKSCREEN
(I mean lock-patterns and some other useful features..I mean, windows phone 8 lockscreen can be used better, you know..)
-A QUICK WAY TO MANUALLY ADJUST SCREEN BRIGHTNESS
Sometimes the Authomatic sensors don't work well and is necessary to switch the brightness manually.
-A BETTER PUSH NOTIFICATIONS MANAGEMENT (thank's to @Life'sGood for reporting and to @GoodDayToDie for explainations)
Sometimes are delayed
This really belongs in General; it is neither a question (or answer) nor related to troubleshooting.
With that said...
The only thing really standing in the way of an on-device file browser is the need for somebody to write it, but that doesn't mean it'll be worth much to do so right now; until I or somebody else gets more permissions working (ideally, all of them), the amount of the file system which is readable (never mind writable) is extremely small from an app's perspective. To get an idea of what I mean, take a look at my Webserver Native Access app - the all-capabilities version, if you have a Samsung phone - and see for yourself just how little of the system is accessible.
Even completely leaving aside the permissions issue (ha!), Flash player support is somewhat unlikely. First of all, it struggles a little even on the Surface RT, which has nearly twice the CPU power of any WP8 model right now (GDR3 opens the path for quad-core WP devices, but they aren't here yet). Second, the kernel may be the same but the user-space libraries are not; a lot of system components that Flashplayer depends on are probably missing from WP8.
Believe me, such toggles have been attempted, and they will go on being attempted. It'll happen eventually...
Some phones actually have a notification LED, even. There are (unofficial) APIs that could probably be used to control it, too... I wouldn't hold your breath on this one, though. In any case, you won't get colors unless there's actual multiple color elements there to work with; the best you could di is different flash/fade patterns.
Update 3 (GDR3) brings some additional controls over notifications. However, I believe you're right that they still don't offer per-app sounds (though you can set the sound for apps, as a class, I think).
Lock patterns are pretty darn weak and easy to break, but in general I agree with the concept of having more control over the lock screen, and additional features.
Not a problem that I've had, but I can see how it could be. This probably falls under the toggle tiles request, actually; have the ability to create tiles that increase or decrese the brightness.
Sorry for the bad section, I was looking at the same moment at general section and at Q&A and I chose the wrong browser tab, my fault (don't know how to change section)
Anyway thank you for the reply I think that the main problem for indipendent developers is time, because every 18 months windows stops the support on the actual OS and switches to another new (WP8 support is planned to be killed in july 2014, after that it will be an update to extend "phone life" of 6 months, in total: 2 years). After that date will come out another OS but nobody knows if it will be "similar" to WP8 or something totally different (probably the latter option)..and everything probably would start from the scratch. I think that all the OSs producers are making BIG efforts to make you change phones after exately two years LoL
P.S. When I talk about brightness control, I can't figure out how a live tile could directly make it (swiping on it?), it can only turn on/off. My idea was that could be useful something like a swipe on the status bar on the top of the screen, like cyanogenmod does (I don't want to compare android to windows because they are totally a different concept, so I generally don't want to mention functions present in other OSs that could be ported, IMHO it's quite useless thinking in this way.) but I suppose that this is quite impossible on a programmative side :s
You'd have two (small) tiles for brightness control, one to increase and the other to decrease. It would be a little messy and would need to go in significant steps, but it's possible.
I think it's not a bad idea I've just found out that on offical WP8 site exists a section dedicated at suggestions about features to add to windows phone, and many pepole voted on that site..but Microsoft NEVER listened to them LoL probably the task manager improvement in GDR3 will be the first feature accepted by Microsoft from that lists. Anyway the requests on the officiale site are quite the same on my post (file manager is STRONGLY requested)..nobody is asking for flash player or for led notification (quite strange IMHO but that's it).
P.s. any idea about how to reach bootloader (I'm talking about ativ s)? I suppose that with a simple boot is impossible, even pressing a combination of buttons will not work..
There have been multiple items implemented from uservoice, although the custom SMS tones and application closing are certainly notable for having been long-requested and taking until now to be provided.
No idea on the bootloader. I haven't been looking for it in particular, though; not my area of interest.
Technically, you can implement a media stream source to support flash (i believe there is one already on the interwebz).
However, flash is really not meant for mobile devices (which is why very few mobile OSes support flash out of the box), because it wasn't intended to be used on devices with such low computing power. So even if you were to have a flash player, you wouldn't be able to do much with it until your battery drops dead or your phone starts turning into plastic(or aluminum in some cases) soup.
There is also an increasing abuse of flash advertisement all over the internet (which is bad from many points of view), which hurt mobile internet browsing quite a lot on devices with flash support. I just wish google & adobe would stop supporting this dark ages format and move on to HTML 5
Yeah but..just to make a famous example, look at youtube. Many videos are locked down for mobile devices. Combining a flash player and a browser that supports desktop as user agent, you can go beyond this limit. Ok, the result is that it works quite bad, but at least it works..
gigsaw said:
Yeah but..just to make a famous example, look at youtube. Many videos are locked down for mobile devices. Combining a flash player and a browser that supports desktop as user agent, you can go beyond this limit. Ok, the result is that it works quite bad, but at least it works..
Click to expand...
Click to collapse
I don't think that the format (flash) is the problem here, you can always watch these videos with an unofficial app, like Metrotube or Tunetube. And I doubt they use some kind of flash player, it's just not allowed on mobile devices by the uploader/youtube I think.
To the OP, what do you mean with "features that lacks in Windows phone 8", something MS should fix or hackers should provide as features? Because a file manager would completely be against windows phone's locked OS, every app is sandboxed and can't access other app's storage, which has its reasons for security. A file manager will never be possible, except for th case they change the whole OS. On iOS, it's pretty much the same, and with a jailbreak you get a file manager (if you want to). And you can brick the whole system, can make apps crash or even modify them, which would cause a lot of trouble for Microsoft.
I have to try those unofficial apps, I've never considered to use them Regarding the lacking of features I mean that with a system well locked down like WP8 is, I think that microsoft should put more effort to provide some features that nowdays are considered basic (you know, a notification led is useful and doesn't require any particular effort from microsoft or manufacters. Even (real) toogglers are essential but they are not in here..don't know why ) Of course I understand that not all the features can be provided by microsoft due to security reasons, and here comes developers' work
P.S. regarding file manager I suppose that, if it will would ever come out, would have been thanks to developers, but as I said in OP, nokia probably would provide it. Don't know if it's true, but let's see what comes next! Some hours ago at Abu Dhabi, at lumia phablet presentation, came encouraging signals to encrease the number of the apps for windows phone. Ok, it doesn't mean anything and Personally I don't use instagram but more apps means more people that will adopt WP8..and more people will call more developers (hopefully) and micosoft ecosystem would finally start (even if there's to solve the "problem" of Windows RT/Windows Phone, first).
As you said even iOS is closed-source but (even if I don't like making comparisons between OSs because they aren't meant to work in the same way) I think that the interest in that platfom made possible to create the powerful mobile substrate, to make even heavy modifications to the system.
But even without moddings, I mean..iOS now has quite al the essential features that a phone requires (quick and real toogglers, a camera flash that tries to act as a notification led..ok, not a file manager but it has a download folder, a quite "useful" lockscreen, battery percentage..), so IMHO is quite usable out of the box because apple now provides many of the basic features expected to be on a phone. So I think that for apple devices jailbreaking is not as necessary as was in the past. WP8 on the contrary strongly needs a jailbreak because is not a fully mature OS..
ANOTHER FEATURE THAT LACKS (IMHO): the new versions of office are not as useful as office 2010 in windows mobile. Who remembers WM, office 2010 was so similar at the desktop version (even fonts could be changed and added!!!)..but since then, the most part of features disappeared, so office mobile stopped being as useful as it was before for business people nobody will care about that (developers can't do anything for this, and microsoft will never provide those features..but I miss it. So I didn't put this in the list because it's more a "personal" thing.
And I was thinking that even a windows phone with the stylus would be useful especially with one note, that on PCs and tablets is ready to be used with a stylus and I found this fantastic. But even this is a "personal" desire that will never come LoL
::facepalm::
snickler said:
::facepalm::
Click to expand...
Click to collapse
Why? I don't think I'm that wrong, there's no real possibility to have a fully featured file manager on WP, is it?
th0mas96 said:
Why? I don't think I'm that wrong, there's no real possibility to have a fully featured file manager on WP, is it?
Click to expand...
Click to collapse
In my inner eyes i see next user/professional developer asking if there was a patch to adjust screen brightness to personal needs in more than just the dictated three steps.
Answer: Buy an other phone or program your own OS.
A very simple feature is missing, App update notifications from Store.
WP8 now doesn't seems to be telling me when the apps on my phone has been updated unless I went to look for them. Its only then that the tile shows 1 update available. HELLO???!!!
So that means I have to list out the apps I've downloaded and look for each and every single one of their updates?
How can Microsoft and OP miss this one out?
And my clock isn't synced even if I set it to auto, sometimes it jumps AM/PM or even months!
Life'sGood said:
A very simple feature is missing, App update notifications from Store.
WP8 now doesn't seems to be telling me when the apps on my phone has been updated unless I went to look for them. Its only then that the tile shows 1 update available. HELLO???!!!
So that means I have to list out the apps I've downloaded and look for each and every single one of their updates?
How can Microsoft and OP miss this one out?
And my clock isn't synced even if I set it to auto, sometimes it jumps AM/PM or even months!
Click to expand...
Click to collapse
Added in OP
@Life'sGood and @gigsaw: That's a problem with your phone, not the OS as a whole. I guarantee you that WP8 fully supports app update notifications and clock sync. If yours doesn't, that's a problem with your phone, specifically. Blaming Microsoft for it is nonsense and won't help you fix the problem.
Now, as for fixing the problem... do you have an active SIM card in the phone? If so, does it have a data connection? That's most logical reason I can think of for the app update notifications to not appear; no connectivity when the phone tries to check. The clock can sync off the towers as well (also needs a SIM, I suspect) but it can also sync off GPS satellites (which have extraordinarily accurate clocks, and broadcast time signals that anything with a GPS receiver can pick up even if it can't get an accurate locations fix).
The most likely solution, honestly, is to hard-reset your phone. You might want to call support or take the phone in to a Microsoft store or something first, though; hard-reset will wipe the data (though that's most likely what they'll tell you to do anyhow).
GoodDayToDie said:
@Life'sGood and @gigsaw: That's a problem with your phone, not the OS as a whole. I guarantee you that WP8 fully supports app update notifications and clock sync. If yours doesn't, that's a problem with your phone, specifically. Blaming Microsoft for it is nonsense and won't help you fix the problem.
Now, as for fixing the problem... do you have an active SIM card in the phone? If so, does it have a data connection? That's most logical reason I can think of for the app update notifications to not appear; no connectivity when the phone tries to check. The clock can sync off the towers as well (also needs a SIM, I suspect) but it can also sync off GPS satellites (which have extraordinarily accurate clocks, and broadcast time signals that anything with a GPS receiver can pick up even if it can't get an accurate locations fix).
The most likely solution, honestly, is to hard-reset your phone. You might want to call support or take the phone in to a Microsoft store or something first, though; hard-reset will wipe the data (though that's most likely what they'll tell you to do anyhow).
Click to expand...
Click to collapse
Please let me explain why I though it was microsoft's fault: I had an WP7 with a different SIM (but same phone number) and those problems were there for almost Every app I had to update and clock often changed hour. After that I had an Android, at least with date and time no problem..with store of course I can't say after a year of android I switched back to WP8 and the market/time problems happened only a couple of times..but I thought that was something wrong in my phone because here on xda nobody has never talked about it. But I notoced that even whatsapp sometimes misses or delays some notifications with wp8 (with android never happened), and, at least in my country, this is a common problem with many users that complain abouth that, so at least for whatsapp I'm sure it's not my problem. I contacted the support of whatsapp and they said to me, if I remember well, that whatsapp notifications pass trough Microsoft servers, so in their opinion the fault of this problem was microsoft's. So I was thinking that even the other problems are related with Microsoft server's sync..so when another user said to have almost same problem As mine (but As I said, with WP8 happened to me only a couple of times, I don't know if other user has those problems more often), I convinced myself about my theory LoL of course I can imagine I am totally wrong because I don't know how those syncs works and if they work alla in the same way..what do you think about it? Before re-editing the OP I wanted to explain to you the whole situaton because you have for sure better knowledge about that
Push notifications for apps are completely different from update notifications. The latter are polled for, by the OS, at pre-determined times and without the app in question being involved at all; you'll get the update notifications even if you've never run it.
That said, push notifications on WP (7 or 8) are not as quick or reliable as on Android, it's true. The battery impact of push-using apps is lower, though.
Thank's, anyway I will hard reset my device. I have just realized right now that if the glance screen could be ported in future on other devices, a led notification becomes useless (of course, I don't know what is the battery impact on an AMOLED screen..and it's VERY important)
GoodDayToDie said:
@Life'sGood and @gigsaw: That's a problem with your phone, not the OS as a whole. I guarantee you that WP8 fully supports app update notifications and clock sync. If yours doesn't, that's a problem with your phone, specifically. Blaming Microsoft for it is nonsense and won't help you fix the problem.
Now, as for fixing the problem... do you have an active SIM card in the phone? If so, does it have a data connection? That's most logical reason I can think of for the app update notifications to not appear; no connectivity when the phone tries to check. The clock can sync off the towers as well (also needs a SIM, I suspect) but it can also sync off GPS satellites (which have extraordinarily accurate clocks, and broadcast time signals that anything with a GPS receiver can pick up even if it can't get an accurate locations fix).
The most likely solution, honestly, is to hard-reset your phone. You might want to call support or take the phone in to a Microsoft store or something first, though; hard-reset will wipe the data (though that's most likely what they'll tell you to do anyhow).
Click to expand...
Click to collapse
afaik i'm not seeing these features. I did a hard reset but I've yet to see the Nokia Camera, network+ (call filter) update.
I googled and found out this is a system wide issue with almost everybody having this issue. So does a half f'ed apple still counted as an apple?
App update notification this feature is simply not available.
I have a SIM and data connection for my 1020, on Wifi most of the time. Clock doesn't sync at all neither.

WebOS...any redeeming value?

HP is shutting down WebOS on January 15,I have 2 Touchpads,one is unopened sitting in a draw for 2 years.Should I do anything special before the shutdown?
I only use it as a web browser on wifi when on the road at work,and from day 1,it has been barely adequate,and from day one it has not been functional on many websites,and seems to be more incompatible with other sites as time goes on.Is there any reason to keep WebOS,or should I just convert it to Android...and is there any rush for me to do anything,like any downloads or apps before the 15th?
I don't have any Palm devices,so I have no feelings for the OS at all.All my phones have been Android,don't play around with them much,but root them all.
I didn't have any actual information on the implications of it shutting down but it also piqued my interest so i had a quick search. See the following link ( i can't link yet but it's a https address.
developer.palm.com/content/resources/develop/faq.html
It seems most of the useful services will be shut down at the same time (including the app catalog and alarmingly, but not surprisingly, any password recovery). So basically, after the 15th you'll be a bit stuck.
As for whether you should get rid and use android, i think you answered your own question. You only have 1 function and it doesn't perform that to your satisfaction. I would suggest switching to Android, at least you can dual boot and give it a go. I currently use Lolipop on mine. Whilst not as smooth or aesthetically 'nice' as webos, i find it far more functional.
Hope this helps
Well,HP announced at the last second that they were extending the services until March 15.
And hahaha,yes I guess I kind of answered my own question about keeping WebOS versus moving it to Android. and yes,my dissatisfaction of the WebOS browser started the day I turned it on about 2 years ago,and found it would not render the National Weather Service website correctly...apparently not compatible with how most government websites are written.Being in the construction industry,I am hitting up that website a few times a day,to plan out the day,and that site is by far the most useful and accurate.
I guess my next question is...How will this touchpad run on Android,and what limitations or glitches can I anticipate with it as a web browser? I just want to be sure I can install and chase down any problems with my simple and rudimentary skillset.
I can only speak from my own experience, although if you look through this forum sub-section + the ones for a particular ROM you are considering (in the development) it would give you a good idea.
I have used various ROMS (mostly derivatives of Cyanogenmod). It started out a bit shakey, which is understandable, on version 7 but now it is up to 12 and i don't really find i have any day to day issues. The ageing hardware does struggle a bit if you have a load of widgets on the home screens and background apps running but from the sounds of what you want i don't expect an issue. There are also a lot of various different android weather apps that should suit your needs without even having to visit a website.
The installation/removal is fairly straightforward now with step by step guides on doing it. Look at the threads about TPtoolbox. This is a very straightforward tool.
Also if you try it before March you can always revert if you want to.
Live long and prosper WebOs
https://web.archive.org/web/20140214...octor_Versions

[Q] switching from android to windows phone

Looking at the Nokia 640 on metro PCs , what are you guys opinions on this phone?I had a Nokia 521 quiet awhile back but switched to android because of the lack of SD card use back then.
I can't speak to MetroPCS as a carrier, but the 640 is a great phone for its price. The biggest problem with it is the same problem every WP device will have - there aren't as many apps available for the platform as there are for Android and iOS (although there are a bunch nonetheless, and more every day) - but the phone itself is quite good unless you need high-end specs for some reason. The OS runs very smoothly on it. Also, it's upgradable to Windows 10 Mobile (yes, Microsoft changed the branding on their phone OS *again*...), so you've got a reasonably future-proof design and it'll even be able to run at least some Android apps in the future.
In my opinion windows phones are always better and safe than android phones. You can also read about technology public relations.
Play Apps?
GoodDayToDie said:
I can't speak to MetroPCS as a carrier, but the 640 is a great phone for its price. The biggest problem with it is the same problem every WP device will have - there aren't as many apps available for the platform as there are for Android and iOS (although there are a bunch nonetheless, and more every day) - but the phone itself is quite good unless you need high-end specs for some reason. The OS runs very smoothly on it. Also, it's upgradable to Windows 10 Mobile (yes, Microsoft changed the branding on their phone OS *again*...), so you've got a reasonably future-proof design and it'll even be able to run at least some Android apps in the future.
Click to expand...
Click to collapse
Where are these claims about Android apps to WP coming from? Isn't it still a rumour?
I can't seem to find any official substanciated news about this...
As I understand it MS currently have two problems regarding the app-gap;
1) if they open WP to Play-apps, then they risk losing interest from dev's to continue making apps specifically to WP, making WP more or less another version of Android.
2) making dev's keen on making apps for a third platform, which isn't futureproof yet (even tho it's been around for long enough). This "solution" will make WP it's own and keep MS in the mobilemarket as an real and actual alternative to the established platforms.
What is sure and what are rumours?
M
Metalbuddhist said:
Where are these claims about Android apps to WP coming from? Isn't it still a rumour?
I can't seem to find any official substanciated news about this...
As I understand it MS currently have two problems regarding the app-gap;
1) if they open WP to Play-apps, then they risk losing interest from dev's to continue making apps specifically to WP, making WP more or less another version of Android.
2) making dev's keen on making apps for a third platform, which isn't futureproof yet (even tho it's been around for long enough). This "solution" will make WP it's own and keep MS in the mobilemarket as an real and actual alternative to the established platforms.
What is sure and what are rumours?
M
Click to expand...
Click to collapse
They will not enable android apps to run directly on the phone like in an emulator, they developed a tool so android developers can recompile their existing app code so it can be used in windows, see the video below.
https://www.youtube.com/watch?v=2qgajY4An1I
I'm really looking forward to making the switch from Android. I've always been a Windows PC enthusiast, and Windows 10 is shaping up nicely.
So, a phone to match will be nice. As for apps for phones, I hardly use any nowadays.
The biggest disadvantage of WP is the low market share of under 10% .
This means that most of the useful apps or games will not be available to WP.
But if as you say you dont use apps and you like the windows style you should go for it!
My experience switching over
I picked up a 640 on T-Mobile the other day as a new "daily driver" - my S4 went swimming once upon a time and reception was never quite the same after that, and I've been thinking about app development and the possible advantages of being a bigger fish in a smaller pond - particularly if MS manages to be successful going forward with Windows Phone. I'm sure I won't have anything available by the time Windows 10 Mobile comes out, so I'm not sure how that's going to work out in the end - perhaps Android development would be a better choice after all? But my experience with the phone overall hasn't been bad so far, particularly not for $100.
The one thing that I hate about the phone is that I can't put it on WiFi at home - something about the WiFi config puts it into a boot loop when it tries to kick in the voice over WiFi piece. Seems like it's similar to the "no iOS zone" problem that turned up for Apple back in April, except that since (relatively) nobody is using Windows Phone nobody really cares. The "fix" recommended is "reset your router to factory defaults" which might be an issue since I'm running OpenWRT..... I'm thinking about putting the Windows 10 preview on so this may go away - even if it's only due to lack of support for T-Mobile's WiFi calling. At least I have LTE coverage in most of my house and an "unlimited" data plan.
The main thing I'm really missing is browser choice - I REALLY miss having Firefox and Dolphin, because I do a lot of long-form reading in my browser and the readability view in FF is much more usable. LastPass in Dolphin is also nice to have, though it never worked for me in Firefox. I'm also missing the addon ecosystems of both browsers. Surfy is at least a nice addition, but browsers on WP seem to be at least 2-3 years behind what's on Android. Both IE and Surfy "feel" kind of like the built-in browser in Gingerbread (2.3) or maybe in the early days of Ice Cream Sandwich (4.0) before Google started pushing Chrome as the default browser. Having relatively weak browser(s) is a problem because with the lack of apps at least I can use mobile websites..... when they don't simply crash out the IE tab/window/whatever since it's not a tabbed or windowed interface.
I'm also hoping that Pocket Casts will work correctly for me after their next update (currently it hangs if I turn on sync to pull in my podcasts, then dies on app startup), but I'll survive for a while. I'm also feeling the lack of good ebook readers, I've been spoiled by Cool Reader and Moon+ Reader Pro on the Android side.
The only things besides browsers that I'm really missing:
Things tied in with Google's ecosystem - I use Google Voice for my voicemail, I've been using Location History for a long time to help me track when I arrive at and leave customer locations, and there's a group of us that uses Google Hangouts for group chat. I can get Voice notifications in email with the transcriptions then listen to the messages via URL. The Location History bit I may be able to replace with Phone Tracker, but I'm not sure what to do about Hangouts yet.
Replacement keyboards! I've been a big Swiftkey user for years and would love to have it back even without the voice recognition link (which launches Google's service). I hate having to do 4-6 extra keystrokes to enter passwords because of the switches to get to numbers/punctuation and extended punctuation (via the numbers page). There are places where Hacker's Keyboard (a much more full keyboard nice for terminal emulations) was also nice to have.
A GOOD text editor (e.g. DroidEdit which has syntax highlighting, etc.) or really even an adequate text editor. Maybe a mediocre one? Please? I've seen mention of Code Editor but was unimpressed by the "Free" version (first thing it does is throw you to the store page for the paid version, free version can't even see the "advanced" editor that's the only reason to actually consider it). The only other option that at least looks good in screenshots ("HTML+JS+CSS IDE") hasn't been updated since 2013 and has a total of 3 reviews - and the two with text are both 1-star.
CallTrack (which adds all of my phone calls to my Google Calendar, tagged appropriately and with start and end times) and SMS Backup (which uploads my sent/received SMS to GMail, tagged appropriately). CallTrack is great for going back and "Who did I talk to that day?" and SMS Backup is great for tracking down things received in old messages. I WILL be working on finding replacements for these.
And a few less-important things that I can either do without or still need to find replacements for:
My auto mileage/service tracking app - if there's something comparable to aCar then I haven't seen it yet.
OpenVPN, though the VPN service I use allows IPSEC as well so I'll need to set that up.
Lyft, though I've not actually needed to use it. I know Uber's on there, I just like what I know of Lyft better (and there's one area where my wife may need it that's on the edge of the areas for both but Lyft covers it and Uber doesn't).
KeePass - I believe I saw one implementation in the Store, but I'd want to check into the background of it given the number of scam apps I've come across.
@fencepost: Good list of stuff, there. I don't really have a good solution to much of it - I mean, Microsoft has alternatives to a lot of Google's stuff, but they are mutually incompatible so everybody you hang out with would need to switch too - but those are some good problems to list. The problem with WiFi calling is probably a T-Mobile bug, sadly; I don't have it myself but WiFi Calling on WP8.x isn't really as good as it could be. My biggest personal complaint with WiFi is that the OS is too damn desperate to stay on (unusably weak) WiFi signals even when it has cellular data; if I'm actively using my phone when I leave the apartment (for example, checking a bus schedule) it's faster to manually disable WiFi than to rely on the phone to notice that the WiFi signal is much too weak to use and fail over to cellular. Ideally I'd be able to tell the phone to use cellular by *default* and only use WiFi for stuff that it can't get ont he WAN (LAN servers, etc.), but the OS wasn't really designed to provide an optimal experience for people with unlimited data plans.
The custom keyboard thing may be fixable soon - at least, I really hope so - but for now it is indeed a problem. WP8.1 has the best *built-in* keyboard of the three leading mobile OSes, IMO, but it's not better than all the Android options.
As for a text editor, I generally avoid writing anything longer than notes or minor document edits (or emails, but usually only plain text) on the phone, so I haven't really looked. You might be able to use SSH or Remote Desktop, though; there's a number of decent apps for each (including a MS-authored one for RDP) and with unlimited data they should work. You may even find them more useful than a local editor. It might be worth setting up a Remote App server (so you'd *just* get an editor, rather than a whole desktop) for this.
OpenVPN *should* be possible to port, but it needs a driver (TUN/TAP) and MS would need to approve or provide that even more than they would need to approve a new VPN app (which I think requires a capability not normally available to third-party devs). I'm tempted to say that they really *should* allow it, but I'm also painfully aware that OpenVPN on Windows (and, possibly, other platforms) is sort of crap. I can usually beat it into submission on a machine where I have admin, but on a phone it could simply just sit there being unusable until the phone gets rebooted or something.
WP8 in general seems to have a lower risk of scam apps than Android, but it's definitely a good idea to look into any password keeper utility's trustworthiness.
EDIT: As for browsers, as far as I know there's not actually any rule against third-party browsers. Opera Mini does exist for WP8, which is cool, but so far as I know nobody has ported a Gecko or WebKit/Blink-based browser. Ideally, somebody should fix this, although getting them to work within WP8's application model might mean rebuilding a lot of the browser as well as just porting the rendering engine.
Metalbuddhist said:
Where are these claims about Android apps to WP coming from? Isn't it still a rumour?
I can't seem to find any official substanciated news about this...
As I understand it MS currently have two problems regarding the app-gap;
1) if they open WP to Play-apps, then they risk losing interest from dev's to continue making apps specifically to WP, making WP more or less another version of Android.
2) making dev's keen on making apps for a third platform, which isn't futureproof yet (even tho it's been around for long enough). This "solution" will make WP it's own and keep MS in the mobilemarket as an real and actual alternative to the established platforms.
What is sure and what are rumours?
M
Click to expand...
Click to collapse
I read an article on Flipboard some while ago that MS had ditched it because of Lack of security in Open-source and it wouldnt work directly from the file system.. only if they sideloaded Android apps. Why do we want android apps anyway.. It removes the love of WP. MS need to invest more money in their WP store to entice new devs.
Let ms make a toolkit for the android devs
A toolkit to one click port it to MS ecosystem
Then the threshold to port it would be lower and a real mony maker for the devs
Sent from my C6603 using XDA Free mobile app
NightOrchid said:
I read an article on Flipboard some while ago that MS had ditched it because of Lack of security in Open-source and it wouldnt work directly from the file system.. only if they sideloaded Android apps. Why do we want android apps anyway.. It removes the love of WP. MS need to invest more money in their WP store to entice new devs.
Click to expand...
Click to collapse
I don't want Android apps as such, but Android and IOS devs in the wp game.
I've had a lot of Apple and Andy devices the last eight years and have grown to like the variety of developers and want they put out for us.
WP is a good ecosystem, but the app gap is way bigger than I expected. There are just to many everyday apps I had on my other phones, which I cannot get in WP (yet).
I feel like I've walked into a grossery store and most of the shelfes are empty... I have to buy my oj and milk in another store, simply because MS can't get those dev's on board.
...And that's just a crying shame.
The 640 has a baked in WiFi calling feature rather than a separate app like almost every other Lumia device. I think it may be the only Lumia to have Wi-Fi calling baked into the SIM settings rather than running as a separate app.
Be careful if you are using any Google apps with it - Google is scared of Windows phone and they are doing everything they can to prevent app development. Any app they have taken over will never see another Windows phone release, and they are kind of crazy about it. For example Microsoft made their own YouTube app because Google wouldn't ,Google forced them to take it down. Now the YouTube app on the WP is just a link to YouTube - not because no one wants to make one for WP, but because Google won't let anyone make one.
---------- Post added at 08:34 PM ---------- Previous post was at 08:32 PM ----------
I should add though - I have the 640 and it's awesome, extremely fast, well built, solid screen, expandable SD card slot, decent cameras for a phone and an ok flash. It's also neat the way the apps tie together with your windows 10 computer
NightOrchid said:
I read an article on Flipboard some while ago that MS had ditched it because of Lack of security in Open-source and it wouldnt work directly from the file system.. only if they sideloaded Android apps. Why do we want android apps anyway.. It removes the love of WP. MS need to invest more money in their WP store to entice new devs.
Click to expand...
Click to collapse
I have tried both Windows as well as Android Phone but everyone will agree that Android is anytime the best coz of features or benefits it has to offer. I used to be a Windows Mobile fan but now I love Android.
I would not switch to Windows again for now atleast

Categories

Resources