Slashdot Mirror


India's $35 7-Inch Android Tablet To Hit In January

indogiree writes "Engadget reports that India has just awarded the manufacturing contract to HCL Technologies. The first shipment will supposedly only contain the 7-inch model and is set to arrive on January 10. It's unclear if the $35 price has stuck or whether India's been successful in plans to drive the price down to $10 eventually with the help of large orders and government subsidies. HCL Technologies plans to initially produce 100,000 units. Among the key features of this India-based tablet include 2GB of RAM, web-conferencing, PDF reader, unzip, WiFi, camera and USB connectivity."

9 of 205 comments (clear)

  1. Production cost by iONiUM · · Score: 5, Interesting

    I'd really like to know what the true production cost of this tablet is. If it's low enough that with a few subsidies from the government they can get it down to $35 or even $10, then it leads me to believe other tablets are severely overpriced for no reason.

    If they are indeed overpriced, then why doesn't 1 competitor just come in with a ridiculously low price and suck up all the "cheap" market? This applies to phones as well, which are also very expensive (though we don't often notice due to hardware upgrades from the carriers).

    1. Re:Production cost by elh_inny · · Score: 5, Insightful

      Because, as Apple shows, people are not necessarily going for the cheapest thing.
      Also you're shooting yourself with low profit margins - look at Motorola and Nokia nowadays - they were selling decent phones a while ago and decided to go for the low hanging fruit of cheap phones. That didn't leave enough focus/resources on the smartphones.
      The result is the're both still in big trouble, with Motorola resuscitated by Google's Android as compared to cash rich Apple, who clearly have a strategy that brings in more money and focuses on innovation much more...

    2. Re:Production cost by robably · · Score: 4, Funny

      Give the guy a brake.

    3. Re:Production cost by yakatz · · Score: 4, Informative

      Wasn't a problem with the brakes. Was a problem with the floor mats.

      Wasn't a problem with either. Was a problem with the driver

      As anyone in computer support knows, the most common error code is "ID-10T".
      If you prefer, a "layer-8" problem.
      Could be known in this case as "PICNIC" (here meaning Problem In Chair, Not In Car).
      The automotive technician version: "loose nut between the steering wheel and the seat"
      I could almost go on about this all day.

    4. Re:Production cost by pipatron · · Score: 4, Insightful

      Of course they use the cheapest technology, when they want to produce the cheapest product. The point they want to make is that the consumer doesn't necessarily want to pay the extra money to get the extra expensive parts when they are not necessary for the functionality. You don't need the glossy shiny polished glass surface to check the bus timetable on your smartphone, for example.

      --
      c++; /* this makes c bigger but returns the old value */
  2. Re:2GB Ram? by lxt · · Score: 5, Informative

    The submission is wrong. It's flash memory, not RAM. The TFA even says so.

  3. Re:2GB Ram? by bfree · · Score: 4, Informative

    Any Android tablet with 2GB of ram would be very interesting, but of course this this has 2GB of storage not ram.

    --

    Never underestimate the dark side of the Source

  4. The Truth about $35 Android Tablet from Indian Gov by jigsawhacker · · Score: 5, Informative
  5. Re:2GB Ram? by james_a_craig · · Score: 5, Informative

    Actually, no it's not. Flash can't be written to randomly; it needs a block erase cycle first (and generally a block is fairly large; we're not talking one or two bytes here). Technically you can zero bits without an erase, but not set them to 1 (erasing sets everything to 1).

    This is why there's a distinction between EEPROM, FLASH, and RAM.