Saturday 21 December 2013

Mini USB Portable 3G/4G router - rt5350f

Introduction

Mini USB Portable 3G/4G WiFi Hotspot IEEE 802.11b/g/n 150Mbps Wireless Router - search on ebay


This hardware seems to be exactly the same like (firmware is different ):
  • HAME A5 Mini
  • HAME A15
Upgrade with default firmware via WEB interface is not possible. Upgrade from u-boot (tftp) is not  working too  - because of broken ethernet configuration. Upgrade from u-boot via serial (kermit) will end with bricked router too ( verified).

Below you will find the way how to bring new working u-boot and openwrt firmware at once.

Basic device parameters:

  • SoC RT5350
  • MIPS CPU
  • Clock 360 MHz
  • 4 MByte Flash (GD25Q32) 
  • 16 MByte RAM (EM639165TS-6G)
  • USB Host 2.0
  • 10/100 Ethernet switch
  • 802.11n interface
  • I2C
  • Uart
  • Reset button
  • 2 LEDs
  • Micro usb as power source

GPIO description:


  • GPIO0 - Reset Button
  • GPIO1 - I2C_SD
  • GPIO2 - I2C_SCLK
  • GPIO7 - USB Power
  • GPIO12 - USB Root Hub Power
  • GPIO13 - Unknown, but seems to be used in bootloader
  • GPIO17 - Red Power LED
  • GPIO20 - Blue System LED

Bootloader

Default u-boot bootloader is broken - ethernet is not fully initialized, and it seems that it is protected against starting other firmware than oryginal one.
Do not try to upgrade this bootloader from bootloader menu - you will brick your device  !

To load openwrt firmware new bootloader is needed - I am using - uboot128.img taken from JiapengLi

Openwrt firmware

Default firmware cannot accept openwrt images so at the beggining (after u-boot upgrade) we will load minimal openwrt firmware firmware.img .

Upgrade procedure

Verification
Check twice if it is router we are talking about:

  • Take a look on photos of PCB
  • Check MDT structure by call "cat /proc/mtd", has to be like below:
cat /proc/mtd
dev:    size   erasesize  name

mtd2: 00010000 00010000 "Config"
mtd3: 00010000 00010000 "Factory"
mtd4: 00117a6d 00010000 "Kernel"
mtd5: 00298593 00010000 "RootFS"
mtd6: 003b0000 00010000 "Kernel_RootFS"
mtd0: 00400000 00010000 "ALL"
mtd1: 00030000 00010000 "Bootloader" 
Think twice :)

First step

  • Reset router to default settings
  • Connect to router via telnet and login with default user name (admin) and password (admin)
  • Now  you can upgrade router via FTP or USB

Upgrade via FTP 

  • Release memory by commands:  
killall udhcpd
killall dnsmasq
killall nvram_daemon
rmmod ehci_hcd
rmmod ohci_hcd
ifconfig ra0 down
rmmod rt2860v2_ap

  • probably you will be disconnected after last command, so login via telnet again. 
  • Verify free memory by calling free, check if you have more than  3500 free memory 

# free              total         used         free       shared      buffers  Mem:        12884         9180         3704            0          532 Swap:            0            0            0Total:        12884         9180         3704
  •  Resize TMP, and start proftp server
mount -o remount,size=4M tmpfs /tmp
proftpd.sh server 192.168.100.1 192.168.100.1 21 10
proftpd
  • Connect to router via ftp and copy uboot128.img and firmware.img to /tmp directory on router
  • ! Upgrade uboot - be careful, do not reset router during and after this operation !
mtd_write write  /tmp/uboot128.img Bootloader
  • You should see on console 
#Unlocking Bootloader ...
#Writing from /tmp/uboot128.img to Bootloader ...  [w]
  • ! Upgrade firmware - do not reset router during this operation!
mtd_write write /tmp/firmware.img Kernel_RootFS
  • You should see on console  
#Unlocking Kernel_RootFS ...
#Writing from /tmp/firmware.img to Kernel_RootFS ...  [w]
  • Reboot router :), enjoy new u-boot with working ethernet and openwrt firmware. Now you can use standard openwrt upgrade procedure. 
reboot 
  • Router will set IP address to 192.168.100.1 , you can login via telnet 

Upgrade via USB

  • Prepare usb stick, format it with fat filesystem, and copy  uboot128.img and firmware.img 
  • Conect usb stick to router and mount it by:
mount /dev/sda1 /mnt
  • Wait a few seconds and verify  if you see files
ls /mnt 
  • You should see content, do not go further if you do not see files ! 
uboot128.img firmware.img
  • ! Upgrade uboot - be careful, do not reset router during and after this operation !
mtd_write write  /mnt/uboot128.img Bootloader
  • You should see on console 
#Unlocking Bootloader ...
#Writing from /mnt/uboot128.img to Bootloader ...  [w]
  • ! Upgrade firmware - do not reset router during this operation!
mtd_write write /mnt/firmware.img Kernel_RootFS
  • You should see on console  
#Unlocking Kernel_RootFS ...
#Writing from /mnt/firmware.img to Kernel_RootFS ...  [w]
  • Reboot router :), enjoy new u-boot with working ethernet and openwrt firmware. Now you can use standard openwrt upgrade procedure. 
reboot
  • Router will set IP address to 192.168.100.1 , you can login via telnet
 Connect UART

In order to have access to bootloader (u-boot) menu and functions we have to connect serial port to the router board. Pads are quite large so soldering is relatively easy.

Serial port parameters:

  • Speed: 57600
  • Data Bits: 8
  • Parity: None
  • Stop Bits: 1
!   One problem has to be fixed - when you will connect adapter to RX in router and power on system will hangs. To fix it temporary you have first power on router and next quickly connect RX cable.  To fix this issue permamently you have connect  router RX and adapter TX by resistor (470 ohm - 1k ohm).

Solder three thin wires to the router GND, TX, RX and connect:
  • Router GND to adapter GND,
  • Router RX via 470 ohm resistor to adapter TX,
  • Router TX to adapter RX.

Router pads description

To test connection:

  1. Connect USB adapter to PC
  2. Start terminal and connect to port with proper parameters (putty http://www.putty.org/ or TeraTerm Pro http://www.ayera.com/teraterm/ )
  3. Power on router - you shoud see bootloader logs

USB to TTL UART converters

My recomendation is to use:
  • CP2102
  • FT232
  • CH340
CP2102 based adapter

and avoid if possible prolific PL2303 because of unstability ( maybe there are plenty of clones  and prolific is not guilty - hard to say).

Program SPI flash

When you failed with u-boot upgrade you can program SPI flash without desoldering it.
You need to connect thin wires to MISO, MOSI, CLK, CS, VCC and GND. I recomend to desolder VCC pin and lift it little bit, you will solder it again after programming. Disconnecting VCC prevent and distrubances from SoC or other components.

SPI flash pinout
Wires connected to SPI flash,
lifted VCC pin at the right corner soldered after programming.

I have used simple programmer made of


But you can use any SPI programmer which supports GigaDevice GD25Q32 or flash you currently have.

Upgrade RAM

You can upgrade RAM by desoldering SDRAM chip and soldering chip with  32 MB. It is required to have  4M x 16bit x 4 (otherwise you would need to recompile bootloader) taken from old laptop memory PC133 SO-DIMM. It can be by example:

  • Winbond W9825G6JH-6
  • Samsung K4S561632C-TC
  • Samsung K4S561632E
  • Micron  mT48LC16m16A2 
  • EtronTech EM63A165
  • ESMT M12L2561616A
According to Boot strapping description pins: 
  • EPHY_LED3_N 
  • EPHY_LDE2_N
are used to determine SDRAM size:
  • 0,0: 2 MB/8 MB (default) 
  • 0,1: 8 MB/16 MB 
  • 1,0: 16 MB/32 MB, 32 MB*2 
  • 1,1: 32 MB 
In order to set memory to 32MB you have to add 4.7k resistor (or just shorten)

Location of resistor pads to pull-up EPHY_LDE2_N


Links

https://openwrt.org/
http://wiki.openwrt.org/toh/unbranded/a5-v11
https://github.com/sternlabs/RT5350F-cheap-router
http://www.digitalinferno.com/wiki/Wiki.jsp?page=Mini3G4GUSBRouterOpenWrtExternalUSB
http://lnxpps.de/openwrt/hame-mpra5/
https://github.com/Squonk42/OpenWrt-RT5350
https://github.com/JiapengLi/OpenWrt-RT5350
http://eko.one.pl/?p=openwrt-gpio2

Photos



PCB top side


PCB bottom side

Opened case
How to open case


Router case

Desoldered CPU, vias visible, from anton.rad 

253 comments:

  1. Hello,
    I need a little help here …
    I purchased the same router and when it came I plugged it to the computer and tried to set it as a wireless client.
    The moment I hit submit button the router died and now the only signs of life are the two red and blue diodes that burn constantly and nothing.
    Do you have any ideas how to bring it back to life?

    ReplyDelete
  2. Hi,

    you have oryginal firmware ?
    Could you try to connect to it via telnet, what is the result ?

    ReplyDelete
  3. Hello,

    I found your address in openwrt forum. I hope you can help me a little.
    I also have one of these HAME MPR-A1 clones and want to run openwrt. I have a 32MB Version and I assume that I need to update u-boot.... fine. Which firmware should I use to ensure a proper working, because all currently available images only support 16MB. Yes I'm willing to compile a version by myself, but for this I would need additional help. I hope you can help.
    Did you compile provided version+patch from https://github.com/JiapengLi/OpenWrt-HiLink-HLK-RM04 ?
    Anything else or a different approach?

    The description here says, that the image shall be written via "mtd_write write /mnt/firmware.img Kernel_RootFS". My router does not provide Kernel_RootFS. How can I solve this?

    Hope you can help.

    ReplyDelete
    Replies
    1. Hi Martin,


      1. Regarding u-boot, probably ( I do not hav 32M version) you should use https://github.com/JiapengLi/OpenWrt-RT5350/blob/master/u-boot/uboot256.img

      2. Regarding firmware I will release today or tomorrow memory independent images, so you can use them.

      3. I have used path you mentioned + many little changes espetially fixes in packages. Some important for me was broken by default. I have additional scripts to generate many images at once.

      4. Regarding missing Kernel_RootFS, could you send me result of "cat /proc/mtd" ?

      Delete
    2. Thanks,

      @1-3: please give me private message, when you release newer version. I can give repsonse when it works.

      @4: see below:
      # cat /proc/mtd
      dev: size erasesize name
      mtd0: 00400000 00010000 "ALL"
      mtd1: 00030000 00010000 "Bootloader"
      mtd2: 00010000 00010000 "Config"
      mtd3: 00010000 00010000 "Factory"
      mtd4: 003b0000 00010000 "Kernel"
      # free
      total used free shared buffers
      Mem: 28584 17128 11456 0 0
      Swap: 0 0 0
      Total: 28584 17128 11456
      # mount
      rootfs on / type rootfs (rw)
      proc on /proc type proc (rw)
      none on /var type ramfs (rw)
      none on /etc type ramfs (rw)
      none on /tmp type ramfs (rw)
      none on /media type ramfs (rw)
      none on /sys type sysfs (rw)
      none on /dev/pts type devpts (rw)
      none on /proc/bus/usb type usbfs (rw)



      Delete
    3. Hi Martin images released. Working with 16 and 32m versions.

      Delete
    4. Please give me a hint about writing to Kernel_RootFS. I assume "mtd_write write /mnt/firmware.img Kernel_RootFS" won' work. Any idea?

      Delete
    5. Hi Martin,
      looking on you /proc/mtd
      and assuming that you have 4MB flash !

      I would try "mtd_write write /mnt/firmware.img Kernel"

      Remember to upgrade uboot first (256 version).

      Eventually you will have to say hello to USB2uart adapter and solder three wires.

      BTW. you have plenty of ram, so you do not have to kill processes by killall.

      Delete
    6. ...I did it. I also assumed to overwrite just Kernel. Even when size does not fit. I flashed your mini.bin and after reboot the system led became red. Wifi seemed to be off. Connecting via cable to 192.168.100.1 works like a charm. Here is the output:
      _______ ________ __
      | |.-----.-----.-----.| | | |.----.| |_
      | - || _ | -__| || | | || _|| _|
      |_______|| __|_____|__|__||________||__| |____|
      |__| W I R E L E S S F R E E D O M
      -----------------------------------------------------
      BARRIER BREAKER (Bleeding Edge, r35407) - RT5350F
      -----------------------------------------------------
      -- Cooked by pratanczuk --
      -- --
      -- my-embedded.blogspot.com --
      -----------------------------------------------------
      root@OpenWrt:/# cat /proc/mtd
      dev: size erasesize name
      mtd0: 00030000 00010000 "u-boot"
      mtd1: 00010000 00010000 "u-boot-env"
      mtd2: 00010000 00010000 "factory"
      mtd3: 000e0000 00010000 "kernel"
      mtd4: 002d0000 00010000 "rootfs"
      mtd5: 00220000 00010000 "rootfs_data"
      mtd6: 003b0000 00010000 "firmware"
      root@OpenWrt:/# free
      total used free shared buffers
      Mem: 13576 10120 3456 0 680
      -/+ buffers: 9440 4136
      Swap: 0 0


      So thanks for your help! According to "free" it only has access to 16MB RAM. I read somewhere that there is a mis-configuration, that can't be solved without soldering. Probably you must set a fixed size of RAM for image creation.

      Best regards,
      Martin

      Delete
    7. Hi Martin,

      great :).

      Regarding RAM you have flashed:
      https://code.google.com/p/rcc/source/browse/trunk/projects/rt5350_mini_router/img_32/mini.bin

      or

      this https://code.google.com/p/rcc/source/browse/trunk/projects/rt5350_mini_router/img/mini.bin

      ?

      Can you provide photos of box, and PCB ?

      I will update manual how to upgrade 32meg version.

      can you send me your email to pawel.ratanczuk at gmail ?

      Delete
  4. I'm an idiot. I took the wrong file for 16MB version!!!

    Here is the correct welcome screen:
    _______ ________ __
    | |.-----.-----.-----.| | | |.----.| |_
    | - || _ | -__| || | | || _|| _|
    |_______|| __|_____|__|__||________||__| |____|
    |__| W I R E L E S S F R E E D O M
    -----------------------------------------------------
    BARRIER BREAKER (Bleeding Edge, r35407) - RT5350F
    -----------------------------------------------------
    -- Cooked by pratanczuk --
    -- --
    -- my-embedded.blogspot.com --
    -----------------------------------------------------
    root@OpenWrt:/# free
    total used free shared buffers
    Mem: 29820 10232 19588 0 612
    -/+ buffers: 9620 20200
    Swap: 0 0 0

    ReplyDelete
  5. Hi,

    Thanks for the tutorial. I was able to flash my router to openwrt successfully. However, afterwards I attempted enable ssh via a passwd command, and now I'm not longer able to access the router.

    I'm still able to ping it at 192.168.100.1. When attempting to telnet back in, I get the expected "login fail" since telnet is now disabled. However, I'm not able to SSH into it.

    I attempted to do a failsafe recovery, but that didn't work either. Not sure why.

    Any ideas what's going on? Thanks

    qh

    ReplyDelete
    Replies
    1. Hi,

      I do not include ssh in to images, in order to reduce size, so ... look for solder and usb to uart adapter.

      Delete
    2. ouch...

      How about the failsafe recovery? Why isn't it working?

      Do you know if its recoverable via TFTP? Thanks

      Delete
    3. I do not see other ways thn solder uart to usb adapter

      Delete
    4. Seems I just bricked my router as well. Why claim you can login via SSH when you didn't include it? So much good info and one little bad info that bricks the device...

      Delete
    5. Yeah, thanks also. Just bricked it because telnet asked to change passwd and suddenly there is no ssh.

      Delete
    6. I am in the same boat - no SSH access - actively refused. I've wired up the serial - that works- I can change the password as many times as I like and I've brought the unit into my own network range - at 192.168.1.110 - so I can ping the unit - but no SSH - so all I have is this shell on serial - can't get any further - how do we get SSH access...

      Delete
  6. Hi
    I want to upgrade my A15 router to Openwrt.
    The problem is, there's no proftpd & proftpd.sh on /bin or /sbin
    How do I upload uboot128.img firmware.img files to /tmp
    Also tried with USB Flash as well, but the router didn't recognize /dev/sda1
    Please advice :)

    ReplyDelete
    Replies
    1. Happened to me, changed usb flash and all good.

      Delete
  7. I do not have access to A15.
    According to information there: https://forum.openwrt.org/viewtopic.php?id=37002&p=24

    Upgrade procedure should be the same like in mentioned mini router.
    One issue is still open - how to download image. I have read that A15 has no ftp server nor Mass Storage support. So maybe you can check if is there in any ftp, tftp server or client or meybe wget is available.

    ReplyDelete
  8. Hi! I have the same device and before I try to hack the firmware I would like to address an other problem.
    The signal strength is pathetic. Do you think it would be possible to add an antenna extension to the board or enhance it in any way ? Please answer in layman's terms, as I'm quite a noob when it comes to hardware. :-)

    ReplyDelete
  9. Is it still possible to use your instruction if mtd show a little bit different structure?

    # cat /proc/mtd
    dev: size erasesize name
    mtd0: 00400000 00010000 "ALL"
    mtd1: 00030000 00010000 "Bootloader"
    mtd2: 00010000 00010000 "Config"
    mtd3: 00010000 00010000 "Factory"
    mtd4: 000c61a0 00010000 "Kernel"
    mtd5: 002e9e60 00010000 "RootFS"
    mtd6: 003b0000 00010000 "Kernel_RootFS"

    ReplyDelete
    Replies
    1. # cat /proc/mtd
      dev: size erasesize name
      mtd0: 00400000 00010000 "ALL"
      mtd1: 00030000 00010000 "Bootloader"
      mtd2: 00010000 00010000 "Config"
      mtd3: 00010000 00010000 "Factory"
      mtd4: 00128876 00010000 "Kernel"
      mtd5: 0028778a 00010000 "RootFS"
      mtd6: 003b0000 00010000 "Kernel_RootFS"

      Did it work out OK to just install the image above?

      Delete
  10. hi,

    seems to be OK, but no warranty as usual ;)

    ReplyDelete
  11. Thanks! Can you make a simple description of your firmwares - what is inside of every one?

    ReplyDelete
  12. How can I install packages? I need 3g dongle working? Can you post your patches to openwrt trunk? I want to compile by myself

    ReplyDelete
  13. @Nop & Dimitar

    I have published imagebuilder and scripts used to generate images. So you can take alook what is in images, you can modify scripts and ad own packages. I have not include opkg to save space.

    There you have latest image builder:
    https://code.google.com/p/rcc/source/browse/trunk/projects/rt5350_mini_router/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64.tar.bz2

    decompress it under ubuntu, run ./generate_all.sh


    To change configuration modify ./image_builder_rt5350.sh and content of "Files" directory.

    ReplyDelete
  14. I compiled openwrt, but I don't like the results with just 16MB ram. Ordered a 32MB chip and will try the ram upgrade.

    Did you made a backup of you original firmware on the 16Mb Ram Device?
    If you did can you upload it somewhere?

    ReplyDelete
  15. I have the same CPU / Flash on a Tenda A6 router. However, I cant seem to telnet into the device. (telnet 192.168.2.1 results in an error : "Connection Refused") I can access the device using the web console http://192.168.2.1
    Any advice on how I can connect via telnet ?

    ReplyDelete
    Replies
    1. Maybe there isn't telnet service on your device?

      Delete
  16. Dimitar,

    Yes, that is what I am being led to believe.
    In a situation like this (i.e.no telnet ) do you have any recommendations on how I can flash it with an image of my choosing ?

    ReplyDelete
  17. Heh, i have a version of this router. I can telnet in, but cannot run any commands. The busybox (msh) only has access to 5 or 6 commands. Not even cat or ls works. Any ideas ? ctrl -D just closes the telnet session. Does anyone have an "official" firmware, where Telnet works ?

    ReplyDelete
    Replies
    1. Hi,
      I have the same version of router with 10 commands. I soldered UART cable and flashed mini.bin using boot menu (with stock u-boot) for 32Mb version. Now I have OpenWRT :)

      Delete
    2. In this post you can find my full log while booting, flashing and rebooting to OpenWRT:
      http://4pda.ru/forum/index.php?s=&showtopic=377187&view=findpost&p=31351354

      Delete
    3. Hi, I tried with UART, there also I can see few commands only. And the prompt is like 'BoC Router>'. There is no root prompt. What should I do to upload u-boot?

      Delete
  18. I have flashed my device and now its bricked. Is there any way to re-flash bricked device?

    ReplyDelete
  19. Hi, I try to use yours ImageBuilder, but it not work. I try build mini image, and this is output from console... Plese help me, this is interesting device.

    echo "Package list missing or not up-to-date, generating it.";\
    make package_index; \
    else \
    mkdir -p /home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/build_dir/target-mipsel_r2_uClibc-0.9.33.2/root-ramips/tmp; \
    IPKG_TMP="/home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/tmp/ipkgtmp" IPKG_INSTROOT="/home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/build_dir/target-mipsel_r2_uClibc-0.9.33.2/root-ramips" IPKG_CONF_DIR="/home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/tmp" IPKG_OFFLINE_ROOT="/home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/build_dir/target-mipsel_r2_uClibc-0.9.33.2/root-ramips" /home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/staging_dir/host/bin/opkg -f /home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/repositories.conf --force-depends --force-overwrite --force-postinstall --cache /home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/dl --offline-root /home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/build_dir/target-mipsel_r2_uClibc-0.9.33.2/root-ramips --add-dest root:/ --add-arch all:100 --add-arch ramips:200 update; \
    fi
    Package list missing or not up-to-date, generating it.
    make[2]: Entering directory `/home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64'

    Building package index...
    (cd /home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/packages; /home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/scripts/ipkg-make-index.sh . > Packages && \
    gzip -9c Packages > Packages.gz \
    ) >/dev/null 2>/dev/null
    make[2]: *** [package_index] Error 126
    make[2]: Leaving directory `/home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64'
    make[1]: *** [_call_image] Error 2
    make[1]: Leaving directory `/home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64'
    make: *** [image] Error 2
    mv: cannot stat ‘bin/ramips/openwrt-ramips-rt305x-mpr-a1-squashfs-sysupgrade.bin’: No such file or directory

    ReplyDelete
  20. So. Now i have it flashed. I used usb-ttl/kermit to get the boot loader, and then i upgraded via tftp. Perfect. Then i started experimenting with the image builder, but it seem to me, that it creates images for the 16 mb version. Any hints on how to enable the image builder for the 32 mb version ?. Btw my reason for doing this, is a want to make a wireless serial server :-). Basicly combining two of the images in the create file. good work btw

    ReplyDelete
  21. Are you sure that you have taken this image bulider: https://code.google.com/p/rcc/source/browse/trunk/projects/rt5350_mini_router/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64.tar.bz2 ?

    As far as I remember it was build with support for 32meg version.

    ReplyDelete
    Replies
    1. Just Tried it again, and no luck :-(.
      I added this to the image builder...
      browsem)
      PACKAGES="$USB_SERIAL $WIFI $SSH $GPIO $I2C avrdude"
      ;;
      , and then i added
      http://www.virtualhere.com/usb_server_software
      To files/browsem/usr/sbin.
      Seemed like a nice plan, but no cigar :-(

      Delete
    2. What im trying to do, is flash an arduino mega, via wifi, and monitor/communicate with it, also over wifi. I have tried ser2net, and it resets every time i send a command to the arduino, and thats why i tried virtualhere, witch does the trick, but cannot flash the arduino mega( works with the regular arduino uno). So my plan is, to use avrdude to flash it, and the virtual here, to communicate with my application ( a lawn mover robot). I have tried compiling openwrt from source, but i seem to be lacking som magic, because the /overlay wont quite work. Then i tryed the image creator again, but got 16mb ram, with is too little. The pieces work seperatly, i just need to get the puzzle complete :-)

      Delete
  22. Man, this is perfect tutorial!!
    But why didn't you mentioned that ssh is not installed,
    Now I have to buy a that uart!!
    Please tell me if there is any way other than serial comm, (failsafe mode or else)

    Thanks for the tutorial, great work.

    ReplyDelete
  23. Man, just connect using telnet or ssh to 192.168.100.1 :), they are included.

    ReplyDelete
    Replies
    1. Actually I'v changed password and as stated there telnet is disabled now.
      When I try to connect by SSH, I get connection refused, which means either port is not open in firewall or SSH is not included in firmware (as you have mentioned in comments -> to reduce firmware size).

      So, only option is to use UART, right?

      Delete
    2. :), now it is clear, with mini image only telnet is included, so if you had change password, look for solder and usb2uart adapter.

      Delete
    3. So how do we add SSH... the box is not a lot of use as it stands talking to it by serial in a shell...

      Delete
  24. Привет. Ребята у меня после прошивки горит красная лампочка и устройство не работает. Как реанимировать и с какой прошивкой?

    ReplyDelete
  25. Please give the original firmware)

    ReplyDelete
  26. Hi all,

    For all those fighting to get the 16 to 32Mb to work...
    You need to move 2 resistor...
    http://i61.tinypic.com/6s53sk.jpg

    Have fun...

    ReplyDelete
  27. hello, i have an "Wireles Hard Disk" formerly known as "ALZXmate" that i have bought from aliexpress. This seems to be have very same hardware inside. I want to know if anyone could help-me to upgrade that firmware to OpenWRT. If i try and brick my device, could i unbrick via UART ? i really don't know where to start.

    ReplyDelete
  28. The FEYE 3G WiFi Router are sleek in design and stylish to own. It enables the internet hub for the multi users to use it same time with high speed and great connectivity. A pocket WIFI router is a small, portable device that has inbuilt WiFi hotspot capability that easily enabled internet connectivity.
    -----------------------
    3G WiFi Router

    ReplyDelete
  29. FEYE Wireless SIM Slot Wi-Fi Router 1500mAh is a router that needs only a 3G activated SIM to enable the internet connectivity. By inserting the SIM, one can establish the network hub either permanently or temporarily. It allows multi users to work at a time.
    -----------------------
    SIM Card Router

    ReplyDelete
  30. A FEYE Bluetooth Remote Shutter is a small device, a remote that is used to click your images via connecting with the mobile phone. The device is compatible with almost every digital device such as mobile phones, tablets, iPhone, iPad and all that has the Bluetooth connectivity option.
    ---------------------
    Selfie Monopod Stick

    ReplyDelete
  31. A FEYE Bluetooth Remote Shutter is a small device, a remote that is used to click your images via connecting with the mobile phone. The device is compatible with almost every digital device such as mobile phones, tablets, iPhone, iPad and all that has the Bluetooth connectivity option.
    ---------------------
    A Bluetooth remote shutter is a small device, a remote that is used to click your images via connecting with the mobile phone. The device is compatible with almost every digital device such as mobile phones, tablets, iPhone, iPad and all that has the Bluetooth connectivity option.
    -------------------------
    A Bluetooth remote shutter is a small device, a remote that is used to click your images via connecting with the mobile phone. The device is compatible with almost every digital device such as mobile phones, tablets, iPhone, iPad and all that has the Bluetooth connectivity option.
    -------------------------------
    Bluetooth Remote Shutter

    ReplyDelete
  32. Hi,
    Could you pleae help me?
    I have this~:

    # free
    total used free shared buffers
    Mem: 29204 24100 5104 0 0
    Swap: 0 0 0
    Total: 29204 24100 5104
    # cat /proc/mtd
    dev: size erasesize name
    mtd0: 00030000 00010000 "Bootloader"
    mtd1: 00010000 00010000 "Config"
    mtd2: 00010000 00010000 "Factory"
    mtd3: 003b0000 00010000 "Kernel"
    mtd4: 003b0000 00010000 "Romfs"
    mtd5: 003b0000 00010000 "Firmware"
    # mount
    rootfs on / type rootfs (rw)
    proc on /proc type proc (rw)
    ramfs on /var type ramfs (rw)
    mdev on /dev type ramfs (rw)
    devpts on /dev/pts type devpts (rw)
    sysfs on /sys type sysfs (rw)
    usbfs on /proc/bus/usb type usbfs (rw)
    #

    ReplyDelete
  33. hi
    not work usb 4g modem on openwrt

    ReplyDelete
  34. Hello some days ago i bricked my router (same as your).. telnet is working but it says: Failed to login. So can i connect via Serial and flash openwrt image again?

    ReplyDelete
  35. Hi,

    First of all - thank you very much for your work, i been able to reflash my router to the OpenWRT and make it compatible with my 4G donlge (its using cdc_ethernet). I had to build my own package, see https://gist.github.com/samm-git/0e96a99b1e407132f8fd for the changes. However then i found that package builder is compiled for the 16M version. I had to manually patch mem=16M with mem=32M to see all memory. After patch it works pretty well, i was able to put all interfaces (WWAN from dongle, ethernet and wifi) to the bridge and i got tiny openwrt 4g router.

    It would be great if you can accept my patch, i think i am not only person with such problem (native fw not supporting such devices at all). Also could you please tell how you created this image builder? Any local patches or tweaks?

    ReplyDelete
  36. Hi Samm,

    good to know that someone is playing with my buildroot. I have created it nearly two years ago, so since this time it seems that image builder is available in openwrt repository - see links:

    http://wiki.openwrt.org/toh/unbranded/a5-v11
    https://github.com/sternlabs/RT5350F-cheap-router
    http://www.digitalinferno.com/wiki/Wiki.jsp?page=Mini3G4GUSBRouterOpenWrtExternalUSB

    As far as I remember in buildroot is text file with description what I have made.

    ReplyDelete
    Replies
    1. Thank you for reply :) Was able to upgrade to 14.07 using OpenWRT sysupgrade. And after few small changes dongle works just fine with my usb ethernet modem.

      I just found your page in google before this. May be it would be great to update post with provided links in the beginning, so users like me will use "official" documentation instead :)

      Delete
  37. Hi Samm,

    thanks for hint, I have just added links.
    BTW wher you have bought your 32M version, I ordered a few times from aliexpress byt unfortunatelly always with 16M on board ?

    ReplyDelete
    Replies
    1. I got mine from http://www.ebay.com/itm/311386706887?_trksid=p2060353.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT . Now ordered 2 more, because it seems to be very good device to use in different home automation tasks. BTW, it works very stable as LTE router, using it all the day @ work now.

      Delete
  38. Useful topic for 4ghotspotsystem.com 4G Hotspot. 4G Hotspot System can get upto 4G speed

    ReplyDelete
  39. we are the dealer of all mobile gadgets with good quality. we have manufacture these all mobile accessories. if you need visit feyeshoppy...
    ....................
    FEYESHOPPY

    ReplyDelete
  40. This comment has been removed by the author.

    ReplyDelete
  41. Hi,

    I upgraded your versions of uboot and firmware to my mini router, than the usb stop of work and the router stop of the webserver (internal), and no wifi network by default work (no SSID).
    So I connect by telnet and changed the password, and lost the connection with the router.
    I tryed to use uart connection, I did this one time, but I break the layer RX and couldn't use uart any more.
    Now my only option to bring my router back is using SPI programmer.
    Please help me
    If I want to programmer using spi.
    What file image should use?
    uboot? or firmware?
    Could you post a step by step to programmer the Flash using spi ? Considering to clear or erase everything from memory and putting all new.

    I appreciate your help on this matter.

    ReplyDelete
  42. This comment has been removed by the author.

    ReplyDelete
  43. This comment has been removed by the author.

    ReplyDelete
  44. hi,
    i have got the 16 mb version of the above router i sucessfully updated to mini firmware using your tutorial but i am not good with using router via telnet only.
    ftp and scp seems to be disabled so how do i upgrade to desired firmware? or how do i install luci. sysupgrade wont work either as the router is not connected to internet.
    how do i change firmware or revert back to old firmware?
    any help is appreciated
    thanks

    ReplyDelete
  45. hi all
    i made upgrade
    Upgrade via USB
    my result Router will set IP address to 192.168.100.1 , you can login via telnet not work on ssh
    on tellnet
    === IMPORTANT ============================
    Use 'passwd' to set your login password
    this will disable telnet and enable SSH
    ------------------------------------------


    BusyBox v1.19.4 (2013-12-29 15:07:06 UTC) built-in shell (ash)
    Enter 'help' for a list of built-in commands.

    _______ ________ __
    | |.-----.-----.-----.| | | |.----.| |_
    | - || _ | -__| || | | || _|| _|
    |_______|| __|_____|__|__||________||__| |____|
    |__| W I R E L E S S F R E E D O M
    -----------------------------------------------------
    BARRIER BREAKER (Bleeding Edge, r35407) - RT5350F
    -----------------------------------------------------
    -- Cooked by pratanczuk --
    -- --
    -- my-embedded.blogspot.com --



    PLEASE HOW START THE WEB PAGE AND ROUTER FUNCTIONS???
    MANY THANKS IN ADVANCE!

    ReplyDelete
  46. after this i made a passwd command and change root password
    telnet was disabled and can not access it
    if i try ssh received next message
    network error:connection refused
    what can i do in this situation?
    many thanks again

    ReplyDelete
  47. I upgraded to open-wrt firmware successfully from the official firmware by uploading bin file and its running fine but only thing is this device came with 4MB Rom so I can't install more packages on it. Is there any possiblity to upgrade its 4MB ROM to 8MB or 16MB ROM?? by replacing of ROM Chip..

    ReplyDelete
  48. Pal, I hope you read this. I have several 16MB RAM ones, and all of them I bricked them. Do you have a backup of the full NAND? I can upload it via spi. Thanks

    ReplyDelete
  49. I have same clone for hame a1 i update with wrong firmware now its not working. I can connect through wifi only install static ip to mobile. Also not opening 192.168.169.2.please help.

    ReplyDelete
    Replies
    1. That's not the real IP. Have you tried 192.168.1.1 ?

      Delete
  50. Link for the images are down. could you upload or share with me ?
    Thanks

    ReplyDelete
    Replies
    1. there are already in the OpenWRT download site

      Delete
  51. Hi, i bricked my router, used usb and flashed uboot, then noticed i had the wrong firmware on my usb stick. i put the correct firmware in it and plugged it back to the router, tried mounting it and it did not mount!!!

    well, i have a flasher so i can flash the spi again, but does anyone have the original package, or a working one, so i can flash it??

    ReplyDelete
  52. Thanks for your post!
    I managed to run Debian on this router :)
    If you are interested check it out:
    https://www.youtube.com/watch?v=pZLU15zx1EU

    The GUI is pretty slow, but there are some useful cli programms you can use with from debian!

    ReplyDelete
  53. Hello
    Missing files firmware.img

    ReplyDelete
  54. Hi guys,

    I have Leoxsys L3 150N WiFi 3G/4G Router on which I cannot use or connect 4G data cards like airtel etc. can you guide how to upgrade and so, that I can use 4G data card as well.

    I tried to search firmware on site but there no update is available

    Venkatesh.muddliyar@gmail.com

    ReplyDelete
  55. http://dosya.co/9g87f3z2d0dr/sh.png.html

    my version
    why dont we use to load firmware?

    ReplyDelete
  56. i have a problem after upgrade firmware https://goo.gl/hzjK7P (image), how to fix it?

    mzbret69@gmail.com

    ReplyDelete
  57. Hi
    i briked mine help me
    led is blue and red
    ???

    ReplyDelete
  58. Thanks to share informtion with us. I am also sharing a link to get instant help in fixing the tech issue of at Cisco Router Help Number UK.

    ReplyDelete
  59. Thanks, your information was .VISIT- D-link Router Helpline Number UK and also call Toll Free No 0800-090-3240.

    ReplyDelete
  60. Thanks to share informtion with us. I am also sharing a link to get instant help in fixing the tech issue of your Linksys Router Help Number UK at 0800-090-3240

    ReplyDelete
  61. Thanks, your information. VISIT- Netgear Router Helpline Number UK and also call Toll Free No 0800-090-3240.

    ReplyDelete
  62. Nice Blog! Thanks for sharing nice information with us. This Blog is very helpful for Router customer. If you are getting any technical issues…Read More

    ReplyDelete
  63. Good day, I have a Satechi Travel router:
    https://shkspr.mobi/blog/2015/11/inside-a-wifi-travel-router-charger/

    Wondering if we could load the firmware mentioned into it?

    ReplyDelete
  64. This comment has been removed by the author.

    ReplyDelete
  65. Here is one good ways to short out your Facebook account related issues with the help of Facebook Live Chat Support. This service is also one of the best service providers. You can discuss your issues and get their solution instantly.

    ReplyDelete
  66. I just read your review about Mini 4G Router - RT5350F Wireless Router but still I can't rate it as the best wireless router because I guess it will not offer best Wi-Fi range and high speed internet. Well, there are different things to consider before wireless router. If you are looking to buy a new router then you check the market for different products. If you are looking to buy a new wireless router then you should take a look at this list of wireless routers. I bet you will find the best one for your needs.

    ReplyDelete
  67. Asus Router Customer Support the problem occurs again, just delete the current network from the list of your saved networks on your device and then reconnect it again.

    ReplyDelete
  68. Cisco always looks to help its customers by various ways.
    Any help regarding the Cisco products-

    Cisco technical support

    ReplyDelete


  69. many people are facing problen in their d-link router they people can contact us we are here to provide the complete solution about the asusu router support.
    d-link router customer support

    ReplyDelete
  70. The above shared article is really very good, content present in it is very informative and very easy to understand.
    Thanks for sharing





    Safari Customer Service

    ReplyDelete
  71. This comment has been removed by the author.

    ReplyDelete
  72. Thanks for sharing kind of information with us .
    We provide tech support information which helps users to resolve their technical issues. Belkin.Range

    ReplyDelete
  73. We are here to discuss the latest trending Device Netgear wireless router. So, how exactly fix this Netgear wireless router setup/Reset/troubleshooting and activation function. Let me take you through this. Netgear wireless router was introduced as the world's fastest grip on the device. For more details kindly visit Netgear setup

    ReplyDelete
  74. Very nice post. I absolutely love this site. Thanks!
    http://editorsviews.com/best-scanners-2018/

    ReplyDelete
  75. Antivirus Guide If you have any issue regarding antivirus so Antivirus Guide is a solution to Antiviruses and protects you to junk updates.

    ReplyDelete
  76. Thanks for sharing informative information. Antivirus guide contains the antivirus tech information which provides to the user to get resolve their antivirus technical issues. antivirus guide

    ReplyDelete
  77. Thank you very much for sharing this important information! A very good article.

    ReplyDelete
  78. mozilla firefox support is the best browser for the internet surfing and provides the many facilities of the user like many tabs open at one time, add many extension, etc. If any user faces any issue and problem in the mozilla firefox support like Installation problems, version problem, etc. so you can contact our mozilla firefox customers service team.
    Mozilla Firefox Support

    ReplyDelete
  79. Healthcare staffing companies offer reliable recruitment services. They provide temporary and permanent healthcare staffing solutions for their clients.San Antonio Onsite technical support

    ReplyDelete
  80. good infomation thank you for sharing http://arlonetgearsupport.com

    ReplyDelete


  81. Thanks for helping us by providing unique things,that is somewhere helping us in our life.
    if you Need Quick Pogo Game Support Related to your Membership.
    search that with Pogo online service number.
    It just for you and your product safety.

    ReplyDelete
  82. Great post and very helpful! Here you will get all kind of solution like
    linksys router login
    linksys login

    ReplyDelete
  83. great post....thanks for sharing useful information..
    routerlogin admin page

    ReplyDelete
  84. Good Informative article respective my-embedded with us. linksys extender setup-xxx

    ReplyDelete
  85. Thanks great article I really like your article you can also visit here for mywifiext.net

    ReplyDelete
  86. Great work! Totally motivating and inspiring.Keep sharing such more in future also.Thank you so much.For More information visit here - mywifiext

    ReplyDelete
  87. This comment has been removed by the author.

    ReplyDelete
  88. This information given here made it easy for me to get my antivirus fixed. It is finally back to normal working. For any problem related to BullGuard. click here:
    Bullguard Help Number UK
    Bullguard Contact Number UK
    Bullguard Support Number UK

    ReplyDelete
  89. Thanks for pulling me out from the issue, I was stuck into it from a long period of time this informative content is really very- very helpful and for any technical support for printer visit at Epson Printer Help Number Uk
    Epson Printer Helpline Number Uk
    Epson Printer Toll Free Number Uk

    ReplyDelete
  90. Norton antivirus has in its association a lot of complicated technical procedures, if in case you are stuck with the issue as to how you can access your Norton account then all that is to be done is enter your e- mail address and password , if in case you do not have an account then click on ‘’create account’ ‘ if in case you already have an account then an option will appear that would ask if you want your password and e- mail address to be remembered or not then choose your preference and click the option ‘’’sign- in’’.Norton help Number UK

    ReplyDelete
  91. Norton antivirus has in its association a lot of complicated technical procedures, if in case you are stuck with the issue as to how you can access your Norton account then all that is to be done is enter your e- mail address and password , if in case you do not have an account then click on ‘’create account’ ‘ if in case you already have an account then an option will appear that would ask if you want your password and e- mail address to be remembered or not then choose your preference and click the option ‘’’sign- in’’.Norton help Number UK

    ReplyDelete
  92. Purchase lower-priced prescription drugs from our online pharmacy – and enjoy the convenience of better service and peace of mind when ordering from our secure online shopping system.
    Save upto 80% on popular medicines.



    online medicine




    order online medicine



    med at door step



    buy online medicine

    ReplyDelete
  93. Nice to be visiting your blog again, it has been months for me. Well this article that i've been waited for so long. I need this article to complete my assignment in the college, and it has same topic with your article. Thanks
    www.mywifiext.net smart wizard
    www.mywifiext.net ex8000
    Mywifiext

    ReplyDelete
  94. Nice post! This is a very nice blog that I will definitively come back to more times this year! Thanks for informative post


    Linksys Extender Setup

    Linksys Extender Re7000 Setup

    ReplyDelete
  95. How to Find Your D Link Router Password.d'link router setup
    teaches you how to reset your D-Link router Wi-Fi password. If you lost the password to the admin.

    ReplyDelete
  96. I am very much helped by this blog post given here I am thankful to the writer for posting this informative piece here.
    Gmail Support Number UK

    ReplyDelete
  97. I have recently started a blog, the info you provide on this site has helped me greatly.

    No volume on Roku

    ReplyDelete
  98. I’m excited to uncover this page. I need to to thank you for ones time for this particularly fantastic read!! I definitely really liked every part of it and i also have you saved to fav to look at new information in your site. portable wifi Spain

    ReplyDelete

  99. What a helpful technical post! I think Wireless Router is the best one to achieve uninterrupted WiFi while blogging. I had some issues with my router which I was unable to fix on my own. Then, I opt for https://mywifiextlocal.net/ website which is truly helpful in fixing all my router issues.
    192.168.1.1

    ReplyDelete
  100. routerlogin.net is a web portal for Netgear router setup. Go to Netgear router login page using Netgear router default IP or URL and follow the steps.

    ReplyDelete
  101. Write frequently and write more often this will improve your writing skills and instant support for Bullguard Antivirus visit at Bullguard Helpline Number UK & Bullguard Support Number UK

    ReplyDelete
  102. AOL HelpDesk support Contact AOL Helpdesk . AOL Helpdesk will help you to recover blocked account
    ,recover corrupted file, aol not working,email not sending, and much more.Contact
    us directly when feel free to call +1-800-684-5649 We provide 24X7 Help Desk support .

    AOL Help Desk

    ReplyDelete
  103. Aol Helpline Number Aol technical support Helpline number assist you in technical questions while
    using aol email services And facing any issues related to Aol login,emails issues, are answered
    by Aol technical team.Please contact us at 1800-684-5649. our customer support officer are available
    24x7 round o clock.feel free to contact us.


    https://aolnumbersupport.com/aol-help/

    ReplyDelete
  104. What a helpful technical post! I think Wireless Router is the best one to achieve uninterrupted WiFi while blogging.
    software solution provider
    it software solutions inc
    antivirus support partners
    antivirus-support-partners/mcafee.html"
    web hosting
    contact us

    https://www.gennextsoftwaresolutions.com/
    We Colaborate With Clients To Build A Custom Website Which Suits Your Business!
    Get a custom built Responsive website to suit your business
    We develop SEO friendly websites with trendy designs and advanced features which appeal to your
    customers and give an extra edge to your business
    GenNext Software Solutions is into providing Web Solutions to it's customers around the globe. We are based out of US.
    We develop responsive website that appeals to customers, from branding that inspire others to follow your path, to platform design that create
    user engagements and campaigns that attract consumer to associate. Our goal is to develop a responsive website that gives a great experience for the
    users along with an opportunity to capture leads. We are expert in website design services and dedicated to developing cutting-edge sites.

    ReplyDelete
  105. How Much is Aol Desktop Gold , If You are using aol desktop gold and Facing any glith in your Aol desktop Gold Software and you think you have needed any extrnal assitance then feel free to call 1800-684-5649.on Official Aol Desktop Support number Surely they will short out your ploblem .

    ReplyDelete
  106. This is an old fashion router there is a latest TP-Link AC1750 Wireless Router available at very economical price which is dual band router upgrades to 1750 Mbps high speed internet (450Mbps for 2.4GHz + 1300Mbps for 5GHz), reducing buffering and ideal for 4K streaming comparable to the router Netgear R6700.

    ReplyDelete
  107. Belkin Login Instructions - How to Login to a Belkin Router and Access Setting page. First you go to Belkin router Login control panel. Then make changes your network then you can login to your Belkin.

    Visit us- https://routerfixiya.com/belkin-router-login/

    ReplyDelete
  108. Keep Sharing more informative and get support for Antivirus visit at Norton Helpline Number & Norton Contact Number

    ReplyDelete
  109. check some useful links
    https://www.coim.in/digital-marketing-institute-in-laxmi-nagar.php
    https://www.coim.in/digital-marketing-institute-delhi.php
    https://www.coim.in/digital-marketing-institute-preet-vihar.php

    ReplyDelete
  110. The Canon PIXMA MX492 Setup is a most famous in canon series whether
    you are at home and office use; still have issues with Canon Pixma MX492 Setup?
    Just reach our technicians to fix it out.

    ReplyDelete
  111. Thanks for sharing the Site for the best information. Hey I am Lavienrose From Florida.
    Welcome to real Printersupporthelplinenumber
    right place to online help and Support for Canon Printer Support Number USA +1-800-883-8020. our technicians provide the Best Solutions and resolve all issues with Printers, laptops, Computers, Drivers, and others Devices. Canon printer support Helpline Number available for 24/7 hours to help you. just Dial our Toll-free +1-800-883-8020.
    Canon printer Customer support Number
    Canon printer help number USA
    Canon Printer Support Helpline Number USA .

    ReplyDelete
  112. Kaspersky is given the crown for detecting and then removing viruses. Sometimes, it starts showing darkening issues. Connect Kaspersky Support UK to correct such issues
    Kaspersky Support UK

    ReplyDelete

  113. Thanks for sharing the blog. Hey I am Alicen Carter From New jersey. Welcome to Geek Squad Technical Support. Electronic devices such as Pcs, laptops, Tvs, are now an essential element of the modern workplace. Like another piece of equipment, electronic devices are prone to issues too. Geek Squad Support is There to Support You we have a Best Technician for Help you and solve your issues very quickly. Just Dial Geek squad tech support number 1-856-673-221. Our Technical Team available for 24/7 hours for support you.
    geek squad repair phone number
    Geek support number
    geek squad online support
    geek squad appointment cost

    ReplyDelete
  114. How Do I Connect My Canon Printer To Wifi? Switching on the network printing can help to get rid of the headache of cables and USB. The only way to do how to connect canon printer to wifi. You can reach out to us at +1 800 684 5649 for help at any time.

    ReplyDelete
  115. Office login – Office is great platform to manage data like of any kind in the form of text,images,videos,infographics,etc. You can save your data with office files such as excel,word,powerpoint,etc . Access all of these items online by doing Office login .For this you have need a microsoft account and its detail. Valid user name and password. This is the superb facility which you can enjoy anywhere.


    http://officelogin.org
    http://bullguardlogin.com
    http://turbotax-login.us
    http://www.mcafeeactivatee.uk
    http://norton-login.org
    http://webrootlogin.org/
    webroot.com/safe
    canon.com/ijsetup

    ReplyDelete
  116. If you are looking for kindle support services to fix kindle won’t connect to wifi error then contact our expert team any time 24/7. We offer best and quick kindle support services throughout USA, Canada and UK. visit us at kindle help guides to know more.

    ReplyDelete
  117. If you don’t know how to fix canon printer is offline mac error then get in touch with us. We resolve all canon printer errors and we offer canon printer support services round the clock. To know more check out our website canon printer offline.

    ReplyDelete
  118. Hi i'm share thusme necessary website that everybody use this point so if you have got needing connected like Dragon naturally speaking support, HP Printer Offline, Brother Printer offline, Avg login, Kaspersky Login, Garmin Login, Webroot.com/Safe, Office.com/setup any time visit here and obtain the entire resolution for your error.




    Dragon naturally speaking support
    HP Printer Offline
    Garmin Login
    Webroot.com/Safe
    Office.com/setup
    garmin.com/express
    TurboTax Support

    ReplyDelete
  119. Thank you for sharing this beautiful blog. I like your way of writing and really its good .Also follow me. Bullguard Login

    ReplyDelete
  120. Mcafee Login Account is your one-stop key for accessing and utilising all the benefits and features of the amazing Mcafee security applications

    ReplyDelete
  121. Thank you for sharing this genuine blogspot with us. I like your post and now I am gone share it to my profile of facebook.
    Garmin Express

    ReplyDelete
  122. Very good blog on this topic and its appreciating really.Let know of me -> webroot.com/safe Thanks for sharing this amazing knowledge with us.

    ReplyDelete



  123. How to Install windows 10 on MAC- is the most asked inquiry on our client care discussion. Clients who are unequipped for doing such an undertaking can take advantage of the Boot camp or go to our moment visit stage for specialized help. The Windows 10 live visit is open 24x7.

    ReplyDelete
  124. This is very much great and hope fully nice blog. Every body can easily found her need able information. I am visit first time but I fond many use full article. I will back again when get time.
    Webroot.com/safe
    McAfee.com/Activate
    Norton Login
    Norton Login
    Garmin Express

    ReplyDelete
  125. Thank you for posting an informative blog. Your posts are more interesting and informative.Kindly do Visit our site to get HP Printer Support and Fix All Printer Problems.

    ReplyDelete
  126. KFC with an end goal to meet and surpass client desires offers its esteemed clients to round out a client criticism to be filled in return for a prize coupon with a free chicken cup.
    visit my kfc experience

    ReplyDelete
  127. Webroot makes sure that you have the best security software products installed on your computer, it uses antivirus protection and a firewall, gives antispyware software, always keeps it up to date.

    ReplyDelete
  128. Hello Sir! Your Blog post Discussion about Chess is good. I am interested in this blog. Soo more Update.
    chess next move

    ReplyDelete
  129. Heloo everyone!
    i'd like to share this blog with you.
    true skate all maps apk
    please let me know what you think!

    ReplyDelete
  130. Hello Sir! Your Blog post Discussion about Chess is good. I am interested in this blog. Soo more Update.
    True skate all maps apk

    ReplyDelete
  131. Thanks for sharing a great article.Netgear Nighthawk App provides a simple and easy interface for Netgear Nighthawk router users. This app allows to setup, control, manage and monitor your home network. If you need any assistance regarding Netgear Nighthawk App Installation or Troubleshooting, Contact support Team at +1-844-456-4180

    ReplyDelete
  132. Our manufacturing setup are designed to work for optimum performance and productivity, while our greatest strength is the ability to understand the client goals. Our product features are Dimensional accuracy, Sustainable, Reliable, Durable and Cost effective. We also provided spare parts to the JCB dealer for their wholesale business at very economical price. For any business enquiry about Zetor machines spare parts, Please Fill Details Below. We will contact you as soon as possible.
    Zetor tractor parts

    ReplyDelete
  133. thanks for the info, 3G/4G router has finished installing OpenWrt and supports USB 4G modem

    ReplyDelete
  134. Thanks for this blog. I need to provide the solution about Netgear Router problems. If you want the perfect solution from our side then visit on http://abbottmichelle.greatwebsitebuilder.com/

    ReplyDelete
  135. Want to update your TomTom device in the easiest way then you must dial USA/CA +1-888-480-0288, UK +44-800-041-8324. Our TomTom Map Update experts have many years of experience in the same.

    ReplyDelete
  136. Are you getting frustrated with your Roku device-related issues? Are you unable to Activate PBS kids on Roku ? Don’t get panic. Just talk to our technical experts who can provide you online troubleshooting guide for Roku Errors. Get in touch with us.

    ReplyDelete
  137. When your Kindle won’t connect to wifi, it may be disturbing at times. But don’t worry we have a number of solutions to resolve kindle wifi connectivity error. To know more, visit our website kindle help guides.

    ReplyDelete
  138. Looking for D link router login call on 1800987893 , visit on:
    D link router login

    ReplyDelete
  139. Appreciated your hard work and effort for this article. Thanks for being a mentor in this digital-world. Your article is really helpful and full of knowledge for all of us.

    GPS Map Update(Garmin,Tomtom,Rand Mcnally, Magellan)

    ReplyDelete
  140. Looking for a quick way to resolve Kindle won’t connect to wifi error? Our team is very skilled and dedicated and are available round the clock to help you. Our techies resolve this error within shortest time span. To know more visit our website kindle help guides.

    ReplyDelete
  141. If you want an instant and best solution to fix a canon printer is offline mac error then get in touch with us. We provide printer support services and our techies are very experienced and skillful. Visit our website canon printer offline to know more.

    ReplyDelete
  142. Looking for kindle expert’s help to reset a kindle fire? If yes then look no further then kindle help guides. Our techies guide you about <a href="https://kindlehelpguides.com/how-to-reset-a-kindle-fire/>how to reset a kindle fire</a>. We are one of the best kindle service providers and we are available round the clock to help our customers. For more information you can visit us at kindle help guides.

    ReplyDelete
  143. http://www.visual-pagerank.info/styles-pagerank-bmV0Z2VhcmV4dGVuZGVyc2V0dXBwLmNvbQ==-netgearextendersetupp.com

    ReplyDelete
  144. Thanks for give us valuable information If you are Looking for D-link Support call on 1800987893 , visit on: D-link Customer Support

    ReplyDelete