Search results

  1. lord-ralf-adolf

    Post [ROM] LineageOS-14.1 for Meizu M2 Note [7.1.2]

    Thank you ,that worked like a charm
  2. lord-ralf-adolf

    Post [ROM] LineageOS-14.1 for Meizu M2 Note [7.1.2]

    Hi ,first of all thank you for the amazing effort you guys put into this I have a question ,why I can't get root access ? I tried the su add-on and the superSU official zip but no luck ,can any one point me to where I should look thank you
  3. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    Services.jar is needed may be it's the one making the problem with the booting thing, please try again and send me a log file so I can check closely Sent from my m2 note using Tapatalk
  4. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    if there is no odex files the rom is already odexed ,but may be the odex files in your rom are with some new extension or new compression ,send me the full logs and if possible a zip file of your system files so i can check closely
  5. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    all those are just informations and warnings no thing fatal is logged here ,please provide the full logs and describe a little more so I can help you ,the vendor libs are not required but I have to pull the system folder from device recursively because it's safer than pulling files one by one...
  6. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    the error reading input stream is a normal thing it happens when the tool is trying to read data from a closed stream (stream closed by native OS and not by JAVA) and the error is catched and handled it doesn't affect the deodexing process
  7. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    the services.jar didn't deodex because of the heapsize ,please go to settings > performance and change the heapsize to something higher than 512 like 1024 or even 2048 you have plenty of ram ;) [15:43:56][stdError] Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit...
  8. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    Send me a log file of the tool so I can fix this services.jar problem Sent from my m2 note using Tapatalk
  9. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    Thanks for your feedback and the compliment, I am glad you're enjoying my software :) Sent from my m2 note using Tapatalk
  10. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    Sorry I thought I answered that Those 3 apks have encrypted or some new kind of odex files and they can't be deodexed with smali baksmali or oat2dex there is no thing I can do for you sorry Sent from my m2 note using Tapatalk
  11. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    any deodexing will break signature ,I have to put the dex file back in the apk so signature will be broken and for the trouble you are having can you send full log and the rom log ? I can't help you otherwise
  12. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    The bootclasspath is the output of deoptimized boot.oat Sent from my m2 note using Tapatalk
  13. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    Please update to latest version that problem was fixed in 1.27 Sent from my m2 note using Tapatalk
  14. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    to track that fc you gonna need the roms logs not the tool logs
  15. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    I didn't forget about you man, it's just too hard for me to put my finger on your Rom 's problem :D Sent from my m2 note using Tapatalk edit : new version available use ota to update or grab it from github :D cheers guys let me now if sony problems are fixed
  16. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    Thanks man, new version will roll out tomorrow night cheers Sent from my m2 note using Tapatalk
  17. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    for the Settings.jar and Teleservice.jar I am well aware and am working on that ,on the other hand never heard of orig.applications.sqsh before ,I will add support for it thanks for reporting ,please if there is more device specific stuff let me know :D note : the problem with those jars not...
  18. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    I've try, it show a long list of adb command and it's function. ok ,you have adb under c:/adb right ? copy the files from that folder to bins/native/adb/windows in the tools folder and try again
  19. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    it not working too, i've refreshed it and still doesn't work. thank you. :good: I am afraid there is no possible quick fix for this now, I will fix it in the next version for know you can try and pull the system folder yourself with the command adb pull /system path/to/save/on/pc Let me know...
  20. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    OK thanks I will add some more options in the next build to automate all this Sent from my m2 note using Tapatalk
  21. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    if you can tell me which version worked ,may be in next builds I will add option to use more versions of oat2dex and fall to them one on one if one of them fail
  22. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    I am afraid there is no quick fix for that ,as it seems there is a smali/baksmali and oat2dex internal problem ,you can try and deodex it manually ,but I think the specific odex is not a standard odex therefor it's not yet supported by smali and oat2dex ,sorry but there is no thing I can do to...
  23. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    thanks , yep I was right it's a heap size thing ,go to File >> Settings >> Performance and change the max heap size to a higher value run the tool on the same folder it will resume deodexing this is strange adb seems to kill and start server normally ,but the log provided you didn't click on...
  24. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    run this command in cmd : adb shell what happens ? also send me a log file please
  25. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    Can you provide a full log? I think it might be a heap size being to small Provide the logs so I can help you Thank you Sent from my m2 note using Tapatalk
  26. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    Make sure : * - You device is authentified with you PC and your PC can access your phone (test in Cmd) * - the screen is unlocked Sent from my m2 note using Tapatalk
  27. lord-ralf-adolf

    Post Meizu M2 note Cyanogenmod ROM

    If meizu provides the kernel sources ,I will start making CM roms for m2 note ,but I did contact meizu to give me kernel sources but they claimed they don't know any thing about that
  28. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    got it ,will be added in next version ,but the translations are not complete
  29. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    YOU replaced the file in the tool ? Sent from my m2 note using Tapatalk Edit : if you need real time assistance join me on freenode http://webchat.freenode.net/?channels=lordroid
  30. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    sorry ,it was my mistake I provided a fix see my previous edited post or see github release page download the fix and replace it not really ,it was my mistake I screwed up the code ,I provided a fix see github release page for more details the release page...
  31. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    please elaborate (provide more details ) do you have the lang folder ? send me the full log with system info if available , did you use the tools as is or did you add some new stuff ? Edit : never mind ,yes my bad I screwed up I added a fix on github , download this archive and replace...
  32. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    New version ,with all the promised fixes ,updated translations is online ,use auto update or download it manually :D cheers
  33. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    I don't make translations in Chinese as I don't know any thing about it, translations are provided by the community members, I don't have any lang file for 1.25 right now sorry I will add new ones in next build Thanks for the feed back and the translation I will add it in next version in the...
  34. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    Don't use the modified Chinese Lang file it was for 1.24 ,use custom Lang files only if you know what you are doing and the custom Lang file have all the strings needed by the tool Sent from my m2 note using Tapatalk
  35. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    Thanks once again ,say hi to China :) Glad to hear that Sent from my m2 note using Tapatalk
  36. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    yes I tested it and it works great ,thanks a lot ps : you are still under 1.24 ,v1.25 is out 3 days ago ;)
  37. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    you have an outOfmemory when deodexing service.jar ,please go to File > Settings > performance > heap size and change it to something higher than 512mb ,you have 8gb of your pc so use 1024m and every thing will work
  38. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    thank you I will add this in the next buikd ,right now you can put this file under /lang folder chinese will apear in the settings as a language
  39. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    the tool is meant for batch deodexing ,to deodex a single apk use oat2dex or smali/baksmali the links provided will give you all what you need to know ,if you have further question let me know
  40. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    ok glad to hear that =========================================================================== New version is here with lots of more optimizations and fail-safes for more scenarios :D
  41. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    Did you download the full version or the patch 1.23_to_1.24 ? The libs folder is missing download the big tarball file ,because the other one doesn't contain all files it contain just the changed files between the two last version
  42. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    Those apks have non standard odex there is no way to deodex them (at least that I know of ) I suggest you search for those apks in your phones forum Ps :I am writing from my phone right now I will get back to you with more details when I am on pc The screen shots are of a very old version ;)...
  43. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    please provide more details ,why can't you deodex ,what is the error ? and attach fXXXX_full.log file and systeminfo.txt you can find them under logs folder other wise I can't help you ,I am not a wizard :p
  44. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    I see the last log the time you tried with just the two failed .odex it succeeded ... I run another time the tool on your rom ,and I didn't get any errors ,can you confirm that the second time it was deodexed ? [22:40:41][ INFO ]/system/app folder found ... [OK] [22:40:41][ INFO...
  45. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    on my pc it deodexed all files without failiure ,can u send the log so I can see why those 2 jars wasn't decompiled ?
  46. lord-ralf-adolf

    Post [WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

    ok ,I see ,it's not the symlinks ,the files structures is not as it used to be ,it needs more work ,I know where the problem is I will fix it an get back to you as soon as I am done (it's gonna take a while because I need to change a lot ) EDIT : Wolfbreak replace the launcher.jar you have with...