Multi Touch Apps? - G1 Q&A, Help & Troubleshooting

Has anyone taken the stock gallery application and added multitouch to it. I have been searching for this but have yet to find it. A working multitouch google maps app would be nice too. Why is it that i have only seen a multitouch browser app?

any ideas or have i just not found them yet

drew16 said:
Has anyone taken the stock gallery application and added multitouch to it. I have been searching for this but have yet to find it. A working multitouch google maps app would be nice too. Why is it that i have only seen a multitouch browser app?
Click to expand...
Click to collapse
Adding multi touch isnt as easy as putting nitrous in a car or upgrading the suspension system for better stability while you driving down a mountain @150Mph with two officers riding behind you panicking for there lives.

couldn't developers just use the same code that was put on the browser?

drew16 said:
couldn't developers just use the same code that was put on the browser?
Click to expand...
Click to collapse
No, it requires edits to kernels and such to even enable multitouch. That is the reason the new eclair hero builds don't have multitouch, they don't have a kernel that supports it.

oh ok bummer thanks for the answer i spent a lot of time looking.

Actually, those answers are incorrect.
Though yes, it does require kernel mod, that is not the thing preventing it from being added to the maps app.
The thing preventing it from being added to the maps app is the SOURCE CODE. It was added to the browser because the browser is open source.
It COULD be added to the gallery, since it is open source too. (though I can't imagine why anyone would want to -- works fine as it is).
It can NOT be added to maps because maps is CLOSED SOURCE.

lbcoder said:
Actually, those answers are incorrect.
Though yes, it does require kernel mod, that is not the thing preventing it from being added to the maps app.
The thing preventing it from being added to the maps app is the SOURCE CODE. It was added to the browser because the browser is open source.
It COULD be added to the gallery, since it is open source too. (though I can't imagine why anyone would want to -- works fine as it is).
It can NOT be added to maps because maps is CLOSED SOURCE.
Click to expand...
Click to collapse
Ok then, thanks for clarifying

Motorola droid now has multitouch gallery, but according to Cyanogen it is not working on donut.
But as far as I know there are ROMs exist support multitouch gallery for HTC G1/G2.

Related

[DEV] Browser w/incognito mode from CM6

Would anyone want the CM6 Browser w/Incognito Mode ported to the vibrant? I just contacted @Optedoblivion on twitter maybe we can get this started. Can we just pull over the apk? Or do we have to modify any framework files?
If anyone is interested in getting this started feel free to share it here. I'd be also interested in porting over some other CM6 features. We might not get a full CM6 rom for a while so why not port over some of the stuff?
Why do you need that? what exactly are you going to do with it
I for one am very interested in this and any other possible ports!
grennis said:
Why do you need that? what exactly are you going to do with it
Click to expand...
Click to collapse
Incognito mode aka porn mode
I'm for getting that ported, useful feature, even some might be embarrassed to admit it.
I don't know much about porting but I can code pretty well
Just take his AOSP Rom, it's already modded and only need the kernel change to one of my kernel's.. it boots perfect & you could add back Twiz if needed..
I had it running for a few days, only thing left to due was Mod the Dialer & contacts to stock & I never had time to look it over..
I too would love this app for JI6 Stock. I like the stock ROM and like to just mod it to work. The Music port from CM6 is amazing.
I would kill to have any version of the CM browser working on my Vibrant. I miss my options to turn off the zoom controls, among others, and despite everyone saying that Incognito Mode is solely for porn, it's a handy feature for debugging websites. Want to be certain that you're not working from cached data, or with cookies that are left over from your last session? Incognito Mode to the rescue! Turn on Incognito Mode and you don't have to wipe all your saved history, cookies, and cache, but you can still check out your newest changes to your site as if you had.
But I think the main road block to a port (and correct me if I'm wrong) is that it would mean loosing the basic Flash support that we now enjoy in the stock browser.
No one has actually tried to just copy over the files, I imagine?
speoples20 said:
Incognito mode aka porn mode
Click to expand...
Click to collapse
+1........
I'm interested in being able to change the useragent properly... A simple copy over won't work. A genius like eugene373 would have to handle this probably Lool.
I haven't spent much time debugging it myself so I honestly don't know. I could try compiling it from source from CM6 git and logcatting from there but I'm a busy guy...
Anderdroid said:
I'm interested in being able to change the useragent properly... A simple copy over won't work. A genius like eugene373 would have to handle this probably Lool.
I haven't spent much time debugging it myself so I honestly don't know. I could try compiling it from source from CM6 git and logcatting from there but I'm a busy guy...
Click to expand...
Click to collapse
A simple copy over might work using the fascinate browser with acompanying libs. Possibly without. Im pretty sure the fascinate is using the stock eclair browser which can switch user agents. If that works properly assuming that my lack of sleep hasnt made me retarded yet. It shouldnt be too difficult to get the cm5 browser to work on our 2.1 roms. I mean thats a positive step right?
Edit: so I was wrong about the fascinate. But I have gotten the cm5.0.8 browser to load up but force closes when I enter browser settings. Any one interested in taking a look?
Why not just use the commands on the current browser works just fine by typing into the browser about:debug for debugging options obviously about:useragent to switch modes other commands I havent found a use for so I don't remember them but you can google them.
Sent from my GT-I9000 using XDA App
ebatr8 said:
Why not just use the commands on the current browser works just fine by typing into the browser about:debug for debugging options obviously about:useragent to switch modes other commands I havent found a use for so I don't remember them but you can google them.
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
*Gasp* yeah I never really thought about that last night....thanks though.
ebatr8 said:
Why not just use the commands on the current browser works just fine by typing into the browser about:debug for debugging options obviously about:useragent to switch modes other commands I havent found a use for so I don't remember them but you can google them.
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
Does the browser still work when you change settings in the debug menu?
My browser starts force closing every time I open it until I use titanium backup to restore the browser settings.
I want this
CM6 Browser for FroYo
I got the CM6 browser working on Samsung Galaxy S
this is Froyo only! - adb push to system/app to replace the stock browser
invert and disable zoom controls do not work it will require framework mods
to get thoes to work.
untermensch said:
I got the CM6 browser working on Samsung Galaxy S
this is Froyo only! - adb push to system/app to replace the stock browser
invert and disable zoom controls do not work it will require framework mods
to get thoes to work.
Click to expand...
Click to collapse
Good job but how did you do it? Maybe we can apply this to CM5 browser...
Anderdroid said:
Good job but how did you do it? Maybe we can apply this to CM5 browser...
Click to expand...
Click to collapse
I pulled the source from CyanogenMod git hub fixed all the problems and compiled it
you could probably backport some of it to eclair.

Droid Reader Tablet Edition

Hey I just released a branched version of Droid Reader specifically for Honeycomb tablets. It's still in the development phase, but I thought I'd go ahead and throw what I have out on the market so people can get to it. Let me know if you have any problems or suggestions.
You will need to relaunch the application after you authenticate the first time (or hit back on the authentication browser window).
I'm hoping to eventually merge this back in with the actual Droid Reader project, but I have to get ahold of the project owners first. If they end up releasing a tablet edition I'll probably just pull this app.
https://market.android.com/details?id=com.doubtech.droidreader
yolan said:
Hey I just released a branched version of Droid Reader specifically for Honeycomb tablets. It's still in the development phase, but I thought I'd go ahead and throw what I have out on the market so people can get to it. Let me know if you have any problems or suggestions.
You will need to relaunch the application after you authenticate the first time.
I'm hoping to eventually merge this back in with the actual Droid Reader project, but I have to get ahold of the project owners first. If they end up releasing a tablet edition I'll probably just pull this app.
https://market.android.com/details?id=com.doubtech.droidreader
Click to expand...
Click to collapse
I really like this reader alot. Might be my new favorite.
Only thing is it gets really laggy.
Sent from my Xoom using XDA Premium App
Trying it out right now, so far it looks good, does it have G Reader support or is it like Pulse where you add the RSS feeds to your local storage? I will find out for myself.
Sent from my Xoom
Hate to double post, but I have some things to say about it:
When you read an article it doesn't mark it as read
Going back to list of feeds is little misleading, I would assume pressing back would go back, but you have to press that button? Weird
Widget, I know this is in beta, just a suggestion
So far it's surprisingly smooth and stable, had one crash but that's cause I had Tapatalk and Sumarai 2 open in the background. At least I think that's why. Keep up the great work, and I love this so much it got rid of Google Reader( Google didn't even make a Google Reader app for Honeycomb? What the hell?)
Thanks!
Edit:
Embed video crashes the app, just wanted to add that
Sent from my Xoom
Great app, thanks !
yolan said:
Hey I just released a branched version of Droid Reader specifically for Honeycomb tablets. It's still in the development phase, but I thought I'd go ahead and throw what I have out on the market so people can get to it. Let me know if you have any problems or suggestions.
You will need to relaunch the application after you authenticate the first time.
I'm hoping to eventually merge this back in with the actual Droid Reader project, but I have to get ahold of the project owners first. If they end up releasing a tablet edition I'll probably just pull this app.
https://market.android.com/details?id=com.doubtech.droidreader
Click to expand...
Click to collapse
Crashes intermittently... one question, if I report FC's do they go to you?
Smokexz said:
Trying it out right now, so far it looks good, does it have G Reader support or is it like Pulse where you add the RSS feeds to your local storage? I will find out for myself.
Sent from my Xoom
Click to expand...
Click to collapse
It uses google reader.
Smokexz said:
When you read an article it doesn't mark it as read
Click to expand...
Click to collapse
Yeah, that's a known bug. It works intermittently. I'm still working on that.
Smokexz said:
Going back to list of feeds is little misleading, I would assume pressing back would go back, but you have to press that button?
Click to expand...
Click to collapse
Not sure I'm clear on which behavior you'd expect. So you'd rather have it go back to the channel list instead of backwards in articles?
Smokexz said:
Widget, I know this is in beta, just a suggestion
Click to expand...
Click to collapse
It's on my todo list, but I'm pretty limited in my free time so we'll see if I can get to it.
Smokexz said:
Embed video crashes the app, just wanted to add that
Click to expand...
Click to collapse
I actually haven't tried embedded video yet, I'll have to look into it.
cwizardtx said:
Crashes intermittently... one question, if I report FC's do they go to you?
Click to expand...
Click to collapse
Yep I get the crash reports so if you get FC's please report .
When you are on the list of RSS feeds you select one and then it takes you to that feed, I would assume to go back to the list all you would have to do is tap the back button, but that does nothing just flip through the articles you have seen, I thought that the back button would take you back to the RS feed list view.
Edit: would like to see a change log on app store please?
Sent from my Xoom
Smokexz said:
When you are on the list of RSS feeds you select one and then it takes you to that feed, I would assume to go back to the list all you would have to do is tap the back button, but that does nothing just flip through the articles you have seen, I thought that the back button would take you back to the RS feed list view.
Edit: would like to see a change log on app store please?
Sent from my Xoom
Click to expand...
Click to collapse
+1
Sent from my Xoom using XDA Premium App
I've fixed the problems with clicking on links in articles and I added the option to select weather or not articles go into your back history. I'll post the new release sometime tonight after I've had time to finish testing the new changes.
yolan said:
I've fixed the problems with clicking on links in articles and I added the option to select weather or not articles go into your back history. I'll post the new release sometime tonight after I've had time to finish testing the new changes.
Click to expand...
Click to collapse
Yeah I have notice when I tapped on a link it wouldn't go to the browser, it would force close.
Sent from my Xoom
Great app love it get the same fc when opening link into broowser ....thanks for your hard work
Just released the new version. I haven't seen it in the market yet, but it should refresh sometime soon.
Changes:
Added tabs for Latest, Tags, and Starred items.
Fixed external link bug.
Fixed some of the force close issues on account activation.
Fixed tab list background transparency bug.
Moved common action bar icons to main activity.
Added property to allow user to determine if articles are included in back history.
yolan said:
Just released the new version. I haven't seen it in the market yet, but it should refresh sometime soon.
Changes:
Added tabs for Latest, Tags, and Starred items.
Fixed external link bug.
Fixed some of the force close issues on account activation.
Fixed tab list background transparency bug.
Moved common action bar icons to main activity.
Added property to allow user to determine if articles are included in back history.
Click to expand...
Click to collapse
Sweet! Thanks for the update
Sent from my HTC Evo
yolan said:
Just released the new version. I haven't seen it in the market yet, but it should refresh sometime soon.
Changes:
Added tabs for Latest, Tags, and Starred items.
Fixed external link bug.
Fixed some of the force close issues on account activation.
Fixed tab list background transparency bug.
Moved common action bar icons to main activity.
Added property to allow user to determine if articles are included in back history.
Click to expand...
Click to collapse
Thanks for fixing the links issue, will be posting any issues I have, I shall use this as my main way to get my RSS feeds so I can find some more issues.
Keep up the great work :-D
Sent from my Xoom
offlline support
Hi, it works good now, but greatest addition will be to support offline cache. And not only RSS cache, but cache external link content. I want read news even when Im not connected and in RSS there are only few sentences, and I must open browser to read all and it is discomfort and with lack of internet connection (eg in train) impossible.
Thanks

Google Music 4.01 (leak from nexus prime)

Article Here: http://www.androidpolice.com/2011/10/07/exclusive-download-google-music-4-0-1-built-for-ics-all-new-interface-better-controls-and-more/
Download Here: http://www.multiupload.com/HDU1GPTDXM
I just installed and can verify it works.
edit: it requested an odd permission (sj), i am not sure what that stands for, so I denied it.
edit2: I am assuming the permission was for cloud access
edit 3: "If your music doesn't sync after installing, simply head into Settings > Applications > Manage Applications and clear data. Should work after that."
Works well for me. It probably wont be a regular use app for me but it is better than music 3 was.
sweet! thanks a lot. it looks nice and clean
Working fine on Cappy w/Andromeda³ and Ursa Minor².
No longer sent from my BlackBerry.
Yea, been using it since last night quite often and no problems to report. I like the navigation a lot more than the previous version.
Only concern is the permission it requested. Not sure what 'sj' means....could be a test build thing.
They also released a new version of Google + from ICS which requests the same permission.
Thanks. The app is really nice. I think I will be using it a lot.
Sent from my SGH-I897 using XDA App
1st off thx for sharing. Works great both a jvq and jvt roms as well, love the new navigation. The disc view is what I'm missing from it and also it would be cool if they added tag editor and artwork edit support. I know it's still a leaked vs so who knows what the final vs will feature, 'til then playerpro is whats's rockin' my tunes.
Thanks for the upload. Works great for me.
Can i add equalizer or SRS enhancement to this app??
If yes, how can I?
ajhavery said:
Can i add equalizer or SRS enhancement to this app??
If yes, how can I?
Click to expand...
Click to collapse
Supposedly, you can dl a 3rd party eq from the market and it integrates with the app. Here's a comment from the android police post. For me, I don't need one because I'm on CM7 which comes with DSPManager
Download Equalizer from the Market, my Google Music when I press Menu, Sound Effects it automatically opens that app as if it were part of it without asking what app to use. That was on 3.0.1 though, haven't tried with this one yet.
Click to expand...
Click to collapse

Enabling Facebook Contact Sync in Ice Cream Sandwich

I'm using Koush's CM9 Alpha 12 ROM at http://forum.xda-developers.com/showthread.php?t=1356228 with the Franco kernel, and I'm saddened that it's sorely missing one big feature that i'm used to in the NSCollab ROM i came from. (http://forum.xda-developers.com/showthread.php?t=959282)
In the stock Android 2.3.3 that came with the phone, if the Facebook app was installed, it could sync contacts over from your account, including phone numbers, emails, and pictures. The OTA 2.3.4 removed that function, as Google had deemed it as a violation of their TOS.
NSCollab (based off of CM7), which i'd used since 2.3.5, enabled that function somewhere in the system files, and it was fully usable, no questions asked. The CM9 build i'm using, however, lacks that feature.
I've compared both of their build.prop files and don't see any differences that would stand out, and I'm at an impasse here. I'm almost determined to find the setting in the CM7 ROM that allows Facebook syncing on this device and be able to use it in CM9. I'm not sure i want to comb every system file, though. Any assistance?
The reason it works in custom ROMs is because they patch it to work. It's not a build.prop issue I do not believe. It is a bit deeper than that. Hopefully someone can she some light to get it working. It's a feature I use as well.
But that's the explanation "why" it does not work.. because it's not supposed to by design lol.
by no means do I have an answer but, syncmypix in the market is a decent alternative for the tome being.
tapa tapa tapa
ka24e said:
The reason it works in custom ROMs is because they patch it to work. It's not a build.prop issue I do not believe. It is a bit deeper than that. Hopefully someone can she some light to get it working. It's a feature I use as well.
Click to expand...
Click to collapse
I'd determined that long ago, but i'm almost certain there's a flag somewhere in the system files. My cousin has an HTC Thunderbolt (horrible phone on the stock ROM) running the stock ROM, Gingerbread 2.3.5, and it's enabled on it. I know that Google specifically disabled it on their flagship phones, and i want to know how they did it and how to reverse it.
mlin said:
by no means do I have an answer but, syncmypix in the market is a decent alternative for the tome being.
Click to expand...
Click to collapse
I have tried Syncmypix, Friendcaster, and another one that tries to re-enable native syncing, but none of them work near as well as native syncing.
In GB it was in system\app\ContactsProvider.apk , one line need to be added which whitelists com.facebook.katana. Maybe it's the same in ICS.
[edit]
There, I looked it up: http://forum.xda-developers.com/showthread.php?t=978470
Here you can find the official statement from Google about Facebook sync:
http://www.androidguys.com/2011/02/23/google-drops-facebook-sync-nexus/
Anyway you can sync your contacts using Friendcaster and you can update your contact pics using syncmypix
madd0g said:
In GB it was in system\app\ContactsProvider.apk , one line need to be added which whitelists com.facebook.katana. Maybe it's the same in ICS.
Click to expand...
Click to collapse
I'd considered that, even set up a decompiling environment, but never got around to trying it. Just tried it, and found out that comparing the two ContactsProvider.apk files (from CM7 and CM9), that ICS does not use the arrays.xml that Gingerbread did. Adding it in, recompiling it, and signing it results in FC's and wiping out your contacts storage. Thank god for Titanium backup.
Edit: Derp, found out system apps aren't supposed to be signed. Trying again.
provolinoo said:
Here you can find the official statement from Google about Facebook sync:
http://www.androidguys.com/2011/02/23/google-drops-facebook-sync-nexus/
Anyway you can sync your contacts using Friendcaster and you can update your contact pics using syncmypix
Click to expand...
Click to collapse
I well know what Google did, and i'm very disappointed in them. And i'd rather not use third-party apps if we can enable native syncing at the system level.
Pushing the unsigned apk doesn't cause FC issues, but it still doesn't sync. The Facebook app cuts off at "Other Settings". Does anyone want to test out the apk for me, see if they get the same results?
The APIs are different in ICS and doing the white list trick may not work. Check out the smali folder because there could be stuff that needs to be changed in there too...
breakingspell said:
Pushing the unsigned apk doesn't cause FC issues, but it still doesn't sync. The Facebook app cuts off at "Other Settings". Does anyone want to test out the apk for me, see if they get the same results?
Click to expand...
Click to collapse
I've already tried this. You'll be able to get the account to sync in Accounts, but the new contacts app is substantially different from the Gingerbread one... Like ^ says, I think a few smali edits have to be made to include this properly.
Greetz
I'm combing the smali folder as we speak, but nothing stands out as a definitive match
The one problem about ics, you're working to fix. Thanks man! I hope you find your answer!
Haven't found it yet, though. I've been trying to get into contact with koush, see if he's had any insight.
MoDaCo got it working on the Galaxy Nexus. If anyone has the galaxy yet, you could upload his rom and them comb through the /system and see what has been changed. we could then possibly implement it for the Galaxy S as well.
http://www.slashgear.com/galaxy-nexus-ics-rom-restores-facebook-contacts-sync-13201934/
Someone get on that!
andrewhansen86 said:
MoDaCo got it working on the Galaxy Nexus. If anyone has the galaxy yet, you could upload his rom and them comb through the /system and see what has been changed. we could then possibly implement it for the Galaxy S as well.
http://www.slashgear.com/galaxy-nexus-ics-rom-restores-facebook-contacts-sync-13201934/
Click to expand...
Click to collapse
when you go through the Rom kitchen on their site it says the option is installed to system partition
Awesome, good looking out. Downloading it now, i'll be combing the files right away. You don't need to have the actual phone to peek at the system files
But unfortunately, it seems that it is a premium feature.
breakingspell said:
But unfortunately, it seems that it is a premium feature.
Click to expand...
Click to collapse
You can download it. I did earlier. Look at the first post of the thread its there.
The premium stuff is like to cook your own. I'm sure the standard one available in the first post has it implemented.
Sent from my Nexus S 4G using Tapatalk
Oh, sweet. I'm not familiar with that developer, so i didn't know how he does his stuff. I'll push and pull some files to and from my phone, see if i can't get it working.

Which apps can you customize s-pen clicks with?

I know YouTube works, the camera app obviously... But what else? Let's compile a list!
Am I correct that it works with Chrome but not Samsung Internet browser...? Because that makes no sense and made me switch back to Chrome.
The S Pen SDK has not yet been updated to allow 3rd party applications to make use of it, so your list is going to contain mostly Samsung apps.
PsiPhiDan said:
I know YouTube works, the camera app obviously... But what else? Let's compile a list!
Am I correct that it works with Chrome but not Samsung Internet browser...? Because that makes no sense and made me switch back to Chrome.
Click to expand...
Click to collapse
Same qn, why their own browser no support lol.
willhemmens said:
The S Pen SDK has not yet been updated to allow 3rd party applications to make use of it, so your list is going to contain mostly Samsung apps.
Click to expand...
Click to collapse
That's what I thought, but then YouTube and Chrome are compatible... So I was confused. And the lack of Samsung Internet compatibility is mind-boggling.
Oh man, what is Tasker can integrate into the s-pen clicks... Oh man. The possibilities would be literally endless! I'm going to dream on that.

Categories

Resources