Building your own android "head unit" - Android Head-Units

Hi,
I am sorry if this is the wrong forum, I don't know enough to put it else where. I have a GMC full sized van. My DIN opening is actually larger than 7", I could fit an 8" screen in there if I wanted. I also have other options and tons of room. I could cut the dash, go as big as 15, or even 19". I could have a console where a large screen lifts up with some servo or mechanical assembly. Or just simply a flip.
I bought a Hui Fie (sp?) head unit that matches the van. I like it, the colors match perfect, it's the higher res, with a quad core. However there are few things I'd like to improve. I could almost lose the buttons and relocate key ones, like the "home", "return", "navi" etc for a larger screen. Also, I find the buttons feel rather cheap compared to even the GM ones. And the GM ones are nothing high end, but they feel right.
Is it feasible to build a carputer and run android in it? SW controls possible? Are the keys I mention above possible? Canbus? Or would there be another route available by using the head unit I have and attaching to it to a larger screen? One thing I wish these units had was hdmi in and out, and an RJ45 connector for hardwiring a network.
I have a lot of projects on the go, money I should be spending elsewhere, and time that just doesn't... seem to leave me with the right energy and mindset, but I'd like to know if these things are possible. Of course with money and time, but for an average or a bit over average determined person, can they set all this up hardware wise? Is there other directions to find these means? I could literally do anything, it's just time and resources of learning to code new languages and source parts, etc. that limit me. If we were all rich and retired, many of us could do amazing things.
For me, it's a distraction, a hobby and a way to improve my work life. As long as I get the project done. That's the other downfall, you start on a path of perpetual upgrades that never end. But it's enjoyable.

Some head units (the NU3001 for example) are nothing more than an android box attached to a double din screen and buttons. If you can find a monitor that will fit you can pretty much plug in the android box anywhere.

Hi,
Well, I kind of figured that much. I guess you're the only person I've communicated with that confirmed it. However, how would you manage hooking up a larger LCD? You'll most likely have a ribbon cable to connect and you will be limited to the same resolution right? Some of my ideas envision the box much further from the LCD screen. So even if the ribbon cable and drivers work with the larger LCD, it's a physical problem.
The buttons, I don't think they'd be too difficult. You could either solder a tacky solution with wires to extend the location, or you could use SW controls to a button layout with the same resistance values. Seems simple enough. I'd like to know if a car computer is possible in any highly simple way. I can't deal too much with software and drivers right now, too involved for my head with all the other things. But it would be nice to drop in add ons, have an rj45 connector, hdmi in and out.
Maybe my plans are too excessive. Actually, I know they are as of Friday, some priorities have changed and need to reduce things for the time being. This is just an exercise for thought and a potential path in the future.
I do like that radio. I actually wished I bought it after using mine for a little while. Same specs I believe, but the layout actually suited my desires better. Knobs are good, for the size of mine, I'd rather either have one larger, or none. The home and return are necessities to me now.

dberladyn said:
Is it feasible to build a carputer and run android in it? SW controls possible? Are the keys I mention above possible? Canbus? Or would there be another route available by using the head unit I have and attaching to it to a larger screen? One thing I wish these units had was hdmi in and out, and an RJ45 connector for hardwiring a network.
I have a lot of projects on the go, money I should be spending elsewhere, and time that just doesn't... seem to leave me with the right energy and mindset, but I'd like to know if these things are possible. Of course with money and time, but for an average or a bit over average determined person, can they set all this up hardware wise? Is there other directions to find these means? I could literally do anything, it's just time and resources of learning to code new languages and source parts, etc. that limit me. If we were all rich and retired, many of us could do amazing things.
For me, it's a distraction, a hobby and a way to improve my work life. As long as I get the project done. That's the other downfall, you start on a path of perpetual upgrades that never end. But it's enjoyable.
Click to expand...
Click to collapse
With limited time available, I think the answer is no.
Maybe within 1-2 years, with more "community experience" and threads etc., it may be more feasible for people with limited time.
I think the closest you can get right now is to install an Android tablet. This won't, in and of itself, provide hardware buttons, nor other things you desire.
All you want is technically possible of course (with lots of time/work), and I'm sure several home-built Android HU projects that go beyond installing a tablet will arise over the next few years.
For anyone who disagrees, note that OP does not have time to "mess around". If you still disagree, point me to a project thread or blog etc. where somebody has already done all that OP asks about and which won't require too much time to duplicate. Lets say,... 16 hours maximum.

Related

Setting up LCD with Android

I'm just looking to be pointed in the right general direction here.
How would I go about hooking up an LCD and touch panel to an Android board (Raspberry PI or something similar). This is for an embedded device.
Something like a Hannstar HSD062IDW1
sbarrow said:
I'm just looking to be pointed in the right general direction here.
How would I go about hooking up an LCD and touch panel to an Android board (Raspberry PI or something similar). This is for an embedded device.
Something like a Hannstar HSD062IDW1
Click to expand...
Click to collapse
Hey, most of these ARM dev boards have raw LCD headers. If you're an electronics designer then you can go design a PCB to do things like level shift those bits and maybe convert those parallel signals to something else (LVDS or HDMI or watever). But from what I understand, you already have a video out in the form of HDMI and svideo. Some of us here at ArcDatum have done embedded systems research on a whole bunch of ARM boards (BeagleBoard, Pandaboard, the obscure ODROID-X) and almost all of them should have LCD headers. As for touch screens, that's more difficult. Chances are you'll have to use GPIOs or find a screen with HDMI input and USB output for touch sensing. Otherwise you'll have to design an touch screen input/output driver (which actually isn't that hard once you know how.....finding out how is the difficult part since so many of the chips they use have little or no documentation).
You might be in luck with iPhone screens. I personally have heard rumors of people reverse engineering the screen signals and driving them.
Edit: So i looked at your Hannstar link. Looks like you have a 10.5V LED backlight. So u'll have to drive that separately; that's easy enough. As for the actual signals. Looks like the pinouts you have all the RGB 8bit per color channels as well as your power stuff, ground stuff, and your clock inputs all of which can come from either your LCD header on ur RPi (if it has one; i know the BeagleBoard-XM has them) or an external power supply (for Vcc etc). Note you should tie all grounds together in many cases. As for the other random signals you will have to figure out if they're necessary to connect to something (Even if it's ground) or if you can leave them floating. Watch out for your voltage levels and how much current the RGB signals on the display will sink. Likely case is you have to do a level shift from something like 1.8V logic to 3.3V logic or something like that. When you're picking your IC to do that level shifting, also be very aware that the IC has to be able to change from 0 to 3.3V fast enough. You will have to verify that within one clock cycle, the slew rate of every pin (aka each bit for the RGB channels) is high enough to change from a high value to low or vice versa before the next clock edge comes along. If not you're data will be considered corrupt or just completely invalid.
Edit2: Your title states that you're trying to make this work with Android. I think in fact you are trying to drive the LCD with the System on a Chip on the RPi. Depending on the SoC and kernel, you might have to enable the LCD header pinouts in the kernel. Don't quote me on this though. I could be totally bull****ting you. My GUESS is that the same signals that go to the HDMI chip go to the header and in fact when using the header, you're just pulling the logic of those same signal lines (which also means you have to be extra careful of the current you're sourcing from those lines)
I wish to understand your motivation.
There are plenty of cheap Android tablets available with LCD touch screen. Now instead of trying to use one of these you want to get inferior "WhateverBerry" and engineer LCD interface + software stack etc spending your time and money.
Am I correct describing your intention?
Also I am not sure that Android is a good fit for embedded development which is mostly applied to some type of real-time controllers. It is not real-time OS.
If your want to build quickly an embedded controller with LCD touch you can get it done using Arduino boards. There are few LCD modules with touch capabilities available but with very poor documentation. It will require some work but it is feasible to achieve in a few days. It would cost you about $100 in components including Arduino and LCD shield and software is free.
Good luck!
sbarrow said:
I'm just looking to be pointed in the right general direction here.
How would I go about hooking up an LCD and touch panel to an Android board (Raspberry PI or something similar). This is for an embedded device.
Something like a Hannstar HSD062IDW1
Click to expand...
Click to collapse
Adapt0r said:
I wish to understand your motivation.
There are plenty of cheap Android tablets available with LCD touch screen. Now instead of trying to use one of these you want to get inferior "WhateverBerry" and engineer LCD interface + software stack etc spending your time and money.
Am I correct describing your intention?
Also I am not sure that Android is a good fit for embedded development which is mostly applied to some type of real-time controllers. It is not real-time OS.
If your want to build quickly an embedded controller with LCD touch you can get it done using Arduino boards. There are few LCD modules with touch capabilities available but with very poor documentation. It will require some work but it is feasible to achieve in a few days. It would cost you about $100 in components including Arduino and LCD shield and software is free.
Good luck!
Click to expand...
Click to collapse
I agree with this, for the most part. Although theres no reason his application wouldnt be better with Android. What if theyre making some sort of consumer friendly appliance. Android wud be a great place to start. Arduinos wud be good for tiny applications but if they want anything pretty it wont have enough horse power.
Also Im not sure how RTOS fits into this. Sure Android isnt an RTOS, but ur phone is Android and thats an embedded system too. Just because it isnt deterministic doesnt mean it isnt suited for embedded. Just go look at basically any of the Texas Instruments ARM based android/linux dev boards.
Anyway back to the topic at hand. If you want a high powered device then try a BeagleBoard with a third party LCD attachment. It wont be cheap, you would basically have an android tablet only itd be for development (and I mean product development, not just software development). But if you dont need 700+mghz of 32 bit addressing lol, then yes go with a much cheaper arduino and lcd.
Edit: Look at this, I think you'll like it (its an all in one ARM development board):
e2e.ti.com/group/universityprogram/educators/w/wiki/2252.am335x-starter-kit.aspx?sp_rid_pod4=MTk2NzAwNDYzODgS1&sp_mid_pod4=40798754
Also I should clarify Arduinos are a 'cheaper' solution, not a 'cheap' solution. Arduinos are not cheap for the amount of processing power u get and they are almost never suited for LCD applications (but there are a few).
Sent from my SGH-I747M using xda app-developers app
I am glad to have this discussion, it helps to clarify choices we make and avoid waste of time.
RTOS is needed if high rate data acquisition is the core application. If time uncertainty of Android apps execution is tolerable then it might be a good choice considering great UI and communication capabilities.
A number of projects utilize commercial Android hardware with external Bluetooth or USB accessory/ host. In this configuration external accessory acquires and stores data in a buffer, Android terminal reads this data buffer and then does data processing and visualization if necessary.
This combination looks the most efficient since it provides great flexibility with minimal resources.
Low price of Raspberry PI and good marketing attracted a lot of people but usability of this board is very limited. You get what you paid for. It is underpowered for modern Linux and Android, does not have ADC, not suitable for low power (battery) applications. Originally, its main purpose was declared to make learning of programming languages more accessible.
Cheers!
screen
hello Folks,
i even have a broken tablet, but the touchscreen is still ok.
and i still have a samsung wave s8500 with broken screen but it still running.
is there any solution how i can connect the 7 inch screen with the wave?
the 7 inch screen is a mid tablet dropad/haipad.
is there any link to hardware manuall..
and where can i get the driver of the mid?
thanks in advance
Samsung Galaxy Tab 2 7" to LCD
is ther anyone trying connect samsung galaxy tab 2 7" to LCD
or it is imposible.... (

[Q] How Can These 2 Be Combined?

My Core Question:
WHY do no Android tablets have video INPUTS on them, so they could also be used as portable HD screens?
(or better yet as portable HD, multi-touch screens)
Basic Idea: I want an Android Tablet that can ALSO do what the GeChic on-lap 1002 can do (even if that didn't include touch). The on-lap 1002 is a highly portable 10" 10-point touchscreen that plays video from any HDMI source (or vga with included adapter). It is powered by USB plugged into either a usb-charger style wall adapter or directly into a PC. The best part is that if it is plugged into a PC, it not only draws power there but also sends touch commands to the PC through the USB at the same time. Great for portable gaming or a second screen BUT they are about $250 for the 10" and about $400 for the 15.6" and they have no OS, or stand-alone capabilities at all. I want a tablet that is always useful as a stand-alone, but when the situation calls for it, can also do the on-lap's job! (If on-lap still isn't clear to you then here is a video of it's big brother the 15.6" version).
I realize that adding a feature can increase the price and/or size of a tablet, but MOST of the parts that they both use overlap, so I don't think that the increase in either would be all that big. An HD 10-point capacitive touch screen has to be the biggest part and single cost in both (so making one screen do both functions only makes sense for size and cost) and the same USB components could be used, same body, bezel, buttons, etc. Admittedly, some components would probably have to be modified like the screen control board. That might cost a bit more/be a little bigger as a combo item, but still shouldn't be anywhere near double sized or double cost... so go ahead and add a little bit of cost or a few millimeters of thickness if that's what it takes! I would gladly pay an extra $50-100 (and probably willingly pay a fair bit more) for a tablet to add this feature and that certainly SEEMS attainable.
I have done literally days worth of Googling and have read MANY threads (some in this forum) with people asking IF there are any tablets with an HDMI input. At this point I am 99.999% convinced there are NONE (but I would be VERY HAPPY to be proven wrong). In order to be 100% sure and let my brain rest... I just have to have some idea WHY doesn't it exist? I am hoping that some of the hardware experts and creative-minded modders that frequent this forum can help me understand what I'm missing or better yet help make it happen. THANKS IN ADVANCE TO ALL!!!
Some Clarification:
1.) I just want to re-enforce that I am asking about INPUTs, not outputs. You wouldn't believe how much confusion there was about the difference in a few of the threads I read on some DSLR sites
2.) HDMI seems like the logical choice, so I may use it in examples, but my question is really about ANY video input regardless of port-type.
3.) I know that video ports only serve as EITHER a video input or output, not both from the same port (Some day a single port that did both would be nice, but for now) couldn't a tab easily have 2 ports, one in and one out or am i missing something simple?
4.) There is one answer I DO NOT BUY. Which is that 'there is not enough demand for anyone to bother adding an input to a tablet'. I have read several threads that have asked if it exists since 2011 for everything from DSLR photographers, gamers, car-PC builders, RaspberryPi fanatics, techs that want a portable workstation to connect to servers etc etc etc. Whole product lines or even companies (like GeChic) are based on portable screens, so I don't accept the premise that there is no demand. Besides, even if there WERE small demand, that would explain why they DON'T ALL have it, not why NONE have it. All I can conclude is that I am missing something and it must be a much bigger hardware challenge than I realize.
That'd be SWEET!
duckdodger24th said:
I want an Android Tablet that can ALSO do what the GeChic on-lap 1002 can do
Click to expand...
Click to collapse
Well thanks... I want that Too... NOW! haha.
In fact, I might actually buy one of the "on-lap"s you talked about for traveling (thanks for culling me into them!). But it would be awesome if my Nexus could just do it! Or better yet, if they would put some droid guts and a battery in that 10inch on-lap (I have decided too late that I like 10" tabs way more than 7s)
Unfortunately, I don't have the chops to answer your question. In fact, I'm with you that it seems awesome and yet reasonable. But there are some brilliant modsters on here, so I hope you get some help because it's a great idea. Good Luck!
sizes itedqun
DigMyDroid said:
thanks for culling me into them!
Click to expand...
Click to collapse
Your Welcome... Assuming that was meant to say "clueing" you in
I am thinking about doing an in-dash car install of a table. But I would LOVE it if it doubled as a monitor that I could also use for a more elaborate windows7 car-PC for a possible later project. That is what made me first want it. I think I have some work-around ideas to fit those specific needs... but once I thought about it I couldn't help but think of how versatile it would be and a whole laundry list of potential uses!
duckdodger24th said:
Your Welcome... Assuming that was meant to say "clueing" you in
I am thinking about doing an in-dash car install of a table. But I would LOVE it if it doubled as a monitor that I could also use for a more elaborate windows7 car-PC...
Click to expand...
Click to collapse
HAHA yes! that WAS meant to saying "clueing"... But... Ya know... typos happen... Unless, of course, you actually ARE planning to install a "table" into your car's dash, rather than a "tablet"!
DigMyDroid said:
HAHA yes! that WAS meant to saying "clueing"... But... Ya know... typos happen... Unless, of course, you actually ARE planning to install a "table" into your car's dash, rather than a "tablet"!
Click to expand...
Click to collapse
Touché Sir!

Best Android Units

so who are the best units out there.
something that works with minimum work to make it "nice" or functional.
I do not mind some tinkering with software, but do not want to root, or do any sort of hardware mods.
lets start with money no object. as it needs to be
responsive to the touch, and fast to react
quick to boot,
reliable future proof,
sat nav (happy with google maps, or here maps)
DAB
High Res Screen
nice to have
TV built in? not a must but why not.
USB, or Aux input (could do with audio streaming alone?)
reverse camera
Wifi, or means to transfer without using data from my phone
btw, I have VW touran 2005, in case it makes a difference in fitting etc
I'm trying to decide myself which to get. I like the Joying stuff but their new model for my car had no disc drive. If you find anything out as to which is best let me know and I'll do the same
I've bought a XRROSS unit. I haven't plugged it in as I need to find a working interface to retain wheel control buttons and able to start the amp.
I have an outlander 2007 with Rockford Fosgate system.
I have been using an Erisin Android 4.2 model for the last few years in my BMW X5, and found it decent but not great. Underneath the Erisin is one of the many, many Hui Fei units that get sold under a bunch of different badges and used one of the Rockchip CPUs that are found in the majority of these units. In my case it was the RK3066.
Overall impressions - I loved the convenience of having a full android tablet instead of the stupid stereo interface originally on my car, but as time went on I found I used it less and less and tended to just use my phone. The interface on the unit was not great as there were a number of apps (particularly their settings) where the controls were outside the edges of the screen and therefore unreachable. This seemed to be in large part a problem with the low-res (800x480) screen and the fact that it is always in landscape mode (obviously). I've recently tried out some of the 3rd party roms found here on XDA which are noticeably better than the stock rom that came with it.
The unit started having problems after about 3 years as the bottom half and the top half inch (1cm) of the touchscreen no longer respond to touch. This has rendered the unit basically useless.
I'm now in the market for a replacement and I would be interested to hear impressions and complaints from anyone that has an Android 5 or 6 unit.
right so my turn to provide information I collected...
I had a chat with a friend who owns car head units \ bluetooth etc fitting company, circa about 6 cars and more private contractors to fit through out the UK, his opinion is
"chinese head units are rabbish, stay away from them and buy decent manufacturer units like ken wood pioneer etc.
for each 10 units of those cheaper ones, (he admits that it have much more functionality for the price). about 6 have issue.
its not well thought of, and different problems comes up, starting with many software issues, to hardware combination as those cheaper companies hardware is whatever cheapest, and very little thought about segmenting
thier own producs, which causes issues with firmware updates later. and make it hardware to control quality.
provided an example, of heating up units, or battery just dies, or the unit just bricks"
so as you see from earlier he is totally against it, however I would presume if you are reading this, then you are willing to open your own dash and debugging issues yourself, and will to throw away hardware if it bricks etc.
long life time is not something you always expect, its a luck of the draw.
he goes further and says:
"even good company, if you want navigation, then you need to go top of the range £1000+, as cheaper units are not great at that"
but then he is used to all the top stuff, so he might say that.
however the think I agree with him most on:
"get something that mirror your phone, this way you can get cheaper units, and you rely on your phone which is smart and feature rich to start with, even the £200 ones that mirror your phone is good enough"
now, my thoughts are, there are other things (I forgot to ask him) about viewing angle, what sort of resolution will look good enough etc. (I agree with the guy above about the resolution)
Oh, mmmalas comment does remind me: If you are driving a BMW X5, 5 series, or any other model of car where the stereo panel curves upward into the dashboard, the Chinese Android units are going to be a problem. Even though the units I've looked at fit beautifully into the panel space, and have perfectly fitted curved fascia, the screen ends up pointing at an angle that makes it unreadable in sunlight. The units that have the screen standing up at a tangent from the curve of the case might be better, although I do think they look somewhat awkward.
Like this unit for example: http://www.ebay.ca/itm/9-BMW-X5-E39...ash=item360f37eb54:g:jF4AAOSwol5Y2hSi&vxp=mtr
the pioneer or maybe the kenwood ones, allow you to adjust the angle on the unit (motorised).
I presume those android units are mainly TN panels, rather than IPS. which makes the viewing angles worse.
it would be nice if my son in the middle of back seat can watch a movie. but I am unsure if the screens are that good. will be nice to know
I have an xtrons unit, the Andriod 6 with 8 core. I really like it, there is virtually no boot time, its instant. Backup camera is great, I run spotify which is great, and a few other apps like google maps and here maps, and gmail. So far everything looks great, had it about a month now. Only thing I have yet to do is get a reliable alternative to hotspotting my phone every time i get in the car.
semaj4712 said:
I have an xtrons unit, the Andriod 6 with 8 core. I really like it, there is virtually no boot time, its instant. Backup camera is great, I run spotify which is great, and a few other apps like google maps and here maps, and gmail. So far everything looks great, had it about a month now. Only thing I have yet to do is get a reliable alternative to hotspotting my phone every time i get in the car.
Click to expand...
Click to collapse
You can connect it via NFC.
georgebest said:
You can connect it via NFC.
Click to expand...
Click to collapse
What I meant was I am trying to find a dongle solution here in the US for it. So I dont have to use my phone.
I have an ownice c500 unit. I think it is the best unit available. It is not perfect and some people have some problems like with DAB+ etc. but for me, it works perfectly.
https://forum.xda-developers.com/wiki/Ownice_C500
is the screen view-able from sides perfectly, or does it suffer from viewing angles, or sun reflection in your face.
and does the screen color look good, or its one of those things that either look crap in daylight, or night
Hello
Could you please give me a short rationg from https://liamscar.com/best-android-auto-head-unit/
Is it possibe to find best of the android unit
Sure, if it was with low budget.
I used Pumpkin, but I want to replace it

light reading

Thought I would post this to the community for a light reading..
Behind the scenes the big money is gearing up for the takeover of the car console and one way to do this is via these systems.
If you haven't read how much "Here Maps" sold for the do a google search on it.. that and we already see cross interface information from Waze showing up in Google maps..
https://www.cnet.com/roadshow/news/volvo-google-android-infotainment-polestar-2/
Interesting enough.. the banter had with another poster on "interaction" of these units while driving brings up the point of liability.
If a driver is using these systems and crashes and
a: kills someone
b: kills themselves..
c: hurts or maim
Then it could be argued that the units are at fault..
Of course this is wear motion sensors come into play in that the acknowledgement screen is presented and agreed that the driver is not the one controlling the screen..
Thus hands free kits on steering wheels should in theory get better.. ie maybe trackpads embedded into the steering wheel.. so it's controlled by feel like a mouse so no need for eyes off road..
Please note just theories here and shouldn't be be taken as "as driver shouldn't have a licence if they use this while driving type ultimatum. As it's a bigger discussion then that..
And another one..
https://techcrunch.com/2018/12/01/t...ce-is-heating-up-and-will-be-won-in-software/
I am guessing that there are a few readers as most of us that have been early adopters are also interested in the code and tech behind the unit's we use..
As this last article states.. the space is only going to get hotter with this amount of money getting thrown at it.
Mind you that doesn't do anything for those poor bigger suffering from low quality mish mash of parts that are featured in these units we have got.
Hats off to those that tinker with the hardware and develop the roms.
Your making the world a better place for us plebs that are end users and don't have the knowledge or time and just want all our wishes in one little box to work..
dgcruzing said:
And another one..
https://techcrunch.com/2018/12/01/t...ce-is-heating-up-and-will-be-won-in-software/
Mind you that doesn't do anything for those poor bigger suffering from low quality mish mash of parts that are featured in these units we have got.
Click to expand...
Click to collapse
I've honestly started to wonder what it would take to design and build a higher quality unit. Everything about these Chinese units we're all using is terrible, non-ergonomic and buggy. From the glossy, cheap screens, to the power supplies that seem to cause most of the poor quality audio issues on the newer units…
I'd pay more for something better.
Yes, I think most of us here would.
As 30+ years ago I spent 2 weeks wages on getting the best system I could for the car back then..
LOL, Apprenticeship wages and that was a 45 hour week ..
When you think about it, most of us are using $1,000+ phones thus if and when there is consistency with this equipment then I am sure that is a price point that could be achieved.
Just need one of the majors to really have a go at it much like some have with the TV setup box's.
With luck, an extension of the Google Home devices into the car is on the way soon enough.
Understand at the moment that Android Auto is being perfected at the moment for this very day.

Has the Nook had its last gasp?

We all love the Nook but it's getting kind of old in the tooth.
Ok, the Glow4 (7.8") finally upped its game to 1 GB RAM, but that was kind of necessary.
It also added Bluetooth, something that could have been done cheaply and easily to earlier models.
Although I'm no fan of using the latest and greatest Android version, 4.4.2 is getting a bit old.
I understand that this is a tough business where every little part on the BOM (bill of materials) will hurt you.
Still, using single core processor is so yesterday. A Raspberry Pi Zero has quad core for $10-15.
To my mind a 6" 300 DPI reader is about optimal for flowing text reading.
For frequent or work PDF reading I'd want a 10" 300 DPI reader instead of high power reading glasses.
The 8" reader seems to fall uncomfortably in the middle.
The Kobos are Linux based, not Android.
Onyx has some decent choices in their (confusedly similar) product palette.
The older stuff has Android 4.4, the newer stuff Android 9.0
They have quad core and even octa core.
The "Poke 2" looks pretty nice for a 6", but why did they have to add the silver styling?
https://onyxboox.com/boox_poke2
(Oh, well, some sandpaper and a can of black spray paint would fix that.)
As I am in love with the Aard dictionary, my NST has been simply wonderful. But I understand Kobo no longer support an SD card. Where to now?
Same boat. I just got rid of my GLP BNRV510. Hated the light grey, small dictionary font. Also reading PDF seemed to convert those documents to oversized images. My NSTw/GL was awesome. I was going to upgrade to the new NGLP7.8 but the specs and issues with overheating are a turn off. Also I have read reviews stating that you can't side load books anymore? This may also apply to the GLP BNRV510 with the latest firmware update too. Which eReader now?
The Glow2 (BNRV510) is my main read.
If I have to read a PDF, I read it in landscape at two "chunks" a page.
I wouldn't think that B&N would try to lock down sideloads and I don't anticipate it would be hard to defeat.
I hope not but I understand the arguments for your question. To be honest NST as it was not my first choice (first choice was some Sony model) but I love it now. Last time I checked Kobo Aura looked nice but that was long ago and I do not know how things look now on the market.
Recently I was scrubbing my head around this issue. How I see the problem with NST? Well B&N locked out anything and everything humanly possible to prevent users doing something they did not wanted them to do. Devs unlock most of the obstacles out of protest or because of challenge ahead. As it runs ancient version of Android apps are scarce and disappearing fast. Writing an app dedicated for NST might be an act of love toward hardware base made by dedicated fanatic but we can assume there are not to many such individuals around today as Rennate said Nook is old.
So without further ado there are few roads as I see that could be taken if NST is to continue ahead.
1. Upgrades to Android version as far and much its hardware allows and using slightly more up to date apps for it (like CM11 approach running from SD card allows).
2. As Android is just an overlay on Linux leave it as is for B&N sake and good sleep but make some dual boot solution that will actually allow us to boot Linux (something in the line of Ubuntu for devices but not exactly so because as far as I remember that work only for versions of Android above 4) as that could give user maximum possible ability to customize it for his/her use.
3. Just say bye to B&N and build new NST OS from scratch be it Linux or another version of Android as that might be easier due to a clean slate/paper ahead and being less bound to a obstacles made by B&N.
4. It might be possible to create also dual profile on the current NST OS but given its restrictions that might not be of some great use - (B&N profile and user profile). What other forum members think about it?
P.S. I did not want to create separate thread about this and this thread seemed to fit in the general idea of talk about it. I hope Rennate wont mind.
Nah, I don't mind.
I use the same reader app on my Glow2 and everything else, including my $70 Walmart Onn 8" tablet.
Even a cheap-o (single CPU) tablet has 2G vs the Glow2's 0.5G
For better or worse, people like the Android ecosystem as a way to make apps.
Of course, Google & Co are working on making everything ginormous and expensive.
(And adding even more pointless animations.)
It's always a question of how much work you want to put in to fight annoying things.
Renate NST said:
Nah, I don't mind.
I use the same reader app on my Glow2 and everything else, including my $70 Walmart Onn 8" tablet.
Even a cheap-o (single CPU) tablet has 2G vs the Glow2's 0.5G
For better or worse, people like the Android ecosystem as a way to make apps.
Of course, Google & Co are working on making everything ginormous and expensive.
(And adding even more pointless animations.)
It's always a question of how much work you want to put in to fight annoying things.
Click to expand...
Click to collapse
I am glad that you do not mind and find this discussion still within topic you started.
As always you hit problem in the head with much less words then me. I have always wondered what are the limits of hardware requirements needed (minimum) for some tasks/programs to run reliably. And we see that people test those boundaries each day.
You are correct that Android had given people app making opportunities. Sadly recent trend is to take away that from us on old devices as this one. I agree that "awww look its so shiny and buzzing" might look nice but regarding information value its pretty much crap (no way to put it politely sorry). Information is what the people using books/ebooks find to have some merit and it is in the form of text, graph, still picture mostly. I accept that sometimes video can be better tool for presenting certain information but general trend is not in that direction. Information in any shape and form I will accept gladly. Sad truth is that today we have to duck and fight against flash advertising and eye candy web UI of very little value and dubious quality.
I have some doubts what would be the most likely way to continue that is why I made that post. If it was my thread I would make a poll but even here I am willing to hear what is your opinion? Amongst four options I wrote up what would you most likely choose as a way forward? Also if possible please explain why.
1) I think doing an upgrade of Android version on an older device is a bunch of work and hardly justified.
2) I'm not a fan of dual boot. I like to keep things simple. Especially on my main reading device where I just want to pick it up and read.
Android "Linux" has quite a few different things than normal Linux. If you want Linux, get a Kobo.
3) Porting something new to the NST is a lot of work. See #1
4) I don't see the necessity of dividing profiles. I also don't understand what you're looking for.
Ok, I'm a fan of the NST, but it's had its day. The Glows have better resolution and backlight.
You get your choice of capacitive (Glow2) or IR (Glow3) touch screen.
The Android 4.4.2 on the Glows is not so bad yet. (The NST Android 2.1 makes life difficult.)
I think more memory, Bluetooth and a better processor would be on my wish list (in order).
Yes, the Glow4 has Bluetooth.
With enough effort you can fix any little technical thing in life that annoys you.
(I just spend this morning grinding and filing down a piece on my brand new guitar because I couldn't stand the design.)
It's a question of time and also how many people your effort would help.
I think an Onyx Boox is in my future, but I wish they didn't have so many silly models.
It's funny, I still use my original Nook Simple Touch, but a few times a year I find myself curious and looking to see if there's a perfect e-reader out yet for me to upgrade to. In the end it always just seems like nothing is really so much better that I really want to buy it, though.
In particular, page refreshes and overall responsiveness, which are the main things I'd like to be better, still just haven't improved enough on affordable e-readers, in my opinion. A backlight would be kinda cool, but hardly seems like a big deal since personally I'm still pretty used to reading real books, which obviously don't have built in lighting either. I guess a higher density screen might be nice, but I can't say I really notice it on my NST. Newer Android? Maybe, though I've really always been able to find an app that does what I need and works on the NST even with Android 2.1, so I'm not sure what the advantage would be.
I'm a pretty light user of my Nook, though, I guess. Most of the time I'm just reading epubs or sometimes pdfs (scientific papers, which are usually published as double columns, so they work just fine on the NST screen), plus the occasional word games or round of picross here and there. Someday I'm sure I'll upgrade to a new reader, but I think it's gonna be a while at the rate the technology has been improving.
You have stated all valid points here. I understand them and agree to most. Maybe I should explain in more details my points.
I use NST as is. Still restrictions imposed on user by B&N are frustrating sometimes. I mentioned upgrading Android on the device only because its own base is abandoning 2.1 and cutting of access to application made for this version. I have nothing against sideloading apps but if the source to such apps is going to dry out it might be a time for a change. Theoretically with slight upgrade of Linux kernel on it upgrade to gingerbread/honeycomb looks doable. Is it worth the effort is a valid question and that is exactly what I am asking for opinion here.
I am mostly using an OS from that Redmond firm. Although I want to learn and use Linux more I am certainly not looking into using it on e-reader despite it is possible to do on Kobo. Point of dual boot would be to leave B&N stuff as is and do on Linux what you like. At least on Linux you would not be that easily cutoff from apps you want/need. Again looks doable but I am not sure if it is recommendable. Reason for me to considering this is that more and more I read about trying to write/rewrite an apps for this device. Even I have started something similar to porting Linux program to Android and being frustrated by next to nill progress so far started to wonder am I doing it backward and should I run Linux on NST and program in the environment it was written for.
I am surprised Renate is not for whole new OS because the way I see the things she is already halfway there with all the apps she wrote for NST. . I know OS is another matter but let's face it it was half baked product to begin with. I mean Phone.apk really? On a device without sound support! And that app control volume? Man B&N really had shoestring budget for software developer and had us use port of some phone OS instead writing dedicated stuff.
I find multiple profile least advised on such low power device but I could see its merit here and there. I have a cousin which would be happy if she had kids profile on its phone as that would prevent paying triple digit roaming charges. NST most likely do not have the power to pull of multiple profiles although in theory something like that could be made even for Eclare in some crumbly way.
NST have resolution just above low printing and we love it. If some device could achieve 300dpi and have larger screen A4 size preferably with A5 being minimum that would be awesome. There are few device on market Remarkable and Sony with 10 and 13.3 inch screen but they cost still an arm and a leg. Although they shifted concept more toward notebook/sketchbook I have no problem with that but e-book support is next to nothing PDF only if I remember well. I am old and I like to use "pen" on "paper". I will look about other device mentioned. Aura H2O did caught my eye once to be honest.
Now I hope you can see my points more clearly. I find this discussion fruitful. Even if we do nothing we at least have fresh input from others to tickle little gray cells.
As far as upgrades go, upgrading to anything less than Lollipop (5.0) is pretty pointless.
That's already five years old as it is.
As bloat is a given, you're always going to need more memory and a faster processor.
If you want to learn about Linux a Raspberry Pi is certainly an economical solution.
For ~$15 you can get a Raspberry Pi ZeroW.
Android *nix deviates a lot from Linux but mostly in system and startup issues.
You can cross-compile C programs on your Windows box using the the Android NDK and run them in the command line on your Nook.
You won't have direct access to the screen unless you want to write to /dev/graphics/fb0 yourself.
If you don't want the Android layer running at that time you can just turn it on and off with "stop" and "start".
You might try to get into writing regular Java (or Kotlin, but don't get me going on that) applications.
There is something to be said for having your own app that runs on both your phone and your Nook.
There's a lot of convenience in having whatever you're looking for on whatever device you have at the moment.
I always though that backlights were pointless, but I've learned to love them.
If you have copier paper a lot of it is 92% reflective.
The white in eInk is a lot grayer than that.
I always keep my backlight on, but only to the point that it makes up for the gray tint to make it white.
Looking at it you really don't get the impression that it is glowing.
I have stumbled on web page of a project to port some 4+ Android version on NST which pretty much surprised me. Can not remember was it ICS or JB and hell Kitkat would be awesome for device that old. I believe that for that they must abandon B&N stuff almost completely unless they somehow ported it back from Glow versions? And counting in size expected I bet that they reformatted partitions on the device to make it happen. Now will that stick together or fall apart spontaneously is another question. I remember that on xda that somewhere was a thread about disabling OTA from B&N that could brake such upgrade but since they no longer support NST we should not worry about this. I wonder why did you said Lollipop as minimum choice? Do you consider it as minimum acceptable Android version or maximum that NST could possibly run?
As far as Linux go nah I will just play with old laptop instead. Although I caught myself looking to buy present for nephews in electronic realm. Arduino or Pie? aye there is the rub...
I didn't program anything reasonable for a long time. Therefore I am more than rusty in that field. Although I believesome Python or lua script I could manage if enough effort is put on my side.Julia look to me as a programming language that shows some promise to the future from old man perspective. Certainly none of those are useful to porting anything to Android and NST. For the moment I cut my appetite back and will look into how I can backup NST and make virtual image out of it to run it in Virtual box. There I hope to try to learn how things work on Android an play/apply changes in the sand boxed environment. If I break something no harm done just delete virtual drive and start again. I don't want to brick my only NST. Maybe I should buy used one for latter to as I see lot of UK used one have hit the market after B&N closed in UK.
I hate Java from reasons unwilling to disclose or as you said let's not start about that. Idea behind it is fine. Sadly it is lot to be desired on the implementation side. I totally understand that Java might give some benefits especially if we count in the already existing base of programs written on Java. Have a friend who learn and use Java but I personally never manage to overcome my personal detest of it.
Regarding backlight... I never saw Glow. Is there true backlight in like shining through panel? Or did they made something in line of those book lights for real books? I think that could work for capacitive screen but not so much so for IR like NST have. That should not glow much I think and could be regulated in illumination and colour.
The NST has 256M RAM, the Glow2/3 has 512M, the Glow4 has 1G, my $40 phone has 2G.
The $60 Kobo I have has only 256M, but it just runs Linux.
I couldn't be bothered to update my NST even if you handed me an image on a platter.
ebay has the Glow4 (open box) for $130.
I wouldn't even try to update that to a newer version, too much work.
Since this thread started the Boox Poke3 6" reader has come out.
It has Android 10, 8 CPUs, 2G RAM, Bluetooth and lists for $190.
That's a heck of a lot more of a device than the Glow3 for $120.
It also doesn't have the ugly styling of the Poke2.
https://www.boox.com/poke3/
Hmm, currently not in the US warehouse.
I'm a big fan of Arduino and RPi, but it gets complicated.
An adult friend bought an Arduino, hooked up an LCD and a thermometer, loaded the sketch.
It worked. They got bored. End of the story.
I don't know what the solution is. You make it too easy, they get bored. You make it too hard, they get frustrated.
I'm not a fan of the whole Arduino infrastructure and the Processing language. I prefer just AVR8. But I am "old skool".
I use RPi a lot, but I've only seen the desktop version about once.
I use headless and also digital signage without X Windows or desktop.
The Glow2 has single color edge lit backlight, The Glow3/4 uses dual color (blending) edge lit backlight.
If you hold them sighting down the face of the screen at a very low angle you can tell there are discreet LEDs.
(It's nothing you could ever see in normal usage.)
I checked Boox first time you mentioned it. Impressive progress I must say. Paradox is that as I understand newer Android versions are more optimized to be run even on underpowered devices but I agree that NST is both old and underpowered. Still even you mentioned that Kobo has same low memory but still running successfully Linux only environment. That speaks a lot in Linux favor regarding resource management and use. Yes there are slim chances someone cook something up for NST and even then people will just buy new device that is several times better. You wouldn't believe but B&N readers are hard to find here. I had to ask a friend to bring me the one from Middle East because it was available there so go figure.
Thanks for the opinion about Arduino vs RPi. I think you might be right. Kids nowadays will be interested to program more than to assemble something and experiment. Its a shame because I think they could learn more about physics by fiddling with Arduino.
Thanks for explaining me or rather confirming how light on Glow device is made. I am curious how they sorted out possible interference of lighting with IR touchscreen but I guess they somehow used non overlapping LEDs for those two separate things or passthrough IR only filters on IR detector side. In theory even some simple software calibration could work for that but I am also an "old skool" and wouldn't choose that as my way had I have gotten the task to build something of this kind. I might rig me some "lights" for old fashioned hardcopy books. Not that I can't buy it online but I want to engage my fingers a little.
If you haven't played with it yet, the Touch-1.0.apk (in the sig) works on the NST and will show you how/where the beams of IR go.
It can be helpful to see where dirt or distortion of the bezel is making it difficult for touches to be registered correctly.
Since the party seems to be going into a topic of what next best e-reader should be maybe we could exchange opinions about certain things available as in are they necessary or good enough at this moment. For example Boox is offering a model that can show ebooks as black and white or I presume as 4 color "print". As B&W it present it as 300dpi which is on par with printed books and man can not ask for more in my opinion. Alas when it present 4 color "print" it is meager 100dpi that could mean even NST just blows it out of scene. So my vote on color e-reader is still no. If it ever reach 150dpi it will become a thing to consider but right now it is still under acceptable performance from mine point of view.
Do you consider making notes on a device important? I am asking because I have mentioned ReMarkable and Sony DPT (which is gone now). Sony again made good device only to withdraw from the market at the end. While I understand that in the e-reader case as Amazon blow them out securing the better library this time I am afraid it is Sony's own fault. There exist few rebranded models of hardware Sony used with seemingly better software Fujitsu Quadreno and Mooink Pro. Mooink support PDF, epub, docs and text and offers a software for file conversion and DRM management. There are few annoying things. Almost none have microSD card option now. It is replaced with cloud storage or printing. And I personally like having pen but I find being robbed when they sell it separately and with replaceable tips because they made those to wear out. Cost is way to high despite larger screen.
I'm not clear on what you mean with "4 color".
The only thing that I can see on the website is a way to save your scribbles to an external file where you can set the color saved (but not viewed) on the device.
If you've ever seen a store white/red/black eInk shelf label update you'll know that that's only useful for things that change once a day.
I don't look too closely at the reader software itself since I'll probably just use my own.
I hate the sort of pictograph selection of small, medium, large font.
What if I want 5% larger than medium?
There's always a bit of conflict between SD card and waterproof.
I figure 32 GB fixed storage is large enough for me.
There's always a big tossup what is the correct mix of devices, phone, ereader, tablet, tablet with pen, tablet with keyboard, laptop, desktop?
I've never owned a personal laptop, never seen the sense (for me).
Rarely do I use a tablet or a phone with a BT keyboard when I want to do some sort of bulk inputting or fleshing out an idea or transcribing lyrics.
I kind of like digitizers, but never found a way that the utility exceeds the space they take.
Onyx Boox Poke 2 Color is for example device able to reproduce color. Yet is it worth buying?
Yes I understand your choice to use custom reader software. File support seems to have always been a problem and it just went worse from there.
Yes waterproof device shouldn't have SD card. I have mean more in a sense of having the ability to root, backup and thinker with the device.
SJT75 said:
Onyx Boox Poke 2 Color is for example device able to reproduce color.
Click to expand...
Click to collapse
The product selection of Onyx or Boox or Onyx Boox has always confused the heck out of me.
Currently on https://www.boox.com/allproducts/ there is no indication of anything color.
Moreover, the "About Us" speaks of "We focus on E Ink ( ePaper) devices only. "
But I do remember seeing something previously on the website that spoke of color.

Categories

Resources