[Q] (Question) How to join more than 5 contacts - Galaxy Note II Q&A, Help & Troubleshooting

Hello everyone. I have a galaxy note 2 since 2 weeks and i'm happy with it. But only One problem, i Want to know how to join multiple contacts? Someone knows a solution please? Thak you

question in development thread?i think you must ask mods removing your thread
Sent from my GT-N7100 using Tapatalk 2

afilopou said:
question in development thread?i think you must ask mods removing your thread
Sent from my GT-N7100 using Tapatalk 2
Click to expand...
Click to collapse
I'll change it to Q&A. Is it what i should do?

There are mods for this. You could just use Omega ROM 5.0 and it already comes with the tweak so that more than 5 contacts can be joined.

awcabdou said:
I'll change it to Q&A. Is it what i should do?
Click to expand...
Click to collapse
Nope.You must ask moderator to move your thread.Question belongs to q&a thread
Sent from my GT-N7100 using Tapatalk 2

Edit /system/csc/feature.xml
and put inside the file:
Code:
<CscFeature_Contact_SetLinkCountMaxAs>[B]99[/B]</CscFeature_Contact_SetLinkCountMaxAs>
Enjoy...

try said:
Edit /system/csc/feature.xml
and put inside the file:
Code:
<CscFeature_Contact_SetLinkCountMaxAs>[B]99[/B]</CscFeature_Contact_SetLinkCountMaxAs>
Enjoy...
Click to expand...
Click to collapse
Thank you Guy i'll try it and report back!!

try said:
Edit /system/csc/feature.xml
and put inside the file:
Code:
<CscFeature_Contact_SetLinkCountMaxAs>[B]99[/B]</CscFeature_Contact_SetLinkCountMaxAs>
Enjoy...
Click to expand...
Click to collapse
This did not work for me.
At first there was no such file. I copied over /etc/feature_default.xml and pasted as /system/csc/feature.xml and made changes to above line as well as sms to MMS convert limit. Neither worked. Its as if the app doesnt even read the files. Any ideas?

kkoolpatz said:
This did not work for me.
At first there was no such file. I copied over /etc/feature_default.xml and pasted as /system/csc/feature.xml and made changes to above line as well as sms to MMS convert limit. Neither worked. Its as if the app doesnt even read the files. Any ideas?
Click to expand...
Click to collapse
If you don't have the file, copy from ROM that have csc so you won't alter the syntaxes inside the the file that set features..
What rom that you use? I implement it in couple of rom without hassle. Maybe you should try with rom that contains csc. Open it with 7zp or winzip and edit the related file.
Sorry for my english...
sent from my mobile

try said:
If you don't have the file, copy from ROM that have csc so you won't alter the syntaxes inside the the file that set features..
What rom that you use? I implement it in couple of rom without hassle. Maybe you should try with rom that contains csc. Open it with 7zp or winzip and edit the related file.
Sorry for my english...
sent from my mobile
Click to expand...
Click to collapse
i am on NOTE2 stock rom. i do have /system/csc folder. but no feature.xml in it. Could you attach ur file that i could simply paste in the folder? Thanks

kkoolpatz said:
i am on NOTE2 stock rom. i do have /system/csc folder. but no feature.xml in it. Could you attach ur file that i could simply paste in the folder? Thanks
Click to expand...
Click to collapse
Strange...
Are your ROM rooted? what ROM version ?
Anyway, attached is the requested file in zipped format. Just extract and then copy to /system/csc and set permission (644, or RW R R)
Hope this can help...

Guys he uploaded the file you needed, why no thanks button. You guys fail!!

Related

[REQ][HOWTO] Making your own battery mod?

People are using different rom's , some other are asking for specific mod etc
Could someone write some guide how to do it, to enlight those who are not aware ?
Take the framework-res.apk from your current rom and upload it to http://uot.dakra.lt/kitchen
Once uploaded go to battery mod and select the battery style u want and cook it.
When its cooked extract the framework-res.apk from the downloaded file and either replace it with root explorer or push it with adb back into the phone.
Sent from my GT-I9100 using Tapatalk
Locster126 said:
Take the framework-res.apk from your current rom and upload it to http://uot.dakra.lt/kitchen
Once uploaded go to battery mod and select the battery style u want and cook it.
When its cooked extract the framework-res.apk from the downloaded file and either replace it with root explorer or push it with adb back into the phone.
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
This is what I know already, but this is not working and phone is keeping crashing
masi0 said:
This is what I know already, but this is not working and phone is keeping crashing
Click to expand...
Click to collapse
Depends of which rom you are running but if you use VillainRom I think you need to open your modded framework with 7-zip and replace "META-INF" directory with the one found in the original framework of your rom. This is needed to sign the file.
However I'm not sure you use VillainRom (where files must be signed) and I didn't use yet the kitchen ... but your feedback is usefull if you want to try ...
shaolin79 said:
Depends of which rom you are running but if you use VillainRom I think you need to open your modded framework with 7-zip and replace "META-INF" directory with the one found in the original framework of your rom. This is needed to sign the file.
However I'm not sure you use VillainRom (where files must be signed) and I didn't use yet the kitchen ... but your feedback is usefull if you want to try ...
Click to expand...
Click to collapse
I am using stock KE4
masi0 said:
I am using stock KE4
Click to expand...
Click to collapse
Ok so ignore what I said upper ... should be only for signature of the rom (not needed in stock roms).
Anyway ... if someone has the solution ...
I always made that on my own...
Open the decompiled .xml in the framework-res.apk, edit those lines, add my own battery.pngs and that was all...
I didnt test it on my sgs2... But it should be the same way to get it...
Swyped from my overclocked GT-I9100 using XDA Premium App
PoTi_96 said:
I always made that on my own...
Open the decompiled .xml in the framework-res.apk, edit those lines, add my own battery.pngs and that was all...
I didnt test it on my sgs2... But it should be the same way to get it...
Swyped from my overclocked GT-I9100 using XDA Premium App
Click to expand...
Click to collapse
could you tell which .xml to edit and what to add within the file?
I juz grab one of the batt mod out there and replace the .png files under /res/drawable-hdpi-v4 with the ones I want. guess its kind of a lazy way to do it=)
I have KE2 and get a "signature verification failed" error when trying to apply the UOT.zip file :-(
Anyone some idea how to get this applied?
Also my original framework-res.apk file doesn't have any folder called "/res/drawable-hdpi-v4" but the UOT file has!?
masi0 said:
could you tell which .xml to edit and what to add within the file?
Click to expand...
Click to collapse
I dunno exactly which one it was right now but I think the battery.xml somewhere in the first 3 or 4 folders...
sorry idk it anymore ... Long time no use for :/
Swyped from my overclocked GT-I9100 using XDA Premium App

[TUT] ICS transition animation for SGA

Original thread here: (thank to capez
http://forum.xda-developers.com/showthread.php?t=1342117
Click to expand...
Click to collapse
I think this tut is for advance users. But others can try
1. Get your "framework-res.apk" in /system/framework
2. Use apktool to decomplie that file. (I recommend apktool becoz I often use it )
- Command to decomplie: apktool d framework-res.apk framework-res
3. Download source file here:
http://www.mediafire.com/?4u6y6udecy60dei
Click to expand...
Click to collapse
4. In extracted folder which u get from "framework-res.apk", find "anim" folder in \res
5. Extract source file in step 3, u will get 2 folder:
- anims
- other_files
6. Copy files from both folders in step 5 into "anim" folder in step 4
7. Open "integers.xml" in /res/value and find this line:
<integer name="config_shortAnimTime">150</integer>
Click to expand...
Click to collapse
then add the following lines after it:
<integer name="config_activityShortDur">150</integer>
<integer name="config_activityDefaultDur">220</integer>
Click to expand...
Click to collapse
8. Complie your "framework-res.apk" with command: apktool b framework-res new.apk
9. You will get a file "new.apk" but dont use it. Open extracted folder which u get in step 2, u will find a folder "build" and a file is "resource.arsc" inside
10. Now you need to use 7zip. Right click on that resource file, choose 7zip > add to archive and select original framework-res.apk with type is zip.
11. Open "new.apk" in step 8 and original "framework-res.apk" with 7zip. Drag and drop "anim" and xml folders in "new.apk" to "framework-res.apk"
12. It's finished. U can use the file "framework-res.apk" now and see the transition.
Have fun! If u have question, just ask and I will answer
Example of ICS transition:
http://www.youtube.com/watch?v=vf1U_30Ngfk
Click to expand...
Click to collapse
Actually i have the easier way to apply the animation but it will only work on CyanogenMod... I call this easy patcher by Achep.... For Samsung Stock ROM (Rooted!), please give me ur framework-res.apk as i can work something for the intergers.xml...
Link: http://forum.xda-developers.com/showpost.php?p=19285951&postcount=41
Use it on the PC!
1. Put ur framework-res.apk to res/framework
2. When ur ready, press Patcher.exe
3. Then press Enter
4. Once done patching, put the patchers (flashable zip) to ur phone and flash it!
Remember this is only for the CyanogenMod 7 or other stock AOSP, for Stock ROMs, please pm me the framework-res.apk...
Sent from my Nexus One using Tapatalk
I'm writing tut for stock samsung roms
devilsking said:
I'm writing tut for stock samsung roms
Click to expand...
Click to collapse
Good, i have whole stack patchers for other phones
-LG Optimus One
-Nexus One
-Desire
-Galaxy S2
-Nexus S
And many many more! Works on MIUI, Cyanogen and Stock HTC Roms... Havent tested on Samsung Stocks...
Sent from my Nexus One using Tapatalk
"java" is not recognised . :/
Edit: Fixed my problem
EmoBoiix3 said:
"java" is not recognised . :/
Click to expand...
Click to collapse
Have u install Java??
Sent from my Nexus One using Tapatalk
DaxElectro said:
Have u install Java??
Sent from my Nexus One using Tapatalk
Click to expand...
Click to collapse
he solved )
It's done, working perfectly
Ohh *like* devilsking work ^^ ...
Well can any one help me do for general user like meh?? ....
M NT advanced ^^
Sent from Wherever I was last using XDA :]
Aadigoku13 said:
Ohh *like* devilsking work ^^ ...
Well can any one help me do for general user like meh?? ....
M NT advanced ^^
Sent from Wherever I was last using XDA :]
Click to expand...
Click to collapse
Yes, framework???
Sent from my Nexus One using Tapatalk
could someone do this mod with my framework.apk? I tried few times and always bootloops, FCs or nothing changed.
here's my framework:
http://www.megaupload.com/?d=9DD6XC30
I didnt manage to install the apktool
Can someone help telling me how to install it and get it working?
DaxElectro said:
Actually i have the easier way to apply the animation but it will only work on CyanogenMod... I call this easy patcher by Achep.... For Samsung Stock ROM (Rooted!), please give me ur framework-res.apk as i can work something for the intergers.xml...
Click to expand...
Click to collapse
Worked fine for me by using your tool, thanks.
Got a bootloop when I install the patcher from recovery :/, already tried two times
alcachofita said:
Got a bootloop when I install the patcher from recovery :/, already tried two times
Click to expand...
Click to collapse
Hi alcachofita,
You have just PM me about the framework-res.apk bootloop, maybe you havent tried my patcher yet but nevermind, here you go and others who are running CM7-KANG-cooper like his, u can use this patch...
Dax
Im stucked in the step of signning the apk
DaxElectro said:
Hi alcachofita,
You have just PM me about the framework-res.apk bootloop, maybe you havent tried my patcher yet but nevermind, here you go and others who are running CM7-KANG-cooper like his, u can use this patch...
Dax
Click to expand...
Click to collapse
Thank you sir! (Pressed thanks button too)
The patch is working.
not working for me :/
@ alchaforta, killmyself
Last try, one of them already claim its working...
Sent from my Nexus One using Tapatalk
DaxElectro said:
Actually i have the easier way to apply the animation but it will only work on CyanogenMod... I call this easy patcher by Achep.... For Samsung Stock ROM (Rooted!), please give me ur framework-res.apk as i can work something for the intergers.xml...
Link: http://forum.xda-developers.com/showpost.php?p=19285951&postcount=41
Use it on the PC!
1. Put ur framework-res.apk to res/framework
2. When ur ready, press Patcher.exe
3. Then press Enter
4. Once done patching, put the patchers (flashable zip) to ur phone and flash it!
Remember this is only for the CyanogenMod 7 or other stock AOSP, for Stock ROMs, please pm me the framework-res.apk...
Sent from my Nexus One using Tapatalk
Click to expand...
Click to collapse
thanks, working well on nims's sonygenmod.

[Q] [HELP NEEDED] accountsandsyncsetting.odex ODEX file

All:
I've accidentally deleted accountsandsyncseetings app using Titanium backup on my Galaxy-Y. To restore it, I've copied accountsandsyncseetings.apk at /system/app folder using 'root explorer', but I'm not seeing 'Account and Sync Settings' option in Settings yet.
After looking at /system/app folder, I realized that each apk has a corresponding odex file. Do I need the ODEX file for accountsandsyncseetings? If yes, where do I get it.
Information:
Model: GalaxyY (India)
Build: 2.3.6 Touchwiz
Thanks in advance.
srathi said:
All:
I've accidentally deleted accountsandsyncseetings app using Titanium backup on my Galaxy-Y. To restore it, I've copied accountsandsyncseetings.apk at /system/app folder using 'root explorer', but I'm not seeing 'Account and Sync Settings' option in Settings yet.
After looking at /system/app folder, I realized that each apk has a corresponding odex file. Do I need the ODEX file for accountsandsyncseetings? If yes, where do I get it.
Information:
Model: GalaxyY (India)
Build: 2.3.6 Touchwiz
Thanks in advance.
Click to expand...
Click to collapse
Yu shud backup ur current rom before editing system folders... yeah yu need odex file to make it work...
Sent from my GT-S5360 using xda premium
I can send you the odex file if you can wait for maybe half an hour. The file is on my pc so yeah.
Sent from my GT-S5360 using xda premium
Thanks
Silvane said:
I can send you the odex file if you can wait for maybe half an hour. The file is on my pc so yeah.
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Please send it to me whenever possible.
Do I just need to copy it in /system/app and reboot my cell? Or are there any other steps involved?
Thanks.
srathi said:
All:
I've accidentally deleted accountsandsyncseetings app using Titanium backup on my Galaxy-Y. To restore it, I've copied accountsandsyncseetings.apk at /system/app folder using 'root explorer', but I'm not seeing 'Account and Sync Settings' option in Settings yet.
After looking at /system/app folder, I realized that each apk has a corresponding odex file. Do I need the ODEX file for accountsandsyncseetings? If yes, where do I get it.
Information:
Model: GalaxyY (India)
Build: 2.3.6 Touchwiz
Thanks in advance.
Click to expand...
Click to collapse
http://www.mediafire.com/?8ehai7v696bs0e1
srathi said:
Please send it to me whenever possible.
Do I just need to copy it in /system/app and reboot my cell? Or are there any other steps involved?
Thanks.
Click to expand...
Click to collapse
Ah there, someone uploaded.
Copy to system/app, fix permissions to rw-r--r-- then reboot.
Specify
Sent from my GT-S5360 using XDA App
Specify what
Sent from my GT-S5360 using xda premium
Silvane said:
Ah there, someone uploaded.
Copy to system/app, fix permissions to rw-r--r-- then reboot.
Click to expand...
Click to collapse
Thanks a lot.
However, even after copying .apk and .odex files in system/app directory and setting up the permissions and rebooting, I still do not see 'Accounts and Sync Settings' in my Settings menu. I've downloaded the apk from a spreadsheet provided on xda-forums for Galaxy Y.
Please look at the attached screenshots and help me to get this setting back.
Thanks a lot in advance for your help.
Silvane already told. If you want too much specifics - download the odex file and copy it to your sd card. Now open root explorer and select rw mode on top. Now goto sd card and find where you kept the odex and copy it. Now go back and open system/app and paste it here. And i assume you have the apk of it already in the system/app folder. Now restart. If it does not come, make a cwm backup (you must have upto 300 mb of free space - it is advised but 200 will also do). After backup you can restore. You will get it back.
Sent from my AURORA ULTRA GT-S5360 through XDA Premium Customized by Androhacker Xavier
Try my method of backup and restore i have given above. It might work.
Sent from my AURORA ULTRA GT-S5360 through XDA Premium Customized by Androhacker Xavier
srathi said:
Thanks a lot.
However, even after copying .apk and .odex files in system/app directory and setting up the permissions and rebooting, I still do not see 'Accounts and Sync Settings' in my Settings menu. I've downloaded the apk from a spreadsheet provided on xda-forums for Galaxy Y.
Please look at the attached screenshots and help me to get this setting back.
Thanks a lot in advance for your help.
Click to expand...
Click to collapse
Looks like I need to attach JPEG screenshot. Please find them here.
And press the thanks button if it works! ( even if it dont! I have given time to this! )
Sent from my AURORA ULTRA GT-S5360 through XDA Premium Customized by Androhacker Xavier
Androhacker said:
And press the thanks button if it works! ( even if it dont! I have given time to this! )
Sent from my AURORA ULTRA GT-S5360 through XDA Premium Customized by Androhacker Xavier
Click to expand...
Click to collapse
Of course, I press the Thanks button to anyone who has helped me here. I truly appreciate it.
Androhacker said:
Silvane already told. If you want too much specifics - download the odex file and copy it to your sd card. Now open root explorer and select rw mode on top. Now goto sd card and find where you kept the odex and copy it. Now go back and open system/app and paste it here. And i assume you have the apk of it already in the system/app folder. Now restart. If it does not come, make a cwm backup (you must have upto 300 mb of free space - it is advised but 200 will also do). After backup you can restore. You will get it back.
Sent from my AURORA ULTRA GT-S5360 through XDA Premium Customized by Androhacker Xavier
Click to expand...
Click to collapse
Thanks Androhacker! I've followed all the steps mentioned above except 'cwm backup and restore'. I'm not sure what it is but I'll try to google it.
Again, thanks!
srathi said:
Thanks Androhacker! I've followed all the steps mentioned above except 'cwm backup and restore'. I'm not sure what it is but I'll try to google it.
Again, thanks!
Click to expand...
Click to collapse
It means to make a backup from clockworkmod and then restore it from the same
hell_lock said:
It means to make a backup from clockworkmod and then restore it from the same
Click to expand...
Click to collapse
Thanks. I've tried my best to google it but I can't find cwm for Galaxy Y. I don't see it in the list of supported devices on cwm website.
Please point me to the instruction page for installing cwm. I'm sorry for the barrage of questions, but I'm very much new with Android development.
Well cwm for sgy is just scattered all over the forum lol. sorry I don't have a specific link but it's easy to find. :x
Btw I think the problem is the apk. It might not be for SGY. Because that spreadsheet isn't for SGY specifically. Ask someone to upload one for you. Can't get it myself. On phone again. :x
Oh and make sure the apk is from stock, not deodexed, to anyone who wants to help and upload for him.
Sent from my GT-S5360 using xda premium
Silvane said:
Well cwm for sgy is just scattered all over the forum lol. sorry I don't have a specific link but it's easy to find. :x
Btw I think the problem is the apk. It might not be for SGY. Because that spreadsheet isn't for SGY specifically. Ask someone to upload one for you. Can't get it myself. On phone again. :x
Oh and make sure the apk is from stock, not deodexed, to anyone who wants to help and upload for him.
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
You might have been right but there is no apk file given. We say that he should use only the odex not the apk.
Sent from my AURORA ULTRA GT-S5360 through XDA Premium Customized by Androhacker Xavier
srathi said:
Thanks. I've tried my best to google it but I can't find cwm for Galaxy Y. I don't see it in the list of supported devices on cwm website.
Please point me to the instruction page for installing cwm. I'm sorry for the barrage of questions, but I'm very much new with Android development.
Click to expand...
Click to collapse
go to the page of any rom... you will find the cwm at the end.. we hav a port of cwm thats y u culdnt find it

[Q] Deodex stock .681 ROM?

Could somebody help me: "How to" easy deodex my rooted .681 ROM?
I'm not expert :angel:
I too am waiting impatiently for this
Why wait when you can do it yourself.
...Sent from Zed
Not everyone can. Can you do that? Or write how to do it.
But it is best to have a flashable zip patch.
1jkan said:
Not everyone can. Can you do that? Or write how to do it.
Click to expand...
Click to collapse
If you can read and got a computer you can deodex. See the link in my sig.
...Sent from Zed
Poorly know English. Before I get through my language translation is 100 times you do this patch.
1jkan said:
Poorly know English. Before I get through my language translation is 100 times you do this patch.
Click to expand...
Click to collapse
Will upload tonight when I get home.
Sent from my D5503 using XDA Premium 4 mobile app
Not going to have time tonight so a quick suggestion, download munjenis ROM, copy the app, priv-app and framework folder to the attached zip and flash that.
I have done according to your instructions I copied from rom munjeni these folders and compress to zip. Zip is 412MB. Then flashed and bootlop ...
1jkan said:
I have done according to your instructions I copied from rom munjeni these folders and compress to zip. Zip is 500MG over. Then flashed and bootlop ...
Click to expand...
Click to collapse
Download the attached zip, navigate to the system folder so you see the 3 folders I've mentioned, then drag and drop the same 3 folders from the ROM into it (don't change any compression settings) then flash.
XperienceD said:
Download the attached zip, navigate to the system folder so you see the 3 folders I've mentioned, then drag and drop the same 3 folders from the ROM into it (don't change any compression settings) then flash.
Click to expand...
Click to collapse
Worked like a charm. Thank you.
I do it! Thanks!
XperienceD said:
Not going to have time tonight so a quick suggestion, download munjenis ROM, copy the app, priv-app and framework folder to the attached zip and flash that.
Click to expand...
Click to collapse
So if I get it right I can do the same with this rom here http://forum.xda-developers.com/showthread.php?t=2723674 but I need a new zip to replace the files for the 757 firmware or I can use the same one that you attached here for the 681 rom ?
andreaspe said:
So if I get it right I can do the same with this rom here http://forum.xda-developers.com/showthread.php?t=2723674 but I need a new zip to replace the files for the 757 firmware or I can use the same one that you attached here for the 681 rom ?
Click to expand...
Click to collapse
Use this instead now - http://forum.xda-developers.com/showthread.php?t=2713329
XperienceD said:
Use this instead now - http://forum.xda-developers.com/showthread.php?t=2713329
Click to expand...
Click to collapse
Yeah i have seen this tool recently and most probably i'm gonna use it to deodex. But what about my question? Is it right to do it as I described or I will end in problems ? Thanks for your answer

owner info

hi man, i have a dude, i can add my name in lockscreen?
look, when i paint my pattern here i wish can look my name
thanks and sorry for my bad english. i'm argentinian man!
Sent from my GT-S5360L using XDA Free
saltalabanca said:
hi man, i have a dude, i can add my name in lockscreen?
look, when i paint my pattern here i wish can look my name
thanks and sorry for my bad english. i'm argentinian man!
Sent from my GT-S5360L using XDA Free
Click to expand...
Click to collapse
i believe spacecaker have that guide sir
just search his name and you can change your name in lockscreen too
saltalabanca said:
hi man, i have a dude, i can add my name in lockscreen?
look, when i paint my pattern here i wish can look my name
thanks and sorry for my bad english. i'm argentinian man!
Sent from my GT-S5360L using XDA Free
Click to expand...
Click to collapse
1. Decompile framework res.apk
2. Go to res/values/string.xml
3. Edit with notepad++
4. Find this : Draw pattern to unlock
5. Replace with ur name
Note: This'll make the Draw pattern to unlock into ur name
thanks sir, before school i try do this.
thanks for two
Sent from my GT-S5360L using XDA Free mobile app
GalKill said:
1. Decompile framework res.apk
2. Go to res/values/string.xml
3. Edit with notepad++
4. Find this : Draw pattern to unlock
5. Replace with ur name
Note: This'll make the Draw pattern to unlock into ur name
Click to expand...
Click to collapse
when i go to res dont find values
saltalabanca said:
when i go to res dont find values
Click to expand...
Click to collapse
you didnt decompile the apk then - you probably just unzipped it
decompiling means you must use apktool to decompile the apk using baksmali
see my thread in my signature for apktool guide
wehn i decompile the apk with apk manager 5.0 cant view the value carpet help me
saltalabanca said:
wehn i decompile the apk with apk manager 5.0 cant view the value carpet help me
Click to expand...
Click to collapse
like I said use apktool and read my thread for the guide - link in my signature
i search with root explorer the framework-res.apk and i send the apk from gmail for hotmail and download with my computer. this are ok?
okay, i do all, how to add the newframework-res.apk to mi phone??
saltalabanca said:
okay, i do all, how to add the newframework-res.apk to mi phone??
Click to expand...
Click to collapse
rename it back to framework-res.apk and put in a flashable zip and flash in cwm with system mounted
cwm flashable template is
http://d-h.st/sr9
just open with winrar and put your framework-res.apk in system/framework
marcussmith2626 said:
rename it back to framework-res.apk and put in a flashable zip and flash in cwm with system mounted
cwm flashable template is
http://d-h.st/sr9
just open with winrar and put your framework-res.apk in system/framework
Click to expand...
Click to collapse
i sign the apk or no sign?
cant sign with drag2sign
saltalabanca said:
i sign the apk or no sign?
cant sign with drag2sign
Click to expand...
Click to collapse
no need to resign if you havent changed the androidmanifest.xml and dont use drag2sign to sign system apps - use zipsigner from the playstore
marcussmith2626 said:
no need to resign if you havent changed the androidmanifest.xml and dont use drag2sign to sign system apps - use zipsigner from the playstore
Click to expand...
Click to collapse
i flash the zip but nothing change :/
thanks of all mods
saltalabanca said:
i flash the zip but nothing change :/
thanks of all mods
Click to expand...
Click to collapse
did you mount system before you flashed the zip?
in cwm goto mounts and storage and mount system (if system is mounted it will display "unmount system")
remember if you are using a cm kernel like biels kernel you have to unmount system and remount it so its best to just unmount it and remount anyway just to make sure

Categories

Resources