Hi,
I was wondering if it is at all possible to build some kind of Mod that would allow the front LED to show when either the front or rear camera is in use by other apps in the background or maliciously. I am a noob and I know it says no noobs, but I thought this would be the best place to come and ask this question with everybody's experience.
Thanks in advance and please feel free to kick this Q somewhere more relevant if you feel so.
Du
Related
hi, i recently look around the market and the only close i could find was from prove it. but i would like it to be a lot easier to get this on the stock camera app. please PM me if you are willing to develop this mod for me and other users that want life to be easier. i need this on the stock camera because i take around 2,000 photos a day (work purposes). thank you in advance .
BTW: i would be more than happy to donate to whoever develops this
00cubano said:
hi, i recently look around the market and the only close i could find was from prove it. but i would like it to be a lot easier to get this on the stock camera app. please PM me if you are willing to develop this mod for me and other users that want life to be easier. i need this on the stock camera because i take around 2,000 photos a day (work purposes). thank you in advance .
BTW: i would be more than happy to donate to whoever develops this
Click to expand...
Click to collapse
What do you mean? The name of the picture files?
I believe hes asking for a way to put the time/date on each picture taken, like some of the digital cameras can do automatically to each picture. You go into the settings on the camera and set your current time and date then it puts the current time/date on like the lower left corner of the picture.... or something very similar.
jgc121 said:
I believe hes asking for a way to put the time/date on each picture taken
Click to expand...
Click to collapse
Understood, thank you
Hi I have been working with app inventor and Iam trying to make a tiny wings port with this tool.
What I have accomplished so far
1) I have the tiny wings charactor heading downward angeled left when screen starts
2) When the tiny wings charactor lands on the ground , he bounces upward at angle
3) When you press the screen the tiny wings charactor will make a quick dive down.
4) I have a score thats triggered when the bird collides with the ground
5) Reset button to reposition the tiny wings bird.
Need immediate help with
1) Making the screen scroll to the right
2) Making platforms appear as screen goes to the right
3) Who to contact so I can make a larger file size game, so that I can add the music
4) If there is anyone who can make music and sound files smaller and compressed, can I get your email address ?
Need future help with
1) Restart and reset game
2) Change animations
Goal
To show how you can make great games with app inventor by making a tiny wings type clone game. I want app inventor to be put on the map and to further promote app inventor. Anyone who helps with the project will recieve credit and project will be promoted on twitter and facebook when its done. I made an apk so you can test it out the progress so far on your device. I will update the apk as I add more to it.
I havent progressed to far so you can try the alpha version here .
Are there any developers who are experianced with app inventor or just really good coders I could use your help. I just need a couple of things to make this project complete and will give credit to those who help me. Thanks for your time!
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Thanks ✟
Moving to General
lufc said:
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Thanks ✟
Moving to General
Click to expand...
Click to collapse
Ok I thought the development forum was for any developer related subject. Now I know to post all questions here for the future.
Hi, im taking a look at the game you have sofar, now im not a pro dev but been dabbling in the arts of app inventor for a few months now, the problem is making games do what you want them to, even when your logic seems fair its not always easy to figure out what the issues are,
ill try figure out how to import the apk to app inventor, i dont think you can produce the sorce code from app inventor, however if it looks easy enough to fix i may need a map of your block editor and which components are used!
you can do this by taking a screen shot of your project open onscreen, i can quickly replicate this on my app inventor.
ill let you know what i think once i test this!
thanks
puggz
Edit:
Tested the apk, ike the little bouncy sound, reminds me of angry birds lol
I think the main problem your going to have is making the screen move when the target passes the screen value, quick and dirty ways to do it woud be having multiple screen arangments 12345etc when the target reaches a point on the screen arangment have it switch screen, how to do thes yet is only my basic theory's would need to mess around with the layout for this, another theory could be using thr clock timer to set screen changes, would mean calculating the time needed to pass to next screen, i think this might be a complex task..
another way would be to use an animation to move the screen a sprite function of sorts could work adding landing blocks as sprites to move with screen would need to be done too,
The problem with this its fine for a few sprites but get too complex and it will lag the app to hell,
Since there is no hardware acceleration involved, the trouble with the screen just now is it fills out to the parent, ie the devices set resolution, you could make the resolution wider and enable scrolling, this would in effect mean you could scroll left and right, up and down to the screens set resolution, it wouldent be an automatic procedure, but alot of finger swipeage.
for a basic game i think this might do the trick, just depends really on what you wish it to do really
i have ripped the main elements from the apk, all i would need is screen shots of the block editor and components used in app inventor, and settings used, or a screen shot of this too would be helpfull,
i can mess around with this idea if you like, i cant promise anything amazing but i should beable to atleast work out what needs to be done and if its possible to do in app inventor, certainly in a real sdk its possible
Ill play around with what i have for now, and workout how to implement a moving screen canvas
i think this is the easy part, getting the fixed landing blocks to be in sync may be the issue, anyways
no harm in trying huh!
thanks
thanks for trying and keep going bro you are making our dreams come true:angel:
Hey! I always hate that when I'm running a timer or stopwatch there's no easy way to tell how much time you have left without returning to the app. Thought a cool feature would be to have a small notification on the status bar, always visible like the clock, that you could quickly glance at to check how its going.
My knowledge of Android development is pretty limited, wondering if anyone knows whether this would be possible?
MikusP said:
Hey! I always hate that when I'm running a timer or stopwatch there's no easy way to tell how much time you have left without returning to the app. Thought a cool feature would be to have a small notification on the status bar, always visible like the clock, that you could quickly glance at to check how its going.
My knowledge of Android development is pretty limited, wondering if anyone knows whether this would be possible?
Click to expand...
Click to collapse
You should check out Chef's Kitchen Timer: https://play.google.com/store/apps/details?id=dk.rift.android.KitchenTimer
Questions should be asked in Q&A forums, not Development forums.
Thread moved.
Im using the PA rom for now- need to be able to see the notification from the bottom. I have no idea how people manage to scroll from the tap on big phones! On the other hand i would like some of the staple things like Multi window and onehanded operation Samsung offers- So a simple rom with only tablet ui to have the bar open from the bottom- Can anyone advise?
TIA.
ajaymalkani said:
Im using the PA rom for now- need to be able to see the notification from the bottom. I have no idea how people manage to scroll from the tap on big phones! On the other hand i would like some of the staple things like Multi window and onehanded operation Samsung offers- So a simple rom with only tablet ui to have the bar open from the bottom- Can anyone advise?
TIA.
Click to expand...
Click to collapse
Mod Edit
Best ROMS/kernels are not allowed on XDA.
Please test these things for yourself.
This is the only way you will get an unbiased opinion,and then, you can decide for yourself if it meets YOUR needs.
Thread Closed
malybru
Forum Moderator
Hi everyone,
Does everyone know if something like mDNIE switcher widget exists for i9300?
Many of us use third party apps for video playback (i.e. MXPlayer) or picture taking and as we know, automatic adaptation works for stock apps only.
So my idea was to be able to switch screen modes by toggle widget. I was looking for such thing for days and I didn't find anything. Does something like this exist? Or maybe someone has programming skills to develop such simple widget?
Thx in advance for any hints!
Hint use the red report button and ask a mod to move this to the correct forum its a question .
Anyone?