Leaderboard
Popular Content
Showing content with the highest reputation on 11/21/2019 in Posts
-
This is what Chen replied on Twitter when somebody asked about 2nd batch: "They are leaving end of this week! Will send out fulfillment mails later :)" https://mobile.twitter.com/chenliangchen/status/11975004928485498967 points
-
I have experienced those as well... , when we designed the internal I made USB board separately from main board. It's on a mini PCB so replacing it would be cheap as you don't need to change CPU, memory etc...7 points
-
The edges of the OLED are rounded, so It's a Hardware thing. One could only shrink the display size via software to fit the screen inside of a rectangle.6 points
-
It's because you have to bake all the hardware drivers into the image. Desktop OSes tend to have a bazillion drivers for common hardware baked into the image, but storage on mobile is much more limited, and this waste of space is more noticeable. On top of that, generic handles for things like video and storage to make something work without hardware-specific drivers are nearly universal on x86 machines (although servers can be fiddly), but ARM devices need the specific drivers for the hardware to even work in most cases. edit: lots of great answers to this question from others.5 points
-
Give me a device and time. I'm sure I'd have an answer for you whether I wanted one or not...5 points
-
Just a suggestion - could one of the moderators keep a concise list of known issues/bugs in the first post? That's typical approach on xda developer forums, and it really helps get a quick overview. On a related sidenote - is any of the problems found so far a complete dealbreaker for daily use? I'm thinking sensor-poking apps crashing isn't ideal, but it's not something one needs every day. Headset pairing is a bit of a bummer from what I see. Anything else?4 points
-
I don't think (however, I don't know "today" means which time zone, it is 19:44 here). So, I should be in the second batch as an IGG preorderer and still not received e-mail about it. Also, I think "Will send out fulfillment mails later" statement doesn't mean later in today but maybe later next week. Also they said most of the preorderers they wanted to be in second batch, so there is a high chance you may also. š3 points
-
I just received this email: "I just wanted give you a quick update with regards to your headphones. They are being sent shortly, so you should receive them by middle to end of next week depending on postage times from london" YES!3 points
-
A modification. The soft shell case type for "Huawei P20 Pro" is actually a better fit than the "Samsung Note 7" soft shell case. As the existing cut outs is closer to the Pro1. So IF we can find a RIGHT SIDE hinged flip case, it would be close to a full match. Oddly I have not been able to find those, though it is the obvious way for two handed usage for right handed people to hold it in your left and operate it with your right hand fingers... I found a LOT of different LEFT SIDED hinged (This goes for the Note 7 cases too), those would have the best fit used up side down on the P3 points
-
I think you misunderstood something. 2nd and 3rd batch weren't on their way by then (maybe the second batch has left the factory by now), but they were talking about those all the time. So yeah, there will be a second batch much bigger than the first one and (from their view) hopefully covering all preorders. General availability should be there in mid-december so all devices will (according to their plan) be shipped by then.3 points
-
Because every phone is different. š I mean any of them use a specific SoC (like SDM835 in this case), but different solutions in hardware. Different sensors are connected to different ports (other IĀ²C or SPI), the CS pin of an SPI device may be connected to different outputs, enable signal for specific power supplies may be connected to different outputs, after hardware switches on it may have a "self-powering" technique which has to be driven, uSD can be connected to different port (if there are more), displays are different (resolution, driving method / driver IC, mirroring, etc), tou3 points
-
Yeah - except the Linux kernel itself already includes a lot of drivers to a point where on the x86 architecture every imagineable driver is already included. And the entire thing barely reaches 90 MB of space. Driver size isn't the issue. As others mentioned, ARM doesn't have a BIOS equivalent (which I didn't knew.) and a lot of propiertary drivers (why companies do that is beyond me.) @netman thank you for that explanation Also: Apparently Ubuntu Touch can be compiled if one has the kernel sources of the phone available. I think Waxberry once said they would put those3 points
-
As soon as I get my device š I'm not in first batch, so it's gonna take some time.3 points
-
Sounds to me like Fxtec better sets up a bug tracker before too many devices are delivered, so stuff gets collected in an ordered manner.3 points
-
Why? They're creating what we've desired for years but the big phone companies were too busy making what they thought we should desire instead. Helping them help us is how we get what we really wished we could have! :) I'll be lucky to have mine by Christmas (couldn't keep my preorder, had to place a regular order) but hey, when it comes, it's Christmas again. :) EDIT: I'm still using a Droid 4, for crying out loud. :P I am indeed that committed to having a physical keyboard. I'm using it to post this!3 points
-
Always be sure to have those replacement pcbs around when you go on holidays. I don't know why, but they always brake when you are far away from home! (good thing that you can build a temporary connection with some plastic and a cut open usb cable. But don't burn your hotel down with that...)3 points
-
Updated the SFOS image to the latest 3.23 points
-
3 points
-
I've seen a few photos now since there are some Pro1s in the wild, and the corners of the display image strike me every time. Personally I find it quite annoying. Is there an option to disable the rounding on the corners of the display? Or is it in hardware?2 points
-
Just tried, and Autorotate, well the function is there, but as they seem to assume the same icon grid, rotating the icons in the grid, and stretching the grid, When it looks OK in Portrait, in landscape extremely spaced in one direction, and cramped together in the other (Or vice versa) - but not unusable. All the functionality is there, and with Ctrl+Arrow you can jump around the screens. An oddity with keyboard navigation is that you have to leave one of the the left most column spaces free as arrow-navigating there in landscape BOTH marks that empty space and the icon in the launch-bar2 points
-
adb shell wm overscan 16,20,16,20 Matches the curves AND reduces the risk of accidental edge-touches. Note that "wallpaper" or "background" might be displayed beyond these boundaries. BUT not all programs handle it correctly. Various odd issues. e.g. the Danish National Broadcast DR.DK TV-app, gets confused, and adds additional borders when attempting full screen.... Problems like that typically occur if people coding are not consistent in working with the size of the physical or the logical display. Fiddling with the density also, can fix some, but can make it worse f2 points
-
I have 2 of them new in their boxes. and 3 of them with the original battery and working flawlessly. I upgraded 1 of the N900 with great speakers and the sound is soooo great.2 points
-
Thanks. I'm not bothered about the missing pixels, I just think a rounded rectangle display on a rectangular phone looks weird. I'm sure I'll get used to it!2 points
-
Just to be clear, Android is aware of the rounded corners and lets software know about them via "display cutouts". Good developers can work around them or have their apps "shrink" to avoid them. The option to shrink your display at an OS level is something some versions of Android support, but I don't think the stock Pro1 has such a feature. You may need to install a different OS.2 points
-
2 points
-
@VaZso yeah, I'm now clear on the reasons. All the hardware com stuff - I didn't know about that since I assumed that there would be some kind of BIOS that handles that for the operating system - similiar to x86. All good now in the sense that I got the message ;).2 points
-
Yet... Let's be hopeful, to get sailfish etc there is also a want to get hybris working on the device and that code can be shared i believe š. Because there is no standards for bootloader, how to tell the OS what devices are connected where, drivers, etc. The image has to be built to know where and what about the hardware. It's a regrettable fact of life, but shows you how good we have it with modern PC/laptop hardware. It's almost the same way it was back before when IBM PC type stuff took over, and instead of the BIOS abstracting the hardware for the OS there was only a manual tellin2 points
-
Also for many devices. I have had a number of Droid devices which would reboot instead of power off when plugged in, and also would not boot (even enough to charge!) if the battery was below a certain level and the power cord didn't give it what it needed.2 points
-
2 points
-
Considering the community worked together on the Pro1 QWERTZ layout back in March and QWERTZ being planned even for the Moto Mod, I'd disagree on that. It was late to be actually added to the order process, though. That aside however, it's not like all EU orders are QWERTZ. There have been QWERTY phones shipped as well, just outside the US. This has nothing to do with the layouts.2 points
-
Yes I copied the boot.img from the factory restore thread to my SD card, then did the "Patch file" install from Magisk Manager. It created magisk_patched.img. I copied that back to the pc, and ran "fastboot flash boot magisk_patched.img". There was no need for TWRP to be installed. It is a shame because I would have liked an unrooted and rooted stock backup for easy restore.2 points
-
I think you were replying to the wrong comment *LOL*. But the charging while off issue seems to be for any source, including PC-data connection.2 points
-
2 points
-
Pro1 came in the mail, man what a device! Really need to get used to it. Guess i'll keep using my N900 for writing stuff though. EDIT: Why would I keep using my N900 for writing stuff? osso-notes is perfect, plus I don't want Google to know about the weird (and wonderful) shit I write.2 points
-
1 point
-
They've only sent out fulfillment emails to first batch. When someone gets one from second batch, I'm sure they'll post in the thread for it, but if I had to guess that won't be til next week, but that's just a guess. So if you haven't gotten a stock allocated email by now, you're not in the first batch. That's the only conclusion you can draw. And first batch delivery is already in progress this week.1 point
-
Previously there was speculation it may have to do with a paypal policy that for goods they have to be delivered within certain amount of time (cant remember how long, like a month or 6 weeks or something), so can't really be used for pre-orders. Maybe they'll offer it when they get call caught up tho....1 point
-
Could you try launching the activity "com.android.systemui.recent.action.TOGGLE_RECENTS"? You can use an Activity Launcher app like this one to do so: https://f-droid.org/en/packages/de.szalkowski.activitylauncher/ EDIT: It seems like Activity Launcher can no longer launch arbitrary activities... Investigating. EDIT: Ok, try looking for any activity on the Pro1 that uses the word "Recent"... maybe you'll find it?1 point
-
I also would love to be able to remap the Fx key like Shortcutd on the N900: short press to go back to the launcher, long press to goto the app list.1 point
-
1 point
-
Some custom ROMS for Photon Q had the cannot-charge-while-off bug. And yep, I got my battery low enough I couldn't complete boot. And because it powers itself back on after shutdown (when plugged in), it'd just sit there almost finish booting and then reboot, forever. No quick charge back then, although I did try various chargers (from 300mA to 2.4A), tried charging in fastboot or twrp, etc, nothing worked. In the end I had to pull the battery and charge with bench power supply. As I don't want to take apart my Pro1 anytime soon, I certainly hope you're right that quickcharge is good1 point
-
So the article mcdinner linked a page back says that the patched boot image method "allows you to easily take OTA updates on your rooted Android device" while other sources said you should uninstall Magisk before OTA updates or else you'd softbrick your device. Which is it now? I welcome any volunteers for testing this. š1 point
-
Well not really as it is mounted on something, and I do not want to remove it from that until I one day might want to use it. The combined thing feels stiff, but I have no idea if it is a thick protector with a paper thin adhesive protection, or a thin film on a piece of 'cardboard'. So Better ask one of those that has applied it.1 point
-
For those that know what they are doing on Android the key mapping should be straight forward https://source.android.com/devices/input/key-layout-files https://developer.android.com/reference/android/view/KeyEvent https://source.android.com/devices/input/key-character-map-files We already got FinQWERTY handling the nordic layout for both the shifted QWERTY and the unshifted QWERTZ, see http://android.onse.fi/finqwerty/pro1.html I have been in contact with the guy behind FinQWERTY Anssi Hannula, to find out if there was an easy way to upload these in a clean way on a no1 point
-
If that is easy for you, then you are a better man than me. If you are a woman, you are definitely a better woman than I am too! š1 point
-
We are aware of the demand of Scandic-QWERTY layout. We will try to make it happen after current orders been fulfilled first. The procedure will be: Design layout - finish design file (for printing) - Calibrate printing, make sure letters are at the same position and position mark assigned on F and J correctly - Test printing - Production - Creating another SKU at factory - Onward logistics We could start with finalising the layout design first.1 point
-
It is clearly stated in the FAQ that the Pro1 does not have a removable battery: https://www.fxtec.com/product/fxtec-pro1-pre-order/#toggle-id-9 However, a man who went to the recent hands-on event says that the battery is removable , and that it merely requires unscrewing to gain access to it. It would be in the best interest of F(x)tec to be explicit in stating that, while not hot swappable, the battery is removable as this being the case is basically just as rare as hot swappability; the discrepancy between glass slabs that require you to break something in order to access the battery, le1 point
-
USB Port will be on a seperate PCB, no soldering required. Flex-Cable connecting the two halves will be seperately replaceable (compareable to HTC vision), their durability tests went through several manufacturers and different kinds of materials, the current used flex cable survived longer than the connector on the board (they changed the manufacturer after that). They plan to make spare parts available through sellers compareable to ifixit.1 point