Posts tagged root

Android Froyo 2.2 on HTC Hero? Yes, You can!

3

In this new blog I’ll give a quick guide in order to install a fully working and stable Android Froyo on your old (as HTC suppose :evil: ) HTC Hero.

As always, I’m not responsible for any damage that could occur to your device. This guide is for HTC Hero only, not the Sprint Hero.

Prerequisites

  1. HTC Hero is rooted successfully, if not follow first 3 steps reported in my previous blog How to install Eclair 2.1 on HTC Hero.
  2. Amon Ra is successfully updated to the latest release, follow these two blog posts to get some instructions

(more…)

How to install Eclair 2.1 on HTC Hero

22

Android Eclair ReleaseHi everybody,

I was wondering if I have to wait for HTC official firmware update for Hero or install a custom ROM in order to use the new Eclair Android System and I choose to install a new custom ROM, the AOSP Eclair 2.1.

What is AOSP Eclair 2.1?

The Android Open Source Project (AOSP) is the public, open-source repository used by Google and phone carriers and manufacturer’s to power their phones. It lags significantly behind the ‘private’ repository used by those companies, but the updates do come eventually.  (source Modaco)

In this post I would like to give you a step by step guide to install AOSP Eclair 2.1 on a ‘virgin’ HTC Hero no brand. I’m not responsible for any damage or malfunction on your device, go ahead  is only your choice.

EDIT: Read comments for updates

(more…)

Add crossdomain.xml on the root of SAP Web application server

16

Hi

in this post I would like to resume all the steps required in order to add the crossdomain.xml on the root of SAP WAS.

First of all create a crossdomain.xml, I used this content:

<?xml version=”1.0″?>
<!DOCTYPE cross-domain-policy SYSTEM “http://www.adobe.com/xml/dtds/cross-domain-policy.dtd”>
<cross-domain-policy>
<allow-access-from domain=”*” secure=”false” to-ports=”*”/>
<allow-http-request-headers-from domain=”*” headers=”*”/>
</cross-domain-policy>

If you need more information about crossdomain.xml please refers to Adobe Cross-domain policy file specification

(more…)

Go to Top