Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
shinobisoft
Old
#351  
shinobisoft's Avatar
Recognized Contributor
Thanks Meter 1107
Posts: 1,119
Join Date: Feb 2012
Location: Knoxville, TN

 
DONATE TO ME
@mDroidd
I see that you are using python, as the installer I guess, for sai. I would like to offer my skills as a c programmer for windows to write an installer for sai. If you are interested, contact me thru pm. I have a regular day job, electrician, so I may not respond immediately. Basically I just need to know what goes where.

Sent from my modded LG-P506 using XDA

"Those who know don't need to be told and those who don't seldom listen."



The Following 2 Users Say Thank You to shinobisoft For This Useful Post: [ Click to Expand ]
 
Rookie407
Old
#352  
Member
Thanks Meter 8
Posts: 93
Join Date: Dec 2011
Location: Clinton
Default Resize Issue With Windows

im using the windows version of this and idk if im doing something wrong or if the feature just doesnt work but when i try to resize images it goes all the way to the end where it says "images will be found in resized folder" but nothings there.


steps i've tryed are as follows

put each folder into the resize folder and linked it using option 2

and put the whole .apk into the folder and linked it using option 3


havent tryed option 1 as i dont know the precentages for MDPI or HDPI. any help is appreciated...

thanks
Devices:

Current:
Phones:
SamSung Galaxy S2 SGH-S959g (Straight Talk)
Rooted: Yes
Recovery: ClockWorkMod
Rom: Slim Bean
Kernel: STI Kernel

Tablets:
Acer Iconia Tab A100 (refurbished)
Rooted: Yes
Recovery: ClockWorkMod
ROM: Flex Reaper
Kernel: God Machine

Layed To Rest:

The Following User Says Thank You to Rookie407 For This Useful Post: [ Click to Expand ]
 
mDroidd
Old
#353  
mDroidd's Avatar
Recognized Contributor - OP
Thanks Meter 1234
Posts: 1,740
Join Date: Aug 2011

 
DONATE TO ME
Quote:
Originally Posted by Rookie407 View Post
im using the windows version of this and idk if im doing something wrong or if the feature just doesnt work but when i try to resize images it goes all the way to the end where it says "images will be found in resized folder" but nothings there.


steps i've tryed are as follows

put each folder into the resize folder and linked it using option 2

and put the whole .apk into the folder and linked it using option 3


havent tryed option 1 as i dont know the precentages for MDPI or HDPI. any help is appreciated...

thanks
Insidethe terminal, does it give output like "resized xxx -> xxx"?

If not, it doesn't find the images. Please delete the log, and try to reproduce the issue. Then give me the EXACT log output please.

Thanks in advance!

Sent from my Galaxy Nexus using Tapatalk 2
 
Rookie407
Old
#354  
Member
Thanks Meter 8
Posts: 93
Join Date: Dec 2011
Location: Clinton
Quote:
Originally Posted by mDroidd View Post
Insidethe terminal, does it give output like "resized xxx -> xxx"?

If not, it doesn't find the images. Please delete the log, and try to reproduce the issue. Then give me the EXACT log output please.

Thanks in advance!

Sent from my Galaxy Nexus using Tapatalk 2
using windows version... no terminal but the python cmd just shows
Quote:
Resize percentage is 66.67%
SrcDir = C:\mDroidd-StudioAndroid-GtkUI-3039a9c/Resize\
DstDir = C:\mDroidd-StudioAndroid-GtkUI-3039a9c\Resized\
C:\mDroidd-StudioAndroid-GtkUI-3039a9c/Resize\sym_keyboard_delete.png -> C:\mDroidd-StudioAndroid-GtkUI-3039a9c\
Resized\sym_keyboard_delete.png

Invalid Parameter - /Resize\sym_keyboard_delete.png
C:\mDroidd-StudioAndroid-GtkUI-3039a9c/Resize\sym_keyboard_feedback_delete.png -> C:\mDroidd-StudioAndroid-GtkUI
-3039a9c\Resized\sym_keyboard_feedback_delete.png

Invalid Parameter - /Resize\sym_keyboard_feedback_delete.png
where it says give ..DPI in option 2 am i supposed to put HDPI/MDPI or the percentage??? if its the percentage then idk what it is for either H or M. =\
Devices:

Current:
Phones:
SamSung Galaxy S2 SGH-S959g (Straight Talk)
Rooted: Yes
Recovery: ClockWorkMod
Rom: Slim Bean
Kernel: STI Kernel

Tablets:
Acer Iconia Tab A100 (refurbished)
Rooted: Yes
Recovery: ClockWorkMod
ROM: Flex Reaper
Kernel: God Machine

Layed To Rest:

 
mDroidd
Old
#355  
mDroidd's Avatar
Recognized Contributor - OP
Thanks Meter 1234
Posts: 1,740
Join Date: Aug 2011

 
DONATE TO ME
Quote:
Originally Posted by Rookie407 View Post
using windows version... no terminal but the python cmd just shows


where it says give ..DPI in option 2 am i supposed to put HDPI/MDPI or the percentage??? if its the percentage then idk what it is for either H or M. =\
In the "Enter ...DPI", you need to fill in "HDPI" or "MDPI".

OK, I found the bug.

you need to replace the "/" in the text box with "\". Windows does not recognise "/"... Will not show up anymore in next release.

THANKS!!
 
Rookie407
Old
(Last edited by Rookie407; 22nd June 2012 at 02:59 PM.)
#356  
Member
Thanks Meter 8
Posts: 93
Join Date: Dec 2011
Location: Clinton
Quote:
Originally Posted by mDroidd View Post
In the "Enter ...DPI", you need to fill in "HDPI" or "MDPI".

OK, I found the bug.

you need to replace the "/" in the text box with "\". Windows does not recognise "/"... Will not show up anymore in next release.

THANKS!!
even doing that there is still no images in the "Resized" folder. trying to convert HDPI to MDPI posted screenshot to show how i set it up...




yields the same result "no image found" in the "Resized" folder
Devices:

Current:
Phones:
SamSung Galaxy S2 SGH-S959g (Straight Talk)
Rooted: Yes
Recovery: ClockWorkMod
Rom: Slim Bean
Kernel: STI Kernel

Tablets:
Acer Iconia Tab A100 (refurbished)
Rooted: Yes
Recovery: ClockWorkMod
ROM: Flex Reaper
Kernel: God Machine

Layed To Rest:

 
mDroidd
Old
#357  
mDroidd's Avatar
Recognized Contributor - OP
Thanks Meter 1234
Posts: 1,740
Join Date: Aug 2011

 
DONATE TO ME
The last thing I need to fix is the zipalign failure, and then we have our next release.

I hope someone on Windows is willing to do something for me: compile my tool.
That means, no one would have to install Python and PyGTK anymore, but can just run an exe.

If you are interested, and are using Windows, Please, I BEG YOU, PM me

A Bug Reporting function has been added also, the log content will be copied to the clipboard and a new reply will be opened.

Thanks to all who support me!
 
Rookie407
Old
(Last edited by Rookie407; 22nd June 2012 at 03:15 PM.)
#358  
Member
Thanks Meter 8
Posts: 93
Join Date: Dec 2011
Location: Clinton
Quote:
Originally Posted by mDroidd View Post
The last thing I need to fix is the zipalign failure, and then we have our next release.

I hope someone on Windows is willing to do something for me: compile my tool.
That means, no one would have to install Python and PyGTK anymore, but can just run an exe.

If you are interested, and are using Windows, Please, I BEG YOU, PM me

A Bug Reporting function has been added also, the log content will be copied to the clipboard and a new reply will be opened.

Thanks to all who support me!
more then willing to help if you know how to compile .exe's =)


---------- Post added at 10:15 AM ---------- Previous post was at 10:12 AM ----------

seems no matter which direction the /\ is I still get

Quote:
Resize percentage is 66.67%
SrcDir = C:\mDroidd-StudioAndroid-GtkUI-3039a9c\Resize\
DstDir = C:\mDroidd-StudioAndroid-GtkUI-3039a9c\Resized\
C:\mDroidd-StudioAndroid-GtkUI-3039a9c\Resize\sym_keyboard_delete.png -> C:\mDroidd-StudioAndroid-GtkUI-3039a9c\
Resized\sym_keyboard_delete.png

Invalid Parameter - -resize
C:\mDroidd-StudioAndroid-GtkUI-3039a9c\Resize\sym_keyboard_feedback_delete.png -> C:\mDroidd-StudioAndroid-GtkUI
-3039a9c\Resized\sym_keyboard_feedback_delete.png

Invalid Parameter - -resize
again using option 2 cuz i dont understand option 3 and dont know the percentages for option 1
Devices:

Current:
Phones:
SamSung Galaxy S2 SGH-S959g (Straight Talk)
Rooted: Yes
Recovery: ClockWorkMod
Rom: Slim Bean
Kernel: STI Kernel

Tablets:
Acer Iconia Tab A100 (refurbished)
Rooted: Yes
Recovery: ClockWorkMod
ROM: Flex Reaper
Kernel: God Machine

Layed To Rest:

 
mDroidd
Old
#359  
mDroidd's Avatar
Recognized Contributor - OP
Thanks Meter 1234
Posts: 1,740
Join Date: Aug 2011

 
DONATE TO ME
Quote:
Originally Posted by Rookie407 View Post
more then willing to help if you know how to compile .exe's =)
Download this
Extract it in C:\PyInstaller
(So that the contents will be in PyInstaller, not the directory)


I'll send you the rest tomorrow, sorry
 
Rookie407
Old
#360  
Member
Thanks Meter 8
Posts: 93
Join Date: Dec 2011
Location: Clinton
Quote:
Originally Posted by mDroidd View Post
Download this
Extract it in C:\PyInstaller
(So that the contents will be in PyInstaller, not the directory)


I'll send you the rest tomorrow, sorry
sent you a PM about compiling to .exe also please read like 3 posts up as i posted a screenshot of how i have it set up and im still not showing any files in the "Resized" folder...
Devices:

Current:
Phones:
SamSung Galaxy S2 SGH-S959g (Straight Talk)
Rooted: Yes
Recovery: ClockWorkMod
Rom: Slim Bean
Kernel: STI Kernel

Tablets:
Acer Iconia Tab A100 (refurbished)
Rooted: Yes
Recovery: ClockWorkMod
ROM: Flex Reaper
Kernel: God Machine

Layed To Rest:


 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...