I want to thank everyone in the community. Awesome work everyone. I am a long time Android fan. I started with a G1, MT3G, Cliq, moment, and now my hero. I thing that I am among the only one when I had and rooted the cliq but I liked the interface. I guess my question is one, would anyone else want a cliq rom? Two, is it possible to take Motoblur from a GSM rom and port it to CDMA? Third, Would there be any volunteers to try if the other two questions are yes?
I do not have linux and it has been a while since I have used it. I am more then willing to help in anyway I can if this starts to become a reality.
Thanks again to all the DEV's you guys are what makes Android, Android.
I'd love to try it out if anyone could manage this. Sounds like it would be quite an undertaking.
I'm working on this now. It boots, but blur and pretty much everything else force closes. Once I get a stable booting ROM without force closes I'll post it up. I'm real busy right now, but I will be able to work on it in the next few days, so hopefully I can get something goin. This doesn't mean no one else should try, by all means do, incase something happens with mine
Leukay said:
I'm working on this now. It boots, but blur and pretty much everything else force closes. Once I get a stable booting ROM without force closes I'll post it up. I'm real busy right now, but I will be able to work on it in the next few days, so hopefully I can get something goin. This doesn't mean no one else should try, by all means do, incase something happens with mine
Click to expand...
Click to collapse
You sir are awesome. Thanks
Leukay said:
I'm working on this now. It boots, but blur and pretty much everything else force closes. Once I get a stable booting ROM without force closes I'll post it up. I'm real busy right now, but I will be able to work on it in the next few days, so hopefully I can get something goin. This doesn't mean no one else should try, by all means do, incase something happens with mine
Click to expand...
Click to collapse
Run the logcat for us, or PM me a download link. I'd like to help debug in any way I can.
Leukay said:
I'm working on this now. It boots, but blur and pretty much everything else force closes. Once I get a stable booting ROM without force closes I'll post it up. I'm real busy right now, but I will be able to work on it in the next few days, so hopefully I can get something goin. This doesn't mean no one else should try, by all means do, incase something happens with mine
Click to expand...
Click to collapse
Leukay, send me what you have. I have some time this weekend free. I want to take a look at what you have...of course that is if you don't mind.
Kcarpenter 5407 AT gmail
Thanks for the offers guys, I appreciate it. I'm very much a noob at this whole cookin' thing, but I'm working hard. I'll post up a logcat and give you guys a download link that wanna help out. It won't be for a couple of more days though (dealing with some problems with my hard drive ) but I will get them to you guys as soon as possible. Thanks again!
Leukay said:
Thanks for the offers guys, I appreciate it. I'm very much a noob at this whole cookin' thing, but I'm working hard. I'll post up a logcat and give you guys a download link that wanna help out. It won't be for a couple of more days though (dealing with some problems with my hard drive ) but I will get them to you guys as soon as possible. Thanks again!
Click to expand...
Click to collapse
Anything new with this?
Just an FYI I've got a system bump of the backFlip - yeah I know stupid base. But it was easier to find than the Cliq dump. I am purely interested to see if I can even do it. Once I get something bootable I will post it....assuming I actually get something bootable.
The server that I am downloading from IS SOOOOO SLOW - 22 k on a 66 mb file....CRAP!!!!!! My battery may go dead before its done!
i'd love to try a blur rom... willing to donate to the cause... I'd also like to learn how to do some of this stuff... how would i get started?
^^^^^ same here. Im gonna search the thread and google but thought that I would ask here as well, but how can a noob with zero experience with this stuff learn to do this stuff. I want to make apps for android and other platforms.
looneylu said:
i'd love to try a blur rom... willing to donate to the cause... I'd also like to learn how to do some of this stuff... how would i get started?
Click to expand...
Click to collapse
Don't use that donate word out loud people will **** their pants around here if they find out I took money to dev a rom NTM I am just doing this for fun, I hope I don't end up with a brick by the end of the night.
mergethereat said:
^^^^^ same here. Im gonna search the thread and google but thought that I would ask here as well, but how can a noob with zero experience with this stuff learn to do this stuff. I want to make apps for android and other platforms.
Click to expand...
Click to collapse
Read, Read, Read...if you want to develop, its not difficult if you have programming background. If not, ehhh good luck writing a program. Given Java is pretty easy to learn, just not a language I would want to start with. If you are absolutely new to programming go get a c++ book, then work out to other languages.
If any one cares I get to a boot screen - But I am missing copybit.heroc.so and am getting a JavaSetAlarmRequest error in logcat any Ideas? I can probably fix the copybit thing with putting the file in place, the java alarm baffles me.
Kcarpenter said:
Read, Read, Read...if you want to develop, its not difficult if you have programming background. If not, ehhh good luck writing a program. Given Java is pretty easy to learn, just not a language I would want to start with. If you are absolutely new to programming go get a c++ book, then work out to other languages.
If any one cares I get to a boot screen - But I am missing copybit.heroc.so and am getting a JavaSetAlarmRequest error in logcat any Ideas? I can probably fix the copybit thing with putting the file in place, the java alarm baffles me.
Click to expand...
Click to collapse
Thanks for the info. I am 100% new to programing so we'll see what happens lol.
I would love to help in any way I can. I am not a dev by no means but I can try to help any way you need me to.
Hey guys, to those who are currently working on this. I am going to pass along some advice that Toast gave to me when I started working on this. Take the rom you want to port, open up the boot.img, and drop our kernel into the boot.img. Rebuild the boot.img, and resign the rom, and it might be bootable (hopefully anyways). That would give you a start, then you can go through and work out the bugs
Leukay said:
Hey guys, to those who are currently working on this. I am going to pass along some advice that Toast gave to me when I started working on this. Take the rom you want to port, open up the boot.img, and drop our kernel into the boot.img. Rebuild the boot.img, and resign the rom, and it might be bootable (hopefully anyways). That would give you a start, then you can go through and work out the bugs
Click to expand...
Click to collapse
Man, I would LOVE for it to be this simple! Lol but I can't find a boot.img for cliq or backflop any where! I am working with a bare Rom and trying to throw in bits and pieces of moto frameworks and jars and apks. Made progress to a homescreen but its unusable with fcs.
wouldn't you be running into a problem with the any system apks from blur that have optimized dex? The classes.dex is removed from the apk so how can you generate a dex to run on the hero?
Kcarpenter said:
Man, I would LOVE for it to be this simple! Lol but I can't find a boot.img for cliq or backflop any where! I am working with a bare Rom and trying to throw in bits and pieces of moto frameworks and jars and apks. Made progress to a homescreen but its unusable with fcs.
Click to expand...
Click to collapse
Yeah lol, I agree, that's where I was getting, home screen, everything FC's. Ugh. I've had to abandon working on it due to school and other useless stuff like that....lol. But good luck man. There is a G1 Blur port rom called S_Blur. Download that, and try to work with that. It comes with a boot.img, so rip it (and ours) open, drop the kernel in, and see what happens
just thought of something... would we be able to sign in to the motoblue account? you have to have motoblur and gmail for this....
Ok so. I have been trying forever to get our kernel into the Blur boot.img.
I can unpack it, but I can't repack it. It keeps telling me that my ramdisk file doesn't exist! I CAN SEE IT ITS RIGHT THERE! I am running from a liveCD so that may be the issue.
Could someone please take the boot.img-kernel from the files attached and drop it into the BlurBoot.img for me?
I have posted our boot.img and the Blur boot.img in the attached ZIP.
On a side note, there is a pretty easy to follow tutorial on doing this
Here for those of you who don't have any clue what is being talked about and want to learn.
Anytime I try to do anything CPIO from this live CD (Ubuntu 9.1) it freaks out on me. Soooo maybe time to do an actual install and get this stuff setup like it needs to be.
Related
I see a lot of porting and creating being done such as Hero roms, Blur, Pulse, and everything else we can get out hands on (and I'm thankful for all of it)
But I was curious if we could make mixture rom with a little bit of everything.
I really like the Pulse's Canvas 3x3 home screen display
And the Behold ii's Notification bar with shortcuts to the wifi,gps, etc.
Hero's this
Blur's that.
Etc.
Would if be too much of a mess with framework and odex's files to mash into one rom?
Highly possible, and very easy... All you need is the source code to all the ROMs you are mixing.... So let me reword that - Highly impossible, and very hard.
twistedumbrella said:
Highly possible, and very easy... All you need is the source code to all the ROMs you are mixing.... So let me reword that - Highly impossible, and very hard.
Click to expand...
Click to collapse
lol Nicely put
EDIT: WOOHOO POST 1000
It might be possible but I think we'd struggle to fit it on a g1 anyway.. By the time you've ported all the neccessary framework to support everything, I think you'd be way past the 90-odd meg we have to play with.... and that's assuming all those packages would play nicely together in the first place.. I'm not about to try it.
Aw shucks, it's a beautiful idea though you all have to admit lol.
But ok well my minute is up I don't mind this thread being moved or deleted thanks guys
goldenarmZ said:
It might be possible but I think we'd struggle to fit it on a g1 anyway.. By the time you've ported all the neccessary framework to support everything, I think you'd be way past the 90-odd meg we have to play with.... and that's assuming all those packages would play nicely together in the first place.. I'm not about to try it.
Click to expand...
Click to collapse
90?? I thought the G1 could take up to like a 100+
Ace42 said:
90?? I thought the G1 could take up to like a 100+
Click to expand...
Click to collapse
And that, dear boy, is why your updates failed. Past about 92 MB you exceed the system allowable update size. We haven't gotten an update that installs directly to the ext yet, although we could do it that way...
twistedumbrella said:
And that, dear boy, is why your updates failed. Past about 92 MB you exceed the system allowable update size. We haven't gotten an update that installs directly to the ext yet, although we could do it that way...
Click to expand...
Click to collapse
XD hahha. did i mention i love you twisted? your post quality is off the charts
In all seriousness, though, get an update.zip to mount the ext before install and you could put the apps directly on it and just symlink the folder temporarily for first boot, then let the system remove and recreate the link...
twistedumbrella said:
In all seriousness, though, get an update.zip to mount the ext before install and you could put the apps directly on it and just symlink the folder temporarily for first boot, then let the system remove and recreate the link...
Click to expand...
Click to collapse
That's true. I think we really have something here. Perhaps this thread could become a think tank for getting 100Mb+ roms working. Yes? The only thing is... we don't have a 100Mb+ rom to work on... Hm...
there's a rom floating around here that manages something similar, it's a hero rom with hero apps and the blur launcher with some mixed anims and visuals, a personal favorite of mine, you should check it out, I think it's by diaztradeinc, but I'm not sure, I'll look it up and let you know
twistedumbrella said:
In all seriousness, though, get an update.zip to mount the ext before install and you could put the apps directly on it and just symlink the folder temporarily for first boot, then let the system remove and recreate the link...
Click to expand...
Click to collapse
So edit the update-script and set the symlinking on the firstboot.sh?
format everything lol
we could format the whole g1 and add the stuffs that we need
or format a 2gb and up sdcard to ext3-4 and put everything on it
I was planning to that. I was trying to put all files from the g1 hard drive to my sdcard but ran out of space. In theory it is possible but you will need a very motived dev to do this.
I think this was the one, but now that I saw it, it looks like this one uses a rosie skinned like the blur's launcher. I remember I had seen another one that actually used the blur launcher on the hero apps/framework, I'd need to dig a bit deeper
http://forum.xda-developers.com/showthread.php?t=567122
oh, and, honestly, even if we had the source for every single release, I'm very, very sure you still wouldn't see some sort of mashup rom. Why? think about what has been done so far with the available source from android? Other than a few modifications to Launcher, mms, phone, and settings apks (and stericson's lockscreen mods), there's been very little done from the code. Why? because most people here don't even know java. Having the source would still be useless to most people here, let alone actually making something out of it. So, actually, in the mean time, it seems that if this is going to work, the way it's going to be done is the easy way, the way it's been done up to now, just mash things together and force them to work.
jubeh said:
just mash things together and force them to work.
Click to expand...
Click to collapse
This could be my epitaph...
jubeh said:
there's a rom floating around here that manages something similar, it's a hero rom with hero apps and the blur launcher with some mixed anims and visuals, a personal favorite of mine, you should check it out, I think it's by diaztradeinc, but I'm not sure, I'll look it up and let you know
Click to expand...
Click to collapse
I believe this WAS the rom u were looking for. I dl'ed it a long time ago, but never flashed it so I couldn't tell u for sure. Its been long since deleated, so I can't try for u now, sorry.
forum.xda-developers.com/showthread.php?t=557982
fastludeh22 said:
I believe this WAS the rom u were looking for. I dl'ed it a long time ago, but never flashed it so I couldn't tell u for sure. Its been long since deleated, so I can't try for u now, sorry.
forum.xda-developers.com/showthread.php?t=557982
Click to expand...
Click to collapse
Nah, that wasn't it. Most (all?) of drizzy's roms were a joke anyway. I have the rom somewhere in my computer (did I mention I have like 30 GB of roms that I've downloaded? basically, if it's on androidspin, it's on my computer too), so I'll look for it.
To be honest guys I don't think space is a problem at all.
While everyone is going around asking if the g1 will get the 2.0 update I'm very confident we'll be running android 3.0 on our g1's eventually we'll just need to figure out a way to put it on the sd card which I'm sure we can figure out.
It's a shame though, I was hoping we should manage something like that.
A home replacement that uses the Pulse's canvas
Some editis to the notification bar.
Etc etc etc.
But I guess it ties into what someone said about not knowing how to write in the specific code needed which is understandable.
Icebergxx said:
But I guess it ties into what someone said about not knowing how to write in the specific code needed which is understandable.
Click to expand...
Click to collapse
Not yet...since ive been here reading and following along (+ testing ofcourse ) for over a year now, people have progressed amazingly here! More and more are starting to figure out that this is something we all should invest in. Give it more time, more people will learn or come through that are genius coders.
Down the road I absolutely see people writing their own androids, like linux is now. Distributions (or highly modified current builds).
Sort of how hero changed everything, we had the basic one tab at the bottom, then all of a sudden this came out and we had many tabs and new interactions.
Anything is possible with this, just give maybe another 6 months, but def. a year will bring some talent through. Just hope the g1 holds till then
Thank You All
I took the plunge this morning and decided to jump in with both feet,and am now running the custom rom Cyanogen 6.0 RC-1 recommended here. This is a blast,and nowhere as difficult as what I thought it would be (believe me though..I was sweating bullets when I hit enter )
Without all the good information here I don't think I would have ever been able to do this myself.
I don't know what to do next,but it seems like everything,including my [email protected]& red haze on my camera is gone too...I am real happy camper now
OK guys..what to do next now. What should I download and install on here since it's a clean slate.
Mac
Mac11700 said:
I don't know what to do next,but it seems like everything,including my [email protected]& red haze on my camera is gone too...I am real happy camper now
OK guys..what to do next now. What should I download and install on here since it's a clean slate.
Click to expand...
Click to collapse
Glad we could help -- that's why we're here
Well, don't feel like you NEED to do anything next. But I'll offer a couple general suggestions.
1) Browse around the Themes and Apps section. There are lots of cool themes, apps, mods, etc. that you could add that provide even further customization and additional functionality. Also consider browsing around the Development forum to see if you might like to try any of the other ROMs out for a bit.
2) Think of what else do YOU want your phone to be able to do? Think of some things you'd like to see out of your phone. Then start searching around here, or in the Market, and see if such an app/mod already exists or if someone here is working on it.
Basically, you don't NEED to do anything next, but just know that you can do plenty of exploring here for all kinds of stuff, and you now have the ability to customize further.
chromiumleaf said:
Glad we could help -- that's why we're here
Well, don't feel like you NEED to do anything next. But I'll offer a couple general suggestions.
1) Browse around the Themes and Apps section. There are lots of cool themes, apps, mods, etc. that you could add that provide even further customization and additional functionality. Also consider browsing around the Development forum to see if you might like to try any of the other ROMs out for a bit.
2) Think of what else do YOU want your phone to be able to do? Think of some things you'd like to see out of your phone. Then start searching around here, or in the Market, and see if such an app/mod already exists or if someone here is working on it.
Basically, you don't NEED to do anything next, but just know that you can do plenty of exploring here for all kinds of stuff, and you now have the ability to customize further.
Click to expand...
Click to collapse
Thanks..appreciate the advise.
I did manage to download the gapps and flashed that (starting to feel pretty good ) and will check out what you suggested as well. I can't get over how much faster this phone is now and love the os typewriter over the stock one. I only made 20 mistakes with it first time typing on it instead of 200 I usually do with the stock one
I can't wait to show this puppy off tonight at work to the Evo boys...I'm going to have a nice laugh back at them when they see it now,since a bunch of them were putting my "putzy" little Hero down last night. That really was one hell of a motivating factor for me to do this BTW I would love to get that matrix type start up screen on this today...if I can keep me eyes open long enough..(graveyard shift) especially if it will work right,that aught to blow their little minds ehh..
Mac
Mac11700 said:
Thanks..appreciate the advise.
I did manage to download the gapps and flashed that (starting to feel pretty good ) and will check out what you suggested as well. I can't get over how much faster this phone is now and love the os typewriter over the stock one. I only made 20 mistakes with it first time typing on it instead of 200 I usually do with the stock one
I can't wait to show this puppy off tonight at work to the Evo boys...I'm going to have a nice laugh back at them when they see it now,since a bunch of them were putting my "putzy" little Hero down last night. That really was one hell of a motivating factor for me to do this BTW I would love to get that matrix type start up screen on this today...if I can keep me eyes open long enough..(graveyard shift) especially if it will work right,that aught to blow their little minds ehh..
Mac
Click to expand...
Click to collapse
Couple easy things would be to download a new ADW Launcher theme (just type that into the market search box) and then you can look at other themes. BlackMod and Dark envy are my favorites.
smolck said:
Couple easy things would be to download a new ADW Launcher theme (just type that into the market search box) and then you can look at other themes. BlackMod and Dark envy are my favorites.
Click to expand...
Click to collapse
Thanks...I'll check them out
Mac
Welcome to the Dark Side.....bwahahah.
Sent from my HERO200 using XDA App
pinoy724 said:
Welcome to the Dark Side.....bwahahah.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Looks like I'll be doing 3 more hero's for my wife and 2 son's.They all want theirs done now OMG what have I done.....
Mac
which are you using?
tailsthecat3 said:
which are you using?
Click to expand...
Click to collapse
Cyanogen 6.0 RC-1
Mac
How long did it take? Have you tried it with Bluetooth?
sbbamafan said:
How long did it take? Have you tried it with Bluetooth?
Click to expand...
Click to collapse
Well..since it was my very first time doing any of this,about 1-1/2 -2 hours actually doing it...but about a week of reading and trying to understand it
I still don't have it down pat and am not 100% comfortable doing any of it,but if your wanting to try it sooner or later your going to have to jump in and get your feet wet too..
Yes..the Blue tooth works with my older Platronic's headset very well. That's as much as I have done with it. I don't have any of the external speakers or use it through any radio in the car..sorry.
Mac
There's nothing to really do next because everything is all user preference. I would suggest you download Titanium Backup from the market and backup all your apps+data so you don't lose anything if something goes wrong. Also, do nandroid backups prior to make modifications to your phone. What I did when I first started was just read, read, and read. There's so much to do and the members of XDA are very supportive. Welcome to our world. LOL
Step by step?
So for a newbie, can you post the step-by-step things you did to root and update your phone?
Like people say do nandroid, and I have not a clue where to get that.
Thanks,
Jim
jarome1 said:
So for a newbie, can you post the step-by-step things you did to root and update your phone?
Like people say do nandroid, and I have not a clue where to get that.
Thanks,
Jim
Click to expand...
Click to collapse
The search feature and Google are really a good tools to use here and on the web.You will be pleasantly surprised at all of the information you can come up with.
Now..a step by step guide to rooting my phone..No..like I said..I am still not 100% comfortable doing this yet,and I just don't feel I am qualified enough to explain the process to you..sorry
I will give you some good advise though..RESEARCH RESEARCH..and then RESEARCH what you are wanting to do to your phone..before you do anything at all. I spent a whole bunch of hours reading everything from here and elsewhere just trying to get a good idea of what to do before doing anything..and you should too.
1) Figure out what exactly you want from your phone and decide then before you do anything.
2) Take a look at all of the different Rom's that are available and what each offer you, and while your looking at them and reading about them you should be looking at all of the issues each have and decide if you can live with them before you do anything.
3) Use the search feature here and Google. You'll have hundreds of hours of reading at your finger tips to digest. Sure..you'll have more questions then answers right off the bat,but keeping researching and you will most likely find enough stuff to help you understand the process enough to jump in eventually.
It really isn't difficult to root you phone anymore nor is it difficult to do a nandroid back up but you need to put forth some effort to have a basic understanding of what you are wanting to do and what all the terminology means.. Sorry if this sounds condescending to you, I'm not trying to be in any way, but this is just some friendly advise from one newbie to another.
4) Once you got a good idea of what you would like to try,and a basic idea of what the terminology means, then get comfortable hooking your phone up to the computer and see what happens on it.Look up here or elsewhere what it means to do a nandroid back up..and also backing up a sd card to your computer..Look at what it means to wipe the data and making a partition on your sd card. Once your familiar with all of this...then go look at the universal 1 click method to root your phone and then also look at the guide to rooting your phone via the a terminal that is posted on this forum and what has been said about both of them. See what your comfortable with. Now once you done all of this.. go look the instructions each of the chef's give with their Roms, and see if it starts making sense to you or not. You will need to follow these instructions word for word to make it work right the first time you try this....same for using the long way to root via a terminal too..
If you do your homework and still can't figure out what it all means..then in all reality you really shouldn't try it..at least not till you at least understand it..This is how I did it..and my suggestion to you is to do the same. I know the terminology is strange and it may seem overwhelming at first..but if you spend enough time researching it,it will help you in the long run.
Mac
Well said, Mac.
Mac11700 said:
Cyanogen 6.0 RC-1
Mac
Click to expand...
Click to collapse
You are now on the slippery slope of obsessive tweaking!
I was just like you...sweating over taking the plunge. But once I put my toes in the water, it was all in all the way!
I started with CM6 RC1...after a couple weeks, I flashed CM nightly 9/7 and saw improvement. Just yesterday I flashed Darc's #14 kernel. AWESOME... more speed....more zippiness. I LOVE my Hero
Don't load up a bunch of crap. You don't need task killers and such. I did pop #2 for SetCPU and run my Hero very nicely at 729mhz. Can you say "zing"?
Enjoy your phone, and say "Take that, Sprint!"
jarome1 said:
So for a newbie, can you post the step-by-step things you did to root and update your phone?
Like people say do nandroid, and I have not a clue where to get that.
Thanks,
Jim
Click to expand...
Click to collapse
This is what I used to get started...
http://forum.xda-developers.com/showthread.php?t=694572
This is brought to you by Drod2169: here is some info, please follow the link to download and for support. http://www.droidxforums.com/forum/droid-x-roms/8428-rom-rubix-focused-0-3-a.html Post #68 at Droid X forums has the brightness and calender fixes.
"You may know me from my Rubik releases for the droid 1.. Well recently I purchased a Droid X. I couldn't stand the phone stock, so of course I got busy. I've been working on this for quite a while, gone through quite a bit of bricks, sbf flashes, and passing it to my testers cause I couldn't afford to brick at the time.
I bring you the first release of the rubiX series for the Droid X. rubiX Focused, It is a blurless rom
Tranquility 2.3.5 base (2.2.3.15 base) thanks to p3droid, motorola (hah) and google
Build.Prop tweaks (thanks to Beesley)
Market fix
All apps optimized/zipaligned (Credit to me)
ADW Launcher as stock launcher (No more laggy blur home!)
Bloatware removed (Credit to me)
135.42 MB free in System! Speedy (Credit to me)
Google market apps removed (download from market)
Auto Brightness Hack (credit to Pete)
Speed and battery tweaks (Credit to me. Thanks Nenolod and Pete for inspiration on sysctl tweaks)
Few more things that I'd like to keep secret for the time being "
Are all of the Motorola account management crap gone?
Gimpeh said:
Are all of the Motorola account management crap gone?
Click to expand...
Click to collapse
Yes. Accounts managed through settings. The brightness patch for stock brightness and the calendar fix are also in the 1st post now so you don't have to search through the thread
Thanks for posting this, FSR. Can't post links yet
Installed for 12 hours and still running great.
I appreciate your work.
Sent from my DROIDX using XDA App
Hmmm, well if I am gonna have to wipe for this I may as well SBF back and get the official OTA.
Seems pretty decent so far. My linpak and quadrant scores are even with what I was getting with the OTA after getting rid of some bloat. Calendar fix hasn't fixed my sync issue yet. Any idea why when I post my scores to linpak my notes show build 2.2.20? I'm not familiar with that particular version. Phone info shows 2.3.15 as it should but this is obviously not built off the official 2.2 as I've notice certain things change back to leak versions.
I'll give this rom a few days but I'm probably heading back to the OTA.
Can someone share the stock backup assistant apk with me? I'm lazy enough that I was just using that instead of a3rd party app so now I'm missing a HUGE chunk of my contacts. If it can't be used on this rom I'm doingan sbf right away when I get home.
Gimpeh said:
Hmmm, well if I am gonna have to wipe for this I may as well SBF back and get the official OTA.
Click to expand...
Click to collapse
I was thinking the same thing.
Let me know how it goes for you
Although, I'm a little concerned about losing the ability to SBF back to 2.1 ... really on the fence about this.
Gimpeh said:
Hmmm, well if I am gonna have to wipe for this I may as well SBF back and get the official OTA.
Click to expand...
Click to collapse
Why would you want the OTA? There is nothing magical about it, except Moto decided to lock the system down some more with new Bootloader keys.
Check out the threads around the forums, everyone is enjoying RubiX.
FSRBIKER said:
Why would you want the OTA? There is nothing magical about it, except Moto decided to lock the system down some more with new Bootloader keys.
Check out the threads around the forums, everyone is enjoying RubiX.
Click to expand...
Click to collapse
There is in fact a difference. Newer Baseband and New Kernel which results in better performance. These two objects were left out of the leak for fear of it leading back to the leaker.
drod2169 said:
Yes. Accounts managed through settings. The brightness patch for stock brightness and the calendar fix are also in the 1st post now so you don't have to search through the thread
Thanks for posting this, FSR. Can't post links yet
Click to expand...
Click to collapse
Im curious ....aren't you Jake Day? The downloads are from his site.....
acidbath5546 said:
Im curious ....aren't you Jake Day? The downloads are from his site.....
Click to expand...
Click to collapse
Ouch, if true I may be rethinking installation of this.
Gimpeh said:
Ouch, if true I may be rethinking installation of this.
Click to expand...
Click to collapse
Lol...not trying to be rude or start drama...im just curious before download something ...I always wanna know.the source.
and when I click on the download link, I noticed the download is coming from ninebysix.com, which is jake days website.
Flashed it. It's pretty damn fast. Perhaps this is Jake's reconciliation.
Fast is true and easy to install when following directions. The one thing that is strange and wondering if anyone else is experiencing.
I keep getting FC when trying to access my calendar. Yes I am trying to access my google calendars with default calendar program and even Jorte.
Anyone else?
Perhaps ideas for me?
admiral70 said:
Fast is true and easy to install when following directions. The one thing that is strange and wondering if anyone else is experiencing.
I keep getting FC when trying to access my calendar. Yes I am trying to access my google calendars with default calendar program and even Jorte.
Anyone else?
Perhaps ideas for me?
Click to expand...
Click to collapse
Happened to me...flash the rom zip following the instructions. Reboot the phone. Then bootstrap and reboot back into recovery and flash the calendarfix zip from page 7 of this thread: http://www.droidxforums.com/forum/droid-x-roms/8428-rom-rubix-focused-0-3-a-7.html
I had this instaled but could'nt get google maps to work so I went back to flyx rom. The market is stuck downloading google maps I hit cancel and it has force closed
Sent from my DROIDX using XDA App
I also had some FC problems. It FC's everytime you try to stop a download in the market. It FC's every time you click on the battery manager to see what's sucking juice and it FC'd when messing around with the Calendar.
Because of those reasons, plus not being any faster than I had gotten my OTA after bloatware removal and some build.prop tweaks, not being able to use Backup Assistant (losing 80% of my contacts) and the fact that I actually like the native 2.2 txt app led me back to my OTA 2.2 through the nandroid backup I made before installing rubiX.
This is one I will definitely keep an eye on and will be testing in further revisions, but it's not where I want a rom to be right now.
I appreciate all the hard work that went into it but it's just not for me right now.
shaninNH said:
Happened to me...flash the rom zip following the instructions. Reboot the phone. Then bootstrap and reboot back into recovery and flash the calendarfix zip from page 7 of this thread:
Click to expand...
Click to collapse
Winner, winner chicken dinner. That is exactly what I needed. Thank you very much.
Other than that one thing I am pleased so far with the build.
Sorry guys, I've been at work and haven't had much time to check threads except for the ones that push to my email, and for some reason xda didn't..
acidbath5546 said:
Im curious ....aren't you Jake Day? The downloads are from his site.....
Click to expand...
Click to collapse
no
I'm Derek Rodriguez (thats my full name), and have honestly barely conversed with jake. He was nice enough to let me host my files through his ftp alongside with Boostdscoob (dominator/eliminator roms for d1) when we were collaborating for roms, and still lets me. Jake is a great guy from what I know of him, and makes pretty bad ass kernels.
It's hosted there, as well as alldroid, and androiddoes.net.
arlan_jacob, a reboot might of fixed it. I chose not to include market apps with how fast updates have been coming out lately, didn't wanna leave any behind and people not able to update correctly. Sorry about the issue, I'll make an update.zip with the market apps included if it'd help out.
drod2169 said:
Sorry guys, I've been at work and haven't had much time to check threads except for the ones that push to my email, and for some reason xda didn't..
no
I'm Derek Rodriguez (thats my full name), and have honestly barely conversed with jake. He was nice enough to let me host my files through his ftp alongside with Boostdscoob (udominator/eliminator roms for d1) when we were collaborating for roms, and still lets me. Jake is a great guy from what I know of him, and makes pretty bad ass kernels.
It's hosted there, as well as alldroid, and androiddoes.net.
arlan_jacob, a reboot might of fixed it. I chose not to include market apps with how fast updates have been coming out lately, didn't wanna leave any behind and people not able to update correctly. Sorry about the issue, I'll make an update.zip with the market apps included if it'd help out.
Click to expand...
Click to collapse
Kk...thanks for clearing that up.
Lol...and my name is Blair, nice to meet ya and kudos for the ROM ...any future plans?
Cheers!
Today Klutsh released psfServiceMod, which allows you to use an android device to downgrade a ps3. It currently supports most popular android phones.... now including the Droid Inc!
The latest release, 3.2, has everything fixed! I've had it for about a day now and all is good, backups and restores are no longer broken and psfreedom works, grab it here: http://www.klutsh.com/download/86/[...card: [url]http://www.klutsh.com/download/25/
Things to keep in mind:
There is a possibility that you will lose the ability to play Blu ray movies if you downgrade, i personally didn't, and i did it twice. I have a launch model 60GB for homebrew.
If your on 3.41 and want an alternate method of jailbreaking, you might consider Adrynaline's psfreedom kernel.
If you want to use the kernel make sure you have the right one, there is a sense and cm6 version. When your phone turns on, you need to open terminal emulator and enter:
su
insmod /system/lib/modules/psfreedom.ko
This method supports peek and poke and can be run with the phone on, however, it will disable usb mass storage, and wifi. To fix this, just flash back to another kernel like incrediblek's or ziggys. This code will need to be entered again if your phone reboots.
me too, would love to see this!
Yes a inc port will be awesome.
Sent from my ADR6300 using XDA App
Support, would definitely love this.
Sent from my Droid Incredible running Myn's Warm Two Point Two RLS4.
ahhahahahahahhahaha
not happening.
I tried with klutsh (who is a great guy btw) for over 40 recoveries and many custom kernels, he just cannot get it to work on the incredible. Done deal.
Get yourself a dedicated device. I got a used 1st gen ipod nano from craigslist for 10 dollars and it works flawlessly, all payloads and downgrades.
quepaso said:
ahhahahahahahhahaha
not happening.
I tried with klutsh (who is a great guy btw) for over 40 recoveries and many custom kernels, he just cannot get it to work on the incredible. Done deal.
Get yourself a dedicated device. I got a used 1st gen ipod nano from craigslist for 10 dollars and it works flawlessly, all payloads and downgrades.
Click to expand...
Click to collapse
He tried 1 test build of the old psfmod. He rewrote the entire thing for this version. I really dont see the problem considering it has almost the exact hardware as the evo and both run clockwork. Am i missing something?
but, a 3.50 Jailbreak would be nice lol.
Im trying to get a service mod going, but i cant compile psfreedom.ko and if i do i get exec_format_error trying to run it. Im running a modded psfreedom kernel btw. Anyone think they can properly compile it? Or is it unlikely to work?
Is this different than Adrynalyne's psfreedom kernel? I'm just curious really, I never plan on owning a ps3.
DInc/XDA App
sucker4pa1n said:
Is this different than Adrynalyne's psfreedom kernel? I'm just curious really, I never plan on owning a ps3.
DInc/XDA App
Click to expand...
Click to collapse
It must be. Ive been trying to use it to run the psfreedom.ko file but to no avail.
quepaso said:
ahhahahahahahhahaha
not happening.
I tried with klutsh (who is a great guy btw) for over 40 recoveries and many custom kernels, he just cannot get it to work on the incredible. Done deal.
Get yourself a dedicated device. I got a used 1st gen ipod nano from craigslist for 10 dollars and it works flawlessly, all payloads and downgrades.
Click to expand...
Click to collapse
This is the way to go fellas....I just checked craigslist (I already had a iPod mini that I use) and there are a lot of them on there.
KB
mikerulez121 said:
He tried 1 test build of the old psfmod. He rewrote the entire thing for this version. I really dont see the problem considering it has almost the exact hardware as the evo and both run clockwork. Am i missing something?
but, a 3.50 Jailbreak would be nice lol.
Im trying to get a service mod going, but i cant compile psfreedom.ko and if i do i get exec_format_error trying to run it. Im running a modded psfreedom kernel btw. Anyone think they can properly compile it? Or is it unlikely to work?
Click to expand...
Click to collapse
You must not be able to read. I personally tested over 40 tries of psfmod to work from klutch himself. Its not happening.
quepaso said:
You must not be able to read. I personally tested over 40 tries of psfmod to work from klutch himself. Its not happening.
Click to expand...
Click to collapse
Oh, i can, I just do not give up as easily as you. Im not questioning you, but it just doesnt make any sense...
mikerulez121 said:
Oh, i can, I just do not give up as easily as you. Im not questioning you, but it just doesnt make any sense...
Click to expand...
Click to collapse
It makes perfect sense when you realize people smarter then you have been trying and not been able to get it going. This is truly a waste of everyones time to beg for something not happening. Get a device that works and move on, seriously.
quepaso said:
It makes perfect sense when you realize people smarter then you have been trying and not been able to get it going. This is truly a waste of everyones time to beg for something not happening. Get a device that works and move on, seriously.
Click to expand...
Click to collapse
Ok, first off, stop with your unnecessary attitude. Its because of negative people like you that things do not happen. Im not begging for anything. Quite the opposite. Im trying to get psfreedom running. If your not going to add anything positive to the thread, then dont bother.
mikerulez121 said:
Ok, first off, stop with your unnecessary attitude. Its because of negative people like you that things do not happen. Im not begging for anything. Quite the opposite. Im trying to get psfreedom running. If your not going to add anything positive to the thread, then dont bother.
Click to expand...
Click to collapse
You're going to do it yourself? When klutsh, the guy who created, updates and maintains PSFmod for multiple android devices cannot get it working on the incredible and has given up entirely on it?
Wow, can't wait to see it!
quepaso said:
You're going to do it yourself? When klutsh, the guy who created, updates and maintains PSFmod for multiple android devices cannot get it working on the incredible and has given up entirely on it?
Wow, can't wait to see it!
Click to expand...
Click to collapse
Uh, no. Im trying to use Adrynalines psfreedom kernel. I give him credit on that, im not gonna touch my recovery mode.
mikerulez121 said:
Uh, no. Im trying to use Adrynalines psfreedom kernel. I give him credit on that, im not gonna touch my recovery mode.
Click to expand...
Click to collapse
Adrynaline lost his source for the original PSFreedom kernel. What he has up there is incomplete and cannot be duplicated as the original kernel. Do you see a pattern here? Im not trying to be mean, but seriously, there are better ways to spend your time.
I'll be looking into this tomorrow
Sent from my ADR6300 using XDA App
Oh..... that explains alot. And I guess that would explain my constant failures.. well thank you. Hopefully Invisiblek can find something.
Sent from my ADR6300 using XDA App
Klutsh is a fricken machine, thats all i can say
got a working recovery image for the inc, ill leave releasing it to Klutsh though.
i would expect it to be here: http://www.klutsh.com/downloads/ when he releases it
but that can't be....it CAN'T be done! quepaso said it himself that it can't be done, and obviously he knows everything about the future!
Just like the ps3 can't be hacked either! oh wait.....
Hello everybody ...
Cud someone please give me a stepwise breakdown on if/how I could get gtalk to have a black theme
(or give me a link to a black gtalk apk that I could use to replace the stock one ) ?
I did search before posting this thread.. and found this:
http://forum.xda-developers.com/showthread.php?t=821214
but that OP's just stating tht the gtalk app inside another ROM is black in color.
I'm sure this has been asked / done before, and if it has, please don't hammer me...
It's just that I am new to android, and some of the google results i got for 'black gtalk app' said some scary sounding things like deodexed (?)
And - I haven't rooted my Nexus S yet (yes, i know.. i'm a bit scared still.. )
Help please?
All you had to do is go to the second page.
On the second page of that thread posted by Jack_R1
http://forum.xda-developers.com/showthread.php?t=821214&page=2
(Unsure if it works on Gingerbread)
And you'll most likely need Root for this to work since google talk is a .apk within /system/app/
/system/app/ cannot be modified unless you're rooted.
Rooting is relatively simple on Nexus S, don't be scared
zephiK said:
All you had to do is go to the second page.
On the second page of that thread posted by Jack_R1
http://forum.xda-developers.com/showthread.php?t=821214&page=2
(Unsure if it works on Gingerbread)
And you'll most likely need Root for this to work since google talk is a .apk within /system/app/
/system/app/ cannot be modified unless you're rooted.
Rooting is relatively simple on Nexus S, don't be scared
Click to expand...
Click to collapse
Uh-ohhh...you wouldn't believe the silly sheepish smile i have on my face now
woops...sorry for noticing that! :$
Since I will probably have to root my phone for this ... i'll wait to get one of my friends with more divine android skills to sit with me thru it
(don't ask -- years of "trying" to jailbreak iPhones has built up this weird phobia of hacking, and has put fears like: "oh noes! what if it goes wrong?" in my head)
I'll come around though, i hope
and thanks again, Zephik ...
abhilashraj said:
Uh-ohhh...you wouldn't believe the silly sheepish smile i have on my face now
woops...sorry for noticing that! :$
Since I will probably have to root my phone for this ... i'll wait to get one of my friends with more divine android skills to sit with me thru it
(don't ask -- years of "trying" to jailbreak iPhones has built up this weird phobia of hacking, and has put fears like: "oh noes! what if it goes wrong?" in my head)
I'll come around though, i hope
and thanks again, Zephik ...
Click to expand...
Click to collapse
Haha okay. But if you don't want to wait for your "friend" to do it for you, here's a guide here to get you started towards rooting.
http://forum.xda-developers.com/showthread.php?t=895545
It's relatively simple
Yes- thanx again! I've read through those a few times and all the positive responses from 'first timers' have been tempting me a lot.
I'm actually waiting for the phone to launch officially in Dubai (rumored to happen in the week after next), and then I think I'll become a bit more brave to fiddle with it..
but if i muster enough courage before that, I'll definitely follow that guide ..
(psst: please be on standby with some emergency XDA paramedics, in case you hear me yelping, after a not so successful rooting attempt )
abhilashraj said:
Yes- thanx again! I've read through those a few times and all the positive responses from 'first timers' have been tempting me a lot.
I'm actually waiting for the phone to launch officially in Dubai (rumored to happen in the week after next), and then I think I'll become a bit more brave to fiddle with it..
but if i muster enough courage before that, I'll definitely follow that guide ..
(psst: please be on standby with some emergency XDA paramedics, in case you hear me yelping, after a not so successful rooting attempt )
Click to expand...
Click to collapse
You have any idea if it's going to be a I9020 or I9023? There's reports of I9023 rooting of not completely working. Something about cache partition, I'm sure it'll get fixed.
zephiK said:
You have any idea if it's going to be a I9020 or I9023? There's reports of I9023 rooting of not completely working. Something about cache partition, I'm sure it'll get fixed.
Click to expand...
Click to collapse
I'm inclined to think it'll be the Super Clear LCD one .. because the Dubai/UAE market seems to be like a Singapore-market follower .. and the SLCD version has just been announced there..
The SAMOLED is partly why I'm happy that I went through some bit of trouble (and a LOT of worrying) to get my NexS delivered safely from Austin..
But boy am I in love with it!
I dont think anyone's been able to pry it out of my hands since it landed (touchwood)
And, like you said... I'm sure the i9023 would get rooted soon enough by folks here
[maybe Google could just officially link to the XDA as their main 'user support forum' .. ]
I was able to push the gtalk and the google voice to the Nexus S. I have it installed on the nightly cm7 #26. The google voice is working but the gtalk is failing to connect to the server.
i was able to install but it hangs on a black screen where my contacts should be but nothing displays. theres also the refresh circle in the top right that keeps going. then if i selct anything via menu button push and go back it force closes on me.
Can someone tell me why is it marked as SOLVED when it does not work on the nexus S? I want this feature badly, if anyone has any idea pls share.
miklosbard said:
Can someone tell me why is it marked as SOLVED when it does not work on the nexus S? I want this feature badly, if anyone has any idea pls share.
Click to expand...
Click to collapse
I totally agree but there is a solution now for sure. DARKGINGER NEW 4/5/11 DarkGapps4511.zip this is just gapps for the people not using the nightlies. These work on any HDPI phone running Gingerbread! THIS HAS WORKING DARK GTALK.
jerrycycle said:
I totally agree but there is a solution now for sure. DARKGINGER NEW 4/5/11 DarkGapps4511.zip this is just gapps for the people not using the nightlies. These work on any HDPI phone running Gingerbread! THIS HAS WORKING DARK GTALK.
Click to expand...
Click to collapse
wasnt very useful to state it and then not link it. here you go
http://forum.xda-developers.com/showthread.php?t=935580
Sorry, didn't see the point when he has his own thread.