• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root CM7 for Samsung Transform Ultra(FOR DEVELOPERS AND TESTERS ONLY)

it doesn't really matter what carrier u have on your tu. All it is is a different prl. That's all.

But I am on a sprint phone for your future refernce.

seems like we need more spr tu's to develop on, i had one, but i guess your luckier than me, i bricked 2 with this kernel, i now have a boost tu....
 
I have boost, if wifi 2g and 3g works plud thee lock screen along with audio i would call that a pretty damn stable cm7.
 
I found a fix for super user what you do is take a copy of it from stock rom or the Tom you running and copy to SD card and then boot up cm7 and goto where super user is located and install I'm going to see if this works for rom manager
 
Please test and verify all fixes for CM7. This will really help to make this project go faster. If new apps are added, then please test them to make sure all the functions of the new app work in CM7. Thanks for all the posts so far....they are very helpful.

Edit: The first release of separate Boost and Sprint CM7 zips will have stock files added but might not fix anything. The files I'm adding are necessary for hardware to work but the nuts and bolts of making that hardware work takes time to figure out. They are the files that init.rc needs to initialize hardware.
 
Please test and verify all fixes for CM7. This will really help to make this project go faster. If new apps are added, then please test them to make sure all the functions of the new app work in CM7. Thanks for all the posts so far....they are very helpful.

Edit: The first release of separate Boost and Sprint CM7 zips will have stock files added but might not fix anything. The files I'm adding are necessary for hardware to work but the nuts and bolts of making that hardware work takes time to figure out. They are the files that init.rc needs to initialize hardware.

when will the boost one be released do you know?
 
Bads3ctor I would suggest adding a device verification line in the updater-script as i can't count how many times people who have the "samsung transform" end up here in the "samsung transform ultra" part of the forums. To Ensure that "transform" users dont try and install this thinking that its for their phone but end up bricking it i would suggest you add this line at the start of your updater-script.

Code:
ui_print("");
ui_print("Verifying device");
assert(getprop("ro.product.brand") == "samsung" || getprop("ro.build.id") == "GINGERBREAD" || getprop("ro.product.name") == "SPH-M930BST");
ui_print("Passed");
 
I know some coding and I know some things about Linux I use to run Linux on my laptop and I'm a fast learner
 
No service is caused by some app being removed, i ran a logcat while testing some stuff that required service hoping that the logcat would pick up why we're getting no service error and it came back with lots of errors but ones that caught my eye were the telephonyprovider errors, i remember there was a telephonyprovider.apk in the Stock ROM. I decided to edit a few things a switch a couple apps and now when i boot theres no more signals bars showing that there is no aervice but instead showing a airplane mode icon. Airplane mode isnt working so thats not our problem, when i ran another logcat it now says "activityThread(319): failed to find provider info for mms-sms".
In setting your phone number is still not listed and neither is any of your phone info when it comes to service. Theres a hugh file/app still missing that contain these stuff, it still along way to go but i'll keep on trying.
 
Back
Top Bottom