Showing posts with label new. Show all posts
Showing posts with label new. Show all posts

Tuesday, May 9, 2017

Download All the Version of Source Code for New Zenfone 4S ZC451CG

Download All the Version of Source Code for New Zenfone 4S ZC451CG



Download All the Version of Source Code for New Zenfone 4S (ZC451CG)

For those of you who need a Source Code For New Zenfone 4S (ZC451CG), you can download it directly from the official ASUS website by clicking the link that I have prepared the following. The following links from Global download servers available on ASUS Download Site.

how to download All Version of Source Code For New Zenfone 4S (ZC451CG)? You just click the download link below to download the Source Code For New Zenfone 4S (ZC451CG) in accordance with the version you need.



Link New ASUS Zenfone 4S (ZC451CG) Kernel source file for Android OS:
  1. version V4.11.40.155 download(134.86 MBytes)
  2. version V4.11.40.128 download(106.79 MBytes)
  3. version V4_11_40_124 download(112.18 MBytes)
  4. version V4.11.40.119 download(106.79 MBytes)
  5. version V4.11.40.79 download(112.15 MBytes)
  6. version V4_11_40_74 download(112.16 MBytes)
  7. version V4.11.40.55 download(112.16 MBytes)
  8. version 4.10.40.22 download(112.15 MBytes)




So this post about  Download All the Version of  Source Code for New Zenfone 4S (ZC451CG), thanks you for visiting..

Go to link Download

Read more »

Thursday, March 9, 2017

Create Your Own ROM Guide NEW

Create Your Own ROM Guide NEW


Who is this tutorial for?
Quote:
  • Absolute Beginners.
  • People with little or no programming skills.
  • people who really want to learn how to make custom roms
  • people who want to learn android and dont know where to start.
Tools Required : (Update them manually and report me dead links please)

1- Java JDK FROM HERE OR JAVA.SUN.COM - FOR INSTALLING CYWIGN.
2- Cywign Direct Download- Linux Terminal For Windows
3- Android Kitchen (ROM Development Tool)- For Cooking custom ROM and many more things, Please update this Kitchen to latest version when available.
4- Demo META-INF Folder Download- For Making Flashable zip files and comparing updater script.
5- Custom Booting.zip - for custom boot animation
6- notepad for editing files like build.prop, updaterscript 
7- MOST IMPORTANT TOOL YOUR BRAIN... AND ALSO LOTS OF TIME... [DOWNLOAD LINK NOT        AVAILABLE. ]

Step one: Installing the JAVA JDK, Cygwin and Setting up the Kitchen.

*Before you do anything install the java jdk*

Quote:
Try this Dsixda Kitchen Install Picture Tutor(recommended)

OR

watch this video tutorial by gitagaire for how to setup cygwin and kitchen(recommended)


INSTRUCTIONS

  • Download and extract the cygwin_packages.zip
  • Run the set up(make sure there is no previous cygwin installation)
    Quote:
    NOTE: INSTALL CYGWIN IN ROOT DISK LIKE C:
    • Follow the kitchen read me txt!!!
    • local package directory *must* be the path to the cygwin_packages folder that you just extracted
  • when it shows all the package names, go to the top and select "all default" until it changes to "all install" (you must click on the arrow

  • Download the kitchen from above. Then, extract the kitchens .zip file to a folder under your home account. Rename the dsixda-android-kitchen-*** folder to just "kitchen". In Cygwin, this folder would depend on what was set for your Cygwin install directory, e.g. C:cygwinhomeJohnkitchen
    NOTE!! If your user folder contains spaces (e.g. C:cygwinhomeJohn Smithkitchen), then the kitchen will not function properly. Instead, copy it under C:cygwinhomekitchen.
  • Now your ready to run the kitchen type:
Step Two: Setting up a working folder


THERE ARE TOW METHODS FOR THIS.
1. WHEN YOU HAVE BASE ROM AVAILABLE.
2. WHEN YOU DONT HAVE BASE ROM.


FIRST METHOD - 
  • First our folder structure should look like this:
    Code:
  • cygwin folder/home/your user name/kitchen
  • Now we need a rom to work on, for GALAXY ACE PLUS[s7500] users i will recommend this rom by blackburner but you can use any rom.
    Just Place the original rom zip in the original_update folder inside the kitchen.
  • run the cygwin.exe again type:
    Code:
    cd kitchen(enter)
    ./menu(enter)
  • now enter option 1, enter again. You should see your rom listed, choose and enter
    you will be asked about changing the working folders name, at this point it makes no difference so just continue.
  • congratulations you have a working folder!!!
SECOND METHOD - this method is by neroyoung

FIRST MAKE A WORKING FOLDER IN CYGWIN FOLDER
Quote:
IT SHOULD LOOK LIKE THIS
cygwin folder/home/your user name/kitchen/WORKING_(your rom name)


NOTE: FOR THIS MEETHOD WE NEED 3 FILES AND FOLDERS TO BE PLACED IN WORKING FOLDER.
1. META-INF FOLDER - GET THIS FROM DOWNLOAD FILES LIST IN FIRST POST
2. SYSTEM FOLDER - TUTORIAL BELOW
3. BOOT.IMG - TUTORIAL BELOW



2. getting system folder
(NOTE - YOU MUST BE ROOTED FOR THIS MEDHOD)
  • This is universal method and can be done easily using terminal emulator.
    For this simply download Terminal Emulator from Android Market.
    we need freshly flashed device here. OTHERWISE YOU WILL HAVE LOT OF JUNK FILES.
  • Open it and type:
    Quote:
    su
    tar -c system/* >> sdcard/system.tar
    This will copy all your /system folder to your SDcard with name System.tar
    This will take some time to finish so be patient.
  • After its done you should have a tar file in your /sdcard named system.tar
    You can extract it using Winrar or 7zip software. But yes this will have huge size , as it has other useless folders so you will have to delete them. After extracting this system.tar file you will get following folders (Similar one)

    Quote:
    • /etc
    • /fonts
    • /framework
    • /lib
    • /lost-found
    • /media
    • /sd
    • /semc
    • /usr
    • /xbin
    • build.prop
    • And some other files and folders like ""autorooted,kernel files" etc


    Now simply delete the folders marked in red color and its done.Dont worry if you dont have folders with red colors above,we dont need them.
  • And the final files that we will have in our system folders will be

    Quote:
    • /app
    • /bin
    • /etc
    • /fonts
    • /framework
    • /lib
    • /media
    • /semc
    • /usr
    • /xbin
    • build.prop

    If it dont have semc folder no need to worry.
    NOTE: YOU CAN ALSO GET THIS SYSTEM FOLDER BY USING ANY ROOT BROWSER. JUST FIND THIS FOLDER AND COPY/EXTRACT TO SDCARD
  • NOW COPY THIS system FOLDER TO WORKING FOLDER


3. getting boot.img

Here we have 2 options
1. stock boot.img from stock rom - simple kernel which we get in brand new mobile.
2. custom boot.img from custom kernel - kernel which are modified for overclock or other features


Quote:
1. getting stock boot.img from stock rom.
extract your stock rom with winrar or 7zip. you will see boot.img there. copy it to working folder

2. getting custom boot.img from custom kernel.
  • download any custom kernel which is only for your device. [galaxy ace plus [s7500] users get from here or here]
  • extract it with winrar or 7zip and copy boot.img to working folder
NOTE: many of new devices have kernel.bin and other files instead of boot.img so skip this part if your device dont have it

Step Three :change/modify/update rom

YOU CAN MODIFY YOUR ROM IN TWO STEPS:
  1. MODIFY USING ANDROID KITCHEN - for basic modification.
  2. MODIFY MANUALLY. - for advanced modification.
1. MODIFYING USING ANDROID KITCHEN
Quote:
watch this amazing tutorial by neroyoung on how to editing rom with kitchen
NOTE: DONT FORGET TO DEODEX YOUR ROM

HERE







2. MODIFYING MANUALLY.



FOR ALL ANDROID PHONES (ESPECIALLY FOR GINGERBREAD ROMS) USE THIS GUIDE FOR COOL MODS. like center clock,CRT animation, ics and jelly bean style mods etc... ANOTHER GUIDE BY ME

  • Adding/removing applications
    1. Go to the working folder where you extracted your rom, inside you will find:
     OR 
    2. Then go to "system/app" inside this folder you will find all the rom applications(apks) you may also find some in the data folder if your rom has this folder.
    3. Copy, replace, and change any app(apk) be carefull if you dont know what the apk is do not delete!!
    LIST OF APPS YOU CAN DELETE - HERE OR HERE
    If you can not find some apps in this guide then try opening all those app in your phone and see app name and icon or move those apps from system/app to sdcard and see what is not working...
  • Adding new boot animation
    android kitchen doesnt works for this in Samsung phones. So we need a different method.
    1) Download and extract the bootanimation and samsungani file from Custom Booting.zip attached in first post.
    2) Put them in the /system/bin folder and replace the existing files there
    3) Now download any boot animation, and rename the bootanimation to “sanim.zip”.
    4) Now, navigate to /system/media and replace the “ODEanim” with “sanim.zip”
    You are done with the bootanimation change
  • customizing the theme
    1. replace stock launcher with launchers like nova launcher
    2. theming using uot kitchen (fonts, status bar, batery and other icons etc
    Quote:

    watch this amazing toutorial by jdlogan151
  • Edit the gps script for your country/location
    1. In the workingfolder/system/etc/ you will find a file named gps.conf, you can
    edit this file with notepad++ or even word.
    2. using the right gps script in this file can speed up gps lock, you can
    find some from angeldeath, download extract and replace the gps.conf.
  • Adding ringtones :
    • Take your ringtone file...it should be in .ogg format..If not then convert it to .ogg..
    • Locate to the folder system>media>audio>ringtones>
    • Copy and paste your .ogg files here in ringtones folder..
    • You can also change notifications, alarm and UI tones like this..
  • Changing the Fonts :
    • Take your desired font.ttf file and rename it as DroidSans.ttf..
    • Locate to the folder system>fonts>
    • Now, replace the file DroidSans.ttf with your desired DoridSans.ttf...
    • To change the lock screen clock font...replace the Clocktopia.ttf with your desired one..(rename first)..
  • build.prop tweaks!!
    check this or this or this post for build.prop
    NOTE: EDIT BUILD.PROP WITH NOTEPAD++. SIMPLE NOTEPAD WILL CORRUPT THE FILE.

  • adding mods and scripts...
    download mods and scripts from links below and copy past all files in same folder as your rom... like for init.d scripts add them to system/etc/init.d/here and all permissions in updater script to your updater script...(dont forget to give them credit for it...)
    links:-
    • [TweakZV6] Init.d best tweaks[Flashable] Increase your performance by st@matis
    • Collection build.prop; init.d; etc. by optik19918
    • init.d Tweaks collection by dsexton702
    • [SCRIPTS][TWEAKS][CWM]SlaidyBoost-V2.3 by slaid480
    • [CWM][SCRIPTS][TWEAKS] Adrenaline™ Engine by ImbaWind
    • V6 SuperCharger by zeppelinrox
    • [SCRIPTS]CronMod-A2SD/D2EXT/INT2EXT by croniccorey
    • Xloud and Bravia engine by aiman112
    • AwesomeBEATS™ v.3 by

      Go to link Download

Read more »

DDR4 Memory Clock Reaches New High GIGABYTE X99 SOC Champion rocks!

DDR4 Memory Clock Reaches New High GIGABYTE X99 SOC Champion rocks!


Yes, the GIGABYTE X99-SOC Champion is really making a strong debut. With it’s unique design, the new board is already building itself quite the resume. A few weeks ago, a Secret OC session took place at the GIGABYTE HQ where a total of 9 World Records, 22 Global Firsts and 25 Hardware Firsts were accomplished by 7 of the world’s finest overclockers, all using the X99-SOC Champion. Within these achievements, an impressive performance was submitted by HiCookie with the Highest DDR4 Memory Clock at 4014.6 MHz!!

Well ladies and gentlemen, our famous overclocker just can’t be stopped! Yesterday, HiCookie with the help of Jake and Sofos1990 managed to push this limit to an incredible 4184MHz using Corsair’s Dominator Platinum memory modules.  Now THAT’s a performance!

http://hwbot.org/submission/2715533

image image

Since Z97-Force LN2’s memory record, a new standard has been establish to claim top memory scores. So we took out the big hardware, a very expensive oscilloscope, to  prove that no cheating took place. Here is the video:

And to top it off, today HWBOT.org published their December achievement review. Taking the first place for this months most used Motherboards for WR and GFP at HWBOT (… drum roll …) The GIGABYTE X99-SOC Champion!! Here is the press release: http://hwbot.org/news/11725

I don’t know for you guys, but I’m looking forward to 2015 to see what the overclocking world and the GIGABYTE X99-SOC Champion has to surprise us!


Go to link Download

Read more »

Monday, December 19, 2016

CS Tool V 1 44 1 New Setup Download

CS Tool V 1 44 1 New Setup Download


CS-Tool V.1.44.1 Added Read/Write Like Factory FW for SPD 7730/31,9830,8830 Without Root/ADB.

Unofficial Support Site By Welcome Zone Haldwani

Added
New Boot for SPD7730/31 Android Version 5.X.X
Enabled Read/write For 8830
Enabled Read/write for 9830
Enabled Flash Read/ Write like Factory FW CSTool Format


- SC7730/31 Android Version 5.X
-- Read Flash Like Factory FW (CSTool Format) - Without Root/ADB - World First
-- Write Flash Like Factory FW (CSTool Format)

- SC8830
-- Read Flash Like Factory FW (CSTool Format) - Without Root/ADB - World First
-- Write Flash Like Factory FW (CSTool Format)

- SC9830
-- Read Flash Like Factory FW (CSTool Format) - Without Root/ADB - World First
-- Write Flash Like Factory FW (CSTool Format)

SC7730/31 Types Of Boots
-- SC7730/31-EMMC >> Normal Phones With Old Hardware also Can Say Android Version 4.X.X
-- SC7730/31_Sign-EMMC >> Phones With Secured like Huawei, Lenova Secured Boots
-- SC7730/31_SDRAM2-EMMC >> Phones with New hardware Also can Say Android Version 5.X.X

If any unsupported Phones, please Report us , Model Number , Brand , Android Version.

Quote:
Messege to Crying Monkeys 2 teams Who are always Cry about my updates . do not cry always, we make always ourself the solution, still you tool need Adb or root read the flash SPD Android Version 5.X.X , now you have work copy the my solution... hurry up...

Quote:
Very soon we will add Read Flash Compressed as *.pac.. or Convert Read Flash with *.pac format . we are working on it

Download from Offcial CS-Tool_MainSoftware_v1.44.1


Another Hot Updates On the way


More Interesting Pre News

* Follow us on Facebook


Go to link Download

Read more »

Friday, October 7, 2016

DirectX Series Drivers New v9 0 Free Download For Windows 7 8 Vista And XP

DirectX Series Drivers New v9 0 Free Download For Windows 7 8 Vista And XP


directx-driver-download-for-windows
DirectX is one of the best free software that supports us to running games or other graphic files on our systems. In here, we are sharing the latest DirectX drivers for all windows operating systems to free download. DirectX is also a driver software that helps us to running programs perfectly without facing problems. So, in the ending of this post. You can find the most latest and updated version of DirectX driver to free download. DirectX driver is free ready below to download. Just click on the provided download link location and start your download of DirectX driver immediately. DirectX driver is most important to run programs on the computer. So, just follow the link url below and click to start your download of DirectX driver free.
Description: DirectX Driver Free Download
Supporting OS: Windows XP, 7, 8 And Vista (32-Bit or 64-Bit)
DirectX Driver Free Download

Go to link Download

Read more »