[Q] - How to get lastest files from GitHub - Android Q&A, Help & Troubleshooting

Hi everyone,
I want to add leaderboard for my game. I find a sample for this (login G+, leaderboard...):
------a------
github.com/playgameservices/android-basic-samples/commit/c2e6a2d66abaece3404f6a7b0e36e634470aca5d#diff-0d4c44b04f0c398b6034413beaef8ebcR8
------a-------
(please add https:// before above link - because of I don't have permission to post a link)
But I can't get lastest files (only basic files - don't have update fix). I don't know how to get.
Can you help me ?
Thanks!

Related

[ROM COOKED ONLINE] Create own Xperia X8 Cooked ROM online (SEVOIR)

Dear All!
I created a simple webpage where you can do with cooked ROMs:
- you can choice from more base ROMs:
GingerDX v010
kuyaDROID v3.1.149
FroyoBread v023b
XGin 5.4
MidnightROM v0.85
(if you want other, please write it)
- you can browse maked ROMs (listed last 20 with descriptions and link)
- you upload new default font
- you upload new bootanim
- you can modify default light brightness
- you can add modules
- you can add uploaded apk files
- you can upload other apk files
- you can download uploaded apk files
- you can download uploaded font files
- other stuff soon later
- apps, games soon later/daily
Browse, Follow, Like: http://rommodgen.com
If you want make ROM you need adding email address, because site send notify if ROM is done. (max 5mins.)
Attention: site is under test, but generated update.zip working.
Sorry for my english Sevoir
This instructions writer: Sevoir
Yea i got to the site.. loking at roms and ****... and then i see that the site wants to know my current position? WTF?!
Stat for usermap ... but you can disable it, if don't want it.
Only 2 data saved: coordinates + base rom.
Even google knows ur position.
fresh description: http://forum.xda-developers.com/showthread.php?t=1233533
updated today: http://forum.xda-developers.com/showthread.php?t=1233533

ChangeLogICS - MOD of BBQLog

Hello everyone !
First, sorry for my very bad english .
Yesterday, I have see this topic : http://forum.xda-developers.com/showthread.php?p=27430227
BBQLog is a very interresting and awesome project, with great UI. I'm a PC developper, in a little language named AutoIt. This idea of changelog was very great, but I was have some problems :
--> I have a GitHub account, but not organized like CyanogenMod Team
--> Too hard to edit quickly
So, I've decided to make a clone, but without GitHub link. Only MySQL database is required (With a PHP Web server, of course).
You can see source code here : https://github.com/RL77LUC/ChangeLogICS
Include :
-> ChangeLogICS (Page is in french, but very easy to translate )
-> Licence (by BBQTeam, not edited)
-> Example data SQL (In English)
-> A ReadMe file
But I'm not a very very great PHP developper, and my code seems to have some security issues (Now Fixed). Maybe some people can help me to secure it ?
Thanks for your reads. I hope you enjoy it ...

Easy2Prog

Hello,
I would like to inform you that I'm rebuilding Easy2Prog who was available for PPC (Windows Mobile) and made by me (sitajony, I've just changed my username).
This application can run a script language called "E2P" directly on your Smartphone (Android, Windows Phone and iOS), for now I prefere to work on Android...
With this application you'll can do anything without knowledges, it can be used by ROM developers to build some tweaks or settings or other...
You can also make any application in any language (French, English, Russian ...), the applications can be wrote directly on the smartphone with a simple text editor or with my dedicated script editor.
My question is : Someone is interested ? And if he want, who want to be an alpha/beta tester ?
Thank you.
An alpha version is now available, it's just a test, if everything is ok (No crash ...).
Site : www[dot]easy2soft[dot]com
Zip (for test only) : www[dot]easy2prog[dot]com/downloads/easy2prog.zip
My favorites examples are :
- Serveur.e2p who can create a "web server" (in typing (Your ip):8086/ it just show an image when the server is started)
- net.e2p : It download an example (in E2P) from my web site and run it
To run an exemple select the e2p files
To edit scripts, open the e2psource files from Easy2Prog editor (in the zip)
Thank you for your help.
Forum
A forum is now available for Easy2Prog on the web site, if you have troubles with this alpha version you can report it on this forum...
Thank you for your contributions.
Already 1 tester, he's realy good but I need some others testers ...
With this project you'll can create your own applications without PC and fastly, it'll could be used for custom rom and any other project type...
Thank you for your help.
It's increasingly resulted, maybe I'll build a beta version who'll be downloadable by everyone in few days.
But I need some others alpha testers before...
Anyone can test this project ?
A first beta version will be available soon, We just have to finish the designer mode and add some graphics functions and anyone will can test without be registered in the website.
If you want test and make this project better before the first beta version you can help us in registering on the website's forum.
Thank you
PS : Only french functions are available for the moment, sorry ...

Need help to check something suspicious in my rom

Hello,
I'm using a HTC One m7 currently running the now defunct Cyanogenmod rom, dl from them: version 12.1-20160325-nightly-m7
On this build, when browsing non-ssl website, a script tag is added at the end of the head block (most of the time):
Code:
<script src="http : / / softwarebundles . com/js/in.js"></script>
(I add to break the link to post it here (forum restrictions))
This js script seams to replace the src of some specific iframe, it seams ads related.
I have the same result in the default browser, chrome and firefox.
- Can a app be responsible for it ?
- If you are still using a cyanogenmod rom, can you check the source of some non-ssl website ?
- anything I could check ?
Thank you.

[CLOSED] [GUIDE] Include OTA updating in your LineageOS (or based on it) ROM build

You need:
- Working LineageOS built from source
- File hosting with direct links, for exaple AndroidFileHost
- GitHub account
1) create public GitHub repository and create in it JSON file with following text:
Code:
{
"response": [
{
"datetime": 1234567890,
"filename": "ota-package.zip",
"id": "5eb63bbbe01eeed093cb22bb8f5acdc3",
"romtype": "unofficial",
"size": 314572800,
"url": "https://example.com/ota-package.zip",
"version": "16.0"
}
]
}
"datetime" - build date in UNIX timestamp, see out/build_date.txt[/i
"filename" - name of your OTA package
"id" - update identificator, simply use password generator
"romtype" - your build type (unofficial)
"size" - OTA package size in bytes
"url" - direct link to package
"version" - ROM version
2) Go to packages/apps/Updater/res/values and open file strings.xml
Find URL define (updater_server_url):
Code:
<string name="updater_server_url" translatable="false">https://download.lineageos.org/api/v1/{device}/{type}/{incr}</string>
And copy here Raw of created JSON file, for exapmle:
Code:
<string name="updater_server_url" translatable="false">https://raw.githubusercontent.com/MyCats/file_storage/master/lineage/mycats.json</string>
3) Build package with OTA support with usual method with making installclean
Done! Now you have build with OTA support.
Does this still work? I can't seem to get it to work.
I did get it to work but this thread is dead and should be closed.
TheSayaMan said:
I did get it to work but this thread is dead and should be closed.
Click to expand...
Click to collapse
how did you get it to work pls tell as i cant get any other guide
Vinc3nt.exe said:
how did you get it to work pls tell as i cant get any other guide
Click to expand...
Click to collapse
Pretty much exactly how he says. The reason why it didn't first work for me is because I had the OTA pointed to a download link and you can't do that. It has to be a direct link to download.
TheSayaMan said:
Pretty much exactly how he says. The reason why it didn't first work for me is because I had the OTA pointed to a download link and you can't do that. It has to be a direct link to download.
Click to expand...
Click to collapse
OK thanks brother for helping me out
@MyCats
Abandoned thread closed. Please contact the moderator staff if you wish to have the thread reopened.
-Regards: Badger50

Categories

Resources