Comments

Powered by Blogger.

Facebook

Videos

Technology

windows

Sports

3/android/small-col-right

Business

Header Ads

Propellerads

Social Media

Photography

Popular Posts

Latest Post

MYVIEW / MOVETAB FIRMWARE

Written By Unknown on Thursday, July 31, 2014 | 5:44 PM



Please choose only the firmware that corresponds to your Tablet's Model.

MA700 ICS 4.0
MA700DX Jellybean 4.1
MA701QX Jellybean 4.2
MA705 ICS 4.0
MA710 ICS 4.0
MA715 Jellybean 4.1
MA900 ICS 4.0

For the Flashing procedure, click here

How to repair bm622 2009 blank wan





















enable telnet
follow this

telnet 192.168.1.1
Login: wimax
PASS: wimax820

ATP> display allmacaddr
ATP> setallmacaddr "enter your Mac"
ATP> save
ATP> exit

Upload ng Fresh ADVANCE config file DOWNLOAD HERE
Run the bm622 2011 (Upgrader Tool)
Upgrade to 2011 firmware.


After Successful Upgrade


telnet 192.168.1.1
Login:Firefly
PASS: $P4mb1h1r4N4m4nT0!!

ATP> display allmacaddr
ATP> "set sërïal number command"
ATP> xiugai macdizhi "Your Mac"
ATP> diag restore default

Done! {Blank Wan Solve}

For Manual Upgrade via CMD
1. Copy the bm622firmware.bin to c:\(your firmware file location)
2. RUN cmd
3. cd "c:/" then press Enter
4. tftp –i 192.168.1.1 put bm622firmware.bin
5. wait till finish
6. done!

Seond Way on How to Fixed bm622 Blamk WAN

Huawei BM622 model is the first 4G WiMAX CPE wireless broadband modem supplied by Huawei Technologies from Shenzhen's for Globe Telecom one of the major wireless broadband ISP in the Philippines.

Recently there were so many complains from the 4G WiMAX wireless broadband subscribers that their CPE modem can't access to the internet. They have noticed upon opening the web GUI of the said 4G WiMAX CPE modem Huawe BM622 on the part of WAN interface its MAC address is missing/blank no wonder their connection interrupted or unsuccessful.

Until now there is still an issue of so called "BLANK WAN" of Huawei BM622 4G WiMAX wireless broadband CPE, to solved this problem and issue one should knows in basic electronics skill. BLANK WAN in other words WAN chips the ST Micro/SGS M25P32 sërïal flash Memory IC is corrupted this is due to malicious programming or setting done by user in wrongly manipulations.

These are the things what you need to be able to solved your Huawei BM622 BLANK WAN.

1.50pesos LPT SPI hardware programmer or USB SPI hardware programmer (DIY)
2.TV/DVD SPI Flash programmer software (d0wnl0@d)
3.ST Micro/SGS M25P32 sërïal flash Memory dump binary (ask Google/Forum/Neighbor/Friend)


The procedure to solve the BLANK WAN, first buy or do it yourself LPT SPI hardware programmer. Second is to d0wnl0@d TV/DVD SPI flash programmer, third search and d0wnl0@d BM622 WAN dump file from Google, forum, or d0wnl0@d via TFTP your neighbor/friend BM622 ST Micro/SGS M25P32 sërïal flash Memory dump binaries to your local drive.

DOWNLOAD WAN IC DIAGRAM HERE

If you have all these stuff now you can removed your Huawei BM622 WAN chips ST Micro/SGS M25P32 sërïal flash Memory IC from its board and start uploading via LPT SPI hardware programmer or USB SPI hardware programmer using the TV/DVD SPI Flash programmer software.

Lastly, of course you have to put back your ST Micro/SGS M25P32 sërïal flash Memory IC to its place again. If you are tired of placing it to its original position you can just soldered using 1ft/12 inches tiny wires for simplicity.





Make bootable USB of Windows 7 by Command prompt (CMD)

Written By Unknown on Wednesday, July 30, 2014 | 11:47 PM

I have assumed you have a DVD of windows 7 in your tray and a 4 GB Pen drive in one of your USB port. Backup all your pen drive data because it’s going to format.


Insert your your USB
Go to Start Button then open run and Type cmd.

Now on the command prompt, type the following commands.


Diskpart

List disk
// List disk command will generate the list of Disk connected to your computer like Hard disk and USB disk. This will be like in figure.
After this

select disk 1
   // in my case USB is as disk 1

create partition primary
active

format fs=ntfs quick //
 Format Filesystem=NTFS quick(don’t use Quick for deep format, just use format fs=ntfs)

assign
exit
After this your USB drive is ready to boot any computer just another step requires.
After this, copy all the content of DVD or Windows 7 ISO extract to USB drive.
Done?


Now open the command prompt again by typing CMD in run (See more shortcuts)
Now type

o: 
Cd o:/boot
Bootsect  \nt60 o:

note: drive o: is your usb drive

 And Hit the final Enter and you are ready.


You can do all the same step there in windows 7 for making a bootable Windows 8 USB. Just use the all files of Windows 8.
Similarly in %usbroot%/Boot
And run the CMD as administrator and similarly select the same directory as in windows 7
i.e. I:/boot/ and type same command in CMD
Type bootsect /nt60 I:       //I is your USB drive
And done
Just reboot your computer, enter in BIOS setup and select boot device priority as
* USB
* DVD
* HDD
* Network (Other)
And Tap [F10] to save and Exit.
Again Reboot your system and see setup has been started.









Complete Tutorials for Reconnecting DV235T(MyBro) with PEM and KEY

Written By Unknown on Sunday, July 27, 2014 | 3:52 AM


First you need to open your telnet.

Steps How:
Go to control panel/programs/turn windows feature on or off then select "telnet client"

after enabling telnet

1. go to cmd/command prompt/terminal
2. type telnet 10.X.X.X hit enter
3. login with username: mt7109 password: wimax
4. to get the certificates browse to "etc" folder/dir   and to check if it has certificates type "ls"

if you see wmx_client_ca.pem and wmx_priv_key.key there you have it its the certificates
5. now to get the mac address type " sncfg get WAN_MAC " to get the mac address
6. to copy the certificates and mac address right click anywhere on cmd click mark and highlight all 
7. then after highlighting hit enter to copy then paste it in notepad

summary :

open cmd
input "telnet + ip address" (where ip address is equal to 10.X.X)
use the login: "mt7109" and password:"wimax" (without " )
input "cd etc"
input "cat wmx_client_ca.pem"
input "catwmx_priv_key.key"
input "sncfg get WAN_MAC"

or download ready to use SCRIPT HERE with Tutorial How to use inside

After getting certificate,key and mac

create a folder for sorting (optional)
copy the contents of "wmx_client_ca.pem" and paste it on any text editor and save it as "anyfilename.pem"
copy the contents of "wmx_priv_key.key" and paste it on any text editor and save it as "anyfilename.key"
and reserve a copy of mac address in a text file

Changing mac and uploading pem and key to device

1. you can use your old change mac address script (with reboot/restart)
2. go to wimax/profile/authentication settings (see the picture below)
3. click browse beside "MTK-Authorized Device Cert. File" and select the ".pem" file
4.click browse beside "Device Private key" and select the ".key" file
5. hit save

How to Hunt SMART MAC

1. download and install angry ip scanner DOWNLOAD HERE
2. go to Tools/Preferences/Ports/port selection input 22,23,80
3. go to Tools/Preferences/Ports&/Display results Tick/check "Host with open ports only"
4. hit OK
5. set the ip rage to "10.0.0.0"
6. set the netmask to "255.0.0.0"
7. leave the hostname blank
8. hit start

After having an iP with open port

1. example the only open port is only port "80" and telnet and ssh are closed
2. add "adv-firewall.html" instead of "index.html"
   for example  "10.x.x.x/adv-firewal.html/WWW_SID=SIDvalue"
3.  go to "Telnet" tab enable telnet
4. hit save





That's all Enjoy Surfing!!! :)

STEPS HOW TO RECONNECT SMARTBRO CANOPY

Written By Unknown on Saturday, July 26, 2014 | 6:13 AM

I.) Go to Control Panel - Network Connections. Hanapin mo yung connection ng SmartBRO Canopy, normally Local Area Connection.

II.) Once na nahanap mo na, right click the connection and select Properties.

III.) Under sa This connection uses the following items:, double-click yung Internet Protocol TCP/IP.

IV.) Set your IP address to 169.254.3.3, and subnet mask to 255.255.0.0.

V.) Click OK, and close all windows.

VI.) Open your internet browser, we prefer FireFox, and type in 169.254.1.1 sa address bar, this will take you to the Canopy MS.

Note: If this doesn’t work, probably your Canopy MS is blocked, or has been set to use a nonstandard IP address. This is where method two comes in.

STEPS IN SMARTBRO CANOPY HACKING

A1.) Follow steps 1-3 from the first method.

A2.) This time, set your IP address to 10.20.30.40, and subnet mask to 255.0.0.0

The following steps will help you identify your Canopy address, if ever nagbago na ung IP niya (hindi na 169.254.1.1).

A3.) Open the ms-dos command prompt. (on your start menu, select run, and type ‘cmd’)

A4.) Enter the following command: arp -a. It will display IP addresses connected to your network, look for the IP address beginning with 10 (10.xxx.xx.xx), this is your Canopy address. Note that i-disregard niyo lang ung ibang IP addresses, as wala naman tayong pag-gagamitan, and your Canopy address is not the one with 10.0.0.1.

A5.) Close command prompt and open your web browser (use FireFox) and enter your Canopy address sa address bar (10.xxx.xx.xx).

CONGRATS!!!. Napasok mo na yung Canopy page mo without any hassle. May nakausap akong technician once, sabi nila para makuha mo yung exact canopy address mo, akyatin mo lang ang bubong mo tapos tanggalin mo yung antenna, then hanapin mo yung sticker ng canopy , then convert the numbers into hexadecimals to get the IP Address of your canopy.

Now, to maximize your internet capability speed and accuracy , go to the Canopy page – Configuration – Quality of Service QoS. Siguruhin lang na walang values set to 256, if ever meron, then set that to 500.

Also, select Enabled dun sa Hi-Priority Channel.

Kung maganda connection mo, this should take you way beyond your bandwidth capacity, like 500-750kbps. Make sure na jitters is below 5, and di aabot ng 1.5 miles of air distance mo sa base station.

Miracle in Cell No.7

Written By Unknown on Friday, July 25, 2014 | 1:03 AM

Profile

Plot

A father (Ryoo Seung-Ryong), who is mentally handicapped, but loves his daughter very much, is falsely accused of a crime and sent to prison. Later, his daughter Ye-Seung (Park Shin-Hye, who is a law school student, works to prove his innocence.
Back in 1997, Yong-Goo lives happily with his daughter Ye-Seung (Kal So-Won), even though he has the intelligence of a child. They stop by a shop everyday to look at a yellow Sailor Moon backpack that he hopes to buy his daughter. One day, they notice that the last yellow Sailor Moon backpack is being sold. Yong-Goo goes inside the store to plead his case, but the father buying the backpack ends up slapping Yong-Goo.
The following day, the girl who bought the yellow Sailor Moon backpack sees Yong-Goo working in the grocery store parking lot. She tells him that she knows another store that sells the same yellow backback. Yong-Goo follows the girl to a traditional outdoor market. A short while later, the girl is laying on the ground unconscious and Yong-Goo is trying to perform CPR. A woman walks by and calls the police.
Yong-Goo is accused of kidnap and murder. The father of the dead girl is also the chief of the National Police Agency. Yong-Goo is given the death penalty and incarcerated. In prison, Yong-Goo shares a jail cell with five other inmates. One day, Yong-Goo saves the life of his cellmate So Yang-Ho (Oh Dal-Su) from a rival prison gang leader. So Yang-Ho then offers to help Yong-Goo in any way he can to return the favor. Yong-Goo tells So Yang-Ho that he wants to see his daughter Ye-Seung. The five inmates then plan to make a miracle happen.

Notes

  1. Filming began June 20, 2012 in Daejeon, South Korea. The first scene filmed involved Yong-Goo (Ryoo Seung-Ryong) who meets his cellmates in cell block 7 for the first time.
  2. Filming finished October 10, in Iksan, Jeollabuk-do, South Korea. The last scene filmed took place at a prison in Iksan, Jeollabuk-do. The scene involved Yong-Goo (Ryoo Seung-Ryong) and the other prisoners carrying out a mission to get a chance for a temporary release.
  3. Early working title was "12 Wol 23 Il" (literally "December 23").
  4. On February 23, 2012, "Miracle in Cell No.7" became the 9th film to ever surpass 10 million admissions in South Korea.
  5. On March 1, 2013, "Miracle in Cell No.7" passed 11 million admissions and now the 8th all time best selling film in South Korea.
  6. On March 9, 2013, "Miracle in Cell No.7" passed 12 million admissions in South Korea and became the 6th all time best selling film.
  7. On March 15, 2013, "Miracle in Cell No.7" became the 4th best selling film ever in South Korea. By 3:30 PM on March 15, 2013, the movie has sold 12.32 million tickets and only trails "The Thieves," (12.98 million), "The Host" (13 million), "Avatar" (13.3 million).

APPTRAILERS - REVIEW (iOS/ANDROID). INSTANT PAYMENTS TO YOUR VERIFIED PAYPAL ACCOUNT.

Written By Unknown on Tuesday, July 22, 2014 | 6:02 AM

Hello there… I want to share my personal opinion regarding App Trailers. This review will be based on my experience with App Trailers. Month ago I was checking my Gmail like I always do and while I was doing that I saw an ad saying earn free money or instant gifts by watching video trailers, inviting friends, and much more. I clicked on that ad and it was talking about an app called App Trailers. It read you can cash out instantly to your PayPal account after when you have earned 150 points or redeem other instant gifts like Amazon.com, Starbucks.com, Best Buy, Xbox points etc. I thought to my self, this is cool you earn free money just by watching video trailers, inviting friend, how cool is that. If you have an Apple product like Iphone, Ipad, Ipod or any Android device you can download this App Trailers to you device for free. I wanted more information regarding App Trailers before I download it to my device. I watched lot of YouTube videos and internet reviews on this particular app that I was interested in. After watching much information related to this app finally I download it to my Sony Ericsson Xperia Neo V. I was much exited I could not believe you earn money watching video trailers? I don’t know how many times in my life I have watched video trailers on television; mobile phones etc. and they never paid me to watch those video trailers. How come this app pays you? I had a question mark on my face.

Anyway when you open this app after download it shows 7 options at the top (Videos, Uploaded, Free App, Offers, Redeem, History and Settings). If you click on videos it will show the list of videos you can watch and earn 5 points each for watching videos. You see these videos are mostly game trailers. On daily basis App Trailers will send you free app (Region Specific) to your device that you can download and earn extra points. It also lets you earn more points by inviting friends and if he/she uses your username to download App Trailers then you get 250 points. (You see 150 points = $0.15) You need 150 points minimum to cash out to your PayPal account (Your PayPal account must be verified in order to receive instant money). At the very top right you will see a letter P and that stands for points that you have accumulated. Below that you will see level. Your level increases after you have accumulated good number of points. You can also upload one of your YouTube videos and if somebody watches your video you get points, another good way of increasing YouTube views.

Daily Scratcher – You will see this game under Redeem Tab. Basically App Trailers will send you daily scratcher to earn some more points (Scratch to win). You scratch to see 4 movie trailer icons, if you are lucky you earn extra points otherwise you will have an option to play this game again tomorrow. You can only play this game once a day.

Under Redeem Tab you can redeem points to cash out to your verified PayPal account as stated above you need 150 points minimum to cash out or you can redeem your points to instant gifts cards like Amazon.com, Starbucks.com, Best Buy, Xbox points etc.

The Fact – I have seen tons of people reviewing about this app on the internet or on YouTube telling if they use their username for referrals purposes you get unlimited points. Let me tell you that it’s not true; it’s a big lie to get referrals. I have also seen videos on YouTube demonstrating on how to get unlimited points. Do Not Fall under this trap. It’s bogus and you might get banned from App Trailers.


App Trailers application is easy to use and navigate, most of the things are self explanatory once you use the application. They pay instantly and like I said your PayPal account must be verified to receive money.


How to Download App Trailers

– If you are using Apple Iphone, Ipad, and Ipod go to App Store search for App Trailers and then download it to your device.
- if you are using any Android mobile device


Download Here and use my bonus code to get your extra points ->> silentgenius

I have been using this APP for a while now. It is neat, clean and professionally well designed APP. Help me grow please use my invitation code silentgenius to get points credited to your account. Make me happy, I guess you can do that. Code: silentgenius


Support Center - I have used their support center when I had some doubts, concerns regarding App Trailers. Their staff's are genuine and will try their level best to help you regarding any issues related to App Trailers.

Support center email address: support@appredeem.com

Once again do not forget to use my referral code: silentgenius


Please share your comments below as I would like to read your feedback or opinion and how has been your experience with App Trailers.

Naruto Episode 1

Written By Unknown on Tuesday, July 8, 2014 | 6:04 AM

Part 1:



Part 2:



 
Copyright © 2011. SILENTGENIUS - All Rights Reserved
Proudly powered by Blogger