Monday, September 17, 2012

GPS FIX for Google Nexus Jelly Bean

Since my first android which was a fascinate i I have obsessed with The gps . Finally I managed to get the correct setting but it was time for an upgrade ..Out of the box I was very disappointed with the how long it took to get a GPS lock on my GN ..So after doing my homework and and trying out a few different apps and settings I Finally have it down to a science where I get almost and instant lock !. There is a handy little free app called "GPScompassMap" that you can get at the market . It is an accurate app that tells you how many satellites you are locked into . Before you change your Gps settings do a test and see how many satellites you are locked into .. If your not getting between 8/8 and 11/11 then this is for you !Of course make a backup .
.
The only settings that will be effected are your GPS settings .


Please click "Like" just so I can see how many people these settings are working for.
I am not sure what that "Vote" button is for but it wont hurt to click on the "Vote" button too ;)

By the way you will never have to purchase another GPS app again ;). I am not asking for donations ..Just click like or make a comment .. 


For some reason for the most part "angy GPS" is not opening up for a lot of people .This app is not a necessity just a tool . you do not need any apps for this configuration to work . By the way people are reporting that this is working for everyone not just CDMA .. Once again make a backup and enjoy your tweaked out GPS settings ! 
Thanks ,

Mitch

Here is the flashable zip file ! UPDATED ! AND YES IT WORKS ON JELLY BEAN 4.1 !

Mitch optimal gpsconfig

Angrygps

SOURCE : http://rootzwiki.com/topic/21453-optimal-gps-settings-for-galaxy-nexus/

Thursday, June 21, 2012

Intake air temperature with hot air shield

After I've installed intake hot air shield, I've measured again the intake air temp.
Surprisingly that the intake air temp is significantly reduce. The temp reduce more than 10 deg Celsius when at the toll and temp also take lot of time to ride to max.

So it's very big improvement by only install a shield.



Go to : Hot Air Shield

Tuesday, June 19, 2012

Air Intake Hot Air Shield (2nd Attempt)

This is my 2nd attempt for air intake hot air shield. 1st attempt is failure where air are too restricted and engine choked. If this success, I'll make another shield with better materiel.

Go to : Intake Air Temp Measured With Hot Air Shield

Sunday, June 17, 2012

4age20v ISCV CAI trick

Before this I've recorded air intake temperature at different time and different place. And here is the result.


I've never taught temp that feed into combustion chamber is that high. So I am thinking how to feed lower air temp into combustion chamber.

Then I got this idea. 

Make a CAI (cold air intake) for ISCV (idle speed control valve) and split the ISCV intake from main intake hose.

Original condition of ISCV is same as below.



Then take another hose to make individual hose to feed air to ISCV. Put the end of the hose in front of the engine to avoid hot air from engine bay. Modified hose is as below.



Actual picture for the CAI that I've install is like this.


Ignore the cheap water hose that I've been using. This is for temporary testing. Probably I'll replace to a better hose later.

As far I've been using this mod, I can felt better throttle response coz lower intake air temp are feed into combustion chamber.


Monday, June 4, 2012

Twin Pot Brake Caliper Serviced With Repair Kit

After 2 month changed the brake rotor, it start to make sound again.
http://me2kimi.blogspot.com/2012/03/replacing-disc-and-brake-pad.html

So I've decided to service the caliper using repair kit. But unfortunately, I can't find brake repair kit for Levin twin pot caliper.

After been to few spare part shop, I've to buy 3 pack of brake repair kit. 2 sets of rear brake repair kit for Camry Acv30 and the other 1 is full set repair kit for Avanza. The Acv30 repair kit is compatible with twin pot size, but since twin pot caliper got 4 pistons in total, so I've to buy it 2 sets. Then I need to buy another full set of brake repair kit for just to use the slide pin boot as the boot did not sell separately.


Contain of the repair kit


First, took out the caliper and I need to push out the pistons from the caliper. I use portable tire pump to applied pressure into the caliper.



Before that, I've to wrap around the 'blue tip' using white tape or plumber tape to make sure it's air tight.



Then, put something at the other end of the piston to prevent it from pop out.




After that, slowly i can remove the piston from the caliper.

Lets see whats inside the caliper. It's full of rust and dirt. No wonder the brake is not working perfectly after I think 20 years of its age.



The caliper looks good after been clean, but not so good coz its aging already.


Then it's time to install the oil seal, dust cover and secure ring. When the oil seal is outside caliper, the diameter size is larger than size of the piston housing. But don't worry, once I put into the pistons housing, it will shrink and fit.




Now fit the dust cover and secure ring.



Before I put piston inside the caliper, I've lubricated it first with grease that come with Avanza repair kit.

Push piston down a into dust cover a bit (quite hard to fit into the dust cover) until touch the oil seal. 


Grab up end of the dust cover to fit to the piston.


And slowly push the piston inside the caliper.

When I tried to install slide pin boot into caliper bracket, it don't fit coz it got outer groove on it.


So I cut it out to be like this.


Then it fit inside the caliper bracket nicely.




Wednesday, May 30, 2012

[SOLVED] Ubuntu 11.04 wireless not working Intel Corporation Centrino Wireless-N 1030 driver

I have installed Ubuntu 11.04 into my Dell Vostro 3350 with Intel Corporation Centrino Wireless-N 1030 wireless driver.
After finish install Ubuntu 11.04, I can't use wireless. What I did is upgrade the kernel.
This is the method I use to upgrade kernel.

1-Open terminal and type 'uname -r' without ' ' to check what version of kernel you use.
2-Then type 'apt-cache search linux-image' to search available kernel for your ubuntu version, in this case  
    11.04.

3-Choose the latest kernel which is linux-image-2.6.38-15-generic (in my case)
4-Install the kernel by using this command sudo apt-get install linux-image-x.x.xx-x-generic/pae,
   where x.x.xx-x=kernel and select generic version or generic-pae version. I don't know what is the
   different.
                         sudo apt-get install linux-image-2.6.38-15-generic
                 sudo apt-get install linux-headers-2.6.38-15-generic
You must install both image and headers

5-Then you will get 2 version of kernel at the grub menu. So use this command to remove old kernel
               
                         sudo apt-get autoremove linux-image-x.x.xx-x-generic/pae

6-If you got error for virtualbox, run this command
                       
                        sudo /etc/init.d/vboxdrv setup


Expand storage for Openwrt router

If he router has very low storage, in my case router is DIR-842. Here is tutorial to expend storage using USB flash drive.  Original guide i...