How-To change the build.prob file on HP touchpad - TouchPad General

Here is the link to the youtube video I made, that explains it pretty well :
http://www.youtube.com/watch?v=91CH2OYfeWk

Related

[Q] MediaScanner can't see vorbis comments

Hi there,
I have a big problems with Ogg/Vorbis files. I encoded all my CDs in vorbis and Android from Toshiba (even with Dexter mod) is not able to detect vorbis comments (album name, artist, etc...).
I tried with Android emulator and it works fine there (with 2.2, 2.3 and 3.0), but it never works with 2.2 from Toshiba.
Please someone would know how to fix it or at least which libraries are related to that problem (opencore, base framework, etc...) ?
P.S.: I launched several times MediaScanner from DevTools to be sure my files are parsed.
I just fixed the problem.
I copied :
- /system/lib/libmedia*.so
- /system/lib/libopencore_*.so
- /system/lib/libstagefright*.so
- /system/lib/libvorbisidec.so
from Android 2.2 emulator image to my Folio 100.
And it works fine now
I suppose I copied more than necessary files... I will check if I revert back some files, it works
I tried with each file and finally only these 2 files are necessary to change to support vorbis indexing :
- /system/lib/libmedia.so
- /system/lib/libmedia_jni.so
/system/lib/libmediaplayerservice.so is responsible for hardware acceleration for videos so it's really bad to replace accelerated version by the normal one

[UTIL][Share][Windows] BootAnimation Changer

Note : I'm just sharing the work of the XDA Member Vincent8111.Only works on Windows and contains nearly 400 bootanim therefore 1.6GB.​
You can send the bootanim in ADB if you enable debug or create a zip and flash it.
You can also resize the image or the display to correspond to your resolutions.
You can add your own animations, just create a directory in "bootanimations" program and put the bootanimation.zip file there​
Downloads : 1.Bootanimationchanger (Full Version) - (i) http://www.oledecran.com/bootanim_changer_install.exe
(ii) ftp://XDA-Dev:[email protected]/Android/Vincent8111/bootanim_changer_install.exe
Torrents : 1. http://forum.xda-developers.com/attachment.php?attachmentid=1988797&d=1369445055
1.Bootanimationchanger (Compressed Version) - http://www.oledecran.com/bootanim_changer_install_light.exe
2.Bootanimationchanger v2 (New version with choice of uncompressed ZIP in resize) : http://www.oledecran.com/bootanim_changer_install_exe_v2.exe​
Original Thread : http://forum.xda-developers.com/showthread.php?t=2278525​
Credits :
Vincent8111
Click to expand...
Click to collapse
​
I think it would be best if you made one thread and shared everything there, as you're sharing a lot of things.
Envy-X said:
I think it would be best if you made one thread and shared everything there, as you're sharing a lot of things.
Click to expand...
Click to collapse
I know that sir but nobody would open a single thread to view all it's contents.The thread will become older and ultimately vanish from the section :/
Creating individual threads would obviously attract the members and in this way the thread will not be dead.

[Q] Need help for a dev?

I watched this Rubik's cube video and I am amazed how it works.
It's based on OpenCV and it's compatible with java (Look in the comments).
Video: https://www.youtube.com/watch?v=VaW1dmqRE0o (Look in the description for more info)

[Q] How to edit audio_effects.mps file from Asus Audio Wizard (MaxxAudio)

I am working on a port of asus audio wizard which is based on maxx audio for all 32bit qualcomm devices. I want to edit the presets to include an "off mode" where the eq is flat and all features are turned off as the app does not have an off effect on its own. I have been working with android for quite sometime and am no stranger to editing something like dolby presets. The problem I have is that the .mps file is unreadable in any text editor I have used on either windows or linux. I have tried every language in notepad++ and nothing will properly read this file. Please help me identify this language so I can edit it and we all can have Asus Audio Wizard!! File is attached in a zip
-- Thanks!!

Youtube Data API v3 - Help please!

Hi, i'm trying to develop one app for a youtube channel. This app will show the uploaded videos as a list (with some infos), show channel infos, trigger notification when a new video is uploaded and etc..
I'm a newbie in Android app development and i'm having trouble with the Youtube Data API... I saw the samples code from google, but when i copy it to my project and try to build it doesnt work at all...
Everything i did until now is just the basics and the designe (a part of it).
Do you guys have some app sample that does the samething i'm trying to do to help me?
Thanks.
I made some progress here, but now i need load the "client_secrets.json", but when i do the command "
getResourceAsStream("/client_secrets.json")", always return null.
The .json is inside "src/main/res" right now, but i tried in almost any other folder and changing the patch in code bellow but got no other result, just null exception ;/
Any help?
Code:
// Load client secrets.
Reader clientSecretReader = new InputStreamReader(Auth.class.getResourceAsStream("/client_secrets.json"));
GoogleClientSecrets clientSecrets = GoogleClientSecrets.load(JSON_FACTORY, clientSecretReader);

Categories

Resources