Off-Topic Discussion for kitchen users - SuperR Kitchen

This thread should serve as a much needed place for kitchen users to discuss anything not exactly kitchen related

Reserved
Sent from my Redmi Note 3 using Tapatalk

SuperR. said:
It unpacks in AIK without issues running 64-bit Ubuntu 16.04. You are probably right and just missing a dependency that comes pre-installed in Debian based systems. Let me know if you figure out a way to deal with it
edit: do you have cpio installed? If not that may solve the issue
Click to expand...
Click to collapse
I had flashed AIK in custom recovery, but I can't seem to get it to work properly..

The Exploiter said:
That's good I'm glad to hear that
Click to expand...
Click to collapse
Bro 2 more things i want to learn
1st how add multi languages in extracted rom?
And how fix gapps also in extracted rom?

Mr Hassan said:
Bro 2 more things i want to learn
1st how add multi languages in extracted rom?
And how fix gapps also in extracted rom?
Click to expand...
Click to collapse
What do you mean by that sir? I will be happy to help you
---------- Post added at 06:04 AM ---------- Previous post was at 06:02 AM ----------
Mr Hassan said:
Bro 2 more things i want to learn
1st how add multi languages in extracted rom?
And how fix gapps also in extracted rom?
Click to expand...
Click to collapse
For multi languages its usually built into the ROM. Fixing gapps depends on what's wrong with it.
When you extract your rom what gapps are you trying to fix?

@Mr Hassan, @The Exploiter
Moved your posts into this thread as they are off topic for the kitchen. Feel free to continue here if you would like

SuperR. said:
@Mr Hassan, @The Exploiter
Moved your posts into this thread as they are off topic for the kitchen. Feel free to continue here if you would like
Click to expand...
Click to collapse
Thank you I'll be sure to come back

The Exploiter said:
What do you mean by that sir? I will be happy to help you
?
Click to expand...
Click to collapse
can you give me little details about add multi languages in extracted rom
and also add gapps

Mr Hassan said:
can you give me little details about add multi languages in extracted rom
and also add gapps
Click to expand...
Click to collapse
If you have a custom ROM build without gapps then grab a version perspective to your device too flash in recovery
To add multi languages (depending on the ROM) I would look around on XDA.. I haven't ever heard of multi language..

I'm having the worst time trying to get java6 installed.. Does anyone have a good way?

The Exploiter said:
I'm having the worst time trying to get java6 installed.. Does anyone have a good way?
Click to expand...
Click to collapse
Java 6?
sudo apt-get install openjdk-6-jdk openjdk-6-jre
You need Java 8 for the SuperR Kitchen tho..
Sent from my N9515 using Tapatalk

bcrichster said:
Java 6?
sudo apt-get install openjdk-6-jdk openjdk-6-jre
You need Java 8 for the SuperR Kitchen tho..
Click to expand...
Click to collapse
Its for CM11 source code since I'm building CWM for nthe SM-T113
---------- Post added at 02:15 AM ---------- Previous post was at 01:34 AM ----------
bcrichster said:
Java 6?
sudo apt-get install openjdk-6-jdk openjdk-6-jre
You need Java 8 for the SuperR Kitchen tho..
Click to expand...
Click to collapse
Its telling me there's no install canadate.. I'm gonna go break my PC now..

Temp Clockworkmod is now built for the SM-T113

Clockworkmod for SM-T116

hi guys...
can someone help me please?
I'm really new to superr kitchen...
I'm trying to make an deodexed rom for an S8+.
I can't get it it start. it boots but stucks at samsung logo.
so, what are the right way to make an deodexed rom?
thanks in advance

Hey @SuperR. I have a general apktool question.
I want to make some SystemUI mods for my ROM.
When recompiling SystemUI does it need to be signed, zipaligned, or both?
Your tool is awesome btw.

bkores said:
Hey @SuperR. I have a general apktool question.
I want to make some SystemUI mods for my ROM.
When recompiling SystemUI does it need to be signed, zipaligned, or both?
Your tool is awesome btw.
Click to expand...
Click to collapse
I am not the best to answer this honestly. I have not modified an apk since KitKat. The plugin is there for people such as yourself who want to use it. It has all the signing options I am aware of. If you don't get any other answers, I suggest trying them all to see what works for you

bkores said:
Hey @SuperR. I have a general apktool question.
I want to make some SystemUI mods for my ROM.
When recompiling SystemUI does it need to be signed, zipaligned, or both?
Your tool is awesome btw.
Click to expand...
Click to collapse
For system apps, I use winrar, or if using linux the default archive manager, to move the modified files into the original. I try to keep the meta-inf, sec-inf, and androidmanifest.xml intact on the original app and just drag the res, classes.dex (if modifying smali), and resources.arsc into the original. Then just zipalign.
Thats worked for me on 6.0.1, I think some things may have changed with 7.0.1 and I'm by no means an expert but thats how I do it.

kevintm78 said:
For system apps, I use winrar, or if using linux the default archive manager, to move the modified files into the original. I try to keep the meta-inf, sec-inf, and androidmanifest.xml intact on the original app and just drag the res, classes.dex (if modifying smali), and resources.arsc into the original. Then just zipalign.
Thats worked for me on 6.0.1, I think some things may have changed with 7.0.1 and I'm by no means an expert but thats how I do it.
Click to expand...
Click to collapse
So would it be like this:
1) Install frameworks
2) Decompile apk
3) Make modifications
4) Rename APK file to .zip to allow for pasting res and resources.arsc
5) Paste modified res and resources.arsc into the zip archive.
6) Rename the zip archive back to an apk file.
7) Push apk to /system/priv-app/SystemUI/SystemUI.apk.
8) Perform chmod 0644 on the apk.
I'm a complete noob at this so I want to make sure I'm doing everything right.

bkores said:
So would it be like this:
1) Install frameworks
2) Decompile apk
3) Make modifications
4) Rename APK file to .zip to allow for pasting res and resources.arsc
5) Paste modified res and resources.arsc into the zip archive.
6) Rename the zip archive back to an apk file.
7) Push apk to /system/priv-app/SystemUI/SystemUI.apk.
8) Perform chmod 0644 on the apk.
I'm a complete noob at this so I want to make sure I'm doing everything right.
Click to expand...
Click to collapse
Yep, that's how I do it. Except you dont have to rename your apk files, they'll open up in archive just like a zip. With jar files I just push without having to drag anything to the original and they'll work.
If you ever decide to modify the framework-res or certain system apps like secsettings, camera, contacts, and probably some others, I have to do those with Windows and winrar because they dont seem to work with the normal compression mode. Winrar lets you change the compression mode from normal to store. Thats the only I can get those working.

Related

[Ready to DONATE][Q] How to manually deodex Email.apk and Mobileprint.apk

I found many threads of people who can't deodex Email.apk, Mobileprint.apk, even manualy, including every .jar in the baksmali.jar -c: xxxx.
Is there a Dev who could give us the command line to succesfully deodex Email.odex and Mobileprint.odex ?
Thanks
Edit 06/30/2011 : I am ready to donate for the help you could give me
Found the same threads you did.. I am researching this as well.. Will keep you updated if I find anything.
U don't need to deodex the whole rom, though you will need to deodex the whole framework.
mak1 said:
U don't need to deodex the whole rom, though you will need to deodex the whole framework.
Click to expand...
Click to collapse
Ok, thanks for the answer, but what to do with the .odex files (Email and Mobileprint), I'm not going to leave them non deodexed with others deodexeds apk ?
sicopat said:
Ok, thanks for the answer, but what to do with the .odex files (Email and Mobileprint), I'm not going to leave them non deodexed with others deodexeds apk ?
Click to expand...
Click to collapse
i wana know this tooo
If ur not changing anything in the BOOTCLASSPATH files, u can deodex a single file
-app for eg.-, edit it and put it into ur device without deodexing anything else, delete the existing odex file.
u'll need baksmali for that purpose-apktool donot have that feature btw-also u'v to have framework files available (just pull the entire framework directory from the phone) pass it's directory via the -d option. App depends on particular jar files will require that through -c option.
mak1 said:
If ur not changing anything in the BOOTCLASSPATH files, u can deodex a single file
-app for eg.-, edit it and put it into ur device without deodexing anything else, delete the existing odex file.
u'll need baksmali for that purpose-apktool donot have that feature btw-also u'v to have framework files available (just pull the entire framework directory from the phone) pass it's directory via the -d option. App depends on particular jar files will require that through -c option.
Click to expand...
Click to collapse
That's the problem, even with the entire framework directory, I am not able to deodex Email.apk and Mobileprint.apk . Seems like if missing Bootclasspath ...
No problem manualy deodexing every other apks ..
I tried to deodex both of these files with omrij's tool and it was successfull.
http://forum.xda-developers.com/showthread.php?t=1053227
TAEL said:
I tried to deodex both of these files with omrij's tool and it was successfull.
http://forum.xda-developers.com/showthread.php?t=1053227
Click to expand...
Click to collapse
I wonder if it ignores certain errors. If i use baksmali with the -I option, i can get deodexed output, But obviously the APK won't work.
sicopat said:
I found many threads of people who can't deodex Email.apk, Mobileprint.apk, even manualy, including every .jar in the baksmali.jar -c: xxxx.
Is there a Dev who could give us the command line to succesfully deodex Email.odex and Mobileprint.odex ?
Thanks
Click to expand...
Click to collapse
I got it done for u method is a bit complicated though
First of all, Thanks!
Second of all, I'm much more interested on how its done rather than the apps themselves. I'd be very happy if you could share how by any means.
ransagy said:
First of all, Thanks!
Second of all, I'm much more interested on how its done rather than the apps themselves. I'd be very happy if you could share how by any means.
Click to expand...
Click to collapse
same here..i guess we just want to learn so please share
thanks
Deodexing is not my favorite stuff I do it for my personal use at times, I use my own set of scripts on linux with custom bootclasspaths.
Would recommend to have a look here: http://code.google.com/p/smali/wiki/DeodexInstructions
mak1 said:
Deodexing is not my favorite stuff I do it for my personal use at times, I use my own set of scripts on linux with custom bootclasspaths.
Would recommend to have a look here: http://code.google.com/p/smali/wiki/DeodexInstructions
Click to expand...
Click to collapse
thanks already read that
mak1 said:
Deodexing is not my favorite stuff I do it for my personal use at times, I use my own set of scripts on linux with custom bootclasspaths.
Would recommend to have a look here: http://code.google.com/p/smali/wiki/DeodexInstructions
Click to expand...
Click to collapse
I also wrote my own deodexing bash script with baksmali/smali/zip. The thing is, Those two APK request java libraries to deodex (java.awt.* and javax.swing.*). I could't find anywhere to get those dependencies from, So if you could share which boot classes you used for satisfying those requirements, it would be great.
Thanks!
I am ready to make a donation for help.
I would like to be able to do it myself
sicopat said:
I am ready to make a donation for help.
I would like to be able to do it myself
Click to expand...
Click to collapse
I have found out how you do it, by checking my bash logs way back
Just use the -I ignore flag on the command, along with regular bootclasspath.
The errors are not an issue and the apps work fine.
Enjoy.
pulser_g2 said:
I have found out how you do it, by checking my bash logs way back
Just use the -I ignore flag on the command, along with regular bootclasspath.
The errors are not an issue and the apps work fine.
Enjoy.
Click to expand...
Click to collapse
Thanks so much Pulser, I am going to try this.
it's Curious we canno't avoid errors.
As promised : donation done
Big thanks
Hi guys, same here with Email.odex...
I'm not be able to deodex it...
Somebody can help me? Thanks!

[Q]Change Color Clock And Framework-res.apk

Hello again.
I change my Status Bar with UOT - now it is black but in right top i have clock in Black so i don't see this :< In what file I change this?
And i Decompile Framework-res.apk in apk Multi Tools and edit language but if i Compile (with and witout sing) My Phone has bootloop. how can I fix it?:crying:
cheqolada said:
Hello again.
I change my Status Bar with UOT - now it is black but in right top i have clock in Black so i don't see this :< In what file I change this?
And i Decompile Framework-res.apk in apk Multi Tools and edit language but if i Compile (with and witout sing) My Phone has bootloop. how can I fix it?:crying:
Click to expand...
Click to collapse
iirc clock color is in services.jar. you'll need to baksmali it, edit the relevant file, and compile it again (smali).
I believe you need to resign the framework-res.apk again once you have compiled it.
Sent from my Galaxy Nexus
framework cannot signed.... aftr compilation replace. res n resources files with edited files.... don't touch othr files....
Sent from my A60 using xda app-developers app
cheqolada said:
Hello again.
I change my Status Bar with UOT - now it is black but in right top i have clock in Black so i don't see this :< In what file I change this?
Click to expand...
Click to collapse
It depends on what version of Android you're on. If you're on Gingerbread or above, decompile SystemUI.apk and look at res/layout/status_bar.xml.
If your clock has its own individual line of code, you can add this parameter:
Code:
android:TextColor="#00ffffff"
This will make the clock a pure white colour.
res/layout/status_bar.xml i have in framework-res.apk (Froto... >.<)
Before Decompile framework has 6 MB , After Decompile, Edit It have 4 MB - Why?
framework cannot signed.... aftr compilation replace. res n resources files with edited files.... don't touch othr files....
Click to expand...
Click to collapse
Well... If I Open Framework in 7 zip (as Archive - it Works) folders with language are not visible. What now?
cheqolada said:
res/layout/status_bar.xml i have in framework-res.apk (Froto... >.<)
Before Decompile framework has 6 MB , After Decompile, Edit It have 4 MB - Why?
Well... If I Open Framework in 7 zip (as Archive - it Works) folders with language are not visible. What now?
Click to expand...
Click to collapse
Check out this thread here: http://forum.xda-developers.com/showthread.php?t=849223.
It's a bit old and you might have to tweak some of the instructions for your phone a little, but it'll point you in the right direction.
Any problems, let me know.
cheqolada said:
res/layout/status_bar.xml i have in framework-res.apk (Froto... >.<)
Before Decompile framework has 6 MB , After Decompile, Edit It have 4 MB - Why?
Well... If I Open Framework in 7 zip (as Archive - it Works) folders with language are not visible. What now?
Click to expand...
Click to collapse
It gets compressed when you re-compile it. You should take out the resources.arsc, rename the apk to framework-res.zip, then add the resources.arsc with no compression (store mode) - rename it back to framework-res.apk..
Sent from my phone's mind
alteredlikeness said:
It gets compressed when you re-compile it. You should take out the resources.arsc, rename the apk to framework-res.zip, then add the resources.arsc with no compression (store mode) - rename it back to framework-res.apk..
Sent from my phone's mind
Click to expand...
Click to collapse
If you're using 7zip, you don't need to rename the apk. Just extract and add. I know it only saves a few seconds but every little bit counts!
Thank's - Tomorow i send What's i Do.
Well...
Check out this thread here: http://forum.xda-developers.com/showthread.php?t=849223.
Click to expand...
Click to collapse
This don't work. After Boot animation booting is stop.
cheqolada said:
Well...
This don't work. After Boot animation booting is stop.
Click to expand...
Click to collapse
What version of android are u on?
Bacon in my coffee, please? You don't have bacon?! Unacceptable!!
Android 2.2.2 from this rom
http://forum.xda-developers.com/showthread.php?t=1474698
cheqolada said:
Android 2.2.2 from this rom
http://forum.xda-developers.com/showthread.php?t=1474698
Click to expand...
Click to collapse
Do u have an ORIGINAL of the framework .apk? One that hasn't been modified or unzipped?
Bacon in my coffee, please? You don't have bacon?! Unacceptable!!
Yes - ORIGINAL is in this Rom - I wanted to Add to this rom polish language but bootloop ...
cheqolada said:
Yes - ORIGINAL is in this Rom - I wanted to Add to this rom polish language but bootloop ...
Click to expand...
Click to collapse
OK. Out of the framework .apk THAT YOU UNZIPPED, take the resources file, and the res folder (the whole folder; in which u made the changes) and "inject" (put them inside of) them into the ORIGINAL/UNZIPPED .apk. open the original .apk, drag the modified res folder and the resourses file and drop them into the original apk. U should b prompted as to whether u want to replace the existing files, say yes. Otherwise it might just replace them without asking for confirmation. Make sure that the files were properly transfered. Now take that UNZIPPED .apk that u just put those files in, and place it on the root of your SD card.
Use a file explorer to navigate to the apk on ur SD card, and put that in place of the one that's on ur phone. Make sure u give it the permissions that it needs.
Bacon in my coffee, please? You don't have bacon?! Unacceptable!!
---------- Post added at 03:27 PM ---------- Previous post was at 03:21 PM ----------
I don't know if that will do it for sure or not. I have to use that way when I'm theming 4.1.1
I don't know how well it'll translate back to froyo, but the method SHOULD work...theoretically. good luck :thumbup:
Bacon in my coffee, please? You don't have bacon?! Unacceptable!!
Now take that UNZIPPED .apk that u just put those files in, and place it on the root of your SD card.
Use a file explorer to navigate to the apk on ur SD card, and put that in place of the one that's on ur phone. Make sure u give it the permissions that it needs.
Click to expand...
Click to collapse
I add this In My Rom Instalation... maybe problem is here?
cheqolada said:
I add this In My Rom Instalation... maybe problem is here?
Click to expand...
Click to collapse
What?
Bacon in my coffee, please? You don't have bacon?! Unacceptable!!
---------- Post added at 07:03 PM ---------- Previous post was at 06:55 PM ----------
http://forum.xda-developers.com/showthread.php?t=1814441
That's the thread I use for de/compile of apks. Should work for any apk, and the way its done, it SHOULD work for any version JB and below (I would think).
and as for changing your clock color, that would have to do with de/compile of of framework-res.apk.
Bacon in my coffee, please? You don't have bacon?! Unacceptable!!
A little question here. I'm on 4.0.4 rooted and with unlocked boot.
I want to remove the “AM/PM” in the clock area when is at 12hrs format.
I tried modifying a file in SystemUI.apk\smali\com\android\systemui\statusbar\policy called “Clock.smali”.
The line exactly said “.local v5, amPmStyle: I”, I deleted the value and flashed it back to my device and doesn't worked, it shows AM/PM again.
Maybe I'm at the wrong .smali file? Can you give me a hand? I know if I use 24hrs format it wouldn't show AM/PM, but I'm from Venezuela, here we use 12hrs format.
Sent from my LT18i using xda premium
Braayhaan said:
A little question here. I'm on 4.0.4 rooted and with unlocked boot.
I want to remove the “AM/PM” in the clock area when is at 12hrs format.
I tried modifying a file in SystemUI.apk\smali\com\android\systemui\statusbar\policy called “Clock.smali”.
The line exactly said “.local v5, amPmStyle: I”, I deleted the value and flashed it back to my device and doesn't worked, it shows AM/PM again.
Maybe I'm at the wrong .smali file? Can you give me a hand? I know if I use 24hrs format it wouldn't show AM/PM, but I'm from Venezuela, here we use 12hrs format.
Sent from my LT18i using xda premium
Click to expand...
Click to collapse
I don't know for sure, but instead of just deleting the value, try replacing the 1 with a 0....I don't know the android system in and out yet, so I'm not sure if ur even attacking the right file. But that sounds like a place I would try, but I would try it with a dif value, not just deleting it...
Bacon in my coffee, please? You don't have bacon?! Unacceptable!!

[Q] How to decompile JB Apk?

Hi guys.
I have Apk Manager.
And, most of apks don't decompile.
I guess this is due to Api level.
Is there any way to increase the api level in apk manager?
Or is there a mod of apk manager that works with JB.
Please reply asap
masterex567 said:
Hi guys.
I have Apk Manager.
And, most of apks don't decompile.
I guess this is due to Api level.
Is there any way to increase the api level in apk manager?
Or is there a mod of apk manager that works with JB.
Please reply asap
Click to expand...
Click to collapse
Get dsixda's kitchen, it now supports the I9300
Search for my thread on how to theme jb.
Sent from my GT-I9300 using Tapatalk 2
Kangburra said:
Get dsixda's kitchen, it now supports the I9300
Click to expand...
Click to collapse
Dsixda kitchen cannot be used to decompile apks.
Phone_Guru said:
Search for my thread on how to theme jb.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
link please.
Plus. I'm not really talking about theming.
For all general Apks.
Like SecPhone, SecLauncher, SecGallery, SecContacts etc.
Not theming, just xml modding.
 nice querry man
Sent from my GT-I9300 using xda premium
Use the apktool by ibotpeeches..from here
Apart from SecPhone.apk never had any trouble in decompiling recompiling JB apks..
zoot1 said:
Use the apktool by ibotpeeches..from here
Apart from SecPhone.apk never had any trouble in decompiling recompiling JB apks..
Click to expand...
Click to collapse
Ok.
Any way of changing API level in apk manager?
masterex567 said:
Ok.
Any way of changing API level in apk manager?
Click to expand...
Click to collapse
I don't know much about apk manager but in apktools you can change the api level by -a command..it is generally used while deodexing ..
however, api level will not give you troubles if you use the latest apktool..it included all the magic numbers to work with JB apps..
zoot1 said:
I don't know much about apk manager but in apktools you can change the api level by -a command..it is generally used while deodexing ..
however, api level will not give you troubles if you use the latest apktool..it included all the magic numbers to work with JB apps..
Click to expand...
Click to collapse
Ok.
So i've downloaded the apktool.jar version 1.5.0
alongside the new aapt.exe
Should i use the old apktool.bat to work with this one?
masterex567 said:
Ok.
So i've downloaded the apktool.jar version 1.5.0
alongside the new aapt.exe
Should i use the old apktool.bat to work with this one?
Click to expand...
Click to collapse
Follow the below steps:
Place both Apktool and aapt.exe in the windows directory
have java installed (you might already have it)
right click inside the windows directory, in any clean space, choose open command prompt here
use:
Code:
java -jar apktool.jar d your <apkpath> <destinationfolderpath>
to decompile and
Code:
java -jar apktool.jar b <yourdestinationfolderpath> <yourfinalapkpath>
to recompile the final apk...just drag and drop the folders/apks to cmd, it will add the path
drag and drop the android.manifest.xml and meta-inf files from the original apk to the final apk after you are done..open both the files with 7zip/winrar
masterex567 said:
Dsixda kitchen cannot be used to decompile apks.
Click to expand...
Click to collapse
Funny it works for me.
Kangburra said:
Funny it works for me.
Click to expand...
Click to collapse
?
I thought dsixda kitchen could only deodex and sign apk.
There's no option of decompiling.
Is there?
Or give me the option number..
masterex567 said:
?
I thought dsixda kitchen could only deodex and sign apk.
There's no option of decompiling.
Is there?
Or give me the option number..
Click to expand...
Click to collapse
From the main menu
0 - Advanced options
18 - Plugin Scripts
5 - Decompile & Compile Deodexed File
This is version 2.06 (current).
When it has finished the decompile make the changes then press enter and it will recompile the apk.
Kangburra said:
From the main menu
0 - Advanced options
18 - Plugin Scripts
5 - Decompile & Compile Deodexed File
This is version 2.06 (current).
When it has finished the decompile make the changes then press enter and it will recompile the apk.
Click to expand...
Click to collapse
Ok.
Got it.
Just that my plugin scripts is at 24.
Hit that button for you.

[Q] Deodex LewaOS

Does anyone know how to deodex LewaOS? I tried various tools but every tools got error
lozohcum said:
Does anyone know how to deodex LewaOS? I tried various tools but every tools got error
Click to expand...
Click to collapse
You could manually deodex the files using baksmali, I would recommend taking a look at this guide here for instructions on how to deodex the files.
shimp208 said:
You could manually deodex the files using baksmali, I would recommend taking a look at this guide here for instructions on how to deodex the files.
Click to expand...
Click to collapse
thank yoy I will try
api_level is always the same for all odex?
lozohcum said:
thank yoy I will try
api_level is always the same for all odex?
Click to expand...
Click to collapse
Yes you should use the same api level for all the apps you want to deodex to avoid inconsistencies.
So should I deodex each app individally using this scheme
baksmali -a 15 -x APP.odex -d framework -o APP
Click to expand...
Click to collapse
where APP is name of app I want to deodex (app from system/app and from system/framewok)
Am I right?
I want to be sure that I understand this process
Did you try dsixda kitchen?
lozohcum said:
So should I deodex each app individally using this scheme
where APP is name of app I want to deodex (app from system/app and from system/framewok)
Am I right?
I want to be sure that I understand this process
Click to expand...
Click to collapse
Correct that is the syntax that should be used, you could technically make the output directory name whatever you want it to be put for simplicity and organization I recommend making it the same as the app you are deodexing (So if your deodexing calculator it would be best to make the output directory calculator as well to keeps things organized).
I've just run deodexing on dsixda kitchen and it seems working, I had to set API level to 10.
I have problem with spktool. I have newest release and the problem is that I can decompile every app but when I try to compile anything back, there is no apk file in folder and lot's of errors in console. I tried it manually and using terminall tools but every way doesn't work for compiling :/
(I'm trying to translate MokeeOS and LewaOS)

Full Deodexed Galaxy Note 4 Dump

This is deodexed dump of Note 4 Rom (app, framework and priv-app folders).
All credits goes to @_alex74_ that deodex the rom and upload it.
Download Here!
Original dump of @newwhitecat
Albe95 said:
This is deodexed dump of Note 4 Rom (app, framework and priv-app folders).
All credits goes to @_alex74_ that deodex the rom and upload it.
Download Here!
Click to expand...
Click to collapse
sorry, but why do some deodex when you can just delete odex_files (inside apk classes.dex already have)?
Pako7 said:
sorry, but why do some deodex when you can just delete odex_files (inside apk classes.dex already have)?
Click to expand...
Click to collapse
All the work was made by alex.. I've only shared it.
Albe95 said:
All the work was made by alex.. I've only shared it.
Click to expand...
Click to collapse
can show all folder present in this pack? THX
puoi fare uno screen di tutte le cartelle presenti nel pacchetto?
ma un server piu veloce?? in italia si raggiunge massimo 50 kb in download O_O
Annoying download takes hours. ..albe can u share akkuweather widget and deamon. .? Thanks
??PROJECT X ROM ?4.4.4 LMS??
Albe95 said:
This is deodexed dump of Note 4 Rom (app, framework and priv-app folders).
All credits goes to @_alex74_ that deodex the rom and upload it.
Download Here!
Click to expand...
Click to collapse
How can it be used on Note 2? Flash it or what? Thank you!
edsoedso said:
How can it be used on Note 2? Flash it or what? Thank you!
Click to expand...
Click to collapse
You can't, it's not for that device, at most you could take some apps and "try" to get them working. But there may be dependencies that the apps need that your device may not have.
Pako7 said:
sorry, but why do some deodex when you can just delete odex_files (inside apk classes.dex already have)?
Click to expand...
Click to collapse
which kind of question is?
there are themers and developers that deodexes apk, which for entire rom takes one hour, and you asking about classes.dex????
of course you have lot of learn, i say lot before going on on this subject.....
i suggest you to be active in general forums
_alex74_ said:
which kind of question is?
there are themers and developers that deodexes apk, which for entire rom takes one hour, and you asking about classes.dex????
of course you have lot of learn, i say lot before going on on this subject.....
i suggest you to be active in general forums
Click to expand...
Click to collapse
I'm just saying that it is sufficient to remove all odex-files and will be deodexed firmware (as dex-components is within the APK). Or do you want to say that nobody knows here? :laugh:
Pako7 said:
I'm just saying that it is sufficient to remove all odex-files and will be deodexed firmware (as dex-components is within the APK). Or do you want to say that nobody knows here? :laugh:
Click to expand...
Click to collapse
muahahaha if so why then deodexing script exists?
have you ever tryed to compare smali files that are into classes.dex in an apk if are the same as in its odex file?
if same you can freely remove odex.....
Your solution maybe can work for some apks but is not recommended(absolutely for system apps), especially when you try to port apk and features..... so stop saying wrong suggestions, otherwise we will have dozen of users blaming and crying for apk FC.
And a lot of developers being seen idiots cause they have written deodex scripts???
read, read and read again
i see yuor career as developer muahahaha
_alex74_ said:
have you ever tryed to compare smali files that are into classes.dex in an apk if are the same as in its odex file?
Click to expand...
Click to collapse
yes..compare.. its was the same agree, it is possible that not all apk thus will earn
and three times the same link I do not have to give - not blind unlike some
Albe95 said:
This is deodexed dump of Note 4 Rom (app, framework and priv-app folders).
All credits goes to @_alex74_ that deodex the rom and upload it.
Download Here!
Click to expand...
Click to collapse
Can you upload (or share the link if already exists) original ROM?
If these packages were really deodexed then it's really bad! ART compatible ROMs don't require deodex at all. Just delete odex files. APK/JAR have dex inside.
But after deodexing many class references are tampered because of deodexer technics.
---------- Post added at 08:00 PM ---------- Previous post was at 07:35 PM ----------
Oh, common.. Where is lib, etc, vendor folders? Such a wasted download...
System APKs require libraries and don't include them inside package. So, this "dump" is mostly useless...
sorg said:
Can you upload (or share the link if already exists) original ROM?
If these packages were really deodexed then it's really bad! ART compatible ROMs don't require deodex at all. Just delete odex files. APK/JAR have dex inside.
But after deodexing many class references are tampered because of deodexer technics.
Click to expand...
Click to collapse
Here you're the link http://inclu.net:82/SAMSUNG/Galaxy Note 4/20149021/#upload
It's not entire rom (only app,priv-app,lib and framework fold).
Did anyone find utility to convert qmg<->png graphics? Starting from Android 4.4.4 Samsung uses QMG images instead of PNG.
I'm not talking about official samsung theme creator. When you need to convert hundred of images - only command-line utility can help.
Nope
??PROJECT X ROM ?4.4.4 LMS??
One little request: please upload media folder here (or ringtones and notifications only). I'm at work right now, and cannot download big files (such as this dump). Thanks.
Pavlova said:
One little request: please upload media folder here (or ringtones and notifications only). I'm at work right now, and cannot download big files (such as this dump). Thanks.
Click to expand...
Click to collapse
From Korean variant or Chinese rom? I've just download and extract chinese rom.
Nevermind, you just did it, few posts before. Thank you again.
sorg said:
Did anyone find utility to convert qmg<->png graphics? Starting from Android 4.4.4 Samsung uses QMG images instead of PNG.
I'm not talking about official samsung theme creator. When you need to convert hundred of images - only command-line utility can help.
Click to expand...
Click to collapse
why is it you? after all you know how to do it myself
Albe95 said:
This is deodexed dump of Note 4 Rom (app, framework and priv-app folders).
All credits goes to @_alex74_ that deodex the rom and upload it.
Download Here!
Click to expand...
Click to collapse
Hey. I want you to leave my name on your post.
The orgin files are mine.

Categories

Resources