[theming help] Genie widget flashable.zip - Android Themes

hi I need some help with theming:
im having a hard time with the genie widget.apk. I´ve seen elsewhere that the gw should be flashed to System/apps but that not the case with my phone.On my htc desire it should be DATA/apps and I just can´t make a flashable.zip I get an error everytime(error at line1 something). I use a zipsign tool which works fine with system/apps maybe I need another tool, which leads me to my next question:
How do I make a flashable file where I move files to SDCARD / SYSTEM / DATA ?

acejacksooted said:
hi I need some help with theming:
im having a hard time with the genie widget.apk. I´ve seen elsewhere that the gw should be flashed to System/apps but that not the case with my phone.On my htc desire it should be DATA/apps and I just can´t make a flashable.zip I get an error everytime(error at line1 something). I use a zipsign tool which works fine with system/apps maybe I need another tool, which leads me to my next question:
How do I make a flashable file where I move files to SDCARD / SYSTEM / DATA ?
Click to expand...
Click to collapse
Alright this you will love I had same problems search for Update Zip Creator 2.0 by Daneshm90 you will love it and as far as flashing data/app/ it doesn't work you have to know how to make your update script install with permissions otherwise they just get copied in the right folder and don't work.

Edubyah said:
Alright this you will love I had same problems search for Update Zip Creator 2.0 by Daneshm90 you will love it and as far as flashing data/app/ it doesn't work you have to know how to make your update script install with permissions otherwise they just get copied in the right folder and don't work.
Click to expand...
Click to collapse
thats actually the tool i´m using by default , however I dont know how to make files copy over to Data/app and I also dont know how to make the zip creator move files to sdcard. I´ve only managed to use the updatezip creator to write to System/app, System/media and System/framework.
what should i do to get an update.zip with folders system / data / sdcard?

When I was trying I gave up when I would edit the generated update script I would get as syntax error what I started doing was put the data apps in a folder named Extra_apps or the theme name like Blue_Steel then tell update zip creator copy directories SDCARD then folder name and folder name again I wish I could help more but its something I'm trying to learn myself I believe w are going to have to learn to write the script manually I have asked on the update creator thread also never got an answer excuse the spelling on my phone thank god for swype..lol

Related

[GUIDE] How to make mymode themes

Well I haven't had much time lately to make themes but I figured i got enough time to explain how. This is how i do it in windows 7.
1) First thing i assume that you already have androidsdk on the root of your C drive. Lets go ahead and add it to your system path. If it's not called androidsdk go ahead and change it to that. Now open up your startmenu, right click computer, click properties, then click advanced system settings, in the advance system settings select environment variables. In the second box down look for path select it and choose edit. copy and paste this
Code:
;C:\androidsdk\tools
in there. Click okay.
2) download the jre and jdk from here and install them. Now you need to add them to your system path so copy paste this
Code:
;C:\Program Files (x86)\Java\jre6\bin;C:\Program Files (x86)\Java\jdk1.6.0_20\bin
to your system path just like you did in the first step.
3) Download apk manager from here. Now run it and when it says clean out all current projects click yes. Now thats ready to go.
4) Download an image editing program. I use gimp. Also if you don't have it 7-zip
your all set to go now so lets start over with the numbers
1) choose a mymode apk and extract it with 7-zip. Open up the res folder select a png that you want to change and change it with the image editor you chose.
2) when you've changed the images you want open up the original apk as an archive with 7zip. Then place the res folder of the modified unzipped apk into the archive and close the archive.
3) Now open up apk manager and place the mymode apk into the place here for signing folder click script batch choose no then type 15.
4) Now put the newly signed apk into your androidsdk/tools folder and close apk manager.
5) open command prompt and type this
Code:
cd\
cd androidsdk/tools
adb install whatever.apk
I'll update this with pics a more thorough guide.
Thanks to everyone that made this easy
reserved for themes to come
Thanks been waiting for a thread like this.
thanks, if i ever get any free-time between jobs and kid and fiancee i will look into this a little more
This is an awesome guide! I messed around with theming mytouch/g1 back when I had one.. so this will be great to make some themes for the slide..
One question though.. let's say you pull the nest theme.. theme it and re install it.. will it just override the nest theme or in the theme listing will it appear as a new theme and still allow you to have the original theme?
Sent from my T-Mobile myTouch 3G Slide using XDA App
ryanolson7 said:
One question though.. let's say you pull the nest theme.. theme it and re install it.. will it just override the nest theme or in the theme listing will it appear as a new theme and still allow you to have the original theme?
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
The nest theme is in the framework, its not an .apk like the rest, its built into the system. The rest of the mymodes themes are .apks and if you edit those they will override the stock "nest" theme. The only way it will show up different in the theme chooser is if you edit the preview snapshot to be a preview of your theme. If you wanna keep the original theme, the nest theme is it and you should edit a different theme .apk...
-BMFC
Sent from my ROOTED MyTouch3G Slide
Okay so I got the next three days off and I already got two mymode themes pretty much done well their done but I just learned of a way to change the name so they are there own standalone apk instead of using another apk name. I've been using puppypride (which by the way isn't puppies those are full grown dogs) and switching out the pngs and you couldn't have the regular puppypride now you can have both
hope you don't mind but I did a mod of your themes and took out the bubbles since some people always create threads about it
Help with following guide
I am a newb at this so please don't attack me if I am doing something wrong. I have been struggling with following the guide posted to make mymode themes. I have successfully got up to the step of signing the apk file. I modified the files in the free_kick.apk. When I try to use APK Manager 4.8 and using the directions given the file just gets erased and nothing happens. My log file just shows errors. Any help with a more detailed directions one what to do in APK manager as I am trying different things and not getting anywhere. I use the option 15 like told in the guide. I can send my modified apk file to anyone if they can get this to work and get it installed that would be appreciated so much. I hope I can figure this out my own but thought I would try get help from the forums. Thanks in advance.
impimms said:
I am a newb at this so please don't attack me if I am doing something wrong. I have been struggling with following the guide posted to make mymode themes. I have successfully got up to the step of signing the apk file. I modified the files in the free_kick.apk. When I try to use APK Manager 4.8 and using the directions given the file just gets erased and nothing happens. My log file just shows errors. Any help with a more detailed directions one what to do in APK manager as I am trying different things and not getting anywhere. I use the option 15 like told in the guide. I can send my modified apk file to anyone if they can get this to work and get it installed that would be appreciated so much. I hope I can figure this out my own but thought I would try get help from the forums. Thanks in advance.
Click to expand...
Click to collapse
Actually the guide needs to be fixed a little because i'm guessing your getting compiling errors when using apk manager? But the best way to do this is to open up the mymode theme (using 7zip) as an archive delete meta-inf folder then replace the pngs with ones of your choice as long as they are the same scale. Then resign. and install
totally lost
I've followed these directions to a T and when it comes to using the apk manager i am getting nothing, please help
You guys that are having trouble with apk manager...its honestly not necessary to use Apk Manager for this. Mymodes themes are system .apks and shouldn't be re-signed. What you need to do is forget about apk manager (for now) and drop the UNsigned .apk into the ROM update you are using, and resign the whole ROM using the autosign tool created by jesusfreke. Or just adbpush the .apk. but don't resign the .apk.
Here's the link for the autosign tool to sign ROM updates. its in the THIRD POST and its auto-sign .zip, NOT the signing.zip in the first post. you can put it anywhere you want and you just drop (a copy of) your ROM update in the autosign folder, rename it update.zip, then run the sign.bat to sign. it will create another file, update-signed.zip. you shouldnt need to wipe when flashing the same ROM over itself, but i cant guarantee this is true for all ROMs.
you can also make an update that will only flash the .apk to /system/app, and nothing else will be changed. basically just make a copy of the update for the ROM youre using, then delete everything but the /system directory from the zip. then go into that /system directory and delete everything but the /app directory, then go into it and delete all the .apks and odex file or whatevers in there. ALL OF IT. when you are finished you should have an update with nothing in it but a /system/app directory. you put your modded .apk in there in /system/app, and thats it for that.
then you must edit the update script and remove MOST of its contents so that it only does what you want it to. THIS IS IMPORTANT! Go here to learn how to create an update script. what youll need is way simpler than the examples, youll want it to look basically like this...
Code:
assert compatible_with("0.2") == "true"
show_progress 0.1 0
copy_dir PACKAGE:system SYSTEM:
show_progress 0.1 10
this update script will copy ANYTHING in the /system directory to /system on your device, regardless of subdirectories. that means anything in /system will go in /system, anything in /system/app will go to /system/app, etc. but since you only have one .apk in there it wont mess with anything but what you put in there. this way, you have a NOWIPE update for...well, whatever you want to put in it.
so you just drop the new shortened update-script in /META-INF/com/google/android/
and then use the autosign tool to resign your new update then flash away! This also takes less time cus its only flashing one file instead of flashing a whole ROM just to replace that one file...
hope this helps...
-BMFC
Sent from my T-Mobile myTouch 3G Slide using XDA App
So you cannot do this on t-mobile's rom which is 2.1 right now? I'm leery of rooting in case they ever release froyo
Tbrewer80 said:
So you cannot do this on t-mobile's rom which is 2.1 right now? I'm leery of rooting in case they ever release froyo
Click to expand...
Click to collapse
I'm having issues with this as well... After I do the whole signing apk thing, it installs fine, but when I go to MyModes, the preview is black and when I select it, the MyModes app force closes. I don't get it.

[ADD-ON] Epic, Nexus, and Moment Ringtones (Flashable Zip)

I started a thread on SDX right after the Epic came out with the manual way to get your beloved ringtones back and then some and promised to make it a flashable zip... naturally I feel the need to share this with both communities, so here you go!
Updated with FroYo Sounds:
http://dl.dropbox.com/u/1628974/epic-nexus-moment_sounds_froyo_signed.zip
Enjoy
No link
send it from maldito's phone aka (SolarSystemGalaxy)
You need to copy the text and take the space out. See my note about not being able to post links...
gremlyn1 said:
I started a thread on SDX right after the Epic came out with the manual way to get your beloved ringtones back and then some and promised to make it a flashable zip... naturally I feel the need to share this with both communities, so here you go!
**Technical Difficulties - Can't post to an outside link yet...**
http ://dl.dropbox.com/u/1628974/signed_epic-nexus-moment_sounds.zip
Enjoy
Click to expand...
Click to collapse
Sent from my SPH-D700 using XDA App
brizzle1986 said:
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Did you forget to type something?
I'm now able to post links, YAY!, so I have fixed the first post so that you don't have to copy/paste/edit to get to download!
Thank you much
Ever since I installed this, ring tone selection crashes android system and I have to reboot. Usually happens after 2nd or 3rd selection. Amy ideas why/how to fix? Haven't checked logs yet
Just wanted to stop by and say thanks - Gremlyn1, I've included this collection in SyndicateROM "Fully Loaded".
k0nane said:
Just wanted to stop by and say thanks - Gremlyn1, I've included this collection in SyndicateROM "Fully Loaded".
Click to expand...
Click to collapse
Great
atkailash said:
Ever since I installed this, ring tone selection crashes android system and I have to reboot. Usually happens after 2nd or 3rd selection. Amy ideas why/how to fix? Haven't checked logs yet
Click to expand...
Click to collapse
No idea why at all, unless for some reason the files didn't copy over... have you tried flashing again? The script doesn't do anything except remove the old sound files and add the new ones.
Updated this with new FroYo sounds (some Samsung ui sounds). The .zip is not yet CWM3 compatible, that will come soon. If you have changed the TW_Battery_caution.ogg to TW_Battery_caution.ogg.bak or removed it, etc., then you just need to remove that file. This zip includes a TW_Battery_caution.ogg.bak already, as it got included when I pulled the sounds from my phone.
I took the liberty of updating this package.
Changes:
CWM Script now properly erases all sound files in /system/media/audio prior to copying.
Deleted Ding.ogg and Noisy_One.ogg from Ringtones as they are identical to Noises1.ogg.
Edited title tag of Noises1.ogg from Noisey One to Noisy One.
http://www.multiupload.com/Z1D5N4CRVI
Isira said:
I took the liberty of updating this package.
Changes:
CWM Script now properly erases all sound files in /system/media/audio prior to copying.
Deleted Ding.ogg and Noisy_One.ogg from Ringtones as they are identical to Noises1.ogg.
Edited title tag of Noises1.ogg from Noisey One to Noisy One.
http://www.multiupload.com/Z1D5N4CRVI
Click to expand...
Click to collapse
any chance of converting it from amend --> edify?
for those of you who use CWM3 and want this on your phone.
Extract contents of zip to C:\
Open CMD prompt
Browse to ADB folder
adb push C:\epic-nexus-moment_sounds_froyo_signed\system /sdcard/system
adb shell
#su
#remount rw
#cp -r /sdcard/system/media /system
edit: I flashed your zip on my epic (went back to old CWM and RFS) and it removed the system sound when you click icons and the dialpad sound
blu9987 said:
edit: I flashed your zip on my epic (went back to old CWM and RFS) and it removed the system sound when you click icons and the dialpad sound
Click to expand...
Click to collapse
Dialpad and clicking sounds still work here. Make sure your system volume is not set to 0.
This would be awesome if it was made Edify Scrpitagible.. yes.. scriptigible. I just dropped it via root explorer into the /system/ folder
I'm a newbie to flashing with the Epic.... already bricked my wife's phone once. =)
I upgraded to EH17 using Odin and apparently that messed up all her ringtones and notification sounds. I wanted to know if there was a way I could flash this file using CWM 3.1.0.1. I get an error msg saying that amend scripting is not supported.
etienne97 said:
I'm a newbie to flashing with the Epic.... already bricked my wife's phone once. =)
I upgraded to EH17 using Odin and apparently that messed up all her ringtones and notification sounds. I wanted to know if there was a way I could flash this file using CWM 3.1.0.1. I get an error msg saying that amend scripting is not supported.
Click to expand...
Click to collapse
Take the files out with 7 zip and open a zip file (from a theme!! don't use the srf zip or any other "rom" zips they wipe data) you know works on cwm3. Make a backup and delete all the folders inside besides META-INF then take your old zip and copy the files over to the new zip, of course without the META-INF. Just to clarify you want the new zips META-INF folder only!
Cd's or tapes?
Noob here ....I' am unable to find a zip file which is not a rom file...i wanted to follow the above mentioned procedure of modifying the zip file for using it on CWM3x. Can you tell me which is teh appropriate zip file which i can use for modification so that i can restore the default ringtones of EPIC 4G.
I flashed the legendary rom and saw that many ringtones have been taken off...i want to have stock ringtones back on my system
Grab a flashable theme zip and use that.....
Just make sure inside that zip once you delete out the "theme" contents you leave the META-INF file/folder...
Then make a folder of you own in called
/system
Then inside /system make one called
/media
then inside /system/media/ make one called
/audio
Then place the appropriate folders containing either
/alarms
/notifications
/ringtones
/ui
inside that /audio directory....
Close it up and flash it...
If that is too much for you to follow... Just use this zip I'm providing below..
Blank Flashable
Just open it with WinRaR or WinZip and you will see all the folders in place exactly as I described... Place your contents in the appropriate folders and flash..
followed exactly as mentioned above, downloaded the zip file, opened it and copied the tones as suggested and flashed my phone....the tones did not turn up in the list but i ended up loosing facebook, gmail and couple of other apps !....what could have gone wrong ?
yaji63 said:
followed exactly as mentioned above, downloaded the zip file, opened it and copied the tones as suggested and flashed my phone....the tones did not turn up in the list but i ended up loosing facebook, gmail and couple of other apps !....what could have gone wrong ?
Click to expand...
Click to collapse
Not sure... There is nothing there in that "Blank Flashable" except for the META-INF file with your standard install scripts and then I created the folders & path to the media/audio/
Not to sure what you could have done to cause FB, GMail and others to be lost as a result of that zip file...
BTW, you did make a Nandroid Backup before flashing as normal rule of thumb correct?
FYI, any other devs, etc... willing to verify the zip I posted has nothing to do with erasing/removing those apps described by the member please feel free to do so...

How to change icon apps on the app drawer? (rooted)

I'm trying to change the icons on the app drawer with Root Explorer but I can't find the correct PNG to replace that on the system/app/"application.apk"/res/drawable/_____.png
Anyone knows the right name of the icon?
Thanks!
res/drawable-hdpi/file_manager_r.png ypu will have to turn the apk into a zip then put your new file into the hdpi folder and change the zip back to an apk then re install
Can I follow this steps with the Captivate or I need to do this on the computer?
Any easy way?
Thanks for the tip!
hi, i changed an image in drawable-hdpi in "phone.apk" (ic_jog_dial_unlock.png) like aceman said, but if i try to install new phone.apk it says "application not installed" (or something similar, my language phone is not english). how can i install new phone.apk??
I tried to istall it from recovery and there is the same result
thanks
You have to push the phone.apk file into /system/app with a root explorer or adb. Just installing it won't work like most other apks.
i have "root browser", can i use it? can u say to me all the steps i have to do with it or adb? i'm not an android expert user...
up...anyone ca help me?
install a different launcher app that lets you customize it. try launcherpro from the android market.
you wont understand the mod instructions.
screw it here they are...
mod instructions... basic if you need more info. learn to search there are 4000 guides on how to change an app image.
you need winrar on windows. if you arent running windows you should know better.
use root level file manager to go to 'system/app' folder and copy your launcher.apk to sdcard.
copy to PC
right click .apk > open with... > choose program > WinRar
look through folders inside APK and copy all folders with .PNG images to desktop (or work folder)
look through the images in the folders (change veiw to thumbnails) and find the name of the image you want to change and the name of the folder it was in.
Go get, or create your custom image, and name it that name. **Close to original shape size.
Use winRar to open the .APK again and naviage to the place where your image goes and drop the new one into that folder.
A window with options will come up and select Compression Profile : STORE
Click ok
Close winrar.
Copy .apk to SDcard
Use root file manager to rename original /system/app/launcher.apk to launcher.apk.bak (backup)
Then copy your modded .apk to /system/app.
Reboot (pull battery)
DONT MESS WITH ANY IMAGE ENDING IN .9.PNG only regular .pngs
for more on .9.pngs... search google.. what is ....
i*have*to*modify*phone.apk,*no*launcher.apk..*i*just*did*steps*you*sayd,*but*if*i*try*to*rename*phone.apk,*my*nexus*goes*in*full*crash
fist off this is the Captivate forums. not nexus.
and i was giving help to OP question not yours. either way the *stars*and*sp ac*es are friggin annoying. use your computer if your phone is messed up.
if you "tried" to modify the name... DID IT? try doesnt tell me much.
if it wouldnt let you, then nothing changed and your phone is screwed up from something else.
if it DID rename, then CHANGE IT BACK.. duh.
sorry for space and *, i wrote it with the mouse using google translate keybord and i saw them when i cut/past the text
i "tried" to rename phone.apk, so the phone went in a full crash and i had to restore system using an old backup in recovery
paino85 said:
sorry for space and *, i wrote it with the mouse using google translate keybord and i saw them when i cut/past the text
i "tried" to rename phone.apk, so the phone went in a full crash and i had to restore system using an old backup in recovery
Click to expand...
Click to collapse
Try apktool to extract all replace wteva ocon u want to and rebuild apk using the same tool and u need to sign the apk usin signapk tool so that device can recognise the.apk file for installation. I have done this and everything went fine in galaxy note. But i couldn't locate the file to rename the icon. Icon changing was not a prob.

Problem installing CM7 google Apps Update.zip

Hi guys , I installed CM7 Rom (from 2.1 JFD) through Rom Manager, it works good, i put update.zip on card, but ddnt put google apps .zip file.
CM7 installed correctly. when i tried to put googleAppsUpdate.zip on card (and removed th CM7Update.zip ) and restarted in recovery from rom manager , i got An Exclamation White triangle Above and Android Man Symbol. and no progress !!!
wht is wrong ?? and how can i Install google Apps update ??
I'm kind of confused here bud, but update.zip is clockwork mod not cm7. By putting the update.zip and applying it via recovery, that would have installed clockwork recovery, and from there you would have needed to install the cm7 zip via recovery to flash cm7. The Google apps zip can be downloaded through your ron manager or via cm7 server, then it needs to he flashed the same way via clockwork recovery (install zip from sdcard).
Sent from my SGH-T959 using Tapatalk
Here comes the fire!!! :-D simple beginner mistake lol
Galaxy S Vibrant CM7.1
google apps....are apps!
you can extract all the apps from the zip, and push them to system/app.
if you cant do that, try mounting system in recovery before you flash....if this was the hd2 forum, you will be hot Cheetos right now...flamed! lol
dapoharoun said:
google apps....are apps!
you can extract all the apps from the zip, and push them to system/app.
if you cant do that, try mounting system in recovery before you flash....if this was the hd2 forum, you will be hot Cheetos right now...flamed! lol
Click to expand...
Click to collapse
seems easy , but how exactly is system/apps ??
when i decompress the .zip i found 2 folders:
-META-INF
-system
each of , contains another files and folders , can you tell exactly where to put in details ?
thx
This belongs in the Q&A, NOT in the Vibrant Android Development
tarreq said:
seems easy , but how exactly is system/apps ??
when i decompress the .zip i found 2 folders:
-META-INF
-system
each of , contains another files and folders , can you tell exactly where to put in details ?
thx
Click to expand...
Click to collapse
First fo all, this is in the wrong forum.
Second of all, I really believe you are probably trying to flash a version of gapps that is not correct for your device.
But either way...
The two compressed folders are
-META-INF
-system
decompress the system folder..maybe put it on your desktop or something. Inside the system folder is a series of different folders. Look for the one that is named "Apps" take that folder and place it on the root of your SDcard. Now, go back onto your phone and use Root explorer to manually move each of the apks from that app folder that you would like...and move them to system>apps. fix the permissions on the apk once you move it so that it has the same permissions as every other apk already in the folder and once you are done moving whichever apps you'd like on your phone and fixing the permissions, reboot your phone.

[Q] Failing at APK install

Was wondering if anyone could tell me the process after editing drawables with apk multi tool, The tutorial hicks was kind enough to write is for apk manager and some of the options aree different. i know this is a noob question but gotta start some where.
After i extracted apk's from a zip and edited drawables I then opened multi tool
and zipped apk's, Then I copied these files over old ones in original zip placed in my sd card and tried to flash, i got cant install zip (bad) from cwm.
anyone care to explain what im doing wrong, or what the process is after editing, im not sure what signing and zip aligning are just yet.
Forgot to compile
ok got it decompiled, edited drawables, then recompiled (didn't sign because it said not to for framework-res.apk)
this created unsignedframework-res.apk in modding folder, deleted original framework in modding folder renamed unsigned to just framework-res.apk and pushed to /system/framework through adb, then reboot phone and get stuck in boot loop crash or phone boots then evrything fc's
Any ideas on what im doin wrong? feel like im so close to getting it to work just doing something stupid in the process of re installing.
HighLimit said:
no matter what i do apk multitool says it cannot find adb
installed latest toolset with sdk manager and AVD,
Set path Variable
this is where i have it installed, same place as android sdk
C:\Users\me\Desktop\LGTheme\android-sdk\platform-tools
edit***
got it by manually pushig system apk's but now everything force closes... wondering if i messed up signing it somehow or if it has to do with it being a custom rom?
Click to expand...
Click to collapse
You shouldn't have to sign any of the apk's, i was actually told that signing them could prevent them from working. I also had problems pushing apks to my phone using adb, i kept getting force closes, even after rebooting. I could only get it to work by creating a flashable zip and flashing files through cwm. Why that worked over pushing it to the phone, I have no idea, but oh well.
Another thing to try is wiping cache and dalvik, until I tried that, a lot of the changes I made ro the systemui.apk didn't actually change anything.
Sent from my VS910 4G using xda premium
Tried that, must be doing something wrong, i extract edit.and rezip then i have unsigned and signed in modding folder, not sure what im doing wrong from there, same thing if i decompile compile not sure what the diff is
What apk's are you Modding, and what do you have in your zip file?
Sent from my VS910 4G using xda premium
I just skimmed over this but immediately I see your adding a new file to the zip that will cause a bad zip all you need to do is create a new zip and copy all of the files in the bad zip and make the new one including your Meta inf folder and all that everything needs transferred.
Also with editing images it is not necessary to decompile extracting is fine to extract and zip after you changed what you wanted the only reason to decompile is to be able to read XML and it also let's you see boarders in the .9 images. Have you tried just pushing the apk to the phone instead of making a zip?
Sent from my Galaxy Nexus using xda premium
Yes i pushed through adb because multi tool cant find adb no matter what directory i install them in etc, but when i pushed it worked, changed the image but then everything fc'd after reboot. Thanks for the info i will try justneed to figure out how to make a new zip
HighLimit said:
Yes i pushed through adb because multi tool cant find adb no matter what directory i install them in etc, but when i pushed it worked, changed the image but then everything fc'd after reboot. Thanks for the info i will try justneed to figure out how to make a new zip
Click to expand...
Click to collapse
On windows right click and select the create new compressed file or something like that or maybe you made the folder then right clicked and compress it I can't remember I haven't been on windows in awhile.
Sent from my Galaxy Nexus using xda premium
I got it but fo i need to extrct n zip a Pl ll cause i tried moving the new apk into new zip then copied all the others into it and it still wont load
HighLimit said:
I got it but fo i need to extrct n zip a Pl ll cause i tried moving the new apk into new zip then copied all the others into it and it still wont load
Click to expand...
Click to collapse
first of all.. huh?
Nvrmind i was doing it wrong as usual got it figured out thanks for trying to help guys.

Categories

Resources