270 rotation - Epic 4G General

I'm a noob when it comes to coding and I need help. Not sure where this goes forum wise but can anyone help me remove the 270 rotation and just have the normal 180? Move me if this is general, I just can't stand the 270 anymore. I'm running baked snack 1.4 with acs 1.6 kernel and the frost remix theme. Help!
Sent from my SPH-D700 using XDA App

I would instead like to use this on a stock ROM, so any insight on this would be equally helpful for the opposite

In your build.prop file, change this line...
windowsmgr.support_rotation_270=true
to
windowsmgr.support_rotation_270=false

And how would we go about adding it? I mean, I know it's in the framework, so it means decompiling, right?
Sent from my SPH-D700

Forcystos said:
And how would we go about adding it? I mean, I know it's in the framework, so it means decompiling, right?
Sent from my SPH-D700
Click to expand...
Click to collapse
Its not in the framework, its just part of the build.prop file, thats it (sounds wayyy too simple, I know).
So basically just do the opposite, change false to true. Normally I'd use something like "Root Explorer" and edit the build.prop file in the text edit mode.

schizopunk said:
Its not in the framework, its just part of the build.prop file, thats it (sounds wayyy too simple, I know).
So basically just do the opposite, change false to true. Normally I'd use something like "Root Explorer" and edit the build.prop file in the text edit mode.
Click to expand...
Click to collapse
yup, just checked this out after reading ur first post in here, nice, and way too simple

thanks for the info

And this works on stock ROM? Not baked snack?
Sent from my SPH-D700

Forcystos said:
And this works on stock ROM? Not baked snack?
Sent from my SPH-D700
Click to expand...
Click to collapse
Works on any rooted rom

Just tested, and it worked. I just found it strange that it worked out of the box, since I hadn't seen this on any stock phone.
Sent from my SPH-D700

any froyo fix
Has anyone come up with a froyo fix for the 270° rotation? It used to be an easy fix, but with the froyo I can't find it in the build prop. Any ideas?

easiest way I know...
dl terminal from the market
open up and type "su" and then hit the enter button
then type "180forme.sh" and then hit the enter button
then reboot
Sent through the Matrix

Cool thanks for the lead.
Well no luck with the 180forme.sh in terminal
Any other thoughts?

Did you change directory to the one with the 180 degree script command?
Epic Experience 1.2.0.8/Phoenix 1.49s/Elegant Steel .02

make sure its "terminal emulator" that you downloaded. "su" allows superuser to let terminal make changes. "180forme.sh" should work. its what hero suggested when asked how to go back to 180 rotation. and make sure that you reboot your phone after. it worked perfectly for me. maybe try reflashing and then using terminal.
Sent through the Matrix

fromchaos0646 said:
make sure its "terminal emulator" that you downloaded. "su" allows superuser to let terminal make changes. "180forme.sh" should work. its what hero suggested when asked how to go back to 180 rotation. and make sure that you reboot your phone after. it worked perfectly for me. maybe try reflashing and then using terminal.
Sent through the Matrix
Click to expand...
Click to collapse
That was a custom script that hero wrote for his rom. Its not going to work on anything else as its not included in anything other than baked snack
Sent from my SPH-D700 using XDA App

Thanks for the info, will bide my time. Once the super-customs start rolling, there will be a fix. Thanks
Sent from my brain

Bored at work so take this with a grain of salt. Anyone try and add the line from eclairs build prop to their froyo build prop? Might not work but like I said I'm bored here...
sent from an Epic4g through the cosmos
Edit: added that line with root explorer and cleared dalvik and no go...was worth a try I guess

idkwhothatis123 said:
That was a custom script that hero wrote for his rom. Its not going to work on anything else as its not included in anything other than baked snack
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
thank you for that info. I did not know that. so in that case, disregard my previous posts if your not using baked snack.
Sent through the Matrix

raiderep said:
Bored at work so take this with a grain of salt. Anyone try and add the line from eclairs build prop to their froyo build prop? Might not work but like I said I'm bored here...
sent from an Epic4g through the cosmos
Edit: added that line with root explorer and cleared dalvik and no go...was worth a try I guess
Click to expand...
Click to collapse
Doesn't work bro. I've tried

Related

[Workaround] XDA/Tapatalk App - JIT (Updated 06/22/10)

After reading many posts about not being able to the XDA App with JIT enabled… I decided to post this…
Here’s something I happened to “stumble” upon while playing around with ROMs with JIT-enabled. Hopefully this will help some others enjoy the XDA/Tapatalk App from their phones with JIT-enabled
I have done this on two (2) Cyanogen based ROMs (CELB2.4 and CE1.1). Both had JIT enabled by default.
In any case, I love being able to use the XDA App from my phone to feed my addiction However, I also enjoy having JIT and the goodness that comes along with it! So… I was playing with CELB2.4 and testing some battery life. After disabling JIT, I instantly started up XDA (as I was unable to use due to FC’s with JIT enabled). I logged in and browsed around. However, disabling JIT had no effect on my battery life, so I decided to re-enable. Later, without thinking, I started up XDA and browsed around some more. It didn’t hit me until a few minutes later that JIT was enabled and I was able to use XDA.
In any case, I loaded up a NAND of CE1.1 and did the same thing, with the same result. XDA app worked perfectly… and I’m still getting over 5.3 mflops
I think there are other apps that have issues with JIT, however, I personally don’t use them. Hope this helps others! Would love to know what ROMs this “trick” works with, and/or which it doesn’t.
------------------------------------------------------------------------------------
I highly recommend doing a NAND backup before doing anything. It's just good practice!
There are a few methods to enable/disable JIT... here's what I did (using a Windows machine):
Disable JIT via adb:
adb remount
abd pull /system/build.prop build.prop
Open build.prop in Notepad/Wordpad or favorite text editor (file will be in the working directory)
find the line:
dalvik.vm.execution-mode=int:jit
replace with:
dalvik.vm.execution-mode=int:fast
SAVE
adb push build.prop /system/
Reboot Phone
------------------------------------------------------------------------------------
After disabling JIT, reboot, open up XDA App, login and browse around (as a side note, I created a favorite to the Eris Forums). Then, close out of XDA App, and then re-enable JIT and reboot.
------------------------------------------------------------------------------------
Enable JIT via adb:
adb remount
abd pull /system/build.prop build.prop
Open build.prop in Notepad/Wordpad or favorite text editor (file will be in working directory)
find the line:
dalvik.vm.execution-mode=int:fast
replace with:
dalvik.vm.execution-mode=int:jit
SAVE
adb push build.prop /system/
Reboot Phone
------------------------------------------------------------------------------------
Alternatively you can also use a program like Root Explorer to find the build.prop file in the /system/ folder and edit/save/reboot.
Again, would love to know the results this has for others!
------------------------------------------------------------------------------------
Thanks to a post from thenestor, it's been discovered that version 0.9 of the XDA/Tapatalk app works just fine with JIT (regardless if an AOSP or other ROM). I'm currently using version 0.9 on xtrROM and it works great. I have attached the zip with the 0.9 apk. It has a "funky" name... and I didn't rename... I simply used Astro to install the apk. works great!
MODS: if for any reason I am NOT allowed to have version 0.9 posted, please let me know, and I will take the attachment down ASAP.
I vote for a toggle app/widget
Root Explorer
It works! Used root explorer...nor really that hard to do. Thanks for sharing your discovery.
didnt work with Aloysius v12. Oh well.
paintguy said:
It works! Used root explorer...nor really that hard to do. Thanks for sharing your discovery.
Click to expand...
Click to collapse
which ROM where you using?
I have not had time to try on my ROM but would love to know if it is a viable work around to try and incorporate...
zach.xtr said:
which ROM where you using?
I have not had time to try on my ROM but would love to know if it is a viable work around to try and incorporate...
Click to expand...
Click to collapse
I was using Eris Lightening Bolt 2.5.
When I loaded the app the first time on my ELB install, it crashed. However, I reloaded it straight away and it worked. I did not disable JIT or do anything else to make it work, just restarted the app. It hasn't crashed since. I have, however, had it sit and spin on "Processing".
Didn't work on latest ErisLightningBolt 1.4.
1. XDA didn't work w/stock config.
2. Changed int:jit to int:fast.
3. Rebooted.
4. XDA worked! Signed in, created some favorites.
5. Changed int:fast back to int:jit.
6. Rebooted.
7. XDA FCs.
I can confirm that it works.
Eris Lightning Bold 2.5
Thanks!
Disable JIT via adb:
adb remount
abd pull /system/build.prop build.prop
------------------------------------------------------------------------------------
Enable JIT via adb:
adb remount
abd pull /system/build.prop build.prop
Open build.prop in Notepad/Wordpad or favorite text editor (file will be in working directory)
find the line:
dalvik.vm.execution-mode=int:fast
replace with:
dalvik.vm.execution-mode=int:jit
SAVE
adb push build.prop /system/
Reboot Phone
------------------------------------------------------------------------------------
Click to expand...
Click to collapse
I'm running CM:E 1.1, and can't seem to find how to disable jit. Framework43's rom. I miss my xda time saver tapatalk. If anyone can help. I would appreciate it, greatly. Thank you much.
Re: [Workaround] XDA/Tapatalk App - JIT
From my testing seem to work only for AOSP based builds. .. must be something in the HTC framework causing interference
-------------------------------------
Sent via the XDA Tapatalk App
zach.xtr said:
From my testing seem to work only for AOSP based builds. .. must be something in the HTC framework causing interference
-------------------------------------
Sent via the XDA Tapatalk App
Click to expand...
Click to collapse
Thank you for the response. Ill message framework43 about it to see if he can help me further into this issue of mine.
Confirm Also
I confirm that this worked on CELB v2.5
Turnyface said:
I can confirm that it works.
Eris Lightning Bold 2.5
Thanks!
Click to expand...
Click to collapse
Re: [Workaround] XDA/Tapatalk App - JIT
@zach.xtr
I found out that all I had to do was add the string to build.prop
I followed a POST on "Jcase's Universal JIT Update"
I added these two strings at the bottom of build.prop
dalvik.vm.execution-mode=int:fast
dalvik.vm.heapsize=38m
That fixed the issue with xda tapatalk closing randomly. I still have yet to re-enable "jit" to see if the workaround works.
Thank you for the help and replies.
-------------------------------------
Sent via the XDA Tapatalk App
Edit: I can confirm that the work around does NOT work on CyanogenEris v1.1 (jit enabled)
(Above shows what to add if missing.)
P.S.
It did NOT work for me, can't confirm it overall.
@someone who can help.
How would I go about fixing the market issues?
Can't install apps, I can only push the ones I have backed up.
jetmclean said:
I confirm that this worked on CELB v2.5
Click to expand...
Click to collapse
I can confirm this as well
If you don't want to disable JIT, or if you're on a ROM where disabling and re-enabling doesn't work, just downgrade to "xda-developers app v0.9" (not sure which version of the real Tapatalk) and it works with JIT.
is 0.9 a google apk search?
have a link?
sweet! found it! much like thenestor, i had to find it using some "crafty" methods! lacks some of the "favorites" w/sub-forums... but works VERY nicely with JIT.
thanks for the tip thenestor... good stuff!
if i'm allowed to post 0.9 version, i will gladly do so! (nothing wrong with it, i hope?).
tenzomonk said:
sweet! found it! much like thenestor, i had to find it using some "crafty" methods! lacks some of the "favorites" w/sub-forums... but works VERY nicely with JIT.
thanks for the tip thenestor... good stuff!
if i'm allowed to post 0.9 version, i will gladly do so! (nothing wrong with it, i hope?).
Click to expand...
Click to collapse
Can you share some of the craft involved in finding this? Thanks!!
Cary
Re: [Workaround] XDA/Tapatalk App - JIT
@zach.xtr
I found out that all I had to do was add the string to build.prop
I followed a POST on "Jcase's Universal JIT Update"
I added these two strings at the bottom of build.prop
dalvik.vm.execution-mode=int:fast
dalvik.vm.heapsize=38m
That fixed the issue with xda tapatalk closing randomly. I still have yet to re-enable "jit" to see if the workaround works.
Thank you for the help and replies.
-------------------------------------
Sent via the XDA Tapatalk App
Edit: I can confirm that the work around does NOT work on CyanogenEris v1.1 (jit enabled)
(Above shows what to add if missing.)
P.S.
It did NOT work for me, can't confirm it overall.
@someone who can help.
How would I go about fixing the market issues?
Can't install apps, I can only push the ones I have backed up.
Click to expand...
Click to collapse
Thanks for this! I can confirm it works on white widow 3.2. I play toss it quite a bit so downgrading xda wasn't a
complete fix for me.
-------------------------------------
Sent via the XDA Tapatalk App

[MOD]disable the vibration of 4 virtual keys(for gingerblur3.5)

disable the vibration of 4 virtual keys
change the color of text on menu to grey
now make a flashable CWM .zip ,you can flash it just like gingerblur rom
really? going to have a try
Nice works fine. Thanks
can you make it just for stock? that's one thing I still love about my moto droid on verizon
michael0619 said:
replace the file /system/framework/framework-res.apk
Make sure you know the steps that replace framework-res.apk
Click to expand...
Click to collapse
How do we apply this? Sorry guys, im a noob =/
just did some searching and found an app that works perfect.
you need to be rooted, and have side loading enabled. then download the streak vibrations app, it'll do everything for you. here
i found this from another xda post here, it disables all vibration on the phone along with the soft keys
Rev1vaL said:
just did some searching and found an app that works perfect.
you need to be rooted, and have side loading enabled. then download the streak vibrations app, it'll do everything for you. here
i found this from another xda post here, it disables all vibration on the phone along with the soft keys
Click to expand...
Click to collapse
=/ It stinks that all vibrations are turned off, but on the upside we should probably be seeing some more battery life outta our bad boys.
As for the original post, do we just sideload this or how do we incorporate the Framework.apk into the GingerBlur rom? If i sound like im retarded about this, its cause i am, lol. Any help would be greatly appreciated!
Thanks but instructions would be great.
Streak Vibrations stinks since it disables even the vibration ringer setting.
Hopefully someone can create a similar file which disables the vibrate on sliding to unlock.
(Yes, I have haptic feedback!)
bump for version working with 3.5 and instructions please?
fsturbo15 said:
bump for version working with 3.5 and instructions please?
Click to expand...
Click to collapse
update the version for gingerblur 3.5
I realize it says 'for Gingerblur',
but what makes it not usable on GladiAtrix?
Or is it?
michael0619 said:
update the version for gingerblur 3.5
Click to expand...
Click to collapse
How do you set it so that its off for the 4 virtual keys after you flash through CWM? Are the options in the settings?
no options in the settings, just modify the framwork-res.apk to disable it
michael0619 said:
no options in the settings, just modify the framwork-res.apk to disable it
Click to expand...
Click to collapse
One word: AMAZINGNESS!
Where?
Code? to be ported to stock 1.83
michael0619 said:
no options in the settings, just modify the framwork-res.apk to disable it
Click to expand...
Click to collapse
Sent from my MB860 using XDA App
Mind sharing what values you changed? Not all of us run the GingerBlur series of P-ROMs.
Thank you, good work.
Easy to install too.
Make something to enable the vibration if we want it back uk?
Reinstall Gingerblur, it should put the stock framework back in place I think.
Once again, amazing mod.
So I am excited about this option, but not sure how to implement. Without having to give up my current framework apk, what do I need to edit in my current framework apk to get this to work and if possible, the best way to edit my apk file!
Thanks!
Sent from my MB860 using XDA App

Testing Initiative

Alright, who has some spare time and wants to test a "ROM" (read: hacked together") zip?
That doesn't sound completely sketchy at all...you'll have to provide more details.
teh roxxorz said:
That doesn't sound completely sketchy at all...you'll have to provide more details.
Click to expand...
Click to collapse
Haha, I've been getting that for the past few days on a thread about a script that pulls messages. I've "built" a kang of a kang and I wanted to see if anyone wanted to test it.
pspunderground said:
Haha, I've been getting that for the past few days on a thread about a script that pulls messages. I've "built" a kang of a kang and I wanted to see if anyone wanted to test it.
Click to expand...
Click to collapse
So you're kang squared then...So then what's the original rom it was built off of, and aosp/sense? People are gona wana know these things.
teh roxxorz said:
So you're kang squared then...So then what's the original rom it was built off of, and aosp/sense? People are gona wana know these things.
Click to expand...
Click to collapse
I'll list some of the basics.
AOSP based
Base ROM: Ultimate Droid 3.3.1 Gingerbread
^Removed all extras and non-allowed apps
^like Fancy Widget
Added some init.d scripts for faster boot
no bootanimation
The purpose: To use all of the add-ons and customizations
^that I have found over the months
^like two tone SMS app
^CPU Settings
^Modified Launcher2
^etc, etc.
EDIT: not "kang squared"
EDIT2: kang²
pspunderground said:
I'll list some of the basics.
AOSP based
Base ROM: Ultimate Droid 3.3.1 Gingerbread
^Removed all extras and non-allowed apps
^like Fancy Widget
Added some init.d scripts for faster boot
no bootanimation
The purpose: To use all of the add-ons and customizations
^that I have found over the months
^like two tone SMS app
^CPU Settings
^Modified Launcher2
^etc, etc.
EDIT: not "kang squared"
EDIT2: kang²
Click to expand...
Click to collapse
There ya go...I can't do super scripts. By the way, a lot of people here don't like ultimate droid and practically forbidden to speak of it, so you may be based... forewarned.
teh roxxorz said:
There ya go...I can't do super scripts. By the way, a lot of people here don't like ultimate droid and practically forbidden to speak of it, so you may be based... forewarned.
Click to expand...
Click to collapse
Yeah. I may lie, and say it CyanogenMod 7.9
I'm always game for testing new ROMS, pm me if you're still looking
http://min.us/m3CijQyEF
Here is a link if anyone wants to test. Please post results on this thread.
pspunderground said:
http://min.us/m3CijQyEF
Here is a link if anyone wants to test. Please post results on this thread.
Click to expand...
Click to collapse
I'll bite and try it out. I'll examine the zip and flash it, give downloading now
Sent from my PC36100 using xda premium
tropicalbrit said:
I'll bite and try it out. I'll examine the zip and flash it, give downloading now
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
Ok. I'll post what I have done on the ROM.
Sent from my PC36100 using XDA App
tried flashing, got this error:
E:Board does not support mtd utils.E:Failure atline 77:
write_raw_image PACKAGE:boot.img BOOT:
Installation aborted.
In case im not the only one (i think its due to my recovery menu) i found a fix here:
http://forum.xda-developers.com/showpost.php?p=10963396&postcount=3117
Also found a fix in my dev menu in recovery so nvm haha
Sent from my PC36100 using XDA App
dsuffern said:
tried flashing, got this error:
E:Board does not support mtd utils.E:Failure atline 77:
write_raw_image PACKAGE:boot.img BOOT:
Installation aborted.
In case im not the only one (i think its due to my recovery menu) i found a fix here:
http://forum.xda-developers.com/showpost.php?p=10963396&postcount=3117
Click to expand...
Click to collapse
What recovery are you using?
EDIT: You found a fix!
Sent from my PC36100 using XDA App
I need a few more testers, so if you have some spare time, please try out the ZIP on the first page.
pspunderground said:
What recovery are you using?
EDIT: You found a fix!
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
I'm using Ra 3.07 recovery but yes, found a fix for it
dsuffern said:
I'm using Ra 3.07 recovery but yes, found a fix for it
Click to expand...
Click to collapse
Ah, Ok. I'm using the Ra-Style Recovery, so I was wondering why it wasn't "working".

[ROM][Beta] Everybody Rom

The idea behind this is that you download the rom and add tweaks to it and if its better than what I already have, that will replace the what's already up but remember it has to be based off of the orig. Once you have installed your tweaks/theme post a download link and sceenshots. I would like to have two different roms, one is ics based the other one is sense based.
[Edit] when you edit make sure you do not include miktweaks as i dont have permission to use that,if you do have miktweaks in there your rom will not be considered
Rom's current status:won't boot up past plash screen
Download:http://d-h.st/1Rn
Logcat:http://d-h.st/ibm
Nice to see this posted here. Alright so now with basic troubleshooting. I'm not very great at this as I'm a themer but maybe a dev will step in and help out too.
First off I need to ask how you "Created" this ROM. What apks did you copy from where. what apks did you modify, how you modified them because we don't have much to go on. And also If you could upload your ROM to media fire or dev host or something and post PUBLICLY because the PM thing will end in failure.
Let's try to get this ball rolling :beer:
Sent from my PG86100 using Tapatalk 2
I would imagine he grabbed widgets and whatnot, in that case it calls for Rosie, then if that's the case Rosie is going to call for resources. A lot of posibilities here
Sent from my myTouch_4G_Slide using Tapatalk 2
strapped365 said:
I would imagine he grabbed widgets and whatnot, in that case it calls for Rosie, then if that's the case Rosie is going to call for resources. A lot of posibilities here
Sent from my myTouch_4G_Slide using Tapatalk 2
Click to expand...
Click to collapse
From trial in error in the past i once deleted my Rosie. my phone still booted up it was just that i wasn't able to access my screens. But i could still see my apps in the app drawer and i could still get to my settings
notsointeresting said:
Nice to see this posted here. Alright so now with basic troubleshooting. I'm not very great at this as I'm a themer but maybe a dev will step in and help out too.
First off I need to ask how you "Created" this ROM. What apks did you copy from where. what apks did you modify, how you modified them because we don't have much to go on. And also If you could upload your ROM to media fire or dev host or something and post PUBLICLY because the PM thing will end in failure.
Let's try to get this ball rolling :beer:
Sent from my PG86100 using Tapatalk 2
Click to expand...
Click to collapse
Apks: Data\app to Data\app and system\app to system\app
The only apk i modified was the rosie.apk i changed the applistbackground.png and i copie and pasted everything else from supreme to the Everybody Rom
wow! nice to see this .Thanks for your contribution .
Lol thank strapped and notsointeresting, I probly would have never reposted this without nowing id get help from them
Sent from my PG06100 using Tapatalk 2
So as I said in my previous post you grabbed my Rosie.apk and your phone ROM does not have the resources capable of booting Sense 3.0
Also data/app will not work unless you have the data/app enabled and built into the updater-script
Sent from my myTouch_4G_Slide using Tapatalk 2
strapped365 said:
So as I said in my previous post you grabbed my Rosie.apk and your phone ROM does not have the resources capable of booting Sense 3.0
Also data/app will not work unless you have the data/app enabled and built into the updater-script
Sent from my myTouch_4G_Slide using Tapatalk 2
Click to expand...
Click to collapse
where to find the updater script
Hubertkilgore said:
where to find the updater script
Click to expand...
Click to collapse
In META-INF/com/google/android.
What's the plan on resources though
Sent from my myTouch_4G_Slide using Tapatalk 2
im gonna take a stab in the dark here and say its never gonna work without the proper resources because alot of the tweaks are done in the smali in the jar files. without the proper corresponding smali edits to go with the apks its essentially pointless but i wish ya the best of luck.
-somebody- said:
im gonna take a stab in the dark here and say its never gonna work without the proper resources because alot of the tweaks are done in the smali in the jar files. without the proper corresponding smali edits to go with the apks its essentially pointless but i wish ya the best of luck.
Click to expand...
Click to collapse
But yes like your saying the phone WILL NOT boot without the needed resources
Sent from my myTouch_4G_Slide using Tapatalk 2
My computer just crashed so I should be able to fix it within today, just a matter of patience. So please excuse me if I don't reply right away
Sent from my PG06100 using Tapatalk 2
As of now my computer is for the most part able to be fixed. I'm waiting for this "file" to finish downloading so I can reinstall my operating stystem.
Sent from my PG06100 using Tapatalk 2
Hubertkilgore said:
As of now my computer is for the most part able to be fixed. I'm waiting for this torrent to finish downloading so I can reinstall my operating stystem.
Sent from my PG06100 using Tapatalk 2
Click to expand...
Click to collapse
I wouldn't mention any torrents on here, as that counts as warez (90% of the time). This Site doesn't take warez lightly. Nothing against you just be careful :beer:
Sent from my A100 using Tapatalk 2
i'm now back with my computer up and running with adb install.So what do i need to do
Hubertkilgore said:
i'm now back with my computer up and running with adb install.So what do i need to do
Click to expand...
Click to collapse
If you have the sdk with adb already start logcats on the phone while its bootlooping/stuck at splash and start replacing what's erroring out
Sent from my myTouch_4G_Slide using Tapatalk 2
strapped365 said:
If you have the sdk with adb already start logcats on the phone while its bootlooping/stuck at splash and start replacing what's erroring out
Sent from my myTouch_4G_Slide using Tapatalk 2
Click to expand...
Click to collapse
what should i replace it with
Hubertkilgore said:
what should i replace it with
Click to expand...
Click to collapse
Takke what's erroring from the base ROM and insert into your ROM
Sent from my myTouch_4G_Slide using Tapatalk 2
Wouldnt that give me a broken rom
p.s im running logcat and it looks like a forign languge to me

TWICS

Captivate currently had TWICS. Its base code from cm9 with TW launcher and Samsung gs3 add on with devil kernel. Running this o my cappy. Super fast and stable. Just an outstanding rom.
Can someone port this to vibrant please!
What are you looking at shortbus......
*NOT SURE/CONFIRMED
But since it is in the line of the original galaxy s, I think you can just flash it, and then change modem/kernel/key layout, which is done by a script (forgot what its called in our development section)
ok, i found it
http://forum.xda-developers.com/showthread.php?t=1623840
Using that, you SHOULD be able to flash any Galaxy S ROM (except the 4G)
If it doesn't work, nothing will go wrong, most likely you will
1) boot loop
2) key layout will be mixed up(easy fix)
3) no connection (change modem/kernel)
*you said this was TWICS, make sure it is ICS and not just themed to look like TWICS.
Link to rom please?
http://forum.xda-developers.com/showthread.php?t=1625619
What are you looking at shortbus......
hey, instead of using it from the captivate, use it from the i9000
http://forum.xda-developers.com/showthread.php?t=1608624
same thing, captivate guy ported from i9000, just you'll probably get updates etc faster.
P.S. tell us how it goes.
xriderx66 said:
hey, instead of using it from the captivate, use it from the i9000
http://forum.xda-developers.com/showthread.php?t=1608624
same thing, captivate guy ported from i9000, just you'll probably get updates etc faster.
P.S. tell us how it goes.
Click to expand...
Click to collapse
OK so I tried it from the captivate before I saw this post. Installed rom and before it gave install complete it auto rebooted. The rom was on my phone but up was down left was right ie screen was in landscape then when I turn it sideways it would go to normal view. I rebooted to recovery and ran patch then reboot and wouldn't get past vibrant screen. I will try again with i9000 rom and let you know the results.
Sent from my SGH-I897 using XDA
Tried it with i9000 rom but it aborted error status 7. I think my zip was bad. Going to try again.?
Sent from my SGH-T959 using xda premium
Edit: just read FAQ need to change some things in rom file. Will update after I try this
samsgun357 said:
Tried it with i9000 rom but it aborted error status 7. I think my zip was bad. Going to try again.?
Sent from my SGH-T959 using xda premium
Click to expand...
Click to collapse
Try to flash the Subzero kernel from here: (use build 80 not 128) http://rootzwiki.com/topic/22833-kernelics15-june-subzero-v14-build-128-brain-dead-and-loving-it/
If you already tried it from Subzero kernel; try the Glitch kernel, its on these dev sections.
Flash either of those to the ROM you currently have, and then try to flash it.
EDIT----------------
"if you are getting status 7 or getprop error then a little work from your side is needed
extract the rom to a folder then go to /extracted folder/META - INF/com/Google/Android from there open updater-script and remove all getprop lines
come back to META - INF folder and delete all three files
zip the file and flash it in recovery
NOTE:- to edit updater script use jota text editor(android), notepad (windows)"
It's in the patch's thread.
Do that.
I followed the thread exactly used jota changed everything and tried again. It just aborts install. I haven't given up. Gonna try again tomorrow. It beat me tonight but not for good! Thanks for everything x.
Sent from my SGH-T959 using xda premium
firstly I want to tell you that because of not having a vibrant to test the patch is in beta
what you can do is open updater script with jota text editor and remove all those getprop lines from the script and as a security step what you can do is press menu button then tap on file and tap on line break then select (lf for android/Linux) save the file go to meta-inf folder and remove all those cert files
zip the package again and flash no need to sign it again for further help you can ask me also in the patch thread
dhlalit11 said:
firstly I want to tell you that because of not having a vibrant to test the patch is in beta
what you can do is open updater script with jota text editor and remove all those getprop lines from the script and as a security step what you can do is press menu button then tap on file and tap on line break then select (lf for android/Linux) save the file go to meta-inf folder and remove all those cert files
zip the package again and flash no need to sign it again for further help you can ask me also in the patch thread
Click to expand...
Click to collapse
Thanks for input. I first tried it using a captivate port and it would install then I would run patch and it wouldn't boot past vibrant screen. Then I got the original galaxy s rom that the cappy rom was ported from. It gave the error so I proceeded to change the file as per op instructions. It would abort install with but no error status. I did it twice to make sure. If I changed all the get prop from i9000 to t959 would it work?
Sent from my SGH-T959 using xda premium
you should not replace them instead just remove them
after flashing if it gives error then reboot device and with any root explorer app go to /cache/recovery and upload both the files I will see what the error is and then I can troubleshoot better
So guys I'm the twics porter to the cappy twics will soon be called remics I've been a part of a team that took over twics and I will soon be releasing to captivate
Sent From My ICS Cappy Using Tapatalk 2
patrick8996 said:
So guys I'm the twics porter to the cappy twics will soon be called remics I've been a part of a team that took over twics and I will soon be releasing to captivate
Sent From My ICS Cappy Using Tapatalk 2
Click to expand...
Click to collapse
Do you think it'd be possible for you to release a version for Vibrant as well? Since not much will have to be changed from Captivate.
Just modem/kernel, and possibly build.prop
dhlalit11 said:
you should not replace them instead just remove them
after flashing if it gives error then reboot device and with any root explorer app go to /cache/recovery and upload both the files I will see what the error is and then I can troubleshoot better
Click to expand...
Click to collapse
I did remove and it just aborts with no explanation.
Sent from my SGH-T959 using xda premium
xriderx66 said:
Do you think it'd be possible for you to release a version for Vibrant as well? Since not much will have to be changed from Captivate.
Just modem/kernel, and possibly build.prop
Click to expand...
Click to collapse
Yes please! I love it on my cappy and want it on my vibrant also!
Sent from my SGH-T959 using xda premium
and what about uploading the error log from /cache/recovery
I took the twics add on from mr.mad for gs1 running cm9/slim and flashed on my vibrant running gummy 1.2.6 and it got stuck on boot . I reflashed gummy without wiping and now have all the apps from add on except for tw launcher. I guess that's a happy medium until we can get a port.
Sent from my SGH-T959 using xda premium
dhlalit11 said:
and what about uploading the error log from /cache/recovery
Click to expand...
Click to collapse
How do I extract it from root browser?
Posse magnet......
samsgun357 said:
How do I extract it from root browser?
Posse magnet......
Click to expand...
Click to collapse
Just go to that file, copy it and paste it into your SD or something, and then upload it from there.
Because I have flashed a new rom and kernel the recovery log doesn't have the abort/error info...
Posse magnet......

Categories

Resources