Resizing images when posting? - About xda-developers.com

Hi all, I just want to resize the display size of my uploaded images in xda, what is the BB code? I googled and tried several, but none work.
Please help and thanks!

Moved to About XDA section.

[img width={width} height={height} ...]{url}[/img]
Another variant (shorthand):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Claj said:
[img width={width} height={height} ...]{url}[/img]
Another variant (shorthand):
Click to expand...
Click to collapse
Thanks, but no use when editing signature?;(

Just resize the original picture, it is rather huge...

mf2112 said:
Just resize the original picture, it is rather huge...
Click to expand...
Click to collapse
well you know, when it is internet image... I simply can't resize the original one w/o downloading it....

cdljl2005 said:
well you know, when it is internet image... I simply can't resize the original one w/o downloading it....
Click to expand...
Click to collapse
True, but I do that all the time. Download, resize, rehost to dropbox, link and done.

Claj said:
[img width={width} height={height} ...]{url}[/img]
Another variant (shorthand):
Click to expand...
Click to collapse
None of those works (anymore?), so best is to resize, or add pictures as attachments. However for the signature, no options except resizing.

3c said:
None of those works (anymore?), so best is to resize, or add pictures as attachments. However for the signature, no options except resizing.
Click to expand...
Click to collapse
True, really people should be hosting their own images anyways instead of leeching off someone else's. There are many free services to host pictures and stuff instead of just copying the link and using it.

mikef said:
True, really people should be hosting their own images anyways instead of leeching off someone else's. There are many free services to host pictures and stuff instead of just copying the link and using it.
Click to expand...
Click to collapse
Sorry to revive the thread, but I was recently looking for how to resize the image inline with a post. Then I saw this post...
There are many free services to host pictures you own but taking someone else's image and rehosting it on your own account is infringement which is why "leeching" (which is actually called hotlinking and ironically less of a theft) is preferred.
Is there a current way to resize images through tags, code, magic for those of us who do not desire to violate copyrights?
Edit: I started using the hide tag when pictures were too big. It's not ideal, but it solves others being irritated by a large image.

3c said:
None of those works (anymore?), so best is to resize, or add pictures as attachments. However for the signature, no options except resizing.
Click to expand...
Click to collapse
Yeah -.- they do not Work anymore....
and here i looked forward to upload .svg images, and then resize them small enough. for a nice display -.-
don't really feel like creating small thumbnails and upload big pictures and link them.

Is it possible to link images pixel exact (1:1)? Whenever i post a picture with IMG tags its resized/enlarged by the forum. A fullhd screenshot is way larger on the screen of a fullhd display.

DualJoe said:
Is it possible to link images pixel exact (1:1)? Whenever i post a picture with IMG tags its resized/enlarged by the forum. A fullhd screenshot is way larger on the screen of a fullhd display.
Click to expand...
Click to collapse
This is a recurring bug here on XDA right now, and there is currently no way around it (except for just posting a URL that takes you to the image). The XDA devs are working on it.
:good:

Embedding bitmaps into svg seems to work (thx Haldi4803). Not sure if this canvas size of 300x150 can be fixed though.
Code:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<image width="150" height="55" xlink:href="http://www.google.com/images/errors/logo_sm_2.png" />
</svg>
Edit: No, forget it. Doesn't work either. On my phone with CM11 browser its still scaled to "web size".
Its not a bug though. For most pics, avatars and such this is needed and mandatory for high ppi devices but for some cases an exception would be nice. Something like an [img2] tag or something.

Sorry if this is posted elsewhere, but I'm looking to do this, and all of my attempts aren't working. Is there a way to do this?

I just recently fell victim to this as well. Wish there was an easy way to Resize Images (possibly by percent)

cdljl2005 said:
Hi all, I just want to resize the display size of my uploaded images in xda, what is the BB code? I googled and tried several, but none work.
Please help and thanks!
Click to expand...
Click to collapse
I do not want to promote a particular website, but i found one for myself to host my images.
You can navigate to cloudinary where you will get option to upload images using image link. upload it there so there's no need to download on your device and then you also can use simple codes to resize to whatever resolution you want to. For that I can help you later on, if you would like to try it out. Its pretty easy. you can even do that without my help i know.
But, if you need my help, you'll get my support.
---------- Post added at 08:49 PM ---------- Previous post was at 08:48 PM ----------
Stupifier said:
I just recently fell victim to this as well. Wish there was an easy way to Resize Images (possibly by percent)
Click to expand...
Click to collapse
The same goes for you make. You can also try this website. It's quick and easy.
---------- Post added at 08:50 PM ---------- Previous post was at 08:49 PM ----------
Stupifier said:
I just recently fell victim to this as well. Wish there was an easy way to Resize Images (possibly by percent)
Click to expand...
Click to collapse
The same goes for you mate. You can also try this website. It's quick and easy.

https://postimg.org is an option as it allows links to thumbnails

Mr.Rookie said:
I do not want to promote a particular website, but i found one for myself to host my images.
You can navigate to cloudinary where you will get option to upload images using image link. upload it there so there's no need to download on your device and then you also can use simple codes to resize to whatever resolution you want to. For that I can help you later on, if you would like to try it out. Its pretty easy. you can even do that without my help i know.
But, if you need my help, you'll get my support.
---------- Post added at 08:49 PM ---------- Previous post was at 08:48 PM ----------
The same goes for you make. You can also try this website. It's quick and easy.
---------- Post added at 08:50 PM ---------- Previous post was at 08:49 PM ----------
The same goes for you mate. You can also try this website. It's quick and easy.
Click to expand...
Click to collapse
Hey m8 I'm trynna resize some images and I don't see an option to save the resized images so I can get a link or download or something.
I think it's easier to use pxlr online editor and download the result after resizing with ctrl+t.

Claj said:
[img width={width} height={height} ...]{url}[/img]
Click to expand...
Click to collapse
how does this work in 2023!? any admin please??

Related

Can someone help with my signature?

I have tried everything that I can think of to make this pic I created my signature but it just wont work can anyone help?
bsbokc said:
I have tried everything that I can think of to make this pic I created my signature but it just wont work can anyone help?
Click to expand...
Click to collapse
Upload it to the site in the Edit Signature page and then use [ SIGPIC][ /SIGPIC] tags to insert it. Don't put anything in the middle of the tags.
You could also simply link to the image URL with the little mountain picture in the Edit Dialogue.
cajunflavoredbob said:
Upload it to the site in the Edit Signature page and then use [ SIGPIC][ /SIGPIC] tags to insert it. Don't put anything in the middle of the tags.
You could also simply link to the image URL with the little mountain picture in the Edit Dialogue.
Click to expand...
Click to collapse
Tried both didn't work.
bsbokc said:
Tried both didn't work.
Click to expand...
Click to collapse
Click User CP at the top of the page. Next, under the Settings & Options header in the left sidebar, click Edit Signature. From here, you will have the option to upload an image from your computer or a website URL. Allow it to finish uploading, and then click the link next to the picture that says "Insert Signature Picture." This will add the [ SIGPIC] tags into the text box wherever your cursor happens to be. Make sure you remember to hit the "Save Signature" button, or nothing will stick.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You also need to make sure to enable your signature on posts. There is a check box when you make a new post that can toggle your sig. Make sure you have it checked. There is a similar check box in the Quick Reply box as well that needs to be checked.
cajunflavoredbob said:
Click User CP at the top of the page. Next, under the Settings & Options header in the left sidebar, click Edit Signature. From here, you will have the option to upload an image from your computer or a website URL. Allow it to finish uploading, and then click the link next to the picture that says "Insert Signature Picture." This will add the [ SIGPIC] tags into the text box wherever your cursor happens to be. Make sure you remember to hit the "Save Signature" button, or nothing will stick.
You also need to make sure to enable your signature on posts. There is a check box when you make a new post that can toggle your sig. Make sure you have it checked. There is a similar check box in the Quick Reply box as well that needs to be checked.
Click to expand...
Click to collapse
I have done this before with different pictures so I actually know how to do it. My problem is not that I do not know how it is that this one specific pic that I made will not work. I know it is allowed within the parameters of the signature qualifications. But no matter what I change it will not show up. I was hoping that someone could either try it out or take a look at the file and maybe see something wrong with it that I could not.
bsbokc said:
I have done this before with different pictures so I actually know how to do it. My problem is not that I do not know how it is that this one specific pic that I made will not work. I know it is allowed within the parameters of the signature qualifications. But no matter what I change it will not show up. I was hoping that someone could either try it out or take a look at the file and maybe see something wrong with it that I could not.
Click to expand...
Click to collapse
Did you try just adding it as a linked picture instead of doing the SIGPIC? Doing it that way allows you to get rid of the size restrictions. If the image in the OP is the exact one you want to add, I can try it in mine to see if the image is the problem.
I'm trying to have sig too. I cant find anywhere. Help !
boybandtran8800 said:
I'm trying to have sig too. I cant find anywhere. Help !
Click to expand...
Click to collapse
Anywhere between 8 and 15 posts, unlocks the ability to have a sig. Keep postingl it'll unlock itself eventually.
bsbokc said:
I have tried everything that I can think of to make this pic I created my signature but it just wont work can anyone help?
Click to expand...
Click to collapse
Realise your question is a few weeks old, but I have added the image to your signature
the_scotsman said:
Realise your question is a few weeks old, but I have added the image to your signature
Click to expand...
Click to collapse
I appreciate that, but the day I noticed that you did I realized that since I had switched back to android and am developing Roms for the G2 it probably didn't look right to still be promoting WP7. But THANK YOU VERY MUCH for the effort I really appreciate it.
the_scotsman said:
Realise your question is a few weeks old, but I have added the image to your signature
Click to expand...
Click to collapse
how did you do it? you have to images in your signature?
how to have 2 images or bigger size picture in the signiture?? 500 x 100 kindda tiny
---------- Post added at 12:02 PM ---------- Previous post was at 11:19 AM ----------
haha... settled....
nice not my signiture?? hahaha
tunchin said:
how to have 2 images or bigger size picture in the signiture?? 500 x 100 kindda tiny
---------- Post added at 12:02 PM ---------- Previous post was at 11:19 AM ----------
haha... settled....
nice not my signiture?? hahaha
Click to expand...
Click to collapse
Please reduce the size of the images in your sig.
tunchin said:
how to have 2 images or bigger size picture in the signiture?? 500 x 100 kindda tiny
---------- Post added at 12:02 PM ---------- Previous post was at 11:19 AM ----------
haha... settled....
nice not my signiture?? hahaha
Click to expand...
Click to collapse
Nice
But as cajun said above, can you please make it a little smaller?
the_scotsman said:
Nice
But as cajun said above, can you please make it a little smaller?
Click to expand...
Click to collapse
Dude, yours is as big as his. You're supposed to set an example. LOL
cajunflavoredbob said:
Dude, yours is as big as his. You're supposed to set an example. LOL
Click to expand...
Click to collapse
It's temporary, as my team is playing in the final this weekend, so I'm just showing my support
okok... i'll make it smaller.... but not now... after a few days.... hahaha...
tunchin said:
okok... i'll make it smaller.... but not now... after a few days.... hahaha...
Click to expand...
Click to collapse
Well, let's just say if you don't make it smaller within 24 hours, it'll be removed completely.
the_scotsman said:
Well, let's just say if you don't make it smaller within 24 hours, it'll be removed completely.
Click to expand...
Click to collapse
Ohhhhh...... Come on.....
Sent from my GT-I9003 using XDA App
tunchin said:
Ohhhhh...... Come on.....
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
There's no "come on" about it. Large and distracting signatures are not tolerated here. As you were warned, if you don't fix it, then a mod will fix it for you. All we're asking you to do is resize it to a smaller, more manageable size. If that isn't good enough, then it will be removed completely. Your choice.

[Cont]Get your XDA-Dev Status Sigs here!

I've decided to continue the work that jake044 has started.
(I hope this is OK, he did state that if we want to we can continue it)
The images that are his will have [jake044] next to the name.
If you want, I can make you a custom one. Just give me a request
Guide on how to make your own will be in the second post.
Junior Memeber [jake044]
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Member [jake044]
Senior member [jake044]
Recognised contributor
Recognised developer
Elite recognised developer
Recognised themer
Admin [jake044]
Moderator [jake044]
Forum moderator
News writer [jake044]
Mod committee [jake044]
Requests from old topic [jake044]
New requests:
Avatars. [The ones that are from jake044 above, are his here aswell]
CREDITS:
jake044 for his original topic here.
ApriliaM3 for supplying the old fonts.
HJ200 for supplying the new font (Original topic is here)
How to make your own:
Banner
Template:
Font: Continuum Light
Now, when you have to have 2 line text (Recognised contributor for example) you have the font size at 18pt.
When the text is on one line (R.C.) the font size is 32pt
The colour for the text is the same as the XDA part on the left. But if you want the RGB colour numbers, it's 255,210,0.
Then just play around with the location, until you find the one that suits you
Avatar
Template:
The text size for two-lined text is 14pt
For one lined text it's 25pt.
And, like above, play around with the layout a bit, to find the one that you like.
This is cool buddy. Thanks
Sent from my GT-I9100 using xda premium
Wow, neat. Thanks for this.
Good job, thanks for doing this. Was it due to this or did you see it by chance? I rated it up and added a couple of thread tags, you might want to add some to make the thread more searchable.
Awesome sig. Using it now. Thanks!
mf2112 said:
Good job, thanks for doing this. Was it due to this or did you see it by chance? I rated it up and added a couple of thread tags, you might want to add some to make the thread more searchable.
Click to expand...
Click to collapse
I actually decided to make these when someone posted the font in the previous thread.. I then made the Recognized Contributor one, and read through the topic and I've seen that some people have been looking for some more updated ones
Sent from my Ainol Novo7 Elf using xda premium
Thanks for including the templates..
xUnreachablex said:
Thanks for including the templates..
Click to expand...
Click to collapse
No problem, although if you'll look really close on the brown ones, you might see some...discolouration (I was a bit lazy and didn't want to spend too much time making the color 100% perfect)
Does anyone know of any titles that I missed or has a request?
nejc121 said:
Does anyone know of any titles that I missed or has a request?
Click to expand...
Click to collapse
Try to make one with a "Flashoholic" tag but I'm about as un-artistic as they come
Here you go
Fixed the brown one a bit. It looks weird if the letters touch the edge
Awesome, thanks took the liberty to make my own!
They look great! Many thanks --
Had my kid play with it. It's nice having a design student in the house..
Can we make the sig on our own ?
Cheers
avilove4u said:
Can we make the sig on our own ?
Cheers
Click to expand...
Click to collapse
Of course you can, I mean, it's not like I patented it
That's why I also gave you a how-to as well as the template and everything
nejc121 said:
Of course you can, I mean, it's not like I patented it
That's why I also gave you a how-to as well as the template and everything
Click to expand...
Click to collapse
Can i write my pro name on it ?
Cheers
avilove4u said:
Can i write my pro name on it ?
Cheers
Click to expand...
Click to collapse
You can do anything you want, I don't on these images
If you want you can just draw a big black square over the entire thing.
Ok bro ..
Will try to make one .. !!
Any photo editing software required for this. .. ??
---------- Post added at 06:27 AM ---------- Previous post was at 06:24 AM ----------
How will I write upon those images .. ??
avilove4u said:
Ok bro ..
Will try to make one .. !!
Any photo editing software required for this. .. ??
---------- Post added at 06:27 AM ---------- Previous post was at 06:24 AM ----------
How will I write upon those images .. ??
Click to expand...
Click to collapse
I personally used Photoshop, but you can use a good free image editing program called Paint.net
Once you've installed that and loaded the image in, click the small Town in the window on the left.
Sent from my HTC Wildfire using xda premium
Added in Elite recognised developer.
(Nobody is probably going to use it, but I wanted to try play around and make a rubber stamp-like effect )

[CLOSED][GUIDE] HOW TO POST: Understanding the UI in posting

Hello New Users! (I prefer the term "New User" rather than "noob" ) This is a thread on some functions you can see whenever you make a post on a thread.
So let's get started!
First thing's first.. you gotta click on POST REPLY
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You will then see this
Click to expand...
Click to collapse
SCARED? Don't be Here's a guide on how to make a good post content
Let's dissect those functions!
Click to expand...
Click to collapse
1 MAKE A TITLE!
-you can make a name or a title for your post, although it is completely unnecessary to do so. Make sure your title is appropriate
2 FONTS AND SIZES
- You can click on the dropdown arrows to change the font and sizes for your post
3 FONT COLOR
-Change your font's color to whatever you like
4 SMILIES!
-You can add graphical smilies to put some life on your post
5 ATTACHMENTS
-Attach your desired files and upload them to your post, attachments will be found below the post
6 UNDO and REDO
-Well, it's pretty much the same when you click on Ctrl+Z (Undo) and Ctrl+Y (Redo)
7 INCREASE SIZE
- This will increase the size of your post body, this is a great advantage especially when you try to recheck your post
8 YOUTUBE TAGS
-For all your awesome yt tags Tags are things you put down that are related to your video and will help people find your video easier. It is like categories almost. More info: HERE
9 PHP WRAP
-This is commonly used when you post codes. It goes a little something like this
10 HTML TAGS
-HTML tags are keywords (tag names) surrounded by angle brackets. Here's for more INFO11 CODE WRAP
-Wrap your codes here! a good way to lessen confusion when posting especially when you put on codes
12 QUOTE WRAP
-Another WRAP function, this is commonly used to quote someone else's post
13 IMAGE LINK
-You can attach an image in the middle of your post
14 EMAIL LINK
-You can insert an email link here if ever needed and make the link into clickable text.. clicking on the text will lead you to Microsoft Outlook
15 ADD and REMOVE LINK
-This can be used to wrap an ordinary text and make it into a clickable text that will lead you to whatever link you hid
16 LIST and INDENTS
-This serves the same functionality like that of in Microsoft Word
17 ALIGNMENTS
-Align your text either leaning on the right or left, or center. Also, This serves the same functionality like that of in Microsoft Word
18 BOLD, ITALIC, UNDERLINE
-Bold: Renders the text with a strong emphasis which is usually heavier than surrounding text.
-Italic: Italicises the selected text which usually appears slanted to the right.
-Underline: Adds a line under the selected text.
19 REMOVE TEXT FORMAT
-This will remove all your text formats. Formatted text, styled text or rich text, as opposed to plain text, has styling information beyond the minimum of semantic elements: colours, styles (boldface, italic), sizes and special features (such as hyperlinks).
20 TEXT BODY
- This is where you will see all your typed words XD
Just below the TEXT BODY, you will see POST ICONS
-They are optional. If you choose one of the icons and you have clicked submit, you will see at the left side of your post's title: the Post Icon you chose earlier
Click to expand...
Click to collapse
Below POST ICONS, you will find ADDITIONAL OPTIONS
21 MISCELLANEOUS OPTIONS
Show your signature: Tick this box if you want to show your sig or not
Automatically parse links in text: Tick this box if you wanna see links on text
Disable smilies in text: Tick this if you wanna disable smilies
22 ATTACH FILES
Manage your file attachments! Upload them. Here are the list of valid file extensions
*7z apk bmp bz2 c cab cab2 diff doc docx gif gz h img jar jpe jpeg jpg jps mtz patch
pdf png psd rar tar torrent txt wma xap xls xlsx zip
23 THREAD SUBSCRIPTION
If you want to subscribe or not.. meaning you'll receive notifications
24 RATE THREAD
Rate the thread with a star, 2 stars, 3 stars, 4 stars, or an excellent 5 stars. [/QUOTE]
THERE YOU HAVE IT. YOU MAY NOW CLICK ON SUBMIT REPLY
PM ME YOUR QUERIES IN MIND REGARDING THIS THREAD ​
Is this an extended Guide of this (Post#2) - http://forum.xda-developers.com/showthread.php?t=1873094
EDIT: Got it.
coolsandie said:
Is this an extended Guide of this (Post#2) - http://forum.xda-developers.com/showthread.php?t=1873094
EDIT: Got it.
Click to expand...
Click to collapse
not entirely..
Sent from my GT-I9300 using xda premium
Good guide. Your first quote after POST REPLY didn't seem to work correctly however.
i will update the OP ASAP as soon as i ace my calculus exam hahaha:victory:
mf2112 said:
Good guide. Your first quote after POST REPLY didn't seem to work correctly however.
Click to expand...
Click to collapse
Yes, its because the image URL is linked from attachments. I don't know how, but the URL (in attachments) changes from time-to-time. ie,
the original url : http://dl.xda-developers.com/attachdl/69808bc1673cb4d05bfb5048e208c9b0/506d83a1/1/3/7/4/9/4/2/asd.jpg
Now the URL is : http://dl.xda-developers.com/attachdl/fb23e0b5ec01b7962ec67603493c4dae/506da0aa/1/3/7/4/9/4/2/asd.jpg
So it would be better if the image is uploaded in Image hosting servers like Imgur or Imageshack or even dropbox etc.
coolsandie said:
Yes, its because the image URL is linked from attachments. I don't know how, but the URL (in attachments) changes from time-to-time. ie,
the original url : http://dl.xda-developers.com/attachdl/69808bc1673cb4d05bfb5048e208c9b0/506d83a1/1/3/7/4/9/4/2/asd.jpg
Now the URL is : http://dl.xda-developers.com/attachdl/fb23e0b5ec01b7962ec67603493c4dae/506da0aa/1/3/7/4/9/4/2/asd.jpg
So it would be better if the image is uploaded in Image hosting servers like Imgur or Imageshack or even dropbox etc.
Click to expand...
Click to collapse
yes yes :cyclops: i shall buddy
EDIT: JUST UPDATED THE OP )) I HOPE THIS CAN HELP SOME NEW USERS HERE
Something strange happened when I MAKE A THREAD the forum can't read my Dropbox updated images...why is that?
sent from the super siii mini GT-I8190 using xda premium app.
seedrom193 said:
Something strange happened when I MAKE A THREAD the forum can't read my Dropbox updated images...why is that?
sent from the super siii mini GT-I8190 using xda premium app.
Click to expand...
Click to collapse
Have you put the link inside
?
Just as a reminder for the people who think they can up their postcount with cleaver remarks like: "I CAN POST NAO?":
Your posts will be deleted.
Thank you for this! Very useful for me. I'm a new user.
nice tuto, i'm kinda new here.. this very good for me
Good tutorials but iam not new user.this was most needed for me when i entered xda.
But ok good.
Really very usefull post. I'm a new user and I not use very well the post system. With this now I will post in good way. Thanks.
Enviado desde mi GT-I9300 usando Tapatalk 2
Hi all,
I've been registered for a few months now, but never took the time to introduce myself
I was following the O2x development since I've discovered the galaxy note a few weeks ago.
I'd like to thank all the developers for their great work!
Good going (I'm a poker player too by the way)
Envoyé avec ma brique Galaxy Note.
become a good Lerner
hiii every one i don't want to become a good dev but i want to become a good lerner
prakashreddy said:
hiii every one i don't want to become a good dev but i want to become a good lerner
Click to expand...
Click to collapse
I appreciate that.
You should read more for that. It will increase your knowledge, which you can use to help others.
And thats what xda is all about, read, learn, share.
Btw welcome to xda
Complete your 10 posts in q&a/general sections helping others, asking your questions/doubts.
Ps. If you learn you will automatically get into developement, leading to make you a dev
A Hero Can Be Anyone
nice to meet u @bruce wayne
I appreciate that.
You should read more for that. It will increase your knowledge, which you can use to help others.
And thats what xda is all about, read, learn, share.
Btw welcome to xda
Complete your 10 posts in q&a/general sections helping others, asking your questions/doubts.
Ps. If you learn you will automatically get into developement, leading to make you a dev
Click to expand...
Click to collapse
oohhh... thanks mr.bruce wayne sound's good i'll try my level best ! thnx for your support have a good day
Been reading now trying to contribute
Sent from my SPH-L710 using xda app-developers app
taylorrod said:
Been reading now trying to contribute
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Not the correct way.
Don't simply post thanks etc. try to ask/answer questions in your device's q&a /general section. Useless posts will get deleted eventually.
A Hero Can Be Anyone.

Sprint Native Tethering...smali experts, please!

Let's get this figured out.
Here's the download link to the decompiled smali file that has the verification check in it. (This checks if you're subscribed to Sprint's Hotspot service.)
Here's examples of how it has been hacked on previous devices (both Samsung).
Example 1
Example 2
If a dev knows how to reverse engineer Java, please take a look and see what's needed to be done.
Thanks and hopefully we can get this working on stock ROMs soon.
Ascertion said:
Let's get this figured out.
Here's the download link to the decompiled smali file that has the verification check in it. (This checks if you're subscribed to Sprint's Hotspot service.)
Here's examples of how it has been hacked on previous devices (both Samsung).
Example 1
Example 2
If a dev knows how to reverse engineer Java, please take a look and see what's needed to be done.
Thanks and hopefully we can get this working on stock ROMs soon.
Click to expand...
Click to collapse
Why not give it a nice little bounty? I am offering $40 for the developer who figures this out and can apply it to current stock ROMS on the Sprint variant. This can be delivered in any fashion you wish whether it be Paypal or money order but must be tested and proven BEFORE anything can be discussed further! Hopefully this could help motivate!!
I'm in for $40 also.
Sent from my LG-LS980 using Tapatalk
Can you give me the entire classes.dex file for the Tethering apk? (or odex file if this is the case) I'm in Europe so I have no access to a Sprint G2.
---------- Post added at 12:40 AM ---------- Previous post was at 12:28 AM ----------
Meanwhile I took a blind guess of where the subscriber check is, please test this: https://www.dropbox.com/s/syk1b8zcsqzkzzj/Tethering.smali
Anyone try the file posted by metalboy94 yet?
---------- Post added at 03:56 PM ---------- Previous post was at 03:55 PM ----------
metalboy94 said:
Can you give me the entire classes.dex file for the Tethering apk? (or odex file if this is the case) I'm in Europe so I have no access to a Sprint G2.
---------- Post added at 12:40 AM ---------- Previous post was at 12:28 AM ----------
Meanwhile I took a blind guess of where the subscriber check is, please test this: https://www.dropbox.com/s/syk1b8zcsqzkzzj/Tethering.smali
Click to expand...
Click to collapse
How do you test this?
metalboy94 said:
Can you give me the entire classes.dex file for the Tethering apk? (or odex file if this is the case) I'm in Europe so I have no access to a Sprint G2.
---------- Post added at 12:40 AM ---------- Previous post was at 12:28 AM ----------
Meanwhile I took a blind guess of where the subscriber check is, please test this: https://www.dropbox.com/s/syk1b8zcsqzkzzj/Tethering.smali
Click to expand...
Click to collapse
There is no Tethering.apk. it's integrated into the LGSettings.apk.
I'll recompile with this one and see if it works shortly.
Sent from my LG-LS980
Thought it was in system/framework/services.jar. That's where the tether.smali I was looking at. Here's the odex. Not at my computer for deodexed.
https://www.dropbox.com/s/97rzlx2z14pnvjn/StockZV8-Odex servicesjar.zip
Will have to look at LG settings also. Not that I knew what I was looking at but now I know to look there also.
metalboy94 said:
Can you give me the entire classes.dex file for the Tethering apk? (or odex file if this is the case) I'm in Europe so I have no access to a Sprint G2.
---------- Post added at 12:40 AM ---------- Previous post was at 12:28 AM ----------
Meanwhile I took a blind guess of where the subscriber check is, please test this: https://www.dropbox.com/s/syk1b8zcsqzkzzj/Tethering.smali
Click to expand...
Click to collapse
No go. Here's a screenshot of the problem.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here's my files, includes both the stock Services.jar, and the decompiled Services.jar.
Alright. I found something somewhat interesting. Not sure if Sprint's involved in this method, but there's another file called Tethering$EntitlementCheckService.smali file that has a lot of entitlement checks. Most of which appear to be AT&T checks, but some are for different carriers. Can't tell which is Sprint or how to disable them.
You'll find the Tethering$EntitlementCheckService.smali in the same folder you'll find Tethering.smali. I've tried numerous different workarounds but without understanding how things work, I'm taking shots in the dark.
Ascertion said:
Alright. I found something somewhat interesting. Not sure if Sprint's involved in this method, but there's another file called Tethering$EntitlementCheckService.smali file that has a lot of entitlement checks. Most of which appear to be AT&T checks, but some are for different carriers. Can't tell which is Sprint or how to disable them.
You'll find the Tethering$EntitlementCheckService.smali in the same folder you'll find Tethering.smali. I've tried numerous different workarounds but without understanding how things work, I'm taking shots in the dark.
Click to expand...
Click to collapse
I have been doing the same in this area for 2 weeks now. I have actually had tether a few times and used for an hour or so. But something changes when i shut off tether and try to re-enable which causes a reboot or breaks my phone.
I can't stop trying even though I know this is above my pay grade.. Glad smarter people are involved now.
Please also try replacing TetherNetwork.smali with this one in services.jar and using stock Tethering.smali. If it doesn't work, I may need logcats as finding the activity name for the 'not allowed' dialog will be a pain.
https://www.dropbox.com/s/kseb5y9j113g3xe/TetherNetwork.smali
metalboy94 said:
Please also try replacing TetherNetwork.smali with this one in services.jar and using stock Tethering.smali. If it doesn't work, I may need logcats as finding the activity name for the 'not allowed' dialog will be a pain.
https://www.dropbox.com/s/kseb5y9j113g3xe/TetherNetwork.smali
Click to expand...
Click to collapse
The not allowed dialog is in the LGsettings.apk under res/values/strings.xml, if that helps.
EDIT: I'm uploading the decompiled LGSettings.apk now and will link shortly.
Testing your tethernetwork.smali.
EDIT2: Tethernetwork.smali didn't work.
Here's the download now to all of the files that should be related to Sprint tether. (It contains LGSettings.apk, and Services.jar. Both Decompiled for you.)
Uploading logcat as we speak.
Sent from my LG-LS980
I will take a look in there - if the file also contains the ID used by android to reference the dialog, we're golden.
Sent from my LG-D802 using xda app-developers app
metalboy94 said:
I will take a look in there - if the file also contains the ID used by android to reference the dialog, we're golden.
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
Here's the log cat.
https://www.dropbox.com/s/9olaqsv61pp2di1/2013-12-20-13-18-19.txt
Sent from my LG-LS980
metalboy94 said:
I will take a look in there - if the file also contains the ID used by android to reference the dialog, we're golden.
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
Thanks for your support, this is just a little bit messier than what I usually do (cracks for removing root checks or *ahem* activating premium features).
metalboy94 said:
Thanks for your support, this is just a little bit messier than what I usually do (cracks for removing root checks or *ahem* activating premium features).
Click to expand...
Click to collapse
Much respect for trying...considering you don't even own this device. I'll be more than happy to continue testing your attempts, though.
Sent from my LG-LS980
Ascertion said:
Much respect for trying...considering you don't even own this device. I'll be more than happy to continue testing your attempts, though.
Sent from my LG-LS980
Click to expand...
Click to collapse
So far I know the intent that launches the dialog is "lge.tethernetwork.action.NETWORK_ERROR_DIALOG". This does not sound well, but let's see if it really comes from the network.
I've hit a pretty big roadblock.
_L5:
if (Tethering.access$1900(_fld1) != null) {
Tethering.access$1900(_fld1).showAuthErrorDialog();
return flag;
showAuthErrorDialog triggers the dialog you're getting when trying to activate tethering. However this block is part of a switch-case sequence which is not fully decompiled (tried with 2 different Java decompilers), so I cannot grab the value of whatever is checked for this block to run.
I tried JD-GUI and JAD. Anyone know of any others?
metalboy94 said:
I've hit a pretty big roadblock.
_L5:
if (Tethering.access$1900(_fld1) != null) {
Tethering.access$1900(_fld1).showAuthErrorDialog();
return flag;
showAuthErrorDialog triggers the dialog you're getting when trying to activate tethering. However this block is part of a switch-case sequence which is not fully decompiled (tried with 2 different Java decompilers), so I cannot grab the value of whatever is checked for this block to run.
I tried JD-GUI and JAD. Anyone know of any others?
Click to expand...
Click to collapse
Which file is it and I'll attempt to get it decompiled for you. Is there a way to change the script there to just remove the check so it doesn't refer to that dialog?
Sent from my LG-LS980
Ascertion said:
Which file is it and I'll attempt to get it decompiled for you. Is there a way to change the script there to just remove the check so it doesn't refer to that dialog?
Sent from my LG-LS980
Click to expand...
Click to collapse
Sure there is, in fact I could have done this on a higher level - but I believe this only stops the dialog, and the tethering will still not work. It's worth a shot though. The file I was talking about is Tethering$TetherInterfaceSM$InitialState.smali in services.jar .
I removed the dialog in TetherNetwork.smali. Give it a try: https://www.dropbox.com/s/kseb5y9j113g3xe/TetherNetwork.smali

Users menu

Hi all. I have some issue with Pro 8.4 LTE. I can't find menu with device users(not Google, MS and etc account) for Multiuser. I find information that this menu hove some models of 8,4 but not all. Can I active this menu?
Sent from my Nexus 5 using XDA Premium 4 mobile app
Do you mean this?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
FluffyR said:
Do you mean this?
Click to expand...
Click to collapse
Yes I meam this and I did'n have this menu
Weird. What's it look like then? It just doesn't have users after default applications?
~Galaxy TabPro SM-T320
FluffyR said:
Weird. What's it look like then? It just doesn't have users after default applications?
~Galaxy TabPro SM-T320
Click to expand...
Click to collapse
Yes, after Default application I have Battery
Not sure then. Guess you have to wait for someone else to respond. In the mean time try using that live chat with a Samsung techy, maybe they can actually help you on something like this.
~Galaxy TabPro SM-T320
amaectpo said:
Hi all. I have some issue with Pro 8.4 LTE. I can't find menu with device users(not Google, MS and etc account) for Multiuser. I find information that this menu hove some models of 8,4 but not all. Can I active this menu?
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I have the lte model as well and the "users" option is mysteriously missing from the menu but luckily its an easy fix...all u have to do is edit your build.prop and add the line "fw.max_users=5" (not sure but I THINK u can use any number) WITHOUT the quotations to the bottom of the file then save & reboot. I did also edit my secsettings.apk although I don't think that's actually needed for this particular mod but if the above doesnt work then I will upload it for u...on a side note I'm also working on a rom for us lte users but just don't expect anything fancy. I'm simply trying to add back all of the features that I have found to be missing in our tablets but I ran into a SLIGHT problem along the way...I BROKE MY FRICKIN SCREEN! :crying: The bad part is its NOT the glass but the actual lcd that's cracked...the irony is I actually fix this stuff for a living but the device is so new that I cant even find the part which I'm sure will cost an astronomical amount whenever it is. I apologize about the rant but needed to get that off my chest...hope that helps though :highfive:
LTE version , no USERS
THEDEVIOUS1 said:
I have the lte model as well and the "users" option is mysteriously missing from the menu but luckily its an easy fix...all u have to do is edit your build.prop and add the line "fw.max_users=5" (not sure but I THINK u can use any number) WITHOUT the quotations to the bottom of the file then save & reboot. I did also edit my secsettings.apk although I don't think that's actually needed for this particular mod but if the above doesnt work then I will upload it for u...on a side note I'm also working on a rom for us lte users but just don't expect anything fancy. I'm simply trying to add back all of the features that I have found to be missing in our tablets but I ran into a SLIGHT problem along the way...I BROKE MY FRICKIN SCREEN! :crying: The bad part is its NOT the glass but the actual lcd that's cracked...the irony is I actually fix this stuff for a living but the device is so new that I cant even find the part which I'm sure will cost an astronomical amount whenever it is. I apologize about the rant but needed to get that off my chest...hope that helps though :highfive:
Click to expand...
Click to collapse
Hi -
im sure you device is rooted , if you can edit the build.prop file, correct? if so - how did you root?
currently my device is unrooted and i can bring the file up (es explorer) but cant save edits. please help me out as i would really like to add multi users.
cheers.
---------- Post added at 03:22 AM ---------- Previous post was at 02:39 AM ----------
joefman said:
Hi -
im sure you device is rooted , if you can edit the build.prop file, correct? if so - how did you root?
currently my device is unrooted and i can bring the file up (es explorer) but cant save edits. please help me out as i would really like to add multi users.
cheers.
Click to expand...
Click to collapse
i used instructiuon form this dom1n1k. blogspot post (cant post full link) then installed SDFIX to edit as per your post, it works!! thanks.
only thing is that no OTA updates. will have to wait for good ROMs
joefman said:
Hi -
im sure you device is rooted , if you can edit the build.prop file, correct? if so - how did you root?
currently my device is unrooted and i can bring the file up (es explorer) but cant save edits. please help me out as i would really like to add multi users.
cheers.
---------- Post added at 03:22 AM ---------- Previous post was at 02:39 AM ----------
i used instructiuon form this dom1n1k. blogspot post (cant post full link) then installed SDFIX to edit as per your post, it works!! thanks.
only thing is that no OTA updates. will have to wait for good ROMs
Click to expand...
Click to collapse
:highfive:
glad u got it going...speaking of roms i'm working on one for my fellow LTE users so come on over in the thread & try it out. The file is located in post #3...i'll create a proper thread once i get a bit more feedback
http://forum.xda-developers.com/showthread.php?t=2737936&nocache=1
^8.4 LTE CUSTOM ROM DISCUSSION

Categories

Resources