Hi!
I'm providing a FTP server to be used by all at xda-developers!
Don't forget this mirror when sharing apps, ROMs etc:
To upload: ftp://xda:[email protected]/
To share: ftp://minftp.myftp.org/
For developers (of any kind):
Do you need an account with full control of a directory containing your releases, addons etcetera?
Send me an message!
Disclaimer:
I take no legal responsibility for the contents posted at my FTP.
EOD.
Related
I have used different tools for uploading files to the FTP server, very fast, but not acurate. For saying, a file in 20MB, it says uploaded 20MB, when I check it, it may only uploaded 5MB. Any specific tools need for this server?
iQQ said:
I have used different tools for uploading files to the FTP server, very fast, but not acurate. For saying, a file in 20MB, it says uploaded 20MB, when I check it, it may only uploaded 5MB. Any specific tools need for this server?
Click to expand...
Click to collapse
Just drag the files inside the ftp folder or copy/paste bro and do not close both folder(ftp and the origin of files until finish uploading)
Repository Application
Application for your own Repository section are now being accepted.
I will provide any developers / contributors with the following:
- Your own section under the repositories menu.
- Unlimited space for your files.
- Unlimited bandwidth
- Your section will include a file browser for front-end users. Front-end users only have read-access to your repository through the file browser. They can not modify, write or delete to your space.
- You will be provided with your own FTP space. Anything uploaded in this ftp space will automatically be shown in your repository. No need to do anything on your side but upload files.
- Repositories will be created within 24-48 hours of receiving your application. Sometimes in a few minutes
- Please register on the site before applying so I can just build it on your username.
- Any requests, suggestions are welcomed.
DISCLAIMER
- Files uploaded must be for android devices.
- No viruses, spyware, spam, etc will be tolerated.
- NO COPYRIGHTED CONTENT! If you do not own rights to what you're uploading, do not upload it! This will result in immediate termination of your repository and possibly banned from the site.
- Your repository is shared with front-end users. Do not use your repository to upload your own personal files. It is not a backup spot for your files. Either way, files uploaded are not protected from front-end users so naturally, do not upload personal/sensitive material. All front-end users have read only access to your files.
View an Example Repo - intersectRaven's Repo
Apply Here: Repository Application
Notice: This is a first release if something doesn't work smoothly please let me know!
Hello Forum,
I am proud to announce a new utility for all ROM devs out there. A while back when releasing ROMs I built a php based kitchen to offer additional apps and mods to our users. You can see the original version here.
As time has gone on I have received many inquiries about how it was made and if I would share the code behind it. After sharing the code many people would have trouble customizing it to fit their needs as they didn't understand php.
I have taken the time to rewrite the script into an automatic Add-on kitchen builder. There are a few simple steps to complete and you will have a working kitchen. I have tried to make this script robust and have added a bit of security.
If you would like to see a working version of a kitchen + scripts they can be found here:
Kitchen form: Link
Builder form: Link
Updater form: Link
What you will need:
1. Web Server (Linux Pref)
2. ChanceM's Kitchen Builder Zip
3. Any APKs you wish to include
How to setup your kitchen:
1. Extract the files from your Zip
2. Upload the files to your web server (be sure to rename the folder under apks)
3. Fill the folders with the appropriate files (see included documentation)
4. Open the Build-Kitchen.html web page
5. Fill in the information and submit the form
6. Open the Rom_Update.php web page
7. Select the correct options and enter the password you created in step 5
8. Enjoy!
To Update Kitchen:
1. Open the Build-Kitchen.html web page
2. Fill in the information and submit the form
To Update the Rom in the kitchen:
1. Open the Rom_Update.php web page
2. Select the correct options and enter your password
If you have any problems please feel free to ask! Also, if you would like to see new features please let me know!
Notes: The battery mods are pre labeled for use with Dynamic Drives Image w/ description tooltip v2.0 which can be found here.
All so you will need to add a line framework.res.apk= and a number that will incrament as you update your ROM to the build.prop file.
Update:
1.1 - Fixed numbering issue for battery mod pre-labeling.
Just upload new filesystem.php and run the Build-Kitchen.html again.
When I input the password on setup, it says invalid password, Am i missing a step?
A note on passwords
XsMagical said:
When I input the password on setup, it says invalid password, Am i missing a step?
Click to expand...
Click to collapse
The first time you enter a password into the Build-Kitchen.html page the script will salt your entry and hash it with sha256. That becomes your password from that point on.
If you need to reset the password for some reason open the variables.php and change the password variable to ="new" and then open the Build-Kitchen.html again.
That password is used to protect your kitchen so only you can make updates.
I hope that answered your question.
Thanks,
ChanceM
How to configure android application before or during instalaltion?
Is there any standard approach how to configure android application with custom settings before or during instalaltion?
Our users will not use Android market to install our application. They will download apk file from some local site in local network.
Our android application should communicate with server side application.
Different clients(corporate clients) will use different URLs for server side applications.
We need to setup correct URL for server side application before or during installation of apk file on user's phone/tablet.
It should be done automatically without interaction with user.
User should install apk file and after installation application should work with correct server side application.
How to do it?
One approach - create different apk files for different clients and set somewhere in application resources correct URL for server side application.
I do not like it. Actually client could change location of server side. In this case we will need to create new apk files.
Second approach:
- Create apk file.
- Install/store apk file as part of web application deployed on client's server.
- During installation of web application unpack apk file and put correct URL into some resource file.
- Pack apk again.
- Sign apk file.
- Call zipalign for this file. Is this step optional or required?
- Now user can open this web application in browser, download configured apk file and install it on phone/tablet
As result we will have custom apk file with correct URL for server side application inside.
User will install such apk on phone/tablet and application will connect to correct server side without any interaction with user.
Is the second approach correct?
Is it allowed to re-pack apk files at all?
Repackaging APK is WAY too fragile IMO.
Best to find another way.
EG, app starts, and sends request to public Internet server.
Public Internet server checks originating IP address and responds with special URL.
Or,... something on phone, like IP, MAC address, phone number, country etc. is used to calculate a URL or retrieve a URL from a list.
All that said, APK is a ZIP file and I think you could put some files in that won't require a resign.
mikereidis said:
Repackaging APK is WAY too fragile IMO.
Best to find another way.
EG, app starts, and sends request to public Internet server.
Public Internet server checks originating IP address and responds with special URL.
Click to expand...
Click to collapse
We can't use public internet server.
Our users work in corporate local network. Access to internet could be disabled.
Hi all,
I have been working on a Library and I need your feedback.
The Rainbow SDK (https://dev.i-smartcloud.com/) allows your users to connect to a Cloud Service. Version 1.0 supports the following services: Box, Dropbox, Google Drive, MediaFire, OneDrive, ShareFile και SugarSync. Your users will be able to list their files, create a folder, rename a file, delete a file/folder, transfer a file from one folder to another folder (same or different service).
I am looking forward to your feedback
Thank you