• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Boost Mobile] [DEV] Thread to help other Development issues

Ill have to try that once i get back home. Oh also for that tutorial i posted. Its a little off from what i saw...we lack some files...but we should be able to figure it out with a good starting point like that

Yeah get used to that... I haven't found many tuts that work for the warp... Your just gonna have to learn to read and understand the xmls yourself and experiment

Sent from my N860 using Tapatalk 2 Beta-5
 
Yeah, i figured haha. Its a good starting point though as reading...it explains how to set and call your own colors in scripts...so its a huge help
 
So, tried to decompile/recompile another APK...same issue...System cannot find specified file...
 
:d jkjkjk
 

Attachments

  • images.jpg
    images.jpg
    7.6 KB · Views: 63
I dunno what I'm doing wrong D: Maybe I'll try a third APK...for giggles.

Make sure you keep the apk in the place-apk-her-for-modding folder and the decompiled contents in the projects folder

Sent from my N860 using Tapatalk 2 Beta-5
 
Yeah, I did. For some reason, the mms apk won't build again...the theme chooser APK will...so maybe I'll work on this...? Though it might be harder than coloring the MMS apk...but I'll see if i can figure anything out...
 
Yeah, I did. For some reason, the mms apk won't build again...the theme chooser APK will...so maybe I'll work on this...? Though it might be harder than coloring the MMS apk...but I'll see if i can figure anything out...

Did it decompile with no errors?

Sent from my N860 using Tapatalk 2 Beta-5
 
I don't have an others folder....think that's the problem? Should I create it and then put my framework apk there? o.o
 
Still no go...hmm....I have framework-res.apk in the others folder...I can recompile other apk's...this one seems to give me hell though....Stupid MMS..
 
Still no go...hmm....I have framework-res.apk in the others folder...I can recompile other apk's...this one seems to give me hell though....Stupid MMS..
Try decompiling and recompiling from a command prompt... here's the command to decompile: apktool d Mms.apk
I forgot the recompile command but you can just Google it



Sent from my N860 using Tapatalk 2 Beta-5
 
I think I'm getting closer...doing it manually...realized I forgot to install the framework-res.apk...>.< So we'll see...
 
Decompiling Mms.apk now that I installed framework...gonna see if I can compile it before doing more tweaks...

Nope..still a shitload of error codes -.-;; bloody hell. I think the MMS apk just hates me...every other apk worked without a problem...
 
Decompiling Mms.apk now that I installed framework...gonna see if I can compile it before doing more tweaks...

Nope..still a shitload of error codes -.-;; bloody hell. I think the MMS apk just hates me...every other apk worked without a problem...

What does the very first error say? All of the errors that come after the first usually don't matter

Sent from my N860 using Tapatalk 2 Beta-5
 
Code:
aapt: warning: string 'error_state' has no default translation in C:\ROM Making\
android-sdk\platform-tools\Mms\res; found: pt_PT
 
Code:
aapt: warning: string 'error_state' has no default translation in C:\ROM Making\
android-sdk\platform-tools\Mms\res; found: pt_PT

That just means that the app doesn't have support for other languages... is there an error message above that one? If not then it compiled correctly

Sent from my N860 using Tapatalk 2 Beta-5
 
Nope, that's the first one...

Code:
C:\ROM Making\android-sdk\platform-tools>apktool b Mms
I: Checking whether sources has changed...
I: Smaling...
I: Checking whether resources has changed...
I: Building resources...
aapt: warning: string 'error_state' has no default translation in C:\ROM Making\
android-sdk\platform-tools\Mms\res; found: pt_PT

When looking at the mms.apk...its not changed...the date modified is still the old one...I even pushed it via adb and it still is the same...
 
Nope, that's the first one...

Code:
C:\ROM Making\android-sdk\platform-tools>apktool b Mms
I: Checking whether sources has changed...
I: Smaling...
I: Checking whether resources has changed...
I: Building resources...
aapt: warning: string 'error_state' has no default translation in C:\ROM Making\
android-sdk\platform-tools\Mms\res; found: pt_PT

When looking at the mms.apk...its not changed...the date modified is still the old one...I even pushed it via adb and it still is the same...

So let me get this straight.... you adb pushed it and it works correctly?

Sent from my N860 using Tapatalk 2 Beta-5
 
I do the adb push and it installs, but no changes...Although...I didn't reboot...Hmm...Let me see if that works...Cos otherwise its all the same color boring MMS app >.<
 
Oh... and I believe that the compiled apk should be in a folder named build or out

Sent from my N860 using Tapatalk 2 Beta-5
 
Back
Top Bottom