Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
I bet your local service has been oversold. If you go onto the virgin forum and make a post asking if there is a problem they will check and respond.
Do not be tempted to bump your message as it takes 2 or 3 days for virgin to respond, and each time you attempt to bump it you move back to...
The only thing I miss is the led notification light not working with Lightflow. Even Carl is coming up against this issue now... So maybe it might get fixed sooner rather than later now.
I use the F2!
Although we did stick some F4's on some boards because they have DSP instructions, but the overall power consumption went up. (our product uses ~4 mA) in normal operation, so microamp jumps in consumption are bad for us, let alone milliamp.
We use C++ though mainly just...
It's something you've got installed or a setting, compare your "awake" vs "screen on" to mine. See how little my awake is on.
Your screen if off and then the phone remains awake for ages after (like 30 mins to an hour).
Can you charge your phone at work and then leave it overnight on battery...
And on a completely factory phone does it do the same? (I.e no apps installed)
It's got to be an app or some setting.
This is my graph from yesterday, ignore the red bit, it's a lie as I'd switched off my second sim at that point which was active all day until that point.
Greenify was...
Everything but the one I wanted! Lol
Click on the graph and it shows you another screen, post that one.
(it basically shows you what was active at a point in time)
On the most complex one I have zero bytes free. You won't believe how long I spent optimising stuff and hand tweaking pieces of code to make it fit in.
Worst of all the stupid linker doesn't tell you how much ram you are running over by, just tells you that you've run out of space. Helpful.
I love mine. My issue with the latest update was to do with an app I had running because it happened after rolling back. Once I removed the app, the issue went away.
Currently I'm NYC and using the second sim for data on 3! 25gb of data, yes please.
What do you do buddy? (if you can say)
I've worked on a project for nearly 3 years the out various iterations of spec on a radar for vehicle detection. It's ultra low power and we have customers using it in some pretty cool stuff. The main radar board also has a secondary processor on it...
Seeing all this talk of ultra high level languages makes me think I'd kill for ram on the product I work on!
120 kilobytes of ram and in that I have... RTOS, Bluetooth stack, tcp/ip stack, USB device stack, USB host stack, eMMC + FAT stack. That's before I even get to my application...
I sadly predate even that.
I worked with a guy (he was a professor and former physics teacher at eton) who built a computer out of discrete components, not microchips, transistors.
He was about 70!
Up until recently we still had a piece of equipment in our office that had a 5 1/4 inch floppy.
They did take off, they were the format of choice for the day, but got replaced with the 3 1/5 inch disk which was higher capacity, more robust etc.
There was originally an 8 inch floppy as...
Toys for geeks essentially.
Up until then, if you wanted one you had to be an electronics geek and build one (it's not that difficult, even back then).
Java's motto was "Write once, run anywhere." where basically, it should've been "Write once, run anywhere, horribly.".
I hate it, and I hate Eclipse with an even bigger passion. Apps look like b*****d children of every operating system going, they don't behave like they should on any OS and...
C or C++ with a sprinkling of assembler thrown in here and here. For desktop software, C++ with Qt, proper cross platform. ;)
I do spend a lot of time looking at compiler output to see what code it's generated and whether in critical places I can make a better job of optimising the code than...