Friday, 3 July 2015

Download MEGA files directly through IDM(internet download manager) #RGS

HI GUYS,RGS HERE AND I AM UP WITH ANOTHER VIDEO SHOWING THAT HOW TO DOWNLOAD FILES DIRECTLY FROM MEGA TO IDM(INTERNET DOWNLOAD MANAGER)

AND IT'S PRITTY UNLESS YOU WONT PAY ATTENTION TO THE VIDEO AND THIS IS PRITTY USE FULL WHEN DOWNLOADING FROM MEGA IF THE NET'S OUT THE DOWNLOAD STOPS AND YOU NEED TO START FROM THE BEGINNING BUT IN THIS WAY YOU DON'T NEED TO SO WATCH THE VIDEO HELP YOUR SELF AND IF YOU GUYS HAVE ANY DOUBTS PLEASE COMMENT IN THE COMMENTS SECTION IN THE BELOW VIDEOS PAGE.

                 


[UNIFY]BEST ALTERNATIVE Of UNIFIED REMOTE FOR WINDOWS PHONE REVIEW #RGS

HI GUYS,RGS HERE AND I GOT YOU PEOPLE ANOTHER VIDEO AND THIS IS ALL ABOUT UNIFY THE BEST ALTERNATIVE FOR UNIFIED REMOTE.UNIFIED REMOTE IS AN APP AVAILABLE FOR ANDROID,I OS AND WINDOWS.BUT IT IS NOT THAT WINDOWS FRIENDLY IT WONT SEARCH AUTOMATICALLY FOR SERVERS,WE NEED TO ADD THEM MANUALLY BUT UNIFY IS THE COOLEST APP FOR WINDOWS PHONE IN REMOTE CONTROLLING.IF YOU GUYS HAVE ANY DOUBR PLEASE COMMENT IN THE COMMENTS SECTION IN THE BELOW VIDEO PAGE.THANK YOU

                      

INCREASE RAM UPTO 4GB ON ANY ANDROID #RGS

HI GUYS,RGS HERE AND IN THIS VIDEO I AM GOINT TO SHOW YOU HOW TO INCREASE TH RAM OF YOUR ANDROID PHONE.ACTUALLY IT IS LITTLE COMPLICATED AND THE REQUIREMENTS FOR THIS PROCESS ARE

1.ROOTED ANDROID PHONE

2.ROTHSOFT RAM EXPANDER TOOL WHICH IS PAID BUT YOU CAN DOWNLOAD FOR FREE FORM ANY WEBSITE

3.AN SD CARD



CHECK THE VIDEO AND IF YOU GUYS HAVE ANY DOUBTS PLEASE COMMENT IN THE COMMENTS SECTION IN THE BELOW VIDEO

                          

HOW TO [ROOT][BLUESTACKS] SOLVED #RGS

HI GUYS,RGS HERE ADN I GOT YOU GUYS ANOTHER VIDEO SHOWING YOU GUYS HOW TO ROOT BLUESTACKS,CHECK THE VIDEO BELOW TO KNOW HOW TO ROOT BLUE STACKS.YOU NEED TO HAVE A GOOD PC WITH NICE SPECS IN ORDER TO HAVE LAG LESS UI FOR BLUESTACKS.AND IF YOU GUYS HAVE ANY DOUBTS PLEASE COMMENT IN THE COMMENTS SECTION OF THE VIDEO BELOW

                      

HOW TO SETUP UNIFIED REMOTE IN WINDOWS PHONE 7/8/8.1/10 #RGS

HI GUYS,TODAY I AM GOING TO SHOW YOU HOW TO SETUP UNIFIED REMOTE IN WINDOWS PHONE 7/8/8.1/10.YOU CAN WATCH THE VIDEO BELOW TO GET THE COMPLETE TUTORIAL.MAY YOU DON'T GET FOR THE FIRST TIME BUT YOU WILL GET IT SOME OR THE OTHER WAY SO  FOLLOW THIS TUTORIAL AND GO THROUGH THE STEPS CAREFULLY AND IF YOU GUYS HAVE ANY DOUBTS PLEASE COMMENT IN THIS VIDEO COMMENTS

                       

Thursday, 2 July 2015

Guide to port mt6592 or mt6582 roms

This porting method works for
mt6592 to mt6592  or
mt6582 to mt6582


This porting method works for
all roms like miui ,xperia ,vibe,asop etc

Only thing is the base rom and port rom must be of same android version
Like 4.4.2 to 4.4.2 or 4.4.4 to 4.4.4

people call well explained easy guides as NOOBS GUIDE, but i call it NEWBIE'S Guide

DO EVERYTHING AT YOUR OWN RESPONSIBILITY,i wont be responsible to whatever happens to you,your phone,or sim or sd card or anything
 

Reqiurements
1.both rom rom in.zip(recovery flashable type)
2.Computer
3.Time(it depends on you,5min to 20 min)

Lets start Porting
1. Extract both roms in two different folders,rename the rom which is working for your device as BASE and the new rom which you want to port for your device as PORT
2.Now open both folders ,then copy these files from base folder to port folder
3.copy / replace from based to port [If anything missing,just Skip it]
bin/ccci_fsd
bin/ccci_mdinit
bin/boot_logo_updater
bin/factory
bin/rt.sh
bin/sutemp
bin/sysinit
bin/uafs
bin/vold
bin/wmdsi
bin/wpa_supplicant
remove etc/firmware and etc/mddb from port/etc folder
copy from base to port and replace
etc/firmware folder (all files )
etc/init.d
etc/mddb (all files )
etc/permissions/android.hardware.camera.xml
etc/permissions/handheld_core_hardware.xml
etc/permissions/platform.xml
etc/agps_profiles_conf.xml
etc/factory.ini
etc/install-recovery.sh
etc/recovery-resource.dat
lib/egl  folder (all files )
lib/hw folder (all files )
lib/libaudio.primary.default.so
lib/libaudiocompensationfilter.so
lib/libaudiocustparam.so
lib/libaudioflinger.so
lib/libcam.paramsmgr.so
lib/libcamdrv.so
lib/libcameracustom.so
lib/libEGL.so
lib/libdpframework.so
lib/libhwm.so
lib/libhardware_legacy.so
lib/libipod.so
lib/libsync.so
lib/libMali.so
lib/libshowlogo.so
lib/libvcodecdrv.so
lib/libsensorservice.so
vendor folder  (all files )
xbin  folder(all files )


4.Now copy and replace boot.img present in stock rom to port rom if its an asop rom

OTHERSWISE,

You need to replace bootclass path pin int.rc file present in boot.img ..
VIDEO GUIDE COMING SOON,STAY TUNED

5.Next step is open Meta-inf folder/google/android/updater script with notepad++
  you will see these lines or more than these lines
{ mount("ext4", "EMMC", "/dev/block/mmcblk0p7", "/data");
  format("ext4", "EMMC", "/dev/block/mmcblk0p5");
  mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system");
}

here you see 5 and 7 ...but this maybe different for your device,to know that open updater script file from the stock rom(BASE) and  look at it...
Now replace those those number from BASE UPDATER SCRIPT TO PORT UPDATER SCRIPT and save it

6.LAST AND FINAL STEP
  Install winrar if you already haven't
 now select META-inf,system,boot ,data(if you have) and right click,select add to archive
 select zip from opening window and click ok...
After that copy to sd card and flash via recovery



BUG FIXING

If you found any bugs replace from BASE to PORT



Bootloop?  

Replace following files(from stock to port):

Code:

libandroid_runtime.so

libandroid_servers.so

libmedia_jni.so


FOR CAMERA NOT CONNECTED ISSUE / CAMERA GREEN / CAMERA FORCE CLOSE "unfortunately camera has stopped"
No success after the files replaced above then keep on replacing one file at a time and check.
Camera problem is the one major bug in this type of porting. You have to have patience. This will take half of your energy. 
Replace all "libcam*.so" files from stock to port if even after trying these files camera can't connect (It may lead to bootloop if ROM boots successfully)

Another fix Init.rc (very important)
Unpack port boot.img and stock boot.img
compare the init.rc file inside extracted boot.img and find (ctrl+F)“cam”. Copy and replace ALL lines related to camera from stock boot.img to port ROM boot.img.
Now repack the boot.img from tool

 FOR FLASH LIGHT NOT COMING FROM CAMERA
Replace libfeatureio.so from /lib

 FOR FM PROBLEM
Replace from /lib/module folder mtk_fm_drv.ko

 TO FIX GPS
Replace from/lib/module folder mtk_stp_gps.ko

 TO FIX COMPASS
Replace libsensorservice.so from /lib

 TO FIX VIDEO SHOWING PIXELS AND GLITCHES
Replace libvcodecdrv.so from /lib

 SHOWING WRONG RAM INFO IN TASK MANAGER
Don't change ro.product.device value in the build.prop.

 FOR GREEN CAMERA/ LAG / NO WALLPAPER / NO STATUS BAR (IMPORTANT FILE FOR MT6582)
Replace libdpframework.so from lib folder

 PROBLEM WITH 2G/3G SWITCH
Open Dialer and type *#*#4636#*#* 
If a Pop Up appears go to Phone Information and choose your preferred network type.

 PROBLEM DOWNLOADING EPO
Replace in framework folder
mediatek-common.jar
mediatek-framework.jar
mediatek-op.jar
mediatek-telephony-common.jar

 ANY RESOLUTION PROBLEM
Add this line to build.prop
ro.sf.lcd_density=your phone screen dpi
ex- ro.sf.lcd_density=480 for FHD devices

 SOME KEYS NOT WORKING
Replace keylayout folder under /usr. If still not work then replace the whole /usr folder.

 TOUCH SCREEN PROBLEM
(Sometimes screen behaves weird ..means for example if you touch bottom left effect on top right ...almost opposite response)
Replace libinput.so from /system/lib folder.

 BOOTLOOP ON HDC CLONES
Replace libsync.so from /system/lib folder.

 WIFI TETHERING PROBLEM
Replace dnsmasq from /bin folder.

 SCREEN IS UPSIDE DOWN
In build.prop find this line
ro.sf.hwrotation=0
change the value 0 to 180.
ro.sf.hwrotation=180

 Problem with Proximity Sensor
Replace nvram.so, nvram_platform.so, nvram_daemon_callback.so

SD Card not mounting or not working
In the framework-res.apk of your port, replace /res/xml/storage_list.xml from stock one.

USB storage not mounting
Unpack your boot.img replace init.usb.rc from ramdisk by stock boot.img init.usb.rc

 FOR WIFI TOGGLE PROBLEM
Replace wide-dhcpv6, wifi in /etc folder


IF YOU PORTED A ROM SUCESFULLY WITH THIS METHOD COMMENT A THANKS And your device name

How to Root any Mt6591 /Mt6592 device???

                                                                   By   #Jetray

What does “root” mean?


Rooting is essentially giving you administrative access to your device. Once your device is rooted, you will have an application by the name of Superuser that can be found in your app drawer. This application is where you can control the permissions of any applications that require "administrative" rights. This is a simple way of looking at it.

I get asked by people all the time if rooting is like jailbreaking an iPhone.

Disadvantages

1.Once your phone has been rooted, your manufacturer warranty is Most probably gone. This is probably the number one reason for people not rooting their Android devices, but if you decide rooting is not for you, the process is just as easily undone. Reversal of this process leaves no evidence of ever having been done and your warranty is back in place.

2.Another negative that I'm aware of is the risk of bricking your Deice. You can flash stock rom via pc and get it back as it was ,in most cases.

3.Your Device security maybe compromised.

Advantages


When it comes to advantages, the list is nearly endless. However, there are a few that truly stick out among the crowd. First and foremost, you have full control over your system.

1.You can install applications like SetCPU or No Frills Cpu control that allow you to set the CPU speed of your device manually. It also allows you to overclock (set the processor speed higher than the manufacturer rating) your device, but I wouldn't recommend that unless you know what you're doing. Other performance tweaks like the relocation of caches (browser, maps, market, etc.) can also be utilized with root access to improve the speed and battery life of your device.

2.The most annoying thing about buying subsidized phones is the carrier bloatware that nobody really wants to have to filter through. With root access you can remove whatever you want and install essentially whatever you want – barring it's compatible with your phone – at your own leisure. You're taking charge of your device, in a sense.

3.INSTALLING CUSTOM ROM AND RECOVERY -Most important feature i like
Custom roms like cyanagonmod,pac rom  etc can greatly improve your device in terms of    performance,battery,ui and features .Most custom roms support theming,yes it will just like you  theme your windows os.

HOW TO ROOT?-IF YOU REALLY READY TO TAKE CHANCES FOR THE GOOD

Finally the answer is easy

I personally checked and verified this for Micromax Canvas HD Plus(mt6591),Watson Rx2(mt6591) ,Xolo 6x(mt6591),Canvas Nitro(mt6592)

Now the Procedures
1.Install kingroot apk in mobile  from here
2.open app and click the middle button showing some chinese
3.Wait till the process is complete,it may reboot
4.now your Device is Rooted...
5.Enjoy YOUR ANDROID



Quotes:
Root mt6591 ,Root 6x, a190,titanium hexa,rx2

[MOST EASY WAY] Install paid apps for free on WP7/8/8.1 and also windows 10 mobile #RGS

HI GUYS,I HAVE GOT YOU GUYS A TUTORIAL AND THIS IS ABOUT GETTING PAID APPS FOR FREE IN WINDOWS PHONE 8/8.1 AND ALSO IN WINDOWS 10 MOBILE .THE REQUIREMENTS FOR THIS ARE SPIMPLE 
1.JAILBREAKED WINDOWS PHONE 8/8.1 
IF YOU HAVE A WINDOWS 10 MOBILE DO CHECK MY TUTORIAL TO CHECK HOW TO JAILBREAK WINDOWS 10 MOBILE
2.YOU NEED TO HAVE INTERNET CONNECTION
3.AND AIYINGYONG TOOL WHICH IS CHINESE JAILBREAK TOOL
4.CHECK THE TUTORIAL