Jellybean Porting Thread - Android Software Development

This thread is to assist porting of Android 4.1 (Jellybean) to ICS devices
A good base ROM for porting: http://forum.xda-developers.com/showthread.php?t=1737849
Ramdisk diff
This is a diff file for the Jellybean ramdisk from ICS. This is from the galaxy nexus and will have to be changed for your specific device. Some notes that are not shown in the diff are that /sbin/adbd and init changed -- These are both binaries so they need to be manually taken from the jb ramdisk.
http://pastebin.com/xwCLRrT0
Files changed in /system/
This is a list of files that have changed in JB... Please check /vendor/{device vendor}/{device name}/ and[/SIZE][/SIZE] /device/{device vendor}/{device name}/ in the CM source to make sure they don't overlap... If any do, just keep your cm9 versions.
/system/app/ - Basically every apk, don't even bother copying individual changed files
/system/bin/
adb.p dumpsys.p mksh.p sdptool.p
applypatch.p fsck_msdos.p mtpd.p sensorservice.p
app_process.p gzip.p ndc.p servicemanager.p
bluetoothd.p hciattach.p netcfg.p service.p
bootanimation.p hostapd.p netd.p setup_fs.p
brcm_patchram_plus.p installd.p pand.p smc_pa_ctrl.p
bugreport.p ip6tables.p ping.p surfaceflinger.p
dalvikvm.p ip.p pppd.p system_server.p
dbus-daemon.p iptables.p racoon.p tc.p
debuggerd.p keystore.p rild.p tf_daemon.p
dexopt.p linker.p run-as.p toolbox.p
dhcpcd.p logcat.p schedtest.p vdc.p
dnsmasq.p logwrapper.p screencap.p vold.p
drmserver.p make_ext4fs.p screenshot.p wpa_supplicant.p
dumpstate.p mediaserver.p sdcard.p
NEW
atrace content e2fsck mdnsd requestsync uiautomator
/system/xbin/
dexdump.p/system/etc/apns-conf.xml.p fallback_fonts.xml.p permissions
audio_effects.conf.p gps.conf.p ppp
dhcpcd media_profiles.xml.p security
event-log-tags.p NOTICE.html.gz.p system_fonts.xml.p
NEW
audio_policy.conf media_codecs.xml security
fallback_fonts-ja.xml preferred-apps
/system/media/ & /system/fonts/ - Just take it all from jb as pretty much none is device specific.
/system/framework/ - Everything

Very cool, and answers a few problems I was having. Great work man, really helpful
Sent from my Incredible S using xda premium

I think I might just start from scratch again and use this to make a new first version.I hope this can help me get a booting version for the Sensation, but I make no promises. What I have so far is just bootlooping. Thanks for your work and the post......

Edited: Nvm I got it. I'm dumb.

T-Macgnolia said:
I think I might just start from scratch again and use this to make a new first version.I hope this can help me get a booting version for the Sensation, but I make no promises. What I have so far is just bootlooping. Thanks for your work and the post......
Click to expand...
Click to collapse
Do you have gtalk? I might want some help porting to my device.
Sent from my SPH-D700 using Tapatalk 2

MДЯCЦSДИT said:
Do you have gtalk? I might want some help porting to my device.
Sent from my SPH-D700 using Tapatalk 2
Click to expand...
Click to collapse
Yeah I got it now lol, my user name is tmacgnolia on gtalk.
Edit: My mistake man it is Tony Roach.

anyone else having pastebin issues? site seems like its down D:

Same here! Lots of answers solved.

Anyone having any luck? Im porting it to the Droid Incredible and im getting the same errors in my logcats no matter what i do.

Albinoman said:
Anyone having any luck? Im porting it to the Droid Incredible and im getting the same errors in my logcats no matter what i do.
Click to expand...
Click to collapse
Have you edited the ramdisk?
Sent from my SPH-D700 using Tapatalk 2

MДЯCЦSДИT said:
Have you edited the ramdisk?
Sent from my SPH-D700 using Tapatalk 2
Click to expand...
Click to collapse
Thats what my friends doing right now.

What exactly do we edit in the ramdisk?
Can somebody explain a bit more?
Sent from my LG-E739 using Tapatalk 2

medicjunKie said:
What exactly do we edit in the ramdisk?
Can somebody explain a bit more?
Sent from my LG-E739 using Tapatalk 2
Click to expand...
Click to collapse
Extract the boot.img using a kitchen on linux
Sent from my SPH-D700 using Tapatalk 2

MДЯCЦSДИT said:
Extract the boot.img using a kitchen on linux
Sent from my SPH-D700 using Tapatalk 2
Click to expand...
Click to collapse
I hate feeling like a Noob, and Having to ask, but once its extracted, and we have the kernel and the Ramdisk, what do we actually edit?

medicjunKie said:
What exactly do we edit in the ramdisk?
Can somebody explain a bit more?
Sent from my LG-E739 using Tapatalk 2
Click to expand...
Click to collapse
budm said:
I hate feeling like a Noob, and Having to ask, but once its extracted, and we have the kernel and the Ramdisk, what do we actually edit?
Click to expand...
Click to collapse
The main thing you have to edit is the init.rc, but you may need to edit other things as well. I still have not found the right combinations of edits for my port to boot, Anyway use something like WinMerge to compare the files from the ramdisk of your base ROM with the ramdisk of the SDK. You can also edit the files while you have them in WinMerge.

Thank you so much, I will definitely try using that tool, and that gives me a direction to try towards.
cheers!

Ok guys i feel like im getting closer. The exact error im getting is,
Could not find method com.android.providers.settings.DatabaseHelper.setWriteAheadLoggingEnabled, referenced from method com.android.providers.settings.DatabaseHelper.<init>
Anyone have any ideas? I know that settings is crashing but i don't know what to do about it. Here is the full logcat http://paste.ubuntu.com/1065069/

Is the whole pastebin is to replace everything in init.rc? Or some of it?

DaXmax said:
Is the whole pastebin is to replace everything in init.rc? Or some of it?
Click to expand...
Click to collapse
It is a diff
Sent from my SPH-D700 using Tapatalk 2

Albinoman said:
Ok guys i feel like im getting closer. The exact error im getting is,
Could not find method com.android.providers.settings.DatabaseHelper.setWriteAheadLoggingEnabled, referenced from method com.android.providers.settings.DatabaseHelper.<init>
Anyone have any ideas? I know that settings is crashing but i don't know what to do about it. Here is the full logcat http://paste.ubuntu.com/1065069/
Click to expand...
Click to collapse
That means that it can not find com.android.providers.settings.DatabaseHelper.setWriteAheadLoggingEnabled that is referenced in the init of the ramdisk. So you need to look at the init of the ramdisk and see where it is looking for that file and then place that file where it is suppose to be.
Also I finally got my port booting but it does not get passed the bootanimation and I got the adb working, yay.

Related

[Q] Can someone mod a rom for me? please :)

can anyone mod a ACS rom for me so it can say "Stevie" in the lock screen and notification bar? instead of acs
http://forum.xda-developers.com/showthread.php?t=976194
bump.......
there's a couple problems with this. What theme are you using. If your using a theme your gonna have to contact that dev and ask him. If your just using the rom I'm the man to talk to.
if I do this for you then others are going to want it done then it will be time consuming. And I won't be able to work in my other projects. However I wrote a how-to on changing the sprint branding. You can always follow those instructions.
If I have some free time I may try to fit this in.
Sent from my SPH-D700 using Tapatalk
steviee7 said:
bump.......
Click to expand...
Click to collapse
you need to give the thread some time so people can see it. If no response in 24 hours then bump it. Not in the same time or in a matter of minutes. We don't live on the internet
Sent from my SPH-D700 using Tapatalk
sorry bout that... yes im just running the rom itself no theme or anything
steviee7 said:
sorry bout that... yes im just running the rom itself no theme or anything
Click to expand...
Click to collapse
I either suggest trying it your self or wait to see if I have time to do it
Sent from my SPH-D700 using Tapatalk
i tried it the other day but i messed up and i think i would rather wait for whenever you have time to mod it im in no rush i just thought it would be cool
just keep trying until you get it to work, you will feel awesome and you may learn a thing or two about android. there are a pretty limited number of ways to mess up such a small change so just do a little reading and you'll figure it out.
amirite said:
just keep trying until you get it to work, you will feel awesome and you may learn a thing or two about android. there are a pretty limited number of ways to mess up such a small change so just do a little reading and you'll figure it out.
Click to expand...
Click to collapse
+1 to this. I recently started using a theme that I wanted tweaked in one little way. I posted something in the thread and got no response and so started screwing around with it myself. It took a while (and multiple screw ups) but I eventually got it to do what I wanted. However, I learned a ton in the process that made me come up with new and improved ways I might screw up... I mean improve... my phone.
By the way, I think the key to doing this with confidence is doing a full "nandroid" backup (i.e. a backup in clockwork). As long as you do this before messing with anything on the phone, you can pretty much always restore the backup and be right where you were. I got myself stuck a couple times and this saved me.
dr_gibberish said:
+1 to this. I recently started using a theme that I wanted tweaked in one little way. I posted something in the thread and got no response and so started screwing around with it myself. It took a while (and multiple screw ups) but I eventually got it to do what I wanted. However, I learned a ton in the process that made me come up with new and improved ways I might screw up... I mean improve... my phone.
By the way, I think the key to doing this with confidence is doing a full "nandroid" backup (i.e. a backup in clockwork). As long as you do this before messing with anything on the phone, you can pretty much always restore the backup and be right where you were. I got myself stuck a couple times and this saved me.
Click to expand...
Click to collapse
When I'm working on mods I zip up the files I edited so I can flash and test the mod. I also create a 2nd zip with the same files but un modified. So if the modified zip breaks things I flash the un modified zip
Sent from my SPH-D700 using Tapatalk
MysteryEmotionz said:
However I wrote a how-to on changing the sprint branding. You can always follow those instructions.
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
Where is this located?
BWFBezerk said:
Where is this located?
Click to expand...
Click to collapse
Strings.xml after you decompile framework-res.apk zz_roaming text you'll see it probably says acs already. Pull the framework res.apk decompile in apk manager, then navigate to projects/framework-res.apk/res/values/strings.xml. Scroll down towards the bottom and search for zz_roaming_. Note in apk manager when you recompile and it asks is this a system app choose y. Then it asks to preserve signature as well as files choose yes thenin apk manager you'll now have a keep folder. Delete the file named resources.arsc and then goto place here for modding folder. You'll see unsigned-framework-res.apk in there rename that to framework-res.
Sent from my SPH-D700 using Tapatalk
dreamsforgotten said:
Strings.xml after you decompile framework-res.apk zz_roaming text you'll see it probably says acs already. Pull the framework res.apk decompile in apk manager, then navigate to projects/framework-res.apk/res/values/strings.xml. Scroll down towards the bottom and search for zz_roaming_. Note in apk manager when you recompile and it asks is this a system app choose y. Then it asks to preserve signature as well as files choose yes thenin apk manager you'll now have a keep folder. Delete the file named resources.arsc and then goto place here for modding folder. You'll see unsigned-framework-res.apk in there rename that to framework-res.
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
should have just linked him to my thread. Give me a minute and I'll dig it up
Sent from my SPH-D700 using Tapatalk
http://forum.xda-developers.com/showthread.php?t=872222
Sent from my SPH-D700 using Tapatalk
MysteryEmotionz said:
http://forum.xda-developers.com/showthread.php?t=872222
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
You right forgot all about it!
Lmao miss read that question thought he asked where the name was located seems he wanted the thread
Sent from my SPH-D700 using Tapatalk
well i tried to do it myself again... using your guide and when i try to install the new rom it says installation aborted!
Just push the framework-res.apk file... installation aborted is a problem with your updater-script
Sent from my SPH-D700 using XDA App
chris41g said:
Just push the framework-res.apk file... installation aborted is a problem with your updater-script
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Either push it using adb or root explorer. Or use update script from another theme but leaving the file structure the same
Sent from my SPH-D700 using Tapatalk
chris41g said:
Just push the framework-res.apk file... installation aborted is a problem with your updater-script
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
yeah... i dont know how to do that...
steviee7 said:
yeah... i dont know how to do that...
Click to expand...
Click to collapse
Turn usb debugging on in settings applications development. Hook your usb cable open a command prompt and in the terminal cd to the directory with the modded framework and type adb push framework-res.apk system/framework/ and then hit enter. This requires you have the android sdk installed and the tools in your path if u you have trouble with that then get a theme that works on your rom open the theme with a zip program and delete everything inside the system folder except the folder framework. Next open the framework folder and delete both framework-res.apk and twframework.apk. Next drag and drop your framework-res.apk into that framework folder close the zip and flash
Sent from my SPH-D700 using Tapatalk

Deodexing S2 XWKDD

Can someone Deodex the firmware, i've tried but I failed miserably
These are the ones i couldnt deodex
/system/framework/
android.policy
ext
framework
services
/system/app/
email
fts
gallery 3d
imeitracker
kieswifi
mediaprovider
mms
mobileprint
motionsettings
mtpapplication
packageinstaller
phone
samsungwidget_weatherclock
secdownloadprovider
settings
socialhub
stk
tasks
tasksprovider
touchwiz30launcher
touchwizcalendar
trimapp
I don't have the device yet but I actually managed to deodex kdd as a whole. the only exceptions were Email and MobilePrint. I just ignored these errors but yea, I have these two folders sitting on my desktop waiting for my phone to arrive
Sent from my GT-I9000 using XDA App
madmack said:
I don't have the device yet but I actually managed to deodex kdd as a whole. the only exceptions were Email and MobilePrint. I just ignored these errors but yea, I have these two folders sitting on my desktop waiting for my phone to arrive
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
Could you upload the files please
Sent from my GT-I9100 using XDA App
soyef said:
Could you upload the files please
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Yes please upload!
Plz help a poor WinMo-refugee waiting for his first droid-device:
WTF is deodexing ?
troed said:
Plz help a poor WinMo-refugee waiting for his first droid-device:
WTF is deodexing ?
Click to expand...
Click to collapse
Apk files have respective odexes that devs use to supposedly save space.
Deodexing means you convert it back to a .dex file and put it back inside the apk.
This allows you to easily replace files (not having to worry about odexes), but the main point was to deodex services.jar so that you can change all text to different colors (such as the clock color to white) and to deodex services.jar, you need to deodex everything.
I'll upload what I have after elclassico
Sent from my GT-I9000 using XDA App
and here it is:
http://www.multiupload.com/MW71E1DAHV
you might want to delete Email.apk and MobilePrint.apk first because these two were the ones that I deodexed ignoring the errors. (lotsa errors with Email.apk. be wary of that one )
most of the errors in these two files were related to some awt libraries that are missing. I think (or hope) that they used these libraries only for debugging, so it shouldn't crash theoretically.
lemme know if it works guys ! can't wait for my phone to arrive
madmack said:
and here it is:
http://www.multiupload.com/MW71E1DAHV
you might want to delete Email.apk and MobilePrint.apk first because these two were the ones that I deodexed ignoring the errors. (lotsa errors with Email.apk. be wary of that one )
most of the errors in these two files were related to some awt libraries that are missing. I think (or hope) that they used these libraries only for debugging, so it shouldn't crash theoretically.
lemme know if it works guys ! can't wait for my phone to arrive
Click to expand...
Click to collapse
seems to be working fine, even the email.apk works fine!
thanks for the deodexing!!
soyef said:
seems to be working fine, even the email.apk works fine!
thanks for the deodexing!!
Click to expand...
Click to collapse
awesome !! I know what I'm gonna do when I receive this phone
thanks for letting me know
madmack said:
awesome !! I know what I'm gonna do when I receive this phone
thanks for letting me know
Click to expand...
Click to collapse
Oh and btw I also tried your Arabic patch and it worked fine too, just waiting for the libwebcore now
Thanks!!
Sent from my GT-I9100 using XDA App
soyef said:
Oh and btw I also tried your Arabic patch and it worked fine too, just waiting for the libwebcore now
Thanks!!
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
oh, "so" from the comments
I've replied to your comment with a libwebcore to test. let me know if it works.
madmack said:
oh, "so" from the comments
I've replied to your comment with a libwebcore to test. let me know if it works.
Click to expand...
Click to collapse
This is what I got from the logcat, and by the way I'm willing to test more if you need me to
soyef said:
This is what I got from the logcat, and by the way I'm willing to test more if you need me to
Click to expand...
Click to collapse
oops. thanks for testing
the logcat doesn't look good at all. I think I'll wait until samsung releases the proper sources for our phone before I make another attempt. This was all built with the korean sources and the error it throws now doesn't help much.
thanks again
ok, I'm a little restless and tenacious... i was able through some hoops and jumps to get a libwebcore with samsung's korean sources that matches the size of the one in your phone exactly (basically the build config of crespo.. should match the sII's except for the target_board_platform). I've not applied any arabic patches to it yet. just please try it and see if it at least runs ? (if it does, we have a winner !! )
http://www.multiupload.com/GK89VBFET9
GlossGhost said:
Apk files have respective odexes that devs use to supposedly save space.
Deodexing means you convert it back to a .dex file and put it back inside the apk.
This allows you to easily replace files (not having to worry about odexes), but the main point was to deodex services.jar so that you can change all text to different colors (such as the clock color to white) and to deodex services.jar, you need to deodex everything.
Click to expand...
Click to collapse
Tx a LOT ! Now I got it ..........
madmack said:
ok, I'm a little restless and tenacious... i was able through some hoops and jumps to get a libwebcore with samsung's korean sources that matches the size of the one in your phone exactly (basically the build config of crespo.. should match the sII's except for the target_board_platform). I've not applied any arabic patches to it yet. just please try it and see if it at least runs ? (if it does, we have a winner !! )
http://www.multiupload.com/GK89VBFET9
Click to expand...
Click to collapse
I think you have a winner then!
it seems to be running fine
i'm not sure, but I think that the camera isn't working
soyef said:
I think you have a winner then!
it seems to be running fine
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1063205
by the way, camera.apk from the deodexed files gives force close

Is it possible to open up an .apk file for editing?

I'm just wondering if its possible, thanks.
Yea. Be more specific.
Sent from my GT-N7000 using Tapatalk 2
http://bit.ly/JgDTho
Jesse Jackson said:
Yea. Be more specific.
Sent from my GT-N7000 using Tapatalk 2
Click to expand...
Click to collapse
Okay, i'll be more specific. I'm going to start developing soon so I am trying to find out whether if I create an app and then it can be opened and edited by someone else, for example...if someone decided to steal my code and use it for their apps.
apks are package code..
code is compile at compile time..ie ...you will see xml code and image assets and compile code...
the code is already in binary format so you cant edit it.
is not like javascript is more like java..in that see only .class files..
SealsNavie said:
I'm just wondering if its possible, thanks.
Click to expand...
Click to collapse
APK Edit 0.4

Updated build.props for el30 (and legendary) roms! Updated with flashable zips!

If you were already getting the update message before flashing or pasting this file YOU MUST CLEAR CACHE AFTER PASTING OR FLASHING!!! That will clear the ota download from your phone and it won't be downloaded again after the build.prop edit!
Clean GB MTD 1.1.2 > http://db.tt/BfUir1kc.
Flashable- http://db.tt/OVjJAZw0
(If running bml version open the file after downloading with a text editor and change any mtd to bml and then replace in /system)
Sleeper rom > http://db.tt/pNLSOZ3B.
Flashable- http://db.tt/aekFn8K9
Thunderhawk IV el30 > http://db.tt/TFWgS337
Flashable- http://db.tt/hQzt0dlK
Legendary 2.2 ei22 > http://db.tt/Jq2i1TMX
Flashable > http://db.tt/usbR2lg1
THANK YOU DARKIERAWR for throwing these in flashable zips.... if you see a post of his around HIT THANKS!!!
Rename build.prop and overwrite the one in /system
if you don't see the rom you run here and want it just tell me the name of the rom and I will get it up... or, if you want to be nice, link me to it...
Thank you flast
Sent From My Sprint Galaxy Nexus via XDA Premium
ÜBER™ said:
Thank you flast
Sent From My Sprint Galaxy Nexus via XDA Premium
Click to expand...
Click to collapse
Tired of seeing it everyday... I figure this might help somewhat...
Bump for no update questions today!
You know you have to make this flashable in CWM. If people don't know how to edit the build.prop they are not going to be able to install this in system either without lots of guidance.
kennyglass123 said:
You know you have to make this flashable in CWM. If people don't know how to edit the build.prop they are not going to be able to install this in system either without lots of guidance.
Click to expand...
Click to collapse
If people don't know how to download either es or root explorer and mount system and overwrite their other build.prop, they deserve to keep getting the update message... I can understand not being completely clear on what to edit, but not being able to paste a file to the system directory... get an iphone... or unroot immediately cuz your bound to screw your phone up if you can't figure that out... come on people, be smarter than the phone...
flastnoles11 said:
Clean GB MTD 1.1.2 > http://db.tt/BfUir1kc. (If running bml version open the file after downloading with a text editor and change any mtd to bml and then replace in /system)
Sleeper rom > http://db.tt/pNLSOZ3B.
Thunderhawk IV el30 > http://db.tt/TFWgS337
Rename build.prop and overwrite the one in /system
if you don't see the rom you run here and want it just tell me the name of the rom and I will get it up... or, if you want to be nice, link me to it...
Click to expand...
Click to collapse
I didn't have to rename it... i copied it over and i rebooted and had the system update notification in the notification pulldown so i cleared it, hopefully i won't see it anymore
davidrules7778 said:
I didn't have to rename it... i copied it over and i rebooted and had the system update notification in the notification pulldown so i cleared it, hopefully i won't see it anymore
Click to expand...
Click to collapse
You might have to boot into cwm and clear cache... after that you'll be good to go.... clean gb is the only one that doesn't have to be renamed... I renamed the other ones so I wouldn't mix them up on my sd card... if your on clean gb bml... go into /system and open up build.prop and change wherever you see mtd to bml...
flastnoles11 said:
You might have to boot into cwm and clear cache... after that you'll be good to go.... clean gb is the only one that doesn't have to be renamed... I renamed the other ones so I wouldn't mix them up on my sd card... if your on clean gb bml... go into /system and open up build.prop and change wherever you see mtd to bml...
Click to expand...
Click to collapse
Nope I am on mtd and haven't seen it since I cleared it, so I am a happy camper
Sent from my SPH-D700 using xda premium
davidrules7778 said:
Nope I am on mtd and haven't seen it since I cleared it, so I am a happy camper
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
Good glad it helped you.... hoping to not see any more how to stop update threads... and just know if it does come back... clear cache and it will be gone for good....
flastnoles11 said:
Good glad it helped you.... hoping to not see any more how to stop update threads... and just know if it does come back... clear cache and it will be gone for good....
Click to expand...
Click to collapse
will do
flastnoles11 said:
If people don't know how to download either es or root explorer and mount system and overwrite their other build.prop, they deserve to keep getting the update message... I can understand not being completely clear on what to edit, but not being able to paste a file to the system directory... get an iphone... or unroot immediately cuz your bound to screw your phone up if you can't figure that out... come on people, be smarter than the phone...
Click to expand...
Click to collapse
That is so mean
Sent using FTL technology from the resurrection ship.
Naddict said:
That is so mean
Sent using FTL technology from the resurrection ship.
Click to expand...
Click to collapse
Hmm...mean or just real? You decide...lol.
Sent from my SPH-D700 using xda premium
Naddict said:
That is so mean
Sent using FTL technology from the resurrection ship.
Click to expand...
Click to collapse
Its the truth...
Sent From My Sprint Galaxy Nexus via XDA Premium
Naddict said:
That is so mean
Sent using FTL technology from the resurrection ship.
Click to expand...
Click to collapse
Hey at least give me a lil credit for still putting up the flashables!
flastnoles11 said:
Hey at least give me a lil credit for still putting up the flashables!
Click to expand...
Click to collapse
And IIIIIIIIII helped!
Super team we are yes.
darkierawr said:
And IIIIIIIIII helped!
Super team we are yes.
Click to expand...
Click to collapse
And all credit for the flashables to you in the o.p.
flastnoles11 said:
And all credit for the flashables to you in the o.p.
Click to expand...
Click to collapse
I saw. Thank you, but the mod is yours. Remember that.
As much as we see the question, figured this would be the most downloaded thing on xda!
Only the dozen or so that keep asking the question over and over need it. The rest are smart enough to follow our repeated instructions.
Sent from my PantechP4100 using xda premium

Android 4.2.2 for chinese Razr I

I found this ROM for Mt788 which is the chinese Razr I (without 3g). Maybe it can help further development for XT890 or give a clue about the next update. I'm no dev so i hope that it helps.
http://pan.baidu.com/s/1kWNxp
this is the original thread I'll asume?
I wonder if thats a leak, or just CM from hazu (or other rom with 4.2.2 goodies) recompiled for the chinese version.
Can anyone translate what does that thread says?
If it is true, it could be nice. But I can't manage to download it. It goes really slow and mostly I get a time out eventually. But if u got it I would gladly take a look at it.
if we believe google translate, it says:
xt788 4.2.2 rom. I didn't make it. All rights for the maker of the rom. But then again, if someone could manage to download it i would gladly have a look
Sent from my GT-P5110 using XDA Premium HD app
Hazou said:
If it is true, it could be nice. But I can't manage to download it. It goes really slow and mostly I get a time out eventually. But if u got it I would gladly take a look at it.
if we believe google translate, it says:
xt788 4.2.2 rom. I didn't make it. All rights for the maker of the rom. But then again, if someone could manage to download it i would gladly have a look
Sent from my GT-P5110 using XDA Premium HD app
Click to expand...
Click to collapse
So he is probably thanking you, I will try to download it and upload it to something better.
Flashing?
Do you think this ROM will permanently damange my phone if I flashed it??
parthnatu said:
Do you think this ROM will permanently damange my phone if I flashed it??
Click to expand...
Click to collapse
No, if it can be flashed in cwm, almost imposible. Just make a backup
Sent from my XT890 using xda app-developers app
Hazou said:
But then again, if someone could manage to download it i would gladly have a look
Sent from my GT-P5110 using XDA Premium HD app
Click to expand...
Click to collapse
here you have good sir.
What is the recovery.img for?
I opened the zip and saw recovery.img in there . Any reason to change my mind about flashing it?
This look really promissing. It is a newly compiled 4.2.2 medfield device. Hugh change that this will solve most problems on CM. But first need to try out. I hope I can get the sources from that person sometime.
For the safety, don't flash it. Only when u know what u are doing, give it a try
Sent from my XT890 using xda app-developers app
Hazou said:
This look really promissing. It is a newly compiled 4.2.2 medfield device. Hugh change that this will solve most problems on CM. But first need to try out. I hope I can get the sources from that person sometime.
For the safety, don't flash it. Only when u know what u are doing, give it a try
Sent from my XT890 using xda app-developers app
Click to expand...
Click to collapse
Hell yeah!!! I was afraid that it would be a fake or some 4.1.2 mod. @Hazou rummaging through chinese forums using my bad chinese. When i find the source i will post here ASAP;
And @YaPeL that's the original thread.
thiagomtl said:
Hell yeah!!! I was afraid that it would be a fake or some 4.1.2 mod.
And @YaPeL that's the original thread.
Click to expand...
Click to collapse
Well someone needs to tell the guys of that thread that is legit, and ask the op for a source.
nice catch dude.
Enviado desde mi XT890 usando Tapatalk now Free
Creating a nandroid backup now and I will try it..
thiagomtl said:
Hell yeah!!! I was afraid that it would be a fake or some 4.1.2 mod. @Hazou rummaging through chinese forums using my bad chinese. When i find the source i will post here ASAP;
And @YaPeL that's the original thread.
Click to expand...
Click to collapse
Using google translate ftw
Hazou said:
Using google translate ftw
Click to expand...
Click to collapse
Update: it seems like its a leak from Motorola China R&D. It was shared in a closed group (kinda whatsapp group) on Baidu but a member shared the zip. I think that we wont find the sources. Btw the group is "my788"
The original thread was erased....
Tried flashing it but I got an error.
Installing update...
Erasing old dictionary...
updating file system...
symlink: some symlinks failed
E:Error in /external_sd/mt788 4.2.2 made by vivamessi10.zip
(Status 7)
Installation aborted.
well, the mt788 is slightly different to our razr I, so no surprises there.
thiagomtl said:
Update: it seems like its a leak from Motorola China R&D. It was shared in a closed group (kinda whatsapp group) on Baidu but a member shared the zip. I think that we wont find the sources. Btw the group is "my788"
The original thread was erased....
Click to expand...
Click to collapse
Ha, nice we got it But they still are using ICS blob files. but will see how far i can get.
antkalaitzakis96 said:
Tried flashing it but I got an error.
Installing update...
Erasing old dictionary...
updating file system...
symlink: some symlinks failed
E:Error in /external_sd/mt788 4.2.2 made by vivamessi10.zip
(Status 7)
Installation aborted.
Click to expand...
Click to collapse
Easy to fix. look in update-script for symlinks and look for the symlinks that dont match the files presented in the zip.
antkalaitzakis96 said:
Tried flashing it but I got an error.
Installing update...
Erasing old dictionary...
updating file system...
symlink: some symlinks failed
E:Error in /external_sd/mt788 4.2.2 made by vivamessi10.zip
(Status 7)
Installation aborted.
Click to expand...
Click to collapse
As noted by Hazou you shouldn't flash this... this error happens cause some asserts don't match. Trust me its better to wait some dev to cook it up.
Hazou said:
Ha, nice we got it But they still are using ICS blob files. but will see how far i can get.
Easy to fix. look in update-script for symlinks and look for the symlinks that dont match the files presented in the zip.
Click to expand...
Click to collapse
I can't do it..so many lines do you know any program for making a new meta-inf folder?
thiagomtl said:
As noted by Hazou you shouldn't flash this... this error happens cause some asserts don't match. Trust me its better to wait some dev to cook it up.
Click to expand...
Click to collapse
I am just curious to test it..
antkalaitzakis96 said:
I can't do it..so much lines do you know any program for making a new meta-inf folder?
Click to expand...
Click to collapse
If u build it from source, i know ^^

Categories

Resources