Hello everyone!
Yes haven't posted a thing in about 2 years, which might seem odd.
College takes up lots of time plus i kind of found that android was a bit stagnant for a while and publishing anything was completely pointless, but now, here's a quick update for 2015!
1) Galaxy S6
The galaxy s6 (and edge) are pretty beast in my opinion. Ive always hated touch wiz, always disliked the cheapness of the galaxy line in general, and i think i actually like the galaxy s6 over the m9! wow right? Ive always been a die hard HTC fan and no offense, the M9 is not little toy either.
Its running a 64 bit octacore exynos chipset from samsung backed by 3 gigabytes of ram, an f/1.9 camera! Insane! And quad HD on a 5.1 inch display, also insane, but i think the quad HD is not needed at all.
2) The M9 didn't surprise anyone, its just another HTC, sense UI looks better and better every time but the M9 is essentially an M8 with upgraded internals and perfected exterior. The camera i hear is total crap though.
3) The LG G4 will be coming out at the beginning of may and im very excited to see what will serve as a basis to the new nexus 5 2015. F1.8 camera, snapdragon 808, quad HD, more ram i assume, etc. Its supposedly covered in leather....LG listen to me, DONT DO IT.
4) Oh yeah, the iphone 6. its a piece of crap. again. dont worry about it.
Prediction on the Nexus 5 2015
If its based of the LG G4 ill have to use some rumors about it:
Snapdragon 808
2 gigabytes of ram
8 or 13 MP f2.0 camera
32/64 gigabytes of storage.
5.2 inch 1080p IPS LCD display
2mp front camera
price:~ 400$ off contract. That's reasonable.
All for Android, and Android for all! A blog for Mobile Technology enthusiasts and fans of the most popular OS in the world, Android. Im here to prove my point that the overrated iphone is cheap, useless and pointless compared to the worst android device, which is true. Feel free to argue.
Showing posts with label HTC. Show all posts
Showing posts with label HTC. Show all posts
Tuesday, April 21, 2015
Update 4/21/2015
Labels:
2015,
android,
argue4android,
blog,
galaxy s6,
HTC,
htc one m8,
htc one m9,
iphone 6,
lg,
lg g4,
nexus,
nexus 5,
nexus 5 2015,
phones,
prediction,
Report
Wednesday, December 11, 2013
How to root HTC First.
**Do at your own risk. I am not responsible if your phone blows up, if you start a thermonuclear war, or if you get fired from work because your alarm clock on your phone didn't go off**
Part 1. Unclock Boot Loader
1. Back up all apps as .apk files and transfer them to your PC, this will factory reset your device. Make sure all HTC Drivers are installed on your computer. Make an account on the htcdev.com website. Make sure USB Debugging is on (dev options on your phone)
2. Power off your phone. Hold Power Button and Volume Down Button for around 20 seconds. You will see a white screen with colored letters. (if you see the 3 buttons at the bottom blinking, release the buttons imdiatly and try again)
3. Hit the volume down button till you highlight "fast boot". Press the power button to select. Plug in your phone to your computer.
4. Go to htcdev.com/bootloader (if you havent registered yet, do so now, please use a VALID email, this is important).
5. In the right panel, select "other devices". Check the i agree button and continue.
6. It will tell you how to boot into HBoot and Fastboot, which you have already done.
7. Download the required files. Make a folder in the C drive of your pc called "Android" or something like that. Put that .zip file in there and un zip it.
8. Open command prompt. Type in "cd C:\Android" hit enter
9. Type in "fastboot oem get_identifier_token"
10. Right Click on the black area of command prompt, select "mark". Click in the corner and select as shown in the picture.
11. Press Ctrl + C and then paste that code into the text box provided on the HTC Dev Webstie.
12. Check your email, it has a file attachment that you should save in the same "android" folder. The file should be called unlock code.
13. In command Prompt, type in "fastboot flash unlocktoken Unlock_code.bin" and hit enter. on your phone, a screen should appear asking if you are sure you want to unlock the boot loader. Select yes (it is not touch sensitive so you must use volume up button to highlight yes and power to select).
There you go. Boot loader unlocked.
Part 2. Recovery
1. From this website http://forum.xda-developers.com/showthread.php?t=2241782 download the TWRP recovery (or if you want, go back in the forum and pick CWM recovery) and download superuser app of SuperSU. MAKE SURE USB Debugging is on (dev options on your phone).
2. Save it in a seperate folder on your c drive. transfer the super user app to your phone. Rename the reocvery into "recovery" DOT (.) what ever its supposed to be. (i think .img).
3. reboot into fastboot again like you did in part 1.
4. plug in your phone to the computer.
5. Open Command Prompt type in "cd C:\ what ever folder name it is"
6. type "flash recovery recovery.img" and wait, it should be done quite quickly. You can now turn your phone back on, and reboot into recovery the same way you did into fastboot. from there flash the super user app. The recovery is touch capable.
ROOTED
Part 1. Unclock Boot Loader
1. Back up all apps as .apk files and transfer them to your PC, this will factory reset your device. Make sure all HTC Drivers are installed on your computer. Make an account on the htcdev.com website. Make sure USB Debugging is on (dev options on your phone)
2. Power off your phone. Hold Power Button and Volume Down Button for around 20 seconds. You will see a white screen with colored letters. (if you see the 3 buttons at the bottom blinking, release the buttons imdiatly and try again)
3. Hit the volume down button till you highlight "fast boot". Press the power button to select. Plug in your phone to your computer.
4. Go to htcdev.com/bootloader (if you havent registered yet, do so now, please use a VALID email, this is important).
5. In the right panel, select "other devices". Check the i agree button and continue.
6. It will tell you how to boot into HBoot and Fastboot, which you have already done.
7. Download the required files. Make a folder in the C drive of your pc called "Android" or something like that. Put that .zip file in there and un zip it.
8. Open command prompt. Type in "cd C:\Android" hit enter
9. Type in "fastboot oem get_identifier_token"
10. Right Click on the black area of command prompt, select "mark". Click in the corner and select as shown in the picture.
11. Press Ctrl + C and then paste that code into the text box provided on the HTC Dev Webstie.
12. Check your email, it has a file attachment that you should save in the same "android" folder. The file should be called unlock code.
13. In command Prompt, type in "fastboot flash unlocktoken Unlock_code.bin" and hit enter. on your phone, a screen should appear asking if you are sure you want to unlock the boot loader. Select yes (it is not touch sensitive so you must use volume up button to highlight yes and power to select).
There you go. Boot loader unlocked.
Part 2. Recovery
1. From this website http://forum.xda-developers.com/showthread.php?t=2241782 download the TWRP recovery (or if you want, go back in the forum and pick CWM recovery) and download superuser app of SuperSU. MAKE SURE USB Debugging is on (dev options on your phone).
2. Save it in a seperate folder on your c drive. transfer the super user app to your phone. Rename the reocvery into "recovery" DOT (.) what ever its supposed to be. (i think .img).
3. reboot into fastboot again like you did in part 1.
4. plug in your phone to the computer.
5. Open Command Prompt type in "cd C:\ what ever folder name it is"
6. type "flash recovery recovery.img" and wait, it should be done quite quickly. You can now turn your phone back on, and reboot into recovery the same way you did into fastboot. from there flash the super user app. The recovery is touch capable.
ROOTED
HTC First - High end or mid range?
Sorry everybody for not posting for such a long time. I have been bogged down with college and things like that, and really there wasn't much exciting going on. But im back and will be posting more often.
So. I got a new phone yes and its the HTC First!
The thing is, HTC and many revierws say its a mid-range device. Now here ill try to prove to you that this is a high end device.
1. Proccessor.
The HTC First contains a Qualcolm snapdragon 400 proccessor capable of 1.7 GHz and is dual core. HTC limited the phone to 1.4 GHz (this is to show that it "isnt" as good as the HTC One x or any popular high end device).
2. GPU
The HTC First has an Adreno 305 proccessor, much more advanced than the one in the HTC One X for example.
3. Resolution.
Although its a 4.3 inch display, it has 341 Pixels per inch (not including sub pixels). Litteraly you cant see the pixels AT ALL. its 720x1080p display with more of a 2:3.5 ratio.
4. Other Features
It has both a front and rear facing camera with a dual LED flash.
Large speaker for 100+ db.
16gb of storage.
1gb of ram.
Running STOCK AOSP android jelly bean 4.1.2
2000mah battery with up to 15 hours of battery with moderate use and wifi on all day.
The true only difference between this and the One X for exampe are
1. Dual core vs Quad Core
2. Great vs Good battery life
3. 4.3 inch vs 4.7 inch screen
4. 341ppi vs ~300ppi
5. Adreno 305 vs lower class gpu (unknown)
6. 5mp camera vs 8mp camera
7. Loud speaker vs beats audio
So basicaly. If you want better battery life, a smaller screen which is still big enough, higher resoulion screen, go for the HTC First.
**Facebook home can be disabled
**There is no Sense UI
**Rootable
**Cyanogenmod ports are in progress since the HTC First has been "discontinued" and will not receive any android updates.
So. I got a new phone yes and its the HTC First!
The thing is, HTC and many revierws say its a mid-range device. Now here ill try to prove to you that this is a high end device.
1. Proccessor.
The HTC First contains a Qualcolm snapdragon 400 proccessor capable of 1.7 GHz and is dual core. HTC limited the phone to 1.4 GHz (this is to show that it "isnt" as good as the HTC One x or any popular high end device).
2. GPU
The HTC First has an Adreno 305 proccessor, much more advanced than the one in the HTC One X for example.
3. Resolution.
Although its a 4.3 inch display, it has 341 Pixels per inch (not including sub pixels). Litteraly you cant see the pixels AT ALL. its 720x1080p display with more of a 2:3.5 ratio.
4. Other Features
It has both a front and rear facing camera with a dual LED flash.
Large speaker for 100+ db.
16gb of storage.
1gb of ram.
Running STOCK AOSP android jelly bean 4.1.2
2000mah battery with up to 15 hours of battery with moderate use and wifi on all day.
The true only difference between this and the One X for exampe are
1. Dual core vs Quad Core
2. Great vs Good battery life
3. 4.3 inch vs 4.7 inch screen
4. 341ppi vs ~300ppi
5. Adreno 305 vs lower class gpu (unknown)
6. 5mp camera vs 8mp camera
7. Loud speaker vs beats audio
So basicaly. If you want better battery life, a smaller screen which is still big enough, higher resoulion screen, go for the HTC First.
**Facebook home can be disabled
**There is no Sense UI
**Rootable
**Cyanogenmod ports are in progress since the HTC First has been "discontinued" and will not receive any android updates.
Labels:
android,
android 4.1,
HTC,
HTC First,
HTC One X
Tuesday, May 7, 2013
HTC Is Coming Back

HTC hasn't had the best of times in the market over the past year and a half, losing huge chunks of its market share and seeing revenues contract rapidly. However, the April numbers show that the company may finally be starting to see the light at the end of the tunnel.
Boosted by the launch of the One flagship, HTC revenues rose 23% in March and reached NT$19.6 billion ($657 million). However, such was the scale of the HTC recent troubles that even after such significant jump the company's earnings are 36.9% lower than they were in the same month of last year. Still the decline was 48.6% last month, so things are at least moving in the right direction.
Besides, HTC's CEO Peter Chou expects to see even better performance in May in June, as the supply shortages for the One loosen up. The total revenues for Q2 are estimated to reach $2.4 billion, meaning that sales should increase by a further 50% over the next couple of months.
(gsm arena)
Wednesday, May 1, 2013
HTC Releases HTC M4

Take a look at the picture...its an HTC One....no its not, its smaller less powerful version.
Quote from GSM Arena "As for the specifications of the device, the M4 is said to have a 4.3-inch, 720p display, dual-core processor, 2GB of RAM, 16GB of internal memory and a 1,700mAh battery. Interestingly, the M4 will also feature an UltraPixel camera"
Tuesday, April 9, 2013
Save HTC! PLEASE!
HTC is going down, we see more and more....retards going for crappy plastic Samsung's. Yes they are not really crap, but compared to HTC's they are! I know many people who have gone for samsung ones and will never go that way again, EVER! That is the issue HTC is faseing.Its the apple story again. People hope for samsung to redeem itself like the iphone 5 was supposed to redeem apple, but it didn't.
HTC has lost 98% sales in Q1 2013. That is alot. Seriously. I hope you feel what i feel for HTC here. HTC was with android from the start, and it never failed android with new inovations.
It was the first with:
Dual Core
4 inch screen
4.5 inch screen
Front facing camera
Complete metal body.
HD display
super amoled/amoled display
touch buttons
track ball
loads of sensors such as acceleration, gyro tech, and more!
And we will just stand back and let HTC turn into DIE! Hell NO!
If you want to see more go to my site: save-htc.blogspot.com
HTC has lost 98% sales in Q1 2013. That is alot. Seriously. I hope you feel what i feel for HTC here. HTC was with android from the start, and it never failed android with new inovations.
It was the first with:
Dual Core
4 inch screen
4.5 inch screen
Front facing camera
Complete metal body.
HD display
super amoled/amoled display
touch buttons
track ball
loads of sensors such as acceleration, gyro tech, and more!
And we will just stand back and let HTC turn into DIE! Hell NO!
If you want to see more go to my site: save-htc.blogspot.com
Tuesday, March 26, 2013
Android News Update 3/26/2013
Well it seems like HTC is really trying to stay afloat. Its method at the moment is to produce alot of different phones for everyone instead one popular phone like Samsung. HTC is having a hard economic time right now and needs more income and popularity, so lets help the on company that has stuck with android from the beginning. They are releasing a new Desire P, huh, P really, ah who cares, its an HTC right? But the biggest thing is not the cheap plastic samsung galaxy s 4, but the HTC ONE, which is a full metal body, super thin and not to large not to small, its perfect with the new HTC Sence 5 UI.
Ever since Motorola was bought by google, it has taken a significant image from google, check out the new Motorola X, a beauty isn't it?

It will be the first phone with a 4000mAh BATTERY, that is huge and will last any hard core gamer for more than 24 hours, that is awesome. I see the UI is standard google. but you have to admit, it is great looking.
People are waiting for the New Samsung galaxy s4, which samsung has always been gay. Plastic, huge, over glorified, and lots of advertising. My friend fell for the s3, and now i quote him "Im never going for samsung again, next is HTC". See that is a real person saying that.
I hope HTC does well with the One, and motorola does well with this awsome X and that samsung well get a big "minus" on their income and hopefully crash. Haha, not gona hapen right, lots of naive people gona fall for samsung this year.
Ever since Motorola was bought by google, it has taken a significant image from google, check out the new Motorola X, a beauty isn't it?

It will be the first phone with a 4000mAh BATTERY, that is huge and will last any hard core gamer for more than 24 hours, that is awesome. I see the UI is standard google. but you have to admit, it is great looking.
People are waiting for the New Samsung galaxy s4, which samsung has always been gay. Plastic, huge, over glorified, and lots of advertising. My friend fell for the s3, and now i quote him "Im never going for samsung again, next is HTC". See that is a real person saying that.
I hope HTC does well with the One, and motorola does well with this awsome X and that samsung well get a big "minus" on their income and hopefully crash. Haha, not gona hapen right, lots of naive people gona fall for samsung this year.
Labels:
android,
HTC,
htc desire p,
HTC One,
HTC sense 5,
motorola x,
news,
samsung,
ui
Tuesday, February 12, 2013
New HTC One photo leaked

An official press photo of the HTC One has leaked showcasing the phone's front panel. The source is evleaks and judging from its history of leaks, then we have every reason to believe this is the real deal.
Rather surprisingly, the HTC One get rid of the traditional three-button combo and features just back and home buttons below its display. As usual, both buttons are of the capacitive touch variety. Another interesting bit are the dual-speakers placed either side of the screen.
However, the key selling point of the smartphone remains its 4.7-inch 1080p display with a pixel density of 468ppi. Judging from the press photo the One is going to run the latest version of Sense UI (5.0), which falls in line with previous reports. Those earlier reports also suggested the HTC One is running Android 4.2 on a Qualcomm APQ8064 chipset with four 1.7GHz Krait cores and 2GB of RAM.
Yesterday, the first photo snapped using the smartphone's 13MP camera showed up on Flickr. It's yet another interesting aspect of the device, considering its using a stacked sensor with what the company calls "ultrapixels".
HTC will hold simultaneous press events in New York and London on February 19, where the company's CEO Peter Chou is expected to officially unveil the One flagship. We'll be covering the announcement live, so stay tuned!
Source: GSM Arena
Tuesday, November 13, 2012
HTC Droid DNA Best Android Ever Made
I recently found out this from gsm arena, and realy its the best android made, ever!
read on...
HTC is having a hard time competing at the highest level of the smartphone market lately, but its latest smartphone might be what was needed to turn the tables. The all-caps name of the HTC DROID DNA is, for once, well deserved as this is certainly one of the most exciting smartphones we have seen lately.
On paper the DROID DNA is the strongest candidate for the smartphone of the season title.
The defining feature of the DROID DNA is the 1080p resolution of the display - that's over double the pixels of an HD screen. This pushes the pixel density to the insane 440ppi, leaving the 326ppi Retina display in the dust.
The 5" screen of the HTC DROID DNA uses Super LCD 3 tech - the One X used the previous generation of this tech, so we expect nothing but the best. We'll be taking a closer look at it soon enough as we're at HTC and Verizon's New York event.
The rest of the phone is nothing to frown at either - it's powered by the same Snapdragon S4 Pro chipset as the Google Nexus 4, which has four Krait cores, 2GB RAM and Adreno 320 on board. It has wireless charging too.
Two crucial differences between the DNA and the Nexus (aside from the screen, of course) are the LTE connectivity, supported by the Verizon 4G network.
HTC didn't stop there - they added some of their signature features to the phone. Sure, the latest Sense UI is present, on top of Android 4.1 Jelly Bean, but there's also the 8MP camera with F/2.0 aperture and ImageChip (which handles the advanced camera features) and Beats Audio with their 2.55v amplifier.
The only worry is that all of this is running off a 2,020mAh battery, which is smaller than what the HTC One X+ got.
There will be a lot to test when the HTC DROID DNA gets in our lab, but we'll start with an on-site hands-on. Stay tuned - the live photos garnished with our first impressions should appear on the following pages shortly.
here is the full article
http://www.gsmarena.com/htc_droid_dna-review-849.php
their is a page 2
read on...
HTC is having a hard time competing at the highest level of the smartphone market lately, but its latest smartphone might be what was needed to turn the tables. The all-caps name of the HTC DROID DNA is, for once, well deserved as this is certainly one of the most exciting smartphones we have seen lately.
On paper the DROID DNA is the strongest candidate for the smartphone of the season title.
The defining feature of the DROID DNA is the 1080p resolution of the display - that's over double the pixels of an HD screen. This pushes the pixel density to the insane 440ppi, leaving the 326ppi Retina display in the dust.
The 5" screen of the HTC DROID DNA uses Super LCD 3 tech - the One X used the previous generation of this tech, so we expect nothing but the best. We'll be taking a closer look at it soon enough as we're at HTC and Verizon's New York event.
The rest of the phone is nothing to frown at either - it's powered by the same Snapdragon S4 Pro chipset as the Google Nexus 4, which has four Krait cores, 2GB RAM and Adreno 320 on board. It has wireless charging too.
Two crucial differences between the DNA and the Nexus (aside from the screen, of course) are the LTE connectivity, supported by the Verizon 4G network.
HTC didn't stop there - they added some of their signature features to the phone. Sure, the latest Sense UI is present, on top of Android 4.1 Jelly Bean, but there's also the 8MP camera with F/2.0 aperture and ImageChip (which handles the advanced camera features) and Beats Audio with their 2.55v amplifier.
The only worry is that all of this is running off a 2,020mAh battery, which is smaller than what the HTC One X+ got.
There will be a lot to test when the HTC DROID DNA gets in our lab, but we'll start with an on-site hands-on. Stay tuned - the live photos garnished with our first impressions should appear on the following pages shortly.
here is the full article
http://www.gsmarena.com/htc_droid_dna-review-849.php
their is a page 2
Labels:
andorid,
droid,
HTC,
HTC Droid dna,
phone,
smartphone
Thursday, October 4, 2012
HTC ONE X+ is out!
So the new HTC one x +.
It has .2 GHz faster processor, so HTC is on top with 1.7 GHz quad core.
Its now black and gorgeous. It has a lot of other minor hardware tweaks. The camera has had major improvements and now double the storage and 50 percent more battery life. Sin e it comes with Android jellybean, it has sense 4+ ui instead of just sense 4. It now looks and feels more like stock jellybean.
It has .2 GHz faster processor, so HTC is on top with 1.7 GHz quad core.
Its now black and gorgeous. It has a lot of other minor hardware tweaks. The camera has had major improvements and now double the storage and 50 percent more battery life. Sin e it comes with Android jellybean, it has sense 4+ ui instead of just sense 4. It now looks and feels more like stock jellybean.
Huh, I don't think the iPhone can beat that...ever...ever. that's good they can't, the faster they leave the world the better.
Go android and go HTC.
Go android and go HTC.
________________________
Check me out on google+
Check me out on google+
Subscribe to:
Posts (Atom)