[Q]making a new rom - Sony Ericsson XPERIA X10 Mini

i'm trying to make a rom based on latest minicm7 nightly for x10 mini pro
when i flash it everything works, except root access..
i tried to change superuser app (superSU and superuser) but nothing..
maybe i deleted some files that needs superuser to work..
ANY IDEA?
@SmG67 @nobodyAtall @BlazeXperia @pongnamu @Kilroy. @Emperor.dk @Crazy Seed @drilleffect @erfandl @Chuck95
or anyone else?
PLEASE REPLY EVEN IF YOU'RE NOT SURE!!

isko95 said:
i'm trying to make a rom based on latest minicm7 nightly for x10 mini pro
when i flash it everything works, except root access..
i tried to change superuser app (superSU and superuser) but nothing..
maybe i deleted some files that needs superuser to work..
ANY IDEA?
@SmG67 @nobodyAtall @BlazeXperia @pongnamu @Kilroy. @Emperor.dk @Crazy Seed @drilleffect @erfandl @Chuck95
or anyone else?
PLEASE REPLY EVEN IF YOU'RE NOT SURE!!
Click to expand...
Click to collapse
Extract the system/app/Superuser.apk and the system/xbin/su files from any deodexed, MiniCM7 based ROM and replace the files in your ROM with those. Be sure to set the correct permissions in the updater-script.

Kilroy. said:
Extract the system/app/Superuser.apk and the system/xbin/su files from any deodexed, MiniCM7 based ROM and replace the files in your ROM with those. Be sure to set the correct permissions in the updater-script.
Click to expand...
Click to collapse
how to set proper permissions in updater script?

isko95 said:
how to set proper permissions in updater script?
Click to expand...
Click to collapse
set_perm(0, 0, 04755, "/system/xbin/su");
Assuming 'su' is in /system/xbin.
The superuser.apk in /system/app will get the same permissions as everything else in there through a set_perm_recursive line for the entire folder.

is it possible to disable bootanimation as default?

isko95 said:
is it possible to disable bootanimation as default?
Click to expand...
Click to collapse
Just don't put one in.
There is a build.prop setting for it or maybe something you can do in init.d, but i can't remember what.
If you leave it out the system won't waste any time in displaying it anyway
For build.prop: debug.sf.nobootanimation=1
GIYF

SmG67 said:
Just don't put one in.
There is a build.prop setting for it or maybe something you can do in init.d, but i can't remember what.
If you leave it out the system won't waste any time in displaying it anyway
For build.prop: debug.sf.nobootanimation=1
GIYF
Click to expand...
Click to collapse
and for init.d?
and in which line do i have to put that in buil.prop? because i alredy tried to put that in build prop but in the last line, but nothing change when it boots, it shows the bootanim..

Maybe you missed the su file?
Sent from my E10i

madz13 said:
Maybe you missed the su file?
Sent from my E10i
Click to expand...
Click to collapse
i placed ''su'' file in system/bin instead of system/xbin
that's why it didnt work

isko95 said:
i placed ''su'' file in system/bin instead of system/xbin
that's why it didnt work
Click to expand...
Click to collapse
So, for now its working?
Sent from my E10i

madz13 said:
So, for now its working?
Sent from my E10i
Click to expand...
Click to collapse
yes, but i wanted to try to use another superuser app, but only the old one works (by CHAINSDD) supersu and superuser doesnt work, they said the rom has obsolete binary, binary which with superuser works...
i wonder why

isko95 said:
yes, but i wanted to try to use another superuser app, but only the old one works (by CHAINSDD) supersu and superuser doesnt work, they said the rom has obsolete binary, binary which with superuser works...
i wonder why
Click to expand...
Click to collapse
The various superuser apk's are only a front-end for the capabilities offered by the su binary, an older su binary will not have all the options that the newer apk's are taking advantage off, that's why they complain about it being obsolete. That is usually one of the first things that gets updated when you start using Google Play.

SmG67 said:
The various superuser apk's are only a front-end for the capabilities offered by the su binary, an older su binary will not have all the options that the newer apk's are taking advantage off, that's why they complain about it being obsolete. That is usually one of the first things that gets updated when you start using Google Play.
Click to expand...
Click to collapse
so i cant replace the stock one?
where i can find to set default settings and cyanogenmod settings?

how can i modify the default system theme (which cant be uninstalled)?
which file to find and modify and in which folder?
ps. i already search this but nothiing found solution

please reply!

isko95 said:
please reply!
Click to expand...
Click to collapse
Custom ROMS usually have a custom .apk which contains the theme you can set with Theme chooser (minicm7 has minicm7.apk, minicm10 has minicm10.apk) The rest of the user-interface (the "google" stuff) is in framework-res.apk and systemui.apk as far as I know. And then there are some app-specific graphics in individual .apk's like calendar, mms and contacts apps etc.
I'd start with Emperor.dk's tutorial if you want to start learning about theming.

SmG67 said:
Custom ROMS usually have a custom .apk which contains the theme you can set with Theme chooser (minicm7 has minicm7.apk, minicm10 has minicm10.apk) The rest of the user-interface (the "google" stuff) is in framework-res.apk and systemui.apk as far as I know. And then there are some app-specific graphics in individual .apk's like calendar, mms and contacts apps etc.
I'd start with Emperor.dk's tutorial if you want to start learning about theming.
Click to expand...
Click to collapse
yes, i know, thanks for reply!
but in theme chooser there is also a theme called "system" which it can be uninstalled, how can i theme that?

isko95 said:
yes, i know, thanks for reply!
but in theme chooser there is also a theme called "system" which it can be uninstalled, how can i theme that?
Click to expand...
Click to collapse
That's probably the framework-res/systemui stuff

SmG67 said:
That's probably the framework-res/systemui stuff
Click to expand...
Click to collapse
guys, do you know why when i open .xml files with notepad i see a lot of rectangles written "null" (or something else) within? i cant read anything... i was trying to modify some AndroidManifest.xml
please reply

isko95 said:
guys, do you know why when i open .xml files with notepad i see a lot of rectangles written "null" (or something else) within? i cant read anything... i was trying to modify some AndroidManifest.xml
please reply
Click to expand...
Click to collapse
guys???

Related

[RELEASED]REBOOT item[without framework-res.apk mod]

Finally, i did not have to modify framework-res.apk.
Because reboot icon is look like sync icon
It uses ic_popup_sync_1.png in framework-res.apk/res/drawable-mdpi.
Tested 2.1.1.A.0.6, it works well.
and 2.0.1.A.0.47. too
It works with(original se framework):
-2.1.1.A.X.X
-2.0.1.A.X.X
I made one for 2.0.2.A.X.X, i will share it asap.
How to:
1. make backup
2. download your version from attachments.
3. unzip package
4. start INSTALL.bat
5. it will say "Go to xRecovery menu, and connect your phone, then press ENTER.", so go to xrecovery menu, and connect your phone, then press enter.
if your phone doesn't start as well as before, please write me your firmware version.
Wow! Really great work! Which FW are you working on? 2.1 AOSP, 2.2 AOSP, or modded SE's stock FW (I'd say that when I look at the statusbar)?
It would be nice if someone ports 2.3 I'd like to help but I'm not a Linux user, and I don't know where should I look at when fixing stuff in ported FW...
"TtPsEs" hahaha, i cant wait to see the rom , keep going
Would be nice to know wich version (2.1; 2.2; 2.2.1; 2.3; 2.3.1) ?
I like the idea with the reboot option on the menu. This is a basic option that should be on all phones.
Could you upload only these mod? :>
JasoX said:
I like the idea with the reboot option on the menu. This is a basic option that should be on all phones.
Click to expand...
Click to collapse
reboot mod I've already uploaded in one of the post here in development forum
suhel28 said:
reboot mod I've already uploaded in one of the post here in development forum
Click to expand...
Click to collapse
yes, but i made it with another method.... it restarts well the phone, without bug and etc, and its avalible in all languages. i made it with googleing. i found a thread witch described the guide of five method. and firstly i learned to "use" smali and baksmali, and my services.jar developing was succesful(change clock color). in this mod i use SE codes. I DIDN'T MODIFY FRAMEWORK-RES.APK
jeaah, sorry. it's 2.1 but it's will be more optimized than the original one. now i have 112MB rom free when my phone starts up, and i haven't finished it yet.
As clean as possible, which translate to AOSP
Thank you for the work.
MindTooth said:
As clean as possible, which translate to AOSP
Thank you for the work.
Click to expand...
Click to collapse
Yes, i hope it will be aosp because aosp was the least laggy rom i've tried (together with legend's sense froyo)...
Sent from my X8 with closed bootloader (to avoid confusion)
trapacska said:
yes, but i made it with another method.... it restarts well the phone, without bug and etc, and its avalible in all languages. i made it with googleing. i found a thread witch described the guide of five method. and firstly i learned to "use" smali and baksmali, and my services.jar developing was succesful(change clock color). in this mod i use SE codes. I DIDN'T MODIFY FRAMEWORK-RES.APK
jeaah, sorry. it's 2.1 but it's will be more optimized than the original one. now i have 112MB rom free when my phone starts up, and i haven't finished it yet.
Click to expand...
Click to collapse
oh that's cool man
BTW off the topic I hope you know there is an easy way to change clock color too but again its with little editing of framework thingy hehe
edit - btw just realised you'll need to change framework cuz only framework is the source for ImageS I guess so and if you don't edit framework how would you get the reboot symbol.. ?? can you give me the link from where you learnt this method? please
yes you are right, i had to change an image, which was in framework res. its ic_jog_dial_unlock.png. it is not used in semc framework. but i had not modify resources, because i used this png's id and factorytest_reboot's id in jars. i downloaded your work, and it's really different from mine. i would not like to explain oneself to you
trapacska said:
yes you are right, i had to change an image, which was in framework res. its ic_jog_dial_unlock.png. it is not used in semc framework. but i had not modify resources, because i used this png's id and factorytest_reboot's id in jars. i downloaded your work, and it's really different from mine. i would not like to explain oneself to you
Click to expand...
Click to collapse
as you wish..
I was not going to steal your work anyways mate..
we all are in a learning phase if we can help others by sharing our knowledge it will help us all
I really don't want fame or credits just was amazed by how it can be done without editing framework.. but as you wish... best of Luck
nice mod.
will give it a try!
bump, the latest release is slow. i can't make it as fast as before. i would like to use 2.0.2.A.0.24 for core.
what do you think?
I thought someone didn't modify framework-res.apk but I guess I read it wrong lol
hey man if you could make a custom zip so we can install the reboot option from xrecovery that would be nice...
i updated first post. let's check it.
Does it work with black framework v4?
Sent from my E15i using Tapatalk
It doesn't work for me (2.1.1.A.0.6 firmware)
I get this :
Mount /system
mount: mounting /dev/block/mtdblock0 on /system failed: Device or resource busy
Ok.
Push android.policy.jar
failed to copy 'android.policy.jar' to '/system/framework/': Is a directory
Ok.
Push framework.jar
failed to copy 'framework.jar' to '/system/framework/': Is a directory
Ok.
Chmod 644 android.policy.jar
chmod: /system/framework/android.policy.jar: No such file or directory
Ok.
Chmod 644 framework.jar
chmod: /system/framework/framework.jar: No such file or directory
Ok.
Finished! Press ENTER to reboot your phone.
Appuyez sur une touche pour continuer...
Click to expand...
Click to collapse

You may like these new launchers!

Those who want to try some new launchers.
QQLauncher Pro
https://market.android.com/details?id=com.tencent.qqlauncher&feature=search_result
DXHome
https://market.android.com/details?id=com.dianxinos.dxhome&feature=search_result
Tencent Desktop
https://market.android.com/details?id=com.tencent.launcher
All free!
Tencent desktop is INSTALLABLE miui launcher with the original miui weather app
Wish they release an english version...
Rapier07 said:
Tencent desktop is INSTALLABLE miui launcher with the original miui weather app
Wish they release an english version...
Click to expand...
Click to collapse
Or we can help them translate
Strings from miui english rom can be used with some modding
Any chinese guy here?
Qq launcher is an adorable infant in early stages, very nice layout and beautiful.
Technically no real options, I'm going to keep this and stay up to date.
Dx, this launcher has got the most beautiful transitions I've ever seen. Its semi fugly and could use a facelift. Not alot of options either too. More then Qq but not by much.
Didn't install Tescent because I already got MIUI installed and its not in English
When installing Qq, becareful of it. It has alot of demanding permissions including calling contacts and texting them without your approval. Along with Dilly dallying with your system tools. Just keep an eye on it.
Sent from my ADR6300 using XDA App
The permissions are something to be concerned about... Dxhome asked me to update from an external server and since I updated the data connection is continuously in use, other apps can't access the internet..
uninstalling for now
http://forum.xda-developers.com/showthread.php?t=1209821
<-------- Tencent's Translated Launcher! Enjoy!
Edit --- FAIL! doesnt work! :/
katkoriaarpan said:
http://forum.xda-developers.com/showthread.php?t=1209821
<-------- Tencent's Translated Launcher! Enjoy!
PS - Do Hit the THANKS button!
Click to expand...
Click to collapse
Did you manage to instal it..?
I get application not installed
Rapier07 said:
Did you manage to instal it..?
I get application not installed
Click to expand...
Click to collapse
Ya just tried to install...cudnt...crap!
MIUIwiz still the best.
I'am already using Brigo's MIUIwiz version. Thing is, MIUIwiz is jerky @ 667 performance. I purposely test which lancher really fly at 667. And MIUIwiz does not, its still jerky no matter what preferences I select. But Tancent is really fast even @ 667. Tancent looks the best from the three. But its true they all feel suspicious. MIUIwiz, ported by our guys, safe, stable, complete package.
Hey i just noticed this! u guys having trouble with tancent? I' ve installed it perfectly and I dont see 'everythig' chinese, just 2 icons, a clock widget (although u tap on it and enter ur City name in English.) and folders named in chinese (which you can edit and name them in English) besides those two strange app icons i dont see anything written in chinese.
A quick translation try failed
But most probablt it got something to do with recompiling
Currently out, will try to solve when back home
What i did :
Decompiled the apk
Opened up strings.xml and used uzitech to translate(simple cp of strings doesnt work, had to do some edits)
Recompiled
It didnt install
Copied signature from original apk still it didnt install
Can anyone help on this?
OMG...qqlauncher is so awesome
Thank u for the information
cdesai said:
A quick translation try failed
But most probablt it got something to do with recompiling
Currently out, will try to solve when back home
What i did :
Decompiled the apk
Opened up strings.xml and used uzitech to translate(simple cp of strings doesnt work, had to do some edits)
Recompiled
It didnt install
Copied signature from original apk still it didnt install
Can anyone help on this?
Click to expand...
Click to collapse
try replacing strings.xml with the translated version without decompiling maybe that works
RafayelG said:
try replacing strings.xml with the translated version without decompiling maybe that works
Click to expand...
Click to collapse
LOL it wont work at all
Reasons:
1: open the apk - you wont get a values folder without decompiling
2: the compiled xmls are binary xmls while the decompiled ones are normal (readable)
3: thats it!
Anyways thanks for replying
cdesai said:
LOL it wont work at all
Reasons:
1: open the apk - you wont get a values folder without decompiling
2: the compiled xmls are binary xmls while the decompiled ones are normal (readable)
3: thats it!
Anyways thanks for replying
Click to expand...
Click to collapse
Check out what [URL="forum.xda-developers.com/showthread.php?t=1209821]this[/URL] guy did..
Anyways I'm using the chinese version with Suave HD theme
cdesai said:
LOL it wont work at all
Reasons:
1: open the apk - you wont get a values folder without decompiling
2: the compiled xmls are binary xmls while the decompiled ones are normal (readable)
3: thats it!
Anyways thanks for replying
Click to expand...
Click to collapse
I meant copy them from the translated apk this one.

CRT effect ICS tab 10.1

CRT effect
What is this...
just on/off screen effect.
<iframe width="560" height="315" src="http://www.youtube.com/embed/DBQWuebcxzM" frameborder="0" allowfullscreen></iframe>
http://youtu.be/DBQWuebcxzM
FOR STOCK P7500 USER
download : https://www.dropbox.com/s/stq44gbxzggdz5y/framework-res.zip
How to install
1. unzip file
2. copy to /system
3. permission 644
4. move to system/framework
5. reboot
Nicee brooo :good:
Does this work with stock ICS?
It's for stock user
serosis said:
Does this work with stock ICS?
Click to expand...
Click to collapse
for stock user
NOT test in custom rom...
[update!]
File from 'Stock GT-P7500(3G) ICS ROM'
박찬호 said:
for stock user
NOT test in custom rom...
Click to expand...
Click to collapse
Should have clarified stock ICS for the P7510 but I gave it a shot anyways and it worked like a charm :good:
.:UPDATE:.
Actually the only adverse effect is that it adds menu items and a notification icon for a non-existent 3g antenna.
Based on that I had to uninstall this.
How do I install this
Hi,
I downloaded the framework-res.zip and extracted it which gave me a framework res apk. From what I understand, I have to copy that apk and paste it inside /system, but I did not understand the thing about the permission 644 thing, i tried to look for that but was unable to find it. If someone could guide me or give me more detail, I would be grateful.
Just for extra information, I have a P7500 (3G, UK, XEU), rooted and with CWM Recovery. It is on Stock Samsung Honeycomb 3.2 TouchWiz.
Thanks again in advance.
The CyanogenMod Team needs to add this animation.
maz2001 said:
Hi,
I downloaded the framework-res.zip and extracted it which gave me a framework res apk. From what I understand, I have to copy that apk and paste it inside /system, but I did not understand the thing about the permission 644 thing, i tried to look for that but was unable to find it. If someone could guide me or give me more detail, I would be grateful.
Just for extra information, I have a P7500 (3G, UK, XEU), rooted and with CWM Recovery. It is on Stock Samsung Honeycomb 3.2 TouchWiz.
Thanks again in advance.
Click to expand...
Click to collapse
It's working at 'Stock Samsung Honeycomb 3.2 TouchWiz'?
framework-res.apk is from 'P7500XXLQ8_P7500OXALQ8_ITV[Stock ICS Touchwiz Rom]'...
Thanks to your respond!
jtdo said:
The CyanogenMod Team needs to add this animation.
Click to expand...
Click to collapse
Thanks to your respond!
박찬호 said:
It's working at 'Stock Samsung Honeycomb 3.2 TouchWiz'?
framework-res.apk is from 'P7500XXLQ8_P7500OXALQ8_ITV[Stock ICS Touchwiz Rom]'...
Click to expand...
Click to collapse
Sorry but I think youve mis-understood me. I was asking whether I was able to do this on my 3.2, but after I posted the question I realised its for ICS, sorry for my ignorance. I didnt manage to run it, ands its good i didnt try without double reading.
maz2001 said:
Sorry but I think youve mis-understood me. I was asking whether I was able to do this on my 3.2, but after I posted the question I realised its for ICS, sorry for my ignorance. I didnt manage to run it, ands its good i didnt try without double reading.
Click to expand...
Click to collapse
Ah.. you didn't move the file into /system/framework ?
My English skill isn't good...sorry!
Which program did you use to make this?
I've been trying to recreate this but for the P7510 but APK Multi Tool doesn't want to recompile the apk.
I used the "Apk_Manager"
serosis said:
Which program did you use to make this?
I've been trying to recreate this but for the P7510 but APK Multi Tool doesn't want to recompile the apk.
Click to expand...
Click to collapse
just compile apk, NO SYSTEM APK.
Open the unsignedframework-res.apk and framework-res.apk with 7-zip
unsigned's resources.arsc move to stock framework-res.apk
Don't install the unsignedframework-res.apk..

[Q] [Theme Selection] No application can perform this fuction

As stated in the subject. How will I correct that?
I already searched but yes there is no application could execute the function selection but I don't know what/how to correct.
Pls help. Thanks
defaultthemes.apk missing or corrupt. Have you altered anything or running a stock based modified ROM?
sdk16420 said:
defaultthemes.apk missing or corrupt. Have you altered anything or running a stock based modified ROM?
Click to expand...
Click to collapse
Thanks for quick respond mate. Just what I am thinking.
I did flashing Pureness B13 apps + Timescape (from DJ JS thread) into Jelly Sandwich V6.
the result was great this was the only thing I'd like to fix for fully working tweaked ROM.
Hit the buttons for yah. Have a nice day!
Wait
Hmmm.. I did flashing it but nothing happened the problem still exist. Hmmmm... How is that now?
copy and paste stock DefaultThemes.apk or you can get some themes in neo themes and app section. fix permission to rw-r--r--. then reboot .
nah
I already flashed one mate.
Is there any difference between flashing and copy & pasting?
I think there is nothing. Same effect, it only differs in execution.
Correct me if I'm wrong.
chadrick_06 said:
I already flashed one mate.
Is there any difference between flashing and copy & pasting?
I think there is nothing. Same effect, it only differs in execution.
Correct me if I'm wrong.
Click to expand...
Click to collapse
Yes they have the same effect..
The only difference between the two is that flashing is done of the zip file which automatically replaces the apk files with the right permissions..
Whereas the other way is manual.. You have to manually copy the apk file into the root directory and apply the permissions by yourself!
Sent from my Xperia Neo V
chadrick_06 said:
I already flashed one mate.
Is there any difference between flashing and copy & pasting?
I think there is nothing. Same effect, it only differs in execution.
Correct me if I'm wrong.
Click to expand...
Click to collapse
No. they have same work, to copy/replace apk in /system.
which theme you flashed ?

[Q] How to remuve menus from settings.apk?

i want to ask if any body tried already to remove menus from settings like i want to hide the about phone on stock settings.apk deodexed on jb 4.2 i want to get rid of some menus in my settings i ported dakele os to mtk6589 so i would like to ask if how to? since it is a ported rom some of the menus are not a feature of my stock rom and i want to hide or remove them just to prevent boot loop for example like this in the attachment below i want to get rid of the ad block or sensor_cali .. ..
i badly need help kinda excited to release my ported rom hehe
TIA:good::fingers-crossed:
uppdate: ive done some experement in settings_header.xml i tried to change the name of about phone to phone only and it works so my conclusion is settings_headers changes the appearance of the settings menu
I have not used ICS or JB much but it's possible.
I know exact process of how to do that on GB but not ICS. You'll have to decompile Settings.apk and look for the xml which controls the layout of app.
iamareebjamal said:
I have not used ICS or JB much but it's possible.
I know exact process of how to do that on GB but not ICS. You'll have to decompile Settings.apk and look for the xml which controls the layout of app.
Click to expand...
Click to collapse
yes i think its the settings.header yet everytime i change something in that xml,recompile success, and push my mooded settings but the problem is it wont open systemUI stops everytime i try to open settings from the noti. bar and there's no icon for settings in the drawer ive check the permission its rw-r-r and its correct . ive also tried drag and drop signing still the same problem
marc2777 said:
yes i think its the settings.header yet everytime i change something in that xml,recompile success, and push my mooded settings but the problem is it wont open systemUI stops everytime i try to open settings from the noti. bar and there's no icon for settings in the drawer ive check the permission its rw-r-r and its correct . ive also tried drag and drop signing still the same problem
Click to expand...
Click to collapse
Which tool are you using to compile apps? And System apps don't need to be signed. Maybe that's the problem.
If you want, you can check out Ultimate Guide in Android Development Section which shows how to correctly compile system apps. Its sticky(noun, not an adjective ) there
iamareebjamal said:
Which tool are you using to compile apps? And System apps don't need to be signed. Maybe that's the problem.
If you want, you can check out Ultimate Guide in Android Development Section which shows how to correctly compile system apps. Its sticky(noun, not an adjective ) there
Click to expand...
Click to collapse
sorry gotta bad english here tnx gonna check it out
marc2777 said:
sorry gotta bad english here tnx gonna check it out
Click to expand...
Click to collapse
editing the xmls dose not change anything any suggestions but using apk multi tool works it didnt cause any systemui fc and the settings is properly installed but as i said as i edit xml it didnt change anything in the setting menus
marc2777 said:
editing the xmls dose not change anything any suggestions but using apk multi tool works it didnt cause any systemui fc and the settings is properly installed but as i said as i edit xml it didnt change anything in the setting menus
Click to expand...
Click to collapse
Then maybe that xml doesn't change it
Or, did you delete the modded files from keep folder?
marc2777 said:
editing the xmls dose not change anything any suggestions but using apk multi tool works it didnt cause any systemui fc and the settings is properly installed but as i said as i edit xml it didnt change anything in the setting menus
Click to expand...
Click to collapse
Are you extracting the resources.arsc from the new apk and dropping it back again after compiling?
XperienceD said:
Are you extracting the resources.arsc from the new apk and dropping it back again after compiling?
Click to expand...
Click to collapse
since im using multi tool i dont know if that resource.asrc is original from my original apk for example i already compiled my modded settings.apk shud i keep the resource.asrc or shud i get the resource.asrc from the original and unmodded settings.apk?
1757 fuchet
iamareebjamal said:
Then maybe that xml doesn't change it
Or, did you delete the modded files from keep folder?
Click to expand...
Click to collapse
ive read alot of tuts on how to add apps on settings menu yes it is possible since it is possible to add then maybe it is possible to delete ive tried to reverse the tuts on adding to delete the menus specially on the settings_header.xml and strings tried to edit those xmls after editing recompile i directly push it to my phone i tried to push unsigned and signed apks yet i get same results nothing change i got a feeling that resource.asrc has something to do with this
marc2777 said:
ive read alot of tuts on how to add apps on settings menu yes it is possible since it is possible to add then maybe it is possible to delete ive tried to reverse the tuts on adding to delete the menus specially on the settings_header.xml and strings tried to edit those xmls after editing recompile i directly push it to my phone i tried to push unsigned and signed apks yet i get same results nothing change i got a feeling that resource.asrc has something to do with this
Click to expand...
Click to collapse
If you've read my guide, you would know that you'll have to add resources.arsc from new app to old app and then push old app to your phone
iamareebjamal said:
If you've read my guide, you would know that you'll have to add resources.arsc from new app to old app and then push old app to your phone
Click to expand...
Click to collapse
can you lead mo to ur link/? so this means the created resources.asrc from my mooded apk will be transfered to my original apk am i ryt? and ill push my old apk ?
marc2777 said:
can you lead mo to ur link/? so this means the created resources.asrc from my mooded apk will be transfered to my original apk am i ryt? and ill push my old apk ?
Click to expand...
Click to collapse
Here you go
http://forum.xda-developers.com/showthread.php?t=2326393
I hope its good enough to make it clear
iamareebjamal said:
Here you go
http://forum.xda-developers.com/showthread.php?t=2326393
I hope its good enough to make it clear
Click to expand...
Click to collapse
tnx im reading this but as i check my log something is weird in the res forlder of settings.apk since this is a ported rom there are some folders that multi tool cant read
marc2777 said:
tnx im reading this but as i check my log something is weird in the res forlder of settings.apk since this is a ported rom there are some folders that multi tool cant read
Click to expand...
Click to collapse
Upload your apk.
XperienceD said:
Upload your apk.
Click to expand...
Click to collapse
http://www.4shared.com/account/home.jsp#dir=VTulsuo_ everything you need is in that link i hope you can help me im havng a hard time T_T
marc2777 said:
http://www.4shared.com/account/home.jsp#dir=VTulsuo_ everything you need is in that link i hope you can help me im havng a hard time T_T
Click to expand...
Click to collapse
Access denied?
XperienceD said:
Access denied?
Click to expand...
Click to collapse
access denied ? where sir? in the links?
marc2777 said:
access denied ? where sir? in the links?
Click to expand...
Click to collapse
Works now, but no Settings.apk?
XperienceD said:
Works now, but no Settings.apk?
Click to expand...
Click to collapse
o my god my settings.apk is gone reuploading demet

Categories

Resources