maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Off Topic (https://talk.maemo.org/forumdisplay.php?f=19)
-   -   Jolla Tablet Refunds (latest developments) (https://talk.maemo.org/showthread.php?t=94393)

MartinK 2015-10-12 19:52

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by korpenkraxar (Post 1485283)
I have been a bit undecided about Gnome 3 but I could see it fit on a tablet like this and actually have a fairly nice in-between interface on a device which would sometimes be used as tablet and sometimes as a laptop with some external peripherals.

While mobile use & touchscreens are not the primary target for Gnome 3/Gnome Shell (contrary to what some people have been continuously assuming for years ;) ) the Gnome developers do track touch screen support issues so that Gnome Shell can be used on touchscreen devices in the future.

szopin 2015-10-12 19:54

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by MartinK (Post 1485284)
Weston should not be needed - Weston is a reference implementation of a compositor speaking the Wayland protocol - and you don't need that as you already have one such compositor called lipstick. Even in Gnome Shell on Fedora GTK3 work s just fine with Wayland without Weston, using the Gnome Shell Mutter compositor instead.

So what is needed if we want to run GTK3 apps such as Firefox, Virt Manager, Thunderbird, Corebird, etc. is to build GTK3 and all its dependencies.

I have started on this in the Mer OBS but haven't really got time to work on it lately. So anyone is welcome take over from there. :)

Is that really so? Thought weston has implementation specific code (libinput?). If lipstick can handle that then even better

korpenkraxar 2015-10-12 20:12

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by MartinK (Post 1485286)
While mobile use & touchscreens are not the primary target for Gnome 3/Gnome Shell (contrary to what some people have been continuously assuming for years ;) ) the Gnome developers do track touch screen support issues so that Gnome Shell can be used on touchscreen devices in the future.

Haha! Got me there :-) Well, given the complexity of getting the graphics stack working and libraries compiled etc under Sailfish OS, would it perhaps even be easier to port Debian to the tablet and dual boot (if at all supported by the boot loader)?

szopin 2015-10-12 20:16

Re: Jolla tablet countup to delivery[Now With Poll]
 
@MartinK: Ok... just one thing, if we can run weston on jolla phone/tablet as compositor, why even bother with lipstick? Jolla has no extra money to throw at that development, right? And making it feature complete with other compositors seems even more upkeep. What's going on?

Dave999 2015-10-12 20:48

Re: Jolla tablet countup to delivery[Now With Poll]
 
https://cdn-blog.jolla.com/wp-conten...ule_image.jpeg

Wave 2 is only 17 days away. :D that is nothing. Just relax and stay off-topic. You are doing a fine job. Take care.

aegis 2015-10-12 22:04

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by gerbick (Post 1485261)
Good point. I've no point of reference personally; but I'm willing to bet that the reviewer or the layman would have to have those pointed out to them before they become obvious choices.

Which would infer they aren't obvious choices if someone has to tell you.

Quote:

Originally Posted by gerbick (Post 1485261)
For instance... if you have an iPad, you automatically will have iTunes. Consumers are conditioned to think that way. I will not argue that's the better way to go about things (personally, I do not think that it is) but it is what it is.

I think you're a few years or of date. It's been possible to use an iPad or iPhone without iTunes and without a desktop computer for ages. My partner's iPad has never been connected to her Mac. The previous iPad (an original) was maybe last connected 4 years ago. It's still in occasional use BTW. Both receive content without ever touching iTunes.


Quote:

Originally Posted by gerbick (Post 1485261)
But you're an informed user. Wouldn't it nice if the company that makes the product of your choice inform the other users? That's what Google and Apple have done.

Not for a awhile they haven't. It's all cloud based services now. Now if only Jolla had easy to use cloud based accounts setup and an API that 3rd parties could use to add their services instead of having to launch them on OpenRepo and patch the UI.

pichlo 2015-10-12 22:41

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by aegis (Post 1485308)
Quote:

Originally Posted by gerbick (Post 1485261)
For instance... if you have an iPad, you automatically will have iTunes. Consumers are conditioned to think that way. I will not argue that's the better way to go about things (personally, I do not think that it is) but it is what it is.

I think you're a few years or of date. It's been possible to use an iPad or iPhone without iTunes and without a desktop computer for ages.

It might be because English is not my first language but my reading of gerbick's post was not that Apple forces the users to use iTunes but that it offers it. The users may have a choice but most of them do not bother and take the easy path.

Jolla, OTOH, does not offer a service like that, thus forcing the users to look around. Ergo, Jolla is not for the customers who are used to the default - the company making their phone's OS also providing the services.

MartinK 2015-10-12 22:44

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by szopin (Post 1485287)
Is that really so? Thought weston has implementation specific code (libinput?). If lipstick can handle that then even better

AFAIK even though (someone possibly correct me) libinput started as part of Weston it is now a separate and very successful input handling library that can be even used with the xserver (so Fedora uses it to handle all input on both X and wayland since F22 :) ).

But I'm not sure what the situation is with libinput on Sailfish OS (IIRC Sailfish OS predates libinput and uses some custom code as a result) and if would be needed for GTK3 or other toolkits to work.

Quote:

Originally Posted by szopin (Post 1485296)
@MartinK: Ok... just one thing, if we can run weston on jolla phone/tablet as compositor, why even bother with lipstick? Jolla has no extra money to throw at that development, right? And making it feature complete with other compositors seems even more upkeep. What's going on?

AFAIK it is really meant as a reference compositor that is mainly used to test the Wayland protocol and stabilize planed additions before they become part of the stable Wayland protocol, not really something aspiring to be in the same league as major desktop environment compositors.

So that's why most desktop environments are adding Wayland support to their existing compositors rather than just using Weston.

Also I would assume Weston is not really targeted to work in the mobile device environment. Plus one has to take into account when lipstick has been deployed - end of 2013. Weston was certainly far less advanced back then than it is now.

szopin 2015-10-12 22:58

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by MartinK (Post 1485314)
AFAIK even though (someone possibly correct me) libinput started as part of Weston it is now a separate and very successful input handling library that can be even used with the xserver (so Fedora uses it to handle all input on both X and wayland since F22 :) ).

But I'm not sure what the situation is with libinput on Sailfish OS (IIRC Sailfish OS predates libinput and uses some custom code as a result) and if would be needed for GTK3 or other toolkits to work.

http://talk.maemo.org/showpost.php?p...9&postcount=38
Yup, rewrite lipstick for libinput or hack on lipstick, or wait for 5.5, why not weston again?

gerbick 2015-10-13 02:18

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by pichlo (Post 1485313)
It might be because English is not my first language but my reading of gerbick's post was not that Apple forces the users to use iTunes but that it offers it. The users may have a choice but most of them do not bother and take the easy path.

Jolla, OTOH, does not offer a service like that, thus forcing the users to look around. Ergo, Jolla is not for the customers who are used to the default - the company making their phone's OS also providing the services.

Exactly this. The rest of the rhetoric as to what you can do with or without a computer is not material. It's the fact that it is an option with iOS and Android. No such option exists easily for Jolla for the uninformed... which make unfortunately up the majority.

tortoisedoc 2015-10-13 05:30

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by MartinK (Post 1485286)
While mobile use & touchscreens are not the primary target for Gnome 3/Gnome Shell (contrary to what some people have been continuously assuming for years ;) ) the Gnome developers do track touch screen support issues so that Gnome Shell can be used on touchscreen devices in the future.

Hell no! NO ! NONONONONONONONONONO! :eek::eek::eek:

Bundyo 2015-10-13 06:10

Re: Jolla tablet countup to delivery[Now With Poll]
 
Btw, I've tried yesterday running Qemu on the tablet, but I gave up when I saw the GTK3 requirement... :)

skanky 2015-10-13 08:49

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by nodevel (Post 1485178)
What you're saying is that there were many i486 compatible apps at OpenRepos at the time of the review?

No.

Quote:

Originally Posted by nodevel (Post 1485178)
He claims to have used the tablet for several weeks, so even if he discovered Warehouse/OpenRepos when he received the tablet, I would say there would have been close to 0 apps for the tablet there (except for a few noarch Python apps that launch the QML files directly).

"Another option that has been in place for the Jolla phone for a while now has been OpenRepos. This is a user created and driven set of repositories that contain 3rd party applications for various platforms, including Sailfish. There are currently no applications ported to the tablet hardware on there, but once the tablet starts shipping, it won't be beyond the bounds of credibilty to expect some tablet versions to appear there. For the really adventurous, many of these applications are open source so users could, conceivably compile them on their tablets, themselves. All that said, it still doesn't fully/really address the current lack of native apps."

Any reviewer can have that paragraph free of charge and without attribution - plus I'll allow them to edit (including any typos) it to their needs. :)

aegis 2015-10-13 08:56

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by gerbick (Post 1485320)
Exactly this. The rest of the rhetoric as to what you can do with or without a computer is not material. It's the fact that it is an option with iOS and Android. No such option exists easily for Jolla for the uninformed... which make unfortunately up the majority.

Neither option exists.

There's no desktop sync option.Cabled MTP & PTP support is dire and that's just for media anyway. Sftp requires going in to dev mode and isn't consumer friendly.

If you want to take the service/cloud route then Jolla make it incredibly hard there too with difficult to use account setup, no third party support and no 1st party or 3rd party cloud services. Even if you've the ability to setup your own cloud service using ownCloud, there's no integration there either. Even Apple allows that.

I'm totally puzzled by Jolla. They can't afford to run massive cloud service ecosystems but make it very hard to integrate with existing 3rd party services.

skanky 2015-10-13 08:58

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by ZogG (Post 1485243)
What homework? Do you expect from him to read a book and finish the online course on how and where to find an applications? Or maybe to learn how to recompile existing apps for phone that available on github?

No. But he could plug Sailfish OS into a search engine and have 30 minutes looking round the current ecosystem. That's how long it would have taken.

Quote:

Originally Posted by ZogG (Post 1485243)
Simple user just uses the tablet and what it provides. if you need to know how to find a suitable app it means there are only few apps and they are not exactly "click and install" apps =) Jolla targeted for common users and review for common users(fans and geeks do other kind of research before, don't they?).

This isn't a simple user, it's a review.

skanky 2015-10-13 09:10

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by Bundyo (Post 1485334)
Btw, I've tried yesterday running Qemu on the tablet, but I gave up when I saw the GTK3 requirement... :)

Basic qemu doesn't need gtk3 support. I use qemu on my desktop and don't have gtk3 installed. It was probably some management application that needs it.

aegis 2015-10-13 09:15

Re: Jolla tablet countup to delivery[Now With Poll]
 
I used to review mountain bikes and parts for a magazine on which I was also the owner/publisher. I've sub-edited many a review also. I've also made whopping mistakes in reviews and written quick filler reviews for products that weren't important, according to our preconceptions anyway.

IME, a product gets a badly written review often because the company sending the product has made the reviewer work too hard. If you're going to send a product in for review with no charger, no covering documentation extolling it's virtues or what makes your product special then you'll quite possibly get a poor review because the reviewer has other products to review that did make their life easy. They've got pages to fill and 3000 words to write by Friday.

Not all publications are like that of course but you don't need to make it hard. A review is possibly the best and cheapest way of advertising a product. It's amazing how differently the big companies with media experience approach journalists than those new to the game.

pichlo 2015-10-13 09:32

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by skanky (Post 1485346)
Another option that has been in place for the Jolla phone for a while now has been OpenRepos. This is a user created and driven set of repositories that contain 3rd party applications for various platforms, including Sailfish. There are currently no applications ported to the tablet hardware on there, but once the tablet starts shipping, it won't be beyond the bounds of credibilty to expect some tablet versions to appear there.

That's like telling to Android users that they can install things from other sources than Google Play. Sure they can, but
a) Why should they have to bother? And...
b) If Jolla wanted them to use OpenRepos, then they should tell them about it. As far as I know, OpenRepos are not supported by Jolla and should not be part of an official review in the same way that alternative Android sources should not be a part of a review of an Android device.

Quote:

For the really adventurous, many of these applications are open source so users could, conceivably compile them on their tablets, themselves.
Now you are really straying into the land of fiction. Include that in a review and you have lost all but about 4 potential customers.

Quote:

All that said, it still doesn't fully/really address the current lack of native apps.
Good. So you are not entirely detached from reality ;)

Quote:

Originally Posted by skanky (Post 1485349)
No. But he could plug Sailfish OS into a search engine and have 30 minutes looking round the current ecosystem. That's how long it would have taken.

I tried that. OpenRepos did not come up anywhere in the first 4 or 5 pages. (Interestingly, what did come up were links to ports to Sony and OnePlus devices. I did not know that, TMO only discusses the Nexus port.)

I then tried a search for "Sailfish apps". Again, nothing about OpenRepos. There were two links somewhere on the second page of results mentioning "unofficial third party open source apps". One was a wishlist and the other a GitHub link. None of that really helpful. And that assuming the word "unofficial" did not scare you off and you actually bothered to look.

Quote:

This isn't a simple user, it's a review.
Exactly. If a company supplying a product for a review cannot be bothered to provide the reviewer with a full set of details, including additional sources of apps, then the company gets what it deserves from that review.

Edit:
BTW, neither Jolla nor Sailfis OS Wikipedia articles mention OpenRepos either.

benny1967 2015-10-13 09:32

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by aegis (Post 1485348)
I'm totally puzzled by Jolla. They can't afford to run massive cloud service ecosystems but make it very hard to integrate with existing 3rd party services.

I'm puzzled, too. I don't want Jolla to build a so-called "cloud" service; the reason they don't have one of their own (which translates to: they cannot try to shove the damn thing down my throat) is a huge plus compared to Apple or Google. It's a part of the freedom I expect.

On the other hand, this freedom includes freedom of choice... And freedom of choice just requires an easy way to plug into all sorts of 3rd party services, no matter if its PIM services (calendar/contacts), chat services and social networks, image sharing services, file backup etc etc etc. ("easy" meaning easy for the developer: the OS should provide generic APIs and UI elements so that nobody needs to re-invent the wheel and everyone can share URLs from the browser or pictures from the gallery via their application.)

pichlo 2015-10-13 09:59

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by aegis (Post 1485351)
A review is possibly the best and cheapest way of advertising a product. It's amazing how differently the big companies with media experience approach journalists than those new to the game.

Bingo! It is just another example of how poor the Jolla's PR is. They actually believe their product is so fantastic it will sell itself.

skanky 2015-10-13 10:05

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by pichlo (Post 1485354)
That's like telling to Android users that they can install things from other sources than Google Play. Sure they can, but
a) Why should they have to bother? And...
b) If Jolla wanted them to use OpenRepos, then they should tell them about it. As far as I know, OpenRepos are not supported by Jolla and should not be part of an official review in the same way that alternative Android sources should not be a part of a review of an Android device.



Now you are really straying into the land of fiction. Include that in a review and you have lost all but about 4 potential customers.



Good. So you are not entirely detached from reality ;)



I tried that. OpenRepos did not come up anywhere in the first 4 or 5 pages. (Interestingly, what did come up were links to ports to Sony and OnePlus devices. I did not know that, TMO only discusses the Nexus port.)

I then tried a search for "Sailfish apps". Again, nothing about OpenRepos. There were two links somewhere on the second page of results mentioning "unofficial third party open source apps". One was a wishlist and the other a GitHub link. None of that really helpful. And that assuming the word "unofficial" did not scare you off and you actually bothered to look.



Exactly. If a company supplying a product for a review cannot be bothered to provide the reviewer with a full set of details, including additional sources of apps, then the company gets what it deserves from that review.

Edit:
BTW, neither Jolla nor Sailfis OS Wikipedia articles mention OpenRepos either.

Search results are a gateway into the ecosystem. That's what the reviews need to look at - it's a new OS.

Anyway, I know, I admit it, I was wrong to expect a review to mention Openrepos, or much useful, really. I don't normally bother with professional reviews (or specialist magazines or websites). The vast majority of them are worthless (partly for the reasons you give). I only clicked through on these as I curious about what device they had been given. I'll go back to ignoring them, again. Life's too short to read them or get into pointless discussions about them. ;)

Copernicus 2015-10-13 10:12

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by pichlo (Post 1485356)
Bingo! It is just another example of how poor the Jolla's PR is. They actually believe their product is so fantastic it will sell itself.

And, once again, I just have to ask: why would Jolla actually want to sell phones/tablets? They aren't making any money off them. Their core product is Sailfish, and that is now starting to be licensed by customers that can provide Jolla with a sustainable income...

pichlo 2015-10-13 10:39

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by Copernicus (Post 1485358)
And, once again, I just have to ask: why would Jolla actually want to sell phones/tablets? They aren't making any money off them. Their core product is Sailfish, and that is now starting to be licensed by customers that can provide Jolla with a sustainable income...

I did not say the product is the hardware. I did not read all the reviews but those that I did read also did not put the main focus on the hardware, suggesting that the reviewers get it too (either that or they grokked very quickly that the hardware is nothing special and they focused on the one aspect that was different from anyone else).

But look at it this way. You are a new rock/pop/jazz band. The product you want to sell is the music, not the medium. Does that mean the medium on which you send the demo to the critics/publishers does not matter?

About the licensing - you do not know what is going on behind the scene. Let us see how that pans out.

ZogG 2015-10-13 11:00

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by szopin (Post 1485281)
I like your style

edit:


But not reading skills, literally two posts above yours:

http://talk.maemo.org/showpost.php?p...postcount=1353

Or maybe dirk is not a developer

Exactly, he is developer. Not developers, but single dev. Maybe there 2-3 that we might not even know about. but there are about 5-10 well known maemo and now Jolla devs and most them asking the same question — who are devs who got devices. And now compare it to "dev" units Jolla sent to reviewers.
So again it's about what is more important: to support devs to port/create apps (even not talking about proper payments on official store app) or about sending units for reviews? :P

But yes, I do not know to read and jumping to assumptions too quick :P

Copernicus 2015-10-13 11:07

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by pichlo (Post 1485364)
But look at it this way. You are a new rock/pop/jazz band. The product you want to sell is the music, not the medium. Does that mean the medium on which you send the demo to the critics/publishers does not matter?

Well, yeah, except maybe not. ;) If you're Apple or Google, you're trying to get customers to buy a product that you've built yourself, that you maintain yourself, and over which you essentially have total control. (Google was originally fiddling with some fairly open concepts, but lately they've been making moves to enhance their control over Android.)

In such an environment, you've gotta sell this product as the best thing since sliced bread, because your customers sure as heck ain't gonna have any ability to modify it themselves.

Jolla, on the other hand, is offering a product that gives you a much finer degree of control. Sure, it doesn't come complete with all the bells and whistles of iOS or Android; but then, you yourself can make up the difference with your own software.

Maybe we now live in a world where only one or two companies can write their own software, and everyone else has to just live with the results. But if not, then Jolla is acting rationally -- the point is not to show that they have a full-blown iOS / Android level OS that already serves every need of the end-user, but rather that they've got a customizable system available that has already done all of the hard GUI work for you. You only need to install your own middleware into the system, and poof, your mobile device is ready to ship.

Anyway, that's my theory. :)

tl;dr: Jolla doesn't need to show that they themselves have produced the next iPhone. It's enough to show that they've got a pleasing and usable GUI, that licensees can enhance to turn into their own custom iPhone.

pichlo 2015-10-13 11:33

Re: Jolla tablet countup to delivery[Now With Poll]
 
Another thing that occurred to me regarding this "Sailfish as a product" idea. If you want to showcase how fantastic your new OS is, would it not be better to demonstrate it by proving that you do not need a custom HW to go with it? In other words, take a well-known existing device, load your OS onto it and show how much better it is than the OS the device originally came with. Making your own HW just sends mixed messages.

If that is the plan, then I hope it will come quickly (note that I am deliberately avoiding the 4-letter s-word that Jolla users have learned to treat as profanity). As far as I know, all ports to other HW so far have been the results of a community effort and none of them are officially supported.

att 2015-10-13 11:58

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by Copernicus (Post 1485369)
Google was originally fiddling with some fairly open concepts, but lately they've been making moves to enhance their control over Android.

I see it as a direct result of what is happening in chinese phone and tablet markets. If you buy Android phone or tablet in China it is very likely there won't be any Google apps and services installed or available for the device because they have been removed by the vendor.

JulmaHerra 2015-10-13 11:59

Re: Jolla tablet countup to delivery[Now With Poll]
 
There may be legal restrictions how you can use other manufacturers devices to promote your own. Also, doing it would send a message that you can install Sailfish OS on existing devices (which is partially true) and if it's reviewed like that, general public interprets it like supported way, which it is not. N9 and N950 were used as developer devices for Sailfish, but for legal reasons Jolla could not officially support Sailfish on those devices. So, having those "spearhead devices" seems to be the only sensible option to have at least something supported shipping, until there are manufacturers willing to license and launch devices using Sailfish. Maybe this will clear out once the split between HW and SW companies is finished.

kteak 2015-10-13 12:50

Re: Jolla tablet countup to delivery[Now With Poll]
 
Another update available @ Jolla Blog:

https://blog.jolla.com/tablet_faq/

aegis 2015-10-13 13:38

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by benny1967 (Post 1485355)
I'm puzzled, too. I don't want Jolla to build a so-called "cloud" service; the reason they don't have one of their own (which translates to: they cannot try to shove the damn thing down my throat) is a huge plus compared to Apple or Google. It's a part of the freedom I expect.

Absolutely. I don't want them too either but then...

Quote:

Originally Posted by benny1967 (Post 1485355)
On the other hand, this freedom includes freedom of choice... And freedom of choice just requires an easy way to plug into all sorts of 3rd party services, no matter if its PIM services (calendar/contacts), chat services and social networks, image sharing services, file backup etc etc etc. ("easy" meaning easy for the developer: the OS should provide generic APIs and UI elements so that nobody needs to re-invent the wheel and everyone can share URLs from the browser or pictures from the gallery via their application.)

Bingo. And that's what I loved about the N9 and N900. You plugged in services not apps and it became a part of the phone. Somewhere along the way that unique experience has been lost.

I appreciate that today some of those companies are even more precious about their APIs than before and Jolla isn't Nokia so their influence or ability to licence is not in the same league but we've enough creative people in the community that could unofficially hack an API if only there was somewhere to plumb it in to. That's the disappointing thing with Sailfish 2.0. We're no closer to what we had in the N9 4 years ago.

aegis 2015-10-13 14:00

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by JulmaHerra (Post 1485374)
There may be legal restrictions how you can use other manufacturers devices to promote your own. Also, doing it would send a message that you can install Sailfish OS on existing devices (which is partially true) and if it's reviewed like that, general public interprets it like supported way, which it is not. N9 and N950 were used as developer devices for Sailfish, but for legal reasons Jolla could not officially support Sailfish on those devices.

IIRC that was because they would have had to ship binary blobs of copyrighted software that belonged to Nokia and they didn't have a licence to do that. It wasn't because of trade dress restrictions.

It's not the case when they're bunging their software with libhybris over a Cyanogen/AOSP base.

(as an aside - Sony just released Marshmallow AOSP for the as yet to ship Z5 & Z5 compact. Now that would be a cool device to see with Sailfish)

mosen 2015-10-13 15:16

Re: Jolla tablet countup to delivery[Now With Poll]
 
Now, this is a nice lengthy and balanced review by Deborah Campbell for argyllfreepress.com

Quote:

multitasking is smooth, there’s close to no lag at all when juggling between apps and it can handle most games (albeit limited to what the store has to offer).
Quote:

The OS overall has a very stylish look that is at least up to par with the looks of iOS and Android’s Material Design.
Quote:

Unless you’re an appholic and think you can live with some optimization issues here and there for the time being, the Jolla Tablet is worth a try.

MrBlueSky 2015-10-13 15:31

Re: Jolla tablet countup to delivery[Now With Poll]
 
Got my Tablet today :D

Unfortunately I have problems with the battery, it charges to 100% but when I disconnect the charger it says immediately 49%. Battery resistance test fails also :(

Anyone with similar Problems?

Dave999 2015-10-13 16:02

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by MrBlueSky (Post 1485402)
Got my Tablet today :D

Unfortunately I have problems with the battery, it charges to 100% but when I disconnect the charger it says immediately 49%. Battery resistance test fails also :(

Anyone with similar Problems?

This is why you should include charger ;)

Im sorry to hear that.

try another charger/Usb cable source?

pycage 2015-10-13 16:16

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by hhbbap (Post 1485256)
What about sftp and gpodder?

gPodder has been there from the beginning as a Python-only app that runs on any architecture. gPodder is not missing on the tablet.

And sftp/scp is available on the command line. :)

Bundyo 2015-10-13 17:11

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by skanky (Post 1485350)
Basic qemu doesn't need gtk3 support. I use qemu on my desktop and don't have gtk3 installed. It was probably some management application that needs it.

The requirement is in the qemu-system-i386 binary from the openSUSE repos.

nieldk 2015-10-13 17:26

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by Bundyo (Post 1485410)
The requirement is in the qemu-system-i386 binary from the openSUSE repos.

Aint needed.
I build qemu for Sailfish, works good (but og course, slow)

JulmaHerra 2015-10-13 18:27

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by aegis (Post 1485392)
IIRC that was because they would have had to ship binary blobs of copyrighted software that belonged to Nokia and they didn't have a licence to do that. It wasn't because of trade dress restrictions.

It's not the case when they're bunging their software with libhybris over a Cyanogen/AOSP base.

If they need to bundle binary blobs needed for the HW to work, they would need to license that also. It has been restrictive even with Jolla phone (hence, no flashable images).

TomJac 2015-10-13 18:41

Re: Jolla tablet countup to delivery[Now With Poll]
 
Made an unboxing video :P ( self promotion hehe )
https://www.youtube.com/watch?v=i7iQz77aLaY

Dave999 2015-10-13 18:50

Re: Jolla tablet countup to delivery[Now With Poll]
 
Quote:

Originally Posted by TomJac (Post 1485423)
Made an unboxing video :P ( self promotion hehe )
https://www.youtube.com/watch?v=i7iQz77aLaY

You are a rock! Thank you.

Edit: man, that background sound. I can't really handle that in my ears. Just want to turn it off. Love the video, though.


All times are GMT. The time now is 09:10.

vBulletin® Version 3.8.8