[REQ] need some help from apk decompiler - Sony Xperia P, U, Sola, Go

hello all i open this thread after many test and many download for apk tool for moding advance quick menu ( rebbot , reboot into recovery , and more if want )
but apear i have problem with 1- my java tool or install i am try to reinstall but some problem
2 - my cygwin are not corectly install or i mistak one steep
here what is my request i any dev can make this menu and all credt go ti he i add link to iles is files from original ICS
FILES HERE http://www.mediafire.com/?2tjcjd9o6coi3ar
HOW TO HERE https://docs.google.com/document/d/11a7ghZpdTcZbeDtneTnEHkHLn5_XQ9k2FDFFh-os-q0/edit
thank for all dev can make it

and here PNG

Related

[MOD][MINI PRO][Xperia Nero Animationv1]Animate Your Android Windows (Popups) !

Thread Discontinued
Hi Friends,
I am back with something new that most of users will LOVE to have in their Phones.This is Full Animation for windows and popups in your android device...
Sorry i am not able to provide each and every animations preview but name itself indicates how the animation is,so refer demo video (Don't worry its just a DEMO video this work is for Xperia), try and Enjoy !
NOTE : I am not responsible if you damage your device by my work ! AND DON'T HESITATE TO HIT THANKS BUTTON IF YOU LIKE MY WORK !!
Instruction for use :
Firstly download files from following links as per your interest and extract "Xperia Nero Animation (xxxx).rar" anywhere you want and follow these method.
1] Copy "framework-res.apk" from extracted file.
2] Put it anywhere in phone memory before you replace original file using adb or Root Explorer etc and change permission to
R W -
R - -
R - -
3] Make backup of original framework-res.apk and then copy the apk that you put in phone memory just now.And reboot
And you are done !
Enjoy !
VIDEO DEMO :
DOWNLOAD LINKS :
~~ GET THIS EFFECT IN NeroDroid ROM NOW ~~
Instruction for use :
Firstly download files from following links as per your interest and extract "Xperia Nero Animation (xxxx).rar" anywhere you want and follow these method.
1] Copy "framework-res.apk" from extracted file.
2] Put it anywhere in phone memory before you replace original file using adb or Root Explorer etc and change permission to
R W -
R - -
R - -
3] Make backup of original framework-res.apk and then copy the apk that you put in phone memory just now.And reboot
And you are done !
are we still gonna do dis....???
whalesplaho said:
Instruction for use :
Firstly download files from following links as per your interest and extract "Xperia Nero Animation (xxxx).rar" anywhere you want and follow these method.
1] Copy "framework-res.apk" from extracted file.
2] Put it anywhere in phone memory before you replace original file using adb or Root Explorer etc and change permission to
R W -
R - -
R - -
3] Make backup of original framework-res.apk and then copy the apk that you put in phone memory just now.And reboot
And you are done !
are we still gonna do dis....???
Click to expand...
Click to collapse
Now there is no need to do this in NeroDroid ROM
Its pre loaded in my ROM
thought as much tooo.... keep rocking brov!

[PORT][CM10][DEV] Xperia stock keyboard for cm10 still half working !!

Hi ,
I'm on the way of porting this app to cm10 , as i said it is half working , it has been succefully installed , and I can access the preference menu and change them but it force close when i try to tipe , have checked the logcat but I still think that it need some lib files that i don't know witch one , I have already taken the .jar and .xml files needed , is it missing .so file ? or that's all ??
thank in advance
here are the files i used : http://www.4shared.com/zip/OfDBtq_eba/port_xperia_keyboard.html (it should be flashable via cwm , but still half working for now )
screenshot

[Q] Adding more languages to MOTO E and How to edit the boot.img ?

So I bought this little phone and I was baffled that there are so few language options to select.
The phone is for my father (the english evades him) therefore I need my mother language on it.
Phone Version XT1021
OS:
Android 4.4.2 Blur_Version.20.11.14.condor_retaildsds.retaildsdsall.en.03 Updated to 4.4.4, rebuilt in a deodexed ZIP file, and a system.img file
Ho needs it, I can upload it, I have either the update.zip or system/boot img files.
What I tried:
I tried to recompile the framework-res, system and other 15~20 apps, on some it worked on some it did not.
I am using the Nexus 5 translations files
On those that worked I managed to activate them by using a morelocale app from market and the translations work just fine.
On systemUI.apk I am getting force close
On framework-res.apk the phone freezes.
How I decompile/recompile and test the apps.
1) Decompile the app
2) Add the new values
4) Recompile
5) Copy the new app created app and the original one in a folder.
6) Open both apps
7) Drag and drop the resources.asrc file in the original apk and when you are asked how would you like to compress the file, I select STORE (I use winrar)
So if anyone managed to edit the framework app, systemUI and he is kind to share how he did it without getting any bootloops and force close, I would be very appreciative.
Now, regarding the boot.img
I tried to unpack it, using the classic method, it unpacks ok, the problem is on repacking,
Is there a special tool to do it or what ?
Why do i need
I need the adb.secure to be 0, and also the security off, so I can be able to use ADB REMOUNT and monitor adb logcat since the device starts. and also to be able to push apps to system using adb.
So, ho has the information and he is kind to share ?
here is the proper way to decompile and recompile the apk in a proper way
1. Make sure you have the latest version of the apktool
2. install the framework (try using 4.4.2 framework if 4.4.4 one gives error)
3. Decompile make changes
4. Choose option compile system app in apktools
5. now when it asks to delete all the things you have modified then delete the res and resources.arsc file and if you have made any smali changes delete the classes.dex too
6. go back to script and press enter
7. now open both MODIFIED APK and UNMODIFIED APK and then DRAG AND DROP androidmanifest.xml and meta inf from UNMODIFIED TO MODIFIED APK
8. push it and set rw-r-r permission
and if you are getting the error unable to remount then install adb insecure app by chainfire
thats it
happy modding
any help comment below by quoting or mentioning my name(i get notification so that i can give quick responce )
Prashanth Meesara: said:
here is the proper way to decompile and recompile the apk in a proper way
1. Make sure you have the latest version of the apktool
2. install the framework (try using 4.4.2 framework if 4.4.4 one gives error)
3. Decompile make changes
4. Choose option compile system app in apktools
5. now when it asks to delete all the things you have modified then delete the res and resources.arsc file and if you have made any smali changes delete the classes.dex too
6. go back to script and press enter
7. now open both MODIFIED APK and UNMODIFIED APK and then DRAG AND DROP androidmanifest.xml and meta inf from UNMODIFIED TO MODIFIED APK
8. push it and set rw-r-r permission
and if you are getting the error unable to remount then install adb insecure app by chainfire
thats it
happy modding
any help comment below by quoting or mentioning my name(i get notification so that i can give quick responce )
Click to expand...
Click to collapse
I will try like this, thx for the input.
globula_neagra said:
I will try like this, thx for the input.
Click to expand...
Click to collapse
Anytime bro . if you get any errors I will help you on Teamviewer
Sent from my Moto E using XDA Free mobile app
I managed to add the language using your method, only with one mention, I think on framework you have to select STORE when you add the file to the archive.

[DELL VENUE 3830][ROOT] modded Systemui change your battery icons

HI all
It's for the 3830 model i'm not sure if work on any other device
Few months ago I finally could change my tablet's battery icons so I want to share with you if you want to try
You need:
-A cwm backup only if a fc appears (then reboot in recovery, advanced restore, restore system)
-Xposed gravitybox module working (it's no necesary but is for avoid the bug appears
-a rom that works (for easy way) I recommend deodexed I cannot remember if works on odexed roms
-Rooted and knowledge about flashing through fastboot (for hard way)
If I miss something I will edit
This mod allows you to change the battery icons of your tablet and works, but it has 1 bug that I don't know if can be solved:
this is the thread where i found how to do the mod
The bug is that gravitybox can't change the color of the battery icon, but you can change the battery icon and this includes the color so it's not a big problem.
I'll try to ask for support at least for the screen freeze, but for now i'll tell you the method for installing it
There are 2 ways:
------->First of all have an updated backup if something goes wrong you need to restore!<---------
Then download my modded apk i'will attach all of they
easy way
is modifying a .zip file (you can do it even in your tablet but is slower and you need like 1.7 Gb free. In computer use zip editor I.e. Winrar)
1.- Extract somewhere in you computer,tablet
2.- Once made it erase systemui.apk and systemui.odex (if is odexed)from extracted directory/system/priv-app
3.- add my modded apk
4.-create zip ( recompile the files that you extracted)
5.- flash it in cwm recovery like a fresh rom
You can also edit the zip without extracting just go to the directory erase the files that I metion below then add my systemui.apk modded and wait for finish then do step 5.-
hard way
is when you don't want to break your head with you computer or you don't have it or don't want to use etc.
1.-locate my modded systemui.apk with a root Explorer then copy or cut
2.- go to root/system/priv-app/
3.- select systemui.apk and systemui.odex and erase them (maybe give you constant fc so you need precision and be patient
4.- paste my systemui.apk
5.- set permissions to rw-r-r (I'll attach a screenshot for how to do it)
6.- reboot and if you're lucky your battery icons will change wothout fc's
If you have fc from step 3.- this will take you a while only continue
If works go to NOTE 1 for avoid the bug and everything will go fine
Maybe hard way is too much
I attach only those that work maybe I need suggestions about the charging animations
problems check post 2
NOTE 2:
tis mod also allow to modules to change the battery icons with an xposed module xbattery themer If I not wrong. Also a theme compatible can change your battery icons maybe is a problem but is not a bug this is normal
NOTE 3
The first screenshot is v1.5 from attached zip then v2.0 and then 2.5
There are 2 versions In v2.0 only changes the charhging anim
Not working?
I'm not guarantee that work on your tablet but maybe there are mistakes
1.- check the permissions don't follow the image the root explorers aren't the same
If really doesn't work you need to restore a backup or flash a non-modded rom
The problem may be caused in odexed roms so you need to deodex and try again
for those that don't have a cwm recovery
If you don't have a recovery use fastboot and flash a stock .Img.gz rom
(turn off your tablet, boot in fastboot)
(fastboot flash system drag and drop file to command prompt, enter)
Or use the tethered cwm recovery for backup-restore your current rom
It's at your own risk and I'm not responsible for damages but it's too much it's only an apk
There is dual boot thread, I'm still without test it but if you have it and the dualboot allow you to go to the root of the tablet you can overwrite the apk for a non-modded skipping the steps but again i'm not sure if this is possible
I have some doubtss......mighht be a noob doubt
Will it work in 4.4.2???
Will i get any problm...later like force closing???
I dont have a cw recovery now
So cant flash unsigned files
Sent from my Venue 8 3830
rinshid said:
I have some doubtss......mighht be a noob doubt
Will it work in 4.4.2???
Will i get any problm...later like force closing???
I dont have a cw recovery now
So cant flash unsigned files
Sent from my Venue 8 3830
Click to expand...
Click to collapse
Let me anwer your questions
Yes it's only for 4.4.2
Only if not works you'll have several fc becuase systemui can't start or your wallpaper will be black because system couldn't install the mod during the boot
I posted in post #2 if you don't have cwm recovery
Flash a stock rom in .gz format through fastboot sorry my mistake but as it says will return your system to stock (without xposed and root) so I don't recommend it
Ok:thumbup:
I will test it soon
Sent from my Venue 8 3830
UPDATE!!!
The problem of the screen freeze is gone and the Google search ring displays so you don't need xposed for trying to fix
After all it was a problem in apktool but I found it and the problem and now work perfectly
But I haven't time to make with other battery icons, for now I'll upload the systemui.apk that I'm using also it have other things but hope you like it.
I am sure that now can be decompiled the app and rebuild with other icons and xml.
Sorry for the fast reply I don't have Internet but I needed to reply that the bug has gone

Best porting guide for MTK phones :D

So if U are bored with a stock rom like me, then U asked yourself: "Ummmm... I could port a custom rom to my device"
Now I'm presenting to U my porting tutorial!
THIS WILL WORK FOR ALL 5.X.X/6.0.1 ROMS
ATTENTION: BOOTH ROMS NEED TO BE SAME 32bit SoC EXAMPLE: MT6582 TO MT6582; MT6592 TO MT6592 AND BOOTH ROMS MUST HAVE SAME KERNEL ( U CANT PORT A ROM WHICH IS FOR 3.10.XX KERNEL IF YOUR STOCK KERNEL IS 3.4.67
Now let's start
What U need:
1. Stock ROM or any custom rom for your device
2. The rom U want to port, U can find the best roms on xda-developers.com, needrom.com, and ofcourse mtkroms.com(I have ported all roms from this site for mt6582 )
3. MTKbootimg ( you use it for extracting the boot.img) (http://www.4shared.com/zip/S21Gxkdgba/MTKbootimg.html)
4. WinRAR (http://www.win-rar.com/download.html?&L=0)
5. NotePad ++ (https://notepad-plus-plus.org/download/v6.9.2.html)
STEP 1:
-Make two folders, one named Stock and other Port
-Extract Stock rom to the folder named stock, and port rom to the folder named port
STEP 1 DONE
STEP 2 (REPLACING FILES):
FROM STOCK TO PORT
-system/lib/hw: replace hw.composer.mt6xxx.so ( if U have mt6582 U need to replace hw.composer.mt6582.so)
-system/lib: libMali.so, libaudio.primary.default.so, libcameracustom.so, libcamalgo.so, libcamdrv.so, libfeatureio.so
-system/bin: all files starting with gsm and rild
-system/etc: wifi, bluetooh, firmware (replace entire folder)
Now take booth boot.imgs and place them into mtkbootimg ( place stock boot.img in stock folder in mtkbootimg, and port into port folder in mtkbootimg)
Drag the boot.imgs to the unpack batch tool and it will unpack them
Now replace from stock to port:
-kernel
-initrd/ueventd.rc
Now click on repack batch file on booth folders and U will repacked boot.imgs
Now in stock delete boot-new and put boot-old into stock folder (where U extracted rom)
In port folder delete boot-old and place boot-new into port folder (where U extracted rom)
Rename boot-old and boot-new to boot
STEP 2 DONE
STEP 3 ( EDITING META-INF):
-Go to stock/META-INF/com/google/android and to port/META-INF/com/google/android
-Open booth updater-scripts and compare mount points from stock to port and edit them
STEP 3 DONE
STEP 4 ( Editing build.prop):
-Go to system/build.prop
-Open it with NotePad ++
-Edit ro.product.model= (according to your device)
-If you have on screen navbars, then find qemu.hw.mainkeys if it is equal 1 change it to 0, if U haven't it then add a line to the end of build.prop qemu.hw.mainkeys=0
-Now change ro.sf.lcd_density= put the value of the stock rom
STEP 4 Done
STEP 5 ( ZIPPING )
Select all files from port and right click and select Make Archive, then name the rom however U want and select format archive to .zip
THAT'S IT! HOPE U UNDERSTOOD IT AND HIT THANKS IF I HELPED U
Simple & Clear it will Be Better If U Highlight Some Path Add Spaces
Just A Suggestion
Thanks umairabubakkar and charansai
Thank you so much for this. It worked for me. Ported an AOSP rom from mtkroms. However, is there a way to remove customisations in settings? I want it to be stock as possible. Could you help?
pandadai00 said:
Thank you so much for this. It worked for me. Ported an AOSP rom from mtkroms. However, is there a way to remove customisations in settings? I want it to be stock as possible. Could you help?
i dont know bruh, sry
Click to expand...
Click to collapse
I use this thread to port cm12.1 ROM.In that ROM all is working fine except one.when I play a video in vlc it stuck and suddenly turn into black screen and I can't go back to home screen.pls help me how I fix that..
Sorry for my bad English..

Categories

Resources