Showing posts with label box. Show all posts
Showing posts with label box. Show all posts

Thursday, January 4, 2018

Infinity Best Nokia Box Supported V2 24 Free Download

Infinity Best Nokia Box Supported V2 24 Free Download









Download Link



visit link download
Read more »

Sunday, December 31, 2017

Hua Box Update V2 8 4 Released

Hua Box Update V2 8 4 Released


Hua Box Update V2.8.4 you can very easy Download any moment. Do you know thisHua Box Update V2.8.4 helps your all mobile device. This latestHua Box Update V2.8.4 is most important for your all device. Now you can very easy Download Software and Apps. This Box you can very simple Update any time. If you want any Software and Apps any moment Download any time. You can Free Download thisHua Box Update V2.8.4. Your necessary important Software and Apps then you can very easy any Software and any Apps Download or Update any time.




How to Download this Latest Hua Box Update V2.8.4 :

At first you open you PC or Android mobile phone.
Then you can connected your net connected.
Now you can Go to you net Browser.
You can Go to a new page.
Now you can Download thisHua Box Update V2.8.4.
You wait sometimes.
Then you Done this Download.
Now your Download completed.


How to Install or Update this Hua Box Update V2.8.4 : 


At first you open you PC or Android mobile phone.
Then you can connected your net connected.
Now you can Go to you net Browser.
You write you personal website then you flow a new page.
Now you can this Hua Box Update V2.8.4 very simple Download.
Now you can very easy Update or Install without Passwoard.




Download Link

visit link download
Read more »

Saturday, December 23, 2017

iLogic Adding a Save As Dialog Box

iLogic Adding a Save As Dialog Box






Issue:
Youd like to present the user with a Save As dialog box that will allow them to browse for a folder during the execution of your iLogic rule. However, the examples in the iLogic snippets all use a predefined or hard coded folder path. Is there a way to present a Save As dialog box, so the iLogic rule can be more dynamic?

Solution:
Heres a quick snippet that presents a Save dialog box, allowing a destination folder to be selected:




define the active document
oDoc = ThisDoc.Document
create a file dialog box
Dim oFileDlg As inventor.FileDialog = Nothing
InventorVb.Application.CreateFileDialog(oFileDlg)

check file type and set dialog filter
If oDoc.DocumentType = kPartDocumentObject Then
oFileDlg.Filter = "Autodesk Inventor Part Files (*.ipt)|*.ipt"
Else if oDoc.DocumentType = kAssemblyDocumentObject Then
oFileDlg.Filter = "Autodesk Inventor Assembly Files (*.iam)|*.iam"
Else if oDoc.DocumentType = kDrawingDocumentObject Then
oFileDlg.Filter = "Autodesk Inventor Drawing Files (*.idw)|*.idw"
End If

set the directory to open the dialog at
oFileDlg.InitialDirectory = ThisDoc.WorkspacePath()
set the file name string to use in the input box
oFileDlg.FileName = iProperties.Value("Project", "Part Number")

work with an error created by the user backing out of the save
oFileDlg.CancelError = True
On Error Resume Next
link download
Read more »

Saturday, December 16, 2017

How To Install NCTUNS on Fedora 12 using Virtual Box

How To Install NCTUNS on Fedora 12 using Virtual Box


When you try installing NCTUNS on your Linux system, there are possibilities that you may encounter several dependency errors in the process. Also you might not be a Fedora rooter like me and you might not want it installed as an OS on a separate partition. Here I present a guide that serves a purpose for installing NCTUNS over Fedora on a Widows/Linux Virtual box host machine.
Alrighty then, lets begin -
The Requisites -
 1. Virtual Box  - Download Virtual Box from here. depending on the operating system you are using.
2. Fedora 12  - The link to it - Click To Download.
3. NCTUNS v6.0 - You do not need to download this for now. Download it later, after you install fedora. The link to it - Click To Download.
We now have the necessary requisites. The next steps involve following them carefully one after the other.
Step 1 -  Run VirtualBox and click on New to create a new virtual machine.
Step 2 �  Click Next To Continue.
Step 3 �  Assign the name to your Virtual Machine as �Fedora� and the OS type as
Linux�.
Step 4 �  Set the memory size for the virtual machine. I used 2GB. Click onNext to continue.
Step 5 �  Click on Next to create a new virtual disk.
Step 6. Create New Virtual Disk Wizard starts, click on Next to continue.
Step 7 � Select Dynamically expanding storage and click on Next to continue.
Step 8 � Specify a location for the disk image and size. If your system drive is low on space, you might want to use a different drive. Click onNext to continue.
Step 9 � Click on Finish to finish creating a new virtual disk.
Step 10 � Click on Finish to finish creating of the new virtual machine.
Step 11 � Now back to the main windows of VirtualBox with the newly created virtual machine for Fedora. Double click on CD/DVD-ROM. Note that a lot of features are turned off by default. If you want to change the settings, click on Settings to modify them.
Step 12 � Check Mount CD/DVD Drive and select ISO Image File.Click on the folder
icon.
Step 13 � Click on the Add icon to locate the iso image you downloaded. Click on Select and you will be brought back to the dialog in previous step. Click on OK.
Step 14 � Click on Start icon in the upper left corner to start installation.
Step 15 � Click anywhere inside the virtual machine window, so that you can use your keyboard and mouse inside the virtual machine. If you ever want to release the mouse and keyboard from the virtual machine, press right Ctrl key. Double click on Install to Hard Drive.
Step 16 � The installer runs. Click on Next.
Step 17 � Select the language and click on Next.
Step 18 � A warning dialog shows. Click on Re-intialize drive to continue.
Step 19 � Set a hostname and click on Next.
Step 20 � Select a time zone and click on Next.

Step 21 � Enter root�s password and click on Next.
Step 22 � Use the default scheme for partitioning. Click on Next.

Step 23 � A confirmation dialog shows. Click on Write changes to disk.
Step 24 � The installer copies the live image to the virtual disk. When the installation is done. Click on Close.
Step 25 � When the virtual machine is in the shutdown state. We want to un-mount the Live CD, so the virtual machine won�t boot to it again. Double click on CD/DVD-ROM and uncheck Mount CD/DVD Drive. Please see the screenshots for step 11 and 12.
Step 26 � Start the virtual machine.
Step 27 � When the VM boots up the first time, a setup wizard runs. Click on Forward.
Step 28 � Click on Forward.
Step 29 � Create a user, enter a password of your choice  and click on Forward.
Step 30 � Click on Network Time Protocol and check Enable Network Time Protocol. Click on Forward.
Step 31 � Click on Finish.
The installation process for Fedora completes here. Now we shall begin installing the NCTUNS client.
Step 32 � Download NCTUNS from the link mentioned at the start of this blog under the Requisites section. Place it in the Downloads folder and   extract it.
Step 33 � Open a terminal and browse to the Downloads folder using the cd command and then enter the NCTUns-6.0 folder.
Step 34 � Open a terminal and type �su�. When asked for the password enter your root password(the password you had set in step 21).
Step 35 � When you have the root access, type in the following command in the terminal -
yum groupinstall �Development Libraries� �Development Tools� �Legacy Software Development�
Step 36 � Next after the group install is done, type in the following command -
yum install mkinitrd -y 
Step 37 � Install the xterm rpmfile -
yum install xterm
Step 38 � Now you have all the required dependency files and you shouldn�t face any errors while installing NCTUns. Type in the following cmd -
./install.sh
Its going to take a while until the above command finishes executing.
Step 39 � You must now configure your shell preferences to include the NCTUns environment variables. Add these lines to the file /home/user/.bashrc by simply typing the following commands.
export NCTUNSHOME=/usr/local/nctuns
export NCTUNS_TOOLS=$NCTUNSHOME/tools
export NCTUNS_BIN=$NCTUNSHOME/bin
export PATH=${NCTUNS_BIN}:${PATH}
Step 40 � That is it. You are done with installing NCTUNS. Now restart Fedora.
link download
Read more »

Thursday, December 14, 2017

How To Reset Qmobile T250 User Code With Miracle Box 2 27a

How To Reset Qmobile T250 User Code With Miracle Box 2 27a


Qmobile bolt T250 Sp7731 UserCode Reset With Miracle Box 2.27a How To Reset Usercode Of Qmobile T250 With Miracle Box Follow Instruction For Remove Usercode Of Qmobile Bolt T250 Without Lost User Data.
  1. Run Miracle Software
  2. Select (SPD) Tab.
  3. Then Select User Code Reset Option On SPD Tab.
  4. Choose Type SPD7730/31 EMMC.
  5. Finally Press Start Button.
  6. Before Connect Qmobile T250 To Pc Remove Battery After Few Seconds Reinsert Battery And Press (Volume Up Key) For Boot Qmobile T250.
  7. Press Volume + Key And Connect With Pc.



visit link download
Read more »

HWK UFSx Box Latest Setup v2 3 0 7 Download

HWK UFSx Box Latest Setup v2 3 0 7 Download



Download Link 


visit link download
Read more »

How To Root Nokia X Android 10 0 3 And 11 1 1 With Atf Box

How To Root Nokia X Android 10 0 3 And 11 1 1 With Atf Box


Nokia X Android Root Solution
How To Root Nokia X Android 10.0.3 And 11.1.1 With Atf Box


BEFORE DOING THE STEPS BELOW:

1. If you Updated ATF via the Autoupdate Server, then it means you DO NOT HAVE ROOTING and GOOGLE Services Files on your PC.

You need to download and install this:
ATF_ANDROID_ROOT_AND_GOOGLE_Installer - Download - 4shared - Linus Hernandez
or this
Download links for ATF_Android_ROOT_and_GOOGLE_Installer.rar - Mirrorcreator - Upload files to multiple hosts


2. If you get "Index Out Of Bounds" Error, you need to:

2a. Open C:AdvanceBox Turbo FlasherAdvanceBox.ini using NOTEPAD

2b. Add 2 lines on the bottom of the file. Type it manually or just copy paste below:

Code: [ANDROID] PhoneSelectedIndex=0


2c. Close Notepad and select YES when it asks you to save the file.



NOKIA X Drivers Are Here:
http://174.120.45.27/tmp/NOKIA_X_USB_DRIVERS.rar

ROOTING NOKIA X 10.0.3 and 11.1.1 in 1 Click


Step 1:

Step 2:
There is no more Step 2... you are Done!
This posting includes an audio/video/photo media file: Download Now


visit link download
Read more »

Huawei Y220 U00 Network Unlock Done With out Box

Huawei Y220 U00 Network Unlock Done With out Box


Huawei Y220-U00 Network Unlock Done With out Box tested 100%
By Amin Telecom

+8801812999466

Huawei Y220-U00 Network Unlock File

Video Tutorial Link




visit link download
Read more »

How To Update Samsung E2130 Guru Firmware By NSpro Box

How To Update Samsung E2130 Guru Firmware By NSpro Box


Cable to Use: NSpro C450 cable.
Battery: Must be into the phone,and the phone OFF.

Firmware Update Steps:
  1. Run NSpro Software and select E2130 model then click Next
  2. Click Flash.
  3. Set Baudrate: 921600
  4. Set Mode: Bin & TFS
  5. For BIN File select: E2130xxxxx.cla
  6. For TFS File select: E2130xxxxx.tfs
  7. Click Write and connect C450 cable to Off phone with battery inside to start the process.
  8. Wait till all is done then disconnect cable.
  9. Turn on the phone and do full reset: *2767*3855#

Samsung E2130 Original Firmwares.
NSpro Box Software Versions


visit link download
Read more »

Wednesday, December 13, 2017

HOW TO REPAIR HTI BOX GREEN OR ORANGE

HOW TO REPAIR HTI BOX GREEN OR ORANGE








HTI BOX REPAIR  JUST CHANGE THIS PARTS AND UPDATE YOUR BOX 100% OK

TESTED ME


visit link download
Read more »

Sunday, December 10, 2017

HOW TO UNLOCK NOKIA DCT4 FREE WITH ATF BOX

HOW TO UNLOCK NOKIA DCT4 FREE WITH ATF BOX




visit link download
Read more »

Friday, December 8, 2017

HUAWEI UNLOCK DUMP FOR RIFF BOX OR JTAG

HUAWEI UNLOCK DUMP FOR RIFF BOX OR JTAG





HUAWEI 2605 UNLOCK DUMP                                           DOWNLOAD

HUAWEI 2801 UNLOCK DUMP                                           DOWNLOAD

HUAWEI 2803UNLOCK DUMP                                            DOWNLOAD

HUAWEI 2806 UNLOCK DUMP                                           DOWNLOAD

HUAWEI 2807 UNLOCK DUMP                                           DOWNLOAD

HUAWEI 2822 UNLOCK DUMP                                           DOWNLOAD

HUAWEI 2828 UNLOCK DUMP                                           DOWNLOAD

HUAWEI 2901 UNLOCK DUMP                                           DOWNLOAD

HUAWEI 2905 UNLOCK DUMP                                           DOWNLOAD

HUAWEI 2830 UNLOCK DUMP                                           DOWNLOAD

HUAWEI 2906 UNLOCK DUMP                                           DOWNLOAD

HUAWEI 2808 UNLOCK DUMP                                           DOWNLOAD

HUAWEI 2601 UNLOCK DUMP                                           DOWNLOAD

HUAWEI 2830 AND 2930T UNLOCK DUMP                         DOWNLOAD

HUAWEI 2856 UNLOCK DUMP                                           DOWNLOAD

HUAWEI 2801_2_3_ UNLOCK DUMP                                  DOWNLOAD


visit link download
Read more »

Infinity Best Box Nokia BEST v1 81 released AshaOS Update

Infinity Best Box Nokia BEST v1 81 released AshaOS Update


Infinity-Box Nokia [BEST] v1.81 released, AshaOS Update #1
- USB flashing improved
-- XG221 Flashing revised
-- XG223 Flashing revised
-- Added PPM_ID verify during XG223 [AshaOS] flashing (do not allow to kill phone by wrong PPM)
- Service operations improved
-- Flash Read feature fully revised on all generations
-- XG221: Flash Read (FullFlash) Released
-- XG221: RPL operations improved
-- XG221: FullRPL extraction (Even Fully Dead Phone)
-- XG223 AshaOS: Read PPM_ID info during Read RPL released

- UserData operations improved
- XG221 UserData extraction from Dump released (Select : XGold221)
- XG221: Support UserData (Gallery) extraction for now

- New feature : Asha OS PPM info (NaviManager Tab)
- Allow to verify current PPM_ID and select another one for de-brand phone without damage
- Allow to find PPM for revive `dead` phone killed by wrong flashing
Supported products:
RM-899;Asha 501[SS]
RM-900;Asha 501[DS]
RM-902;Asha 501[DS]
RM-921;Asha 502[DS]
RM-951;Asha 501[DS]
You can only install same or newer ID with any product code
- Navi Database updated
Included all latest Asha , WP8x , MTKx firmwares
Included `Lumia Black` (GDR3) update for some WP8x models

New Product supported:
RM-973: Asha 500[SS]
- Other
- Stuff Files updated
- Ini updated and revised
- Some BugFixes at all
Official download link and discussion thread: Infinity-Box Nokia [BEST] v1.81 released, AshaOS Update


visit link download
Read more »

Thursday, December 7, 2017

HWK UFS Box

HWK UFS Box


this link
                   http://www.muthumobiles.net/?dir=files/HWK%20UFS%20Box&start=1


visit link download
Read more »

Monday, December 4, 2017

IN Box V4 8 0

IN Box V4 8 0


IN-Box V4.8.0 iCLOUD  Lock Remover

IN-Box V4.8.0 iCLOUD  Lock Remover Free Download



Free Download IN-Box V4.8.0 OFFICIAL For iPhone iCloud Remove
IN-Box V4.8.0 Is The First Standalone (No Internet)
Tool To Remove iCloud Lock On iphone Devices
The Tool Support For 32bit And 64bit
Of All Apple Products

--FREE DOWNLOAD--

Free Download IN-Box V4.8.0 From The Links Below

--NO PASS--


  • FREE DOWNLOAD
  • CLICK HERE


visit link download
Read more »

Sunday, December 3, 2017

How To Unlock Samsung SM J327P J3 Z3x Box Done

How To Unlock Samsung SM J327P J3 Z3x Box Done


How To Unlock Samsung SM-J327P J3 Z3x Box Done

How To Unlock Samsung SM-J327P J3 Z3x Box Done

Unlock Done Samsung SM-J327P J3 Z3x Box For v29.2 or v27.9 version with root


Waiting ADB device...
Please, allow USB debugging on phone... Ok
Reading phone info...
Model: SM-J327P
Android version: 6.0.1
Product code: Not Active
Phone version: J327PVPU1AQB6
PDA version: J327PVPU1AQB6
CSC version: J327PSPT1AQB6
CSC country code: USA
CSC sales code: BST
HW version: J327P.03
Phone SN: 00000000000
Modem board: MSM8917
RF cal date: 2017.05.16
IMEI: 
Writing AT RIL... Ok
Initialization AT RIL... root required
Checking Super user right... false
Super user right required true
Initialization AT RIL... Ok               DOWNLOAD LATEST SETUP 
Unlocking... Ok
Rebooting phone... Ok
Unlock done

Done with Samsung Tool PRO v.27.9


visit link download
Read more »