Leaderboard
Popular Content
Showing most liked content on 07/05/2016 in all areas
-
3 points
-
2 pointsi downloaded it from my wind 4 mobile. i am using firefox. it works.. @KanagaDeepanthanks.
-
2 pointsParse error? Looks like some in-complete or interrupted download.. Just re-download it bro.. It can be installed in any Android phone using any network, not just LYF or RJio service.. @sunilromy In the opening screen, press the "+" button located down below in a blue coloured circle. A small menu will pop-up. The first one in the list will be "RF Information", which on clicking shows the band which the phone is connected to..
-
1 pointRequirements:- QXDM Not Required:- Root, Bootloader unlock Steps:- Part I:- GSM edge unlock 1. Select LTE from mobile networks settings. Remove SIM and switch off phone 2. Boot into bootloader mode and select BPTools, after phone boots, enable debugging 3. Map the comports correctly to QXDM 4. Airplane mode 5. In QXDM, open command prompt, type spc=000000 6. Open NV browser, look for item 441 and make it 0x383 or 0xFFF in band line, click write 7. Look further for NV item 946, write 0x0028 in band pref 8. Lastly item no 1877 and write 2622339 to rf_bc_config line 9. Reboot 10. Phone now boots in global mode, insert GSM SIM and use with EDGE data. CDMA section remains untouched. Part II:- 3G HSPA+ UMTS 2100 mhz unlock (part II only after getting Edge signal) 1. Select LTE from mobile networks settings. Remove SIM and switch off phone 2. Boot into bootloader mode and select BPTools, after phone boots, enable debugging 3. Map the comports correctly to QXDM 4. Airplane mode 5. In QXDM, open command prompt, type spc=000000 6. NV item 946, write 0x0EA8 in band pref 6. NV item 1877 and write 245891456 to rf_bc_config line 7. Full flash current firmware by fastboot with emphasis on fastboot erase modemst1, fastboot erase modemst2 8. Phone boots in global mode with HSPA+ Note:- Firmware flashing will remove unstable signal issue. All the changes will be permanent. CDMA/evdo remains as it was earlier.
-
1 pointHi All, I have compiled all the necessary steps from various internet forums to help our forum members . All credit goes to XDA forum members dip_spit, wolfaas12345, pattyboi:), nikme,Elithefly and our forum members. Originally Posted by Rusty! >#include <std_disclaimer.h> /* * Your warranty is now void. * * I am not responsible for bricked devices, dead SD cards, * thermonuclear war, or you getting fired because the alarm app failed. * YOU are choosing to make these modifications, and if * you point the finger at me for messing up your device, I will laugh at you. */ >>> Unlocking Bootloader will overwrite any data stored on your device, backup your files before proceeding <<< Prerequisites: Micro USB cable Laptop/computer DFS Software - http://www.cdmatool.com/download Create an account in htcdev.com HTC Sync Manager-http://www.htc.com/us/software/htc-sync-manager/ Adb+Fastboot+Drivers=http://www.mediafire.com/download/qxntl2nbk62ycjx/adb-setup-1.4.2.exe TWRP image - http://techerrata.com/browse/twrp2/a11 SuperSU binary - http://download.chainfire.eu/641/SuperSU/UPDATE-SuperSU-v2.40.zip Attached APK files STEP 1: Get SPC/MSL code · Copy the downloaded SPC Utility to your mobile phone · Use file manager and open the SPC utility apk – read SPC · Make a note of it or Remember J · Now type ##3424# · Select 1. DM On · Enter the SPC Code –OK – Your Mobile is now moved into Diagnostics mode Step 2: Unlocking the Bootloader Power down the device Remove the battery for few seconds and then re-insert the battery press Volume Down and while pressing Volume Down, press Power holding both buttons to start the device into Bootloader mode. This will boot you into hboot Use the Volume buttons to select up or down. Highlight Fastboot and press the Power button. Connect the device to your computer using the USB cable Wait for the drivers to get installed Then navigate to C:\adb In adb folder while holding shift right click on empty space and select open command window here Open cmd and ensure that your device is recognized by typing: fastboot devices You should get something similar to the following: FA4AJxxxxxxx fastboot Now type, fastboot oem get_identifier_token , this is your token you'll need for HTCdev – Copy the token starting at the top <<<< and ending at the bottom >>>>> (refer image) Go to URL - http://www.htcdev.com/ and select unlock bootloader à Get Started In supported devices drop down select HTC Desire * à Begin Unlock Bootloader à Yes to continue Scroll Down to the bottom of the page and select Proceed to Step 5 Paste the copied token in the “My Device Identifier Token” box in the bottom of the screen and click submit Go to the email address you used to register with HTCdev and there will be an email with an attachment named Unlock_code.bin, download the attachment In cmd, cd to the folder you've downloaded Unlock_code.bin to Now type, fastboot flash unlocktoken Unlock_code.bin As I said above, this will erase everything on your phone (pictures, sms, videos, apps, etc) and restore it to stock, so I hope you made backups Your device will now have a screen that asks if you want to unlock the bootloader, use the volume rocker to select and the power button to enter Once it's done your phone will reboot, power back down (or remove the battery and reinsert) and boot to hboot, your device should now say **** UNLOCKED **** at the top Disconnect the mobile and reboot STEP 3: Flash write protection removed kernel Download the latest kernel image from the link http://forum.xda-developers.com/desire-510/development/kernel-rhinstone-a11-t3013989 and paste in in your adb folder and rename the image file to simple name like b.img Power down the device Remove the battery for few seconds and then re-insert the battery press Volume Down and while pressing Volume Down, press Power holding both buttons to start the device into Bootloader mode. This will boot you into hboot Use the Volume buttons to select up or down. Highlight Fastboot and press the Power button. Connect the device to your computer using the USB cable Then navigate to C:\adb In adb folder while holding shift right click on empty space and select open command window here Flash the kernel with fastboot flash boot b.img Press enter and then reboot STEP 4: Installing TWRP If your device is connected, disconnect it Power down the device (if you're still in TWRP from making a backup, back out to the main menu and tap Reboot, then tap Power Off) Hold the down volume and power buttons at the same time to boot into hboot Using the volume rocker select FASTBOOT and press the power button Connect the device to your computer If you closed cmd, reopen it and cd to the folder that you downloaded openrecovery-twrp-2.8.5.0-a11.img Now type: fastboot flash recovery openrecovery-twrp-2.8.5.0-a11.img Let it do it's thing and now you have TWRP installed on your device STEP 5: Rooting Power down your device if it is booted (or by taking the battery out and reinserting it) Hold the down volume and power buttons at the same time to boot into hboot Using the volume rocker select RECOVERY and press the power button This will boot you into TWRP Open cmd and cd to the folder that you downloaded UPDATE-SuperSU-v2.40.zip Now type: adb push UPDATE-SuperSU-v2.40.zip /sdcard/UPDATE-SuperSU-v2.40.zip In TWRP tap install and in the file browser tap sdcard and then tap UPDATE-SuperSU-v2.40.zip Flash UPDATE-SuperSU-v2.40.zip STEP 5: SIM Unlock Install Root Explorer from Play Store and SIM Unlock Helper apk from the attachment Use root explorer and rename HTCOMADM_SPCS.apk and HTCOMADM_SPCS.odex to something else (like HTCOMADM_SPCS2.apk and HTCOMADM_SPCS.2odex) from /system/app Directory now copy the HTCOMADM_SPCS.apk attached in this post make sure you have set the permission rw-r-r and reboot. Open htc on sim unlock helper on your phone it will say htc one device check fail now click the 3 menu dot and click on display sim unlock log then hit the back button it should say Device Verified, now hit start and scroll down to simlock it will freeze for few seconds and then press back button it should be successful reboot Delete the modified HTCOMADM_SPCS.apk and rename the original HTCOMADM_SPCS.apk and HTCOMADM_SPCS.odex to original state which we renamed in previous steps to avoid vdm client stopped error. STEP 6: Make it RUIM Only · Connect your phone · Open DFS software on your computer · Click on Ports – Select your HTC diagnostics port · Enter the SPC you obtained using SPC utility and then click the blue icon, now the log will show DEVICE UNLOCKED · Click on Programming tab and in the CONFIG Section à RUIM Config à Select RUIM_ONLY and click Write · Then click Reset on the top right hand corner to reboot your mobile · Now you can pop in your CDMA SIM J STEP 7 : Enable WIFI HOTSOPOT and Bluetooth Tethering You have to edit /system/build.prop to change these lines: (if you can edit with an editor that shows line #'s they're lines 26,27,28) ro.wifi.hotspotUI=0 ro.bt.tetheringUI=0 ro.usb.tetheringUI=0 To: ro.wifi.hotspotUI=1 ro.bt.tetheringUI=1 ro.usb.tetheringUI=1 SAVE. Then edit /system/customize/ACC/default.xml change these lines: (if you can edit with an editor that shows line #'s they're lines 191,194,867) <item type="boolean" name="tethering_guard_support">true</item> <item type="integer" name="tethering_support_ipv6">0</item> <item type="integer" name="TetheringGuard_Rule">3</item> to: <item type="boolean" name="tethering_guard_support">false</item> <item type="integer" name="tethering_support_ipv6">1</item> <item type="integer" name="TetheringGuard_Rule">0</item> STEP 8 : Disable Hands Free Activation Try renaming HtcOMADM_SPCS.apk Which is located at /system/app/ to HtcOMADM_SPCSOLD.apk. But doing this you may get vdm client stopped error. Congrats, we're done! com.viper.simunlockhelperfree.apk HtcOMADM_SPCS.apk SPCUtility.apk
-
1 pointNo, LeEco Le2 isn't support CDMA. I test with MTS. Handset doesn't support CDMA in any solt.
-
1 pointLike @balac_m said, try from desktop browser.. I tried again and its working... Thanks for finding the solution... I think its better to avoid Jio MiFi.. Jio MiFi can be used with employee and retailer RJio sims only. Jio Preview offer sims will NOT work with Jio MiFi. The reasons why I am NOT recommending it is as follows:- [1] It doesn't supports band 5 {850MHz} 4G. Just Band 3 and band 40 support ONLY. [2] Its LOCKED to be used in RJio networks only. [3] It gives much lesser speed than say WiFi tethering by any LYF phone and I don't know why. If in a particular area, LYF phone gives 30+ Mbps speed, you will get just about 18Mbps speed in Jio MiFi (even if only one device is connected) [4] Since its NOT available easily, you may need to spend more money than its worth. Without band 5 support, it is better to use UnLocked Airtel 4G MiFi device sold in e-Bay, at cheaper price than jio MiFi devices. The only good thing about Jio MiFi is the excellent battery life for its compact size..
-
1 pointIt works if you download it from computer browser. Android browser failed for me. It is ~23Mb file
-
1 pointHere... Just enable "Install from outside source" before installing that apk...
-
1 pointElse go for payu money edc machine. They charge a one time processing fee of Rs 7000 (or 8k not sure). No monthly charges. Sent from my iPhone using Tapatalk
-
1 pointHello, I am using Reliance 4G LTE (transferred to Reliance 4G LTE from CDMA some time back) in Pune. However, even though the network shows as Reliance 4G my internet speed is really terrible. The guys at the Reliance shop had promised that 4G LTE will be available from 16th June but it does not seem to have started. I was wondering if there is something wrong with my handset. Is anyone else also facing this problem?
-
1 point
-
1 pointYou mantion budget is not issue than go for mi5 its slite biger 5.2inch but very slim Sent from my SM-G860P using Tapatalk
-
1 point
-
1 pointThanks, will check it out. Any idea if it is working with Jio? Anyone tried?
-
1 point