[Tool][Script]ADB ScreenShot Solution for making screenshots in Recovery - Android Themes

Oke seeing we kinda lost the possibility to use DDMS for screenshots in recovery on latest HTC Devices.
There had to be another way to do this so after few hours of google and making a few bat tests here it is.
It might not work on all devices but you can try and report please.
Confirmed working on One X
I made a zipp (easy run me bat included) containing all the stuff needed to make screenshots in recovery.
Basically its easy and it makes use of files from this project http://code.google.com/p/android-fb2png/
I did not write fb2png, my little script is just using it to make the shots.
Just download screenshot.rar
Extract it and run the screenshot_run_me bat file.​
All the bat does is running the following commands
Code:
@echo off
echo ********************************************
echo * *
echo * ADB-Screenshot Util *
echo * Boot into Recovery *
echo * Plug In USB Cable *
echo * Enjoy ;) *
echo * *
echo ********************************************
echo.
pause
echo shell mount /data
adb shell mount /data
echo Mounting /data Done!
echo .
echo push fb2png /data/local/
adb push fb2png /data/local/
echo Pushing fb2png to /data/local Done!
echo .
echo shell chmod 755 /data/local/fb2png
adb shell chmod 755 /data/local/fb2png
echo Setting permissions on fb2png Done!
echo .
echo shell /data/local/fb2png /data/local/fbdump.png
adb shell /data/local/fb2png /data/local/fbdump.png
echo Taking Screenshot by running fb2png Done!
echo .
echo pull /data/local/fbdump.png
adb pull /data/local/fbdump.png
echo Pulling fbdump.png into adb folder Done!
echo .
echo ********************************************
echo * *
echo * You will find screenshot in adb folder *
echo * named as fbdump.png *
echo * *
echo ********************************************
echo.
adb shell sync
adb shell umount /data
pause
But its very useful for example TWRP Themers to show their work without the hassle of using a camcorder or other cam.​
{
"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"
}
And here is a few output samples
XDA:DevDB Information
[Tool][Script]ADB ScreenShot Solution for making screenshots in Recovery, ROM for the Android General
Contributors
Whiskey103
Version Information
Status: Testing
Created 2014-05-19
Last Updated 2014-05-19

cool thanks
nice twrp theme

Thank you; this is truly the easiest way to screenshot in recovery!!! I found another method but couldn't get it to work. In the OP at the end b4 the screenshots he lists how he does it. Take a look if interested http://forum.xda-developers.com/showthread.php?t=2216124

biglil1 said:
Thank you; this is truly the easiest way to screenshot in recovery!!! I found another method but couldn't get it to work. In the OP at the end b4 the screenshots he lists how he does it. Take a look if interested http://forum.xda-developers.com/showthread.php?t=2216124
Click to expand...
Click to collapse
Yea, I tried that but also doesn't work on all devices same for the method I use.
Sent from my HTC One X using xda premium

Whiskey103 said:
Yea, I tried that but also doesn't work on all devices same for the method I use.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
I know you said it's for the HTC but I tried it on my Samsung Galaxy S2. The color is off but at least I'm able to produce a better image oppose to trying to take a descent pic with another device or camera. That's one more device you can add to the list if you'd like.
Thanks again

biglil1 said:
I know you said it's for the HTC but I tried it on my Samsung Galaxy S2. The color is off but at least I'm able to produce a better image oppose to trying to take a descent pic with another device or camera. That's one more device you can add to the list if you'd like.
Thanks again
Click to expand...
Click to collapse
Thx, can you try this version?
http://db.tt/QTV1PDWD
Different version of fb2png, perhaps it fix the colors for you.
Sent from my HTC One X using xda premium

Just got up I'll give it a go b4 I go to work.
Edit: Gave it a go; it works but the color is still of. I forgot to mention that I was also able to take a screenshot with this outside of recovery.
Thank you for your work I truly appreciated it!
Sent from my SGH-T989 using xda app-developers app

biglil1 said:
Just got up I'll give it a go b4 I go to work.
Edit: Gave it a go; it works but the color is still of. I forgot to mention that I was also able to take a screenshot with this outside of recovery.
Thank you for your work I truly appreciated it!
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Hum, well iam afraid I can't do much about it at the moment.
The good news, iam in contact with the author of the project and we are looking into the new xrgb stuff.
And yes, it works outside recovery too but it's kinda buggy for me there.
Sent from my HTC One X using xda premium

Sounds good; I'll be patiently waiting for the next release
Sent from my SGH-T989 using xda app-developers app

Great work. Thanks man! Now to get back to making recovery themes.
Sent from The Bacon Pope's Galaxy Note 2

Thanks! Worked for i9300.

@Whiskey103
This tool was very useful for me with my previous Note II. I've tried on my Nexus 5.
I didn't have any error message with the .bat file but here is the screenshot I obtained:

Great tool thanks!
I often used it on i9000 (Galaxy S) but noticed recently that it didn't worked anymore at least on Aosp rom since a few CM10.2 nighlties.
Finally it seems adb.exe needs an update,works if replaced with that one for instance:https://app.box.com/s/slwbzi1hw35sv5yr0ss7
---------- Post added at 10:52 PM ---------- Previous post was at 10:38 PM ----------
Primokorn said:
@Whiskey103
This tool was very useful for me with my previous Note II. I've tried on my Nexus 5.
I didn't have any error message with the .bat file but here is the screenshot I obtained:
Click to expand...
Click to collapse
Hi compatriot Maybe i'm a little late here but you should use that solution now i guess:
http://forum.xda-developers.com/showthread.php?t=2371035
I use it on i9505,lesser responsive but well..on some occasions with a good sense of timing it's ok.
Same story btw,need to update adb.exe for it works under aosp now.

Bejda said:
Hi compatriot Maybe i'm a little late here but you should use that solution now i guess:
http://forum.xda-developers.com/showthread.php?t=2371035
I use it on i9505,lesser responsive but well..on some occasions with a good sense of timing it's ok.
Same story btw,need to update adb.exe for it works under aosp now.
Click to expand...
Click to collapse
Thanks dude. I'll give a try asap.
I didn't notice thath the other thread was another tool. :cyclops:

Related

[Android] Droid-Ion Donut 1.6 for the Vogue (Market Fix)

Well I finished my personal project. It's an Eclair/Droid themed Ion Donut 1.6 build for the Vogue. Nano Droid.
What it has:
*Droid themed launcher, wallpaper and icons.
*Eclair themed dialer
*Themed clock
*Custom themed calculator (could have done it in mspaint)
*Meridian Evolve Music Player
*Gmail from the HTC Tattoo
*Maps and Youtube from Eclair/Sholes
*Work Email with Exchange support
*Jewels (Bejeweled Clone)
*Better Browser with double tap zoom and a couple others.
Installable:
*HTC IME (hero keyboard) (looks funny in qvga so i left it out)
It's made for qvga so set your default.txt to:
Code:
mddi.width=240 mddi.height=320 lcd.density=120
Other resolutions work as well.
Use it with the latest basefiles, zImage and rootfs.img at vogue-android.
I recommend turning off compcache/swap for donut builds. It seems to slow things down by keeping more than needed in compressed memory.
Download this donut.user.conf files if you don't know how to turn off compcache and put it inside /conf on your sdcard. It also has the "chmod 777 /etc/dbus.conf fix for mssmisions recovery/ext2 installer.
New Market fix (Hopefully) build tags/fingerprint in build.prop is for MyTouch3G 1.5.
It seems that when you run donut in qvga the market only shows apps compatible with qvga and remembers those settings even when you go back to ion/xrom etc... vilord has mentioned that if you boot into donut at
Code:
mddi.width=320 mddi.height=480 lcd.density=160
open the market and login and then switch back to a ion/cupcake build your normal market "should" be back.
I still recommend logging in with a separate Google account if your running donut at qvga and want switch back and forth between cupcake/ion 1.5.
If your new and don't know what your doing then read this.
Use the built in xda search powered by Google(TM) to search the vogue forum you will learn a lot.
If you still have questions then post them in the help thread here.
This is not a how to thread.
jamezelle will flame you so you've been warned.
Screenshots taken from ddms.
{
"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"
}
Base System Image Credits go to:
Amon_RA for his sapphire/ion image
Theme Credits go to:
MontAlbert for partial theming based on the work of Wysie
me for adding missing droid/eclair icons and wallpapers and theming the calculator (nobody ever does that)
Download
Looks great, glad to see you're still looking at the Vogue port. Downloading now, will add details...
Most everything seems to work great, I like the new music player and the theming is excellent (especially the 2.0 icons and the analog clock). For some reason, though, it doesn't seem to be going into full sleep mode, or at least it never seems to lock the screen - when I turn it on it just jumps right to the Android home.
As usual Zen... looks great... Thanks for the lovely build
Confirmed working well at the usual hero resolution but I gotta admit... those are some crisp screenshots! I'm switching back down now.
does this work with msmissions linux ext2?
Not without using adb to set some files to r/w while booting.
** more specifically:
# chmod 777 /etc/dbus.conf
But once it's up and running, it's very fast!
can someone modify the build to add those commands
wow
looks nice zen
so what works and what doenst works in this one ?
gps ?
data ?
camera ?
seems to be working great! I didn't make any changes to dbus or anything, just loaded fresh, love it! I forgot to set lcd.density tho, so everything is TINY.
Reduced the res, with 120 density, and it looks awesome! I see now what I was missing before!
What about using the HTC IME from tattoo? That should properly support qvga?
Couldn't get it to boot up past the Android logo with the ext2. method.
vilord said:
seems to be working great! I didn't make any changes to dbus or anything, just loaded fresh, love it! I forgot to set lcd.density tho, so everything is TINY.
Reduced the res, with 120 density, and it looks awesome! I see now what I was missing before!
What about using the HTC IME from tattoo? That should properly support qvga?
Click to expand...
Click to collapse
I tried the tattoo HTC_IME but it wouldn't install.
For...
moekind said:
does this work with msmissions linux ext2?
Click to expand...
Click to collapse
And...
TheKartus said:
Couldn't get it to boot up past the Android logo with the ext2. method.
Click to expand...
Click to collapse
Using the adb shell execute the following while looping at the Android logo:
# chmod 777 /etc/dbus.conf
Enjoy!
deathpod said:
For...
And...
Using the adb shell execute the following while looping at the Android logo:
# chmod 777 /etc/dbus.conf
Enjoy!
Click to expand...
Click to collapse
Do you have to do this every time you boot, or will the setting hold after doing it once? --nope it won't, but.....
Add it to the donut.user.conf file at the end of the file in the custom_shells section. Boots right up! Easy!
Rhys'Droid said:
Do you have to do this every time you boot, or will the setting hold after doing it once? --nope it won't, but.....
Add it to the donut.user.conf file at the end of the file in the custom_shells section. Boots right up! Easy!
Click to expand...
Click to collapse
Ok lets pretend you have no idea what your doing... kind of like me and half this board
What would I want this to actually look like:
Code:
# custom shell commands, these commands run last
custom_shells{
#echo "Hello!!!" # example
#echo "You can create your own commands here" # example
}
BJNK said:
Ok lets pretend you have no idea what your doing... kind of like me and half this board
What would I want this to actually look like:
Code:
# custom shell commands, these commands run last
custom_shells{
#echo "Hello!!!" # example
#echo "You can create your own commands here" # example
}
Click to expand...
Click to collapse
Code:
# custom shell commands, these commands run last
custom_shells{
#echo "Hello!!!" # example
#echo "You can create your own commands here" # example
}
chmod 777 /etc/dbus.conf
#this is a comment it is not read by the shell
this will be read by the shell because there is no pound sign
# echo this will not echo
echo this will
Code:
wouldn't it be
Code:
# custom shell commands, these commands run last
custom_shells{
#echo "Hello!!!" # example
#echo "You can create your own commands here" # example
chmod 777 /etc/dbus.conf
}
vilord said:
wouldn't it be
Code:
# custom shell commands, these commands run last
custom_shells{
#echo "Hello!!!" # example
#echo "You can create your own commands here" # example
chmod 777 /etc/dbus.conf
}
Click to expand...
Click to collapse
yep, thats it. works like a charm! This is a nice build.
vilord said:
wouldn't it be
Code:
# custom shell commands, these commands run last
custom_shells{
#echo "Hello!!!" # example
#echo "You can create your own commands here" # example
chmod 777 /etc/dbus.conf
}
Click to expand...
Click to collapse
yeah my bad thanks for catching that
Thanks guys much appreciated!
This is awesome. My friend just got the droid today, and he was showing me some pretty cool stuff on it. It's really responsive (I guess I'm just used to the slowness of running from an SD card). I tried showing him my tatoo build, but I was missing some files I needed. I just updated everything and downloaded this. Look forward to messing with it. Thanks!

[ROM][4.1.2][WEEKLY] Official CyanogenMod 10 for HTC Holiday (Vivid/Raider/Velocity)

CyanogenMod 10 is a free, community built distribution of Android 4.1.2 (Jelly Bean) which greatly extends the capabilities of your phone. ​
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
This is the official Weekly Build of CM10 for the HTC Holiday (Vivid 4G/Velocity/Raider).
Installation Instructions
Go to http://get.cm/?device=holiday and download the latest weekly.
Locate Gapps via a quick Google search.
Fully wipe your device from Recovery if you are not coming from CM10 already.
Reboot into recovery and install.
Remember, if you are S-On, you will have to take the boot.img out of the cm.zip and flash it manually via fastboot. If you flash this and your phone just reboots, you are most likely S-On and need to perform that procedure.
Changelog
You can find the latest Changelog here
Github
Huge thanks:
synergye, IOmonster & mg2195 - For getting the Holiday to where it was.
intervigil - Helping me understand 8660 differences from 8960.
homeslice - Helping out while I've been unavailable.
Issues:
HW video playback may have artifacts or other issues. Turn on Force GPU Rendering in Developer Options to fix.
How to use MTP to mount internal and external storage simultaneously:
Go to Settings
Go to Storage
Press Menu key
Choose "USB Connection Type"
Choose "Media device (MTP)"
* Windows will mount this automatically.
* Linux is a little tricky, but not too difficult, see the following:
Edit /etc/udev/rules.d/51-android.rules to include these lines for adb and mtp:
SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev"
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
install gmtp; for debian/ubuntu type: sudo apt-get install gmtp
open gmtp and hit the connect button (be patient)
Click to expand...
Click to collapse
Report all issues to the Issues List here. Don't create duplicate issues, just star the issue if you can reproduce as well.
Screenshots:
{
"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"
}
Thanks can't wait till its done
Sent from my HTC PH39100 using xda app-developers app
Thanks heaps to h8rift and MG and anyone else involved \o/
Sent from my rooted, S-Off HTC Vivid 4G
running Pegasus 2.5.0a ICS 4.0.3
using XDA Premium app \o/
possible stupid question but with everything looking to be full throttle is triple buffering working?
Yay! Ill be stalking this one.
Gonna flash this and use for a few days. I will miss Bluetooth with my jambox. Camera I can live without.
Using the roger version phone on telus.
I'll report anything unusual after following the forum.
Unsuported device in market?
And WiFi doesn't show. Tho I got into it by long pressing In taskbar quick settings.
Sent from my HTC PH39100 using Tapatalk 2
Nice
sent from my HTC Vivid
I'll be trying it out on my Telstra HTC Velocity once I get home. Great work guys
EDIT: Wifi doesnt work so ill try and do factory reset and flash to see if that fixes it.
Nope. Didnt work! Bugger
Spectrejester said:
I'll be trying it out on my Telstra HTC Velocity once I get home. Great work guys
EDIT: Wifi doesnt work so ill try and do factory reset and flash to see if that fixes it.
Nope. Didnt work! Bugger
Click to expand...
Click to collapse
did you flash the kernel correctly?
So far its awesome on Telstra Velocity \o/
Facebook has been fixed I'm a Facebook whore so that's good
the speaker seems a bit crackly and cuts out when a notification is received.
Awesome work guys!!! This will be my daily for awhile
Can't wait to see BT fixed
Sent from my rooted Xoom MZ601
running CM10 JellyBean 4.1.2
using XDA Premium app \o/
ZeRo2o9 said:
did you flash the kernel correctly?
Click to expand...
Click to collapse
Not sure if this is 'Spectrejester's' problem, but I also had no wifi like 'sadoway' showed a few posts up. I did not see his fix in time before I flashed back to the other rom so I could not test if it worked for me (long press the notification window's quick settings?). And im near certain the boot img flashed (s-off). Never had a problem on any of his earlier builds...
I think mic does work now for AT&T phones but it is indeed sooo quiet you would have to scream at top of your lungs to get them to hear you. But, its definitively a start . Awesome work like usual.
theslam08 said:
Not sure if this is 'Spectrejester's' problem, but I also had no wifi like 'sadoway' showed a few posts up. I did not see his fix in time before I flashed back to the other rom so I could not test if it worked for me (long press the notification window's quick settings?). And im near certain the boot img flashed (s-off). Never had a problem on any of his earlier builds...
I think mic does work now for AT&T phones but it is indeed sooo quiet you would have to scream at top of your lungs to get them to hear you. But, its definitively a start . Awesome work like usual.
Click to expand...
Click to collapse
yea I know I am excited to run this ROM once the mic is fixed. I dont regret getting another htc as much anymore lol
Frkkn cool ............
Yeah I usually get $500 Christmas cash every year and I've been checking the nexus site constantly hoping the wait for the 4 would reduce but yesterday enlight of the news I was looking at new accessories for this phone instead! Very exciting. I'll wait till everything works to flash, but it does give us new hope
Sent from my HTC PH39100 using Tapatalk 2
I can't get this to sync. After the "git clone git://github.com/mg2195/local_manifest.git" from the original tree, I can't modify local_manifest.xml or I get repo sync errors:
Code:
error: Cannot remove project ".repo": uncommitted changes are present
commit changes, then run sync again
How do I "un-clone" a "git clone" operation to remove it from version control?
Gene Poole said:
I can't get this to sync. After the "git clone git://github.com/mg2195/local_manifest.git" from the original tree, I can't modify local_manifest.xml or I get repo sync errors:
Code:
error: Cannot remove project ".repo": uncommitted changes are present
commit changes, then run sync again
How do I "un-clone" a "git clone" operation to remove it from version control?
Click to expand...
Click to collapse
Yeah...story about that...that was bad instructions in my part (didn't work the way I imagined in my head)
Anyways, delete everything in the repo folder EXCEPT the projects folder. Again do not delete the projects folder...delete everything except the projects folder. Run the repo init again and you should be good. (Since the project folder is still there you won't have to redownload everything)
You could also CD into the .repo folder and run a git reset...
Oh yeah and if anyone's wondering I requested the other thread closed to avoid confusion...
Sent from my SGH-I997 using Tapatalk 2
Gene Poole said:
I can't get this to sync. After the "git clone git://github.com/mg2195/local_manifest.git" from the original tree, I can't modify local_manifest.xml or I get repo sync errors:
Code:
error: Cannot remove project ".repo": uncommitted changes are present
commit changes, then run sync again
How do I "un-clone" a "git clone" operation to remove it from version control?
Click to expand...
Click to collapse
cd ./.repo
git reset --hard
or you can just stash the changes (git stash)
then, instead of cloning, just create the local_manifest.xml manually
Edit: ninja'd by mg
ZeRo2o9 said:
did you flash the kernel correctly?
Click to expand...
Click to collapse
Ummm yeah. Don't I feel like an idiot now!. WiFi is working perfect now. Thanks
Sent from my GT-I9100 using xda premium

[guide] how to deodex rom on atrix hd

Hi guys, let me introduce myself. I'm Devilsking and I'm themer/developer here since I had Samsung Galaxy Ace. I just bought new Atrix HD and now I come here and work with you guys. So let's say HELLO!
Today I will write a guide about how to deodex rom on ATRIX HD. My Atrix is AT&T version with Jelly Bean 4.1.1. Hope I can help all Atrix users here to have new beginning in modding/theming Atrix HD.
Requirements:
- Your laptop/pc has installed Java. If not, google it.
- An rooted Atrix HD (and if your phone's unlocked bootloader, it's better and better :laugh
- Have installed ADB on windows. If not, plz download here then run *.exe to install (run in administration mode if it's needed but normally u dont need)
- Deodex Tools (Credit for superatmos & jaydvn) (Download here)
Now Let's do it:
- Extract deodex tools to a folder
- Copy all *.apk và *.odex in /system/app and /system/framework to folder "_app" và "_framework"
- Run file "AutoDEOToolMain.bat" and Select option 1 - DEODEX ALL (STOCK ROM)
- After it's finished, deodexed files will be located in "deodexed_APK" (this is files in /system/app) và "deodexed_JAR" (this is files in /system/framework)
- Copy these two folders to internal storage or external storage (sdcard) if u have.
- Open CMD and type the following commands to give the access to write on system:
Code:
adb shell
su
mount -o remount rw /system
- If you copy 2 folders "deodexed_APK" & "deodexed_JAR" to sdcard, the next commands will be as below:
Code:
cp /storage/sdcard1/deodexed_APK/* /system/app/
cp /storage/sdcard1/deodexed_JAR/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
reboot
If you copy 2 folders "deodexed_APK" & "deodexed_JAR" to internal storage, just change "sdcard1" to "sdcard0" in the commands above
Screenshot for commands:
{
"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"
}
- After "reboot" command, your Atrix will be rebooted and show up the popup: "Android is upgrading". Let it finish and u're done.
Nice to see you here,devilsking.
It's been a long time since MotoMagx days with E8. Hope to see your the Myth series for Atrix HD.
Sent from my DROID RAZR using Tapatalk 2
huatz84 said:
Nice to see you here,devilsking.
It's been a long time since MotoMagx days with E8. Hope to see your the Myth series for Atrix HD.
Sent from my DROID RAZR using Tapatalk 2
Click to expand...
Click to collapse
Hi, Nice to see u too. It's nearly 2 year for me to come back to Motorola world
I just finished Myth series for Galaxy Ace and now come to Atrix HD.
Hope I can contribute to Atrix HD community
devilsking said:
Hi, Nice to see u too. It's nearly 2 year for me to come back to Motorola world
I just finished Myth series for Galaxy Ace and now come to Atrix HD.
Hope I can contribute to Atrix HD community
Click to expand...
Click to collapse
Great! You rocks,man! Welcome back,buddy. I think I got to take my AHD back from my wife. And the bad news is she likes the phone. Lol
Sent from my DROID RAZR using Tapatalk 2
huatz84 said:
Great! You rocks,man! Welcome back,buddy. I think I got to take my AHD back from my wife. And the bad news is she likes the phone. Lol
Sent from my DROID RAZR using Tapatalk 2
Click to expand...
Click to collapse
Ha ha. So u should buy another Atrix HD
devilsking said:
Ha ha. So u should buy another Atrix HD
Click to expand...
Click to collapse
Haha..hopefully she changes her mind soon.
Can't wait to try deodexing it.
Sent from my DROID RAZR using Tapatalk 2
Thanks for this thread, worked perfectly for me!
Attempting now. Thanks dk!
Sent from my MB886 using xda app-developers app
can anyone tell me what is the advantage of deodexing the rom?
Aingaran said:
can anyone tell me what is the advantage of deodexing the rom?
Click to expand...
Click to collapse
easier to mod system files and apply modded file If u dont like modding, just skip this
devilsking said:
easier to mod system files and apply modded file If u dont like modding, just skip this
Click to expand...
Click to collapse
then all the costom roms available are already deodexed right?
need help... can you be more specific about the first part of the intructions about copying apks etc i cant find where those folders are located also ive reinstalled java numerous times and the deodex tool says it cant find java...
dalbig said:
need help... can you be more specific about the first part of the intructions about copying apks etc i cant find where those folders are located also ive reinstalled java numerous times and the deodex tool says it cant find java...
Click to expand...
Click to collapse
Not sure what could be wrong with your Java, but as far as the locations go, easiest thing I did was extract the rom with winrar/winzip, and well, I'll show ya!
Everything in /system/app on the rom to _app and everything in framework to _framework.
ok so i aside from the java problem, im having trouble accessing the root files from windows... how can i get that done?
dalbig said:
ok so i aside from the java problem, im having trouble accessing the root files from windows... how can i get that done?
Click to expand...
Click to collapse
I presume by "root" you mean taking the odex/apks out of system/app and system/framework? I know there is commands to do it via shell, but I use http://forum.xda-developers.com/showthread.php?t=700904 that xUltimate and just pull them with that, it never deodexed them well for me, but I used it to extract without issue every-time
Silentwidow said:
I presume by "root" you mean taking the odex/apks out of system/app and system/framework? I know there is commands to do it via shell, but I use http://forum.xda-developers.com/showthread.php?t=700904 that xUltimate and just pull them with that, it never deodexed them well for me, but I used it to extract without issue every-time
Click to expand...
Click to collapse
Thanks but i tried your program with little success... had errors during the processes. im sure ill figure something out...
dalbig said:
Thanks but i tried your program with little success... had errors during the processes. im sure ill figure something out...
Click to expand...
Click to collapse
If you have ADB properly installed, created two folders on your sdcard, apps and framework
Then run this in a command line after plugging in your phone while in usb development mode
Code:
adb shell
su
cp /system/app/* /storage/sdcard1/app
cp/system/framework/* /storage/sdcard1/framework
Then you should have the two folders with all your apps and framework folder in your SD card folders now
Don't forget to run "su" you will have to allow access on your superuser app on the phone
Silentwidow said:
If you have ADB properly installed, created two folders on your sdcard, apps and framework
Then run this in a command line after plugging in your phone while in usb development mode
Code:
adb shell
su
cp /system/app/* /storage/sdcard1/app
cp/system/framework/* /storage/sdcard1/framework
Then you should have the two folders with all your apps and framework folder in your SD card folders now
Don't forget to run "su" you will have to allow access on your superuser app on the phone
Click to expand...
Click to collapse
im getting this: usage: cp [-Rfhip] src target;
cp [-Rfhip] src1 ... srcN directory
dalbig said:
im getting this: usage: cp [-Rfhip] src target;
cp [-Rfhip] src1 ... srcN directory
Click to expand...
Click to collapse
plug into usb and run the following commands
adb kill-server
adb root
adb pull /system/app C:\sysapps
adb pull /data/app C:\userapps
Use whatever Windows based deodex tool you prefer...I only know the Linux ones.
Ah that's what pull is for, the deodextool from the first post works great I've already deodexed my rom and it works well
Sent from my MB886 using xda app-developers app

[ROM][WIP][Z][Yuga][Fixed] Ubuntu-Touch *Updated*

Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
REMEMBER : THIS ARE ONLY IN DEVELOPMENT PREVIEW RELEASE SO IT IS NOT AS EVERYDAY USE
AND I DONT RECOMMAND IT TO BE AS DAILY USE IT IS HIGHLY UNSTABLE AND MOST OF THE FEATURES DONT WORK AS INTENDED
No Idea What Is Ubuntu-Touch - > http://www.ubuntu.com/phone
Code:
Screenshots
{
"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"
}
Code:
GitHub Branch : phalet-saucy
https://github.com/ikillcypher/android_device_sony_yuga
https://github.com/ikillcypher/android_kernel_sony_apq8064
Code:
What You Need
1) Xerpia Z C6603 LTE Version No Idea About C6602 Or Others
2) Bootloader Unlocked With Root Access
3) CWM Installed Or Flash Via Yuga Zip - > boot.img -> fastboot bootimg etc
4) Downloaded : saucy-preinstalled-touch-armhf.zip from http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/
5) Bank Account Just Kidding..
Code:
How To Install Newbie Friendly
1) Bootloader is Unlocked ?! Check ?
2) Have CWM Or Flash It From Yuga.Zip -> fastboot boot.img Check ?
3) Copy The rules,yuga.zip and the zip you downloaded into your sdcard
4) Boot Into CWM - > Install SDCard - > Flash Yuga.ZIP FIRST !!!
5) Flash The Zip You Downloaded From http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/
6) Done Flashing Yuga.Zip And saucy-preinstalled-touch-armhf.zip
7) Remember The Rules Files ?
using your terminal from your linux Im Using Ubuntu 13.04 -> adb shell
you should get ~#
cd sdcard - > ~# cd sdcard
~# ls - > should list out everything on sdcard
now cp 70-yuga.rules /data/ubuntu/usr/lib/lxc-android-config/
clear cache
reboot see if it works..
if you dont do this you would get a blackscreen and dont blame me for it..
Code:
How To Get Wifi Working
go to your terminal from your linux Im Using Ubuntu 13.04
adb shell
~# android-chroot
~# insmod /system/lib/modules/wlan.ko
WiFi Should Work the security key is broken so dont expect it work with pass key try a unsecured wifi.. (NOT RECOMMANDED)
Code:
What Working ~
Touchscreen
ADB
Rotation
Apps
Charging
Touchscreen
Whats Not ~
Radio
SMS/MMS
Camera
Sound
Video
Code:
Downloads
Yuga : https://mega.co.nz/#!Ag5DQIaQ!YKq9aGKpSFzyRln7YU_TSS5czBkBG78Mr3Szc293dmQ
Rules : http://www.sendspace.com/file/6m1tv3
Code:
Credits
Ubuntu-Touch Development Team
FreeXperia Development Team
CyanogenMod Development Team
Thanks : mamenyaka
Not Forgetting : Sony Awesome Phone -> Greetings Sony <3
Have Fun
iKillCypher Aka Zain
Boom! First to say thank you!
Can't wait to get it onto my Z =D
AWESOME!!!
Looking forward to this release, and then let the development begin!
Wonderfull!!!!!
Wow! Great work
Oh yeah.. But so far a read Ubuntu don't even have any app.
Sent from my C6602 using xda premium
Can't wait:thumbup:
Sent from my Amazon Kindle Fire HD using xda app-developers app
Wrong section.
Wysłane z mojego C6603 za pomocą Tapatalk 4
Upy3r said:
Oh yeah.. But so far a read Ubuntu don't even have any app.
Sent from my C6602 using xda premium
Click to expand...
Click to collapse
i am going to use it at least for a week if gsm and data is working:highfive:
Yeeesssss massive ups for this =]
There's a couple of things available for it
http://www.xda-developers.com/andro...icial-xda-app-now-available-for-ubuntu-touch/
Nice one. What are the bugs?
Sent from my Sony Xperia Z using XDA Premium HD
Thread Updated
xZain69 said:
Thread Updated
Click to expand...
Click to collapse
Nice. Maybe in going being but I can't see the part with the bugs, if any...
I have a unlocked Bl phone but am no where near a PC can I flash this and the boot.img will install correctly. I have Cwm
Sent from my Sony Xperia Z using XDA Premium HD
Mod Edit...
AS FOR THE BUGS IT LOOKS FINE JUST THAT SOME RANDOM REBOOTS BUT I THINK IT SHOULD BE FIXED IN THEIR DAILY BUILDS AND UPDATE OUR DEVICE ISNT MUCH DIFFERENT FROM NEXUS 4
http://cdimages.ubuntu.com/ubuntu-t...nstalled/current/saucy-preinstalled.changelog
And
https://docs.google.com/spreadsheet/ccc?key=0ArLs7UPtu-hJdDZDNWliMmV1YUJ3Zk1pQlpDdGp4VFE#gid=0
Have Fun Guys
xZain69 said:
AS FOR THE BUGS IT LOOKS FINE JUST THAT SOME RANDOM REBOOTS BUT I THINK IT SHOULD BE FIXED IN THEIR DAILY BUILDS AND UPDATE OUR DEVICE ISNT MUCH DIFFERENT FROM NEXUS 4
http://cdimages.ubuntu.com/ubuntu-t...nstalled/current/saucy-preinstalled.changelog
And
https://docs.google.com/spreadsheet/ccc?key=0ArLs7UPtu-hJdDZDNWliMmV1YUJ3Zk1pQlpDdGp4VFE#gid=0
Have Fun Guys
Click to expand...
Click to collapse
Thanks... P.s don't ask for money indirectly. If people wish to donate they will...
Sent from my Sony Xperia Z using XDA Premium HD
Amazing! Can't believe you did this! Now're we only waiting for a stable daily Ubuntu Touch!
Sent from my C6603 using Tapatalk 4
OP you have a donation button...no need to ask and BTW it is outlined>>>>Here. Thanks.
Not working, black screen
After the cp 70-yuga.rules /data/ubuntu/usr/lib/lxc-android-config/, I get this error:
cp: cannot create regular file ‘/data/ubuntu/usr/lib/lxc-android-config/’: No such file or directory
All i got is black screen... no Ubuntu Touch.
What to do now, Mr. Bank Account?
koccanos said:
What to do now, Mr. Bank Account?
Click to expand...
Click to collapse
Lol. Damn he's got his rep now.
Sent from my Sony Xperia Z using XDA Premium HD

[Omni][4.4.1] Q&A / General thread [i9305]

{
"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 think we all need some non-developmental talk about Omni ROM, therefore I've created this thread
Thanks to mcampbellsmith for his work!
Here is well-known Omni DEVELOPMENT thread: CLICK
You are welcome to post here any screenshots, discussions, questions, your own impressions, reviews and everything that comes to your mind!​
Installation
If coming from any other rom:
Flash one of these recoveries - CWM - TWRP - Philz*
Reboot recovery
Wipe everything (/data, /system, /cache, dalvik cache) / factory reset
Flash your chosen Omni nightly
Flash your chosen Gapps for 4.4.1 (for example these - Bank's Gapps - PA Gapps)
Reboot to system
You are done!
* Tested myself, works well.
If updating from earlier nightly:
Reboot into recovery
Wipe cache
Flash your chosen Omni nightly
Additional important info
You may need to install supersu to get root access: CLICK (flash in recovery and ready to use)
Changelogs for Omni nigthlies:
General - CLICK
Gerrit - CLICK
Github - Device - Kernel
How can I make this button disappear. Because its useless on my S3 LTE. Btw i want to thank you for this awesome rom !
grgch said:
How can I make this button disappear. Because its useless on my S3 LTE. Btw i want to thank you for this awesome rom !
Click to expand...
Click to collapse
I'm not sure if it's possible to remove this button at the moment.. Maybe search for some Xposed module capable of doing that. GravityBox module made OMNI KitKat almost perfect for me
Hi
I need root, so I installed SuperSU from play store
But it couldn't update the SU binary - installation failed
Can someone help me to have root access, please?
Many thanks
Sent from my GT-I9305 using xda app-developers app
I think root access is there by default in the latest nightlies.
Sent from my GT-I9305 using Tapatalk
In dev thread it says 'if you need root, please install supersu'
I've searched in settings and dev tools, there might be a toggle or something similar to enable root, but I couldn't find it
If you know how, then please give a helping hand
And I'm using the latest nightly..
Many thanks
Sent from my GT-I9305 using xda app-developers app
charysma said:
In dev thread it says 'if you need root, please install supersu'
I've searched in settings and dev tools, there might be a toggle or something similar to enable root, but I couldn't find it
If you know how, then please give a helping hand
And I'm using the latest nightly..
Many thanks
Sent from my GT-I9305 using xda app-developers app
Click to expand...
Click to collapse
This is where i got the impression that the ROM had root enabled by default.
What app are you trying to access with root?
With Root Checker Basic, I got this
and with Root Explorer, I got this when I tried to move a file
Sent from my GT-I9305 using xda app-developers app
Sorry as the above images are too big..
Hi, doing some research on this rom and I have a couple of questions ;
How stable is the Omnirom LTE?
Has anyone got a video of it in action?
charysma said:
Hi
I need root, so I installed SuperSU from play store
But it couldn't update the SU binary - installation failed
Can someone help me to have root access, please?
Many thanks
Sent from my GT-I9305 using xda app-developers app
Click to expand...
Click to collapse
Do a search for 'supersu zip flashable' and download it from chainfire's site. Flash it in recovery and then you're good to go
---------- Post added at 09:42 AM ---------- Previous post was at 09:40 AM ----------
JasonEddie said:
This is where i got the impression that the ROM had root enabled by default.
Click to expand...
Click to collapse
Looks like the OP in dev thread needs an update to contain more precise instructions on this
Thank you. I now have root access
What's new in version
omni-4.4.1-20131207-i9305-NIGHTLY ?
sly75 said:
Hi, doing some research on this rom and I have a couple of questions ;
How stable is the Omnirom LTE?
Has anyone got a video of it in action?
Click to expand...
Click to collapse
As for me, completely stable Using my ported Boeffla kernel, no problems with stability since 2 days.
Hmm.. I think that video won't show anything interesting. Why don't you install it and experience everything on your own? I think that learning on your own is more enjoyable!
@zmuda
There should be complete changelog: https://changelog.omnirom.org/#/i9300/next
I'm also worrying why our device isn't here...
Hbohd said:
As for me, completely stable Using my ported Boeffla kernel, no problems with stability since 2 days.
Click to expand...
Click to collapse
Hi , file below is for Omni rom 4.4.1 ?
i9305-OMNI-Boeffla-2.1b2-by-hbohd-04-12-2013.zip
The kernel adds features to the rom?
It should be set? how?
First question, yeah it is for Omni 4.4.1.
In my opinion, you should learn about kernels on your own, it is something more advanced that custom roms. If you don't want to search by yourself (google, isnt that hard), just use default omni kernel provided by them
&&EDIT
I have edited OP with everything you should know about installation procedure and some other additional info. I hope that now everything will be easier for you guys!
exFat problems
I just downloaded and flashed the newest Omni Rom with the latest Boeffla kernel for Omni.
Everything works great except of my 64gb exfat micro sd. I enabled exFat module in the Boeffla-Config app, but it still doesn't work.
Cyal95 said:
I just downloaded and flashed the newest Omni Rom with the latest Boeffla kernel for Omni.
Everything works great except of my 64gb exfat micro sd. I enabled exFat module in the Boeffla-Config app, but it still doesn't work.
Click to expand...
Click to collapse
Hey man, I remembered to read about some exfat problems and after a little bit searching I found out you need a 'helping' script to enable exfat in Omni rom.
Create init.d script with this and tell us if it worked:
#!/system/bin/sh
if [ `mount | grep "sdcard1" | wc -l` -eq 0 ] && [ $ROM -eq 2 ] && [ -e /dev/block/mmcblk1p1 ]; then
# Temporary workaround for mounting exFAT-formatted cards
# Huge Thanks to AndiP71, aka Lord Boeffla
# Further improvements by JustArchi
echo "INFO: We're on OmniROM, we have external sd card but it's not mounted already, trying Andi's workaround!" >> $LOG
if [ `lsmod | grep "exfat" | wc -l` -eq 0 ]; then
echo "INFO: No exfat module found, it's either compiled in kernel or not loaded. Blindly loading..." >> $LOG
busybox insmod /system/lib/modules/exfat_core.ko >/dev/null 2>&1
busybox insmod /system/lib/modules/exfat_fs.ko >/dev/null 2>&1
fi
mount -o rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,uid=1000,gid=1023,fmask=0002,dmask=0002,allow_utime=0020 -t exfat /dev/block/vold/179:49 /storage/sdcard1
if [ `mount | grep "sdcard1" | wc -l` -eq 0 ]; then
echo "WARNING: Workaround failed or non-exfat formatted sd card!" >> $LOG
else
echo "INFO: Success!" >> $LOG
fi
fi
Click to expand...
Click to collapse
Anyone knows if there is a fix for keyboard bug with activated active display? So if activated an switching directly to the app keyboard shows pressing keys but nothing happens. Also back button isn't working. I'm on 20131207 nightly. Tried other keyboards with same result.
Gesendet von meinem GT-I9305 mit Tapatalk
Heiko77 said:
Anyone knows if there is a fix for keyboard bug with activated active display? So if activated an switching directly to the app keyboard shows pressing keys but nothing happens. Also back button isn't working. I'm on 20131207 nightly. Tried other keyboards with same result.
Gesendet von meinem GT-I9305 mit Tapatalk
Click to expand...
Click to collapse
About keyboard , i use always swiftkey , for me is the best !!!

Categories

Resources