Related
After all this framework hack does not work well under too many ROMs and causes lots of confusion about version. I accidentally found a universal solution to Home Button vibration that works with JKay theme and won't break anything. So this method is abandoned.Hi everyone. I have been Hellraising i9100 ROMs since Entropy's release, however was puzzled by the Home button which lags and won't give any feeling of touch when pressed.
After some research I finally figured out how to fix this. I made 2 versions, one for XXKI3 and another for XXKI4
Currently ROMs incorporates JKay theme mods (Sensation) are not working.
(Sorry I was too excited to notice I compiled both file from custom ROMs that were containning extended power menu, the fix is not universal and try at your own risk!).
Installtion Instructions:
1. Place the zip file into your Internal SD
2. Reboot into Recovery and select "install zip from sdcard"
3. Select "install from SD card", choose YES
4. hit return and reboot
You should have haptic feedback on Home now, also the Home button should respond instantly.
Caution:
Only apply to ROMs that are based on supported Samsung builds.
android.policy.jar varies from build to build so can not hybrid with different versions.
Credit:
gtg465x - home button lagfix code reference
DesignGears - home button haptic fix code reference
Ande definitely Entropy512, for the awesomeness of Hellraiser!
Please let me know if anything happens.
Downloads
Currently not working with JKay themes.
For i9100XXKI3 based ROMs:
View attachment XXKI3-hapticfeedbackfix.zip
For i9100XXKI4 based ROMs:
This file is modified from an i9100 ROM with extended power menu and header, might not work if the menu had the header removed!
View attachment XXKI4-hapticfeedbackfix.zip
amtrakcn said:
Hi everyone. I have been Hellraising i9100 ROMs since Entropy's release, however was puzzled by the Home button which lags and won't give any feeling of touch when pressed.
After some research I finally figured out how to fix this. I made 2 versions, one for XXKI3 and another for XXKI4.
Installtion Instructions:
1. Place the zip file into your Internal SD
2. Reboot into Recovery and select "install zip from sdcard"
3. Select "install from SD card", choose YES
4. hit return and reboot
You should have haptic feedback on Home now, also the Home button should respond instantly.
Caution:
Only apply to ROMs that are based on supported Samsung builds.
android.policy.jar varies from build to build so can not hybrid with different versions.
Credit:
gtg465x - home button lagfix code reference
DesignGears - home button haptic fix code reference
Ande definitely Entropy512, for the awesomeness of Hellraiser!
Please let me know if anything happens.
Click to expand...
Click to collapse
Thanks.... can you please post what code is changed within it (FOR HOME HAPTIC FEEDBACK) so I can mod the one for the rom I'm using. I don't want to use a generic one.
Thanks!
EDIT: Its rom specific.....you can't do generic addons.... It broke my rom which is why posting the actual change would be best. It booted but broke JKAY mods
shoman94 said:
Thanks.... can you please post what code is changed within it so I can mod the one for the rom I'm using. I don't want to use a generic one.
Thanks!
Click to expand...
Click to collapse
I think KI4 version works for checkROM. However just forget I modified both from custom ROMs so does not work universally...
There are multiple places in smali that needs to edit. So you might want to compare your original file with the attachment.
It's <decompiled dex folder>\com\android\internal\policy\impl\PhoneWindowManager.smali
View attachment PhoneWindowManager.zip
amtrakcn said:
I think KI4 version works for checkROM. However just forget I modified both from custom ROMs so does not work universally...
It's more than one place in smali so you might want to compare with the attachment.
View attachment 780701
Click to expand...
Click to collapse
I've been doing that but there are so many differences that I can't tell which is which.
Can't you just say which lines were changed....?
shoman94 said:
I've been doing that but there are so many differences that I can't tell which is which.
Can't you just say which lines were changed....?
Click to expand...
Click to collapse
Line 3841 to 4568... actually works just override all differences.
amtrakcn said:
Line 3841 to 4568... actually works just override all differences.
Click to expand...
Click to collapse
errors out.....
to good to be true. I've been messing with this all night and I"m not winning.
shoman94 said:
errors out.....
to good to be true. I've been messing with this all night and I"m not winning.
Click to expand...
Click to collapse
Like what kind of error you are encountering? During recompile or during testing?
I don't have time to poke at this (busy sobering up after a party...) but: I suggest providing the modded version,a nd the original, and diffing them.
Note that according to Mikey, designgears' patch accidentally caught a bunch of changes that weren't related to home-button.
And yes, just copying the smali will cause an epicfail most likely, ESPECIALLY if targeting a JKay theme, as JKay did dome significant mods to that smali file.
FYI, shoman94, you've gotten as far as I ever did - I never got a working mod, but I've been pretty busy this week.
Entropy512 said:
I don't have time to poke at this (busy sobering up after a party...) but: I suggest providing the modded version,a nd the original, and diffing them.
Note that according to Mikey, designgears' patch accidentally caught a bunch of changes that weren't related to home-button.
And yes, just copying the smali will cause an epicfail most likely, ESPECIALLY if targeting a JKay theme, as JKay did dome significant mods to that smali file.
FYI, shoman94, you've gotten as far as I ever did - I never got a working mod, but I've been pretty busy this week.
Click to expand...
Click to collapse
Thanks for pointing out, I recalled many other other modifications to the android.policy.jar after I posted but I cannot edit the title of thread now...
When comparing the 2 smali files (Original and DesignGear modified), except the lines for home button I only saw difference in conditions, which I don't really understand. It was a experiment that I just copyed the whole PhoneWindowManager.smali then compiled. The compiled file worked.
The file I posted is from a KI4 ROM with extended power menu with header, however since header modification is in GlobalActions.smali I think this should not affect compiling.
Tell me if I got anything wrong, first time looking into the bytecodes
Will be very thankful if you have time to look at this
View attachment OriginalPhoneWindowManager.zip
View attachment ModifiedPhoneWindowManager.zip
amtrakcn said:
Like what kind of error you are encountering? During recompile or during testing?
Click to expand...
Click to collapse
Well I installed your file and it booted fine but jkay mods were broken. I've been trying different combination for the last 8 hrs trying to get this to work. Epic fail.
I might have to post a message to JKAY for some help.
shoman94 said:
Well I installed your file and it booted fine but jkay mods were broken. I've been trying different combination for the last 8 hrs trying to get this to work. Epic fail.
I might have to post a message to JKAY for some help.
Click to expand...
Click to collapse
Since JKay moded other places than the Home Button as Entropy mentioned... this should happen.
You'll need precise modification that just target the Home button...
amtrakcn said:
Thanks for pointing out, I recalled many other other modifications to the android.policy.jar after I posted but I cannot edit the title of thread now...
When comparing the 2 smali files (Original and DesignGear modified), except the lines for home button I only saw difference in conditions, which I don't really understand. It was a experiment that I just copyed the whole PhoneWindowManager.smali then compiled. The compiled file worked.
The file I posted is from a KI4 ROM with extended power menu with header, however since header modification is in GlobalActions.smali I think this should not affect compiling.
Tell me if I got anything wrong, first time looking into the bytecodes
Will be very thankful if you have time to look at this
View attachment 781002
View attachment 781001
Click to expand...
Click to collapse
and the differences are attached but don't work with JKAY mods.... some things may need to get incorporated. IDK
amtrakcn said:
Since JKay moded other places than the Home Button as Entropy mentioned... this should happen.
You'll need precise modification that just target the Home button...
Click to expand...
Click to collapse
exactly my friend. I've been trying to get some help from DG but he is preoccupied. He tried a quick patch but resulted in the same issues I was getting myself.
I can confirm that it worked for checkrom2.0 but when I updated to checkrom 3.0 and relflashed the mod my phone would bootloop as soon as the phone booted. The first thing that popped up was a fc on com.android.phone (or something that had phone in it
Sent from my SGH-I777 using xda premium
jgrimberg1979 said:
I can confirm that it worked for checkrom2.0 but when I updated to checkrom 3.0 and relflashed the mod my phone would bootloop as soon as the phone booted. The first thing that popped up was a fc on com.android.phone (or something that had phone in it
Sent from my SGH-I777 using xda premium
Click to expand...
Click to collapse
It worked on 2.0 but broke the jkay mod.... extended power menu was out of whack.... AOSP style lock screen stopped working.... etc
jgrimberg1979 said:
I can confirm that it worked for checkrom2.0 but when I updated to checkrom 3.0 and relflashed the mod my phone would bootloop as soon as the phone booted. The first thing that popped up was a fc on com.android.phone (or something that had phone in it
Sent from my SGH-I777 using xda premium
Click to expand...
Click to collapse
It looks like the new checkrom is kj3 based. That haptic fix is for ki3 and ki4. Probably why is messed up.
Sent from my SAMSUNG-SGH-I777 using XDA App
can you post the fix for sensation 1.9.
would be greatly appreciated
nmandi said:
can you post the fix for sensation 1.9.
would be greatly appreciated
Click to expand...
Click to collapse
Hi, I compiled the file but since I'm not on Sensation ROM I did not try it myself.
Let me know if you run into any problem.
THX!
View attachment 782532
amtrakcn said:
Hi, I compiled the file but since I'm not on Sensation ROM I did not try it myself.
Let me know if you run into any problem.
THX!
View attachment 782532
Click to expand...
Click to collapse
i'm getting com.android.phone force close
I tried a bit of modding with the S3 Stock Music App and well...to say the least, it didn't work. The thing is, I lost my backup of the original apk. Could anyone here please upload the stock music player? Thanks in advance!
Here is the music player stock galaxy s3 download ;http://fs10n2.sendspace.com/dl/cefb...00d874812734d8e/lz8pel/MUSICPLAYER_signed.zip
Or here ;http://www.4shared.com/get/LJoOd-jk/MUSICPLAYER_signed.html
Installation ;The procedure is simple, requires the root, and can be made or installing the .zip file through Recovery, or replacing the AKP original and amended to S3 via a windows explorer with active Root. enjoy......
devid801 said:
Here is the music player stock galaxy s3 download ;http://fs10n2.sendspace.com/dl/cefb...00d874812734d8e/lz8pel/MUSICPLAYER_signed.zip
Or here ;http://www.4shared.com/get/LJoOd-jk/MUSICPLAYER_signed.html
Installation ;The procedure is simple, requires the root, and can be made or installing the .zip file through Recovery, or replacing the AKP original and amended to S3 via a windows explorer with active Root. enjoy......
Click to expand...
Click to collapse
Works like a charm!...Thanks a lot, mate!
karthik_hp_1992 said:
Works like a charm!...Thanks a lot, mate!
Click to expand...
Click to collapse
Alert! Noob Here!
I had the stock music player removed from my rom by accident, and it seems every "musicplayer.apk" i install, it either crashes on startup or i receive an error message saying "application cannot be installed". I tried flashing it on CWM from the zip above, but it doesnt do anything!
Any ideas?
I'm running Wicked v5 with trinity b43 kernel.
Any help appreciated!
Apart from hijacking an old old thread .
I'm running Wicked v5 with trinity b43 kernel.
This does not smell right are you sure you are in the right forum this is INTERNATIONAL I9300 and above rom/kernel are not something i have heard of .
Location: New York adds to you probably not having I9300 see sticky top of the page .
jje
As a lot of people want, or keep their Tab3 stock.. I made a few zips to let you pick what you want to change.
For this you need to install a custom recovery.
When done, you can set Stock recovery back.
Remove Bloatware
Apps that will be removed:
AccuweatherTablet2013
AnalogClockSimple
Blurb
Browser Try
ChatON
Com2usPoker
Flipboard
GameHub
GroupPlay
InteractiveTutorial (Help)
LearningHub
MobilePrint2
MusicHub
MusicLiveShare
PageBuddy
PaperArtist
Peel
PolarisOffice
ReadersHub
WatchON
SoundRecorder
StoryAlbum
S-Voice
TabletCalculator
TabletClockPackage
TabletDigitalClock
TabletDualClockAnalog
TabletDualClockDigital
TabletWorldClock
TMemo
VideoHub
WebManual
WeatherWidget
Yahoonews
Yahoostock
Remove Samsung Bloatware
Apps that will be removed:
AllShare
Kies
FotaClient
Samsung Apps
Samsung Services
Samsung PushClient
Remove BootSound
This will remove the sound when the Tablet boots up
Stock Kernel
- Modified ramdisk to support init.d scripts
- USB charge enable via init.d script
Downloads
Get all your downloads here
DutchDanny said:
As a lot of people want, or keep their Tab3 stock.. I made a few zips to let you pick what you want to change.
Click to expand...
Click to collapse
DutchDanny, After flashing these, the Gallery app will not open and keeps crashing. Any idea what may be going on? Thanks. -- Bud
cduced said:
DutchDanny, After flashing these, the Gallery app will not open and keeps crashing. Any idea what may be going on? Thanks. -- Bud
Click to expand...
Click to collapse
Got the same problem here, Gallery is gone..
maakosan said:
Got the same problem here, Gallery is gone..
Click to expand...
Click to collapse
Have the same problem
S3 LTE CM11 Unofficial 20131124
Snuk265 said:
Have the same problem
S3 LTE CM11 Unofficial 20131124
Click to expand...
Click to collapse
Looks like DannyDutch left for the Galaxy Tab 3 8.0
I ended up flashing Mod57's rom:
http://forum.xda-developers.com/showthread.php?t=2495122
and debloating it by hand. -- Bud
cduced said:
Looks like DannyDutch left for the Galaxy Tab 3 8.0
I ended up flashing Mod57's rom:
http://forum.xda-developers.com/showthread.php?t=2495122
and debloating it by hand. -- Bud
Click to expand...
Click to collapse
I did too, but it's one of these debloaters that makes gallery crash.
Wssyncmlnps also crashes.
I guess I need to reinstall Mod57's rom and debloat one by one untill I find which makes them crash.
For me stock modification for USB charging (Stock_kernel_init.d_support_usb_charge.zip) did not work.
Files /system/etc/init.d/usb_charging seems to be not created, so after boot there is no file /sys/class/power_supply/battery/force_usb_charging (which should have the value "1").
Did someone succeed in making it work ?
chaz said:
For me stock modification for USB charging (Stock_kernel_init.d_support_usb_charge.zip) did not work.
Files /system/etc/init.d/usb_charging seems to be not created, so after boot there is no file /sys/class/power_supply/battery/force_usb_charging (which should have the value "1").
Did someone succeed in making it work ?
Click to expand...
Click to collapse
Did anyone find how to fix the gallery crash?
luisdelv said:
Did anyone find how to fix the gallery crash?
Click to expand...
Click to collapse
It's the "no_sammy_bloatware_stock_rom" that makes it crash.
maakosan said:
It's the "no_sammy_bloatware_stock_rom" that makes it crash.
Click to expand...
Click to collapse
I tried recovering the apps no sammy removes with titanium backup but its still crashing.
you are right tho it is no sammy
Q&A for [Audio Mod] eXtremeBeats™ Any Device
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:
This mod work very well but i have little problem with version 2.0. I have lg l9 ii with stock 4.1.2 jb on it, version 1.0 work with viper4android and it sound great but when i installed version 2.0 on clean rom (ofc still 4.1.2 jb) system run good without any issues or fcs but after installing viper i cant run it...! I dont know why but viper cant just run, it is in app drawer but when i click it make screen black for 3 sec and come back to app drawer wiothout any screens or something, he should ask about su permissions and install drivers but this not happen. Ofc super su and busy box are installed and work good, dont know why it happen, i tried install viper later extreme and first extreme later viper in both ways still same problem. I come back to 1.0 because viper for me is a must, maybe you people know how to fix it. Installing viper as system app dont change anything, i tried to add viper drivers on my own by copying its file from old system to lib folder and adding necessary lines in audio_effect.conf but app still cant run
I have installed ver 1.0 on my sgs 3. I am running CM 11 on KitKat 4.4.4 . I use Nova Launcher. I do not see the icon to run the EBS program. I looked in the appp drawer for it with no luck. I do see the build prop entries in my buildprop. Poweramp loads and runs fine. Can any one assist me? BTW, I did try to install ver 2 and ver 2 update. Separately of course. The fc behavior reported by others happened to me. I restored backup then installed version 1. Please advise how to locate the icon to use this program. TIA. Gary
IaKnightHawke said:
I have installed ver 1.0 on my sgs 3. I am running CM 11 on KitKat 4.4.4 . I use Nova Launcher. I do not see the icon to run the EBS program. I looked in the appp drawer for it with no luck. I do see the build prop entries in my buildprop. Poweramp loads and runs fine. Can any one assist me? BTW, I did try to install ver 2 and ver 2 update. Separately of course. The fc behavior reported by others happened to me. I restored backup then installed version 1. Please advise how to locate the icon to use this program. TIA. Gary
Click to expand...
Click to collapse
Their is no app to say anything is open. Just trust the buildprop lines.
---------- Post added at 10:59 AM ---------- Previous post was at 10:58 AM ----------
masterganja said:
This mod work very well but i have little problem with version 2.0. I have lg l9 ii with stock 4.1.2 jb on it, version 1.0 work with viper4android and it sound great but when i installed version 2.0 on clean rom (ofc still 4.1.2 jb) system run good without any issues or fcs but after installing viper i cant run it...! I dont know why but viper cant just run, it is in app drawer but when i click it make screen black for 3 sec and come back to app drawer wiothout any screens or something, he should ask about su permissions and install drivers but this not happen. Ofc super su and busy box are installed and work good, dont know why it happen, i tried install viper later extreme and first extreme later viper in both ways still same problem. I come back to 1.0 because viper for me is a must, maybe you people know how to fix it. Installing viper as system app dont change anything, i tried to add viper drivers on my own by copying its file from old system to lib folder and adding necessary lines in audio_effect.conf but app still cant run
Click to expand...
Click to collapse
Sorry, looks like it is incompatible. Keep using 1.0.
Thanks
OK Thanks for the response.
Does it work on miui?
Sent from my HM 1SW
bobinx said:
Does it work on miui?
Sent from my HM 1SW
Click to expand...
Click to collapse
Providing it's Android 4 or up, sure.
Opss, until now I found problem with my phone: even I install busybody 15 or 18, then flash this mod (v2), then I found nothing add into my system/app and system/framework, ... only string was add into my build.prop. I don't know why, but before I installed successful this mod, with full file in this zip into my system, now didn't, even I mount system in recovery before flash zip. My phone is rooted, of course. Anyone like that?
hey guys,
I've installed this mod and I have a question.
Is there any app where I can configurate settings like in viper4android? Or is this mod made of various libs and Service's running in the background without a primary app?
Sony Xperia Z Ultra 4.4.4 Stock not compatible
Flashinh this to my leads my Sony Xperia Z Ultra 4.4.4 Stock to infinite reboots. Device reboots after several seconds of booting into system
Please help me sir,
Im new to this thread. I have galaxy note 2 n7100 and i have installed ditto note 4 rom and having viper4android installed. When i flashed ExtremeBeats audio mod through recovery the phone gets started and when i try to unlock my phone by swiping on lockscreen phone get stuck and then i have to format my phone. Please help me in this situation.
taus3q said:
Please help me sir,
Im new to this thread. I have galaxy note 2 n7100 and i have installed ditto note 4 rom and having viper4android installed. When i flashed ExtremeBeats audio mod through recovery the phone gets started and when i try to unlock my phone by swiping on lockscreen phone get stuck and then i have to format my phone. Please help me in this situation.
Click to expand...
Click to collapse
More specific please... EB version? do you have custom kernel installed or just stock kernel from rom? do you mount /system before flashing EB? The best way to install EB is after flashing the new rom. You need to mount /system then flashing EB. Reboot. After that install v4a and its drivers. Reboot again. If you follow that method and found it's not working try another version of EB. If the problem still persists, seems like it come from your rom side not supporting it.
Hi!
This beats-mod seems very promissing.
I wonder if it will work on my brand new I9301 S3 Neo ???
Because I also need to root it and wonder if it worth?
Please let me know, I love hi-fi music.
Cheers!
Sent from my GT-I9301I using XDA Free mobile app
How much time it take for installing the library?
My rom already as the viper4android... Liquidsmooth 5.0.1 LG G3 how dö i install the mod? Pl help me
iGordy said:
My rom already as the viper4android... Liquidsmooth 5.0.1 LG G3 how dö i install the mod? Pl help me
Click to expand...
Click to collapse
Just flash this in your recovery, and you are done.
Download link
Pls tell where is the download link of zip file
i flashed version 2.1 on my evo 4g lte with TWRP recovery and it flashed fine, but when i rebooted and played music, it stayed the same. Was an app supposed to be installed or something? I have Viper4android installed already, but extremebeats doesnt show up anywhere...are there more steps besides flashing with recovery?
Stock Rom?
I'm new in this kind of topics. Does it work with a Stock Rom?
This mod doesn't work on my HTC One M8. Android 4.4.4 3.28.xxx.x Rooted Stock, S-on. Tried it a bunch of times with different practices, it just soft bricks the phone every time.
OP, what can you say about this? It says in your page that my device is supported but it doesn't work. Or maybe it's just me, what should I do if it is? Help please, I'm really eager to have this mod.
I've extracted all the apps from a V30 dump I've not tried to install them on my V20 yet but let me know if you find some nice ones.
https://mega.nz/#!AjR0gIzD!imDOAvZNz3l4doEucvhN0Df7swpXA6N2UDtfhimpk28
File is 1.3gigz? Wow!
I'm gonna check this out later
Sent from my LG-H918 using Tapatalk
It would be nice if someone can port the stock launcher with app drawer to a rootless v20.
They released a reworked stock launcher with app drawer on the v30, and we are still running something that belongs to the android Lollipop days.
Lebo-Wog said:
It would be nice if someone can port the stock launcher with app drawer to a rootless v20.
They released a reworked stock launcher with app drawer on the v30, and we are still running something that belongs to the android Lollipop days.
Click to expand...
Click to collapse
Hhhmmm that's actually may happen. Lot of talented guys here.
storm68 said:
Hhhmmm that's actually may happen. Lot of talented guys here.
Click to expand...
Click to collapse
Let's hop so.
The stock lg v20 apps need an update.
Samsung does a better job at this, they post all their apps on APKmirror, I remember having the s8 launcher, messages app, phone app... installed on my note 5 via apkmirror.
LG's software team is like 2 guys who spend most of their day trying to figure out how to make lg's skin like samsung. (and badly failing at it).
Also, if you read the review, everyone is praising the lgv30 as being the new underdog and whatever, the same as it was with the v20. Non of these reviewers actually use an LG phone, because none of them says anything about the POOR software support. It's terrible.
I know I might not post on topic but anyone know where can I find lg calander and lg clock?
Or someone can post it please
Thx
Would it be possible to install any of these apks in collaboration with the V20 stock apps?
For example; install V30 music player but keep the V20s stock player intact?
3mL said:
Would it be possible to install any of these apks in collaboration with the V20 stock apps?
For example; install V30 music player but keep the V20s stock player intact?
Click to expand...
Click to collapse
Maybe... If you can change the name of the APK. But even then it might have dependencies. Might butt heads
storm68 said:
Maybe... If you can change the name of the APK. But even then it might have dependencies. Might butt heads
Click to expand...
Click to collapse
Hmm, I see.. Perhaps it would be possible to backup the stock V20 app in Titanium Backup and then replace with a V30 variant.
3mL said:
Hmm, I see.. Perhaps it would be possible to backup the stock V20 app in Titanium Backup and then replace with a V30 variant.
Click to expand...
Click to collapse
Don't know if that will work. Being you have doubles going on and conflicting. Doesn't hurt to try. What's the worst you can do.. won't open, force close..... Try adding a number to file and APK, anything that can create a double just change name by adding number, like, lgcam2 would be the V30. That way it doesn't conflict. Just a thought.
3mL said:
Hmm, I see.. Perhaps it would be possible to backup the stock V20 app in Titanium Backup and then replace with a V30 variant.
Click to expand...
Click to collapse
Just make a copy of the APK and any other files that are with it and save it somewhere else
3mL said:
Would it be possible to install any of these apks in collaboration with the V20 stock apps?
For example; install V30 music player but keep the V20s stock player intact?
Click to expand...
Click to collapse
Most like this would require one of the apk versions (v20 or v30) to have edits to the android-manifest of a decompiled apk. Reason being the package name of the apk's rarely change, even it the name of the app does.
So if you included both versions in the system, even if they were named differently, the system would get overloaded when it calls for a package and gets two answers.
Now l if the v30 apk's have new package names this could work without major edits. One way to check the package name is by using Tib and click on the app in question from the list. Then click on the section shown in the screenshots.
If the package names are different, easy stuff for someone to include both version, if the are the same, then you will need someone with more advanced knowledge of modding apks. I do not suggest the later for anyone unless you really know what you're doing.
Good idea though. I may look into adding some of thes options when i have more free time.
If anyone has installed a particualr v30 app and would like to see these options available in an Aroma pa kage or similar mod, post the details and we can put something together!
i've tried the most common way, downloading the system dump. extracting and push to the directory, LgHome, LGeasyhome, and lg backup launcher. set permission and reboot. now lg launcher FC, lol. i've already made a backup of those original apk/odex and restoring them. looks like we need experience porter since copy paste method didnt work.
stangdriver44 said:
Most like this would require one of the apk versions (v20 or v30) to have edits to the android-manifest of a decompiled apk. Reason being the package name of the apk's rarely change, even it the name of the app does.
If anyone has installed a particualr v30 app and would like to see these options available in an Aroma pa kage or similar mod, post the details and we can put something together!
Click to expand...
Click to collapse
I see, thank you for your insight!
Do you mean something like this?
alldine345 said:
i've tried the most common way, downloading the system dump. extracting and push to the directory, LgHome, LGeasyhome, and lg backup launcher. set permission and reboot. now lg launcher FC, lol. i've already made a backup of those original apk/odex and restoring them. looks like we need experience porter since copy paste method didnt work.
Click to expand...
Click to collapse
3mL said:
I see, thank you for your insight!
Do you mean something like this?
Click to expand...
Click to collapse
I am happy to see people are reading and participating in development! That's what this place is about right?
Thank you for the words!
I would like to know if anyone can confirm any of the v30 apps work and if so which ones?
I only ask because I believe the v30 is running UX6 and wouldn't thing many of any apps would work for our older version UI.
I am sure the UX6 port rom would have better luck, but I am not sure since I haven't looked much into this.
Anyways, like I said, glad to see people making backups amd experimenting with different things!
Good job guys!
Btw, how did you create the backup? Just copied the files to a know location and tranger back via recovery or adb?
Or did you create a flashable zip?
If you don't have a flashable zip for easy recovery let me know and I cam send you a template zip and quick instructions on how to create the zip in seconds from your phone.
nahh.. i had no idea about making flashable backup even adb seems little hard for me. for testing launcher i've installer third party launcher and make a copy of everything inside /system folder. and put it back once i messed something
alldine345 said:
nahh.. i had no idea about making flashable backup even adb seems little hard for me. for testing launcher i've installer third party launcher and make a copy of everything inside /system folder. and put it back once i messed something
Click to expand...
Click to collapse
That is one way, however can get very time intense if you are changing out a batch of files with libs, xml etc.
For that I like the zip method. I have went ahead and written a quick tutorial for how to create the flashable zip and uploaded my zip template so you or anyone who needs it.
Check this post.
Good luck and feel free to reply in that thread for any questions
Has anyone tried v30's music player?
Does it has any improvement against v20's?
So do any of these apps work? Anybody tried them?