Jump to content

dutchdog

Active Members
  • Posts

    33
  • Joined

  • Last visited

Recent Profile Visitors

576 profile views

dutchdog's Achievements

Newbie

Newbie (1/14)

  1. I got an e392 huawei working with minimal effort. Even using sdhc card in it. It registers as e398 but can't be bothered. Check my previous threads.
  2. Can we have 1 post with links and install instructions for 3.0 Any chance this is coming in downloadable infusion? Would be nice if you can specify there network to attack.
  3. As I all did it in windows, this is the howto guide and what software I used: 1. I formatted the SD card to EXT4, using 'MiniTool Partition' (free download supports EXT4) http://download.cnet.com/MiniTool-Partition-Wizard-Home-Edition/3001-2094_4-10962200.html?spi=a171ba0823d4f77a27adda2debae2c98∂=dl-6285158 2. I edited the Fstab file on the pineapple to include the 'sleep 15' ( Location -> ETC/init.d/Fstab) I used WinSCP. The modem needs to be disconnected from the pineapple. (else you could get a 'no space error') http://download.cnet.com/WinSCP/3001-2160_4-10400769.html?spi=5160a98b332d0ba7c7c883ead353902b to easily edit it. It should look like this: start() { . /lib/functions/mount.sh sleep 15 config_load fstab mkdir -p /var/lock lock /var/lock/fstab.lck [ -e /tmp/fstab ] || { echo '# WARNING: this is an auto generated file, please use uci to set defined filesystems' > /tmp/fstab } lock -u /var/lock/fstab.lck config_foreach do_swapon swap config_foreach do_mount mount config_foreach do_swapon swap # do swap a second time so that swap on filesystems is enabled } 3. Succes! Current Disk Usage: Filesystem Size Used Available Use% Mounted onrootfs 768.0K 708.0K 60.0K 92% //dev/root 5.3M 5.3M 0 100% /romtmpfs 14.3M 108.0K 14.2M 1% /tmptmpfs 512.0K 0 512.0K 0% /dev/dev/mtdblock3 768.0K 708.0K 60.0K 92% /overlayoverlayfs:/overlay 768.0K 708.0K 60.0K 92% //dev/sda1 6.9G 16.0E 6.6G 100% /usb Hope this helps other people. Thanks deathdealerXX.
  4. I tried to add that line to fstab Sleep 15 Got error. No space on device?
  5. Attached USB devices: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 003: ID 12d1:1506 Huawei Technologies Co., Ltd. E398 LTE/UMTS/GSM Modem/Networkcard Config global automount option from_fstab 1 option anon_mount 1 config global autoswap option from_fstab 1 option anon_swap 0 config mount option target /usb option device /dev/sda1 option fstype ext4 option options rw,sync option enabled 1 option enabled_fsck 0 config swap option device /dev/sda2 option enabled 0
  6. Hi. Have an e392, working on pineapple. For some strange reason it lists as e398. But that doesn't bother me. I inserted an 8gb sdhc card and want to use that for storage and infusions. However the it doesn't show or is usable. How do I get it to work? Thanks
  7. Awesome. Been using browser.juicessh and andftp till now(for scp).
  8. Link to AndFTP Pro ; https://play.google.com/store/apps/details?id=lysesoft.andftppro&hl=en Link to JuiceSSH: https://play.google.com/store/apps/details?id=com.sonelli.juicessh&hl=en For SSH and SCP you use port 22. The username is Root, the PW is your rootpassword (in my case still pineapplesareyummy) After getting the AndFTP pro version, I was able to SCP with it (only in pro) I did a upload of the upgrade bin file for firmware 3.0 to the TMP folder of my pineapple. Which you find here: Upgrade.bin Then use JuiceSSH to SSH into your pineapple. If you want to upgrade your firmware use the earlier provided: cd /tmp/ md5sum upgrade-3.0.0.bin sysupgrade -n /tmp/upgrade-3.0.0.bin MD5 checksum should be : d2bc2ddd83482cd02769e87c2422a47f Since I allready did that earlier and since andFTP pro does not have ability to delete files (or I just didnt figure it out as yet) I then SSH into pineapple with juiceSSH and to delete the file again. Note You dont need to do that with the firmware upgrade as it deletes the file by itself. I only did that to figure out how to delete a file uploaded by AndFTP pro via SSH. cd /tmp/ rm -f upgrade-3.0.0.bin so, you can easily now upgrade you pineapple firmware and connect to it easy and fast using android device only. Enjoy Other usefull SSH Delete a dirname rmdir directoryname To delete everything inside a directory rm -rf directoryname WARNING you can really mess up if you type rm -rf /
  9. I can confirm that using android I succesfully connected to my pineapple: :D JuiceSSH --> SSH into pineapple AndFTP Pro --> SCP into pineapple (IE to update firmware, note, you need the pro version.)
  10. or buy yourself a seperate usb stick or a sd card reader usb stick... but yeah a 3g connect, disconnect toggle would be cool.
  11. nope 8ta in south africa.. If I am correct, US settings are like this for you (APN) --> epc.tmobile.com http://www.4gtricks.com/2013/04/t-mobile-4g-apn-t-mobile-4g-apn-settings.html Thats the only thing you change I think in your case as also no username and pw.
  12. Most people use the D link powered hub. The 4 one.. http://www.amazon.com/s/ref=nb_sb_ss_i_0_11?url=search-alias%3Daps&field-keywords=d%20link%20usb%20hub&sprefix=d+link+usb+%2Caps%2C266&rh=i%3Aaps%2Ck%3Ad%20link%20usb%20hub Hakshop also sells a powered hub which I also like (due to micro usb plug for phone) and is even cheaper. http://hakshop.myshopify.com/collections/accessory/products/usb-powered-hub hope that helps.
  13. Success! I ended up analyzing one of the old 3g scripts and used that to fill everything in. After windows did a network not working check with no results everything started to work.. (dont know if my settings made a difference) The only thing I am wondering as this is a 4g dongle, if i must change protocol and service to get 4g speeds. Will test that later but I know for sure this SIM is capped to 3g only although LTE modem. Results: http://www.speedtest.net/my-result/2919878377 Posted from my pineapple on firmware 3.0 using a huawei E392 dongle.
×
×
  • Create New...