Related
I want to go back to stock odexed DI18 in order to use MobileAP.But I want to use my personal theme,can I just delete framework-res.apk and framework-res.odex and replace them with deodexed framework-res.apk?Or there is more to it?
umm I don't think its that simple I think there is a post in the themes and appear section that somehow puts your odex files into your apks... lemme look for it ill see if I can find it.
Epic
umm here ya go this should work http://www.google.com/m/url?client=...jABOAo&usg=AFQjCNFQFeopEW8SZ-Hj32h_21JgSrf1RQ just follow the directions it should work for what you want to do. and please don't double post putting it in two sections wont get you an answer faster and clutters the forums.
Epic
deano0714 said:
umm here ya go this should work http://www.google.com/m/url?client=...jABOAo&usg=AFQjCNFQFeopEW8SZ-Hj32h_21JgSrf1RQ just follow the directions it should work for what you want to do. and please don't double post putting it in two sections wont get you an answer faster and clutters the forums.
Epic
Click to expand...
Click to collapse
The odexing app doesnt work from what I read on there.
Without that script it can't be done. Some roms are having adn parasite with it you should be fine on the stock rom. But deleting the framework and adding stock files and odex, even if you did under system folder as well wouldn't work.
Sent from my SPH-D700 using Tapatalk
Eh, here's a better one.
Download:
Bootscreen: http://www.mediafire.com/?ph1fb37x495moeq
Bootsound: http://www.mediafire.com/?kvovzrjr99b8ixx
(remember to rename the bootsound to PowerOn.mp3 and back the old one up!)
Enjoy and please provide feedback!
looking nice
Thanks! Do you have any requests for other bootscreens?
sorry for this, haven't tried changing bootsound, basically how do you change that one? thanks man
Back the original one up in /system/sounds/lgeSounds/PowerOn.mp3, download this one, rename it to PowerOn.mp3 and put it in the same place.
Could u make a bootscreen of HP Lovecraft's Call of Cthulhu
Depends if it's bootable.
You know how to change is it our in this case add it in miks Cm7 rom
Sent from my LG-P500 using XDA Premium App
Umm, well if you want it in that ROM I'll go speak to Mik.
Well I posted out in the thread never got a response I don't want our in the rom I just want to know how to do it
Sent from my LG-P500 using XDA Premium App
There are lots of tutorials online on how to make a bootscreen and set it...
metalboy94 said:
Depends if it's bootable.
Click to expand...
Click to collapse
just anything with Cthulhu would be cool
FnH84 said:
just anything with Cthulhu would be cool
Click to expand...
Click to collapse
Kay, I'll give it a shot.
metalboy94 said:
Kay, I'll give it a shot.
Click to expand...
Click to collapse
thanks!
Im curious, on athenos rom I dont see a folder like listed.
I also looked on my nanadroid of asop and no folder like mentioned.
Im on the V how would I go about making this work?
very nice
awesome man
eollie said:
Im curious, on athenos rom I dont see a folder like listed.
I also looked on my nanadroid of asop and no folder like mentioned.
Im on the V how would I go about making this work?
Click to expand...
Click to collapse
Hmm... To tell you the truth, I have no idea. I am using the stock v20g ROM + root and tweaks btw. You should go find the special tutorial for applying bootscreens on the V or your ROM.
metalboy94 said:
Hmm... To tell you the truth, I have no idea. I am using the stock v20g ROM + root and tweaks btw. You should go find the special tutorial for applying bootscreens on the V or your ROM.
Click to expand...
Click to collapse
Applying the bootanimation is cake. I should have been more clear. The sound file folder doesnt exist in the path listed above. Ive tried various different things to get this to work and asked about it before in other threads. But nobody knows.
Thanks for the reply guess Ill go rip apart the stock rom and see where virgin hides their sounds.
eollie said:
Applying the bootanimation is cake. I should have been more clear. The sound file folder doesnt exist in the path listed above. Ive tried various different things to get this to work and asked about it before in other threads. But nobody knows.
Thanks for the reply guess Ill go rip apart the stock rom and see where virgin hides their sounds.
Click to expand...
Click to collapse
Ah, I see. Yeah, guess you gotta do that if the sound is not the same as the original LG one (you can check that out in a recent video on my YouTube channel).
I know that there are actually LOTS of "How to port ROMS" in this forum now.. but I would like to share a certain source I found that is actually fool proof
Here it goes!
find a ROM that is designed for the same CPU type and the same phone manufacturer. Any stock Gingerbread, ICS, or CyanogenMod 7/9 ROM should work, but you’ll have to make sure your phone can handle the ROM – no ICS for an HTC Hero, for example. Also, your Port ROM's original Phone should have the same RESOLUTION with that of your phone's.
You will need:
**Notepad++
**a compression program (WinZip or 7zip and etc)
**the ROM you want to port to your phone (let’s call it the "Port ROM")
**a ROM designed for your phone (let’s call it"Base ROM")
Click to expand...
Click to collapse
This guide may mention some files or directories that aren’t present in your particular ROM; don’t worry, just carry on.
On your PC, extract the .ZIP files containing the two ROMs, and navigate to /system/app in your extracted Port ROM and copy stk.apk, vpnservices.apk, camera.apk, and bluetooth.apk into a temporary directory somewhere else on your PC.
Click to expand...
Click to collapse
Now, delete the following folders from your Port ROM and replace them with the ones from your Base ROM: /data, /system/app, /system/framework, /system/fonts and /system/media.
Click to expand...
Click to collapse
From your Base ROM, copy /system/lib/libandroid_runtime.so to the system/lib/ directory of your Port ROM, overwriting the file.
Click to expand...
Click to collapse
Next up, move the .APKs you copied earlier back into the /system/app directory of your Port ROM.
Click to expand...
Click to collapse
Open up /system/lib in your Port ROM and copy all the files and folders. Paste them into the Base’s /system/lib directory, replacing all. Then go back to the Port ROM and delete the /system/lib folder, and replace it with the /system/lib folder from the Base ROM.
Click to expand...
Click to collapse
Next, navigate to the /system/etc/init.d folder in the Port ROM and do the same copy-from-Port, paste-to-Base, delete-from-Port, copy-from-Base, paste-to-Port shuffle as before.
Click to expand...
Click to collapse
Navigate to /system/etc/permissions and do that same copy-paste dance one more time.
Click to expand...
Click to collapse
open system/build.prop from both the port and the base ROM in Notepad++. Update the Base build.prop to match the values for “ro.build.description=” and “ro.build.fingerprint=” from your Port. Now save the Base build.prop, exit Notepad++, and copy the Base build.prop into the Port ROM, overwriting the Port build.prop.
Click to expand...
Click to collapse
In Notepad++, open \META-INF\com\google\android\updater-script from both your base and port ROMs. Edit the Port’s script to be like the Base’s updater-script: specifically, change, edit, or add the sections for permissions, ui_prints, asserts, run_programs, and installing the kernel. Don’t change any of the symlinks. In the Port script, make sure that the ‘format’ values are appropriate for your device (compare them to the Base script).
Click to expand...
Click to collapse
Finally, make sure that your kernel is specifically for your device.
Click to expand...
Click to collapse
Now, if you desire, you can update any apps you require, or add any tools like BusyBox or SuperSU.
And that’s it! Your base ROM is now ready to be zipped and installed on your device via Clockwork Mod!
SOURCE: http://apcmag.com/port-roms-to-your-android-device.htm
ADDITIONAL INFORMATION:
CUSTOM ROM FOLDERS EXPLAINED
List of Resolution for Smartphones
How to change Kernel of ROM Before installation in its zip file.
[GUIDE][How to Make CWM Recovery Flashable Zip file without Computer]
copy - paste, easy made. nice guide, thanks
30adi said:
copy - paste, easy made. nice guide, thanks
Click to expand...
Click to collapse
Yes but i found the source highly confusing i just "cleaned it up"
Sent from my GT-I9300 using xda premium
Very good job, thank you.
ADDED:
[GUIDE][How to Make CWM Recovery Flashable Zip file without Computer]
I port a ROM but I am getting unknown baseband no imei please tell me how to fix
khan_frd2002 said:
I port a ROM but I am getting unknown baseband no imei please tell me how to fix
Click to expand...
Click to collapse
go to build.prop in /system and edit rild.libpath=
rild.libargs=
to match your device and that should fix it
your guide was just copied by a person from One V forums without giving proper credits.
see here: here
1ceb0x said:
your guide was just copied by a person from One V forums without giving proper credits.
see here: here
Click to expand...
Click to collapse
I see.. he should've given proper credits to the website
Sent from my GT-I9300 using xda premium
changing lib path in buildprob
not work
erm hello, can you put the other guides in your OP? some are in your other posts and it would not be easy for others to see..
nice guide and gonna try this when i got time
:good:
kemaro30 said:
erm hello, can you put the other guides in your OP? some are in your other posts and it would not be easy for others to see..
nice guide and gonna try this when i got time
:good:
Click to expand...
Click to collapse
What "other" guides do you mean?
Sent from my GT-I9300 using xda premium
Hello I Wanted to port Cm7 On a New cpu named as - MediaTek 6573 ! it is an armv6 one ... any suggestions from where to start ....etc ?
I will definitely give this a try.
Great guide. Subscribed!!
ChummyDays said:
Okay, question: what is the point of porting a ROM made for a device with the same CPU and same manufacturer?? there is VERY few phones that are made by the same company and the same cpu!
Click to expand...
Click to collapse
Well that is to ensure "safety" when porting a ROM.. the guide i posted was a beginner's guide on how to port.. as you can see, almost 80% of the procedure is just basically copy&paste..
however, if you have a good background now in codes and porting things, i believe you may not follow step-by-step the procedures i stated above.
Sent from my GT-I9300 using xda premium
mandeep1 said:
Hello I Wanted to port Cm7 On a New cpu named as - MediaTek 6573 ! it is an armv6 one ... any suggestions from where to start ....etc ?
Click to expand...
Click to collapse
Search for other phones with similar cpu
Sent from my GT-I9300 using xda premium
What about dual Sim ph?
Does anyone have any idea what would cause a "Modem Crashed Forced Upload Mode" on a port for SGS3?
I can't seem to pinpoint what causes that (I think it's a kernel panic but I could be wrong)
Looks like this would work on International Note 2 and Tmobile Note 2. They have the exact same hardware and everything. I was wondering about the last statement about kernel. Can't I just copy the boot.img from tmobile note 2 to international note 2 ? would that work ? I am not familiar with kernels and stuff. Need advice.
Thanks
Since i don't have the rights to post in the development forum yet i'll post my question here...
Last week i installed the Echoe Kit Kat v.1 Slim version.
Great ROM and everything works great, no reboots at all. Only thing i couldn't manage to work is the synchronizing of my Google calendar.
Found this in the thread :
@friedrich420
Originally Posted by olskar View Post
Just installed the slim version, looks good! However my calendar doesn't sync.. I can not see that option even, any idea on what to do? Maybe the process CALENDAR STORAGE is gone, can I get it back?
Click to expand...
Click to collapse
its one of the .apk's in the priv-app folder that i deleted..
my friend i need some time to gather all the deleted files and upload them...
the easiest way for you maybe would be to d/l the full version and extract the files...
Click to expand...
Click to collapse
Cant find witch files i need to put back to get this working.
Anyone that knows?
clphone heart
original post :
http://forum.xda-developers.com/showthread.php?p=48174877#post48174877
coffeblixt said:
Since i don't have the rights to post in the development forum yet i'll post my question here...
Last week i installed the Echoe Kit Kat v.1 Slim version.
Great ROM and everything works great, no reboots at all. Only thing i couldn't manage to work is the synchronizing of my Google calendar.
Found this in the thread :
@friedrich420
Cant find witch files i need to put back to get this working.
Anyone that knows?
Click to expand...
Click to collapse
system/priv-app/CalendarProvider
Gimme a second and ill upload them for you... Then push them (its 2 files: the .apk and the .odex one) to system/priv-app and change permissions to wr-r-r (644)
friedrich420 said:
system/priv-app/CalendarProvider
Gimme a second and ill upload them for you... Then push them (its 2 files: the .apk and the .odex one) to system/priv-app and change permissions to wr-r-r (644)
Click to expand...
Click to collapse
Great!
Thanks for a great job with the rom. Love the speed
coffeblixt said:
Great!
Thanks for a great job with the rom. Love the speed
Click to expand...
Click to collapse
You are most welcome
Here you go:
https://www.dropbox.com/s/5betyvgw0q04f0i/CalendarProvider.apk
https://www.dropbox.com/s/305p2yyajj39qu8/CalendarProvider.odex
:good:
Worked like a charm!
Thanx alot dude. And again.. great ROM! :good:
Q&A for [Root][UnRoot][AROMA]Multi Root Installer V1.0
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [Root][UnRoot][AROMA]Multi Root Installer V1.0. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
lothaer said:
marcussmith2626;48
This didn't work either
This has the same problem
Thanks but I found an old copy of Samsung Universal Gingerbread Root on google that did the trick :)[/QUOTE said:
yes, definitely doesn't work
Click to expand...
Click to collapse
Click to expand...
Click to collapse
installation aborted when i flashed it in my sgy gt5360..
i have a custom rom cd future by team devil..
does it conflict with my rom?
thanks!
jyaefuri san said:
installation aborted when i flashed it in my sgy gt5360..
i have a custom rom cd future by team devil..
does it conflict with my rom?
thanks!
Click to expand...
Click to collapse
Why are you flashing this on a custom rom? Surely it's already rooted
marcussmith2626 said:
Why are you flashing this on a custom rom? Surely it's already rooted
Click to expand...
Click to collapse
for flashing kernels and roms...or use odin just to be safe?
another update i've read about nemesis but no links and guide found...
do you have a link sir?
i think i dont like my rom because, it has a lot of themes that consumes battery.
if you can recommend a rom sir? i woul really appreciate it..
thanks!
jyaefuri san said:
for flashing kernels and roms...or use odin just to be safe?
another update i've read about nemesis but no links and guide found...
do you have a link sir?
i think i dont like my rom because, it has a lot of themes that consumes battery.
if you can recommend a rom sir? i woul really appreciate it..
thanks!
Click to expand...
Click to collapse
If you are using a custom rom it's already rooted so no need for this
The rom mentioned is banned on xda
See dev thread for roms & read the first post to find out if it's suitable for you
Virus alert
Do not download this file: Multi-Root-Installer_Final.zip It's packed with virus and malware.
r3203609887 said:
Do not download this file: Multi-Root-Installer_Final.zip It's packed with virus and malware.
Click to expand...
Click to collapse
No its not - you are downloading the wrong file from dev-host
Click the Download Now button not the Download button
The download button is an advert which is an exe file (obviously exe is not for Android)
Look what you are downloading before you comment
Virus alert
TheFixItMan said:
No its not - you are downloading the wrong file from dev-host
Click the Download Now button not the Download button
The download button is an advert which is an exe file (obviously exe is not for Android)
Look what you are downloading before you comment
Click to expand...
Click to collapse
I did. Obviously an exe file is not for Android (duh..), in fact I downloaded it with a Windows PC... the exe file is a downloader, and it actually downloaded the right file, which is Multi-Root-Installer_Final.zip, but it came with a virus and a lot of crapware (malware/adware). Then you can call it ADVERT or whatever you want, but you still get a virus and a lot of crap.
No SuperSU, Unroot not working
TheFixItMan said:
No its not - you are downloading the wrong file from dev-host
Click the Download Now button not the Download button
The download button is an advert which is an exe file (obviously exe is not for Android)
Look what you are downloading before you comment
Click to expand...
Click to collapse
Tried all this on a stock Galaxy Y GT-S5360. I've chosen SuperSU, but I got Superuser instead (which I already had from a previous try, failed). Then I tried to unroot, but nothing happened, I still have Superuser installed and phone rooted.
r3203609887 said:
Tried all this on a stock Galaxy Y GT-S5360. I've chosen SuperSU, but I got Superuser instead (which I already had from a previous try, failed). Then I tried to unroot, but nothing happened, I still have Superuser installed and phone rooted.
Click to expand...
Click to collapse
Like i said - click download now not download and don't use their installer which contains adware
I'm guessing you are not mounting system before flashing a zip
good eve
hi... im jhan a want to ask how to flash multi root installer on my galaxy y? thanks so...
im new here..
It looks awesome and the script starts fine but when it goes to actually do something, it does not change anything and says that the operation was successful.
After the reboot not a thing was changed.
I am using a GT-S5360 galaxy y that I had rooted using a keruk package, I then unrooted it to update the firmware and now wanted to reroot it with superSU using your installer.
Shame it does not work.
Any ideas?