[INFO] Minus.com - Cloud Storage - TouchPad General

Hello everyone
I know there is a lot of interest in cloud storage and accessibility via Touchpad. Here is an email from Minus for those who are interested.
"We do not have the resources right now to dedicate to WebOS app. If anyone can find volunteers to help create on based on the Minusdotcom/pages/api please do have them contact us !"

no touchpad app (yet), but still a great cloud storage solution.
http://min.us/rbm0Xpzh
get yourselves set up for when we do get an app, even if only through android.
edit:
we may be closer than we thought.
http://forums.precentral.net/hp-touchpad-apps/298021-minus-com-online-storage.html#post3162586
There's a high probability I'll have this in Internalz HD
Click to expand...
Click to collapse
if anyone can get it done, he can. Woot!

Related

Are there any ways of getting a free Android developer's account

Hi is there any way to get a free developer's account for the Android Market? Or will someone be willing to let me use theirs or buy one for me in exchange for a favour? I am only 16 and my family have no credit cards.
PS I'm only going to host free apps.
Thank you
what kind of favours . as a fellow aussie i may be able to help. what kind of apps were you thinking about? i'll see if your ideas impress me
what kind of favours . as a fellow aussie i may be able to help. what kind of apps were you thinking about? i'll see if your ideas impress me
Click to expand...
Click to collapse
Thanks for acknowledging me mate here's some ideas I was thinking of:
An AFL goal kicking game... kind of like Footy flick for iOS this I am planning to make in Unity Game Engine. I may also do a rugby or soccer version that just depends on how many downloads I get.
An Android port for the animation program Pivot. I am still planning how to tackle this.
Maybe a few basic apps like an offline System Requirements and some game hints and cheats.
I was also planning to make some casual games but I need to find a good game engine because I don't want to rely on Unity too much
timmy16744 said:
what kind of favours . as a fellow aussie i may be able to help. what kind of apps were you thinking about? i'll see if your ideas impress me
Click to expand...
Click to collapse
Oh and favours... well if there's any help you need for any PCs or Android phones I may be able to help you out, or any favours that you can think of
I've developed an android app that I wish to give away freely
I too have a very useful android app (OS 2.3 and higher) It's called TSN Solar Observatory. It's a one-stop heliophysics data center that is near real-time. Features are: real-time solar gauges for wind/density/polarity/temp/IMF/pressure, KP indexes, auroral envirionment, GOES/ACE data plots, active solar regions, SOHO imagery, CME arrival prediction, current magnetosphere/magnetopause data, earth-sun connectivity, up to date SDO AIA imagery in 8 filters, educational heliophysics videos, and more. Very fast data acquisition. I just don't have a place to host it.
If interested, it is available on my website via rapidshare download .apk
non profit website
You cant have a developers account for free. 25$ registration fee is compulsory in order to upload apps to the play store.
Sent from my Turbocharged Neo V
relic1974 said:
I too have a very useful android app (OS 2.3 and higher) It's called TSN Solar Observatory. It's a one-stop heliophysics data center that is near real-time. Features are: real-time solar gauges for wind/density/polarity/temp/IMF/pressure, KP indexes, auroral envirionment, GOES/ACE data plots, active solar regions, SOHO imagery, CME arrival prediction, current magnetosphere/magnetopause data, earth-sun connectivity, up to date SDO AIA imagery in 8 filters, educational heliophysics videos, and more. Very fast data acquisition. I just don't have a place to host it.
If interested, it is available on my website via rapidshare download .apk
non profit website
Click to expand...
Click to collapse
I have finally got my developers account if you want I can host the apk, you'll need two screenshots, an app logo and a description though, if you want just email it to me at [email protected]
This person No longer has Dev account.
wri0013 said:
I have finally got my developers account if you want I can host the apk, you'll need two screenshots, an app logo and a description though, if you want just email it to me at [email protected]
Click to expand...
Click to collapse
I Need a Help !!
I Want to upload my app to the play store !!
Can anyone host my app to the market ?
i'm 14 and my family don't have credits !!
please helpp !!
Hi, I am wri0013, I no longer have a dev account so please stop emailing me about it. Seriously I'm getting at least 3 emails a week enquiring about this. Please read the whole thread, not just the initial post. Thanks
monil.verma said:
You cant have a developers account for free. 25$ registration fee is compulsory in order to upload apps to the play store.
Sent from my Turbocharged Neo V
Click to expand...
Click to collapse
I have a question: Do we have to pay only once or is there also a regular fee that we have to pay?
Hey! I can help you. Email me at [email protected] and I will tell you how I can help you!
One Time
DeadlySnipa999 said:
I have a question: Do we have to pay only once or is there also a regular fee that we have to pay?
Click to expand...
Click to collapse
We only have to pay this fee once. No recurring or regular fees

[Q] Never lose my stuff - backing up app data

Hello,
According to the Android Design Principles
Never lose my stuff
Save what people took time to create and let them access it from anywhere. Remember settings, personal touches, and creations across phones, tablets, and computers. It makes upgrading the easiest thing in the world.
Click to expand...
Click to collapse
which I think is great. The app I'm designing involves storing photos and data about them. Is there a good way to back this up? I could sync with a webservice I could write/host, but then I'm opening myself up to potentially large bandwidth/storage charges.
I considered using drop box or something, but that would require my non tech savvy users to sign up. Is there any easy way to integrate the google cloud service (as my users will of course have a google account)? What do people normally do when they want to meet this design principle?
Many thanks
Russ_T said:
Hello,
According to the Android Design Principles
which I think is great. The app I'm designing involves storing photos and data about them. Is there a good way to back this up? I could sync with a webservice I could write/host, but then I'm opening myself up to potentially large bandwidth/storage charges.
I considered using drop box or something, but that would require my non tech savvy users to sign up. Is there any easy way to integrate the google cloud service (as my users will of course have a google account)? What do people normally do when they want to meet this design principle?
Many thanks
Click to expand...
Click to collapse
I believe there is an api for backing up user data to Google drive and since users will have a Google account they automatically have Google drive (Your app will have to request permissions to access users Google account I believe). This would be the easiest way to implement things as the drive api is a native part of Android, and you don't have to worry about bandwidth and hosting storage. In the past people have hosted there own storage for users to used and then usually tie this to an account users have to create. Overall, like I said I'd look into using the Google drive api.
Sent from my SCH-I535 using xda premium
shimp208 said:
I believe there is an api for backing up user data to Google drive and since users will have a Google account they automatically have Google drive (Your app will have to request permissions to access users Google account I believe). This would be the easiest way to implement things as the drive api is a native part of Android, and you don't have to worry about bandwidth and hosting storage. In the past people have hosted there own storage for users to used and then usually tie this to an account users have to create. Overall, like I said I'd look into using the Google drive api.
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
Thanks very much. A bit of an oversight on my part so I'll have a look through the API and see what it offers.
I do intend to charge a subscription for my app/service ultimately, but I think I need to make storage space the users problem to save myself sleepless nights.
I'll investigate and post back here what I find. If anyone can give me a link to an article on this I'd appreciate it.
Thanks
Russ_T said:
Thanks very much. A bit of an oversight on my part so I'll have a look through the API and see what it offers.
I do intend to charge a subscription for my app/service ultimately, but I think I need to make storage space the users problem to save myself sleepless nights.
I'll investigate and post back here what I find. If anyone can give me a link to an article on this I'd appreciate it.
Thanks
Click to expand...
Click to collapse
Here is the official Google documentation on using the Google Drive Api:
https://developers.google.com/drive/
Check out this article on network storage and android:
http://developer.android.com/guide/topics/data/data-storage.html#netw
As well as this article on using the backup api and cloud sync:
http://developer.android.com/training/cloudsync/index.html
Also since you talked about eventually charging a subscription fee here is the official android developer documentation on that as well:
http://developer.android.com/guide/google/play/billing/billing_subscriptions.html
Wonderful, thank you very much indeed! I will give those a good read over when I get chance and let you know how I get on. It seems this could definitely be the answer, saving me money concerns and allowing my app to be multi user and backed up.
What I need to do is get my head around how I will use the cloud storage to allow my app to be multi user. Potentially I can make my database file based, and sync between two devices that way. My only trouble is when both devices are editing the same file / working on the same thing. I want the app to work offline, as I don't want connection issues to affect its usage.
Hmmm, I'll give it some thought.
Thanks again!

[App] GoToMyPhone, Manage your Windows Phone from Web Browser

A web-based interface for Windows Phone 8 powered devices. Using any modern web browser, you can access your Contacts, Photo Albums, Live Camera Shots, Microphone Recording, Device information and settings.
N.B: Requires WiFi Connection.
Start GoToMyPhone on your device with WiFi connection and from your browser you can:
1- Access and manage your contacts.
2- Quick contacts search and filter by account type.
3- Export your contacts to CSV or vCard.
4- Dial your contact from your browser.
5- Send SMS and Email from your browser.
6- Access and view the phone Photos from your computer browser.
7- Take live camera shots every 10 seconds from your browser.
8- Records up to 1 minutes and listen from the browser.
9- Full device information.
10- Access and changes the application setting from your computer.
You may download it from Windows App Store:
http://www.windowsphone.com/s?appid=16a924eb-24ee-4007-852f-22dd306b1266
Free Limited version:
http://forum.xda-developers.com/showthread.php?p=41795973
GoToMyPhone supports any modern browser, Windows desktop, Apple Mac Computers, Microsoft Surface and iPad.
Supported Browsers: IE9+, Google Chrome, Firefox, Opera, Safari and other modern browsers.
Demo Video
Allow Trial Version
NEW IN VERSION 1.0.0.2:
★ Allow trial version
★ Fix some bugs
NEW IN VERSION 1.0.0.1:
★ Run under lock screen.
★ Alert the user when WiFi is off.
★ New bug tracing system.
TODO List:
1- MP3 Format (Requested by Developer)
2- Continues Recording
Allow Trial Version
NEW IN VERSION 1.0.0.2:
★ Allow trial version
★ Fix some bugs
UserVoice, because your voice counts
We’ve created this UserVoice as a tool to help us understand how customers use GoToMyPhone and we welcome your feedback.
Please vote for a feature suggestion or submit your own!
We’ve created this site as a tool to help us understand how customers use GoToMyPhone and we welcome your feedback.
====> http://gotomyphone.uservoice.com/forums/227942-general
Thanks for your feedback.
Like the idea so far!!! i had something like this on Windows Mobile....I used to use it to text and view my phone without having to pick it up.
Question: Do you have to have the full version in order to text? That's what I wanted to try before I make a purchase.
Can you add "Background task" so i can have this on while doing other tasks on my phone?
Thanks.
fakoua said:
Please vote for a feature suggestion or submit your own!
Click to expand...
Click to collapse
Just left a few suggestions (under nick "SeNS") on your voting site.
BTW, nice work (bought a paid version)! I especially like a web page design
P.S. I do have a question to you: could you help with web-page design for the open source project(s)? And did you offer some commercial services for the custom web page design (I need a simple "Metro-style" informational home page)?
barrychon said:
Like the idea so far!!! i had something like this on Windows Mobile....I used to use it to text and view my phone without having to pick it up.
Question: Do you have to have the full version in order to text? That's what I wanted to try before I make a purchase.
Can you add "Background task" so i can have this on while doing other tasks on my phone?
Thanks.
Click to expand...
Click to collapse
Dear barrychon,
Thank you for your useful feedback.
Actually the trial version is a quite similar to the full version with limitation with number of photos and contacts, please try the trial before purchasing.
Regarding the text from PC, yes you can send text messages, emails, make phone calls from PC using GoToMyPhone, however, you have to confirm the action from your phone, this is a security concern from Microsoft API.
Regarding the background task, even if the application works in background you can't reach it via socket, the background apps run every amount of time, API does not allow Background apps as service.
Please vote for existing ideas or create your own idea on: http://gotomyphone.uservoice.com/forums/227942-general
Sincerely,
sensboston said:
Just left a few suggestions (under nick "SeNS") on your voting site.
BTW, nice work (bought a paid version)! I especially like a web page design
P.S. I do have a question to you: could you help with web-page design for the open source project(s)? And did you offer some commercial services for the custom web page design (I need a simple "Metro-style" informational home page)?
Click to expand...
Click to collapse
Dear SeNS,
I really appreciate your voice on my feedback page, I will try my best to review and include some features if feasible with current API.
Concerning your requests, I may be able to help with open source projects, please check my page on codeplex: http://www.codeplex.com/site/users/view/fakoua
Review my current projects and invite me to your projects or just mail me [email protected].
Concerning commercial services, I really appreciate your offer, but I'm busy with too many projects including GoToMyPhone and MetroAirServer (light IIS over WP8), I can't provide commercial services.
For your metro-style page, you may check the open source section in GoToMyPhone about page, and please refer to: http://aozora.github.io/bootmetro/ a modified theme for Bootstrap (twitter bootstrap) it may help with your design.
Please feel free to contact me.
Sincerely,
Thanks for the quick reply; I'm really appreciate your attention!
Please, check my codeplex profile: https://www.codeplex.com/site/users/view/SeNS
Probably, I'll ask you soon about design of the simple configuration web-page for my new, upcoming project "X10 home server" (not released yet). There is nothing special; just a few controls and input boxes but I really want it elegant and stylish as your configuration pages for the "GoToMyPhone" app
fakoua said:
Dear barrychon,
Thank you for your useful feedback.
Actually the trial version is a quite similar to the full version with limitation with number of photos and contacts, please try the trial before purchasing.
Regarding the text from PC, yes you can send text messages, emails, make phone calls from PC using GoToMyPhone, however, you have to confirm the action from your phone, this is a security concern from Microsoft API.
Regarding the background task, even if the application works in background you can't reach it via socket, the background apps run every amount of time, API does not allow Background apps as service.
Please vote for existing ideas or create your own idea on: http://gotomyphone.uservoice.com/forums/227942-general
Sincerely,
Click to expand...
Click to collapse
Thanks for the reply!!! I'll stay tuned for any other goodies you might have instore.
Our new website
We just launched our new website: http://www.metroairserver.com
Your feedback counts, please let me know how to improve the site (remember, it is still in alpha phase)
PLEASE REVIEW AND RATES OUR APPLICATIONS ON WINDOWS STORE HERE'S OUR PUBLISHER ACCOUNT:
http://www.windowsphone.com/en-US/s...ir&appId=16a924eb-24ee-4007-852f-22dd306b1266
Many thanks for your help.
Video Demo
Here's our new video demo for GoToMyPhone app.
http://youtu.be/g8NJDQZipM8
Please rate or app on Windows Store if you like it.
Thanks
Help Needed
We need volunteer to translate/review GoToMyPhone app from English into:
1- French
2- Spanish
3- Italian
4- German
If you are interested please reply to this thread.
Thanks in advanced.
Please read the XDA forum rules regarding posting apps, and make sure you're in compliance with them. The key component is that you're not allowed to use this board as advertising for a paid app, although you're welcome to provide a way to get it for free here and then link to a paid version (not a paid *upgrade*; that's not the same thing) as a sort of "feel free to donate by buying the app from the store" kind of thing.
I haven't tried the app yet, so I don't know how severe the trial restrictions are (something you should be specific about, by the way) but I'm tired of seeing links to paid third-party apps in the forum. Time was, this board was for finding beta testers and publishing links that anybody could use (often to the XAP files themselves; this is a developer community and most of us probably have dev-unlocked phones).
Sorry
GoodDayToDie said:
Please read the XDA forum rules regarding posting apps, and make sure you're in compliance with them. The key component is that you're not allowed to use this board as advertising for a paid app, although you're welcome to provide a way to get it for free here and then link to a paid version (not a paid *upgrade*; that's not the same thing) as a sort of "feel free to donate by buying the app from the store" kind of thing.
I haven't tried the app yet, so I don't know how severe the trial restrictions are (something you should be specific about, by the way) but I'm tired of seeing links to paid third-party apps in the forum. Time was, this board was for finding beta testers and publishing links that anybody could use (often to the XAP files themselves; this is a developer community and most of us probably have dev-unlocked phones).
Click to expand...
Click to collapse
Dear GoodDayToDie
I'm so sorry if I didn't follow the forum rules, I know it is not an excuse, but I found a lots of free trial apps with commercial edition, and that's why I created this thread, and as I said, It is not an excuse.
Please feel free to take any action regarding this post if you think it is not following the rules.
Thanks
Eh, I'm not a moderator or anything, I just want to make sure they don't have to get involved. Some of the apps, where the trial is "get the app for free, and if you want to donate/thank us, buy it!", are not a problem at all; it's mostly a matter of making sure people can get the app for free if you want to post it here. There's nothing wrong with asking for donations or anything, it's just not OK to advertise commercial stuff unless it's related to the site.

Hard to find ios/android developers £££

Hi,
I've been looking around to find experienced developers for a new project. Real £ available for real developers email me at [email protected]
g.o.r.d.o.n said:
Hi,
I've been looking around to find experienced developers for a new project. Real £ available for real developers email me at [email protected]
Click to expand...
Click to collapse
Are you still looking for developers?
Just go to google play and contact a developer that has an app closest to what you need. The SlideMe app Store takes this 1 step further and devs can select if they are ok to be contacted for projects.
Also no one will take you seriously if you don't have a document describing what kind of app you want. The first line/paragraph should be goal and purpose of the app. The list of features, target audience (internal use, external use, age range, etc..). Example layouts is a big plus. I would suggest to present this document in the first contact email.

General JROM: WINDOWS 10 AND 11 LITE ISO PLUS WIN11R00T W\ WSA BUNDLE

THIS IS OUTDATED, SEE THE NEW ARTICLE FOR A PREMADE ISO:
How To Make Your Own Tiny or Lite Windows ISO
Hello Friends, Today I bring you a guide on how to properly mod your windows isos, to do anything you want :) [/SPOILER] [/SPOILER] [/SPOILER] To remove installed apps: dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH...
forum.xda-developers.com
=======================================================
JROM: WINDOWS 10 AND 11 LITE ISO PLUS WIN11R00T
=======================================================
I am releasing modified ISOs of Windows 10 and 11 today~!
They are intentionally Unactivated~!
I have reduced most of the bloatware I was able to with MSMG.
All antivirus features are included (I.E. Defender, firewall, etc)
Spoiler: JROM-WIN 10
Download:
Google Drive:
JROM-WIN10.iso
drive.google.com
Alternative Site pending
(4.24 GB)
I left edge browser in, as it is a dependency for some programs.
This build was intended to remain as practical for work use as possible.
This build also contains a folder called "PHONETOOLZ"
These will be explained later, "How to root Anything Android".....
If you're not interested, just delete!
Spoiler: JROM-WIN 11
Download:
Google Drive:
JROM-WIN11.iso
drive.google.com
Alternative Site pending
(4.07 GB)
Again I left the stock Browser in this copy.
I also left the original Dock, therefore the original bugs come with this...
I tried to keep this one as true to the original release as possible, minus the bloatware.
There is nothing additional added to this copy.
This version is mainly intended for developers to see if their product works in 11.
Spoiler: JROM-WIN11R00T
Download:
Google Drive:
Alternative Site pending
(5.21 GB)
This is just to "Root" Windows. This does Not Root WSA.
We will go over rooting WSA in another video.
This is the version I run and intended for most users to run so I spent the most time on it.
This has a modded dock, therefore it is a much cleaner look.
It comes with Brave browser instead of edge.
It has VCC package ready to be installed.
It has WINROOT folder built in, to install Windows Subsystem for Android.
WINROOT Also allows you to install your own apks to your system.
Spoiler: HOW TO INSTALL
These ISOs will not install directly by running the setup.exe file contained within.
They were developed initially for Virtual Machines, but curiosity set in.
If you want to install them on a Virtual Machine, download Virtualbox.
Oracle VM VirtualBox
www.virtualbox.org
You will need the vbox extension pack too.
https://download.virtualbox.org/virtualbox/6.1.32/Oracle_VM_VirtualBox_Extension_Pack-6.1.32.vbox-extpack
If you want to install them on your host pc, download Rufus.
Rufus - Create bootable USB drives the easy way
Rufus: Create bootable USB drives the easy way
rufus.ie
Walkthrough of both methods below, starting with Rufus..
Spoiler: RUFUS
You will need a flash drive that is fine with being wiped.
In Rufus, hit the SELECT Button, Select your ISO.
Set partition scheme to GPT, Target System UEFI.
Set Volume Label to whatever name you like. I use the ISO name usually..
Set file system to NTFS and cluster size to 8196.
Hit start, then your USB is ready!
Spoiler: VIRTUALBOX
In Virtualbox, hit the New button. Set a name for your machine.
For Windows 10 you can set any memory.
For Windows 11 you need to set it to 8192 initially until installed.
Create a virtual disk now and select vdi, dynamic, and size.
Click on Settings, Storage, Click on the Blue Disk Icon that says "Empty".
Then click on the blue disk on the right side next to "sata port"
Select "Choose a Disk File" and Select your ISO.
Now run the Machine.
The Windows 11 ISO will crash a couple times in installation.
This is bc the installer animations are removed
This is all bc there is no UEFI setting
Just restart it, it will be fine.
Spoiler: MAKE YOUR OWN ISO
[CLOSED] How To Make Your Own Modified Windows ISO
============================================================== HOW TO MAKE A MODIFIED WINDOWS ISO ============================================================== Mod Edit: Link to Tool removed. This ISO will work just fine In virtual...
forum.xda-developers.com
Spoiler: FOR A PREMADE VIRTUAL MACHINE
Modded Windows Virtual Machines
Hello, Here are some Virtual Machines with Modded Windows Preinstalled (JROM)... Password is 0110 VIDEO DEMONSTRATION: VIDEO IS IN REAL TIME, HOST PC IS ON JROM-WIN10. LEFT VM IS WIN10, RIGHT VM IS WIN11R00T. Download Virtualbox...
forum.xda-developers.com
<3 JEN
I do Not know how to use Batch files or the replacement in Win 11 yet, more like I haven't invested the time to learn yet, this is why the WinRoot tools are mostly in text files. I will correct that in the future as well. I'm going to go back to focusing on the shield for a while ~! The virtual machines will be uploaded here in a couple days, however long it takes to upload x.x
could you please mirror these iso somwhere else mega charges you and it is also one of those free sites that now charge
Newportswag74 said:
could you please mirror these iso somwhere else mega charges you and it is also one of those free sites that now charge
Click to expand...
Click to collapse
Yes I am having the same trouble with the virtual machines. I am porting them to google drive, it will just take a couple days unfortunately. My upload speeds are near non existent x,x. I'm going to have 10,000 gmails by the time I'm 90... haha\
For those being rate limited... if you use a vpn, Tor, a proxy, some service like that in a second fresh private browser, you can trick the rate limit to start the download, then drop the proxy and the service will reset at your download speeds and allow you to continue. (proton free vpn worked for me doing this trick..)
I'll leave a comment below when the google links are up
jenneh said:
Yes I am having the same trouble with the virtual machines. I am porting them to google drive, it will just take a couple days unfortunately. My upload speeds are near non existent x,x. I'm going to have 10,000 gmails by the time I'm 90... haha
Click to expand...
Click to collapse
Thanks for your brain you helped me in a few areas
P.s smart chicks are
Google Drive links have been added for those being IP rate limited from MEGA~!
I hate to share this knowledge, I will share it again, seeing as MEGA is being scuzzy just after a massive advertisement
campaign with yt creators to get more users, to then severely limit the service... This method works with other bad actors as well...
"For those being rate limited... if you use a vpn, Tor, a proxy, some service like that in a second fresh private browser, you can trick the rate limit to start the download, then drop the vpn or proxy and the service will reset at your download speeds and allow you to continue. (proton free vpn worked for me doing this trick..)"
jenneh said:
Google Drive links have been added for those being IP rate limited from MEGA~!
I hate to share this knowledge, I will share it again, seeing as MEGA is being scuzzy just after a massive advertisement
campaign with yt creators to get more users, to then severely limit the service... This method works with other bad actors as well...
"For those being rate limited... if you use a vpn, Tor, a proxy, some service like that in a second fresh private browser, you can trick the rate limit to start the download, then drop the vpn or proxy and the service will reset at your download speeds and allow you to continue. (proton free vpn worked for me doing this trick..)"
Click to expand...
Click to collapse
@jenneh Thanks very much for sharing your current experiences regarding mega.nz with us. One of my highly esteemed and network experienced team mates @malybru decided to test one of your downloads from mega, and this is what malybru experienced. He asked me to share this with you:
So my download flew down in 2 minutes , but stopped just before I got the whole thing.
It stopped at 5GB and wanted me to wait 5 hours before I could resume. FFS ....
So , it seems mega is currently questionable... and the only way to get the stuff is some convaluted VPN method.
Click to expand...
Click to collapse
jenneh, G-drive is certainly an option; however, unless you're able to reduce the size of the files you like to gratefully share you might want to consider to use other suitable filehosts in future. Personally, I think e.g. about AFH, Sourceforge etc. but I'm convinced you know all the possibilities yourself.
Thanks veryy much for your contributions to the benefit of the XDA users.
Regards
Oswald Boelcke
Senior Moderator
Oswald Boelcke said:
@jenneh Thanks very much for sharing your current experiences regarding mega.nz with us. One of my highly esteemed and network experienced team mates @malybru decided to test one of your downloads from mega, and this is what malybru experienced. He asked me to share this with you:
jenneh, G-drive is certainly an option; however, unless you're able to reduce the size of the files you like to gratefully share you might want to consider to use other suitable filehosts in future. Personally, I think e.g. about AFH, Sourceforge etc. but I'm convinced you know all the possibilities yourself.
Thanks veryy much for your contributions to the benefit of the XDA users.
Regards
Oswald Boelcke
Senior Moderator
Click to expand...
Click to collapse
Absolutely will do! I'm at work but I'll edit the mega links off my posts and search for a better mirror. Sad to see mega go this route
Oswald Boelcke said:
@jenneh Thanks very much for sharing your current experiences regarding mega.nz with us. One of my highly esteemed and network experienced team mates @malybru decided to test one of your downloads from mega, and this is what malybru experienced. He asked me to share this with you:
jenneh, G-drive is certainly an option; however, unless you're able to reduce the size of the files you like to gratefully share you might want to consider to use other suitable filehosts in future. Personally, I think e.g. about AFH, Sourceforge etc. but I'm convinced you know all the possibilities yourself.
Thanks veryy much for your contributions to the benefit of the XDA users.
Regards
Oswald Boelcke
Senior Moderator
Click to expand...
Click to collapse
Oswald, now that I have time to properly read what you said, beyond the "mega bad" part Hey Thank You for the tips about "AFH, Sourceforge etc." I am going to be honest, I did not Know that Sourceforge was free, I have downloaded from there many times~! I will check it out and I'm going to test microsoft too.
If you have the time, could you tell me what AFH is? Or Any other Free providers you know of? I would gladly do, like, some scientific-esk experiments to figure out who is fastest, haha.
"Fastest" for us Low Upload speed folkz. . .
I really am sad today. I admired Kim Dot Com and well, this is disheartening.
Another thought, do you know a way "to make my files smaller?" than a compressed zip?
maybe this is something else I can look into. Ugh.
Computerz are "magic". ;-)
They Can Do Anything~!
...also I'm self taught, Sir, and I only "Know" what I share, so Anything You or Anyone else shares, I Value.
jenneh said:
If you have the time, could you tell me what AFH is? Or Any other Free providers you know of? I would gladly do, like, some scientific-esk experiments to figure out who is fastest, haha.
Click to expand...
Click to collapse
Andoidfilehost (aka AFH) is used by many developers on XDA:
Android File Host - Free file hosting for Android developers
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
androidfilehost.com
If you experience issues, one of my highly esteemed team mates, RD @rwilco12 is the AFH representative on XDA.
jenneh said:
Another thought, do you know a way "to make my files smaller?" than a compressed zip?
Click to expand...
Click to collapse
Sorry, negative. I'm not a developer or otherwise knowledgable. I'm a simple 66 years young noob in these matters.
My ISOs got DMCA'd ;-) I don't think it is worth it to fight it, as I have showed those who want to make the ISO's themselves, how to do so. Just don't share your backups publicly if you want your links to stick, lol
Spoiler: COPYWRITE NOTICE
Hello,
Google has been notified, according to the terms of the Digital Millennium Copyright Act (DMCA), that some of your materials allegedly infringe upon the copyrights of others. The details of the allegedly infringing materials may be found at the end of this message. The notice that we received, with any personally identifying information removed, will be posted online by a service called Lumen. You can search for the notice associated with the removal of your content by going to the Lumen search page at here, and entering in the URL of the content that was removed. Please note that it may take several weeks for the notice to be posted on the above page.
The DMCA is a United States copyright law that provides guidelines for online service provider liability in case of copyright infringement. We are in the process of removing the materials that allegedly infringe upon the copyrights of others. If we did not do so, we would be subject to a claim of copyright infringement, regardless of its merits.
Learn more about the DMCA
Learn more about Copyright
Please note that repeated violations of our Terms of Service may result in further remedial action taken against your Google account or associated accounts, including suspension or termination.
Google can reinstate these materials upon receipt of a counter notification pursuant to sections 512(g)(2) and (3) of the DMCA. Learn more
If you have legal questions about this notification, you should retain your own legal counsel. If you have any other questions about this notification, please let us know.
The affected URLs are listed below:
https://drive.google.com/open?id=1a6mNbDuGKAKbIu1iQX-HYMCVfOpHt-AB
Regards,
The Google Team
Anywho Now I Am Really Motivated To Root WSA TODAY~! Let's do that!
jenneh said:
My ISOs got DMCA'd ;-) I don't think it is worth it to fight it, as I have showed those who want to make the ISO's themselves, how to do so. Just don't share your backups publicly if you want your links to stick, lol
Click to expand...
Click to collapse
I'm slightly off-topic, but although these methods won't allow you to share links, you can use the excellent BoxCryptor to encrypt the contents (you have to pay for BoxCryptor to be able to encrypt the filename as well) or StableBit CloudPool, with which you can create an encrypted "Drive" in your cloud of choice.
As I said, you can't share links to things that are stored that way, but you can keep storing things for your own purposes in the cloud without fear of a DMCA. I would consider CloudPool the better choice for this particular purpose - I use both for different things, although I'm only using the free limited version of BoxCryptor, and I paid for CloudPool which has a 30-day trial.
Also, I know OneDrive has some kind of Vault feature, but I don't really know anything about it other than annoying ads for it in the OneDrive app, but I haven't seen those lately. I was already using other solutions, so I've had no need to look into it.
Good luck.
roirraW edor ehT said:
I'm slightly off-topic, but although these methods won't allow you to share links, you can use the excellent BoxCryptor to encrypt the contents (you have to pay for BoxCryptor to be able to encrypt the filename as well) or StableBit CloudPool, with which you can create an encrypted "Drive" in your cloud of choice.
As I said, you can't share links to things that are stored that way, but you can keep storing things for your own purposes in the cloud without fear of a DMCA. I would consider CloudPool the better choice for this particular purpose - I use both for different things, although I'm only using the free limited version of BoxCryptor, and I paid for CloudPool which has a 30-day trial.
Also, I know OneDrive has some kind of Vault feature, but I don't really know anything about it other than annoying ads for it in the OneDrive app, but I haven't seen those lately. I was already using other solutions, so I've had no need to look into it.
Good luck.
Click to expand...
Click to collapse
I truly appreciate this Share~! I'm going to look into all the above mentioned. I so much, Thank You, for your Time
Have you made any ARM versions? Trying to use Limbo to VM on my Galaxy Tablet
IFNg said:
Have you made any ARM versions? Trying to use Limbo to VM on my Galaxy Tablet
Click to expand...
Click to collapse
I'm trying to successfully get an arm version ported, either to my phone or to my Nvidia shield, but various issues are limiting an easy port. I haven't been able to load the Stock Windows arm yet, but Will figure it out.. then for sure will look into modifying it.. a nice developer named koobie gave me the best lead I could have asked for, to do dual boot with custom uefi drivers, just going to take some time unfortunately, for me to understand.. I learn slow
jenneh said:
I truly appreciate this Share~! I'm going to look into all the above mentioned. I so much, Thank You, for your Time
Click to expand...
Click to collapse
Again, a lil off topic, but another cloud service that's rather new & IMHO has the BIGGEST free storage that grows when you do certain tasks - much like Deego but not add viewing like Deego - is called TeraBox
AND if you use my link, not only will you get the 1TB completely free for life, but we both get an additional 200GB of permanent free storage!
EDIT: Apparently everyone gets greedy when building cloud storage, and they have removed the permanent 200GB per invite, and replaced it with 180 day storage! Grrr!
On the plus side, the daily GB sign in bonuses are still permanent though!
(1GB 1st day, 3GB 2nd day, 5GB 3rd day, 7GB 4th day, 10GB 5th Day, 15GB 6th Day... 20GB 7th day, and it starts all over again... 61GB every week!)
They do have a premium tier, and it offers some nice goodies, but without a lifetime subscription offer for storage, I'm just not interested, and the free tier is just fine.
Quick up and downloads for any file type, with no size restrictions
www.terabox.com/wap/activity/recipient?code=2_4400742212471
Hope this helps someone!
Cheers!
@lenigma1too Thank You~! I always Appreciate New Storage provider suggestions, I'll check it out here shortly.
@IFNg Now that Ive had the time to Try It.. Thank You for mentioning Limbo, I hadn't tried that specific app out before!
Edit... I FINALLY Got limbo to Load Windows~! On the Shield. It ran a regular iso not arm version and I had to dl the x86_64 version not arm like I had thought to get it to actually post so all my problems were User Error
Is there a way to obtain a copy of the W11Root? I don't seem to be able to find a download.
Rularick5 said:
Is there a way to obtain a copy of the W11Root? I don't seem to be able to find a download.
Click to expand...
Click to collapse
Hello, I am going to be entirely open and transparent, the isos were DMCA'd so they are not available and unbeknownst to myself it is also for good reason, as I created these by using a Toolkit, that I did not create, off of a website. The toolkit appears to be malicious, and I do not advocate using it or any isos generated from it.
I do have to say some good came of this situation, I was able to learn what systems msmg was using, in order to create this thread https://forum.xda-developers.com/t/using-dism-exe-and-powershell-to-modify-windows-isos.4398285/ and a user named @persona78 was able to connect the dots from there and re-create the process msmg was using, entirely through a series of 4 or 5 batch scripts.
It was thanks to user @erktheerk for even discovering all this and taking the time to educate us on my original thread https://forum.xda-developers.com/t/how-to-make-your-own-modified-windows-iso.4388079/#post-87080113
I have made a mistake and apologize to anyone who may have been affected, and in the future I will only share code I create myself, using systems I know and learned, instead of using some random program online I found on youtube.
Very noble of you. I am honored to know you.

Categories

Resources