[International Pushbullet Server] N5X & N6P Availability - Nexus 6P General

Since somebody asked me to do so. I've adapted my code from last year ([International Pushbullet Server] [US Pushbullet] [N6 Browser Launch] N6 Availability) to be able to setup a channel in order to be notified when the nexus is able to buy in that countries that are still waiting.
International Nexus 5X & 6P Pushbullet Java Server channel
I can't setup Nexus 5X & 6P Pushbullet Channels outside US because is where I'm living now but I can share a Java program that will work at any country so you can setup your country channel.
Be aware:
If they modify the website code this program may not work (but is unlikely).
The program will check the page where the server or computer is located.
If you use a VPN be careful because maybe the server will be checking a different country page.
The only restriction is that the Nexus page has to be available.
If you share your channel please try to run the Pushbullet server 24/7 because people will be disappointed if the nexus appear and the server is not running.
How to setup:
Setup a Pushbullet account: https://www.pushbullet.com/
Create a new channel: https://www.pushbullet.com/my-channels
Find and save your api key also called acces token: https://www.pushbullet.com/account
Download the servernexus.jar file
Install the latest Java in your laptop, PC or Server.
Setup your java environment variables properly (help)
Open your terminal or cmd
Go to the path where your file is located
Run your servernexus.jar file as: java -jar servernexus.jar (help)
Example: java -jar servernexus.jar 11KJ45JH34NDWFN234N423 nexus6availabilityuk
If everything works well you will see a Pushbullet notification on your channel indicating that the server is running.
The refresh time is 5 seconds

Thank's.
Portugal Channel : https://www.pushbullet.com/channel?tag=nexus6p_portugal
Germany Channel*: https://www.pushbullet.com/channel?tag=nexus_2015_germany
*(only working until mid December)
EDIT: Stopped now (28-10-2015) too many false notifications

Can someone set up a Canadian channel?
Sent from my Nexus 5

Canadian channel will be great !

Is it possible to have one for the huawei webiste as well? Or would that take too much work?

Related

[APP] VPN Server on Android Device?

I'm looking to run a VPN server on my Android device so that I can set up a virtual network adapter on my PC to connect to the same network as my Android's wifi. I've seen plenty of Android VPN clients, but no server software.
Is there any software out there to run a VPN server on an android device?
I've heard OpenSSH runs an L2/L3 VPN, but I everything I can find on getting OpenSSH running on Android is all about ftp, and they usually wind up running an alternative. Is there a release of OpenSSH I can use on android for the purpose stated?
Thanks for your patience and support,
Serrath
Bumping the thread.
serrath said:
Bumping the thread.
Click to expand...
Click to collapse
I've ssh into my droid phone without a problem using SSHDroid. I'm also looking for how to setup a vpn server(vpnd) on the same droid phone. It might make it simpler for some work I do that requires access to the static ip address I have at home.
I may go with the following solution instead. blog.gidley.co.uk/2009/03/tunnelling-ssh-over-socks-proxy.html
If you're still looking, we just released Servers Ultimate from which the latest update (today) allows you also to run a VPN Server!
Have a look at the thread and let me know what you think of it! You do need a rooted ARM device to get it working (most devices are arm and if you think about a vpn server you're probably also rooted )
http://forum.xda-developers.com/showthread.php?t=1829334
Themuzz said:
If you're still looking, we just released Servers Ultimate from which the latest update (today) allows you also to run a VPN Server!
Have a look at the thread and let me know what you think of it! You do need a rooted ARM device to get it working (most devices are arm and if you think about a vpn server you're probably also rooted )
http://forum.xda-developers.com/showthread.php?t=1829334
Click to expand...
Click to collapse
i want some help in building an adblock app. I need to intercept all requests using vpn to local a vpn server.

Android Build on the AWS Cloud

Hello,
We are working on multiple cloud servers pre-configured for Android building. The servers come all pre-configured fully synced and tools to help build the AOSP. The servers also come pre-installed with the AWS command line SDK so that you can compress and automatically push your compiled images to the S3. Please check out our server and let us know what you think! We will be releasing a CM build server early February as well. If you instance an xlarge instance, a clean build ends up fully compiling in about 15 minutes and Instances can be spun up and down on the fly to save cost.
Just head over to aws.amazon.com/marketplace and search "AOSP".
Best regards,
Michael
codecreator said:
Hello,
We are working on multiple cloud servers pre-configured for Android building. The servers come all pre-configured fully synced and tools to help build the AOSP. The servers also come pre-installed with the AWS command line SDK so that you can compress and automatically push your compiled images to the S3. Please check out our server and let us know what you think! We will be releasing a CM build server early February as well. If you instance an xlarge instance, a clean build ends up fully compiling in about 15 minutes and Instances can be spun up and down on the fly to save cost.
Just head over to aws.amazon.com/marketplace and search "AOSP".
Best regards,
Michael
Click to expand...
Click to collapse
Just checked it out. Looks interesting,with the exception of pricing...is there any way to make it just a solid fee per month and not fee/month ++?
Sent from my A210 using Tapatalk

Communication between Android app and Raspberry (Win 10 IOT)

Hello,
I would like to ask what is the ideal type of communication between Android app and Raspberry Pi 2 (running Win 10) for my application. These devices could be on the same network.
The application is for detecting of manufacturing defects in small industrial production process.
1. Raspberry Pi using a camera obtains the image of a product.
2. Raspberry Pi using OpenCV and neural networks evaluate if the product is good, bad or cannot decide. Number of good or bad products is sent to database.
3. If Raspberry cannot decide if the product is good or bad, the image is sent to Android application (on smartphone) - it can be sent also to SQL database / uploaded to webserver and Android app could show it from here.
4. Now the user can classify the product (image) himself using Android app. This information is sent back to Raspberry and the product is classified as good or bad according to user's choice.
5. The next product is evaluated - so we go again to 1.
The application on Raspberry would be probably C++ (Windows Universal App) as I would like to use OpenCV.
On Android application I would like to see data in database (number of good and bad products).
I was thinking about using of Azure (I have free student account) or simple SQL database.
Simplest way to Send/Receive message from/to Rpi just by opening on a link
The hopmsg.com allows you the make a free message channel by creating a random key for free (no registration,login,etc) which can be used to get status / send command to your rpi:
1, Simplest way to Send/Receive message from any kind of OS/browser/platform just by clicking on a link, only need to know the ID of your msg!
Example: set your message by opening a link : hopmsg.com/ctl.php?id=YOUR_UNIQUE_KEY&value=message
get your message from any device by opening: hopmsg.com/ctl.php?id=YOUR_UNIQUE_KEY
or use the Android App to get/set it.
2, Control your device inside Nat/Lan
Example: set your command by opening a link : hopmsg.com/ctl.php?id=YOUR_UNIQUE_KEY&value=command
get your command from any device by opening: hopmsg.com/ctl.php?id=YOUR_UNIQUE_KEY
or use the Android App to get/set it.
3, Basic monitoring system
Bash script checking uptime:
UP=`uptime | sed -e 's/ /_/g'`; curl "hopmsg.com/ctl.php?id=YOUR_UNIQUE_KEY&value=`echo ${UP}`"
and use the Android App or a browser to check the status of the device.
4, Get your IP address, the message source, poor man's dyndns
If you set some values, with src=1 parameter your IP and the UTC time also added to your message
Example:
hopmsg.com/ctl.php?id=YOUR_UNIQUE_KEY&value=VALUE&src=1
wget -qO- hopmsg.com/ctl.php?id=YOUR_UNIQUE_KEY > result.txt
to use with some script.

Serve http URI locally

I have an idea to integrate the S-Note app with the rest of my Note 3 (Android 5.0 rooted) file system using its undocumented feature of auto-converting URL-like text into clickable links. In a nutshell, I want to click such a link (it recognizes http:// and ftp://) pointing to a local file on my device and have that file displayed in one of the apps supporting it. The obvious way to do that is installing a local http server.
That worked to some extent as expected. However, the webserver app I've found on the Play is in java, have a lot of advanced features I don't need, and thus consuming too much of resources to keep online 24/7...
My question is: what would be the best modern way to achieve what I want? E.g. a small native code single threaded daemon I can autostart on the system's restart to serve my files?
I saw the Native Android Web Server 1.1 but it's not working anymore (see that thread for details).

General Tethering

Has anyone found a way to tether from the phone without being throttled?
mosh.org
mosh then forward traffic through the tunnel
no privilege elevation needed
Let me go have a look see at it. I'm not looking for the full 5G but God I lived through dial up once already.... and it looks to be open source which is even better!
XeoNoX said:
mosh.org
mosh then forward traffic through the tunnel
no privilege elevation needed
Click to expand...
Click to collapse
I am guessing you recommended this without actually having tried it because according to the mosh readme: "Mosh does not support X forwarding or the non-interactive uses of SSH, including port forwarding."
If mosh can be actually used for tunneling, would you please describe specifically how to do so? My general understanding of this would be to run a server app on the phone and then connect client devices like PC's and Android TV's using mosh in client mode to it to forward their traffic through it. However, I cannot find an SSH server app for Android which will run on Android 11 due to changes made by Google in Android 10 and above. My understanding of the official mosh documentation is that mosh requires an SSH server to establish a connection before it can run its own server mode.
In addition will mosh tunnel both IPv4 and IPv6 traffic? If so, how would this be setup? Would two separate server sessions be required?
Iv tried most of the paid apps in the store (Klink, Pdanet+ and so forth) and Klink while not full speed works the best but after a few days all of the sudden you lose the ability to use sites like Netflix, Amazon Prime Video, or oddly Minecraft services.
i get anywhere from 85-130mbps by using vpn hotspot + adguard. it requires root tho.

Categories

Resources