Hi guys,
I made this thread for all the developers to discuss about their new projects, errors while building, source building, help and support, CM bring-ups, patches and fixes, since we don't have a "Developers discussion" forum for our devices.
It's a nice place for newbies like me to learn a lot from the awesome devs here. :highfive:
This place is just for developers and people trying to build ROMs from source or kernels.
NOTE- THIS IS NOT A PLACE FOR BUG REPORTING
Though you can try to attach some log cats with errors and the people who may know about it can prepare a fix
Try to keep this thread clean.
Cheers,
AJ :fingers-crossed:
@DroidModderXtreme and other people interested...
Here- https://github.com/Abhinav1997/android_device_sony_kumquat/tree/carbon4.4 is the device tree for kumquat with editing done for carbon. Anyone can try to build it
EDIT- Device tree also edited for ChameleonOS, see the respective branch
Cheers,
AJ
Nice thread :thumbup: @Abhinav2
I probably also understood why you get all those bugs :
1. Is the tree uploaded on your git really the one you used ?
It's stranger . I can prepare a working and nice tree for nypon foked from LX's one
---------- Post added at 01:35 PM ---------- Previous post was at 01:34 PM ----------
EDIT :-
Code:
make: *** No rule to make target `system/media/bootanimation.zip', needed by `/home/gava97/out/target/product/kumquat/'. Stop.
My kumquat.mk is fine and bootanimation's directory is listed to "vendor/carbon/prebuilt/common/bootanimation/480.zip"
DroidModderXtreme said:
Nice thread :thumbup: @Abhinav2
I probably also understood why you get all those bugs :
1. Is the tree uploaded on your git really the one you used ?
It's stranger . I can prepare a working and nice tree for nypon foked from LX's one
---------- Post added at 01:35 PM ---------- Previous post was at 01:34 PM ----------
EDIT :-
Code:
make: *** No rule to make target `system/media/bootanimation.zip', needed by `/home/gava97/out/target/product/kumquat/'. Stop.
My kumquat.mk is fine and bootanimation's directory is listed to "vendor/carbon/prebuilt/common/bootanimation/480.zip"
Click to expand...
Click to collapse
Yep that's the tree I used. I'll try to fork the tree from LX2012 and create a new tree for nypon. But the link I gave above was the one for kumquat forked from XperiaNovathor, the one Gava97 uses
And as per the error is concerned I also got it. What I did was just copy the zip file to system/media and rename it to bootanimation.zip
Since you are using a server just type this in the command line when you will be in your source folder-
Code:
cp vendor/carbon/prebuilt/common/bootanimation/480.zip system/media
mv system/media/480.zip system/media/bootanimation.zip
Compile again and you should be good to go
BTW I'll recommend a clean re-build but rest is up to you
Cheers,
AJ
Abhinav2 said:
Yep that's the tree I used. I'll try to fork the tree from LX2012 and create a new tree for nypon. But the link I gave above was the one for kumquat forked from XperiaNovathor, the one Gava97 uses
And as per the error is concerned I also got it. What I did was just copy the zip file to system/media and rename it to bootanimation.zip
Since you are using a server just type this in the command line when you will be in your source folder-
Code:
cp vendor/carbon/prebuilt/common/bootanimation/480.zip system/media
mv system/media/480.zip system/media/bootanimation.zip
Compile again and you should be good to go
BTW I'll recommend a clean re-build but rest is up to you
Cheers,
AJ
Click to expand...
Click to collapse
Worked fine. Thx so much mate
Sorry for double post.i'm not home. Abhinav can you share the bootable recovery u used?
As probably you had,i'm having tons of error related to bootable recovery. BUt everything is patched
Thamks
DroidModderXtreme said:
Sorry for double post.i'm not home. Abhinav can you share the bootable recovery u used?
As probably you had,i'm having tons of error related to bootable recovery. BUt everything is patched
Thamks
Click to expand...
Click to collapse
Have you used the bootable recovery patch of @95A31?
Check this thread
Sent from my Xperia U using xda app-developers app
Garcia98 said:
Have you used the bootable recovery patch of @95A31?
Sent from my Xperia U using xda app-developers app
Click to expand...
Click to collapse
Yep,and everything got patched fine without errors :/
Waiting for my friend @Abhinav2
Inviato dalla mia bellisima sQuola con tappa e ritappatalk 4 VIP edition
DroidModderXtreme said:
Yep,and everything got patched fine without errors :/
Waiting for my friend @Abhinav2
Inviato dalla mia bellisima sQuola con tappa e ritappatalk 4 VIP edition
Click to expand...
Click to collapse
Gimme about an hour mate....I'm fixing my PC...sorry
AJ
Abhinav2 said:
Gimme about an hour mate....I'm fixing my PC...sorry
AJ
Click to expand...
Click to collapse
No problem mate
Take your time
DroidModderXtreme said:
No problem mate
Take your time
Click to expand...
Click to collapse
My github unfortunately has some clashes with the public key so I zipped the recovery folder - https://www.dropbox.com/s/4iygaunqcalo7xq/recovery.zip Just unzip and place in bootable folder
Also I'll fork the recovery and manually update the stuff from the website if the problem isn't solved.
Best of luck mate :good:
Cheers,
AJ
Abhinav2 said:
My github unfortunately has some clashes with the public key so I zipped the recovery folder - https://www.dropbox.com/s/4iygaunqcalo7xq/recovery.zip Just unzip and place in bootable folder
Also I'll fork the recovery and manually update the stuff from the website if the problem isn't solved.
Best of luck mate :good:
Cheers,
AJ
Click to expand...
Click to collapse
Mate i mean in github. In server i cannot move folders lol,just git clone them
DroidModderXtreme said:
Mate i mean in github. In server i cannot move folders lol,just git clone them
Click to expand...
Click to collapse
Yep I thought so...but you can always wget and unzip then move? If you want I can prepare a command list since it may take a while to solve this prob
AJ
Abhinav2 said:
Yep I thought so...but you can always wget and unzip then move? If you want I can prepare a command list since it may take a while to solve this prob
AJ
Click to expand...
Click to collapse
Got it
Thanks:angel:
DroidModderXtreme said:
Got it
Thanks:angel:
Click to expand...
Click to collapse
Just in case you need- https://github.com/Abhinav1997/bootable_recovery/tree/master
Got git working and it has the commits
Hope the build will be soon
Cheers,
AJ
Abhinav2 said:
Just in case you need- https://github.com/Abhinav1997/bootable_recovery/tree/master
Got git working and it has the commits
Hope the build will be soon
Cheers,
AJ
Click to expand...
Click to collapse
Compiling
Fingers crossed
DroidModderXtreme said:
Compiling
Fingers crossed
Click to expand...
Click to collapse
So hows it coming buddy? Any more errors as of now?
Cheers,
AJ
Another Error 1 compiling CM11
Hi guys,
I'm getting this error when I try to compile CM11, I have applied all patches.
It's obvious that something is going wrong with cm_strings.xml.orig, maybe deleting it will be fixed that error?
If I'm not wrong .orig files are just backups of diff tool, so I won't get any strange error if I delete it, will I?
Thank You
Garcia98 said:
Hi guys,
I'm getting this error when I try to compile CM11, I have applied all patches.
It's obvious that something is going wrong with cm_strings.xml.orig, maybe deleting it will be fixed that error?
If I'm not wrong .orig files are just backups of diff tool, so I won't get any strange error if I delete it, will I?
Thank You
Click to expand...
Click to collapse
One of your patches(most probably framework_base.patch) failed at one or the other point. Try manual patching
Or try replacing all your patches with these - https://github.com/95A31/android_hardware_semc/tree/cm-11.0/patches
Delete the following folders-
bionic, bootable, external, framework,hardware ,system, packages from your source, re-repo sync and then apply those new patches( thanks to @95A31) just to be on safer side and then try...
If there's any confusion, if you have ssh set on your box, I can help you via ssh remote control or team viewer whichever is good for you
Cheers,
AJ
Guys you are able to compile CM11 git without have a bootloop after flash?
Related
Hi Guys,
I'm following this tutorial -->http://www.freeyourandroid.com/guide/compile-ics
but i don't understand this passage
OPTIONAL - Adding other devices to the list to build for
Note, this will take a lot of research; research I sadly don't have time to do for you. After writing this guide, I found another similar one on XDA so this part is taken from his guide, almost word for word (modified to fit our above steps) Thanks to dastin1015 for this section:
1) Find the github for your device you wish to add. (For me it is the HTC Hero CDMA)
2) Now navigate to the location you are going clone the device tree to:
cd ICS_SOURCE/device
mkdir htc
3) Clone the github device tree from remote to local: (The heroc would be whatever you want that folder to be named so make sure it is whatever standard name would be for your device, example: Nexus One [Passion], Nexus S [Crespo], Motorola Droid [Sholes], HTC Incredible [Inc], etc.)
git clone git://github.com/TeamICS/android_device_htc_heroc.git heroc
Click to expand...
Click to collapse
Can you help me please?
anyone will help you in this case...yours is a really simple question, and compile ICS from sources is not so easy. andy gave up working on it because of important bugs.
(te lo dico in italiano che facciamo prima: lascia perdere, è meglio)
translation: @raffy97, stop working on ics please if you don't know what you are doing
matteof93 said:
anyone will help you in this case...yours is a really simple question, and compile ICS from sources is not so easy. andy gave up working on it because of important bugs.
(te lo dico in italiano che facciamo prima: lascia perdere, è meglio)
translation: @raffy97, stop working on ics please if you don't know what you are doing
Click to expand...
Click to collapse
If he stops now, how will he learn anything? raffy as far as I know, the device specific parts are available in various git repo's, you could possibly use mik's repo or even the repo for the new CM 7.2 rom. Don't stop trying because you dont know how, just keep looking, thats how you learn. If I stopped because someone suggested it, I wouldnt be working as a desktop software developer today. If you dont get it to run on the P500, at least you gained valuable knowledge and experience no one can take away from you. You could possible even use the #void tutorial to get you started with a normal build before getting ics compiled
Good luck!!
Thanks a lot!
But i don't understand where look for the code....
Inviato dal mio LG-P500 usando Tapatalk
I wrote my previous post because i know the kind of project that raffy is developing....and i have already told him my opinion about it on androidworld.it
Inviato dal mio u8800pro usando Tapatalk
Raffy 97 said:
Thanks a lot!
But i don't understand where look for the code....
Inviato dal mio LG-P500 usando Tapatalk
Click to expand...
Click to collapse
You need to download code from github I think
Sent from my LG-P500 using XDA App
If you want to learn, read the ICS Phoenix thread from Andy.
On his repo you can find patched files to succesfully build ICS, but still a lot of work has to be done!
_Arjen_ said:
If you want to learn, read the ICS Phoenix thread from Andy.
On his repo you can find patched files to succesfully build ICS, but still a lot of work has to be done!
Click to expand...
Click to collapse
Indeed. Only stuff completed in andy's git is bionic,dalvik,vendor and device. I'm using only these but bionic,still CAF.
_Arjen_ said:
If you want to learn, read the ICS Phoenix thread from Andy.
On his repo you can find patched files to succesfully build ICS, but still a lot of work has to be done!
Click to expand...
Click to collapse
Thanks a lot tomorrow i try it.
I need to take https://github.com/andy572/android_vendor_lge_thunderg ?????
Better take all (except patches)
Otherwise you need to do a lot of patches yourself.
In the ICS Phoenix-thread you can find a boot.img with fixed kernel for touchscreen.
From the framework you need to take the master-branch
I don't know if you (the devs that are trying to bring ICS to p500) have read this, but i find it rather educational. Here are the links
http://rootzwiki.com/topic/10447-adreno200-open-source-userspace-driver/
http://androidforums.com/triumph-all-things-root/449772-road-android-ics-4-0-triumph-5.html
I hope that this will help, _Arjen_, bytecode , and especially Andy572, if you haven't read it until now.
Martin4os said:
I don't know if you (the devs that are trying to bring ICS to p500) have read this, but i find it rather educational. Here are the links
http://rootzwiki.com/topic/10447-adreno200-open-source-userspace-driver/
http://androidforums.com/triumph-all-things-root/449772-road-android-ics-4-0-triumph-5.html
I hope that this will help, _Arjen_, bytecode , and especially Andy572, if you haven't read it until now.
Click to expand...
Click to collapse
Thats something quite useful...!!
But,
Andy stopped the development for P500...
i have hopes on _Arjen_, lupohirp, and Bytecode...
hope something turns up...
Andy is still working with us on it
We cannot let him go, otherwise I get into my car and go to Munich
_Arjen_ said:
Andy is still working with us on it
We cannot let him go, otherwise I get into my car and go to Munich
Click to expand...
Click to collapse
Hahaha... lol... thats great..!!
Sent from my LG-P500 using XDA App
I am getting below warnings for several files while compiling ICS from andy's source:
Code:
<command-line>:0:16: warning: extra tokens at end of #undef directive [enabled by default]
Please help..
akshay.s said:
I am getting below warnings for several files while compiling ICS from andy's source:
Code:
<command-line>:0:16: warning: extra tokens at end of #undef directive [enabled by default]
Please help..
Click to expand...
Click to collapse
These are warnings only,FORTIFY_SOURCE does that too,you can remove it for avoiding errors. There's a patch in my GitHub if you want (it's GB but works anyway).
Bytecode said:
These are warnings only,FORTIFY_SOURCE does that too,you can remove it for avoiding errors. There's a patch in my GitHub if you want (it's GB but works anyway).
Click to expand...
Click to collapse
There are many files from framework_base, also from dalvik and packages (if i remember right).
do i need to comment those lines from all those files which r generating warnings.
Btw if i not wrong, all the warnings are considered as errors.
Bump!!!
also there are few warnings about sun java propriety classes like the one below
Code:
warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release import sun.misc.BASE64Encoder;
also there are other classes also which throws this **** warning.
pls help guys...
no need to help: why care about **** warnings?
Sorry guys i'm here
5) Connect phone to computer and make sure USB debugging is enabled and you have adb set up.
6) Extract Device Proprietary Files:
./extract-files.sh
Click to expand...
Click to collapse
i've connect the phone to the pc and the debug is on and the USB storage too...
but when i write ./extract-files.sh the terminal write: "file or directory don't exist"
What i've to do?
Hello there!
I've made a firefoxos on the day 27 December.
I've faced set perm 7 on a few files.
Now I'm fixing it.
New upload soon.
code.google.com/p/tizen-kernel-s8500
It has the oldest file. it will be there more files.
Using this updater-script on my beta1 at code.google.com it's giving set perm 7.
How can i bypass it on set perms?
I'm building a new wip.
Using my forks at github.com/vic3t3chn0
Thanks a lot!
will it be on wave 2 also ?
It will for wave 2 also
cool thanks man .... this year is very promessing : firefox OS and android almost complete :laugh:
I looked zip its T old rom.Look to build.prop.
And if you REAL compile it it doesnt gives setperm
I figured out that I did not give setperm.
I decided to whole links from my builds and told it here.
It's too old I know. New build making now.
I really compiled it because it's my google code repo even my github.
astronfestmon said:
I figured out that I did not give setperm.
I decided to whole links from my builds and told it here.
It's too old I know. New build making now.
I really compiled it because it's my google code repo even my github.
Click to expand...
Click to collapse
Can you tell me how a firefoxos have app folder ?
and i installed it via old updater-script its T rom (sd)
Yes I can tell.
When I've compiled firefoxos in the end it gave me an app folder.
the updater-script is T rom (sd) inside meta-inf com\google\android with an attempt to set perm my app folder even bin folder from firefoxos.
Now i'm trying to make a new one. a new build with the right set perm
astronfestmon said:
Yes I can tell.
When I've compiled firefoxos in the end it gave me an app folder.
the updater-script is T rom (sd) inside meta-inf com\google\android with an attempt to set perm my app folder even bin folder from firefoxos.
Now i'm trying to make a new one. a new build with the right set perm
Click to expand...
Click to collapse
False b2g isnt have any app folder
People read this please dont beleave its an april joke
ihavenick said:
False b2g isnt have any app folder
People read this please dont beleave its an april joke
Click to expand...
Click to collapse
Ok man. Keep it yourself. I'm keeping it from me.
Not a joke. Apple was founded in april's fool day. 1st Day of April . I think in 1976.
Thread closed for now. Dear OP once you have an actual release PM me and I'll be happy to reopen the thread
MOD EDIT: Links removed as they were all PPC links. Please see our rules for more info.
SOURCES
WHAT IS .REPO
It is a database where all the strings of ther branches,checkouts listed mainly with that we can update to the newer versions of source and its not important & if you want to update you can use otherwise drop it its not useful
Click to expand...
Click to collapse
NO REPO'S FOR CM7,9,10,10.1,10.2,AOSP,OMNI
Click to expand...
Click to collapse
Good Luck
CyanogenMOD
CM7:
http://q.gs/7xin5
Click to expand...
Click to collapse
CM9:
http://q.gs/7xinn
Click to expand...
Click to collapse
CM10:
http://q.gs/7xinw
Click to expand...
Click to collapse
CM10.1:
http://q.gs/7xiow
Click to expand...
Click to collapse
CM10.2: WARNING:Little bit bugs if you can solve it you can fire up
http://q.gs/7xioi
Click to expand...
Click to collapse
CAREFUL
CM11.0:
INCOMPLETEMOD EDIT: PPC links removed.
Download this and delete all folders inside the archieve except PREBUILTS & EXTERNAL
EXCLUDED MOD EDIT: PPC links removed.
Download this and extract and copy paste the previous PREBUILTS & EXTERNAL from incomplete archieve
.REPO MOD EDIT: PPC links removed.
Click to expand...
Click to collapse
CM12:
LOLLIPOP (5.0)
SOURCE ONLY MOD EDIT: PPC links removed.
REPO MOD EDIT: PPC links removed.
LOLLIPOP (5.0.2) March 16th
SOURCE ONLY MOD EDIT: PPC links removed.
Click to expand...
Click to collapse
AOKP:
KITKAT 4.4.4
SOURCE ONLY MOD EDIT: PPC links removed.
.REPO MOD EDIT: PPC links removed.
Click to expand...
Click to collapse
AOSP:
KITAT 4.4.4
SOURCE ONLY MOD EDIT: PPC links removed.
.REPO no functionality for .repo now
Click to expand...
Click to collapse
MIUI:
MIUIv6
SOURCE ONLY MOD EDIT: PPC links removed.
.REPO MOD EDIT: PPC links removed.
Click to expand...
Click to collapse
OMNI:
KITKAT 4.4.4
PART1 MOD EDIT: PPC links removed.
PART2 MOD EDIT: PPC links removed.
Click to expand...
Click to collapse
CREDITS:
* Tien manh
* Vaibhav Pandey (vpz)
* KD
karthick mostwanted said:
I have seen some devs like me don't have bandwidth to download source using PC so I share it through a compressed achieve
CM12-lollipop
CM12: source only http://www.mediafire.com/%C2%AD%C2%ADfolder/0k8w5ooobs77r
CM12: .repo only http://www.4shared.com/folder/cr66BtSE/Repo_Cm12.html
OMNI-kitkat
OMNI 4.4.4: source only http://www.4shared.com/folder/gjErNAUr/Omni_kk.html
OMNI 4.4.4: will give a guide to make .repo from other sources
if u find some download usage limit in 4shared get into http://4server.info and paste the link of a specific file then download it
Old sources : http://forum.xda-developers.com/showthread.php?t=1876035
New sources : http://forum.xda-developers.com/chef-central/android/aokp-aosp-cyanogenmod-miui-source-code-t2918515
CREDITS: Tien manh @ samsung galaxy pocket neo ---> https://m.facebook.com/Manh1995?refid=12 vaibhavpandeyvpz kD
Click to expand...
Click to collapse
Tanks for sharing bro
Good job
Bro what words after my facebook link let change name is happyhere
karthick mostwanted said:
I have seen some devs like me don't have bandwidth to download source using PC so I share it through a compressed achieve
CM12-lollipop
CM12: source only http://www.mediafire.com/%C2%AD%C2%ADfolder/0k8w5ooobs77r
CM12: .repo only http://www.4shared.com/folder/cr66BtSE/Repo_Cm12.html
OMNI-kitkat
OMNI 4.4.4: source only http://www.4shared.com/folder/gjErNAUr/Omni_kk.html
OMNI 4.4.4: will give a guide to make .repo from other sources
if u find some download usage limit in 4shared get into http://4server.info and paste the link of a specific file then download it
Old sources : http://forum.xda-developers.com/showthread.php?t=1876035
New sources : http://forum.xda-developers.com/chef-central/android/aokp-aosp-cyanogenmod-miui-source-code-t2918515
CREDITS: Tien manh @ samsung galaxy pocket neo ---> https://m.facebook.com/Manh1995?refid=12 vaibhavpandeyvpz kD
Click to expand...
Click to collapse
thnxs buddy can u make for CM11 .repo folder !!!
link below for new source there cm11 folder does not exist !!
plzz
karthick mostwanted said:
CM12-lollipop
CM12: source only http://www.mediafire.com/%C2%AD%C2%ADfolder/0k8w5ooobs77r
CM12: .repo only http://www.4shared.com/folder/cr66BtSE/Repo_Cm12.html
]
Click to expand...
Click to collapse
im sorry im a newbie.. can i just dl d source.. or repo too is needed?
some queries
hello sir my question is that I previously downloaded cm10.1 source but its without repo some people said to me that repo is not necessary to download and told me that repo is used to update source so I have decided to build cm11 for my device I have downloaded cm11 source tar and excluded tar so is there any need to download repo ???
thanks sir waiting for your reply
i know itz big job for u but can u add cm12.1 too?
sardul droidzz said:
hello sir my question is that I previously downloaded cm10.1 source but its without repo some people said to me that repo is not necessary to download and told me that repo is used to update source so I have decided to build cm11 for my device I have downloaded cm11 source tar and excluded tar so is there any need to download repo ???
thanks sir waiting for your reply
Click to expand...
Click to collapse
Im also telling that only
Repo is needed only to update,its up to your wish
falconnoob said:
i know itz big job for u but can u add cm12.1 too?
Click to expand...
Click to collapse
Ya but later after it reaches a certain stability
karthick mostwanted said:
Ya but later after it reaches a certain stability
Click to expand...
Click to collapse
Can i use ur .repo folder with other folders from here as he has a newer version of source but no repo folder. in simple words can i use ur repo folder and his source and update cm12?
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
Hello friends from XDA! I have a problem when try push a framework base repo (2.5GB). Always i get an advice about size, maybe have files too bigs. I saw a lot of source code ROM with their repos pushed, but i cant find the way. Someone has done? Thank you!
kjjjnob said:
Hello friends from XDA! I have a problem when try push a framework base repo (2.5GB). Always i get an advice about size, maybe have files too bigs. I saw a lot of source code ROM with their repos pushed, but i cant find the way. Someone has done? Thank you!
Click to expand...
Click to collapse
On GitHub? I did this just some hours ago actually, I only got a warning about one file being over recommended size of 50MB (some test MP4).
Make sure you are using SSH, not HTTPS.