[help]dsixda kitchen busybox run-parts on honeycomb rom - Android Q&A, Help & Troubleshooting

I have gotten everything else working but I can't seem to get dsixda's kitchen to add busybox run parts (init.d) to my rom. it worked great under gingerbread but this feature doesn't work correctly. how should I procede?
I'm looking at the init.rc in the ramdisk and I see that it seems to be different that the way that past android versions used it. ugh. wish there was more documentation or help to be had.

contradude said:
I have gotten everything else working but I can't seem to get dsixda's kitchen to add busybox run parts (init.d) to my rom. it worked great under gingerbread but this feature doesn't work correctly. how should I procede?
I'm looking at the init.rc in the ramdisk and I see that it seems to be different that the way that past android versions used it. ugh. wish there was more documentation or help to be had.
Click to expand...
Click to collapse
Your need to have this in your init.rc
Code:
exec /system/bin/sysinit
Here is the sysinit script:
Code:
#!/system/bin/sh
export PATH=/sbin:/system/sbin:/system/bin:/system/xbin
/system/bin/logwrapper /system/xbin/run-parts /system/etc/init.d
Run parts will be part of the symlinks for busybox. Make sure you have a folder in /system/etc/init.d
as long as its setup correctly you should be good to go. Tho I have no idea how different it is for honeycomb. Tho knowing how this stuff works it shouldn't act any differently.

contradude said:
I have gotten everything else working but I can't seem to get dsixda's kitchen to add busybox run parts (init.d) to my rom. it worked great under gingerbread but this feature doesn't work correctly. how should I procede?
I'm looking at the init.rc in the ramdisk and I see that it seems to be different that the way that past android versions used it. ugh. wish there was more documentation or help to be had.
Click to expand...
Click to collapse
In the kitchen script file add_busybox_run_parts, what happens if you change the two occurrences of "class_start default" to "class_start core"? It tries to insert the sysinit call before this line, but Honeycomb doesn't have "class_start default".

dsixda said:
In the kitchen script file add_busybox_run_parts, what happens if you change the two occurrences of "class_start default" to "class_start core"? It tries to insert the sysinit call before this line, but Honeycomb doesn't have "class_start default".
Click to expand...
Click to collapse
Or that... lol
Sent from my SGH-I777 using xda premium

I've re-submitted version 0.183 of the kitchen with this fix. You can download it again and try it.

dsixda said:
I've re-submitted version 0.183 of the kitchen with this fix. You can download it again and try it.
Click to expand...
Click to collapse
I thought you retired? Lol jk
Sent from my SGH-I777 using xda premium

dsixda said:
I've re-submitted version 0.183 of the kitchen with this fix. You can download it again and try it.
Click to expand...
Click to collapse
Cheers Danial. All good.

Thank you so much, guys. Thanks for the honeycomb fix dsixda... Hope it didn't cause you any typing pain :/. I'll try the fix out either tonight or tomorrow night.
Sent from my PG41200 using XDA App

lithid-cm said:
I thought you retired? Lol jk
Sent from my SGH-I777 using xda premium
Click to expand...
Click to collapse
Hey I just want to leave ppl happy, without jeopardizing my condition BTW congrats on making Engadget! That's something I wished I'd accomplished.

dsixda said:
Hey I just want to leave ppl happy, without jeopardizing my condition BTW congrats on making Engadget! That's something I wished I'd accomplished.
Click to expand...
Click to collapse
Thanks!
Hell ya it was pretty neat.

dsixda said:
Hey I just want to leave ppl happy, without jeopardizing my condition BTW congrats on making Engadget! That's something I wished I'd accomplished.
Click to expand...
Click to collapse
Thanks to both you guys! I was laid off 4 months ago from a career as an industrial roofer, (20 yrs). Didn't know the first thing about Android let alone a command prompt.
I'm currently on a Rom based off ruu (4.54.651.1), that I built myself, (with dsixda's kitchen), and am running Lithid's freedom kernel.
Thanks to guys like both of you, and a few others, with your tools and guides, I've been inspired to expand my knowledge and learn something new. I'll be starting school this spring.
So just to let you know dsixda, you've done way more than just leaving some people happy. You unlocked a door to allow folks like myself to expand horizens.
And Lithid's how to's (and to the point character) are priceless.
./end rant
Time to slam some beers and go blow stuff up now... Happy new year!
Sent from my PC36100 using xda premium

dsixda said:
I've re-submitted version 0.183 of the kitchen with this fix. You can download it again and try it.
Click to expand...
Click to collapse
still not working with honeycomb

Fixed the issue with my 3.2.1 honeycomb build for the HTC EVO view 4g
Sent from my PG41200 using XDA App

contradude said:
Fixed the issue with my 3.2.1 honeycomb build for the HTC EVO view 4g
Sent from my PG41200 using XDA App
Click to expand...
Click to collapse
Is not working at 3.1 jetstream
Sent from my HTC PG09410 using Tapatalk

bmw-boy said:
Is not working at 3.1 jetstream
Sent from my HTC PG09410 using Tapatalk
Click to expand...
Click to collapse
Can you be more specific -- Were there any error messages in the kitchen when you added the option?
Paste your init.rc at pastebin.com and post the link here.

dsixda said:
Can you be more specific -- Were there any error messages in the kitchen when you added the option?
Paste your init.rc at pastebin.com and post the link here.
Click to expand...
Click to collapse
http://pastebin.com/fz2jfgGz
the kitchen doesn't give me error its doing to add it
but after finishing i didnt find in etc/init.d and run-parts in xbin

bmw-boy said:
http://pastebin.com/fz2jfgGz
the kitchen doesn't give me error its doing to add it
but after finishing i didnt find in etc/init.d and run-parts in xbin
Click to expand...
Click to collapse
So your pastebin has the "service sysinit", but is missing the "start sysinit" which should come before "class_start core".
I just copied and pasted your pastebin into an init.rc, ran the latest version 0.183 of the kitchen, ran busybox run-parts option, and noticed that it added the "start sysinit" successfully. No problems here.
So what is the problem then? Did you make sure you re-downloaded 0.183??
https://github.com/dsixda/Android-Kitchen/tags

dsixda said:
So your pastebin has the "service sysinit", but is missing the "start sysinit" which should come before "class_start core".
I just copied and pasted your pastebin into an init.rc, ran the latest version 0.183 of the kitchen, ran busybox run-parts option, and noticed that it added the "start sysinit" successfully. No problems here.
So what is the problem then? Did you make sure you re-downloaded 0.183??
https://github.com/dsixda/Android-Kitchen/tags
Click to expand...
Click to collapse
i will try to download and try it again
---------- Post added at 05:26 PM ---------- Previous post was at 05:01 PM ----------
Still Not working
I already download the last V but still not working
not found etc/init.d and run-parts in xbin

bmw-boy said:
i will try to download and try it again
---------- Post added at 05:26 PM ---------- Previous post was at 05:01 PM ----------
Still Not working
I already download the last V but still not working
not found etc/init.d and run-parts in xbin
Click to expand...
Click to collapse
What do you mean "Not found etc/init.d and run-parts in xbin"?? Do you know what you are doing?
The option in the kitchen adds the lines to your init.rc. You are only responsible for having a /system/etc/init.d folder containing your startup scripts.

dsixda said:
What do you mean "Not found etc/init.d and run-parts in xbin"?? Do you know what you are doing?
The option in the kitchen adds the lines to your init.rc. You are only responsible for having a /system/etc/init.d folder containing your startup scripts.
Click to expand...
Click to collapse
you are correct
i found the problem
since i don't know the block number partition for boot.img and when i flash my Rom it doesn't flash the boot.img
that's why the init.d not working
but when i flash the boot.img via adb its come to the life
so can you help me how i can get the block number partition for boot.img

Related

Voice Recorder

Can someone post the Voice Recorder from the stock ROM on our Vibrant? Also, I plan to use it on a 2.2 ROM (Onyx). Any compatibility issues with using the Voice Recorder on 2.2?
Thanks in advance.
Gump
I think you would be better served to post this in the dev section.
narcopolypse said:
I think you would be better served to post this in the dev section.
Click to expand...
Click to collapse
That would not be good. Everyone would ***** and moan about him posting in the wrong.section like they own the forum.
Sent from my unicorn
vtxGump said:
Can someone post the Voice Recorder from the stock ROM on our Vibrant? Also, I plan to use it on a 2.2 ROM (Onyx). Any compatibility issues with using the Voice Recorder on 2.2?
Thanks in advance.
Gump
Click to expand...
Click to collapse
same hear, whoever has this could you please post it
Alex530 said:
That would not be good. Everyone would ***** and moan about him posting in the wrong.section like they own the forum.
Sent from my unicorn
Click to expand...
Click to collapse
True, but it is still the appropriate section to post this request in. Some people just don't seem to realize it... and they're a bunch a doody heads.
But I guess since I'm such a nice guy I'll just give it to you even if you did post in the wrong section.
Semper Fi,
Narco
narcopolypse said:
But I guess since I'm such a nice guy I'll just give it to you even if you did post in the wrong section.
Semper Fi,
Narco
Click to expand...
Click to collapse
Does it work with the current 2.2 roms?
hanbaoquan15 said:
Does it work with the current 2.2 roms?
Click to expand...
Click to collapse
Don't know. Hang on a minute, I'll check.
Don't know why but de-odexer failed to de-odex it. I'm running a de-odexed rom so I can't test it now.
Thanks narco, but it didn't install. I took the apk out of the rar file you posted and tried to install that. No joy.
I really thought this was the right forum. I saw someone get yelled at in the Dev forum for posting app requests.
Don't know anything about de-odex so can't say why your file didn't work. I really like the ROM I'm using except for a few little ommissions like this. I wouldn't mind the file manager from the stock rom either if you have it. I hate these ad-supported ones in the market. I know I should support the developers and buy something, but these are things we got for free with our phones. I just want some of that free goodness.
Thanks again.
narcopolypse said:
But I guess since I'm such a nice guy I'll just give it to you even if you did post in the wrong section.
Semper Fi,
Narco
Click to expand...
Click to collapse
thanx, i owe you a beer
will try this in a few
Anyone? Bueller? Bueller?
vtxGump said:
Thanks narco, but it didn't install. I took the apk out of the rar file you posted and tried to install that. No joy.
I really thought this was the right forum. I saw someone get yelled at in the Dev forum for posting app requests.
Don't know anything about de-odex so can't say why your file didn't work. I really like the ROM I'm using except for a few little ommissions like this. I wouldn't mind the file manager from the stock rom either if you have it. I hate these ad-supported ones in the market. I know I should support the developers and buy something, but these are things we got for free with our phones. I just want some of that free goodness.
Thanks again.
Click to expand...
Click to collapse
No worries. Coincidentally, I happened to de-odex that file since my last post. So here is the de-odexed version that I have running perfectly on Froyo. And since you need it I'll attach a de-odexed copy of the file manager as well.
Thanks man
Sent from my SGH-T959 using XDA App
narco, what am I doing wrong? I downloaded the rar files you posted and extracted the apk file. I moved the apk files to my internal SD card, then used a version of "Root Explorer" to launch the installer on these files. I get a message that says they weren't installed. No other helpful information as to why.
Is there some other method of getting these files to install?
vtxGump said:
narco, what am I doing wrong? I downloaded the rar files you posted and extracted the apk file. I moved the apk files to my internal SD card, then used a version of "Root Explorer" to launch the installer on these files. I get a message that says they weren't installed. No other helpful information as to why.
Is there some other method of getting these files to install?
Click to expand...
Click to collapse
Yes there is.
First you need to install the SDK.
Then plug your phone into your computer, enable USB debugging, open a command prompt on your computer, navigate to the folder where your apk resides and enter the following commands:
Code:
C:\Phone Hacking\Vibrant>adb root
restarting adbd as root
C:\Phone Hacking\Vibrant>adb shell mount -o remount,rw /dev/block/st19 /system
C:\Phone Hacking\Vibrant>adb push VoiceRecorder.apk /system/app/
C:\Phone Hacking\Vibrant>adb reboot
Okay, I think I got it. I installed the sdk and tried the whole adb thing, but it said I couldn't go into adb root on production builds, then it occurred to me that all you were trying to do was move the apk file into the /system/app folder which can only be accessed by root.
I already had Root Explorer, which I used to move the apk file and it worked. Thanks for posting the files and your help. I've been wondering what I could do with ADB. I messed around with the usb drivers for a while but ended up getting adb to work via the wirelessadb app that was included in the Onyx rom.
Learning something new everyday.
Thanks again.
Gump
vtxGump said:
Okay, I think I got it. I installed the sdk and tried the whole adb thing, but it said I couldn't go into adb root on production builds, then it occurred to me that all you were trying to do was move the apk file into the /system/app folder which can only be accessed by root.
I already had Root Explorer, which I used to move the apk file and it worked. Thanks for posting the files and your help. I've been wondering what I could do with ADB. I messed around with the usb drivers for a while but ended up getting adb to work via the wirelessadb app that was included in the Onyx rom.
Learning something new everyday.
Thanks again.
Gump
Click to expand...
Click to collapse
The reason you got an error about adb not switching to root mode is that you are running a production kernel. You might consider changing to a custom kernel. You can run a rooted kernel along with your current rom.
I would suggest one of Eugene's custom kernels. I currently run A4 but there is a new A5 out that I will switch to later tonight.
If you can't figure out how to install it send me another message. I'll be glad to help.
Edit: Just updated to A5. Runs Great! Super fast awesomeness!
vtxGump said:
Can someone post the Voice Recorder from the stock ROM on our Vibrant? Also, I plan to use it on a 2.2 ROM (Onyx). Any compatibility issues with using the Voice Recorder on 2.2?
Thanks in advance.
Gump
Click to expand...
Click to collapse
Try this,from Bionix final.Copy to root and use root explorer to copy to system/app.
This is my first week with rooting/flashing. My primary reason for going this route has been to get some froyo goodness and extend my battery life. I have been reading that the stock kernel is the best way to get the most battery life. What do the custom kernels get you? I've stayed away from the lag fixes as well for the same reason.
Thanks for being so helpful.
Sent from my SGH-T959 using XDA App

[Q] Rom Porting

There is a rom for the hero that I am interested in porting to the eris. I have dsixda's kitchen, and have experimented with it. I just need a little bit of instruction or a guide through the porting process. I am also a little confused with update-scripts and updater-scripts. Any help would be appreciated.
Anyone? I was trying to port aospCMod, the gingerbread rom that has a working camera on the hero. I am confused in dsixda's ktchen when it asks about update scripts and updater scripts. Please somebody help.
Update: I tried it. I have no idea AT ALL if it works. If anyone wants to try it, PM me. However, do it at your own risk. I have no idea if it might mess up your phone. I'm too scared to try it on my own phone.
I tried port it also. I got it all working but the softkey and the button lights.
Sent from my Droid Eris using XDA App
Did you just use the port feature in the kitchen or did you edit anything in build.prop? I wasn't sure if I should change things from heroc to desirec in build.prop as well.
Sent from my FroyoEris using XDA App
I can post my build.prop if you like.
my build.prop is ok but I tried flashing mine last night but I got an update script error on line 83 installing busy box which I didn't even add to the rom. Any ideas?
Sent from my FroyoEris using XDA App
You changed it from "updater-script" to "update-script"?
Leave it as "updater-script".
So which option in the kitchen should I choose: concert the script, let the kitchen create it for me, or do nothing?
Sent from my FroyoEris using XDA App
Do nothing.
Ok I tried again this time there was a prop error so I assume that means my build.prop is wrong. Could you please post your build.prop like you mentioned before?
Edit: disregard that I know what's wrong I don't need it.
Sent from my FroyoEris using XDA App
If you guys don't mind, could you post your build.prop?
What build.prop edits have worked for ya'll? I've been experimenting but no luck yet.
Sent from my ERIS using XDA App
asiandrg0n said:
If you guys don't mind, could you post your build.prop?
Click to expand...
Click to collapse
You can extract build.prop files from any ROM you like by unpacking the "boot.img" file.
To unpack the boot.img file, the tools you need to do this are:
- split_bootimg.pl (which needs perl)
- gunzip, cpio, and perl
If you are exclusively on Windows, you can install Cygwin to get a Unix emulation shell (command window) with all of the above utilities. (The Cygwin installer is quite straightforward and easy to use).
You can find the "split_bootimg.pl" perl script plus a detailed tutorial on how to do this at this android-dls.com page
Apologies in advance if you already knew this.
bftb0

[request] ICS Pannel

It's possible to port on Atrix cm 7?
http://forum.xda-developers.com/showthread.php?t=1316574
i dont know but im trying right now, ill let you know how it goes
marko! said:
i dont know but im trying right now, ill let you know how it goes
Click to expand...
Click to collapse
What ROM are you going to use to try it? Because if it works for you on alien or something it wont work for the people on CM7.
Sent from my MB860 using xda premium
acer73 said:
It's possible to port on Atrix cm 7?
http://forum.xda-developers.com/showthread.php?t=1316574
Click to expand...
Click to collapse
Just follow OP instructions, as far as I know, framework and systemui are common to cm7, so it should work. Just keep a nandroid backup if something goes wrong...
Sent from my MB860 using Tapatalk
Ratchet556 said:
What ROM are you going to use to try it? Because if it works for you on alien or something it wont work for the people on CM7.
Sent from my MB860 using xda premium
Click to expand...
Click to collapse
i am doing this on CM7 gnore my signature
EDIT:
its stuck on the boot animation right now so i guess its not working... im gonna trhy to make the files once more
marko! said:
i am doing this on CM7 gnore my signature
EDIT:
its stuck on the boot animation right now so i guess its not working... im gonna trhy to make the files once more
Click to expand...
Click to collapse
Why don't u just use the ICS theme manager, its the EXACT same
sublimejosh2000 said:
Why don't u just use the ICS theme manager, its the EXACT same
Click to expand...
Click to collapse
not quite the panels are different
You ask and you shall receive
push these using adb and reboot!
ie
Code:
adb remount
adb push SystemUI.apk /system/app
adb push framework-res.apk /system/framework
adb reboot
ill make a zip or script for them later maybe
marko! said:
You ask and you shall receive
push these using adb and reboot!
ie
Code:
adb remount
adb push SystemUI.apk /system/app
adb push framework-res.apk /system/framework
adb reboot
ill make a zip or script for them later maybe
Click to expand...
Click to collapse
Thanks, works great. but there is one issue that i have, the carrier name at the bottom of the shade comes down first before the shade is fully pulled down.
marko! said:
You ask and you shall receive
push these using adb and reboot!
ie
Code:
adb remount
adb push SystemUI.apk /system/app
adb push framework-res.apk /system/framework
adb reboot
ill make a zip or script for them later maybe
Click to expand...
Click to collapse
for 4.5.91 only, or CM7 as well?
Only for cm7
---------- Post added at 09:56 PM ---------- Previous post was at 09:17 PM ----------
Ratchet556 said:
Thanks, works great. but there is one issue that i have, the carrier name at the bottom of the shade comes down first before the shade is fully pulled down.
Click to expand...
Click to collapse
yeah i may pick it apart to see why thats happening
Also anyone want it to say somehtihng either thhan android?
EDIT: WAAAy to tired to do that now
marko! said:
Only for cm7
---------- Post added at 09:56 PM ---------- Previous post was at 09:17 PM ----------
yeah i may pick it apart to see why thats happening
Also anyone want it to say somehtihng either thhan android?
Click to expand...
Click to collapse
Make it say "My super boss atrix" or just Motorola Atrix
Also when i installed it it got rid of all my contacts. just thought id point it out in case it happened to someone else.
i updated the files and changed android to Motorola Atrix
see post #8
Should I backup my current nightly ROM before doing this and when installing new nightlies, will the pannel get deleted?
Sent from my MB860 using XDA Premium App
crea78 said:
Should I backup my current nightly ROM before doing this and when installing new nightlies, will the pannel get deleted?
Sent from my MB860 using XDA Premium App
Click to expand...
Click to collapse
ALWAYS do a backup when installing files for framework or system or anything that messes with the ROM. And most likely it will over-write the panels considering that when you install nightlies or the beta it installs the sytem-ui, framework and all that good stuff
ClearFire said:
ALWAYS do a backup when installing files for framework or system or anything that messes with the ROM. And most likely it will over-write the panels considering that when you install nightlies or the beta it installs the sytem-ui, framework and all that good stuff
Click to expand...
Click to collapse
OK thanks. May try it out this time around and see how it looks.
looks nice, gonna ckeck it on my phone, thx
if anyone wants the panel effect on any other theme yet me know and ill rig it up for you
If you can make a CWM flashsble that would be awesome, I am using ICS theme
marko! said:
if anyone wants the panel effect on any other theme yet me know and ill rig it up for you
Click to expand...
Click to collapse
Sent from my MB860 using XDA App
cool will try this later

dsixda kitchen?

i was wondering if the dsixda kitchen could work with the sgp. im just curious because i want to get into all this development stuff. if anybody has a simple tutorial link or something please share. thanks!
shahrukhraza said:
i was wondering if the dsixda kitchen could work with the sgp. im just curious because i want to get into all this development stuff. if anybody has a simple tutorial link or something please share. thanks!
Click to expand...
Click to collapse
Yes. I use that to cook my ROM. Have you looked at the official thread? There are plenty of instructions there.
http://forum.xda-developers.com/showthread.php?t=633246
and this one
http://forum.xda-developers.com/showthread.php?t=1227549
I've used it before, just for deodexing and zipaligning. The other features are supposedly meant for HTC roms only. But for some reason I get errors with busybox symlinks and the way terminal is set up using the kitchen so I don't use it to cook my rom.
Sent using Tapatalk
klin1344 said:
I've used it before, just for deodexing and zipaligning. The other features are supposedly meant for HTC roms only. But for some reason I get errors with busybox symlinks and the way terminal is set up using the kitchen so I don't use it to cook my rom.
Sent using Tapatalk
Click to expand...
Click to collapse
That's true. I only use that for the basic things and for packaging the whole thing into zip. As for busybox, I use busybox's --install option and it will generate all the symbolic links automatically.
No I get weird errors like this: http://forum.xda-developers.com/showthread.php?p=22732320
Sent using Tapatalk

[EOL][TOOL][LINUX] Batch Lollipop Deodex (v1.9.4 - 8/15/15)

Disclaimer: I am not responsible for anything bad that may occur from the use of this tool, but I will take all the credit you can give me if it works for you
This tool is now deprecated in favor of SuperR's Kitchen
Batch Lollipop Deodex Tool for Linux
This tool has successfully deodexed the framework, app, and priv-app of the Moto E 2015, Samsung Galaxy Note 4, and Nexus 6. It should work on many others so please let us know your experience.
If you ask a question like "Will this work for the (Android device name here)?" the answer will almost certainly be "I don't know".
There is a readme included in the zip that explains general usage so please have a look there before asking. If there are issues, I will do my best to fix them.
Please do not repost this information or mirror the downloads. Feel free to post a link to this thread anywhere you like.
Enjoy!
Download:
deodex_lollipop_linux_v1.9.4.zip
Dependencies: (more info)
p7zip-full (7za)
java 7 (openjdk-7-jre works well)
Source
Thanks to:
testwhat - for SmaliEx
JesusFreke - for smali/baksmali
Changes:
v1.9.4
Added support for xz compressed odex files (Galaxy s5 and probably others)
v1.9
Adjustments for deodexing arm64 and x86_64 roms
Fixed a problem with deodexing apk's in framework dir
Better auto-detection of arch and api
UI improvments
Sped up performance by eliminating checks for things we already know
Squashed a few other random bugs
v1.8
Added support for ROMs with fake odexed files
Added support for odexed apk's in the framework directory
Added ARCH auto detection
Added API auto detection if build.prop is present
v1.7
Cleaned up the code a bit
Sped up framework deodexing by at least double
v1.6
Added support for gzipped odex files
v1.5
Cleaned UI more
Script will no longer let you pass with the wrong arch variable
v1.4
Cleaned up the UI a bit
Now it will only allow Lollipop API levels to be entered
Sped up the process by eliminating redundancy for frameworks with multiple classes
v1.3
Added check for dependencies
v1.2
Initial release
Welcome
Welcome back @SuperR. great way to make an entrance
Thanks for the Deodex script.
bigrammy said:
Welcome back @SuperR. great way to make an entrance
Thanks for the Deodex script.
Click to expand...
Click to collapse
Thanks for the warm welcome I hope the script helps some people out.
SuperR. said:
Thanks for the warm welcome I hope the script helps some people out.
Click to expand...
Click to collapse
Guaranteed! [emoji89] The most often repeated question I hear repeated over & over is: "How do deodex LP.. Does this or that Kitchen do so?" No, no current Kitchens do so yet and NO more Windows OS required to deodex LP with your new program!! This is Phenomenal. Thanx SuperR!! [emoji41]
Gratefully Sent from my rooted N9510 JollyRoger 4G
bcrichster said:
Guaranteed! [emoji89] The most often repeated question I hear repeated over & over is: "How do deodex LP.. Does this or that Kitchen do so?" No, no current Kitchens do so yet and NO more Windows OS required to deodex LP with your new program!! This is Phenomenal. Thanx SuperR!! [emoji41]
Gratefully Sent from my rooted N9510 JollyRoger 4G
Click to expand...
Click to collapse
Thanks for the kind words
I would thank your post but apparently I am only allowed to thank 8 posts per day and have reached my quota lol
[emoji16] Ur the Mann & this just proves it! I'm very glad to help in any way I can, You're helping way more ppl than anything I could do and I'm excited for you. I hope this takes off in all the right directions and I'm glad you posted here.. But AF was rocking you first!. Props bro! [emoji41]
Gratefully Sent from my rooted N9510 JollyRoger 4G
bcrichster said:
[emoji16] Ur the Mann & this just proves it! I'm very glad to help in any way I can, You're helping way more ppl than anything I could do and I'm excited for you. I hope this takes off in all the right directions and I'm glad you posted here.. But AF was rocking you first!. Props bro! [emoji41]
Gratefully Sent from my rooted N9510 JollyRoger 4G
Click to expand...
Click to collapse
Thanks again.
Pretend I pushed the thanks button What an interesting concept to limit thanking people for their work and helpful comments
v1.4 is up. Changes are in post #2.
Also added some screenshots
SuperR. said:
v1.4 is up. Changes are in post #2.
Also added some screenshots
Click to expand...
Click to collapse
GitHub!! Gonna clone this..
Gratefully Sent from my rooted N9510 JollyRoger 4G
thanks for your work! i downloaded the tool & extracted as instructed... unfortunately, the tool doesn't work for me...
the tool seems to does what it says it should do, deodexing system/app, frameworks & priv-apps...
while deodexing system/app & priv-apps, an error/warning message is generated for each odexed file:
UNEXPECTED TOP-LEVEL EXCEPTION:
java.lang.RuntimeException: Cannot find file or directory "/home/samadhi/Downloads/deodex_v1.4/system/priv-app/Telecom/arm/smali"
at org.jf.smali.main.main(main.java:179)
Click to expand...
Click to collapse
i load the finished files back in the zip, copy it to my device & flash... no probs, unfortunately, my device just bootloops @ the first cyanogen image...
Device: OnePlusOne
ROM: CM 12.1 - odexed
hope you can help!!
laperry1 said:
thanks for your work! i downloaded the tool & extracted as instructed... unfortunately, the tool doesn't work for me...
the tool seems to does what it says it should do, deodexing system/app, frameworks & priv-apps...
while deodexing system/app & priv-apps, an error/warning message is generated for each odexed file:
i load the finished files back in the zip, copy it to my device & flash... no probs, unfortunately, my device just bootloops @ the first cyanogen image...
Device: OnePlusOne
ROM: CM 12.1 - odexed
hope you can help!!
Click to expand...
Click to collapse
Please post a link to the rom you are trying to deodex and I will have a look.
SuperR. said:
Please post a link to the rom you are trying to deodex and I will have a look.
Click to expand...
Click to collapse
Thanks! Try this...
https://www.dropbox.com/s/r7crvwj3lbi8igx/cm-12.1-20150722-UNOFFICIAL-bacon.zip?dl=0
laperry1 said:
Thanks! Try this...
https://www.dropbox.com/s/r7crvwj3lbi8igx/cm-12.1-20150722-UNOFFICIAL-bacon.zip?dl=0
Click to expand...
Click to collapse
The rom you uploaded does not have anything to deodex. Have you already run the script on it before uploading? I need the untouched rom to see what is going on.
SuperR. said:
The rom you uploaded does not have anything to deodex. Have you already run the script on it before uploading? I need the untouched rom to see what is going on.
Click to expand...
Click to collapse
oh, ok... i'll upload it a little later... thanks again...
SuperR. said:
The rom you uploaded does not have anything to deodex. Have you already run the script on it before uploading? I need the untouched rom to see what is going on.
Click to expand...
Click to collapse
Try this one...
https://www.dropbox.com/s/yzmlhi15lq07gtn/cm-12.1-20150720-UNOFFICIAL-bacon.zip?dl=0
laperry1 said:
Try this one...
https://www.dropbox.com/s/yzmlhi15lq07gtn/cm-12.1-20150720-UNOFFICIAL-bacon.zip?dl=0
Click to expand...
Click to collapse
I found the problem. Please try this script. Make sure it is executable.
You have my respect SuperR. I love the way you respond and reply to issues concerning this thread. Keep up the good work
Sent from my C6602 using Tapatalk
SuperR. said:
I found the problem. Please try this script. Make sure it is executable.
Click to expand...
Click to collapse
cool! currently at work. i'll provide an update later this evening!
laperry1 said:
cool! currently at work. i'll provide an update later this evening!
Click to expand...
Click to collapse
I removed the test zip from the post above and posted v1.6 which incorporates the change. Thanks for helping me with this one. It will add a large number of devices to the supported list

Categories

Resources