CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 16:10:04 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100502150235
location: https://web.archive.org/web/20100502150235/https://github.com/technomancy/ohai-android
server-timing: captures_list;dur=0.717981, exclusion.robots;dur=0.071293, exclusion.robots.policy;dur=0.055579, esindex;dur=0.014855, cdx.remote;dur=119.775649, LoadShardBlock;dur=532.667473, PetaboxLoader3.datanode;dur=144.709455, PetaboxLoader3.resolve;dur=281.325065
x-app-server: wwwb-app215
x-ts: 302
x-tr: 678
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app215; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 08 Aug 2025 16:10:06 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 02 May 2010 15:02:35 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "6886f5f7207ab0b644fce4511532464c"
x-archive-orig-x-runtime: 160ms
x-archive-orig-content-length: 22565
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 02 May 2010 15:02:35 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 25 Feb 2010 02:34:40 GMT", ; rel="prev memento"; datetime="Mon, 22 Mar 2010 19:47:20 GMT", ; rel="memento"; datetime="Sun, 02 May 2010 15:02:35 GMT", ; rel="next memento"; datetime="Thu, 19 Jan 2012 08:53:09 GMT", ; rel="last memento"; datetime="Tue, 20 May 2025 14:32:30 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_15_20100502083846_crawl100-c/52_15_20100502150118_crawl101.arc.gz
server-timing: captures_list;dur=0.549398, exclusion.robots;dur=0.022998, exclusion.robots.policy;dur=0.009026, esindex;dur=0.009513, cdx.remote;dur=300.607501, LoadShardBlock;dur=414.427325, PetaboxLoader3.datanode;dur=438.198615, PetaboxLoader3.resolve;dur=391.035499, load_resource;dur=428.480858
x-app-server: wwwb-app215
x-ts: 200
x-tr: 1196
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
technomancy's ohai-android at master - GitHub
technomancy / ohai-android
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Tue Feb 02 21:38:48 -0800 2010 | Initial commit. [technomancy] |
![]() |
AndroidManifest.xml | Tue Feb 02 21:38:48 -0800 2010 | Initial commit. [technomancy] |
![]() |
README.md | Wed Feb 03 08:02:21 -0800 2010 | Don't hardcode path to Ohai.duby. [technomancy] |
![]() |
build.properties | Tue Feb 02 21:38:48 -0800 2010 | Initial commit. [technomancy] |
![]() |
build.xml | Wed Feb 03 08:02:21 -0800 2010 | Don't hardcode path to Ohai.duby. [technomancy] |
![]() |
default.properties | Tue Feb 02 21:38:48 -0800 2010 | Initial commit. [technomancy] |
![]() |
local.properties | Tue Feb 02 21:38:48 -0800 2010 | Initial commit. [technomancy] |
![]() |
res/ | Tue Feb 02 21:38:48 -0800 2010 | Initial commit. [technomancy] |
![]() |
src/ | Tue Feb 02 21:38:48 -0800 2010 | Initial commit. [technomancy] |
README.md
Ohai
Hello, Android! It's Duby!
Compilation
Edit local.properties to point to your SDK. If you're not targeting Android 2.1, you might need to edit default.properties too.
Then you should be set to do "ant debug", and an apk file should be generated in the bin/ directory.