New App: TimeCalc - Time addition calculator (hh:mm:ss etc) - Android Apps and Games

UPDATED TO VERSION 1.2 (NOTE: I'd put this in the market but I don't have $25 or a credit card!)
new version 1.2 released
summary of changes:
- fixed screen rotation bug (running total and current entry are remembered when screen rotates)
- much better layout (fonts are far bigger for example)
- major new feature - minus calculation. You can now add AND subtract time values. It can't yet handle a negative result so if it will go negative it just displays 0:0:0 (time equivalent of zero).
back to the original posting:
Out of the desire to write an app for android finally, and one that hasn't been done yet (at least not free that I can find on the market currently), and out of a necessity for just this kind of app since I work in music often and calculators are useless for hh:mm:ss types of addition, I decided to write what I feel is a truly useful utility.
of course it's free - but no I'm not releasing the source code. It sucks, and I'm just learning android development, and I just want to get this out there on the market sometime soon (but don't have the required $25 to pay for that yet!)
so here it is. I hope people find this useful.
Name: TimeCalc
What it is: Time addition calculator (hh:mm:ss etc)
requirements: Android phone. I developed it on 1.5 devkit and it runs fine in 1.5 emulator. on my 2.1 hero phone (official 2.1 taiwan rom) it runs perfectly too.
What you can do:
type in a time as seconds, minutes:seconds, or hours:minutes:seconds.
now hit the + button (which is plus or equals depending on how you think about it LoL). It adds the time you just entered to the total time value displayed. If that was your first entry, it just makes the total time value equal to what you entered.
Do this again. new total time.
Now it also does subtraction.
times are always displayed in h:m:s format. you can mix and match entries - 5555:555 will be 5555 minutes and 555 seconds. if you had no total before and hit the + button it will now display 94:44:15 in the total box (I got that from running my app on my phone so I hope it's correct LoL...
Cheers, have fun people.
I've seen lots of requests for this all over the web.
filesize is all of 13.2 kb. no menu, nothing. just run the app. no custom icon yet. no versioned yet, but hell it's alpha code. however it DOES work and I just used it for cd track listing summing for one of my jobs.
I made the buttons sort of big so typing should be easy. it's go ZERO extra features. when I have more than 2 hours to write an entire app out of nothing I'll add more too it, so I welcome bug reports, feedback, ideas, and so on please!!
Don
TODO:
- I think it would be great to add multiplication. multiply a bizarre time value by 3 or something and it gets complicated to do in one's head, might as well use this calculator. For example: Manager has 7 human resources who can each dedicate 5 and a half hours to a project. How many hours will that give the manager? Stuff like that could be helpful.
- I am considering adding an additional spot for days. I suppose it could be useful. However it gets complex - days can be many things. 8 hour work days (which aren't always even really 8 hours), 24 hours, 16 hours (awake time), etc. So I have to think about this one.
- copy to clipboard (could be nice I guess)
- a custom icon (might as well)

deleted post
deleted post

UPDATE: this bug is fixed in version 1.2 (at start of this thread)
I found a bug in my own app. When the screen rotates my app clears the total.
Will have to fix that!
Just be careful not to turn phone during a long sum or you'll be upset!

deleted post

deleted post

Related

[Q] REQ Darts App

Hey Folks,
I love playing darts but I´m really tired of counting the scores the whole time...
Does anyone of you know an app that can do this for me and my mates? It would be great if this app offers different gametypes such as 501, 301, cricket and so on.
Hmmm, it shouldn't be too hard to create an app that can do this (if you've got Visual Studio, maybe an express edition might be enough). After all isn't scoring in darts just multiple rounds of subtraction (with... a "logic" step at the end to prevent a negative score)?
Heh, correct me if I'm wrong since my only exposure to darts has been GTAIV
Although it'd be awesome if the background was an image of a blackboard and the numbers written in chalk (been playing too much GTAIV I spose).
EDIT: When you say "501, 301, cricket" do you mean different dart game types or different sports altogether since I know that cricket is a different sport but not what 501 and 301 are.
EDIT2: Nevermind, good old google revealed that 501, 301 and cricket are indeed all dart game types.
EDIT3: Heh, kinda forgot to answer your original question - there are actually quite a few however they are mostly paid apps and I'm not sure about compatability with WM6.5, but this is what I've found (I bascially just googled for "dart score WM"):
Someone said (http://www.modaco.com/content/pocket-pc-software/264953/darts-scorer-program/#entry0) that this one crashed (though its free): http://www.freewarepocketpc.net/ppc-download-the-count-v1-0.html but the link appears broken.
This seems to be an online scoring system: http://uniscore.unicorn-darts.com/
Another one here (paid): http://download.cnet.com/Dart-Scorekeeper/3000-2056_4-10955810.html
I'd like a app like this . I've got visual studio but not sure where to start . I'll give it ago .
iainbp said:
I'd like a app like this . I've got visual studio but not sure where to start . I'll give it ago .
Click to expand...
Click to collapse
Heh, was supposed to give it a go myself but I've become a bit too busy recently.
Anyways what you'll have to do is to install the Windows Mobile 6.5 SDK then you'll be able to build applications for it. Ummm, not sure where I found the instructions I used but this should do: http://www.smartmobiledevice.co.uk/HowTo/DeployToWM65
I assume you know how to use Visual Studio to make VB.net/C# applications. Its pretty much the same process, except you'll have to be smart about how much space you use (mobile phones have small screens )
You'll need to have VS2008 or VS2005 since VS2010 apparently doesn't support anything other than WP OS 7 (when it comes to mobile OS development, AFAIK).
I actually wanted to try making a nice "graphical" app, say use an image of a blackboard and have the letters drawn on with chalk (just like in GTA4). But from googling around it doesn't seem possible to do (at least not without building to WP7 since you can use silverlight/expression blend there to make all sorts of pretty things).
EDIT: Finally decided to give it a good bash. Still have to work out how I'm going to code the 'meat' of it i.e. the game scoring bit. Probably going to use a loop to constantly subtract - not sure if this will work for the cricket game type.
I must say feature creep is a big problem. At first I was not going to bother having customisable "names" but for some reason I went ahead and coded it (and it sure was a pain to do so).
Now I'm thinking of having a save/load feature so that you can save a game halfway through or load a previously completed game... but I really don't think I will, so make sure you finish your games (I might add a "custom starting score" feature so that if you remember who had what score, you could resume).
Ok, decided to make a new post (bump!) since I've got something reasonably stable to release.
So here it is, along with a screenshot. I've removed the options screen from the previous version since it really wasn't doing that much. Oh and I haven't programmed the "Cricket" game type yet since it seems alot more complicated than simply substracting scores.
I've also gone and changed the application icon from the previous version.
Heres some other things which I've picked up during my testing:
Known Issue 05: If you press the Windows button while running 'Dart A Score', it will take you out of the app. Press the "X" to return/bring Dart A Score back into focus.
Known Issue 06: If you press the Home or Back buttons while running 'Dart A Score' it will take you out of the app. Use task manager to "swtich" back.
Known Issue 09: If you close 'Dart A Score' via the task manager, you may not be able to relaunch it. Softreset your phone [not sure why, anyone?]
Known Issue 11: After selecting who starts the game, you cannot easily go back since the game asks you to enter the score for the first turn immediatley. Either enter a turn or enter nothing (get an error) to see Form 3/Main game and then press the "Back" softkey. Done by design. [may reimplement the options screen with a toggle for this]
Known Issue 12: The game does not detect a winner immediatey (score of 0). When a player reaches the score of 0 you press the "Next turn" button for the game to detect it. [will have to fix this in a later version, maybe]
Known Issue 13: The buttons on the dialouge box, that pops up after the game has detected a winner, do nothing. These controls are yet to be programmed. Press "OK" or "Cancel" on the dialouge box then press the "Back" softkey to start a new game. [yep, gonna have to implement this too]
Known Issue X: The keyboard does not automatically switch to numeric mode when the user is asked to input a score. [don't think I can fix this as it requires the use of "native code" (I think)]
Possible future features:
00: Implement a check so that only valid dart scores are possible. Probably not.
00: Implement custom names with persistant storage (i.e. write out/read in from a text file). [Going to be alot of work]

sms, minutes and data monitor software

right, soz for being crap, but i just haven't the time to learn how to develop.
so this is a request...
i'm seeing more and more people (including me) needing to monitor used minutes/sms/data.
there these two freewares homescreen + + and LCminutes
both of which have lots of complications and/or irrelevant stuff. i don't know with freeware if you're able to use the coding/language of these softwares to just use the applicable parts and make them your own - with owners permission of course
don't know how 'easy' it would be, but i'm thinking of a short cut in progs folder that opens up the basic info. you put in (under settings) the date your contract minutes etc renews itself each month, and the software shows you your consumption for the month so far. say, 436mins, 153sms, 236MB gprs data used.
or even add another option in settings where you put in the allowed mins etc and an alarm sounds when you're say, 3mins from the end of your 500. or 2MB left.
no daytime, weekend, off peak, prices or any other bells and whistles, just a nice simple black and white bubble theme, add it your homepage shortcuts and it's there. just runs in the background at startup.
any chance!?? (i do appreciate, it's not just a case of 'bish, bash, bosh, there you go) i see lots of people adding things to freeware sites, often users from here, and often apps that are just repeats, thought this might be a handy/popular one for people in the programming know

[GUIDE][INFO] Android-On-A-Shoestring Budget [General Android Info] New Topic Posted!

I am putting forward the following premise:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
"You can enjoy the joys and wonder of Android without spending a fortune...!"
I now intend to see if this is true!
Thread Purpose:
Provide a discussion area for those of us who are financially impaired, like myself, but want to experience the joys and wonders that tablets and android might hold...
At the moment the thread may also touch on android on mini-tablets (which might also make calls...) and larger tablets (with keyboards...hdds...lcd monitors etc) simply because on a shoestring budget you have to make do with what you have.
I hope to explore ways in which you can use Android it in new and interesting ways without paying out massive amounts on expensive hardware.
I'm not sure if it is totally achievable or not, but I'm sure it will be interesting to find out what you can do for less compared to the expensive options which are out there.
Idea's, comments, thoughts, discussions are all welcome.
The more unusual and interesting the better!
Thread Structure:
This first post will provide an index and links to the main discussion points/topics on the thread.
[Will see how this works!]
Periodically I shall post a new topic to discuss.
23March2011 - Topic One : Show Me The Droid
Method One: Using your existing laptop or PC
Method Two: Using the android emulator (also on your existing laptop or PC)
Method Three: Using your existing phone
29March2011 - Topic Two : A Low Cost Tablet
Part One: Justifying the purchase
Part Two: Android From The Box
Part Three: Passing the grade? (A-E)
Part Four: Passing the grade? (Continued...F-J)
12April2011 - Topic Three : Low Level Basics
Part One: Oh ADB Debugger!
Part Two: The Root Of It All
Part Three: Backups, ROMs and Flashbacks
Part Four: First Time Flasher! (added 1stAug11)
27June2011 - Topic Four: Low Level Interfacing
Part One: Android RS232 I/O
22Sept2011 - Topic Five: Development Tools & Tricks
Part One: Screenshots & Remote Control
Part Two: Scripts & Shortcuts
Side Topics
04May2011 - Side Topic: The Future! Quad core and beyond
02June2011 -Side Topic: Multi-Touch Technology - with No Touch Screen!
Q&A:
crevlthe: Are most apps up-sized to fit the resolution of tablets?
[I'll keep updating this thread every few days]
- please post comments, thoughts and ideas anyway, particularly if topic related.
I would love to hear about peoples thoughts and ideas
(simply reference Topic X:Method X/Step X etc if you want to comment on one item in particular).
Enjoy!
Small Print:
For the following posts I shall try to reference the source websites where possible, however apologies if I get this wrong, please feel free to pm me or post on the thread with any corrections and I'll amend the entry. Regarding images, where possible I shall try to use my own images, but at times this may not be possible. If you find I have used your image and you do not wish it to be used, then simply let me know and I'll change it. Where possible I shall state where the images have come from.
Clearly, the details in the thread are purely discussion and while I try to make them as accurate as possible I can not guarantee this. Damage or loss may occur by following some/all of the instructions, so if you do, do with care and at your own risk, I take no responsibility for your actions.
Topic One : Show Me The Droid
Before you can do anything with Android, you probably want to see it!
This topic will outline various ways you can "get at the driod" without spending anything.
Method One: Using your existing laptop or PC
This was the first way I got to play with Android (a long while ago), and that is using an Android live CD. I used something similar to the live CD from http://www.android-x86.org/ (images taken from site), which allows you to boot your computer with Android.
You can burn the image on to a CD/DVD and boot it cleanly or you can use a virtual machine and boot within that.
With a little bit of legwork, and a compatible computer you can boot from a USB key so you can carry your droid with you.
You can even install it, even dual boot, if you are brave!
While this is a simple and very cheap option (at most it should cost a CD/DVD to burn on), there is one slight problem...most computers don’t have touch, gravity sensors etc etc!
You have a number of options if you are seriously wanting to use this more:
1. You can continue to use the mouse (at least they seem to have a cursor now!)
2. You could probably make use of a large touch-pad (can be expensive, but cheaper ones are around)
3. If you have a small screen you could try adding a touch screen (8-10” touch screen overlay can be quite cheap but you will need to install it yourself and that can be tricky and will risk damage).
Perhaps this method could be interesting to try out as a low cost GoogleTV platform, but there would need to be some work done regarding the control method. Someday I may look into this option in more detail...
Microsoft Kinect not been plugged into to android yet???
Anwser: Yes it has! Ok, shame I don’t have one.
Topic One : Show Me The Droid
Method Two: Using the android emulator (also on your existing laptop or PC)
Of course for the developers out there, there is always the Android emulator which comes as part of the Android development package. Each time Android update the SDK (software development kit) for the latest release of Android, the emulator is updated to run the newest version of Android (this is often the source of early ROMs).
This does allow you to play with the latest Android version as soon as it is out, so you can get a feel for what features are improved etc and you can try out different versions to get an idea about the differences between them. You don't even need to install anything more than the Android emulator SDK if you don't want to write any code, as you can run the emulator separately to the development environment.
However, not only does this have similar control issues (except maybe that you get “soft-buttons”) but it is quite slow even on a fast machine.
(Click Image For Larger Version)
The advantage of course is it opens up a whole world of development options. The google developer site provides instructions for getting set up. Once you’ve jumped through the hoops, you can try it out by having a go at the various tutorial applications.
(Click Image For Larger Version)
Again this is something I may look at in more detail another time (such as getting setup, exploring what you can do with it and perhaps some simple development steps).
Topic One : Show Me The Droid
Method Three: Using your existing phone
You might just have that elusive Android device already, you just don't know it yet!
Clearly this option will vary wildly on the type of device you have and how in-depth you are willing to go. I’ve not managed to find a full list of devices which do support running android but it is safe to say that the “list” is growing all the time.
For me, my Phone is a Windows Mobile Phone, the HTC Blackstone, it’s quite an old device (in relative terms) but it has a good screen (3.8", 480 x 800) and modest processor (528 MHz ARM 11).
Fortunately for me, the XDAndroid group support this device, so I was able to make use of one of the many Android builds on the forums. I’m not quite sure what the current status is of this project, it seems although device specific threads have stopped, there are Android builds going up to 2.2.3...which I’ve had working on my device.
For the blackstone, running android is fairly pain free, since you install the files to your sd-card and if things don’t work out, you just delete them. One key component I required, was ditching (swapping) my class-6 SD card for a slower one (yes, slower!), once I’d switched to a class-2 one, android was up and running nicely.
(Click Image For Larger Version)
However, don’t get too excited yet, as many of the builds will have features which don’t work yet, such as Bluetooth support, camera and in-call voice (you can spend a long time getting the right mix of files for your device to get all these working) and many 3D accelerated games won't work. A lot of progress is being made here (I’ll go into this in more detail another time). Some issues you can live with and some you can’t. Also, if your device (like mine) is not a total powerhouse then you can expect things to run at less than optimal speed. Overall, don’t expect to be replacing your OS with an all singing all dancing Android one this way, unless you have decent device to start with.
All is not lost! By using one of the many dual-boot apps (they simply show a splash screen as soon as possible on power up) allow you to quickly select between your normal Windows Mobile OS and the Android one.
i.e. Gen.Y DualBoot by yozgatg
(Click Image For Larger Version)
This means you can keep a build of Android (or several if you wish) on your SD card and have a play with Android from time to time.
Personally I think this is an excellent option, even if the results aren’t perfect and it’ll probably cost you a fair bit of time experimenting, but the results are totally worth it.
I might revisit this in more detail if people would like me to. Hopefully I can learn a little more about the internals of how it fits together and provide a post on that.
For HD2 users (and some other phones), who are just too spoilt for choice, they can also install Android to their NAND (internal memory). This means they can totally replace the Windows Mobile OS on their system with Android, and because the device is fast, it apparently runs well enough to do so.
Topic Two : A Low Cost Tablet
Part One: Justifying the purchase
First off, the most important bit for this topic, how much does it cost?
I managed to get (buy) it for $90 (£56), including free shipping (limited time special offer).
Note:
I would not recommend this tablet at it's "normal" price of $130, since there are other tablets in that price range which are clearly better.
However, for me, the lower price was key here.
To put it in perspective, the Samsung Tab 7 Inch was £500 here - or $800!
The specs:
Code:
Model: Haipad M701
CPU: Telechip Tcc8902, 800MHz (ARM11)
OS: Android 2.1
RAM: 256MB
ROM: 2GB
Screen: 7 Inch Resistive (800 x 480px)
Ext Ports:
9v Supply
3.5mm Audio
Mini Usb (OTG Host) - hopefully will support Mass Storage devices
HDMI
TF (MicroSDHC)
Size: 192 x 114 x 15mm
Weight: 330g
Extra Details:
Gravity Sensor
Android Market
Adobe Flash (not supported)
Camera 0.3Mp
Wifi 802.11 b/g
My thought process regarding the purchase is this:
1. I really want an Android tablet, I’ve been look at them for months (in fact probably just after the iPad came out). In all that time I’ve lusted after tablet after tablet, but each time it came down to the cost, and the fact that I simply did not have $200/$250/$300 laying around. Throughout that period the number of tablets available have ballooned, the capabilities and specs too. I found myself looking at the affordable tablets, and then looking at the next one up (hdmi), then the next one (10” screen) and then the next one (multi-touch), until I’d priced myself out of my purchase.
2. With the advent of the tegra chips and honeycomb, the price of admission has been bumped slightly (I’d say you are starting at $300 for a low end one (quality of the screen/touch is be compromised - Advent Vega)) - previous to that an A8 based tablet, such as the A81 for around $200-250 was a good deal. To be a serious contender for anything which comes after honeycomb (for the tablet branch), and gaming platform that is developing (of which Cordy is the thin end of the wedge), the power step provided by the Tegra family is a must.
3. Back when I first started looking at tablets, I was in fact considering a very similar device (the X10 and the G10, of which the Haipad M701 is fairly similar).
4. Aside from wanting to use the latest and greatest releases from Android and games etc, there is a need for more modest requirements to be met. Can a basic tablet do this, I intend to find out?
These "modest" potential uses would be:
A: Replace/supplement a poorly designed portable Toshiba DVD player for in-car use, which in my opinion was probably the worst product I’ve ever purchased (despite the quite promising spec sheet) - although obviously I may need to revise this status soon!
B: A Doodle pad, something which my phone gets commandeered for quite often by my off-spring. So a slightly larger screen would be useful for this.
C: Simple Web-browser, most of the time only a quick check on the web is needed, so this may be more helpful than firing up the laptop (which being a work one, dislikes my wifi and network most the time).
D: Music player, either from connected memory for in the car or perhaps from the network.
E: eReader, I’ve read a few books on the Blackstone’s 3.8" screen, so a larger screen would be helpful.
F: Require a device with camera and HDMI at minimum, since this will hopefully provide more options to experiment with (1st build of Android on the blackstone, didn’t have camera support which ruled out things like google goggles etc).
G: USB Host (mass storage), I am hoping that the device will allow me to use external storage devices via the usb, this would be very handy for dealing with camera pictures and videos etc.
H: USB Device keyboard support, I find it very annoying that the Blackstone has no h/w keys, this seriously limits what you can do with it (such as emulation programs etc) as there is no easy way to control things.
I: RS232 Support: Although I seriously doubt it, it would be really useful to get RS232 monitoring running on the device.
J: A development platform for writing android software on and to learn about android.
In Summary:
Overall, aside from the video/USB requirements, I hope that I am not being too ambitious for this device, but clearly I probably am. If/Once I get the device, I shall evaluate it against these requirements and also see what other uses I can put it to. I don’t expect the device to manage all of the uses above (particularly out-the-box), but hopefully it an fulfill at least some of them (even if it takes some custom firmware/modding or even some custom hardware to achieve this) I shall be happy.
For all I know, the tablet may well never turn up...and if it does it could be next to useless (i.e. next to that Toshiba DVD player...). As it happens, one review of a similar device was “expensive paper weight”, I’d estimate it about the weight of a medium sized cup of coffee (without the cup), so might be useful for when we get the fans out in the office this summer.
My purchase timeline:
Purchased tablet on 17th March (estimated delivery 10 working days).
Item shipped on 18th March (estimated shipping 15-20 days).
“Departure from outward office of exchange” 22nd March - Left the source country.
Received item 28th March!
Overall Delivery time: 11days (7 working days).
In return for the excellent shipping, I can say that the item was from PandaWill.
Out of the box review coming soon!
Thread has moved from "General" to it's new home in "Android Software and Hacking General". At first I didn't plan for it to be Android exclusive but as it turns out, it is, so hello to all on this thread.
I am very new to Android, so please be kind!
I hope this thread can be a beginners introduction of some kind, let me know if there are errors or if you would like more information on parts etc.
Regards.
Topic Two : A Low Cost Tablet
Part Two: Android From The Box
Packaged in a retail box:
(Click Image For Larger Version)
- Tablet (thankfully)
- 9volt 1.5Amp Output Power Supply (US plug)
- US to UK plug adaptor (a nice touch, clearly they take notice of the shipping address)
- 2x USB Cable (mini USB to USB male, short mini USB to USB female)
- Basic set of ear phones
- Product dimensions measure exactly as stated in the spec (I’d previously printed out picture of the screen to 1:1 scale based on the measurements).
Although I didn’t expect to get an HDMI cable, I didn’t expect the HDMI port to be a mini one, so it would have been helpful to have included one here (or at least an adaptor).
(Note: The USB car adaptor is not for it and did not come with it, but I thought it helps as a guide for size - it won’t charge by USB).
Charging:
(Click Image For Larger Version)
The first thing I did was to plug the tablet in for a charge, there are two reasons for this. Firstly to check that the power supply is functional and safe (i.e. does not over heat) and secondly for the battery.
If the battery is at a low level, you have to treat it carefully - particularly if was in storage (as it will gradually lose charge over time). Li-ion batteries if drained below their bottom limit, will “crash” their voltage, this causes a lot of damage to the battery and it may never recover fully (or in attempting to do so it may cause excess heat == bad news). You should always avoid switching any device on when the battery is in this state, so always charge just in case before trying to switch on (most electronics should refuse to turn on, but best not to count on it).
For this reason I was pleased to find that the battery was charged to approximately 60-80% (I guess) which is around the recommended storage/shipping level. Also the charger or tablet did not burst into flames, which was nice too!
Turned On:
Switching on the device, immediately the screen shows a colourful splash screen, then some linux penguin/mole, before displaying the normal android boot. Instantly I am pleased that the screen is working! I am also impressed that the screen quality, brightness and colour look quite good.
(Click Image For Larger Version)
60 Seconds later and Android has booted!
I would be interested to know if this is particularly fast or slow (my only comparison is booting the Blackstone Android from SD, which takes about 4 mins). For me, 1 min seems fast enough, certainly as fast as starting windows mobile. For normal use, the device can be put to sleep with the main ([]) button, which is instant on and off.
Screen was already calibrated, and the normal start-up wizard ran for Android.
Pre-Installed Software:
Aside from the standard stuff, you get ES File Explorer, Meridian Media Player, Skype (I’ve not tested that yet), SkyFire Browser, Aldiko eReader, QuickOffice, YouTube App and Android Market. The pre-installed Android Market worked fine, and I was downloading new apps in seconds. There are also some Chinese apps which I’ve not tried, but overall, there is everything to on there to get you started off and enough for you to use it directly out of the box.
Aside from some demo pictures and a video, there was also some video which I guess was taken when they tested the unit, it is a good sign that they appear to have taken the time to check the unit works, calibrate it, check things like the camera are functional etc (not sure if this was Pandawill or the manufacturer, but it was within an office so I suspect the former). At 0.3mp, the front facing camera clearly isn’t amazing, but in reasonable lighting it is good enough to see the subject in question quite clearly (one thing though is it is mirrored - guess for skype use (if that works)).
Out Of The Box Impression:
Overall initial impressions are, the screen appears to be pretty good for the money. Colours are slightly more washed out than a more expensive screen, but not overly so. The resistive touch screen does take a firm-ish touch to use, but again, not overly more than other resistive touch screens.
The size and weight of the unit appears to be nicely balanced, it is easy to hold in a single hand (for an adult) while using it with another (or thumb typing and holding either side). The outside bezel is just the right size that, if you need to, you can hold the edge with your thumb without touching the screen etc. The plastic housing, which is rigid and feels solid, makes the unit feel quite good quality. The piano black finish of the back (like a psp) does attract fingerprints however the screen itself doesn’t, which is great.
Although it was never going to be the fastest Android experience, however the unit does seem to keep up with the operating system fairly well, definitely fast enough to be usable.
The unit feels nice and appears to work well, so far excellent value for money.
Next time I shall evaluate the tablet against my requirements and see how it fares...
Topic Two : A Low Cost Tablet
Part Three: Passing the grade? (A-E)
Crunch time! How does the low cost tablet fare when lined up against my expectations and needs?
Meeting My Requirements:
A: Replacing A Portable DVD Player
Viewing photos, videos and listening to music from the pre-installed samples was easy and the units response was reasonable. There was good video playback of the 720p sample (I expect this was encoded to suit the device obviously), and the photo browser did a nice job of displaying and sorting through the photos. Sound was ok, by no means hi-fi standard but enough to listen to over moderate background noise (sound as good as the DVD player - but can’t really say this is hard). This will take a bit more investigation to determine what formats are supported and from where (local storage, microSD, flash stick, HDD, network, internet etc etc). However, even if videos need to specifically encoded as long as they can be played from a mass-storage device (or at a push the SD card), this should meet this requirement fine (did I mention the old DVD player is terrible...).
B: A Doodle Pad
It took no time at all for my offspring to try this, safe to say the unit passes this test with flying colours. One huge improvement is that the Blackstone touch sensitive call buttons etc were not in the way any more. Still to find the perfect app for this:
On Windows Mobile its My Note by MyLostBlog which is a good balance between clear interface and function (I still prefer 2.1 over 2.6).
(Click Image For Larger Version)
On the DS, Art Academy is favourite (although what it has in features, it lacks flexibility). Also Flip Note is worth a mention, I would love to find a similar app on Android.
Art Academy (art software) / Flipnote (animation program)
(Click Images For Larger Versions)
At the moment the star for Android is AutoDesk’s SketchBook Mobile (perhaps a little complex for younger children to fully do everything but easy enough for them to use and enjoy most of the features, excellent for adult use too!). AutoDesk’s app shows the quality that is possible with Android (although at the expense of lag free response on this particular device), I’m still very impressed and the 7 inch screen makes it all the more enjoyable.
C: Simple Web-browser
First off the lack of flash is annoying, but there is at least “some” flash support (I assume flash lite) from the Skyfire Browser, and even the google browser when it came across an embedded YouTube video it directed it to the YouTube app to play.
Browsing is reasonable, the wifi signal is probably below normal, but if you have a good signal, the browsing speed as comparable to my phone (for me the google browser appeared to be faster, but that might have been down to my wifi signal at the time). Here, multi-touch or at least the dual-touch of the later M701 models would be useful, as Pinch-to-zoom would be helpful. At least with the 7 inch screen the need to zoom in and out all the time is reduced (also I’m sure by experimenting with different browsers and settings the perfect balance will be achievable). It will never replace the desktop for web-browsing, but it is fine for quick searches etc.
Google Browser / Skyfire Browser
(Click Images For Larger Versions)
D: Music player
I’ll hold judgement on this until I find a more flexible app, since I had problems navigating around my music and playing it by folder unless it was on the SD card (I was only using some files I had available, I’m sure it is a lot simpler with correctly tagged albums). Once playing the music though, it managed ok (although it did experience issues if you attempted to “multi-task” and load apps etc while music was in the background - although that may have been the app I was using and/or fiddling around with the usb connections). The quality isn’t the best I’ve heard, but it is sufficient. I think overall, with the right app, the unit will perform this task without issue.
E: eReader
Just by trying the pre-installed Aldiko application, it is clear to see that this unit is great for reading. The text was very clear and easy to read with plenty of text visible and even on the smallest font setting (point 10) you can easily read without issue. The g-sensor rotates the screen as required (hopefully there is an option to turn it off - for reading while laying down [Yes, there is a setting for android generally]). The screen is slightly shiny so would suffer in direct sunlight, however it is reasonable for reading in average lighting. I also tested with a pdf, which displayed ok using QuickOffice, but features such as re-flow (available with Adobe’s reader) would definitely help to fit things on the screen.
[Update: Once I've installed Adobe reader, pdf's are very easy to read, although the lack of resuming where you left off means you have to keep track of page numbers yourself (this is no different to the Windows Mobile version).]
CONTINUED BELOW...
Congrats!
Really great post
enotar said:
Congrats!
Really great post
Click to expand...
Click to collapse
Thanks! I should be adding some more later on today.
I'm open for suggestions for topics etc.
Topic Two : A Low Cost Tablet
Part Four: Passing the grade? (Continued...F-J)
Meeting My Requirements (Continued...):
F: Camera & HDMI
As I previously mentioned the camera is not very good, but since it is front facing (it’s located to the right side of the ([]) button) it clearly is not suitable for taking snaps etc. Using google-goggles, the images are just about usable, but it appears the google-goggles app can’t take the pictures directly (you can import pictures which then allows you to take photos using the standard app and open them).
(Click Image For Larger Version)
[Android Logo taken with camera]
I’ve just tested the HDMI (I’ve managed to get a mini-HDMI cable) and after enabling the output via the settings page and restarting, the screen correctly displayed on the TV. Films and games do look good on the TV, although some adjustment to the alignment would be useful. Although you can output in either 1080p and 720p, the resolution is matched to the device 800x480 (although I might be wrong for direct video output), also from first impression, 1080p is lower colour depth than 720p output.
G: USB Host
Ideally the USB connection for host/OTG would be it’s own full size female usb socket (i.e. a normal USB socket) but instead you need to use the USB cable provided which converts the miniUSB to a USB socket. Tested with microSD card reader, flash memory stick (4Gb Kingston), the Blackstone (in mass-storage mode) and even 2.5 HDD which worked even without extra power (I was surprised at this as it is only a generic enclosure with a random laptop drive, however I did not try this with a low battery just in case that did damage). All of which appear under the /scsi/ directory. So far I’ve been unable to find how to “unmount” the drives (you can unmount the sd-card and the internal nand memory via the settings but not the OTG device), so when you disconnect you get “USB Device unexpectedly removed” message.
H: USB Device keyboard support
Using the same OTG cable, plugging in a keyboard was easy and seamless (it just works straight away). In fact, I tested this using a Logitech wireless Keyboard and Mouse and both worked perfectly (aside from the fact the keyboard is about 5 times the size of the tablet). I also tried another USB keyboard, which in the past I've noticed does not work when within DOS on a PC (where the Logitech does), this did not work, but I suspect this is simply the keyboard being slightly unusual. Keeping an eye out for a small and cheap keyboard now.
I: RS232 Support
I attempted this just out of interest but not really knowing what to look for can’t be sure it did anything. I don’t expect this to work without some serious work, but will see what can be achieved if anything. The reason for this is that many low level electronics projects can be controlled/monitored using RS232. In addition to this, I’ve also tried a bluetooth dongle (it has no bluetooth built in), and LAN adaptor, clearly they didn’t magically start working (no doubt the build does not have the correct drivers installed etc), but this is something I will look into.
J: A development platform
At a basic level, I can copy over built APK (android application) files and install them, even the ones which I had issues with on the Blackstone work fine on the device. Developing applications and working directly with the tablet is possible (will look at this in more detail another time), as a development device it is ideal.
The not so good...
Hardware Interfaces:
The single OTG mini usb port is annoying, it would be help to connect more than one device etc and not need to use an adaptor cable.
The mini HDMI, again would be good not to need a special cable for this (at least would have been useful to know ahead of time).
Buttons...no physical home or volume buttons, this does make things difficult sometimes (I believe there are software solutions for this, or options to re-map the keys).
Out-Of-Box mapping is: ([]) is power/screen key, right-side of rocker (with Home Icon) is the menu key, left-side of the rocker (with menu icon) is the back key! Once you get used it, it may be the best layout anyway, will need to experiment.
No Usb charging, from a pure ease of use point of view this would be very helpful, but most tablets don’t support this.
Sticking out of the SDHC card (puts the card at risk of snapping) - later version of this tablet this doesn’t stick out.
Obviously multitouch, bluetooth etc would be nice, but we know that.
The Grey Grey market:
This device “IS” a fake...Real Haipad vs. Fake
I can’t work out though if the unit functions any worse than a real one, all I know is, this one functions better than I was expecting and I’ve not found anything which the originals (if it is a fake) did which this doesn’t (so far).
I've now confirmed this with Pandawill, that the tablet is OEM, not a HaiPad original (at least they 'fessed up to it!). Considering it was sold as part of their own "Fight Against Internet Crime" promotion due to their recent DOS hack attack, it is a little naughty but as you can probably tell by now, I am still very happy with the device, no matter it's origin (but glad it was discounted). Also, the device does function as described by the specs, so other than the manufacturer the rest of the listing is accurate.
The only real issue is that new firmware will be a problem since I can't be sure if it will work or not.
Not all joy and perfection (I’d be mad to expect it):
Most applications appear to work, however, I’ve found that Angry Birds has issues with the surface texture graphics (the text which shows the menus/scores - a pain, but the rest of the game is playable). Apparently later versions such as Rio work fine, this just appears to be a feature of the telechip processor and does this for all HaiPad M701. Since I am not obsessed about Angry Birds (I can stop any-time I want, no really I can...) I can live with it. Also Raging Thunder 2 isn’t playable since I can’t see the menu blocks to select anything, I guess for the same issue.
Most games appear to work fine, such as Air Control, TurboFly 3D (lags sometimes, but not surprisingly since its full-on 3D graphics), Waveblaster (works very nicely, with G-sensor working), Pacific Wings (no g-sensor control). The G-Sensor doesn’t work on some games, but fortunately most have alternative options if that is the case.
It's a mixed bag for games, but fortunately I never intended games to be it's main use and I am quite happy with decent puzzle games etc anyway.
Overall - "A solution for now, but not the future":
The unit runs an ARM11 at 800MHz, with 256RAM, lets face it, it will never do all the graphical gymnastics that the Nvida Tegra 2 processors will perform and doing all but the very basics will probably leave it out-of-breath. Such a device is no laptop or even netbook replacement, but much like the iPod touch, it is a media player with many bonus features (& on a much better budget).
I’m sure as time passes (probably not long either) more and more applications will leave this type of low cost tablet behind, with the pace of processor development at the moment this should really be no surprise at all. But for now, the market is open and the apps are flowing, so I’ll sit back and enjoy them!
Topic Three: Low Level Basics
Part One: Oh ADB Debugger!
One of the first steps in getting properly connected to your devices innards is to ensure you are able to use the ADB (Android Debug Bridge).
The ADB is command-line terminal which allows you to directly control the device and file system of the device (or emulated device) from a PC or MAC.
On the face of it you might wonder why the ADB is of much use, the answer is that it allows a direct route to the entire file system as well as providing debug access directly on target as well as monitor log outputs as programs run. Overall it is similar to ActiveSync for windows mobile. Another reason to have this working is that if your device fails to boot, something messes up your system or say the touch-screen fails, you can use ADB to access everything on the device and also re-flash it. Also you will probably need ADB to root your device (more on that later).
There are a number of guides available for setting up ADB, so I won’t go into detail on them. Personally I followed Google’s own developers guide for setting up the Android SDK (Software Development Kit) since I also intend to write Android software and the ADB is part of that.
However, after a quick search, the following guide appears to cover most of the details.
The UnLocker - How To: SetUp ADB/USB Drivers for Android Devices.
For my device, the ADB driver needed some fiddling around with, since windows would not accept the driver was for my device [Editing the ini file and adding the VID and PID of the hardware didn't help me].
Eventually I found the following (following a tip from SlateDroid): The app PdaNet appears to supply suitable drivers.
I also recommend adding the location of ADB to your system path, so that you can call it from any command-line location.
Once the drivers are installed, check that when the device is connected (and debugging is enabled via settings) that typing “adb devices” from the command-line shows a device).
C:\> adb devices
List of devices attached
0123456789ABCDEF device
Click to expand...
Click to collapse
If you want to write software using Ecilpse you’ll also want to check that it can connect and deploy applications directly to the device for testing.
Within the Ecilpse, under the run menu select “Run Configurations...”, within the Target Tab, the “Deployment Target Selection Mode” must be set to “Manual”.
(Click Image For Larger Version)
This enables the “Android Device Chooser” to prompt when you attempt to run/debug from Ecilpse.
(Click Image For Larger Version)
Build and run your application or a test one and it should now run directly on your device.
There are also a number of GUI apps around which make use of ADB to provide easy ways to manage applications, transfer files etc all without needing to mount and unmount your sd cards to and from the device. At the moment I’ve started using DroidExplorer, even from initial impressions it is clear the features are quite extensive (you could probably write about 20 guides on how to use all of it correctly).
an excellent article overall.
question about the tablets: are most apps up-sized to fit the resolution, or are there a large variety of apps natively designed to run at the bigger resolution?
crevlthe said:
an excellent article overall.
question about the tablets: are most apps up-sized to fit the resolution, or are there a large variety of apps natively designed to run at the bigger resolution?
Click to expand...
Click to collapse
This is an interesting question!
Although my tablet is WVGA which is the same as the blackstone (so I can't test this directly!).
You'd need a much higher resolution device to go beyond the officially supported resolutions, (obviously Android 3.0 supports more).
From what I've read and from doing some app development, apps should scale to fit the screen (if programmed correctly). I've read that some apps don't scale for some tablets, what the root reason is for this, I wouldn't know, since the support is there in the API.
Basically, the android sdk provides various ways to describe the layout of your screens, and they encourage you to use ones which describe them in terms of proportional amounts (for the Linear Layout) or in terms of position of items i.e. to the left of item A (for Relative Layout) etc. The other layouts all work along the same lines, i.e. you don't worry about the size of the screen and calculate each position by hand like you do with windows mobile etc, it is all determined by the API.
You can see the different layouts code here and if you find the ApiDemo APK (I'll post if you like) you can view them. However, you can break all the rules and still use the Absolute Layout, where you return to the good old days of x,y co-ordinates. Even then you can use a values which are relative to the screen size and pixel pitch (see Difference of px, dp, dip and sp in android..) so there really is no reason to hard-code it.
As for graphics, I've not done this yet, but I know this handled if you use "9-patch" png files...they describe them here.
The idea here is that the black pixels around the edge allow the designer to say which bits are fixed size and which bits can be stretched to fit etc. It is a really tidy way to do it I think. Imagine how you'd have to do it otherwise if you created a button image with an icon on which would need to be resized to fit!
Oh, there are also provisions to provide low-res, med-res and high-res versions of the graphical resources, so again everything should scale nicely and look good without the need to scale everything all the time. There shouldn't be any need as such for "large" versions of apps, unless the developer wants to change how the app works by making use of the extra space or if they want ensure the "small" version takes up less space. I'm not sure how it determines which resource to use etc or if they all get installed etc, I've not looked into it.
So as long as the designer of the app has done all this correctly then it "should" scale correctly to whatever resolution. Of course, to claim this is true, they would need to test all resolutions. Fortunately you can manually create high-resolution emulated devices so it can be done but that is not the default.
[Now you mention it though, I shall ensure I test any apps I create at least once in high-resolution, it sounds like a good idea!]
I think this might have been why the retina display didn't make it to the iPad2, it would have required app developers to produce yet more app versions to deal with it and re-do the graphics yet again. Unfortunately I don't know anything about how iOS deals with these things, but you don't get the standard sized app in the middle of the screen or a x2 type option as you do with iPads.
Thanks for posting the question, hopefully it answers it (in theory anyway).
Topic Three: Low Level Basics
Part Two: The Root Of It All
I looked and looked for this information but I couldn't find the clear answers I wanted regarding rooting, so here is the info I was after.
What is ROOT, do I need it?
Rooting your device is not essential, for most the things you do with a tablet you will not need root access. Rooting is the process by which you enable “Root” access to the system’s low level files and hardware, this is achieved by enabling “super user” [Linux term for the highest level access which has higher level permissions to files than a normal user (like an Administrator)] access.
In most cases, apps will access hardware and files through the Android API, but in some cases they may need better control of the hardware than the API allows or access to files which are normally locked.
For this reason these applications require “root” access, typically apps which take screenshots (I assume to allow access to the screen data) and backup programs (I expect to allow access to all your files) are such programs.
Am I Rooted?
One thing I had trouble working out was working out if the device was rooted already or not. The quickest way to find out is to try to use an app which requires root access, if you device isn’t rooted it will tell you.
A good way is to download “Terminal Emulator” from the market (or direct from the author) . Then type: su which stands for Super User! (if your device is correctly rooted the “$” will change to “#” (ideally it will also prompt you for permission to enter superuser mode first - see SuperUser.apk below)).
Other signs you are rooted is to look for the “su” file in /system/bin/ but this will not confirm if the file is set to be executable correctly or in some cases different names are used to make it harder for unwanted apps to locate it.
Can I break/brick my device by ROOTING?
Actually ROOTING the device shouldn’t really cause any problems (since all you are really doing is installing a file which allows you to grant “Superuser” access). However, since ROOTING (by definition) allows entering into “Superuser” mode, this mode does allow you make much more serious changes to the system than you would in a “Normal User” mode (which is the whole point!), so clearly there are some risks involved while in this mode (and you may want to consider how this fits with your warranty). If your device isn’t open, then I suspect the main risk is getting your device into an unlocked state so that you can perform the root process first (since my tablet was not locked in anyway, I don’t know about this aspect).
Once ROOTING is complete, you don’t remain as a “Superuser” but any application is able to use it if they require. For this reason, the Superuser.apk application is typically installed, which detects when a request for “superuser” permissions are made and allows you to accept or reject the request.
The ROOTING process itself is reversible, which you may wish to do if you need to return your device for repairs etc.
How to root?
There are many guides and methods, but I shall take one specific to my tablet (posted by OffWorld on androidtablets.net) and explain each step in detail, since none I found explain what it is you are doing.
First you need to get the latest su and superuser.apk files from here.
Now, connecting the device to your pc, open a command prompt and type:
adb devices
Adb will respond hopefully with your list of devices:
List of devices attached
0123456789ABCDEF device
This confirms your device is attached and adb is able to communicate correctly.
Command 1:
adb shell mount -o remount,rw /dev/block/mtdblock3 /system
This runs adb (the terminal program to your device) and mounts the specified folders with read/write access.
Command 2:
adb push su /system/bin/
This sends the “su” program to the location on the device (note this assumes have the “su” in the same directory as you are running adb from). You can confirm this by navigating to the location on your tablet and see that the file has been transferred.
Command 3:
adb shell chmod 4755 /system/bin/su
This changes the permissions of the “su” file you’ve just transferred [details about chmod].
By using the command: adb shell ls -l /system/bin/su you can see the permissions.
We’ve changed the permissions from -rw-rw-rw- to -rwsr-xr-x, this allows the file to be executed.
Command 4:
adb push Superuser.apk /system/app/
This installs the Superuser.apk package on the device. This is important since this app allows you to control superuser access, rather than just allowing any program to obtain “superuser” rights.
Command 5:
adb shell reboot
Restarts the device.
Following this process, you will have the SuperUser application installed and applications will request Superuser access if they require it.
Note:
You may find for screen capture programs you need to allow permissions automatically or you may only end up with screenshots of the permission screen! Yes that's how I got the above one...
Excellent topic ! i've got the same pad and was wondering if you did find out a good way to completely backup the firmware. I've used Titanium but that's not a complete dump.
JiePieWie said:
Excellent topic ! i've got the same pad and was wondering if you did find out a good way to completely backup the firmware. I've used Titanium but that's not a complete dump.
Click to expand...
Click to collapse
Welcome to Xda!
That was going to be my next topic.
I've just been focusing on my WM development stuff at the moment (new RSSTab in the works), but will return to the tablet after I am done.
I'm not quite sure the best way to back it up yet, I was planning on trying out the ClockMod route, trouble is I'm quite new to it, so a little cautious about doing it before holidays.
I hope to try out some low level interfacing using the usb at some point too, as I've got a development board to play with.
Side Topic: The Future! Quad core and beyond
This time next year, Rodney...
Just saw this, and thought I would share here!
ASUS planning quad-core Tegra 3 tablet
See the two videos which are on the linked page...
Yes that is 2560x1600 resolution, hopefully to go into a 10" retina display.
Simply said, the future of these chips look rather interesting to say the least (no doubt are related to Sony's NGP).
Looking at the video, what we will be able to do with mobile devices will be rather impressive. Combine that with the new touch and perhaps kinect type control technologies as well as improvements with battery capacity/recharge tech, improved clear & colourful screens and things are shaping up nicely.
Boy are we going to have some fun hacking the innards out of them!
It is easy to see that for me, I've made the right choice by not spending lots of money on an impressive and expensive tablet at the moment. Since I'm happy to wait for a better tablet and until then I can have fun playing with my basic one.
Let just hope that the manufactures come up with a decent device, that is able to be hacked and perhaps might even be half decent out-of-the-box.
What is next? Who knows!
It's interesting really since I think that phones are quite close to the point where they have about as much processing power as they need** (perhaps with the exception of ones which include extra connectivity to HDMI/pico projector, keyboards etc). When they are subjected to the confines of a 3.8"/4" screen, you start to hit the limits of usability rather than processing power. Tablets have given the hardware room to stretch it's legs a little and show us what it can do!
**I'm not saying they won't need more in future, but I think perhaps an upgrade won't be as essential or spectacular, as it once was, until they evolve to the next form of course. I suppose the ultimate progression though is the usability of something like a tablet or pc but packaged in the form of a phone or smaller device in some form or another.
The software needs to catch up now though, we need better multi-core programming techniques, far far better privacy protection, and better stability overall. Thankfully hardware gives us the grunt to do this, it just needs to develop and improve to the point where coding can be done at the highest level of abstraction (which allows time to be spent on creative aspects rather than low level code details).
If you want to look even further, the prospect of re-programmable hardware is getting closer. This is where all the single purpose chips (such as video decoders) are replaced/supplemented by ones which can be re-programmed. Not only does this allow for codecs etc to be updated while still keeping the advantage of hardware decoding/coding (i.e. realtime without loading the main processor or drawing lots of power), but some applications could in-theory call in dedicated processing for specific tasks allowing for some amazing performance when performing complex and processor intensive tasks.
Fun times are a-coming!
Bright things are ahead for our fondle blocks, I don't even care too much if they are android or ipad or something else, as long as we can buy it (without selling a leg or two - ok, not iPad then!), program it, play with it and push it to it's limits and beyond!
Side Topic: Multi-Touch Technology - with No Touch Screen!
ZeroTouch 'optical multi-touch force field' makes a touchscreen out of just about anything
I wonder how much this costs to produce, quite a nice solution and ideal as a add-on to current screens. Depending of the cost of each infra-red and LED module it hopefully won't be too much. Imagine getting it fitted to your coffee table at home!

[Q] SM-P900 'Red Underline' Spell Check?

IMPORTANT UPDATE: I HAVE RESOLVED THIS ISSUE BY DOING THE FOLLOWING:
1) Root the SM-P900 using ODIN. (it's a breeze to do - just follow the directions!)
2) Install TWRP recovery and then do a full TWRP backup of your device.
3) Download & Install the new "Hyperdrive Note Pro 12.2 KK RLS1.1" ROM from here:
http://forum.xda-developers.com/galaxy-note-pro-12/development/rom-hyperdrive-kk-rls1-tab-s-t2986949
Follow the directions for installing this ROM very closely. As recommended, FULLY WIPE your device - everything except the external SD card - BEFORE installing the new ROM.
4) Download the AOSP "MAIL" APK and "Exchange Services" APK from here: *SEE NOTES BELOW
http://www.apkmirror.com/apk/google-inc/exchange-services/exchange-services-6-2-1158763-apk/
http://www.apkmirror.com/apk/google-inc/email/email-6-3-1218562-apk/
These are "Exchange Services 6.2-1158763" and "Email 6.3-1218562", respectively. (These are the last stock, Android versions before the forced upgrade/merge to Gmail)
5) Install (side-load) the Exchange Services APK and then Email APK - from whatever folder you downloaded the files to.
* NOTES:
A) Side-loading is necessary because the Play Store will recognize that you have an SM-P900 and won't allow the install. It has nothing to do with compatibility, but rather agreements made between Samsung and Google (and likely Apple, as well), to prevent you from doing this.
B) Replacing the Samsung Email with AOSP Email is required for a complete fix because the Samsung app seems to side-step the re-enabling of the red-underline spell-check. In other words, your new, working spell check will work nearly everywhere - except inside the stock Samsung Email app!
C) These are NOT the most recent versions of Exchange and Mail, but they are the last ones before GMAIL swallowed MAIL - and I prefer the stock AOSP MAIL. If you install a higher version, you will be forced to 'upgrade' to the GMAIL app during installation. It's up to you, of course.
I'M SURE YOU WILL BE AS HAPPY AS I AM - FINALLY!
PLEASE DONATE TO THE DEVELOPER, sbreen94 - HE'S DONE SOMETHING REALLY GOOD AND INVESTED A LOT OF TIME FOR A VERY ESOTERIC DEVICE - THE P900 - WITH A SMALL USER-BASE.
THE ROM PROVIDES MUCH, MUCH MORE THAN A SPELLING-CORRECTION FIX - THAT'S JUST MY THING. OUT-OF-THE-BOX, THIS ROM IS STOCK TOUCHWIZ - EXACTLY WHAT YOU'RE USED TO, INCLUDING FULL S-PEN SUPPORT AND ALL THE SAMSUNG APPS (OR WHICHEVER ONES YOU WANT - YOU CAN CHOISE DURUNG JNSTALL).
HOWEVER, IT 'UNLOCKS' TW AND ALLOWS YOU TO TWEAK MANY VISUAL AND FUNCTIONAL ASPECTS, TO YOUR LIKING. AS THE DEVELOPER SAYS ABOUT THE ROM...
"Touchwiz how I think it should be: The latest Samsung Tab S Software features as well as a Fully Customizable User Interface on the fly as well as excellent performance and battery life."
LASTLY, BE AWARE THAT THIS ROM IS SPECIFICALLY FOR THE SM-P900 NOTE PRO 12.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I'm desperate! I can type faster and with fewer mistakes on my puny, 5-year-old iPhone 3GS than I can on my HUGE Note Pro 12.2 horizontal keyboard. Predictive text is retarded. I'm tired of fighting with auto-replace. All I want is a little red line under each of my misspelled words, like in the old days - before Samsung crippled Android. I've tried Anysoft, Hacker's, Google,... as Gordon Gecko once said, "different dog, same fleas".
I've stock-rooted the tablet with CF. What next? I'll install any mod or keyboard that does this simple thing. I don't care about the warranty, or if the UI ends up looking like Windows 1.0 and sharp pins jump out at every virtual key-press, puncturing my fingertips as I type - just show me the misspelled words before I click 'Send'!
Any help would be greatly appreciated. Thank you.
Pretty sure that apps handle misspelled words like MS Word does using Windows. So you need to find a android word processor that handles spell checking. Maybe someone here has a recommendation for you.
Proper keyboard spelling check....
treetopsranch said:
Pretty sure that apps handle misspelled words like MS Word does using Windows. So you need to find a android word processor that handles spell checking. Maybe someone here has a recommendation for you.
Click to expand...
Click to collapse
Thank you for your timely reply. In the context of a Windows PC, for example, I would wholly agree with you - that spell check is provided by the host application; however, it seems that in the mobile world, a different approach was taken, with the 'keyboard' providing a unified spelling correction that behaved identically within all applications. This is very evident in iOS, and is well documented as a mysteriously disappearing keyboard option ("Underline Misspelled Words") in fairly recent Samsung distributions of Android. KitKat seems to be where the trouble really started, and some claim that this was among the casualties of the Apple-Samsung patent wars. Placing a red line under an unrecognized word, after the spacebar is pressed or navigating away from it, seems well within the means of a keyboard app. That simple red line is all I'm looking for.
Other (non-Samsung) Kitkat devices appear to still have it....
...Owners of HTC devices, running KitKat, claim to still have the 'Underline misspelled words' option in their keyboard options.
No underlines for you!
treetopsranch said:
Pretty sure that apps handle misspelled words like MS Word does using Windows. So you need to find a android word processor that handles spell checking. Maybe someone here has a recommendation for you.
Click to expand...
Click to collapse
I've always understood that if I failed to ‘fix' this deficiency, I would have to find an email client with its own spelling correction, "like MS Word does using Windows", either utilizing its own dictionary or one of the two already installed in the tablet - stock Samsung or Anysoft.
Last night, I did some research and landed on ‘MailDroid', having a true spell checker among its many other impessive features. So, I installed the ad-paid version to test it out, fully prepared to fork over $22 for the ‘Pro' version. Email is my main concern, so I was getting excited! Installation was a breeze and within 2 or 3 minutes I was up and running with 2 accounts. And, yes, misspelled words were immediately underlined in red!!! Yipppeeeee!!!! Such a feature-rich, $22 app surely comes with its own dictionary, right?
So, just for fun, I disabled WIFI and tried to compose an email, offline. Then I felt something happening around my feet. I looked down and saw a Google API flopping around on the carpet, gasping for air. It was tring to say something, so I got closer and I could hear it muttering "feed me, feed me".
When I bought this tablet 6 months ago, I just expected it to work at least as well as my 5-year-old Apple 3GS. For a couple of months, I just figured that I wasn't understanding something, that I just needed to find that one setting - it was just hiding somewhere in unfamiliar Android territory. Some folks would say things like "No, it's not like that. Just play with the auto-replace and word prediction settings, or try another keyboard." Well, I did all of that and I'm sorry - Apple does a way better job with automatic correction - even identifying and separating words that are both misspelled and conjoined with errantly typed letters from the bottom row! And the few mistakes that do get past this magic are UNDERLINED IN RED! All applications that require text entry enjoy this unified writing tool... and all of it works even in ‘Airplane Mode' - offline!
There are two installed, accessible, LOCAL dictionaries on my tablet - including stock Samsung... Asking why an email client ]needs to go online for a dictionary is entirely rhetorical - especially when Google is involved.
One of the reasons I bought an Android tablet (and ultimately rooted it) - as well as being a protest vote against Apple's authoritarian control over what I do with MY mobile device - was to gain at least some control over unnecessary permissions, personal data leakage and data mining...
But, it feels like there's a trap - or a beaten-down conformist holding a sign that says "That's just the way it is" - everywhere I step. :crying:
WOW! You did a great job explaining this android dictionary stuff to me. I suspect the app 'Maildroid' didn't have a dictionary installed because of memory concerns. Dictionaries take up lots of space in memory. But, Hey, Word had one for XP in the days when we had very little memory on our machines 10 years ago. So that is really no excuse. A major fault for android devices in my book.
swiftkey keyboard app
Phuyuk said:
I'm desperate! I can type faster and with fewer mistakes on my puny, 5-year-old iPhone 3GS than I can on my HUGE Note Pro 12.2 horizontal keyboard. Predictive text is retarded. I'm tired of fighting with auto-replace. All I want is a little red line under each of my misspelled words, like in the old days - before Samsung crippled Android. I've tried Anysoft, Hacker's, Google,... as Gordon Gecko once said, "different dog, same fleas".
I've stock-rooted the tablet with CF. What next? I'll install any mod or keyboard that does this simple thing. I don't care about the warranty, or if the UI ends up looking like Windows 1.0 and sharp pins jump out at every virtual key-press, puncturing my fingertips as I type - just show me the misspelled words before I click 'Send'!
Any help would be greatly appreciated. Thank you.
Click to expand...
Click to collapse
Swiftkey key board app allows you to use a physical bluetooth key board and still have spell check for the win. AWSOME!!! Get the app at play store for free.
Swiftkey? Are you serious?
samsunggoliath said:
Swiftkey key board app allows you to use a physical bluetooth key board and still have spell check for the win. AWSOME!!! Get the app at play store for free.
Click to expand...
Click to collapse
Swiftkey? You think i haven't already tried that? And adding a physical keyboard - defeating the purpose of having a physically-simple, stand-alone communication device - to this [email protected]!%& top-of-the-line, most-expensive-Android-tablet-in the-world - that I paid over $800 for with a memory card? Really?
I have a better idea: Invest not one more penny in this mistake, cut my losses, and get a different kind of keyboard - one that comes with a screen and does what it was designed to do, correctly.... and I will not have to patch it up with goofy solutions because it will also have Windows or Ubuntu built-in- at no extra cost! Wait a second... I already own one - this isn't going to cost me a cent!
BTW, since I first posted on this topic, I bought - directly from China, a new Android Kitkat phone - made by Foxconn. I had it in 5 days and Including shipping, it cost me less than $200, has a lovely 5" 300ppi screen, quad-core Snapdragon, all of the sensors known to mankind, a decent camera (front and back), and a real FM radio! Oh, and you know what else it has?!? Oh, c'mon... you know what's coming.... AN INTEGRATED, UNIVERSAL, ANDROID SPELLING CHECKER WITH RED LINES UNDER EVERY SPELLING MISTAKE! I don't need to get a keyboard or pay for more software because it already does what it's supposed to do! I can type an error-free paragraph, with confidence, more than twice as fast on that little phone than I can on this overpriced piece of TouchWiz.
And that is the problem - TouchWiz. Samsung lost a lawsuit and quietly crippled the OS with Touchwiz. Sadly, since this tablet is so overpriced to begin with, not many people bought it, not many accessories have been made for it, and more importantly, no front-end, TouchWiz-replacements have been developed for / ported to it as has been done for nearly every other Samsung device.
Like I said in an earlier post... it feels like there's a trap - or a beaten-down conformist holding a sign that says "That's just the way it is" - everywhere I step.
Problem FIXED!!!
Please read the EDITED FIRST POST in this thread.
-

Watchmaker - LUA - Looking for the right formula for a modificated minute hand 'hard

I'm looking for a formula, which creates a *minute* hand moving 'hard tick' from the actual minute to the next one - as follows: the minute hand should shortly ‘shake’ a bit for- and backwards over the next minute he reaches (sort of vibration) and then get a rest on this minute (as seen on a non-Watchmaker Apk running on Android Wear 2.0 - called 'Schweizer Bahnhofsuhr'). - I want to implement this nice feature into my Watchface if possible (unfortunately I cannot upload any video sample of the above mentioned 'Schweizer Bahnhofsuhr' Apk here for your folks to see it live). - If somebody has a good formula suggestion - you are very welcome to share. Thank's in advance.

Categories

Resources