HELP: Need Build.prop from 341 Rom - Streak 5 General

Started screwing around with mine and now my phone won't boot.
Can someone kindly upload there build.prop located /system/build.prop ?
asap
thanks

extracted system.img with unyaffs..
thanks

Assumed you got it. But I will post it anyway just in case.

you know how to make an easy guide to make a clockwork/streakmod signed zip for flashing?
I ended up unyaffa the system.img... stole a clockwork zip for some other build.prop on the forum... did some drag and drop business and I was back..
but i might as well learn how to do this properly.

Krad said:
you know how to make an easy guide to make a clockwork/streakmod signed zip for flashing?
I ended up unyaffa the system.img... stole a clockwork zip for some other build.prop on the forum... did some drag and drop business and I was back..
but i might as well learn how to do this properly.
Click to expand...
Click to collapse
No, not me. I really have no idea, 1st time I heard about this unyaffa stuff.

Related

Do I sign this before flashing

All I did was inserted a xml file. Do I have to resign it after making this small of a change?
i believe if you flash through recovery you need to resign. If it's just one APK just push it through ADB.
what was the file u changed? theoretically u could just pushed the modded file back to ur phone assuming u know where to install it in the system directory
Sorry i ment 1 xml file into a apk.
common_browse_list.xml
That should be fine.
I guess i should just try it, its not like it can brick my phone
NOOOOOOOOOO!!!!! WAITTTTT!!!!!! YOU ARE GOING TO BRICK YOU PHONE!!!!!!!!!!!!!!!!!!!!!!
DON'T DO IT!!!!!!!!!
ok jk
in all seriousness, that should work fine lol
LOL yeah idk why i made this thread, i guess so i don't have to flash 2 times if it don't work.
regaw_leinad said:
NOOOOOOOOOO!!!!! WAITTTTT!!!!!! YOU ARE GOING TO BRICK YOU PHONE!!!!!!!!!!!!!!!!!!!!!!
DON'T DO IT!!!!!!!!!
ok jk
in all seriousness, that should work fine lol
Click to expand...
Click to collapse
And OF COURSE it didn't work.
My life is full of ass.
lol

[Q] How to make modded app stay after using adb push?

Does anyone know how to push a modded app to the HTC Desire and make it stay?
Because obviously on the HTC Desire pushing files normally with adb push doesn't make them stay.
Anyone got a solution?
what do you mean it doesn't make them stay?
if you push a file to the system/framework then it will be there
if it's the same file as one already in the phone then it will overwrite it
is your device in recovery when writing to the system folder?
sorry if im missing something here
cgrec92 said:
what do you mean it doesn't make them stay?
if you push a file to the system/framework then it will be there
if it's the same file as one already in the phone then it will overwrite it
is your device in recovery when writing to the system folder?
sorry if im missing something here
Click to expand...
Click to collapse
Well I modded the smooth calender app and made the background transparent and then pushed it to /data/app where it was.
Works fine and shows up how it should.
But then when i restart my phone, it's gone, not in the app launcher or widgets menu but it's still there when I look for it in ROOT EXPLORER.
try pushing the file to system/app
cgrec92 said:
try pushing the file to system/app
Click to expand...
Click to collapse
I've done that too, doesn't work.
Do I have to do it in recovery when pushing apps?
Because it lets me push apps when the phone is normally on.
the phone must be in recovery in order to write to the system
boot into recovery
remove from data/app and system/app the old file
push to system/app the new file
reboot
cgrec92 said:
the phone must be in recovery in order to write to the system
boot into recovery
remove from data/app and system/app the old file
push to system/app the new file
reboot
Click to expand...
Click to collapse
Did all that, still didn't work.
I pushed the apps but they haven't come up at all.
try installing it instead
adb install file.apk
cgrec92 said:
try installing it instead
adb install file.apk
Click to expand...
Click to collapse
Won't install either, was the first thing I tried.
It needs to be signed and I've tried every guide possible on how to sign apk's but none of them work.
it doesnt have to be signed if youre pushing it to your phone
if only has to be signed if you want to be able to flash it
which is actually a good idea considering that adb push isnt working for you
if you send me or upload the file i can sign it for you and you can flash it in recovery
cgrec92 said:
it doesnt have to be signed if youre pushing it to your phone
if only has to be signed if you want to be able to flash it
which is actually a good idea considering that adb push isnt working for you
if you send me or upload the file i can sign it for you and you can flash it in recovery
Click to expand...
Click to collapse
Do you know how to make flashable zip files?
Because I've been asking around for bloody ages on how to do it but no one seems to want to reply!
im not sure on windows but i can have it done in a second on my mac
cgrec92 said:
im not sure on windows but i can have it done in a second on my mac
Click to expand...
Click to collapse
AHH ****!
I don't understand why people can't tell me how to do it on windows!
But yeh I've attached the apks!
UltraLinx said:
AHH ****!
I don't understand why people can't tell me how to do it on windows!
But yeh I've attached the apks!
Click to expand...
Click to collapse
enjoy
10chaaaaar
cgrec92 said:
enjoy
10chaaaaar
Click to expand...
Click to collapse
Yes they work!
Thank you for the help.
And i was wondering, couldn't I just take out the apps from that zip file and add more modded apps then flash them?
good good
if you unzip the file and then re-zip you'll lose the sign
i think you can add/remove files with a zip manager without actually unzipping
however the update script included in that zip will only allow flashing to /system/app
note that if you toggle signature verification in recovery then you can flash everything signed or not, although this is not good if you are distributing files.
cgrec92 said:
good good
if you unzip the file and then re-zip you'll lose the sign
i think you can add/remove files with a zip manager without actually unzipping
however the update script included in that zip will only allow flashing to /system/app
Click to expand...
Click to collapse
Yeh i'm only going to add to it, not actually unzip it.
Yeh that's cool don't mind it being flashed to /system/app.
Thanks for the help!
UltraLinx said:
Yeh i'm only going to add to it, not actually unzip it.
Yeh that's cool don't mind it being flashed to /system/app.
Thanks for the help!
Click to expand...
Click to collapse
no problem
UltraLinx said:
Do you know how to make flashable zip files?
Because I've been asking around for bloody ages on how to do it but no one seems to want to reply!
Click to expand...
Click to collapse
http://www.robmcghee.com/android/creating-an-android-update-zip-package/
or
http://forums.t-mobile.com/t5/Opera...ndroid-phone/m-p/241285/highlight/true#M26103
its amazing what google can do for you
copex said:
http://www.robmcghee.com/android/creating-an-android-update-zip-package/
or
http://forums.t-mobile.com/t5/Opera...ndroid-phone/m-p/241285/highlight/true#M26103
its amazing what google can do for you
Click to expand...
Click to collapse
In the first one it says, "- edit <workdir>/META-INF/com/google/android/update-script".
Where do i get an update script from?
In the second link it doesn't say anything about making flashable zip files.
I've been to both of those websites before, done hours of searching, come back here for help but no one seems to know.

Unlock SIM without hex edit

Sorry if this has been posted before...please be careful and don't blame me if you will brick your tab
http://forum.xda-developers.com/showpost.php?p=10605338&postcount=5
I haven't tried this method.
ok so we need to delete this "nv_data.bin.md5 and nv_data.bak.md5 "
do i need to delete that too : nv_data.bak
please let me know
This method just seem ridiculous to me. I just don't buy that you delete an important system file and pretend that all it does is sim unlock your tab. I would seriously think twice and make sure I have the /efs folder securely backed up in my PC b4 attempting to do that.
P_
p.s. nv.data.bak is a copy of nv.data.bin used by the system in case the original file gets corrupted. If you delete the .bin file there are good chances that it will be restored with the .bak one. But if you delete both ............. hmmm I am not quite sure in what kind of trouble you're putting yourself into. The .md5 files can be deleted with no problem, they will be regenerated on the next boot.
pakalrtb said:
This method just seem ridiculous to me.
Click to expand...
Click to collapse
And yet 100's of people, using caution have successfully done this.
As always, do your research, ask questions, then go forward.

[Q] Clean ROM flash

Getting ready to do the Clean ROM flash and I have a few questions:
1. The instructions say to Copy ROM to storage. When I navigate to my phone hooked to my PC, I can't find the "storage" folder. Any help with this step would be appreciated
2. How do I boot into recovery?
I have twrp installed and phone's rooted. Just need to know the button config. to go into recovery to follow the installation steps. TY
thestrangebrew said:
Getting ready to do the Clean ROM flash and I have a few questions:
1. The instructions say to Copy ROM to storage. When I navigate to my phone hooked to my PC, I can't find the "storage" folder. Any help with this step would be appreciated
2. How do I boot into recovery?
I have twrp installed and phone's rooted. Just need to know the button config. to go into recovery to follow the installation steps. TY
Click to expand...
Click to collapse
LOL! Sorry I had too. Someone needs there Coffee You copy the rom to your phones storage like where your pictures,Music, and stuff are at. They didnt say anything about a storage folder.
and 2. Download an app called reboot recovery in the market place
You should be cautious when flashing anything if you were looking for a "Storage" folder.
hyelton said:
LOL! Sorry I had too. Someone needs there Coffee You copy the rom to your phones storage like where your pictures,Music, and stuff are at. They didnt say anything about a storage folder.
and 2. Download an app called reboot recovery in the market place
You should be cautious when flashing anything if you were looking for a "Storage" folder.
Click to expand...
Click to collapse
LOL I know, I feel like a total noob for even asking. I have to have instructions literally step for step or else I lose confidence and don't follow through. I'm coming from an SGS2 that I rooted and messed with for the 1st month and never flashed anything since, so I'm pretty much starting over with this ROM stuff. Thanks for the help though!
EDIT: I'm gonna ask another noob question: Do I copy just the img file or the META & System folders too?
thestrangebrew said:
LOL I know, I feel like a total noob for even asking. I have to have instructions literally step for step or else I lose confidence and don't follow through. I'm coming from an SGS2 that I rooted and messed with for the 1st month and never flashed anything since, so I'm pretty much starting over with this ROM stuff. Thanks for the help though!
EDIT: I'm gonna ask another noob question: Do I copy just the img file or the META & System folders too?
Click to expand...
Click to collapse
:crying: what img file and meta system folders ? :crying: Don`t extract the zipped download, The ZIP is what you flash You dont have to extract it.
Ahhh S2 I had that phone when it came out it was one of my longest owned phones.
hyelton said:
:crying: what img file and meta system folders ? :crying: Don`t extract the zipped download, The ZIP is what you flash You dont have to extract it.
Click to expand...
Click to collapse
Holy smokes. I extracted it. ok i'll move the zip to storage. Thanks!
thestrangebrew said:
I'm gonna ask another noob question: Do I copy just the img file or the META & System folders too?
Click to expand...
Click to collapse
Dude! Never be afraid to ask (but if the answers are on the website and you didn't do a proper search, expect flame on!). :laugh:
Anyway, assuming you are on AT&T, you should have downloaded a file called CleanROM-1.1.zip . If you didn't get that one, go here http://www.scottsroms.com/downloads.php?do=file&id=464 and download it. Check the MD5 to ensure the file is not corrupt. Do not unzip the file! Just transfer the file onto your phone - it doesn't really matter where, just remember where you put it. Then reboot into recovery (assuming you have already installed TWRP) using whatever app you like (I prefer GooManager), click Install, navigate to the rom you just put on your phone and you're good to go.
Good luck!
AmbroseAI said:
Dude! Never be afraid to ask (but if the answers are on the website and you didn't do a proper search, expect flame on!). :laugh:
Anyway, assuming you are on AT&T, you should have downloaded a file called CleanROM-1.1.zip . If you didn't get that one, go here http://www.scottsroms.com/downloads.php?do=file&id=464 and download it. Check the MD5 to ensure the file is not corrupt. Do not unzip the file! Just transfer the file onto your phone - it doesn't really matter where, just remember where you put it. Then reboot into recovery (assuming you have already installed TWRP) using whatever app you like (I prefer GooManager), click Install, navigate to the rom you just put on your phone and you're good to go.
Good luck!
Click to expand...
Click to collapse
Thanks yea I did get teh 1.1 ROM and twrp is installed already. I just didn't want to go any further until I for sure understood the process. This feels alot easier then when I was working on the sgs2 and Odin. That and it's been at least 2 years since I've done anything like this lol. Thanks for the help, it looks like it's flashing now!
thestrangebrew said:
LOL I know, I feel like a total noob for even asking. I have to have instructions literally step for step or else I lose confidence and don't follow through. I'm coming from an SGS2 that I rooted and messed with for the 1st month and never flashed anything since, so I'm pretty much starting over with this ROM stuff. Thanks for the help though!
EDIT: I'm gonna ask another noob question: Do I copy just the img file or the META & System folders too?
Click to expand...
Click to collapse
thestrangebrew said:
Holy smokes. I extracted it. ok i'll move the zip to storage. Thanks!
Click to expand...
Click to collapse
It happens, Now you should be able to flash, Any Flashable roms you never need to extract them just flash
Success!! I've been de-virginized! Thanks for you help guys!!

Bloatware Script S8, little help

After I install a rom I delete about 130 apk with Titanium Backup.
Can somebody point me in a direction on how I can make a flashable zip for removal?
I do not know where to find the full names of the apk's and where to start.
I have screenshots of all apk's I delete with TB.
LyLu said:
After I install a rom I delete about 130 apk with Titanium Backup.
Can somebody point me in a direction on how I can make a flashable zip for removal?
I do not know where to find the full names of the apk's and where to start.
I have screenshots of all apk's I delete with TB.
Click to expand...
Click to collapse
I might be able to help with this.
I wished to created one and managed to seek help on XDA on accomplishing this.
I've attached the debloat script.
In order to edit it you'll need to open it up on a computer and use Notepad++, thought when I used that I seemed to always get an error then when attempting flashing in TWRP. So I used my phone to do so.
Navigate to:
META-INF/com/google/android and open the updater-script file
You'll need to add/remove the lines such as:
delete_recursive("/system/app/AAAService");
Just make sure that you keep all formatting the same, such as making sure no unnecessary spaces are left in between lines and that each line keeps the semi-colon at the end of each sentence.
Then flash in TWRP.
Be mindful that there is part in that script that will wipe the caches too. Also the script is a little messy and I need to get round to deleting some as I think there are some duplicates. It's a huge heavy debloat list at present, inclusive of alot of Samsung stuff. So edit accordingly.
I've settled just for freezing them so far but it's my intention to finalise this debloat script and use after flashing a new rom.
Let me know how it goes.
cd993 said:
I might be able to help with this.
I wished to created one and managed to seek help on XDA on accomplishing this.
I've attached the debloat script.
In order to edit it you'll need to open it up on a computer and use Notepad++, thought when I used that I seemed to always get an error then when attempting flashing in TWRP. So I used my phone to do so.
Navigate to:
META-INF/com/google/android and open the updater-script file
You'll need to add/remove the lines such as:
delete_recursive("/system/app/AAAService");
Just make sure that you keep all formatting the same, such as making sure no unnecessary spaces are left in between lines and that each line keeps the semi-colon at the end of each sentence.
Then flash in TWRP.
Be mindful that there is part in that script that will wipe the caches too. Also the script is a little messy and I need to get round to deleting some as I think there are some duplicates. It's a huge heavy debloat list at present, inclusive of alot of Samsung stuff. So edit accordingly.
I've settled just for freezing them so far but it's my intention to finalise this debloat script and use after flashing a new rom.
Let me know how it goes.
Click to expand...
Click to collapse
Thank you very much! I will have a look and test
LyLu said:
Thank you very much! I will have a look and test
Click to expand...
Click to collapse
You're welcome.
I've still yet to test if but waiting in a new version of my favourite rom to be released.
I'm tempted to get a Note 8 port rom and debloat the hell out of it, even all Samsung stuff and try make as pure android as possible experience. Or do the same with an S8 rom. But for now just settled with freezing
would love a reliable list for debloating, this is a great step, thanks
cd993 said:
You're welcome.
I've still yet to test if but waiting in a new version of my favourite rom to be released.
I'm tempted to get a Note 8 port rom and debloat the hell out of it, even all Samsung stuff and try make as pure android as possible experience. Or do the same with an S8 rom. But for now just settled with freezing
Click to expand...
Click to collapse
Now I have taken away some of the lines that makes the phone not boot, like smartcardmanager etc, these can be frosen but not uninstaled from phone, or the phone wont boot!
I have a problem with the script tough, when I try to flash I get error: 6 in TWRP
LyLu said:
Now I have taken away some of the lines that makes the phone not boot, like smartcardmanager etc, these can be frosen but not uninstaled from phone, or the phone wont boot!
I have a problem with the script tough, when I try to flash I get error: 6 in TWRP
Click to expand...
Click to collapse
Ahh really? Sorry to hear this! Like I say I hadn't actually used it as such.
How did you edit the script? As I kept getting that error too, though when I used my phone to edit it rather than using my computer, that worked without that error 6
cd993 said:
Ahh really? Sorry to hear this! Like I say I hadn't actually used it as such.
How did you edit the script? As I kept getting that error too, though when I used my phone to edit it rather than using my computer, that worked without that error 6
Click to expand...
Click to collapse
Notepad+
What app you use to edit on your phone?
LyLu said:
Notepad+
What app you use to edit on your phone?
Click to expand...
Click to collapse
I used X-plore and open as a text document. Then used the edit button (top right), made ammendments and then save
This script will be a massive benefit to those (like me) you want a lite ROM with minimal Samsung stuff, thanks.
cd993 said:
I might be able to help with this.
I wished to created one and managed to seek help on XDA on accomplishing this.
I've attached the debloat script.
In order to edit it you'll need to open it up on a computer and use Notepad++, thought when I used that I seemed to always get an error then when attempting flashing in TWRP. So I used my phone to do so.
Navigate to:
META-INF/com/google/android and open the updater-script file
You'll need to add/remove the lines such as:
delete_recursive("/system/app/AAAService");
Just make sure that you keep all formatting the same, such as making sure no unnecessary spaces are left in between lines and that each line keeps the semi-colon at the end of each sentence.
Then flash in TWRP.
Be mindful that there is part in that script that will wipe the caches too. Also the script is a little messy and I need to get round to deleting some as I think there are some duplicates. It's a huge heavy debloat list at present, inclusive of alot of Samsung stuff. So edit accordingly.
I've settled just for freezing them so far but it's my intention to finalise this debloat script and use after flashing a new rom.
Let me know how it goes.
Click to expand...
Click to collapse
Thanks...but it´s possible add system apps too?? After the debloat i need to install some system apps to my rom....if the script do that it was very very nice tooo ....can you help me???

Categories

Resources