[TOOL][Restore System Apks] - LG Optimus L9 P760, P765, P768, P769

Optimus L9 APK Push Tool!!
First, all credit goes to kevev for putting this all together, and saving me from pulling my hair out
Instructions via kevev readme!
This script will automatically push apk files along with a shell script to your device
under /mnt/sdcard/external_sd/APKs. It will then run the shell script which will copy
the apk files to /system/app/ and change the file permissions to 644.
No warranty included!!
Use at your own risk!!
1.) Place all apk files in the "APKs" folder that you want installed in the /system/app/ folder on your rooted device.
2.) Connect device to your computer after installing the correct adb drivers.
3.) Enable "USB Debugging" on the device and wait for the driver to install.
4.) Run "PushAPKs.bat" and reboot your device when it finishes only if there are "NO" errors.
Click to expand...
Click to collapse
Now go thank kevev
CLICK
"I am not responsible if your phone does the following" ..
bricks - blows up - runs away to france
DOWNLOAD
CLICK​

iB4STiD said:
1. if you own a 769BK click here to download 10e system apps backup
(if you own a p760 etc.. ask some nice person on this forum for that missing apk!)
2. next click here to download the optimusl9 zip and unzip this on your desktop!
3. take out your removable sdcard from your phone
4. place missing apk into the root of your removable sdcard and replace sdcard back into phone
5. get your usb cable and plug your phone into pc
6. on your computer open command prompt and type this
** type the following, one line at a time, followed by hitting the enter key! **
Code:
cd desktop
cd optimusl9
7. next adb time! fun huh?
** type the following, one line at a time, followed by hitting the enter key! **
Code:
adb shell
su
mount -o remount,rw /system
cat /sdcard/external_sd/LGHome3.apk > /system/app/LGHome3.apk
chmod 644 /system/app/LGHome3.apk
reboot
"I am not responsible if your phone does the following" ..
bricks - blows up - runs away to france - leaves you for another owner
:highfive:Donations are Welcome!!:highfive:
- DONATE
Click to expand...
Click to collapse
Good tutorial, though not required by me as yet. :good: Even easy for noobs. Liked the last warning too. :laugh:

cmahendra said:
Good tutorial, though not required by me as yet. :good: Even easy for noobs. Liked the last warning too. :laugh:
Click to expand...
Click to collapse
thanks .. lol

Great...it works with framework-res too
I changed dafault green smiles with smiles from SE Xperia...and everything works...when I tried it with file manager, everything was fine, but I can't set permissions, because I had always popup with errors And I had reinstall system...but this works super Thanks

Will this work on P765 too? Someone tried yet?

wlado93 said:
Great...it works with framework-res too
I changed dafault green smiles with smiles from SE Xperia...and everything works...when I tried it with file manager, everything was fine, but I can't set permissions, because I had always popup with errors And I had reinstall system...but this works super Thanks
Click to expand...
Click to collapse
Glad it helped!
cmahendra said:
Will this work on P765 too? Someone tried yet?
Click to expand...
Click to collapse
yup this will

working on an even easier way to do this

i have a questions..
how about deleting everything from system/app folder for example? what should i type?
i already deodex system/app and system/framework...so i want to replace all with deodex apk and remove the odex file..
hope that you can guide me..

bramprasetyo said:
i have a questions..
how about deleting everything from system/app folder for example? what should i type?
i already deodex system/app and system/framework...so i want to replace all and remove the odex file..
hope that you can guide me..
Click to expand...
Click to collapse
thats what im working on, make a batch file in a dir along with a folder that you can place all apks in, click the bat and it does the rest, i asked around just waiting, i have it working for my themes in the theme section, i just want an easy way not to have to type out all that code
for every apk an odex file. a couple of lines is one thing but being able to drag anything into a folder no mater what the name, would be easy for us all!!

iB4STiD said:
thats what im working on, make a batch file in a dir along with a folder that you can place all apks in, click the bat and it does the rest, i asked around just waiting, i have it working for my themes in the theme section, i just want an easy way not to have to type out all that code
for every apk an odex file. a couple of lines is one thing but being able to drag anything into a folder no mater what the name would be easy for us all!!
Click to expand...
Click to collapse
sorry for my english.. sometime it hard for me to understand.
you are working on a project that can make us easy to do that right?
so.. as for my question, do you mean that i should type for all that apk and odex? cant do with for example "*.apk" ?

bramprasetyo said:
sorry for my english.. sometime it hard for me to understand.
you are working on a project that can make us easy to do that right?
so.. as for my question, do you mean that i should type for all that apk and odex? cant do with for example "*.apk" ?
Click to expand...
Click to collapse
ya, hoping i can get help to figure it out, and yes for every .apk and odex file you would have to type it out, if your deodex a rom then it would be just .apks for the system, apks and jar files for the framework

iB4STiD said:
ya, hoping i can get help to figure it out, and yes for every .apk and odex file you would have to type it out, if your deodex a rom then it would be just .apks for the system, apks and jar files for the framework
Click to expand...
Click to collapse
ok than...
good luck with your project..
thanks

bramprasetyo said:
ok than...
good luck with your project..
thanks
Click to expand...
Click to collapse
no prob!

Update coming
working on a easier way to do this, almost done..

HOwdy!
I hope I didn't steal your thunder.
Here is an automated way to push APKs to /system/app/ .
https://www.dropbox.com/s/x264413ck099yv4/optimusl9 APK Push.zip

kevev said:
I hope I didn't steal your thunder.
Here is an automated way to push APKs to /system/app/ .
https://www.dropbox.com/s/x264413ck099yv4/optimusl9 APK Push.zip
Click to expand...
Click to collapse
lol, very nice... now heres my question what you did in the sh script could that be done in just a bat file?

iB4STiD said:
lol, very nice... now heres my question what you did in the sh script could that be done in just a bat file?
Click to expand...
Click to collapse
I guess everything could have been done from the batch script. It was just starting to look messy and I am more comfortable with shell.
To tell the truth, I am very rusty with batch scripting. I haven't messed with DOS in ages. Unix all the way!

kevev said:
I guess everything could have been done from the batch script. It was just starting to look messy and I am more comfortable with shell.
To tell the truth, I am very rusty with batch scripting. I haven't messed with DOS in ages. Unix all the way!
Click to expand...
Click to collapse
well, you did a great job... want me to post this is main op of this thread?
and btw talk about messy you should see what i was making lol
also b4 i forget if you do want me to post this is it ok its tied to your dropbox?, you could throw it up on dev host or if you want i could, up to you

iB4STiD said:
well, you did a great job... want me to post this is main op of this thread?
and btw talk about messy you should see what i was making lol
Click to expand...
Click to collapse
haha! If you could see some of my other scripts I think your eyes would cross and never go back to normal.
Sure, go ahead and post it. It is free code. No license necessary.

kevev said:
haha! If you could see some of my other scripts I think your eyes would cross and never go back to normal.
Sure, go ahead and post it. It is free code. No license necessary.
Click to expand...
Click to collapse
K, thanks again ! brb

Related

[FIX] See ALL apps in Market (froyo only apps, and paid/protected apps) Automated!

laymil has posted a much better script for this. As such I will be discontinuing my work on this for now. Not for any hard feelings, but because it is now beyond me to help any further.
As always I am glad to have helped the community in some small way. Thank you all
CHEERS
Geniusdog254 Posted the exact lines in the build prop that needed to be changed. This is a pretty common fix for problems like this between versions of Android. There was some concern however that you may miss some of the newer apps released only for Froyo. I wrote some simple scripts that will fix this for us.
Simply: One puts the Froyo build.prop on your phone. The other puts the modded build.prop on your phone.
Prerequisites
YOU MUST HAVE GSCRIPT INSTALLED
YOU MUST HAVE BUSYBOX INSTALLED
(IF YOU ARE USING PAULS FROYO ROM FROM HERE
http://forum.xda-developers.com/showthread.php?t=686631
IT DOES NOT HAVE BUSYBOX INSTALLED
Also--
There are now 2 downloads.
One will reboot your phone automatically
One will not!
(I recommend this one for anyone that has problems, or doesn't know ADB well.)
Installation
Code:
Download the attached .zip file
Place the "buildprop" folder in the root of your sdcard
Place both "Normal_Froyo.sh" and "Modded_Froyo" files in the gscript folder on your sdcard
Code:
Open Gscript
Press menu and select Add Script
Press Load File button
Select Normal_Froyo file
Press Save button at bottom
Repeat for Modded_Froyo file
After that all you have to do is open gscript and select which one to run.
Normal_Froyo will give you stock froyo build.prop and let you see froyo only apps
Modded_Froyo will give you the market fix build.prop
You can also create shortcuts directly on your homescreen for each script if you wish
-----------------------------------------------
I've decided to skip the update.zip, I've found no way to copy the scripts to the gscript folder on the sdcard this way.
I'm going for an app instead.
P.S. I've never written an app before, java looks like russian to me lol. So if anyone has any tips, or knows any good tut's let PM me and let me know.
------------------------------------------------
fixed no buildprop folder
added NON-autoreboot download.
buildprop switcher v0.3.zip ORIGINAL
buildprop_switcher_no_rebootv0.3.zip NO REBOOT
buildprop swticher v0.3.1.zip DOWNLOAD THIS ONE
When the file is unzipped, there are 4 files - No Buildprop folder. Now I get the part about putting the two .sh files into Gscript folder.
Do I make another folder called buildprop and put build.2.1 and build.2.2 inside?
OR
Do I put build.2.1 and build.2.2 onto the root of the SDCARD?
Dayz xx
Dayzee said:
When the file is unzipped, there are 4 files - No Buildprop folder. Now I get the part about putting the two .sh files into Gscript folder.
Do I make another folder called buildprop and put build.2.1 and build.2.2 inside?
OR
Do I put build.2.1 and build.2.2 onto the root of the SDCARD?
Dayz xx
Click to expand...
Click to collapse
So sorry lol Didn't notice until I was making the update.zip that I didn't put the other files in a folder IN the zip. Just make a folder on your sdcard called buildprop. and put them in there.
BTW testing the flashable update.zip method right now
thx, seems to work
so no more *#*#etc.. afterwards?
watercool said:
thx, seems to work
so no more *#*#etc.. afterwards?
Click to expand...
Click to collapse
Right.. the checkin service runs on each reboot. So it is not needed.
Worked just fine, but I did have to do the checkin thing. Possibly had poor signal but checkin hadn't done on reboot. Worked fine after that...
Dayz xx
followinginsanity said:
Right.. the checkin service runs on each reboot. So it is not needed.
Click to expand...
Click to collapse
Can the checkin method be used, instead of rebooting? I'd much rather switch back and forth via checkin rather than having to reboot.
Thanks.
Namuna said:
Can the checkin method be used, instead of rebooting? I'd much rather switch back and forth via checkin rather than having to reboot.
Thanks.
Click to expand...
Click to collapse
The reboot is built into the script. On my phone, if I checkin, the apps still don't show till I reboot. But show if I only reboot. If checkin alone works for you though, you can remove the reboot command from the script.
I'm not sure what happened, but after following the instructions exactly, my phone crapped. It got as far as the first nexus logo (non-animated), then the buttons lit up and I got a black screen. And that's how it stayed.
Any ideas?
This worked great for me I also solved my (unrelated) prob with SlideIt by forcing the dictionary to save in the settings, so I'm no longer bothered about losing shortcuts stuff on a reboot.
Dandy!!
tested again with a second n1. works perfect! automated checkin works perfect.
Can you please post what changed in the .prop file.
Also you didn't add the video codecs in the "new" prop file
InGeNeTiCs said:
I'm not sure what happened, but after following the instructions exactly, my phone crapped. It got as far as the first nexus logo (non-animated), then the buttons lit up and I got a black screen. And that's how it stayed.
Any ideas?
Click to expand...
Click to collapse
Mine did this as well, though I am unsure why just yet. Been busy all day.
Mikey1022 said:
Can you please post what changed in the .prop file.
Also you didn't add the video codecs in the "new" prop file
Click to expand...
Click to collapse
The only thing I changed from the stock to the "modded" build.prop were these 2 lines
from this
ro.build.description=passion-user 2.2 FRF50 38042 release-keys
ro.build.fingerprint=google/passion/passion/mahimahi:2.2/FRF50/38042:user/release-keys
to this
ro.build.description=passion-user 2.1-update1 ERE27 24178 release-keys
ro.build.fingerprint=google/passion/passion/mahimahi:2.1-update1/ERE27/24178:user/release-keys
I didn't add anything else to these. If you would like other things added to the build.prop files. You are welcome to edit them yourselves, or let me know what things you want changed, and I can include them.
I can make it user friendly. With descriptions for each modded line, then you can simply un-comment the options that you want.
PS: I thought I had the flashable update ready, but the update-script is giving me problems. ANYONE that wants to help please let me know. I'd really like to get this out to everyone.
InGeNeTiCs said:
I'm not sure what happened, but after following the instructions exactly, my phone crapped. It got as far as the first nexus logo (non-animated), then the buttons lit up and I got a black screen. And that's how it stayed.
Any ideas?
Click to expand...
Click to collapse
same thing here....ANY IDEAS????????????
This is a great find, inductions were perfect and easy to follow. Not one issue getting all my paid apps back! Thank again!
JDMSirEK4 said:
same thing here....ANY IDEAS????????????
Click to expand...
Click to collapse
To anyone that can't get thier phone to boot all the way after doing this
Its not a big deal. Your phone booted. But the build.prop didn't get copied before the reboot.
If you did a nandroid before you tried it. Restore that!
If you didn't, OR you know how to use adb. Do this
Code:
adb remount
adb push [COLOR="red"]/path/to/build.2.1(or)build.2.2[/COLOR] /system/build.prop
adb reboot
I hope to have this fixed quickly.
ANYONE WHO'S PHONE WILL NOT BOOT AFTERWARDS!
Check and make sure you put the files in the right place.
build.2.2
&
build.2.1
go in
build.prop FOLDER ON YOUR SDCARD
that was the only reason I got the error, i deleted the files off my card when i was testing the flashable update.
If you still get an error. open both files in the gscript folder, and remove or comment out the reboot line. Then tell me what error you get in gscript.
So I did this and am able to see the new apps. When I reboot the phone I cannot see a bunch of old apps in my launcher. I revert to the normal script and reboot again and still cannot see a bunch of my apps. Appbrain says theyre installed and I can open them from there but no widgets or shortcuts for them Any Ideas?
r0adki111 said:
So I did this and am able to see the new apps. When I reboot the phone I cannot see a bunch of old apps in my launcher. I revert to the normal script and reboot again and still cannot see a bunch of my apps. Appbrain says theyre installed and I can open them from there but no widgets or shortcuts for them Any Ideas?
Click to expand...
Click to collapse
Are those apps moved to the SD by any chance? If so, best bet is to go to Settings>Applications>Manage Applications>Find your launcher, and force stop it. Should work after that.
dictionary said:
Are those apps moved to the SD by any chance? If so, best bet is to go to Settings>Applications>Manage Applications>Find your launcher, and force stop it. Should work after that.
Click to expand...
Click to collapse
Nope they're not on SD. I'll try the fc of launcher.
Ok it worked thank you! but my xiia widget still is not back and I'm assuming others. Anything I can do for the widgets?
Ok installed and reinstated the app. Works great thx again.
Update:
Ok after another reboot, apps don't show again. FC the launcher they come back but not the widgets.. Grrrrrr...

[Q] New kernels missing long SMS fix

I'd love to ask this in the Dev section so that it would get noticed, but one must follow rules: Adrenalyn's kernels have often included a patch to allow VZW SMSs over 160 characters to split rather than convert to MMS. I've noticed lately we're back to the converting method. Can this be made into a separate patch or can our great devs try to include this again into the latest kernels so that the SMSs will split again?
-edit- So I try to follow the rules and end up posting this in general rather than Q & A. I need my coffee
I second this. I'm actually on the search right now for the patch/fix that was posted.
tbeas said:
I second this. I'm actually on the search right now for the patch/fix that was posted.
Click to expand...
Click to collapse
I could be wrong, but I am fairly positive that the long SMS has nothing to do with the kernel, but with Messaging.apk. Which would make this a ROM issue. There is even a tutorial on here somewhere that tells you how to manually pull the .xml file from Messaging.apk, change the specific value to "7", which will make it so that your SMS is not converted to MMS until you reach 900 characters, then push it back. Again, I COULD be wrong, but I'm almost positive this has absolutely nothing to do with the kernel.
Its not the kernel.
Push this to your system/app directory
http://db.tt/qItV6uU
That worked very well. Thanks!
Worked just fine for me too!
Dalamar1320 said:
Its not the kernel.
Push this to your system/app directory
http://db.tt/qItV6uU
Click to expand...
Click to collapse
Just what i was looking for but couldn't remember where to find it, Thanks
MMS
Dalamar1320 said:
Its not the kernel.
Push this to your system/app directory
http://db.tt/qItV6uU
Click to expand...
Click to collapse
Wouldn't this mod from Adrynalyn's [ROM][3.23.2011] Superclean 2.9.2 EA15/EB01/EB16/EC10 Based thread also work:
Samsung MMS (stock, eb01)
eb01_mms.zip (http://www.mediafire.com/?4q3jk5vcdd29hjf)
Dalamar1320 said:
Its not the kernel.
Push this to your system/app directory
]
Click to expand...
Click to collapse
how do i push this to my system/app directory? kinda stumped
im running nitros ultimate honeycomb
Tanktak said:
how do i push this to my system/app directory? kinda stumped
im running nitros ultimate honeycomb
Click to expand...
Click to collapse
can anyone answer this for me?
Tanktak said:
can anyone answer this for me?
Click to expand...
Click to collapse
You use ADB to push any file from your PC to your phone. Or this free easy to use Linux/Windows/MAC GUI -> http://qtadb.wordpress.com/about/
beray5 said:
You use ADB to push any file from your PC to your phone. Or this free easy to use Linux/Windows/MAC GUI -> ht tp:// qtadb. wordpress.com/about/
Click to expand...
Click to collapse
i have seen this and read briefly on it before but not familiar with how to use this. any chance you can give me a walkthrough of how to use this in order to push the sms file to my phone?
please do reseach on ADB before using if youve never used it before.. u can ruin your phone beyond the point of saving it with odin
If you don't know adb then make it easy on yourself and get rootexplorer then you can copy and paste. Or you can use linux terminal commands in terminal emulator (free in the market) to "cp" (copy) the apk file to the system/app dir
Dalamar1320 said:
If you don't know adb then make it easy on yourself and get rootexplorer then you can copy and paste. Or you can use linux terminal commands in terminal emulator (free in the market) to "cp" (copy) the apk file to the system/app dir
Click to expand...
Click to collapse
tried this both ways and it still converts my messages to multimedia
Did you delete (or rename) the old mms.apk (i always rename to something like mms.bak) before moving the new mms.apk to the system/app directory?

? help making an update.zip

I have a theme that I would like to share with HTC amaze community but every zip format & signed it say installation aborted. On my own phone any help would be appreciated. Theme includes systemui, frameworkres, & fusion. I tried the zipsigned apk from the market but no luck. How can I make an themed signed zip ?
Inbox me the folders that you want the zip to install to and I'll send you a zip file with the folders and scrips and instructions to add your files to it.
When it comes to a computer i'm more of a noob. All of my own themes i've done thru ninjamorph. No offence i'd need more info then that sorry man.
justin lamantia said:
When it comes to a computer i'm more of a noob. All of my own themes i've done thru ninjamorph. No offence i'd need more info then that sorry man.
Click to expand...
Click to collapse
I'll give you a zip that's gonna install everything you have placed in the systems folder, that will includes things that go into the app/data/framework folders, etc, okay? To not lose the signature, you'll open the file with winrar and drop n' drop your sub-folders into their respective places, you can keep the script/empty zip for future use.
Update.zip: http://d-h.st/Pwo
It empty, put your files into the system/ folder.
Dark Nightmare said:
I'll give you a zip that's gonna install everything you have placed in the systems folder, that will includes things that go into the app/data/framework folders, etc, okay? To not lose the signature, you'll open the file with winrar and drop n' drop your sub-folders into their respective places, you can keep the script/empty zip for future use.
Update.zip: http://d-h.st/Pwo
It empty, put your files into the system/ folder.
Click to expand...
Click to collapse
Thank u just received it . I work 12 long hrs days and come home to three kids and a tired wife as soon as I can I will try to do it . And again thank u
justin lamantia said:
Thank u just received it . I work 12 long hrs days and come home to three kids and a tired wife as soon as I can I will try to do it . And again thank u
Click to expand...
Click to collapse
Just let me know if you need anything else.:highfive:
I don't kno if I'm doing something wrong. I tried to flash the theme.zip on my phone it just keeps saying installation aborted & says do to status 6 which ever that's means any ideas why this wouldn't work I'm s-off ,super.cid , 4ext recovery & sim-unlock could it be any of the scripts inside.
justin lamantia said:
I don't kno if I'm doing something wrong. I tried to flash the theme.zip on my phone it just keeps saying installation aborted & says do to status 6 which ever that's means any ideas why this wouldn't work I'm s-off ,super.cid , 4ext recovery & sim-unlock could it be any of the scripts inside.
Click to expand...
Click to collapse
You see my hq camera mod zip file for telus? Use that, it's in the themes and apps section.
Dark Nightmare said:
You see my hq camera mod zip file for telus? Use that, it's in the themes and apps section.
Click to expand...
Click to collapse
Ok I downloaded it. U swapped the apks & flashed it to my phone & it worked there's just one thing I have to rechange then it'll be ready but now the next thing is to upload the theme should I use drop box and register or something else?
I could upload it to devhost for you under my account so it won't be deleted and stuff. Dropbox is good too.
Dark Nightmare said:
I could upload it to devhost for you under my account so it won't be deleted and stuff. Dropbox is good too.
Click to expand...
Click to collapse
Thank u I've already registered to drop box. I'm about to set it up in themes and apps. I hope everyone enjoys it. I couldn't do it without you man thank u again. Let's find out.
justin lamantia said:
Thank u I've already registered to drop box. I'm about to set it up in themes and apps. I hope everyone enjoys it. I couldn't do it without you man thank u again. Let's find out.
Click to expand...
Click to collapse
Welcome dude, no worries, we're doing a little tutorial for you themers so you could write your own scripts and make your own zips.

Status bar background

How to change the status-bar background?
i want to change the transparent black background with the image in attachment so that it match my theme.
So which files i have to replace with this background?
Using xPeria Mini with stock ICS ROM
So no help?:crying:
piousheart said:
So no help?:crying:
Click to expand...
Click to collapse
Try to post in Themes and Apps section.
Publiuss said:
Try to post in Themes and Apps section.
Click to expand...
Click to collapse
What is this thread?
mobilephone01 said:
What is this thread?
Click to expand...
Click to collapse
Actually this thread was in general but i moved it
And guys will you all please stick to the topic..any help?
maybe this ??
http://forum.xda-developers.com/showthread.php?t=1786889
iiandskater said:
maybe this ??
http://forum.xda-developers.com/showthread.php?t=1786889
Click to expand...
Click to collapse
See here is my systemUI.apk please add the image at OP (opaque)
piousheart said:
See here is my systemUI.apk please add the image at OP (opaque)
Click to expand...
Click to collapse
Why not do it yourself? There is plenty of TUT's around that help you decompile and recompile apks.
evilbarcode said:
Why not do it yourself? There is plenty of TUT's around that help you decompile and recompile apks.
Click to expand...
Click to collapse
I tried but when i recompile it & push it in system\app with proper permission, after rebooting phone it stuck bootlogo..
The same happens when i tried to decompile DefaultThemes.apk & MusicWidget.apk they both were not installed...
then i searched & found that we have to compress the resources.arc blablablaaa... & signing with recompiling system apk..
Still after giving a lot of tries i dont understand how to use signing & compress resources.arc blablaballl idk..
If you know than may be you can teach
Rebooted my phone 100z of time to check every method i found but no success
Now i dont wana harm my phone, rebooting it again & again for the things that isn't working for me...
See this thread, i asked on xda but people aren't explaining properly, they just stop answering after certain question:crying:
piousheart said:
See this thread, i asked on xda but people aren't explaining properly, they just stop answering after certain question:crying:
Click to expand...
Click to collapse
Well, I am a bit on the busy side.... I assume you didn't try my tool then?
To do this manually, you need to first recompile your apk after you've done all your changes. You already know this bit.
Then:
Make a copy of the old apk
Use 7zip to open both the copy and the recompiled apk
Drag the 'res' folder from the recompiled apk to the copy
Close the copy
Extract 'resources.arsc' from the recompiled apk
Add 'resources.arsc' to the copy, selecting 'STORE' compression
Close the recompiled apk
Open the copy and check that resources.arsc has the same size and packed size
Reboot the phone and go into recovery
Mount the /system partition
Push the apk straight to the right folder
Unmount the /system partition
Reboot the phone
Wait for it all to load
Wait a bit longer
Wait a bit longer still
And you're done.
If you've pulled the app from the phone to a Windows PC then you don't need to worry about permissions. That's only when you copy the app to your sdcard or pull the app using Linux.
Going into recovery might not be needed. Pushing system apps while the phone is running can cause some nasty bugs so I always use recovery just to play it safe. You'll need to reboot most of the time anyway to see the changes you've made.
Instead of pushing, you could make a flashable zip. As an amazing coincidence, Tickle My Android can do that too.
Ticklefish said:
Well, I am a bit on the busy side.... I assume you didn't try my tool then?
To do this manually, you need to first recompile your apk after you've done all your changes. You already know this bit.
Then:
Make a copy of the old apk
Use 7zip to open both the copy and the recompiled apk
Drag the 'res' folder from the recompiled apk to the copy
Close the copy
Extract 'resources.arsc' from the recompiled apk
Add 'resources.arsc' to the copy, selecting 'STORE' compression
Close the recompiled apk
Open the copy and check that resources.arsc has the same size and packed size
Reboot the phone and go into recovery
Mount the /system partition
Push the apk straight to the right folder
Unmount the /system partition
Reboot the phone
Wait for it all to load
Wait a bit longer
Wait a bit longer still
And you're done.
If you've pulled the app from the phone to a Windows PC then you don't need to worry about permissions. That's only when you copy the app to your sdcard or pull the app using Linux.
Going into recovery might not be needed. Pushing system apps while the phone is running can cause some nasty bugs so I always use recovery just to play it safe. You'll need to reboot most of the time anyway to see the changes you've made.
Instead of pushing, you could make a flashable zip. As an amazing coincidence, Tickle My Android can do that too.
Click to expand...
Click to collapse
Thank you brother i will try it
and yes i have your tool too, it helped me to restore system fonts when i messed with it & had a bootloop:victory:
Great tool:good:
BTW can i use winrar instead of 7zip?
Where is 'STORE' compression can be found in winrar?
How to check that resources.arsc has the same size ( same size compared to with file? ) and packed size?
piousheart said:
Thank you brother i will try it
and yes i have your tool too, it helped me to restore system fonts when i messed with it & had a bootloop:victory:
Great tool:good:
BTW can i use winrar instead of 7zip?
Click to expand...
Click to collapse
Excellent. I'm glad it helped.
Technically, you could use any archival program but it has to be one that lets you add files to an archive without compressing them. I find 7zip to be fairly quick and user-friendly. Plus, it's free which is always a good thing.
Ticklefish said:
Excellent. I'm glad it helped.
Technically, you could use any archival program but it has to be one that lets you add files to an archive without compressing them. I find 7zip to be fairly quick and user-friendly. Plus, it's free which is always a good thing.
Click to expand...
Click to collapse
Where is 'STORE' compression can be found in winrar?
How to check that resources.arsc has the same size ( same size compared to with file? ) and packed size?
piousheart said:
Where is 'STORE' compression can be found in winrar?
How to check that resources.arsc has the same size ( same size compared to with file? ) and packed size?
Click to expand...
Click to collapse
I don't know. I don't even know if winrar can do it. That's why I suggested using 7zip instead.
To check sizes, just open the app (again, this is using 7zip) and look at the numbers to the right of resources.arsc. One is the original size of the file, the other is the size it's been compressed to. These need to be the same.
Ticklefish said:
I don't know. I don't even know if winrar can do it. That's why I suggested using 7zip instead.
To check sizes, just open the app (again, this is using 7zip) and look at the numbers to the right of resources.arsc. One is the original size of the file, the other is the size it's been compressed to. These need to be the same.
Click to expand...
Click to collapse
Leme have my hands on some app..
Edit : I tried this but when ever i put it back to sdcard and look at it the app loses its icon ( just a green android logo ) and when i put it in syste\app with proper permission & then restart it doesn't install and even i tried to install as normal apk then it says parse problem..
What i am doing wrong i followed the same procedure above & also the size of resources is same.
piousheart said:
Leme have my hands on some app..
Edit : I tried this but when ever i put it back to sdcard and look at it the app loses its icon ( just a green android logo ) and when i put it in syste\app with proper permission & then restart it doesn't install and even i tried to install as normal apk then it says parse problem..
What i am doing wrong i followed the same procedure above & also the size of resources is same.
Click to expand...
Click to collapse
I got your pm asking me to reply to this. I do most of my android modding stuff during spare moments at work because I don't have the time at home so I'd have gotten round to answering this in time.
I'm not sure what you're doing wrong here. Since you're got my tool installed, try using that first. If that works, then we know that there's something going wrong with the manual procedure and we can fix it.
If it doesn't work, then there's something wrong with the mod you're doing and we need to fix that instead.
Ticklefish said:
I got your pm asking me to reply to this. I do most of my android modding stuff during spare moments at work because I don't have the time at home so I'd have gotten round to answering this in time.
I'm not sure what you're doing wrong here. Since you're got my tool installed, try using that first. If that works, then we know that there's something going wrong with the manual procedure and we can fix it.
If it doesn't work, then there's something wrong with the mod you're doing and we need to fix that instead.
Click to expand...
Click to collapse
Okay thanks..
So i tried to mod even after knowing that it wont work as before..
So what i did in DefaultThemes.apk is edited the Androidmanifest & string files to change the name & nothing else
is i am doing it editing wrong file and yes how can i use your tool for this?
Originally Posted by Ticklefish<br />
I got your pm asking me to reply to this. I do most of my android modding stuff during spare moments at work because I don't have the time at home so I'd have gotten round to answering this in time.<br />
<br />
I'm not sure what you're doing wrong here. Since you're got my tool installed, try using that first. If that works, then we know that there's something going wrong with the manual procedure and we can fix it.<br />
If it doesn't work, then there's something wrong with the mod you're doing and we need to fix that instead.
Click to expand...
Click to collapse
<br />
<br />
Okay thanks..<br />
So i tried to mod even after knowing that it wont work as before..<br />
So what i did in DefaultThemes.apk is edited the Androidmanifest & string files to change the name & nothing else<br />
is i am doing it editing wrong file and yes how can i use your tool for this?
Click to expand...
Click to collapse
To be honest, I don't know how to change the name of an app. It's something I've never done before.
I suspect that you've gotten the mod wrong somewhere but unfortunately I can't advise on where that could be.
Sorry, mate.

LG G Watch System Dump! Get it!

LG G Watch system dump is here. Get it now.
Mega Link: https://mega.co.nz/#!ylgDGCiY!7-2V5DUxx4UPt9qgePlOG0sUnqhQTSGiNIzeqcsD_oE
I can't post links for now, so please remove spaces.
[RESERVED]
[RESERVED]
akshatmittal said:
LG G Watch system dump is here. Get it now.
Mega Link: https: //mega. co. nz/#!ylgDGCiY!7-2V5DUxx4UPt9qgePlOG0sUnqhQTSGiNIzeqcsD_oE
I can't post links for now, so please remove spaces.
Click to expand...
Click to collapse
link dont work.
Tafty said:
link dont work.
Click to expand...
Click to collapse
Of course it does. I just tried it, anyways, here's here's a short (and memorable) link. http ://bit. ly/GWatchSystem
Simply append "GWatchSystem" after bit.ly
awesome
i tried all system apps... the lg apps work but clockwork and google apps like home dont i hope someone can fix that
maybe i need to put them into system or im not sure what to do with odex file and permissions...
maybe we need to odex the app? http://forum.xda-developers.com/showthread.php?t=1462648
well i tried to push the clockwork home and odex to /priv-app with permission 755 and rebooted
android wear doesnt show in my apps
webwalk® said:
awesome
i tried all system apps... the lg apps work but clockwork and google apps like home dont i hope someone can fix that
maybe i need to put them into system or im not sure what to do with odex file and permissions...
maybe we need to odex the app? http://forum.xda-developers.com/showthread.php?t=1462648
well i tried to push the clockwork home and odex to /priv-app with permission 755 and rebooted
android wear doesnt show in my apps
Click to expand...
Click to collapse
Everybody is welcome to do that, I can't do that though.
Anyways, Google Apps might not work, since it's here and there are Services in there, Google might have already disabled those. LG will surely work normally since no activation process is going on.
webwalk® said:
awesome
i tried all system apps... the lg apps work but clockwork and google apps like home dont i hope someone can fix that
maybe i need to put them into system or im not sure what to do with odex file and permissions...
maybe we need to odex the app? http://forum.xda-developers.com/showthread.php?t=1462648
well i tried to push the clockwork home and odex to /priv-app with permission 755 and rebooted
android wear doesnt show in my apps
Click to expand...
Click to collapse
I tried to odex, but it's not odexing.
Thanks for the link.
Link download OK.
Thanks:laugh:
link dont work
akshatmittal said:
LG G Watch system dump is here. Get it now.
Click to expand...
Click to collapse
Link works for me, is this your device that you dumped from?
Im curious what the bootloader version is, if you had it you can simply do
Code:
adb shell getprop ro.boot.bootloader
TheManii said:
Link works for me, is this your device that you dumped from?
Im curious what the bootloader version is, if you had it you can simply do
Code:
adb shell getprop ro.boot.bootloader
Click to expand...
Click to collapse
I am sorry, but that was not my device.
Possibly, since the device is now out in hands of developers, we'll see awesome new things coming up. And a latest dump too, probably.
TheManii said:
Link works for me, is this your device that you dumped from?
Im curious what the bootloader version is, if you had it you can simply do
Code:
adb shell getprop ro.boot.bootloader
Click to expand...
Click to collapse
The actual device's boot loader is DORYZ10i.
Just got the watch. Is there anyway to dump all of the watch faces?
th3gh05t said:
Just got the watch. Is there anyway to dump all of the watch faces?
Click to expand...
Click to collapse
Have you recieved an update yet?
We don't have a dump of KMV78N (which seems to be the rom it ships with),
the watch faces are likely in the apks.
All you need to do is turn on adb and dump /system with it.
Mine has KKV51 loaded on it... I assume this is newer than this image?
edit: I got a zip of /system uploading, going to post in the other thread.
Tafty said:
link dont work.
Click to expand...
Click to collapse
israrami said:
link dont work
Click to expand...
Click to collapse
Stop spamming this. The link works just fine, the problem is at your end. Oh and it's "doesn't" not "dont"
update the link from mega plssssss

Categories

Resources