Monday, June 17, 2019

How to Unlock Huawei E5172s-927 (STC Saudi Arabia)

Unlocking of Huawei E5172s-920 STC Router of Saudi Arabia is very easy, as it comes with un-customized firmware and after changing the default SIM with another network SIM, the device asks you to enter the unlock code. For single unlock code, the charge is only 2.38 USD, while for bulk you can refer this post.

But, Huawei E5172s-927 STC router of Saudi Arabia comes with customized firmware and does not ask you for unlock code. This article is based on Hasan Abdullah comments at http://modemsolution.com/unlock-huawei-e5172-stc-saudi-arabia-wifi-router-gateway/#comment-1918684201
According to the comments made, E5172s-927 can be unlocked via firmware upgrade process only.

How to Unlock Huawei E5172s-927 STC Router of Saudi Arabia

1. Download the firmware E5172S-920_Anti_STC_927_Update and unzip in a folder using Winrar.
2. Make sure your router is connected to a constant power supply, during firmware upgrade process, any power failure will make dead your E5172S-920 STC router.
3. Access router management page by entering 192.168.1.1 (or refer bottom of the router) into your web browser (better use Internet Explorer).
4. Login to device using username and password of the router (default user : admin / password : admin)
5. From the HOME page go to UPDATE.
6. Click browse to navigate to the place where you have extracted the E5172S-920_Anti_STC_927_Update.BIN file and click on open to select it.
7. Press update and wait for the finish. When it finished click on login to once again login to the router manager.
8. Download the update firmware from the following link or any other firmware you want. Different firmware gives access to different features available on the router that STC block, such as the external antenna, voice calls, different frequencies etc.
9. Download Huawei E5172s-927 STC Router unlocked firmware (MPWUDPUPDATE_V200R001C115SP100.BIN)
10. Once again, login into to the router manager and update the firmware following the previous steps (4 – 7).
11. When it has completed updating, log in again. That’s it! Your router is now unlocked.
12. If you want to update the firmware you have to first update with the file named: E5172s-927_AntiOM100.BIN then update with your desired firmware.
Note : We have personally not checked the procedure. Do it at your own risk.
Credits goes to HAMD.G

Sunday, December 9, 2018

How To Change IMEI, Device ID of Any Android Device


Changing the IMEI (International Mobile Equipment Identity) and device id of any android device is really not a good idea because there are many advantage or disadvantage but sometime it help us to take some extra benefit from our device. Where the IMEI is used to trace the location of a device or find the stolen device, on the other hand its used to make a device untraceable by changing its IMEI number, serial number, device id, Donkeyguard number, UDID.
You can also convert/change your Android IMEI to Blackberry (BB) IMEI by which you can use GLO BIS on it.
Reason to change/convert your device’s IMEI number,
1. Make you device untraceable and unreachable,
2. Convert Android IMEI to Blackberry IMEI to use GLO BIS plan,
3. Fix invalid IMEI number problem on any devices,
4. Reset/Update/Repair your Device,
5. Getting a Unique device ID.
Universal method or the full procedure to change/rewrite IMEI number of an Android device (includes tablet) with or without root your device or with or without the use of any IMEI Changer Software, IMEI Change Tool, Terminal Emulator programmatically.
Find IMEI number or Device Id of any android device (either phone or tablet): 
If you are unable to find out the device id or IMEI number of your device then a simple below trick will help you,
§  To find out IMEI number of your device, just dial *#06#.
§  To find out device ID, just dial *#*#8255#*#* and you will get your device id in GTalk Service Monitor. And another way to find out device id is by going to Menu > Settings > About Phone > Status.
How to change IMEI number/
1. First Dial *#7465625# or *#*#3646633#*#* on your android device.
2. Now, click on Connectivity option or call pad,

3. Now look for CDS information and then click on it.
4. Then, checkout for Radio information.
5. Now, if your android device is a dual sim device. Then you will get two option like IMEI_1  [SIM1] and IMEI_2 [SIM2]. Then select any one or of which you want to change IMEI number.
6. Now, change your IMEI number illustrated below,
              AT +EGMR=1,7,”IMEI_1” and “AT +EGMR=1,10,”IMEI_2”                
7. Now, just replace IMEI1 or IMEI2 with your any your desired number. and then click on SEND.
Note: You can also change IMEI number to any Blackberry [BB] IMEI number.
How to Change Device ID of your Android phone or tablet/ :
Device ID of an Android device can be changed with our without root,
Change Device ID with Root,
1. First Root Your Android device. click here
2. Now, Download and install Device ID changer,
3. Now, follow the wizard of this app.
4. And after changing the device id, restart/reboot your device and done.
Change Device ID without Root,

1. First, Backup your Android device.
2. Go to Settings. and then click on Backup & Reset.
3. Then, click on ‘Factory Data Reset‘.
4. And, then reset you phone.
5. When, reset done. Then you will get a new and unique device ID.


via www.gadgetcouncil.com

Monday, September 18, 2017

Exact line number where the exception is raised in oracle PL/SQL block

A solution to find the exact line number where the exception is raised in oracle PL/SQL block.
There is a provision in Oracle to know exactly what is the line number of the error, to achieve this, we need to add the statement “DBMS_UTILITY.FORMAT_ERROR_BACKTRACE” in the raise application error which will give the exact line number.

Sample:

01           CREATE OR REPLACE PROCEDURE error_test
02           IS
03           BEGIN
04              DECLARE
05                 numb   NUMBER;
06              BEGIN
07                 numb := 'test';
08              EXCEPTION
09                 WHEN OTHERS
10                 THEN
11                    raise_application_error (
12                       -20000,
13                       'test error ' || DBMS_UTILITY.FORMAT_ERROR_BACKTRACE || SQLERRM);
14              END;
15           END;


Execute the above SP: exec error_test;

Error details:

Before (without DBMS_UTILITY.FORMAT_ERROR_BACKTRACE):

ORA-20000: test error
ORA-06502: PL/SQL: numeric or value error: character to number conversion error
ORA-06512: at "MASTERS.ERROR_TEST", line 11
ORA-06512: at line 1

After (DBMS_UTILITY.FORMAT_ERROR_BACKTRACE):

ORA-20000: test error
ORA-06512: at "MASTERS.ERROR_TEST", line 7
ORA-06502: PL/SQL: numeric or value error: character to number conversion error
ORA-06512: at "MASTERS.ERROR_TEST", line 11

ORA-06512: at line 1

Sunday, August 20, 2017

SAP FICO Study Material

SAP FICO Stands for FI (Financial Accounting) and CO (Controlling). SAP FICO is the important module of ERP and both FI and CO modules stores the financial transactions data

Download all material from below link

https://mega.nz/#F!eBYSgQDC!OqAHqqdNPOUfmVe7oV94ow

Sunday, July 24, 2016

Wadi Hanifa

Wadi Hanifa (Arabic: وادي حنيفة‎‎) is a wadi or valley in the Nejd region, Riyadh Province, in central Saudi Arabia. The valley runs for a length of 120 km (75 mi) from northwest to southeast, cutting through the city of Riyadh, the capital of Saudi Arabia. A string of towns and villages lie along the valley, including Uyaynah, Irqah and Diriyah. The historical city of Riyadh itself is on the northeastern side of the wadi, but the city has now expanded across Wadi Hanifa, with the sub-municipalities of Al-Shifa and Al-Urayja on its southwestern side.
In pre-Islamic Arabia, the wadi was known as al-Irdh العرض. Its current name is derived from that of the Banu Hanifa, the principal Arab tribe in the area at the time of the Islamic conquest of Arabia.
Images:
There are six open parks, which are Sud Al-Elb Park, Sud Wadi Hanifa Park, and Bio Treatment Park in Otaiqah, Sud Park, Factories Lake Park and Lake Park

Coordinates:  24.570396, 46.723286

Images:






Sunday, June 7, 2015

Mobily 4G LTE Router Unlock for All SIM Cards

Mobily 4G LTE Router Unlock for All SIM Cards


Steps:
·         First take out your SIM Card to avoid problem during firmware upgrade
·         Download this 3 file (Firmware upgrade).


1.  ·         Go to Log in page http://192.168.2.1 (Default Password)


·         Follow steps Picture below (Firmware Upgrade)
·         Router will restart after upgrade is complete
·         Wait count down timer as you see above
·         After that go here
·         Then click LTE Module Upgrade (last line)
·         Follow screen shot below
·         Router will retart again after Update is complete
·         Then click Adv. Settings
·         Now we will proceed to SIM LOCK removing
·         Follow screen shot
·         (Optional) Same as STEP 2! just choose  mr7015al-zz_r0b_FW_1.02.33(20120618).bin
·         Last step: Changing APN
·         Click LTE/UMTS (Follow screen shot below)
·         Click Apply
·         Done!

Monday, February 16, 2015

Xamarin Mono For Android 4.12 installation, crack


1 installation environment introduction:
Win8.1 Enterprise Edition 64, VS2013, mono-android-4.12.02001, the installation process below are successfully has been installed in the VS2013 operation, the support of vs2013 Chinese crack.
Installing JDK 2
To Oracle official download and install jdk-6u45-windows-i586.exe
Add the environment variable JAVA_HOME
C:\Program Files (x86)\Java\jdk1.6.0_45
Add the environment variable CLASSPATH
.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar
Modify the environment variable Path, add the following values at the front:
.;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;
3 installation Android SDKdownload the installer_r22.6.2-windows.exe, I am here is mounted to the D:\Develop\Android\android-sdk directory
Can also download the offline package, unzip to D:\Develop\Android\android-sdk, installer_r22.6.2-windows.exe toinstall to install the latest version of the unpacked
After the installation to set environment variables, right-click My Computer properties -- -- -- -- advanced system settings advanced environmental variables -- variables, find the Path, click Modify, increase in the front:
D:\Develop\Android\android-sdk\tools;D:\Develop\Android\android-sdk\platform-tools;
(note must end with semicolon; English, if Path has the value, it is not necessary to add, if it is mounted to the other directory, corresponding to modify the path)
4 in order to download and install the following software:
1)gtk-sharp-2.12.25.msi
2)XamarinStudio-4.2.3.60-60.msi
3)XamarinInstaller.exe, Automatic installation of NDK, Android and iOS plugin (can also be used manually installed sequentially installed)
After the 5 best all finished, restart the computer
Download Windows following patch:

1)Crack Android: copy mandroid.exe to%PROGRAMFILES(x86)%\MSBuild\Xamarin\Android
The switch in the CMD command to%PROGRAMFILES (x86)%\MSBuild\Xamarin\Android directory, run the following command register:
mandroid.exe --activate --activation-name=b4a --activation-phone=b4a --activation-company=b4a --activation-code=b4a --activation-email=b4a
Check whether the registration is successful
Run command: mandroid.exe --entitlements > "%temp%"\mfa.txt
Then run the command: type "%temp%"\mfa.txt
If appear similar to " xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx MonoAndroid Priority2014-08-26T05:52:36" form that is registered successfully.
2)Crack iOS: copy mtouch.exe to%PROGRAMFILES(x86)%\MSBuild\Xamarin\iOS
The switch in the CMD command to%PROGRAMFILES (x86)%\MSBuild\Xamarin\iOS directory, run the following command register:
mtouch.exe --activate --activation-name=b4a --activation-phone=b4a --activation-company=b4a --activation-code=b4a --activation-email=b4a

With part of the original procedure download address:






With Android SDK development kit the download address:

Part of the original address from the following contents:



Two, Mac the following installation
Installing Max 1, this is not to say, the reference article
Install the Xcode procedure in the above article, pay attention to, if you want to use under the MAC simulator, it can only be installed 5.0.2 Xcode, if only the prototype debugging, you can install the Xcode 5.1
Installing Xamarin 2, to the official website to download online setup XamarinInstaller.dmg for automatic installation, the installation process to download a file, so this step will be a bit long, waiting for the automatic installation is completed, the automatic installation program download address:

3 automatically after the installation of the version is not broken, and is compared with the old version, we next to the corresponding version download crack, download the following all the linked files, and in order to install:
1)
2)
3)
4)
To download files:

Solving steps are as follows:
a) replace mtouch in /Developer/MonoTouch/usr/bin/
b) replace mandroid in /Developer/MonoAndroid/usr/bin/
c) Executed on the command line: sudo chmod a+x /Developer/MonoAndroid/usr/bin/mandroid
d) Run in Cmd: /Developer/MonoAndroid/usr/bin/mandroid --activate --activation-name=b4a --activation-phone=b4a --activation-company=b4a --activation-code=b4a --activation-email=b4a
e) Run in Cmd: /Developer/MonoAndroid/usr/bin/mandroid --entitlements
If the output is similar to " xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx MonoAndroid Priority2014-08-26T05:52:36" said success
f) execute: /Developer/MonoTouch/usr/bin/mtouch --activate --activation-name=b4a --activation-phone=b4a --activation-company=b4a --activation-code=b4a --activation-email=b4a