[Q] Load a save template with Android 4.4 - Zooper Widget General

Hi,
How do I retrieve a save template from my SD Card. I download my save template from Google Drive to the Downloads directory but it doesn't display. I couldn't find the Zooper app directory. I think Android 4.4 switch things around. Any help would be great. Thanks!
David

davidst95 said:
Hi,
How do I retrieve a save template from my SD Card. I download my save template from Google Drive to the Downloads directory but it doesn't display. I couldn't find the Zooper app directory. I think Android 4.4 switch things around. Any help would be great. Thanks!
David
Click to expand...
Click to collapse
4.4 doesn't change anything.
you'll need to put the template in /sdcard/ZooperWidget/Templates/

Related

Ultimate Extractor

I got this idea from a thread where someone was asking for a certain icon pack and I suggested to go one by one and grab the icon from each apk. I then thought to myself that this could all be automated. So here it is:
Ultimate Extractor
HOW TO USE:
1. Download icex.zip
2. Make folder C:\icex
3. Extract files from icex.zip to C:\icex
4. Put the theme in C:\icex (has to have .zip extension)
5. Make sure that the theme is the only zip file in C:\icex
6. Now you have 4 choices:
-> 6a: If you want everything (.pngs, .jpgs, .xmls) run UltimateExtractor.bat
-> 6b: If you want only icons (icon.png or ic_launcher*.png) run IconExtractor.bat
-> 6c: If you want almost every single .png run PngExtractor.bat
-> 6d: If you want to run Ultimate Extractor on .apks and not a whole zip file, run UltimateExtractorApk.bat *NEW*
Thanks to ultra spikey for his theme porter script which I based mines off of and thanks to woelv for the thread that got me to do this.
xidominicanoix said:
I got this idea from a thread where someone was asking for a certain icon pack and I suggested to go one by one and grab the icon from each apk. I then thought to myself that this could all be automated. So here it is:
ICon EXtractor v1.0
HOW TO USE:
1. Download icex.zip
2. Make folder C:\icex
3. Extract files from icex.zip to C:\icex
4. Put the theme in C:\icex (has to have .zip extension)
5. Make sure that the theme is the only zip file in C:\icex
6. Now you have to choices:
-> 6a: If you want every single icon, run IconExtractor.bat
-> 6a -> 1: You will be prompted twice
-> 6a -> 2: Hit 'u' and enter at both prompts
-> 6b: If you dont want to be prompted, run IconExtractor_NoPrompt.bat
7. All the icons will now be in folder C:\icex\icons
The reason that the non prompting one won't give you all the icons is because a lot of icons are named "icon.png" so they end up overwriting each other. Also some of the ic_launcher* icons have the same name as well (such as ic_launcher_gallery). The prompting script gives you the option to automatically rename the .pngs as they are extracted. I will try and find a way around this eventually.
I will try to find a way to get all the icons without being prompted (its a 7z thing)
Thanks to ultra spikey for his theme porter script which I based mines off of and thanks to woelv for the thread that got me to do this.
Click to expand...
Click to collapse
wow man... you never cease to amaze me... keep up the badass work!
Ted417 said:
wow man... you never cease to amaze me... keep up the badass work!
Click to expand...
Click to collapse
hehe thanks man .. if only i could get it to be perfect
nice work! now you need another tool to repack the icons. so people can extract icons from one place and repack them automatically into another. that would be perfect since people who extract the icons want to use it for another app or theme.
NguyenHuu said:
nice work! now you need another tool to repack the icons. so people can extract icons from one place and repack them automatically into another. that would be perfect since people who extract the icons want to use it for another app or theme.
Click to expand...
Click to collapse
well thats what ultra spikey's theme porter is for
xidominicanoix said:
The reason that the non prompting one won't give you all the icons is because a lot of icons are named "icon.png" so they end up overwriting each other. Also some of the ic_launcher* icons have the same name as well (such as ic_launcher_gallery). The prompting script gives you the option to automatically rename the .pngs as they are extracted. I will try and find a way around this eventually.
Click to expand...
Click to collapse
Maybe you could create folders for each apk. So that the icons can be easily identified?
Great work, by the way!
RichieDaze said:
Maybe you could create folders for each apk. So that the icons can be easily identified?
Great work, by the way!
Click to expand...
Click to collapse
i was able to get them into folders for each apk but i was having trouble getting them to the root of each folder (they were in res/drawable within each folder which is what im trying to avoid)
ill keep working on it and see if i can get them into the root of their own folders
EDIT: found a huge bug which ill be fixing for the next update
xidominicanoix said:
i was able to get them into folders for each apk but i was having trouble getting them to the root of each folder (they were in res/drawable within each folder which is what im trying to avoid)
ill keep working on it and see if i can get them into the root of their own folders
EDIT: found a huge bug which ill be fixing for the next update
Click to expand...
Click to collapse
This would make mylife ten times easier to port themes. I have to search through the whole rom to get the png's I need. It takes around 4 hours to do. Plus some of the older roms png's have different names for them. Mostly on the Framework. Does it extract the png's from the Framework as well?
Yea it should be doing so but ill double check to make sure
EDIT: no i wasnt doing it before but i implemented it now
ok new update
have everything in separate folders now
enjoy
ALSO, for anyone who's curious .. that 'huge bug' is due to some themes having an 'app' folder while others have 'system/app' ... my script wasnt working with the 'app' folder before ... now it tests for it
EDIT: had to re up it real quick with a small fix
Should I reboot after doing this process or simply the icons apply themselves instantly? 'Cause I did it and nothing happened. i'm on CyanogenMod 3.97 and try to put icons of the Aero theme...Can some help...Pleaseeee
fairymaru said:
Should I reboot after doing this process or simply the icons apply themselves instantly? 'Cause I did it and nothing happened. i'm on CyanogenMod 3.97 and try to put icons of the Aero theme...Can some help...Pleaseeee
Click to expand...
Click to collapse
this isnt changing the icons in your phone .. this extracts the icons from any theme and puts them in a folder on your computer .... its mainly a help to theme devs or anyone looking just for icons
Ohhh ok good thanks for the reply
This program works great....Only one thing though, on the launcher folder, seems like the png's w/ the same name get over writen. Example= "delete_handle" from Res/drawable-land AND Res/drawable-port aren't two different Png's. Maybe for this apk and others with thhe same folders, you could place them in the original folders----Drawable----Drawable-land----Drawable-port, as you said it work before hand. Some other folder/Png's are missing as well...
I tryed to use UltraSpikey's theme converter and was unsucessful. I was More accurate using this method, thanks to you... It is gladly appreciated...
RichieDaze said:
This program works great....Only one thing though, on the launcher folder, seems like the png's w/ the same name get over writen. Example= "delete_handle" from Res/drawable-land AND Res/drawable-port aren't two different Png's. Maybe for this apk and others with thhe same folders, you could place them in the original folders----Drawable----Drawable-land----Drawable-port, as you said it work before hand. Some other folder/Png's are missing as well...
I tryed to use UltraSpikey's theme converter and was unsucessful. I was More accurate using this method, thanks to you... It is gladly appreciated...
Click to expand...
Click to collapse
yea the overwriting pisses me off but its the only way to get it fully automated .. i will add a second version that will prompt to rename any pngs ... or i can try to get the drawable, drawable-land, and drawable-port right ... can you let me know which folders are missing so i can see why?
Can't wait until saturday night, i'm off work, so i can play with this. Thanks for your hard work!
RichieDaze said:
This program works great....Only one thing though, on the launcher folder, seems like the png's w/ the same name get over writen. Example= "delete_handle" from Res/drawable-land AND Res/drawable-port aren't two different Png's. Maybe for this apk and others with thhe same folders, you could place them in the original folders----Drawable----Drawable-land----Drawable-port, as you said it work before hand. Some other folder/Png's are missing as well...
I tryed to use UltraSpikey's theme converter and was unsucessful. I was More accurate using this method, thanks to you... It is gladly appreciated...
Click to expand...
Click to collapse
now they get extracted into their respective folders (drawable, drawable-land, drawable-port, etc) (also this stops the overwriting )
temporizer said:
Can't wait until saturday night, i'm off work, so i can play with this. Thanks for your hard work!
Click to expand...
Click to collapse
no problem man .. just trying to use what ive learned so far to help out the community
Works perfect now!!!
Ten Thumbs up!!!!!!
Now its like stealing candy from the baby...
Any ideas that i should implement .. it feels sorta 'final' but i can always try and optimize/revise/add to it
There's always room for improvement... How about making this script pull the Jpeg"s off the Framework and Launcher??? Then at a later date(Next update) locate the most common edited Xml's files to be pulled off next...

[Q] Help from fellow MIUI users

I updated to the latest MIUI - but before I did I deleted my old MIUI folder that I had on the SD card. Now this has caused me all sorts of problems when it comes to themes. I have had to create all the folders myself for anything to work. Wallpapers would not download until a created a "wallpaper" folder!
So can someone let me know all the names and the locations of the folders inside the MIUI folder on you SD card?
So far I have:
sdcard/MIUI/theme
sdcard/MIUI/wallpaper
Looking forward to some help on this, cheers!
Here you go :
/sdcard/MIUI/backup/AllBackup
/sdcard/MIUI/browser
/sdcard/MIUI/music/album
/sdcard/MIUI/music/lyric
/sdcard/MIUI/music/mp3
/sdcard/MIUI/ringtone
/sdcard/MIUI/sound_recorder/call_rec
/sdcard/MIUI/theme
/sdcard/MIUI/wallpaper
Click to expand...
Click to collapse
Cheers, glad someone finally answered!
Sent from my LT15i using XDA

[MOD]Remove facebook images in gallery

Hello again! I would like to share another mod that will remove the annoying facebook pictures when you open your gallery.
By default whenever you are logged in to facebook the HTC Gallery app would download all the profile pictures of your friends and show it in the main window of your gallery thus cluttering the main window of your gallery with pictures that you don't even own. What this mod will do is disable the gallery app from pulling the pictures and instead you will be shown only the default rectangular social thumbnail.
Now why didn't I remove it totally?
The thumbnail still has a purpose. Instead of the gallery directly showing up the facebook images right when you open the gallery app with this mod it is only shown when you click open the rectangular social thumbnail.
Sorry can't post screenshots as this would be breaking the privacy of my friends that will be shown if ever I post screenshots. Just test and give feedback :good:
And for those who want to include this in their custom ROMs. Feel free to do so No need to ask for permission nor I require you guys to give credits to me. Just pull the APK and thats it! No strings attached
Edit: Sorry guys got a typo in the updater script so it failed to install. Already fixed it now.
Edit: Updated installer script.
Download this for the modded gallery.
Click Here
Download this for restoring to stock odexed gallery(If mod won't work on your ROM)
Click Here
Love the idea!
However, attempted to flash in CWM onto TrickDroid 5.4 ROM and it failed. Error Status 6.
Same here
Sent from my HTC One using xda app-developers app
Oh nice thanks
Sent from my HTC One using Tapatalk 2
unremarked said:
Love the idea!
However, attempted to flash in CWM onto TrickDroid 5.4 ROM and it failed. Error Status 6.
Click to expand...
Click to collapse
anilv26 said:
Same here
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Umh, i opened zip, there is an issue at the first string so:
- Open the zip wit 7zip or other
- Go to: "META-INF/com/google/android
- Open the "updater-script" with notepad++ or another editor
- Replace this line with the first
Code:
ui_print("HTC Gallery patch");
- Close the editor
- Save all
- Flash it ​
You can also do this:
- Download the apk from here or here, or extract it from zip
- Put into you fastboot/adb folder (you can download it from here)
- Connect the phone at pc with debug usb enabled
- Open a cmd or terminal and move to the folder (cd dir_of_folder)
- Type:
Code:
adb push HTCAlbum.apk system/app
- Open the gallery
- Done!​
Guich said:
Umh, i opened zip, there is an issue at the first string so:
- Open the zip wit 7zip or other
- Go to: "META-INF/com/google/android
- Open the "updater-script" with notepad++ or another editor
- Replace this line with the first
Code:
ui_print("HTC Gallery patch");
- Close the editor
- Save all
- Flash it ​
Replace which line with what? A little confusing.
Also, couldn't you extract the .apk and use Root Explorer to move it to System?
Click to expand...
Click to collapse
thefoss said:
Replace which line with what? A little confusing.
Also, couldn't you extract the .apk and use Root Explorer to move it to System?
Click to expand...
Click to collapse
In the updater-script, replace my line with the first of the txt.
However, you can extract and copy/paste it, but with adb is more faster
thefoss said:
Guich said:
Umh, i opened zip, there is an issue at the first string so:
- Open the zip wit 7zip or other
- Go to: "META-INF/com/google/android
- Open the "updater-script" with notepad++ or another editor
- Replace this line with the first
Code:
ui_print("HTC Gallery patch");
- Close the editor
- Save all
- Flash it ​
Replace which line with what? A little confusing.
Also, couldn't you extract the .apk and use Root Explorer to move it to System?
Click to expand...
Click to collapse
The first line missing one double quote ("). Just add that quote to make the line looks like ui_print("HTC Gallery patch"); then you're set.
Click to expand...
Click to collapse
@unremarked @anilv26 @thefoss @CheesyNutz
Installer is fixed now guys sorry about that. And thanks for pointing out the error @Guich
U r the man
Sent from my HTC One using xda app-developers app
works perfectly any change of HIDING the blank friends folder ?
CheesyNutz said:
works perfectly any change of HIDING the blank friends folder ?
Click to expand...
Click to collapse
+1 - The only thing I don't like about this phone is the Facebook Integration with the gallery. I would love to see the option to have it gone completely as I will never use it...
CheesyNutz said:
works perfectly any change of HIDING the blank friends folder ?
Click to expand...
Click to collapse
Marcm15 said:
+1 - The only thing I don't like about this phone is the Facebook Integration with the gallery. I would love to see the option to have it gone completely as I will never use it...
Click to expand...
Click to collapse
I never removed the friends folder for the sole reason that when logged in to facebook or flickr you could still view your friend's images in there. My main intention of doing this is to organize those messy pics that shows up in the main gallery window when you open it ands instead place it inside the friends folder. Anyways I'll try to update this thread and upload a modded one with the social plugin totally disabled when I get free time.
Riyal said:
I never removed the friends folder for the sole reason that when logged in to facebook or flickr you could still view your friend's images in there. My main intention of doing this is to organize those messy pics that shows up in the main gallery window when you open it ands instead place it inside the friends folder. Anyways I'll try to update this thread and upload a modded one with the social plugin totally disabled when I get free time.
Click to expand...
Click to collapse
Thank You! It would be greatly appreciated!!
what about an xposed version?
I don't use nor know how to use xposed so better off asking some devs on doing this. Just tell them to download the APK and diff it. The change is pretty simple.
Riyal said:
I never removed the friends folder for the sole reason that when logged in to facebook or flickr you could still view your friend's images in there. My main intention of doing this is to organize those messy pics that shows up in the main gallery window when you open it ands instead place it inside the friends folder. Anyways I'll try to update this thread and upload a modded one with the social plugin totally disabled when I get free time.
Click to expand...
Click to collapse
Good enough I'll be looking for the update thanks
Sent from my HTC One using Tapatalk 2
i installed this and my gallery app disappeared?
thunderwolf333 said:
i installed this and my gallery app disappeared?
Click to expand...
Click to collapse
if you flashed this on a odex rom i think that would happen since i think it's meant for dodexed roms
same problem. Does anyone have the original htcalbum.apk? So we can restore our galleries?

Can't run android project for cordova 3.x version using eclipse

Hello everyone,
I am new to phonegap. I am trying to run android hello world app using cordova 3.4.x. but when I try to run app It's give an error (com.ert.ertt) Unexpectedly stop working. I am using eclipse. I have follow many tutorial but problem still remain. Please help me regarding this.
Thank you in advance.
Setting up the ADT can be tricky. Make sure you have that all installed correctly and if you're running Windows, add Java and ADT to your system path. Are you running Cordova build from the command line then building/running in Eclipse?
Sent from my XT1060 using Tapatalk
reply @mau006
First of all Thank you for your reply
Yes I have build android project using command line.and then in eclipse I have create project using existing souce and added that source generated by command line tool. I have configured all thing for android including setting path.but still I can't run app.
It most likely is a setup issue if all you've done is create the bare-bones application and then try to run it. Are you running it in an emulator, or on your phone/tablet?
If you can zip up the project and attach it here I'll happily try and build it, just to rule out any code issues.
@Archer
Thank you archer for your reply.I have tried to run on both emulator and phone.I have attached zip for the project.
vsvankhede said:
Thank you archer for your reply.I have tried to run on both emulator and phone.I have attached zip for the project.
Click to expand...
Click to collapse
Thanks. I'll have a look and get back to you.
vsvankhede said:
Thank you archer for your reply.I have tried to run on both emulator and phone.I have attached zip for the project.
Click to expand...
Click to collapse
Could you zip it up from the project root folder - the one with config.xml in it?
@Archer
Archer said:
Could you zip it up from the project root folder - the one with config.xml in it?
Click to expand...
Click to collapse
Hi archer sorry for late reply.config.xml file is in src/xml folder. Have you found any solution?
vsvankhede said:
Hi archer sorry for late reply.config.xml file is in src/xml folder. Have you found any solution?
Click to expand...
Click to collapse
You need to go up to the root folder of the project, where you'll find the file config.xml, and zip from there or I can't tell what's wrong with the project. The zip file you supplied does not have all the folders required, and there is no config.xml in it anywhere.
Zip file of root folder
Archer said:
You need to go up to the root folder of the project, where you'll find the file config.xml, and zip from there or I can't tell what's wrong with the project. The zip file you supplied does not have all the folders required, and there is no config.xml in it anywhere.
Click to expand...
Click to collapse
Hi archer as you said I have attached new zip file from root folder.
vsvankhede said:
Hi archer as you said I have attached new zip file from root folder.
Click to expand...
Click to collapse
I'm afraid I can't help. If all you've done is create a new Android project with Cordova and then modify index.html then it should work, but it falls over very heavily for me, and I don't know why. There are plenty of warnings and errors available in the logcat, so I'd recommend starting at the top and simply Googling for them one-by-one and trying to get rid of them that way.
Good luck - it should certainly be a good learning process for you
Let us know how you get on.
You have to make all changes in command line, if change config or manifest manually that it can have problems occured.

[Request] Upload system apps

Hi!
If u are an owner of nokia 8.1, please help, upload here or on apkmirror latest system launcher and camera apps
Im little developer from 4pda, and I want to test these apps on my Nokia 8. Here u can see my work for now:
https://4pda.ru/forum/index.php?showtopic=842276&view=findpost&p=81786757
Thx!
(U can save file of the application on the sd card via es file explorer)
(Sorry, but I copied this text from nokia 7.1 thread Its really important to me)
If you name all the apps you need, I'll upload those for you
@mkolpak
Can you make moded version of nokia 8.1 default launcher ?
singhnsk said:
If you name all the apps you need, I'll upload those for you
Click to expand...
Click to collapse
I only need latest camera app with libs folder. Thx!
(Go to system/app/camera or system/privapp/camera and copy files to sd card. Use Total commander app.)
deepss1 said:
@mkolpak
Can you make moded version of nokia 8.1 default launcher ?
Click to expand...
Click to collapse
Sorry, but I know little only about camera modding, not launcher. Its look like pixel launcher, so look in Google Play "CPL". You will like it!

Categories

Resources