Pages

12/02/2017

Adding MP3 Songs in Grand Theft Auto

FOR GRANT THEFT AUTO - VICE CITY


STEP 1: 
Open "Grand Theft Auto - Vice City" folder.


STEP 2: 
Copy all the MP3 Songs you want to play on the MP3 Player of the Vehicles to this "mp3" folder of GTA VC.


STEP 3:
After copying files, open "GTA VC" game. On it, Choose the "Options" from the menu.


STEP 4: 
From "Options" menu, choose "Audio Setup".


STEP 5: 
From "Audio Setup" menu choose "MP3 Player" on "Radio Station" by using Left arrow and Right arrow. Then, Verify it is playing the Songs correctly.


NOTE:
If you Want to change the "Radio" while driving the vehicle. Then, you need to change the "Controller Setup". For that Choose the "Options" from the menu.


From "Options" menu, choose "Controller Setup".


From "Controller Setup" menu, choose "Redefine Controls".


Change the Key for "Radio" in "In Car".


Now you can use the Key preferred by you to change the "Radio".


FOR GRANT THEFT AUTO - SAN ANDREAS


STEP 1: 
Open "My Documents". From it, choose "GTA San Andreas User Files".


STEP 2: 
On "GTA San Andreas User Files", Choose "User Tracks"


STEP 3: 
Copy all the MP3 Songs you want to play on the User Tracks of the Vehicles to this folder.


STEP 4: 
After copying files open "GTA SA" game. On it, Choose the "Options" from the menu.


STEP 5: 
From "Options" menu, choose "Audio Setup".


STEP 6: 
From "Audio Setup" menu choose "User Track Options".


STEP 7: 
From "User Track Options" menu choose "Scan User Tracks".


STEP 8: 
After Completion of Scanning the User Tracks, Choose "Back".


STEP 9: 
From "Audio Setup" menu choose "User Track Player" on "Radio Station" by using Left arrow and Right arrow. Then, Verify it is playing the Songs correctly.


NOTE:
If you Want to change the "Radio Station" while driving the vehicle. Then, you need to change the "Controller Setup". For that Choose the "Options" from the menu.


From "Options" menu, choose "Controller Setup".


From "Controller Setup" menu, choose "Redefine Controls".


From "Redefine Controls" menu, choose "Vehicle Controls".


Now, Change the Keys for "Next Radio Station", "Previous Radio Station" and "User Track Skip".


Now you can use the Keys preffered by you to change the "Radio Station" and to change the "User Tracks" while driving the vehicles.


Setting Static IP in Raspberry Pi


STATIC IP FOR ETHERNET IN RASPBERRY PI


STEP 1: 
Enter Command
"sudo nano /etc/network/interfaces"

STEP 2: 

auto lo
iface eth0 inet static
address 10.201.100.85
netmask 255.255.0.0
gateway 10.201.137.15
nameserver 8.8.8.8

STEP 3: 
Restart Raspberry Pi.

STATIC IP FOR WIFI IN RASPBERRY PI


STEP 1: 
Enter Command
"sudo nano /etc/network/interfaces"

STEP 2:

allow-hotplug wlan0
iface wlan0 inet static
wireless-essid Tron
address 192.168.5.5
netmask 255.255.255.0

STEP 3: 
Restart Raspberry Pi.

Other Related Links




Run a Program in Startup of Raspberry Pi


STEP 1:
Enter Command "sudo nano /etc/rc.local".

STEP 2: 
printf "\n Starting"
sudo ./home/pi/Desktop/<<program-file-path>>

Other Related Links




Fix the Tracks Unavailable Error while writing Raspberry Pi Image to Memory Card

 


STEP 1: 
Start any Raspberry Pi kit with same Image installed on it and use the Commands given below.
Enter Command
"sudo fdisk /dev/mmcblk0".

STEP 2: 
Enter Key.

STEP 3: 
"P" Key.

STEP 4: 
Press Enter Key. Then, See Last Partition End Sector Value.

STEP 5: 
Press"Q" Key.

STEP 6: 
Press Enter Key.

STEP 7: 
Then, In Windows PC. Use ibex file size changer (It is available on internet as a freeware), Set New Size="End Sector Value * 512"

STEP 8: 
Press "Change the Filesize" button.


STEP 9: 
Click on "OK" Button.

Other Related Links





Setup Proxy in SDK Manager of Eclipse

STEP 1: 
Open "Eclipse" IDE.


STEP 2: 
Click on "Android SDK Manager" in toolbar.




STEP 3: 
Set of Installed Packages will display. Then, Open Tools -> Options.


STEP 4: 
Enter the IP (Internet Protocol) of the HTTP Server with Port Address.


STEP 5: 
Then,Click on "Close" Button.

STEP 6:
Then, Close the SDK Manager.


STEP 7: 
Then, Close the "Eclipse" IDE.

Change Keyboard Layout in Raspberry Pi



STEP 1:
Enter Command "sudo nano /etc/default/Keyboard".

STEP 2:
Set XKB Lyout = "US".

STEP 3:
Restart Raspberry Pi.

Other Related Links




Creating Windows 7 Installation Disk

METHOD - 1 : IN DVD

STEP 1:
Start -> Power ISO.


STEP 2:
Add -> Add Folders and Files.


STEP 3:
Add All the Files.



STEP 4:
In Action Menu, Choose Boot -> Add Boot Information.


STEP 5:
On the Boot Folder of Windows,Select "etfsboot.com".




STEP 6:
Then,It will be Changed as Bootable Image.


STEP 7:
Click on Burn Menu.


STEP 8:
Click Maximum as Burning Speed.

STEP 9:
Click "Burn".


STEP 10:
After Burning, Disk will be Ejected.

METHOD - 2 : IN PENDRIVE (8 GB OR ABOVE)


STEP 1:
Format Pendrive in "NTFS" Format.




STEP 2:
Copy all the files.




STEP 3:
Eject the Pendrive.

STEP 4:
Now, it is a bootable Windows 7 Installation Pendrive.

Other Related Links