[APPS] Deodexed OxygenOS 2.0 apps (framework, lib) - ONE Themes and Apps

Extracted apps, libs, framework from latest OxygenOS for OnePlus 2.
Deodexed with JoelDroid Lollipop Batch Deodexer
zip contains /app /priv-app /lib /lib64 /framework
We can find out what is working, devs can make ports
For now (tested on EOS CAF):
AudioFX app works, but i think we also need lib to make it 100% work
Camera app work, but FC when switching on frontal camera, videos can be recorded, when u try to take photo, nothing happens
Full zip https://www.androidfilehost.com/?fid=24052804347793584
Folder on MEGA https://mega.nz/#F!cxEAHZqR!Fo2_mch62Wvl764OhEztQQ
Original rom here
Thanks @Mr Patchy Patch for info about odexes on 64 bit.

Thanks for this.
No way to download the apps seperate?

v0 HaVoK 0v said:
Thanks for this.
No way to download the apps seperate?
Click to expand...
Click to collapse
Uh, okay
https://mega.nz/#F!cxEAHZqR!Fo2_mch62Wvl764OhEztQQ

Oh, no. Not MEGA. Downloading from MEGA is a pain in the ass. We should be able to install them manually from the zip, right?
Sent from my A0001 using Tapatalk

Hzu said:
Oh, no. Not MEGA. Downloading from MEGA is a pain in the ass. We should be able to install them manually from the zip, right?
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
NOOOO IT TOOK A LOT OF TIME
Why no Mega?
---
Yes, try to install -> profit
else
put to /system/app with correct permissons -> profit
else
Wait for port...

CraZY_BoY^ said:
NOOOO IT TOOK A LOT OF TIME
Why no Mega?
---
Yes, try to install -> profit
else
put to /system/app with correct permissons -> profit
else
Wait for port...
Click to expand...
Click to collapse
I thought this was a flashable zip, hence the "manually". I wanted to get the AudioTuner working, but it might be missing some critical files, especially the ones from /syste/vendor/{etc,lib}. It would be great if you can get those too.
EDIT: Hold on, the ones that you gave might already be working. Just need some proper setup. I'll see what I can do.
EDIT 2: On a proper inspection, it seems that there might be missing libraries after all. Just to make sure it's all complete, we might need a full dump of the system.
May I know which ROM is this from exactly? I must be out of the loop since I never knew OxygenOS 2.0 existed. Or is this actually from HydrogenOS of the OnePlus 2?

Hzu said:
I thought this was a flashable zip, hence the "manually". I wanted to get the AudioTuner working, but it might be missing some critical files, especially the ones from /syste/vendor/{etc,lib}. It would be great if you can get those too.
EDIT: Hold on, the ones that you gave might already be working. Just need some proper setup. I'll see what I can do.
EDIT 2: On a proper inspection, it seems that there might be missing libraries after all. Just to make sure it's all complete, we might need a full dump of the system.
May I know which ROM is this from exactly? I must be out of the loop since I never knew OxygenOS 2.0 existed. Or is this actually from HydrogenOS of the OnePlus 2?
Click to expand...
Click to collapse
OP2 has Oxygen 2.0 - international rom, Hydrogen is chinese rom. It's like CM and ColorOS in OPO
Original link in OP

Well. AudioTunerService keeps crashing on me about it not finding an oat file or something. Could it be that it's not deodexed, since I see an .odex file of it?

I want the launcher. Try to manual push to system but no luck.
Sent from my A0001 using XDA Free mobile app

Hzu said:
Well. AudioTunerService keeps crashing on me about it not finding an oat file or something. Could it be that it's not deodexed, since I see an .odex file of it?
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
It starts for me, and after some switching FC.

CraZY_BoY^ said:
It starts for me, and after some switching FC.
Click to expand...
Click to collapse
I may be very close to having a working AudioTuner, but until AudioTunerService actually runs, I won't be able to test this. Logcat shows that it refuses to run due to a missing classes.dex file in the AudioTunerService.apk, which indicates an odexed APK.
May I ask that you re-check the AudioTunerService please? The batch deodex program might have missed it.

Hzu said:
I may be very close to having a working AudioTuner, but until AudioTunerService actually runs, I won't be able to test this. Logcat shows that it refuses to run due to a missing classes.dex file in the AudioTunerService.apk, which indicates an odexed APK.
May I ask that you re-check the AudioTunerService please? The batch deodex program might have missed it.
Click to expand...
Click to collapse
Huh, it's really odexed 0_o
Sorry, i cant deodex it now, but i can send it to you

bageraz said:
I want the launcher. Try to manual push to system but no luck.
Sent from my A0001 using XDA Free mobile app
Click to expand...
Click to collapse
There seems to be an issue with the apk wanted to use a shared user ID which have already been used by another system app. It is possible to revoke the usage of the user ID for said app, but I wouldn't recommend it as it could terribly mess your system up.
Which I actually did, even though I already knew it.
---------- Post added at 11:46 AM ---------- Previous post was at 11:05 AM ----------
CraZY_BoY^ said:
Huh, it's really odexed 0_o
Sorry, i cant deodex it now, but i can send it to you
Click to expand...
Click to collapse
I can't deodex it. For some reason (which I don't know what), the odex file failed the OAT header test.

Most of the required libs are 64 bit. it's unlikely you'll get them working
Sent from my A0001 using XDA Forums Pro.

fards said:
Most of the required libs are 64 bit. it's unlikely you'll get them working
Sent from my A0001 using XDA Forums Pro.
Click to expand...
Click to collapse
The MaxxAudio however most likely only depends on the 32-bit libraries. I was able to deodex it and got the required libraries. However, upon starting AudioTuner, AudioTunerService crashed (yet again) with a new error:
Code:
java.lang.NoClassDefFoundError:
net.oneplus.audiotunerservice.service.MaxxAudioService$3
Now, this is completely out of my realm as I have no idea about Java whatsoever. However, I'm sure that the MaxxAudioService$3 do exist when I extracted the smali from the odex file. Does that mean the apk was not deodexed properly after all?
Attached are what I have so far. I have no idea where to go from here. May need to decompile the apk, but I don't know java. I guess I'll leave this here and see what the others can do about it.

Hzu said:
The MaxxAudio however most likely only depends on the 32-bit libraries. I was able to deodex it and got the required libraries. However, upon starting AudioTuner, AudioTunerService crashed (yet again) with a new error:
Code:
java.lang.NoClassDefFoundError:
net.oneplus.audiotunerservice.service.MaxxAudioService$3
Click to expand...
Click to collapse
Thanks, iI finda missing library
08-15 10:24:00.400 E/MaxxAudioService(6252): dlopen failed: library "libosl-maxxaudio-itf.so" not found

waterdaan said:
Thanks, iI finda missing library
08-15 10:24:00.400 E/MaxxAudioService(6252): dlopen failed: library "libosl-maxxaudio-itf.so" not found
Click to expand...
Click to collapse
Oh, I forgot to include that? You can get from the OP. I get the error code I mentioned after I resolved all dependencies error.

Hzu said:
Oh, I forgot to include that? You can get from the OP. I get the error code I mentioned after I resolved all dependencies error.
Click to expand...
Click to collapse
Would you mind uploading it
And tell me where it's supposed to go?

waterdaan said:
Would you mind uploading it
And tell me where it's supposed to go?
Click to expand...
Click to collapse
Here's an updated archive of it. Should have everything inside. Note that you need to apply the correct permissions. (0755 for folders, 0644 for files)
I only tested on Sultanxda's CAF 12.1 (latest build). And of course, as I have stated above, it didn't work. I may be missing something a lot more important than just the library dependencies. YMMV.
Would be glad if any of you could help getting this to work. Thank you.

Hzu said:
Here's an updated archive of it. Should have everything inside. Note that you need to apply the correct permissions. (0755 for folders, 0644 for files)
I only tested on Sultanxda's CAF 12.1 (latest build). And of course, as I have stated above, it didn't work. I may be missing something a lot more important than just the library dependencies. YMMV.
Would be glad if any of you could help getting this to work. Thank you.
Click to expand...
Click to collapse
Thanks
Same on latest cm nightly

Related

[REQ] Deodexed System

I tried to do it myself but I'm not smart enough ;X will continue to look into it. But in the mean time, if someone else could do it it'd be greatly appreciated ;D
Anderdroid said:
I tried to do it myself but I'm not smart enough ;X will continue to look into it. But in the mean time, if someone else could do it it'd be greatly appreciated ;D
Click to expand...
Click to collapse
look for auto deodexer by daneshm90 nevermind had it bookmarked here
Asadullah said:
look for auto deodexer by daneshm90 nevermind had it bookmarked here
Click to expand...
Click to collapse
Okay I did it and it seems to have worked but all the jar's are weird? I got bouncycastle.jar and monkey.jar??? wtfz
Err nevermind. It wasn't able to deodex all of them. I guess some had errors ;'(
Wanna add reboot to power menu ;(
Anderdroid said:
Okay I did it and it seems to have worked but all the jar's are weird? I got bouncycastle.jar and monkey.jar??? wtfz
Err nevermind. It wasn't able to deodex all of them. I guess some had errors ;'(
Wanna add reboot to power menu ;(
Click to expand...
Click to collapse
What errors u having ?
I deodexed it fine this morning with the available dump
Daneshm90 said:
What errors u having ?
I deodexed it fine this morning with the available dump
Click to expand...
Click to collapse
Can you upload? Some file missing errors. I tried xUltimate and the easy deodexer too tired for this >.< haha
Anderdroid said:
Can you upload? Some file missing errors. I tried xUltimate and the easy deodexer too tired for this >.< haha
Click to expand...
Click to collapse
Well i deleted it cuz there were newer dumps after.
What errors were you having and are you sure someone else hasn't uploaded a deodexed dump.
If you don't find any reply and i'll deodex n upload.
Same here. Some framework files fail. Log here: http://pastebin.com/YiDyTYPF
Ok i will retry then. I think i just deodexed the files i needed
If it doesn't work, we're gonna have to wait for jf as usual after every firmware release for a smali/baksmali update
Edit : Yea it cannot understand opcodes
And the wait for jf begins Wondering if he can do anything w/o source though
ah thats ok. Probably about 95% of the system has been deodexed file. Only 5 framework files and 6 apps, mostly Google apps, that didn't deodex. AOSP should be out soon so the missing stuff can always be compiled from source and for most framework files I believe they need to be.
could someone post their deodexed files? even its not complete?
Fully Deodexed 2.3 apps
Here are the 2.3 system apps from the dump supercurio provided, fully deodexed.
http://www.mediafire.com/?br7xai8bm30p2d8
For some very odd reason, I cannot get any of the framework files deodexed. All we need are those few .jars mentioned that couldn't get deodexed and we have a complete deodexed system
Got most of the files deodexed, but unfortunately ran into the same errors Daneshm90 did on some of them.
sombionix said:
Got most of the files deodexed, but unfortunately ran into the same errors Daneshm90 did on some of them.
Click to expand...
Click to collapse
bummer. Anyway you can get us a stock AOSP 2.3 rom compiled from source for us to sink our teeth into?
sombionix said:
Got most of the files deodexed, but unfortunately ran into the same errors Daneshm90 did on some of them.
Click to expand...
Click to collapse
Honestly just need services.jar and android.policy.jar deodexed
Paul aka modacco did it today its out
Sent from my Nexus S using XDA App

[App] Atrix Webtop Unlocker - ** BETA **

Being a Linux guy, all these batch files have been driving me mad
Anyways, in an effort to benefit from all the great development that has been going on around the Atrix, I started converting some of the batch files to Bash scripts, for me, and my Linux brethren to to enjoy. However, I quickly realized this was creating parallel development paths, and scripts presented limitations that were becoming hard to manage, so I decided to create an Android App. My hope is this will provide a more universal appeal, and remove host OS dependencies.
After a couple of weeks of getting up to speed on Java, I now present the “Atrix Webtop Unlocker” Android Application! This is very much a work in progress, but with feedback from the community, we will be able to improve the app to the point it will be very user friendly and useful.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
In a nutshell, this application is the Android version of Sogarth's wonderful script: http://forum.xda-developers.com/showthread.php?t=1000316
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Like all of my other projects, this is open source, and available for download at: https://github.com/mistadman/Atrix-Webtop-Unlocker, or via an apk binary download attached to this post.
I eagerly await your feedback and input!
Last, but not least, thanks goes out to--in no particular order--Sogarth, bartsplanet, godwin1981, Ririal, Fenny, and all the rest of the XDA Community! A lot of what you did heavily influenced the development of this app. Also, if I left anyone out, I apologize in advance.
***NOTE - At this time, this app requires your device to be rooted and has only been tested on AT&T v1.57.
*** So one bug I am sure some will encounter is the rotation bug. I have to make AsyncTask play nice with Activities that are destroyed during screen rotations. Fix coming soon, but in the mean time, try not to rotate the phone while running this app :-( ...Did I mention this was work in progress? LOL!
I wont have time to mess with it til Sunday, but ill test it out then and let you know how it goes.
Sent from my MB860 using XDA App
does it have to be stock launcher? I'm having issues setting up LXterminal off of Gingerblur 3.1.
Correction: Gingerblur 3.1 has some problems with it...i've done 2 flashes and tried 1.5.7 with and without 3.1 and i do notice that Webtop mode has some problems with Firefox specifically and LXterminal is missing.
Is there a chance of this working on 1.8.3?
Sent from my MB860 using XDA App
XxKILLx3RxX said:
Is there a chance of this working on 1.8.3?
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
in theory it should since the webtop is the same version on 1.5.7
Mafisometal said:
in theory it should since the webtop is the same version on 1.5.7
Click to expand...
Click to collapse
Actually, it's not. There are quite a few differences between the 1.57 and 1.83 webtops. They removed a lot of binaries and changed some things around. Be wary installing this on 1.83, it'll probably break your webtop and you'll have to reflash.
Ririal said:
Actually, it's not. There are quite a few differences between the 1.57 and 1.83 webtops. They removed a lot of binaries and changed some things around. Be wary installing this on 1.83, it'll probably break your webtop and you'll have to reflash.
Click to expand...
Click to collapse
yeah you're right, i finally got it running and it broke my Firefox, File Manager, and just about every program accessible. It WILL install but it won't function properly. I was under the assumption since 1.83 didn't really affect 1.57 in any major ways besides the HSUPA unlock update that it was the same. On the version notes, it does say the same version on mine though....i don't know why they call it the same when its not.
FYI guys,
My app does not modify/touch the original /osh directory, so at the worse, you will just need to remove the /data/ubuntu.disk file, reboot, and you're back to stock Webtop. No re-flash necessary if something goes wrong.
Mafisometal said:
yeah you're right, i finally got it running and it broke my Firefox, File Manager, and just about every program accessible. It WILL install but it won't function properly. I was under the assumption since 1.83 didn't really affect 1.57 in any major ways besides the HSUPA unlock update that it was the same. On the version notes, it does say the same version on mine though....i don't know why they call it the same when its not.
Click to expand...
Click to collapse
Hmmm. What you can try is downloading the GladiAtrix3 beta I have, and pulling the domain_policy.conf from the lxterminal folder inside the zip and installing it onto your phone. See if that fixes anything. The issue is that all the versions are different, and tomoyo just says "**** no" to everything you try to run because it's not specifically allowed in the policy. The file in GA3 is from a 1.83 webtop, modified to allow awn and lxterminal to run unrestricted.
EDIT: I'll just attach the file, it's easier for everyone Let me know if it fixes anything
EDITEDIT: Make sure you're replacing the file in the loaded image, not in the stock /osh directory.
Ririal said:
Hmmm. What you can try is downloading the GladiAtrix3 beta I have, and pulling the domain_policy.conf from the lxterminal folder inside the zip and installing it onto your phone. See if that fixes anything. The issue is that all the versions are different, and tomoyo just says "**** no" to everything you try to run because it's not specifically allowed in the policy. The file in GA3 is from a 1.83 webtop, modified to allow awn and lxterminal to run unrestricted.
EDIT: I'll just attach the file, it's easier for everyone Let me know if it fixes anything
EDITEDIT: Make sure you're replacing the file in the loaded image, not in the stock /osh directory.
Click to expand...
Click to collapse
alright cool, thanks, seems like it's working great.
EDIT: Also, just so everyone knows...1.8.3 breaks webtop. I've done a few flashes from stock 1.2.6, 1.5.7, and finally 1.8.3...the sbf breaks webtop functionallity.
mistadman said:
*** So one bug I am sure some will encounter is the rotation bug. I have to make AsyncTask play nice with Activities that are destroyed during screen rotations. Fix coming soon, but in the mean time, try not to rotate the phone while running this app :-( ...Did I mention this was work in progress? LOL!
Click to expand...
Click to collapse
I didn't encounter that problem when i had it on lapdock.
Mafisometal said:
EDIT: Also, just so everyone knows...1.8.3 breaks webtop. I've done a few flashes from stock 1.2.6, 1.5.7, and finally 1.8.3...the sbf breaks webtop functionallity.
Click to expand...
Click to collapse
I've done the same thing (sbf 1.2.6 -> 1.5.7 -> root -> webtop unlocker -> 1.8.3 -> gingerblur) but I lost completly entertainment center and webtop.
Removing webtop unlocker I restored entertainment center. Reflashing gingerblur webtop over hdmi still won't work.
Ririal said:
Actually, it's not. There are quite a few differences between the 1.57 and 1.83 webtops. They removed a lot of binaries and changed some things around. Be wary installing this on 1.83, it'll probably break your webtop and you'll have to reflash.
Click to expand...
Click to collapse
I wanna say both of you and OP are correct.If you are under stock 4.1.83 webtop files,they are different from 4.1.57..But if you have done webtopmod cracked,the file will be replaced by v 4.1.57 cracked files.
godwin1981 said:
I wanna say both of you and OP are correct.If you are under stock 4.1.83 webtop files,they are different from 4.1.57..But if you have done webtopmod cracked,the file will be replaced by v 4.1.57 cracked files.
Click to expand...
Click to collapse
Well, no. The webtop mod uses your current /osh as a base. The problem is that it's making a lot of assumptions from 1.57 files. Things got changed up in 1.83, and it causes problems.
If you're talking about the webtop through HDMI mod, then we're talking about two completely different things
Ririal said:
Well, no. The webtop mod uses your current /osh as a base. The problem is that it's making a lot of assumptions from 1.57 files. Things got changed up in 1.83, and it causes problems.
If you're talking about the webtop through HDMI mod, then we're talking about two completely different things
Click to expand...
Click to collapse
I think you are correct.
so this its working on .83 ????
zen kun said:
so this its working on .83 ????
Click to expand...
Click to collapse
No...
Sent from my MB860 using XDA App
Hi,OP.
when will you release the updated version for V4.1.83?
Is this apk going to be updated? I want to test the latest version...
arvati said:
Is this apk going to be updated? I want to test the latest version...
Click to expand...
Click to collapse
I second that! I would love to have something like this for the latest version of webtop... there has been a lot of neat stuff going on with it, but everything is scattered about. I would love for someone who has knowledge in this area to pull everything together.
for the rotation issue.. in the manifest.. on the activity.. set android:configChanges="orientation" ..

Deodexing the BIONIC

With the release of the restore files I felt comfortable enough to give deodexing a shot. Everything but the BlurCalender deodexed beautifully with xUltimate2.3.1. Now to get an AOSP theme!!
I'm new to all this, what does deodexing do for us? I'm guessing it has something to do with themes since you mentioned that.
mikecheat04 said:
I'm new to all this, what does deodexing do for us? I'm guessing it has something to do with themes since you mentioned that.
Click to expand...
Click to collapse
always wanted to use this: Let Me Google That For You
haha but in all seriousness.. it will help with ROMs and Themes
Ha my NoScript addon blocked your LMGTFY
I almost knew someone was going to do that lol thanks tho man
yea same here, what did you do just remove it or left it odexed?
Using the commands for xUltimate it removes all the odex files so they will probably need to be added. I am having other issues as i did not backup the calender.apk so i need the original before i can experiment.
I ran thru and deodexed everything except the calendar. Was getting a lot of force closures.
I noticed someone else had the same and the he is looking in to it.
Sent from my DROID BIONIC using xda premium
92sho16 said:
Using the commands for xUltimate it removes all the odex files so they will probably need to be added. I am having other issues as i did not backup the calender.apk so i need the original before i can experiment.
Click to expand...
Click to collapse
Are these what you need?
TweakMyDevice said:
Are these what you need?
Click to expand...
Click to collapse
Thanks! I found a sys dump else where but still getting fc's, haven't had a chance to see what wrong.
I am having a wicked time getting past the blur calendar deodex portion using xUltimate 2.3.1. It gets there and hangs. I waited for 32 minutes to let it work it's magic but no results. Did I not wait long enough? Any suggestions?
Are you going to release an Deodexidized Rom? why is this thread in development?
kraamerica said:
I am having a wicked time getting past the blur calendar deodex portion using xUltimate 2.3.1. It gets there and hangs. I waited for 32 minutes to let it work it's magic but no results. Did I not wait long enough? Any suggestions?
Click to expand...
Click to collapse
We are going to have to wait until the xUltimate is fixed for the bionic.
I cant find any info on how to do it manually.
bigfooot said:
We are going to have to wait until the xUltimate is fixed for the bionic.
I cant find any info on how to do it manually.
Click to expand...
Click to collapse
I was able to deodex most of it with xUltimate (I just renamed Calendar to bypass it). Some work, some don't. Hoping the OP makes a deodex ROM as the thread would suggest.
kraamerica said:
I was able to deodex most of it with xUltimate (I just renamed Calendar to bypass it). Some work, some don't. Hoping the OP makes a deodex ROM as the thread would suggest.
Click to expand...
Click to collapse
Thread suggest that we are trying to do it, but we are having issues.
The stuff that did deodex is causing force closures.
Roger that.
Sent from my DROID BIONIC using XDA App
I would love to release a deodex stock rom but my calender is still messed up and i havent been able to figure out what the issue is. To be clear I am an engineer and i know some programming but i am no android expert. If you want i could post the deodexed apps and you can follow the manual steps of coping the apps to system if you want.
92sho16 said:
I would love to release a deodex stock rom but my calender is still messed up and i havent been able to figure out what the issue is. To be clear I am an engineer and i know some programming but i am no android expert. If you want i could post the deodexed apps and you can follow the manual steps of coping the apps to system if you want.
Click to expand...
Click to collapse
If you are referring to my post.
I was referring to a manual way to deodex and not use xUltimate as it is not working for the Bionic.
I was able to deoedex everything except the calendar like you.
But when I applied the files to the phone, I started getting a lot of force closures and had to start over.
I am waiting for xeudoxus to take a look and patch xUltimate to work with the Bionic.
im running a deoxeded rom right now. i manually did the /system/apps and the framework.
running smooth and nice. no fc or anything.
dadsterflip said:
im running a deoxeded rom right now. i manually did the /system/apps and the framework.
running smooth and nice. no fc or anything.
Click to expand...
Click to collapse
what process did you use to deodex?
bigfooot said:
what process did you use to deodex?
Click to expand...
Click to collapse
XUltimate. But I had to manually push the files. Been about 2 days and seems like everything is good so far.
Sent from my DROID BIONIC using Tapatalk

Kids mode apks?

Can anyone pull the kids mode apks from their tab and post them for me? I have a debated Tom that I love but my wife wants those apps back...
The only ports I can find are from the 5th and they don't quite work on this tab.
Probably don't need all the apps within the app but will need the kidsapps, kidshome, installer, landingwidget, and parental control apks...
Any help with this would be awesome.
TroyLeeWells said:
Can anyone pull the kids mode apks from their tab and post them for me?
Click to expand...
Click to collapse
Yes. Here it's:
Thank you so much! That did the trick!
Sent from my SM-T320 using XDA Free mobile app
I tried this apk and it won't install.
Sent from my SM-T320 using Tapatalk
gksmith said:
I tried this apk and it won't install.
Click to expand...
Click to collapse
Interesting. I pulled it from the deodexing firmware T525XXUANH4 for t525th. It works for me, of course. Perhaps the reason is deodex. Well, here's set of apk&odex (place in folder /system/app and give rights rw-r--r--):
ViAlexSt said:
Interesting. I pulled it from the deodexing firmware T525XXUANH4 for t525th. It works for me, of course. Perhaps the reason is deodex. Well, here's set of apk&odex (place in folder /system and give rights rw-r--r--):
Click to expand...
Click to collapse
Hi,
Can you be more specific? Where to place both files? I know .apk can go anywhere, but no clue where to place other one. Can't make it work
Thanks!
kstawia said:
Can you be more specific? Where to place both files?
Click to expand...
Click to collapse
Damn! I'm sorry, I didn't specify a complete path at once: system/app
Files permissions are:
ViAlexSt said:
Damn! I'm sorry, I didn't specify a complete path at once: system/app
Files permissions are:
Click to expand...
Click to collapse
Hi! i did it, but still not working. I´m using CyanogenMod 12.1 im my sm-t320.
canikrause said:
still not working. I´m using CyanogenMod 12.1
Click to expand...
Click to collapse
Well, I would probably be surprised if that Kids Mode began to work. Firstly, it's this version of the apk for Kitkat. Second, it needs Touchwiz. Correct me if I'm wrong.
At least on CM 12.1 I couldn't run a version for Android 5.1.
not working
ViAlexSt said:
Interesting. I pulled it from the deodexing firmware T525XXUANH4 for t525th. It works for me, of course. Perhaps the reason is deodex. Well, here's set of apk&odex (place in folder /system/app and give rights rw-r--r--):
Click to expand...
Click to collapse
SecKidsModeInstaller(app+odex) did not work on my cm-12.1-20150507-UNOFFICIAL-i9082.
The icon appeared but did not installd.
Giving error.
Getting the following error, root checked, permission granted, 4.2.2. Any thoughts?
hookerpuncher said:
Getting the following error, root checked, permission granted, 4.2.2. Any thoughts?
Click to expand...
Click to collapse
someone will probably have to have it installed then pull app data for libs folder if there are any. then you would need to flash the /data/app/name of apk folder with libs to the correct area and also the main .apk to /system/app
but then again some manufacturer's apps are not compatible with aosp or cm based roms and need porting to work
(if that is what you are running)
hookerpuncher said:
Getting the following error, root checked, permission granted, 4.2.2. Any thoughts?
Click to expand...
Click to collapse
Update to latest superusersu, and use root browser or similar app
Sent from my ATRIX HD using XDA Free mobile app
Could U pls put the app link here? This app is 121MB
I tried to downloadt the app by the original installer several times, but it always stops on ~68MB !
Pls don't put the installer file here, my device has it.
note pro 12.2 3g
5.0.2
Having had a crack at this myself... On my newsed SM-T325 I just got myself. I can only suspect that the clue is in the name seckidsmode... Sec here referring to security al-la knox mode perhaps?! no, not so much as full on knox, as such. But is still tied up somehow in as far as once its gone its gone. At least this is what I found when I tried to reinstall it back onto a rooted, but otherwise stock... And 0x0 valid SM-T325.
You might not care to hear it, but the only way I was able to recover (Twice now, as I write this!), was to re-flash the current BOC1 Firmware on top of everything again. Thankfully this hasn't tripped up my Knox... yet though I need to re-install TowelRoot + SuperSU again, unlike Knox however, you can install, and use this Kids Mode while rooted. But, as to reinstall it again after you've yanked it?
Well lets say that I'm kinda interested to know that One too...
ghaith_assaf said:
SecKidsModeInstaller(app+odex) did not work on my cm-12.1-20150507-UNOFFICIAL-i9082.
The icon appeared but did not installd.
Giving error.
Click to expand...
Click to collapse
My guess is 'cause you have to have TouchWiz installed... It is a Stock Samsung APK after all.
Ichijoe said:
My guess is 'cause you have to have TouchWiz installed... It is a Stock Samsung APK after all.
Click to expand...
Click to collapse
Mute point now... But, I was on Stock at the time.
The only way I managed at the time to recover the Kids Mode, was to re-Stock, and to not removing it to begin with.

how to make samsung music work

i don't why but for some odd reason every other android can install samsung music without it crashing what seems to be the issue help would be appreciated to make it working or am i just not doing the right steps?
Links?
https://www.apkmirror.com/apk/samsung-electronics-co-ltd/music-samsung-electronics-co-ltd/
They crash after installation everytime a fix?
Quantumkk123 said:
They crash after installation everytime a fix?
Click to expand...
Click to collapse
nope, got the same,
I didn't bother to take a look at logs, etc. yet
currently am and was busy with kernel dev ...
I understand @zacharias.maladroit you are busy with oreo development I believe? And other kernels for the z5 which is clearly more important so seeing this isn't as important you can do it on when your less busy thanks
Quantumkk123 said:
i don't why but for some odd reason every other android can install samsung music without it crashing what seems to be the issue help would be appreciated to make it working or am i just not doing the right steps?
Click to expand...
Click to collapse
Probably you need superuser-mod(patched services.jar) to make it work.
Just Google it and give it a shot, it was fairly easy to do as I remember.
Or install xposed framework, and use a module to patch services.jar. I believe serjars xperiamod has the feature.
langeveld024 said:
Probably you need superuser-mod(patched services.jar) to make it work.
Just Google it and give it a shot, it was fairly easy to do as I remember.
Or install xposed framework, and use a module to patch services.jar. I believe serjars xperiamod has the feature.
Click to expand...
Click to collapse
@langeveld024 omg thanks bro finally giving me an option and a way to actually make it work thanks because i kinda just love samsung and i used to use an s5 with s8 custom rom good times lol... until it broke lmao
thanks guys
langeveld024 said:
Probably you need superuser-mod(patched services.jar) to make it work.
Just Google it and give it a shot, it was fairly easy to do as I remember.
Or install xposed framework, and use a module to patch services.jar. I believe serjars xperiamod has the feature.
Click to expand...
Click to collapse
yeah none of them work
Quantumkk123 said:
yeah none of them work
Click to expand...
Click to collapse
None of what? Xposed module? What ROM are u running?
@langeveld024 xz2 rom
Quantumkk123 said:
@langeveld024 xz2 rom
Click to expand...
Click to collapse
Ahh okay. I just tried to install it, didn't work either. Running carbon ROM.
Maybe u can try installing as system app. If that doesn't work the app itself probably needs to be patched for us to work, idk.
Regards
langeveld024 said:
Ahh okay. I just tried to install it, didn't work either. Running carbon ROM.
Maybe u can try installing as system app. If that doesn't work the app itself probably needs to be patched for us to work, idk.
Regards
Click to expand...
Click to collapse
i have lucky patcher installed and i tried didn't seem to work so i will try making it a system app thanks though
@langeveld024 well i tried making samsung music a system app and that didnt go to well lol i have those 3 flashes now when trying to boot
nope i got samsung music as system app now
please does anyone know away just to make this app work lol? Is that too much to ask or no one can be fu*** to deal with this cos i get that at least just tell me lol
Tried it..
Didn't manage to make it work
Sony player is great btw...
Hiya folks,
I've been asked to take a look at this. I don't have a Z5 sadly, but I can see what I can sort out with the APK itself.
I've downloaded the APK from here: https://www.apkmirror.com/apk/samsung-electronics-co-ltd/music-samsung-electronics-co-ltd/music-samsung-electronics-co-ltd-16-2-12-4-release/ and the Samsung framework files from here: https://mega.nz/#!3xRQ0JJa!fnGrom1tsN65w4g__Ov_rWX_UQvRt4ujWhiR-d1kxSk
We might be able to get this working by editing the Manifest but the first problem we have is that the APK doesn't recompile even without any changes..
Code:
Recompiling "com.sec.android.app.music.apk" With Original Signature, using original "AndroidManifest.xml", rebuilding with aapt2
in work area "_WorkArea1", using "apktool_2.3.3.jar"
With Tickle My Android 15.4.0.5
(tinyurl.com\ticklemyandroid)
----------------
Installed Framework File(s):
framework-res.apk [1.apk]
twframework-res.apk [2.apk]
----------------
I: Using Apktool 2.3.3
I: Smaling smali folder into classes.dex...
I: Smaling smali_classes2 folder into classes2.dex...
I: Smaling smali_classes3 folder into classes3.dex...
I: Building resources...
W: C:\TickleMyAndroid\_WorkArea1\_working\com.sec.android.app.music.apk\res\values\raws.xml:3: error: invalid value for type 'raw'. Expected a reference.
brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [C:\Users\LCHESN~1\AppData\Local\Temp\brut_util_Jar_2362954186141399430.tmp, compile, --dir, C:\TickleMyAndroid\_WorkArea1\_working\com.sec.android.app.music.apk\res, --legacy, -o, C:\TickleMyAndroid\_WorkArea1\_working\com.sec.android.app.music.apk\build\resources.zip]
----------------
Recompile Not Successful!
Deleting the "raws.xml" file doesn't work as the APK won't recompile. Deleting the line in the file doesn't work as the APK won't recompile either. We need to find a way around that before we do anything else.
Good ol' Samsung. Always causing trouble.
so what do you suggest now @Ticklefish
@Quantumkk123

Categories

Resources