[Q] xda banner - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

hello everyone
many people showcase their banners in their signature
where to get them
????????????????????????????????????????

abhishekr700 said:
hello everyone
many people showcase their banners in their signature
where to get them
????????????????????????????????????????
Click to expand...
Click to collapse
create them yourself or search google images for what you want or look on rom threads and so on then just upload your picture in your account settings

marcussmith2626 said:
create them yourself or search google images for what you want or look on rom threads and so on then just upload your picture in your account settings
Click to expand...
Click to collapse
how do i create them
how did u create yours

this may help you, a cool collection of Signatures and avatars
http://forum.xda-developers.com/showthread.php?t=701002

abhishekr700 said:
how do i create them
how did u create yours
Click to expand...
Click to collapse
I got mine from the rc thread as I'm a rc
You can create your own in any photo program from paint to photoshop
All it is is a picture - download any picture you want to use or search xda for banner threads save the picture by right clicking on it & save image as - then upload it through your account settings

Just create your own picture using a software. Marcussmith2626 suggested you Paint or Adobe Photoshop. I suggest you using Adobe Photoshop. Search Google how to use Photoshop in case you do not know. Anyway, it's your choice

Related

App request (icon viewer)

Can someone write a small app to view .icon and .png files? Or does anyone know of one? I am sure I am not the only one with too many icons. But I cant remember what they all look like.
Thanks IA
use the search engine on this site to search "picture viewer". There is 1 or 2 that will view most of them. Fyi, They don't take kindly around here to new threads by jr members. it typically means that member didn't do enough research first. Most will tell you this is a reasearch and development site primarily. Not a help me with everything site. Just thought you should no going forward.

Facebook pictures?

Hi im new to this forum. I just got my HD2 for t-mobile, i go into albums and click on all albums and I see all albums from facebook friends. I dont know what the problem is. Please help I dont want all those pictures.
You have to add a line in the registery ignor list,just do a search in this forum and look for:
Facebook Ignor list.
I have a detailed post somewhere,you can also find it in the HINTS&Tweaks on the first page in this forum.
Thanks, i ran a search for the thread and I couldnt find it.
Ok I will post here how to do it after about 4 hours from now,that is,if you know how to use ReGedit application.
svtplaya said:
Thanks, i ran a search for the thread and I couldnt find it.
Click to expand...
Click to collapse
Have a read of this:
http://www.jayceooi.com/2010/02/08/how-to-hide-folders-with-pictures-from-htc-album/
That should do the trick

[HELP] Photobooth App

Hi,
First, sorry for my poor English.... I'm french !
I need help to develop a photobooth application, i'm noob and after many days looking for tutorials, i'm lost!!!!
I'm able to use camera, save a picture on a sd card, and take another photo if i want.... But i want more!!!!
i want to take 4 photos and have them in 1 picture from top to bottom, after that i want the possibility to send that picture by mail....
if someone can help me.... I know, i'm asking someone to develop that app instead of me!!!!!
Thanks
arcar said:
Hi,
First, sorry for my poor English.... I'm french !
I need help to develop a photobooth application, i'm noob and after many days looking for tutorials, i'm lost!!!!
I'm able to use camera, save a picture on a sd card, and take another photo if i want.... But i want more!!!!
i want to take 4 photos and have them in 1 picture from top to bottom, after that i want the possibility to send that picture by mail....
if someone can help me.... I know, i'm asking someone to develop that app instead of me!!!!!
Thanks
Click to expand...
Click to collapse
You want to combine 4 photos into one am I right
Sent from my SM-G530H using XDA Free mobile app
hi!
Exact, i want to capture 4 photos and combine them into 1 from top to bottom with a frame between them!!!
Thanks for answer !!!
arcar said:
hi!
Exact, i want to capture 4 photos and combine them into 1 from top to bottom with a frame between them!!!
Thanks for answer !!!
Click to expand...
Click to collapse
It is possible first of all make layout where you have to add 4image view like you want make sure the title bar disable then make activity set the content to the layout then assign 4imageviwew and load it by id and set the img you saved into sdcard as bitmap then get the Decor View and make it into bitmap and compress it as jpg then saved to sdcard now.you are done
I can't give you the code as I am.not using pc
Sent from my SM-G530H using XDA Free mobile app
Thank you so much for your answer!!!! I'm going to try it!!!!
I'm not sure to success but i'm gonna try!!!!
With your help, i know what to look for on Google!!!!
arcar said:
Thank you so much for your answer!!!! I'm going to try it!!!!
I'm not sure to success but i'm gonna try!!!!
With your help, i know what to look for on Google!!!!
Click to expand...
Click to collapse
No need to say just hit thanks button
Here's the code
https://drive.google.com/file/d/0B5fRoz55yuSvc09YMzlBY2hWVU0/view?usp=docslist_api
Layout
https://drive.google.com/file/d/0B5fRoz55yuSvNlpDSHZhMkJEMGc/view?usp=docslist_api
Result
https://drive.google.com/file/d/0B5fRoz55yuSvYnZMXzhyRFJ1bXM/view?usp=docslist_api
Don't forget to give credit on your app its rule on xda lol!!
Sent from my SM-G530H using XDA Free mobile app

Adding intro.mp4 into apk

Like the title says how can I put a video into apk and let it play after someone opened the app
No one helps me ? I thought this is a forum
It is a forum. What you are asking for though isn't java help, its smali help so you're asking in the wrong forum. I would recommend doing some serious research into the decompilation process of apks. Additionally to me this looks like you are trying to make a spam version of a normal app (won't ever work btw because of the apk signing process) so its not really any wonder why no one has offered any help.
Jonny said:
It is a forum. What you are asking for though isn't java help, its smali help so you're asking in the wrong forum. I would recommend doing some serious research into the decompilation process of apks. Additionally to me this looks like you are trying to make a spam version of a normal app (won't ever work btw because of the apk signing process) so its not really any wonder why no one has offered any help.
Click to expand...
Click to collapse
I dont want to make a spam version its for private use
I saw modded apks which have toast frame messages and even a splash screen so I tought it would be possible to add a video too
PaulRichter said:
I dont want to make a spam version its for private use
I saw modded apks which have toast frame messages and even a splash screen so I tought it would be possible to add a video too
Click to expand...
Click to collapse
It is, its just a lot of work and I doubt anyone in this forum would be bothered enough to do it in smali, besides the developers that actually know smali properly enough to do this are very few and far between.
Jonny said:
It is, its just a lot of work and I doubt anyone in this forum would be bothered enough to do it in smali, besides the developers that actually know smali properly enough to do this are very few and far between.
Click to expand...
Click to collapse
Can you move the thread to proper forum ?
And btw maybe its possible to just make a splash screen but use an animated gif that would be awsome

Question [Closed] - Looking for Best GCam app for NP1

Hello
I just moved from google pixel to Nothing Phone 1 recently
The thing I missed most is the Pixel camera, especially the portrait feature, isolation and focus
I've tried many versions of the Google Camera here, but when shooting in portrait mode, there is no isolation or anything
Do you recommend a specific version or specific settings?
Thank you all
BSGCam with a specific XML file
zSyntex said:
BSGCam with a specific XML file
Click to expand...
Click to collapse
Can you please share the link for the app and xml file
Thanks
brsteej said:
Can you please share the link for the app and xml file
Thanks
Click to expand...
Click to collapse
BSG is available on Celsoazevado the main site for Gcam
XML is specific for every device. Search on Telegram or XDA
Someone in a group of possesor could build a xml from scratch to share
If the device is popular you could find it in the site above
MODERATION INFORMATION
Thread closed - A thread already opened about Gcam and Nothing Phone 1
Thanks for your comprehension​

Categories

Resources