HTC Hero :: Rooting - Build Number 1.79

May 23, 2010

My HTC Hero have Build Number of : 1.79.482.3. Is there any way to root this type since I found that all of the way to root here is for the phone with Build Number of 2.73 ?

Here are the complete specification of my phone :
Model Number : HTC Hero
Firmware version : 1.5
Baseband version : 63.18.55.06JU_6.35.08.29
Kernel version : 2.6.27-8dd6deee; htc-kernel@and18-2 )
Build number : 1.79.482.3 146733 CL#49365 release-keys
Software version : www.HIAPK.com 1.2_g3_sense

HTC Hero :: Rooting - Build Number 1.79


General :: Get Android Build Number In App?

Sep 22, 2012

I am writing an app and for one of the features I need the firmware build number.

I know I can get the firmware version(like 4.1.1) with android.os.build but I need the build number of a rom(like "Rom version 1.0") thats stored in build.prop. I know I can parse the whole build.prop file and extract the 1 string of information but is there another way to get is faster and that it doesnt require root to use?

View 4 Replies View Related

Android :: Ant Build Increment Version Number

Aug 7, 2010

anyway I can have my ant build automatically increment the version number in the AndroidManifest.xml file?

View 3 Replies View Related

Android :: Getting Build Number / Version Programmatically

Feb 27, 2009

Any way to get the version/build number programatically? I dug into Settings source code, it indicated that this info could be read from the file /proc/socinfo, but this file doesn't seem to exists on any of the devices I'm working with?! Wondering where else I might be able to get this info.

View 6 Replies View Related

Android :: Determine Revision Number Of Droid Build?

May 25, 2010

I know how to get the API level, android.os.Build.VERSION.SDK_INT, but there are also several revisions of each level release, e.g. for 2.1 there's rev 1 and 2. How do I determine the revision of a build?

The reason i'd like to know this is that I have a workaround for a bug in Android 2.1 (and 2.2), and this workaround will break the moment the corresponding bug is fixed. So right now i'm in the odd position of hoping that the bug won't be fixed (at least not until I can find an answer to above question).

View 1 Replies View Related

General :: How To Change ROM Build Number - Galaxy Note

Dec 27, 2012

So, I've just started create my first Android ROM, for my Galaxy Note. I'm now enjoying my break from school, and what could be better then spending it developing? Well, let's start!

I've downloaded two ROMs that a friend of mine has created. He's right now on vacation, so I can't ask him.

My first problem is probably a simple one. But how do I change the "About Phone" section? I understand that I can't change the model number, or the Baseband version. But how do I change the Build number so that it shows my ROM name?

Remember do tell me idiot simple, due to the fact that this in my first ROM.

View 3 Replies View Related

Android :: Build Number In Version String When Building Project Via Ant?

Apr 27, 2010

We are using Hudson to automate our Android build. I need to incorporate the build number into the version string used in our app. Was wondering if anyone had an example of doing that before I (re?)invent that wheel. Obviously I need to replace a string value in one of our config files.

View 1 Replies View Related

Sony Ericsson Xperia X10 :: Version - Kernel And Build Number

Aug 27, 2010

Everyone probably has the exact same Build Number, but than again, maybe a couple don't. So after a search, I was not able to find a thread like this, so here it is. I just received my X10 yesterday and per Sony Support, my X10 has the current OS. So here is my info:

Firmware Version: 1.6
Baseband Version: 1.1.32
Kernel Version: 2.6.29-rel
Build Number: R2CA016

View 1 Replies View Related

Android :: Possible To Have Eclipse Automatically Increment Build Version Number

Sep 9, 2010

I was wondering if it is possible to have Eclipse automatically increment the build version number inside of the Manifest each time that I either build or run an Android app. Has anyone ever done something like this?

View 1 Replies View Related

General :: IPhone 4s With MTK6573 Android Build Rooting Procedure

Jan 18, 2014

Hav been surfing and trying possible rooting means for my clone iphone 4s with Android os but to no avail. tried d Goophone y5 rooting script but still not rooted.... any xda developer with a working rooting script for the phone.

View 9 Replies View Related

General :: Jiayu G4 / CWM 6 - Serial Number Changed After Rooting

Jul 2, 2013

After I have rooted my G4 and installed the CWM 6 the serial number of my phone changed to "0123456789ABCDEF". How can I restore the original one?

View 1 Replies View Related

HTC Hero :: Build 2.73.661

Mar 29, 2010

I have an unlocked HTC Hero that I got off ebay. It is the Telus gsm version, but it has hero rom build 2.73.661 which I can find no info on anywhere. The latest build on htc site is 2.73.405 but it says my s/n cannot use that one. Anybody know where this build came from?? Or what this means when android 2.1 is released, where do I get my rom..?

View 4 Replies View Related

HTC Hero :: Updating The Rom Build

Jul 7, 2010

Hero users should do is check that you have the latest Rom Build. I read on the HTC website that for my Unlocked GSM Hero I should have 2.73.xxx.x. My phone says I have 2.3, I think (It actually says, "MoDaCo Custom ROM 2.3 Core"). What steps do I take to update my ROM build?

Part 2 of this question: My phone is running on 1.5, and I've heard people saying that 2.1 is now widely available for the non-Sprint Hero, and being "pushed" in most parts of the world. (I purchased my phone in the states, and brought to Israel this week where I'm now using it.) I don't have any particular service for it other than regular cellphone service with a Cellcom SIM card. Is there a way I can actively download the 2.1 to my phone, or do I just have to "wait"?

View 7 Replies View Related

HTC Hero :: VillainROM 5 Final Build

Mar 29, 2010

New ROM over at XDA for those of you who haven't seen it. Just flashed it. It's a port from a CDMA Hero build, basically a final build apparently. Seems nice so far except for a dodgy skin (update.zip will be available tonight apparently to revert to normal sense), and I can't seem to sync my facebook contacts.
[ROM] 29/03/10 - VillainROM 5.0: CDMA Hero 2.1 Port for GSM HERO - STABLE BETA - xda-developers

View 8 Replies View Related

Android :: Build Error Build/core/java.mk:20 On 2.2

Jun 24, 2010

I downloaded the Android 2.2 source code and try to build it. When I executed the make command, I got an error here like this build/core/java.mk:20: *** frameworks/ex/common: Invalid LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7. Stop. Then I changed the frameworks/ex/common/Android.mk to LOCAL_SDK_VERSION = 8 from LOCAL_SDK_VERSION = 7. Next place, build/core/java.mk:20: *** external/jsr305: Invalid LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7. Stop. I changed the external/jsr305/Android.mk to LOCAL_SDK_VERSION = 8 from LOCAL_SDK_VERSION = 7

Last one, build/core/java.mk:20: *** external/guava: Invalid LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7. Stop. I changed the external/guava/Android.mk to LOCAL_SDK_VERSION = 8 from LOCAL_SDK_VERSION = 7
By these changes the code started the compilation.

1. Why the error occured?
2. Changes which I did is correct or not?

View 3 Replies View Related

General :: Build Kernel MT6577 - Can't Boot After Build

Feb 21, 2013

I have a phone with a MT6577. The vendor (Wiko) published the kernel source code. So, i'm trying to build it. I can get the zImage. I converted it to boot.img but i can't boot with it on my phone.build a good zImage? (if you want to try) : URL...

cp mediatek-configs .config
TARGET_PRODUCT=s9081 MTK_ROOT_CUSTOM=../mediatek/custom make
# sudo mtk-tools/repack-MT65xx.pl -boot zImage boot.img-ramdisk boot.img
MTK-Tools by Bruno MartinsMT65xx repack script (last update: 27-01-2013)
Repacking boot image...
Ramdisk size: 2046 blocs
Repacked boot image into 'boot.img'.

Here are the Warnings I got when compiling

mediatek/platform/mt6577/kernel/drivers/video/tvc_drv.c:61:5: warning: "FIXED_WVGA_PARAMS" is not defined
net/ipv4/tcp.c: In function 'tcp_nuke_addr':
include/net/ipv6.h:338: warning: 'in6' may be used uninitialized in this function
net/ipv4/tcp.c:3367: note: 'in6' was declared here
In file included from net/ipv4/netfilter/ipt_LOG.c:27:
include/net/netfilter/xt_log.h: In function 'sb_close':
[code]....

View 9 Replies View Related

Sprint HTC Hero :: Updating Build Version

Mar 16, 2010

I have been reading some of these threads and alot of them say i need to be running a 2.7 version or something like that for my "Build" version. I have the 1.5 firmware and i know the 2.1 hasnt been released yet but how do i update the Build and other things like that?

View 1 Replies View Related

Sprint HTC Hero :: How To Find Out Build Date

Jan 2, 2010

Trying to find out when my Hero was built.

View 8 Replies View Related

HTC Hero :: Any Way To Update Build Without Connecting It To Computer?

Feb 6, 2010

Im new to this forum and have a few questions. I have a HTC hero android g3 a6262 gsm unlocked. Im wondering if there are any updates for it? I dont want to root it yet since i dont have much time to research that stuff yet. I read that orange and sprint have updates? Are those just build updates? Is mine the euro version?

HTC - Support - HTC Hero - Software Download

Correct me if im wrong but there are no firmware updates, but there are build updates? nd is there any way to update the build without connecting it to a computer since i dont have the usb cord?

View 1 Replies View Related

HTC Hero :: Rooting Hero's Finding Amen Ra Recovey Image

Sep 29, 2009

can anyone help me with finding the amen ra recovery image theunlockr.com tells you to download when rooting your hero, had a look on amen ra's page and can't find it?

View 3 Replies View Related

HTC Hero :: Number Screen Lock Instead Of Pattern For Htc Hero

Dec 26, 2009

Is there anyway or perhaps an app to change the screen locking from pattern to numbers?

View 5 Replies View Related

Sprint HTC Hero :: Rooting Hero Than Putting On 2.2

Jun 20, 2010

I wanted to know if I root my HTC Hero on Sprint and then load 2.2 if it will have any problems. Like can the hardware on the Hero run 2.2? I know most of the devices that are going to run 2.2 have a 1GHZ processor and a lot more internal memory than my Hero does. I am only thinking about doing this because 2.1 on Hero is so glitchy, but I love the 2.1 apps. Any help?

View 5 Replies View Related

HTC Hero :: Rooting HTC Hero GSM - Telus Version

May 18, 2010

I just got a Telus version of the HTC Hero. Coming from an iPhone, I've been through some of the 'root/jailbreak' scenes, so most things are familiar. However, making the transition to the Anrdoid OS, there's many things I'm not understanding. Currently the Hero is running 1.5 (can that be updated). I tried running Instant Root and it failed. So I tried the Gold Card method (Eh, not too bad) and no luck with that. I'm not sure where to start, since the guides mentioned in the stickies for root don't work for me. I'm just a confused newbie with the Android customization scene.

View 8 Replies View Related

Sprint HTC Hero :: Having Trouble Rooting Hero

Sep 29, 2010

I've tried a couple methods today, manual as well as the Fresh Kitchen 1054, and I'm getting stuck with both. I'd probably prefer the manual method so let's troubleshoot that I get through most the steps found here (and I believe I've followed them exactly, to the letter): How-To Root a Sprint Hero But when I enter the code for #6: /data/local /asroot2 /system/bin/sh My system returns: [1] killed /data/local/asroot2 /system/bin/sh It simply won't continue past that point. Ideas please?

View 5 Replies View Related

HTC Hero :: Hero On 3 - Goldcard Rooting

Feb 6, 2010

Recently got a HTC Hero on 3 that came with the latest 2.73 firmware (unfortunately) and the flashrec and instantroot.apk methods both failed. So now i'm looking at the Goldcard way. Unfortunately when it comes to the step where you goto Free G1 goldcard generation ! to put in your email and CID I just get a duff page which says About, Download, Support Forum. All of these links take you to the PSAS website and I cannot see anywhere where you can put these details in.

View 4 Replies View Related

HTC Hero :: Need Serial Number On My HTC?

Sep 6, 2010

Where do I find the serial number on my HTC? I have tried all the codes under the cover of my phone, however non work.I require it to download HTC Sync

View 2 Replies View Related

HTC Hero :: Slower After Rooting

Jul 1, 2010

I just finished rooting my (formerly) Orange-branded Hero with VillainRom 10.3 and I only have about 50mb of memory (maximum) and I'd like to know why! I thought this was supposed to make it quicker.My mate has a T-Mobile Hero, he just debranded his and he has 137mb free!

View 20 Replies View Related

HTC Hero :: 3G Connected When Rooting / Not?

Jun 18, 2010

I flashed Villon Rom 10 about 2 weeks ago, and today i started noticing that my phone only connects at edge and won't go into 3g mode so super slow Internet. I'm with Fido (Canada) if that makes any difference, i haven't touched my APN settings, I used to connect to 3g all the time... not sure if this started when i rooted or not.

View 3 Replies View Related

HTC Hero :: Rooting And Roms

Jun 6, 2010

I have a hero on orange. I have managed to root the phone and can download root apps etc.

I am struggling to get a new rom ( can anyone recommend) downloaded. i have installed an app called "rom manager" which gives me the option to install rom from SD card. I have or think i have a villian 10 rom in zip format which i have on the root of my SD card.

It is recognised when I search on rom manager gives me 2 options to backup and wip/clear cache and says press ok to complete install.

I press ok and nothing happens. What am I doing wrong? should the rom file be zipped and if not can anyone give me a few short steps from here?

View 4 Replies View Related

HTC Hero :: Rooting Vs De-branding

Jul 9, 2010

I have the HTC hero (branded) and Im thinking about either rooting it and going with a custom rom OR de-btanding it and going with the latest official HTC rom.I cant decied which one to do, so I thought you guys could point me in the right direction. Which of the two is the best to do?It is an Orange branded phone BTW, and I know de-branding orange heros causes problem but it seems like the guys at HTCCODE can give you the code to fix the problems (although it does cost money)

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved