JTF.ORG Forum
General Category => General Discussion => Topic started by: muman613 on March 09, 2011, 09:05:22 PM
-
This thread is completely off-topic... But maybe some tech-heads will have some comments...
About two weeks ago I needed to get a new cellphone. My previous Palm Trio was a piece of junk. I hated that phone very much because it would hang up unexpectedly, often taking 1 minute to reboot. This would be a problem when I was waiting for important calls and I would miss them. To make a long story short I went to Radio Shack to find out what new phone they could give me...
I was happy that they showed me a very nice Android based LG phone {pictured below} :
(http://www.canyonriver.com/LG%20LS670%20Optimus%20S.jpg)
After getting the phone I tried out all of the apps and downloaded several of the free apps available at the Android market. I have to admit I am hooked on the Android platform at this point.
The company which I work for is actually developing Audio/Video codecs for Android {although I do not know which models have our chip in them}... I think Android has a great future.
I was so enthused I jumped on the bandwagon and began to develop an application for my phone. I was so excited I decided to invest an additional $300 for an Android 7" tablet {pictured below}:
(http://gadget4you.info/wp-content/uploads/2011/03/Huawei-Ideos-S7.jpg)
The 7" tablet is great. It almost replaces the laptop which I use every morning to read the internet news. It also works great for internet radio, youtube, and as an alarm clock. There are also some elementary games on the unit..
Does anyone else like the Android?
-
i love android as well, my samsung captivate is excellent
-
I'm looking at getting a tablet, but not an Ipad. After all, I'm not a Mac person. What brand is your Android tablet, Muman? I don't want to spend a lot of money on one.
-
I have had Android based phones ever since the original G1. Its a great platform, also how hard is it to develop programs for Android?
-
I'm looking at getting a tablet, but not an Ipad. After all, I'm not a Mac person. What brand is your Android tablet, Muman? I don't want to spend a lot of money on one.
Lisa,
I got a Huawei Ideos S7 tablet...
-
I have had Android based phones ever since the original G1. Its a great platform, also how hard is it to develop programs for Android?
It is very easy. I downloaded the SDK from google... Installed 'eclipse' IDE and whammo, you can start developing and testing on the included Emulator. You must know the Java language but the IDE makes creating the GUI very easy.
Check out this link : http://developer.android.com/index.html
-
I'm using an iPhone. It's way over-hyped. It is only good if you have it jailbroken. I want an android, will likely take the nexus S unless something better shows up.
-
I'm using an iPhone. It's way over-hyped. It is only good if you have it jailbroken. I want an android, will likely take the nexus S unless something better shows up.
iphone is overhyped. The great thing about Android something is always better coming out. I have the Glacier(mytouch4G). Its the best, I have it rooted its the tops
-
Yup. Recently got my first "smart phone" and it has an android OS, and I love it.
I'm interested to know what kind of application you're going to make. I did notice that the Android market is a little bit lacking in jewish-type apps, whereas I think some pretty advanced ones already exist for iphone (for example, kosher restaurant search, davening apps etc).
-
Also, Muman, what is the model you have pictured there?
-
Also, Muman, what is the model you have pictured there?
Hello KWRBT,
The phone which I got, which is pictured, is the LG LS670 model.... I paid only $36 because it was an upgrade... Ive been a Sprint customer for almost 17 years now and they want to keep me as a customer. But my monthly service went from $59 a month to $79 a month...
-
Yup. Recently got my first "smart phone" and it has an android OS, and I love it.
I'm interested to know what kind of application you're going to make. I did notice that the Android market is a little bit lacking in jewish-type apps, whereas I think some pretty advanced ones already exist for iphone (for example, kosher restaurant search, davening apps etc).
I like Mustang GTs and have several miniature model Mustangs on my shelf. I thought it would be a good app to take 3D models of Mustangs and put them in an app which you can select a Mustang model {i.e. 1966 Mustang, 1980 Mustang, 1990s Mustang, etc.} select the color and trimmings and then draw it on a background image. The android includes the OpenGL 3d library which can be used to draw 3d models. The android can also respond to tilting and shaking, and the application I am writing will rotate the car as you tilt the unit, or spin it out when you shake it...
That is the app for Android which I started last Sunday...
Here are some renders of 3D models of Mustangs:
(http://www.sharecg.com/images/medium/1691.jpg) (http://allmods.brinkster.net/th/1/2/2468.jpg)
1969 Shelby Mustang
(http://i344.photobucket.com/albums/p338/free3dart/mustang_old_small.jpg)
PS: The Android Market does have some Jewish titles. I have a Siddur which has the entire Sacharit service in Hebrew on my phone... I also have 2 good Jewish calendar and Zmamim apps...
https://market.android.com/details?id=com.bunjix.apps.jewcal&feature=search_result
https://market.android.com/details?id=il.avimak.TehillatHashem&feature=search_result
I was also thinking of maybe writing a widget which would display the JTF headlines along with the Kach logo...
(http://1.bp.blogspot.com/_tBRuCQE287A/SW0Td-C6aBI/AAAAAAAAADY/XENu3MVRUpk/S220/500px-Kach-Logo_svg.png)
-
When you said Android I was thinking of R. Daneel Olivaw
http://en.wikipedia.org/wiki/R._Daneel_Olivaw
-
Hello KWRBT,
The phone which I got, which is pictured, is the LG LS670 model.... I paid only $36 because it was an upgrade... Ive been a Sprint customer for almost 17 years now and they want to keep me as a customer. But my monthly service went from $59 a month to $79 a month...
Does it have a name?
-
I understand it runs Linux. I can get one in June. I'm on Sprint. I see everyone here likes it.
So, if it runs Linux, can you open up a shell to the device itself? I can imagine what I can do with it if I can.
-
I understand it runs Linux. I can get one in June. I'm on Sprint. I see everyone here likes it.
So, if it runs Linux, can you open up a shell to the device itself? I can imagine what I can do with it if I can.
Hi ACK,
Yes, Android is based on Linux operating system. But developers for Android do not need to know about the underlying operating system. One of the design features of Android is that it is operating system independent. No need for the developer to worry about the details, he must only be concerned with utilizing Java classes which encapsulate the functionality.
For instance there are libraries for graphics, speech recognition and text-to-speech, network connections, threads and processes, etc. I think that this is an excellent idea and the culmination of the entire Java vision. Javas original vision was that a programmer could write one program and it would run on any platform which runs a Java VM.
If a programmer wants to I am sure he is able to get to the Linux kernel. But I don't recommend developing like this. It is nice to hack your phone but basically it is best to run your app in the application programming language, which is Java for androids...
http://en.wikipedia.org/wiki/Java_language
Java is a programming language originally developed by James Gosling at Sun Microsystems (which is now a subsidiary of Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode (class file) that can run on any Java Virtual Machine (JVM) regardless of computer architecture. Java is a general-purpose, concurrent, class-based, object-oriented language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere". Java is currently one of the most popular programming languages in use, and is widely used from application software to web applications.[9][10]
-
I personally prefer Blackberry and still have an iPhone, but I do like your tablet. Where did you buy it?
-
I personally prefer Blackberry and still have an iPhone, but I do like your tablet. Where did you buy it?
I got the Huawei at BestBuy...
http://www.bestbuy.com/site/Huawei+-+Ideos+7%22+Tablet+S7+-+White/1411106.p?id=1218264013837&skuId=1411106&st=ideos%20s7&cp=1&lp=2
-
Does it have a name?
I mean, is it the lg ally, lg ____ something or other?
-
I mean, is it the lg ally, lg ____ something or other?
Apparently it is called the LG Optimus LS670...
http://www.lg.com/us/mobile-phones/LG-LS670-Purple.jsp
LG LS670 Purple
Andriod 2.2, Wi-Fi Connectivity with Hotspot, 3.2" Touch Screen, Google Maps Navigation
The LG Optimus S™ gets all the time-saving goodies of the latest Android™ 2.2 - speed, simplicity, and apps like Google Voice™ Actions that make online search, shopping, and music just an easy voice command. Turn Optimus S into a Wi-Fi® hotspot so friends can surf too. Its large and inviting 3.2" touch screen is perfect for smartphone newbies. And Optimus S can be customized with five different home screens. Now that's smart!
-
Not that I disagree with threads like this but why is it okay for you to make threads about technology but not okay for me to make threads about evil, and usually anti-Semitic, celebrities that are brainwashing millions of kids to do immoral things?
-
Hi ACK,
Yes, Android is based on Linux operating system. But developers for Android do not need to know about the underlying operating system. One of the design features of Android is that it is operating system independent. No need for the developer to worry about the details, he must only be concerned with utilizing Java classes which encapsulate the functionality.
.....
If a programmer wants to I am sure he is able to get to the Linux kernel. But I don't recommend developing like this. It is nice to hack your phone but basically it is best to run your app in the application programming language, which is Java for androids...
I have not touched an android yet - I have to wait until June, Sprint rules and regulations...
But what if I'm really masochistic and I want to get in to internals?
-
Apparently it is called the LG Optimus LS670...
Oh, ok. It looks pretty cool.
-
Not that I disagree with threads like this but why is it okay for you to make threads about technology but not okay for me to make threads about evil, and usually anti-Semitic, celebrities that are brainwashing millions of kids to do immoral things?
Shalom TBF,
I missed you while you were gone.
I dont have a problem with the basic premise of posting news items about bad celebrities. The only issue which I brought up before is that it seemed that you posted about the same couple of celebrities over and over again. I don't intend to regularly post about technology here. This is not the place. But occasionally people post things about topics which are interesting to them. Androids and software development are very interesting to me, and I wanted to share this with JTF members.
PS: I think you are entitled to make threads on whatever topic you like. Don't feel that I am inhibiting your posting..
-
I have nothing against your androids thread. But, I do think currently popular evil celebrities are more relevant to JTF's core concerns and mission than technology.
-
I think for myself, a tablet might be a good idea for my train ride to and back from work. I would be much easier to read and post on the forum that way, as opposed to on my cell phone.
-
I read books and magazines on my phone.
-
I have a LG Optimus V Android, great value and it has a lot of use. It's more like a personal data assistant to me than a phone though, I mainly use the data plan and only paying about $25.00 a month for phone service. I just load a modified version of Skype that I can use over 3G with call out and I pretty much have close to free outgoing calls.
(http://notebooks.com/wp-content/uploads/2011/02/LG-Optimus-V-on-Virgin-Mobile.png)