Sprint Native Tethering...smali experts, please! - Sprint LG G2

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

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.

Time Warner App for Rooted Users [Updated 4.19.12]

Here is the TWC TV app for all of us that went to install it and got the big FU from Time Warner when the rooted user msg came up then again when you plugged into HDMI or god forbid you had usb debugging turned on..
Phone Version:
*Works on rooted phones
*Works with ADB enabled
*Works connected to HDMI
http://www.mediafire.com/?pbtif3rpyuxpzyz
Tab Version:
*Works on rooted phones
*Works with ADB enabled
*Works connected to HDMI
http://www.mediafire.com/?9aysv1y57kpd45u
also would like to thank Forum user stuff, ProtoDroid and hrubak as without them most of what you see would not be done!
{
"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"
}
I also can give you the app decompiled, I just not sure what to nix out of the smali files: http://dl.dropbox.com/u/22063477/com.TWCableTV-1.zip
Seconded. This would be great.
Have you tried this?
http://play.google.com/store/apps/details?id=org.projectvoodoo.otarootkeeper
Sent from my Galaxy Nexus using XDA
Gahh Its Lee said:
Have you tried this?
http://play.google.com/store/apps/details?id=org.projectvoodoo.otarootkeeper
Sent from my Galaxy Nexus using XDA
Click to expand...
Click to collapse
that app has nothing to do with OP's request. the app you linked is to keep root after a OTA update.
OP's request is to take out "root check" in the app. I guess the reason why they have it is the same reason why Google "Play Movies" doesn't allow rooted phones to watch movies because of DRM etc etc.
A workaround is to temporarily disable root.
The ota root keeper does temp disable root .
Sent from my Galaxy Nexus using XDA
Gahh Its Lee said:
The ota root keeper does temp disable root .
Sent from my Galaxy Nexus using XDA
Click to expand...
Click to collapse
still dont work over in this thread is some of my findings so far.. http://forum.xda-developers.com/showthread.php?p=24979812
Updated op with the fixed APK I made
Still poking around to get it to work when not on your home network. But this should fix a lot of headaches.
---------- Post added at 11:42 AM ---------- Previous post was at 11:21 AM ----------
b00sted,
http://pastebin.com/Cb6dhmv1
Line 623 reads: const/4 v0, 0x1
Edit that line to const/4 v0, 0x0
And I think we MIGHT be able to use the twc tv app on any wifi network. Recompile and link me, I will test it
stuff said:
Still poking around to get it to work when not on your home network. But this should fix a lot of headaches.
---------- Post added at 11:42 AM ---------- Previous post was at 11:21 AM ----------
b00sted,
http://pastebin.com/Cb6dhmv1
Line 623 reads: const/4 v0, 0x1
Edit that line to const/4 v0, 0x0
And I think we MIGHT be able to use the twc tv app on any wifi network. Recompile and link me, I will test it
Click to expand...
Click to collapse
ok give me a few
just tested it myself and still tosses the error. must be checking in another spot also..
I'll keep poking around. Will be home in 20 mins
Im confused on whats going on here lolwwut. So did you get this working on our phones? Or not yet.
mroneeyedboh said:
Im confused on whats going on here lolwwut. So did you get this working on our phones? Or not yet.
Click to expand...
Click to collapse
The OP modified .apk should work on all phones. If I'm not mistaken, the OP removed the tests (if statements) to check and see if you were rooted
Tests included: checking to see if you have a Superuser.apk in /system/app (renaming superuser to superuser1.apk passes the test)
another test was to see if your build.prop had test-keys. Changing to release-keys, or probably anything for that matter would pass the test.
In short, yes, the download link in post #1 should work perfectly.
stuff said:
The OP modified .apk should work on all phones. If I'm not mistaken, the OP removed the tests (if statements) to check and see if you were rooted
Tests included: checking to see if you have a Superuser.apk in /system/app (renaming superuser to superuser1.apk passes the test)
another test was to see if your build.prop had test-keys. Changing to release-keys, or probably anything for that matter would pass the test.
In short, yes, the download link in post #1 should work perfectly.
Click to expand...
Click to collapse
yep and in teh name file i changed -test-keys to b00sted-keys (lol) and superuser.apk to Fu*KTimeWarner.apk
Man, this is pretty difficult to read/follow/understand lol.
BTW the app does work. I'm home now and can watch Live Tv, woo hoo.
But the smali disassembler is confusing as hell to follow down the code.
perfect now if only we had the tablet version!!!!
shakuyi said:
perfect now if only we had the tablet version!!!!
Click to expand...
Click to collapse
This should work for tablets as well. Give it a go and let us know if it does not.
stuff said:
Man, this is pretty difficult to read/follow/understand lol.
BTW the app does work. I'm home now and can watch Live Tv, woo hoo.
But the smali disassembler is confusing as hell to follow down the code.
Click to expand...
Click to collapse
now u see why i was so mind boggled lol, without you i would still be swearing at my phone
stuff said:
This should work for tablets as well. Give it a go and let us know if it does not.
Click to expand...
Click to collapse
it does its just in portrait and not landscape

Resizing images when posting?

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??

[MOD][4/14/2014] - Unlocked Tether - Remove Keyboard indicator! - Updated

Removes tether check. Verizon, IMHO, has no right to restrict how you use data. And to charge more for how you use your data is ridiculous.
To me that is like the water company telling me I have to pay more if I want to take a shower vs taking a bath. Its water. This is data. Get over it Verizon.
Updated: 4/14/2014: Fixed some apps have random error code 106 and The Verge App not working.
Big thanks to bajasur for his help!
This is for MJE based ROMS Only!
Same tricked used on every Samsung device ever made...
Original hack posted HERE and ported to Note 3 by me (and all the other devs in there ROMS).
Flash in recovery. Should work fine with Safestrap or unlocked devices...
Works on odex or de-odex. Most custom ROMS have this so I dont recommend using it over any custom ROM.
Designed more so for stock or stock rooted ROMS / Devices.
Two for one special: Also removes the keyboard indicator from the status bar!
Link: Unlocked Tether
Link: Unlocked Tether with No Keyboard indicator
​
How to make this mod...
Decompile framework-res
Open /res/values/arrays.xml
Find this:
Code:
<string-array name="config_mobile_hotspot_provision_app">
<item>com.sec.tetheringprovision</item>
<item>com.sec.tetheringprovision.TetheringProvisionActivity</item>
</string-array>
Change it to this:
Code:
<array name="config_mobile_hotspot_provision_app" />
That unlocks tether by telling framework to not look for a check.
Next to get rid of that hideous keyboard indicator (That I admittedly once liked)..
Edit bools.xml and look for ime_notification and turn it from true to false.
Now recompile and pat yourself on the back!
Just wasting space with this post...
Thanks.
Sent from my VZW Galaxy Note 3
scrosler said:
How to make this mod...
Decompile framework-res
Open /res/values/arrays.xml
Find this:
Code:
<string-array name="config_mobile_hotspot_provision_app">
<item>com.sec.tetheringprovision</item>
<item>com.sec.tetheringprovision.TetheringProvisionActivity</item>
</string-array>
Change it to this:
Code:
<array name="config_mobile_hotspot_provision_app" />
That unlocks tether by telling framework to not look for a check.
Next to get rid of that hideous keyboard indicator (That I admittedly once liked)..
Edit bools.xml and look for ime_notification and turn it from true to false.
Now recompile and pat yourself on the back!
Click to expand...
Click to collapse
Thanks Scott! I was Going to recompile make the fix and recompile. You saved me some effort and I can test it in my next ROM version.
Southern_mind said:
Thanks.
Sent from my VZW Galaxy Note 3
Click to expand...
Click to collapse
YW
ronaldheld said:
Thanks Scott! I was Going to recompile make the fix and recompile. You saved me some effort and I can test it in my next ROM version.
Click to expand...
Click to collapse
It's nice when people share, isnt it?
scrosler said:
YW
It's nice when people share, isnt it?
Click to expand...
Click to collapse
Yes it is. If these changes work out well I will think about uploading my contribution.
Appreciate ya!!
I don't understand verzion, they be choking and smothering us like an overly attached girl friend. But thank you kindly for those on MJE and can not tether
Thanks works perfectly
tw1n5nak35 said:
I don't understand verzion, they be choking and smothering us like an overly attached girl friend. But thank you kindly for those on MJE and can not tether
Click to expand...
Click to collapse
Tell me about it!
is it possible for someone to post an already modified framework-res.apk file or is each phone different?
Mine says this
<string-array name="config_mobile_hotspot_provision_app">
<item>com.samsung.spg</item>
<item>com.samsung.spg.NewSPGActivity</item>
</string-array>
which is different from what this thread says to locate
<string-array name="config_mobile_hotspot_provision_app">
<item>com.sec.tetheringprovision</item>
<item>com.sec.tetheringprovision.TetheringProvisionActivity</item>
</string-array>
That's weird. I go into the res folder and all I see is an images folder. Am I missing something?
sebastianraven said:
That's weird. I go into the res folder and all I see is an images folder. Am I missing something?
Click to expand...
Click to collapse
I am having that same problem. What do you do then?
Sent from my LG-D801 using Tapatalk
Thanks for the work you guys do! I am having some trouble though, I flashed this in safe strap, it appears to work fine and my phone tells me it is broadcasting, but my tablet sitting next to it does not "see" the hotspot at all... Any suggestions?
Sent from my SM-N900V using Tapatalk
---------- Post added at 09:26 PM ---------- Previous post was at 09:25 PM ----------
{
"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"
}
Sent from my SM-N900V using Tapatalk
scrosler said:
Just wasting space with this post...
Click to expand...
Click to collapse
Lol, love the honesty!
Thanks for this! What are your thoughts on providing a MOD and/or how-to to remove the bluetooth and sound icons from the status bar?
mattchenzo said:
Thanks for the work you guys do! I am having some trouble though, I flashed this in safe strap, it appears to work fine and my phone tells me it is broadcasting, but my tablet sitting next to it does not "see" the hotspot at all... Any suggestions?
Click to expand...
Click to collapse
You ever get a solution to this? My note started doing the same thing. The signal doesn't show on the laptop but phone says its broadcasting.
grandzu said:
My note started doing the same thing. The signal doesn't show on the laptop but phone says its broadcasting.
Click to expand...
Click to collapse
"Started"? It worked at first but now does not work? If so then maybe Verizon "fixed" it.
Frank
SGH-I717(AoCP6.4), SM-N900V/MI9(dlV), XDA Premium
Frank Westlake said:
"Started"? It worked at first but now does not work? If so then maybe Verizon "fixed" it.
Frank
SGH-I717(AoCP6.4), SM-N900V/MI9(dlV), XDA Premium
Click to expand...
Click to collapse
Figured out what the issue was.
In the Note 3, you can specify the broadcast channel under show advanced options for the hotspot frequency, either 2.4 GHz or 5.0 GHz. I must have selected 5.0 somehow and my laptop only sees 2.4.
Once I checked 2.4, unchecking 5.0, it started working as it should.
grandzu said:
Once I checked 2.4, unchecking 5.0, it started working as it should.
Click to expand...
Click to collapse
Fantastic! Fixed it for me as well.

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