A week ago i rooted my vodafone 32b magic and installed a new spl. since then i've flashed a lot of roms. Mostly sense roms. I now have installed droideris 1.2 from kingxkxlick but bluetooth and htc sync doesn't seem to work. Anyone here who knows a good sense rom with working bluetooth, wifi, gps and htc sync. What version of android it has is not important. So 1.5/1.6/2.0/2.1 as long as it is stable flashable to vodafone 32b
Nighthawk9100 said:
A week ago i rooted my vodafone 32b magic and installed a new spl. since then i've flashed a lot of roms. Mostly sense roms. I now have installed droideris 1.2 from kingxkxlick but bluetooth and htc sync doesn't seem to work. Anyone here who knows a good sense rom with working bluetooth, wifi, gps and htc sync. What version of android it has is not important. So 1.5/1.6/2.0/2.1 as long as it is stable flashable to vodafone 32b
Click to expand...
Click to collapse
You're in the right section. Try this.
I know i have to search. But i've tried a lot of roms and none of them seems to have working htc sync and bluetooth enabled. Only one i can find is Where is my hero rom which doesn't have a download link
Or you cold try this which is an even better find.
You know what's even better than that? The goddamn second post in this forum. Figured I'd give you the run around for a bit. I was gonna mentally beat your brain into a jelly like substance. But I see it could've gone on forever without you ever getting a clue.
The funny thing is, you even have a post in that that thread. The second one to be exact! sheeesh!
Nighthawk9100 said:
I know i have to search. But i've tried a lot of roms and none of them seems to have working htc sync and bluetooth enabled. Only one i can find is Where is my hero rom which doesn't have a download link
Click to expand...
Click to collapse
Really????????Really????????? A simple SEARCH will show that there is NO SUCH THING AS A SENSE ROM FOR 32B WITH WORKING BLUETOOTH AND THERE IS NO WAY AROUND IT! In addition to searching you should also READ what comes out of the search.
I see it now. What a waste of time installing those roms . Now i flashed cupcake revolution which has bluetooth and sync. Only problem is that it will only sync contacts. I know magic is only supposed to sync contacts according to htc website but is there any method to make outlook calendar sync?
Wrong section, Mods close and move.
raptoro07 said:
Wrong section, Mods close and move.
Click to expand...
Click to collapse
Wrong section , i think questions about roms and modifications should be posted here?
Nighthawk9100 said:
Wrong section , i think questions about roms and modifications should be posted here?
Click to expand...
Click to collapse
questions go in Q-n-A "Questions and Answers".
Questions that need answers do go in the Questions and Answers forum.
Moved.
Related
Hey guys and gals. I'm new here but I did have a few questions.
Right now my G1 is giving me problems. Here is the scenario. I have loaded into my phone the OpenHome with the Aero theme, BetterCut, Font-Games font pack, and the Icon pack for Aero. Once I set OpenHome to only use 3 screens, I get a force close error. Then, if I were to shut off the phone and then restart it, it hangs on the Android screen (the new one since I already have the cupcake loaded into my phone).
Has anyone had this problem? Any work arounds to fix it?
I was also thinking of rooting my phone to see if that would fix my problems.
Which ROM would you recomend for me to use? and what are the pros and cons for each. Not looking to the Rosie or Sense UI rom yet, but the basic Cupcake rom.
Thanks
This post is in the wrong section as this is for development only.
If you do root your mobile, I would currently suggest Cyanogen's ROM as its up to date, stable and has some cutting edge stuff inside. The theme is also sleek and lightweight without any real modifications to make it look like Hero etc.
XDA timeout - double post.
Thanks for you help.
And my bad about the double post. I'll be chillin in the penalty box if anybody needs me.
Don't worry about it, the double post was by me as XDA struggles with the amount of users hitting the forum ^_^ There's a new Q&A section for the Dream so you can post questions and that which are not related to the development of Android. Unless its a specific ROM issue usually the posts go there.
Hope the rooting and the use of the ROM of your choice goes well!
One last question.
Where can I find specific directions on how to root my phone for the very first time?
I've located a few things but keep getting errors when I try to install the ROM?
Thanks for all your help
dragonl77 said:
One last question.
Where can I find specific directions on how to root my phone for the very first time?
I've located a few things but keep getting errors when I try to install the ROM?
Thanks for all your help
Click to expand...
Click to collapse
go to here..
Code:
http://forum.xda-developers.com/showthread.php?t=519523
helps me a lot when I'm in trouble.. it also covers everything you need..
Indeed, its a decent thread of which I hope still gets updated. I've also had it in my signature too, to help raise the awareness of such an FAQ.
I'm looking around and not seeing anything concerning Non-rooted phones already running cupcake (Build CRB43).
Will I have to downgrade to RC29 in order to begin rooting my phone?
And is that possible even though I'm running the latest version of Android (ver1.5)?
Good question! I didn't see that you had 1.5 OTA running as it wasn't stated in your original post so we assumed you were running on 1.1. I just quickly read that you wanted a basic cupcake ROM...
You would have to downgrade yeah if you want to obtain ROOT and thus enabling you to flash custom ROMs and other goodies.
Yes, you have to downgrade to RC29 and it can be done with the latest version of the phone software. Follow the directions they already posted. It's reasonably straightforward. There's even a video guide on youtube so you can see what the various screens look like.
Is there anyway we can push the HTC sync back to one of the hero builds , such as the Drizzy builds... ????
sorry if this is a bit of a noob question ...
kobz1973 said:
Is there anyway we can push the HTC sync back to one of the hero builds , such as the Drizzy builds... ????
sorry if this is a bit of a noob question ...
Click to expand...
Click to collapse
this should be in Q&A section ... really will this ever stop happening??
but to answer your question, just grab it from a rom that has it and adb push it .. should work
can u point me in the right direction for the rom needed... ?
would it be in one of the early jacheroski roms ?
kobz1973 said:
can u point me in the right direction for the rom needed... ?
would it be in one of the early jacheroski roms ?
Click to expand...
Click to collapse
I don't think it was ever in JacHero. It's in Haykuro6.0, that's a Rogers ROM though, so I don't know if it's the same or not. Btw, what is HTC sync?
If you dont have adb and want to copy something you can use the terminal:
su
cp sdcard/somerandomfile.apk /new/location
so for example
su
cp /sdcard/htcsync.apk /system/sd/app_s
I highly doubt that's the correct location, just an example of how to use the cp command to copy stuff.
AdrianK said:
I don't think it was ever in JacHero. It's in Haykuro6.0, that's a Rogers ROM though, so I don't know if it's the same or not. Btw, what is HTC sync?
If you dont have adb and want to copy something you can use the terminal:
su
cp sdcard/somerandomfile.apk /new/location
so for example
su
cp /sdcard/htcsync.apk /system/sd/app_s
I highly doubt that's the correct location, just an example of how to use the cp command to copy stuff.
Click to expand...
Click to collapse
just pushed it from the haykuro 6.0 rom and doesnt work ... its showing the file is there but no sync option
can anyone help ...
kobz1973 said:
just pushed it from the haykuro 6.0 rom and doesnt work ... its showing the file is there but no sync option
can anyone help ...
Click to expand...
Click to collapse
You will be better off PMing JAC for location and instructions since he is the one who took it out of the build. The reason I'm saying this is that he might of take out some libraries and/or drivers that are necessary for it as well. Have him reply in this thread so everyone can see it.
Good luck
borodin1 said:
You will be better off PMing JAC for location and instructions since he is the one who took it out of the build. The reason I'm saying this is that he might of take out some libraries and/or drivers that are necessary for it as well. Have him reply in this thread so everyone can see it.
Good luck
Click to expand...
Click to collapse
one problem with that , jac seems to have his PMS disabled ...
In that case, PM Drizzy Drake Rogers or TwistedUmbrella, they also develop Hero ROMs and should be able to help you ;-)
kobz1973 said:
Is there anyway we can push the HTC sync back to one of the hero builds , such as the Drizzy builds... ????
sorry if this is a bit of a noob question ...
Click to expand...
Click to collapse
Any luck on this?
I'd like to know, too.
So I did some research and found out that a beta version of KingxKx Hero Rom includes HTC_Sync. (Found here: http://forum.xda-developers.com/showthread.php?t=563294 / http://www.4shared.com/file/134955673/b3aa02e6/KiNgxKxROM_Beta1_signed.html)
I flashed it and it works flawlessly (syncing contacts and calendar). It was removed in subsequent versions though.
I found a set of .apk files (Found here: http://forum.xda-developers.com/showthread.php?t=553996 / http://forum.xda-developers.com/attachment.php?attachmentid=208015&d=1248333223) which, when installed on newer Hero roms, adds Sync functionality again, but there's a flaw:
The PC software recognizes the device not as a Hero, but as a Magic. HTC Sync for Magic only syncs contacts.
This is either because:
a) the files stem from a HTC Magic and therefore only add "Magic" functionality or
b) the rom maker somehow changed the roms "appearence" to look like a HTC Magic to the PC Software.
To be sure I need to extract the pcsii.apk and sync.apk from either a stock Hero rom or the Beta from above.
Can somebode help me out with this? I have no idea how to do that.
I tried simply taking the pcsii.apk from the zip files of releases which had the Outlook Sync still intact, but the Hero Rom (Kingklick 1.8) wouldn't let me install it.
What are .odex files, do I need them, and if yes, how do I install them to custom Roms?
I see that Outlook Sync support is not very popular with the rom community, hence it's among the first things removed from roms, but I'd really like to use it.
There must be some people around that know a fair bit about rom optimization and would be able to do this in a minute or two.
Rom makers don't answer to PMs and I just don't know enough about this.
So if anyone sees this who has done something similar before, please help!
Here is the one I install. I only sync with outlook. Google's not getting my data..
It's worked with every HERO rom that I've tried.
Dude....
YOU MADE MY DAY!
I don't know where you got that one from, but it just works!
Fantastic, thank you very much!
The one I use is no longer being updated and my bluetooth not working so I am in need of a good popular HERO ROM for G1.
This is not the right section.
If you have a look through the posts here with the prefix [ROM] title... etc
then you will find something that you like im sure.
You might like the look of this one.
http://forum.xda-developers.com/showthread.php?t=534479
Oh and do a little research first of all, people will probably ask you to post these type of questions in the Dream Q&A section first of all and do a little home work.
indeed.. Q&A friend...
But to answer the question. Jacs hero is still being worked on and its lightning fast.
[ROM] ZeroXd[9] 6.04 NoWipe [09/16/2009 - 12:27PM EST]
Best hero rom in my opinion
tried that and all i get is 9 flashing forever then it will replay
sillyshyme said:
tried that and all i get is 9 flashing forever then it will replay
Click to expand...
Click to collapse
that sentence does not make any sense.
what is the avarge inital loading time that you get after the t-mobile g1 screen? Mine taking forever and re-applyied the install.
Edit/Delete Message
wow, people really dont understand the concept of a search button or posting in the correct place... MAYBE all the devs and people with dev-esque questions should move to the Q&A forums and post there but keep this labeled development to throw there r-tards off?
Sorry but this is in the wrong section and a horrible question. First of all, EVERY hero rom is still being worked on and second, every rom seems to respond differently to different g1's. It's all about trial and error. Flash one see what you think......and for the love of god SEARCH!!!
1. There is a Q&A thread. Ask your questions there.
2. There are MANY Hero ROMs. All are currently being worked on.
3. Search next time.
This is your first warning.
okay I'm a newbie at all of this but I managed to root my hero thanks to regaw for the epic work, and to a few members who helped me with other issues
enough of that, I really didn't root for roms or themes, just for wi-fi tether.
My question is I'm running rooted sprint .5 update with the stock sprint rom.
can someone point me to a stable wifi tether release @ their website? the one I have gives me frequent disconnects ;(
The other question is I tried to install darch's 2.7 rom(just to see what all the fuss about them roms was about,which I so far like ) but i had to revert to stock because I was @ work and I would like to know how can I install the android market.
I downloaded the google ****s and got the marketupdater.apk and youtube.apk uploaded to my dropbox account but when I downloaded them to the phone they would not install after selecting them from the browser's downloads section
Thanks for the help
and did anyone see the first iphone 4 camper?
http://www.engadget.com/2010/06/17/first-iphone-4-camper-spotted-one-week-early/
This should help http://tinyurl.com/2dojxtt . Use the first link.
The above poster,
You are a ****.
With the time it took you to make that link you could have provided me with an answer...
The problem I'm having is that the version of wifi tether I have doesnt work, I didnt ask where to get it...
Wow, settle down the e-nastiness. Learn to have a sense of humor. Everyone uses the LMGTFY around forums. You asked for a website with a stable release. I gave you one. Oh, and it has taken me longer to type this response then it did for me to post that link. I use this one and it works flawlessly. http://code.google.com/p/android-wifi-tether/downloads/detail?name=wireless_tether_2_0_2.apk .
gab2012 said:
The above poster,
You are a ****..
Click to expand...
Click to collapse
Welcome to XDA, we have this effect on people. Enjoy the show.
THANK YOU!!!1111111!!!!
seriously I would have accepted the first link if it included the stable download
*chuckles*
Hi there!
I was looking for a new OS for my TD2, I tried to look in ROM section and Android section, but each thread has gazzillion posts, million download links etc...
I am now running Windows mobile 6.5
can someone suggest me please a new operating system for my phone
I need:
sync my contacts with outlook in my computah
and OS which is FAST!!!
Thanks, I hope I will find an answer
your stock rom can do that however
http://forum.xda-developers.com/showthread.php?t=562942
Personally I like ERG ROMs. The ROM your on will sync with your computer. On the benchmarks page, Cheetah ROM's are showing to be fast, as are NRG's. Take a look.
xhozt said:
your stock rom can do that however
http://forum.xda-developers.com/showthread.php?t=562942
Click to expand...
Click to collapse
installed one of those roms. but still feels kinda slow
ok, now I cant find where to set up MMS, cant send and cannot recieve